# Functions

No description provided by the author
No description provided by the author
@Summary 日志告警配置接口 : 新增 @Produce json @Param grp_id query int false "组Id,和对象id二选一" @Param endpoint_id query int false "对象Id,和组id二选一" @Param path query string true "表单输入的日志路径" @Param strategy query string true "对象数组类型[{'keyword':'关键字','cond':'条件,如 >1','last':'时间范围,如 5min','priority':'优先级,如 high'}]" @Success 200 {string} json "{"message": "Success"}" @Router /api/v1/alarm/log/monitor/add [post].
No description provided by the author
@Summary 手动关闭告警接口 @Produce json @Param id query int true "告警id" @Success 200 {string} json "{"message": "Success"}" @Router /api/v1/alarm/problem/close [get].
No description provided by the author
@Summary 日志告警配置接口 : 删除 @Produce json @Param id query int true "strategy_id" @Success 200 {string} json "{"message": "Success"}" @Router /api/v1/alarm/log/monitor/delete_path [get].
@Summary 日志告警配置接口 : 删除 @Produce json @Param id query int true "strategy_id" @Success 200 {string} json "{"message": "Success"}" @Router /api/v1/alarm/log/monitor/delete [get].
No description provided by the author
No description provided by the author
@Summary 日志告警配置接口 : 修改日志路径 @Produce json @Param id query int true "列表获取中的id" @Param tpl_id query int true "列表获取中的tpl_id" @Param path query string true "新的日志路径" @Success 200 {string} json "{"message": "Success"}" @Router /api/v1/alarm/log/monitor/update_path [post].
@Summary 日志告警配置接口 : 修改 @Produce json @Param tpl_id query int true "列表获取中的tpl_id" @Param path query string true "表单输入的日志路径" @Param strategy query string true "对象数组类型[{'strategy_id':int类型,'keyword':'关键字','cond':'条件,如 >1','last':'时间范围,如 5min','priority':'优先级,如 high'}]" @Success 200 {string} json "{"message": "Success"}" @Router /api/v1/alarm/log/monitor/update [post].
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
@Summary 日志告警配置接口 : 获取列表 @Description 获取配置好的对象或组的日志告警列表 @Produce json @Param type query string true "类型,区分是单个对象还是组,枚举endpoint、grp" @Param id query int true "对象或组的id" @Router /api/v1/alarm/log/monitor/list [get].
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author