阅读928 返回首页    go 微信


查询自动快照策略__快照相关接口_API 参考_云服务器 ECS-阿里云

描述

查询自动快照策略

请求参数

名称 类型 是否必须 描述
Action String 系统规定参数,取值:DescribeAutoSnapshotPolicyEx
RegionId String 要查询的自动快照策略所在的Region
AutoSnapshotPolicyId String 要查询的自动快照策略ID,参数为空时为返回全部自动快照策略。一个带有格式的Json Array:[“p-xxxxxxxxx”, ”p-yyyyyyyyy”, … “p-zzzzzzzzz”]
PageNumber Integer 自动快照策略列表的页码,起始值为 1,默认值为 1
PageSize Integer 分页查询时设置的每页行数,最大值 50 行,默认为 10

返回参数

名称 类型 描述
TotalCount Integer 快照的总个数
PageNumber Integer 快照列表的页码
PageSize Integer 输入时设置的每页行数
AutoSnapshotPolicys AutoSnapshotPolicyType 自动快照策略详情 AutoSnapshotPolicyType 组成的集合。

示例

请求示例

https://ecs.aliyuncs.com/?Action=DescribeAutoSnapshotPolicy
&<公共请求参数>

返回示例

XML格式

<DescribeAutoSnapshotPolicyResponse>
<AntoSnapshotPolicys>
        <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>
    </AntoSnapshotPolicys>
    <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",
  "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
}

最后更新:2016-11-23 16:03:50

  上一篇:go 修改自动快照策略__快照相关接口_API 参考_云服务器 ECS-阿里云
  下一篇:go 执行自动快照策略__快照相关接口_API 参考_云服务器 ECS-阿里云