调用 DescribeInstanceTypeFamilies 查询云服务器提供的实例规格族信息。
下表仅列出该接口特有的请求参数和部分公共参数。更多信息请见公共参数。
参数 | 类型 | 是否必填 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | DescribeInstanceTypeFamilies | 要执行的操作,取值:DescribeInstanceTypeFamilies。 |
Version | String | 是 | 2020-04-01 | API的版本,取值:2020-04-01。 |
ZoneId | String | 否 | cn-beijing-a | 实例所在可用区ID。 |
Generation | String | 否 | ecs-1 |
下表仅列出本接口特有的返回参数。更多信息请参见返回结构。
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
InstanceTypeFamilies | Array of InstanceTypeFamiliesForDescribeInstanceTypeFamilies | -- | 实例规格族信息。 |
GET /?Action=DescribeInstanceTypeFamilies&Version=2020-04-01&ZoneId=cn-beijing-a HTTP/1.1 Host: open.volcengineapi.com Region: cn-beijing Service: ecs
{ "ResponseMetadata": { "RequestId": "202106111445100102252431000052****", "Action": "DescribeInstanceTypeFamilies", "Version": "2020-04-01", "Service": "ecs", "Region": "cn-beijing" }, "Result": { "InstanceTypeFamilies": [ { "InstanceTypeFamily": "ecs.c1ie", "ZoneIds": [ "cn-beijing-a" ], "Generation": "ecs-1" }, { "InstanceTypeFamily": "ecs.g2i", "ZoneIds": [ "cn-beijing-a" ], "Generation": "ecs-2" } ] } }
下表为您列举了该接口与业务逻辑相关的错误码。公共错误码请参见公共错误码文档。
状态码 | 错误码 | 错误信息 | 说明 |
---|---|---|---|
404 | InvalidZone.NotFound | The specified zone does not exist. | 指定的可用区不存在。 |
500 | InternalError | An internal error has occurred. | 内部错误,请重试。如果多次尝试失败,请提交工单。 |