- HOME
- 提供API一覧
- listSnapshotPolicies
listSnapshotPolicies
処理概要
定期スナップショット設定情報を取得
注意事項
・なし
リクエスト
・リクエストパラメータ
Parameter Name | Description | Required |
volumeid | the ID of the disk volume | true |
・リクエストサンプル
$ ./kick_api.sh command=listSnapshotPolicies volumeid=3f088d66-03e8-4d1c-ae1c-5b0ef086818a
レスポンス
・レスポンスボディ
Response Name | Description |
id | the ID of the snapshot policy |
fordisplay | is this policy for display to the regular user |
intervaltype | the interval type of the snapshot policy |
maxsnaps | maximum number of snapshots retained |
schedule | time the snapshot is scheduled to be taken. |
timezone | the time zone of the snapshot policy |
volumeid | the ID of the disk volume |
・レスポンスサンプル
【API実行結果】
<?xml version=”1.0″ encoding=”UTF-8″?>
<listsnapshotpoliciesresponse cloud-stack-version=”4.3.0.2″>
<count>1</count>
<snapshotpolicy>
<id>a695b197-8835-454c-93d8-43854a390423</id>
<volumeid>3f088d66-03e8-4d1c-ae1c-5b0ef086818a</volumeid>
<schedule>00:13</schedule>
<intervaltype>1</intervaltype>
<maxsnaps>3</maxsnaps>
<timezone>JST</timezone>
</snapshotpolicy>
</listsnapshotpoliciesresponse>