All Products
Search
Document Center

PolarDB:CheckPolarFsQuotaConsistency

Last Updated:Jun 10, 2026

Memeriksa konsistensi pengaturan kuota di Instans PolarFS.

Deskripsi operasi

Description

This operation verifies the consistency of quota configurations within a specified PolarFS instance. These configurations include storage capacity and inode limits on directory paths. If inconsistencies are found, the operation returns a list of the inconsistent paths and any related error information.

Usage notes

  • Ensure that the PolarFsInstanceId parameter correctly identifies the target PolarFS instance.

  • When the system detects quota inconsistencies, it returns IsConsistent=false and populates the InconsistentPaths array.

  • If the request is successful and no inconsistencies are found, the InconsistentPaths array is empty and IsConsistent is set to true.

  • For errors such as insufficient permissions or a non-existent resource, see the error codes for details.

Coba sekarang

Coba API ini di OpenAPI Explorer tanpa perlu penandatanganan manual. Panggilan yang berhasil akan secara otomatis menghasilkan contoh kode SDK sesuai dengan parameter Anda. Unduh kode tersebut dengan kredensial bawaan yang aman untuk penggunaan lokal.

Test

RAM authorization

Tabel berikut menjelaskan otorisasi yang diperlukan untuk memanggil API ini. Anda dapat menentukannya dalam kebijakan Resource Access Management (RAM). Kolom pada tabel dijelaskan sebagai berikut:

  • Action: Aksi yang dapat digunakan dalam elemen Action pada pernyataan kebijakan izin RAM untuk memberikan izin guna melakukan operasi tersebut.

  • API: API yang dapat Anda panggil untuk melakukan aksi tersebut.

  • Access level: Tingkat akses yang telah ditentukan untuk setiap API. Nilai yang valid: create, list, get, update, dan delete.

  • Resource type: Jenis resource yang mendukung otorisasi untuk melakukan aksi tersebut. Ini menunjukkan apakah aksi tersebut mendukung izin tingkat resource. Resource yang ditentukan harus kompatibel dengan aksi tersebut. Jika tidak, kebijakan tersebut tidak akan berlaku.

    • Untuk API dengan izin tingkat resource, jenis resource yang diperlukan ditandai dengan tanda bintang (*). Tentukan Nama Sumber Daya Alibaba Cloud (ARN) yang sesuai dalam elemen Resource pada kebijakan.

    • Untuk API tanpa izin tingkat resource, ditampilkan sebagai All Resources. Gunakan tanda bintang (*) dalam elemen Resource pada kebijakan.

  • Condition key: Kunci kondisi yang didefinisikan oleh layanan. Kunci ini memungkinkan kontrol granular, berlaku baik hanya untuk aksi maupun untuk aksi yang terkait dengan resource tertentu. Selain kunci kondisi spesifik layanan, Alibaba Cloud menyediakan serangkaian common condition keys yang berlaku di semua layanan yang didukung RAM.

  • Dependent action: Aksi dependen yang diperlukan untuk menjalankan aksi tersebut. Untuk menyelesaikan aksi tersebut, pengguna RAM atau role RAM harus memiliki izin untuk melakukan semua aksi dependen.

Action

Access level

Resource type

Condition key

Dependent action

polardb:CheckPolarFsQuotaConsistency

none

*全部资源

*

None None

Sintaks permintaan

GET / HTTP/1.1

Parameter permintaan

Parameter

Type

Required

Description

Example

PolarFsInstanceId

string

Yes

ID Instans PolarFS.

pfs-test****

Path

string

No

Path direktori.

/test

EnableRepair

boolean

No

Apakah akan memperbaiki Kuota yang tidak konsisten. Nilai valid:

  • false

  • true.

false

EnableStrictCalculate

boolean

No

Apakah akan menghitung total Penggunaan direktori dalam mode Ketat. Nilai valid:

  • false

  • true.

false

Elemen respons

Element

Type

Description

Example

object

The response object for the quota consistency check.

PolarFsInstanceId

string

The ID of the PolarFS instance.

pfs-2ze0i74ka607*****

QuotaItem

object

An object that contains details about the quota.

Path

string

The directory path.

/zookeepertest718

Capacity

integer

The storage capacity quota.

104857600

UsedCapacity

integer

The used capacity, in bytes.

104857600

Inodes

integer

The inode quota.

50000

UsedInodes

integer

The number of used inodes.

1

RequestId

string

The request ID.

E56531A4-E552-40BA-9C58-137B80******

Contoh

Respons sukses

JSONformat

{
  "PolarFsInstanceId": "pfs-2ze0i74ka607*****",
  "QuotaItem": {
    "Path": "/zookeepertest718",
    "Capacity": 104857600,
    "UsedCapacity": 104857600,
    "Inodes": 50000,
    "UsedInodes": 1
  },
  "RequestId": "E56531A4-E552-40BA-9C58-137B80******"
}

Kode kesalahan

Lihat Error Codes untuk daftar lengkap.

Catatan rilis

Lihat Release Notes untuk daftar lengkap.