获取所有操作权限点
GET
https://api.flashcat.cloud/api/n9e/operation
最后修改时间:2024-04-09 03:47:53
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.flashcat.cloud/api/n9e/operation'
响应示例响应示例
{
"dat": [
{
"name": "dashboards",
"cname": "仪表盘",
"ops": [
"/dashboards",
"/dashboards/add",
"/dashboards/put",
"/dashboards/del",
"/dashboards-built-in"
]
},
{
"name": "alert",
"cname": "告警规则",
"ops": [
"/alert-rules",
"/alert-rules/add",
"/alert-rules/put",
"/alert-rules/del",
"/alert-rules-built-in"
]
},
{
"name": "alert-mutes",
"cname": "告警静默管理",
"ops": [
"/alert-mutes",
"/alert-mutes/add",
"/alert-mutes/del"
]
},
{
"name": "alert-subscribes",
"cname": "告警订阅管理",
"ops": [
"/alert-subscribes",
"/alert-subscribes/add",
"/alert-subscribes/put",
"/alert-subscribes/del"
]
},
{
"name": "alert-events",
"cname": "告警事件管理",
"ops": [
"/alert-cur-events",
"/alert-cur-events/del",
"/alert-his-events"
]
},
{
"name": "recording-rules",
"cname": "记录规则管理",
"ops": [
"/recording-rules",
"/recording-rules/add",
"/recording-rules/put",
"/recording-rules/del"
]
},
{
"name": "metric",
"cname": "时序指标",
"ops": [
"/metric/explorer",
"/object/explorer"
]
},
{
"name": "log",
"cname": "日志分析",
"ops": [
"/log/explorer"
]
},
{
"name": "trace",
"cname": "链路追踪",
"ops": [
"/trace/explorer",
"/trace/dependencies"
]
},
{
"name": "targets",
"cname": "机器列表",
"ops": [
"/targets",
"/targets/add",
"/targets/put",
"/targets/del"
]
},
{
"name": "collects",
"cname": "采集配置",
"ops": [
"/collects",
"/collects/add",
"/collects/put",
"/collects/del"
]
},
{
"name": "network-devices",
"cname": "网络设备",
"ops": [
"/network-devices",
"/network-devices/add",
"/network-devices/put",
"/network-devices/del"
]
},
{
"name": "job",
"cname": "任务管理",
"ops": [
"/job-tpls",
"/job-tpls/add",
"/job-tpls/put",
"/job-tpls/del",
"/job-tasks",
"/job-tasks/add",
"/job-tasks/put"
]
},
{
"name": "user",
"cname": "用户管理",
"ops": [
"/users",
"/user-groups",
"/user-groups/add",
"/user-groups/put",
"/user-groups/del"
]
},
{
"name": "busi-groups",
"cname": "业务分组管理",
"ops": [
"/busi-groups",
"/busi-groups/add",
"/busi-groups/put",
"/busi-groups/del"
]
},
{
"name": "collect-tpls",
"cname": "设备采集模板",
"ops": [
"/collect-tpls",
"/collect-tpls/add",
"/collect-tpls/put",
"/collect-tpls/del"
]
},
{
"name": "probe",
"cname": "拨测规则",
"ops": [
"/dial-analysis",
"/dial-analysis/add",
"/dial-analysis/put",
"/dial-analysis/del"
]
},
{
"name": "system",
"cname": "系统信息",
"ops": [
"/help/version",
"/help/servers",
"/help/source",
"/help/sso",
"/help/notification-tpls",
"/help/notification-settings",
"/help/global-muting-rules"
]
}
],
"err": ""
}