削除¶
POST /api/v1/log_backup_cfg/batch_delete
概要¶
データ転送ルールの削除
Body リクエストパラメータ¶
| パラメータ名 | 型 | 必須 | 説明 |
|---|---|---|---|
| cfgUUIDs | array | Y | 転送設定 UUID のリスト 空の許可: False |
パラメータ補足説明¶
リクエスト例¶
curl 'https://openapi.guance.com/api/v1/log_backup_cfg/batch_delete' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Content-Type: application/json;charset=UTF-8' \
-H 'DF-API-KEY: <DF-API-KEY>' \
--data-raw '{"cfgUUIDs":["lgbp_xxxx32"]}' \
--compressed