Queries the Elastic IP Address (EIP) information of a Wuying workspace.
Try it now
Test
RAM authorization
Request syntax
POST HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| WuyingServerId |
string |
Yes |
The workspace ID. |
ws-0bw2f11****dial |
| Isp |
string |
No |
The Internet service operation provider (ISP). Valid values:
|
ChinaTelecom |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
Id of the request |
1CBAFFAB-B697-4049-A9B1-67E1FC5F**** |
| EipInfoModel |
object |
The EIP information. |
|
| NetworkInterfaceId |
string |
The network interface controller (NIC) ID. |
eni-bp174p2xxxxxbyh02ix |
| IpAddress |
string |
The public IP address. |
171.xxx.xxx.221 |
| ServerPortRange |
string |
The port range. |
6606/6607 |
| EipId |
string |
Examples
Success response
JSON format
{
"RequestId": "1CBAFFAB-B697-4049-A9B1-67E1FC5F****",
"EipInfoModel": {
"NetworkInterfaceId": "eni-bp174p2xxxxxbyh02ix",
"IpAddress": "171.xxx.xxx.221",
"ServerPortRange": "6606/6607",
"EipId": ""
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.