DescribePolarFsQuotaList

Updated at:
Copy as MD

Retrieves the quota list.

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

PolarFsInstanceId

string

Yes

The PolarFS instance ID.

pfs-2ze0i74ka607*****

DBClusterId

string

No

The cluster ID.

pc-************

RegionId

string

No

The region ID.

cn-beijing

QuotaMode

string

No

The quota mode.

quotaPolicy

Response elements

Element

Type

Description

Example

object

The response body.

RequestId

string

The ID of the request.

EBEAA83D-1734-42E3-85E3-E25F6E******

PolarFsInstanceId

string

The PolarFS instance ID.

pfs-test****

PageSize

string

The number of records per page. Valid values: 30, 50, and 100.

Default value: 30.

30

PageNumber

string

The page number.

1

TotalRecordCount

string

The total number of records.

2

PageRecordCount

string

The number of records on the current page.

30

QuotaItems

array<object>

A list of directory quotas.

object

A directory quota object.

Path

string

The directory path.

/test

Capacity

integer

The capacity in bytes.

1073741824

UsedCapacity

integer

The used capacity in bytes.

104857600

Inodes

integer

The inode quota.

100

UsedInodes

integer

The number of inodes in use.

1

Examples

Success response

JSON format

{
  "RequestId": "EBEAA83D-1734-42E3-85E3-E25F6E******",
  "PolarFsInstanceId": "pfs-test****",
  "PageSize": "30",
  "PageNumber": "1",
  "TotalRecordCount": "2",
  "PageRecordCount": "30",
  "QuotaItems": [
    {
      "Path": "/test",
      "Capacity": 1073741824,
      "UsedCapacity": 104857600,
      "Inodes": 100,
      "UsedInodes": 1
    }
  ]
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.