所有接口 Endpoint 均为
https://api.flashcat.cloud,使用 APP Key 通过 query string 认证。On-call(148 个接口)
On-call(148 个接口)
故障管理
| 方法 | 接口 | 描述 |
|---|---|---|
| POST | /incident/list | 查询故障列表 |
| POST | /incident/info | 获取故障详情 |
| POST | /incident/list-by-ids | 批量查询故障 |
| POST | /incident/create | 创建故障 |
| POST | /incident/ack | 认领故障 |
| POST | /incident/unack | 取消认领故障 |
| POST | /incident/resolve | 恢复故障 |
| POST | /incident/reopen | 重开故障 |
| POST | /incident/snooze | 暂停故障通知 |
| POST | /incident/wake | 恢复故障通知 |
| POST | /incident/merge | 合并故障 |
| POST | /incident/disable-merge | 禁止故障合并 |
| POST | /incident/remove | 删除故障 |
| POST | /incident/assign | 分派故障 |
| POST | /incident/responder/add | 添加故障处理人员 |
| POST | /incident/reset | 更新故障信息 |
| POST | /incident/comment | 评论故障 |
| POST | /incident/field/reset | 更新故障自定义字段 |
| POST | /incident/custom-action/do | 执行自定义操作 |
| POST | /incident/alert/list | 查询故障关联告警 |
| POST | /incident/feed | 获取故障时间线 |
| POST | /incident/past/list | 查询历史相似故障 |
| POST | /incident/war-room/detail | 获取战情室详情 |
| POST | /incident/war-room/list | 查询战情室列表 |
| POST | /incident/war-room/create | 创建战情室 |
| POST | /incident/war-room/delete | 删除战情室 |
| GET | /incident/post-mortem/info | 获取复盘报告 |
| POST | /incident/post-mortem/list | 查询复盘报告列表 |
| POST | /incident/post-mortem/delete | 删除复盘报告 |
协作空间
告警管理
| 方法 | 接口 | 描述 |
|---|---|---|
| POST | /alert/list | 查询告警列表 |
| POST | /alert/info | 查看告警详情 |
| POST | /alert/list-by-ids | 批量查询告警 |
| POST | /alert/event/list | 查询告警事件列表 |
| POST | /alert/feed | 查询告警动态 |
| POST | /alert-event/list | 查询原始告警事件列表 |
| POST | /alert/merge | 将告警合并到故障 |
| POST | /alert/pipeline/info | 查看告警处理规则 |
| POST | /alert/pipeline/list | 批量查询告警处理规则 |
| POST | /alert/pipeline/upsert | 创建或更新告警处理规则 |
集成中心
| 方法 | 接口 | 描述 |
|---|---|---|
| POST | /webhook/history/list | 查询 Webhook 推送历史 |
| POST | /webhook/history/detail | 获取 Webhook 推送详情 |
路由规则
| 方法 | 接口 | 描述 |
|---|---|---|
| POST | /route/info | 获取路由规则详情 |
| POST | /route/list | 查询路由规则列表 |
| POST | /route/upsert | 创建或更新路由规则 |
值班排班
| 方法 | 接口 | 描述 |
|---|---|---|
| POST | /schedule/list | 查询值班表列表 |
| POST | /schedule/info | 获取值班表详情 |
| POST | /schedule/infos | 批量获取值班表 |
| POST | /schedule/create | 创建值班表 |
| POST | /schedule/update | 更新值班表 |
| POST | /schedule/delete | 删除值班表 |
| POST | /schedule/preview | 预览值班表 |
| POST | /schedule/self | 查询我的值班表 |
日历管理
| 方法 | 接口 | 描述 |
|---|---|---|
| POST | /calendar/list | 查询服务日历列表 |
| POST | /calendar/info | 获取服务日历详情 |
| POST | /calendar/create | 创建服务日历 |
| POST | /calendar/update | 更新服务日历 |
| POST | /calendar/delete | 删除服务日历 |
| POST | /calendar/event/list | 查询日历事件列表 |
| POST | /calendar/event/upsert | 创建或更新日历事件 |
| POST | /calendar/event/delete | 删除日历事件 |
通知模板
| 方法 | 接口 | 描述 |
|---|---|---|
| POST | /template/list | 查询模板列表 |
| POST | /template/info | 查看模板详情 |
| POST | /template/create | 创建模板 |
| POST | /template/update | 更新模板 |
| POST | /template/delete | 删除模板 |
标签增强
| 方法 | 接口 | 描述 |
|---|---|---|
| POST | /enrichment/list | 批量查询富化规则 |
| POST | /enrichment/info | 查看富化规则 |
| POST | /enrichment/upsert | 创建或替换富化规则 |
| POST | /enrichment/mapping/schema/list | 查询映射规则列表 |
| POST | /enrichment/mapping/schema/info | 查看映射规则详情 |
| POST | /enrichment/mapping/schema/create | 创建映射规则 |
| POST | /enrichment/mapping/schema/update | 更新映射规则 |
| POST | /enrichment/mapping/schema/delete | 删除映射规则 |
| POST | /enrichment/mapping/data/list | 查询映射数据列表 |
| POST | /enrichment/mapping/data/upsert | 写入映射数据 |
| POST | /enrichment/mapping/data/delete | 删除映射数据 |
| POST | /enrichment/mapping/data/truncate | 清空映射数据 |
| POST | /enrichment/mapping/data/upload | 通过 CSV 上传映射数据 |
| POST | /enrichment/mapping/data/download | 下载映射数据 CSV |
| POST | /enrichment/mapping/api/list | 查询映射 API 列表 |
| POST | /enrichment/mapping/api/info | 查看映射 API 详情 |
| POST | /enrichment/mapping/api/create | 创建映射 API |
| POST | /enrichment/mapping/api/update | 更新映射 API |
| POST | /enrichment/mapping/api/delete | 删除映射 API |
分析看板
| 方法 | 接口 | 描述 |
|---|---|---|
| POST | /insight/account | 查看账户级别洞察 |
| POST | /insight/team | 查看团队洞察 |
| POST | /insight/channel | 查看协作空间洞察 |
| POST | /insight/responder | 查看处理人员洞察 |
| POST | /insight/incident/list | 查询洞察故障列表 |
| POST | /insight/alert/topk-by-label | 查看按 check/resource 聚合的 Top-K 告警 |
| POST | /insight/incident/export | 导出洞察故障 |
| POST | /insight/team/export | 导出团队洞察 |
| POST | /insight/channel/export | 导出协作空间洞察 |
| POST | /insight/responder/export | 导出处理人员洞察 |
状态页
| 方法 | 接口 | 描述 |
|---|---|---|
| GET | /status-page/change/list | 查询状态页事件列表 |
| GET | /status-page/change/info | 获取状态页事件详情 |
| POST | /status-page/change/create | 创建状态页事件 |
| POST | /status-page/change/update | 更新状态页事件 |
| POST | /status-page/change/delete | 删除状态页事件 |
| POST | /status-page/change/timeline/create | 创建事件时间线 |
| POST | /status-page/change/timeline/update | 更新事件时间线 |
| POST | /status-page/change/timeline/delete | 删除事件时间线 |
| GET | /status-page/subscriber/list | 查询状态页订阅者列表 |
| POST | /status-page/subscriber/import | 批量导入订阅者 |
| POST | /status-page/subscriber/export | 导出订阅者 |
| POST | /status-page/migrate-structure | 迁移状态页结构 |
| POST | /status-page/migrate-email-subscribers | 迁移邮件订阅者 |
| GET | /status-page/migration/status | 获取迁移状态 |
| POST | /status-page/migration/cancel | 取消状态页迁移 |
Monitors(30 个接口)
Monitors(30 个接口)
告警规则
| 方法 | 接口 | 描述 |
|---|---|---|
| POST | /monit/rule/list/basic | 查询告警规则列表 |
| POST | /monit/rule/info | 查看告警规则详情 |
| POST | /monit/rule/create | 创建告警规则 |
| POST | /monit/rule/update | 更新告警规则 |
| POST | /monit/rule/delete | 删除告警规则 |
| POST | /monit/rule/delete/batch | 批量删除告警规则 |
| POST | /monit/rule/import | 导入告警规则 |
| POST | /monit/rule/export | 导出告警规则 |
| POST | /monit/rule/move | 移动告警规则到文件夹 |
| POST | /monit/rule/update/fields | 批量更新规则字段 |
| POST | /monit/rule/audits | 查询规则变更历史 |
| POST | /monit/rule/audit/detail | 查看规则审计快照 |
| POST | /monit/rule/counter/total | 查看规则数量时序 |
| POST | /monit/rule/counter/node | 按文件夹节点查询规则统计 |
| POST | /monit/rule/counter/status | 查看顶层文件夹规则状态统计 |
| POST | /monit/rule/counter/channel | 按协作空间查询规则统计 |
| POST | /monit/rule/status | 查看文件夹下规则触发状态 |
| POST | /monit/rule/dstypes | 查询可用的数据源类型 |
告警数据源
| 方法 | 接口 | 描述 |
|---|---|---|
| POST | /monit/datasource/list | 查询数据源列表 |
| POST | /monit/datasource/info | 查看数据源详情 |
| POST | /monit/datasource/create | 创建数据源 |
| POST | /monit/datasource/update | 更新数据源 |
| POST | /monit/datasource/delete | 删除数据源 |
| POST | /monit/datasource/sls/projects | 查询 SLS 项目列表 |
| POST | /monit/datasource/sls/logstores | 查询 SLS 日志库列表 |
规则集
| 方法 | 接口 | 描述 |
|---|---|---|
| POST | /monit/store/ruleset/list | 查询规则集列表 |
| POST | /monit/store/ruleset/info | 查看规则集详情 |
| POST | /monit/store/ruleset/create | 创建规则集 |
| POST | /monit/store/ruleset/update | 更新规则集 |
| POST | /monit/store/ruleset/delete | 删除规则集 |
RUM(10 个接口)
RUM(10 个接口)
应用管理
| 方法 | 接口 | 描述 |
|---|---|---|
| POST | /rum/application/list | 查询应用列表 |
| POST | /rum/application/info | 查看应用详情 |
| POST | /rum/application/infos | 批量查询应用详情 |
| POST | /rum/application/create | 创建应用 |
| POST | /rum/application/update | 更新应用 |
| POST | /rum/application/delete | 删除应用 |
问题跟踪
| 方法 | 接口 | 描述 |
|---|---|---|
| POST | /rum/issue/list | 查询 Issue 列表 |
| POST | /rum/issue/info | 查看 Issue 详情 |
| POST | /rum/issue/update | 更新 Issue |
Sourcemap
| 方法 | 接口 | 描述 |
|---|---|---|
| POST | /sourcemap/list | 查询 Sourcemap 列表 |
平台(26 个接口)
平台(26 个接口)
成员管理
| 方法 | 接口 | 描述 |
|---|---|---|
| POST | /member/list | 查询成员列表 |
| POST | /member/info | 获取当前成员信息 |
| POST | /member/invite | 邀请成员 |
| POST | /member/delete | 删除成员 |
| POST | /member/info/reset | 重置成员信息 |
| POST | /member/role/update | 更新成员角色 |
| POST | /member/role/grant | 授予成员角色 |
| POST | /member/role/revoke | 解除成员角色 |
| POST | /person/infos | 批量获取人员信息 |
团队管理
| 方法 | 接口 | 描述 |
|---|---|---|
| POST | /team/list | 查看团队列表 |
| POST | /team/info | 查看团队详情 |
| POST | /team/infos | 批量查看团队信息 |
| POST | /team/upsert | 变更团队信息 |
| POST | /team/delete | 删除团队 |
角色与权限
| 方法 | 接口 | 描述 |
|---|---|---|
| POST | /role/list | 查看角色列表 |
| POST | /role/info | 查看角色详情 |
| POST | /role/upsert | 创建或更新角色 |
| POST | /role/delete | 删除角色 |
| POST | /role/enable | 启用角色 |
| POST | /role/disable | 禁用角色 |
| POST | /role/permission/list | 查看角色权限集合 |
| POST | /role/permission/factor/list | 查看权限因子集合 |
| POST | /role/member/grant | 授予成员账户权限 |
| POST | /role/member/revoke | 解除成员账户权限 |
审计日志
| 方法 | 接口 | 描述 |
|---|---|---|
| POST | /audit/search | 检索审计日志 |
| POST | /audit/operation/list | 查看事件类型列表 |