All Products
Search
Document Center

App Streaming:ListWuyingServer

Last Updated:Dec 17, 2025

Queries the list 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

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • For mandatory resource types, indicate with a prefix of * .
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
appstreaming:ListWuyingServerlist
*All Resources
*
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
PageSizeintegerNo

The number of records per page.

100
PageNumberintegerNo

The page number.

1
WuyingServerNameOrIdstringNo

The workstation name or workstation ID.

exampleServerName
WuyingServerIdListarrayNo

The list of workstation IDs.

stringNo

The ID of the workstation.

ws-0bydg****2lwi
ServerInstanceTypestringNo

Workstation specifications.

eds.proworkstation_flagship_elite.32c64g.48g1x
ImageIdstringNo

The image ID.

img-bp13mu****
BizRegionIdstringNo

The region ID.

cn-hangzhou
OfficeSiteIdstringNo

The office network IDs.

cn-hangzhou+dir-172301****
ChargeTypestringNo

The billing method of the Internet access package.

PrePaid
StatusstringNo

The status of the workstation.

RUNNING

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

RequestIdstring

The request ID.

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

The total number of entries returned.

15
PageSizeinteger

The number of entries per page.

10
PageNumberinteger

The page number.

1
WuyingServerListarray<object>

The list of workstation information.

dataobject
WuyingServerIdstring

The ID of the workstation.

ws-0byd****8wn2lwi
WuyingServerNamestring

The name of the workstation.

exampleServerName
Statusstring

The status of the workstation.

RUNNING
ServerInstanceTypeInfoobject

The specifications.

ServerInstanceTypestring

Workstation specifications.

eds.proworkstation_flagship_elite_ne.96c384g.192g4x
Cpustring

The number of vCPUs.

96
Memoryinteger

The memory size. Unit: MB.

393,216
Gpustring

The number of GPUs.

4
GpuMemoryinteger

The memory size. Unit: MB.

196,608
SystemDiskSizeinteger

The size of the system disk. Unit: GiB.

100
SystemDiskCategorystring

The type of the system disk.

cloud_auto
SystemDiskPerformanceLevelstring

The performance level (PL) of the system disk.

PL0
DataDiskarray<object>

The data disks.

dataDiskListobject

The information about the data disk.

DataDiskSizeinteger

The size of the data disk. Unit: GB.

200
DataDiskCategorystring

The category of data disk.

cloud_auto
DataDiskPerformanceLevelstring

The PL of the data disk.

PL0
ImageIdstring

The ID of the custom image.

imgc-06****oagaev
ImageNamestring

The image name.

OsTypestring

The OS type.

Linux
BizRegionIdstring

Region.

cn-hangzhou
OfficeSiteIdstring

The ID of the office network.

cn-hangzhou+dir-1b****ayv2
OfficeSiteNamestring

The office network name.

exampleOfficeSite
OfficeSiteTypestring

The type of the office network.

SIMPLE
NetworkInterfaceIpstring

The private IP address.

10.80.21.149
ChargeTypestring

The billing method.

PrePaid
CreateTimestring

The time when the storage resource was created.

2025-08-02T16:52:11.000+00:00
ExpiredTimestring

The time when the subscription instance expires.

2025-09-03T16:00:00.000+00:00
InstanceInfoListarray<object>

The list of information about the workstation instance.

instanceInfoListobject
InstanceIdstring

The ID of the instance.

p-0ceitx****c5
NetworkInterfaceIdstring

The ID of the ENI.

eni-uf65b****dfnt3wb

Examples

Sample success responses

JSONformat

{
  "RequestId": "1CBAFFAB-B697-4049-A9B1-67E1FC5F****",
  "TotalCount": 15,
  "PageSize": 10,
  "PageNumber": 1,
  "WuyingServerList": [
    {
      "WuyingServerId": "ws-0byd****8wn2lwi",
      "WuyingServerName": "exampleServerName",
      "Status": "RUNNING",
      "ServerInstanceTypeInfo": {
        "ServerInstanceType": "eds.proworkstation_flagship_elite_ne.96c384g.192g4x",
        "Cpu": 96,
        "Memory": 0,
        "Gpu": 4,
        "GpuMemory": 0
      },
      "SystemDiskSize": 100,
      "SystemDiskCategory": "cloud_auto",
      "SystemDiskPerformanceLevel": "PL0",
      "DataDisk": [
        {
          "DataDiskSize": 200,
          "DataDiskCategory": "cloud_auto",
          "DataDiskPerformanceLevel": "PL0"
        }
      ],
      "ImageId": "imgc-06****oagaev",
      "ImageName": "",
      "OsType": "Linux",
      "BizRegionId": "cn-hangzhou",
      "OfficeSiteId": "cn-hangzhou+dir-1b****ayv2",
      "OfficeSiteName": "exampleOfficeSite",
      "OfficeSiteType": "SIMPLE",
      "NetworkInterfaceIp": "10.80.21.149",
      "ChargeType": "PrePaid",
      "CreateTime": "2025-08-02T16:52:11.000+00:00",
      "ExpiredTime": "2025-09-03T16:00:00.000+00:00",
      "VirtualNodePoolId": "",
      "AddVirtualNodePoolStatus": "",
      "InstanceInfoList": [
        {
          "InstanceId": "p-0ceitx****c5",
          "NetworkInterfaceId": "eni-uf65b****dfnt3wb"
        }
      ],
      "SecurityGroupIds": [
        ""
      ]
    }
  ]
}

Error codes

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