- HOME
- 提供API一覧
- deleteSnapshotPolicies
deleteSnapshotPolicies
処理概要
定期スナップショットの設定を解除する
注意事項
特になし
リクエスト
・リクエストパラメータ
| Parameter Name | Description | Required |
|---|---|---|
| id | the Id of the snapshot policy | true/false* |
| ids | ist of snapshots policy IDs separated by comma | true/false* |
補足:id、idsのパラメータはいずれか一方は指定する必要がある
・リクエストサンプル
./kick_api.sh command=deleteSnapshotPolicies id=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
レスポンス
・レスポンスボディ
| Response Name | Description |
|---|---|
| success |
true if operation is executed successfully |
・レスポンスサンプル
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
156 156 156 156 0 0 1141 0 –:–:– –:–:– –:–:– 3319
<?xml version=”1.0″ encoding=”UTF-8″?>
<deletesnapshotpoliciesresponse cloud-stack-version=”4.3.0.2″>
<success>true</success>
</deletesnapshotpoliciesresponse>
