DescribeDisks
1. API Description
This API is used to query the details of disks.
2. Input Parameters
The following request parameter list only provides API request parameters.
diskIds
No
Array of String
ID list of disks.
diskName
No
String
Disk name.
diskType
No
String
Disk type.
SYSTEM: System Disk;
DATA: Data Disk.
diskSize
No
Integer
Disk size. Unit: GB.
diskCategory
No
String
Disk type.
Standard Disk: Hard Disk Drive
SSD: Solid State Drive
The default value is Standard Disk. Call DescribeDiskCategory to obtain disk type.
portable
No
Boolean
Whether the disk is detachable or not.
true
: the disk is detachable, and thus will not be deleted while deleting its attached instance and becomes AVAILABLE
.
false
: the disk is undetachable, and thus will be deleted at the same time while deleting its attached instance.
instanceId
No
String
Instance ID.
pageSize
No
Integer
Number of items in the current page result.
Default value: 20;
Maximum value: 1000.
pageNum
No
Integer
Number of pages returned.
Default value: 1.
3. Output Parameters
requestId
String
The unique request ID, which is returned for each request. RequestId is required for locating a problem.
totalCount
Integer
Number of disks meeting the filtering conditions.
4. Code Example
Query the details of disks.
5. Developer Resources
Zenlayer Cloud API 2.0 integrates SDKs to make it easier for you to call APIs. More programming languages will be supported.
6. Error Codes
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
404
INVALID_ZONE_NOT_FOUND
Zone does not exist.
Last updated