For the complete documentation index, see llms.txt. This page is also available as Markdown.

DescribeDisks

1. API Description

This API (DescribeDisks) is used to query the details of disks.

2. Input Parameters

The following request parameter list only provides API request parameters.

Parameter Name
Required
Type
Description

diskIds

No

Array of String

ID list of disks.

diskName

No

String

Disk name.

diskStatus

No

Disk status.

diskType

No

Disk type.SYSTEM: System Disk;DATA: Data Disk.

diskCategory

No

String

Disk type.Standard Disk: Hard Disk DriveSSD: Solid State DriveThe default value is Standard Disk.

Call DescribeDiskCategory to obtain disk type.

diskSize

No

Integer

Disk size. Unit: GB.

Value range: [20, 20000]

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.

zoneId

No

String

Zone ID.

To obtain zone ID, call DescribeZones.

pageNum

No

Integer

Number of pages returned.

Default value: 1.

Default value: 1

pageSize

No

Integer

Number of items in the current page result.

Default value: 20;

Maximum value: 1000.

resourceGroupId

No

String

Resource group ID.

If the value is null, then return all the instances in the authorized resource groups.

tagKeys

No

Array of String

Query using tag keys.

A maximum of 20 tag keys can be used.

tags

No

Array of Tag

Query using tags.

A maximum of 20 tags can be used.

3. Output Parameters

Parameter Name
Type
Description

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.

dataSet

Array of DiskInfo

Information on a disk.

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.

HTTP Status Code
Error Code
Description

404

INVALID_ZONE_NOT_FOUND

Zone not found.

Last updated