All Products
Search
Document Center

App Streaming:DescribeWuyingServerEipInfo

Last Updated:Jun 17, 2026

Queries the Elastic IP Address (EIP) information of a Wuying workspace.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

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:

  • ChinaMobile: Shift.

  • ChinaTelecom: China Telecom.

  • ChinaUnicom: China Unicom.

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.