Mengambil daftar Kuota.
Coba sekarang
Test
RAM authorization
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| PolarFsInstanceId |
string |
Yes |
ID instans PolarFS. |
pfs-2ze0i74ka607***** |
| DBClusterId |
string |
No |
ID Kluster. |
pc-************ |
| RegionId |
string |
No |
ID Wilayah. |
cn-beijing |
| QuotaMode |
string |
No |
Mode Kuota. |
quotaPolicy |
| RegionId |
string |
No |
地域 ID。 |
cn-beijing |
| QuotaMode |
string |
No |
查询模式,取值:
|
quotaPolicy |
Elemen respons
|
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 |
Contoh
Respons sukses
JSONformat
{
"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
}
]
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.