diff options
Diffstat (limited to 'data/zh_cn/adbai/2025-08-12')
| -rw-r--r-- | data/zh_cn/adbai/2025-08-12/api-docs.php | 1993 |
1 files changed, 1096 insertions, 897 deletions
diff --git a/data/zh_cn/adbai/2025-08-12/api-docs.php b/data/zh_cn/adbai/2025-08-12/api-docs.php index 6aa203b..45e007f 100644 --- a/data/zh_cn/adbai/2025-08-12/api-docs.php +++ b/data/zh_cn/adbai/2025-08-12/api-docs.php @@ -1,37 +1,15 @@ <?php return [ 'version' => '1.0', - 'info' => [ - 'style' => 'RPC', - 'product' => 'ADBAI', - 'version' => '2025-08-12', - ], - 'directories' => [ - [ - 'id' => 0, - 'title' => '其它', - 'type' => 'directory', - 'children' => [ - 'DescribeEmbodiedAIPlatforms', - 'CreateEmbodiedAIPlatform', - 'CreateAgentPlatform', - 'GetEmbodiedAIPlatformResourceUsageInfo', - 'ResetEmbodiedAIPlatformPassword', - 'DeleteEmbodiedAIPlatform', - ], - ], - ], + 'info' => ['style' => 'RPC', 'product' => 'ADBAI', 'version' => '2025-08-12'], + 'directories' => ['DescribeEmbodiedAIPlatforms', 'CreateEmbodiedAIPlatform', 'CreateAgentPlatform', 'GetEmbodiedAIPlatformResourceUsageInfo', 'ResetEmbodiedAIPlatformPassword', 'DeleteEmbodiedAIPlatform', 'UnlockEmbodiedAIPlatform', 'LockEmbodiedAIPlatform', 'DeleteAgentPlatform', 'ModifyAgentPlatform', 'ModifyEmbodiedAIPlatform', 'DescribeChatMessage', 'DescribeEapDeviceResourceAllocation'], 'components' => [ 'schemas' => [], ], 'apis' => [ - 'DescribeEmbodiedAIPlatforms' => [ - 'summary' => '查询具身智能多模数据平台。', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'CreateAgentPlatform' => [ + 'summary' => '创建指标分析平台。', + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -40,128 +18,699 @@ 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ - 'operationType' => 'list', + 'operationType' => 'create', 'riskType' => 'none', 'chargeType' => 'paid', 'abilityTreeCode' => '136445', - 'abilityTreeNodes' => [ - 'FEATUREadsYXZ2UA', - ], + 'abilityTreeNodes' => ['FEATUREadsYXZ2UA'], ], 'parameters' => [ [ 'name' => 'RegionId', 'in' => 'query', + 'schema' => ['description' => '地域 ID。'."\n" + ."\n" + .'> 您可以调用 DescribeRegions 接口查看指定湖仓版集群的地域 ID。', 'type' => 'string', 'required' => false, 'example' => 'cn-beijing'], + ], + [ + 'name' => 'DBClusterId', + 'in' => 'query', + 'schema' => ['description' => '实例集群ID。', 'type' => 'string', 'required' => true, 'example' => 'amv-bp11q28kvl688****'], + ], + [ + 'name' => 'Name', + 'in' => 'query', + 'schema' => ['description' => '指标分析平台名称。', 'type' => 'string', 'required' => true, 'example' => 'testplatform'], + ], + [ + 'name' => 'AiPlatformConfig', + 'in' => 'query', + 'style' => 'json', 'schema' => [ - 'description' => '实例所在的地域 ID。'."\n" - ."\n" - .'> 您可以调用 DescribeRegions 接口查看指定湖仓版集群的地域 ID。', - 'type' => 'string', + 'description' => '创建指标分析平台所需参数。', + 'type' => 'object', + 'properties' => [ + 'SpecName' => ['description' => '指标分析平台规格。', 'type' => 'string', 'required' => true, 'example' => 'large'], + 'ServeEndpoint' => ['description' => '指标分析平台依赖推理服务的Base模型Endpoint。', 'type' => 'string', 'required' => true, 'example' => 'http://111.xx.xx.xx:8100/inferenceservice/base'], + 'ServeApiKey' => ['description' => '指标分析平台依赖推理服务的模型ApiKey。', 'type' => 'string', 'required' => true, 'example' => '3760d3**************************'], + 'ServeModelName' => ['description' => '指标分析平台依赖推理服务的Base模型名称。', 'type' => 'string', 'required' => true, 'example' => 'Qwen3-235B-A22B-Instruct-2507'], + 'ServeEmbeddingModelName' => ['description' => '指标分析平台依赖推理服务的Embedding模型名称。', 'type' => 'string', 'required' => true, 'example' => 'Qwen3-Embedding-8B'], + 'ServeEmbeddingEndpoint' => ['description' => '指标分析平台依赖推理服务的Embedding模型Endpoint。', 'type' => 'string', 'required' => true, 'example' => 'http://111.xx.xx.xx:8100/inferenceservice/emb'], + ], 'required' => true, - 'example' => 'cn-shanghai', ], ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'Schema of Response', + 'description' => 'Schema of Response', + 'type' => 'object', + 'properties' => [ + 'RequestId' => ['title' => 'Id of the request', 'description' => 'Id of the request', 'type' => 'string', 'example' => 'B47EED99-BFA5-529D-8D85-A6642421D390'], + ], + ], + ], + ], + 'errorCodes' => [ + 400 => [ + ['errorCode' => 'InvalidPoolName.Malformed', 'errorMessage' => 'The specified parameter PoolName is not valid.', 'description' => ''], + ['errorCode' => 'InvalidPoolUser.Malformed', 'errorMessage' => 'The specified parameter PoolUser is not valid.', 'description' => ''], + ['errorCode' => 'InvalidDBClusterId.NotFound', 'errorMessage' => 'The DBClusterId provided does not exist in our records.', 'description' => ''], + ['errorCode' => 'InvalidDBClusterId.Malformed', 'errorMessage' => 'The specified parameter DBClusterId is not valid.', 'description' => ''], + ['errorCode' => 'ACS.ResourceGroup.InvalidResourceGroupState', 'errorMessage' => 'The state of this resource group does not support this operation.', 'description' => ''], + ['errorCode' => 'InvalidPoolType.Malformed', 'errorMessage' => 'The specified parameter PoolType is not valid.', 'description' => ''], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"B47EED99-BFA5-529D-8D85-A6642421D390\\"\\n}","type":"json"}]', + 'title' => '创建指标分析平台', + 'changeSet' => [], + 'flowControl' => [ + 'flowControlList' => [], + ], + ], + 'CreateEmbodiedAIPlatform' => [ + 'summary' => '创建具身智能多模数据平台。', + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'create', + 'riskType' => 'none', + 'chargeType' => 'paid', + 'abilityTreeCode' => '136445', + 'abilityTreeNodes' => ['FEATUREadsYXZ2UA'], + ], + 'parameters' => [ + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => ['title' => '地域 ID。'."\n" + ."\n" + .'> 您可以调用 DescribeRegions 接口查看指定湖仓版集群的地域 ID。', 'description' => '地域 ID。'."\n" + ."\n" + .'> 您可以调用 DescribeRegions 接口查看指定湖仓版集群的地域 ID。', 'type' => 'string', 'required' => true, 'example' => 'cn-beijing'], + ], [ 'name' => 'DBClusterId', 'in' => 'query', + 'schema' => ['title' => '实例集群ID。', 'description' => '实例集群ID。', 'type' => 'string', 'required' => true, 'example' => 'amv-bp11q28kvl688****'], + ], + [ + 'name' => 'PlatformName', + 'in' => 'query', + 'schema' => ['title' => '具身智能多模数据平台名称。'."\n" + .'> 由小写字母、数字、下划线组成,字母开头,字母或数字结尾,长度不超过16个字符', 'description' => '具身智能多模数据平台名称。'."\n" + .'> 由小写字母、数字、下划线组成,字母开头,字母或数字结尾,长度不超过16个字符', 'type' => 'string', 'required' => true, 'example' => 'platform1'], + ], + [ + 'name' => 'WebserverSpecName', + 'in' => 'query', + 'schema' => ['title' => '平台的Webserver规格。', 'description' => '平台的Webserver规格。', 'type' => 'string', 'required' => false, 'example' => 'large'], + ], + [ + 'name' => 'RayConfig', + 'in' => 'query', + 'style' => 'json', 'schema' => [ - 'description' => '实例集群ID。', - 'type' => 'string', - 'required' => true, - 'example' => 'amv-bp11q28kvl688****', + 'title' => '平台的Ray规格信息。', + 'description' => '平台的Ray规格信息。', + 'type' => 'object', + 'properties' => [ + 'HeadSpec' => ['title' => 'Head节点规格', 'description' => 'Head节点规格', 'type' => 'string', 'required' => false, 'example' => 'xlarge'], + 'Category' => [ + 'title' => 'Ray集群类型,取值说明:'."\n" + ."\n" + .'- BASIC:基础类型,非高可用'."\n" + ."\n" + .'- HIGH_AVAILABILITY:高可用类型', + 'description' => 'Ray集群类型,取值说明:'."\n" + ."\n" + .'- BASIC:基础类型,非高可用'."\n" + ."\n" + .'- HIGH_AVAILABILITY:高可用类型', + 'type' => 'string', + 'required' => false, + 'example' => 'BASIC', + 'enum' => ['BASIC', 'HIGH_AVAILABILITY'], + ], + 'WorkerGroups' => [ + 'title' => 'Ray Worker组配置信息', + 'description' => 'Ray Worker组配置信息列表。', + 'type' => 'array', + 'items' => [ + 'title' => 'Ray Worker组配置信息', + 'description' => 'Ray Worker组配置信息', + 'type' => 'object', + 'properties' => [ + 'GroupName' => ['title' => 'worker组名称', 'description' => 'worker组名称', 'type' => 'string', 'required' => false, 'example' => 'test'], + 'AllocateUnit' => ['title' => '分配单元', 'description' => '分配单元', 'type' => 'string', 'required' => false, 'example' => '1'], + 'MaxWorkerQuantity' => ['title' => '最大worker数量', 'description' => '最大worker数量', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '2'], + 'MinWorkerQuantity' => ['title' => '最新worker数量', 'description' => '最新worker数量', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'], + 'WorkerDiskCapacity' => ['title' => 'worker节点的磁盘大小', 'description' => 'worker节点的磁盘大小', 'type' => 'string', 'required' => false, 'example' => '100G'], + 'WorkerSpecName' => ['title' => 'worker节点规格', 'description' => 'worker节点规格', 'type' => 'string', 'required' => false, 'example' => 'xlarge'], + 'WorkerSpecType' => [ + 'title' => 'worker节点资源类型', + 'description' => 'worker节点资源类型', + 'type' => 'string', + 'required' => false, + 'example' => 'CPU', + 'enum' => ['CPU', 'GPU'], + ], + ], + 'required' => false, + ], + 'required' => false, + ], + ], + 'required' => false, ], ], [ - 'name' => 'State', + 'name' => 'DeviceCount', 'in' => 'query', + 'schema' => ['title' => '本体数', 'description' => '本体数', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '3'], + ], + [ + 'name' => 'RayTrainConfig', + 'in' => 'query', + 'style' => 'json', 'schema' => [ - 'description' => '平台运行状态。', - 'type' => 'string', + 'title' => '开发训练资源配置', + 'description' => '开发训练资源配置', + 'type' => 'object', + 'properties' => [ + 'CpuAcu' => ['title' => 'Cpu ACU 数量', 'description' => '购买Cpu ACU 数量', 'type' => 'integer', 'format' => 'int64', 'required' => false], + 'GpuSpecs' => [ + 'title' => '购买GPU类型表', + 'description' => '购买GPU机型表', + 'type' => 'array', + 'items' => [ + 'title' => '', + 'type' => 'object', + 'properties' => [ + 'AllocateUnit' => ['title' => '分配单元', 'description' => '分配单元', 'type' => 'string', 'required' => false, 'example' => '"1"'], + 'Count' => ['title' => '卡数', 'description' => '卡数', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1'], + 'SpecName' => ['title' => 'GPU机型', 'description' => 'GPU机型', 'type' => 'string', 'required' => false, 'example' => 'ADB.MLGrand.4'], + ], + 'required' => false, + 'description' => '', + ], + 'required' => false, + ], + 'TerminalConfig' => [ + 'title' => '开发机配置', + 'description' => '开发机配置', + 'type' => 'object', + 'properties' => [ + 'AcrConfig' => [ + 'title' => '镜相仓库配置', + 'description' => '镜相仓库配置', + 'type' => 'object', + 'properties' => [ + 'InstanceId' => ['title' => '镜相仓库实例ID', 'description' => '镜相仓库实例ID', 'type' => 'string', 'required' => false, 'example' => 'cri-***'], + 'Registry' => ['title' => '镜相仓库实例地址', 'description' => '镜相仓库实例地址', 'type' => 'string', 'required' => false, 'example' => 'example-vpc.example-region.cr.aliyuncs.com'], + 'Namespaces' => [ + 'title' => '命名空间表', + 'description' => '命名空间表', + 'type' => 'array', + 'items' => ['title' => '命名空间', 'description' => '命名空间', 'type' => 'string', 'required' => false, 'example' => '["devops"]'], + 'required' => false, + ], + ], + 'required' => false, + ], + ], + 'required' => false, + ], + ], 'required' => false, - 'example' => 'running', - 'enum' => [ - 'pending', - 'running', - 'scaling', - 'deleting', - 'locked', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'Schema of Response', + 'description' => 'Schema of Response', + 'type' => 'object', + 'properties' => [ + 'RequestId' => ['title' => 'Id of the request', 'description' => '请求ID。', 'type' => 'string', 'example' => '19E994DC-A816-56DB-9F90-5F8E403DD19D'], ], ], ], + ], + 'errorCodes' => [ + 400 => [ + ['errorCode' => 'InvalidPoolName.Malformed', 'errorMessage' => 'The specified parameter PoolName is not valid.', 'description' => ''], + ['errorCode' => 'InvalidPoolUser.Malformed', 'errorMessage' => 'The specified parameter PoolUser is not valid.', 'description' => ''], + ['errorCode' => 'InvalidDBClusterId.NotFound', 'errorMessage' => 'The DBClusterId provided does not exist in our records.', 'description' => ''], + ['errorCode' => 'InvalidDBClusterId.Malformed', 'errorMessage' => 'The specified parameter DBClusterId is not valid.', 'description' => ''], + ['errorCode' => 'ACS.ResourceGroup.InvalidResourceGroupState', 'errorMessage' => 'The state of this resource group does not support this operation.', 'description' => ''], + ['errorCode' => 'InvalidPoolType.Malformed', 'errorMessage' => 'The specified parameter PoolType is not valid.', 'description' => ''], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"19E994DC-A816-56DB-9F90-5F8E403DD19D\\"\\n}","type":"json"}]', + 'title' => '创建具身多模数据平台', + 'description' => '用于查看实例本体数后端所对应的真实资源量', + 'changeSet' => [ + ['createdAt' => '2026-03-24T08:22:46.000Z', 'description' => '请求参数发生变更'], + ], + 'flowControl' => [ + 'flowControlList' => [ + ['threshold' => '1', 'countWindow' => 5, 'regionId' => '*', 'api' => 'CreateEmbodiedAIPlatform'], + ], + ], + ], + 'DeleteAgentPlatform' => [ + 'summary' => '删除指标平台', + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ [ - 'name' => 'StartTime', + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'delete', + 'riskType' => 'high', + 'chargeType' => 'paid', + 'abilityTreeCode' => '136445', + 'abilityTreeNodes' => ['FEATUREadsYXZ2UA'], + ], + 'parameters' => [ + [ + 'name' => 'RegionId', 'in' => 'query', + 'schema' => ['description' => '地域 ID。'."\n" + ."\n" + .'> 您可以调用 DescribeRegions 接口查看指定湖仓版集群的地域 ID。', 'type' => 'string', 'required' => true, 'example' => 'cn-beijing'], + ], + [ + 'name' => 'DBClusterId', + 'in' => 'query', + 'schema' => ['description' => '实例集群ID。', 'type' => 'string', 'required' => true, 'example' => 'amv-bp11q28kvl688****'], + ], + [ + 'name' => 'Name', + 'in' => 'query', + 'schema' => ['description' => '智能告警事件录像名称。名称长度小于48个字符,可以包含英文字母、数字和特殊字符:短划线(-)、下划线(_)、at(@)、英文句号(.)、英文冒号(:)。', 'type' => 'string', 'required' => true, 'example' => 'test_platform'], + ], + ], + 'responses' => [ + 200 => [ 'schema' => [ - 'description' => '平台创建的起始时间点,用于过滤查询。按照ISO 8601标准表示,并使用UTC +0时间,格式为yyyy-MM-ddTHH:mmZ。', - 'type' => 'string', - 'format' => 'iso8601', - 'required' => false, - 'example' => '2025-12-01T02:05Z', + 'title' => 'Schema of Response', + 'description' => 'Schema of Response', + 'type' => 'object', + 'properties' => [ + 'RequestId' => ['title' => 'Id of the request', 'description' => 'Id of the request', 'type' => 'string', 'example' => 'B47EED99-BFA5-529D-8D85-A6642421D390'], + ], ], ], + ], + 'errorCodes' => [ + 400 => [ + ['errorCode' => 'InvalidPoolName.Malformed', 'errorMessage' => 'The specified parameter PoolName is not valid.', 'description' => ''], + ['errorCode' => 'InvalidPoolUser.Malformed', 'errorMessage' => 'The specified parameter PoolUser is not valid.', 'description' => ''], + ['errorCode' => 'InvalidDBClusterId.NotFound', 'errorMessage' => 'The DBClusterId provided does not exist in our records.', 'description' => ''], + ['errorCode' => 'InvalidDBClusterId.Malformed', 'errorMessage' => 'The specified parameter DBClusterId is not valid.', 'description' => ''], + ['errorCode' => 'ACS.ResourceGroup.InvalidResourceGroupState', 'errorMessage' => 'The state of this resource group does not support this operation.', 'description' => ''], + ['errorCode' => 'InvalidPoolType.Malformed', 'errorMessage' => 'The specified parameter PoolType is not valid.', 'description' => ''], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"B47EED99-BFA5-529D-8D85-A6642421D390\\"\\n}","type":"json"}]', + 'title' => '删除指标平台', + 'changeSet' => [], + 'flowControl' => [ + 'flowControlList' => [], + ], + ], + 'DeleteEmbodiedAIPlatform' => [ + 'summary' => '删除具身智能平台。', + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ [ - 'name' => 'EndTime', + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'delete', + 'riskType' => 'high', + 'chargeType' => 'paid', + 'abilityTreeCode' => '136445', + 'abilityTreeNodes' => ['FEATUREadsYXZ2UA'], + ], + 'parameters' => [ + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => ['description' => '地域 ID。'."\n" + ."\n" + .'> 您可以调用 DescribeRegions 接口查看指定湖仓版集群的地域 ID。', 'type' => 'string', 'required' => true, 'example' => 'cn-beijing'], + ], + [ + 'name' => 'DBClusterId', 'in' => 'query', + 'schema' => ['description' => '实例集群ID。', 'type' => 'string', 'required' => true, 'example' => 'amv-bp11q28kvl688****'], + ], + [ + 'name' => 'PlatformName', + 'in' => 'query', + 'schema' => ['description' => '具身智能多模数据平台名称。'."\n" + .'> 由小写字母、数字、下划线组成,字母开头,字母或数字结尾,长度不超过16个字符', 'type' => 'string', 'required' => true, 'example' => 'platform1'], + ], + ], + 'responses' => [ + 200 => [ 'schema' => [ - 'description' => '平台创建的终止时间点,用于过滤查询。按照ISO 8601标准表示,并使用UTC +0时间,格式为yyyy-MM-ddTHH:mmZ。', - 'type' => 'string', - 'format' => 'iso8601', - 'required' => false, - 'example' => '2025-12-01T03:05Z', + 'title' => 'Schema of Response', + 'description' => 'Schema of Response', + 'type' => 'object', + 'properties' => [ + 'RequestId' => ['title' => 'Id of the request', 'description' => 'Id of the request', 'type' => 'string', 'example' => 'B47EED99-BFA5-529D-8D85-A6642421D390'], + ], ], ], + ], + 'errorCodes' => [ + 400 => [ + ['errorCode' => 'InvalidPoolName.Malformed', 'errorMessage' => 'The specified parameter PoolName is not valid.', 'description' => ''], + ['errorCode' => 'InvalidPoolUser.Malformed', 'errorMessage' => 'The specified parameter PoolUser is not valid.', 'description' => ''], + ['errorCode' => 'InvalidDBClusterId.NotFound', 'errorMessage' => 'The DBClusterId provided does not exist in our records.', 'description' => ''], + ['errorCode' => 'InvalidDBClusterId.Malformed', 'errorMessage' => 'The specified parameter DBClusterId is not valid.', 'description' => ''], + ['errorCode' => 'ACS.ResourceGroup.InvalidResourceGroupState', 'errorMessage' => 'The state of this resource group does not support this operation.', 'description' => ''], + ['errorCode' => 'InvalidPoolType.Malformed', 'errorMessage' => 'The specified parameter PoolType is not valid.', 'description' => ''], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"B47EED99-BFA5-529D-8D85-A6642421D390\\"\\n}","type":"json"}]', + 'title' => '删除具身智能平台', + 'changeSet' => [], + 'flowControl' => [ + 'flowControlList' => [], + ], + ], + 'DescribeChatMessage' => [ + 'summary' => '用于查看实例内核诊断的多轮对话。', + 'path' => '', + 'methods' => ['get', 'post'], + 'schemes' => ['https', 'sse'], + 'security' => [ [ - 'name' => 'PageSize', + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeNodes' => ['FEATUREadsDAZVRM'], + ], + 'parameters' => [ + [ + 'name' => 'RegionId', 'in' => 'query', + 'schema' => ['title' => 'RegionId', 'description' => '阿里云区域ID。', 'type' => 'string', 'required' => true, 'example' => 'cn-beijing'], + ], + [ + 'name' => 'Query', + 'in' => 'query', + 'schema' => ['description' => '用户咨询的问题语句。', 'type' => 'string', 'required' => true, 'example' => '如何制定合理的年度计划目标?'], + ], + [ + 'name' => 'SessionId', + 'in' => 'query', + 'schema' => ['description' => '会话ID', 'type' => 'string', 'required' => false, 'example' => 'df94eec5-3d95-435c-87d4-43e8bb3f9519'], + ], + [ + 'name' => 'Timezone', + 'in' => 'query', + 'schema' => ['description' => '时区。', 'type' => 'string', 'required' => false, 'example' => 'Asia/Shanghai'], + ], + ], + 'responses' => [ + 200 => [ 'schema' => [ - 'description' => '分页查询时设置的每页行数。默认值:30。', - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'example' => '30', + 'title' => 'Schema of Response', + 'description' => 'Schema of Response', + 'type' => 'object', + 'properties' => [ + 'RequestId' => ['title' => 'Id of the request', 'description' => '请求ID。', 'type' => 'string', 'example' => 'B47EED99-BFA5-529D-8D85-A6642421D390'], + 'SequenceNumber' => ['description' => '消息的序号。', 'type' => 'integer', 'format' => 'int64', 'example' => '1'], + 'Object' => ['description' => '消息对象。', 'type' => 'string', 'example' => 'content'], + 'Status' => [ + 'description' => '消息状态。', + 'type' => 'string', + 'enumValueTitles' => ['null' => 'null', 'created' => 'created', 'in_process' => 'in_process', 'completed' => 'completed'], + 'example' => 'created', + ], + 'Error' => ['description' => '错误信息。', 'type' => 'string', 'example' => 'Failed to get sse streaming, please try again later.'], + 'Id' => ['description' => '消息ID。', 'type' => 'string', 'example' => '97616'], + 'Type' => [ + 'description' => '消息类型。', + 'type' => 'string', + 'enumValueTitles' => ['data' => 'data', 'text' => 'text', 'message' => 'message', 'plugin_call' => 'plugin_call'], + 'example' => 'text', + ], + 'Role' => ['description' => '消息角色。', 'type' => 'string', 'example' => 'assistant'], + 'Content' => [ + 'description' => '任务内容。', + 'type' => 'array', + 'items' => [ + 'type' => 'object', + 'properties' => [ + 'SequenceNumber' => ['description' => '消息的序号。', 'type' => 'integer', 'format' => 'int64', 'example' => '1'], + 'Object' => ['description' => '消息对象。', 'type' => 'string', 'example' => 'content'], + 'Status' => ['description' => '消息状态。', 'type' => 'string', 'example' => 'completed'], + 'Error' => ['description' => '错误信息', 'type' => 'string', 'example' => 'Failed to get sse streaming, please try again later.'], + 'Type' => ['description' => '消息类型。', 'type' => 'string', 'example' => 'text'], + 'Index' => ['description' => '索引。', 'type' => 'integer', 'format' => 'int64', 'example' => '0'], + 'Delta' => ['description' => '内容是否增量。', 'type' => 'boolean', 'example' => 'false'], + 'MsgId' => ['description' => '消息ID。', 'type' => 'string', 'example' => 'msg_294c8b98-dc64-4c82-9417-e03522a631f6'], + 'Text' => ['description' => '文本内容', 'type' => 'string', 'example' => '3 MB\\n-'], + 'Data' => [ + 'description' => '结果集。', + 'type' => 'object', + 'properties' => [ + 'CallId' => ['description' => '调用的数据类接口ID。', 'type' => 'string', 'example' => 'call_e0e9ee423c7e4ba88d058fd6'], + 'Name' => ['description' => '调用的数据类接口名称。', 'type' => 'string', 'example' => 'describeScalingRecommendation'], + 'Output' => ['description' => '调用的数据类接口输出。', 'type' => 'string', 'example' => '[{"type": "text", "text": "Skill not found: instance_health_inspection"}]'], + ], + ], + ], + 'description' => '', + ], + ], + 'Code' => ['description' => '后端错误码。', 'type' => 'string', 'example' => 'OK'], + 'Message' => ['description' => '消息。', 'type' => 'string', 'example' => 'success'], + 'Index' => ['description' => '索引。', 'type' => 'integer', 'format' => 'int64', 'example' => '2'], + 'Delta' => ['description' => '是否增量内容。', 'type' => 'boolean', 'example' => 'false'], + 'MsgId' => ['description' => '消息Id', 'type' => 'string', 'example' => 'msg_294c8b98-dc64-4c82-9417-e03522a631f6'], + 'Text' => ['description' => '文本内容', 'type' => 'string', 'example' => ':-636 KB'], + 'Data' => [ + 'description' => '结果集。', + 'type' => 'object', + 'properties' => [ + 'CallId' => ['description' => '调用的数据类接口ID。', 'type' => 'string', 'example' => 'call_1891f1689bc44ab292aadff3'], + 'Name' => ['description' => '调用的数据类接口名称。', 'type' => 'string', 'example' => 'describeScalingRecommendation'], + 'Arguments' => ['description' => '调用的数据类接口参数。', 'type' => 'string', 'example' => '{"instanceName": "amv-bp1b9y9xhvpzm9p0", "pageNumber": 1, "pageSize": 10}'], + 'Output' => ['description' => '调用的数据类接口输出。', 'type' => 'string', 'example' => '[{"type": "text", "text": "Skill not found: instance_health_inspection"}]'], + ], + ], + 'CreatedAt' => ['description' => '创建时间。', 'type' => 'string', 'example' => '2026-03-18T02:01:56Z'], + 'CompletedAt' => ['description' => '完成时间。', 'type' => 'string', 'example' => '2026-03-18T02:01:56Z'], + 'Output' => ['description' => '内容输出。', 'type' => 'string', 'example' => '[{"type": "text", "text": "Skill not found: instance_health_inspection"}]'], + 'SessionId' => ['description' => '会话ID。', 'type' => 'string', 'example' => '593b51eef93b443fb2ba2a6dc68b737b'], + ], ], ], + ], + 'staticInfo' => ['returnType' => 'synchronous'], + 'title' => '开启智能助手多轮对话', + 'description' => '用于查看实例内核诊断的多轮对话。', + 'changeSet' => [], + 'flowControl' => [ + 'flowControlList' => [], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"B47EED99-BFA5-529D-8D85-A6642421D390\\",\\n \\"SequenceNumber\\": 1,\\n \\"Object\\": \\"content\\",\\n \\"Status\\": \\"created\\",\\n \\"Error\\": \\"Failed to get sse streaming, please try again later.\\",\\n \\"Id\\": \\"97616\\",\\n \\"Type\\": \\"text\\",\\n \\"Role\\": \\"assistant\\",\\n \\"Content\\": [\\n {\\n \\"SequenceNumber\\": 1,\\n \\"Object\\": \\"content\\",\\n \\"Status\\": \\"completed\\",\\n \\"Error\\": \\"Failed to get sse streaming, please try again later.\\",\\n \\"Type\\": \\"text\\",\\n \\"Index\\": 0,\\n \\"Delta\\": false,\\n \\"MsgId\\": \\"msg_294c8b98-dc64-4c82-9417-e03522a631f6\\",\\n \\"Text\\": \\"3 MB\\\\\\\\n-\\",\\n \\"Data\\": {\\n \\"CallId\\": \\"call_e0e9ee423c7e4ba88d058fd6\\",\\n \\"Name\\": \\"describeScalingRecommendation\\",\\n \\"Output\\": \\"[{\\\\\\"type\\\\\\": \\\\\\"text\\\\\\", \\\\\\"text\\\\\\": \\\\\\"Skill not found: instance_health_inspection\\\\\\"}]\\"\\n }\\n }\\n ],\\n \\"Code\\": \\"OK\\",\\n \\"Message\\": \\"success\\",\\n \\"Index\\": 2,\\n \\"Delta\\": false,\\n \\"MsgId\\": \\"msg_294c8b98-dc64-4c82-9417-e03522a631f6\\",\\n \\"Text\\": \\":-636 KB\\",\\n \\"Data\\": {\\n \\"CallId\\": \\"call_1891f1689bc44ab292aadff3\\",\\n \\"Name\\": \\"describeScalingRecommendation\\",\\n \\"Arguments\\": \\"{\\\\\\"instanceName\\\\\\": \\\\\\"amv-bp1b9y9xhvpzm9p0\\\\\\", \\\\\\"pageNumber\\\\\\": 1, \\\\\\"pageSize\\\\\\": 10}\\",\\n \\"Output\\": \\"[{\\\\\\"type\\\\\\": \\\\\\"text\\\\\\", \\\\\\"text\\\\\\": \\\\\\"Skill not found: instance_health_inspection\\\\\\"}]\\"\\n },\\n \\"CreatedAt\\": \\"2026-03-18T02:01:56Z\\",\\n \\"CompletedAt\\": \\"2026-03-18T02:01:56Z\\",\\n \\"Output\\": \\"[{\\\\\\"type\\\\\\": \\\\\\"text\\\\\\", \\\\\\"text\\\\\\": \\\\\\"Skill not found: instance_health_inspection\\\\\\"}]\\",\\n \\"SessionId\\": \\"593b51eef93b443fb2ba2a6dc68b737b\\"\\n}","type":"json"}]', + ], + 'DescribeEapDeviceResourceAllocation' => [ + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ [ - 'name' => 'PageNumber', + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '136445', + 'abilityTreeNodes' => ['FEATUREadsYXZ2UA'], + ], + 'parameters' => [ + [ + 'name' => 'RegionId', 'in' => 'query', + 'schema' => ['description' => '实例所在的地域 ID。'."\n" + ."\n" + .'> 您可以调用 DescribeRegions 接口查看指定湖仓版集群的地域 ID。', 'type' => 'string', 'required' => true, 'example' => 'cn-beijing'], + ], + [ + 'name' => 'DBClusterId', + 'in' => 'query', + 'schema' => ['description' => '实例集群ID。', 'type' => 'string', 'required' => true, 'example' => 'amv-bp11q28kvl688****'], + ], + [ + 'name' => 'DeviceCount', + 'in' => 'query', + 'schema' => ['description' => '设备总数', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '3'], + ], + ], + 'responses' => [ + 200 => [ 'schema' => [ - 'description' => '当前页码。', - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'example' => '1', + 'title' => 'Schema of Response', + 'description' => 'Schema of Response', + 'type' => 'object', + 'properties' => [ + 'RequestId' => ['title' => 'Id of the request', 'description' => 'Id of the request', 'type' => 'string', 'example' => '19E994DC-A816-56DB-9F90-5F8E403DD19D'], + 'Items' => [ + 'description' => '规格建议列表。', + 'type' => 'array', + 'items' => [ + 'description' => '规格建议。', + 'type' => 'object', + 'properties' => [ + 'DeviceCount' => ['description' => '设备总数', 'type' => 'integer', 'format' => 'int32', 'example' => '3'], + 'TotalTargetCpu' => ['description' => '目标总vCPU核数', 'type' => 'integer', 'format' => 'int32', 'example' => '24'], + 'WebserverSpecName' => ['description' => '具身平台的Webserver规格。', 'type' => 'string', 'example' => '"xlarge"'], + 'WebserverCpu' => ['description' => '具身平台vCPU总核数', 'type' => 'integer', 'format' => 'int32', 'example' => '8'], + 'WebserverAcu' => ['description' => '具身平台ACU总数', 'type' => 'number', 'format' => 'double', 'example' => '8.0'], + 'HeadSpecName' => ['description' => '具身平台Ray Cluster Head规格', 'type' => 'string', 'example' => '"medium"'], + 'HeadCpu' => ['description' => '具身平台 Ray Cluster Head vCPU核数', 'type' => 'integer', 'format' => 'int32', 'example' => '2'], + 'HeadAcu' => ['description' => '具身平台 Ray Cluster Head ACU总数', 'type' => 'number', 'format' => 'double', 'example' => '2.0'], + 'WorkerSpecName' => ['description' => '具身平台 Ray Cluster Worker 规格', 'type' => 'string', 'example' => '"xlarge"'], + 'WorkerCpu' => ['description' => '具身平台 单一Ray Cluster Worker vCPU核数', 'type' => 'integer', 'format' => 'int32', 'example' => '8'], + 'WorkerCount' => ['description' => '具身平台 Ray Cluster Worker 总数', 'type' => 'integer', 'format' => 'int32', 'example' => '2'], + 'WorkerAcu' => ['description' => '具身平台 单一 Ray Cluster Worker ACU 总数', 'type' => 'number', 'format' => 'double', 'example' => '16.0'], + 'TotalDeployedCpu' => ['description' => '具身平台实际布署vCPU的总核数', 'type' => 'integer', 'format' => 'int32', 'example' => '26'], + 'TotalAcu' => ['description' => '具身平台实际布署ACU的总数', 'type' => 'number', 'format' => 'double', 'example' => '26'], + ], + ], + ], + ], ], ], + ], + 'errorCodes' => [ + 400 => [ + ['errorCode' => 'InvalidDBClusterId.NotFound', 'errorMessage' => 'The DBClusterId provided does not exist in our records.', 'description' => ''], + ['errorCode' => 'InvalidDBClusterId.Malformed', 'errorMessage' => 'The specified parameter DBClusterId is not valid.', 'description' => ''], + ], + ], + 'title' => '查询具身智能本体数对应的实际资源规格', + 'summary' => '查询具身智能平台设备资源分配方案', + 'description' => '用于查看实例本体数后端所对应的真实资源量', + 'changeSet' => [], + 'flowControl' => [ + 'flowControlList' => [], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"19E994DC-A816-56DB-9F90-5F8E403DD19D\\",\\n \\"Items\\": [\\n {\\n \\"DeviceCount\\": 3,\\n \\"TotalTargetCpu\\": 24,\\n \\"WebserverSpecName\\": \\"\\\\\\"xlarge\\\\\\"\\",\\n \\"WebserverCpu\\": 8,\\n \\"WebserverAcu\\": 8,\\n \\"HeadSpecName\\": \\"\\\\\\"medium\\\\\\"\\",\\n \\"HeadCpu\\": 2,\\n \\"HeadAcu\\": 2,\\n \\"WorkerSpecName\\": \\"\\\\\\"xlarge\\\\\\"\\",\\n \\"WorkerCpu\\": 8,\\n \\"WorkerCount\\": 2,\\n \\"WorkerAcu\\": 16,\\n \\"TotalDeployedCpu\\": 26,\\n \\"TotalAcu\\": 26\\n }\\n ]\\n}","type":"json"}]', + ], + 'DescribeEmbodiedAIPlatforms' => [ + 'summary' => '查询具身智能多模数据平台。', + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ [ - 'name' => 'NextToken', + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'list', + 'riskType' => 'none', + 'chargeType' => 'paid', + 'abilityTreeCode' => '136445', + 'abilityTreeNodes' => ['FEATUREadsYXZ2UA'], + ], + 'parameters' => [ + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => ['description' => '实例所在的地域 ID。'."\n" + ."\n" + .'> 您可以调用 DescribeRegions 接口查看指定湖仓版集群的地域 ID。', 'type' => 'string', 'required' => true, 'example' => 'cn-shanghai'], + ], + [ + 'name' => 'DBClusterId', + 'in' => 'query', + 'schema' => ['description' => '实例集群ID。', 'type' => 'string', 'required' => true, 'example' => 'amv-bp11q28kvl688****'], + ], + [ + 'name' => 'State', 'in' => 'query', 'schema' => [ - 'description' => '分页参数请使用PageSize和PageNumber。', + 'description' => '平台运行状态。', 'type' => 'string', 'required' => false, - 'example' => '298a7d5473b128dfe0b5e8707e******', + 'example' => 'running', + 'enum' => ['pending', 'running', 'scaling', 'deleting', 'locked'], ], ], [ + 'name' => 'StartTime', + 'in' => 'query', + 'schema' => ['description' => '平台创建的起始时间点,用于过滤查询。按照ISO 8601标准表示,并使用UTC +0时间,格式为yyyy-MM-ddTHH:mmZ。', 'type' => 'string', 'format' => 'iso8601', 'required' => false, 'example' => '2025-12-01T02:05Z'], + ], + [ + 'name' => 'EndTime', + 'in' => 'query', + 'schema' => ['description' => '平台创建的终止时间点,用于过滤查询。按照ISO 8601标准表示,并使用UTC +0时间,格式为yyyy-MM-ddTHH:mmZ。', 'type' => 'string', 'format' => 'iso8601', 'required' => false, 'example' => '2025-12-01T03:05Z'], + ], + [ + 'name' => 'PageSize', + 'in' => 'query', + 'schema' => ['description' => '分页查询时设置的每页行数。默认值:30。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '30'], + ], + [ + 'name' => 'PageNumber', + 'in' => 'query', + 'schema' => ['description' => '当前页码。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'], + ], + [ + 'name' => 'NextToken', + 'in' => 'query', + 'schema' => ['description' => '分页参数请使用PageSize和PageNumber。', 'type' => 'string', 'required' => false, 'example' => '298a7d5473b128dfe0b5e8707e******'], + ], + [ 'name' => 'MaxResults', 'in' => 'query', - 'schema' => [ - 'description' => '分页参数请使用PageSize和PageNumber。', - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'example' => '30', - ], + 'schema' => ['description' => '分页参数请使用PageSize和PageNumber。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '30'], ], [ 'name' => 'PlatformName', 'in' => 'query', - 'schema' => [ - 'description' => '具身智能多模数据平台名称。', - 'type' => 'string', - 'required' => false, - 'example' => 'platform1', - ], + 'schema' => ['description' => '具身智能多模数据平台名称。', 'type' => 'string', 'required' => false, 'example' => 'platform1'], ], ], 'responses' => [ @@ -171,12 +720,7 @@ 'description' => 'Schema of Response', 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'title' => 'Id of the request', - 'description' => '请求ID', - 'type' => 'string', - 'example' => 'B47EED99-BFA5-529D-8D85-A6642421D390', - ], + 'RequestId' => ['title' => 'Id of the request', 'description' => '请求ID', 'type' => 'string', 'example' => 'B47EED99-BFA5-529D-8D85-A6642421D390'], 'Platforms' => [ 'description' => '具身智能多模数据平台列表。', 'type' => 'array', @@ -184,20 +728,12 @@ 'description' => '具身智能多模数据平台。', 'type' => 'object', 'properties' => [ - 'PlatformName' => [ - 'description' => '平台名称。', - 'type' => 'string', - 'example' => 'platform1', - ], + 'PlatformName' => ['description' => '平台名称。', 'type' => 'string', 'example' => 'platform1', 'title' => '平台名称。'], 'RayConfig' => [ 'description' => '平台的Ray规格信息。', 'type' => 'object', 'properties' => [ - 'HeadSpec' => [ - 'description' => 'Head节点规格。', - 'type' => 'string', - 'example' => 'large', - ], + 'HeadSpec' => ['description' => 'Head节点规格。', 'type' => 'string', 'example' => 'large', 'title' => 'Head节点规格。'], 'Category' => [ 'description' => 'Ray 集群类型,取值说明:'."\n" ."\n" @@ -205,10 +741,11 @@ .'- HIGH_AVAILABILITY:高可用类型', 'type' => 'string', 'example' => 'BASIC', - 'enum' => [ - 'Basic', - 'HighAvailability', - ], + 'enum' => ['Basic', 'HighAvailability'], + 'title' => 'Ray 集群类型,取值说明:'."\n" + ."\n" + .'- BASIC:基础类型,非高可用'."\n" + .'- HIGH_AVAILABILITY:高可用类型', ], 'WorkerGroups' => [ 'description' => 'Ray Worker组配置信息列表。', @@ -216,184 +753,123 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'GroupName' => [ - 'description' => 'Worker Group名称', - 'type' => 'string', - 'example' => 'worker1', - ], - 'AllocateUnit' => [ - 'description' => '分配单元', - 'type' => 'string', - 'example' => '1', - ], - 'MaxWorkerQuantity' => [ - 'description' => '最大Worker个数', - 'type' => 'integer', - 'format' => 'int32', - 'example' => '2', - ], - 'MinWorkerQuantity' => [ - 'description' => '最小Worker个数', - 'type' => 'integer', - 'format' => 'int32', - 'example' => '1', - ], - 'WorkerDiskCapacity' => [ - 'description' => '每个Worker磁盘大小', - 'type' => 'string', - 'example' => '100G', - ], - 'WorkerSpecName' => [ - 'description' => 'Worker资源型号', - 'type' => 'string', - 'example' => 'large', - ], + 'GroupName' => ['description' => 'Worker Group名称', 'type' => 'string', 'example' => 'worker1', 'title' => 'Worker Group名称'], + 'AllocateUnit' => ['description' => '分配单元', 'type' => 'string', 'example' => '1', 'title' => '分配单元'], + 'MaxWorkerQuantity' => ['description' => '最大Worker个数', 'type' => 'integer', 'format' => 'int32', 'example' => '2', 'title' => '最大Worker个数'], + 'MinWorkerQuantity' => ['description' => '最小Worker个数', 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => '最小Worker个数'], + 'WorkerDiskCapacity' => ['description' => '每个Worker磁盘大小', 'type' => 'string', 'example' => '100G', 'title' => '每个Worker磁盘大小'], + 'WorkerSpecName' => ['description' => 'Worker资源型号', 'type' => 'string', 'example' => 'large', 'title' => 'Worker资源型号'], 'WorkerSpecType' => [ 'description' => 'Ray Worker资源类型', 'type' => 'string', 'example' => 'CPU', - 'enum' => [ - 'CPU', - 'GPU', - ], + 'enum' => ['CPU', 'GPU'], + 'title' => 'Ray Worker资源类型', ], ], + 'title' => 'Ray Worker组配置信息列表。', + 'description' => 'Ray Worker组配置信息列表。', ], + 'title' => 'Ray Worker组配置信息列表。', ], - 'RayClusterAddress' => [ - 'description' => 'Ray Cluster地址', - 'type' => 'string', - 'example' => 'http://ray-cluster-address.example.com', - ], - 'RayDashboardAddress' => [ - 'description' => 'Ray Dashboard地址', - 'type' => 'string', - 'example' => 'http://ray-dashboard-address.example.com', - ], - 'RayGrafanaAddress' => [ - 'description' => 'Ray Grafana地址', - 'type' => 'string', - 'example' => 'http://ray-grafana-address.example.com', - ], - 'HeadSpecType' => [ - 'description' => 'Head节点资源类型。', - 'type' => 'string', - 'example' => 'CPU', - ], - 'HeadDiskCapacity' => [ - 'description' => 'Head节点磁盘大小。', - 'type' => 'string', - 'example' => '100G', - ], + 'RayClusterAddress' => ['description' => 'Ray Cluster地址', 'type' => 'string', 'example' => 'http://ray-cluster-address.example.com', 'title' => 'Ray Cluster地址'], + 'RayDashboardAddress' => ['description' => 'Ray Dashboard地址', 'type' => 'string', 'example' => 'http://ray-dashboard-address.example.com', 'title' => 'Ray Dashboard地址'], + 'RayGrafanaAddress' => ['description' => 'Ray Grafana地址', 'type' => 'string', 'example' => 'http://ray-grafana-address.example.com', 'title' => 'Ray Grafana地址'], + 'HeadSpecType' => ['description' => 'Head节点资源类型。', 'type' => 'string', 'example' => 'CPU', 'title' => 'Head节点资源类型。'], + 'HeadDiskCapacity' => ['description' => 'Head节点磁盘大小。', 'type' => 'string', 'example' => '100G', 'title' => 'Head节点磁盘大小。'], ], + 'title' => '平台的Ray规格信息。', ], - 'State' => [ - 'description' => '运行状态', - 'type' => 'string', - 'example' => 'running', - ], - 'OssBucketName' => [ - 'description' => '湖存储名称。', - 'type' => 'string', - 'example' => 'adb-lake-cn-beijing-5q1w******', - ], + 'State' => ['description' => '运行状态', 'type' => 'string', 'example' => 'running', 'title' => '运行状态'], + 'OssBucketName' => ['description' => '湖存储名称。', 'type' => 'string', 'example' => 'adb-lake-cn-beijing-5q1w******', 'title' => '湖存储名称。'], 'EapConfig' => [ 'description' => '平台的Webserver配置', 'type' => 'object', 'properties' => [ - 'WebserverSpecName' => [ - 'description' => '平台的Webserver规格。', - 'type' => 'string', - 'example' => 'large', + 'WebserverSpecName' => ['description' => '平台的Webserver规格。', 'type' => 'string', 'example' => 'large', 'title' => '平台的Webserver规格。'], + 'WebserverAddress' => ['description' => '平台的Webserver公网访问地址。', 'type' => 'string', 'example' => 'http://amv-2z******-***-roboto.ads.example.com:80', 'title' => '平台的Webserver公网访问地址。'], + ], + 'title' => '平台的Webserver配置', + ], + 'CreateTime' => ['description' => '创建时间。', 'type' => 'integer', 'format' => 'int64', 'example' => '2025-12-01 14:55:36', 'title' => '创建时间。'], + 'RayTrainConfig' => [ + 'title' => '开发训练资源配置', + 'type' => 'object', + 'properties' => [ + 'CpuAcu' => ['title' => 'Cpu ACU 数量', 'type' => 'integer', 'format' => 'int64'], + 'GpuSpecs' => [ + 'title' => '购买GPU类型表', + 'type' => 'array', + 'items' => [ + 'title' => 'GPU 类型。', + 'type' => 'object', + 'properties' => [ + 'AllocateUnit' => ['title' => '分配单元', 'type' => 'string', 'example' => '"1"'], + 'Count' => ['title' => '卡数', 'type' => 'integer', 'format' => 'int64', 'example' => '1'], + 'SpecName' => ['title' => 'GPU机型', 'type' => 'string', 'example' => 'ADB.MLTensor.2'], + ], + ], ], - 'WebserverAddress' => [ - 'description' => '平台的Webserver公网访问地址。', - 'type' => 'string', - 'example' => 'http://amv-2z******-***-roboto.ads.example.com:80', + 'TerminalConfig' => [ + 'title' => '开发机配置', + 'type' => 'object', + 'properties' => [ + 'AcrConfig' => [ + 'title' => '镜相仓库配置', + 'type' => 'object', + 'properties' => [ + 'InstanceId' => ['title' => '镜相仓库实例ID', 'type' => 'string', 'example' => 'cri-***'], + 'Namespaces' => [ + 'title' => '镜相仓库实例地址', + 'type' => 'array', + 'items' => ['title' => '命名空间表', 'type' => 'string', 'example' => '["devops"]'], + ], + 'Registry' => ['title' => '命名空间', 'type' => 'string', 'example' => 'example-vpc.example-region.cr.aliyuncs.com'], + ], + ], + ], ], ], ], - 'CreateTime' => [ - 'description' => '创建时间。', - 'type' => 'integer', - 'format' => 'int64', - 'example' => '2025-12-01 14:55:36', - ], ], + 'title' => '具身智能多模数据平台。', ], + 'title' => '具身智能多模数据平台。', ], - 'PageSize' => [ - 'description' => '每页行数。', - 'type' => 'integer', - 'format' => 'int32', - 'example' => '30', - ], - 'PageNumber' => [ - 'description' => '当前页码。', - 'type' => 'integer', - 'format' => 'int32', - 'example' => '1', - ], - 'TotalCount' => [ - 'description' => '平台总数。', - 'type' => 'integer', - 'format' => 'int64', - 'example' => '50', - ], - 'MaxResults' => [ - 'description' => '分页查询参数请使用PageSize、PageNumber、TotalCount。', - 'type' => 'integer', - 'format' => 'int32', - 'example' => '30', - ], - 'NextToken' => [ - 'description' => '分页查询参数请使用PageSize、PageNumber、TotalCount。', - 'type' => 'string', - 'example' => '9c3158c2e8acf616501bd5ee05******', - ], + 'PageSize' => ['description' => '每页行数。', 'type' => 'integer', 'format' => 'int32', 'example' => '30', 'title' => '每页行数。'], + 'PageNumber' => ['description' => '当前页码。', 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => '当前页码。'], + 'TotalCount' => ['description' => '平台总数。', 'type' => 'integer', 'format' => 'int64', 'example' => '50', 'title' => '平台总数。'], + 'MaxResults' => ['description' => '分页查询参数请使用PageSize、PageNumber、TotalCount。', 'type' => 'integer', 'format' => 'int32', 'example' => '30', 'title' => '分页查询参数请使用PageSize、PageNumber、TotalCount。'], + 'NextToken' => ['description' => '分页查询参数请使用PageSize、PageNumber、TotalCount。', 'type' => 'string', 'example' => '9c3158c2e8acf616501bd5ee05******', 'title' => '分页参数请使用PageSize和PageNumber。'], ], ], ], ], 'errorCodes' => [ 400 => [ - [ - 'errorCode' => 'InvalidPoolName.Malformed', - 'errorMessage' => 'The specified parameter PoolName is not valid.', - ], - [ - 'errorCode' => 'InvalidPoolUser.Malformed', - 'errorMessage' => 'The specified parameter PoolUser is not valid.', - ], - [ - 'errorCode' => 'InvalidDBClusterId.NotFound', - 'errorMessage' => 'The DBClusterId provided does not exist in our records.', - ], - [ - 'errorCode' => 'InvalidDBClusterId.Malformed', - 'errorMessage' => 'The specified parameter DBClusterId is not valid.', - ], - [ - 'errorCode' => 'ACS.ResourceGroup.InvalidResourceGroupState', - 'errorMessage' => 'The state of this resource group does not support this operation.', - ], - [ - 'errorCode' => 'InvalidPoolType.Malformed', - 'errorMessage' => 'The specified parameter PoolType is not valid.', - ], + ['errorCode' => 'InvalidPoolName.Malformed', 'errorMessage' => 'The specified parameter PoolName is not valid.', 'description' => ''], + ['errorCode' => 'InvalidPoolUser.Malformed', 'errorMessage' => 'The specified parameter PoolUser is not valid.', 'description' => ''], + ['errorCode' => 'InvalidDBClusterId.NotFound', 'errorMessage' => 'The DBClusterId provided does not exist in our records.', 'description' => ''], + ['errorCode' => 'InvalidDBClusterId.Malformed', 'errorMessage' => 'The specified parameter DBClusterId is not valid.', 'description' => ''], + ['errorCode' => 'ACS.ResourceGroup.InvalidResourceGroupState', 'errorMessage' => 'The state of this resource group does not support this operation.', 'description' => ''], + ['errorCode' => 'InvalidPoolType.Malformed', 'errorMessage' => 'The specified parameter PoolType is not valid.', 'description' => ''], ], ], - 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"B47EED99-BFA5-529D-8D85-A6642421D390\\",\\n \\"Platforms\\": [\\n {\\n \\"PlatformName\\": \\"platform1\\",\\n \\"RayConfig\\": {\\n \\"HeadSpec\\": \\"large\\",\\n \\"Category\\": \\"BASIC\\",\\n \\"WorkerGroups\\": [\\n {\\n \\"GroupName\\": \\"worker1\\",\\n \\"AllocateUnit\\": \\"1\\",\\n \\"MaxWorkerQuantity\\": 2,\\n \\"MinWorkerQuantity\\": 1,\\n \\"WorkerDiskCapacity\\": \\"100G\\",\\n \\"WorkerSpecName\\": \\"large\\",\\n \\"WorkerSpecType\\": \\"CPU\\"\\n }\\n ],\\n \\"RayClusterAddress\\": \\"http://ray-cluster-address.example.com\\",\\n \\"RayDashboardAddress\\": \\"http://ray-dashboard-address.example.com\\",\\n \\"RayGrafanaAddress\\": \\"http://ray-grafana-address.example.com\\",\\n \\"HeadSpecType\\": \\"CPU\\",\\n \\"HeadDiskCapacity\\": \\"100G\\"\\n },\\n \\"State\\": \\"running\\",\\n \\"OssBucketName\\": \\"adb-lake-cn-beijing-5q1w******\\",\\n \\"EapConfig\\": {\\n \\"WebserverSpecName\\": \\"large\\",\\n \\"WebserverAddress\\": \\"http://amv-2z******-***-roboto.ads.example.com:80\\"\\n },\\n \\"CreateTime\\": 0\\n }\\n ],\\n \\"PageSize\\": 30,\\n \\"PageNumber\\": 1,\\n \\"TotalCount\\": 50,\\n \\"MaxResults\\": 30,\\n \\"NextToken\\": \\"9c3158c2e8acf616501bd5ee05******\\"\\n}","type":"json"}]', + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"B47EED99-BFA5-529D-8D85-A6642421D390\\",\\n \\"Platforms\\": [\\n {\\n \\"PlatformName\\": \\"platform1\\",\\n \\"RayConfig\\": {\\n \\"HeadSpec\\": \\"large\\",\\n \\"Category\\": \\"BASIC\\",\\n \\"WorkerGroups\\": [\\n {\\n \\"GroupName\\": \\"worker1\\",\\n \\"AllocateUnit\\": \\"1\\",\\n \\"MaxWorkerQuantity\\": 2,\\n \\"MinWorkerQuantity\\": 1,\\n \\"WorkerDiskCapacity\\": \\"100G\\",\\n \\"WorkerSpecName\\": \\"large\\",\\n \\"WorkerSpecType\\": \\"CPU\\"\\n }\\n ],\\n \\"RayClusterAddress\\": \\"http://ray-cluster-address.example.com\\",\\n \\"RayDashboardAddress\\": \\"http://ray-dashboard-address.example.com\\",\\n \\"RayGrafanaAddress\\": \\"http://ray-grafana-address.example.com\\",\\n \\"HeadSpecType\\": \\"CPU\\",\\n \\"HeadDiskCapacity\\": \\"100G\\"\\n },\\n \\"State\\": \\"running\\",\\n \\"OssBucketName\\": \\"adb-lake-cn-beijing-5q1w******\\",\\n \\"EapConfig\\": {\\n \\"WebserverSpecName\\": \\"large\\",\\n \\"WebserverAddress\\": \\"http://amv-2z******-***-roboto.ads.example.com:80\\"\\n },\\n \\"CreateTime\\": 0,\\n \\"RayTrainConfig\\": {\\n \\"CpuAcu\\": 0,\\n \\"GpuSpecs\\": [\\n {\\n \\"AllocateUnit\\": \\"\\\\\\"1\\\\\\"\\",\\n \\"Count\\": 1,\\n \\"SpecName\\": \\"ADB.MLTensor.2\\"\\n }\\n ],\\n \\"TerminalConfig\\": {\\n \\"AcrConfig\\": {\\n \\"InstanceId\\": \\"cri-***\\",\\n \\"Namespaces\\": [\\n \\"[\\\\\\"devops\\\\\\"]\\"\\n ],\\n \\"Registry\\": \\"example-vpc.example-region.cr.aliyuncs.com\\"\\n }\\n }\\n }\\n }\\n ],\\n \\"PageSize\\": 30,\\n \\"PageNumber\\": 1,\\n \\"TotalCount\\": 50,\\n \\"MaxResults\\": 30,\\n \\"NextToken\\": \\"9c3158c2e8acf616501bd5ee05******\\"\\n}","type":"json"}]', 'title' => '查询具身智能多模数据平台', - ], - 'CreateEmbodiedAIPlatform' => [ - 'summary' => '创建具身智能多模数据平台。', - 'methods' => [ - 'post', + 'changeSet' => [ + ['createdAt' => '2026-02-09T05:47:01.000Z', 'description' => '请求参数发生变更'], ], - 'schemes' => [ - 'https', + 'flowControl' => [ + 'flowControlList' => [ + ['threshold' => '1', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeEmbodiedAIPlatforms'], + ], ], + ], + 'GetEmbodiedAIPlatformResourceUsageInfo' => [ + 'summary' => '查询具身平台资源用量信息。', + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -402,151 +878,162 @@ 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ - 'operationType' => 'create', + 'operationType' => 'get', 'riskType' => 'none', - 'chargeType' => 'paid', + 'chargeType' => 'free', 'abilityTreeCode' => '136445', - 'abilityTreeNodes' => [ - 'FEATUREadsYXZ2UA', - ], + 'abilityTreeNodes' => ['FEATUREadsYXZ2UA'], ], 'parameters' => [ [ 'name' => 'RegionId', 'in' => 'query', - 'schema' => [ - 'description' => '地域 ID。'."\n" - ."\n" - .'> 您可以调用 DescribeRegions 接口查看指定湖仓版集群的地域 ID。', - 'type' => 'string', - 'required' => true, - 'example' => 'cn-beijing', - ], + 'schema' => ['description' => '实例所在的地域 ID。'."\n" + ."\n" + .'> 您可以调用 DescribeRegions 接口查看指定湖仓版集群的地域 ID。', 'type' => 'string', 'required' => true, 'example' => 'cn-beijing'], ], [ 'name' => 'DBClusterId', 'in' => 'query', - 'schema' => [ - 'description' => '实例集群ID。', - 'type' => 'string', - 'required' => true, - 'example' => 'amv-bp11q28kvl688****', - ], + 'schema' => ['description' => '实例集群ID。', 'type' => 'string', 'required' => true, 'example' => 'amv-bp11q28kvl688****'], ], [ - 'name' => 'PlatformName', + 'name' => 'StartTime', 'in' => 'query', - 'schema' => [ - 'description' => '具身智能多模数据平台名称。'."\n" - .'> 由小写字母、数字、下划线组成,字母开头,字母或数字结尾,长度不超过16个字符', - 'type' => 'string', - 'required' => true, - 'example' => 'platform1', - ], + 'schema' => ['description' => '(网络)资源用量查询区间起始点,格式:yyyy-MM-ddTHH:mmZ', 'type' => 'string', 'format' => 'iso8601', 'required' => false, 'example' => '2026-01-10T01:00Z'], ], [ - 'name' => 'WebserverSpecName', + 'name' => 'EndTime', 'in' => 'query', - 'schema' => [ - 'description' => '平台的Webserver规格。', - 'type' => 'string', - 'required' => false, - 'example' => 'large', - ], + 'schema' => ['description' => '(网络)资源用量查询区间终止点,格式:yyyy-MM-ddTHH:mmZ', 'type' => 'string', 'format' => 'iso8601', 'required' => false, 'example' => '2026-01-20T01:00Z'], ], [ - 'name' => 'RayConfig', + 'name' => 'PlatformName', 'in' => 'query', - 'style' => 'json', + 'schema' => ['description' => '具身平台名称。', 'type' => 'string', 'required' => false, 'example' => 'platform1'], + ], + ], + 'responses' => [ + 200 => [ 'schema' => [ - 'description' => '平台的Ray规格信息。', + 'title' => 'Schema of Response', + 'description' => 'Schema of Response', 'type' => 'object', 'properties' => [ - 'HeadSpec' => [ - 'description' => 'Head节点规格', - 'type' => 'string', - 'required' => false, - 'example' => 'xlarge', - ], - 'Category' => [ - 'description' => 'Ray集群类型,取值说明:'."\n" - ."\n" - .'- BASIC:基础类型,非高可用'."\n" - ."\n" - .'- HIGH_AVAILABILITY:高可用类型', - 'type' => 'string', - 'required' => false, - 'example' => 'BASIC', - 'enum' => [ - 'BASIC', - 'HIGH_AVAILABILITY', - ], - ], - 'WorkerGroups' => [ - 'description' => 'Ray Worker组配置信息列表。', + 'RequestId' => ['title' => 'Id of the request', 'description' => 'Id of the request', 'type' => 'string', 'example' => 'B47EED99-BFA5-529D-8D85-A6642421D390'], + 'RegisteredDeviceCount' => ['description' => '已注册的本体数。', 'type' => 'integer', 'format' => 'int64', 'example' => '1'], + 'MaxRegisteredDevices' => ['description' => '本体注册上限数。', 'type' => 'integer', 'format' => 'int64', 'example' => '3'], + 'GpuDetails' => [ + 'description' => 'GPU使用量', 'type' => 'array', 'items' => [ - 'description' => 'Ray Worker组配置信息', 'type' => 'object', 'properties' => [ - 'GroupName' => [ - 'description' => 'worker组名称', - 'type' => 'string', - 'required' => false, - 'example' => 'test', - ], - 'AllocateUnit' => [ - 'description' => '分配单元', - 'type' => 'string', - 'required' => false, - 'example' => '1', - ], - 'MaxWorkerQuantity' => [ - 'description' => '最大worker数量', - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'example' => '2', - ], - 'MinWorkerQuantity' => [ - 'description' => '最新worker数量', - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'example' => '1', - ], - 'WorkerDiskCapacity' => [ - 'description' => 'worker节点的磁盘大小', - 'type' => 'string', - 'required' => false, - 'example' => '100G', - ], - 'WorkerSpecName' => [ - 'description' => 'worker节点规格', - 'type' => 'string', - 'required' => false, - 'example' => 'xlarge', + 'GpuModel' => ['description' => 'GPU型号。', 'type' => 'string', 'example' => 'ADB.MLLarge.2'], + 'TotalCount' => ['description' => '(该型号)GPU当前使用数量。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'], + 'AllocatedUnit' => ['description' => 'GPU分配单元。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'], + ], + 'description' => '', + ], + ], + 'StorageUsage' => [ + 'description' => '存储资源用量信息。', + 'type' => 'object', + 'properties' => [ + 'Nas' => [ + 'description' => 'NAS存储用量。', + 'type' => 'object', + 'properties' => [ + 'MeteredSize' => ['description' => 'NAS标准存储用量,单位Bytes。', 'type' => 'integer', 'format' => 'int64', 'example' => '0'], ], - 'WorkerSpecType' => [ - 'description' => 'worker节点资源类型', - 'type' => 'string', - 'required' => false, - 'example' => 'CPU', - 'enum' => [ - 'CPU', - 'GPU', - ], + ], + 'Oss' => [ + 'description' => 'OSS存储用量。', + 'type' => 'object', + 'properties' => [ + 'StandardStorageSize' => ['description' => 'OSS标准存储用量,单位Bytes。', 'type' => 'integer', 'format' => 'int64', 'example' => '0'], ], ], - 'required' => false, ], - 'required' => false, + ], + 'SlbTraffic' => [ + 'description' => '网络资源用量信息。', + 'type' => 'object', + 'properties' => [ + 'TotalBytesIn' => ['description' => '公网上行流量,单位Bytes。', 'type' => 'integer', 'format' => 'int64', 'example' => '0'], + 'TotalBytesOut' => ['description' => '公网下行流量,单位Bytes。', 'type' => 'integer', 'format' => 'int64', 'example' => '0'], + ], + ], + 'AcuDetails' => [ + 'type' => 'object', + 'properties' => [ + 'TotalACUCount' => ['type' => 'number', 'format' => 'double'], + 'RayHeadACUCount' => ['type' => 'number', 'format' => 'double'], + 'RayWorkerACUCount' => ['type' => 'number', 'format' => 'double'], + 'EapWebserverACUCount' => ['type' => 'number', 'format' => 'double'], + ], ], ], - 'required' => false, ], ], ], + 'errorCodes' => [ + 400 => [ + ['errorCode' => 'InvalidPoolName.Malformed', 'errorMessage' => 'The specified parameter PoolName is not valid.', 'description' => ''], + ['errorCode' => 'InvalidPoolUser.Malformed', 'errorMessage' => 'The specified parameter PoolUser is not valid.', 'description' => ''], + ['errorCode' => 'InvalidDBClusterId.NotFound', 'errorMessage' => 'The DBClusterId provided does not exist in our records.', 'description' => ''], + ['errorCode' => 'InvalidDBClusterId.Malformed', 'errorMessage' => 'The specified parameter DBClusterId is not valid.', 'description' => ''], + ['errorCode' => 'ACS.ResourceGroup.InvalidResourceGroupState', 'errorMessage' => 'The state of this resource group does not support this operation.', 'description' => ''], + ['errorCode' => 'InvalidPoolType.Malformed', 'errorMessage' => 'The specified parameter PoolType is not valid.', 'description' => ''], + ], + ], + 'title' => '查询具身平台资源用量信息', + 'changeSet' => [ + ['createdAt' => '2026-01-28T03:27:09.000Z', 'description' => '响应参数发生变更'], + ], + 'flowControl' => [ + 'flowControlList' => [], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"B47EED99-BFA5-529D-8D85-A6642421D390\\",\\n \\"RegisteredDeviceCount\\": 1,\\n \\"MaxRegisteredDevices\\": 3,\\n \\"GpuDetails\\": [\\n {\\n \\"GpuModel\\": \\"ADB.MLLarge.2\\",\\n \\"TotalCount\\": 1,\\n \\"AllocatedUnit\\": 1\\n }\\n ],\\n \\"StorageUsage\\": {\\n \\"Nas\\": {\\n \\"MeteredSize\\": 0\\n },\\n \\"Oss\\": {\\n \\"StandardStorageSize\\": 0\\n }\\n },\\n \\"SlbTraffic\\": {\\n \\"TotalBytesIn\\": 0,\\n \\"TotalBytesOut\\": 0\\n },\\n \\"AcuDetails\\": {\\n \\"TotalACUCount\\": 0,\\n \\"RayHeadACUCount\\": 0,\\n \\"RayWorkerACUCount\\": 0,\\n \\"EapWebserverACUCount\\": 0\\n }\\n}","type":"json"}]', + ], + 'LockEmbodiedAIPlatform' => [ + 'summary' => '锁定具身智能平台。', + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'update', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '136445', + 'abilityTreeNodes' => ['FEATUREadsYXZ2UA'], + ], + 'parameters' => [ + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => ['description' => '地域 ID。'."\n" + ."\n" + .'> 您可以调用 DescribeRegions 接口查看指定湖仓版集群的地域 ID。', 'type' => 'string', 'required' => true, 'example' => 'cn-beijing'], + ], + [ + 'name' => 'DBClusterId', + 'in' => 'query', + 'schema' => ['description' => '实例集群ID。', 'type' => 'string', 'required' => true, 'example' => 'amv-bp11q28kvl688****'], + ], + [ + 'name' => 'PlatformName', + 'in' => 'query', + 'schema' => ['description' => '具身智能多模数据平台名称。'."\n" + .'> 由小写字母、数字、下划线组成,字母开头,字母或数字结尾,长度不超过16个字符', 'type' => 'string', 'required' => true, 'example' => 'platform1'], + ], + ], 'responses' => [ 200 => [ 'schema' => [ @@ -554,55 +1041,32 @@ 'description' => 'Schema of Response', 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'title' => 'Id of the request', - 'description' => '请求ID。', - 'type' => 'string', - 'example' => '19E994DC-A816-56DB-9F90-5F8E403DD19D', - ], + 'RequestId' => ['title' => 'Id of the request', 'description' => 'Id of the request', 'type' => 'string', 'example' => '19E994DC-A816-56DB-9F90-5F8E403DD19D'], ], ], ], ], 'errorCodes' => [ 400 => [ - [ - 'errorCode' => 'InvalidPoolName.Malformed', - 'errorMessage' => 'The specified parameter PoolName is not valid.', - ], - [ - 'errorCode' => 'InvalidPoolUser.Malformed', - 'errorMessage' => 'The specified parameter PoolUser is not valid.', - ], - [ - 'errorCode' => 'InvalidDBClusterId.NotFound', - 'errorMessage' => 'The DBClusterId provided does not exist in our records.', - ], - [ - 'errorCode' => 'InvalidDBClusterId.Malformed', - 'errorMessage' => 'The specified parameter DBClusterId is not valid.', - ], - [ - 'errorCode' => 'ACS.ResourceGroup.InvalidResourceGroupState', - 'errorMessage' => 'The state of this resource group does not support this operation.', - ], - [ - 'errorCode' => 'InvalidPoolType.Malformed', - 'errorMessage' => 'The specified parameter PoolType is not valid.', - ], + ['errorCode' => 'InvalidPoolName.Malformed', 'errorMessage' => 'The specified parameter PoolName is not valid.', 'description' => ''], + ['errorCode' => 'InvalidPoolUser.Malformed', 'errorMessage' => 'The specified parameter PoolUser is not valid.', 'description' => ''], + ['errorCode' => 'InvalidDBClusterId.NotFound', 'errorMessage' => 'The DBClusterId provided does not exist in our records.', 'description' => ''], + ['errorCode' => 'InvalidDBClusterId.Malformed', 'errorMessage' => 'The specified parameter DBClusterId is not valid.', 'description' => ''], + ['errorCode' => 'ACS.ResourceGroup.InvalidResourceGroupState', 'errorMessage' => 'The state of this resource group does not support this operation.', 'description' => ''], + ['errorCode' => 'InvalidPoolType.Malformed', 'errorMessage' => 'The specified parameter PoolType is not valid.', 'description' => ''], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"19E994DC-A816-56DB-9F90-5F8E403DD19D\\"\\n}","type":"json"}]', - 'title' => '创建具身多模数据平台', - ], - 'CreateAgentPlatform' => [ - 'summary' => '创建指标分析平台。', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', + 'title' => '锁定具身智能平台', + 'changeSet' => [], + 'flowControl' => [ + 'flowControlList' => [], ], + ], + 'ModifyAgentPlatform' => [ + 'summary' => '变配指标平台。', + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -611,93 +1075,47 @@ 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ - 'operationType' => 'create', + 'operationType' => 'update', 'riskType' => 'none', 'chargeType' => 'paid', 'abilityTreeCode' => '136445', - 'abilityTreeNodes' => [ - 'FEATUREadsYXZ2UA', - ], + 'abilityTreeNodes' => ['FEATUREadsYXZ2UA'], + 'tenantRelevance' => 'tenant', ], 'parameters' => [ [ 'name' => 'RegionId', 'in' => 'query', - 'schema' => [ - 'description' => '地域 ID。'."\n" - ."\n" - .'> 您可以调用 DescribeRegions 接口查看指定湖仓版集群的地域 ID。', - 'type' => 'string', - 'required' => false, - 'example' => 'cn-beijing', - ], + 'schema' => ['description' => '地域 ID。'."\n" + ."\n" + .'> 您可以调用 DescribeRegions 接口查看指定湖仓版集群的地域 ID。', 'type' => 'string', 'required' => true, 'example' => 'cn-beijing'], ], [ 'name' => 'DBClusterId', 'in' => 'query', - 'schema' => [ - 'description' => '实例集群ID。', - 'type' => 'string', - 'required' => true, - 'example' => 'amv-bp11q28kvl688****', - ], + 'schema' => ['description' => '实例集群ID。', 'type' => 'string', 'required' => true, 'example' => 'amv-bp11q28kvl688****'], ], [ 'name' => 'Name', 'in' => 'query', - 'schema' => [ - 'description' => '指标分析平台名称。', - 'type' => 'string', - 'required' => true, - 'example' => 'testplatform', - ], + 'schema' => ['description' => '指标平台名称', 'type' => 'string', 'required' => true, 'example' => 'test_platform'], ], [ 'name' => 'AiPlatformConfig', 'in' => 'query', 'style' => 'json', 'schema' => [ - 'description' => '创建指标分析平台所需参数。', + 'description' => '变配指标平台所需参数。', 'type' => 'object', 'properties' => [ - 'SpecName' => [ - 'description' => '指标分析平台规格。', - 'type' => 'string', - 'required' => true, - 'example' => 'large', - ], - 'ServeEndpoint' => [ - 'description' => '指标分析平台依赖推理服务的Base模型Endpoint。', - 'type' => 'string', - 'required' => true, - 'example' => 'http://111.xx.xx.xx:8100/inferenceservice/base', - ], - 'ServeApiKey' => [ - 'description' => '指标分析平台依赖推理服务的模型ApiKey。', - 'type' => 'string', - 'required' => true, - 'example' => '3760d3**************************', - ], - 'ServeModelName' => [ - 'description' => '指标分析平台依赖推理服务的Base模型名称。', - 'type' => 'string', - 'required' => true, - 'example' => 'Qwen3-235B-A22B-Instruct-2507', - ], - 'ServeEmbeddingModelName' => [ - 'description' => '指标分析平台依赖推理服务的Embedding模型名称。', - 'type' => 'string', - 'required' => true, - 'example' => 'Qwen3-Embedding-8B', - ], - 'ServeEmbeddingEndpoint' => [ - 'description' => '指标分析平台依赖推理服务的Embedding模型Endpoint。', - 'type' => 'string', - 'required' => true, - 'example' => 'http://111.xx.xx.xx:8100/inferenceservice/emb', - ], + 'SpecName' => ['description' => '指标分析平台规格。', 'type' => 'string', 'required' => false, 'example' => 'large'], + 'ServeEndpoint' => ['description' => '指标分析平台依赖推理服务的Base模型Endpoint。', 'type' => 'string', 'required' => false, 'example' => 'http://111.xx.xx.xx:8100/inferenceservice/base'], + 'ServeApiKey' => ['description' => '指标分析平台依赖推理服务的模型ApiKey。', 'type' => 'string', 'required' => false, 'example' => '3760d3**************************'], + 'ServeModelName' => ['description' => '指标分析平台依赖推理服务的Base模型名称。', 'type' => 'string', 'required' => false, 'example' => 'Qwen3-235B-A22B-Instruct-2507'], + 'ServeEmbeddingModelName' => ['description' => '指标分析平台依赖推理服务的Embedding模型名称。', 'type' => 'string', 'required' => false, 'example' => 'Qwen3-Embedding-8B'], + 'ServeEmbeddingEndpoint' => ['description' => '指标分析平台依赖推理服务的Embedding模型Endpoint。', 'type' => 'string', 'required' => false, 'example' => 'http://111.xx.xx.xx:8100/inferenceservice/emb'], ], - 'required' => true, + 'required' => false, ], ], ], @@ -708,55 +1126,32 @@ 'description' => 'Schema of Response', 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'title' => 'Id of the request', - 'description' => 'Id of the request', - 'type' => 'string', - 'example' => 'B47EED99-BFA5-529D-8D85-A6642421D390', - ], + 'RequestId' => ['title' => 'Id of the request', 'description' => 'Id of the request', 'type' => 'string', 'example' => 'B47EED99-BFA5-529D-8D85-A6642421D390'], ], ], ], ], 'errorCodes' => [ 400 => [ - [ - 'errorCode' => 'InvalidPoolName.Malformed', - 'errorMessage' => 'The specified parameter PoolName is not valid.', - ], - [ - 'errorCode' => 'InvalidPoolUser.Malformed', - 'errorMessage' => 'The specified parameter PoolUser is not valid.', - ], - [ - 'errorCode' => 'InvalidDBClusterId.NotFound', - 'errorMessage' => 'The DBClusterId provided does not exist in our records.', - ], - [ - 'errorCode' => 'InvalidDBClusterId.Malformed', - 'errorMessage' => 'The specified parameter DBClusterId is not valid.', - ], - [ - 'errorCode' => 'ACS.ResourceGroup.InvalidResourceGroupState', - 'errorMessage' => 'The state of this resource group does not support this operation.', - ], - [ - 'errorCode' => 'InvalidPoolType.Malformed', - 'errorMessage' => 'The specified parameter PoolType is not valid.', - ], + ['errorCode' => 'InvalidPoolName.Malformed', 'errorMessage' => 'The specified parameter PoolName is not valid.', 'description' => ''], + ['errorCode' => 'InvalidPoolUser.Malformed', 'errorMessage' => 'The specified parameter PoolUser is not valid.', 'description' => ''], + ['errorCode' => 'InvalidDBClusterId.NotFound', 'errorMessage' => 'The DBClusterId provided does not exist in our records.', 'description' => ''], + ['errorCode' => 'InvalidDBClusterId.Malformed', 'errorMessage' => 'The specified parameter DBClusterId is not valid.', 'description' => ''], + ['errorCode' => 'ACS.ResourceGroup.InvalidResourceGroupState', 'errorMessage' => 'The state of this resource group does not support this operation.', 'description' => ''], + ['errorCode' => 'InvalidPoolType.Malformed', 'errorMessage' => 'The specified parameter PoolType is not valid.', 'description' => ''], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"B47EED99-BFA5-529D-8D85-A6642421D390\\"\\n}","type":"json"}]', - 'title' => '创建指标分析平台', - ], - 'GetEmbodiedAIPlatformResourceUsageInfo' => [ - 'summary' => '查询具身平台资源用量信息。', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', + 'title' => '变配指标平台。', + 'changeSet' => [], + 'flowControl' => [ + 'flowControlList' => [], ], + ], + 'ModifyEmbodiedAIPlatform' => [ + 'summary' => '变配具身平台', + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -765,212 +1160,180 @@ 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ - 'operationType' => 'get', + 'operationType' => 'update', 'riskType' => 'none', - 'chargeType' => 'free', + 'chargeType' => 'paid', 'abilityTreeCode' => '136445', - 'abilityTreeNodes' => [ - 'FEATUREadsYXZ2UA', - ], + 'abilityTreeNodes' => ['FEATUREadsYXZ2UA'], ], 'parameters' => [ [ 'name' => 'RegionId', 'in' => 'query', - 'schema' => [ - 'description' => '实例所在的地域 ID。'."\n" - ."\n" - .'> 您可以调用 DescribeRegions 接口查看指定湖仓版集群的地域 ID。', - 'type' => 'string', - 'required' => true, - 'example' => 'cn-beijing', - ], + 'schema' => ['description' => '地域 ID。'."\n" + ."\n" + .'> 您可以调用 DescribeRegions 接口查看指定湖仓版集群的地域 ID。', 'type' => 'string', 'required' => true, 'example' => 'cn-beijing', 'title' => '地域 ID。'."\n" + ."\n" + .'> 您可以调用 DescribeRegions 接口查看指定湖仓版集群的地域 ID。'], ], [ 'name' => 'DBClusterId', 'in' => 'query', - 'schema' => [ - 'description' => '实例集群ID。', - 'type' => 'string', - 'required' => true, - 'example' => 'amv-bp11q28kvl688****', - ], + 'schema' => ['description' => '实例集群ID。', 'type' => 'string', 'required' => true, 'example' => 'amv-bp11q28kvl688****', 'title' => '实例集群ID。'], ], [ - 'name' => 'StartTime', + 'name' => 'PlatformName', 'in' => 'query', - 'schema' => [ - 'description' => '(网络)资源用量查询区间起始点,格式:yyyy-MM-ddTHH:mmZ', - 'type' => 'string', - 'format' => 'iso8601', - 'required' => false, - 'example' => '2026-01-10T01:00Z', - ], + 'schema' => ['description' => '具身智能多模数据平台名称。'."\n" + .'> 由小写字母、数字、下划线组成,字母开头,字母或数字结尾,长度不超过16个字符', 'type' => 'string', 'required' => true, 'example' => 'eap_platform', 'title' => '具身智能多模数据平台名称。'."\n" + .'> 由小写字母、数字、下划线组成,字母开头,字母或数字结尾,长度不超过16个字符'], ], [ - 'name' => 'EndTime', + 'name' => 'WebserverSpecName', 'in' => 'query', - 'schema' => [ - 'description' => '(网络)资源用量查询区间终止点,格式:yyyy-MM-ddTHH:mmZ', - 'type' => 'string', - 'format' => 'iso8601', - 'required' => false, - 'example' => '2026-01-20T01:00Z', - ], + 'schema' => ['description' => '平台的Webserver规格。', 'type' => 'string', 'required' => false, 'example' => 'large', 'title' => '平台的Webserver规格。'], ], [ - 'name' => 'PlatformName', + 'name' => 'RayConfig', 'in' => 'query', + 'style' => 'json', 'schema' => [ - 'description' => '具身平台名称。', - 'type' => 'string', - 'required' => false, - 'example' => 'platform1', - ], - ], - ], - 'responses' => [ - 200 => [ - 'schema' => [ - 'title' => 'Schema of Response', - 'description' => 'Schema of Response', + 'description' => '平台的Ray规格信息。', 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'title' => 'Id of the request', - 'description' => 'Id of the request', + 'HeadSpec' => ['description' => 'Head节点规格', 'type' => 'string', 'required' => false, 'example' => 'xlarge', 'title' => 'Head节点规格'], + 'Category' => [ + 'description' => 'Ray集群类型,取值说明:'."\n" + ."\n" + .'- BASIC:基础类型,非高可用'."\n" + ."\n" + .'- HIGH_AVAILABILITY:高可用类型', 'type' => 'string', - 'example' => 'B47EED99-BFA5-529D-8D85-A6642421D390', - ], - 'RegisteredDeviceCount' => [ - 'description' => '已注册的本体数。', - 'type' => 'integer', - 'format' => 'int64', - 'example' => '1', - ], - 'MaxRegisteredDevices' => [ - 'description' => '本体注册上限数。', - 'type' => 'integer', - 'format' => 'int64', - 'example' => '3', + 'required' => false, + 'example' => 'BASIC', + 'enum' => ['BASIC', 'HIGH_AVAILABILITY'], + 'title' => 'Ray集群类型,取值说明:'."\n" + ."\n" + .'- BASIC:基础类型,非高可用'."\n" + ."\n" + .'- HIGH_AVAILABILITY:高可用类型', ], - 'GpuDetails' => [ - 'description' => 'GPU使用量', + 'WorkerGroups' => [ + 'description' => 'Ray Worker组配置信息', 'type' => 'array', 'items' => [ + 'description' => 'Ray Worker组配置信息', 'type' => 'object', 'properties' => [ - 'GpuModel' => [ - 'description' => 'GPU型号。', + 'GroupName' => ['description' => 'worker组名称', 'type' => 'string', 'required' => false, 'example' => 'test', 'title' => 'worker组名称'], + 'AllocateUnit' => ['description' => '分配单元', 'type' => 'string', 'required' => false, 'example' => '1', 'title' => '分配单元'], + 'MaxWorkerQuantity' => ['description' => '最大worker数量', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '2', 'title' => '最大worker数量'], + 'MinWorkerQuantity' => ['description' => '最新worker数量', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1', 'title' => '最新worker数量'], + 'WorkerDiskCapacity' => ['description' => 'worker节点的磁盘大小', 'type' => 'string', 'required' => false, 'example' => '100G', 'title' => 'worker节点的磁盘大小'], + 'WorkerSpecName' => ['description' => 'worker节点规格', 'type' => 'string', 'required' => false, 'example' => 'xlarge', 'title' => 'worker节点规格'], + 'WorkerSpecType' => [ + 'description' => 'worker节点资源类型', 'type' => 'string', - 'example' => 'ADB.MLLarge.2', - ], - 'TotalCount' => [ - 'description' => '(该型号)GPU当前使用数量。', - 'type' => 'integer', - 'format' => 'int32', - 'example' => '1', - ], - 'AllocatedUnit' => [ - 'description' => 'GPU分配单元。', - 'type' => 'integer', - 'format' => 'int32', - 'example' => '1', + 'required' => false, + 'example' => 'CPU', + 'enum' => ['CPU', 'GPU'], + 'title' => 'worker节点资源类型', ], ], + 'required' => false, + 'title' => 'Ray Worker组配置信息', ], + 'required' => false, + 'title' => 'Ray Worker组配置信息', ], - 'StorageUsage' => [ - 'description' => '存储资源用量信息。', + ], + 'required' => false, + 'title' => '平台的Ray规格信息。', + ], + ], + [ + 'name' => 'RayTrainConfig', + 'in' => 'query', + 'style' => 'json', + 'schema' => [ + 'title' => '开发训练资源配置', + 'type' => 'object', + 'properties' => [ + 'CpuAcu' => ['title' => 'Cpu ACU 数量', 'type' => 'integer', 'format' => 'int64', 'example' => '10'], + 'GpuSpecs' => [ + 'title' => '购买GPU类型表', + 'type' => 'array', + 'items' => [ + 'title' => '指定的GPU类型。', + 'type' => 'object', + 'properties' => [ + 'AllocateUnit' => ['title' => '分配单元', 'type' => 'string', 'example' => '"1"'], + 'Count' => ['title' => '卡数', 'type' => 'integer', 'format' => 'int64', 'example' => '1'], + 'SpecName' => ['title' => 'GPU机型', 'type' => 'string', 'example' => 'ADB.MLTensor.2'], + ], + ], + ], + 'TerminalConfig' => [ + 'title' => '开发机配置', 'type' => 'object', 'properties' => [ - 'Nas' => [ - 'description' => 'NAS存储用量。', + 'AcrConfig' => [ + 'title' => '镜相仓库配置', 'type' => 'object', 'properties' => [ - 'MeteredSize' => [ - 'description' => 'NAS标准存储用量,单位Bytes。', - 'type' => 'integer', - 'format' => 'int64', - 'example' => '0', + 'InstanceId' => ['title' => '镜相仓库实例ID', 'type' => 'string', 'example' => 'i-8vb32jdd306b50rodza7'], + 'Registry' => ['title' => '镜相仓库实例地址', 'type' => 'string', 'example' => 'example-vpc.example-region.cr.aliyuncs.com'], + 'Namespaces' => [ + 'title' => '命名空间表', + 'type' => 'array', + 'items' => ['title' => '命名空间', 'type' => 'string', 'example' => '["devops"]'], ], ], ], - 'Oss' => [ - 'description' => 'OSS存储用量。', - 'type' => 'object', - 'properties' => [ - 'StandardStorageSize' => [ - 'description' => 'OSS标准存储用量,单位Bytes。', - 'type' => 'integer', - 'format' => 'int64', - 'example' => '0', - ], - ], - ], - ], - ], - 'SlbTraffic' => [ - 'description' => '网络资源用量信息。', - 'type' => 'object', - 'properties' => [ - 'TotalBytesIn' => [ - 'description' => '公网上行流量,单位Bytes。', - 'type' => 'integer', - 'format' => 'int64', - 'example' => '0', - ], - 'TotalBytesOut' => [ - 'description' => '公网下行流量,单位Bytes。', - 'type' => 'integer', - 'format' => 'int64', - 'example' => '0', - ], ], ], ], ], ], + [ + 'name' => 'DeviceCount', + 'in' => 'query', + 'schema' => ['type' => 'string'], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'Schema of Response', + 'description' => 'Schema of Response', + 'type' => 'object', + 'properties' => [ + 'RequestId' => ['title' => 'Id of the request', 'description' => 'Id of the request', 'type' => 'string', 'example' => 'B47EED99-BFA5-529D-8D85-A6642421D390'], + ], + ], + ], ], 'errorCodes' => [ 400 => [ - [ - 'errorCode' => 'InvalidPoolName.Malformed', - 'errorMessage' => 'The specified parameter PoolName is not valid.', - ], - [ - 'errorCode' => 'InvalidPoolUser.Malformed', - 'errorMessage' => 'The specified parameter PoolUser is not valid.', - ], - [ - 'errorCode' => 'InvalidDBClusterId.NotFound', - 'errorMessage' => 'The DBClusterId provided does not exist in our records.', - ], - [ - 'errorCode' => 'InvalidDBClusterId.Malformed', - 'errorMessage' => 'The specified parameter DBClusterId is not valid.', - ], - [ - 'errorCode' => 'ACS.ResourceGroup.InvalidResourceGroupState', - 'errorMessage' => 'The state of this resource group does not support this operation.', - ], - [ - 'errorCode' => 'InvalidPoolType.Malformed', - 'errorMessage' => 'The specified parameter PoolType is not valid.', - ], + ['errorCode' => 'InvalidPoolName.Malformed', 'errorMessage' => 'The specified parameter PoolName is not valid.', 'description' => ''], + ['errorCode' => 'InvalidPoolUser.Malformed', 'errorMessage' => 'The specified parameter PoolUser is not valid.', 'description' => ''], + ['errorCode' => 'InvalidDBClusterId.NotFound', 'errorMessage' => 'The DBClusterId provided does not exist in our records.', 'description' => ''], + ['errorCode' => 'InvalidDBClusterId.Malformed', 'errorMessage' => 'The specified parameter DBClusterId is not valid.', 'description' => ''], + ['errorCode' => 'ACS.ResourceGroup.InvalidResourceGroupState', 'errorMessage' => 'The state of this resource group does not support this operation.', 'description' => ''], + ['errorCode' => 'InvalidPoolType.Malformed', 'errorMessage' => 'The specified parameter PoolType is not valid.', 'description' => ''], ], ], - 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"B47EED99-BFA5-529D-8D85-A6642421D390\\",\\n \\"RegisteredDeviceCount\\": 1,\\n \\"MaxRegisteredDevices\\": 3,\\n \\"GpuDetails\\": [\\n {\\n \\"GpuModel\\": \\"ADB.MLLarge.2\\",\\n \\"TotalCount\\": 1,\\n \\"AllocatedUnit\\": 1\\n }\\n ],\\n \\"StorageUsage\\": {\\n \\"Nas\\": {\\n \\"MeteredSize\\": 0\\n },\\n \\"Oss\\": {\\n \\"StandardStorageSize\\": 0\\n }\\n },\\n \\"SlbTraffic\\": {\\n \\"TotalBytesIn\\": 0,\\n \\"TotalBytesOut\\": 0\\n }\\n}","type":"json"}]', - 'title' => '查询具身平台资源用量信息', + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"B47EED99-BFA5-529D-8D85-A6642421D390\\"\\n}","type":"json"}]', + 'title' => '变配具身平台', + 'changeSet' => [], + 'flowControl' => [ + 'flowControlList' => [], + ], ], 'ResetEmbodiedAIPlatformPassword' => [ 'summary' => '重置具身平台admin密码。', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -983,52 +1346,30 @@ 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '136445', - 'abilityTreeNodes' => [ - 'FEATUREadsYXZ2UA', - ], + 'abilityTreeNodes' => ['FEATUREadsYXZ2UA'], ], 'parameters' => [ [ 'name' => 'RegionId', 'in' => 'query', - 'schema' => [ - 'description' => '实例所在的地域 ID。'."\n" - ."\n" - .'> 您可以调用 DescribeRegions 接口查看指定湖仓版集群的地域 ID。', - 'type' => 'string', - 'required' => true, - 'example' => 'cn-beijing', - ], + 'schema' => ['description' => '实例所在的地域 ID。'."\n" + ."\n" + .'> 您可以调用 DescribeRegions 接口查看指定湖仓版集群的地域 ID。', 'type' => 'string', 'required' => true, 'example' => 'cn-beijing'], ], [ 'name' => 'DBClusterId', 'in' => 'query', - 'schema' => [ - 'description' => '实例集群ID。', - 'type' => 'string', - 'required' => true, - 'example' => 'amv-bp11q28kvl688****', - ], + 'schema' => ['description' => '实例集群ID。', 'type' => 'string', 'required' => true, 'example' => 'amv-bp11q28kvl688****'], ], [ 'name' => 'PlatformName', 'in' => 'query', - 'schema' => [ - 'description' => '具身智能多模数据平台名称。', - 'type' => 'string', - 'required' => true, - 'example' => 'platform1', - ], + 'schema' => ['description' => '具身智能多模数据平台名称。', 'type' => 'string', 'required' => true, 'example' => 'platform1'], ], [ 'name' => 'Password', 'in' => 'query', - 'schema' => [ - 'description' => '具身平台admin用户新密码。', - 'type' => 'string', - 'required' => true, - 'example' => '123*******', - ], + 'schema' => ['description' => '具身平台admin用户新密码。', 'type' => 'string', 'required' => true, 'example' => '123*******'], ], ], 'responses' => [ @@ -1038,55 +1379,32 @@ 'description' => 'Schema of Response', 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'title' => 'Id of the request', - 'description' => 'Id of the request', - 'type' => 'string', - 'example' => 'B47EED99-BFA5-529D-8D85-A6642421D390', - ], + 'RequestId' => ['title' => 'Id of the request', 'description' => 'Id of the request', 'type' => 'string', 'example' => 'B47EED99-BFA5-529D-8D85-A6642421D390'], ], ], ], ], 'errorCodes' => [ 400 => [ - [ - 'errorCode' => 'InvalidPoolName.Malformed', - 'errorMessage' => 'The specified parameter PoolName is not valid.', - ], - [ - 'errorCode' => 'InvalidPoolUser.Malformed', - 'errorMessage' => 'The specified parameter PoolUser is not valid.', - ], - [ - 'errorCode' => 'InvalidDBClusterId.NotFound', - 'errorMessage' => 'The DBClusterId provided does not exist in our records.', - ], - [ - 'errorCode' => 'InvalidDBClusterId.Malformed', - 'errorMessage' => 'The specified parameter DBClusterId is not valid.', - ], - [ - 'errorCode' => 'ACS.ResourceGroup.InvalidResourceGroupState', - 'errorMessage' => 'The state of this resource group does not support this operation.', - ], - [ - 'errorCode' => 'InvalidPoolType.Malformed', - 'errorMessage' => 'The specified parameter PoolType is not valid.', - ], + ['errorCode' => 'InvalidPoolName.Malformed', 'errorMessage' => 'The specified parameter PoolName is not valid.', 'description' => ''], + ['errorCode' => 'InvalidPoolUser.Malformed', 'errorMessage' => 'The specified parameter PoolUser is not valid.', 'description' => ''], + ['errorCode' => 'InvalidDBClusterId.NotFound', 'errorMessage' => 'The DBClusterId provided does not exist in our records.', 'description' => ''], + ['errorCode' => 'InvalidDBClusterId.Malformed', 'errorMessage' => 'The specified parameter DBClusterId is not valid.', 'description' => ''], + ['errorCode' => 'ACS.ResourceGroup.InvalidResourceGroupState', 'errorMessage' => 'The state of this resource group does not support this operation.', 'description' => ''], + ['errorCode' => 'InvalidPoolType.Malformed', 'errorMessage' => 'The specified parameter PoolType is not valid.', 'description' => ''], ], ], - 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"B47EED99-BFA5-529D-8D85-A6642421D390\\"\\n}","type":"json"}]', 'title' => '重置具身平台admin用户密码', - ], - 'DeleteEmbodiedAIPlatform' => [ - 'summary' => '删除具身智能平台。', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', + 'changeSet' => [], + 'flowControl' => [ + 'flowControlList' => [], ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"B47EED99-BFA5-529D-8D85-A6642421D390\\"\\n}","type":"json"}]', + ], + 'UnlockEmbodiedAIPlatform' => [ + 'summary' => '解锁具身智能平台。', + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -1095,47 +1413,30 @@ 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ - 'operationType' => 'delete', - 'riskType' => 'high', - 'chargeType' => 'paid', + 'operationType' => 'update', + 'riskType' => 'none', + 'chargeType' => 'free', 'abilityTreeCode' => '136445', - 'abilityTreeNodes' => [ - 'FEATUREadsYXZ2UA', - ], + 'abilityTreeNodes' => ['FEATUREadsYXZ2UA'], ], 'parameters' => [ [ 'name' => 'RegionId', 'in' => 'query', - 'schema' => [ - 'description' => '地域 ID。'."\n" - ."\n" - .'> 您可以调用 DescribeRegions 接口查看指定湖仓版集群的地域 ID。', - 'type' => 'string', - 'required' => true, - 'example' => 'cn-beijing', - ], + 'schema' => ['description' => '地域 ID。'."\n" + ."\n" + .'> 您可以调用 DescribeRegions 接口查看指定湖仓版集群的地域 ID。', 'type' => 'string', 'required' => true, 'example' => 'cn-beijing'], ], [ 'name' => 'DBClusterId', 'in' => 'query', - 'schema' => [ - 'description' => '实例集群ID。', - 'type' => 'string', - 'required' => true, - 'example' => 'amv-bp11q28kvl688****', - ], + 'schema' => ['description' => '实例集群ID。', 'type' => 'string', 'required' => true, 'example' => 'amv-bp11q28kvl688****'], ], [ 'name' => 'PlatformName', 'in' => 'query', - 'schema' => [ - 'description' => '具身智能多模数据平台名称。'."\n" - .'> 由小写字母、数字、下划线组成,字母开头,字母或数字结尾,长度不超过16个字符', - 'type' => 'string', - 'required' => true, - 'example' => 'platform1', - ], + 'schema' => ['description' => '具身智能多模数据平台名称。'."\n" + .'> 由小写字母、数字、下划线组成,字母开头,字母或数字结尾,长度不超过16个字符', 'type' => 'string', 'required' => true, 'example' => 'platform1'], ], ], 'responses' => [ @@ -1145,168 +1446,66 @@ 'description' => 'Schema of Response', 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'title' => 'Id of the request', - 'description' => 'Id of the request', - 'type' => 'string', - 'example' => 'B47EED99-BFA5-529D-8D85-A6642421D390', - ], + 'RequestId' => ['title' => 'Id of the request', 'description' => 'Id of the request', 'type' => 'string', 'example' => 'B47EED99-BFA5-529D-8D85-A6642421D390'], ], ], ], ], 'errorCodes' => [ 400 => [ - [ - 'errorCode' => 'InvalidPoolName.Malformed', - 'errorMessage' => 'The specified parameter PoolName is not valid.', - ], - [ - 'errorCode' => 'InvalidPoolUser.Malformed', - 'errorMessage' => 'The specified parameter PoolUser is not valid.', - ], - [ - 'errorCode' => 'InvalidDBClusterId.NotFound', - 'errorMessage' => 'The DBClusterId provided does not exist in our records.', - ], - [ - 'errorCode' => 'InvalidDBClusterId.Malformed', - 'errorMessage' => 'The specified parameter DBClusterId is not valid.', - ], - [ - 'errorCode' => 'ACS.ResourceGroup.InvalidResourceGroupState', - 'errorMessage' => 'The state of this resource group does not support this operation.', - ], - [ - 'errorCode' => 'InvalidPoolType.Malformed', - 'errorMessage' => 'The specified parameter PoolType is not valid.', - ], + ['errorCode' => 'InvalidPoolName.Malformed', 'errorMessage' => 'The specified parameter PoolName is not valid.', 'description' => ''], + ['errorCode' => 'InvalidPoolUser.Malformed', 'errorMessage' => 'The specified parameter PoolUser is not valid.', 'description' => ''], + ['errorCode' => 'InvalidDBClusterId.NotFound', 'errorMessage' => 'The DBClusterId provided does not exist in our records.', 'description' => ''], + ['errorCode' => 'InvalidDBClusterId.Malformed', 'errorMessage' => 'The specified parameter DBClusterId is not valid.', 'description' => ''], + ['errorCode' => 'ACS.ResourceGroup.InvalidResourceGroupState', 'errorMessage' => 'The state of this resource group does not support this operation.', 'description' => ''], + ['errorCode' => 'InvalidPoolType.Malformed', 'errorMessage' => 'The specified parameter PoolType is not valid.', 'description' => ''], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"B47EED99-BFA5-529D-8D85-A6642421D390\\"\\n}","type":"json"}]', - 'title' => '删除具身智能平台', + 'title' => '解锁具身智能平台。', + 'changeSet' => [], + 'flowControl' => [ + 'flowControlList' => [], + ], ], ], 'endpoints' => [ + ['regionId' => 'ap-northeast-1', 'regionName' => '日本(东京)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'adbai.ap-northeast-1.aliyuncs.com', 'endpoint' => 'adbai.ap-northeast-1.aliyuncs.com', 'vpc' => ''], + ['regionId' => 'ap-southeast-1', 'regionName' => '新加坡', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'adbai.ap-southeast-1.aliyuncs.com', 'endpoint' => 'adbai.ap-southeast-1.aliyuncs.com', 'vpc' => ''], + ['regionId' => 'cn-beijing', 'regionName' => '华北2(北京)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'adbai.cn-beijing.aliyuncs.com', 'endpoint' => 'adbai.cn-beijing.aliyuncs.com', 'vpc' => ''], + ['regionId' => 'cn-hangzhou', 'regionName' => '华东1(杭州)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'adbai.cn-hangzhou.aliyuncs.com', 'endpoint' => 'adbai.cn-hangzhou.aliyuncs.com', 'vpc' => ''], + ['regionId' => 'cn-shanghai', 'regionName' => '华东2(上海)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'adbai.cn-shanghai.aliyuncs.com', 'endpoint' => 'adbai.cn-shanghai.aliyuncs.com', 'vpc' => ''], + ['regionId' => 'cn-shenzhen', 'regionName' => '华南1(深圳)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'adbai.cn-shenzhen.aliyuncs.com', 'endpoint' => 'adbai.cn-shenzhen.aliyuncs.com', 'vpc' => ''], + ], + 'errorCodes' => [], + 'changeSet' => [ [ - 'regionId' => 'cn-qingdao', - 'endpoint' => 'adb.aliyuncs.com', - ], - [ - 'regionId' => 'cn-beijing', - 'endpoint' => 'adbai.cn-beijing.aliyuncs.com', - ], - [ - 'regionId' => 'cn-zhangjiakou', - 'endpoint' => 'adb.cn-zhangjiakou.aliyuncs.com', - ], - [ - 'regionId' => 'cn-huhehaote', - 'endpoint' => 'adb.cn-huhehaote.aliyuncs.com', - ], - [ - 'regionId' => 'cn-wulanchabu', - 'endpoint' => 'adb.cn-wulanchabu.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hangzhou', - 'endpoint' => 'adbai.cn-hangzhou.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shanghai', - 'endpoint' => 'adb.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shenzhen', - 'endpoint' => 'adb.cn-shenzhen.aliyuncs.com', - ], - [ - 'regionId' => 'cn-guangzhou', - 'endpoint' => 'adb.cn-guangzhou.aliyuncs.com', - ], - [ - 'regionId' => 'cn-chengdu', - 'endpoint' => 'adb.cn-chengdu.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hongkong', - 'endpoint' => 'adb.cn-hongkong.aliyuncs.com', - ], - [ - 'regionId' => 'ap-northeast-1', - 'endpoint' => 'adb.ap-northeast-1.aliyuncs.com', - ], - [ - 'regionId' => 'ap-northeast-2', - 'endpoint' => 'adb.ap-northeast-2.aliyuncs.com', - ], - [ - 'regionId' => 'ap-southeast-1', - 'endpoint' => 'adb.ap-southeast-1.aliyuncs.com', - ], - [ - 'regionId' => 'ap-southeast-2', - 'endpoint' => 'adb.ap-southeast-2.aliyuncs.com', - ], - [ - 'regionId' => 'ap-southeast-3', - 'endpoint' => 'adb.ap-southeast-3.aliyuncs.com', - ], - [ - 'regionId' => 'ap-southeast-5', - 'endpoint' => 'adb.ap-southeast-5.aliyuncs.com', - ], - [ - 'regionId' => 'ap-southeast-6', - 'endpoint' => 'adb.ap-southeast-6.aliyuncs.com', - ], - [ - 'regionId' => 'us-east-1', - 'endpoint' => 'adb.aliyuncs.com', - ], - [ - 'regionId' => 'us-west-1', - 'endpoint' => 'adb.aliyuncs.com', - ], - [ - 'regionId' => 'eu-west-1', - 'endpoint' => 'adb.eu-west-1.aliyuncs.com', - ], - [ - 'regionId' => 'eu-central-1', - 'endpoint' => 'adb.eu-central-1.aliyuncs.com', - ], - [ - 'regionId' => 'ap-south-1', - 'endpoint' => 'adb.ap-south-1.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hangzhou-finance', - 'endpoint' => 'adb.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shanghai-finance-1', - 'endpoint' => 'adb.cn-shanghai-finance-1.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shenzhen-finance-1', - 'endpoint' => 'adb.cn-shenzhen-finance-1.aliyuncs.com', - ], - [ - 'regionId' => 'ap-southeast-7', - 'endpoint' => 'adb.ap-southeast-7.aliyuncs.com', + 'apis' => [ + ['description' => '请求参数发生变更', 'api' => 'CreateEmbodiedAIPlatform'], + ], + 'createdAt' => '2026-03-24T08:22:56.000Z', + 'description' => '', ], [ - 'regionId' => 'me-central-1', - 'endpoint' => 'adb.me-central-1.aliyuncs.com', + 'apis' => [ + ['description' => '请求参数发生变更', 'api' => 'DescribeEmbodiedAIPlatforms'], + ], + 'createdAt' => '2026-02-09T05:47:08.000Z', + 'description' => '', ], [ - 'regionId' => 'na-south-1', - 'endpoint' => 'adb.na-south-1.aliyuncs.com', + 'apis' => [ + ['description' => '响应参数发生变更', 'api' => 'GetEmbodiedAIPlatformResourceUsageInfo'], + ], + 'createdAt' => '2026-01-28T03:27:14.000Z', + 'description' => '', ], - [ - 'regionId' => 'cn-north-2-gov-1', - 'endpoint' => 'adb.cn-north-2-gov-1.aliyuncs.com', + ], + 'flowControl' => [ + 'flowControlList' => [ + ['threshold' => '-1', 'countWindow' => 1, 'regionId' => '*'], + ['threshold' => '1', 'countWindow' => 5, 'regionId' => '*', 'api' => 'CreateEmbodiedAIPlatform'], + ['threshold' => '1', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeEmbodiedAIPlatforms'], ], ], ]; |
