Queries contiguous elastic IP address (EIP) groups.
debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
ClientToken | string | No | The client token that is used to ensure the idempotence of the request. You can use the client to generate the token, but you must make sure that the token is unique among different requests. The token can contain only ASCII characters. Note
If you do not specify this parameter, the system automatically uses the request ID as the client token. The request ID may be different for each request.
| 02fb3da4-130e-11e9-8e44-001sdfg |
RegionId | string | Yes | The ID of the region to which the contiguous EIP group belongs. You can call the DescribeRegions operation to query the most recent region list. | cn-hangzhou |
SegmentInstanceId | string | No | The ID of the contiguous EIP group that you want to query. | eipsg-2zett8ba055tbsxme**** |
PageNumber | integer | No | The page number. Default value: 1. | 1 |
PageSize | integer | No | The number of entries per page. Maximum value: 50. Default value: 10. | 10 |
Response parameters
Examples
Sample success responses
JSON
format
{
"PageSize": 10,
"RequestId": "F7A6301A-64BA-41EC-8284-8F4838C15D1F",
"PageNumber": 1,
"TotalCount": 10,
"EipSegments": {
"EipSegment": [
{
"CreationTime": "2020-03-06T12:30:07Z",
"Status": "Allocated",
"Descritpion": "MyEipSegment",
"InstanceId": "eipsg-2zett8ba055tbsxme****",
"IpCount": "16",
"Name": "MyEipSegment",
"Segment": "161.xx.xx.32/28",
"RegionId": "cn-hangzhou",
"Zone": "cn-hangzhou-a"
}
]
}
}
Error codes
HTTP status code | Error code | Error message |
---|---|---|
400 | OperationFailed.QueryDbError | Operation failed because query db error. |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation | ||||||
---|---|---|---|---|---|---|---|---|
2023-04-10 | The error codes of the API operation change.,The response structure of the API operation changes. | see changesets | ||||||
|