Queries elastic IP addresses (EIPs).
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
ServiceMeshId | string | No | The ID of the ASM instance. | cb8963379255149cb98c8686f274x**** |
PageNum | integer | No | The number of the page to return. Default value: 1. | 1 |
PageSize | integer | No | The number of entries to return on each page. | 50 |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "BD65C0AD-D3C6-48D3-8D93-38D2015C****",
"EipList": [
{
"IpAddress": "120.xx.xx.112",
"Status": "InUse",
"AllocationId": "eip-2zeerraiwb7ujxscd****",
"InstanceType": "SlbInstance"
}
],
"PageResult": {
"TotalCount": 10,
"PageNumber": 1,
"PageSize": 10
}
}
Error codes
HTTP status code | Error code | Error message |
---|---|---|
500 | ERR500 | An internal server error occurred. |
For a list of error codes, visit the Service error codes.