Queries the resource specifications available for selection when creating a delivery group.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
appstreaming:ListNodeInstanceType |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ProductType |
string |
Yes |
The product type. Valid values:
|
CloudApp |
| PageNumber |
integer |
Yes |
The page number of the query results to display. |
1 |
| PageSize |
integer |
Yes |
The number of query results per page. Valid values: 1 to 100. |
10 |
| OsType |
string |
No |
The supported operating system type. Valid values:
|
Windows |
| BizRegionId |
string |
No |
The region ID of the resource. For more information about supported regions, see Limits. Valid values:
|
cn-hangzhou |
| Language |
string |
No |
The language type. Valid values:
|
zh-CN |
| NodeInstanceType |
string |
No |
The resource specification type to query. If this parameter is not specified, all specification types are returned. |
appstreaming.vgpu.4c8g.2g |
| NodeInstanceTypeFamily |
string |
No |
The instance family. |
appstreaming.vgpu |
| Cpu |
number |
No |
The number of CPU cores. |
2 |
| Gpu |
number |
No |
The number of GPUs. |
1 |
| Memory |
integer |
No |
The memory size. Unit: MB. |
10240 |
| GpuMemory |
integer |
No |
The GPU memory size. This parameter is meaningful for GPU-accelerated cloud desktops. Unit: MB. |
2048 |
| SortType |
string |
No |
DESC/ASC |
ASC |
| OrderBy |
string |
No |
CPU/Memory |
CPU |
| InstanceTypeForModify |
string |
No |
||
| OrderType |
string |
No |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The request ID. |
1CBAFFAB-B697-4049-A9B1-67E1FC5F**** |
| TotalCount |
integer |
The total number of query results. |
6 |
| PageSize |
integer |
The number of query results per page. |
10 |
| PageNumber |
integer |
The page number of the query results currently displayed. |
1 |
| NodeInstanceTypeModels |
array<object> |
The list of resource specifications. |
|
|
object |
The resource specification. |
||
| NodeInstanceType |
string |
The resource specification type ID. |
appstreaming.vgpu.4c8g.2g |
| NodeInstanceTypeFamily |
string |
The resource specification family. Valid values:
|
appstreaming.vgpu |
| Cpu |
string |
The number of vCPUs. |
4 |
| Gpu |
string |
The number of GPUs. |
2 |
| Memory |
integer |
The memory size. Unit: MB. |
8192 |
| GpuMemory |
integer |
The GPU memory size. Unit: MB. |
8192 |
| MaxCapacity |
integer |
The maximum number of concurrent sessions, which is the number of sessions that can be simultaneously connected to a single resource. If too many sessions are connected simultaneously, the application experience may degrade. The valid values vary by resource specification. The valid values for each resource specification are as follows:
|
4 |
| NodeTypeName |
string |
The resource specification name. |
WUYING-General-purpose_4vCPU8GB. |
Examples
Success response
JSON format
{
"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": "无影-通用型_4核8G"
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.