Enable/Disable¶
POST /api/v1/pipeline/batch_set_disable
Overview¶
Enable/Disable Pipeline Rules
Body Request Parameters¶
Parameter | Type | Required | Description |
---|---|---|---|
isDisable | boolean | Y | Set enable status Allow empty: False |
plUUIDs | array | Y | pipeline UUID Allow empty: False |
Parameter Additional Notes¶
Request Example¶
curl 'https://openapi.guance.com/api/v1/pipeline/batch_set_disable' \
-H 'DF-API-KEY: <DF-API-KEY>' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: zh' \
-H 'Content-Type: application/json;charset=UTF-8' \
--data-raw '{"plUUIDs":["pl_xxxx32","pl_xxxx32"],"isDisable":false}' \
--compressed