Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2,921 changes: 641 additions & 2,280 deletions api-reference/monitors.openapi.en.json

Large diffs are not rendered by default.

2,919 changes: 640 additions & 2,279 deletions api-reference/monitors.openapi.zh.json

Large diffs are not rendered by default.

1,853 changes: 107 additions & 1,746 deletions api-reference/openapi.en.json

Large diffs are not rendered by default.

49 changes: 0 additions & 49 deletions api-reference/openapi.legacy.zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -24770,55 +24770,6 @@
]
}
},
"/monit/rule/counter/status": {
"post": {
"summary": "按顶级分组节点统计触发状态",
"deprecated": false,
"description": "首页统计接口:以每个顶级分组节点为维度,统计其家族下的规则总数和活跃告警规则数。",
"tags": [
"Monitors/告警规则/统计"
],
"parameters": [
{
"name": "Content-Type",
"in": "header",
"description": "固定值 application/json。",
"required": true,
"example": "application/json",
"schema": {
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/EmptyRequest"
}
}
}
},
"responses": {
"200": {
"description": "data 为顶级分组节点触发状态列表。",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/AlertRuleStatusListResponse"
}
}
},
"headers": {}
}
},
"security": [
{
"apikey-query-app_key": []
}
]
}
},
"/monit/rule/dstypes": {
"post": {
"summary": "列出规则编辑页可用的数据源类型",
Expand Down
Loading
Loading