Mengambil informasi ruang Agentic.
Deskripsi operasi
Berlaku untuk sistem file tipe agentic.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
nas:GetAgenticSpace |
get |
*Semua Sumber daya.
|
None | None |
Sintaks permintaan
GET HTTP/1.1
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| FileSystemId |
string |
Yes |
ID sistem file. |
06229oypxjgox0u**** |
| AgenticSpaceId |
string |
Yes |
ID AgenticSpace。 |
agentic-229oypxjgpau2**** |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
Skema Respons |
||
| RequestId |
string |
ID permintaan. |
473469C7-AA6F-4DC5-B3DB-A3DC0D****3E |
| AgenticSpace |
object |
Informasi AgenticSpace. |
|
| FileSystemId |
string |
ID sistem file. |
06229oypxjgox0u**** |
| AgenticSpaceId |
string |
ID AgenticSpace。 |
agentic-229oypxjgpau2**** |
| Description |
string |
Deskripsi AgenticSpace。 |
AgenticSpace Description。 |
| FileSystemPath |
string |
Jalur file absolut. |
/test/ |
| Azone |
string |
ID zona. |
cn-hangzhou-i |
| Status |
string |
Status AgenticSpace. Nilai yang valid:
|
Running |
| CreateTimeUtc |
string |
Waktu pembuatan AgenticSpace. Waktu mengikuti standar ISO 8601 dalam format yyyy-MM-ddTHH:mm:ssZ. |
2026-06-10T10:08:08Z |
| UpdateTimeUtc |
string |
Waktu pembaruan terakhir AgenticSpace. Waktu mengikuti standar ISO 8601 dalam format yyyy-MM-ddTHH:mm:ssZ. |
2026-06-10T10:08:08Z |
| Quota |
object |
Informasi kuota. |
|
| SizeLimit |
integer |
Batas kapasitas total kuota. Satuan: byte. Nilai yang valid:
|
10737418240 |
| FileCountLimit |
integer |
Batas jumlah file kuota. Nilai yang valid:
|
10000000 |
| FileCountUsage |
integer |
Penggunaan jumlah file. |
100 |
| SpaceUsage |
integer |
Penggunaan kapasitas. Satuan: byte. |
1024 |
Contoh
Respons sukses
JSONformat
{
"RequestId": "473469C7-AA6F-4DC5-B3DB-A3DC0D****3E",
"AgenticSpace": {
"FileSystemId": "06229oypxjgox0u****",
"AgenticSpaceId": "agentic-229oypxjgpau2****",
"Description": "AgenticSpace Description。",
"FileSystemPath": "/test/",
"Azone": "cn-hangzhou-i",
"Status": "Running",
"CreateTimeUtc": "2026-06-10T10:08:08Z",
"UpdateTimeUtc": "2026-06-10T10:08:08Z",
"Quota": {
"SizeLimit": 10737418240,
"FileCountLimit": 10000000
},
"FileCountUsage": 100,
"SpaceUsage": 1024
}
}
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 | InvalidAgenticSpace.NotFound | The specified AgenticSpace is not found. | |
| 403 | OperationDenied.FilesetNotSupported | The operation is not supported. | Sistem file tidak mendukung Fileset. |
| 404 | InvalidFileSystem.NotFound | The specified filesystem does not exist. | Sistem file yang ditentukan tidak ada. |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.