这篇文章将为大家详细讲解有关查询已创建的自动快照策略的方法,小编觉得挺实用的,因此分享给大家做个参考,希望大家阅读完这篇文章后可以有所收获。
DescribeAutoSnapshotPolicyEx
请求参数

返回参数

示例
请求示例
https://ecs.aliyuncs.com/?Action=DescribeAutoSnapshotPolicyEX
&RegionId=cn-hangzhou
&<公共请求参数>
返回示例
XML 格式
<DescribeAutoSnapshotPolicyResponse>
<AutoSnapshotPolicies>
<AntoSnapshotPolicy>
<CreationTime>2014-04-21T12:08:52Z</CreationTime>
<AutoSnapshotPolicyId>p-23f2i9s4t</AutoSnapshotPolicyId>
<SettingTimePoints>[“2”, “9”]</SettingTimePoints>
<SettingRepeatWeekdays>[“3” , “4” , “5” , “7”]</SettingRepeatWeekdays>
<RetentionDays>-1</RetentionDays>
</AntoSnapshotPolicy>
<AntoSnapshotPolicy>
<CreationTime>2014-07-24T13:00:52Z</CreationTime>
<AutoSnapshotPolicyId>p-23f2i9s4t</AutoSnapshotPolicyId>
<SettingTimePoints>[“0”, “1”]</SettingTimePoints>
<SettingRepeatWeekdays>[“1”, “7”]</SettingRepeatWeekdays>
<RetentionDays>30</RetentionDays>
</AntoSnapshotPolicy>
</AutoSnapshotPolicies>
<PageNumber>1</PageNumber>
<PageSize>2</PageSize>
<TotalCount>2</TotalCount>
<RequestId>F3CD6886-D8D0-4FEE-B93E-1B73239673DE</RequestId>
</DescribeAutoSnapshotPolicyResponse>
JSON 格式
{
"PageNumber": 1,
"PageSize": 2,
"RequestId": "659F91C6-1949-43B0-90C4-B6342CA757D5",
"AutoSnapshotPolicies": {
" 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
}
错误码
全是公共错误码。更多错误码,请访问 API 错误中心。
关于查询已创建的自动快照策略的方法就分享到这里了,希望以上内容可以对大家有一定的帮助,可以学到更多知识。如果觉得文章不错,可以把它分享出去让更多的人看到。