The specifications of available resources are queried when you create a disk.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ens:DescribeCloudDiskTypes |
list |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| EnsRegionId |
string |
No |
The ID of the edge node. |
cn-chongqing-cmcc |
| EnsRegionIds |
array |
No |
The edge nodes. |
|
|
string |
No |
The ID of the edge node. |
cn-chongqing-cmcc |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
77990CEE-B714-5702-BDE6-943F702277DD |
| SupportResources |
object |
||
| SupportResource |
array<object> |
The specifications of resources that you can purchase. |
|
|
object |
The specifications of resource that you can purchase. |
||
| Category |
string |
The category of the disk.
|
cloud_efficiency |
| EnsRegionId |
string |
The ID of the edge node. |
cn-guangzhou-10 |
Examples
Success response
JSON format
{
"RequestId": "77990CEE-B714-5702-BDE6-943F702277DD",
"SupportResources": {
"SupportResource": [
{
"Category": "cloud_efficiency",
"EnsRegionId": "cn-guangzhou-10"
}
]
}
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | Invalid%s | The specified parameter %s is invalid. | |
| 400 | Missing%s | You must specify the parameter %s. | |
| 400 | NoPermission | Permission denied. | |
| 400 | InvalidParameter.%s | The specified field %s invalid. Please check it again. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.