All Products
Search
Document Center

App Streaming:ListNodeInstanceType

Last Updated:Dec 17, 2025

Queries the resource types that are available for purchase when you create a delivery group.

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

Request parameters

ParameterTypeRequiredDescriptionExample
ProductTypestringYes

The product type.

Valid value:

  • CloudApp: App Streaming
CloudApp
PageNumberintegerYes

The number of the page to return.

1
PageSizeintegerYes

The number of entries to return on each page. Valid values: 1 to 100.

10
OsTypestringNo

The operating system that is supported.

Valid value:

  • Windows: the Windows operating system
Windows
BizRegionIdstringNo

The ID of the region where the resource resides. For information about the supported regions, see Limits .

Valid values:

  • cn-shanghai: China (Shanghai)
  • cn-hangzhou: China (Hangzhou)
cn-hangzhou
LanguagestringNo

The language that you want to use.

Valid values:

  • en-US: English (US)
  • zh-CN: Simplified Chinese
zh-CN
NodeInstanceTypestringNo

The resource type that you want to query. If you do not configure this parameter, all resource types are returned.

appstreaming.vgpu.4c8g.2g

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

RequestIdstring

The request ID.

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

The total number of entries returned.

6
PageSizeinteger

The number of entries on each page.

10
PageNumberinteger

The page number of the returned page.

1
NodeInstanceTypeModelsarray<object>

The resource types.

nodeobject
NodeInstanceTypestring

The ID of the resource type.

appstreaming.vgpu.4c8g.2g
NodeInstanceTypeFamilystring

The resource type family.

Valid values:

  • appstreaming.general: WUYING - General
  • appstreaming.vgpu: WUYING - Graphics
appstreaming.vgpu
Cpustring

The number of vCPUs.

4
Gpustring

The number of GPUs.

2
Memorylong

The memory size. Unit: MB.

8192
GpuMemorylong

The GPU size. Unit: MB.

8192
MaxCapacityinteger

The maximum number of sessions to which a resource can connect at the same time. If a resource connects to a large number of sessions at the same time, user experience can be compromised. The value range varies based on the resource type. The following items describe the value ranges of different resource types:

  • appstreaming.general.4c8g: 1 to 2
  • appstreaming.general.8c16g: 1 to 4
  • appstreaming.vgpu.8c16g.4g: 1 to 4
  • appstreaming.vgpu.8c31g.16g: 1 to 4
  • appstreaming.vgpu.14c93g.12g: 1 to 6
4
NodeTypeNamestring

The name of the resource type.

WUYING - General - 4 vCPUs 8 GB Memory

Examples

Sample success responses

JSONformat

{
  "RequestId": "1CBAFFAB-B697-4049-A9B1-67E1FC5F****",
  "TotalCount": 6,
  "PageSize": 10,
  "PageNumber": 1,
  "NodeInstanceTypeModels": [
    {
      "NodeInstanceType": "appstreaming.vgpu.4c8g.2g",
      "NodeInstanceTypeFamily": "appstreaming.vgpu",
      "Cpu": 4,
      "Gpu": 2,
      "Memory": 8192,
      "GpuMemory": 8192,
      "MaxCapacity": 4,
      "NodeTypeName": "WUYING - General - 4 vCPUs 8 GB Memory\n"
    }
  ]
}

Error codes

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

Change history

Change timeSummary of changesOperation
2024-10-22The request parameters of the API has changedView Change Details
2023-03-24The request parameters of the API has changedView Change Details