You need to enable JavaScript to run this app.
导航
DescribeDeploymentSets - 查询部署集列表
最近更新时间:2024.05.21 10:23:57首次发布时间:2023.01.06 07:41:48

调用 DescribeDeploymentSets 接口查询部署集的属性。

调试

请求参数

下表仅列出该接口特有的请求参数和部分公共参数。更多信息请见公共参数

参数
类型
是否必填
示例值
描述
Action
String

DescribeDeploymentSets

要执行的操作,取值:DescribeDeploymentSets。

Version
String

2020-04-01

API的版本,取值:2020-04-01。

DeploymentSetIds.N
Array of String

DeploymentSetIds.1=dps-yc1o9aahks5m57nk****&DeploymentSetIds.2=dps-ybr1vulgy87grbt6****

部署集ID。
您可以调用DescribeDeploymentSets查询部署集ID。

  • 参数 - N:表示部署集的序号,取值范围:1~100。
  • 多个 DeploymentSetId之间用&分隔。
DeploymentSetName
String

testDeploymentSet

部署集名称。

  • 不能以数字、中划线、下划线开头。
  • 只能包含中文、字母、数字、下划线和中划线。
  • 长度限制在1~128之间。
Granularity
String

host

部署粒度,取值:

  • host:物理机
  • rack:机架
  • switch:交换机

说明

Strategy取值为Availability时,需传入该参数。

MaxResults
Integer

10

分页查询时设置的每页行数。

  • 最大值:100
  • 默认值:10
NextToken
String

--

分页查询凭证,用于标记分页的位置,初次调用该接口时无需设置。下次查询时,取值为上一次API调用返回的NextToken参数值。

Strategy
String

Availability

部署策略,取值:

  • Availability:高可用策略。
  • AvailabilityGroup:部署集组高可用策略。

返回参数

下表仅列出本接口特有的返回参数。更多信息请参见返回结构

参数
类型
示例值
描述
DeploymentSets
Array of DeploymentSetsForDescribeDeploymentSets

--

部署集详情。

NextToken
String

bHpwdXJja2RxemU1eG5sb3NzdGcW1-RCEq******

本次调用返回的查询凭证值,返回为空表示该页为末页。

请求示例

GET /?Action=DescribeDeploymentSets&Version=2020-04-01&DeploymentSetIds.1=dps-yc1o9aahks5m57nk**** HTTP/1.1
Host: open.volcengineapi.com
Region: cn-beijing
ServiceName: ecs

返回示例

{
    "ResponseMetadata": {
        "RequestId": "2021110417394001022514606307*****",
        "Action": "DescribeDeploymentSets",
        "Version": "2020-04-01",
        "Service": "ecs",
        "Region": "cn-beijing"
    },
    "Result": {
        "DeploymentSets": [
            {
                "CreatedAt": "2021-11-25T15:12:58+08:00",
                "DeploymentSetDescription": "",
                "DeploymentSetId": "dps-yc1o9aahks5m57nk****",
                "DeploymentSetName": "testDeploymentSet",
                "Strategy": "Availability",
                "Granularity": "host",
                "InstanceAmount": 1,
                "InstanceIds": [
                i-3tigy72q3u3vj0x2****
                ],
                "Capacities": [
                    {
                        "ZoneId": "cn-beijing-a",
                        "UsedCount": 1,
                        "AvailableCount": 4
                    }
                ]
            }
        ],
        "NextToken":"bHpwdXJja2RxemU1eG5sb3NzdGcW1-RCEq******"
    }
}

错误码

下表为您列举了该接口与业务逻辑相关的错误码。公共错误码请参见公共错误码文档。

状态码
错误码
错误信息
说明
400
InvalidArgument
The specified argument is invalid.

指定的参数不合法。

400
LimitExceeded.MaximumDeploymentSetIds
You've reached the limit on the number of DeploymentSetIds that you can set.

指定的DeploymentSets数量超过最大限制。

500
InternalError
An internal error has occurred.

内部错误,请重试。如果多次尝试失败,请提交工单。