Agentic スペースを照会します。
操作説明
Agentic タイプのファイルシステムに適用されます。
今すぐお試しください
テスト
RAM 認証
|
アクション |
アクセスレベル |
リソースタイプ |
条件キー |
依存アクション |
|
nas:GetAgenticSpace |
get |
*すべてのリソース。
|
なし | なし |
リクエスト構文
GET HTTP/1.1
リクエストパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
| FileSystemId |
string |
必須 |
ファイルシステムの ID。 |
06229oypxjgox0u**** |
| AgenticSpaceId |
string |
必須 |
AgenticSpace の ID。 |
agentic-229oypxjgpau2**** |
レスポンスフィールド
|
フィールド |
型 |
説明 |
例 |
|
object |
レスポンススキーマ。 |
||
| RequestId |
string |
リクエストの ID。 |
473469C7-AA6F-4DC5-B3DB-A3DC0D****3E |
| AgenticSpace |
object |
AgenticSpace の情報。 |
|
| FileSystemId |
string |
ファイルシステムの ID。 |
06229oypxjgox0u**** |
| AgenticSpaceId |
string |
AgenticSpace の ID。 |
agentic-229oypxjgpau2**** |
| Description |
string |
AgenticSpace の説明。 |
AgenticSpace Description |
| FileSystemPath |
string |
絶対ファイルパス。 |
/test/ |
| Azone |
string |
ゾーンの ID。 |
cn-hangzhou-i |
| Status |
string |
AgenticSpace のステータス。有効な値:
|
Running |
| CreateTimeUtc |
string |
AgenticSpace が作成された時間。時間は ISO 8601 標準に従い、yyyy-MM-ddTHH:mm:ssZ フォーマットで表されます。 |
2026-06-10T10:08:08Z |
| UpdateTimeUtc |
string |
AgenticSpace が最後に更新された時間。時間は ISO 8601 標準に従い、yyyy-MM-ddTHH:mm:ssZ フォーマットで表されます。 |
2026-06-10T10:08:08Z |
| Quota |
object |
クォータ情報。 |
|
| SizeLimit |
integer |
クォータの合計容量制限。単位: バイト。 有効な値:
|
10737418240 |
| FileCountLimit |
integer |
クォータのファイル数制限。有効な値:
|
10000000 |
| FileCountUsage |
integer |
ファイル数の使用量。 |
100 |
| SpaceUsage |
integer |
容量の使用量。単位: バイト。 |
1024 |
例
成功レスポンス
JSONJSON
{
"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
}
}
エラーコード
|
HTTP ステータスコード |
エラーコード |
エラーメッセージ |
説明 |
|---|---|---|---|
| 400 | IllegalCharacters | The parameter contains illegal characters. | パラメーターが無効です。 |
| 400 | MissingFileSystemId | FileSystemId is mandatory for this action. | FileSystemId パラメーターが指定されていません。 |
| 400 | InvalidAgenticSpace.NotFound | The specified AgenticSpace is not found. | 指定された AgenticSpace が見つかりませんでした。 |
| 403 | OperationDenied.FilesetNotSupported | The operation is not supported. | ファイルシステムは Fileset をサポートしていません。 |
| 404 | InvalidFileSystem.NotFound | The specified filesystem does not exist. | 指定されたファイルシステムが存在しません。 |
完全なリストについては、「エラーコード」をご参照ください。
変更履歴
完全なリストについては、「変更履歴」をご参照ください。