- 介绍
- /api/n9e 接口
- 告警规则
- 订阅规则
- 屏蔽规则
- 告警事件
- 通知规则
- 机器列表
- 团队管理
- 业务组管理
- 用户管理
- 权限管理
- 采集配置
- 网络设备
- 告警管理
- 指标视图
- 告警自愈
- 采集配置
- 网络设备
- pingmesh
- pingmesh-idc网络规则注册
- pingmesh-idc网络规则修改
- pingmesh-idc网络规则查询
- pingmesh-idc网络规则删除
- pingmesh-idc间ping规则配置注册
- pingmesh-idc间ping规则配置查看
- pingmesh-idc间ping规则配置修改
- pingmesh-idc间ping规则配置删除
- pingmesh-ping动作开关设置
- pingmesh-ping动作开关查询
- pingmesh-idc之间拓扑图
- pingmesh-idc内netident拓扑
- pingmesh-netident内server之间拓扑
- pingmesh-查询指标历史数据
- pingmesh-idc网络规则注册(From CMDB)
- pingmesh-报警规则导出
- 数据查询
- 仪表盘
- 模板中心
- 拨测任务API
- 集成仪表盘
- 审计管理
- 数据源
- 全局屏蔽
- 仪表盘标注
- 通知媒介
- 消息模板
- auth认证
- metricsDesc
- 通知配置-待下线
- 快捷视图(指标)
- 变量设置
- 单点登陆
- 用户信息--待删除(与用户管理重复)
- /v1/n9e 接口
任务详情查询
GET
https://api.flashcat.cloud/api/n9e-plus/probe/task/15/describe
最后修改时间:2024-07-23 04:41:05
请求参数
Authorization
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token示例:
Authorization: Bearer ********************
Header 参数
Authorization
array[string]
可选
示例值:
["Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2Nlc3NfdXVpZCI6IjdiMmVlYmY5LWRiNmQtNGMxZi1hMmE3LWUzNWRlMTQzZTAxOSIsImF1dGhvcml6ZWQiOnRydWUsImV4cCI6MTcwNzI5NjgxOSwidXNlcl9pZGVudGl0eSI6IjEtcm9vdCJ9.SDFdxlPLBnoFjtBtN_wHYIeDD1PByNHzvcWCUdX3_b4"]
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.flashcat.cloud/api/n9e-plus/probe/task/15/describe'
返回响应
🟢200成功
application/json
Body
errr
string
必需
dat
object
必需
id
integer
必需
name
string
必需
description
string
可选
type
integer
必需
targets
string
必需
protocol
integer
必需
method
string
可选
encoding
string
可选
header
string
可选
body
string
可选
param
string
可选
expect_response_string
string
可选
match_pattern
string
可选
period
integer
必需
timeout
integer
必需
connect_timeout
integer
必需
tls_handshake_timeout
integer
可选
expect_response_code
integer
可选
dns
string
可选
dns_protocol
string
可选
dns_timeout
integer
可选
response_timeout
boolean
可选
response_failed
boolean
可选
avg_delay_threshold
integer
可选
packet_loss_threshold
integer
可选
exception_ration
integer
可选
exception_times
integer
可 选
alert_rules
integer
可选
status
integer
必需
create_time
string
必需
update_time
string
必需
示例
{
"errr": "string",
"dat": {
"id": 0,
"name": "string",
"description": "string",
"type": 0,
"targets": "string",
"protocol": 0,
"method": "string",
"encoding": "string",
"header": "string",
"body": "string",
"param": "string",
"expect_response_string": "string",
"match_pattern": "string",
"period": 0,
"timeout": 0,
"connect_timeout": 0,
"tls_handshake_timeout": 0,
"expect_response_code": 0,
"dns": "string",
"dns_protocol": "string",
"dns_timeout": 0,
"response_timeout": true,
"response_failed": true,
"avg_delay_threshold": 0,
"packet_loss_threshold": 0,
"exception_ration": 0,
"exception_times": 0,
"alert_rules": 0,
"status": 0,
"create_time": "string",
"update_time": "string"
}
}

添加官方技术人员微信
在这里,获得使用上的任何帮助,快速上手企业告警一站式响应平台FlashDuty


修改于 2024-07-23 04:41:05