Skip to content

Disable an Intelligent Inspection



post /api/v1/self_built_checker/disable

Overview

Disable an intelligent inspection according to checker_uuid.

Body Request Parameter

Parameter Name Type Required Description
ruleUUID string UUID of intelligent inspection
Example: rul_xxxxx
Allow null: False
refKey string Association key of intelligent inspection
Example: xxx
Allow null: False

Supplementary Description of Parameters

Request Example

curl 'https://openapi.guance.com/self_built_checker/rul_71e719ee94f84d65a3fa68fb3054a815/disable' \
-H 'DF-API-KEY: <DF-API-KEY>' \
-H 'Content-Type: application/json;charset=UTF-8' \
--data-raw 'null' \
--compressed \
--insecure

Response

{
    "code": 200,
    "content": true,
    "errorCode": "",
    "message": "",
    "success": true,
    "traceId": "TRACE-1969B4EA-18AE-4D23-AAC7-3FC6586493EB"
} 

Feedback

Is this page helpful? ×