Membatalkan kuota yang dikonfigurasi untuk fileset.
Deskripsi operasi
Hanya CPFS for Lingjun versi 2.7.0 dan lebih baru yang mendukung pembatalan kuota.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
nas:CancelFilesetQuota |
update |
*Fileset
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| FileSystemId |
string |
Yes |
ID sistem file CPFS for Lingjun. ID harus dimulai dengan |
bmcpfs-290w65p03ok64ya**** |
| FsetId |
string |
Yes |
ID fileset. |
fset-1902718ea0ae**** |
| DryRun |
boolean |
No |
Apakah akan menjalankan dry run. Dry run memvalidasi kebenaran parameter dan batasan bisnis tanpa benar-benar membatalkan kuota fileset atau menimbulkan biaya. Nilai valid:
|
false |
| ClientToken |
string |
No |
Token klien yang digunakan untuk memastikan idempotensi permintaan. Anda dapat menggunakan klien untuk menghasilkan token, tetapi Anda harus memastikan bahwa token unik di antara berbagai permintaan. Token hanya dapat berisi karakter ASCII dan tidak boleh melebihi 64 karakter. Untuk informasi selengkapnya, lihat Cara memastikan idempotensi. Catatan
Jika Anda tidak menentukan parameter ini, sistem secara otomatis menggunakan RequestId dari permintaan API sebagai ClientToken. RequestId mungkin berbeda untuk setiap permintaan API. |
123e4567-e89b-12d3-a456-42665544**** |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
ID permintaan. |
98696EF0-1607-4E9D-B01D-F20930B6**** |
Contoh
Respons sukses
JSONformat
{
"RequestId": "98696EF0-1607-4E9D-B01D-F20930B6****\n"
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | IllegalCharacters | The parameter contains illegal characters. | Parameter tidak valid. |
| 400 | MissingFileSystemId | FileSystemId is mandatory for this action. | Parameter FileSystemId tidak ditentukan. |
| 400 | MissingFsetId | FsetId is mandatory for this action. | Parameter ID Fileset tidak ditentukan. |
| 400 | InvalidFilesetId.NotFound | Invalid FilesetId. | Fileset tidak ada. |
| 400 | InvalidFilesystemType.NotSupport | The API operation does not support the file system type. | Operasi saat ini tidak mendukung tipe sistem file ini. |
| 403 | OperationDenied.DependencyViolation | The operation is denied due to dependancy violation. | Kondisi untuk operasi ini tidak terpenuhi. |
| 403 | OperationDenied.FilesetNotSupported | The operation is not supported. | Sistem file tidak mendukung Fileset. |
| 404 | InvalidFileSystem.NotFound | The specified file system does not exist. | Sistem file yang ditentukan tidak ada. |
| 404 | InvalidFsetId.NotFound | The specified Fileset ID does not exist. | Fileset yang ditentukan tidak ada. |
| 429 | Throttling.Api | Request was denied due to api flow control. | Permintaan telah dibatasi. |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.