DescribeCloudDiskGroups

更新时间:
复制 MD 格式

Lists cloud disk groups.

Operation description

After you enable security protection, the system automatically scans Cloud Desktop for system vulnerabilities once a day.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request parameters

Parameter

Type

Required

Description

Example

RegionId

string

Yes

The region ID.

cn-hangzhou

CdsId

string

Yes

The ID of the enterprise cloud drive that you created.

cn-hangzhou+cds-0456357992

GroupId

array

No

The group ID.

string

No

A list of team space IDs.

cg-i1ruuudp92qpj****

GroupName

string

No

The team space name.

测试团队1

ParentOrgId

string

No

The parent organization ID.

root

Response elements

Element

Type

Description

Example

object

NextToken

string

The token used to start the next query. If NextToken is empty, no more results are available.

caeba0bbb2be03f84eb48b699f0a4883

RequestId

string

The request ID.

D648DBF7-9476-53D6-98AB-674836021DFB

Count

integer

The total number of items.

1

Success

boolean

Indicates whether the operation succeeded. Valid values: true and false.

True

CloudDriveGroups

array<object>

A list of cloud drive team spaces.

object

A list of cloud drive team spaces.

Status

string

The status of the team space.

1

GroupId

string

The team space ID.

cg-e70ga4ixp30ur****

GroupName

string

The team space name.

测试团队1

DirectoryId

string

The office network ID.

cn-hangzhou+dir-959593****

DriveId

string

The space ID.

1234

CreateTime

string

The time when the resource was created.

2022-04-11T07:44:21Z

TotalSize

integer

The total capacity of the cloud drive team space, in bytes.

5368709120

UsedSize

string

The amount of space used, in bytes.

1024000000

OrgId

string

The organization ID of the team.

org-aliyun-wy-org-id

Examples

Success response

JSON format

{
  "NextToken": "caeba0bbb2be03f84eb48b699f0a4883",
  "RequestId": "D648DBF7-9476-53D6-98AB-674836021DFB",
  "Count": 1,
  "Success": true,
  "CloudDriveGroups": [
    {
      "Status": "1",
      "GroupId": "cg-e70ga4ixp30ur****",
      "GroupName": "测试团队1",
      "DirectoryId": "cn-hangzhou+dir-959593****",
      "DriveId": "1234",
      "CreateTime": "2022-04-11T07:44:21Z",
      "TotalSize": 5368709120,
      "UsedSize": "1024000000",
      "OrgId": "org-aliyun-wy-org-id"
    }
  ]
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.