调用 DescribeIpAddressPoolAttributes 接口,查看指定IP地址池的详细信息。
参数名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | DescribeIpAddressPoolAttributes | 要执行的操作,取值:DescribeIpAddressPoolAttributes。 |
Version | String | 是 | 2020-04-01 | API的版本信息,当前版本为2020-04-01。 |
IpAddressPoolId | String | 是 | ippool-fda83op**** | IP 地址池的 ID。 |
参数名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | 2021062415303301022514515207C4**** | 请求ID。 |
IpAddressPoolId | String | ippool-fda83op**** | IP地址池的ID。 |
BusinessStatus | String | Normal | IP地址池是否被锁定。
|
ISP | String | BGP | 线路类型,取值如下:
|
Name | String | IpAddressPool01 | IP地址池的名称。 |
Description | String | This is an IpAddressPool | IP地址池的描述信息。 |
CidrBlocks | Array of struct | ["101.x.x.x/24"] | IP地址池中的IP网段信息。 |
CreationTime | String | 2024-10-10T14:17:28+08:00 | IP地址池的创建时间。 |
UpdateTime | String | 2024-10-10T14:17:28+08:00 | IP地址池的更新时间。 |
DeletedTime | String | 2024-10-11 01:00:00 | 资源回收时间。仅当资源欠费关停时,此参数才有返回值。 |
OverdueTime | String | 2024-10-11 01:00:00 | 资源冻结时间。仅当资源欠费冻结时,此参数才会有返回值。 |
ProjectName | String | Project_1 | IP地址池所属项目的名称。 |
Tags | Array of struct | - | IP地址池的标签信息。具体请参见下表“Tags”。 |
Status | String | Available | IP地址池的状态。
|
TotalIpCount | Integer | 256 | IP地址池中包含的IP地址段总数。 |
UsedIpCount | Integer | 0 | IP地址池中已分配为EIP的IP地址段数量。 |
Tags
参数名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
Key | String | k1 | 标签键。 |
Value | String | v1 | 标签值。 |
GET /?Action=DescribeIpAddressPoolAttributes&Version=2020-04-01&IpAddressPoolId=ippool-fda83op**** HTTP/1.1 Host: open.volcengineapi.com Service: vpc Region: cn-beijing
{ "ResponseMetadata": { "RequestId": "20210624153033015207C4****", "Action": "DescribeIpAddressPoolAttributes", "Version": "2020-04-01", "Service": "vpc", "Region": "cn-beijing" }, "Result":{ "RequestId": "2021062415303301022514515207C4****", "IpAddressPoolId": "ippool-fda83op****", "BusinessStatus":"Normal", "ISP": "BGP", "Name": "IpAddressPool01", "Description": "This is an IpAddressPool", "CidrBlocks": [ "101.0.XX.XX/24" ] "ProjectName": "Project_1", "Tags":[ { "Key":"k1", "Value":"v1" } ] "Status": "Available", "BusinessStatus": "Normal", "TotalIpCount":256, "UsedIpCount":0, "CreationTime": "2024-10-10T14:17:28+08:00", "UpdateTime": "2024-10-10T14:17:28+08:00", "OverdueTime": "2024-10-11 01:00:00", "DeletedTime": "2024-10-11 01:00:00" } }
公共错误码,请参见 公共错误码 。
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | IdempotentParameterMismatch | Arguments on this idempotent request are inconsistent with arguments used in previous request(s). | 此幂等请求的参数与前一个请求中使用的参数不一致。 |
InvalidParameter.ClientTokenMalformed | The specified parameter ClientToken is malformed. | 指定的参数ClientToken格式不合法,长度不能超过64个ASCII字符。 | |
404 | InvalidIPPool.NotFound | The specified IP address pool does not exist. | 指定的IP地址池不存在。 |
412 | IdempotentProcessing | The request uses the same client token as a previous one that is still in process. | 幂等请求处理中。 |