查询自动快照策略
描述
查询自动快照策略
请求参数
返回参数
示例
请求示例
https://ecs.aliyuncs.com/?Action=DescribeAutoSnapshotPolicy
&<公共请求参数>
返回示例
JSON格式
{
"PageNumber": 1,
"PageSize": 2,
"RequestId": "659F91C6-1949-43B0-90C4-B6342CA757D5",
"AntoSnapshotPolicys": {
" AutoSnapshotPolicy": [
{
"CreationTime": "2014-07-24T13:00:52Z",
"AutoSnapshotPolicyId": "p-23f2i9s4t",
"SettingTimePoints": "[“0”, “1”]",
"SettingRepeatWeekdays": "[“1”, “7”]",
"RetentionDays": "30",
},
{
"CreationTime": "2014-04-21T12:08:52Z",
"AutoSnapshotPolicyId": "p-a1fd3g5s1",
"SettingTimePoints": "[“2”, “9”]",
"SettingRepeatWeekdays": "[“3” , “4” , “5” , “7”]",
"RetentionDays": "-1",
}
]
},
"TotalCount": 2
}