Enable/Disable Scheduled Reports¶
POST /api/v1/crontab_report/set_disable
Overview¶
Body Request Parameters¶
Parameter Name | Type | Required | Description |
---|---|---|---|
isDisable | boolean | Y | Set the enable status Can be null: False |
reportUUIDs | array | Y | UUIDs of scheduled reports Can be null: False |
Additional Parameter Notes¶
Request Example¶
curl 'https://openapi.guance.com/api/v1/crontab_report/set_disable' \
-H 'DF-API-KEY: <DF-API-KEY>' \
-H 'Accept-Language: en' \
-H 'Content-Type: application/json;charset=UTF-8' \
-H 'Accept: application/json, text/plain, */*' \
--data-raw '{"isDisable":true,"reportUUIDs":["cron_xxxx32"]}' \
--compressed