Intelligent Inspection List¶
get /api/v1/self_built_checker/list
Overview¶
Page out a self-built patrol list for the current workspace.
Query Request Parameter¶
Parameter Name | Type | Required | Description |
---|---|---|---|
monitorUUID | commaArray | Alarm policy UUID Allow null: False |
|
checkerUUID | commaArray | UUID of intelligent inspection Allow null: False |
|
refKey | commaArray | refKey, multiple values are divided by English commas Allow null: False |
|
search | string | Search for intelligent inspection name Allow null: False |
|
pageIndex | integer | Page number Allow null: False Example: 1 $minValue: 1 |
|
pageSize | integer | Quantity returned per page Allow null: False Example: 10 $minValue: 1 $maxValue: 100 |
Supplementary Description of Parameters¶
Request Example¶
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