Queries available IP address pools.
Debugging
Authorization information
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
PublicIpAddressPoolIds | array | No | The IDs of the IP address pool. You can enter up to 100 IDs. | |
string | No | The ID of the IP address pool. You can enter up to 100 IDs. | pippool-6wetvn6fumkgycssx**** | |
Status | string | No | The status of the IP address pool. Valid values:
| Created |
MaxResults | integer | No | The maximum number of entries to return. Valid values: 10 to 100. Default value: 10. | 10 |
NextToken | string | No | The pagination token that is used in the next request to retrieve a new page of results.
| FFmyTO70tTpLG6I3FmYAXGKPd**** |
Isp | string | No | The line type. Valid values:
For more information about the BGP (Multi-ISP) line and BGP (Multi-ISP) Pro line, see the "Line types" section of What is EIP? If you are allowed to use single-ISP bandwidth, you can also choose one of the following values:
If your services are deployed in China East 1 Finance, this parameter is required and you must set the parameter to BGP_FinanceCloud. | BGP |
Name | string | No | The name of the IP address pool. If you enter a name, the name must be 1 to 128 characters in length and can contain digits, periods (.), underscores (_), and hyphens (-). The name must start with a letter but cannot start with | AddressPoolName |
DryRun | boolean | No | Specifies whether to perform a dry run, without performing the actual request. Valid values:
| false |
ResourceGroupId | string | No | The ID of the resource group to which the IP address pool belongs. | rg-acfmxazb4pcdvf**** |
Tags | array<object> | No | The tags to add to the resource. | |
object | No | |||
Key | string | No | The tag key to add to the resource. You can specify up to 20 tag keys. The tag key cannot be an empty string. The tag key can be up to 128 characters in length. It cannot start with | FinanceDept |
Value | string | No | The tag value to add to the resource. You can specify up to 20 tag values. The tag value can be an empty string. The tag key can be up to 128 characters in length. It cannot start with | FinanceJoshua |
RegionId | string | Yes | The ID of the region in which the IP address pool that you want to query resides. You can call the DescribeRegions operation to query the region ID. | cn-chengdu |
SecurityProtectionEnabled | boolean | No | Specifies whether to enable Anti-DDoS Pro/Premium. Valid values:
| true |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "4EC47282-1B74-4534-BD0E-403F3EE64CAF",
"NextToken": "FFmyTO70tTpLG6I3FmYAXGKPd****",
"TotalCount": 1,
"PublicIpAddressPoolList": [
{
"PublicIpAddressPoolId": "pippool-6wetvn6fumkgycssx****",
"RegionId": "cn-chengdu",
"CreationTime": "2022-05-10T01:37:38Z",
"Isp": "BGP",
"Name": "AddressPoolName",
"Status": "Created",
"Description": "AddressPoolDescription",
"TotalIpNum": 100,
"UsedIpNum": 20,
"IpAddressRemaining": true,
"UserType": true,
"OwnerId": 0,
"ShareType": "Shared",
"ResourceGroupId": "rg-acfmxazb4pcdvf****",
"Tags": [
{
"Key": "FinanceDept",
"Value": "FinanceDept"
}
],
"BizType": "CloudBox",
"Zones": [
"ap-southeast-1-lzdvn-cb"
],
"SecurityProtectionTypes": [
"AntiDDoS_Enhanced"
],
"BusinessStatus": "Normal"
}
]
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
400 | IllegalParam.Isp | The param of Isp [%s] is illegal. | The error message returned because the Isp parameter is set to an invalid value. Specify a valid value and try again. |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2024-08-08 | The Error code has changed. The response structure of the API has changed | View Change Details |
2024-07-31 | The Error code has changed | View Change Details |
2024-06-06 | The Error code has changed | View Change Details |
2024-05-27 | The response structure of the API has changed | View Change Details |
2024-01-22 | The request parameters of the API has changed. The response structure of the API has changed | View Change Details |
2023-08-08 | The response structure of the API has changed | View Change Details |
2023-05-15 | The response structure of the API has changed | View Change Details |