All Products
Search
Document Center

App Streaming:DescribeWuyingServerEipInfo

Last Updated:Dec 17, 2025

Queries the Elastic IP Addresses (EIPs) of workstations.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
WuyingServerIdstringYes

The ID of the workstation.

ws-0bw2f11****dial
IspstringNo

The Internet service provider (ISP). Valid values:

  • ChinaMobile: China Mobile
  • ChinaTelecom: China Telecom
  • ChinaUnicom: China Unicom
ChinaTelecom

Response parameters

ParameterTypeDescriptionExample
object

Schema of Response

RequestIdstring

Id of the request

1CBAFFAB-B697-4049-A9B1-67E1FC5F****
EipInfoModelobject

The information about the associated EIP.

NetworkInterfaceIdstring

The ID of the elastic network interface (ENI).

eni-bp174p2xxxxxbyh02ix
IpAddressstring

The public IP address.

171.xxx.xxx.221
ServerPortRangestring

The port range.

6606/6607

Examples

Sample success responses

JSONformat

{
  "RequestId": "1CBAFFAB-B697-4049-A9B1-67E1FC5F****",
  "EipInfoModel": {
    "NetworkInterfaceId": "eni-bp174p2xxxxxbyh02ix",
    "IpAddress": "171.xxx.xxx.221",
    "ServerPortRange": "6606/6607"
  }
}

Error codes

For a list of error codes, visit the Service error codes.