GetAgenticSpace - 查询AgenticSpace

更新时间:
复制 MD 格式

查询Agentic空间。

接口说明

适用 agentic 类型文件系统。

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

调试

授权信息

当前API暂无授权信息透出。

请求语法

GET  HTTP/1.1

请求参数

名称

类型

必填

描述

示例值

FileSystemId

string

文件系统 ID。

06229oypxjgox0u****

AgenticSpaceId

string

AgenticSpace Id。

agentic-229oypxjgpau2****

返回参数

名称

类型

描述

示例值

object

Schema of Response

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 Description。

AgenticSpace Description。

FileSystemPath

string

文件绝对路径。

/test/

Azone

string

可用区 ID。

cn-hangzhou-i

Status

string

AgenticSpace 的状态。取值:

  • Running

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

配额信息。

SizeLimit

integer

配额总容量限制。单位:Byte。

取值范围:

  • 最小值:10,737,418,240(10 GiB)。

  • 最大值:1,099,511,627,776,000(1024000 GiB)

  • 步长:107,3741,824(1 GiB)。

10737418240

FileCountLimit

integer

配额文件数量限制。取值范围:

  • 最小值:10,000。

  • 最大值:100,000,000。

10000000

FileCountUsage

integer

文件数量使用量。

100

SpaceUsage

integer

容量使用量。单位:Byte。

1024

示例

正常返回示例

JSON格式

{
  "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 status code

错误码

错误信息

描述

400 IllegalCharacters The parameter contains illegal characters. 参数非法。
400 MissingFileSystemId FileSystemId is mandatory for this action. 未指定FileSystemId参数。
403 OperationDenied.FilesetNotSupported The operation is not supported. 该文件系统不支持Fileset。
404 InvalidFileSystem.NotFound The specified filesystem does not exist. 指定的文件系统不存在。

访问错误中心查看更多错误码。

变更历史

更多信息,参考变更详情