查询Agentic空间。
接口说明
适用 agentic 类型文件系统。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
调试
授权信息
|
操作 |
访问级别 |
资源类型 |
条件关键字 |
关联操作 |
|
nas:DescribeAgenticSpaces |
list |
*FileSystem
|
无 | 无 |
请求参数
|
名称 |
类型 |
必填 |
描述 |
示例值 |
| FileSystemId |
string |
是 |
文件系统 ID。 |
1ca404**** |
| Filters |
array<object> |
否 |
筛选键的信息合集。 |
|
|
object |
否 |
筛选键的信息。 |
||
| Key |
string |
否 |
筛选键的名称。取值:
|
AgenticSpaceIds |
| Value |
string |
否 |
筛选键的值。该参数不支持通配符。
|
06229oypxjgox0u**** |
| NextToken |
string |
否 |
查询凭证(Token),取值为上一次 API 调用返回的 NextToken 参数值。 |
MTc3OTkzNTA0Mjg0NTc1MDI4OCM0MDQ0MzA****= |
| MaxResults |
integer |
否 |
每次查询结果的个数。 取值范围:10~100。默认值:20。 |
20 |
返回参数
|
名称 |
类型 |
描述 |
示例值 |
|
object |
|||
| RequestId |
string |
请求 ID。 |
BC7C825C-5F65-4B56-BEF6-98C56C7C**** |
| NextToken |
string |
查询凭证(Token),取值为上一次 API 调用返回的 NextToken 参数值。 |
MTc2NTg1MTUyMzA1OTczNTc1OCM0NjQxMzQ****= |
| AgenticSpaces |
object |
||
| AgenticSpace |
array<object> |
AgenticSpace 信息。 |
|
|
array<object> |
AgenticSpace 信息。 |
||
| FileSystemId |
string |
文件系统 ID。 |
0322djegiekcia5**** |
| AgenticSpaceId |
string |
AgenticSpace Id。 |
agentic-229oypxjgpau2**** |
| Description |
string |
AgenticSpace 描述。 |
Description |
| FileSystemPath |
string |
文件绝对路径。 |
/test/ |
| Azone |
string |
可用区 ID。 |
cn-hangzhou-i |
| Status |
string |
AgenticSpace 的状态。取值:
|
Running |
| CreateTimeUtc |
string |
AgenticSpace 创建时间。 执行 ISO8601 标准表示,返回格式:yyyy-MM-ddTHH:mm:ssZ。 |
2026-06-10T10:08:08Z |
| UpdateTimeUtc |
string |
AgenticSpace 更新时间。 执行 ISO8601 标准表示,返回格式:yyyy-MM-ddTHH:mm:ssZ。 |
2026-06-10T10:08:08Z |
| Quota |
object |
配额信息。 |
|
| FileCountLimit |
integer |
配额文件数量限制。取值范围:
|
10000000 |
| SizeLimit |
integer |
配额总容量限制。单位:Byte。 取值范围:
|
10737418240 |
| FileCountUsage |
integer |
文件数量使用量。 |
100 |
| SpaceUsage |
integer |
容量使用量。单位:Byte。 |
1024 |
示例
正常返回示例
JSON格式
{
"RequestId": "BC7C825C-5F65-4B56-BEF6-98C56C7C****",
"NextToken": "MTc2NTg1MTUyMzA1OTczNTc1OCM0NjQxMzQ****=",
"AgenticSpaces": {
"AgenticSpace": [
{
"FileSystemId": "0322djegiekcia5****",
"AgenticSpaceId": "agentic-229oypxjgpau2****",
"Description": "Description",
"FileSystemPath": "/test/",
"Azone": "cn-hangzhou-i",
"Status": "Running",
"CreateTimeUtc": "2026-06-10T10:08:08Z",
"UpdateTimeUtc": "2026-06-10T10:08:08Z",
"Quota": {
"FileCountLimit": 10000000,
"SizeLimit": 10737418240
},
"FileCountUsage": 100,
"SpaceUsage": 1024
}
]
}
}
错误码
|
HTTP status code |
错误码 |
错误信息 |
描述 |
|---|---|---|---|
| 400 | IllegalCharacters | The parameter contains illegal characters. | 参数非法。 |
| 400 | MissingFileSystemId | FileSystemId is mandatory for this action. | 未指定FileSystemId参数。 |
| 400 | InvalidParameter.SortOrder | Invalid sort order. | 参数 SortOrder 错误。 |
| 400 | InvalidParameter.SortOrderField | Invalid sort order field. | 参数 SortOrderField 错误。 |
| 403 | OperationDenied.FilesetNotSupported | The operation is not supported. | 该文件系统不支持Fileset。 |
| 404 | InvalidFileSystem.NotFound | The specified file system does not exist. | 指定的文件系统不存在。 |
| 404 | InvalidFilterParam | The specified Filter.N.Key is invalid. | 指定的Filter.N.Key参数非法。 |
| 404 | InvalidFilterValue | The specified Filter.N.Value is invalid. | 指定的Filter.N.Value参数非法。 |
| 404 | InvalidParameter.InvalidNextToken | The specified NextToken is invaild. | |
| 404 | InvalidParameter.InvalidMaxResults | The specified MaxResults is invalid. | 指定的MaxResults非法。 |
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。