Skip to content

Commit 3e37585

Browse files
authored
Merge pull request #165 from flashcatcloud/docs/ai-sre-api-refresh
docs(api): regenerate AI SRE OpenAPI reference — 33 endpoints
2 parents f812543 + 23f19f2 commit 3e37585

7 files changed

Lines changed: 17289 additions & 15015 deletions

File tree

api-reference/openapi.en.json

Lines changed: 5659 additions & 5103 deletions
Large diffs are not rendered by default.

api-reference/openapi.zh.json

Lines changed: 5501 additions & 4945 deletions
Large diffs are not rendered by default.

api-reference/safari.openapi.en.json

Lines changed: 3064 additions & 2485 deletions
Large diffs are not rendered by default.

api-reference/safari.openapi.zh.json

Lines changed: 3054 additions & 2475 deletions
Large diffs are not rendered by default.

docs.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1134,7 +1134,8 @@
11341134
"POST /safari/automation/run/list",
11351135
"POST /safari/automation/rule/get",
11361136
"POST /safari/automation/rule/update",
1137-
"POST /safari/automation/rule/delete"
1137+
"POST /safari/automation/rule/delete",
1138+
"POST /safari/automation/rule/run"
11381139
]
11391140
},
11401141
{
@@ -2342,7 +2343,8 @@
23422343
"POST /safari/automation/run/list",
23432344
"POST /safari/automation/rule/get",
23442345
"POST /safari/automation/rule/update",
2345-
"POST /safari/automation/rule/delete"
2346+
"POST /safari/automation/rule/delete",
2347+
"POST /safari/automation/rule/run"
23462348
]
23472349
},
23482350
{
@@ -2475,4 +2477,4 @@
24752477
"href": "https://console.flashcat.cloud"
24762478
}
24772479
}
2478-
}
2480+
}

en/openapi/api-catalog.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "API Catalog"
33
description: "Complete list of Flashduty Open API endpoints, organized by product module with links to detailed documentation"
44
---
55

6-
Flashduty Open API provides **286** endpoints covering five major modules: On-call, Monitors, RUM, AI SRE, and Platform. All endpoints use unified authentication and request specifications. See [Quick Start](/en/openapi/introduction) for details.
6+
Flashduty Open API provides **287** endpoints covering five major modules: On-call, Monitors, RUM, AI SRE, and Platform. All endpoints use unified authentication and request specifications. See [Quick Start](/en/openapi/introduction) for details.
77

88
<Note>
99
All endpoint URLs use `https://api.flashcat.cloud` as the base, authenticated via APP Key through query string.
@@ -358,7 +358,7 @@ All endpoint URLs use `https://api.flashcat.cloud` as the base, authenticated vi
358358

359359
</Accordion>
360360

361-
<Accordion title="AI SRE (32 endpoints)">
361+
<Accordion title="AI SRE (33 endpoints)">
362362

363363
### Skills
364364

@@ -416,6 +416,7 @@ All endpoint URLs use `https://api.flashcat.cloud` as the base, authenticated vi
416416
| POST | [`/safari/automation/rule/delete`](/en/api-reference/ai-sre/automations/automation-rule-write-delete) | Delete Automation rule |
417417
| POST | [`/safari/automation/template/list`](/en/api-reference/ai-sre/automations/automation-template-read-list) | List Automation templates |
418418
| POST | [`/safari/automation/run/list`](/en/api-reference/ai-sre/automations/automation-run-read-list) | List Automation runs |
419+
| POST | [`/safari/automation/rule/run`](/en/api-reference/ai-sre/automations/automation-rule-write-run) | Run Automation rule |
419420

420421
</Accordion>
421422

zh/openapi/api-catalog.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "API 目录"
33
description: "Flashduty Open API 接口完整列表,按产品模块组织并链接到详细文档"
44
---
55

6-
Flashduty Open API 提供 **286** 个接口,覆盖 On-call、Monitors、RUM、AI SRE 和平台五个主要模块。所有接口使用统一认证方式和请求规范。详情参见[快速开始](/zh/openapi/introduction)
6+
Flashduty Open API 提供 **287** 个接口,覆盖 On-call、Monitors、RUM、AI SRE 和平台五个主要模块。所有接口使用统一认证方式和请求规范。详情参见[快速开始](/zh/openapi/introduction)
77

88
<Note>
99
所有接口 URL 均以 `https://api.flashcat.cloud` 为 base,通过 query string 中的 APP Key 认证。
@@ -358,7 +358,7 @@ Flashduty Open API 提供 **286** 个接口,覆盖 On-call、Monitors、RUM、
358358

359359
</Accordion>
360360

361-
<Accordion title="AI SRE(32 个接口)">
361+
<Accordion title="AI SRE(33 个接口)">
362362

363363
### 技能
364364

@@ -416,6 +416,7 @@ Flashduty Open API 提供 **286** 个接口,覆盖 On-call、Monitors、RUM、
416416
| POST | [`/safari/automation/rule/delete`](/zh/api-reference/ai-sre/automations/automation-rule-write-delete) | 删除自动化规则 |
417417
| POST | [`/safari/automation/template/list`](/zh/api-reference/ai-sre/automations/automation-template-read-list) | 列出自动化模板 |
418418
| POST | [`/safari/automation/run/list`](/zh/api-reference/ai-sre/automations/automation-run-read-list) | 列出自动化运行历史 |
419+
| POST | [`/safari/automation/rule/run`](/zh/api-reference/ai-sre/automations/automation-rule-write-run) | 运行自动化规则 |
419420

420421
</Accordion>
421422

0 commit comments

Comments
 (0)