All Products
Search
Document Center

App Streaming:CreateWuyingServer

Last Updated:Dec 17, 2025

Create one or more workstations.

Operation description

  1. Project is equivalent to the Resource Configuration module of the Cloud Flow console

  2. If there are multiple versions behind the input parameter ContentId:

    **

    Note The default version is used.

    Bind simultaneously

  3. You can call the current interface only if the default version of Content is available.

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:CreateWuyingServercreate
*All Resources
*
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
WuyingServerNamestringNo

The name of the workstation. The numeric suffix is automatically added when multiple workstations are created.

exampleServerName
AmountintegerNo

Quantity.

1
ServerInstanceTypestringNo

Workstation specifications.

eds.proworkstation_flagship_elite_ne.96c384g.192g4x
SystemDiskSizeintegerNo

The size of the system disk. Unit: GB.

100
SystemDiskCategorystringNo

The system disk category.

Valid values:

  • cloud_auto.
cloud_auto
SystemDiskPerformanceLevelstringNo

The performance level (PL) of the system disk.

PL0
DataDiskarray<object>No

The list of data disks.

objectNo

The information about the data disk.

DataDiskSizeintegerNo

The data disk size.

100
DataDiskCategorystringNo

The data disk category.

Valid values:

  • cloud_auto.
cloud_auto
DataDiskPerformanceLevelstringNo

The PL of the data disk.

PL0
ImageIdstringNo

The ID of the image.

img-bp13mu****
BizRegionIdstringNo

Region.

cn-hangzhou
OfficeSiteIdstringNo

The office network IDs.

cn-hangzhou+dir-643067****
PasswordstringNo

Workstation login password.

YourPassword123
ChargeTypestringNo

The billing method.

Valid values:

  • PrePaid: subscription
PrePaid
PeriodintegerNo

The subscription period.

1
PeriodUnitstringNo

The time unit.

Valid values:

  • Month
  • Year
Month
AutoPaybooleanNo

Auto payment.

false
AutoRenewbooleanNo

Auto-renewal.

false
PromotionIdstringNo

The ID of the discount.

Note If PromotionId is set, it will try to apply the corresponding discount.
17440009****
VSwitchIdsarrayNo

The list of office network vSwitches.

stringNo

The vSwitch IDs.

vsw-55vk6****5vatze7jg
NetworkStrategyTypestringNo

The type of the network policy (in invitational preview).

DirectIp
BandwidthintegerNo

bandwidth value, the NetworkStrategyType is valid for DirectIp. Unit: Mbps, range 2~100

10
IdempotenceTokenstringNo

Idempotence token to ensure operation uniqueness

6a1b8c3d

Response parameters

ParameterTypeDescriptionExample
object

The response to the request.

RequestIdstring

The request ID.

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

The response data.

OrderIdstring

The order ID.

23429322113****
WuyingServerIdListarray

The list of workstation IDs.

wuyingServerIdListstring

The ID of the workstation.

ws-0byd****2lwi

Examples

Sample success responses

JSONformat

{
  "RequestId": "1CBAFFAB-B697-4049-A9B1-67E1FC5F****",
  "Data": {
    "OrderId": "23429322113****",
    "WuyingServerIdList": [
      "ws-0byd****2lwi"
    ]
  }
}

Error codes

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

Change history

Change timeSummary of changesOperation
2025-12-15The request parameters of the API has changedView Change Details
2025-10-27The request parameters of the API has changedView Change Details
2025-10-20The request parameters of the API has changedView Change Details