列出自建巡检列表¶
GET /api/v1/self_built_checker/list
概述¶
分页列出当前工作空间的自建巡检列表
Query 请求参数¶
参数名 | 类型 | 必选 | 说明 |
---|---|---|---|
monitorUUID | commaArray | 告警策略UUID 允许为空: False |
|
checkerUUID | commaArray | 自建巡检UUID 允许为空: False |
|
refKey | commaArray | refKey,多值以英文逗号分割 允许为空: False |
|
search | string | 搜索自建巡检名 允许为空: False |
|
pageIndex | integer | 页码 允许为空: False 例子: 1 $minValue: 1 |
|
pageSize | integer | 每页返回数量 允许为空: False 例子: 10 $minValue: 1 $maxValue: 100 |
参数补充说明¶
请求例子¶
curl 'https://openapi.guance.com/api/v1/self_built_checker/list?refKey=zyAy2l9v,zyAy897f' \
-H 'Content-Type: application/json' \
-H 'DF-API-KEY: <DF-API-KEY>' \
--compressed