'1.0', 'info' => ['style' => 'ROA', 'product' => 'eas', 'version' => '2021-07-01'], 'directories' => [ [ 'children' => [ 'CreateService', 'CreateServiceAutoScaler', 'CreateServiceCronScaler', 'CreateServiceMirror', 'CreateAppService', 'CreateServiceInstanceToken', 'DescribeGroupEndpoints', 'DescribeServiceEndpoints', 'DescribeServiceSignedUrl', 'DeleteService', 'CloneService', 'ScaleService', 'UpdateServiceVersion', 'DeleteServiceLabel', 'DeleteServiceAutoScaler', 'DeleteServiceCronScaler', 'DeleteServiceInstances', 'DeleteServiceMirror', 'UpdateServiceLabel', 'ListServices', 'UpdateService', 'StartService', 'StopService', 'RestartService', 'UpdateServiceAutoScaler', 'UpdateServiceCronScaler', 'DevelopService', 'CommitService', 'UpdateServiceMirror', 'UpdateServiceSafetyLock', 'UpdateServiceInstance', 'UpdateAppService', 'UpdateGroup', 'ReleaseService', 'DescribeService', 'DescribeServiceAutoScaler', 'DescribeServiceCronScaler', 'DescribeServiceDiagnosis', 'DescribeServiceInstanceDiagnosis', 'DescribeServiceLog', 'DescribeServiceEvent', 'DescribeServiceMirror', 'DescribeGroup', 'DescribeSpotDiscountHistory', 'ListServiceInstances', 'ListServiceVersions', 'ListServiceContainers', 'ListGroups', 'DescribeMachineSpec', 'CreateServiceRollout', 'DescribeServiceRollout', 'DeleteServiceRollout', 'UpdateServiceRollout', 'CreateFaultInjection', 'DeleteFaultInjection', 'ListServiceInstanceFaultInjectionInfo', ], 'type' => 'directory', 'title' => '服务', 'id' => 425063, ], [ 'children' => [ 'UpdateVirtualResource', 'ListVirtualResource', 'DescribeVirtualResource', 'DeleteVirtualResource', 'CreateVirtualResource', 'CreateResource', 'CreateResourceInstances', 'CreateResourceLog', 'DeleteResource', 'DeleteResourceDLink', 'DeleteResourceInstances', 'DeleteResourceLog', 'DeleteResourceInstanceLabel', 'MigrateResourceInstance', 'UpdateResourceInstanceLabel', 'UpdateResource', 'UpdateResourceDLink', 'UpdateResourceInstance', 'DescribeResource', 'DescribeResourceDLink', 'DescribeResourceLog', 'ListResourceInstances', 'ListResourceInstanceWorker', 'ListResources', 'ListResourceServices', ], 'type' => 'directory', 'title' => '资源组', 'id' => 425066, ], [ 'children' => ['CreateBenchmarkTask', 'DeleteBenchmarkTask', 'DescribeBenchmarkTask', 'DescribeBenchmarkTaskReport', 'ListBenchmarkTask', 'StartBenchmarkTask', 'StopBenchmarkTask', 'UpdateBenchmarkTask'], 'type' => 'directory', 'title' => '压测任务', 'id' => 425067, ], [ 'children' => ['CreateGateway', 'DeleteGateway', 'DeleteGatewayLabel', 'UpdateGatewayLabel', 'DetachGatewayDomain', 'AttachGatewayDomain', 'ListGatewayDomains', 'ListGateway', 'ListAclPolicy', 'DeleteAclPolicy', 'CreateAclPolicy', 'DescribeGateway', 'UpdateGateway', 'CreateGatewayIntranetLinkedVpc', 'ListGatewayIntranetLinkedVpc', 'ListGatewayIntranetSupportedZone', 'DeleteGatewayIntranetLinkedVpc', 'ListGatewayIntranetLinkedVpcPeer', 'CreateGatewayIntranetLinkedVpcPeer', 'DeleteGatewayIntranetLinkedVpcPeer'], 'type' => 'directory', 'title' => '私有网关', 'id' => 425068, ], [ 'children' => ['ReinstallTenantAddon', 'ListTenantAddons', 'CreateConfig', 'DeleteConfig', 'DescribeRegions', 'ListConfigs', 'UpdateConfig', 'CreateGroup', 'DeleteGroup'], 'type' => 'directory', 'title' => '其他', 'id' => 425069, ], ], 'components' => [ 'schemas' => [ 'ContainerInfo' => [ 'title' => '容器信息', 'description' => '实例容器信息', 'type' => 'object', 'properties' => [ 'Name' => ['title' => '容器名称', 'description' => '容器名称。', 'type' => 'string', 'example' => 'worker0'], 'Image' => ['title' => '镜像', 'description' => '镜像。', 'type' => 'string', 'example' => 'registry.cn-shanghai.aliyuncs.com/eas/echo_cn-shanghai:v0.0.1-20210129111320'], 'Port' => ['title' => '端口', 'description' => '端口。', 'type' => 'integer', 'format' => 'int32', 'example' => '8080'], 'RestartCount' => ['title' => '重启次数', 'description' => '重启次数。', 'type' => 'integer', 'format' => 'int32', 'example' => '0'], 'Ready' => [ 'title' => '健康检查是否通过', 'description' => '健康检查是否通过。', 'type' => 'boolean', 'enumValueTitles' => ['true' => '是', 'false' => '否'], 'example' => 'true', ], 'CurrentStatus' => ['title' => '当前状态-状态', 'description' => '当前状态,取值如下:'."\n" .'- Waiting:等待中'."\n" .'- Running:运行中'."\n" .'- Terminated:已停止', 'type' => 'string', 'example' => 'Waiting'], 'CurrentReaon' => ['title' => '当前状态-原因', 'description' => '出现当前状态的原因。', 'type' => 'string', 'example' => 'PodInitializing'], 'CurrentTimestamp' => ['title' => '当前状态-时间', 'description' => '出现当前状态的时间。', 'type' => 'string', 'example' => '2022-03-21T06:17:57Z'], 'LastStatus' => ['title' => '上次状态-状态', 'description' => '上次状态,取值如下:'."\n" .'- Waiting:等待中'."\n" .'- Running:运行中'."\n" .'- Terminated:已停止', 'type' => 'string', 'example' => 'Terminated'], 'LastReason' => ['title' => '上次状态-原因', 'description' => '出现上次状态的原因。', 'type' => 'string', 'example' => 'Error'], 'LastTimestamp' => ['title' => '上次状态-时间', 'description' => '出现上次状态的时间。', 'type' => 'string', 'example' => '2022-03-21T05:17:57Z'], ], ], 'Group' => [ 'title' => '服务组', 'description' => '服务群组。', 'type' => 'object', 'properties' => [ 'Name' => ['title' => '服务组名称', 'description' => '服务群组名称。', 'type' => 'string', 'example' => 'foo'], 'ClusterId' => ['title' => '服务组所在集群', 'description' => '服务群组所在地域。', 'type' => 'string', 'example' => 'cn-shanghai'], 'CreateTime' => ['title' => '服务组创建时间', 'description' => '服务群组创建时间。使用UTC时间格式。', 'type' => 'string', 'example' => '2020-05-19T14:19:42Z'], 'UpdateTime' => ['title' => '服务组更新时间', 'description' => '服务群组更新时间。使用UTC时间格式。', 'type' => 'string', 'example' => '2021-01-29T11:13:20Z'], 'QueueService' => ['title' => '服务组包含的队列服务', 'description' => '服务群组包含的队列服务。', 'type' => 'string', 'example' => 'qservice'], 'InternetEndpoint' => ['title' => '服务组公网地址', 'description' => '服务群组公网地址。', 'type' => 'string', 'example' => 'http://1110*****.cn-hangzhou.pai-eas.aliyuncs.com/api/predict/test_group'], 'IntranetEndpoint' => ['title' => '服务组内网地址', 'description' => '服务群组内网地址。', 'type' => 'string', 'example' => 'http://1110*****.vpc.cn-hangzhou.pai-eas.aliyuncs.com/api/predict/test_group'], 'AccessToken' => ['title' => '服务组流量入口Token', 'description' => '服务组流量入口Token。', 'type' => 'string', 'example' => 'MzJiMDI5MDliODc0MTlkYmI0ZDhlYmExYjczYTIyZTE3Zm********'], 'TrafficMode' => [ 'title' => '流量模式', 'description' => '流量模式。', 'type' => 'string', 'enumValueTitles' => ['auto' => '根据实例数量自动分配流量', 'customized' => '自定义流量分配'], 'example' => 'auto', ], 'Network' => [ 'type' => 'object', 'properties' => [ 'VpcId' => ['type' => 'string'], 'VSwitchId' => ['type' => 'string'], 'SecurityGroupId' => ['type' => 'string'], 'GatewayId' => ['type' => 'string'], ], ], 'ParentUid' => ['type' => 'string'], 'CallerUid' => ['type' => 'string'], 'Labels' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'LabelKey' => ['type' => 'string'], 'LabelValue' => ['type' => 'string'], ], ], ], ], ], 'Instance' => [ 'title' => 'A short description of struct', 'description' => 'A short description of struct', 'type' => 'object', 'properties' => [ 'HostIP' => ['title' => '实例所在的宿主机IP', 'description' => '实例所在的宿主机IP。', 'type' => 'string', 'example' => '11.0.XX.XX'], 'HostName' => ['title' => '实例所在的宿主机名字', 'description' => '实例所在的宿主机名字。', 'type' => 'string', 'example' => 'smart-scene-cls-854dbdc99d-****'], 'InnerIP' => ['title' => '实例的内网IP', 'description' => '实例的内网IP。', 'type' => 'string', 'example' => '172.17.0.17'], 'InstanceName' => ['title' => '实例的名字', 'description' => '实例的名字。', 'type' => 'string', 'example' => 'foo-5fc8946767-v****'], 'InstancePort' => ['title' => '实例的网络端口', 'description' => '实例的网络端口。', 'type' => 'integer', 'format' => 'int32', 'example' => '8080'], 'LastState' => [ 'title' => '实例上一次退出的状态', 'description' => '实例上一次退出的状态。', 'type' => 'array', 'items' => ['description' => '状态详情。', 'type' => 'object', 'example' => '[]'], ], 'Namespace' => ['title' => '实例的命名空间', 'description' => '实例的命名空间。', 'type' => 'string', 'example' => 'foo'], 'Reason' => ['title' => '实例当前状态的标识', 'description' => '实例当前状态的标识。', 'type' => 'string', 'example' => 'RUNNING'], 'RestartCount' => ['title' => '实例重启次数', 'description' => '实例重启次数。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'], 'Status' => [ 'title' => '实例状态', 'description' => '实例状态。', 'type' => 'string', 'enumValueTitles' => ['Terminating' => '结束中', 'Succeeded' => '成功结束', 'Unknown' => '未知', 'Failed' => '失败结束', 'Running' => '运行中', 'Pending' => '等待中'], 'example' => 'Running', ], 'TotalProcesses' => ['title' => '实例总的进程数', 'description' => '实例总的进程数。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'], 'ReadyProcesses' => ['title' => '实例已经启动完成的进程数', 'description' => '实例已经启动完成的进程数。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'], 'StartAt' => ['title' => '实例的启动时间', 'description' => '实例的启动时间。(弃用,使用StartTime代替)', 'type' => 'string', 'deprecated' => true, 'example' => '2021-05-27T09:46:05Z'], 'Role' => ['title' => '实例所属的服务角色,包括Queue, DataLoader, Standard等角色', 'description' => '实例所属的服务角色,包括Queue, DataLoader, Standard等角色。', 'type' => 'string', 'example' => 'Standard'], 'ResourceType' => ['title' => '实例所属的资源组类型,包括PublicResource和PrivateResource', 'description' => '实例所属的资源组类型,包括PublicResource和PrivateResource。', 'type' => 'string', 'example' => 'PublicResource'], 'TenantInstanceIP' => ['title' => '实例所在的VPC分配的IP', 'description' => '实例所在的专属网络IP。', 'type' => 'string', 'example' => '192.168.xx.xx'], 'TenantHostIP' => ['title' => '宿主机所在的vpc分配的地址', 'description' => '宿主机所在的专属网络IP。', 'type' => 'string', 'example' => '192.168.xx.xx'], 'IsSpot' => ['title' => '是否为竞价实例', 'description' => '是否为竞价实例。', 'type' => 'boolean', 'example' => 'false'], 'CurrentAmount' => ['title' => '竞价实例当前小时价', 'description' => '竞价实例当前小时价。', 'type' => 'number', 'format' => 'float', 'example' => '0.444'], 'OriginalAmount' => ['title' => '竞价实例折前原价', 'description' => '竞价实例折前原价。', 'type' => 'number', 'format' => 'float', 'example' => '2.2'], 'Isolated' => ['title' => '实例是否被隔离', 'description' => '实例是否承接流量。', 'type' => 'boolean', 'example' => 'false'], 'Zone' => ['title' => '实例所属可用区', 'description' => '实例所属可用区。', 'type' => 'string', 'example' => 'cn-shanghai-a'], 'ExternalIP' => ['title' => '实例在用户vpc中的ip地址', 'description' => '实例在用户VPC中的IP地址。', 'type' => 'string', 'example' => '192.168.1.100'], 'ExternalInstancePort' => ['title' => '实例在用户vpc中的端口号', 'description' => '实例在用户VPC中的端口号。', 'type' => 'integer', 'format' => 'int32', 'example' => '8080'], 'StartTime' => ['title' => '实例的启动时间', 'description' => '实例的启动时间。', 'type' => 'string', 'example' => '2021-05-27T09:46:05Z'], 'InstanceType' => ['title' => '实例规格', 'description' => '实例规格。', 'type' => 'string', 'example' => 'ecs.c7.large'], 'IsLatest' => [ 'description' => '实例是否为最新版本。', 'type' => 'boolean', 'enumValueTitles' => ['true' => 'true', 'false' => 'false'], 'example' => 'true', ], 'Detached' => [ 'description' => '实例是否被隔离。', 'type' => 'boolean', 'enumValueTitles' => ['true' => 'true', 'false' => 'false'], 'example' => 'false', ], 'IsReplica' => [ 'description' => '实例是否是实例单元。', 'type' => 'boolean', 'enumValueTitles' => ['true' => 'true', 'false' => 'false'], 'example' => 'false', ], 'ReplicaName' => ['description' => '实例单元名称。', 'type' => 'string', 'example' => 'xwq-sglang-dist-7dff0'], 'CreateTime' => ['description' => '实例创建时间。', 'type' => 'string', 'example' => '2021-05-27T09:46:05Z'], ], ], 'Resource' => [ 'title' => 'A short description of struct', 'description' => 'A short description of struct', 'type' => 'object', 'properties' => [ 'ResourceId' => ['title' => '资源组ID', 'description' => '资源组ID。', 'type' => 'string', 'example' => 'eas-r-asdasdasd'], 'ResourceName' => ['title' => '资源组名字', 'description' => '资源组名称。', 'type' => 'string', 'example' => 'iot'], 'ResourceType' => ['title' => '资源组类型', 'description' => '资源组的类型,取值如下:'."\n" .'- Dedicated:专属资源组。'."\n" .'- SelfManaged:用户自运维资源组。', 'type' => 'string', 'example' => 'Dedicated'], 'ClusterId' => ['title' => '资源组所在的集群', 'description' => '集群信息。', 'type' => 'string', 'example' => 'cn-shanghai'], 'CreateTime' => ['title' => '资源组创建时间', 'description' => '创建时间。', 'type' => 'string', 'example' => '2019-02-26T17:52:49Z'], 'UpdateTime' => ['title' => '资源组更新时间', 'description' => '最后更新时间。', 'type' => 'string', 'example' => '2019-02-26T19:52:49Z'], 'InstanceCount' => ['title' => '资源组实例个数', 'description' => '机器实例总数,等于预付费机器实例数加上后付费机器实例数。', 'type' => 'integer', 'format' => 'int32', 'example' => '4'], 'PrePaidInstanceCount' => ['title' => '资源组预付费实例个数', 'description' => '预付费机器实例数。', 'type' => 'integer', 'format' => 'int32', 'example' => '2'], 'PostPaidInstanceCount' => ['title' => '资源组按量付费实例个数', 'description' => '后付费机器实例数。', 'type' => 'integer', 'format' => 'int32', 'example' => '2'], 'CpuCount' => ['title' => '资源组CPU数量', 'description' => '资源组 CPU 总核数。', 'type' => 'integer', 'format' => 'int32', 'example' => '64'], 'GpuCount' => ['title' => '资源组GPU个数', 'description' => '资源组 GPU 总数。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'], 'Memory' => ['title' => '资源组总内存,单位为 MB', 'description' => '资源组总内存,单位为 MB', 'type' => 'integer', 'format' => 'int32', 'example' => '8192'], 'CpuUsed' => ['title' => '资源组已使用 CPU 核数', 'description' => '资源组已使用 CPU 核数。', 'type' => 'integer', 'format' => 'int32', 'example' => '8'], 'GpuUsed' => ['title' => '资源组已使用 GPU 数', 'description' => '资源组已使用 GPU 数。', 'type' => 'number', 'format' => 'float', 'example' => '1'], 'MemoryUsed' => ['title' => '资源组已使用内存,单位为 MB', 'description' => '资源组已使用内存,单位为 MB。', 'type' => 'integer', 'format' => 'int32', 'example' => '2048'], 'Status' => ['title' => '资源组的状态', 'description' => '资源组状态。', 'type' => 'string', 'example' => 'ResourceReady'], 'Message' => ['title' => '资源组摘要信息', 'description' => '资源组最新消息。', 'type' => 'string', 'example' => 'Resource is ready'], 'ExtraData' => ['title' => '资源组自定义数据', 'description' => '额外信息。', 'type' => 'object', 'example' => '{}'], 'Vendor' => [ 'title' => '资源组机器来源', 'description' => '资源组机器来源。', 'type' => 'string', 'enumValueTitles' => ['ECS' => 'ECS通用算力', 'BareMetal' => '裸金属算力'], 'example' => 'ECS', 'enum' => ['ECS', 'BareMetal'], ], 'Features' => [ 'description' => '资源组的功能集合,用于标识该资源组支持的特性。', 'type' => 'array', 'items' => ['description' => '资源组所支持的具体特性。目前只支持GpuShare(GPU共享)。', 'type' => 'string', 'example' => 'GpuShare'], ], 'InstanceMaxAllocatableMemory' => ['description' => '资源组单节点最大可分配Memory大小。', 'type' => 'integer', 'format' => 'int32', 'example' => '2048'], 'InstanceMaxAllocatableGPU' => ['description' => '资源组单节点最大可分配GPU数。', 'type' => 'number', 'format' => 'float', 'example' => '2'], 'InstanceMaxAllocatableCPU' => ['description' => '资源组单节点最大可分配CPU核数。', 'type' => 'integer', 'format' => 'int32', 'example' => '16'], 'UsageMode' => [ 'description' => '资源组使用模式。', 'type' => 'string', 'enumValueTitles' => ['inference' => '推理服务资源组', 'sandbox' => '沙箱资源组'], 'example' => 'inference', ], 'ServiceCount' => ['description' => '资源组部署的服务数量。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'], ], ], 'ResourceInstance' => [ 'title' => 'A short description of struct', 'description' => 'A short description of struct', 'type' => 'object', 'properties' => [ 'InstanceId' => ['title' => '实例ID', 'description' => '实例ID。', 'type' => 'string', 'example' => 'eas-i-1800z74n30kao****'], 'InstanceName' => ['title' => '实例名称', 'description' => '实例名称。', 'type' => 'string', 'example' => 'eas01122713204*****'], 'InstanceIp' => ['title' => '实例IP', 'description' => '实例IP。', 'type' => 'string', 'example' => '11.227.XX.XX'], 'InstanceStatus' => [ 'title' => '实例状态', 'description' => '实例状态。', 'type' => 'string', 'enumValueTitles' => ['Ready-SchedulingDisabled' => '不可调度', 'Ready' => '就绪', 'NotReady' => '未就绪'], 'example' => 'Ready', ], 'InstancePhase' => [ 'description' => '实例阶段状态。', 'type' => 'string', 'enumValueTitles' => ['waiting' => 'waiting', 'operating' => 'operating', 'failed' => 'failed', 'succeeded' => 'succeeded'], 'example' => 'succeeded', ], 'InstanceCpuCount' => ['title' => '实例的Cpu个数', 'description' => '实例的CPU个数。', 'type' => 'integer', 'format' => 'int32', 'example' => '4'], 'InstanceGpuCount' => ['title' => '实例的Gpu个数', 'description' => '实例的GPU个数。', 'type' => 'integer', 'format' => 'int32', 'example' => '0'], 'InstanceMemory' => ['title' => '实例的内存大小', 'description' => '实例的内存大小。', 'type' => 'string', 'example' => '8192M'], 'InstanceSystemDiskSize' => ['title' => '实例的系统盘大小', 'description' => '实例的系统盘大小。', 'type' => 'integer', 'format' => 'int32', 'example' => '200'], 'InstanceGpuMemory' => ['title' => '实例的显存大小', 'description' => '实例的显存大小', 'type' => 'string', 'example' => '0G'], 'InstanceUsedCpu' => ['title' => '实例已使用的CPU数量', 'description' => '实例被使用的CPU数量。', 'type' => 'number', 'format' => 'float', 'example' => '2.4'], 'InstanceUsedGpu' => ['title' => '实例已使用的GPU数量', 'description' => '实例被使用的GPU数量。', 'type' => 'number', 'format' => 'float', 'example' => '0'], 'InstanceUsedMemory' => ['title' => '实例已使用的内存大小', 'description' => '实例被使用的内存大小。', 'type' => 'string', 'example' => '1000M'], 'InstanceType' => ['title' => '实例的机型', 'description' => '实例的机型。', 'type' => 'string', 'example' => 'ecs.s6-c1m2.xlarge'], 'CreateTime' => ['title' => '实例的创建时间', 'description' => '实例的创建时间。', 'type' => 'string', 'example' => '2020-07-05T22:51:32Z'], 'ChargeType' => ['title' => '实例的计费类型', 'description' => '实例的计费类型。', 'type' => 'string', 'example' => 'PrePaid'], 'ExpiredTime' => ['title' => '实例过期时间', 'description' => '实例过期时间。', 'type' => 'string', 'example' => '2020-08-05T22:51:32Z'], 'AutoRenewal' => ['title' => '实例是否自动续费', 'description' => '实例是否自动续费。', 'type' => 'boolean', 'example' => 'false'], 'Arch' => ['title' => '实例系统架构', 'description' => '实例系统架构。', 'type' => 'string', 'example' => 'arm64'], 'Region' => ['title' => '实例所属区域', 'description' => '实例所属区域。', 'type' => 'string', 'example' => 'cn-hangzhou'], 'Zone' => ['title' => '实例所属可用区', 'description' => '实例所属可用区。', 'type' => 'string', 'example' => 'cn-hangzhou-b'], 'ResourceId' => ['title' => '实例所属资源组ID', 'description' => '实例所属资源组ID', 'type' => 'string', 'example' => 'eas-r-xxxxx'], 'InstanceTenantIp' => ['title' => '实例专属网络IP', 'description' => '实例专属网络IP。', 'type' => 'string', 'example' => '192.168.XX.XX'], 'InstanceUsedGpuMemory' => ['title' => '实例已使用的显存大小', 'description' => '实例已使用的显存大小。', 'type' => 'string', 'example' => '470M'], 'Labels' => [ 'title' => '实例标签', 'description' => '实例标签', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'LabelKey' => ['title' => '实例标签键', 'description' => '实例标签键', 'type' => 'string', 'example' => 'key'], 'LabelValue' => ['title' => '实例标签值', 'description' => '实例标签值', 'type' => 'string', 'example' => 'value'], ], 'description' => '', ], ], 'LastCordonOperator' => ['title' => '最后一次停止调度操作人。', 'description' => '最后一次停止调度操作人。', 'type' => 'string', 'example' => '24340xxxxxxxx'], 'LastCordonReason' => ['title' => '最后一次停止调度操作原因。', 'description' => '最后一次停止调度操作原因。', 'type' => 'string', 'example' => 'operating'], ], ], 'ResourceInstanceWorker' => [ 'title' => 'A short description of struct', 'description' => 'A short description of struct', 'type' => 'object', 'properties' => [ 'Name' => ['title' => 'pod名', 'description' => '服务实例的名字。', 'type' => 'string', 'example' => 'test-india-5bbbfdbc98-****'], 'ServiceName' => ['title' => '服务名', 'description' => '服务的名字。', 'type' => 'string', 'example' => 'test-in****'], 'Status' => [ 'title' => 'pod状态', 'description' => '实例的状态。', 'type' => 'string', 'enumValueTitles' => ['Terminating' => '结束中', 'Succeeded' => '成功运行', 'Unknown' => '未知', 'Failed' => '失败结束', 'Running' => '运行中', 'Pending' => '等待中'], 'example' => 'Running', ], 'Ready' => ['title' => '是否ready', 'description' => '是否已就绪。', 'type' => 'boolean', 'example' => 'true'], 'CpuRequest' => ['title' => 'CpuRequest', 'description' => '申请的CPU核数。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'], 'GpuRequest' => ['title' => 'GpuRequest', 'description' => '申请的GPU数。', 'type' => 'integer', 'format' => 'int32', 'example' => '0'], 'MemoryRquest' => ['title' => 'MemoryRquest', 'description' => '申请的内存数。', 'type' => 'integer', 'format' => 'int32', 'example' => '200'], 'CpuLimit' => ['title' => 'CpuLimit', 'description' => '限制的CPU核数。', 'type' => 'integer', 'format' => 'int32', 'example' => '2'], 'GpuLimit' => ['title' => 'GpuLimit', 'description' => '限制的GPU数。', 'type' => 'integer', 'format' => 'int32', 'example' => '0'], 'MemoryLimit' => ['title' => 'MemoryLimit', 'description' => '限制的内存数。', 'type' => 'integer', 'format' => 'int64', 'example' => '400'], 'RestartCount' => ['title' => 'RestartCount', 'description' => '重启次数。', 'type' => 'integer', 'format' => 'int64', 'example' => '3'], 'StartTime' => ['title' => 'StartTime', 'description' => '启动时间。', 'type' => 'string', 'example' => '2021-05-09T09:56:19Z'], ], ], 'Service' => [ 'title' => 'A short description of struct', 'description' => '服务详情。', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => '请求ID', 'description' => '请求ID。', 'type' => 'string', 'example' => '40325405-579C-4D82********'], 'Region' => ['title' => '服务所在的区域', 'description' => '服务所在的区域。', 'type' => 'string', 'example' => 'cn-shanghai'], 'CallerUid' => ['title' => '服务创建账号的UID', 'description' => '服务创建账号的UID。', 'type' => 'string', 'example' => '20123*******'], 'ParentUid' => ['title' => '服务创建账号的主账号UID', 'description' => '服务创建账号的主账号UID。', 'type' => 'string', 'example' => '11234*******'], 'CurrentVersion' => ['title' => '当前运行的模型版本', 'description' => '当前运行的模型版本。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'], 'Cpu' => ['title' => '每个实例申请的cpu', 'description' => '每个实例申请的CPU。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'], 'Gpu' => ['title' => '每个实例申请的gpu', 'description' => '每个实例申请的GPU。', 'type' => 'integer', 'format' => 'int32', 'example' => '0'], 'Image' => ['title' => '服务的数据镜像', 'description' => '服务的数据镜像。', 'type' => 'string', 'example' => 'registry.cn-shanghai.aliyuncs.com/eas/echo_cn-shanghai:v0.0.1-20210129111320'], 'PendingInstance' => ['title' => '被挂起的服务的实例个数', 'description' => '被挂起的服务的实例个数。', 'type' => 'integer', 'format' => 'int32', 'example' => '0'], 'RunningInstance' => ['title' => '正在运行的服务的实例个数', 'description' => '正在运行的服务的实例个数。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'], 'TotalInstance' => ['title' => '服务的所有实例总个数', 'description' => '服务的所有实例总个数。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'], 'InternetEndpoint' => ['title' => '服务的公网endpoint', 'description' => '服务的公网Endpoint。该字段仅在DescribeService接口中返回。', 'type' => 'string', 'example' => 'http://10123*****.cn-shanghai.aliyuncs.com/api/predict/echo'], 'IntranetEndpoint' => ['title' => '服务内网endpoint', 'description' => '服务内网Endpoint。该字段仅在DescribeService接口中返回。', 'type' => 'string', 'example' => 'http://10123*****.vpc.cn-shanghai.aliyuncs.com/api/predict/echo'], 'LatestVersion' => ['title' => '服务最新版本号', 'description' => '服务最新版本号。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'], 'Memory' => ['title' => '每个worker需要的内存大小,单位为M', 'description' => '每个实例申请的内存,单位为MB。', 'type' => 'integer', 'format' => 'int32', 'example' => '1024'], 'Message' => ['title' => '服务的摘要信息', 'description' => '服务的摘要信息。', 'type' => 'string', 'example' => 'Service start successfully'], 'Namespace' => ['title' => '服务所在的命名空间', 'description' => '服务所在的命名空间。', 'type' => 'string', 'example' => 'echo'], 'Reason' => ['title' => '服务的状态信息', 'description' => '服务的状态原因。', 'type' => 'string', 'example' => 'RUNNING'], 'Resource' => ['title' => '服务所在的资源组', 'description' => '服务所在的资源组。', 'type' => 'string', 'example' => 'eas-r-xxxxxxx'], 'ResourceAlias' => ['title' => '服务所在的资源组别名', 'description' => '服务所在的资源组别名。', 'type' => 'string', 'example' => 'my_resource'], 'ServiceConfig' => ['title' => '服务的配置信息', 'description' => '服务的配置信息。', 'type' => 'string', 'example' => '{"metadata":{"cpu":1,"instance":1,"memory":1024},"name":"echo","processor_entry":"libecho.so","processor_path":"http://oss-cn-hangzhou-zmf.aliyuncs.com/059247/echo_processor_release.tar.gz","processor_type":"cpp"}'], 'ServiceName' => ['title' => '服务的名字', 'description' => '服务的名称。', 'type' => 'string', 'example' => 'echo'], 'ServiceGroup' => ['title' => '服务所在分组', 'description' => '服务所在分组。', 'type' => 'string', 'example' => 'my_group'], 'Status' => [ 'title' => '服务的状态', 'description' => '服务的状态。', 'type' => 'string', 'enumValueTitles' => [ 'Creating' => '创建中', 'Deploying' => '等待中(等待部署完毕)', 'Stopped' => '已停止', 'Failed' => '部署失败', 'Updating' => '升级中(实例会被更新)', 'Stopping' => '停止中', 'Waiting' => '等待中(等待实例启动完毕)', 'HotUpdate' => '升级中(热更新,不更新实例)', 'Starting' => '启动中', 'DeleteFailed' => '删除失败', 'Running' => '运行中', 'Scaling' => '升级中(实例扩缩容中)', 'Pending' => '等待中(等待具体处理)', 'Deleting' => '删除中', ], 'example' => 'Running', ], 'CreateTime' => ['title' => '服务的创建时间', 'description' => '服务的创建时间。UTC时间,RFC3339格式。', 'type' => 'string', 'example' => '2021-01-29T11:13:20Z'], 'UpdateTime' => ['title' => '服务的更新时间', 'description' => '服务的更新时间。UTC时间,RFC3339格式。', 'type' => 'string', 'example' => '2021-01-29T11:13:20Z'], 'Weight' => ['title' => '服务灰度发布的权重值', 'description' => '服务灰度发布的权重值。', 'type' => 'integer', 'format' => 'int32', 'example' => '100'], 'ServiceId' => ['title' => '服务ID', 'description' => '服务的唯一ID。', 'type' => 'string', 'example' => 'eas-m-xxasdat'], 'ServiceUid' => ['title' => '服务ID,同ServiceId', 'description' => '服务ID,同ServiceId。', 'type' => 'string', 'example' => 'eas-m-xxasdat'."\n"], 'AccessToken' => ['title' => '服务的请求Token', 'description' => '服务的请求Token。', 'type' => 'string', 'example' => 'MzJiMDI5MDliODc0MTlkYmI0ZDhlYmExYjczYTIyZTE3Zm********'], 'Source' => ['title' => '服务的部署来源', 'description' => '服务的部署来源。', 'type' => 'string', 'example' => 'dsw'], 'ExtraData' => ['title' => '服务的额外信息', 'description' => '服务的额外信息。', 'type' => 'string', 'example' => '{"blue_green_services":["test","testxxxx"]}'], 'Role' => ['title' => '服务角色', 'description' => '服务角色。', 'type' => 'string', 'example' => 'Queue'], 'RoleAttrs' => ['title' => '服务角色额外属性', 'description' => '服务角色额外属性。该字段仅在DescribeService接口中返回。', 'type' => 'string', 'example' => '{"ApproxMaxLength":null,"Length":null,"MaxPayloadBytes":null}'], 'SafetyLock' => [ 'title' => '服务安全锁', 'description' => '服务安全锁。', 'type' => 'string', 'enumValueTitles' => ['all' => '禁止所有操作', 'dangerous' => '禁止删除/停止服务', 'none' => '不加锁'], 'example' => 'dangerous', 'enum' => ['none', 'dangerous', 'all'], ], 'SecondaryInternetEndpoint' => ['title' => '异步服务同步请求的公网Endpoint', 'description' => '异步服务同步请求的公网Endpoint。该字段仅在DescribeService接口中返回。', 'type' => 'string', 'example' => 'http://10123*****.cn-shanghai.aliyuncs.com/api/predict/async_path.echo'."\n"], 'SecondaryIntranetEndpoint' => ['title' => '异步服务同步请求的内网Endpoint', 'description' => '异步服务同步请求的内网Endpoint。该字段仅在DescribeService接口中返回。', 'type' => 'string', 'example' => 'http://10123*****.vpc.cn-shanghai.aliyuncs.com/api/predict/async_path.echo'."\n"], 'Labels' => [ 'title' => '服务标签列表', 'description' => '服务标签列表。', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'LabelKey' => ['title' => '服务标签键', 'description' => '服务标签键。', 'type' => 'string', 'example' => 'key1'], 'LabelValue' => ['title' => '服务标签值', 'description' => '服务标签值。', 'type' => 'string', 'example' => 'value1'], ], 'description' => '', ], ], 'WorkspaceId' => ['title' => '服务所属工作空间ID', 'description' => '服务所属工作空间ID', 'type' => 'string', 'example' => '123445'], 'AppType' => ['title' => '应用服务类型', 'description' => '应用服务类型', 'type' => 'string', 'example' => 'LLM'], 'AppConfig' => ['title' => '应用服务配置信息', 'description' => '应用服务配置信息', 'type' => 'string', 'example' => '{"ModelStorage":"oss"}'], 'AppSpecName' => ['title' => '应用服务规格名称', 'description' => '应用服务规格名称', 'type' => 'string', 'example' => 'llama_7b_fp16'], 'AppVersion' => ['title' => '应用服务版本', 'description' => '应用服务版本', 'type' => 'string', 'example' => 'v1'], 'TrafficState' => [ 'title' => '流量状态', 'description' => '流量状态', 'type' => 'string', 'enumValueTitles' => ['standalone' => '独立接入流量', 'grouping' => '接入分组流量'], 'example' => 'standalone', ], 'QuotaId' => ['description' => '服务的配额 Id。只有部署在灵骏资源配额上的服务才会有此信息。', 'type' => 'string', 'example' => 'quotaxxxxx'], 'Gateway' => ['description' => '服务的专属网关 Id。只有绑定了专属网关的服务才有此信息。', 'type' => 'string', 'example' => 'gw-xxxxxx'], 'GPUMemory' => ['description' => '开启GPU共享后,每个实例所申请的GPU显存大小', 'type' => 'integer', 'format' => 'int32', 'example' => '20'], 'GPUCorePercentage' => ['description' => '开启GPU共享之后,每个实例所申请的GPU算力大小', 'type' => 'integer', 'format' => 'int32', 'example' => '50'], 'ResourceBurstable' => [ 'description' => '服务是否开启弹性资源池', 'type' => 'boolean', 'enumValueTitles' => ['true' => 'true', 'false' => 'false'], 'example' => 'true', ], 'CronscalerEnabled' => [ 'description' => '服务是否开启定时扩缩容', 'type' => 'boolean', 'enumValueTitles' => ['true' => 'true', 'false' => 'false'], 'example' => 'true', ], 'AutoscalerEnabled' => [ 'description' => '服务是否开启弹性伸缩', 'type' => 'boolean', 'enumValueTitles' => ['true' => 'true', 'false' => 'false'], 'example' => 'true', ], 'InstanceCountInResource' => [ 'description' => '实例在各个资源类型上的数量分布', 'type' => 'object', 'properties' => [ 'Public' => ['description' => '使用公共资源组的实例数量', 'type' => 'integer', 'format' => 'int32', 'example' => '10'], 'Dedicated' => ['description' => '使用专属资源组、自运维资源组的实例数量。', 'type' => 'integer', 'format' => 'int32', 'example' => '10'], 'Quota' => ['description' => '使用灵骏quota的实例数量', 'type' => 'integer', 'format' => 'int32', 'example' => '10'], ], ], 'WorkloadType' => ['type' => 'string'], ], ], ], ], 'apis' => [ 'AttachGatewayDomain' => [ 'summary' => '私有网关绑定自定义域名。', 'path' => '/api/v2/gateways/{ClusterId}/{GatewayId}/domain/attach', 'methods' => ['put'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/json'], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'update', 'abilityTreeCode' => '241083', 'abilityTreeNodes' => ['FEATURElearnMC2VJP'], ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['description' => '私有网关所在地域。', 'type' => 'string', 'required' => true, 'example' => 'cn-shanghai'], ], [ 'name' => 'GatewayId', 'in' => 'path', 'schema' => ['description' => '私有网关ID。如何获取私有网关ID,请参见接口[ListGateway](https://apiworkbench.aliyun-inc.com/document/eas/2021-07-01/ListGateway?spm=openapi-amp.newDocPublishment.0.0.765e281fL2IcjJ&Env=online)返回结果中的GatewayId字段。', 'type' => 'string', 'required' => true, 'example' => 'gw-1uhcqmsc7x22******'], ], [ 'name' => 'CustomDomain', 'in' => 'query', 'style' => 'json', 'schema' => [ 'description' => '自定义域名信息。', 'type' => 'object', 'properties' => [ 'Type' => [ 'description' => '域名类型。', 'type' => 'string', 'required' => true, 'enumValueTitles' => ['intranet' => '内网域名', 'internet' => '公网域名'], 'example' => 'intranet', ], 'CertificateId' => ['description' => '域名绑定的SSL证书ID。请在[数字证书管理服务](https://yundunnext.console.aliyun.com/?spm=5176.2020520163.console-base_help.2.4b3baJixaJixOc&p=cas)完成上传或购买证书后获取证书ID。', 'type' => 'string', 'required' => false, 'example' => '1473**25'], 'Domain' => ['description' => '自定义域名。', 'type' => 'string', 'required' => true, 'example' => 'test.com'], ], 'required' => true, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '返回结果。', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => 'Id of the request', 'description' => '请求ID。', 'type' => 'string', 'example' => '40325405-579C-4D82****'], 'GatewayId' => ['description' => '私有网关ID。如何获取私有网关ID,请参见接口[ListGateway](https://apiworkbench.aliyun-inc.com/document/eas/2021-07-01/ListGateway?spm=openapi-amp.newDocPublishment.0.0.765e281fL2IcjJ&Env=online)返回结果中的GatewayId字段。', 'type' => 'string', 'example' => 'gw-1uhcqmsc7x22******'], 'Message' => ['description' => '请求返回信息', 'type' => 'string', 'example' => 'Successfully update custom endpoint for gateway gw-1uhcqmsc7x22******'."\n"], ], ], ], ], 'staticInfo' => ['returnType' => 'synchronous'], 'eventInfo' => [ 'enable' => false, 'eventNames' => [], ], 'title' => '绑定网关自定义域名', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'AttachGatewayDomain'], ], ], 'ramActions' => [ [ 'operationType' => 'update', 'ramAction' => [ 'action' => 'eas:AttachGatewayDomain', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82****\\",\\n \\"GatewayId\\": \\"gw-1uhcqmsc7x22******\\",\\n \\"Message\\": \\"Successfully update custom endpoint for gateway gw-1uhcqmsc7x22******\\\\n\\"\\n}","type":"json"}]', ], 'CloneService' => [ 'path' => '/api/v2/services/{ClusterId}/{ServiceName}/clone', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/json'], 'produces' => ['application/json'], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'create', 'riskType' => 'none', 'chargeType' => 'paid', 'abilityTreeCode' => '217114', 'abilityTreeNodes' => ['FEATURElearnKDX12S'], ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['title' => '集群Id', 'description' => '服务所在地域。', 'type' => 'string', 'required' => true, 'example' => 'cn-hangzhou'], ], [ 'name' => 'ServiceName', 'in' => 'path', 'schema' => ['title' => '服务名', 'description' => '服务名。如何查看服务名称,请参见[ListServices](~~412109~~)。', 'type' => 'string', 'required' => true, 'example' => 'foo'], ], [ 'name' => 'body', 'in' => 'body', 'schema' => ['title' => '复制服务覆盖的参数。', 'description' => '请求body。参数配置说明,请参见[CreateService](~~412086~~)。', 'type' => 'string', 'required' => false, 'example' => '{ "name": "foo", "model_path": "http://path/to/model.tar.gz", "processor": "tensorflow_cpu", "metadata": { "instance": 2, "memory": 7000, "cpu": 4 } }'], ], [ 'name' => 'Labels', 'in' => 'query', 'style' => 'json', 'schema' => [ 'title' => '复制服务对应的Label。', 'description' => '复制服务对应的Label。', 'type' => 'object', 'required' => false, 'additionalProperties' => ['type' => 'string', 'description' => '用户定义标签。', 'example' => '{"key":"value"}'."\n"], ], ], ], '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' => '40325405-579C-4D82****'], 'ServiceId' => ['title' => '服务Id', 'description' => '服务Id。', 'type' => 'string', 'example' => 'eas-m-r9knx7n9guf2p*****'], 'ServiceName' => ['title' => '服务名', 'description' => '服务名。', 'type' => 'string', 'example' => 'foo'], 'Status' => ['title' => '服务状态', 'description' => '服务状态。', 'type' => 'string', 'example' => 'Creating'], 'InternetEndpoint' => ['title' => '公网访问地址', 'description' => '公网访问地址。', 'type' => 'string', 'example' => 'http://10123*****.cn-shanghai.aliyuncs.com/api/predict/echo'], 'IntranetEndpoint' => ['title' => '快速访问地址', 'description' => '快速访问地址。', 'type' => 'string', 'example' => 'http://10123*****.vpc.cn-shanghai.aliyuncs.com/api/predict/echo'], ], ], ], ], 'staticInfo' => ['returnType' => 'synchronous'], 'title' => '复制服务', 'summary' => '复制服务。', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'CloneService'], ], ], 'ramActions' => [ [ 'operationType' => 'create', 'ramAction' => [ 'action' => 'eas:CloneService', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82****\\",\\n \\"ServiceId\\": \\"eas-m-r9knx7n9guf2p*****\\",\\n \\"ServiceName\\": \\"foo\\",\\n \\"Status\\": \\"Creating\\",\\n \\"InternetEndpoint\\": \\"http://10123*****.cn-shanghai.aliyuncs.com/api/predict/echo\\",\\n \\"IntranetEndpoint\\": \\"http://10123*****.vpc.cn-shanghai.aliyuncs.com/api/predict/echo\\"\\n}","type":"json"}]', ], 'CommitService' => [ 'summary' => '将自定义容器服务中Worker0容器提交为新镜像,并重新部署服务。', 'path' => '/api/v2/services/{ClusterId}/{ServiceName}/commit', 'methods' => ['put'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/json'], 'produces' => ['application/json'], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'update', 'abilityTreeCode' => '161122', 'abilityTreeNodes' => ['FEATURElearnKDX12S'], ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['title' => '集群Id。', 'description' => '服务所在地域ID。', 'type' => 'string', 'required' => false, 'example' => 'cn-beijing'], ], [ 'name' => 'ServiceName', 'in' => 'path', 'schema' => ['title' => '服务名。', 'description' => '服务名称。如何查看服务名称,请参见[ListServices ](~~412109~~)。', 'type' => 'string', 'required' => false, 'example' => 'foo'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '返回结果。', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => 'Id of the request', 'description' => '请求ID。', 'type' => 'string', 'example' => '40325405-579C-4D82****'], 'Message' => ['title' => '执行结果。', 'description' => '返回结果信息。', 'type' => 'string', 'example' => 'Success'], ], ], ], ], 'title' => 'Commit容器并发布', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'CommitService'], ], ], 'ramActions' => [ [ 'operationType' => 'update', 'ramAction' => [ 'action' => 'eas:CommitService', 'authLevel' => 'resource', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Service', 'arn' => 'acs:eas:{#regionId}:{#accountId}:service/{#ServiceName}'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82****\\",\\n \\"Message\\": \\"Success\\"\\n}","type":"json"}]', ], 'CreateAclPolicy' => [ 'summary' => '创建私有网关的访问权限,添加权限的IP段可以访问网关。', 'path' => '/api/v2/gateways/{ClusterId}/{GatewayId}/acl_policy', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/json'], 'produces' => ['application/json'], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'create', 'abilityTreeCode' => '225604', 'abilityTreeNodes' => ['FEATURElearn6PC7M4'], ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['description' => '私有网关所在地域。', 'type' => 'string', 'required' => true, 'example' => 'cn-wulanchabu'], ], [ 'name' => 'GatewayId', 'in' => 'path', 'schema' => ['description' => '私有网关ID。如何获取私有网关ID,请参见ListResources接口返回结果中的private_gateway_id字段。', 'type' => 'string', 'required' => true, 'example' => 'gw-1uhcqmsc7x22******'], ], [ 'name' => 'VpcId', 'in' => 'query', 'schema' => ['description' => '专有网络的ID。如何获取专有网络ID,请参见DescribeVpcs。', 'type' => 'string', 'required' => false, 'example' => 'vpc-uf66uio7md****'], ], [ 'name' => 'AclPolicyList', 'in' => 'query', 'style' => 'json', 'schema' => [ 'description' => '专有网络可访问IP段白名单列表。', 'type' => 'array', 'items' => [ 'description' => '专有网络可访问IP段白名单。', 'type' => 'object', 'properties' => [ 'Entry' => ['description' => '专有网络可访问IP段。', 'type' => 'string', 'required' => true, 'example' => '10.23.XX.XX/32'], 'Comment' => ['description' => '专有网络可访问IP段备注。', 'type' => 'string', 'required' => false, 'example' => 'default'], ], 'required' => false, ], 'required' => true, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '返回结果。', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => 'Id of the request', 'description' => '请求ID。', 'type' => 'string', 'example' => '40325405-579C-4D82****'], 'GatewayId' => ['description' => '私有网关ID。', 'type' => 'string', 'example' => 'gw-1uhcqmsc7x22******'], 'Message' => ['description' => '请求返回信息。', 'type' => 'string', 'example' => 'Successfully add acl policy for gateway'], ], ], ], ], 'staticInfo' => ['returnType' => 'synchronous'], 'eventInfo' => [ 'enable' => false, 'eventNames' => [], ], 'title' => '创建网关访问权限', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'CreateAclPolicy'], ], ], 'ramActions' => [ [ 'operationType' => 'create', 'ramAction' => [ 'action' => 'eas:CreateAclPolicy', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Gateway', 'arn' => 'acs:eas:{#regionId}:{#accountId}:gateway/{#GatewayId}'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82****\\",\\n \\"GatewayId\\": \\"gw-1uhcqmsc7x22******\\",\\n \\"Message\\": \\"Successfully add acl policy for gateway\\"\\n}","type":"json"}]', ], 'CreateAppService' => [ 'path' => '/api/v2/app_services', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/json'], 'produces' => ['application/json'], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => ['operationType' => 'create', 'riskType' => 'none', 'chargeType' => 'paid'], 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'query', 'schema' => ['description' => '工作空间ID。', 'type' => 'string', 'required' => false, 'example' => '12****'], ], [ 'name' => 'QuotaId', 'in' => 'query', 'schema' => ['description' => '归属额度ID。', 'type' => 'string', 'required' => false, 'example' => 'abcdef'], ], [ 'name' => 'body', 'in' => 'body', 'style' => 'json', 'schema' => [ 'description' => '请求Body。', 'type' => 'object', 'properties' => [ 'ServiceName' => ['description' => '服务名字。', 'type' => 'string', 'required' => true, 'example' => 'foo'], 'AppType' => [ 'description' => '应用服务类型。', 'type' => 'string', 'required' => true, 'enumValueTitles' => ['LLM' => 'LLM'], 'example' => 'LLM', ], 'AppVersion' => ['description' => '应用版本。', 'type' => 'string', 'required' => false, 'example' => 'v1'], 'ServiceSpec' => ['description' => '服务规格。取值如下:'."\n" .'- llama_7b_fp16'."\n" .'- llama_7b_int8'."\n" .'- llama_13b_fp16'."\n" .'- llama_7b_int8'."\n" .'- chatglm_6b_fp16'."\n" .'- chatglm_6b_int8'."\n" .'- chatglm2_6b_fp16'."\n" .'- baichuan_7b_int8'."\n" .'- baichuan_13b_fp16'."\n" .'- baichuan_7b_fp16', 'type' => 'string', 'required' => true, 'example' => 'llama_7b_fp16'], 'Replicas' => ['description' => '实例数。', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'example' => '1'], 'Config' => [ 'description' => '部署时需要的其他配置信息。', 'type' => 'object', 'required' => false, 'additionalProperties' => ['type' => 'any', 'example' => ' { "ModelStorage": "oss", "OssPath": "oss://examplebucket/xxxx/" }', 'description' => '模型挂载等应用信息。支持以下两种挂载方式:'."\n" .'- OSS挂载,参数配置如下:'."\n" .'{'."\n" .' "ModelStorage": "oss",'."\n" .' "OssPath": "oss://examplebucket/xxxx/"'."\n" .'} '."\n" .'- NAS挂载,参数配置如下:'."\n" .'{'."\n" .' "ModelStorage": "nas",'."\n" .' "NasMountTarget": "317d14****-****.cn-shanghai.nas.aliyuncs.com",'."\n" .' "NasPath": "/",'."\n" .' "SecurityGroupID": "sg-uf6e50fazt4u7smt****",'."\n" .' "VpcID": "vpc-uf66zxxrlv0l4nj49****",'."\n" .' "VswitchID": "vsw-uf6fg76uu2bx84tci****"'."\n" .'} '."\n" .'其中关键参数说明如下:'."\n" .'- ModelStorage:表示挂载方式。'."\n" .'- OssPath:表示模型所在的OSS Bucket目录。'."\n" .'- NasMountTarget:表示NAS挂载点。'."\n" .'- NasPath:表示NAS源路径。'."\n" .'- SecurityGroupID:表示创建NAS文件系统使用的安全组ID。'."\n" .'- VpcID:表示创建NAS文件系统使用的专有网络VPC ID。'."\n" .'- VswitchID:表示创建NAS文件系统使用的交换机ID。'], ], ], 'required' => false, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '返回结果。', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => 'Id of the request', 'description' => '请求ID。', 'type' => 'string', 'example' => '40325405-579C-4D82****'], 'ServiceId' => ['description' => '服务ID。', 'type' => 'string', 'example' => 'eas-m-aaxxxddf'], 'ServiceName' => ['description' => '服务名字。', 'type' => 'string', 'example' => 'foo'], 'Status' => ['description' => '服务的状态。', 'type' => 'string', 'example' => 'Creating'], 'Region' => ['description' => '服务所在的区域。', 'type' => 'string', 'example' => 'cn-shanghai'], 'InternetEndpoint' => ['description' => '服务的公网Endpoint。', 'type' => 'string', 'example' => 'http://pai-eas.cn-shanghai.****'], 'IntranetEndpoint' => ['description' => '服务内网Endpoint。', 'type' => 'string', 'example' => 'http://pai-eas-vpc.cn-shanghai.****'], ], ], ], ], 'staticInfo' => ['returnType' => 'synchronous'], 'title' => '创建应用服务', 'summary' => '介绍如何创建应用服务,获取大模型推理能力。', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'CreateAppService'], ], ], 'ramActions' => [ [ 'operationType' => 'create', 'ramAction' => [ 'action' => 'eas:CreateAppService', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82****\\",\\n \\"ServiceId\\": \\"eas-m-aaxxxddf\\",\\n \\"ServiceName\\": \\"foo\\",\\n \\"Status\\": \\"Creating\\",\\n \\"Region\\": \\"cn-shanghai\\",\\n \\"InternetEndpoint\\": \\"http://pai-eas.cn-shanghai.****\\",\\n \\"IntranetEndpoint\\": \\"http://pai-eas-vpc.cn-shanghai.****\\"\\n}","type":"json"}]', ], 'CreateBenchmarkTask' => [ 'summary' => '调用CreateBenchmarkTask,创建压测任务。', 'path' => '/api/v2/benchmark-tasks', 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'systemTags' => [], 'parameters' => [ [ 'name' => 'body', 'in' => 'body', 'schema' => ['description' => '压测任务的配置参数。', 'type' => 'string', 'required' => false, 'example' => '{'."\n" .' "base": {'."\n" .' "duration": 600'."\n" .' },'."\n" .' "service": {'."\n" .' "serviceName": "test_service",'."\n" .' "requestToken": "test_token"'."\n" .' },'."\n" .' "data": {'."\n" .' "path": "https://larec-benchmark-cd.oss-cn-chengdu.aliyuncs.com/youbei/sv_dbmtl/data/youbei.warmup.tf.bin",'."\n" .' "dataType": "binary"'."\n" .' },'."\n" .' "optional": {'."\n" .' "maxRt": 100'."\n" .' }'."\n" .'}'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '返回结果。', 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => '请求ID。', 'type' => 'string', 'example' => '40325405-579C-4D82********'], 'TaskName' => ['description' => '压测任务名字。', 'type' => 'string', 'example' => 'benchmark-larec-test-1076'], 'Region' => ['description' => '压测任务所在的区域。', 'type' => 'string', 'example' => 'cn-shanghai'], 'Message' => ['description' => '请求返回信息。', 'type' => 'string', 'example' => 'Benchmark task [foo] is Creating'], ], ], ], ], 'title' => '创建压测任务', 'requestParamsDescription' => '## 压测任务配置参数'."\n" .'eas-benchmark 整体配置分五部分,如下所示:'."\n" ."\n" .'| **参数** | **说明** |'."\n" .'| --- | --- |'."\n" .'| base | 压测任务的基本配置。 |'."\n" .'| service | 待压测服务的相关配置。 |'."\n" .'| data | 压测请求数据的相关配置。 |'."\n" .'| http | 服务请求HTTP相关配置。 |'."\n" .'| optional | 压测任务可选高级配置。 |'."\n" ."\n" .'#### 表1. base描述表'."\n" .'| **参数** | **说明** |'."\n" .'| --- | --- |'."\n" .'| name | 【可选】压测任务的名称,如果不指定,会根据服务名自动生成。 |'."\n" .'| duration | 【可选】压测任务执行的总时间,单位为秒,默认为1200。 |'."\n" .'| qps | 【可选】压测任务的目标(预期)QPS, 默认为10000。 |'."\n" .'| concurrency | 【可选】每个压测实例内创建的并发连接数, 初始值默认为40,会动态修改。 |'."\n" .'| agentCount | 【可选】压测任务创建的实例个数,初始值默认为1,会动态修改。 |'."\n" ."\n\n" .'#### 表2. service描述表'."\n" .'当您需要通过访问网关的模式创建压测任务时,需要[提交工单](https://smartservice.console.aliyun.com/service/create-ticket?product=learn)开通白名单权限。 '."\n" .'| **参数** | **说明** |'."\n" .'| --- | --- |'."\n" .'| serviceUrl | 【可选】待压测服务的访问URL,如果待压测服务是EAS服务,无需配置。 |'."\n" .'| serviceName | 【可选】待压测服务的服务名,如果待压测服务是EAS服务,必须配置;如果待压测服务是自定义服务,无需配置。 |'."\n" .'| requestToken | 【可选】访问服务的鉴权token,如果**serviceName**被指定,无需配置。 |'."\n" .'| endpointType | 【可选】服务支持的压测类型,支持**default**(网关)、**direct**(直连模式) 两种模式,默认为**direct**。 |'."\n" .'#### 表3. data描述表'."\n" .'| **参数** | **说明** |'."\n" .'| --- | --- |'."\n" .'| content | 【可选】压测请求数据,字符串格式。 |'."\n" .'| path | 【可选】测试数据源的HTTP路径,可以是单个文件,也支持`.zip`文件,对`.zip`文件下载后会自动解压。 |'."\n" .'| dataType | 【可选】测试数据的类型,支持text和binary两种类型,默认为text类型。 |'."\n" .'| multiLine | 【可选】测试数据是否是按行分割的,BOOL类型,如果设置为true,会将下载的数据逐行解析。|'."\n" .'#### 表4、HTTP描述表'."\n" .'| **参数** | **说明** |'."\n" .'| --- | --- |'."\n" .'| method | 【可选】HTTP请求方法,默认为POST类型。 |'."\n" .'| host | 【可选】请求主机HOST设置,默认为空。 |'."\n" .'| headers | 【可选】HTTP请求HEADER设置,LIST类型,例如:`["Authorization:aaa", "Content-Type:text"] `。|'."\n" .'| timeout | 【可选】HTTP请求延时,单位为毫秒,默认20000。|'."\n" .'#### 表5. optional描述表'."\n" .'| **参数** | **说明** |'."\n" .'| --- | --- |'."\n" .'| mode | 【可选】压测模式,支持以下三种模式:
**auto(自动加压模式)**:默认值。eas-benchmark控制器会自动创建用于压测的Agent Worker,并设置合适的并发,通过自动寻优的算法来寻找服务的承压上限。
**scan(周期加压模式)**:根据您指定的起始QPS(minQPS)、QPS上限(maxQPS)、QPS增长时间间隔(adjustInterval)和QPS增长步长(qpsGrowthDelta)等参数,动态加压,当服务承载到达指定的maxRT、maxQPS或服务压测出现错误数量超出容忍程度(faultTolerate)时为止。
**manual(手动加压模式)**:固定压测Agent数量及每个Agent的并发数,您可以在压测过程中动态调整Agent数量及Agent并发数。|'."\n" .'| adjustInterval | 【可选】自动加压的动态调整间隔,单位为秒,默认为60。例如设置为30, 则每隔30秒调整加压阈值。|'."\n" .'| minQPS | 【可选】在自动加压过程中QPS的最小值,默认为100。|'."\n" .'| maxQPS | 【可选】在自动加压过程中QPS的最大值,默认为10000。|'."\n" .'| maxRT | 【可选】期望的最大RT,超过该阈值会自动调节QPS,直到实时RT符合预期。|'."\n" .'| qpsGrowthDelta | 【可选】在自动加压过程中QPS每次增长的数值,默认为50 。|'."\n" .'| faultTolerate | 【可选】请求错误(非200状态码)率的容忍程度,默认为0.001。 |'."\n" .'| faultAction | 【可选】在请求错误率超过faultTolerate设定的阈值时,压测的行为,可选值:stop (维持当前qps, 不再继续加压);revise(动态调整QPS,直到请求错误率符合预期)|', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'CreateBenchmarkTask'], ], ], 'ramActions' => [ [ 'operationType' => '', 'ramAction' => [ 'action' => 'eas:CreateBenchmarkTask', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'BenchmarkTask', 'arn' => 'acs:eas:{#regionId}:{#accountId}:benchmarktask/*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82********\\",\\n \\"TaskName\\": \\"benchmark-larec-test-1076\\",\\n \\"Region\\": \\"cn-shanghai\\",\\n \\"Message\\": \\"Benchmark task [foo] is Creating\\"\\n}","type":"json"}]', ], 'CreateConfig' => [ 'path' => '/api/v2/configs/{ClusterId}/{ConfigType}/{Name}/{ConfigKey}', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'create', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => ['FEATURElearnKDX12S'], ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['description' => '**服务所属地域**(必填)', 'type' => 'string', 'required' => false, 'example' => 'cn-hangzhou'], ], [ 'name' => 'ConfigType', 'in' => 'path', 'schema' => ['description' => '**配置类型**(必填),目前仅支持 `service`', 'type' => 'string', 'required' => false, 'example' => 'service'], ], [ 'name' => 'Name', 'in' => 'path', 'schema' => ['description' => '**服务名称**(必填)', 'type' => 'string', 'required' => false, 'example' => 'my_llm_service'], ], [ 'name' => 'ConfigKey', 'in' => 'path', 'schema' => ['description' => '**动态参数名称**(必填),支持字母、数字、点、下划线、连字符、斜杠,最大长度 100 字符', 'type' => 'string', 'required' => false, 'example' => 'rate_limit'], ], [ 'name' => 'body', 'in' => 'body', 'style' => 'json', 'schema' => [ 'description' => '动态参数值(必填)', 'type' => 'object', 'properties' => [ 'Value' => ['description' => '动态参数值(必填)', 'type' => 'string', 'required' => false, 'example' => '{"model": "gpt-4"}'], ], 'required' => false, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '返回结构体', 'type' => 'object', 'properties' => [ 'Key' => ['title' => '配置键名', 'description' => '动态参数名称', 'type' => 'string', 'example' => 'model-config'], 'Value' => ['title' => '配置值', 'description' => '动态参数值', 'type' => 'string', 'example' => '{"model": "gpt-4"}'], 'CreatedAt' => ['title' => '创建时间', 'description' => '创建时间', 'type' => 'string', 'example' => '2024-01-01T00:00:00Z'], 'UpdatedAt' => ['title' => '更新时间', 'description' => '更新时间', 'type' => 'string', 'example' => '2024-01-01T00:00:00Z'], ], ], ], ], 'staticInfo' => ['returnType' => 'synchronous'], 'title' => '创建动态参数', 'summary' => '用于在指定服务中创建单个动态参数。', 'description' => '## 请求说明'."\n" .'- 该 API 通过 POST 方法向指定路径发送请求,以创建一个新的动态参数。'."\n" .'- 动态参数的名称(ConfigKey)支持字母、数字、点、下划线、连字符和斜杠,最大长度为100个字符。'."\n" .'- 请求体中需要包含动态参数的具体值(Value)。'."\n" .'- 成功创建后,API 将返回新动态参数的关键信息,包括参数名(Key)、值(Value)以及创建与更新的时间戳。', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [], ], 'ramActions' => [], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Key\\": \\"model-config\\",\\n \\"Value\\": \\"{\\\\\\"model\\\\\\": \\\\\\"gpt-4\\\\\\"}\\",\\n \\"CreatedAt\\": \\"2024-01-01T00:00:00Z\\",\\n \\"UpdatedAt\\": \\"2024-01-01T00:00:00Z\\"\\n}","type":"json"}]', ], 'CreateFaultInjection' => [ 'summary' => '创建故障注入任务。', 'path' => '/api/v2/services/{ClusterId}/{ServiceName}/instances/{InstanceName}/faults', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'produces' => ['application/json'], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'create', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => ['FEATURElearnN5R68Z'], ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['description' => '私有网关对应地域。', 'type' => 'string', 'required' => true, 'example' => 'cn-shanghai'], ], [ 'name' => 'ServiceName', 'in' => 'path', 'schema' => ['description' => '服务名称。如何查看服务名称,请参见[ListServices ](~~412109~~)。', 'type' => 'string', 'required' => true, 'example' => 'foo'], ], [ 'name' => 'InstanceName', 'in' => 'path', 'schema' => ['description' => '服务实例的名字。如何查看实例名称,请参见[ListServiceInstances](~~412108~~)。', 'type' => 'string', 'required' => true, 'example' => 'foo-69xxxx4f4-5w9r9'], ], [ 'name' => 'body', 'in' => 'body', 'style' => 'json', 'schema' => [ 'description' => '请求body。其中关键请求参数配置说明,请参见下方的**表 1. 请求 Body 参数**和**表 2. metadata 参数**。更多参数配置详情,请参见[服务模型所有相关参数说明](~~450525~~)。', 'type' => 'object', 'properties' => [ 'FaultType' => [ 'description' => '故障类型。'."\n" .'设备故障:1. CPU满载故障;2.内存负载故障;3.网络故障;4.磁盘读写挂账; 5.磁盘填充故障;', 'type' => 'string', 'required' => false, 'enumValueTitles' => ['MemLoadTask' => '内存加压', 'CpuFullloadTask' => 'CPU满负荷', 'NetworkTask' => '网络故障', 'DiskFillTask' => '磁盘加压'], 'example' => 'CpuFullloadTask', ], 'FaultArgs' => ['description' => '各故障类型参数详解:'."\n" .'1. CpuFullloadTask (CPU满载故障)'."\n" .'`'."\n" .'{'."\n" .' "FaultType": "CpuFullloadTask",'."\n" .' "FaultArgs": {'."\n" .' "FaultAction": "fullload",'."\n" .' "CpuPercent": 50'."\n" .' }'."\n" .'}'."\n" .'`'."\n" .'2. MemLoadTask (内存负载故障)'."\n" .'`'."\n" .'{'."\n" .' "FaultType": "MemLoadTask",'."\n" .' "FaultArgs": {'."\n" .' "FaultAction": "load",'."\n" .' "MemPercent": 80'."\n" .' }'."\n" .'}'."\n" .'`'."\n" .'3. NetworkTask (网络故障)'."\n" .'3.a. NetworkDelayAction (网络延迟)'."\n" .'`'."\n" .'{'."\n" .' "FaultType": "NetworkTask",'."\n" .' "FaultArgs": {'."\n" .' "FaultAction": "delay",'."\n" .' "Time": 3000,'."\n" .' "Offset": 100'."\n" .' }'."\n" .'}'."\n" .'`'."\n" .'3.b. NetworkCorruptAction (网络包损坏)'."\n" .'`'."\n" .'{'."\n" .' "FaultType": "NetworkTask",'."\n" .' "FaultArgs": {'."\n" .' "FaultAction": "corrupt",'."\n" .' "Percent": 50'."\n" .' }'."\n" .'}'."\n" .'`'."\n" .'3.c. NetworkLossAction (网络包丢失)'."\n" .'`'."\n" .'{'."\n" .' "FaultType": "NetworkTask",'."\n" .' "FaultArgs": {'."\n" .' "FaultAction": "loss",'."\n" .' "Percent": 30'."\n" .' }'."\n" .'}'."\n" .'`'."\n" .'4. DiskBurnTask (磁盘读写故障)'."\n" .'`'."\n" .'{'."\n" .' "FaultType": "DiskBurnTask",'."\n" .' "FaultArgs": {'."\n" .' "FaultAction": "burn",'."\n" .' "Read": true,'."\n" .' "Write": true,'."\n" .' "Size": 100'."\n" .' }'."\n" .'}'."\n" .'`'."\n" .'5. DiskFillTask (磁盘填充故障)'."\n" .'`'."\n" .'{'."\n" .' "FaultType": "DiskFillTask",'."\n" .' "FaultArgs": {'."\n" .' "FaultAction": "fill",'."\n" .' "Percent": 80'."\n" .' }'."\n" .'}'."\n" .'`', 'type' => 'any', 'required' => false, 'example' => '{'."\n" .' "FaultType": "DiskFillTask",'."\n" .' "FaultArgs": {'."\n" .' "FaultAction": "fill",'."\n" .' "Percent": 80'."\n" .' }'."\n" .'}'."\n"], ], 'required' => false, ], ], ], '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' => '40325405-579C-4D82***'], 'Message' => ['description' => '请求返回信息。', 'type' => 'string', 'example' => 'Addon prometheus_discovery is successfully reinstalled'], ], ], ], ], 'staticInfo' => ['returnType' => 'synchronous'], 'title' => '创建故障注入', 'description' => '**请确保在使用该接口前,已充分了解EAS产品的收费方式和[价格](~~144261~~)。**', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [], ], 'ramActions' => [], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82***\\",\\n \\"Message\\": \\"Addon prometheus_discovery is successfully reinstalled\\"\\n}","type":"json"}]', ], 'CreateGateway' => [ 'path' => '/api/v2/gateways', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/json'], 'produces' => ['application/json'], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'create', 'riskType' => 'none', 'chargeType' => 'paid', 'abilityTreeCode' => '191840', 'abilityTreeNodes' => ['FEATURElearn6PC7M4'], ], 'parameters' => [ [ 'name' => 'ResourceName', 'in' => 'query', 'schema' => ['description' => '资源组名称。请参见[ListResources](~~412133~~)接口返回的,ResourceType为SelfManaged的ResourceName字段。', 'type' => 'string', 'required' => false, 'example' => 'eas-r-4gt8twzwllfo******'], ], [ 'name' => 'body', 'in' => 'body', 'style' => 'json', 'schema' => [ 'description' => '请求Body。', 'type' => 'object', 'properties' => [ 'InstanceType' => ['description' => '私有网关使用的机型。取值如下:'."\n" .'- 2c4g'."\n" .'- 4c8g'."\n" .'- 8c16g'."\n" .'- 16c32g', 'type' => 'string', 'required' => false, 'example' => '2c4g'], 'EnableIntranet' => [ 'description' => '开启内网访问(默认值为true)。', 'type' => 'boolean', 'required' => false, 'enumValueTitles' => ['true' => '开启', 'false' => '关闭'], 'example' => 'true', ], 'EnableInternet' => [ 'description' => '开启公网访问(默认值为false)。', 'type' => 'boolean', 'required' => false, 'enumValueTitles' => ['true' => '开启', 'false' => '关闭'], 'example' => 'false', ], 'Name' => ['description' => '私有网关别名。', 'type' => 'string', 'required' => false, 'example' => 'mygateway1'], 'Replicas' => ['description' => '私有网关节点数。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '2'], 'ChargeType' => ['description' => '付费类型,取值如下:'."\n" .'- PrePaid:预付费。'."\n" .'- PostPaid:后付费。', 'type' => 'string', 'required' => false, 'example' => 'PostPaid'], 'AutoRenewal' => ['description' => '是否自动续费,取值如下:'."\n" .'- false(默认值):表示不自动续费。'."\n" .'- true:表示自动续费。', 'type' => 'boolean', 'required' => false], 'GatewayType' => ['type' => 'string'], ], 'required' => false, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '返回结果。', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => 'Id of the request', 'description' => '请求ID。', 'type' => 'string', 'example' => '40325405-579C-4D82****'], 'GatewayId' => ['description' => '私有网关ID。', 'type' => 'string', 'example' => 'gw-1uhcqmsc7x22******'], 'ClusterId' => ['description' => '私有网关所在地域。', 'type' => 'string', 'example' => 'cn-wulanchabu'], 'Message' => ['description' => '请求返回信息。', 'type' => 'string', 'example' => 'Successfully create gateway for user-managed resource'], ], ], ], ], 'staticInfo' => ['returnType' => 'synchronous'], 'eventInfo' => [ 'enable' => false, 'eventNames' => [], ], 'title' => '创建私有网关', 'summary' => '创建网关。', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'CreateGateway'], ], ], 'ramActions' => [ [ 'operationType' => 'create', 'ramAction' => [ 'action' => 'eas:CreateGateway', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Gateway', 'arn' => 'acs:eas:{#regionId}:{#accountId}:gateway/*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82****\\",\\n \\"GatewayId\\": \\"gw-1uhcqmsc7x22******\\",\\n \\"ClusterId\\": \\"cn-wulanchabu\\",\\n \\"Message\\": \\"Successfully create gateway for user-managed resource\\"\\n}","type":"json"}]', ], 'CreateGatewayIntranetLinkedVpc' => [ 'summary' => '创建私有网关内网访问端点。', 'path' => '/api/v2/gateways/{ClusterId}/{GatewayId}/intranet_endpoint_linked_vpc', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/json'], 'produces' => ['application/json'], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'create', 'riskType' => 'high', 'chargeType' => 'paid', 'abilityTreeCode' => '192211', 'abilityTreeNodes' => ['FEATURElearnMC2VJP'], ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['description' => '私有网关对应地域。', 'type' => 'string', 'required' => true, 'example' => 'cn-wulanchabu'], ], [ 'name' => 'GatewayId', 'in' => 'path', 'schema' => ['description' => '私有网关ID。如何获取私有网关ID,请参见[ListResources](~~412133~~)接口返回结果中的private_gateway_id字段。', 'type' => 'string', 'required' => true, 'example' => 'gw-1uhcqmsc7x22******'], ], [ 'name' => 'VpcId', 'in' => 'query', 'schema' => ['description' => '专有网络的ID。如何获取专有网络ID,请参见[DescribeVpcs](~~448581~~)。', 'type' => 'string', 'required' => false, 'example' => 'vpc-uf66uio7md****'], ], [ 'name' => 'VSwitchId', 'in' => 'query', 'schema' => ['description' => '虚拟交换机ID。如何获取虚拟交换机ID,请参见[DescribeVpcs](~~448581~~)。', 'type' => 'string', 'required' => false, 'example' => 'vsw-8vbqn2at0kljjxxxx****'], ], [ 'name' => 'EnableAuthoritativeDns', 'in' => 'query', 'schema' => ['description' => '是否开启权威DNS解析(默认值为false)。', 'type' => 'boolean', 'required' => false, 'example' => 'true'], ], [ 'name' => 'AccountId', 'in' => 'query', 'schema' => ['description' => 'Vpc所属阿里云账号ID。', 'type' => 'string', 'required' => false, 'example' => '19*****10'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '返回结果。', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => 'Id of the request', 'description' => '请求ID。', 'type' => 'string', 'example' => '40325405-579C-4D82****'], 'GatewayId' => ['description' => '私有网关ID。', 'type' => 'string', 'example' => 'gw-1uhcqmsc7x22******'], 'Message' => ['description' => '请求返回信息。', 'type' => 'string', 'example' => 'Successfully add intranet linked vpc for gateway'], ], ], ], ], 'staticInfo' => ['returnType' => 'synchronous'], 'title' => '创建私有网关内网访问端点', 'description' => '**请确保在使用该接口前,已充分了解EAS产品的收费方式和[价格](~~144261~~)。**', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'CreateGatewayIntranetLinkedVpc'], ], ], 'ramActions' => [ [ 'operationType' => 'create', 'ramAction' => [ 'action' => 'eas:CreateGatewayIntranetLinkedVpc', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Gateway', 'arn' => 'acs:eas:{#regionId}:{#accountId}:gateway/{#GatewayId}'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82****\\",\\n \\"GatewayId\\": \\"gw-1uhcqmsc7x22******\\",\\n \\"Message\\": \\"Successfully add intranet linked vpc for gateway\\"\\n}","type":"json"}]', ], 'CreateGatewayIntranetLinkedVpcPeer' => [ 'path' => '/api/v2/gateways/{ClusterId}/{GatewayId}/intranet_endpoint_linked_vpc_peer', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/json'], 'produces' => ['application/json'], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'create', 'abilityTreeCode' => '245608', 'abilityTreeNodes' => ['FEATURElearnMC2VJP'], ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['description' => '私有网关对应地域。', 'type' => 'string', 'required' => false, 'example' => 'cn-wulanchabu'], ], [ 'name' => 'GatewayId', 'in' => 'path', 'schema' => ['description' => '私有网关ID。如何获取私有网关ID,请参见[ListGateway](~~2841911~~)。', 'type' => 'string', 'required' => false, 'example' => 'gw-1uhcqmsc7x22******'], ], [ 'name' => 'VpcId', 'in' => 'query', 'schema' => ['description' => '专有网络的ID。如何获取专有网络ID,请参见[ListGatewayIntranetLinkedVpc](~~2621223~~)。', 'type' => 'string', 'required' => false, 'example' => 'vpc-2zetuli9ws0qgjd******'], ], [ 'name' => 'PeerVpcs', 'in' => 'query', 'style' => 'json', 'schema' => [ 'description' => '对等VPC列表。', 'type' => 'array', 'items' => [ 'description' => '对等VPC列表。', 'type' => 'object', 'properties' => [ 'VpcId' => ['description' => '对等专有网络ID。如何获取专有网络ID,请参见[DescribeVpcs](~~35739~~)。', 'type' => 'string', 'required' => false, 'example' => 'vpc-uf66uio7md****'], 'Region' => ['description' => '对等专有网络所在地域。', 'type' => 'string', 'required' => false, 'example' => 'cn-shanghai'], ], 'required' => false, ], 'required' => false, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '返回结果。', 'type' => 'object', 'properties' => [ 'requestId' => ['title' => 'Id of the request', 'description' => '请求ID。', 'type' => 'string', 'example' => '40325405-579C-4D82****'], 'GatewayId' => ['description' => '私有网关ID。', 'type' => 'string', 'example' => 'gw-1uhcqmsc7x22******'], 'Message' => ['description' => '请求返回信息。', 'type' => 'string', 'example' => 'Successfully add intranet linked vpc Peer for gateway'], ], ], ], ], 'staticInfo' => ['returnType' => 'synchronous'], 'eventInfo' => [ 'enable' => false, 'eventNames' => [], ], 'title' => '添加对等专有网络', 'summary' => '创建网关内网访问端点跨VPC连接。', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'CreateGatewayIntranetLinkedVpcPeer'], ], ], 'ramActions' => [ [ 'operationType' => 'create', 'ramAction' => [ 'action' => 'eas:CreateGatewayIntranetLinkedVpcPeer', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"requestId\\": \\"40325405-579C-4D82****\\",\\n \\"GatewayId\\": \\"gw-1uhcqmsc7x22******\\",\\n \\"Message\\": \\"Successfully add intranet linked vpc Peer for gateway\\"\\n}","type":"json"}]', ], 'CreateGroup' => [ 'summary' => '创建分组', 'path' => '/api/v2/groups', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/json'], 'produces' => ['application/json'], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'create', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => ['FEATURElearnKDX12S'], ], 'parameters' => [ [ 'name' => 'body', 'in' => 'body', 'style' => 'json', 'schema' => [ 'description' => '请求Body。', 'type' => 'object', 'properties' => [ 'Name' => ['description' => 'Group名字。', 'type' => 'string', 'required' => false, 'example' => 'foo'], 'WorkSpaceId' => ['description' => '工作空间id', 'type' => 'string', 'required' => false, 'example' => '12xx34'], 'Network' => [ 'description' => '专有网络配置。', 'type' => 'object', 'properties' => [ 'VpcId' => ['description' => '专有网络的ID。', 'type' => 'string', 'required' => false, 'example' => 'vpc-bp1xxxxxx0qrykjr9b'], 'VSwitchId' => ['description' => '虚拟交换机ID。', 'type' => 'string', 'required' => false, 'example' => 'vsw-bp1xxxxxxwmssgq28gye8'], 'SecurityGroupId' => ['description' => '安全组ID。', 'type' => 'string', 'required' => false, 'example' => 'sg-584xxxxxx7h08llvoww5tv5gl'], 'GatewayId' => ['description' => '专属网关ID。', 'type' => 'string', 'required' => false, 'example' => 'gw-248xxxxxxvlkhtbrda'], ], 'required' => false, ], 'Labels' => [ 'description' => '用户定义标签。', 'type' => 'object', 'required' => false, 'additionalProperties' => ['type' => 'string', 'description' => '按{"key":"value"}格式填写。Value 可为 null 或空字符,代表只按 Key 过滤,Value 可为任意值。', 'example' => '{"key1":"value1","key2":null}'."\n"], ], ], 'required' => false, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '返回结果。', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => 'Id of the request', 'description' => '请求ID。', 'type' => 'string', 'example' => '40325405-579C-4D82****'], 'Message' => ['description' => '请求返回信息。', 'type' => 'string', 'example' => 'Create service group foo successfully'], ], ], ], ], 'staticInfo' => ['returnType' => 'synchronous'], 'title' => '创建服务组', 'description' => '**请确保在使用该接口前,已充分了解EAS产品的收费方式和[价格](~~144261~~)。**', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [], ], 'ramActions' => [], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82****\\",\\n \\"Message\\": \\"Create service group foo successfully\\"\\n}","type":"json"}]', ], 'CreateResource' => [ 'summary' => '创建一个新的资源组。', 'path' => '/api/v2/resources', 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/json'], 'produces' => ['application/json'], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'create', 'riskType' => 'high', 'chargeType' => 'paid', 'abilityTreeCode' => '37055', 'abilityTreeNodes' => ['FEATURElearnN5R68Z'], ], 'parameters' => [ [ 'name' => 'body', 'in' => 'body', 'style' => 'json', 'schema' => [ 'description' => '请求Body。', 'type' => 'object', 'properties' => [ 'EcsInstanceType' => ['title' => '实例机型,对应ecs机型', 'description' => '实例机型,对应ECS机型。'."\n" .'>当ResourceType选择Dedicated时,该参数为必填。', 'type' => 'string', 'required' => false, 'example' => 'ecs.c6.8xlarge'], 'SystemDiskSize' => ['title' => '系统盘大小(200-2000GB)。不传默认为200。', 'description' => '系统盘大小,单位为GiB。取值范围为200-2000GiB,不配置默认为200GiB。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'maximum' => '2000', 'minimum' => '200', 'example' => '200', 'default' => '200'], 'EcsInstanceCount' => ['title' => '实例数量', 'description' => '实例数量。'."\n" .'> 当ResourceType选择Dedicated时,该参数为必填。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '5'], 'ChargeType' => [ 'title' => '付费类型,预付费PrePaid,后付费PostPaid', 'description' => '付费类型,取值如下:'."\n" .'- PrePaid:预付费。'."\n" .'- PostPaid:后付费。'."\n" .'> 当ResourceType选择Dedicated时,该参数为必填。'."\n" .'>', 'type' => 'string', 'required' => false, 'enumValueTitles' => ['PostPaid' => '后付费', 'PrePaid' => '预付费'], 'example' => 'PostPaid', 'enum' => ['PrePaid', 'PostPaid'], ], 'AutoRenewal' => ['title' => '是否自动续费', 'description' => '是否自动续费,取值如下:'."\n" .'- false(默认值):表示不自动续费。'."\n" .'- true:表示自动续费。', 'type' => 'boolean', 'required' => false, 'example' => 'false'], 'Zone' => ['description' => '实例所属可用区。', 'type' => 'string', 'required' => false, 'example' => 'cn-shanghai-f'], 'ResourceType' => [ 'description' => '资源组类型,取值如下:'."\n" ."\n" .'- Dedicated:专属资源组。'."\n" .'- SelfManaged:自运维资源组。'."\n" .'> 使用自运维资源组时,需要申请添加白名单。', 'type' => 'string', 'required' => false, 'enumValueTitles' => ['SelfManaged' => 'SelfManaged', 'Dedicated' => 'Dedicated'], 'example' => 'Dedicated', ], 'SelfManagedResourceOptions' => [ 'description' => '自运维资源组配置选项。', 'type' => 'object', 'properties' => [ 'ExternalClusterId' => ['description' => '自运维集群Id。', 'type' => 'string', 'required' => false, 'example' => 'cf0386f250f2545689ca7fdd1cd******'], 'RoleName' => ['description' => '授予云服务PAI-EAS相关权限的RAM角色名称。', 'type' => 'string', 'required' => false, 'example' => 'clusterrole'], 'NodeMatchLabels' => [ 'description' => '节点的标签键值对集合。', 'type' => 'object', 'required' => false, 'additionalProperties' => ['type' => 'string', 'example' => '"key1": "value1"', 'description' => '节点的标签键值对。'], ], 'NodeTolerations' => [ 'description' => '节点污点的容忍度列表。', 'type' => 'array', 'items' => [ 'description' => '节点污点的容忍度。', 'type' => 'object', 'properties' => [ 'key' => ['description' => '键名。', 'type' => 'string', 'required' => false, 'example' => 'key1'], 'value' => ['description' => '键值。', 'type' => 'string', 'required' => false, 'example' => 'value1'], 'operator' => [ 'description' => '键名和键值的关系。', 'type' => 'string', 'required' => false, 'enumValueTitles' => ['Equal' => 'Equal', 'Exists' => 'Exists'], 'example' => 'Equal', ], 'effect' => [ 'description' => '效果。', 'type' => 'string', 'required' => false, 'enumValueTitles' => ['PreferNoSchedule' => 'PreferNoSchedule', 'NoSchedule' => 'NoSchedule', 'NoExecute' => 'NoExecute'], 'example' => 'NoSchedule', ], ], 'required' => false, ], 'required' => false, ], ], 'required' => false, ], 'Labels' => [ 'description' => '用户定义标签。', 'type' => 'object', 'required' => false, 'additionalProperties' => ['type' => 'string', 'description' => '标签。', 'example' => '{"key":"value"}'], ], 'ResourceName' => ['description' => '资源组名称。', 'type' => 'string', 'required' => false, 'example' => 'MyResource'], 'UsageMode' => ['type' => 'string'], ], 'required' => false, ], ], ], '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' => '40325405-579C-4D82****'], 'ResourceId' => ['title' => '资源组ID', 'description' => '资源组ID。', 'type' => 'string', 'example' => 'eas-r-h7lcw24dyqztwxxxxxx'], 'ResourceName' => ['title' => '资源组名称', 'description' => '资源组名称。', 'type' => 'string', 'example' => 'MyResource'], 'ClusterId' => ['title' => '资源组所在集群ID', 'description' => '资源组所在集群ID。', 'type' => 'string', 'example' => 'cn-shanghai'], 'OwnerUid' => ['title' => '资源组的Owner UID', 'description' => '资源组的Owner UID。', 'type' => 'string', 'example' => '14401087478****'], 'InstanceIds' => [ 'description' => '机器实例ID列表。', 'type' => 'array', 'items' => ['description' => '机器实例ID。', 'type' => 'string', 'example' => 'eas-i-xxxxx'], ], ], ], ], 400 => [], [], ], 'title' => '创建资源组', 'description' => '**请确保在使用该接口前,已充分了解EAS产品的收费方式和[价格](~~144261~~)。**', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'CreateResource'], ], ], 'ramActions' => [ [ 'operationType' => 'create', 'ramAction' => [ 'action' => 'eas:CreateResource', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Resource', 'arn' => 'acs:eas:{#regionId}:{#accountId}:resource/*'], ], ], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82****\\",\\n \\"ResourceId\\": \\"eas-r-h7lcw24dyqztwxxxxxx\\",\\n \\"ResourceName\\": \\"MyResource\\",\\n \\"ClusterId\\": \\"cn-shanghai\\",\\n \\"OwnerUid\\": \\"14401087478****\\",\\n \\"InstanceIds\\": [\\n \\"eas-i-xxxxx\\"\\n ]\\n}","errorExample":""},{"type":"xml","example":"","errorExample":""}]', ], 'CreateResourceInstances' => [ 'summary' => '在专属资源组中创建新的机器实例。', 'path' => '/api/v2/resources/{ClusterId}/{ResourceId}/instances', 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/json'], 'produces' => ['application/json'], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'create', 'riskType' => 'high', 'chargeType' => 'paid', 'abilityTreeCode' => '39655', 'abilityTreeNodes' => ['FEATURElearnN5R68Z'], ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['title' => '资源组所在的集群ID', 'description' => '资源组所在的集群ID。', 'type' => 'string', 'required' => true, 'example' => 'cn-shanghai'], ], [ 'name' => 'ResourceId', 'in' => 'path', 'schema' => ['title' => '资源组ID', 'description' => '资源组ID,如何查询资源组ID,请参见[ListResources](~~412133~~)。', 'type' => 'string', 'required' => true, 'example' => 'eas-r-asdasdasd'], ], [ 'name' => 'body', 'in' => 'body', 'style' => 'json', 'schema' => [ 'description' => '请求Body。', 'type' => 'object', 'properties' => [ 'EcsInstanceType' => ['title' => '实例机型,对应ecs机型', 'description' => '实例机型,对应ECS机型。', 'type' => 'string', 'required' => true, 'example' => 'ecs.s6-c1m2.xlarge'], 'SystemDiskSize' => ['title' => '系统盘大小(200-2000)GB,不传默认为200', 'description' => '系统盘的磁盘大小,单位为GiB。取值范围为200-2000 GiB,不配置默认为200GiB。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'maximum' => '2000', 'minimum' => '200', 'example' => '200', 'default' => '200'], 'EcsInstanceCount' => ['title' => '新创建的实例个数,(0, 100]', 'description' => '新创建的实例个数,取值范围1~100。', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'example' => '5'], 'ChargeType' => [ 'title' => '付费类型,预付费PrePaid,后付费PostPaid', 'description' => '付费类型,取值如下:'."\n" .'- PrePaid:预付费。'."\n" .'- PostPaid:后付费。', 'type' => 'string', 'required' => true, 'enumValueTitles' => ['PostPaid' => '后付费', 'PrePaid' => '预付费'], 'example' => 'PrePaid', 'enum' => ['PrePaid', 'PostPaid'], ], 'UserData' => ['title' => '用户自这义数据,小于 16KB', 'description' => '自定义用户信息,目前暂未使用。', 'type' => 'string', 'deprecated' => true, 'required' => false, 'example' => 'x112223333'], 'AutoRenewal' => ['title' => '是否自动续费', 'description' => '是否自动续费,取值如下:'."\n" .'- false(默认值):表示不自动续费。'."\n" .'- true:表示自动续费。', 'type' => 'boolean', 'required' => false, 'example' => 'false'], 'Zone' => ['description' => '实例所属可用区。', 'type' => 'string', 'required' => false, 'example' => 'cn-shanghai-f'], 'Labels' => [ 'description' => '用户定义标签。', 'type' => 'object', 'required' => false, 'additionalProperties' => ['type' => 'string', 'description' => '标签。', 'example' => '{"key":"value"}'], ], ], 'required' => false, ], ], ], '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' => '40325405-579C-4D82****'], 'InstanceIds' => [ 'description' => '机器实例ID列表。', 'type' => 'array', 'items' => ['description' => '机器实例ID。', 'type' => 'string', 'example' => 'eas-i-xxxxxx'], ], 'Message' => ['description' => '操作成功返回信息。', 'type' => 'string', 'example' => 'Create 5 new ecs instance(s) in resource [eas-r-asdasdasd] successfully'], ], ], ], ], 'title' => '创建资源组机器', 'description' => '**请确保在使用该接口前,已充分了解EAS产品的收费方式和[价格](~~144261~~)。**', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'CreateResourceInstances'], ], ], 'ramActions' => [ [ 'operationType' => 'create', 'ramAction' => [ 'action' => 'eas:CreateResourceInstances', 'authLevel' => 'resource', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'ResourceInstance', 'arn' => 'acs:eas:{#regionId}:{#accountId}:resource/{#ResourceId}'], ], ], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82****\\",\\n \\"InstanceIds\\": [\\n \\"eas-i-xxxxxx\\"\\n ],\\n \\"Message\\": \\"Create 5 new ecs instance(s) in resource [eas-r-asdasdasd] successfully\\"\\n}","errorExample":""},{"type":"xml","example":"","errorExample":""}]', ], 'CreateResourceLog' => [ 'summary' => '开通资源组SLS日志投递功能。', 'path' => '/api/v2/resources/{ClusterId}/{ResourceId}/log', 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'create', 'abilityTreeCode' => '39659', 'abilityTreeNodes' => ['FEATURElearnN5R68Z'], ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['description' => '资源组所在的地域ID。例如华东2(上海)为cn-shanghai。', 'type' => 'string', 'required' => true, 'example' => 'cn-shanghai'], ], [ 'name' => 'ResourceId', 'in' => 'path', 'schema' => ['description' => '资源组的ID。如何查询资源组ID,请参见[ListResources](~~412133~~)。', 'type' => 'string', 'required' => true, 'example' => 'eas-r-asdasdasd****'], ], [ 'name' => 'body', 'in' => 'body', 'style' => 'json', 'schema' => [ 'description' => '请求Body。', 'type' => 'object', 'properties' => [ 'ProjectName' => ['title' => '资源组对应的sls日志管理项目', 'description' => '资源组对应的SLS日志管理项目。如何查询项目,请参见[ListProject](~~74955~~)。', 'type' => 'string', 'required' => true, 'example' => 'eas-r-asdasdasd-sls'], 'LogStore' => ['title' => 'sls日志库', 'description' => 'SLS日志库,如何查询日志库,请参见[ListLogStores](~~426970~~)。', 'type' => 'string', 'required' => true, 'example' => 'access_log'], ], 'required' => false, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '返回结果。', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => 'Id of the request', 'description' => '请求ID。', 'type' => 'string', 'example' => '40325405-579C-4D82****'], 'Message' => ['description' => '操作结果信息。', 'type' => 'string', 'example' => 'Resource [eas-r-asdasdasd****] is deleted.'], ], ], ], ], 'title' => '开通资源组日志投递 ', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'CreateResourceLog'], ], ], 'ramActions' => [ [ 'operationType' => 'create', 'ramAction' => [ 'action' => 'eas:CreateResourceLog', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Resource', 'arn' => 'acs:eas:{#regionId}:{#accountId}:resource/{#ResourceId}'], ], ], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82****\\",\\n \\"Message\\": \\"Resource [eas-r-asdasdasd****] is deleted.\\"\\n}","errorExample":""},{"type":"xml","example":"","errorExample":""}]', ], 'CreateService' => [ 'summary' => '创建PAI-EAS服务。', 'path' => '/api/v2/services', 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'create', 'abilityTreeCode' => '37002', 'abilityTreeNodes' => ['FEATURElearnKDX12S'], ], 'parameters' => [ [ 'name' => 'body', 'in' => 'body', 'schema' => ['description' => '请求body。其中关键请求参数配置说明,请参见下方的**表 1. 请求 Body 参数**和**表 2. metadata 参数**。更多参数配置详情,请参见[服务模型所有相关参数说明](~~450525~~)。', 'type' => 'string', 'required' => false, 'example' => 'Image deployment service:'."\n" .'{'."\n" .'  "name": "foo",'."\n" .'  "metadata": {'."\n" .'    "instance": 2,'."\n" .'    "memory": 7000,'."\n" .'    "cpu": 4'."\n" .'    },'."\n" .'  "containers": ['."\n" .'    {'."\n" .'      "image": "****",'."\n" .'      "script": "**** --listen=0.0.0.0 --server_port=8000 --headless",'."\n" .'      "port": 8000'."\n" .'    }'."\n" .'  ],'."\n" .'  "storage": ['."\n" .'    {'."\n" .'      "oss": {'."\n" .'        "path": "oss://examplebuket/data111/",'."\n" .'        "readOnly": false'."\n" .'      },'."\n" .'      "properties": {'."\n" .'        "resource_type": "model"'."\n" .'      },'."\n" .'      "mount_path": "/data"'."\n" .'    }'."\n" .'  ]'."\n" .'}'."\n" .'image deploymentAI-Web application:'."\n" .'{'."\n" .'  "name": "foo",'."\n" .'  "metadata": {'."\n" .'    "instance": 1,'."\n" .'    "memory": 7000,'."\n" .'    "cpu": 4,'."\n" .'    "enable_webservice": true'."\n" .'  },'."\n" .'  "containers": ['."\n" .'    {'."\n" .'      "image": "****",'."\n" .'      "script": "**** --listen=0.0.0.0 --server_port=8000 --headless",'."\n" .'      "port": 8000'."\n" .'    }'."\n" .'  ],'."\n" .'  "storage": ['."\n" .'    {'."\n" .'      "oss": {'."\n" .'        "path": "oss://examplebucket/data111/",'."\n" .'        "readOnly": false'."\n" .'      },'."\n" .'      "properties": {'."\n" .'      "resource_type": "model"'."\n" .'      },'."\n" .'      "mount_path": "/data"'."\n" .'    }'."\n" .'  ]'."\n" .'}'."\n" .'model+processor deployment service:'."\n" .'{'."\n" .'  "metadata": {'."\n" .'    "instance": 1,'."\n" .'    "memory": 7000,'."\n" .'    "cpu": 4'."\n" .'  },'."\n" .'  "name": "foo",'."\n" .'  "model_config": {},'."\n" .'  "processor_type": "python",'."\n" .'  "processor_path": "oss://****",'."\n" .'  "processor_entry": "a.py",'."\n" .'  "model_path": "oss://****"'."\n" .'}'], ], [ 'name' => 'Develop', 'in' => 'query', 'schema' => [ 'title' => '是否进入开发模式。', 'description' => '是否进入开发模式。', 'type' => 'string', 'required' => false, 'enumValueTitles' => ['true' => '进入开发模式', 'false' => '不进入开发模式'], 'example' => 'true', ], ], [ 'name' => 'Labels', 'in' => 'query', 'style' => 'json', 'schema' => [ 'description' => '用户自定义标签。', 'type' => 'object', 'required' => false, 'additionalProperties' => ['type' => 'string', 'description' => '标签。', 'example' => '{"key":"value"}'], ], ], [ 'name' => 'WorkspaceId', 'in' => 'query', 'schema' => ['description' => '工作空间ID。', 'type' => 'string', 'required' => false, 'example' => '123456'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '返回结果。', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => 'Id of the request', 'description' => '请求ID。', 'type' => 'string', 'example' => '40325405-579C-4D82****'], 'ServiceId' => ['description' => '新创建服务的服务ID。', 'type' => 'string', 'example' => 'eas-m-aaxxxddf'], 'ServiceName' => ['description' => '新创建服务的服务名字。', 'type' => 'string', 'example' => 'yourname'], 'Status' => ['description' => '新服务的当前状态。', 'type' => 'string', 'example' => 'Creating'], 'Region' => ['description' => '新创建服务所属的区域ID。', 'type' => 'string', 'example' => 'cn-shanghai'], 'InternetEndpoint' => ['description' => '新创建服务的公网Endpoint。', 'type' => 'string', 'example' => 'http://pai-eas.vpc.cn-shanghai.****'], 'IntranetEndpoint' => ['description' => '新创建服务的内网Endpoint。', 'type' => 'string', 'example' => 'http://pai-eas.cn-shanghai.****'], ], ], ], 400 => [], 403 => [], 409 => [], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82****\\",\\n \\"ServiceId\\": \\"eas-m-aaxxxddf\\",\\n \\"ServiceName\\": \\"yourname\\",\\n \\"Status\\": \\"Creating\\",\\n \\"Region\\": \\"cn-shanghai\\",\\n \\"InternetEndpoint\\": \\"http://pai-eas.vpc.cn-shanghai.****\\",\\n \\"IntranetEndpoint\\": \\"http://pai-eas.cn-shanghai.****\\"\\n}","type":"json"}]', 'title' => '创建服务', 'description' => '**请确保在使用该接口前,已充分了解EAS产品的收费方式和[价格](~~144261~~)。**', 'requestParamsDescription' => '**表 1. 请求Body参数**'."\n" ."\n" .'|名称|类型|是否必选|说明|'."\n" .'|---|---|---|---|'."\n" .'|name|String|是|服务名称,在同一个地域内全局唯一。|'."\n" .'|token|String|否|指定用于访问鉴权的Token字符串,若不指定则按**generate_token**自动生成。|'."\n" .'|model_path|String|否|模型相关的文件,支持HTTP和OSS两种格式,HTTP地址需为Public可访问的。若为OSS地址,则输入可以是目录或者文件;若文件为`.tar.gz`、`.tar.bz2`、`.zip`等压缩包,会自动解压。|'."\n" .'|role_arn|string|否|**model_path**或**processor_path**为OSS地址时,需要指定用于OSS授权的role_arn,role_arn的获取参数Role_ARN。|'."\n" .'|oss_endpoint|String|否|**model_path**或**processor_path**为OSS地址时,需要指定OSS Bucket对应的endpoint。|'."\n" .'|model_entry|String|否|模型的入口文件,若不指定,则使用**model_path**中的文件名,可以包含任意文件,主文件的路径会传递给Processor中的`Load()`函数。|'."\n" .'|processor_path|String|是|Processor相关的文件包,支持本地文件和HTTP链接地址,若文件为`.tar.gz`、`.tar.bz2`、`.zip`等压缩包,会自动解压。|'."\n" .'|processor_entry|String|否|**C、C++、Python类型必选**。Processor的主文件,其中包含了预测所需要`Load()`函数和`Process()`函数的实现。|'."\n" .'|processor_mainclass|String|否|**Java类型必选**。Processor的主文件,JAR包中的mainclass。|'."\n" .'|processor_type|String|是|processor实现的语言,目前已支持C、C++、Java、Python。|'."\n" .'|metadata|Dict|否|服务的meta信息。详见下表2。|'."\n" .'|cloud|Dict|否|目前只有指定机型部署时会用到,传参的样式为`"cloud":{"computing":{"instance_type": "ecs.gxxxxxx.large"}}`。|'."\n" .'|containers|List|否|自定义镜像部署。如果Processor部署无法满足需求,可以使用自定义镜像部署,详情请参见[服务部署:自定义镜像](~~258246~~)。|'."\n" .'>model_path和processor_path为输入模型数据和processor数据的数据来源,支持HTTP和OSS两种数据源,使用test命令进行本地调试时支持本地文件和目录。'."\n" .'- 若使用HTTP地址,则需要将相关文件打包成.tar.gz、.tar.bz2、.zip等压缩包,可上传至OSS并生成HTTP地址。'."\n" .'- 若使用OSS地址,则输入可以是目录,也可以是文件。'."\n" ."\n\n" .'**表 2. metadata参数**'."\n" .'|名称|类型|是否必选|描述|示例值|'."\n" .'|---|---|---|---|---|'."\n" .'|instance|Int|否|服务启动的Worker数目。|1|'."\n" .'|cpu|Int|否|每个Worker需要的CPU数目。|1|'."\n" .'|gpu|Int|否|每个Worker需要的GPU数目。|0|'."\n" .'|memory|Int|否|每个Worker需要的内存大小,单位为MB。|1000|'."\n" .'|resource|String|否|服务所属的资源组。|eas-r-aaabbbccc|'."\n" .'|rpc.worker_threads|Int|否|每个Instance中用于并发处理请求的线程数。|5|'."\n" .'|rpc.max_queue_size|Int|否|请求处理时队列的最大长度,队列满时新请求会被以450状态码丢弃。|64|'."\n" .'|rpc.keepalive|Int|否|请求的超时时间,单位为毫秒。|5000|'."\n" .'|rpc.rate_limit|Int|否|单实例请求限流的QPS值,单实例QPS超出该值后的请求会被返回429丢弃。|0|'."\n" .'|release|Bool|否|若为true,则要创建一个灰度发布服务。|false|', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'CreateService'], ], ], 'ramActions' => [], ], 'CreateServiceAutoScaler' => [ 'summary' => '开通服务自动扩缩容功能,为服务创建自动扩缩控制器。', 'path' => '/api/v2/services/{ClusterId}/{ServiceName}/autoscaler', 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => ['operationType' => 'create'], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['title' => '服务所在区域', 'description' => '服务所在地域。', 'type' => 'string', 'required' => true, 'example' => 'cn-shanghai'], ], [ 'name' => 'ServiceName', 'in' => 'path', 'schema' => ['title' => '服务名字', 'description' => '服务名称。如何查看服务名称,请参见[ListServices ](~~412109~~)。', 'type' => 'string', 'required' => true, 'example' => 'foo'], ], [ 'name' => 'body', 'in' => 'body', 'style' => 'json', 'schema' => [ 'description' => '请求Body。', 'type' => 'object', 'properties' => [ 'min' => ['title' => '最小 replica 数,需要大于0', 'description' => '最小实例数,需要大于0。', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'example' => '2'], 'max' => ['title' => '最大 replica 数,需要大于MinReplica', 'description' => '最大实例数,需要大于Min Replica。', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'example' => '8'], 'scaleStrategies' => [ 'description' => '伸缩策略列表。', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'metricName' => ['description' => '指标名称,取值如下:'."\n" .'- qps:单实例qps伸缩阈值。'."\n" .'- cpu:cpu利用率阈值。'."\n" .'- gpu[util]:gpu利用率阈值。', 'type' => 'string', 'required' => true, 'example' => 'qps'], 'threshold' => ['description' => '触发自动伸缩阈值。'."\n" .'- 指标名称配置为qps:当单实例的平均qps大于该值时会触发扩容。'."\n" .'- 指标名称配置为cpu:当单实例的平均cpu使用率大于该值时会触发扩容。'."\n" .'- 指标名称配置为gpu[util]:当单实例的平均gpu使用率大于该值时会触发扩容。', 'type' => 'number', 'format' => 'float', 'required' => true, 'example' => '10'], 'service' => ['description' => '指标所属服务,不配置默认为当前服务。', 'type' => 'string', 'required' => false, 'example' => 'demo_svc'], ], 'required' => false, 'description' => '', ], 'required' => true, ], 'behavior' => [ 'description' => '自动扩缩容时的行为。', 'type' => 'object', 'properties' => [ 'scaleUp' => [ 'description' => '扩容时的行为。', 'type' => 'object', 'properties' => [ 'stabilizationWindowSeconds' => ['description' => '扩容稳定窗口期时间,默认值为0。'."\n" .'只有当过去一段时间内的指标均满足条件,才会执行扩容。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '0'], ], 'required' => false, ], 'scaleDown' => [ 'description' => '缩容时的行为。', 'type' => 'object', 'properties' => [ 'stabilizationWindowSeconds' => ['description' => '缩容稳定窗口期时间,默认值为300。'."\n" .'只有当过去一段时间内的指标均不满足条件,才会执行缩容。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '300'], ], 'required' => false, ], 'onZero' => [ 'description' => '缩容到0时的行为。', 'type' => 'object', 'properties' => [ 'scaleDownGracePeriodSeconds' => ['description' => '缩容到0之前的等待期。'."\n" .'当指标满足缩容到0的条件时,需要经过等待期的时间,才会执行缩容到0。默认值为600。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '600'], 'scaleUpActivationReplicas' => ['description' => '当从0开始扩容时,一次性创建的实例数。默认值为1。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'], ], 'required' => false, ], ], 'required' => false, ], ], 'required' => false, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '返回结果。', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => 'Id of the request', 'description' => '请求ID。', 'type' => 'string', 'example' => '40325405-579C-4D82****'], 'Message' => ['description' => '请求返回信息。', 'type' => 'string', 'example' => 'Succeed to auto scale service [foo]'], ], ], ], ], 'title' => '开通服务自动扩缩容', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'CreateServiceAutoScaler'], ], ], 'ramActions' => [ [ 'operationType' => 'create', 'ramAction' => [ 'action' => 'eas:CreateServiceAutoScaler', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Service', 'arn' => 'acs:eas:{#regionId}:{#accountId}:service/{#ServiceName}'], ], ], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82****\\",\\n \\"Message\\": \\"Succeed to auto scale service [foo]\\"\\n}","errorExample":""},{"type":"xml","example":"","errorExample":""}]', ], 'CreateServiceCronScaler' => [ 'summary' => '开通服务定时扩缩容功能。', 'path' => '/api/v2/services/{ClusterId}/{ServiceName}/cronscaler', 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/json'], 'produces' => ['application/json'], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'create', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '123919', 'abilityTreeNodes' => ['FEATURElearnZ3WNW7'], ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['title' => '服务所在区域', 'description' => '服务所在地域。', 'type' => 'string', 'required' => true, 'example' => 'cn-shanghai'], ], [ 'name' => 'ServiceName', 'in' => 'path', 'schema' => ['title' => '服务名字', 'description' => '服务名称。如何查看服务名称,请参见[ListServices ](~~412109~~)。', 'type' => 'string', 'required' => true, 'example' => 'foo'], ], [ 'name' => 'body', 'in' => 'body', 'style' => 'json', 'schema' => [ 'description' => '请求Body。', 'type' => 'object', 'properties' => [ 'ScaleJobs' => [ 'title' => '定时伸缩任务描述', 'description' => '定时伸缩任务描述。', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'TargetSize' => ['title' => '执行伸缩任务的目标replica', 'description' => '执行伸缩任务的目标实例数。', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'example' => '1'], 'Schedule' => ['title' => '要执行伸缩任务的cron表达式', 'description' => '要执行伸缩任务的Cron表达式。如何配置Cron表达式,请参见**请求参数补充说明**章节。', 'type' => 'string', 'required' => true, 'example' => '0 18 * * * *'], 'Name' => ['description' => '定时扩缩容任务名称。', 'type' => 'string', 'required' => false, 'example' => 'scale-job-1'], 'TimeZone' => ['description' => '时区配置,用于解析定时伸缩任务的执行时间', 'type' => 'string', 'required' => false, 'example' => 'Asia/Shanghai'], ], 'required' => false, 'description' => '', ], 'required' => true, ], 'ExcludeDates' => [ 'title' => '需要排除的时间点的cron表达式', 'description' => '需要排除的时间点的Cron表达式列表。', 'type' => 'array', 'items' => ['description' => 'Cron表达式。如何配置Cron表达式,请参见**请求参数补充说明**章节。', 'type' => 'string', 'required' => false, 'example' => '* * * * * 0,6'], 'required' => false, ], ], 'required' => false, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '返回body。', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => '请求ID', 'description' => '请求ID。', 'type' => 'string', 'example' => '40325405-579C-4D82****'], 'Message' => ['title' => '操作成功消息', 'description' => '请求返回信息。', 'type' => 'string', 'example' => 'Create cron scaler for service [foo] successfully'], ], ], ], ], 'title' => '开通服务定时扩缩容', 'requestParamsDescription' => '### Cron表达式'."\n" .'![未命名绘图.drawio.png](https://intranetproxy.alipay.com/skylark/lark/0/2022/png/72178/1645094436048-953c2592-1017-4597-855d-22e6e78afee0.png#clientId=ua661de8e-75b1-4&crop=0&crop=0&crop=1&crop=1&from=ui&height=120&id=ufb1b2c04&margin=%5Bobject%20Object%5D&name=%E6%9C%AA%E5%91%BD%E5%90%8D%E7%BB%98%E5%9B%BE.drawio.png&originHeight=215&originWidth=547&originalType=binary&ratio=1&rotation=0&showTitle=false&size=17762&status=done&style=none&taskId=ue641ee0e-20dd-462b-ae2e-102a58eae0e&title=&width=305)'."\n" ."\n" .'| 名称 | 可用值 | 可用特殊符号 |'."\n" .'| --- | --- | --- |'."\n" .'| 秒 | 0-59 | * / , - |'."\n" .'| 分 | 0-59 | * / , - |'."\n" .'| 小时 | 0-23 | * / , - |'."\n" .'| 日 | 1-31 | * / , - |'."\n" .'| 月 | 1-12 或 JAN-DEC | * / , - |'."\n" .'| 星期 | 0-6 或 SUN-SAT | * / , - |'."\n" ."\n" .'#### 特殊符号说明'."\n" .'**星号(*)**'."\n" .'星号代表任意值,例如:0 0 0 1 * * 代表每月1号的0点整。'."\n" .'​'."\n" ."\n" .'**连字符(-)**'."\n" .'连字符代表一段连续的取值范围,例如:0 0 12-14 * * * 代表每天的12:00、13:00和14:00。'."\n" .'​'."\n" ."\n" .'**逗号(,)**'."\n" .'逗号代表一段取值范围,例如:0 0 12,14 * * * 代表每天的12:00和14:00。'."\n" .'​'."\n" ."\n" .'**斜杠(/)**'."\n" .'斜杠用来代表一段增量的区间,例如:0 */15 * * * * 代表每小时的 0分、15分、30分和45分。'."\n" .'斜杠可以和连字符配合使用,例如:0 5-40/15 * * * * 代表每小时从5分到40分钟之间,每隔15分钟取一个值,有效时间点可以是0:05, 0:20, 0:35。', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'CreateServiceCronScaler'], ], ], 'ramActions' => [ [ 'operationType' => 'create', 'ramAction' => [ 'action' => 'eas:CreateServiceCronScaler', 'authLevel' => 'resource', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82****\\",\\n \\"Message\\": \\"Create cron scaler for service [foo] successfully\\"\\n}","type":"json"}]', ], 'CreateServiceInstanceToken' => [ 'path' => '/api/v2/services/{ClusterId}/{ServiceName}/instances/{InstanceName}/token', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => [], 'produces' => ['application/json'], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '134138', 'abilityTreeNodes' => ['FEATURElearnO4KXYN'], ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['description' => '区域ID。', 'type' => 'string', 'required' => true, 'example' => 'cn-shanghai'], ], [ 'name' => 'ServiceName', 'in' => 'path', 'schema' => ['description' => '服务名字。', 'type' => 'string', 'required' => true, 'example' => 'deepseekv3_3'], ], [ 'name' => 'InstanceName', 'in' => 'path', 'schema' => ['description' => '服务实例的名字。', 'type' => 'string', 'required' => true, 'example' => 'deepseekv3-3-7b56869574-44nq9'], ], [ 'name' => 'WorkerName', 'in' => 'query', 'schema' => ['description' => '服务worker的名称。您可以调用ListServiceContainers接口获取worker名称。', 'type' => 'string', 'required' => false, 'example' => 'worker0'], ], [ 'name' => 'ActionType', 'in' => 'query', 'schema' => [ 'description' => '需要获取的链接类型。取值:'."\n" .'- **WorkBench**:通过WorkBench 登录容器。', 'type' => 'string', 'required' => false, 'enumValueTitles' => ['WorkBench' => 'WorkBench'], 'example' => 'WorkBench', ], ], ], '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' => '40325405-579C-4D82****'], 'Token' => ['description' => '参数暂未使用。', 'type' => 'string', 'example' => '***'], 'Url' => ['description' => '参数暂未使用。', 'type' => 'string', 'example' => '***'], 'WorkbenchUrl' => ['description' => '通过 Workbench 登录容器的 URL。', 'type' => 'string', 'example' => 'https://ecs-workbench-disposable.aliyun.com/account/disposable/login/sst/180535184*******/uc2vx*****'], 'StreamlogUrl' => ['description' => '参数暂未使用。', 'type' => 'string', 'example' => '***'], ], ], ], ], 'title' => '获取连接服务实例的 URL', 'summary' => '调用本接口可以获取登录到容器所需的 token 以及 websocket 地址。', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [], ], 'ramActions' => [], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82****\\",\\n \\"Token\\": \\"***\\",\\n \\"Url\\": \\"***\\",\\n \\"WorkbenchUrl\\": \\"https://ecs-workbench-disposable.aliyun.com/account/disposable/login/sst/180535184*******/uc2vx*****\\",\\n \\"StreamlogUrl\\": \\"***\\"\\n}","type":"json"}]', ], 'CreateServiceMirror' => [ 'path' => '/api/v2/services/{ClusterId}/{ServiceName}/mirror', 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => ['operationType' => 'create'], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['title' => '服务所在区域', 'description' => '服务所在地域。例如华东2(上海)为cn-shanghai。', 'type' => 'string', 'required' => true, 'example' => 'cn-shanghai'], ], [ 'name' => 'ServiceName', 'in' => 'path', 'schema' => ['title' => '服务名字', 'description' => '服务名称。如何查看服务名称,请参见[ListServices ](~~412109~~)。', 'type' => 'string', 'required' => true, 'example' => 'foo'], ], [ 'name' => 'body', 'in' => 'body', 'style' => 'json', 'schema' => [ 'description' => '请求Body。', 'type' => 'object', 'properties' => [ 'Ratio' => ['title' => '比例 [0, 100]', 'description' => '比例0~100。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '30'], 'Target' => [ 'title' => '服务实例列表', 'description' => '服务实例列表。', 'type' => 'array', 'items' => ['description' => '目标服务名称。', 'type' => 'string', 'required' => false, 'example' => 'echo'], 'required' => false, ], ], 'required' => false, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '返回结果。', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => 'Id of the request', 'description' => '请求ID。', 'type' => 'string', 'example' => '40325405-579C-4D82***'], 'Message' => ['description' => '请求返回信息。', 'type' => 'string', 'example' => 'Traffic mirroring is ON for service [foo] in region [cn-shanghai], ratio [70%]'], ], ], ], ], 'title' => '开通服务流量镜像', 'summary' => '开启服务流量镜像功能,可以将一个服务接受到的请求镜像到另一个服务上。', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'CreateServiceMirror'], ], ], 'ramActions' => [ [ 'operationType' => 'create', 'ramAction' => [ 'action' => 'eas:CreateServiceMirror', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Service', 'arn' => 'acs:eas:{#regionId}:{#accountId}:service/{#ServiceName}'], ], ], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82***\\",\\n \\"Message\\": \\"Traffic mirroring is ON for service [foo] in region [cn-shanghai], ratio [70%]\\"\\n}","errorExample":""},{"type":"xml","example":"","errorExample":""}]', ], 'CreateServiceRollout' => [ 'summary' => '创建服务更新计划', 'description' => '## 请求说明'."\n" ."\n" .'- **策略互斥**:`Partition`(分区发布)和`Batch`(批量发布)两种策略只能选择其中一种,不能同时使用。'."\n" .'- **请求速率限制**:每秒最多100次请求。'."\n" .'- **授权信息**:需要具备`eas:CreateServiceRollout`权限才能调用此接口。'."\n" .'- **资源ARN**:`acs:eas:{#regionId}:{#accountId}:service/{#ServiceName}`。'."\n" .'- **暂停发布**:通过设置`Paused`参数为`true`可以暂停发布流程,之后可通过`UpdateServiceRollout`接口恢复或取消发布。'."\n" .'- **监控与回滚**:在发布过程中建议持续监控服务指标,以便及时发现并处理问题;如需回滚,可以通过调整`Partition`值或删除发布策略来实现。'."\n", 'path' => '/api/v2/services/{ClusterId}/{ServiceName}/rollout', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/json'], 'produces' => ['application/json'], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'create', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => ['FEATURElearnKDX12S'], ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['title' => '地域ID。服务所在的地域标识,可通过ListServices接口获取可用地域列表。'."\n", 'description' => '地域ID。服务所在的地域标识,可通过ListServices接口获取可用地域列表。'."\n", 'type' => 'string', 'required' => true, 'example' => 'cn-shanghai'], ], [ 'name' => 'ServiceName', 'in' => 'path', 'schema' => ['title' => '服务名称。要创建发布策略的服务名称,服务名称在同一地域内必须唯一。可通过DescribeService接口获取服务详情。'."\n", 'description' => '服务名称。要创建发布策略的服务名称,服务名称在同一地域内必须唯一。可通过DescribeService接口获取服务详情。'."\n", 'type' => 'string', 'required' => true, 'example' => 'my-service'], ], [ 'name' => 'body', 'in' => 'body', 'style' => 'json', 'schema' => [ 'description' => '请求Body。', 'type' => 'object', 'properties' => [ 'Partition' => [ 'description' => '手动分批配置。', 'type' => 'object', 'properties' => [ 'Partition' => ['description' => '需要更新到新版本的实例数。', 'type' => 'string', 'required' => false, 'example' => '1'], ], 'required' => false, ], 'Batch' => [ 'description' => '自动分批配置。', 'type' => 'object', 'properties' => [ 'BatchSize' => ['description' => '每批更新的实例数。', 'type' => 'string', 'required' => false, 'example' => '1'], 'Interval' => ['description' => '每批更新完成后的等待间隔。', 'type' => 'string', 'required' => false, 'example' => '5m'], ], 'required' => false, ], 'Paused' => ['description' => '是否暂停更新。', 'type' => 'boolean', 'required' => false, 'example' => 'False'], ], 'required' => false, ], ], ], 'responses' => [ 200 => [ 'description' => '成功响应', 'schema' => [ 'description' => '响应Body。', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => '请求ID。每次请求返回的唯一标识,用于问题排查和追踪。'."\n", 'description' => '请求ID。每次请求返回的唯一标识,用于问题排查和追踪。'."\n", 'type' => 'string', 'example' => '40325405-579C-4D82****'."\n"], 'Message' => ['title' => '返回信息。描述请求处理结果。'."\n", 'description' => '返回信息。描述请求处理结果。'."\n", 'type' => 'string', 'example' => 'Rollout created successfully'], ], ], ], ], 'staticInfo' => ['returnType' => 'synchronous'], 'title' => '创建服务更新计划', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [], ], 'ramActions' => [], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82****\\\\n\\",\\n \\"Message\\": \\"Rollout created successfully\\"\\n}","type":"json"}]', ], 'CreateVirtualResource' => [ 'summary' => '创建一个新的虚拟资源组。', 'path' => '/api/v2/virtualresources', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/json'], 'produces' => ['application/json'], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'create', 'abilityTreeCode' => '238222', 'abilityTreeNodes' => ['FEATURElearnRPDTZG'], 'tenantRelevance' => 'publicInformation', ], 'parameters' => [ [ 'name' => 'body', 'in' => 'body', 'style' => 'json', 'schema' => [ 'description' => '请求Body。', 'type' => 'object', 'properties' => [ 'Resources' => [ 'title' => '虚拟资源所包含的资源列表', 'description' => '虚拟资源组包含的资源列表。', 'type' => 'array', 'items' => [ 'description' => '资源详情。', 'type' => 'object', 'properties' => [ 'Region' => ['title' => '资源所在的集群ID', 'description' => '资源所在地域。', 'type' => 'string', 'required' => false, 'example' => 'cn-hangzhou'], 'InstanceType' => ['title' => '资源所使用的实例规格,如果使用公共资源组,则必须指定该字段。(注意: 用户必须指定InstanceType、ResourceId和QuotaId中的一个字段,且只能指定一个。)', 'description' => '公共资源组机型规格。'."\n" .'>用户必须指定InstanceType、ResourceId和QuotaId中的一个字段,且只能指定一个。>', 'type' => 'string', 'required' => false, 'example' => 'ecs.s6-c1m2.xlarge'."\n"], 'Priority' => ['title' => '资源的使用优先级', 'description' => '资源调度优先级。数字越大,调度优先级越高。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '6'], 'QuotaId' => ['title' => '灵骏ID,如果该资源为灵骏智算资源组,则需要指定该字段。(注意: 用户必须指定InstanceType、ResourceId和QuotaId中的一个字段,且只能指定一个。)', 'description' => '灵骏资源配额ID。'."\n" .'>用户必须指定InstanceType、ResourceId和QuotaId中的一个字段,且只能指定一个。>', 'type' => 'string', 'required' => false, 'example' => 'quota185lqxxxxxx'], 'SpotPriceLimit' => ['title' => '实例规格的竞拍价格,如果资源为抢占类型,则需要指定该字段。', 'description' => '公共资源组抢占实例价格上限。'."\n" .'不设置代表不使用抢占式实例。>', 'type' => 'number', 'format' => 'float', 'required' => false, 'example' => '10.05'], 'ResourceId' => ['title' => '资源ID,如果该资源为EAS专属资源组,则需要指定该字段。(注意: 用户必须指定InstanceType、ResourceId和QuotaId中的一个字段,且只能指定一个。)', 'description' => '专属资源组ID。如何查询专属资源组ID,请参见[ListResources](~~412133~~)。'."\n" .'>用户必须指定InstanceType、ResourceId和QuotaId中的一个字段,且只能指定一个。>', 'type' => 'string', 'required' => false, 'example' => 'eas-r-g55ieatgg3buxxxxxx'], ], 'required' => false, ], 'required' => false, ], 'VirtualResourceName' => ['title' => '虚拟资源的名称,默认为虚拟资源的ID', 'description' => '虚拟资源组名称,默认为虚拟资源组ID。', 'type' => 'string', 'required' => false, 'example' => 'MyVirtualResource'], 'DisableSpotProtectionPeriod' => ['description' => '是否关闭竞价型实例保留时长', 'type' => 'boolean', 'required' => false, 'example' => 'true'], ], 'required' => false, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '返回结果。', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => 'Id of the request', 'description' => '请求ID。', 'type' => 'string', 'example' => '40325405-579C-4D82***'], 'Message' => ['description' => '返回结果信息。', 'type' => 'string', 'example' => 'Successfully created virtual resource eas-vr-npovr28onap1xxxxxx'], 'VirtualResourceId' => ['title' => '虚拟资源的ID', 'description' => '虚拟资源组ID。', 'type' => 'string', 'example' => 'eas-vr-npovr28onap1xxxxxx'], ], ], ], ], 'staticInfo' => ['returnType' => 'synchronous'], 'title' => '创建虚拟资源组', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'CreateVirtualResource'], ], ], 'ramActions' => [ [ 'operationType' => 'create', 'ramAction' => [ 'action' => 'eas:CreateVirtualResource', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'VirtualResource', 'arn' => 'acs:eas:{#regionId}:{#accountId}:virtualresource/*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82***\\",\\n \\"Message\\": \\"Successfully created virtual resource eas-vr-npovr28onap1xxxxxx\\",\\n \\"VirtualResourceId\\": \\"eas-vr-npovr28onap1xxxxxx\\"\\n}","type":"json"}]', ], 'DeleteAclPolicy' => [ 'summary' => '删除网关的访问权限,删除的IP段不再具备访问网关的权限。', 'path' => '/api/v2/gateways/{ClusterId}/{GatewayId}/acl_policy', 'methods' => ['delete'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/json'], 'produces' => ['application/json'], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'delete', 'abilityTreeCode' => '225607', 'abilityTreeNodes' => ['FEATURElearn6PC7M4'], ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['title' => '所在区域', 'description' => '私有网关所在地域。', 'type' => 'string', 'required' => true, 'example' => 'cn-wulanchabu'], ], [ 'name' => 'GatewayId', 'in' => 'path', 'schema' => ['title' => '网关ID', 'description' => '私有网关ID。如何获取私有网关ID,请参见ListResources接口返回结果中的private_gateway_id字段。', 'type' => 'string', 'required' => true, 'example' => 'gw-1uhcqmsc7x22******'], ], [ 'name' => 'VpcId', 'in' => 'query', 'schema' => ['description' => '专有网络的ID。如何获取专有网络ID,请参见DescribeVpcs。', 'type' => 'string', 'required' => false, 'example' => 'vpc-uf66uio7md****'], ], [ 'name' => 'AclPolicyList', 'in' => 'query', 'style' => 'json', 'schema' => [ 'description' => '专有网络可访问IP段白名单列表。', 'type' => 'array', 'items' => [ 'description' => '专有网络可访问IP段白名单。', 'type' => 'object', 'properties' => [ 'Entry' => ['description' => '专有网络可访问IP段。', 'type' => 'string', 'required' => false, 'example' => '10.23.XX.XX/32'], 'Comment' => ['description' => '专有网络可访问IP段备注。', 'type' => 'string', 'required' => false, 'example' => 'default'], ], 'required' => false, ], 'required' => false, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '返回结果。', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => 'Id of the request', 'description' => '请求ID。', 'type' => 'string', 'example' => '40325405-579C-4D82****'], 'Message' => ['description' => '请求返回信息。', 'type' => 'string', 'example' => 'Successfully delete acl policy for gateway'], 'GatewayId' => ['description' => '私有网关ID。', 'type' => 'string', 'example' => 'gw-1uhcqmsc7x22******'], ], ], ], ], 'staticInfo' => ['returnType' => 'synchronous'], 'title' => '移除网关访问权限', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DeleteAclPolicy'], ], ], 'ramActions' => [ [ 'operationType' => 'delete', 'ramAction' => [ 'action' => 'eas:DeleteAclPolicy', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Gateway', 'arn' => 'acs:eas:{#regionId}:{#accountId}:gateway/{#GatewayId}'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82****\\",\\n \\"Message\\": \\"Successfully delete acl policy for gateway\\",\\n \\"GatewayId\\": \\"gw-1uhcqmsc7x22******\\"\\n}","type":"json"}]', ], 'DeleteBenchmarkTask' => [ 'summary' => '删除指定的压测任务。', 'path' => '/api/v2/benchmark-tasks/{ClusterId}/{TaskName}', 'methods' => ['delete'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'systemTags' => [], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['description' => '压测任务所在区域。', 'type' => 'string', 'required' => true, 'example' => 'cn-shanghai'], ], [ 'name' => 'TaskName', 'in' => 'path', 'schema' => ['description' => '压测任务名称。如何获取压测任务名称,请参见[ListBenchmarkTask](~~432976~~)。', 'type' => 'string', 'required' => true, 'example' => 'benchmark-larec-test-2b11'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '返回结果。', 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => '请求ID。', 'type' => 'string', 'example' => '40325405-579C-4D82****'], 'Message' => ['description' => '请求返回信息。', 'type' => 'string', 'example' => 'Benchmark task [benchmark-test-service-234c] is Deleting'], ], ], ], ], 'title' => '删除压测任务', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DeleteBenchmarkTask'], ], ], 'ramActions' => [ [ 'operationType' => '', 'ramAction' => [ 'action' => 'eas:DeleteBenchmarkTask', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'BenchmarkTask', 'arn' => 'acs:eas:{#regionId}:{#accountId}:benchmarktask/{#BenchmarkTaskId}'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82****\\",\\n \\"Message\\": \\"Benchmark task [benchmark-test-service-234c] is Deleting\\"\\n}","type":"json"}]', ], 'DeleteConfig' => [ 'path' => '/api/v2/configs/{ClusterId}/{ConfigType}/{Name}/{ConfigKey}', 'methods' => ['delete'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'delete', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => ['FEATURElearnKDX12S'], ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['description' => '**集群/地域 ID**'."\n", 'type' => 'string', 'required' => false, 'example' => 'cn-hangzhou'], ], [ 'name' => 'ConfigType', 'in' => 'path', 'schema' => ['description' => '**配置类型**,目前仅支持 `service`'."\n", 'type' => 'string', 'required' => false, 'example' => 'service'], ], [ 'name' => 'Name', 'in' => 'path', 'schema' => ['description' => '**服务名称**'."\n", 'type' => 'string', 'required' => false, 'example' => 'my-llm-service'], ], [ 'name' => 'ConfigKey', 'in' => 'path', 'schema' => ['description' => '**要删除的配置项名称**'."\n", 'type' => 'string', 'required' => false, 'example' => 'rate_limit'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => 'Schema of Response', 'type' => 'object', 'properties' => [ 'message' => ['title' => '操作结果消息', 'description' => '操作结果消息', 'type' => 'string', 'example' => 'Successfully deleted 1 configs'], 'deleted' => ['title' => '删除的配置数量', 'description' => '删除的配置数量', 'type' => 'integer', 'format' => 'int32', 'example' => '1'], ], ], ], ], 'staticInfo' => ['returnType' => 'synchronous'], 'title' => '删除动态参数', 'summary' => '用于删除指定服务下的单个动态参数。', 'description' => '## 请求说明'."\n" .'该 API 允许用户通过指定集群 ID、配置类型、服务名称以及配置项名称来删除特定的配置项。请确保提供的参数值准确无误,以避免误删重要配置。'."\n", 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [], ], 'ramActions' => [], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"message\\": \\"Successfully deleted 1 configs\\",\\n \\"deleted\\": 1\\n}","type":"json"}]', ], 'DeleteFaultInjection' => [ 'summary' => '删除故障注入任务', 'path' => '/api/v2/services/{ClusterId}/{ServiceName}/instances/{InstanceName}/faults/{FaultType}', 'methods' => ['delete'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/json'], 'produces' => ['application/json'], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'delete', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => ['FEATURElearnN5R68Z'], 'autoTest' => false, 'notSupportAutoTestReason' => '编排过于复杂', 'tenantRelevance' => 'tenant', ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['description' => '私有网关对应地域。', 'type' => 'string', 'required' => false, 'example' => 'cn-shanghai'], ], [ 'name' => 'ServiceName', 'in' => 'path', 'schema' => ['description' => '服务名称。如何查看服务名称,请参见[ListServices ](~~412109~~)。', 'type' => 'string', 'required' => false, 'example' => 'foo'], ], [ 'name' => 'InstanceName', 'in' => 'path', 'schema' => ['description' => '服务实例的名字。如何查看实例名称,请参见[ListServiceInstances](~~412108~~)。', 'type' => 'string', 'required' => false, 'example' => 'echo-da290ac8-7fckm'], ], [ 'name' => 'FaultType', 'in' => 'path', 'schema' => ['description' => '设备故障:1. CPU满载故障;2.内存负载故障;3.网络故障;4.磁盘读写挂账; 5.磁盘填充故障;', 'type' => 'string', 'required' => false, 'example' => 'CpuFullloadTask'], ], ], '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' => '40325405-579C-4D82****'], 'Message' => ['description' => '操作结果信息。', 'type' => 'string', 'example' => 'Successfully delete acl policy for gateway'], ], ], ], ], 'staticInfo' => ['returnType' => 'synchronous'], 'title' => '删除注入的故障', 'description' => '**请确保在使用该接口前,已充分了解EAS产品的收费方式和[价格](~~144261~~)。**', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [], ], 'ramActions' => [], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82****\\",\\n \\"Message\\": \\"Successfully delete acl policy for gateway\\"\\n}","type":"json"}]', ], 'DeleteGateway' => [ 'path' => '/api/v2/gateways/{ClusterId}/{GatewayId}', 'methods' => ['delete'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/json'], 'produces' => ['application/json'], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => ['operationType' => 'delete'], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['description' => '私有网关所在地域。', 'type' => 'string', 'required' => true, 'example' => 'cn-wulanchabu'], ], [ 'name' => 'GatewayId', 'in' => 'path', 'schema' => ['description' => '私有网关ID。如何获取私有网关ID,请参见[ListResources](~~412133~~)接口返回结果中的private_gateway_id字段。', 'type' => 'string', 'required' => true, 'example' => 'gw-1uhcqmsc7x22******'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '返回结果。', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => 'Id of the request', 'description' => '请求ID。', 'type' => 'string', 'example' => '40325405-579C-4D82****'], 'GatewayId' => ['description' => '私有网关ID。', 'type' => 'string', 'example' => 'gw-1uhcqmsc7x22******'], 'Message' => ['description' => '请求返回消息。', 'type' => 'string', 'example' => 'Gateway gw-1uhcqmsc7x22****** is deleted'], ], ], ], ], 'staticInfo' => ['returnType' => 'synchronous'], 'title' => '删除私有网关', 'summary' => '删除私有网关。', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DeleteGateway'], ], ], 'ramActions' => [ [ 'operationType' => 'delete', 'ramAction' => [ 'action' => 'eas:DeleteGateway', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Gateway', 'arn' => 'acs:eas:{#regionId}:{#accountId}:gateway/{#GatewayId}'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82****\\",\\n \\"GatewayId\\": \\"gw-1uhcqmsc7x22******\\",\\n \\"Message\\": \\"Gateway gw-1uhcqmsc7x22****** is deleted\\"\\n}","type":"json"}]', ], 'DeleteGatewayIntranetLinkedVpc' => [ 'path' => '/api/v2/gateways/{ClusterId}/{GatewayId}/intranet_endpoint_linked_vpc', 'methods' => ['delete'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/json'], 'produces' => ['application/json'], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => ['operationType' => 'delete'], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['title' => '所在区域', 'description' => '私有网关所在地域。', 'type' => 'string', 'required' => true, 'example' => 'cn-wulanchabu'], ], [ 'name' => 'GatewayId', 'in' => 'path', 'schema' => ['title' => '网关ID', 'description' => '私有网关ID。如何获取私有网关ID,请参见[ListResources](~~412133~~)接口返回结果中的private_gateway_id字段。', 'type' => 'string', 'required' => true, 'example' => 'gw-1uhcqmsc7x22******'], ], [ 'name' => 'VpcId', 'in' => 'query', 'schema' => ['description' => '专有网络的ID。如何获取专有网络ID,请参见[DescribeVpcs](~~448581~~)。', 'type' => 'string', 'required' => false, 'example' => 'vpc-uf66uio7md****'], ], [ 'name' => 'VSwitchId', 'in' => 'query', 'schema' => ['description' => '虚拟交换机ID。如何获取虚拟交换机ID,请参见[DescribeVpcs](~~448581~~)。', 'type' => 'string', 'required' => false, 'example' => 'vsw-8vbqn2at0kljjxxxx****'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '返回结果。', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => 'Id of the request', 'description' => '请求ID。', 'type' => 'string', 'example' => '40325405-579C-4D82****'], 'Message' => ['description' => '返回信息。', 'type' => 'string', 'example' => 'Successfully delete intranet linked vpc for gateway'], 'GatewayId' => ['description' => '私有网关ID。', 'type' => 'string', 'example' => 'gw-1uhcqmsc7x22******'], ], ], ], ], 'staticInfo' => ['returnType' => 'synchronous'], 'title' => '删除私有网关内网访问端点', 'summary' => '删除私有网关内网访问端点。', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DeleteGatewayIntranetLinkedVpc'], ], ], 'ramActions' => [ [ 'operationType' => 'delete', 'ramAction' => [ 'action' => 'eas:DeleteGatewayIntranetLinkedVpc', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Gateway', 'arn' => 'acs:eas:{#regionId}:{#accountId}:gateway/{#GatewayId}'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82****\\",\\n \\"Message\\": \\"Successfully delete intranet linked vpc for gateway\\",\\n \\"GatewayId\\": \\"gw-1uhcqmsc7x22******\\"\\n}","type":"json"}]', ], 'DeleteGatewayIntranetLinkedVpcPeer' => [ 'summary' => '删除网关内网访问端点跨VPC连接。', 'path' => '/api/v2/gateways/{ClusterId}/{GatewayId}/intranet_endpoint_linked_vpc_peer', 'methods' => ['delete'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/json'], 'produces' => ['application/json'], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'delete', 'abilityTreeCode' => '245615', 'abilityTreeNodes' => ['FEATURElearnMC2VJP'], ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['description' => '私有网关所在地域。', 'type' => 'string', 'required' => false, 'example' => 'cn-wulanchabu'], ], [ 'name' => 'GatewayId', 'in' => 'path', 'schema' => ['description' => '私有网关ID。如何获取私有网关ID,请参见[ListGateway](~~2841911~~)。', 'type' => 'string', 'required' => false, 'example' => 'gw-1uhcqmsc7x22******'], ], [ 'name' => 'VpcId', 'in' => 'query', 'schema' => ['description' => '绑定的专有网络ID。如何查询,请参见[ListGatewayIntranetLinkedVpc](~~2621223~~)。', 'type' => 'string', 'required' => false, 'example' => 'vpc-2zetuli9ws0qgjd******'], ], [ 'name' => 'PeerVpcs', 'in' => 'query', 'style' => 'json', 'schema' => [ 'description' => '对等专有网络。', 'type' => 'array', 'items' => [ 'description' => '对等专有网络。', 'type' => 'object', 'properties' => [ 'VpcId' => ['description' => '对等专有网络ID。', 'type' => 'string', 'required' => false, 'example' => 'vpc-uf66uio7md****'], 'Region' => ['description' => '对等专有网络所在地域。', 'type' => 'string', 'required' => false, 'example' => 'cn-shanghai'], ], 'required' => false, ], 'required' => false, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '返回结果。', 'type' => 'object', 'properties' => [ 'requestId' => ['title' => 'Id of the request', 'description' => '请求ID。', 'type' => 'string', 'example' => '40325405-579C-4D82****'], 'GatewayId' => ['description' => '私有网关ID。', 'type' => 'string', 'example' => 'gw-1uhcqmsc7x22******'], 'Message' => ['description' => '请求返回信息。', 'type' => 'string', 'example' => 'Successfully delete intranet linked vpc Peer for gateway'], ], ], ], ], 'staticInfo' => ['returnType' => 'synchronous'], 'eventInfo' => [ 'enable' => false, 'eventNames' => [], ], 'title' => '删除对等专有网络', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DeleteGatewayIntranetLinkedVpcPeer'], ], ], 'ramActions' => [ [ 'operationType' => 'delete', 'ramAction' => [ 'action' => 'eas:DeleteGatewayIntranetLinkedVpcPeer', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"requestId\\": \\"40325405-579C-4D82****\\",\\n \\"GatewayId\\": \\"gw-1uhcqmsc7x22******\\",\\n \\"Message\\": \\"Successfully delete intranet linked vpc Peer for gateway\\"\\n}","type":"json"}]', ], 'DeleteGatewayLabel' => [ 'summary' => '删除网关标签', 'path' => '/api/v2/gateways/{ClusterId}/{GatewayId}/label', 'methods' => ['delete'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/json'], 'produces' => ['application/json'], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'delete', 'riskType' => 'high', 'chargeType' => 'free', 'abilityTreeCode' => '167565', 'abilityTreeNodes' => ['FEATURElearnKDX12S'], ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['title' => '网关所在区域。', 'description' => '网关所在区域。', 'type' => 'string', 'required' => true, 'example' => 'cn-hangzhou'], ], [ 'name' => 'GatewayId', 'in' => 'path', 'schema' => ['title' => '网关名字。', 'description' => '网关Id。', 'type' => 'string', 'required' => true, 'example' => 'gw-1uhcqmsc7x22******'], ], [ 'name' => 'LabelKeys', 'in' => 'query', 'style' => 'json', 'schema' => [ 'title' => '要删除的网关标签。', 'description' => '要删除的网关标签。', 'type' => 'array', 'items' => ['title' => '服务标签key列表。', 'description' => '网关标签key列表。', 'type' => 'string', 'required' => false, 'example' => 'key1'], 'required' => true, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => 'Schema of Response', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => '请求ID。', 'description' => '请求ID。', 'type' => 'string', 'example' => '40325405-579C-4D82****'], 'Message' => ['title' => '返回信息。', 'description' => '返回信息。', 'type' => 'string', 'example' => 'Succeed to delete gateway labels.'], ], ], ], ], 'staticInfo' => ['returnType' => 'synchronous'], 'title' => '删除网关标签', 'description' => '**请确保在使用该接口前,已充分了解EAS产品的收费方式和[价格](~~144261~~)。**', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [], ], 'ramActions' => [], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82****\\",\\n \\"Message\\": \\"Succeed to delete gateway labels.\\"\\n}","type":"json"}]', ], 'DeleteGroup' => [ 'path' => '/api/v2/groups/{ClusterId}/{GroupName}', 'methods' => ['delete'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/json'], 'produces' => ['application/json'], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'delete', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => ['FEATURElearnKDX12S'], ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['description' => '所属所在地域ID。', 'type' => 'string', 'required' => false, 'example' => 'cn-shanghai'], ], [ 'name' => 'GroupName', 'in' => 'path', 'schema' => ['description' => '服务群组名称。', 'type' => 'string', 'required' => false, 'example' => 'foo'], ], [ 'name' => 'CascadeDelete', 'in' => 'query', 'schema' => [ 'description' => '是否级联删除。开启后删除服务组会自动删除服务组下的所有服务。默认不开启。', 'type' => 'string', 'required' => false, 'enumValueTitles' => ['true' => 'true', 'false' => 'false'], 'example' => 'false', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '返回结果。', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => 'Id of the request', 'description' => '请求ID。', 'type' => 'string', 'example' => '40325405-579C-4D82********'], 'Message' => ['description' => '请求返回信息。', 'type' => 'string', 'example' => 'Delete service group foo successfully'."\n"], ], ], ], ], 'staticInfo' => ['returnType' => 'synchronous'], 'title' => '删除服务组', 'summary' => '删除服务分组', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [], ], 'ramActions' => [], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82********\\",\\n \\"Message\\": \\"Delete service group foo successfully\\\\n\\"\\n}","type":"json"}]', ], 'DeleteResource' => [ 'summary' => '删除一个已有的资源组,仅当资源组中无任务服务和资源实例的情况下才允许删除。', 'path' => '/api/v2/resources/{ClusterId}/{ResourceId}', 'methods' => ['delete'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => ['operationType' => 'delete'], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['title' => '资源组所在的集群ID', 'description' => '资源组所在的地域ID。例如华东2(上海)为cn-shanghai。', 'type' => 'string', 'required' => true, 'example' => 'cn-shanghai'], ], [ 'name' => 'ResourceId', 'in' => 'path', 'schema' => ['title' => '资源组的ID', 'description' => '资源组的ID。如何查询资源组ID,请参见[ListResources](~~412133~~)。', 'type' => 'string', 'required' => true, 'example' => 'eas-r-asdasdasd****'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '返回结果。', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => 'Id of the request', 'description' => '请求ID。', 'type' => 'string', 'example' => '40325405-579C-4D82-9624-EC2B1779****'], 'Message' => ['description' => '操作结果信息。', 'type' => 'string', 'example' => 'Resource [eas-r-asdasdasd****] is deleted.'], ], ], ], 404 => [], ], 'title' => '删除资源组', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DeleteResource'], ], ], 'ramActions' => [ [ 'operationType' => 'delete', 'ramAction' => [ 'action' => 'eas:DeleteResource', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Resource', 'arn' => 'acs:eas:{#regionId}:{#accountId}:resource/{#ResourceId}'], ], ], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82-9624-EC2B1779****\\",\\n \\"Message\\": \\"Resource [eas-r-asdasdasd****] is deleted.\\"\\n}","errorExample":""},{"type":"xml","example":"","errorExample":""}]', ], 'DeleteResourceDLink' => [ 'summary' => '关闭专属资源组VPC直连功能。', 'path' => '/api/v2/resources/{ClusterId}/{ResourceId}/dlink', 'methods' => ['delete'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => ['operationType' => 'delete'], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['title' => '资源组所在的集群ID', 'description' => '资源组所在的地域ID。例如华东2(上海)为cn-shanghai。', 'type' => 'string', 'required' => true, 'example' => 'cn-shanghai'], ], [ 'name' => 'ResourceId', 'in' => 'path', 'schema' => ['title' => '资源组的ID', 'description' => '资源组的ID。如何查询资源组ID,请参见[ListResources](~~412133~~)。', 'type' => 'string', 'required' => true, 'example' => 'eas-r-asdasdasd****'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '返回结果。', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => 'Id of the request', 'description' => '请求ID。', 'type' => 'string', 'example' => '40325405-579C-4D82****'], 'Message' => ['description' => '操作结果信息。', 'type' => 'string', 'example' => 'Network interfaces are deleting'], ], ], ], ], 'title' => '关闭资源组VPC直连', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DeleteResourceDLink'], ], ], 'ramActions' => [ [ 'operationType' => 'delete', 'ramAction' => [ 'action' => 'eas:DeleteResourceDLink', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Resource', 'arn' => 'acs:eas:{#regionId}:{#accountId}:resource/{#ResourceId}'], ], ], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82****\\",\\n \\"Message\\": \\"Network interfaces are deleting\\"\\n}","errorExample":""},{"type":"xml","example":"","errorExample":""}]', ], 'DeleteResourceInstanceLabel' => [ 'summary' => '删除资源组实例标签。', 'path' => '/api/v2/resources/{ClusterId}/{ResourceId}/label', 'methods' => ['delete'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'produces' => ['application/json'], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'delete', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '260412', 'abilityTreeNodes' => ['FEATURElearnN5R68Z'], ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['description' => '资源组所在的地域ID。', 'type' => 'string', 'required' => true, 'example' => 'cn-shanghai'], ], [ 'name' => 'ResourceId', 'in' => 'path', 'schema' => ['description' => '资源组的ID。如何查询资源组ID,请参见[ListResources](~~412133~~)。', 'type' => 'string', 'required' => true, 'example' => 'eas-r-h7lcw24dyqztwxxxxxx'], ], [ 'name' => 'InstanceIds', 'in' => 'query', 'style' => 'simple', 'schema' => [ 'description' => '机器实例ID。', 'type' => 'array', 'items' => ['description' => '机器实例ID。', 'type' => 'string', 'required' => false, 'example' => 'eas-i-xxxxx'], 'required' => false, ], ], [ 'name' => 'AllInstances', 'in' => 'query', 'schema' => ['description' => '是否对资源组下所有实例生效。如果为 true,则 InstanceIds 参数不生效。', 'type' => 'boolean', 'required' => false], ], [ 'name' => 'Keys', 'in' => 'query', 'style' => 'simple', 'schema' => [ 'description' => '要删除的标签。(废弃,请使用 LabelKeys)', 'type' => 'array', 'items' => ['description' => '要删除的标签键。', 'type' => 'string', 'required' => false, 'example' => 'key'], 'deprecated' => true, 'required' => false, ], ], [ 'name' => 'LabelKeys', 'in' => 'query', 'style' => 'json', 'schema' => [ 'description' => '要删除的标签。', 'type' => 'array', 'items' => ['description' => '要删除的标签键。', 'type' => 'string', 'required' => false, 'example' => 'key'], 'required' => false, ], ], ], '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' => '40325405-579C-4D82********'], 'Message' => ['description' => '请求返回信息。', 'type' => 'string', 'example' => 'success'], ], ], ], ], 'staticInfo' => ['returnType' => 'synchronous'], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82********\\",\\n \\"Message\\": \\"success\\"\\n}","type":"json"}]', 'title' => '删除资源组机器实例标签', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DeleteResourceInstanceLabel'], ], ], 'ramActions' => [], ], 'DeleteResourceInstances' => [ 'summary' => '删除专属资源组中的机器实例,普通用户仅允许删除后付费实例。', 'path' => '/api/v2/resources/{ClusterId}/{ResourceId}/instances', 'methods' => ['delete'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'delete', 'abilityTreeCode' => '37103', 'abilityTreeNodes' => ['FEATURElearnRPDTZG'], ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['description' => '资源组所在的地域ID。', 'type' => 'string', 'required' => true, 'example' => 'cn-shanghai'], ], [ 'name' => 'ResourceId', 'in' => 'path', 'schema' => ['description' => '资源组的ID。如何查询资源组ID,请参见[ListResources](~~412133~~)。', 'type' => 'string', 'required' => true, 'example' => 'eas-r-asdasdasd****'], ], [ 'name' => 'InstanceList', 'in' => 'query', 'schema' => ['description' => '实例列表,多个实例之间以半角逗号(,)分割。例如:`instanceId1,instanceId2`。如何获取实例列表,请参见[ListResourceInstances](~~412129~~)。', 'type' => 'string', 'required' => false, 'example' => 'eas-i-xxxxxxx,eas-i-xxxxxxx'], ], [ 'name' => 'AllFailed', 'in' => 'query', 'schema' => ['description' => '是否删除全部创建失败实例。'."\n" .'- true:表示删除全部失败实例。'."\n" .'- false:表示不删除失败实例。', 'type' => 'boolean', 'required' => false, 'example' => 'true'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '返回结果。', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => 'Id of the request', 'description' => '请求ID。', 'type' => 'string', 'example' => '40325405-579C-4D82****'], 'Message' => ['description' => '操作结果信息。', 'type' => 'string', 'example' => 'Instances eas-i-01122713****,eas-i-01122713**** are deleting'], ], ], ], 404 => [], ], 'title' => '删除资源组机器实例', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DeleteResourceInstances'], ], ], 'ramActions' => [ [ 'operationType' => 'delete', 'ramAction' => [ 'action' => 'eas:DeleteResourceInstances', 'authLevel' => 'resource', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'ResourceInstance', 'arn' => 'acs:eas:{#regionId}:{#accountId}:resource/{#ResourceId}'], ], ], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82****\\",\\n \\"Message\\": \\"Instances eas-i-01122713****,eas-i-01122713**** are deleting\\"\\n}","errorExample":""},{"type":"xml","example":"","errorExample":""}]', ], 'DeleteResourceLog' => [ 'path' => '/api/v2/resources/{ClusterId}/{ResourceId}/log', 'methods' => ['delete'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => ['operationType' => 'delete'], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['description' => '资源组所在的地域ID。', 'type' => 'string', 'required' => true, 'example' => 'cn-shanghai'], ], [ 'name' => 'ResourceId', 'in' => 'path', 'schema' => ['description' => '资源组的ID。如何查询资源组ID,请参见[ListResources](~~412133~~)。', 'type' => 'string', 'required' => true, 'example' => 'eas-r-asdas****'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '返回结果。', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => 'Id of the request', 'description' => '请求ID。', 'type' => 'string', 'example' => '40325405-579C-4D82****'], 'Message' => ['description' => '操作结果信息。', 'type' => 'string', 'example' => 'Log service for resource [eas-r-asdas****] is deleting'], ], ], ], ], 'title' => '关闭资源组日志投递', 'summary' => '关闭专属资源组SLS日志投递功能。', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DeleteResourceLog'], ], ], 'ramActions' => [ [ 'operationType' => 'delete', 'ramAction' => [ 'action' => 'eas:DeleteResourceLog', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Resource', 'arn' => 'acs:eas:{#regionId}:{#accountId}:resource/{#ResourceId}'], ], ], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82****\\",\\n \\"Message\\": \\"Log service for resource [eas-r-asdas****] is deleting\\"\\n}","errorExample":""},{"type":"xml","example":"","errorExample":""}]', ], 'DeleteService' => [ 'path' => '/api/v2/services/{ClusterId}/{ServiceName}', 'methods' => ['delete'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => ['operationType' => 'delete'], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['description' => '服务所在区域。例如华东2(上海)为cn-shanghai。', 'type' => 'string', 'required' => true, 'example' => 'cn-shanghai'], ], [ 'name' => 'ServiceName', 'in' => 'path', 'schema' => ['description' => '服务名称。如何查看服务名称,请参见[ListServices ](~~412109~~)。', 'type' => 'string', 'required' => true, 'example' => 'foo'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '返回结果。', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => 'Id of the request', 'description' => '请求ID。', 'type' => 'string', 'example' => '40325405-579C-4D82****'], 'Message' => ['description' => '请求返回消息。', 'type' => 'string', 'example' => 'Service [foo] in region [cn-shanghai] is terminating'], ], ], ], 404 => [], ], 'title' => '删除服务', 'summary' => '删除指定的服务。', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DeleteService'], ], ], 'ramActions' => [ [ 'operationType' => 'delete', 'ramAction' => [ 'action' => 'eas:DeleteService', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Service', 'arn' => 'acs:eas:{#regionId}:{#accountId}:service/{#ServiceName}'], ], ], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82****\\",\\n \\"Message\\": \\"Service [foo] in region [cn-shanghai] is terminating\\"\\n}","errorExample":""},{"type":"xml","example":"","errorExample":""}]', ], 'DeleteServiceAutoScaler' => [ 'summary' => '删除服务已有的弹性伸缩控制器,关闭自动弹性伸缩功能。', 'path' => '/api/v2/services/{ClusterId}/{ServiceName}/autoscaler', 'methods' => ['delete'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'produces' => ['application/json'], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => ['operationType' => 'delete'], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['title' => '服务所在区域', 'description' => '服务所在地域ID。', 'type' => 'string', 'required' => true, 'example' => 'cn-shanghai'], ], [ 'name' => 'ServiceName', 'in' => 'path', 'schema' => ['title' => '服务名字', 'description' => '服务名称。如何查看服务名称,请参见[ListServices ](~~412109~~)。', 'type' => 'string', 'required' => true, 'example' => 'foo'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '返回结果。', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => 'Id of the request', 'description' => '请求ID。', 'type' => 'string', 'example' => '40325405-579C-4D82****'], 'Message' => ['description' => '请求返回信息。', 'type' => 'string', 'example' => 'Autoscaler for service [foo] deleted successfully'], ], ], ], 404 => [], ], 'title' => '关闭服务自动扩缩容', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DeleteServiceAutoScaler'], ], ], 'ramActions' => [ [ 'operationType' => 'delete', 'ramAction' => [ 'action' => 'eas:DeleteServiceAutoScaler', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Service', 'arn' => 'acs:eas:{#regionId}:{#accountId}:service/{#ServiceName}'], ], ], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82****\\",\\n \\"Message\\": \\"Autoscaler for service [foo] deleted successfully\\"\\n}","errorExample":""},{"type":"xml","example":"","errorExample":""}]', ], 'DeleteServiceCronScaler' => [ 'path' => '/api/v2/services/{ClusterId}/{ServiceName}/cronscaler', 'methods' => ['delete'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'produces' => ['application/json'], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => ['operationType' => 'delete'], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['description' => '服务所在地域。', 'type' => 'string', 'required' => true, 'example' => 'cn-shanghai'], ], [ 'name' => 'ServiceName', 'in' => 'path', 'schema' => ['description' => '服务名称。如何查看服务名称,请参见[ListServices ](~~412109~~)。', 'type' => 'string', 'required' => true, 'example' => 'foo'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '返回body。', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => 'Id of the request', 'description' => '请求ID。', 'type' => 'string', 'example' => '40325405-579C-4D82****'], 'Message' => ['description' => '请求返回信息。', 'type' => 'string', 'example' => 'Cronscaler for service [foo] deleted successfully'], ], ], ], ], 'title' => '关闭服务定时扩缩容', 'summary' => '关闭服务定时扩缩容功能。', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DeleteServiceCronScaler'], ], ], 'ramActions' => [ [ 'operationType' => 'delete', 'ramAction' => [ 'action' => 'eas:DeleteServiceCronScaler', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Service', 'arn' => 'acs:eas:{#regionId}:{#accountId}:service/{#ServiceName}'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82****\\",\\n \\"Message\\": \\"Cronscaler for service [foo] deleted successfully\\"\\n}","type":"json"}]', ], 'DeleteServiceInstances' => [ 'summary' => '调用DeleteServiceInstances重启服务的指定实例。', 'path' => '/api/v2/services/{ClusterId}/{ServiceName}/instances', 'methods' => ['delete'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => [], 'produces' => ['application/json'], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'delete', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '39632', 'abilityTreeNodes' => ['FEATURElearnKDX12S'], ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['title' => '服务所在区域', 'description' => '服务所在区域。', 'type' => 'string', 'required' => true, 'example' => 'cn-shanghai'], ], [ 'name' => 'ServiceName', 'in' => 'path', 'schema' => ['title' => '服务名字', 'description' => '服务名称。如何查看服务名称,请参见[ListServices ](~~412109~~)。', 'type' => 'string', 'required' => true, 'example' => 'foo'], ], [ 'name' => 'InstanceList', 'in' => 'query', 'schema' => ['title' => '删除的实例列表,多个实例名字之间逗号隔开', 'description' => '重启的实例列表,多个实例名称之间使用半角逗号(,)分隔。如何查看实例名称,请参见[ListServiceInstances](~~412108~~)。', 'type' => 'string', 'required' => false, 'example' => 'foo-rdsbxxxx,foo-rdsaxxxx'], ], [ 'name' => 'SoftRestart', 'in' => 'query', 'schema' => ['description' => '是否只重启容器进程,不重建实例。默认为false。', 'type' => 'boolean', 'required' => false, 'example' => 'true'], ], [ 'name' => 'Container', 'in' => 'query', 'schema' => ['description' => '需要重启进程的容器名称。只有在SoftRestart参数为true,该参数才会生效。', 'type' => 'string', 'required' => false, 'example' => 'worker0'], ], [ 'name' => 'IsReplica', 'in' => 'query', 'schema' => ['description' => '当前实例是否为实例单元。', 'type' => 'boolean', 'required' => false, 'example' => 'false'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '返回结构体。', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => 'Id of the request', 'description' => '请求ID。', 'type' => 'string', 'example' => '40325405-579C-4D82****'], 'Message' => ['description' => '请求返回信息。', 'type' => 'string', 'example' => 'Instance(s) [foo-rdsb,foo-rdsa] for service [foo] in region [cn-shanghai] was deleted successfully'], ], ], ], ], 'staticInfo' => ['returnType' => 'synchronous'], 'title' => '重启服务实例', 'description' => '**请确保在使用该接口前,已充分了解EAS产品的收费方式和[价格](~~144261~~)。**', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DeleteServiceInstances'], ], ], 'ramActions' => [ [ 'operationType' => 'delete', 'ramAction' => [ 'action' => 'eas:DeleteServiceInstances', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Service', 'arn' => 'acs:eas:{#regionId}:{#accountId}:service/{#ServiceName}'], ], ], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82****\\",\\n \\"Message\\": \\"Instance(s) [foo-rdsb,foo-rdsa] for service [foo] in region [cn-shanghai] was deleted successfully\\"\\n}","errorExample":""},{"type":"xml","example":"","errorExample":""}]', ], 'DeleteServiceLabel' => [ 'summary' => '删除已有的服务标签。', 'path' => '/api/v2/services/{ClusterId}/{ServiceName}/label', 'methods' => ['delete'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'produces' => ['application/json'], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'update', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '167565', 'abilityTreeNodes' => ['FEATURElearnKDX12S'], ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['title' => '服务所在区域。', 'description' => '服务所在区域。', 'type' => 'string', 'required' => true, 'example' => 'cn-shanghai'], ], [ 'name' => 'ServiceName', 'in' => 'path', 'schema' => ['title' => '服务名字。', 'description' => '服务名称。如何查看服务名称,请参见[ListServices](~~412109~~)。', 'type' => 'string', 'required' => true, 'example' => 'foo'], ], [ 'name' => 'Keys', 'in' => 'query', 'style' => 'simple', 'schema' => [ 'title' => '要删除的服务标签。', 'description' => '要删除的服务标签。(废弃,请使用 LabelKeys)', 'type' => 'array', 'items' => ['title' => '服务标签key列表。', 'description' => '服务标签key列表。', 'type' => 'string', 'required' => false, 'example' => 'key1,key2'], 'deprecated' => true, 'required' => false, ], ], [ 'name' => 'LabelKeys', 'in' => 'query', 'style' => 'json', 'schema' => [ 'description' => '要删除的服务标签。', 'type' => 'array', 'items' => ['description' => '服务标签key列表。', 'type' => 'string', 'required' => false, 'example' => 'key1'], 'required' => false, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '返回结果。', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => '请求ID。', 'description' => '请求ID。', 'type' => 'string', 'example' => '40325405-579C-4D82****'], 'Message' => ['title' => '返回信息。', 'description' => '请求返回信息。', 'type' => 'string', 'example' => 'Succeed to delete service [service_from_zxxx] labels.'], ], ], ], ], 'staticInfo' => ['returnType' => 'synchronous'], 'title' => '删除服务标签', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DeleteServiceLabel'], ], ], 'ramActions' => [ [ 'operationType' => 'update', 'ramAction' => [ 'action' => 'eas:DeleteServiceLabel', 'authLevel' => 'resource', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Service', 'arn' => 'acs:eas:{#regionId}:{#accountId}:service/{#ServiceName}'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82****\\",\\n \\"Message\\": \\"Succeed to delete service [service_from_zxxx] labels.\\"\\n}","type":"json"}]', ], 'DeleteServiceMirror' => [ 'summary' => '关闭服务流量镜像功能。', 'path' => '/api/v2/services/{ClusterId}/{ServiceName}/mirror', 'methods' => ['delete'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => ['operationType' => 'delete'], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['title' => '服务所在区域', 'description' => '服务所在区域。', 'type' => 'string', 'required' => true, 'example' => 'cn-shanghai'], ], [ 'name' => 'ServiceName', 'in' => 'path', 'schema' => ['title' => '服务名字', 'description' => '服务名称。如何获取服务名称,请参见[ListServices](~~412109~~)。', 'type' => 'string', 'required' => true, 'example' => 'foo'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '返回结果。', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => 'Id of the request', 'description' => '请求ID。', 'type' => 'string', 'example' => '40325405-579C-4D82***'], 'Message' => ['description' => '请求返回信息。', 'type' => 'string', 'example' => 'Traffic mirroring is OFF for service [foo] in region [cn-shanghia], ratio [70%]'], ], ], ], ], 'title' => '关闭服务流量镜像', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DeleteServiceMirror'], ], ], 'ramActions' => [ [ 'operationType' => 'delete', 'ramAction' => [ 'action' => 'eas:DeleteServiceMirror', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Service', 'arn' => 'acs:eas:{#regionId}:{#accountId}:service/{#ServiceName}'], ], ], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82***\\",\\n \\"Message\\": \\"Traffic mirroring is OFF for service [foo] in region [cn-shanghia], ratio [70%]\\"\\n}","errorExample":""},{"type":"xml","example":"","errorExample":""}]', ], 'DeleteServiceRollout' => [ 'path' => '/api/v2/services/{ClusterId}/{ServiceName}/rollout', 'methods' => ['delete'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/json'], 'produces' => ['application/json'], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'delete', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => ['FEATURElearnKDX12S'], ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['title' => '**ClusterId** '."\n" .'* 类型: `string` '."\n" .'* 必填: 是 '."\n" .'* 说明: 地域ID。服务所在的地域标识。 '."\n" .'* 示例值: `cn-shanghai`'."\n", 'description' => '**ClusterId** '."\n" .'* 类型: `string` '."\n" .'* 必填: 是 '."\n" .'* 说明: 地域ID。服务所在的地域标识。 '."\n" .'* 示例值: `cn-shanghai`'."\n", 'type' => 'string', 'required' => true, 'example' => 'cn-shanghai'], ], [ 'name' => 'ServiceName', 'in' => 'path', 'schema' => ['title' => '**ServiceName** '."\n" .'* 类型: `string` '."\n" .'* 必填: 是 '."\n" .'* 说明: 服务名称。要删除发布策略的服务名称。 '."\n" .'* 示例值: `my-service`'."\n", 'description' => '**ServiceName** '."\n" .'* 类型: `string` '."\n" .'* 必填: 是 '."\n" .'* 说明: 服务名称。要删除发布策略的服务名称。 '."\n" .'* 示例值: `my-service`'."\n", 'type' => 'string', 'required' => true, 'example' => 'my-service'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'description' => '响应Body。', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => '**RequestId** '."\n" .'* 类型: `string` '."\n" .'* 说明: 请求ID。每次请求返回的唯一标识,用于问题排查和追踪。 '."\n" .'* 示例值: `40325405-579C-4D82-9B4F-8A7C6D5E4F3A`'."\n", 'description' => '**RequestId** '."\n" .'* 类型: `string` '."\n" .'* 说明: 请求ID。每次请求返回的唯一标识,用于问题排查和追踪。 '."\n" .'* 示例值: `40325405-579C-4D82-9B4F-8A7C6D5E4F3A`'."\n", 'type' => 'string', 'example' => '40325405-579C-4D82****'], 'Message' => ['title' => '**Message** '."\n" .'* 类型: `string` '."\n" .'* 说明: 返回信息。描述请求处理结果。 '."\n" .'* 示例值: `Rollout deleted successfully`'."\n", 'description' => '**Message** '."\n" .'* 类型: `string` '."\n" .'* 说明: 返回信息。描述请求处理结果。 '."\n" .'* 示例值: `Rollout deleted successfully`'."\n", 'type' => 'string', 'example' => 'Rollout deleted successfully'], ], ], ], ], 'staticInfo' => ['returnType' => 'synchronous'], 'title' => '删除服务更新计划', 'summary' => '删除服务更新计划', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [], ], 'ramActions' => [], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82****\\",\\n \\"Message\\": \\"Rollout deleted successfully\\"\\n}","type":"json"}]', ], 'DeleteVirtualResource' => [ 'path' => '/api/v2/virtualresources/{ClusterId}/{VirtualResourceId}', 'methods' => ['delete'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/json'], 'produces' => ['application/json'], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'delete', 'abilityTreeCode' => '238260', 'abilityTreeNodes' => ['FEATURElearnRPDTZG'], 'tenantRelevance' => 'tenant', ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['title' => '虚拟资源所在的集群ID', 'description' => '虚拟资源组所在的地域。', 'type' => 'string', 'required' => true, 'example' => 'cn-shanghai'], ], [ 'name' => 'VirtualResourceId', 'in' => 'path', 'schema' => ['title' => '虚拟资源的ID', 'description' => '虚拟资源组ID。', 'type' => 'string', 'required' => true, 'example' => 'eas-vr-npovr28onap1xxxxxx'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '返回结果。', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => 'Id of the request', 'description' => '请求ID。', 'type' => 'string', 'example' => '40325405-579C-4D82***'], 'Message' => ['title' => '', 'description' => '操作结果信息。', 'type' => 'string', 'example' => 'Successfully deleted virtual resource eas-vr-npovr28onap1xxxxxx'], ], ], ], ], 'staticInfo' => ['returnType' => 'synchronous'], 'eventInfo' => [ 'enable' => false, 'eventNames' => [], ], 'title' => '删除虚拟资源组', 'summary' => '删除一个已有的虚拟资源组,仅当虚拟资源组中无服务任务的情况下才允许删除。', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DeleteVirtualResource'], ], ], 'ramActions' => [ [ 'operationType' => 'delete', 'ramAction' => [ 'action' => 'eas:DeleteVirtualResource', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'VirtualResource', 'arn' => 'acs:eas:{#regionId}:{#accountId}:virtualresource/{#VirtualResourceId}'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82***\\",\\n \\"Message\\": \\"Successfully deleted virtual resource eas-vr-npovr28onap1xxxxxx\\"\\n}","type":"json"}]', ], 'DescribeBenchmarkTask' => [ 'summary' => '查看指定压测任务的详细配置信息。', 'path' => '/api/v2/benchmark-tasks/{ClusterId}/{TaskName}', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'systemTags' => ['operationType' => 'get'], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['description' => '压测任务所在区域。', 'type' => 'string', 'required' => true, 'example' => 'cn-shanghai'], ], [ 'name' => 'TaskName', 'in' => 'path', 'schema' => ['description' => '压测任务名称。如何获取压测任务名称,请参见[ListBenchmarkTask](~~432976~~)。', 'type' => 'string', 'required' => true, 'example' => 'benchmark-larec-test-eac4'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '返回结果。', 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => '请求ID。', 'type' => 'string', 'example' => '40325405-579C-4D82****'], 'TaskName' => ['description' => '压测任务名称。', 'type' => 'string', 'example' => 'benchmark-larec-test-ae70'], 'TaskId' => ['description' => '压测任务ID。', 'type' => 'string', 'example' => 'eas-b-gv4y86u****'], 'ServiceName' => ['description' => '待压测的服务名称。', 'type' => 'string', 'example' => 'foo'], 'Token' => ['description' => '创建压测任务的鉴权凭证。', 'type' => 'string', 'example' => '6062787a-9301****'], 'CallerUid' => ['description' => '当前调用者ID。', 'type' => 'string', 'example' => '1640133467****'], 'ParentUid' => ['description' => '当前调用的主账号。', 'type' => 'string', 'example' => '1029728669****'], 'DesiredAgent' => ['description' => '预期的压测实例个数。', 'type' => 'integer', 'format' => 'int64', 'example' => '4'], 'AvailableAgent' => ['description' => '可用的压测实例个数。', 'type' => 'integer', 'format' => 'int64', 'example' => '4'], 'Status' => [ 'description' => '压测任务的执行状态。', 'type' => 'string', 'enumValueTitles' => ['Creating' => '创建中:Creating', 'Starting' => '启动中:Starting', 'DeleteFailed' => '删除失败:DeleteFailed', 'Running' => '运行中:Running', 'Stopping' => '停止中:Stopping', 'Error' => '报错:Error', 'Updating' => '更新中:Updating', 'Deleting' => '删除中:Deleting', 'CreateFailed' => '创建失败:CreateFailed'], 'example' => 'Running', ], 'Reason' => ['description' => '压测任务处于当前状态的事件或原因。', 'type' => 'string', 'example' => 'RUNNING'], 'Message' => ['description' => '压测任务执行状态的摘要信息。', 'type' => 'string', 'example' => 'Benchmar task is Running'], 'Endpoint' => ['description' => '服务网关Endpoint。', 'type' => 'string', 'example' => '192342311234.pai-eas.cn-chengdu.aliyuncs.com'], ], ], ], ], 'title' => '查看压测任务详情', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeBenchmarkTask'], ], ], 'ramActions' => [ [ 'operationType' => 'get', 'ramAction' => [ 'action' => 'eas:DescribeBenchmarkTask', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'BenchmarkTask', 'arn' => 'acs:eas:{#regionId}:{#accountId}:benchmarktask/{#BenchmarkTaskId}'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82****\\",\\n \\"TaskName\\": \\"benchmark-larec-test-ae70\\",\\n \\"TaskId\\": \\"eas-b-gv4y86u****\\",\\n \\"ServiceName\\": \\"foo\\",\\n \\"Token\\": \\"6062787a-9301****\\",\\n \\"CallerUid\\": \\"1640133467****\\",\\n \\"ParentUid\\": \\"1029728669****\\",\\n \\"DesiredAgent\\": 4,\\n \\"AvailableAgent\\": 4,\\n \\"Status\\": \\"Running\\",\\n \\"Reason\\": \\"RUNNING\\",\\n \\"Message\\": \\"Benchmar task is Running\\",\\n \\"Endpoint\\": \\"192342311234.pai-eas.cn-chengdu.aliyuncs.com\\"\\n}","type":"json"}]', ], 'DescribeBenchmarkTaskReport' => [ 'path' => '/api/v2/benchmark-tasks/{ClusterId}/{TaskName}/report', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'systemTags' => ['operationType' => 'get'], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['description' => '压测任务所在地域ID。', 'type' => 'string', 'required' => true, 'example' => 'cn-shanghai'], ], [ 'name' => 'TaskName', 'in' => 'path', 'schema' => ['description' => '压测任务名称。如何获取压测任务名称,请参见[ListBenchmarkTask](~~432976~~)。', 'type' => 'string', 'required' => true, 'example' => 'benchmark-larec-test-015d'], ], [ 'name' => 'ReportType', 'in' => 'query', 'schema' => ['description' => '报告类型,支持配置RAW和Report。', 'type' => 'string', 'required' => false, 'example' => 'report'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '返回结果。', 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => '请求ID。', 'type' => 'string', 'example' => '40325405-579C-4D82********'], 'ReportUrl' => ['description' => '当ReportType为Report时,返回压测报告的下载地址。', 'type' => 'string', 'example' => 'http://eas-benchmark.oss-cn-chengdu.aliyuncs.com/summary/benchmark-larec-test-015d-10007.html'], 'Data' => ['description' => '当ReportType为RAW时,返回压测报告的详细数据。', 'type' => 'any', 'example' => '{'."\n" .' "TimestampList": ["int64"],'."\n" .' "QPSList": ["float32"],'."\n" .' "RTList": ['."\n" .' {'."\n" .' "AVG": "float32",'."\n" .' "TP100": "float32",'."\n" .' "TP99": "float32",'."\n" .' "TP90": "float32",'."\n" .' "TP50": "float32",'."\n" .' "TP10": "float32"'."\n" .' }'."\n" .' ],'."\n" .' "TrafficList": ['."\n" .' {'."\n" .' "Send": "float64",'."\n" .' "Receive": "float64"'."\n" .' }'."\n" .' ],'."\n" .' "StatusCode": {'."\n" .' "200": "uint64",'."\n" .' "450": "uint64",'."\n" .' "500": "uint64"'."\n" .' },'."\n" .' "Count": "uint64",'."\n" .' "Total": "float64",'."\n" .' "MinRT": "float32",'."\n" .' "AvgRT": "float32",'."\n" .' "MaxRT": "float32",'."\n" .' "QPS": "float32",'."\n" .' "TotalSend": "float64",'."\n" .' "TotalReceive": "float64",'."\n" .' "RTDistribution": ['."\n" .' {'."\n" .' "Latency": "float32",'."\n" .' "Percentage": "int"'."\n" .' }'."\n" .' ],'."\n" .' "RTHistogram": ['."\n" .' {'."\n" .' "Count": "int",'."\n" .' "Mark": "float32",'."\n" .' "Frequency": "float32"'."\n" .' }'."\n" .' ]'."\n" .' }'], ], ], ], ], 'title' => '查看压测任务测试报告', 'summary' => '查看指定压测任务的报告。', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeBenchmarkTaskReport'], ], ], 'ramActions' => [ [ 'operationType' => 'get', 'ramAction' => [ 'action' => 'eas:DescribeBenchmarkTaskReport', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'BenchmarkTask', 'arn' => 'acs:eas:{#regionId}:{#accountId}:benchmarktask/{#BenchmarkTaskId}'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82********\\",\\n \\"ReportUrl\\": \\"http://eas-benchmark.oss-cn-chengdu.aliyuncs.com/summary/benchmark-larec-test-015d-10007.html\\",\\n \\"Data\\": \\"{\\\\n \\\\\\"TimestampList\\\\\\": [\\\\\\"int64\\\\\\"],\\\\n \\\\\\"QPSList\\\\\\": [\\\\\\"float32\\\\\\"],\\\\n \\\\\\"RTList\\\\\\": [\\\\n {\\\\n \\\\\\"AVG\\\\\\": \\\\\\"float32\\\\\\",\\\\n \\\\\\"TP100\\\\\\": \\\\\\"float32\\\\\\",\\\\n \\\\\\"TP99\\\\\\": \\\\\\"float32\\\\\\",\\\\n \\\\\\"TP90\\\\\\": \\\\\\"float32\\\\\\",\\\\n \\\\\\"TP50\\\\\\": \\\\\\"float32\\\\\\",\\\\n \\\\\\"TP10\\\\\\": \\\\\\"float32\\\\\\"\\\\n }\\\\n ],\\\\n \\\\\\"TrafficList\\\\\\": [\\\\n {\\\\n \\\\\\"Send\\\\\\": \\\\\\"float64\\\\\\",\\\\n \\\\\\"Receive\\\\\\": \\\\\\"float64\\\\\\"\\\\n }\\\\n ],\\\\n \\\\\\"StatusCode\\\\\\": {\\\\n \\\\\\"200\\\\\\": \\\\\\"uint64\\\\\\",\\\\n \\\\\\"450\\\\\\": \\\\\\"uint64\\\\\\",\\\\n \\\\\\"500\\\\\\": \\\\\\"uint64\\\\\\"\\\\n },\\\\n \\\\\\"Count\\\\\\": \\\\\\"uint64\\\\\\",\\\\n \\\\\\"Total\\\\\\": \\\\\\"float64\\\\\\",\\\\n \\\\\\"MinRT\\\\\\": \\\\\\"float32\\\\\\",\\\\n \\\\\\"AvgRT\\\\\\": \\\\\\"float32\\\\\\",\\\\n \\\\\\"MaxRT\\\\\\": \\\\\\"float32\\\\\\",\\\\n \\\\\\"QPS\\\\\\": \\\\\\"float32\\\\\\",\\\\n \\\\\\"TotalSend\\\\\\": \\\\\\"float64\\\\\\",\\\\n \\\\\\"TotalReceive\\\\\\": \\\\\\"float64\\\\\\",\\\\n \\\\\\"RTDistribution\\\\\\": [\\\\n {\\\\n \\\\\\"Latency\\\\\\": \\\\\\"float32\\\\\\",\\\\n \\\\\\"Percentage\\\\\\": \\\\\\"int\\\\\\"\\\\n }\\\\n ],\\\\n \\\\\\"RTHistogram\\\\\\": [\\\\n {\\\\n \\\\\\"Count\\\\\\": \\\\\\"int\\\\\\",\\\\n \\\\\\"Mark\\\\\\": \\\\\\"float32\\\\\\",\\\\n \\\\\\"Frequency\\\\\\": \\\\\\"float32\\\\\\"\\\\n }\\\\n ]\\\\n }\\"\\n}","type":"json"}]', ], 'DescribeGateway' => [ 'summary' => '查看私有网关详情。', 'path' => '/api/v2/gateways/{ClusterId}/{GatewayId}', 'methods' => ['get'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/json'], 'produces' => ['application/json'], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '191846', 'abilityTreeNodes' => ['FEATURElearn6PC7M4'], ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['description' => '私有网关所在地域。', 'type' => 'string', 'required' => true, 'example' => 'cn-wulanchabu'], ], [ 'name' => 'GatewayId', 'in' => 'path', 'schema' => ['description' => '私有网关ID。如何获取私有网关ID,请参见[ListResources](~~412133~~)接口返回结果中的private_gateway_id字段。', 'type' => 'string', 'required' => true, 'example' => 'gw-1uhcqmsc7x22******'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '返回结果。', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => 'Id of the request', 'description' => '请求ID。', 'type' => 'string', 'example' => '40325405-579C-4D82****'], 'GatewayId' => ['title' => '网关ID', 'description' => '私有网关ID。', 'type' => 'string', 'example' => 'gw-1uhcqmsc7x22******'], 'GatewayName' => ['description' => '私有网关别名。', 'type' => 'string', 'example' => 'mygateway1'], 'CreateTime' => ['title' => '创建时间', 'description' => '私有网关创建时间。使用UTC时间。', 'type' => 'string', 'example' => '2020-05-19T14:19:42Z'], 'UpdateTime' => ['title' => '更新时间', 'description' => '私有网关更新时间。使用UTC时间。', 'type' => 'string', 'example' => '2021-02-24T11:52:17Z'], 'IntranetDomain' => ['title' => '外部域名', 'description' => '内网访问域名。', 'type' => 'string', 'example' => 'gw-1uhcqmsc7x22******-1801786532******-vpc.cn-wulanchabu.pai-eas.aliyuncs.com'], 'InternetEnabled' => ['description' => '公网访问是否开启。', 'type' => 'boolean', 'example' => 'true'], 'InternetDomain' => ['title' => '内部域名', 'description' => '公网访问域名。', 'type' => 'string', 'example' => 'gw-1uhcqmsc7x22******-1801786532******.cn-wulanchabu.pai-eas.aliyuncs.com'], 'InstanceType' => [ 'title' => '实例种类', 'description' => '私有网关使用的机型。', 'type' => 'string', 'enumValueTitles' => ['8c16g' => '8c16g', '4c8g' => '4c8g', '2c4g' => '2c4g', '16c32g' => '16c32g'], 'example' => '2c4g', ], 'Status' => [ 'title' => '网关状态', 'description' => '私有网关状态。', 'type' => 'string', 'enumValueTitles' => ['Creating' => '创建中', 'Stopped' => '已停止', 'Failed' => '失败', 'Running' => '运行中', 'Deleted' => '已删除', 'Deleting' => '删除中', 'Waiting' => '等待中'], 'example' => 'Running', ], 'ExternalClusterId' => ['description' => '自运维集群ID。', 'type' => 'string', 'example' => 'c935eadf284c14c2da57a2a13ad6******'], 'Replicas' => ['description' => '私有网关节点数。', 'type' => 'integer', 'format' => 'int32', 'example' => '2'], 'IsDefault' => ['description' => '是否默认私有网关。', 'type' => 'boolean', 'example' => 'true'], 'InternetStatus' => [ 'description' => '公网访问开通或关闭状态。', 'type' => 'string', 'enumValueTitles' => ['Creating' => '公网访问开通中', 'Failed' => '公网访问开通或删除失败', 'Running' => '公网访问运行中', 'Deleted' => '公网访问已删除', 'Deleting' => '公网访问删除中'], 'example' => 'Running', ], 'SSLRedirectionEnabled' => ['description' => 'HTTP重定向HTTPS是否开启。', 'type' => 'boolean', 'example' => 'true'], 'ChargeType' => [ 'description' => '付费类型。', 'type' => 'string', 'enumValueTitles' => ['PrePaid(预付费)' => 'PrePaid(预付费)', 'PostPaid(后付费)' => 'PostPaid(后付费)'], 'example' => 'PrePaid', ], 'IntranetEnabled' => ['type' => 'boolean'], 'Labels' => [ 'title' => '网关标签列表'."\n", 'type' => 'array', 'items' => [ 'title' => '网关标签对象', 'type' => 'object', 'properties' => [ 'LabelKey' => ['title' => '网关标签键', 'type' => 'string', 'example' => 'key1'], 'LabelValue' => ['title' => '网关标签值', 'type' => 'string', 'example' => 'value1'], ], ], ], ], ], ], ], 'staticInfo' => ['returnType' => 'synchronous'], 'title' => '查看私有网关详情', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeGateway'], ], ], 'ramActions' => [ [ 'operationType' => 'get', 'ramAction' => [ 'action' => 'eas:DescribeGateway', 'authLevel' => 'resource', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Gateway', 'arn' => 'acs:eas:{#regionId}:{#accountId}:gateway/{#GatewayId}'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82****\\",\\n \\"GatewayId\\": \\"gw-1uhcqmsc7x22******\\",\\n \\"GatewayName\\": \\"mygateway1\\",\\n \\"CreateTime\\": \\"2020-05-19T14:19:42Z\\",\\n \\"UpdateTime\\": \\"2021-02-24T11:52:17Z\\",\\n \\"IntranetDomain\\": \\"gw-1uhcqmsc7x22******-1801786532******-vpc.cn-wulanchabu.pai-eas.aliyuncs.com\\",\\n \\"InternetEnabled\\": true,\\n \\"InternetDomain\\": \\"gw-1uhcqmsc7x22******-1801786532******.cn-wulanchabu.pai-eas.aliyuncs.com\\",\\n \\"InstanceType\\": \\"2c4g\\",\\n \\"Status\\": \\"Running\\",\\n \\"ExternalClusterId\\": \\"c935eadf284c14c2da57a2a13ad6******\\",\\n \\"Replicas\\": 2,\\n \\"IsDefault\\": true,\\n \\"InternetStatus\\": \\"Running\\",\\n \\"SSLRedirectionEnabled\\": true,\\n \\"ChargeType\\": \\"PrePaid\\",\\n \\"IntranetEnabled\\": true,\\n \\"Labels\\": [\\n {\\n \\"LabelKey\\": \\"key1\\",\\n \\"LabelValue\\": \\"value1\\"\\n }\\n ]\\n}","type":"json"}]', ], 'DescribeGroup' => [ 'path' => '/api/v2/groups/{ClusterId}/{GroupName}', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/json'], 'produces' => ['application/json'], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', 'abilityTreeCode' => '154833', 'abilityTreeNodes' => ['FEATURElearnKDX12S'], ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['description' => '所属所在地域ID。', 'type' => 'string', 'required' => true, 'example' => 'cn-shanghai'], ], [ 'name' => 'GroupName', 'in' => 'path', 'schema' => ['description' => '服务群组名称。如何获取群组名称,请参见[ListServices ](~~412109~~)。', 'type' => 'string', 'required' => true, 'example' => 'foo'], ], ], 'responses' => [ 200 => [ 'schema' => ['description' => '服务群组详情信息。', '$ref' => '#/components/schemas/Group'], ], ], 'title' => '查看服务群组详情', 'summary' => '查看服务群组信息。', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeGroup'], ], ], 'ramActions' => [ [ 'operationType' => 'get', 'ramAction' => [ 'action' => 'eas:DescribeGroup', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Name\\": \\"foo\\",\\n \\"ClusterId\\": \\"cn-shanghai\\",\\n \\"CreateTime\\": \\"2020-05-19T14:19:42Z\\",\\n \\"UpdateTime\\": \\"2021-01-29T11:13:20Z\\",\\n \\"QueueService\\": \\"qservice\\",\\n \\"InternetEndpoint\\": \\"http://1110*****.cn-hangzhou.pai-eas.aliyuncs.com/api/predict/test_group\\",\\n \\"IntranetEndpoint\\": \\"http://1110*****.vpc.cn-hangzhou.pai-eas.aliyuncs.com/api/predict/test_group\\",\\n \\"AccessToken\\": \\"MzJiMDI5MDliODc0MTlkYmI0ZDhlYmExYjczYTIyZTE3Zm********\\",\\n \\"TrafficMode\\": \\"auto\\"\\n}","type":"json"}]', ], 'DescribeGroupEndpoints' => [ 'summary' => '获取群组端点列表。', 'path' => '/api/v2/groups/{ClusterId}/{GroupName}/endpoints', 'methods' => ['get'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => [], 'produces' => ['application/json'], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '254853', 'abilityTreeNodes' => ['FEATURElearn6PC7M4'], 'autoTest' => true, 'tenantRelevance' => 'tenant', ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['description' => '区域ID。', 'type' => 'string', 'required' => false, 'example' => 'cn-hangzhou'], ], [ 'name' => 'GroupName', 'in' => 'path', 'schema' => ['description' => '群组名称。如何获取群组名称,请参见[ListServices](~~412109~~)。', 'type' => 'string', 'required' => true, 'example' => 'xx_test_group'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '返回结果。', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => 'Id of the request', 'description' => '请求ID。', 'type' => 'string', 'example' => '890772EF-3AD6-129A-8E15-8F349C944783'], 'Message' => ['description' => '返回结果说明。', 'type' => 'string', 'example' => 'Execution succeeded.'], 'AccessToken' => ['description' => '服务Token。', 'type' => 'string', 'example' => 'Nzc5N2FhNTM4OTQ0YzBmYTIy****ZTUxN2NkYjg4MTJmMWQxZmY1****'], 'Endpoints' => [ 'description' => '群组端点列表。', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'EndpointType' => ['description' => '服务端点接入方式,可能值为:'."\n" .'- DefaultGateway:共享网关。'."\n" .'- PrivateGateway:专属网关。'."\n" .'- Nlb:挂载NLB。'."\n" .'- Nacos:挂载Nacos。', 'type' => 'string', 'example' => 'PrivateGateway'], 'BackendId' => ['description' => '后端接入ID,取决于EndpointType:'."\n" .'- DefaultGateway:为default。'."\n" .'- PrivateGateway:为专属网关ID。'."\n" .'- Nlb:为NLB实例ID。'."\n" .'- Nacos:为Nacos实例ID。', 'type' => 'string', 'example' => 'gw-26340kjxjx8l3r****'], 'PathType' => ['description' => '地址类型,可能值为:'."\n" .'- Group:服务群组地址。', 'type' => 'string', 'example' => 'Group'], 'IntranetEndpoints' => [ 'description' => '完整的访问地址。', 'type' => 'array', 'items' => ['description' => '完整的访问地址。', 'type' => 'string', 'example' => 'http://gw-26340kjxjx8l3r****-vpc.cn-hangzhou.pai-eas.aliyuncs.com/api/predict/xx_test_group'], ], 'InternetEndpoints' => [ 'description' => '完整的访问地址。', 'type' => 'array', 'items' => ['description' => '完整的访问地址。', 'type' => 'string', 'example' => 'http://gw-26340kjxjx8l3r****.cn-hangzhou.pai-eas.aliyuncs.com/api/predict/xx_test_group'], ], 'Port' => ['description' => '端口。仅挂载NlB和Nacos时,Port才有值。', 'type' => 'integer', 'format' => 'int32', 'example' => '8080'], ], 'description' => '', ], ], ], ], ], ], 'staticInfo' => ['returnType' => 'synchronous'], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"890772EF-3AD6-129A-8E15-8F349C944783\\",\\n \\"Message\\": \\"Execution succeeded.\\",\\n \\"AccessToken\\": \\"Nzc5N2FhNTM4OTQ0YzBmYTIy****ZTUxN2NkYjg4MTJmMWQxZmY1****\\",\\n \\"Endpoints\\": [\\n {\\n \\"EndpointType\\": \\"PrivateGateway\\",\\n \\"BackendId\\": \\"gw-26340kjxjx8l3r****\\",\\n \\"PathType\\": \\"Group\\",\\n \\"IntranetEndpoints\\": [\\n \\"http://gw-26340kjxjx8l3r****-vpc.cn-hangzhou.pai-eas.aliyuncs.com/api/predict/xx_test_group\\"\\n ],\\n \\"InternetEndpoints\\": [\\n \\"http://gw-26340kjxjx8l3r****.cn-hangzhou.pai-eas.aliyuncs.com/api/predict/xx_test_group\\"\\n ],\\n \\"Port\\": 8080\\n }\\n ]\\n}","type":"json"}]', 'title' => '获取群组端点列表', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeGroupEndpoints'], ], ], 'ramActions' => [], ], 'DescribeMachineSpec' => [ 'summary' => '查询可用机器规格列表', 'path' => '/api/v2/public/instance_types', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => [], 'produces' => ['application/json'], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '146280', 'abilityTreeNodes' => ['FEATURElearnKDX12S'], 'tenantRelevance' => 'publicInformation', ], 'parameters' => [ [ 'name' => 'ResourceType', 'in' => 'query', 'schema' => [ 'description' => '资源类型,默认为公共资源组。', 'type' => 'string', 'required' => false, 'enumValueTitles' => ['Public' => '公共资源组', 'Dedicated' => '专属资源组'], 'example' => 'Public', ], ], [ 'name' => 'ChargeType', 'in' => 'query', 'schema' => [ 'description' => '付费方式,默认为按量付费。', 'type' => 'string', 'required' => false, 'enumValueTitles' => ['PostPaid' => '按量付费', 'PrePaid' => '包年包月'], 'example' => 'PostPaid', ], ], [ 'name' => 'InstanceTypes', 'in' => 'query', 'style' => 'simple', 'schema' => [ 'description' => '参数已废弃。', 'type' => 'array', 'items' => ['description' => '参数已废弃。', 'type' => 'string', 'required' => false, 'example' => '无需填写'], 'deprecated' => true, 'required' => false, 'example' => 'No input required', ], ], ], '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' => '40325405-579C-4D82***'], 'Types' => [ 'description' => '当指定 CPU Memory 部署时,可以支持的组合值。', 'type' => 'array', 'items' => [ 'description' => '支持的组合列表。'."\n" .'例如:'."\n" .'```'."\n" .'{"CPU":1,"Memory":[1000,2000,4000]}'."\n" .'```'."\n" .'代表当 CPU 为 1 核时,内存可选值为1000,2000 或4000', 'type' => 'object', 'properties' => [ 'CPU' => ['description' => 'CPU 的可选值', 'type' => 'integer', 'format' => 'int32', 'example' => '1'], 'Memory' => [ 'description' => '当CPU为上面的指定值时,内存的可选值。', 'type' => 'array', 'items' => ['description' => '内存的可选值列表。', 'type' => 'integer', 'format' => 'int32', 'example' => '1000'], ], ], ], ], 'InstanceMetas' => [ 'description' => '当指定机型部署时,可用的机型列表。', 'type' => 'array', 'items' => [ 'description' => '可用机型相关信息。', 'type' => 'object', 'properties' => [ 'CPU' => ['description' => '机型的 CPU 核数。', 'type' => 'integer', 'format' => 'int32', 'example' => '32'], 'Memory' => ['description' => '该机型的内存数(单位 G)。', 'type' => 'number', 'format' => 'float', 'example' => '188'], 'GPU' => ['description' => '机型的 GPU 型号。若非 GPU 机型,则无此字段。', 'type' => 'string', 'example' => 'GU30'], 'GPUAmount' => ['description' => '机型的 GPU 卡数。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'], 'GPUMemory' => ['description' => '机型的 GPU 显存数(单位 G)', 'type' => 'number', 'format' => 'float', 'example' => '24'], 'InstanceType' => ['description' => '机型名称。', 'type' => 'string', 'example' => 'ml.gu7i.c32m188.1-gu30'], 'SpotDiscount' => ['description' => '机型使用1小时保护模式竞价实例时,当前能接受的最低折扣。0.1 代表 1 折。若无此字段,代表不支持购买竞价实例。', 'type' => 'number', 'format' => 'float', 'example' => '0.12'], 'NonProtectSpotDiscount' => ['description' => '机型使用无保护模式竞价实例时,当前能接受的最低折扣。0.1 代表 1 折。若无此字段,代表不支持购买竞价实例。', 'type' => 'number', 'format' => 'float', 'example' => '0.1'], 'IsAvailable' => ['description' => '机型当前是否可用。', 'type' => 'boolean', 'example' => 'true'], 'Vendor' => [ 'description' => '机型供应来源。', 'type' => 'string', 'enumValueTitles' => ['ECS' => 'ECS', 'BareMetal' => '裸金属计算集群', 'Lingjun' => '灵骏智算集群'], 'example' => 'ECS', ], 'StockStatus' => [ 'description' => '机型库存状态。', 'type' => 'string', 'enumValueTitles' => ['WithStock' => '有库存', 'ClosedWithStock' => '库存较少', 'NoStock' => '无库存'], 'example' => 'WithStock', ], ], ], ], ], ], ], ], 'staticInfo' => ['returnType' => 'synchronous'], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82***\\",\\n \\"Types\\": [\\n {\\n \\"CPU\\": 1,\\n \\"Memory\\": [\\n 1000\\n ]\\n }\\n ],\\n \\"InstanceMetas\\": [\\n {\\n \\"CPU\\": 32,\\n \\"Memory\\": 188,\\n \\"GPU\\": \\"GU30\\",\\n \\"GPUAmount\\": 1,\\n \\"GPUMemory\\": 24,\\n \\"InstanceType\\": \\"ml.gu7i.c32m188.1-gu30\\",\\n \\"SpotDiscount\\": 0.12,\\n \\"NonProtectSpotDiscount\\": 0.1,\\n \\"IsAvailable\\": true,\\n \\"Vendor\\": \\"ECS\\",\\n \\"StockStatus\\": \\"WithStock\\"\\n }\\n ]\\n}","type":"json"}]', 'title' => '查询可用机器规格列表', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeMachineSpec'], ], ], 'ramActions' => [], ], 'DescribeRegions' => [ 'summary' => '查询可用的地域信息', 'path' => '/api/v2/regions', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'produces' => ['application/json'], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '133892', 'abilityTreeNodes' => ['FEATURElearnN5R68Z'], ], 'parameters' => [], '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' => '40325405-579C-4D82****'], 'Regions' => [ 'title' => '可用地域列表', 'description' => '可用地域列表', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'RegionId' => ['title' => '地域Id', 'description' => '地域Id', 'type' => 'string', 'example' => 'cn-shanghai'], 'RegionName' => ['description' => '地域名称。', 'type' => 'string', 'example' => '华东 2(上海)'], ], 'description' => '', ], ], ], ], ], ], 'title' => '查询可用地域信息', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeRegions'], ], ], 'ramActions' => [], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82****\\",\\n \\"Regions\\": [\\n {\\n \\"RegionId\\": \\"cn-shanghai\\",\\n \\"RegionName\\": \\"华东 2(上海)\\"\\n }\\n ]\\n}","type":"json"}]', ], 'DescribeResource' => [ 'summary' => '查看资源组详情。', 'path' => '/api/v2/resources/{ClusterId}/{ResourceId}', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '37069', 'abilityTreeNodes' => ['FEATURElearnRPDTZG'], ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['title' => '资源组所在的集群ID', 'description' => '资源组所在的集群ID。', 'type' => 'string', 'required' => true, 'example' => 'cn-shanghai'], ], [ 'name' => 'ResourceId', 'in' => 'path', 'schema' => ['title' => '资源组的ID', 'description' => '资源组的ID。如何查询资源组ID,请参见[ListResources](~~412133~~)。', 'type' => 'string', 'required' => true, 'example' => 'eas-r-asdasdasd'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'description' => '资源组详细信息。', 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => '请求ID。', 'type' => 'string', 'example' => '902976F2-6FAF-5404-8A4D-6CC223***'], 'ResourceId' => ['description' => 'EAS资源ID。', 'type' => 'string', 'example' => 'eas-r-glkfpsxuw57x1h*****'], 'ResourceName' => ['description' => 'EAS资源名称。', 'type' => 'string', 'example' => 'my-resouce****'], 'ClusterId' => ['description' => '资源组所在的集群ID。', 'type' => 'string', 'example' => 'cn-beijing'], 'CreateTime' => ['description' => '资源组创建时间。', 'type' => 'string', 'example' => '2020-05-19T14:19:42Z'], 'UpdateTime' => ['description' => '资源组最后更新时间。', 'type' => 'string', 'example' => '2021-02-24T11:52:17Z'], 'OwnerUid' => ['description' => '资源组负责人ID。', 'type' => 'string', 'example' => '14401087478****'], 'InstanceCount' => ['description' => '资源组中机器实例总数。', 'type' => 'integer', 'format' => 'int32', 'example' => '4'], 'PrePaidInstanceCount' => ['description' => '资源组中预付费机器实例总数。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'], 'PostPaidInstanceCount' => ['description' => '资源组中后付费机器实例总数。', 'type' => 'integer', 'format' => 'int32', 'example' => '3'], 'ServiceCount' => ['description' => '资源组部署的服务数量。', 'type' => 'string', 'example' => '1'], 'CpuCount' => ['description' => 'CPU总核数。', 'type' => 'integer', 'format' => 'int32', 'example' => '16'], 'GpuCount' => ['description' => 'GPU总数。', 'type' => 'integer', 'format' => 'int32', 'example' => '4'], 'Memory' => ['description' => '总内存,单位为MB。', 'type' => 'integer', 'format' => 'int32', 'example' => '8192'], 'CpuUsed' => ['description' => '已使用CPU核数。', 'type' => 'integer', 'format' => 'int32', 'example' => '8'], 'GpuUsed' => ['description' => '已使用GPU数。', 'type' => 'number', 'format' => 'float', 'example' => '2'], 'MemoryUsed' => ['description' => '已使用内存,单位为MB。', 'type' => 'integer', 'format' => 'int32', 'example' => '2048'], 'Status' => ['description' => '资源组状态。', 'type' => 'string', 'example' => 'ResourceReady'], 'Message' => ['description' => '返回信息。', 'type' => 'string', 'example' => 'Resource is ready'], 'ExtraData' => ['description' => '额外信息。如VPC打通状态,SLS日志状态等。', 'type' => 'string', 'example' => '{"vswitch_id":"vsw-bp17uo6xebcusy****","gpu_share":true,"aux_vswitch_id_list":["vsw-bp13b3pvjap3vxn****","vsw-bp1nls8o5hk8mt8*****"],"security_group_id":"sg-bp1j1z7297hcink*****","vpc_id":"vpc-bp1kjr3rfyhx01*****","destination_cidr":"172.16.0.12/28","role_arn":"acs:ram::1157703270*****:role/AliyunServiceRoleForPaiEas","sls_project":"","sls_logstore":"","sls_status":"ResourceReady","sls_message":"","update_time":""}'], 'ResourceType' => [ 'description' => '资源组类型,取值如下:'."\n" ."\n" .'- Dedicated:专属资源组'."\n" .'- SelfManaged:自运维资源组', 'type' => 'string', 'enumValueTitles' => ['SelfManaged' => 'SelfManaged', 'Dedicated' => 'Dedicated'], 'example' => 'Dedicated', ], 'UsageMode' => [ 'description' => '资源组使用模式。', 'type' => 'string', 'enumValueTitles' => ['inference' => '推理服务资源组', 'sandbox' => '沙箱资源组'], 'example' => 'inference', ], 'InstanceMaxAllocatableMemory' => ['description' => '资源组单节点最大可分配Memory大小。', 'type' => 'integer', 'format' => 'int32', 'example' => '2048'], 'Features' => [ 'description' => '资源组的功能集合,用于标识该资源组支持的特性。', 'type' => 'array', 'items' => ['description' => '资源组所支持的具体特性。目前只支持GpuShare(GPU共享)。', 'type' => 'string', 'example' => 'GpuShare'], ], 'InstanceMaxAllocatableGPU' => ['description' => '资源组单节点最大可分配GPU数。', 'type' => 'number', 'format' => 'float', 'example' => '2'], 'InstanceMaxAllocatableCPU' => ['description' => '资源组单节点最大可分配CPU核数。', 'type' => 'integer', 'format' => 'int32', 'example' => '16'], ], ], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"902976F2-6FAF-5404-8A4D-6CC223***\\",\\n \\"ResourceId\\": \\"eas-r-glkfpsxuw57x1h*****\\",\\n \\"ResourceName\\": \\"my-resouce****\\",\\n \\"ClusterId\\": \\"cn-beijing\\",\\n \\"CreateTime\\": \\"2020-05-19T14:19:42Z\\",\\n \\"UpdateTime\\": \\"2021-02-24T11:52:17Z\\",\\n \\"OwnerUid\\": \\"14401087478****\\",\\n \\"InstanceCount\\": 4,\\n \\"PrePaidInstanceCount\\": 1,\\n \\"PostPaidInstanceCount\\": 3,\\n \\"ServiceCount\\": \\"1\\",\\n \\"CpuCount\\": 16,\\n \\"GpuCount\\": 4,\\n \\"Memory\\": 8192,\\n \\"CpuUsed\\": 8,\\n \\"GpuUsed\\": 2,\\n \\"MemoryUsed\\": 2048,\\n \\"Status\\": \\"ResourceReady\\",\\n \\"Message\\": \\"Resource is ready\\",\\n \\"ExtraData\\": \\"{\\\\\\"vswitch_id\\\\\\":\\\\\\"vsw-bp17uo6xebcusy****\\\\\\",\\\\\\"gpu_share\\\\\\":true,\\\\\\"aux_vswitch_id_list\\\\\\":[\\\\\\"vsw-bp13b3pvjap3vxn****\\\\\\",\\\\\\"vsw-bp1nls8o5hk8mt8*****\\\\\\"],\\\\\\"security_group_id\\\\\\":\\\\\\"sg-bp1j1z7297hcink*****\\\\\\",\\\\\\"vpc_id\\\\\\":\\\\\\"vpc-bp1kjr3rfyhx01*****\\\\\\",\\\\\\"destination_cidr\\\\\\":\\\\\\"172.16.0.12/28\\\\\\",\\\\\\"role_arn\\\\\\":\\\\\\"acs:ram::1157703270*****:role/AliyunServiceRoleForPaiEas\\\\\\",\\\\\\"sls_project\\\\\\":\\\\\\"\\\\\\",\\\\\\"sls_logstore\\\\\\":\\\\\\"\\\\\\",\\\\\\"sls_status\\\\\\":\\\\\\"ResourceReady\\\\\\",\\\\\\"sls_message\\\\\\":\\\\\\"\\\\\\",\\\\\\"update_time\\\\\\":\\\\\\"\\\\\\"}\\",\\n \\"ResourceType\\": \\"Dedicated\\",\\n \\"UsageMode\\": \\"inference\\",\\n \\"InstanceMaxAllocatableMemory\\": 2048,\\n \\"Features\\": [\\n \\"GpuShare\\"\\n ],\\n \\"InstanceMaxAllocatableGPU\\": 2,\\n \\"InstanceMaxAllocatableCPU\\": 16\\n}","errorExample":""},{"type":"xml","example":"","errorExample":""}]', 'title' => '查看资源组详情', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeResource'], ], ], 'ramActions' => [ [ 'operationType' => 'get', 'ramAction' => [ 'action' => 'eas:DescribeResource', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Resource', 'arn' => 'acs:eas:{#regionId}:{#accountId}:resource/{#ResourceId}'], ], ], ], ], ], 'DescribeResourceDLink' => [ 'summary' => '查看专属资源组VPC直连配置详情。', 'path' => '/api/v2/resources/{ClusterId}/{ResourceId}/dlink', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['operationType' => 'get'], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['title' => '资源组所在的集群ID', 'description' => '资源组所在的地域ID。', 'type' => 'string', 'required' => true, 'example' => 'cn-shanghai'], ], [ 'name' => 'ResourceId', 'in' => 'path', 'schema' => ['title' => '资源组的ID', 'description' => '资源组的ID。如何查询资源组ID,请参见[ListResources](~~412133~~)。', 'type' => 'string', 'required' => true, 'example' => 'eas-r-adfabas****'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '返回结果。', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => 'Id of the request', 'description' => '请求ID。', 'type' => 'string', 'example' => '40325405-579C-4D82****'], 'VpcId' => ['title' => '已打通直接的Vpc ID', 'description' => '已打通直连的VPC ID。', 'type' => 'string', 'example' => 'vpc-uf66uio7m****1'], 'VSwitchId' => ['title' => '已打通直连的主VSwitch ID', 'description' => '已打通直连的主VSwitch ID。', 'type' => 'string', 'example' => 'vsw-8vbqn2at0kljjxxxx****'], 'SecurityGroupId' => ['title' => '已打通直连的安全组', 'description' => '已打通直连的安全组。', 'type' => 'string', 'example' => 'sg-bp1j1z7297hcink9d****'], 'AuxVSwitchList' => [ 'title' => '已打通直连的副VSwitch ID', 'description' => '已打通直连的副VSwitch ID。', 'type' => 'array', 'items' => ['description' => 'VSwitch ID。', 'type' => 'string', 'example' => '[" vsw-8ersw98sgmlgkxxxxxx", " vsw-4dsgg2at0kljjxxxxxxxx"]'], ], 'DestinationCIDRs' => ['title' => '要打通的客户端的网段信息,会将该网段加入到服务端的回包路由中,与VSwitchIdList可二选一', 'description' => '要打通的客户端的网段信息,会将该网段加入到服务端的回包路由中。', 'type' => 'string', 'example' => '172.16.0.0/16'], ], ], ], 404 => [], ], 'title' => '查看资源组VPC直连信息', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeResourceDLink'], ], ], 'ramActions' => [ [ 'operationType' => 'get', 'ramAction' => [ 'action' => 'eas:DescribeResourceDLink', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Resource', 'arn' => 'acs:eas:{#regionId}:{#accountId}:resource/{#ResourceId}'], ], ], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82****\\",\\n \\"VpcId\\": \\"vpc-uf66uio7m****1\\",\\n \\"VSwitchId\\": \\"vsw-8vbqn2at0kljjxxxx****\\",\\n \\"SecurityGroupId\\": \\"sg-bp1j1z7297hcink9d****\\",\\n \\"AuxVSwitchList\\": [\\n \\"[\\\\\\" vsw-8ersw98sgmlgkxxxxxx\\\\\\", \\\\\\" vsw-4dsgg2at0kljjxxxxxxxx\\\\\\"]\\"\\n ],\\n \\"DestinationCIDRs\\": \\"172.16.0.0/16\\"\\n}","errorExample":""},{"type":"xml","example":"","errorExample":""}]', ], 'DescribeResourceLog' => [ 'summary' => '查看专属资源组SLS日志投递配置详情。', 'path' => '/api/v2/resources/{ClusterId}/{ResourceId}/log', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['operationType' => 'get'], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['title' => '资源组所在的集群ID', 'description' => '资源组所在的集群ID。', 'type' => 'string', 'required' => true, 'example' => 'cn-shanghai'], ], [ 'name' => 'ResourceId', 'in' => 'path', 'schema' => ['title' => '资源组的ID', 'description' => '资源组的ID。如何查询资源组ID,请参见[ListResources](~~412133~~)。', 'type' => 'string', 'required' => true, 'example' => 'eas-r-asdas****'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '返回结果。', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => 'Id of the request', 'description' => '请求ID。', 'type' => 'string', 'example' => '40325405-579C-4D82****'], 'ProjectName' => ['title' => '资源组对应的sls日志管理项目', 'description' => '资源组对应的SLS日志管理项目。', 'type' => 'string', 'example' => 'eas-r-asdasdasd-sls'], 'LogStore' => ['title' => 'sls日志库', 'description' => 'SLS日志库。', 'type' => 'string', 'example' => 'access_log'], 'Message' => ['title' => 'sls日志信息', 'description' => 'SLS日志信息。', 'type' => 'string', 'example' => 'Network interfaces are updating'], 'Status' => ['title' => '资源组状态', 'description' => '资源组状态。', 'type' => 'string', 'example' => 'ResourceReady'], ], ], ], ], 'title' => '查看资源组日志投递信息', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeResourceLog'], ], ], 'ramActions' => [ [ 'operationType' => 'get', 'ramAction' => [ 'action' => 'eas:DescribeResourceLog', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Resource', 'arn' => 'acs:eas:{#regionId}:{#accountId}:resource/{#ResourceId}'], ], ], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82****\\",\\n \\"ProjectName\\": \\"eas-r-asdasdasd-sls\\",\\n \\"LogStore\\": \\"access_log\\",\\n \\"Message\\": \\"Network interfaces are updating\\",\\n \\"Status\\": \\"ResourceReady\\"\\n}","errorExample":""},{"type":"xml","example":"","errorExample":""}]', ], 'DescribeService' => [ 'path' => '/api/v2/services/{ClusterId}/{ServiceName}', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', 'abilityTreeCode' => '37005', 'abilityTreeNodes' => ['FEATURElearnN5R68Z'], ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['description' => '服务所在地域ID。', 'type' => 'string', 'required' => true, 'example' => 'cn-shanghai'], ], [ 'name' => 'ServiceName', 'in' => 'path', 'schema' => ['description' => '服务名称。如何查看服务名称,请参见[ListServices ](~~412109~~)。', 'type' => 'string', 'required' => true, 'example' => 'foo'], ], ], 'responses' => [ 200 => [ 'schema' => ['description' => '返回的服务详情。', '$ref' => '#/components/schemas/Service'], ], 404 => [], ], 'title' => '查询服务详情', 'summary' => '获取指定服务的详细信息。', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '200', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeService'], ], ], 'ramActions' => [ [ 'operationType' => 'get', 'ramAction' => [ 'action' => 'eas:DescribeService', 'authLevel' => 'resource', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Service', 'arn' => 'acs:eas:{#regionId}:{#accountId}:service/{#ServiceName}'], ], ], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"ServiceGroup\\": \\"my_group\\",\\n \\"Memory\\": 1024,\\n \\"Cpu\\": 1,\\n \\"Image\\": \\"registry.cn-shanghai.aliyuncs.com/eas/echo_cn-shanghai:v0.0.1-20210129111320\\",\\n \\"Gpu\\": 0,\\n \\"TotalInstance\\": 1,\\n \\"AccessToken\\": \\"MzJiMDI5MDliODc0MTlkYmI0ZDhlYmExYjczYTIyZTE3Zm********\\",\\n \\"ResourceBurstable\\": true,\\n \\"InternetEndpoint\\": \\"http://10123*****.cn-shanghai.aliyuncs.com/api/predict/echo\\",\\n \\"ResourceAlias\\": \\"my_resource\\",\\n \\"Status\\": \\"Running\\",\\n \\"TrafficState\\": \\"standalone\\",\\n \\"RequestId\\": \\"40325405-579C-4D82********\\",\\n \\"Resource\\": \\"eas-r-xxxxxxx\\",\\n \\"SecondaryInternetEndpoint\\": \\"http://10123*****.cn-shanghai.aliyuncs.com/api/predict/async_path.echo\\\\n\\",\\n \\"Labels\\": [\\n {\\n \\"LabelValue\\": \\"value1\\",\\n \\"LabelKey\\": \\"key1\\"\\n }\\n ],\\n \\"Namespace\\": \\"echo\\",\\n \\"Weight\\": 100,\\n \\"Role\\": \\"Queue\\",\\n \\"SecondaryIntranetEndpoint\\": \\"http://10123*****.vpc.cn-shanghai.aliyuncs.com/api/predict/async_path.echo\\\\n\\",\\n \\"PendingInstance\\": 0,\\n \\"ServiceName\\": \\"echo\\",\\n \\"SafetyLock\\": \\"dangerous\\",\\n \\"Region\\": \\"cn-shanghai\\",\\n \\"AppType\\": \\"LLM\\",\\n \\"InstanceCountInResource\\": {\\n \\"Quota\\": 10,\\n \\"Public\\": 10,\\n \\"Dedicated\\": 10\\n },\\n \\"IntranetEndpoint\\": \\"http://10123*****.vpc.cn-shanghai.aliyuncs.com/api/predict/echo\\",\\n \\"QuotaId\\": \\"quotaxxxxx\\",\\n \\"Message\\": \\"Service start successfully\\",\\n \\"CurrentVersion\\": 1,\\n \\"RunningInstance\\": 1,\\n \\"WorkspaceId\\": \\"123445\\",\\n \\"CallerUid\\": \\"20123*******\\",\\n \\"Reason\\": \\"RUNNING\\",\\n \\"Source\\": \\"dsw\\",\\n \\"ServiceId\\": \\"eas-m-xxasdat\\",\\n \\"AppVersion\\": \\"v1\\",\\n \\"CronscalerEnabled\\": true,\\n \\"ServiceConfig\\": \\"{\\\\\\"metadata\\\\\\":{\\\\\\"cpu\\\\\\":1,\\\\\\"instance\\\\\\":1,\\\\\\"memory\\\\\\":1024},\\\\\\"name\\\\\\":\\\\\\"echo\\\\\\",\\\\\\"processor_entry\\\\\\":\\\\\\"libecho.so\\\\\\",\\\\\\"processor_path\\\\\\":\\\\\\"http://oss-cn-hangzhou-zmf.aliyuncs.com/059247/echo_processor_release.tar.gz\\\\\\",\\\\\\"processor_type\\\\\\":\\\\\\"cpp\\\\\\"}\\",\\n \\"Gateway\\": \\"gw-xxxxxx\\",\\n \\"AppSpecName\\": \\"llama_7b_fp16\\",\\n \\"GPUCorePercentage\\": 50,\\n \\"GPUMemory\\": 20,\\n \\"AppConfig\\": \\"{\\\\\\"ModelStorage\\\\\\":\\\\\\"oss\\\\\\"}\\",\\n \\"CreateTime\\": \\"2021-01-29T11:13:20Z\\",\\n \\"AutoscalerEnabled\\": true,\\n \\"ExtraData\\": \\"{\\\\\\"blue_green_services\\\\\\":[\\\\\\"test\\\\\\",\\\\\\"testxxxx\\\\\\"]}\\",\\n \\"LatestVersion\\": 1,\\n \\"UpdateTime\\": \\"2021-01-29T11:13:20Z\\",\\n \\"ServiceUid\\": \\"eas-m-xxasdat\\\\n\\",\\n \\"ParentUid\\": \\"11234*******\\",\\n \\"RoleAttrs\\": \\"{\\\\\\"ApproxMaxLength\\\\\\":null,\\\\\\"Length\\\\\\":null,\\\\\\"MaxPayloadBytes\\\\\\":null}\\"\\n}","errorExample":""},{"type":"xml","example":"","errorExample":""}]', ], 'DescribeServiceAutoScaler' => [ 'path' => '/api/v2/services/{ClusterId}/{ServiceName}/autoscaler', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['operationType' => 'get'], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['description' => '服务所在地域ID。', 'type' => 'string', 'required' => true, 'example' => 'cn-shanghai'], ], [ 'name' => 'ServiceName', 'in' => 'path', 'schema' => ['description' => '服务名称。如何查看服务名称,请参见[ListServices ](~~412109~~)。', 'type' => 'string', 'required' => true, 'example' => 'echo'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '返回结果。', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => 'Id of the request', 'description' => '请求ID。', 'type' => 'string', 'example' => '40325405-579C-4D82****'], 'ServiceName' => ['title' => '服务名字', 'description' => '服务名称。', 'type' => 'string', 'example' => 'foo'], 'MinReplica' => ['title' => '服务最小实例数', 'description' => '服务最小实例数。', 'type' => 'integer', 'format' => 'int32', 'example' => '3'], 'MaxReplica' => ['title' => '服务最大实例数', 'description' => '服务最大实例数。', 'type' => 'integer', 'format' => 'int32', 'example' => '8'], 'Behavior' => ['description' => '额外扩缩容策略。例如触发扩缩容前的等待时间。', 'type' => 'object', 'example' => '{'."\n" .' "behavior": {'."\n" .' "scaleDown": {'."\n" .' "stabilizationWindowSeconds": 150'."\n" .' }'."\n" .' }'."\n" .'}'], 'ScaleStrategies' => [ 'description' => '伸缩策略列表。', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'metricName' => ['description' => '指标名称,可能值:'."\n" .'- QPS:单实例QPS伸缩阈值。'."\n" .'- CPU:CPU利用率阈值。', 'type' => 'string', 'example' => 'QPS'], 'threshold' => ['description' => '触发自动伸缩阈值。'."\n" .'- 指标名称配置为QPS:当单实例的平均QPS大于该值时会触发扩容。'."\n" .'- 指标名称配置为CPU:当单实例的平均CPU使用率大于该值时会触发扩容。', 'type' => 'number', 'format' => 'float', 'example' => '10'], 'service' => ['description' => '指标所属服务,不配置默认为当前服务。', 'type' => 'string', 'example' => 'demo_svc'], ], 'description' => '', ], ], 'CurrentMetrics' => [ 'description' => '当前指标列表。', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'metricName' => ['description' => '指标名称。可能值:'."\n" .'- QPS'."\n" .'- CPU', 'type' => 'string', 'example' => 'QPS'], 'value' => ['description' => '当前指标值。', 'type' => 'number', 'format' => 'float', 'example' => '10'], 'service' => ['description' => '指标所属服务。', 'type' => 'string', 'example' => 'demo_svc'], ], 'description' => '', ], ], ], ], ], ], 'title' => '查看服务自动扩缩容信息', 'summary' => '查看服务的自动扩缩配置详情。', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeServiceAutoScaler'], ], ], 'ramActions' => [ [ 'operationType' => 'get', 'ramAction' => [ 'action' => 'eas:DescribeServiceAutoScaler', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Service', 'arn' => 'acs:eas:{#regionId}:{#accountId}:service/{#ServiceName}'], ], ], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82****\\",\\n \\"ServiceName\\": \\"foo\\",\\n \\"MinReplica\\": 3,\\n \\"MaxReplica\\": 8,\\n \\"Behavior\\": {\\n \\"behavior\\": {\\n \\"scaleDown\\": {\\n \\"stabilizationWindowSeconds\\": 150\\n }\\n }\\n },\\n \\"ScaleStrategies\\": [\\n {\\n \\"metricName\\": \\"QPS\\",\\n \\"threshold\\": 10,\\n \\"service\\": \\"demo_svc\\"\\n }\\n ],\\n \\"CurrentMetrics\\": [\\n {\\n \\"metricName\\": \\"QPS\\",\\n \\"value\\": 10,\\n \\"service\\": \\"demo_svc\\"\\n }\\n ]\\n}","errorExample":""},{"type":"xml","example":"","errorExample":""}]', ], 'DescribeServiceCronScaler' => [ 'summary' => '查看服务的定时扩缩容配置详情。', 'path' => '/api/v2/services/{ClusterId}/{ServiceName}/cronscaler', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'produces' => ['application/json'], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', 'abilityTreeCode' => '123960', 'abilityTreeNodes' => ['FEATURElearnZ3WNW7'], ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['description' => '服务所在地域ID。', 'type' => 'string', 'required' => true, 'example' => 'cn-shanghai'], ], [ 'name' => 'ServiceName', 'in' => 'path', 'schema' => ['description' => '服务名称。如何查看服务名称,请参见[ListServices ](~~412109~~)。', 'type' => 'string', 'required' => true, 'example' => 'foo'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => '请求ID。', 'type' => 'string', 'example' => '40325405-579C-4D82****'], 'ServiceName' => ['description' => '服务名称。', 'type' => 'string', 'example' => 'foo'], 'ExcludeDates' => [ 'description' => '已排除的时间点的Cron表达式列表。', 'type' => 'array', 'items' => ['description' => 'Cron表达式。', 'type' => 'string', 'example' => '* * * * * 0,6'."\n"], ], 'ScaleJobs' => [ 'description' => '定时伸缩任务列表。', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Schedule' => ['description' => '伸缩任务的Cron表达式。', 'type' => 'string', 'example' => '0 18 * * * *'], 'TargetSize' => ['description' => '伸缩任务的目标实例数。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'], 'Name' => ['description' => '伸缩任务的名称。', 'type' => 'string', 'example' => 'scale-job-1'], 'Message' => ['description' => '最后一次定时任务的详细信息。', 'type' => 'string', 'example' => '"cron hpa job scale-jobs-0 executed successfully. current replicas:3, desired replicas:2."'], 'State' => ['description' => '最后一次定时任务的状态。', 'type' => 'string', 'example' => 'Succeed'], 'LastProbeTime' => ['description' => '最后一次定时任务的运行UTC时间。', 'type' => 'string', 'example' => '2022-02-24T06:31:00Z'], 'CreateTime' => ['description' => '最后一次定时任务创建UTC时间。', 'type' => 'string', 'example' => '2020-06-24T02:11:30Z'], ], 'description' => '', ], ], ], 'description' => '', ], ], ], 'title' => '查看服务定时扩缩容信息', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeServiceCronScaler'], ], ], 'ramActions' => [ [ 'operationType' => 'get', 'ramAction' => [ 'action' => 'eas:DescribeServiceCronScaler', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Service', 'arn' => 'acs:eas:{#regionId}:{#accountId}:service/{#ServiceName}'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82****\\",\\n \\"ServiceName\\": \\"foo\\",\\n \\"ExcludeDates\\": [\\n \\"* * * * * 0,6\\\\n\\"\\n ],\\n \\"ScaleJobs\\": [\\n {\\n \\"Schedule\\": \\"0 18 * * * *\\",\\n \\"TargetSize\\": 1,\\n \\"Name\\": \\"scale-job-1\\",\\n \\"Message\\": \\"\\\\\\"cron hpa job scale-jobs-0 executed successfully. current replicas:3, desired replicas:2.\\\\\\"\\",\\n \\"State\\": \\"Succeed\\",\\n \\"LastProbeTime\\": \\"2022-02-24T06:31:00Z\\",\\n \\"CreateTime\\": \\"2020-06-24T02:11:30Z\\"\\n }\\n ]\\n}","type":"json"}]', ], 'DescribeServiceDiagnosis' => [ 'summary' => '查看服务的诊断详情。', 'path' => '/api/v2/services/{ClusterId}/{ServiceName}/diagnosis', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'produces' => ['application/json'], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', 'abilityTreeCode' => '181894', 'abilityTreeNodes' => ['FEATURElearnO4KXYN'], ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['description' => '服务所在地域ID。', 'type' => 'string', 'required' => true, 'example' => 'cn-shanghai'], ], [ 'name' => 'ServiceName', 'in' => 'path', 'schema' => ['description' => '服务名称。', 'type' => 'string', 'required' => true, 'example' => 'foo'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '返回结果。', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => 'Id of the request', 'description' => '请求ID。', 'type' => 'string', 'example' => '40325405-579C-4D82****'], 'DiagnosisList' => [ 'description' => '诊断信息列表。', 'type' => 'array', 'items' => [ 'description' => '诊断信息。', 'type' => 'object', 'properties' => [ 'Error' => ['description' => '识别到的异常。', 'type' => 'string', 'example' => 'Container worker0 failed to pull image.'], 'Causes' => [ 'description' => '异常原因列表。', 'type' => 'array', 'items' => ['description' => '异常原因。', 'type' => 'string', 'example' => 'Failed to pull image "busybox:no_exist_tag": rpc error: code = NotFound.'], ], 'Advices' => [ 'description' => '修复建议列表。', 'type' => 'array', 'items' => ['description' => '修复建议。', 'type' => 'string', 'example' => 'Please make sure the container image exists.'], ], ], ], ], ], ], ], ], 'staticInfo' => ['returnType' => 'synchronous'], 'title' => '查看服务诊断详情', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeServiceDiagnosis'], ], ], 'ramActions' => [ [ 'operationType' => 'get', 'ramAction' => [ 'action' => 'eas:DescribeServiceDiagnosis', 'authLevel' => 'resource', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Service', 'arn' => 'acs:eas:{#regionId}:{#accountId}:service/{#ServiceName}'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82****\\",\\n \\"DiagnosisList\\": [\\n {\\n \\"Error\\": \\"Container worker0 failed to pull image.\\",\\n \\"Causes\\": [\\n \\"Failed to pull image \\\\\\"busybox:no_exist_tag\\\\\\": rpc error: code = NotFound.\\"\\n ],\\n \\"Advices\\": [\\n \\"Please make sure the container image exists.\\"\\n ]\\n }\\n ]\\n}","type":"json"}]', ], 'DescribeServiceEndpoints' => [ 'summary' => '获取服务端点列表。', 'path' => '/api/v2/services/{ClusterId}/{ServiceName}/endpoints', 'methods' => ['get'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => [], 'produces' => ['application/json'], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '251429', 'abilityTreeNodes' => ['FEATURElearnKDX12S'], 'autoTest' => true, 'tenantRelevance' => 'tenant', ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['description' => '区域ID。', 'type' => 'string', 'required' => false, 'example' => 'cn-hangzhou'], ], [ 'name' => 'ServiceName', 'in' => 'path', 'schema' => ['description' => '服务名称。如何获取服务名称,请参见[ListServices](~~412109~~)。', 'type' => 'string', 'required' => true, 'example' => 'service_name'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '返回结果。', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => 'Id of the request', 'description' => '请求ID。', 'type' => 'string', 'example' => '739998B5-FB39-12A3-8323-0FA340317298'], 'Message' => ['description' => '返回结果说明。', 'type' => 'string', 'example' => 'Execution succeeded.'], 'AccessToken' => ['description' => '服务Token。', 'type' => 'string', 'example' => 'Nzc5N2FhN****TQ0YzBmYTIyN2MxZTUxN2NkYjg4MTJmMWQxZmY1****'], 'Endpoints' => [ 'description' => '服务端点列表。', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'EndpointType' => ['description' => '服务端点接入方式,可能值为:'."\n" ."\n" .'- DefaultGateway:共享网关。'."\n" .'- PrivateGateway:专属网关。'."\n" .'- Nlb:挂载 NLB。'."\n" .'- Nacos:挂载 Nacos。', 'type' => 'string', 'example' => 'Nlb'], 'BackendId' => ['description' => '后端接入 ID,取决于 EndpointType:'."\n" ."\n" .'- DefaultGateway:为 default。'."\n" .'- PrivateGateway:为专属网关 ID。'."\n" .'- Nlb:为 NLB 实例 ID。'."\n" .'- Nacos:为 Nacos 实例 ID。', 'type' => 'string', 'example' => 'nlb-5q4sp7u6oorkha****'], 'PathType' => ['description' => '地址类型,可能值为:'."\n" ."\n" .'- Group:服务群组地址。'."\n" .'- Service:服务地址。', 'type' => 'string', 'example' => 'Service'], 'IntranetEndpoints' => [ 'description' => '内网地址列表。', 'type' => 'array', 'items' => ['description' => '完整的访问地址。', 'type' => 'string', 'example' => 'nlb-5q4sp7u6oor****jvv.cn-hangzhou.nlb.aliyuncs.com'], ], 'InternetEndpoints' => [ 'description' => '公网地址列表。', 'type' => 'array', 'items' => ['description' => '完整的访问地址。', 'type' => 'string', 'example' => 'null'], ], 'Port' => ['description' => '端口。仅挂载 NlB 和 Nacos 时,Port 才有值。', 'type' => 'integer', 'format' => 'int32', 'example' => '9090'], ], 'description' => '', ], ], ], ], ], ], 'staticInfo' => ['returnType' => 'synchronous'], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"739998B5-FB39-12A3-8323-0FA340317298\\",\\n \\"Message\\": \\"Execution succeeded.\\",\\n \\"AccessToken\\": \\"Nzc5N2FhN****TQ0YzBmYTIyN2MxZTUxN2NkYjg4MTJmMWQxZmY1****\\",\\n \\"Endpoints\\": [\\n {\\n \\"EndpointType\\": \\"Nlb\\",\\n \\"BackendId\\": \\"nlb-5q4sp7u6oorkha****\\",\\n \\"PathType\\": \\"Service\\",\\n \\"IntranetEndpoints\\": [\\n \\"nlb-5q4sp7u6oor****jvv.cn-hangzhou.nlb.aliyuncs.com\\"\\n ],\\n \\"InternetEndpoints\\": [\\n \\"null\\"\\n ],\\n \\"Port\\": 9090\\n }\\n ]\\n}","type":"json"}]', 'title' => '获取服务端点列表', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeServiceEndpoints'], ], ], 'ramActions' => [], ], 'DescribeServiceEvent' => [ 'summary' => '查询服务近期部署事件。', 'path' => '/api/v2/services/{ClusterId}/{ServiceName}/events', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/json'], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '152928', 'abilityTreeNodes' => ['FEATURElearnKDX12S'], ], 'parameters' => [ [ 'name' => 'PageNum', 'in' => 'query', 'schema' => ['title' => '请求页码(默认1)', 'description' => '服务事件列表的页码,默认为1。', 'type' => 'string', 'required' => false, 'example' => '1'], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['title' => '每页的大小(默认为100)', 'description' => '分页查询时设置的每页显示的事件数量,默认为100。', 'type' => 'string', 'required' => false, 'example' => '20'], ], [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['title' => '服务对应区域', 'description' => '服务所在地域ID。', 'type' => 'string', 'required' => true, 'example' => 'cn-shanghai'], ], [ 'name' => 'ServiceName', 'in' => 'path', 'schema' => ['title' => '服务对应名称', 'description' => '服务对应名称。如何获取服务名称,请参见[ListServices ](~~412109~~)。', 'type' => 'string', 'required' => true, 'example' => 'foo'], ], [ 'name' => 'StartTime', 'in' => 'query', 'schema' => ['title' => '日志查询起始时刻(默认7天前)', 'description' => '查询起始UTC时间。默认为7天前。', 'type' => 'string', 'required' => false, 'example' => '2006-01-02 15:04:05'], ], [ 'name' => 'EndTime', 'in' => 'query', 'schema' => ['title' => '日志查询终止时刻(默认当前时刻)', 'description' => '查询终止时间,默认当前时刻。', 'type' => 'string', 'required' => false, 'example' => '2006-01-02 15:04:05'], ], [ 'name' => 'EventType', 'in' => 'query', 'schema' => [ 'description' => '事件类型:'."\n" ."\n" .'- Normal:正常事件。'."\n" .'- Warning:异常事件。', 'type' => 'string', 'required' => false, 'enumValueTitles' => ['Warning' => 'Warning', 'Normal' => 'Normal'], 'example' => 'Normal', ], ], [ 'name' => 'InstanceName', 'in' => 'query', 'schema' => ['description' => '服务实例的名字。如何获取实例名称,请参见[ListServiceInstances](~~412108~~)。', 'type' => 'string', 'required' => false, 'example' => 'echo-test-784xxxx85d-hhnd8'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '返回结果。', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => 'Id of the request', 'description' => '请求ID。', 'type' => 'string', 'example' => '3D491C94-6239-5318-B4B4-799D859***'], 'Events' => [ 'description' => '事件列表。', 'type' => 'array', 'items' => [ 'description' => '事件信息。', 'type' => 'object', 'properties' => [ 'Type' => ['description' => '事件类型,可能值:'."\n" .'- Normal:正常事件。'."\n" .'- Warning:异常事件。', 'type' => 'string', 'example' => 'Normal'], 'Reason' => ['description' => '事件原因(服务状态变化信息)。', 'type' => 'string', 'example' => 'Updating'], 'Message' => ['description' => '事件信息(格式化后的JSON字符串)。', 'type' => 'string', 'example' => '{\\"versionId\\":1,\\"message\\":\\"Stage scale complete\\",\\"availableInstance\\":1,\\"unavailableInstance\\":0}'], 'Time' => ['description' => '事件发生UTC时间。', 'type' => 'string', 'example' => '2022-04-09 06:30:00'], 'Resource' => ['description' => '资源类型。可能取值:'."\n" ."\n" .'- Service:服务。'."\n" ."\n" .'- Pod:服务实例。', 'type' => 'string', 'example' => 'Service'], ], ], ], 'TotalCount' => ['description' => '总计数量。', 'type' => 'integer', 'format' => 'int64', 'example' => '29'], 'TotalPageNum' => ['description' => '总计页码。', 'type' => 'integer', 'format' => 'int64', 'example' => '12'], 'PageNum' => ['description' => '当前页码。', 'type' => 'integer', 'format' => 'int64', 'example' => '1'], ], ], ], ], 'staticInfo' => ['returnType' => 'synchronous'], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"3D491C94-6239-5318-B4B4-799D859***\\",\\n \\"Events\\": [\\n {\\n \\"Type\\": \\"Normal\\",\\n \\"Reason\\": \\"Updating\\",\\n \\"Message\\": \\"{\\\\\\\\\\\\\\"versionId\\\\\\\\\\\\\\":1,\\\\\\\\\\\\\\"message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"Stage scale complete\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"availableInstance\\\\\\\\\\\\\\":1,\\\\\\\\\\\\\\"unavailableInstance\\\\\\\\\\\\\\":0}\\",\\n \\"Time\\": \\"2022-04-09 06:30:00\\",\\n \\"Resource\\": \\"Service\\"\\n }\\n ],\\n \\"TotalCount\\": 29,\\n \\"TotalPageNum\\": 12,\\n \\"PageNum\\": 1\\n}","type":"json"}]', 'title' => '查询服务事件', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeServiceEvent'], ], ], 'ramActions' => [ [ 'operationType' => 'get', 'ramAction' => [ 'action' => 'eas:DescribeServiceEvent', 'authLevel' => 'resource', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Service', 'arn' => 'acs:eas:{#regionId}:{#accountId}:service/{#ServiceName}'], ], ], ], ], ], 'DescribeServiceInstanceDiagnosis' => [ 'path' => '/api/v2/services/{ClusterId}/{ServiceName}/instances/{InstanceName}/diagnosis', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'produces' => ['application/json'], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', 'abilityTreeCode' => '181910', 'abilityTreeNodes' => ['FEATURElearnO4KXYN'], ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['description' => '服务所在地域ID。', 'type' => 'string', 'required' => true, 'example' => 'cn-shanghai'], ], [ 'name' => 'ServiceName', 'in' => 'path', 'schema' => ['description' => '服务的名称。', 'type' => 'string', 'required' => true, 'example' => 'foo'], ], [ 'name' => 'InstanceName', 'in' => 'path', 'schema' => ['description' => '服务实例的名称。', 'type' => 'string', 'required' => true, 'example' => 'foo-69xxxx4f4-5w9r9'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '返回结果。', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => 'Id of the request', 'description' => '请求ID。', 'type' => 'string', 'example' => '40325405-579C-4D82***'], 'Diagnosis' => [ 'description' => '诊断信息。', 'type' => 'object', 'properties' => [ 'Error' => ['description' => '识别到的异常。', 'type' => 'string', 'example' => 'Container worker0 failed to pull image.'], 'Causes' => [ 'description' => '异常原因列表。', 'type' => 'array', 'items' => ['description' => '异常原因。', 'type' => 'string', 'example' => 'Failed to pull image "busybox:no_exist_tag": rpc error: code = NotFound.'], ], 'Advices' => [ 'description' => '修复建议列表。', 'type' => 'array', 'items' => ['description' => '修复建议。', 'type' => 'string', 'example' => 'Please make sure the container image exists.'], ], ], ], ], ], ], ], 'staticInfo' => ['returnType' => 'synchronous'], 'title' => '查看服务实例诊断详情', 'summary' => '查看服务实例的诊断详情。', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeServiceInstanceDiagnosis'], ], ], 'ramActions' => [ [ 'operationType' => 'get', 'ramAction' => [ 'action' => 'eas:DescribeServiceInstanceDiagnosis', 'authLevel' => 'resource', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Service', 'arn' => 'acs:eas:{#regionId}:{#accountId}:service/{#ServiceName}'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82***\\",\\n \\"Diagnosis\\": {\\n \\"Error\\": \\"Container worker0 failed to pull image.\\",\\n \\"Causes\\": [\\n \\"Failed to pull image \\\\\\"busybox:no_exist_tag\\\\\\": rpc error: code = NotFound.\\"\\n ],\\n \\"Advices\\": [\\n \\"Please make sure the container image exists.\\"\\n ]\\n }\\n}","type":"json"}]', ], 'DescribeServiceLog' => [ 'summary' => '获取指定服务的日志信息。', 'path' => '/api/v2/services/{ClusterId}/{ServiceName}/logs', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => [], 'produces' => ['application/json'], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['operationType' => 'get'], 'parameters' => [ [ 'name' => 'PageNum', 'in' => 'query', 'schema' => ['title' => '请求的页码(默认为1)', 'description' => '服务日志的页码,默认为1。', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1'], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['title' => '每页的大小(默认为500)', 'description' => '分页查询时设置的每页显示的日志行数,默认值为500。', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '500'], ], [ 'name' => 'Ip', 'in' => 'query', 'schema' => ['title' => '要查询的机器ip', 'description' => '要查询的机器IP。如何获取机器IP,请参见[ListServiceInstances](~~412108~~)。', 'type' => 'string', 'required' => false, 'example' => '10.0.0.1'], ], [ 'name' => 'Keyword', 'in' => 'query', 'schema' => ['title' => '查询的关键字', 'description' => '查询的关键字。', 'type' => 'string', 'required' => false, 'example' => 'key'], ], [ 'name' => 'StartTime', 'in' => 'query', 'schema' => ['title' => '查询的开始时间', 'description' => '查询的开始UTC时间。', 'type' => 'string', 'required' => false, 'example' => '2006-01-02 15:04:05'], ], [ 'name' => 'EndTime', 'in' => 'query', 'schema' => ['title' => '查询的结束时间', 'description' => '查询的结束UTC时间。', 'type' => 'string', 'required' => false, 'example' => '2006-01-02 15:04:05'], ], [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['description' => '服务所在地域ID。', 'type' => 'string', 'required' => true, 'example' => 'cn-shanghai'], ], [ 'name' => 'ServiceName', 'in' => 'path', 'schema' => ['description' => '服务名称。如何获取服务名称,请参见[ListServices ](~~412109~~)。', 'type' => 'string', 'required' => true, 'example' => 'echo'], ], [ 'name' => 'InstanceName', 'in' => 'query', 'schema' => ['description' => '服务实例的名称。如何获取实例名称,请参见[ListServiceInstances](~~412108~~)。', 'type' => 'string', 'required' => false, 'example' => 'echo-da290ac8-7fckm'], ], [ 'name' => 'ContainerName', 'in' => 'query', 'schema' => ['description' => '服务实例的容器名称。', 'type' => 'string', 'required' => false, 'example' => 'worker0'], ], [ 'name' => 'Previous', 'in' => 'query', 'schema' => [ 'description' => '查看实例上次重启前的日志。注意:仅在实例出现重启时可用。', 'type' => 'boolean', 'required' => false, 'enumValueTitles' => ['true' => 'true', 'false' => 'false'], 'example' => 'true', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '返回结果。', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => 'Id of the request', 'description' => '请求ID。', 'type' => 'string', 'example' => '40325405-579C-4D82********'], 'Logs' => [ 'title' => '返回的日志信息', 'description' => '返回的日志信息。', 'type' => 'array', 'items' => ['description' => '日志信息。', 'type' => 'string', 'example' => 'echo_test'], ], 'PageNum' => ['title' => '当前页码', 'description' => '当前页码。', 'type' => 'integer', 'format' => 'int64', 'example' => '1'], 'TotalCount' => ['title' => '总计数量', 'description' => '总计数量。', 'type' => 'integer', 'format' => 'int64', 'example' => '1'], 'TotalPageNum' => ['title' => '总计页码', 'description' => '总计页码。', 'type' => 'integer', 'format' => 'int64', 'example' => '500'], ], ], ], ], 'title' => '查看服务日志', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '5', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeServiceLog'], ], ], 'ramActions' => [ [ 'operationType' => 'get', 'ramAction' => [ 'action' => 'eas:DescribeServiceLog', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Service', 'arn' => 'acs:eas:{#regionId}:{#accountId}:service/{#ServiceName}'], ], ], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82********\\",\\n \\"Logs\\": [\\n \\"echo_test\\"\\n ],\\n \\"PageNum\\": 1,\\n \\"TotalCount\\": 1,\\n \\"TotalPageNum\\": 500\\n}","errorExample":""},{"type":"xml","example":"","errorExample":""}]', ], 'DescribeServiceMirror' => [ 'summary' => '查看指定服务的流量镜像配置详情。', 'path' => '/api/v2/services/{ClusterId}/{ServiceName}/mirror', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['operationType' => 'get'], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['title' => '服务所在区域', 'description' => '服务所在地域ID。', 'type' => 'string', 'required' => true, 'example' => 'cn-shanghai'], ], [ 'name' => 'ServiceName', 'in' => 'path', 'schema' => ['title' => '服务名字', 'description' => '服务名字。如何获取服务名称,请参见[ListServices ](~~412109~~)。', 'type' => 'string', 'required' => true, 'example' => 'foo'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '返回结果。', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => 'Id of the request', 'description' => '请求ID。', 'type' => 'string', 'example' => '40325405-579C-4D82****'], 'ServiceName' => ['title' => '服务名字', 'description' => '服务名称。', 'type' => 'string', 'example' => 'foo'], 'Target' => ['title' => '设置流量镜像对服务列表', 'description' => '设置流量镜像对服务列表。', 'type' => 'string', 'example' => 'foo2,foo3'], 'Ratio' => ['title' => '比例[0,100]', 'description' => '流量比例,取值范围0~100。', 'type' => 'string', 'example' => '50'], ], ], ], ], 'title' => '查看服务流量镜像信息', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeServiceMirror'], ], ], 'ramActions' => [ [ 'operationType' => 'get', 'ramAction' => [ 'action' => 'eas:DescribeServiceMirror', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Service', 'arn' => 'acs:eas:{#regionId}:{#accountId}:service/{#ServiceName}'], ], ], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82****\\",\\n \\"ServiceName\\": \\"foo\\",\\n \\"Target\\": \\"foo2,foo3\\",\\n \\"Ratio\\": \\"50\\"\\n}","errorExample":""},{"type":"xml","example":"","errorExample":""}]', ], 'DescribeServiceRollout' => [ 'path' => '/api/v2/services/{ClusterId}/{ServiceName}/rollout', 'methods' => ['get'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/json'], 'produces' => ['application/json'], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => ['FEATURElearnKDX12S'], ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['description' => '服务所在地域ID。', 'type' => 'string', 'required' => false, 'example' => 'cn-shanghai'], ], [ 'name' => 'ServiceName', 'in' => 'path', 'schema' => ['description' => '服务名。', 'type' => 'string', 'required' => false, 'example' => 'foo'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'description' => '响应Body。', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => '请求ID。每次请求返回的唯一标识,用于问题排查和追踪。'."\n", 'description' => '请求ID。每次请求返回的唯一标识,用于问题排查和追踪。'."\n", 'type' => 'string', 'example' => '40325405-579C-4D82****'], 'Rollout' => [ 'title' => '发布策略信息。包含策略配置(Strategy)和执行状态(Status)。'."\n", 'description' => '发布策略信息。包含策略配置(Strategy)和执行状态(Status)。'."\n", 'type' => 'object', 'properties' => [ 'Strategy' => [ 'title' => '发布策略配置。包含分区或批量发布的具体配置参数。'."\n", 'description' => '发布策略配置。包含分区或批量发布的具体配置参数。'."\n", 'type' => 'object', 'properties' => [ 'Partition' => [ 'title' => '分区发布配置。如果使用分区发布策略,则返回此项;否则不返回。', 'description' => '分区发布配置。如果使用分区发布策略,则返回此项;否则不返回。', 'type' => 'object', 'properties' => [ 'Partition' => ['title' => '分区值。表示保留的旧副本数量或百分比。例如 \'50%\' 表示保留50%的旧副本。', 'description' => '分区值。表示保留的旧副本数量或百分比。例如 \'50%\' 表示保留50%的旧副本。', 'type' => 'string', 'example' => '50%'], ], ], 'Batch' => [ 'title' => '批量发布配置。如果使用批量发布策略,则返回此项;否则不返回。', 'description' => '批量发布配置。如果使用批量发布策略,则返回此项;否则不返回。', 'type' => 'object', 'properties' => [ 'BatchSize' => ['title' => '批次大小。每批次更新的副本数量或百分比。', 'description' => '批次大小。每批次更新的副本数量或百分比。', 'type' => 'string', 'example' => '1'], 'Interval' => ['title' => '批次间隔。两次发布之间的等待时间。', 'description' => '批次间隔。两次发布之间的等待时间。', 'type' => 'string', 'example' => '5m'], ], ], ], ], 'Status' => [ 'title' => '发布策略执行状态。包含当前发布进度和阶段信息。'."\n", 'description' => '发布策略执行状态。包含当前发布进度和阶段信息。'."\n", 'type' => 'object', 'properties' => [ 'Phase' => [ 'title' => '发布阶段。可能值:'."\n" .'- Pending:等待开始发布'."\n" .'- Running:发布进行中'."\n" .'- Paused:发布已暂停'."\n" .'- Completed:发布已完成'."\n" .'- Failed:发布失败'."\n", 'description' => '发布阶段。可能值:'."\n" .'- Pending:等待开始发布'."\n" .'- Running:发布进行中'."\n" .'- Paused:发布已暂停'."\n" .'- Completed:发布已完成'."\n" .'- Failed:发布失败'."\n", 'type' => 'string', 'example' => 'Running', 'enum' => ['Pending', 'Running', 'Paused', 'Completed', 'Failed'], ], 'TotalReplicas' => ['title' => '总副本数。服务的总副本数量。'."\n", 'description' => '总副本数。服务的总副本数量。'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '10'], 'UpdatedReplicas' => ['title' => '已更新副本数。已完成更新到新版本的副本数量。'."\n", 'description' => '已更新副本数。已完成更新到新版本的副本数量。'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '5'], 'CurrentRevision' => ['title' => '当前版本。当前正在运行的版本标识。'."\n", 'description' => '当前版本。当前正在运行的版本标识。'."\n", 'type' => 'string', 'example' => 'service-abc123-v1'], 'UpdateRevision' => ['title' => '更新版本。正在更新到的目标版本标识。'."\n", 'description' => '更新版本。正在更新到的目标版本标识。'."\n", 'type' => 'string', 'example' => 'service-abc123-v2'], 'NextBatchStartTime' => ['description' => '下一批开始更新的时间。', 'type' => 'string', 'example' => '2026/05/08 16:10:56'], ], ], ], ], ], ], ], ], 'staticInfo' => ['returnType' => 'synchronous'], 'title' => '查看服务更新计划', 'summary' => '查看服务更新计划', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [], ], 'ramActions' => [], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82****\\",\\n \\"Rollout\\": {\\n \\"Strategy\\": {\\n \\"Partition\\": {\\n \\"Partition\\": \\"50%\\"\\n },\\n \\"Batch\\": {\\n \\"BatchSize\\": \\"1\\",\\n \\"Interval\\": \\"5m\\"\\n }\\n },\\n \\"Status\\": {\\n \\"Phase\\": \\"Running\\",\\n \\"TotalReplicas\\": 10,\\n \\"UpdatedReplicas\\": 5,\\n \\"CurrentRevision\\": \\"service-abc123-v1\\",\\n \\"UpdateRevision\\": \\"service-abc123-v2\\",\\n \\"NextBatchStartTime\\": \\"2026/05/08 16:10:56\\"\\n }\\n }\\n}","type":"json"}]', ], 'DescribeServiceSignedUrl' => [ 'summary' => '获取服务免登录Web访问链接。', 'path' => '/api/v2/services/{ClusterId}/{ServiceName}/signed_url', 'methods' => ['get'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/json'], 'produces' => ['application/json'], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free'], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['description' => '服务所在区域。', 'type' => 'string', 'required' => false, 'example' => 'cn-hangzhou'], ], [ 'name' => 'ServiceName', 'in' => 'path', 'schema' => ['description' => '服务名字。', 'type' => 'string', 'required' => false, 'example' => 'foo'], ], [ 'name' => 'Type', 'in' => 'query', 'schema' => [ 'description' => '页面类型。', 'type' => 'string', 'required' => false, 'enumValueTitles' => ['webview' => 'webview', 'monitor' => 'monitor'], 'example' => 'webview', ], ], [ 'name' => 'Expire', 'in' => 'query', 'schema' => ['description' => '过期时间。', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '43200'], ], [ 'name' => 'Internal', 'in' => 'query', 'schema' => ['description' => '是否为VPC链接。', 'type' => 'boolean', 'required' => false, 'example' => 'false'], ], ], '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' => '40325405-579C-4D82****'], 'SignedUrl' => ['description' => '服务访问Web链接。', 'type' => 'string', 'example' => 'https://foo-115**.console.cn-hangzhou.eas.pai-ml.com?expire=1735202661&signature=ey*******'], ], ], ], ], 'staticInfo' => ['returnType' => 'synchronous'], 'title' => '获取服务免登录Web链接', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeServiceSignedUrl'], ], ], 'ramActions' => [ [ 'operationType' => 'none', 'ramAction' => [ 'action' => 'eas:DescribeServiceSignedUrl', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82****\\",\\n \\"SignedUrl\\": \\"https://foo-115**.console.cn-hangzhou.eas.pai-ml.com?expire=1735202661&signature=ey*******\\"\\n}","type":"json"}]', ], 'DescribeSpotDiscountHistory' => [ 'summary' => '查询抢占式实例历史价格。关于抢占式实例,请参考高级配置:抢占型实例选择。', 'path' => '/api/v2/public/spot_discount', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'produces' => ['application/json'], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '183027', 'abilityTreeNodes' => ['FEATURElearnPKQVPS'], ], 'parameters' => [ [ 'name' => 'InstanceType', 'in' => 'query', 'schema' => ['description' => '实例规格。', 'type' => 'string', 'required' => true, 'example' => 'ecs.c6.4xlarge'], ], [ 'name' => 'IsProtect', 'in' => 'query', 'schema' => ['description' => '是否有保护期。如果有保护期,在抢占式实例创建1小时内,实例不会被抢占。', 'type' => 'boolean', 'required' => false, 'example' => 'false'], ], ], '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' => '40325405-579C-4D82***'], 'SpotDiscounts' => [ 'description' => '抢占式实例折扣。', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'ZoneId' => ['description' => '可用区ID。', 'type' => 'string', 'example' => 'cn-hangzhou-i'], 'SpotDiscount' => ['description' => '抢占式实例折扣。0.1代表一折。', 'type' => 'string', 'example' => '0.1'], 'Timestamp' => ['description' => '此折扣的UTC时间。', 'type' => 'string', 'example' => '2024-04-10T10:00:00Z'], 'InstanceType' => ['description' => '实例规格。', 'type' => 'string', 'example' => 'ecs.c7.large'], ], 'description' => '', ], ], ], ], ], ], 'staticInfo' => ['returnType' => 'synchronous'], 'title' => '查询抢占式实例历史价格', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeSpotDiscountHistory'], ], ], 'ramActions' => [], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82***\\",\\n \\"SpotDiscounts\\": [\\n {\\n \\"ZoneId\\": \\"cn-hangzhou-i\\",\\n \\"SpotDiscount\\": \\"0.1\\",\\n \\"Timestamp\\": \\"2024-04-10T10:00:00Z\\",\\n \\"InstanceType\\": \\"ecs.c7.large\\"\\n }\\n ]\\n}","type":"json"}]', ], 'DescribeVirtualResource' => [ 'summary' => '查看虚拟资源组详情。', 'path' => '/api/v2/virtualresources/{ClusterId}/{VirtualResourceId}', 'methods' => ['get'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/json'], 'produces' => ['application/json'], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '238272', 'abilityTreeNodes' => ['FEATURElearnRPDTZG'], 'tenantRelevance' => 'tenant', ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['title' => '虚拟资源的集群ID', 'description' => '虚拟资源组所在的地域。', 'type' => 'string', 'required' => true, 'example' => 'cn-shanghai'], ], [ 'name' => 'VirtualResourceId', 'in' => 'path', 'schema' => ['title' => '虚拟资源的ID', 'description' => '虚拟资源组ID。', 'type' => 'string', 'required' => true, 'example' => 'eas-vr-npovr28onap1xxxxxx'."\n"], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '虚拟资源组详细信息。', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => 'Id of the request', 'description' => '请求ID。', 'type' => 'string', 'example' => '40325405-579C-4D82****'], 'Resources' => [ 'title' => '虚拟资源所包含的资源列表', 'description' => '虚拟资源组包含的资源列表。', 'type' => 'array', 'items' => [ 'description' => '资源详情。', 'type' => 'object', 'properties' => [ 'Region' => ['title' => '资源所在的集群ID', 'description' => '资源所在地域。', 'type' => 'string', 'example' => 'cn-hangzhou'], 'Priority' => ['title' => '资源的使用优先级', 'description' => '资源调度优先级。数字越大,调度优先级越高。', 'type' => 'integer', 'format' => 'int32', 'example' => '3'], 'InstanceType' => ['title' => '资源所使用的实例规格,如果使用公共资源组,则必须指定该字段。(注意: 用户必须指定InstanceType、ResourceId和QuotaId其中的一个字段,且只能指定一个。)', 'description' => '公共资源组机型规格。', 'type' => 'string', 'example' => 'ecs.s6-c1m2.xlarge'."\n"], 'QuotaId' => ['title' => '灵骏ID,如果该资源为灵骏智算资源组,则需要指定该字段。(注意: 用户必须指定InstanceType、ResourceId和QuotaId中的一个字段,且只能指定一个。)', 'description' => '灵骏资源配额ID。', 'type' => 'string', 'example' => 'quota185lqxxxxxx'."\n"], 'SpotPriceLimit' => ['title' => '实例规格的竞拍价格,如果资源为抢占类型,则需要指定该字段。', 'description' => '公共资源组抢占实例价格上限。', 'type' => 'number', 'format' => 'float', 'example' => '10.05'], 'ResourceId' => ['title' => '资源ID,如果该资源为EAS专属资源组,则需要指定该字段。(注意: 用户必须指定InstanceType、ResourceId和QuotaId中的一个字段,且只能指定一个。)', 'description' => '专属资源组ID。', 'type' => 'string', 'example' => 'eas-r-g55ieatgg3buxxxxxx'."\n"], ], ], ], 'CreateTime' => ['title' => '虚拟资源的创建时间', 'description' => '虚拟资源组的创建时间。', 'type' => 'string', 'example' => '2024-10-16T17:52:49Z'."\n"], 'UpdateTime' => ['title' => '虚拟资源的更新时间', 'description' => '虚拟资源组的最后更新时间。', 'type' => 'string', 'example' => '2024-10-16T19:52:49Z'."\n"], 'VirtualResourceId' => ['title' => '虚拟资源的ID', 'description' => '虚拟资源组ID。', 'type' => 'string', 'example' => 'eas-vr-npovr28onap1xxxxxx'."\n"], 'VirtualResourceName' => ['title' => '虚拟资源的名称', 'description' => '虚拟资源组名称。', 'type' => 'string', 'example' => 'MyVirtualResource'."\n"], 'ServiceCount' => ['description' => '部署服务数。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'], 'DisableSpotProtectionPeriod' => ['description' => '是否关闭竞价型实例保留时长。', 'type' => 'boolean', 'example' => 'true'], 'Features' => [ 'description' => '虚拟资源组的功能集合,用于标识该资源组支持的特性。', 'type' => 'array', 'items' => ['description' => '虚拟资源组所支持的具体特性。目前只支持GpuShare(GPU共享)。', 'type' => 'string', 'example' => 'GpuShare'], ], ], ], ], ], 'staticInfo' => ['returnType' => 'synchronous'], 'title' => '查看虚拟资源组详情', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeVirtualResource'], ], ], 'ramActions' => [ [ 'operationType' => 'get', 'ramAction' => [ 'action' => 'eas:DescribeVirtualResource', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'VirtualResource', 'arn' => 'acs:eas:{#regionId}:{#accountId}:virtualresource/{#VirtualResourceId}'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82****\\",\\n \\"Resources\\": [\\n {\\n \\"Region\\": \\"cn-hangzhou\\",\\n \\"Priority\\": 3,\\n \\"InstanceType\\": \\"ecs.s6-c1m2.xlarge\\\\n\\",\\n \\"QuotaId\\": \\"quota185lqxxxxxx\\\\n\\",\\n \\"SpotPriceLimit\\": 10.05,\\n \\"ResourceId\\": \\"eas-r-g55ieatgg3buxxxxxx\\\\n\\"\\n }\\n ],\\n \\"CreateTime\\": \\"2024-10-16T17:52:49Z\\\\n\\",\\n \\"UpdateTime\\": \\"2024-10-16T19:52:49Z\\\\n\\",\\n \\"VirtualResourceId\\": \\"eas-vr-npovr28onap1xxxxxx\\\\n\\",\\n \\"VirtualResourceName\\": \\"MyVirtualResource\\\\n\\",\\n \\"ServiceCount\\": 1,\\n \\"DisableSpotProtectionPeriod\\": true,\\n \\"Features\\": [\\n \\"GpuShare\\"\\n ]\\n}","type":"json"}]', ], 'DetachGatewayDomain' => [ 'path' => '/api/v2/gateways/{ClusterId}/{GatewayId}/domain/detach', 'methods' => ['put'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/json'], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'delete', 'abilityTreeCode' => '243555', 'abilityTreeNodes' => ['FEATURElearnMC2VJP'], ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['description' => '私有网关所在地域。', 'type' => 'string', 'required' => true, 'example' => 'cn-shanghai'], ], [ 'name' => 'GatewayId', 'in' => 'path', 'schema' => ['description' => '私有网关ID。如何获取私有网关ID,请参见接口[ListGateway](https://apiworkbench.aliyun-inc.com/document/eas/2021-07-01/ListGateway?spm=openapi-amp.newDocPublishment.0.0.765e281fL2IcjJ&Env=online)返回结果中的GatewayId字段。', 'type' => 'string', 'required' => true, 'example' => 'gw-1uhcqmsc7x22******'], ], [ 'name' => 'CustomDomain', 'in' => 'query', 'style' => 'json', 'schema' => [ 'description' => '自定义域名信息。', 'type' => 'object', 'properties' => [ 'Type' => [ 'description' => '域名类型。', 'type' => 'string', 'required' => true, 'enumValueTitles' => ['intranet' => '内网域名', 'internet' => '公网域名'], 'example' => 'intranet', ], 'Domain' => ['description' => '自定义域名。', 'type' => 'string', 'required' => true, 'example' => 'test.com'], ], 'required' => true, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '返回结果。', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => 'Id of the request', 'description' => '请求ID。', 'type' => 'string', 'example' => '40325405-579C-4D82****'], 'GatewayId' => ['description' => '私有网关ID。如何获取私有网关ID,请参见接口[ListGateway](https://apiworkbench.aliyun-inc.com/document/eas/2021-07-01/ListGateway?spm=openapi-amp.newDocPublishment.0.0.765e281fL2IcjJ&Env=online)返回结果中的GatewayId字段。', 'type' => 'string', 'example' => 'gw-1uhcqmsc7x22******'], 'Message' => ['description' => '请求返回信息。', 'type' => 'string', 'example' => 'Successfully delete custom endpoint for gateway gw-1uhcqmsc7x22******'."\n"], ], ], ], ], 'staticInfo' => ['returnType' => 'synchronous'], 'eventInfo' => [ 'enable' => false, 'eventNames' => [], ], 'title' => '解绑网关自定义域名', 'summary' => '私有网关解绑自定义域名。', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DetachGatewayDomain'], ], ], 'ramActions' => [ [ 'operationType' => 'delete', 'ramAction' => [ 'action' => 'eas:DetachGatewayDomain', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82****\\",\\n \\"GatewayId\\": \\"gw-1uhcqmsc7x22******\\",\\n \\"Message\\": \\"Successfully delete custom endpoint for gateway gw-1uhcqmsc7x22******\\\\n\\"\\n}","type":"json"}]', ], 'DevelopService' => [ 'summary' => '将容器服务转为开发模式,或退出开发模式。', 'path' => '/api/v2/services/{ClusterId}/{ServiceName}/develop', 'methods' => ['put'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/json'], 'produces' => ['application/json'], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'update', 'abilityTreeCode' => '161121', 'abilityTreeNodes' => ['FEATURElearnO4KXYN'], ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['title' => '集群Id。', 'description' => '服务所在地域ID。', 'type' => 'string', 'required' => true, 'example' => 'cn-shanghai'], ], [ 'name' => 'ServiceName', 'in' => 'path', 'schema' => ['title' => '服务名', 'description' => '服务名称。如何查看服务名称,请参见[ListServices ](~~412109~~)。', 'type' => 'string', 'required' => true, 'example' => 'echo'], ], [ 'name' => 'Exit', 'in' => 'query', 'schema' => [ 'title' => '是否退出开发模式', 'description' => '是否退出开发模式。', 'type' => 'string', 'required' => false, 'enumValueTitles' => ['true' => '退出开发模式', 'false' => '进入开发模式(默认值,可不填)'], 'example' => 'true', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '返回结果。', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => 'Id of the request', 'description' => '请求ID。', 'type' => 'string', 'example' => '40325405-579C-4D82****'], 'Message' => ['title' => '执行结果消息', 'description' => '返回结果信息。', 'type' => 'string', 'example' => 'Success'], ], ], ], ], 'title' => '开发服务', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DevelopService'], ], ], 'ramActions' => [ [ 'operationType' => 'update', 'ramAction' => [ 'action' => 'eas:DevelopService', 'authLevel' => 'resource', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Service', 'arn' => 'acs:eas:{#regionId}:{#accountId}:service/{#ServiceName}'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82****\\",\\n \\"Message\\": \\"Success\\"\\n}","type":"json"}]', ], 'ListAclPolicy' => [ 'path' => '/api/v2/gateways/{ClusterId}/{GatewayId}/acl_policy', 'methods' => ['get'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/json'], 'produces' => ['application/json'], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'list', 'abilityTreeCode' => '225605', 'abilityTreeNodes' => ['FEATURElearn6PC7M4'], ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['description' => '私有网关所在地域。', 'type' => 'string', 'required' => true, 'example' => 'cn-wulanchabu'], ], [ 'name' => 'GatewayId', 'in' => 'path', 'schema' => ['description' => '私有网关ID。如何获取私有网关ID,请参见ListResources接口返回结果中的private_gateway_id字段。', 'type' => 'string', 'required' => true, 'example' => 'gw-1uhcqmsc7x22******'], ], [ 'name' => 'VpcId', 'in' => 'query', 'schema' => ['description' => '专有网络的ID。如何获取专有网络ID,请参见DescribeVpcs。', 'type' => 'string', 'required' => false, 'example' => 'vpc-uf66uio7md****'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '返回结果。', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => 'Id of the request', 'description' => '请求ID。', 'type' => 'string', 'example' => '40325405-579C-4D82****'], 'GatewayId' => ['description' => '私有网关ID。', 'type' => 'string', 'example' => 'gw-1uhcqmsc7x22******'], 'InternetAclPolicyList' => [ 'description' => '公网访问权限列表。', 'type' => 'array', 'items' => [ 'description' => '公网访问权限。', 'type' => 'object', 'properties' => [ 'AclPolicyList' => [ 'description' => '专有网络可访问公网IP段白名单列表。', 'type' => 'array', 'items' => [ 'description' => '专有网络公网可访问IP段信息。', 'type' => 'object', 'properties' => [ 'Entry' => ['description' => '专有网络公网可访问IP段。', 'type' => 'string', 'example' => '0.0.0.0/0'], 'Comment' => ['description' => '专有网络公网可访问IP段备注信息。', 'type' => 'string', 'example' => 'default'], ], ], ], ], ], ], 'IntranetVpcAclPolicyList' => [ 'description' => '内网信息列表。', 'type' => 'array', 'items' => [ 'description' => '内网信息。', 'type' => 'object', 'properties' => [ 'VpcId' => ['description' => '专有网络的ID。如何获取专有网络ID,请参见DescribeVpcs。', 'type' => 'string', 'example' => 'vpc-uf66uio7md****'], 'AclPolicyList' => [ 'description' => '专有网络可访问内网IP段白名单列表。', 'type' => 'array', 'items' => [ 'description' => '专有网络内网可访问IP段信息。', 'type' => 'object', 'properties' => [ 'Entry' => ['description' => '专有网络内网可访问IP段。', 'type' => 'string', 'example' => '0.0.0.0/0'."\n"], 'Comment' => ['description' => '专有网络内网可访问IP段备注信息。', 'type' => 'string', 'example' => 'default'], ], ], ], ], ], ], ], ], ], ], 'staticInfo' => ['returnType' => 'synchronous'], 'eventInfo' => [ 'enable' => false, 'eventNames' => [], ], 'title' => '查询网关访问权限列表', 'summary' => '查看网关访问权限的列表。', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ListAclPolicy'], ], ], 'ramActions' => [ [ 'operationType' => 'list', 'ramAction' => [ 'action' => 'eas:ListAclPolicy', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Gateway', 'arn' => 'acs:eas:{#regionId}:{#accountId}:gateway/{#GatewayId}'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82****\\",\\n \\"GatewayId\\": \\"gw-1uhcqmsc7x22******\\",\\n \\"InternetAclPolicyList\\": [\\n {\\n \\"AclPolicyList\\": [\\n {\\n \\"Entry\\": \\"0.0.0.0/0\\",\\n \\"Comment\\": \\"default\\"\\n }\\n ]\\n }\\n ],\\n \\"IntranetVpcAclPolicyList\\": [\\n {\\n \\"VpcId\\": \\"vpc-uf66uio7md****\\",\\n \\"AclPolicyList\\": [\\n {\\n \\"Entry\\": \\"0.0.0.0/0\\\\n\\",\\n \\"Comment\\": \\"default\\"\\n }\\n ]\\n }\\n ]\\n}","type":"json"}]', ], 'ListBenchmarkTask' => [ 'summary' => '查看当前用户部署的所有压测任务。', 'path' => '/api/v2/benchmark-tasks', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'list', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => ['FEATURElearnO4KXYN'], ], 'parameters' => [ [ 'name' => 'Filter', 'in' => 'query', 'schema' => ['description' => '过滤参数。如果指定,将分别查找EAS服务名和压测任务名中和指定参数匹配的记录。', 'type' => 'string', 'required' => false, 'example' => 'test_bench'], ], [ 'name' => 'Sort', 'in' => 'query', 'schema' => ['type' => 'string'], ], [ 'name' => 'Order', 'in' => 'query', 'schema' => ['type' => 'string'], ], [ 'name' => 'ServiceName', 'in' => 'query', 'schema' => ['description' => '压测任务对应的EAS服务名称。如何查询服务名称,请参见[ListServices](~~412109~~)。', 'type' => 'string', 'required' => false, 'example' => 'test_bench_srv'], ], [ 'name' => 'Status', 'in' => 'query', 'schema' => ['type' => 'string'], ], [ 'name' => 'ModelId', 'in' => 'query', 'schema' => ['type' => 'string'], ], [ 'name' => 'RequestMethod', 'in' => 'query', 'schema' => ['type' => 'string'], ], [ 'name' => 'PageNumber', 'in' => 'query', 'schema' => ['description' => '压测任务列表的页码。起始值为1,默认为1。', 'type' => 'string', 'required' => false, 'example' => '1'], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['description' => '分页查询时设置的每页显示的压测任务数量,默认为100。', 'type' => 'string', 'required' => false, 'example' => '10'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '返回结果。', 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => '请求ID。', 'type' => 'string', 'example' => '40325405-579C-4D82****'], 'Tasks' => [ 'description' => '任务列表。', 'type' => 'array', 'items' => [ 'description' => '任务详情。', 'type' => 'object', 'properties' => [ 'TaskName' => ['description' => '压测任务名称。', 'type' => 'string', 'example' => 'benchmark-larec-test-1076'], 'TaskId' => ['description' => '压测任务ID。', 'type' => 'string', 'example' => 'eas-b-gv4y86uvgt****i'], 'ServiceName' => ['description' => '待压测的服务名称。', 'type' => 'string', 'example' => 'test_quota'], 'Region' => ['description' => '压测任务所在区域。', 'type' => 'string', 'example' => 'cn-shanghai'], 'AvailableAgent' => ['description' => '可用的压测实例个数。', 'type' => 'integer', 'format' => 'int64', 'example' => '2'], 'Status' => [ 'description' => '压测任务的状态。', 'type' => 'string', 'enumValueTitles' => ['Creating' => 'Creating', 'Starting' => 'Starting', 'DeleteFailed' => 'DeleteFailed', 'Running' => 'Running', 'Stopping' => 'Stopping', 'Error' => 'Error', 'Updating' => 'Updating', 'Deleting' => 'Deleting', 'CreateFailed' => 'CreateFailed'], 'example' => 'Running', ], 'Message' => ['description' => '服务的摘要信息。', 'type' => 'string', 'example' => 'Benchmark task [benchmark-larec-test-1076] is Running'], 'CreateTime' => ['description' => '压测任务的创建时间。', 'type' => 'string', 'example' => '2020-02-04T02:43:15Z'], 'UpdateTime' => ['description' => '压测任务的更新时间。', 'type' => 'string', 'example' => '2020-06-24T03:11:30Z'], ], ], ], 'TotalCount' => ['description' => '查询到的任务总数。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'], 'PageNumber' => ['description' => '返回查询的压测任务列表的页码。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'], 'PageSize' => ['description' => '返回每页显示的压测任务数量。', 'type' => 'integer', 'format' => 'int32', 'example' => '20'], ], ], ], ], 'title' => '查询压测任务列表', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ListBenchmarkTask'], ], ], 'ramActions' => [ [ 'operationType' => 'list', 'ramAction' => [ 'action' => 'eas:ListBenchmarkTask', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'BenchmarkTask', 'arn' => 'acs:eas:{#regionId}:{#accountId}:benchmarktask/*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82****\\",\\n \\"Tasks\\": [\\n {\\n \\"TaskName\\": \\"benchmark-larec-test-1076\\",\\n \\"TaskId\\": \\"eas-b-gv4y86uvgt****i\\",\\n \\"ServiceName\\": \\"test_quota\\",\\n \\"Region\\": \\"cn-shanghai\\",\\n \\"AvailableAgent\\": 2,\\n \\"Status\\": \\"Running\\",\\n \\"Message\\": \\"Benchmark task [benchmark-larec-test-1076] is Running\\",\\n \\"CreateTime\\": \\"2020-02-04T02:43:15Z\\",\\n \\"UpdateTime\\": \\"2020-06-24T03:11:30Z\\"\\n }\\n ],\\n \\"TotalCount\\": 1,\\n \\"PageNumber\\": 1,\\n \\"PageSize\\": 20\\n}","type":"json"}]', ], 'ListConfigs' => [ 'path' => '/api/v2/configs/{ClusterId}/{ConfigType}/{Name}', 'methods' => ['get'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => ['FEATURElearnKDX12S'], ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['description' => '**服务所属地域**(必填)', 'type' => 'string', 'required' => false, 'example' => 'cn-hangzhou'], ], [ 'name' => 'ConfigType', 'in' => 'path', 'schema' => ['description' => '**配置类型**(必填),目前仅支持 `service`', 'type' => 'string', 'required' => false, 'example' => 'service'], ], [ 'name' => 'Name', 'in' => 'path', 'schema' => ['description' => '**服务名称**(必填)', 'type' => 'string', 'required' => false, 'example' => 'my-llm-service'], ], [ 'name' => 'Page', 'in' => 'query', 'schema' => ['description' => '**页码**,默认为 1', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['description' => '**每页数量**,默认为 100,最大为 200', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '100'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '返回结构体', 'type' => 'object', 'properties' => [ 'Type' => ['title' => '配置类型', 'description' => '配置类型', 'type' => 'string', 'example' => 'Service'], 'Name' => ['title' => '服务名称', 'description' => '服务名称', 'type' => 'string', 'example' => 'my-service'], 'Configs' => [ 'title' => '配置项列表', 'description' => '动态参数列表', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Key' => ['description' => '动态参数名称', 'type' => 'string', 'example' => 'rate_limit'], 'Value' => ['description' => '动态参数的值', 'type' => 'string', 'example' => '100'], 'CreatedAt' => ['description' => '创建时间'."\n", 'type' => 'string', 'example' => '2024-01-01T10:00:00Z'], 'UpdatedAt' => ['description' => '更新时间'."\n", 'type' => 'string', 'example' => '2024-01-01T10:00:00Z'], ], 'description' => '', ], 'example' => '[{"Key": "rate_limit", "Value": "{\\"limit\\": 100}", "CreatedAt": "2024-01-15T10:30:00Z", "UpdatedAt": "2024-01-15T10:30:00Z"}]', ], 'Page' => ['title' => '当前页码', 'description' => '当前页码', 'type' => 'integer', 'format' => 'int64', 'example' => '1'], 'PageSize' => ['title' => '每页数量', 'description' => '每页数量', 'type' => 'integer', 'format' => 'int64', 'example' => '100'], 'Total' => ['title' => '总数量', 'description' => '总数量', 'type' => 'integer', 'format' => 'int64', 'example' => '150'], 'HasMore' => ['title' => '是否有更多数据', 'description' => '是否有更多数据', 'type' => 'boolean', 'example' => 'true'], ], ], ], ], 'staticInfo' => ['returnType' => 'synchronous'], 'title' => '查询动态参数列表', 'summary' => '查询指定服务下的动态参数列表。', 'description' => '## 请求说明'."\n" .'- 该 API 用于查询特定服务下的动态参数列表。'."\n" .'- `ClusterId` 指定要查询的服务所属地域。'."\n" .'- `ConfigType` 目前仅支持 `service` 类型。'."\n" .'- `Name` 参数所属服务名称。'."\n" .'- 可通过 `Page` 和 `PageSize` 参数进行分页查询,默认每页显示 100 条记录,最大支持 200 条。'."\n" .'- 返回结果中包含动态参数详情及分页信息。', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [], ], 'ramActions' => [], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Type\\": \\"Service\\",\\n \\"Name\\": \\"my-service\\",\\n \\"Configs\\": [\\n {\\n \\"Key\\": \\"rate_limit\\",\\n \\"Value\\": \\"100\\",\\n \\"CreatedAt\\": \\"2024-01-01T10:00:00Z\\",\\n \\"UpdatedAt\\": \\"2024-01-01T10:00:00Z\\"\\n }\\n ],\\n \\"Page\\": 1,\\n \\"PageSize\\": 100,\\n \\"Total\\": 150,\\n \\"HasMore\\": true\\n}","type":"json"}]', ], 'ListGateway' => [ 'summary' => '查询私有网关列表。', 'path' => '/api/v2/gateways', 'methods' => ['get'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/json'], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'list', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '192662', 'abilityTreeNodes' => ['FEATURElearn6PC7M4'], ], 'parameters' => [ [ 'name' => 'GatewayId', 'in' => 'query', 'schema' => ['description' => '私有网关ID。如何获取私有网关ID,请参见ListResources接口返回结果中的private_gateway_id字段。', 'type' => 'string', 'required' => false, 'example' => 'gw-1uhcqmsc7x22******'], ], [ 'name' => 'PageNumber', 'in' => 'query', 'schema' => ['description' => '网关列表的请求页码,默认为1.', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['description' => '分页查询时设置的每页显示的服务数量,默认为100。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '100'], ], [ 'name' => 'GatewayName', 'in' => 'query', 'schema' => ['description' => '私有网关别名。', 'type' => 'string', 'required' => false, 'example' => 'mygateway1'], ], [ 'name' => 'ResourceName', 'in' => 'query', 'schema' => ['description' => '资源组ID。如何获取资源组,请参见[ListResources](~~412133~~)接口返回结果中的ResourceId字段。', 'type' => 'string', 'required' => false, 'example' => 'eas-r-4gt8twzwllfo******'], ], [ 'name' => 'InternetEnabled', 'in' => 'query', 'schema' => ['description' => '开启公网。', 'type' => 'boolean', 'required' => false, 'example' => 'true'], ], [ 'name' => 'Status', 'in' => 'query', 'schema' => ['description' => '网关状态。', 'type' => 'string', 'required' => false, 'example' => 'Running'], ], [ 'name' => 'ChargeType', 'in' => 'query', 'schema' => [ 'description' => '付费类型。', 'type' => 'string', 'required' => false, 'enumValueTitles' => ['PostPaid' => '后付费', 'PrePaid' => '预付费'], 'example' => 'PrePaid', ], ], [ 'name' => 'Sort', 'in' => 'query', 'schema' => [ 'description' => '排序字段', 'type' => 'string', 'required' => false, 'enumValueTitles' => ['Status' => '状态', 'ChargeType' => '付费类型', 'CreateTime' => '创建时间', 'UpdateTime' => '更新时间', 'InternetEnabled' => '开启公网', 'GatewayType' => '网关类型', 'GatewayName' => '网关名称'], 'example' => 'CreateTime', ], ], [ 'name' => 'Order', 'in' => 'query', 'schema' => [ 'description' => '排序方式。', 'type' => 'string', 'required' => false, 'enumValueTitles' => ['asc' => '升序', 'desc' => '倒序'], 'example' => 'asc', ], ], [ 'name' => 'GatewayType', 'in' => 'query', 'schema' => [ 'description' => '网关类型。', 'type' => 'string', 'required' => false, 'enumValueTitles' => ['FullyManaged' => '全托管专属网关', 'Application' => '应用型专属网关'], 'example' => 'Application', ], ], [ 'name' => 'Label', 'in' => 'query', 'style' => 'json', 'schema' => [ 'title' => '按标签过滤。', 'description' => '按标签过滤。', 'type' => 'object', 'required' => false, 'additionalProperties' => ['title' => '按{"key":"value"}格式填写。Value 可为 null 或空字符,代表只按 Key 过滤,Value 可为任意值。', 'description' => '按{"key":"value"}格式填写。Value 可为 null 或空字符,代表只按 Key 过滤,Value 可为任意值。', 'type' => 'string', 'example' => '{"key1":"value1","key2":null}'], ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '返回结果。', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => 'Id of the request', 'description' => '请求ID。', 'type' => 'string', 'example' => '40325405-579C-4D82****'], 'Gateways' => [ 'description' => '私有网关列表。', 'type' => 'array', 'items' => [ 'description' => '私有网关详情。', 'type' => 'object', 'properties' => [ 'GatewayId' => ['description' => '私有网关ID。', 'type' => 'string', 'example' => 'gw-1uhcqmsc7x22******'], 'GatewayName' => ['description' => '私有网关别名。', 'type' => 'string', 'example' => 'mygateway1'], 'InstanceType' => ['description' => '私有网关使用的机型。', 'type' => 'string', 'example' => '2c4g'], 'IntranetDomain' => ['description' => '内网访问域名。', 'type' => 'string', 'example' => 'gw-1uhcqmsc7x22******-1801786532******-vpc.cn-wulanchabu.pai-eas.aliyuncs.com'], 'InternetEnabled' => ['description' => '公网访问是否开启。', 'type' => 'boolean', 'example' => 'true'], 'InternetDomain' => ['description' => '公网访问域名。', 'type' => 'string', 'example' => 'gw-1uhcqmsc7x22******-1801786532******.cn-wulanchabu.pai-eas.aliyuncs.com'], 'CreateTime' => ['description' => '私有网关创建时间。使用UTC时间。', 'type' => 'string', 'example' => '2020-05-19T14:19:42Z'], 'UpdateTime' => ['description' => '私有网关更新时间。使用UTC时间。', 'type' => 'string', 'example' => '2021-02-24T11:52:17Z'], 'Status' => [ 'description' => '私有网关状态。', 'type' => 'string', 'enumValueTitles' => ['Creating' => '创建中', 'Stopped' => '已停止', 'Failed' => '失败', 'Running' => '运行中', 'Deleted' => '已删除', 'Deleting' => '删除中', 'Waiting' => '等待中'], 'example' => 'Running', ], 'Replicas' => ['description' => '私有网关节点数。', 'type' => 'integer', 'format' => 'int32', 'example' => '2'], 'IsDefault' => ['description' => '是否默认私有网关。', 'type' => 'boolean', 'example' => 'true'], 'ChargeType' => ['description' => '付费类型,取值如下:'."\n" .'- PrePaid:预付费。'."\n" .'- PostPaid:后付费。', 'type' => 'string', 'example' => 'PostPaid'], 'SSLRedirectionEnabled' => ['description' => 'HTTP重定向HTTPS是否开启。', 'type' => 'boolean', 'example' => 'true'], 'IntranetEnabled' => ['description' => '开启内网。', 'type' => 'boolean'], 'Labels' => [ 'title' => '网关标签列表'."\n", 'description' => '网关标签列表'."\n", 'type' => 'array', 'items' => [ 'title' => '网关标签对象', 'description' => '网关标签对象', 'type' => 'object', 'properties' => [ 'LabelKey' => ['title' => '网关标签键', 'description' => '网关标签键', 'type' => 'string', 'example' => 'key1'], 'LabelValue' => ['title' => '网关标签值', 'description' => '网关标签值', 'type' => 'string', 'example' => 'value1'], ], ], ], ], ], ], 'PageNumber' => ['description' => '返回查询的服务列表的当前页码。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'], 'PageSize' => ['description' => '返回每页显示的服务数量。', 'type' => 'integer', 'format' => 'int32', 'example' => '100'], 'TotalCount' => ['description' => '网关总数。', 'type' => 'integer', 'format' => 'int64', 'example' => '5'], ], ], ], ], 'staticInfo' => ['returnType' => 'synchronous'], 'title' => '查询私有网关列表', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ListGateway'], ], ], 'ramActions' => [ [ 'operationType' => 'list', 'ramAction' => [ 'action' => 'eas:ListGateway', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82****\\",\\n \\"Gateways\\": [\\n {\\n \\"GatewayId\\": \\"gw-1uhcqmsc7x22******\\",\\n \\"GatewayName\\": \\"mygateway1\\",\\n \\"InstanceType\\": \\"2c4g\\",\\n \\"IntranetDomain\\": \\"gw-1uhcqmsc7x22******-1801786532******-vpc.cn-wulanchabu.pai-eas.aliyuncs.com\\",\\n \\"InternetEnabled\\": true,\\n \\"InternetDomain\\": \\"gw-1uhcqmsc7x22******-1801786532******.cn-wulanchabu.pai-eas.aliyuncs.com\\",\\n \\"CreateTime\\": \\"2020-05-19T14:19:42Z\\",\\n \\"UpdateTime\\": \\"2021-02-24T11:52:17Z\\",\\n \\"Status\\": \\"Running\\",\\n \\"Replicas\\": 2,\\n \\"IsDefault\\": true,\\n \\"ChargeType\\": \\"PostPaid\\",\\n \\"SSLRedirectionEnabled\\": true,\\n \\"IntranetEnabled\\": true,\\n \\"Labels\\": [\\n {\\n \\"LabelKey\\": \\"key1\\",\\n \\"LabelValue\\": \\"value1\\"\\n }\\n ]\\n }\\n ],\\n \\"PageNumber\\": 1,\\n \\"PageSize\\": 100,\\n \\"TotalCount\\": 5\\n}","type":"json"}]', ], 'ListGatewayDomains' => [ 'path' => '/api/v2/gateways/{ClusterId}/{GatewayId}/domains', 'methods' => ['get'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/json'], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'list', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '245872', 'abilityTreeNodes' => ['FEATURElearnMC2VJP'], ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['description' => '私有网关所在地域。', 'type' => 'string', 'required' => true, 'example' => 'cn-shanghai'], ], [ 'name' => 'GatewayId', 'in' => 'path', 'schema' => ['description' => '私有网关ID。如何获取私有网关ID,请参见接口[ListGateway](https://apiworkbench.aliyun-inc.com/document/eas/2021-07-01/ListGateway?spm=openapi-amp.newDocPublishment.0.0.765e281fL2IcjJ&Env=online)返回结果中的GatewayId字段。', 'type' => 'string', 'required' => true, 'example' => 'gw-1uhcqmsc7x22******'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '返回结果。', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => 'Id of the request', 'description' => '请求ID。', 'type' => 'string', 'example' => '40325405-579C-4D82****'], 'Message' => ['description' => '请求返回信息。', 'type' => 'string', 'example' => 'Successfully get custom domains'], 'CustomDomains' => [ 'description' => '自定义域名列表。', 'type' => 'array', 'items' => [ 'description' => '自定义域名详情。', 'type' => 'object', 'properties' => [ 'Type' => [ 'description' => '域名类型。', 'type' => 'string', 'enumValueTitles' => ['intranet' => '内网域名', 'internet' => '公网域名'], 'example' => 'intranet', ], 'CertificateId' => ['description' => '域名绑定的SSL证书ID。请在[数字证书管理服务](https://yundunnext.console.aliyun.com/?spm=5176.2020520163.console-base_help.2.4b3baJixaJixOc&p=cas)完成上传或购买证书后获取证书ID。', 'type' => 'string', 'example' => '1473**25'], 'Domain' => ['description' => '自定义域名。', 'type' => 'string', 'example' => 'test.com'], 'CertificateName' => ['description' => 'SSL证书名称。', 'type' => 'string', 'example' => 'cert-9955038'], 'CertificateStartDate' => ['description' => '证书签发日期。', 'type' => 'string', 'example' => '2018-07-13'], 'CertificateEndDate' => ['description' => '证书过期时间。', 'type' => 'string', 'example' => '2023-10-25'], 'CreateTime' => ['description' => '域名创建时间。', 'type' => 'string', 'example' => '2020-05-19T14:19:42Z'], 'UpdateTime' => ['description' => '域名更新时间。', 'type' => 'string', 'example' => '2021-05-19T14:19:42Z'], 'CertificateStatus' => [ 'description' => '域名状态。', 'type' => 'string', 'enumValueTitles' => ['Succeeded' => '成功', 'Failed' => '失败', 'Attaching' => '绑定中', 'Deleting' => '删除中'], 'example' => 'Succeeded', ], ], ], ], ], ], ], ], 'staticInfo' => ['returnType' => 'synchronous'], 'eventInfo' => [ 'enable' => false, 'eventNames' => [], ], 'title' => '查询网关自定义域名列表', 'summary' => '查询私有网关自定义域名列表。', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ListGatewayDomains'], ], ], 'ramActions' => [ [ 'operationType' => 'list', 'ramAction' => [ 'action' => 'eas:ListGatewayDomains', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82****\\",\\n \\"Message\\": \\"Successfully get custom domains\\",\\n \\"CustomDomains\\": [\\n {\\n \\"Type\\": \\"intranet\\",\\n \\"CertificateId\\": \\"1473**25\\",\\n \\"Domain\\": \\"test.com\\",\\n \\"CertificateName\\": \\"cert-9955038\\",\\n \\"CertificateStartDate\\": \\"2018-07-13\\",\\n \\"CertificateEndDate\\": \\"2023-10-25\\",\\n \\"CreateTime\\": \\"2020-05-19T14:19:42Z\\",\\n \\"UpdateTime\\": \\"2021-05-19T14:19:42Z\\",\\n \\"CertificateStatus\\": \\"Succeeded\\"\\n }\\n ]\\n}","type":"json"}]', ], 'ListGatewayIntranetLinkedVpc' => [ 'summary' => '查看私有网关内网访问端点列表。', 'path' => '/api/v2/gateways/{ClusterId}/{GatewayId}/intranet_endpoint_linked_vpc', 'methods' => ['get'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/json'], 'produces' => ['application/json'], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'list', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '192205', 'abilityTreeNodes' => ['FEATURElearnMC2VJP'], ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['description' => '私有网关所在地域。', 'type' => 'string', 'required' => false, 'example' => 'cn-hangzhou'], ], [ 'name' => 'GatewayId', 'in' => 'path', 'schema' => ['description' => '私有网关ID。如何获取私有网关ID,请参见[ListResources](~~412133~~)接口返回结果中的private_gateway_id字段。', 'type' => 'string', 'required' => false, 'example' => 'gw-1uhcqmsc7x22******'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '返回结果。', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => 'Id of the request', 'description' => '请求ID。', 'type' => 'string', 'example' => '40325405-579C-4D82****'], 'GatewayId' => ['description' => '私有网关ID。', 'type' => 'string', 'example' => 'gw-1uhcqmsc7x22******'], 'IntranetLinkedVpcList' => [ 'description' => '内网访问端点列表。', 'type' => 'array', 'items' => [ 'description' => '内网访问端点。', 'type' => 'object', 'properties' => [ 'Ip' => ['description' => 'IP地址。', 'type' => 'string', 'example' => '192.168.10.11'], 'Status' => [ 'description' => '状态。可能值为:'."\n" .'- Creating:创建中。'."\n" .'- Running:运行中。', 'type' => 'string', 'enumValueTitles' => ['Creating' => 'Creating', 'Running' => 'Running'], 'example' => 'Running', ], 'VpcId' => ['description' => '专有网络的ID。', 'type' => 'string', 'example' => 'vpc-2zetuli9ws0qgjd******'], 'VSwitchId' => ['description' => '虚拟交换机ID。', 'type' => 'string', 'example' => 'vsw-8vb2qjoiio6m9pg******'], 'SecurityGroupId' => ['description' => '安全组ID。', 'type' => 'string', 'example' => 'sg-2ze4pgstgszvgq******'], 'AuthoritativeDnsEnabled' => ['description' => 'DNS权威解析是否开启(默认值为false)。', 'type' => 'boolean', 'example' => 'true'], 'AccountId' => ['description' => 'Vpc所属阿里云账号ID。', 'type' => 'string', 'example' => '161*******66'], ], ], ], ], ], ], ], 'staticInfo' => ['returnType' => 'synchronous'], 'title' => '查看私有网关内网访问端点列表', 'description' => '**请确保在使用该接口前,已充分了解EAS产品的收费方式和[价格](~~144261~~)。**', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ListGatewayIntranetLinkedVpc'], ], ], 'ramActions' => [ [ 'operationType' => 'list', 'ramAction' => [ 'action' => 'eas:ListGatewayIntranetLinkedVpc', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Gateway', 'arn' => 'acs:eas:{#regionId}:{#accountId}:gateway/{#GatewayId}'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82****\\",\\n \\"GatewayId\\": \\"gw-1uhcqmsc7x22******\\",\\n \\"IntranetLinkedVpcList\\": [\\n {\\n \\"Ip\\": \\"192.168.10.11\\",\\n \\"Status\\": \\"Running\\",\\n \\"VpcId\\": \\"vpc-2zetuli9ws0qgjd******\\",\\n \\"VSwitchId\\": \\"vsw-8vb2qjoiio6m9pg******\\",\\n \\"SecurityGroupId\\": \\"sg-2ze4pgstgszvgq******\\",\\n \\"AuthoritativeDnsEnabled\\": true,\\n \\"AccountId\\": \\"161*******66\\"\\n }\\n ]\\n}","type":"json"}]', ], 'ListGatewayIntranetLinkedVpcPeer' => [ 'summary' => '获取网关内网访问端点跨VPC连接列表。', 'path' => '/api/v2/gateways/{ClusterId}/{GatewayId}/intranet_endpoint_linked_vpc_peer', 'methods' => ['get'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/json'], 'produces' => ['application/json'], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'list', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '245616', 'abilityTreeNodes' => ['FEATURElearnMC2VJP'], ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['description' => '私有网关所在地域。', 'type' => 'string', 'required' => false, 'example' => 'cn-wulanchabu'], ], [ 'name' => 'GatewayId', 'in' => 'path', 'schema' => ['description' => '私有网关ID。如何获取私有网关ID,请参见[ListGateway](~~2841911~~)。', 'type' => 'string', 'required' => false, 'example' => 'gw-1uhcqmsc7x22******'], ], [ 'name' => 'VpcId', 'in' => 'query', 'schema' => ['description' => '绑定的专有网络ID,如何查询专有网络ID,请参见[ListGatewayIntranetLinkedVpc](~~2621223~~)。'."\n" .'- 配置专有网络ID,仅查询该VPC ID对应的VPC Peers。'."\n" .'- 不配置专有网络ID,则查询全部VPC Peers。', 'type' => 'string', 'required' => false, 'example' => 'vpc-2zetuli9ws0qgjd******'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '返回结果。', 'type' => 'object', 'properties' => [ 'requestId' => ['title' => 'Id of the request', 'description' => '请求ID。', 'type' => 'string', 'example' => '40325405-579C-4D82****'], 'GatewayId' => ['description' => '私有网关ID。', 'type' => 'string', 'example' => 'gw-1uhcqmsc7x22******'], 'PeerVpcList' => [ 'description' => '对等VPC列表。', 'type' => 'array', 'items' => [ 'description' => '对等VPC列表。', 'type' => 'object', 'properties' => [ 'VpcId' => ['description' => '专有网络ID。', 'type' => 'string', 'example' => 'vpc-2zetuli9ws0qgjd******'], 'PeerVpcs' => [ 'description' => '对等VPC的ID列表。', 'type' => 'array', 'items' => [ 'description' => '对等VPC的ID列表。', 'type' => 'object', 'properties' => [ 'VpcId' => ['description' => '对等专有网络ID。', 'type' => 'string', 'example' => 'vpc-uf66uio7md****'], 'Region' => ['description' => '对等专有网络所在地域。', 'type' => 'string', 'example' => 'cn-shanghai'], 'Status' => ['type' => 'string', 'description' => ''], ], ], ], ], ], ], ], ], ], ], 'staticInfo' => ['returnType' => 'synchronous'], 'eventInfo' => [ 'enable' => false, 'eventNames' => [], ], 'title' => '查询对等专有网络列表', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ListGatewayIntranetLinkedVpcPeer'], ], ], 'ramActions' => [ [ 'operationType' => 'list', 'ramAction' => [ 'action' => 'eas:ListGatewayIntranetLinkedVpcPeer', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"requestId\\": \\"40325405-579C-4D82****\\",\\n \\"GatewayId\\": \\"gw-1uhcqmsc7x22******\\",\\n \\"PeerVpcList\\": [\\n {\\n \\"VpcId\\": \\"vpc-2zetuli9ws0qgjd******\\",\\n \\"PeerVpcs\\": [\\n {\\n \\"VpcId\\": \\"vpc-uf66uio7md****\\",\\n \\"Region\\": \\"cn-shanghai\\",\\n \\"Status\\": \\"\\"\\n }\\n ]\\n }\\n ]\\n}","type":"json"}]', ], 'ListGatewayIntranetSupportedZone' => [ 'summary' => '获取网关内网支持的可用区', 'path' => '/api/v2/gateways/{ClusterId}/{GatewayId}/intranet_supported_zone', 'methods' => ['get'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '249662', 'abilityTreeNodes' => ['FEATURElearnMC2VJP'], 'autoTest' => true, 'tenantRelevance' => 'tenant', ], 'parameters' => [ [ 'name' => 'GatewayId', 'in' => 'path', 'schema' => ['description' => '私有网关ID。如何获取私有网关ID,请参见接口[ListGateway](https://apiworkbench.aliyun-inc.com/document/eas/2021-07-01/ListGateway?spm=openapi-amp.newDocPublishment.0.0.765e281fL2IcjJ&Env=online)返回结果中的GatewayId字段。', 'type' => 'string', 'required' => false, 'example' => 'gw-1uhcqmsc7x22******'], ], [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['description' => '私有网关所在区域。', 'type' => 'string', 'required' => false, 'example' => 'cn-wulanchabu'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '返回结果。', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => 'Id of the request', 'description' => '请求 ID。', 'type' => 'string', 'example' => '40325405-579C-4D82****'], 'Zones' => [ 'description' => '当前地域支持的可用区列表。', 'type' => 'array', 'items' => ['description' => '可用区。', 'type' => 'string', 'example' => 'cn-hangzhou-a'], ], ], ], ], ], 'staticInfo' => ['returnType' => 'synchronous'], 'title' => '查询私有网关内网支持可用区', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ListGatewayIntranetSupportedZone'], ], ], 'ramActions' => [ [ 'operationType' => 'get', 'ramAction' => [ 'action' => 'eas:ListGatewayIntranetSupportedZone', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82****\\",\\n \\"Zones\\": [\\n \\"cn-hangzhou-a\\"\\n ]\\n}","type":"json"}]', ], 'ListGroups' => [ 'summary' => '列举已创建的服务群组。', 'path' => '/api/v2/groups', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => [], 'produces' => [], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '153481', 'abilityTreeNodes' => ['FEATURElearnKDX12S'], ], 'parameters' => [ [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['title' => '每页大小,默认100', 'description' => '分页查询时设置的每页显示的服务群组数量,默认为100。', 'type' => 'string', 'required' => false, 'example' => '20'], ], [ 'name' => 'PageNumber', 'in' => 'query', 'schema' => ['title' => '页码数,默认1', 'description' => '服务群组列表的当前页码,默认值为1。', 'type' => 'string', 'required' => false, 'example' => '1'], ], [ 'name' => 'Filter', 'in' => 'query', 'schema' => ['title' => '名字过滤', 'description' => '设置的过滤名称,支持模糊匹配。', 'type' => 'string', 'required' => false, 'example' => 'foo'], ], [ 'name' => 'WorkspaceId', 'in' => 'query', 'schema' => ['description' => '工作空间ID。', 'type' => 'string', 'required' => false, 'example' => '123***'], ], [ 'name' => 'TrafficMode', 'in' => 'query', 'schema' => ['title' => '流量分配方式筛选', 'description' => '流量分配方式筛选', 'type' => 'string', 'required' => false, 'example' => 'auto'], ], [ 'name' => 'Sort', 'in' => 'query', 'schema' => ['title' => '排序字段', 'description' => '排序字段', 'type' => 'string', 'required' => false, 'example' => 'CreateTime'], ], [ 'name' => 'Order', 'in' => 'query', 'schema' => ['title' => '排序顺序', 'description' => '排序顺序', 'type' => 'string', 'required' => false, 'example' => 'desc'], ], [ 'name' => 'Labels', 'in' => 'query', 'style' => 'json', 'schema' => [ 'description' => '用户自定义标签。', 'type' => 'object', 'required' => false, 'additionalProperties' => ['type' => 'string', 'example' => '{"key1":"value1","key2":null}'."\n", 'description' => '按{"key":"value"}格式填写。Value 可为 null 或空字符,代表只按 Key 过滤,Value 可为任意值。'], ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '返回结果。', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => 'Id of the request', 'description' => '请求ID。', 'type' => 'string', 'example' => '40325405-579C-4D82****'], 'Groups' => [ 'description' => '服务群组列表。', 'type' => 'array', 'items' => ['description' => '服务群组信息。', '$ref' => '#/components/schemas/Group'], ], 'PageSize' => ['description' => '返回每页显示的群组数量。', 'type' => 'integer', 'format' => 'int64', 'example' => '20'], 'PageNumber' => ['description' => '返回查询的群组列表的当前页码。', 'type' => 'integer', 'format' => 'int64', 'example' => '1'], 'TotalCount' => ['description' => '总计数量。', 'type' => 'integer', 'format' => 'int64', 'example' => '5'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82****\\",\\n \\"Groups\\": [\\n {\\n \\"Name\\": \\"foo\\",\\n \\"ClusterId\\": \\"cn-shanghai\\",\\n \\"CreateTime\\": \\"2020-05-19T14:19:42Z\\",\\n \\"UpdateTime\\": \\"2021-01-29T11:13:20Z\\",\\n \\"QueueService\\": \\"qservice\\",\\n \\"InternetEndpoint\\": \\"http://1110*****.cn-hangzhou.pai-eas.aliyuncs.com/api/predict/test_group\\",\\n \\"IntranetEndpoint\\": \\"http://1110*****.vpc.cn-hangzhou.pai-eas.aliyuncs.com/api/predict/test_group\\",\\n \\"AccessToken\\": \\"MzJiMDI5MDliODc0MTlkYmI0ZDhlYmExYjczYTIyZTE3Zm********\\",\\n \\"TrafficMode\\": \\"auto\\",\\n \\"Network\\": {\\n \\"VpcId\\": \\"\\",\\n \\"VSwitchId\\": \\"\\",\\n \\"SecurityGroupId\\": \\"\\",\\n \\"GatewayId\\": \\"\\"\\n },\\n \\"ParentUid\\": \\"\\",\\n \\"CallerUid\\": \\"\\",\\n \\"Labels\\": [\\n {\\n \\"LabelKey\\": \\"\\",\\n \\"LabelValue\\": \\"\\"\\n }\\n ]\\n }\\n ],\\n \\"PageSize\\": 20,\\n \\"PageNumber\\": 1,\\n \\"TotalCount\\": 5\\n}","type":"json"}]', 'title' => '查看服务组列表', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ListGroups'], ], ], 'ramActions' => [ [ 'operationType' => 'get', 'ramAction' => [ 'action' => 'eas:ListGroups', 'authLevel' => 'resource', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], ], 'ListResourceInstanceWorker' => [ 'path' => '/api/v2/resources/{ClusterId}/{ResourceId}/instance/{InstanceName}/workers', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'produces' => ['application/json'], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '37099', 'abilityTreeNodes' => ['FEATURElearnRPDTZG', 'FEATURElearnN5R68Z'], ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['description' => '资源组所在的集群ID。', 'type' => 'string', 'required' => true, 'example' => 'cn-shanghai'], ], [ 'name' => 'ResourceId', 'in' => 'path', 'schema' => ['description' => '资源组的ID。资源组ID,如何查询资源组ID,请参见[ListResources](~~412133~~)。', 'type' => 'string', 'required' => true, 'example' => 'eas-r-adfabas'], ], [ 'name' => 'InstanceName', 'in' => 'path', 'schema' => ['description' => '资源组的实例名字。如何获取实例名称,请参见[ListResourceInstances](~~412129~~)。该接口返回结果中的HostName即为实例名称。', 'type' => 'string', 'required' => true, 'example' => 'cne10'], ], [ 'name' => 'PageNumber', 'in' => 'query', 'schema' => ['description' => '工作实例列表的页码。起始值为1,默认为1。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['description' => '分页查询时设置的每页显示的实例数量,默认为100。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '20'], ], [ 'name' => 'WorkerName', 'in' => 'query', 'schema' => ['description' => '工作实例名称。', 'type' => 'string', 'required' => false, 'example' => 'test-fd95xxxxx-xxxxxx '], ], [ 'name' => 'Status', 'in' => 'query', 'schema' => [ 'description' => '工作实例的状态。', 'type' => 'string', 'required' => false, 'enumValueTitles' => ['Terminating' => 'Terminating', 'Stopped' => 'Stopped', 'Failed' => 'Failed', 'Running' => 'Running', 'Waiting' => 'Waiting'], 'example' => 'Running', ], ], [ 'name' => 'Order', 'in' => 'query', 'schema' => [ 'description' => '排序方式。'."\n" ."\n" .'- Asc:升序。'."\n" .'- Desc:降序。', 'type' => 'string', 'required' => false, 'enumValueTitles' => ['Asc' => 'Asc', 'Desc' => 'Desc'], 'example' => 'Desc', ], ], [ 'name' => 'Sort', 'in' => 'query', 'schema' => [ 'description' => '排序字段。', 'type' => 'string', 'required' => false, 'enumValueTitles' => [ 'Status' => 'Status', 'MemoryLimit' => 'MemoryLimit', 'Ready' => 'Ready', 'CpuLimit' => 'CpuLimit', 'ServiceName' => 'ServiceName', 'Restarts' => 'Restarts', 'StartTime' => 'StartTime', 'MemoryRequest' => 'MemoryRequest', 'GpuLimit' => 'GpuLimit', 'GpuRequest' => 'GpuRequest', 'CpuRequest' => 'CpuRequest', 'Name' => 'Name', ], 'example' => 'CreateTime', ], ], [ 'name' => 'ServiceName', 'in' => 'query', 'schema' => ['description' => '服务名称。', 'type' => 'string', 'required' => false, 'example' => 'echo'], ], [ 'name' => 'Ready', 'in' => 'query', 'schema' => [ 'description' => '健康检查是否通过。', 'type' => 'boolean', 'required' => false, 'enumValueTitles' => ['true' => 'true', 'false' => 'false'], 'example' => 'true', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '返回结果。', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => 'Id of the request', 'description' => '请求ID。', 'type' => 'string', 'example' => '40325405-579C-4D82****'], 'Pods' => [ 'title' => 'pod列表', 'description' => 'Worker列表。', 'type' => 'array', 'items' => ['description' => 'Worker信息。', '$ref' => '#/components/schemas/ResourceInstanceWorker'], ], 'PageNumber' => ['title' => '当前页码', 'description' => '返回查询的资源组工作实例列表的页码。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'], 'PageSize' => ['title' => '每页大小', 'description' => '返回每页显示的资源组工作实例数量。', 'type' => 'integer', 'format' => 'int32', 'example' => '20'], 'TotalCount' => ['title' => 'pod总数', 'description' => 'Worker总数。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'], ], ], ], 404 => [], ], 'title' => '查询资源组工作实例列表', 'summary' => '列举资源实例的服务Worker列表。', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ListResourceInstanceWorker'], ], ], 'ramActions' => [ [ 'operationType' => 'get', 'ramAction' => [ 'action' => 'eas:ListResourceInstanceWorker', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Resource', 'arn' => 'acs:eas:{#regionId}:{#accountId}:resource/{#ResourceId}'], ], ], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82****\\",\\n \\"Pods\\": [\\n {\\n \\"Name\\": \\"test-india-5bbbfdbc98-****\\",\\n \\"ServiceName\\": \\"test-in****\\",\\n \\"Status\\": \\"Running\\",\\n \\"Ready\\": true,\\n \\"CpuRequest\\": 1,\\n \\"GpuRequest\\": 0,\\n \\"MemoryRquest\\": 200,\\n \\"CpuLimit\\": 2,\\n \\"GpuLimit\\": 0,\\n \\"MemoryLimit\\": 400,\\n \\"RestartCount\\": 3,\\n \\"StartTime\\": \\"2021-05-09T09:56:19Z\\"\\n }\\n ],\\n \\"PageNumber\\": 1,\\n \\"PageSize\\": 20,\\n \\"TotalCount\\": 1\\n}","errorExample":""},{"type":"xml","example":"","errorExample":""}]', ], 'ListResourceInstances' => [ 'path' => '/api/v2/resources/{ClusterId}/{ResourceId}/instances', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '37095', 'abilityTreeNodes' => ['FEATURElearnN5R68Z'], ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['title' => '资源组所在的集群ID', 'description' => '资源组所在的地域ID。', 'type' => 'string', 'required' => true, 'example' => 'cn-shanghai'], ], [ 'name' => 'ResourceId', 'in' => 'path', 'schema' => ['title' => '资源组的ID', 'description' => '资源组的ID。如何查询资源组ID,请参见[ListResources](~~412133~~)。', 'type' => 'string', 'required' => true, 'example' => 'iot'], ], [ 'name' => 'ChargeType', 'in' => 'query', 'schema' => [ 'title' => '付费类型'."\n" .'PrePaid预付费'."\n" .'PostPaid后付费', 'description' => '过滤机器付费类型,取值如下:'."\n" .'- PrePaid:预付费。'."\n" .'- PostPaid:后付费。', 'type' => 'string', 'required' => false, 'enumValueTitles' => ['PostPaid' => '后付费', 'PrePaid' => '预付费'], 'example' => 'PrePaid', ], ], [ 'name' => 'PageNumber', 'in' => 'query', 'schema' => ['title' => '请求的页码(默认为1)', 'description' => '专属资源组机器列表的页码。起始值为1,默认为1。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['title' => '每页的大小(默认为100)', 'description' => '分页查询时设置的每页显示的机器数量,默认为100。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '20'], ], [ 'name' => 'InstanceName', 'in' => 'query', 'schema' => ['description' => '按实例名称过滤。', 'type' => 'string', 'required' => false, 'example' => 'e-xxxx***'], ], [ 'name' => 'InstanceId', 'in' => 'query', 'schema' => ['description' => '按实例ID过滤。如何获取实例ID,请参见[ListResourceInstances](~~412129~~)。', 'type' => 'string', 'required' => false, 'example' => 'i-bp1jd6x3uots****a'], ], [ 'name' => 'InstanceIP', 'in' => 'query', 'schema' => ['description' => '机器IP。', 'type' => 'string', 'required' => false, 'example' => '10.224.xx.xx'], ], [ 'name' => 'Filter', 'in' => 'query', 'schema' => ['description' => '关键字搜索。支持按机器ID或IP进行搜索。', 'type' => 'string', 'required' => false, 'example' => '10.224.xx.xx'], ], [ 'name' => 'InstanceStatus', 'in' => 'query', 'schema' => [ 'description' => '机器状态。', 'type' => 'string', 'required' => false, 'enumValueTitles' => ['Ready-SchedulingDisabled' => '机器可用-不可调度', 'Ready' => '运行中', 'NotReady' => '未就绪', 'Stopped' => '已停机', 'NotReady-SchedulingDisabled' => '机器不可用-不可调度', 'Attaching' => '启动中', 'Deleting' => '删除中', 'CreateFailed' => '创建失败'], 'example' => 'Ready', ], ], [ 'name' => 'Label', 'in' => 'query', 'style' => 'json', 'schema' => [ 'description' => '按标签过滤。', 'type' => 'object', 'required' => false, 'additionalProperties' => ['type' => 'string', 'example' => '{"key1":"value1","key2":null}', 'description' => '按{"key":"value"}格式填写。Value可为null或空字符,代表只按Key过滤,Value可为任意值。'], ], ], [ 'name' => 'Sort', 'in' => 'query', 'schema' => [ 'description' => '排序字段。', 'type' => 'string', 'required' => false, 'enumValueTitles' => ['CreateTime' => '创建时间', 'MemoryUsed' => '内存使用量', 'GpuUsed' => 'GPU使用量', 'ExpireTime' => '过期时间', 'CpuUsed' => 'CPU使用率'], 'example' => 'CreateTime', ], ], [ 'name' => 'Order', 'in' => 'query', 'schema' => [ 'description' => '排序顺序。', 'type' => 'string', 'required' => false, 'enumValueTitles' => ['asc' => '升序', 'desc' => '降序'], 'example' => 'desc', ], ], [ 'name' => 'Zone', 'in' => 'query', 'schema' => ['description' => '机器可用区。', 'type' => 'string', 'required' => false, 'example' => 'J'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '返回结果。', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => 'Id of the request', 'description' => '请求ID。', 'type' => 'string', 'example' => '40325405-579C-4D82****'], 'Instances' => [ 'description' => '实例列表。', 'type' => 'array', 'items' => ['description' => '实例信息。', '$ref' => '#/components/schemas/ResourceInstance'], ], 'PageNumber' => ['description' => '返回查询的资源组机器列表的页码。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'], 'PageSize' => ['description' => '返回每页显示的资源组机器数量。', 'type' => 'integer', 'format' => 'int32', 'example' => '20'], 'TotalCount' => ['description' => '实例总数。', 'type' => 'integer', 'format' => 'int32', 'example' => '2'], ], ], ], 404 => [], ], 'title' => '查询资源组机器列表', 'summary' => '获取指定专属资源组中的机器实例列表。', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ListResourceInstances'], ], ], 'ramActions' => [ [ 'operationType' => 'get', 'ramAction' => [ 'action' => 'eas:ListResourceInstances', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Resource', 'arn' => 'acs:eas:{#regionId}:{#accountId}:resource/{#ResourceId}'], ], ], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82****\\",\\n \\"Instances\\": [\\n {\\n \\"InstanceId\\": \\"eas-i-1800z74n30kao****\\",\\n \\"InstanceName\\": \\"eas01122713204*****\\",\\n \\"InstanceIp\\": \\"11.227.XX.XX\\",\\n \\"InstanceStatus\\": \\"Ready\\",\\n \\"InstancePhase\\": \\"\\",\\n \\"InstanceCpuCount\\": 4,\\n \\"InstanceGpuCount\\": 0,\\n \\"InstanceMemory\\": \\"8192M\\",\\n \\"InstanceSystemDiskSize\\": 200,\\n \\"InstanceGpuMemory\\": \\"0G\\",\\n \\"InstanceUsedCpu\\": 2.4,\\n \\"InstanceUsedGpu\\": 0,\\n \\"InstanceUsedMemory\\": \\"1000M\\",\\n \\"InstanceType\\": \\"ecs.s6-c1m2.xlarge\\",\\n \\"CreateTime\\": \\"2020-07-05T22:51:32Z\\",\\n \\"ChargeType\\": \\"PrePaid\\",\\n \\"ExpiredTime\\": \\"2020-08-05T22:51:32Z\\",\\n \\"AutoRenewal\\": false,\\n \\"Arch\\": \\"arm64\\",\\n \\"Region\\": \\"cn-hangzhou\\",\\n \\"Zone\\": \\"cn-hangzhou-b\\",\\n \\"ResourceId\\": \\"eas-r-xxxxx\\",\\n \\"InstanceTenantIp\\": \\"192.168.XX.XX\\",\\n \\"InstanceUsedGpuMemory\\": \\"470M\\",\\n \\"Labels\\": [\\n {\\n \\"LabelKey\\": \\"key\\",\\n \\"LabelValue\\": \\"value\\"\\n }\\n ],\\n \\"LastCordonOperator\\": \\"\\",\\n \\"LastCordonReason\\": \\"\\"\\n }\\n ],\\n \\"PageNumber\\": 1,\\n \\"PageSize\\": 20,\\n \\"TotalCount\\": 2\\n}","errorExample":""},{"type":"xml","example":"","errorExample":""}]', ], 'ListResourceServices' => [ 'path' => '/api/v2/resources/{ClusterId}/{ResourceId}/services', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => true, 'systemTags' => [ 'operationType' => 'get', 'abilityTreeCode' => '37100', 'abilityTreeNodes' => ['FEATURElearnN5R68Z'], ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['title' => '资源组所在的集群ID', 'description' => '资源组所在的集群ID。', 'type' => 'string', 'required' => true, 'example' => 'cn-shanghai'], ], [ 'name' => 'ResourceId', 'in' => 'path', 'schema' => ['title' => '资源组的ID', 'description' => '资源组的ID。资源组ID,如何查询资源组ID,请参见[ListResources](~~412133~~)。', 'type' => 'string', 'required' => true, 'example' => 'iot'], ], [ 'name' => 'PageNumber', 'in' => 'query', 'schema' => ['title' => '请求的页码(默认为1)', 'description' => '服务列表的页码。起始值为1,默认为1。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['title' => '每页的大小(默认为100)', 'description' => '分页查询时设置的每页显示的服务数量,默认为100。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '20'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '返回结果。', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => 'Id of the request', 'description' => '请求ID。', 'type' => 'string', 'example' => '40325405-579C-4D82****'], 'Services' => [ 'description' => '服务列表。', 'type' => 'array', 'items' => ['description' => '服务摘要信息。', '$ref' => '#/components/schemas/Service'], ], 'PageNumber' => ['description' => '返回查询的服务列表的页码。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'], 'PageSize' => ['description' => '返回每页显示的服务数量。', 'type' => 'integer', 'format' => 'int32', 'example' => '20'], 'TotalCount' => ['description' => '服务总数。', 'type' => 'integer', 'format' => 'int32', 'example' => '2'], ], ], ], 404 => [], ], 'staticInfo' => [ 'substitutions' => ['eas::2021-07-01::ListServices'], ], 'title' => '查询资源组中的服务列表', 'summary' => '列举专属资源组中已部署的服务列表。', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ListResourceServices'], ], ], 'ramActions' => [ [ 'operationType' => 'get', 'ramAction' => [ 'action' => 'eas:ListResourceServices', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Resource', 'arn' => 'acs:eas:{#regionId}:{#accountId}:resource/{#ResourceId}'], ], ], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82****\\",\\n \\"Services\\": [\\n {\\n \\"ServiceGroup\\": \\"my_group\\",\\n \\"Memory\\": 1024,\\n \\"Cpu\\": 1,\\n \\"Image\\": \\"registry.cn-shanghai.aliyuncs.com/eas/echo_cn-shanghai:v0.0.1-20210129111320\\",\\n \\"Gpu\\": 0,\\n \\"TotalInstance\\": 1,\\n \\"AccessToken\\": \\"MzJiMDI5MDliODc0MTlkYmI0ZDhlYmExYjczYTIyZTE3Zm********\\",\\n \\"ResourceBurstable\\": true,\\n \\"InternetEndpoint\\": \\"http://10123*****.cn-shanghai.aliyuncs.com/api/predict/echo\\",\\n \\"ResourceAlias\\": \\"my_resource\\",\\n \\"Status\\": \\"Running\\",\\n \\"TrafficState\\": \\"standalone\\",\\n \\"RequestId\\": \\"40325405-579C-4D82********\\",\\n \\"Resource\\": \\"eas-r-xxxxxxx\\",\\n \\"SecondaryInternetEndpoint\\": \\"http://10123*****.cn-shanghai.aliyuncs.com/api/predict/async_path.echo\\\\n\\",\\n \\"Labels\\": [\\n {\\n \\"LabelValue\\": \\"value1\\",\\n \\"LabelKey\\": \\"key1\\"\\n }\\n ],\\n \\"Namespace\\": \\"echo\\",\\n \\"Weight\\": 100,\\n \\"Role\\": \\"Queue\\",\\n \\"SecondaryIntranetEndpoint\\": \\"http://10123*****.vpc.cn-shanghai.aliyuncs.com/api/predict/async_path.echo\\\\n\\",\\n \\"PendingInstance\\": 0,\\n \\"ServiceName\\": \\"echo\\",\\n \\"SafetyLock\\": \\"dangerous\\",\\n \\"Region\\": \\"cn-shanghai\\",\\n \\"AppType\\": \\"LLM\\",\\n \\"InstanceCountInResource\\": {\\n \\"Quota\\": 10,\\n \\"Public\\": 10,\\n \\"Dedicated\\": 10\\n },\\n \\"IntranetEndpoint\\": \\"http://10123*****.vpc.cn-shanghai.aliyuncs.com/api/predict/echo\\",\\n \\"QuotaId\\": \\"quotaxxxxx\\",\\n \\"Message\\": \\"Service start successfully\\",\\n \\"CurrentVersion\\": 1,\\n \\"RunningInstance\\": 1,\\n \\"WorkspaceId\\": \\"123445\\",\\n \\"CallerUid\\": \\"20123*******\\",\\n \\"Reason\\": \\"RUNNING\\",\\n \\"Source\\": \\"dsw\\",\\n \\"ServiceId\\": \\"eas-m-xxasdat\\",\\n \\"AppVersion\\": \\"v1\\",\\n \\"CronscalerEnabled\\": true,\\n \\"ServiceConfig\\": \\"{\\\\\\"metadata\\\\\\":{\\\\\\"cpu\\\\\\":1,\\\\\\"instance\\\\\\":1,\\\\\\"memory\\\\\\":1024},\\\\\\"name\\\\\\":\\\\\\"echo\\\\\\",\\\\\\"processor_entry\\\\\\":\\\\\\"libecho.so\\\\\\",\\\\\\"processor_path\\\\\\":\\\\\\"http://oss-cn-hangzhou-zmf.aliyuncs.com/059247/echo_processor_release.tar.gz\\\\\\",\\\\\\"processor_type\\\\\\":\\\\\\"cpp\\\\\\"}\\",\\n \\"Gateway\\": \\"gw-xxxxxx\\",\\n \\"AppSpecName\\": \\"llama_7b_fp16\\",\\n \\"GPUCorePercentage\\": 50,\\n \\"GPUMemory\\": 20,\\n \\"AppConfig\\": \\"{\\\\\\"ModelStorage\\\\\\":\\\\\\"oss\\\\\\"}\\",\\n \\"CreateTime\\": \\"2021-01-29T11:13:20Z\\",\\n \\"AutoscalerEnabled\\": true,\\n \\"ExtraData\\": \\"{\\\\\\"blue_green_services\\\\\\":[\\\\\\"test\\\\\\",\\\\\\"testxxxx\\\\\\"]}\\",\\n \\"LatestVersion\\": 1,\\n \\"UpdateTime\\": \\"2021-01-29T11:13:20Z\\",\\n \\"ServiceUid\\": \\"eas-m-xxasdat\\\\n\\",\\n \\"ParentUid\\": \\"11234*******\\",\\n \\"RoleAttrs\\": \\"{\\\\\\"ApproxMaxLength\\\\\\":null,\\\\\\"Length\\\\\\":null,\\\\\\"MaxPayloadBytes\\\\\\":null}\\"\\n }\\n ],\\n \\"PageNumber\\": 1,\\n \\"PageSize\\": 20,\\n \\"TotalCount\\": 2\\n}","errorExample":""},{"type":"xml","example":"","errorExample":""}]', ], 'ListResources' => [ 'summary' => '获取当前用户的专属资源组列表。', 'path' => '/api/v2/resources', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '37092', 'abilityTreeNodes' => ['FEATURElearnRPDTZG'], ], 'parameters' => [ [ 'name' => 'PageNumber', 'in' => 'query', 'schema' => ['title' => '请求的页码(默认为1)', 'description' => '专属资源组列表的页码。起始值为1,默认为1。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['title' => '每页的大小(默认为100)', 'description' => '分页查询时设置的每页显示的专属资源组数量,默认为100。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '20'], ], [ 'name' => 'ResourceName', 'in' => 'query', 'schema' => ['description' => '资源组名称。[CreateResource](~~412111~~)会返回资源组名称。', 'type' => 'string', 'required' => false, 'example' => 'MyResource'], ], [ 'name' => 'ResourceId', 'in' => 'query', 'schema' => ['description' => '资源组ID。[CreateResource](~~412111~~)会返回资源组ID。', 'type' => 'string', 'required' => false, 'example' => 'eas-r-h7lcw24dyqztwxxxxxx'], ], [ 'name' => 'ResourceType', 'in' => 'query', 'schema' => [ 'description' => '资源组类型,取值如下:'."\n" ."\n" .'- Dedicated:专属资源组'."\n" .'- SelfManaged:自运维资源组', 'type' => 'string', 'required' => false, 'enumValueTitles' => ['SelfManaged' => 'SelfManaged', 'Dedicated' => 'Dedicated'], 'example' => 'Dedicated', ], ], [ 'name' => 'ResourceStatus', 'in' => 'query', 'schema' => ['description' => '资源组状态', 'type' => 'string', 'required' => false, 'example' => 'ResourceReady'], ], [ 'name' => 'UsageMode', 'in' => 'query', 'schema' => [ 'description' => '资源组使用模式。默认为 inference', 'type' => 'string', 'required' => false, 'enumValueTitles' => ['all' => '所有资源组', 'inference' => '推理服务资源组', 'sandbox' => '沙箱资源组'], 'example' => 'inference', ], ], [ 'name' => 'Order', 'in' => 'query', 'schema' => ['description' => '排序方式,取值如下:'."\n" .'- Desc:降序。'."\n" .'- Asc:升序。', 'type' => 'string', 'required' => false, 'example' => 'Desc'], ], [ 'name' => 'Sort', 'in' => 'query', 'schema' => [ 'description' => '排序字段。按时间戳类型默认倒序排序。', 'type' => 'string', 'required' => false, 'enumValueTitles' => ['PrePaidInstanceCount' => 'PrePaidInstanceCount', 'CpuCount' => 'CpuCount', 'Memory' => 'Memory', 'CreateTime' => 'CreateTime', 'PostPaidInstanceCount' => 'PostPaidInstanceCount', 'MemoryUsed' => 'MemoryUsed', 'GpuCount' => 'GpuCount', 'GpuUsed' => 'GpuUsed', 'CpuUsed' => 'CpuUsed', 'ServiceCount' => 'ServiceCount'], 'example' => 'CreateTime', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '返回Body。', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => 'Id of the request', 'description' => '请求ID。', 'type' => 'string', 'example' => '40325405-579C-4D82****'], 'Resources' => [ 'description' => '资源组列表。', 'type' => 'array', 'items' => ['description' => '资源组详情信息。', '$ref' => '#/components/schemas/Resource'], ], 'PageNumber' => ['description' => '返回查询的专属资源组列表的页码。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'], 'PageSize' => ['description' => '返回每页显示的专属资源组数量。', 'type' => 'integer', 'format' => 'int32', 'example' => '20'], 'TotalCount' => ['description' => '资源组总数。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'], ], ], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82****\\",\\n \\"Resources\\": [\\n {\\n \\"ResourceId\\": \\"eas-r-asdasdasd\\",\\n \\"ResourceName\\": \\"iot\\",\\n \\"ResourceType\\": \\"Dedicated\\",\\n \\"ClusterId\\": \\"cn-shanghai\\",\\n \\"CreateTime\\": \\"2019-02-26T17:52:49Z\\",\\n \\"UpdateTime\\": \\"2019-02-26T19:52:49Z\\",\\n \\"InstanceCount\\": 4,\\n \\"PrePaidInstanceCount\\": 2,\\n \\"PostPaidInstanceCount\\": 2,\\n \\"CpuCount\\": 64,\\n \\"GpuCount\\": 1,\\n \\"Memory\\": 8192,\\n \\"CpuUsed\\": 8,\\n \\"GpuUsed\\": 1,\\n \\"MemoryUsed\\": 2048,\\n \\"Status\\": \\"ResourceReady\\",\\n \\"Message\\": \\"Resource is ready\\",\\n \\"ExtraData\\": {},\\n \\"Vendor\\": \\"ECS\\",\\n \\"Features\\": [\\n \\"GpuShare\\"\\n ],\\n \\"InstanceMaxAllocatableMemory\\": 2048,\\n \\"InstanceMaxAllocatableGPU\\": 2,\\n \\"InstanceMaxAllocatableCPU\\": 16,\\n \\"UsageMode\\": \\"\\",\\n \\"ServiceCount\\": 0\\n }\\n ],\\n \\"PageNumber\\": 1,\\n \\"PageSize\\": 20,\\n \\"TotalCount\\": 1\\n}","errorExample":""},{"type":"xml","example":"","errorExample":""}]', 'title' => '查询资源组列表', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ListResources'], ], ], 'ramActions' => [ [ 'operationType' => 'get', 'ramAction' => [ 'action' => 'eas:ListResources', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Resource', 'arn' => 'acs:eas:{#regionId}:{#accountId}:resource/*'], ], ], ], ], ], 'ListServiceContainers' => [ 'path' => '/api/v2/services/{ClusterId}/{ServiceName}/instances/{InstanceName}/containers', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'produces' => ['application/json'], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', 'abilityTreeCode' => '172666', 'abilityTreeNodes' => ['FEATURElearnN5R68Z'], ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['description' => '服务所在地域ID。', 'type' => 'string', 'required' => true, 'example' => 'cn-shanghai'], ], [ 'name' => 'ServiceName', 'in' => 'path', 'schema' => ['description' => '服务名称。', 'type' => 'string', 'required' => true, 'example' => 'foo'], ], [ 'name' => 'InstanceName', 'in' => 'path', 'schema' => ['description' => '服务实例的名称。', 'type' => 'string', 'required' => true, 'example' => 'foo-69xxxx4f4-5w9r9'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '返回结果。', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => 'Id of the request', 'description' => '请求ID。', 'type' => 'string', 'example' => '40325405-579C-4D82****'], 'ServiceName' => ['description' => '服务名称。', 'type' => 'string', 'example' => 'foo'], 'Containers' => [ 'description' => '服务实例的容器列表。', 'type' => 'array', 'items' => ['description' => '容器的详细信息。', '$ref' => '#/components/schemas/ContainerInfo'], ], ], ], ], ], 'staticInfo' => ['returnType' => 'synchronous'], 'title' => '查询服务的容器列表', 'summary' => '查询服务的容器列表。', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ListServiceContainers'], ], ], 'ramActions' => [ [ 'operationType' => 'get', 'ramAction' => [ 'action' => 'eas:ListServiceContainers', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Service', 'arn' => 'acs:eas:{#regionId}:{#accountId}:service/{#ServiceName}'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82****\\",\\n \\"ServiceName\\": \\"foo\\",\\n \\"Containers\\": [\\n {\\n \\"Name\\": \\"worker0\\",\\n \\"Image\\": \\"registry.cn-shanghai.aliyuncs.com/eas/echo_cn-shanghai:v0.0.1-20210129111320\\",\\n \\"Port\\": 8080,\\n \\"RestartCount\\": 0,\\n \\"Ready\\": true,\\n \\"CurrentStatus\\": \\"Waiting\\",\\n \\"CurrentReaon\\": \\"PodInitializing\\",\\n \\"CurrentTimestamp\\": \\"2022-03-21T06:17:57Z\\",\\n \\"LastStatus\\": \\"Terminated\\",\\n \\"LastReason\\": \\"Error\\",\\n \\"LastTimestamp\\": \\"2022-03-21T05:17:57Z\\"\\n }\\n ]\\n}","type":"json"}]', ], 'ListServiceInstanceFaultInjectionInfo' => [ 'summary' => '获取故障注入信息', 'path' => '/api/v2/services/{ClusterId}/{ServiceName}/instances/{InstanceName}/faults', 'methods' => ['get'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/json'], 'produces' => ['application/json'], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => ['FEATURElearnN5R68Z'], ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['description' => '资源组所在的集群ID。', 'type' => 'string', 'required' => true, 'example' => 'cn-shanghai'], ], [ 'name' => 'ServiceName', 'in' => 'path', 'schema' => ['description' => '服务名字。', 'type' => 'string', 'required' => true, 'example' => 'foo'], ], [ 'name' => 'InstanceName', 'in' => 'path', 'schema' => ['description' => '服务实例的名字。', 'type' => 'string', 'required' => true, 'example' => 'e-xxxx***'], ], ], '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' => '40325405-579C-4D82****'], 'FaultInfoList' => [ 'description' => '已注入故障列表', 'type' => 'array', 'items' => [ 'description' => '单个注入故障信息', 'type' => 'object', 'properties' => [ 'FaultType' => ['description' => '故障类型。1. CpuFullloadTask: CPU满载故障;2. MemLoadTask: 内存负载故障;3. NetworkTask: 网络故障;4. DiskBurnTask: 磁盘读写故障; 5. DiskFillTask: 磁盘填充故障;', 'type' => 'string', 'example' => 'DiskFillTask'], 'FaultStatus' => [ 'description' => '故障状态', 'type' => 'object', 'properties' => [ 'FaultStatus' => ['description' => '故障状态:'."\n" .'1. FaultNotInjected: 任务已经创建但是无成功注入。'."\n" .'2. FaultInjectedSuccess:故障成功注入。'."\n" .'3. FaultInjectedFailure: 故障注入失败,可能由于参数错误、系统问题等。', 'type' => 'string', 'example' => 'FaultInjectedSuccess'], 'FaultStatusMessage' => ['description' => '故障注入描述信息', 'type' => 'string', 'example' => 'Network interface not found'], ], ], 'FaultArgs' => ['description' => '各故障类型参数详解:'."\n" .'1. CpuFullloadTask (CPU满载故障)'."\n" .'`'."\n" .'{'."\n" .' "FaultType": "CpuFullloadTask",'."\n" .' "FaultArgs": {'."\n" .' "FaultAction": "fullload",'."\n" .' "CpuPercent": 50'."\n" .' }'."\n" .'}'."\n" .'`'."\n" .'2. MemLoadTask (内存负载故障)'."\n" .'`'."\n" .'{'."\n" .' "FaultType": "MemLoadTask",'."\n" .' "FaultArgs": {'."\n" .' "FaultAction": "load",'."\n" .' "MemPercent": 80'."\n" .' }'."\n" .'}'."\n" .'`'."\n" .'3. NetworkTask (网络故障)'."\n" .'3.a. NetworkDelayAction (网络延迟)'."\n" .'`'."\n" .'{'."\n" .' "FaultType": "NetworkTask",'."\n" .' "FaultArgs": {'."\n" .' "FaultAction": "delay",'."\n" .' "Time": 3000,'."\n" .' "Offset": 100'."\n" .' }'."\n" .'}'."\n" .'`'."\n" .'3.b. NetworkCorruptAction (网络包损坏)'."\n" .'`'."\n" .'{'."\n" .' "FaultType": "NetworkTask",'."\n" .' "FaultArgs": {'."\n" .' "FaultAction": "corrupt",'."\n" .' "Percent": 50'."\n" .' }'."\n" .'}'."\n" .'`'."\n" .'3.c. NetworkLossAction (网络包丢失)'."\n" .'`'."\n" .'{'."\n" .' "FaultType": "NetworkTask",'."\n" .' "FaultArgs": {'."\n" .' "FaultAction": "loss",'."\n" .' "Percent": 30'."\n" .' }'."\n" .'}'."\n" .'`'."\n" .'4. DiskBurnTask (磁盘读写故障)'."\n" .'`'."\n" .'{'."\n" .' "FaultType": "DiskBurnTask",'."\n" .' "FaultArgs": {'."\n" .' "FaultAction": "burn",'."\n" .' "Read": true,'."\n" .' "Write": true,'."\n" .' "Size": 100'."\n" .' }'."\n" .'}'."\n" .'`'."\n" .'5. DiskFillTask (磁盘填充故障)'."\n" .'`'."\n" .'{'."\n" .' "FaultType": "DiskFillTask",'."\n" .' "FaultArgs": {'."\n" .' "FaultAction": "fill",'."\n" .' "Percent": 80'."\n" .' }'."\n" .'}'."\n" .'`', 'type' => 'any', 'example' => '{'."\n" .' "FaultType": "DiskBurnTask",'."\n" .' "FaultArgs": {'."\n" .' "FaultAction": "burn",'."\n" .' "Read": true,'."\n" .' "Write": true,'."\n" .' "Size": 100'."\n" .' }'."\n" .'}'], ], ], ], ], ], ], ], 'staticInfo' => ['returnType' => 'synchronous'], 'title' => '列举已注入故障信息', 'description' => '**请确保在使用该接口前,已充分了解EAS产品的收费方式和[价格](~~144261~~)。**', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [], ], 'ramActions' => [], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82****\\",\\n \\"FaultInfoList\\": [\\n {\\n \\"FaultType\\": \\"DiskFillTask\\",\\n \\"FaultStatus\\": {\\n \\"FaultStatus\\": \\"FaultInjectedSuccess\\",\\n \\"FaultStatusMessage\\": \\"Network interface not found\\"\\n },\\n \\"FaultArgs\\": \\"{\\\\n \\\\\\"FaultType\\\\\\": \\\\\\"DiskBurnTask\\\\\\",\\\\n \\\\\\"FaultArgs\\\\\\": {\\\\n \\\\\\"FaultAction\\\\\\": \\\\\\"burn\\\\\\",\\\\n \\\\\\"Read\\\\\\": true,\\\\n \\\\\\"Write\\\\\\": true,\\\\n \\\\\\"Size\\\\\\": 100\\\\n }\\\\n}\\"\\n }\\n ]\\n}","type":"json"}]', ], 'ListServiceInstances' => [ 'path' => '/api/v2/services/{ClusterId}/{ServiceName}/instances', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => ['FEATURElearn6PC7M4'], ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['title' => '服务所在区域', 'description' => '服务所在地域ID。', 'type' => 'string', 'required' => true, 'example' => 'cn-shanghai'], ], [ 'name' => 'ServiceName', 'in' => 'path', 'schema' => ['title' => '服务名字', 'description' => '服务名称。如何获取服务名称,请参见[ListServices ](~~412109~~)。', 'type' => 'string', 'required' => true, 'example' => 'foo'], ], [ 'name' => 'PageNumber', 'in' => 'query', 'schema' => ['title' => '请求的页码(默认为1)', 'description' => '服务实例列表的页,默认值为1。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['title' => '每页的大小(默认为100)', 'description' => '分页查询时设置的每页显示的实例数量,默认为100。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '20'], ], [ 'name' => 'Filter', 'in' => 'query', 'schema' => ['description' => '关键字搜索。支持按实例名、实例IP、实例所在的机器的IP、实例规格搜索。', 'type' => 'string', 'required' => false, 'example' => '10.118.xx.xx'], ], [ 'name' => 'ResourceType', 'in' => 'query', 'schema' => [ 'description' => '服务实例所在的资源组类型。', 'type' => 'string', 'required' => false, 'enumValueTitles' => ['PublicResource' => '公共资源组', 'DedicatedResource' => '专属资源组'], 'example' => 'PublicResource', ], ], [ 'name' => 'InstanceType', 'in' => 'query', 'schema' => ['description' => '实例规格。', 'type' => 'string', 'required' => false, 'example' => 'ecs.c7.large'], ], [ 'name' => 'InstanceStatus', 'in' => 'query', 'schema' => ['description' => '服务实例的状态。', 'type' => 'string', 'required' => false, 'example' => 'Running'], ], [ 'name' => 'InstanceIP', 'in' => 'query', 'schema' => ['description' => '服务实例的IP。', 'type' => 'string', 'required' => false, 'example' => '10.224.xx.xx'], ], [ 'name' => 'InstanceName', 'in' => 'query', 'schema' => ['description' => '服务实例的名字。', 'type' => 'string', 'required' => false, 'example' => 'foo-bdc5xxxx-8l7rk'], ], [ 'name' => 'HostIP', 'in' => 'query', 'schema' => ['description' => '服务实例所在机器的IP。', 'type' => 'string', 'required' => false, 'example' => '10.224.xx.xx'], ], [ 'name' => 'IsSpot', 'in' => 'query', 'schema' => ['description' => '是否为抢占式实例。', 'type' => 'boolean', 'required' => false, 'example' => 'false'], ], [ 'name' => 'Role', 'in' => 'query', 'schema' => [ 'description' => '服务的角色。', 'type' => 'string', 'required' => false, 'enumValueTitles' => ['DataSet' => '数据集服务', 'SDProxy' => 'Stable-Diffusion代理服务', 'Standard' => '普通预测服务', 'Queue' => '队列服务'], 'example' => 'Queue', ], ], [ 'name' => 'Sort', 'in' => 'query', 'schema' => [ 'description' => '排序字段。', 'type' => 'string', 'required' => false, 'enumValueTitles' => ['StartTime' => '创建时间'], 'example' => 'StartTime', ], ], [ 'name' => 'Order', 'in' => 'query', 'schema' => [ 'description' => '排序顺序。', 'type' => 'string', 'required' => false, 'enumValueTitles' => ['asc' => '升序', 'desc' => '降序'], 'example' => 'desc', ], ], [ 'name' => 'MemberType', 'in' => 'query', 'allowEmptyValue' => true, 'schema' => ['description' => '子服务的类型(只有在聚合服务的场景下有效)。', 'type' => 'string', 'required' => false, 'example' => 'LLMDecode'], ], [ 'name' => 'ListReplica', 'in' => 'query', 'schema' => ['description' => '是否查询实例单元列表。', 'type' => 'boolean', 'required' => false, 'example' => 'true'], ], [ 'name' => 'ReplicaName', 'in' => 'query', 'schema' => ['description' => '实例单元的名称。', 'type' => 'string', 'required' => false, 'example' => 'cbh-qwen3-a1bc-prefill-ep1tp4dp'], ], [ 'name' => 'QuotaId', 'in' => 'query', 'schema' => ['description' => '配额ID。', 'type' => 'string', 'required' => false, 'example' => 'quota1****'."\n"], ], [ 'name' => 'Resource', 'in' => 'query', 'schema' => ['description' => '实例所在的资源组。', 'type' => 'string', 'required' => false, 'example' => 'eas-r-xxxxxxx'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '返回结果。', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => 'Id of the request', 'description' => '请求ID。', 'type' => 'string', 'example' => '40325405-579C-4D82****'], 'Instances' => [ 'description' => '服务实例列表。', 'type' => 'array', 'items' => ['description' => '服务实例。', '$ref' => '#/components/schemas/Instance'], ], 'PageNumber' => ['description' => '返回查询的实例列表的当前页码。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'], 'PageSize' => ['description' => '返回每页显示的实例数量。', 'type' => 'integer', 'format' => 'int32', 'example' => '20'], 'TotalCount' => ['description' => '实例总数。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'], ], ], ], ], 'title' => '查询服务实例列表', 'summary' => '获取指定服务的实例列表。', 'description' => '**请确保在使用该接口前,已充分了解EAS产品的收费方式和[价格](~~144261~~)。**', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ListServiceInstances'], ], ], 'ramActions' => [ [ 'operationType' => 'get', 'ramAction' => [ 'action' => 'eas:ListServiceInstances', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Service', 'arn' => 'acs:eas:{#regionId}:{#accountId}:service/{#ServiceName}'], ], ], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82****\\",\\n \\"Instances\\": [\\n {\\n \\"HostIP\\": \\"11.0.XX.XX\\",\\n \\"HostName\\": \\"smart-scene-cls-854dbdc99d-****\\",\\n \\"InnerIP\\": \\"172.17.0.17\\",\\n \\"InstanceName\\": \\"foo-5fc8946767-v****\\",\\n \\"InstancePort\\": 8080,\\n \\"LastState\\": [\\n []\\n ],\\n \\"Namespace\\": \\"foo\\",\\n \\"Reason\\": \\"RUNNING\\",\\n \\"RestartCount\\": 1,\\n \\"Status\\": \\"Running\\",\\n \\"TotalProcesses\\": 1,\\n \\"ReadyProcesses\\": 1,\\n \\"StartAt\\": \\"2021-05-27T09:46:05Z\\",\\n \\"Role\\": \\"Standard\\",\\n \\"ResourceType\\": \\"PublicResource\\",\\n \\"TenantInstanceIP\\": \\"192.168.xx.xx\\",\\n \\"TenantHostIP\\": \\"192.168.xx.xx\\",\\n \\"IsSpot\\": false,\\n \\"CurrentAmount\\": 0.444,\\n \\"OriginalAmount\\": 2.2,\\n \\"Isolated\\": false,\\n \\"Zone\\": \\"cn-shanghai-a\\",\\n \\"ExternalIP\\": \\"192.168.1.100\\",\\n \\"ExternalInstancePort\\": 8080,\\n \\"StartTime\\": \\"2021-05-27T09:46:05Z\\",\\n \\"InstanceType\\": \\"ecs.c7.large\\",\\n \\"IsLatest\\": true,\\n \\"Detached\\": false,\\n \\"IsReplica\\": false,\\n \\"ReplicaName\\": \\"xwq-sglang-dist-7dff0\\",\\n \\"CreateTime\\": \\"\\"\\n }\\n ],\\n \\"PageNumber\\": 1,\\n \\"PageSize\\": 20,\\n \\"TotalCount\\": 1\\n}","errorExample":""},{"type":"xml","example":"","errorExample":""}]', ], 'ListServiceVersions' => [ 'path' => '/api/v2/services/{ClusterId}/{ServiceName}/versions', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/json'], 'produces' => ['application/json'], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'list', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '152269', 'abilityTreeNodes' => ['FEATURElearnKDX12S'], ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['title' => '服务所在区域', 'description' => '服务所在地域ID。', 'type' => 'string', 'required' => true, 'example' => 'cn-hangzhou'], ], [ 'name' => 'ServiceName', 'in' => 'path', 'schema' => ['title' => '服务名字', 'description' => '服务名称。如何获取服务名称,请参见[ListServices ](~~412109~~)。', 'type' => 'string', 'required' => true, 'example' => 'test_oss'], ], [ 'name' => 'PageNumber', 'in' => 'query', 'schema' => ['title' => '请求的页码(默认为1)', 'description' => '请求的页码,默认为1。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['title' => '每页的大小(默认为100)', 'description' => '分页查询时设置的每页显示的版本数量,默认为100。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '10'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => '请求ID。', 'type' => 'string', 'example' => 'E089D584-B6F4-50C4-9902-DA2295B7****'], 'PageNumber' => ['description' => '返回查询的历史版本的当前页码。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'], 'PageSize' => ['description' => '返回每页显示的历史版本数量。', 'type' => 'integer', 'format' => 'int32', 'example' => '10'], 'TotalCount' => ['description' => '总计数量。', 'type' => 'integer', 'format' => 'int64', 'example' => '166'], 'Versions' => [ 'description' => '版本信息列表。', 'type' => 'array', 'items' => [ 'description' => '版本信息集合。', 'type' => 'object', 'properties' => [ 'BuildTime' => ['description' => '版本创建UTC时间。', 'type' => 'string', 'example' => '2022-08-29T22:02:14Z'], 'ImageAvailable' => ['description' => '镜像可用性。可能值:'."\n" .'- true:可用。'."\n" .'- false:不可用。'."\n" .'- unknown:未知。', 'type' => 'string', 'example' => 'true'], 'ImageId' => ['description' => '镜像ID。', 'type' => 'integer', 'format' => 'int32', 'example' => '4'], 'Message' => ['description' => '服务的摘要信息。', 'type' => 'string', 'example' => 'Service is Running'], 'ServiceRunnable' => ['description' => 'eas服务是否启用,可能值:'."\n" .'- true:启用。'."\n" .'- false:未启用。'."\n" .'- unknown:未知。', 'type' => 'string', 'example' => 'true'], 'ServiceConfig' => ['description' => '服务部署配置。只有自定义镜像部署才会返回此字段。', 'type' => 'string', 'example' => '{'."\n" .' "metadata": {'."\n" .' "cpu": 1,'."\n" .' "instance": 1,'."\n" .' "memory": 1024'."\n" .' },'."\n" .' "name": "echo"'."\n" .'}'], ], ], ], ], 'description' => '', ], ], ], 'staticInfo' => ['returnType' => 'synchronous'], 'title' => '查询服务历史版本', 'summary' => '查询服务历史版本。', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ListServiceVersions'], ], ], 'ramActions' => [ [ 'operationType' => 'list', 'ramAction' => [ 'action' => 'eas:ListServiceVersions', 'authLevel' => 'resource', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Service', 'arn' => 'acs:eas:{#regionId}:{#accountId}:service/{#ServiceName}'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"E089D584-B6F4-50C4-9902-DA2295B7****\\",\\n \\"PageNumber\\": 1,\\n \\"PageSize\\": 10,\\n \\"TotalCount\\": 166,\\n \\"Versions\\": [\\n {\\n \\"BuildTime\\": \\"2022-08-29T22:02:14Z\\",\\n \\"ImageAvailable\\": \\"true\\",\\n \\"ImageId\\": 4,\\n \\"Message\\": \\"Service is Running\\",\\n \\"ServiceRunnable\\": \\"true\\",\\n \\"ServiceConfig\\": \\"{\\\\n \\\\\\"metadata\\\\\\": {\\\\n \\\\\\"cpu\\\\\\": 1,\\\\n \\\\\\"instance\\\\\\": 1,\\\\n \\\\\\"memory\\\\\\": 1024\\\\n },\\\\n \\\\\\"name\\\\\\": \\\\\\"echo\\\\\\"\\\\n}\\"\\n }\\n ]\\n}","type":"json"}]', ], 'ListServices' => [ 'path' => '/api/v2/services', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/json'], 'produces' => ['application/json'], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '37031', 'abilityTreeNodes' => ['FEATURElearnN5R68Z'], ], 'parameters' => [ [ 'name' => 'Sort', 'in' => 'query', 'schema' => ['title' => '排序字段 (时间戳类型默认倒序排序)', 'description' => '排序字段。按时间戳类型默认倒序排序。', 'type' => 'string', 'required' => false, 'example' => 'CreateTime'], ], [ 'name' => 'Order', 'in' => 'query', 'schema' => ['title' => '排序方式(默认降序)', 'description' => '排序方式,取值如下:'."\n" .'- desc(默认值):降序。'."\n" .'- asc:升序。', 'type' => 'string', 'required' => false, 'example' => 'asc'], ], [ 'name' => 'Filter', 'in' => 'query', 'schema' => ['title' => '模糊匹配字段(只支持按服务名字模糊匹配)', 'description' => '模糊匹配字段。只支持按服务名字模糊匹配。', 'type' => 'string', 'required' => false, 'example' => 'foo'], ], [ 'name' => 'PageNumber', 'in' => 'query', 'schema' => ['title' => '请求的页码(默认为1)', 'description' => '服务列表的请求页码,默认为1。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['title' => '每页的大小(默认为100)', 'description' => '分页查询时设置的每页显示的服务数量,默认为100。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '100'], ], [ 'name' => 'GroupName', 'in' => 'query', 'schema' => ['title' => '服务组名称过滤', 'description' => '服务群组名称,如何获取服务群组名称,请参见[ListServices ](~~412109~~)。', 'type' => 'string', 'required' => false, 'example' => 'foo'], ], [ 'name' => 'ParentServiceUid', 'in' => 'query', 'schema' => ['description' => 'Band成员服务对应的主服务ID。', 'type' => 'string', 'required' => false, 'example' => 'eas-m-ijafy3c8cxxxx'], ], [ 'name' => 'ServiceType', 'in' => 'query', 'schema' => [ 'description' => '服务类型,取值如下:'."\n" .'- Async'."\n" .'- Standard'."\n" .'- Queue'."\n" .'- LLM'."\n" .'- RAG'."\n" .'- Serverless'."\n" .'- LLMGatewayService'."\n" .'- Offline Task'."\n" .'- SDCluster'."\n" .'- ScalableJob'."\n" .'- ScalableJobService'."\n" .'- AssistantJob', 'type' => 'string', 'required' => false, 'enumValueTitles' => [ 'AssistantJob' => 'AssistantJob', 'Async' => '异步服务', 'LLMGatewayService' => 'LLM智能路由', 'RAG' => 'RAG场景化部署', 'Standard' => '标准部署', 'SDCluster' => 'SDCluster', 'ScalableJob' => '可伸缩任务', 'ScalableJobService' => '可伸缩任务服务', 'OfflineTask' => '离线任务', 'Serverless' => 'Serverless', 'LLM' => 'LLM场景化部署', 'Queue' => '队列服务', ], 'example' => 'Standard', ], ], [ 'name' => 'Label', 'in' => 'query', 'style' => 'json', 'schema' => [ 'description' => '按标签过滤。', 'type' => 'object', 'required' => false, 'additionalProperties' => ['type' => 'string', 'description' => '按`{"key":"value"}`格式填写。Value可为null或空字符,代表只按Key过滤,Value可为任意值。', 'example' => '{"key1":"value1","key2":null}'], ], ], [ 'name' => 'ServiceStatus', 'in' => 'query', 'schema' => [ 'description' => '服务运行的状态。', 'type' => 'string', 'required' => false, 'enumValueTitles' => [ 'Creating' => 'Creating', 'Stopped' => 'Stopped', 'Failed' => 'Failed', 'Complete' => 'Complete', 'Cloning' => 'Cloning', 'Stopping' => 'Stopping', 'Updating' => 'Updating', 'Waiting' => 'Waiting', 'HotUpdate' => 'HotUpdate', 'Committing' => 'Committing', 'Starting' => 'Starting', 'DeleteFailed' => 'DeleteFailed', 'Running' => 'Running', 'Developing' => 'Developing', 'Scaling' => 'Scaling', 'Deleted' => 'Deleted', 'Pending' => 'Pending', 'Deleting' => 'Deleting', ], 'example' => 'Running', ], ], [ 'name' => 'ServiceName', 'in' => 'query', 'schema' => ['description' => '服务名。', 'type' => 'string', 'required' => false, 'example' => 'echo_test'], ], [ 'name' => 'ServiceUid', 'in' => 'query', 'schema' => ['description' => '服务UID。', 'type' => 'string', 'required' => false, 'example' => 'eas-m-c9iw3yitxxxx'], ], [ 'name' => 'ResourceName', 'in' => 'query', 'schema' => ['description' => '服务所属的资源组名称或ID。', 'type' => 'string', 'deprecated' => true, 'required' => false, 'example' => 'eas-r-hd0qwy8cxxxx'], ], [ 'name' => 'WorkspaceId', 'in' => 'query', 'schema' => ['description' => '工作空间ID。', 'type' => 'string', 'required' => false, 'example' => '1234**'], ], [ 'name' => 'QuotaId', 'in' => 'query', 'schema' => ['description' => '配额ID。', 'type' => 'string', 'required' => false, 'example' => 'quota1****'], ], [ 'name' => 'Gateway', 'in' => 'query', 'schema' => ['description' => '私有网关ID。', 'type' => 'string', 'required' => false, 'example' => 'gw-1uhcqmsc7x22******'], ], [ 'name' => 'Role', 'in' => 'query', 'schema' => [ 'description' => '服务角色。', 'type' => 'string', 'required' => false, 'enumValueTitles' => ['DataLoader' => 'DataLoader', 'FrontEnd' => 'FrontEnd', 'DataSet' => 'DataSet', 'SDProxy' => 'SDProxy', 'LLMScheduler' => 'LLMScheduler', 'ScalableJob' => 'ScalableJob', 'LLMGateway' => 'LLMGateway', 'Job' => 'Job', 'Queue' => 'Queue'], 'example' => 'LLMGateway', ], ], [ 'name' => 'ResourceType', 'in' => 'query', 'schema' => [ 'description' => '服务所使用的资源类型,取值如下:'."\n" .'- PublicResource'."\n" .'- DedicatedResource'."\n" .'- Lingjun'."\n" .'- SelfManagedLingjun', 'type' => 'string', 'required' => false, 'enumValueTitles' => ['Lingjun' => '灵骏资源配额', 'PublicResource' => '公共资源组', 'DedicatedResource' => '专属资源组', 'SelfManagedLingjun' => '灵骏自运维资源组'], 'example' => 'PublicResource', ], ], [ 'name' => 'IncludeNoWorkspace', 'in' => 'query', 'schema' => ['description' => '是否包含不属于任何工作空间的服务。默认为 true。', 'type' => 'boolean', 'required' => false, 'example' => 'true'], ], [ 'name' => 'ResourceAliasName', 'in' => 'query', 'schema' => ['description' => '资源组的自定义名称。', 'type' => 'string', 'required' => false, 'example' => 'example'], ], [ 'name' => 'ResourceId', 'in' => 'query', 'schema' => ['description' => '资源组的ID。如何查询资源组ID,请参见[ListResources](~~412133~~)。', 'type' => 'string', 'required' => false, 'example' => 'eas-r-asdas****'], ], [ 'name' => 'ResourceBurstable', 'in' => 'query', 'schema' => [ 'description' => '服务是否开启弹性资源池。', 'type' => 'boolean', 'required' => false, 'enumValueTitles' => ['true' => 'true', 'false' => 'false'], 'example' => 'true', ], ], [ 'name' => 'CronscalerEnabled', 'in' => 'query', 'schema' => [ 'description' => '服务是否开启定时扩缩容。', 'type' => 'boolean', 'required' => false, 'enumValueTitles' => ['true' => 'true', 'false' => 'false'], 'example' => 'true', ], ], [ 'name' => 'AutoscalerEnabled', 'in' => 'query', 'schema' => [ 'description' => '服务是否开启弹性伸缩。', 'type' => 'boolean', 'required' => false, 'enumValueTitles' => ['true' => 'true', 'false' => 'false'], 'example' => 'true', ], ], [ 'name' => 'TrafficState', 'in' => 'query', 'schema' => [ 'description' => '是否承接群组流量(仅对群组服务有效)', 'type' => 'string', 'required' => false, 'enumValueTitles' => ['standalone' => '否', 'grouping' => '是'], 'example' => 'grouping', ], ], [ 'name' => 'CallerUid', 'in' => 'query', 'schema' => ['title' => '服务创建账号的 UID', 'description' => '服务创建账号的 UID', 'type' => 'string', 'required' => false, 'example' => '19989224166xxxxxxx'], ], [ 'name' => 'Accessibility', 'in' => 'query', 'allowEmptyValue' => true, 'schema' => [ 'type' => 'string', 'example' => 'PUBLIC', 'enum' => ['PUBLIC', 'PRIVATE'], ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '返回结果。', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => 'Id of the request', 'description' => '请求ID。', 'type' => 'string', 'example' => '40325405-579C-4D82****'], 'Services' => [ 'description' => '服务列表。', 'type' => 'array', 'items' => ['description' => '服务实例。', '$ref' => '#/components/schemas/Service'], ], 'PageNumber' => ['description' => '返回查询的服务列表的当前页码。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'], 'PageSize' => ['description' => '返回每页显示的服务数量。', 'type' => 'integer', 'format' => 'int32', 'example' => '100'], 'TotalCount' => ['description' => '服务总数。', 'type' => 'integer', 'format' => 'int32', 'example' => '2'], ], ], ], ], 'staticInfo' => ['returnType' => 'synchronous'], 'eventInfo' => [ 'enable' => false, 'eventNames' => [], ], 'title' => '查询服务列表', 'summary' => '列举服务。', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '300', 'countWindow' => 60, 'regionId' => '*', 'api' => 'ListServices'], ], ], 'ramActions' => [ [ 'operationType' => 'get', 'ramAction' => [ 'action' => 'eas:ListServices', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Service', 'arn' => 'acs:eas:{#regionId}:{#accountId}:service/*'], ], ], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82****\\",\\n \\"Services\\": [\\n {\\n \\"ServiceGroup\\": \\"my_group\\",\\n \\"Memory\\": 1024,\\n \\"Cpu\\": 1,\\n \\"Image\\": \\"registry.cn-shanghai.aliyuncs.com/eas/echo_cn-shanghai:v0.0.1-20210129111320\\",\\n \\"Gpu\\": 0,\\n \\"TotalInstance\\": 1,\\n \\"AccessToken\\": \\"MzJiMDI5MDliODc0MTlkYmI0ZDhlYmExYjczYTIyZTE3Zm********\\",\\n \\"ResourceBurstable\\": true,\\n \\"InternetEndpoint\\": \\"http://10123*****.cn-shanghai.aliyuncs.com/api/predict/echo\\",\\n \\"ResourceAlias\\": \\"my_resource\\",\\n \\"Status\\": \\"Running\\",\\n \\"TrafficState\\": \\"standalone\\",\\n \\"RequestId\\": \\"40325405-579C-4D82********\\",\\n \\"Resource\\": \\"eas-r-xxxxxxx\\",\\n \\"SecondaryInternetEndpoint\\": \\"http://10123*****.cn-shanghai.aliyuncs.com/api/predict/async_path.echo\\\\n\\",\\n \\"Labels\\": [\\n {\\n \\"LabelValue\\": \\"value1\\",\\n \\"LabelKey\\": \\"key1\\"\\n }\\n ],\\n \\"Namespace\\": \\"echo\\",\\n \\"Weight\\": 100,\\n \\"Role\\": \\"Queue\\",\\n \\"SecondaryIntranetEndpoint\\": \\"http://10123*****.vpc.cn-shanghai.aliyuncs.com/api/predict/async_path.echo\\\\n\\",\\n \\"PendingInstance\\": 0,\\n \\"ServiceName\\": \\"echo\\",\\n \\"SafetyLock\\": \\"dangerous\\",\\n \\"Region\\": \\"cn-shanghai\\",\\n \\"AppType\\": \\"LLM\\",\\n \\"InstanceCountInResource\\": {\\n \\"Quota\\": 10,\\n \\"Public\\": 10,\\n \\"Dedicated\\": 10\\n },\\n \\"IntranetEndpoint\\": \\"http://10123*****.vpc.cn-shanghai.aliyuncs.com/api/predict/echo\\",\\n \\"QuotaId\\": \\"quotaxxxxx\\",\\n \\"Message\\": \\"Service start successfully\\",\\n \\"CurrentVersion\\": 1,\\n \\"RunningInstance\\": 1,\\n \\"WorkspaceId\\": \\"123445\\",\\n \\"CallerUid\\": \\"20123*******\\",\\n \\"Reason\\": \\"RUNNING\\",\\n \\"Source\\": \\"dsw\\",\\n \\"ServiceId\\": \\"eas-m-xxasdat\\",\\n \\"AppVersion\\": \\"v1\\",\\n \\"CronscalerEnabled\\": true,\\n \\"ServiceConfig\\": \\"{\\\\\\"metadata\\\\\\":{\\\\\\"cpu\\\\\\":1,\\\\\\"instance\\\\\\":1,\\\\\\"memory\\\\\\":1024},\\\\\\"name\\\\\\":\\\\\\"echo\\\\\\",\\\\\\"processor_entry\\\\\\":\\\\\\"libecho.so\\\\\\",\\\\\\"processor_path\\\\\\":\\\\\\"http://oss-cn-hangzhou-zmf.aliyuncs.com/059247/echo_processor_release.tar.gz\\\\\\",\\\\\\"processor_type\\\\\\":\\\\\\"cpp\\\\\\"}\\",\\n \\"Gateway\\": \\"gw-xxxxxx\\",\\n \\"AppSpecName\\": \\"llama_7b_fp16\\",\\n \\"GPUCorePercentage\\": 50,\\n \\"GPUMemory\\": 20,\\n \\"AppConfig\\": \\"{\\\\\\"ModelStorage\\\\\\":\\\\\\"oss\\\\\\"}\\",\\n \\"CreateTime\\": \\"2021-01-29T11:13:20Z\\",\\n \\"AutoscalerEnabled\\": true,\\n \\"ExtraData\\": \\"{\\\\\\"blue_green_services\\\\\\":[\\\\\\"test\\\\\\",\\\\\\"testxxxx\\\\\\"]}\\",\\n \\"LatestVersion\\": 1,\\n \\"UpdateTime\\": \\"2021-01-29T11:13:20Z\\",\\n \\"ServiceUid\\": \\"eas-m-xxasdat\\\\n\\",\\n \\"ParentUid\\": \\"11234*******\\",\\n \\"RoleAttrs\\": \\"{\\\\\\"ApproxMaxLength\\\\\\":null,\\\\\\"Length\\\\\\":null,\\\\\\"MaxPayloadBytes\\\\\\":null}\\"\\n }\\n ],\\n \\"PageNumber\\": 1,\\n \\"PageSize\\": 100,\\n \\"TotalCount\\": 2\\n}","errorExample":""},{"type":"xml","example":"","errorExample":""}]', ], 'ListTenantAddons' => [ 'path' => '/api/v2/tenantaddons', 'methods' => ['get'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'produces' => ['application/json'], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '231065', 'abilityTreeNodes' => ['FEATURElearnDNLWTG'], ], 'parameters' => [], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '返回结果。', 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => '请求ID。', 'type' => 'string', 'example' => '40325405-579C-4D82****'], 'Addons' => [ 'description' => '插件信息。', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Name' => ['description' => '插件名称。', 'type' => 'string', 'example' => 'prometheus_discovery'], 'Attributes' => [ 'description' => '插件属性。', 'type' => 'object', 'additionalProperties' => ['type' => 'string', 'description' => '属性描述信息。', 'example' => '{'."\n" .' "AccessToken":"ld***.eY***.",'."\n" .' "InternetEndpoint": "****.com/prometheus",'."\n" .' "IntranetEndpoint": "****.vpc.com/prometheus"'."\n" .'}'], ], ], 'description' => '', ], ], ], ], ], ], 'staticInfo' => ['returnType' => 'synchronous'], 'title' => '查看租户插件列表', 'summary' => '查看租户插件列表。', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ListTenantAddons'], ], ], 'ramActions' => [ [ 'operationType' => 'get', 'ramAction' => [ 'action' => 'eas:ListTenantAddons', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82****\\",\\n \\"Addons\\": [\\n {\\n \\"Name\\": \\"prometheus_discovery\\",\\n \\"Attributes\\": {\\n \\"key\\": \\"{\\\\n \\\\\\"AccessToken\\\\\\":\\\\\\"ld***.eY***.\\\\\\",\\\\n \\\\\\"InternetEndpoint\\\\\\": \\\\\\"****.com/prometheus\\\\\\",\\\\n \\\\\\"IntranetEndpoint\\\\\\": \\\\\\"****.vpc.com/prometheus\\\\\\"\\\\n}\\"\\n }\\n }\\n ]\\n}","type":"json"}]', ], 'ListVirtualResource' => [ 'summary' => '获取当前用户的虚拟资源组列表。', 'path' => '/api/v2/virtualresources', 'methods' => ['get'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/json'], 'produces' => ['application/json'], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'list', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '238285', 'abilityTreeNodes' => ['FEATURElearnRPDTZG'], 'tenantRelevance' => 'tenant', ], 'parameters' => [ [ 'name' => 'PageNumber', 'in' => 'query', 'schema' => ['title' => '请求的页码(默认为1)', 'description' => '虚拟资源组列表的页码。起始值为1,默认为1。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['title' => '每页的大小(默认为100)', 'description' => '分页查询时设置的每页显示的虚拟资源组数量,默认为100。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '20'], ], [ 'name' => 'VirtualResourceId', 'in' => 'query', 'schema' => ['title' => '虚拟资源的ID,如果指定,将会返回对应的虚拟资源信息', 'description' => '虚拟资源组ID。', 'type' => 'string', 'required' => false, 'example' => 'eas-vr-npovr28onap1xxxxxx'."\n"], ], [ 'name' => 'VirtualResourceName', 'in' => 'query', 'schema' => ['title' => '虚拟资源的名称,如果指定,将会返回名称相近的虚拟资源的信息', 'description' => '虚拟资源组名称。', 'type' => 'string', 'required' => false, 'example' => 'MyVirtualResource'], ], [ 'name' => 'Sort', 'in' => 'query', 'schema' => [ 'description' => '排序字段。按时间戳类型默认倒序排序。', 'type' => 'string', 'required' => false, 'enumValueTitles' => ['VirtualResourceName' => 'VirtualResourceName', 'CreateTime' => 'CreateTime', 'UpdateTime' => 'UpdateTime'], 'example' => 'CreateTime', ], ], [ 'name' => 'Order', 'in' => 'query', 'schema' => [ 'description' => '排序方式,取值如下:'."\n" .'- Desc:降序。'."\n" .'- Asc:升序。', 'type' => 'string', 'required' => false, 'enumValueTitles' => ['Asc' => 'Asc', 'Desc' => 'Desc'], 'example' => 'Desc', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '返回Body。', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => 'Id of the request', 'description' => '请求ID。', 'type' => 'string', 'example' => '40325405-579C-4D82****'], 'PageNumber' => ['description' => '返回查询的虚拟资源组列表的页码。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'], 'PageSize' => ['description' => '返回每页显示的虚拟资源组数量。', 'type' => 'integer', 'format' => 'int32', 'example' => '20'], 'TotalCount' => ['title' => '虚拟资源的总数', 'description' => '虚拟资源组总数。', 'type' => 'integer', 'format' => 'int32', 'example' => '100'], 'VirtualResources' => [ 'title' => '虚拟资源列表', 'description' => '虚拟资源组列表。', 'type' => 'array', 'items' => [ 'description' => '虚拟资源组详情。', 'type' => 'object', 'properties' => [ 'VirtualResourceName' => ['title' => '虚拟资源的名称,如果没有指定,默认和虚拟资源ID相同', 'description' => '虚拟资源组名称。', 'type' => 'string', 'example' => 'MyVirtualResource'], 'VirtualResourceId' => ['title' => '虚拟资源的ID', 'description' => '虚拟资源组ID。', 'type' => 'string', 'example' => 'eas-vr-npovr28onap1xxxxxx'."\n"], 'CreateTime' => ['title' => '虚拟资源的创建时间', 'description' => '虚拟资源组的创建时间。', 'type' => 'string', 'example' => '2024-10-16T17:52:49Z'."\n"], 'UpdateTime' => ['title' => '虚拟资源的更新时间', 'description' => '虚拟资源组的最后更新时间。', 'type' => 'string', 'example' => '2024-10-16T19:52:49Z'."\n"], 'ServiceCount' => ['description' => '部署服务数', 'type' => 'integer', 'format' => 'int32', 'example' => '1'], ], ], ], ], ], ], ], 'staticInfo' => ['returnType' => 'synchronous'], 'title' => '查询虚拟资源组列表', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ListVirtualResource'], ], ], 'ramActions' => [ [ 'operationType' => 'list', 'ramAction' => [ 'action' => 'eas:ListVirtualResource', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'VirtualResource', 'arn' => 'acs:eas:{#regionId}:{#accountId}:virtualresource/*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82****\\",\\n \\"PageNumber\\": 1,\\n \\"PageSize\\": 20,\\n \\"TotalCount\\": 100,\\n \\"VirtualResources\\": [\\n {\\n \\"VirtualResourceName\\": \\"MyVirtualResource\\",\\n \\"VirtualResourceId\\": \\"eas-vr-npovr28onap1xxxxxx\\\\n\\",\\n \\"CreateTime\\": \\"2024-10-16T17:52:49Z\\\\n\\",\\n \\"UpdateTime\\": \\"2024-10-16T19:52:49Z\\\\n\\",\\n \\"ServiceCount\\": 1\\n }\\n ]\\n}","type":"json"}]', ], 'MigrateResourceInstance' => [ 'summary' => '资源组机器迁移', 'path' => '/api/v2/resources/{ClusterId}/{ResourceId}/instances/migrate', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/json'], 'produces' => ['application/json'], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '227413', 'abilityTreeNodes' => ['FEATURElearnRPDTZG'], ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['description' => '资源组所在的集群ID。', 'type' => 'string', 'required' => true, 'example' => 'cn-shanghai'], ], [ 'name' => 'ResourceId', 'in' => 'path', 'schema' => ['description' => '资源组ID。', 'type' => 'string', 'required' => true, 'example' => 'eas-r-asdasdasd****'], ], [ 'name' => 'body', 'in' => 'body', 'style' => 'json', 'schema' => [ 'description' => '请求Body。', 'type' => 'object', 'properties' => [ 'InstanceIds' => [ 'description' => '机器实例ID。', 'type' => 'array', 'items' => ['description' => '机器实例ID。', 'type' => 'string', 'required' => false, 'example' => '[\'eas-i-4ybm1bin7gygx67umh\', \'eas-i-iy6dfaag7qals6g4i2\']'], 'required' => true, ], 'DestResourceId' => ['description' => '目标资源组ID', 'type' => 'string', 'required' => true, 'example' => 'eas-r-asdasdasd****'], 'MigrateToHybrid' => ['description' => '是否迁移到通用计算资源组。如果为true,需要传入通用计算资源组 ID。', 'type' => 'boolean', 'required' => false, 'example' => 'false'], ], 'required' => false, ], ], ], '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' => '40325405-579C-4D82***'], 'Message' => ['description' => '请求返回信息。', 'type' => 'string', 'example' => 'Success'], 'InstanceIds' => [ 'description' => '机器实例ID', 'type' => 'array', 'items' => ['description' => '机器实例ID', 'type' => 'string', 'example' => '[\'eas-i-1l3saj0kfhz5lp6p5m\', \'eas-i-hgjztp6rsw5pmyko9n\']'], ], ], ], ], ], 'staticInfo' => ['returnType' => 'synchronous'], 'title' => '资源组机器实例迁移', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [], ], 'ramActions' => [ [ 'operationType' => 'none', 'ramAction' => [ 'action' => 'eas:MigrateResourceInstance', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82***\\",\\n \\"Message\\": \\"Success\\",\\n \\"InstanceIds\\": [\\n \\"[\'eas-i-1l3saj0kfhz5lp6p5m\', \'eas-i-hgjztp6rsw5pmyko9n\']\\"\\n ]\\n}","type":"json"}]', ], 'ReinstallTenantAddon' => [ 'summary' => '重置租户配置。', 'path' => '/api/v2/tenantaddons/{ClusterId}/{TenantAddonName}/reinstall', 'methods' => ['put'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'systemTags' => [ 'operationType' => 'update', 'abilityTreeCode' => '231056', 'abilityTreeNodes' => ['FEATURElearnDNLWTG'], ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['description' => '服务所在地域ID。', 'type' => 'string', 'required' => true, 'example' => 'cn-hangzhou'], ], [ 'name' => 'TenantAddonName', 'in' => 'path', 'schema' => ['description' => '插件名称。', 'type' => 'string', 'required' => true, 'example' => 'prometheus_discovery'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '返回结果。', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => 'Id of the request', 'description' => '请求ID。', 'type' => 'string', 'example' => '40325405-579C-4D82****'], 'Message' => ['description' => '操作结果信息。', 'type' => 'string', 'example' => 'Addon prometheus_discovery is successfully reinstalled'], ], ], ], ], 'staticInfo' => ['returnType' => 'synchronous'], 'title' => '更新租户插件信息', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ReinstallTenantAddon'], ], ], 'ramActions' => [ [ 'operationType' => 'update', 'ramAction' => [ 'action' => 'eas:ReinstallTenantAddon', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82****\\",\\n \\"Message\\": \\"Addon prometheus_discovery is successfully reinstalled\\"\\n}","type":"json"}]', ], 'ReleaseService' => [ 'path' => '/api/v2/services/{ClusterId}/{ServiceName}/release', 'methods' => ['put'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'update', 'abilityTreeCode' => '37054', 'abilityTreeNodes' => ['FEATURElearnO4KXYN'], ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['title' => '服务所在区域', 'description' => '服务所在地域ID。', 'type' => 'string', 'required' => true, 'example' => 'cn-shanghai'], ], [ 'name' => 'ServiceName', 'in' => 'path', 'schema' => ['title' => '服务名字', 'description' => '服务名称。如何查看服务名称,请参见[ListServices ](~~412109~~)。', 'type' => 'string', 'required' => true, 'example' => 'foo'], ], [ 'name' => 'body', 'in' => 'body', 'style' => 'json', 'schema' => [ 'description' => '请求Body。', 'type' => 'object', 'properties' => [ 'Weight' => ['title' => '权重值,取值范围[-1, 1000]', 'description' => '灰度权重,范围为[-1~1000]。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '100'], 'TrafficState' => [ 'description' => '流量状态,取值如下:'."\n" .'- standalone:独立流量。'."\n" .'- grouping:分组流量。', 'type' => 'string', 'required' => false, 'enumValueTitles' => ['standalone' => '独立流量', 'grouping' => '分组流量'], 'example' => 'grouping', ], ], 'required' => false, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '返回结果。', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => 'Id of the request', 'description' => '请求ID。', 'type' => 'string', 'example' => '40325405-579C-4D82****'], 'Message' => ['description' => '请求返回消息。', 'type' => 'string', 'example' => 'Releasing service [foo] in region [cn-shanghai] with weight [40], service status: [Running]'], ], ], ], 400 => [], 404 => [], ], 'title' => '调整服务流量权重和流量状态', 'summary' => '修复服务的流量状态和权重。', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ReleaseService'], ], ], 'ramActions' => [ [ 'operationType' => 'update', 'ramAction' => [ 'action' => 'eas:ReleaseService', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Service', 'arn' => 'acs:eas:{#regionId}:{#accountId}:service/{#ServiceName}'], ], ], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82****\\",\\n \\"Message\\": \\"Releasing service [foo] in region [cn-shanghai] with weight [40], service status: [Running]\\"\\n}","errorExample":""},{"type":"xml","example":"","errorExample":""}]', ], 'RestartService' => [ 'path' => '/api/v2/services/{ClusterId}/{ServiceName}/restart', 'methods' => ['put'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/json'], 'produces' => ['application/json'], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => ['operationType' => 'update'], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['title' => '服务所在区域。', 'description' => '服务所在地域。', 'type' => 'string', 'required' => true, 'example' => 'cn-shanghai'], ], [ 'name' => 'ServiceName', 'in' => 'path', 'schema' => ['description' => '服务名称。如何查看服务名称,请参见[ListServices ](~~412109~~)。', 'type' => 'string', 'required' => true, 'example' => 'foo'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '返回结果。', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => '请求Id。', 'description' => '请求ID。', 'type' => 'string', 'example' => '40325405-579C-4D82****'], 'Message' => ['title' => '请求消息。', 'description' => '请求返回消息。', 'type' => 'string', 'example' => 'Service is restarting'], ], ], ], ], 'staticInfo' => ['returnType' => 'synchronous'], 'title' => '重启服务', 'summary' => '重启服务。', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'RestartService'], ], ], 'ramActions' => [ [ 'operationType' => 'update', 'ramAction' => [ 'action' => 'eas:RestartService', 'authLevel' => 'resource', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82****\\",\\n \\"Message\\": \\"Service is restarting\\"\\n}","type":"json"}]', ], 'ScaleService' => [ 'path' => '/api/v2/services/{ClusterId}/{ServiceName}/scale', 'methods' => ['put'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/json'], 'produces' => ['application/json'], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'update', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => ['FEATURElearnKDX12S'], ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['description' => '服务所在区域。', 'type' => 'string', 'required' => true, 'example' => 'cn-shanghai'], ], [ 'name' => 'ServiceName', 'in' => 'path', 'schema' => ['description' => '服务名字。', 'type' => 'string', 'required' => true, 'example' => 'foo'], ], [ 'name' => 'body', 'in' => 'body', 'style' => 'json', 'schema' => [ 'description' => '请求Body。', 'type' => 'object', 'properties' => [ 'Instance' => ['description' => '伸缩的目标实例数。', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '2'], 'InstancesToDelete' => [ 'description' => '缩容时指定优先删除的实例名称列表。注意:仅在缩容时生效。', 'type' => 'array', 'items' => ['description' => '实例名称', 'type' => 'string', 'required' => false, 'example' => 'foo-adsx-xxxx'], 'required' => false, 'minItems' => 0, ], ], 'required' => false, 'example' => '{"Instance": 2, "InstancesToDelete": [ "foo-adsx-xxxx" ]}', ], ], ], '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' => '40325405-579C-4D82****'], 'Message' => ['description' => '操作结果信息。', 'type' => 'string', 'example' => 'Service [foo] in region [cn-shanghai] is scaling'], ], ], ], ], 'staticInfo' => ['returnType' => 'synchronous'], 'title' => '伸缩服务', 'summary' => '伸缩服务', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [], ], 'ramActions' => [ [ 'operationType' => 'update', 'ramAction' => [ 'action' => 'eas:ScaleService', 'authLevel' => 'resource', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82****\\",\\n \\"Message\\": \\"Service [foo] in region [cn-shanghai] is scaling\\"\\n}","type":"json"}]', ], 'StartBenchmarkTask' => [ 'summary' => '启动指定的压测任务。', 'path' => '/api/v2/benchmark-tasks/{ClusterId}/{TaskName}/start', 'methods' => ['put'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'systemTags' => [], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['description' => '压测任务所在区域。', 'type' => 'string', 'required' => true, 'example' => 'cn-shanghai'], ], [ 'name' => 'TaskName', 'in' => 'path', 'schema' => ['description' => '压测任务名称。如何获取压测任务名称,请参见[ListBenchmarkTask](~~432976~~)。', 'type' => 'string', 'required' => true, 'example' => 'benchmark-larec-test-3bc6'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '返回结果。', 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => '请求ID。', 'type' => 'string', 'example' => '40325405-579C-4D82****'], 'Message' => ['description' => '请求返回信息。', 'type' => 'string', 'example' => 'Benchmark task [benchmark-larec-test-1076] is Starting'], ], ], ], ], 'title' => '启动压测任务', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'StartBenchmarkTask'], ], ], 'ramActions' => [ [ 'operationType' => '', 'ramAction' => [ 'action' => 'eas:StartBenchmarkTask', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'BenchmarkTask', 'arn' => 'acs:eas:{#regionId}:{#accountId}:benchmarktask/{#BenchmarkTaskId}'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82****\\",\\n \\"Message\\": \\"Benchmark task [benchmark-larec-test-1076] is Starting\\"\\n}","type":"json"}]', ], 'StartService' => [ 'summary' => '启动一个已停止状态的服务。', 'path' => '/api/v2/services/{ClusterId}/{ServiceName}/start', 'methods' => ['put'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'update', 'abilityTreeCode' => '37048', 'abilityTreeNodes' => ['FEATURElearnN5R68Z'], ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['title' => '服务所在区域', 'description' => '服务所在地域ID。', 'type' => 'string', 'required' => true, 'example' => 'cn-shanghai'], ], [ 'name' => 'ServiceName', 'in' => 'path', 'schema' => ['title' => '服务名字', 'description' => '服务名称。如何查看服务名称,请参见[ListServices ](~~412109~~)。', 'type' => 'string', 'required' => true, 'example' => 'foo'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '返回结果。', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => 'Id of the request', 'description' => '请求ID。', 'type' => 'string', 'example' => '40325405-579C-4D82****'], 'Message' => ['description' => '请求返回消息。', 'type' => 'string', 'example' => 'Service [foo] in region [cn-shanghai] is starting'], ], ], ], 404 => [], ], 'title' => '启动服务', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'StartService'], ], ], 'ramActions' => [ [ 'operationType' => 'update', 'ramAction' => [ 'action' => 'eas:StartService', 'authLevel' => 'resource', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Service', 'arn' => 'acs:eas:{#regionId}:{#accountId}:service/{#ServiceName}'], ], ], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82****\\",\\n \\"Message\\": \\"Service [foo] in region [cn-shanghai] is starting\\"\\n}","errorExample":""},{"type":"xml","example":"","errorExample":""}]', ], 'StopBenchmarkTask' => [ 'path' => '/api/v2/benchmark-tasks/{ClusterId}/{TaskName}/stop', 'methods' => ['put'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'systemTags' => [], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['description' => '压测任务所在地域ID。', 'type' => 'string', 'required' => true, 'example' => 'cn-shanghai'], ], [ 'name' => 'TaskName', 'in' => 'path', 'schema' => ['description' => '压测任务名称。如何获取压测任务名称,请参见[ListBenchmarkTask](~~432976~~)。', 'type' => 'string', 'required' => true, 'example' => 'benchmark-larec-test-dbe5'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '返回结果。', 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => '请求ID。', 'type' => 'string', 'example' => '40325405-579C-4D82****'], 'Message' => ['description' => '操作结果信息。', 'type' => 'string', 'example' => 'Benchmark task [benchmark-larec-test-dbe5] is Stopping'], ], ], ], ], 'title' => '停止压测任务', 'summary' => '停止指定的压测任务。', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'StopBenchmarkTask'], ], ], 'ramActions' => [ [ 'operationType' => '', 'ramAction' => [ 'action' => 'eas:StopBenchmarkTask', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'BenchmarkTask', 'arn' => 'acs:eas:{#regionId}:{#accountId}:benchmarktask/{#BenchmarkTaskId}'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82****\\",\\n \\"Message\\": \\"Benchmark task [benchmark-larec-test-dbe5] is Stopping\\"\\n}","type":"json"}]', ], 'StopService' => [ 'summary' => '停止一个运行中的服务。', 'path' => '/api/v2/services/{ClusterId}/{ServiceName}/stop', 'methods' => ['put'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'update', 'abilityTreeCode' => '37049', 'abilityTreeNodes' => ['FEATURElearnKDX12S'], ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['title' => '服务所在区域', 'description' => '服务所在区域。', 'type' => 'string', 'required' => true, 'example' => 'cn-shanghai'], ], [ 'name' => 'ServiceName', 'in' => 'path', 'schema' => ['title' => '服务名字', 'description' => '服务名称。如何查看服务名称,请参见[ListServices ](~~412109~~)。', 'type' => 'string', 'required' => true, 'example' => 'foo'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '返回结果。', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => 'Id of the request', 'description' => '请求ID。', 'type' => 'string', 'example' => '40325405-579C-4D82****'], 'Message' => ['description' => '请求返回信息。', 'type' => 'string', 'example' => 'Succeed to auto scale service [foo]'], ], ], ], 404 => [], ], 'title' => '停止服务', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'StopService'], ], ], 'ramActions' => [ [ 'operationType' => 'update', 'ramAction' => [ 'action' => 'eas:StopService', 'authLevel' => 'resource', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Service', 'arn' => 'acs:eas:{#regionId}:{#accountId}:service/{#ServiceName}'], ], ], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82****\\",\\n \\"Message\\": \\"Succeed to auto scale service [foo]\\"\\n}","errorExample":""},{"type":"xml","example":"","errorExample":""}]', ], 'UpdateAppService' => [ 'summary' => '更新应用服务。', 'path' => '/api/v2/app_services/{ClusterId}/{ServiceName}', 'methods' => ['put'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/json'], 'produces' => ['application/json'], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => ['operationType' => 'update', 'riskType' => 'none', 'chargeType' => 'paid'], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['description' => '服务所在地域ID。', 'type' => 'string', 'required' => true, 'example' => 'cn-shanghai'], ], [ 'name' => 'ServiceName', 'in' => 'path', 'schema' => ['description' => '服务名字。', 'type' => 'string', 'required' => true, 'example' => 'foo'], ], [ 'name' => 'WorkspaceId', 'in' => 'query', 'schema' => ['description' => '工作空间ID。', 'type' => 'string', 'required' => false, 'example' => '1234**'], ], [ 'name' => 'QuotaId', 'in' => 'query', 'schema' => ['description' => '归属额度ID。', 'type' => 'string', 'required' => false, 'example' => 'abcdef'], ], [ 'name' => 'body', 'in' => 'body', 'style' => 'json', 'schema' => [ 'description' => '请求Body。', 'type' => 'object', 'properties' => [ 'AppType' => [ 'description' => '应用类型。', 'type' => 'string', 'required' => false, 'enumValueTitles' => ['LLM' => 'LLM'], 'example' => 'LLM', ], 'AppVersion' => ['description' => '应用版本。', 'type' => 'string', 'required' => false, 'example' => 'v1'], 'ServiceSpec' => ['description' => '服务规格。取值如下:'."\n" .'- llama_7b_fp16'."\n" .'- llama_7b_int8'."\n" .'- llama_13b_fp16'."\n" .'- llama_7b_int8'."\n" .'- chatglm_6b_fp16'."\n" .'- chatglm_6b_int8'."\n" .'- chatglm2_6b_fp16'."\n" .'- baichuan_7b_int8'."\n" .'- baichuan_13b_fp16'."\n" .'- baichuan_7b_fp16', 'type' => 'string', 'required' => false, 'example' => 'llama_7b_fp16'], 'Replicas' => ['description' => '实例数。必须大于0。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'], 'Config' => [ 'description' => '部署时需要的其他配置信息。', 'type' => 'object', 'required' => false, 'additionalProperties' => ['type' => 'any', 'example' => '{ "ModelStorage": "oss", "OssPath": "oss://examplebucket/xxxx/" }', 'description' => '模型挂载等应用信息。配置方法,请参见[创建应用服务](~~2621216~~)。'], ], ], 'required' => false, ], ], ], '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' => '40325405-579C-4D82****'], 'Message' => ['description' => '返回信息。', 'type' => 'string', 'example' => 'Success'], ], ], ], ], 'staticInfo' => ['returnType' => 'synchronous'], 'title' => '更新应用服务', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'UpdateAppService'], ], ], 'ramActions' => [ [ 'operationType' => 'update', 'ramAction' => [ 'action' => 'eas:UpdateAppService', 'authLevel' => 'resource', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82****\\",\\n \\"Message\\": \\"Success\\"\\n}","type":"json"}]', ], 'UpdateBenchmarkTask' => [ 'summary' => '更新指定的压测任务。', 'path' => '/api/v2/benchmark-tasks/{ClusterId}/{TaskName}', 'methods' => ['put'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'systemTags' => [], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['description' => '压测任务所在区域。', 'type' => 'string', 'required' => true, 'example' => 'cn-shanghai'], ], [ 'name' => 'TaskName', 'in' => 'path', 'schema' => ['description' => '压测任务名字。', 'type' => 'string', 'required' => true, 'example' => 'benchmark-larec-test-645c'], ], [ 'name' => 'body', 'in' => 'body', 'schema' => ['description' => '压测任务配置参数,详情请参见**表1. base描述表**。', 'type' => 'string', 'required' => false, 'example' => '{'."\n" .' "base": {'."\n" .' "qps": 200'."\n" .' }'."\n" .'}'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => 'Schema of Response', 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => '请求ID。', 'type' => 'string', 'example' => '40325405-579C-4D82***'], 'Message' => ['description' => '操作成功信息。', 'type' => 'string', 'example' => 'Benchmark task [benchmark-larec-test-1076] is Updating'], ], ], ], ], 'title' => '更新压测任务', 'requestParamsDescription' => '#### 表1. base描述表'."\n" .'更新操作时只允许修改如下base描述表中的配置,如下所示:'."\n" .'| **参数** | **说明** |'."\n" .'| --- | --- |'."\n" .'| duration | 【可选】压测任务执行的总时间(秒),默认为1200 |'."\n" .'| qps | 【可选】压测任务的目标(预期)qps,默认为10000 |'."\n" .'| concurrency | 【可选】每个压测实例内创建的并发连接数,初始值默认为40,会动态修改 |'."\n" .'| agentCount | 【可选】压测任务创建的实例个数,初始值默认为1,会动态修改 |', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'UpdateBenchmarkTask'], ], ], 'ramActions' => [ [ 'operationType' => '', 'ramAction' => [ 'action' => 'eas:UpdateBenchmarkTask', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'BenchmarkTask', 'arn' => 'acs:eas:{#regionId}:{#accountId}:benchmarktask/{#BenchmarkTaskId}'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82***\\",\\n \\"Message\\": \\"Benchmark task [benchmark-larec-test-1076] is Updating\\"\\n}","type":"json"}]', ], 'UpdateConfig' => [ 'summary' => '用于更新指定集群、服务下的单个动态参数的值。', 'path' => '/api/v2/configs/{ClusterId}/{ConfigType}/{Name}/{ConfigKey}', 'methods' => ['put'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'update', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => ['FEATURElearnKDX12S'], ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['description' => '集群/地域 ID(必填),例如 `cn-hangzhou`', 'type' => 'string', 'required' => false, 'example' => 'cn-hangzhou'], ], [ 'name' => 'ConfigType', 'in' => 'path', 'schema' => ['description' => '配置类型(必填),目前仅支持 `service`', 'type' => 'string', 'required' => false, 'example' => 'service'], ], [ 'name' => 'Name', 'in' => 'path', 'schema' => ['description' => '服务名称(必填)', 'type' => 'string', 'required' => false, 'example' => 'my-llm-service'], ], [ 'name' => 'ConfigKey', 'in' => 'path', 'schema' => ['description' => '动态参数名称(必填)', 'type' => 'string', 'required' => false, 'example' => 'rate_limit'], ], [ 'name' => 'body', 'in' => 'body', 'style' => 'json', 'schema' => [ 'description' => '动态参数值(必填)', 'type' => 'object', 'properties' => [ 'Value' => ['description' => '动态参数值(必填)', 'type' => 'string', 'required' => false, 'example' => '200'], ], 'required' => false, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '返回结构体', 'type' => 'object', 'properties' => [ 'Key' => ['title' => '配置键名', 'description' => '动态参数名称', 'type' => 'string', 'example' => 'llm_gateway.route_policy'], 'Value' => ['title' => '配置值', 'description' => '动态参数值', 'type' => 'string', 'example' => '{"model": "gpt-4-turbo"}'], 'CreatedAt' => ['title' => '创建时间', 'description' => '创建时间', 'type' => 'string', 'example' => '2024-01-15T10:30:00Z'], 'UpdatedAt' => ['title' => '更新时间', 'description' => '更新时间', 'type' => 'string', 'example' => '2024-01-15T11:00:00Z'], ], ], ], ], 'staticInfo' => ['returnType' => 'synchronous'], 'title' => '更新动态参数', 'description' => '## 请求说明'."\n" .'本API允许用户通过指定`ClusterId`、`ConfigType`、`Name`和`ConfigKey`来更新特定动态参数的值。请求体中需要包含新的参数值`Value`。请确保提供的路径参数准确无误,以避免更新错误的动态参数。', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [], ], 'ramActions' => [], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Key\\": \\"llm_gateway.route_policy\\",\\n \\"Value\\": \\"{\\\\\\"model\\\\\\": \\\\\\"gpt-4-turbo\\\\\\"}\\",\\n \\"CreatedAt\\": \\"2024-01-15T10:30:00Z\\",\\n \\"UpdatedAt\\": \\"2024-01-15T11:00:00Z\\"\\n}","type":"json"}]', ], 'UpdateGateway' => [ 'path' => '/api/v2/gateways/{ClusterId}/{GatewayId}', 'methods' => ['put'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/json'], 'produces' => ['application/json'], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'update', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '191842', 'abilityTreeNodes' => ['FEATURElearn6PC7M4'], ], 'parameters' => [ [ 'name' => 'body', 'in' => 'body', 'style' => 'json', 'schema' => [ 'description' => '请求Body。', 'type' => 'object', 'properties' => [ 'InstanceType' => ['title' => '如果Alias不为空,则更新Alias,否则更新Spec', 'description' => '私有网关使用的机型。取值如下:'."\n" .'- 2c4g'."\n" .'- 4c8g'."\n" .'- 8c16g'."\n" .'- 16c32g', 'type' => 'string', 'required' => false, 'example' => '2c4g'], 'Name' => ['description' => '私有网关别名。', 'type' => 'string', 'required' => false, 'example' => 'mygateway1'], 'EnableIntranet' => [ 'description' => '开启内网访问(默认值为true)。', 'type' => 'boolean', 'required' => false, 'enumValueTitles' => ['true' => '开启内网访问', 'false' => '关闭内网访问'], 'example' => 'true', ], 'EnableInternet' => [ 'description' => '开启公网访问(默认值为false)。', 'type' => 'boolean', 'required' => false, 'enumValueTitles' => ['true' => '开启公网访问', 'false' => '关闭公网访问'], 'example' => 'false', ], 'IsDefault' => ['description' => '是否默认私有网关。', 'type' => 'boolean', 'required' => false, 'example' => 'true'], 'Replicas' => ['description' => '私有网关节点数。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '2'], 'EnableSSLRedirection' => ['description' => '开启HTTP重定向HTTPS (默认值为false)。', 'type' => 'boolean', 'required' => false, 'example' => 'false'], 'VpcId' => ['description' => '网关所属VPC (仅适用于应用型专属网关)。', 'type' => 'string', 'required' => false, 'example' => 'vpc-bp1jkde2******3mew'], 'VSwitchIds' => [ 'description' => '虚拟机交换机列表(仅适用于应用型专属网关)。', 'type' => 'array', 'items' => ['description' => '交换机ID。', 'type' => 'string', 'required' => false, 'example' => 'vsw-wz9mof1ucpr8se7******'], 'required' => false, ], ], 'required' => false, ], ], [ 'name' => 'GatewayId', 'in' => 'path', 'schema' => ['title' => '实例 ID。', 'description' => '私有网关ID。如何获取私有网关ID,请参见[ListResources](~~412133~~)接口返回结果中的private_gateway_id字段。', 'type' => 'string', 'required' => true, 'example' => 'gw-1uhcqmsc7x22******'], ], [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['description' => '私有网关所在地域。', 'type' => 'string', 'required' => true, 'example' => 'cn-wulanchabu'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '返回结果。', 'type' => 'object', 'properties' => [ 'GatewayId' => ['title' => '资源ID,如ECS实例的创建接口CreateInstance应返回InstanceId。', 'description' => '私有网关ID。', 'type' => 'string', 'example' => 'gw-1uhcqmsc7x22******'], 'RequestId' => ['title' => 'Id of the request', 'description' => '请求ID。', 'type' => 'string', 'example' => '40325405-579C-4D82***'], 'Message' => ['description' => '返回信息。', 'type' => 'string', 'example' => 'Gateway is updated'], ], ], ], ], 'staticInfo' => ['returnType' => 'synchronous'], 'title' => '更新私有网关', 'summary' => '更新私有网关。', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'UpdateGateway'], ], ], 'ramActions' => [ [ 'operationType' => 'update', 'ramAction' => [ 'action' => 'eas:UpdateGateway', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Gateway', 'arn' => 'acs:eas:{#regionId}:{#accountId}:gateway/{#GatewayId}'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"GatewayId\\": \\"gw-1uhcqmsc7x22******\\",\\n \\"RequestId\\": \\"40325405-579C-4D82***\\",\\n \\"Message\\": \\"Gateway is updated\\"\\n}","type":"json"}]', ], 'UpdateGatewayLabel' => [ 'path' => '/api/v2/gateways/{ClusterId}/{GatewayId}/label', 'methods' => ['put'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/json'], 'produces' => ['application/json'], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'update', 'riskType' => 'high', 'chargeType' => 'free', 'abilityTreeCode' => '167564', 'abilityTreeNodes' => ['FEATURElearnKDX12S'], ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['title' => '网关所在区域', 'description' => '网关所在区域', 'type' => 'string', 'required' => true, 'example' => 'cn-shanghai'], ], [ 'name' => 'GatewayId', 'in' => 'path', 'schema' => ['title' => '网关id', 'description' => '网关id', 'type' => 'string', 'required' => true, 'example' => 'gw-1uhcqmsc7x22******'], ], [ 'name' => 'body', 'in' => 'body', 'style' => 'json', 'schema' => [ 'title' => '请求Body', 'description' => '请求Body', 'type' => 'object', 'properties' => [ 'Labels' => [ 'title' => '自定义网关标签', 'description' => '自定义网关标签', 'type' => 'object', 'required' => true, 'additionalProperties' => ['title' => '标签对象', 'description' => '用户定义标签', 'type' => 'string', 'example' => '{"key":"value"}'], ], ], 'required' => false, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => 'Schema of Response', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => '请求Id', 'description' => '请求Id', 'type' => 'string', 'example' => '40325405-579C-4D82****'], 'Message' => ['title' => '返回信息。', 'description' => '返回信息。', 'type' => 'string', 'example' => 'Succeed to update gateway gw-1uhcqmsc7x22****** labels.'], ], ], ], ], 'staticInfo' => ['returnType' => 'synchronous'], 'title' => '更新网关标签', 'summary' => '新增网关标签,或更新已有的网关标签', 'description' => '**请确保在使用该接口前,已充分了解EAS产品的收费方式和[价格](~~144261~~)。**', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [], ], 'ramActions' => [ [ 'operationType' => 'update', 'ramAction' => [ 'action' => 'eas:UpdateGatewayLabel', 'authLevel' => 'resource', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Service', 'arn' => 'acs:eas:{#regionId}:{#accountId}:gateway/{#GatewayId}'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82****\\",\\n \\"Message\\": \\"Succeed to update gateway gw-1uhcqmsc7x22****** labels.\\"\\n}","type":"json"}]', ], 'UpdateGroup' => [ 'summary' => '更新服务组的部分字段。', 'path' => '/api/v2/groups/{ClusterId}/{GroupName}', 'methods' => ['put'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/json'], 'produces' => ['application/json'], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'update', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '260902', 'abilityTreeNodes' => ['FEATURElearnKDX12S'], ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['description' => '所属所在地域ID。', 'type' => 'string', 'required' => true, 'example' => 'cn-wulanchabu'], ], [ 'name' => 'GroupName', 'in' => 'path', 'schema' => ['description' => '服务群组名称。如何获取群组名称,请参见ListServices 。', 'type' => 'string', 'required' => true, 'example' => 'foo'], ], [ 'name' => 'body', 'in' => 'body', 'style' => 'json', 'schema' => [ 'description' => '请求内容', 'type' => 'object', 'properties' => [ 'TrafficMode' => [ 'title' => '流量模式,枚举值为auto和customized。', 'description' => '流量模式,枚举值为auto和customized。auto模式根据实例数量所占总比重自动分配权重,customized根据自定义固定权重分配流量。', 'type' => 'string', 'required' => false, 'example' => 'auto', 'enum' => ['auto', 'customized'], ], 'Network' => [ 'description' => '专有网络配置。', 'type' => 'object', 'properties' => [ 'VpcId' => ['description' => '专有网络ID。', 'type' => 'string', 'required' => false, 'example' => 'vpc-bp1xxxxxx17e0qrykjr9b'], 'VSwitchId' => ['description' => '虚拟交换机 ID。', 'type' => 'string', 'required' => false, 'example' => 'vsw-bp1xxxxxxjeqwbo3z2pux'], 'SecurityGroupId' => ['description' => '安全组ID。', 'type' => 'string', 'required' => false, 'example' => 'sg-uf6xxxxxxc3lysxabg72i'], 'GatewayId' => ['description' => '专属网关 ID。', 'type' => 'string', 'required' => false, 'example' => 'gw-rcgxxxxxxzytgq9zrj'], ], 'required' => false, ], 'Labels' => [ 'description' => '用户定义标签。', 'type' => 'object', 'required' => false, 'additionalProperties' => ['type' => 'string', 'description' => '按{"key":"value"}格式填写。Value 可为 null 或空字符,代表只按 Key 过滤,Value 可为任意值。', 'example' => '{"key1":"value1","key2":null}'."\n"], ], ], 'required' => false, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '返回结果。', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => 'Id of the request', 'description' => '请求ID。', 'type' => 'string', 'example' => '40325405-579C-4D82****'], 'Message' => ['description' => '请求返回信息。', 'type' => 'string', 'example' => 'Update service group foo successfully'."\n"], ], ], ], ], 'staticInfo' => ['returnType' => 'synchronous'], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82****\\",\\n \\"Message\\": \\"Update service group foo successfully\\\\n\\"\\n}","type":"json"}]', 'title' => '更新服务组', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'UpdateGroup'], ], ], 'ramActions' => [ [ 'operationType' => 'update', 'ramAction' => [ 'action' => 'eas:UpdateGroup', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], ], 'UpdateResource' => [ 'path' => '/api/v2/resources/{ClusterId}/{ResourceId}', 'methods' => ['put'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => ['operationType' => 'update'], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['title' => '资源组所在的集群ID', 'description' => '资源组所在的地域ID。', 'type' => 'string', 'required' => true, 'example' => 'cn-shanghai'], ], [ 'name' => 'ResourceId', 'in' => 'path', 'schema' => ['title' => '资源组的ID', 'description' => '资源组的ID。如何查询资源组ID,请参见[ListResources](~~412133~~)。', 'type' => 'string', 'required' => true, 'example' => 'eas-r-asdasdasd****'], ], [ 'name' => 'body', 'in' => 'body', 'style' => 'json', 'schema' => [ 'description' => '请求Body。', 'type' => 'object', 'properties' => [ 'ResourceName' => ['title' => '', 'description' => '新的资源组名称,不能超过27个字符。', 'type' => 'string', 'required' => false, 'example' => 'iot'], 'SelfManagedResourceOptions' => [ 'description' => '自运维资源组配置选项', 'type' => 'object', 'properties' => [ 'NodeMatchLabels' => [ 'description' => '节点的标签键值对集合', 'type' => 'object', 'required' => false, 'additionalProperties' => ['type' => 'string', 'example' => '"key1": "value1"', 'description' => '节点的标签键值对'], ], 'NodeTolerations' => [ 'description' => '节点污点的容忍度列表', 'type' => 'array', 'items' => [ 'description' => '节点污点的容忍度', 'type' => 'object', 'properties' => [ 'key' => ['description' => '键名', 'type' => 'string', 'required' => false, 'example' => 'key1'], 'value' => ['description' => '键值', 'type' => 'string', 'required' => false, 'example' => 'value1'], 'operator' => [ 'description' => '键名和键值的关系', 'type' => 'string', 'required' => false, 'enumValueTitles' => ['Equal' => 'Equal', 'Exists' => 'Exists'], 'example' => 'Equal', ], 'effect' => [ 'description' => '效果', 'type' => 'string', 'required' => false, 'enumValueTitles' => ['PreferNoSchedule' => 'PreferNoSchedule', 'NoSchedule' => 'NoSchedule', 'NoExecute' => 'NoExecute'], 'example' => 'NoSchedule', ], ], 'required' => false, ], 'required' => false, ], ], 'required' => false, ], ], 'required' => false, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '返回结果。', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => 'Id of the request', 'description' => '请求ID。', 'type' => 'string', 'example' => '40325405-579C-4D82****'], 'ResourceId' => ['description' => '资源组ID。', 'type' => 'string', 'example' => 'eas-r-asdasdasd****'], 'ResourceName' => ['description' => '资源组名称。', 'type' => 'string', 'example' => 'iot'], ], ], ], ], 'title' => '更新资源组信息', 'summary' => '更新专属资源组信息。', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'UpdateResource'], ], ], 'ramActions' => [ [ 'operationType' => 'update', 'ramAction' => [ 'action' => 'eas:UpdateResource', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Resource', 'arn' => 'acs:eas:{#regionId}:{#accountId}:resource/{#resourceId}'], ], ], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82****\\",\\n \\"ResourceId\\": \\"eas-r-asdasdasd****\\",\\n \\"ResourceName\\": \\"iot\\"\\n}","errorExample":""},{"type":"xml","example":"","errorExample":""}]', ], 'UpdateResourceDLink' => [ 'summary' => '更新指定专属资源组的VPC直连配置。', 'path' => '/api/v2/resources/{ClusterId}/{ResourceId}/dlink', 'methods' => ['put'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => ['operationType' => 'update'], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['title' => '资源组所在的集群ID', 'description' => '资源组所在的地域ID。', 'type' => 'string', 'required' => true, 'example' => 'cn-shanghai'], ], [ 'name' => 'ResourceId', 'in' => 'path', 'schema' => ['title' => '资源组的Id', 'description' => '资源组的ID。如何查询资源组ID,请参见[ListResources](~~412133~~)。', 'type' => 'string', 'required' => true, 'example' => 'eas-r-w1ttszneb9n994****'], ], [ 'name' => 'body', 'in' => 'body', 'style' => 'json', 'schema' => [ 'description' => '请求Body。', 'type' => 'object', 'properties' => [ 'VSwitchId' => ['title' => '对端的主VSwitchID,会在该vswitch中创建ENI', 'description' => '对端的主vSwitchID,会在该vSwitch中创建ENI。', 'type' => 'string', 'required' => true, 'example' => 'vpc-uf66uio7md****'], 'SecurityGroupId' => ['title' => '客户端ECS归属的安全组', 'description' => '客户端ECS归属的安全组。', 'type' => 'string', 'required' => true, 'example' => 'sg-bp149cedsfx2rfs****'], 'VSwitchIdList' => [ 'title' => '要打通的客户端的vswitch列表,会将这些vswitch对应的网段加入到服务端的回包路由中', 'description' => '要打通的客户端的vSwitch列表,会将这些vSwitch对应的网段加入到服务端的回包路由中。', 'type' => 'array', 'items' => ['description' => 'vSwitch ID。', 'type' => 'string', 'required' => false, 'example' => '["vsw-8ersw98sgmlgkxxxxxx","vsw-4dsgg2at0kljjxxxxxxxx"]'], 'required' => false, ], 'DestinationCIDRs' => ['title' => '要打通的客户端的网段信息,会将该网段加入到服务端的回包路由中,与VSwitchIdList可二选一', 'description' => '要打通的客户端的网段信息,会将该网段加入到服务端的回包路由中,与vSwitchIdList可二选一。', 'type' => 'string', 'required' => false, 'example' => '172.16.0.0/16'], ], 'required' => false, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '返回结果。', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => 'Id of the request', 'description' => '请求ID。', 'type' => 'string', 'example' => '40325405-579C-4D82****'], 'Message' => ['description' => '操作结果信息。', 'type' => 'string', 'example' => 'Network interfaces are updating'], ], ], ], 404 => [], 409 => [], ], 'title' => '更新资源组VPC直连配置', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'UpdateResourceDLink'], ], ], 'ramActions' => [ [ 'operationType' => 'update', 'ramAction' => [ 'action' => 'eas:UpdateResourceDLink', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Resource', 'arn' => 'acs:eas:{#regionId}:{#accountId}:resource/{#ResourceId}'], ], ], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82****\\",\\n \\"Message\\": \\"Network interfaces are updating\\"\\n}","errorExample":""},{"type":"xml","example":"","errorExample":""}]', ], 'UpdateResourceInstance' => [ 'path' => '/api/v2/resources/{ClusterId}/{ResourceId}/instances/{InstanceId}', 'methods' => ['put'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/json'], 'produces' => ['application/json'], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'update', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '155033', 'abilityTreeNodes' => ['FEATURElearnRPDTZG'], ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['title' => '实例所属集群', 'description' => '实例所在地域ID。', 'type' => 'string', 'required' => true, 'example' => 'cn-beijing'], ], [ 'name' => 'ResourceId', 'in' => 'path', 'schema' => ['title' => '实例所属资源组Id', 'description' => '实例所属资源组ID,如何查询资源组ID,请参见[ListResources](~~412133~~)。', 'type' => 'string', 'required' => true, 'example' => 'eas-r-asdas****'], ], [ 'name' => 'InstanceId', 'in' => 'path', 'schema' => ['title' => '实例Id', 'description' => '实例ID,如何获取实例ID,请参见[ListResourceInstances](~~412129~~)。', 'type' => 'string', 'required' => true, 'example' => 'eas-i-asdas****'], ], [ 'name' => 'body', 'in' => 'body', 'style' => 'json', 'schema' => [ 'description' => '请求body参数。', 'type' => 'object', 'properties' => [ 'Action' => [ 'title' => '更新服务的行为:Cordon, Uncordon, Drain', 'description' => '更新专属资源组机器实例的可调度行为。取值如下:'."\n" .'- Uncordon:取消禁止服务调度到此实例。'."\n" .'- Cordon:禁止服务调度到此实例。'."\n" .'- Drain:驱逐已调度到此实例的服务实例。', 'type' => 'string', 'required' => true, 'enumValueTitles' => ['Uncordon' => '取消禁止服务调度到此实例', 'Cordon' => '禁止服务调度到此实例', 'Drain' => '驱逐已调度到此实例的服务实例'], 'example' => 'Cordon', ], 'NewDiskSize' => ['type' => 'string'], 'Reason' => ['type' => 'string', 'maxLength' => 200], ], 'required' => false, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '返回结果。', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => '请求ID', 'description' => '请求ID。', 'type' => 'string', 'example' => '40325405-579C-4D82****'], 'ResourceId' => ['title' => '资源组ID', 'description' => '资源组ID。', 'type' => 'string', 'example' => 'eas-r-asdasdasd'], 'InstanceId' => ['title' => '实例名', 'description' => '实例名。', 'type' => 'string', 'example' => 'eas-i-asdasdasd'."\n"], ], ], ], ], 'title' => '更新资源组机器实例', 'summary' => '更新专属资源组机器实例的调度状态。', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'UpdateResourceInstance'], ], ], 'ramActions' => [ [ 'operationType' => 'update', 'ramAction' => [ 'action' => 'eas:UpdateResourceInstance', 'authLevel' => 'resource', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Resource', 'arn' => 'acs:eas:{#regionId}:{#accountId}:resource/{#ResourceId}'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82****\\",\\n \\"ResourceId\\": \\"eas-r-asdasdasd\\",\\n \\"InstanceId\\": \\"eas-i-asdasdasd\\\\n\\"\\n}","type":"json"}]', ], 'UpdateResourceInstanceLabel' => [ 'summary' => '更新资源组实例标签。', 'path' => '/api/v2/resources/{ClusterId}/{ResourceId}/label', 'methods' => ['put'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/json'], 'produces' => ['application/json'], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'update', 'abilityTreeCode' => '260413', 'abilityTreeNodes' => ['FEATURElearnN5R68Z'], ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['description' => '区域ID。', 'type' => 'string', 'required' => true, 'example' => 'cn-shanghai'], ], [ 'name' => 'ResourceId', 'in' => 'path', 'schema' => ['description' => '资源组的ID。', 'type' => 'string', 'required' => true, 'example' => 'eas-r-asdasdasd'], ], [ 'name' => 'InstanceIds', 'in' => 'query', 'style' => 'simple', 'schema' => [ 'description' => '机器实例ID。', 'type' => 'array', 'items' => ['description' => '机器实例ID。', 'type' => 'string', 'required' => false, 'example' => 'eas-i-xxxxxx'], 'required' => false, ], ], [ 'name' => 'AllInstances', 'in' => 'query', 'schema' => ['description' => '是否对资源组下所有实例生效。如果为 true,则 InstanceIds 参数不生效。', 'type' => 'boolean', 'required' => false, 'example' => 'false'], ], [ 'name' => 'body', 'in' => 'body', 'style' => 'json', 'schema' => [ 'description' => '请求Body。', 'type' => 'object', 'properties' => [ 'Labels' => [ 'description' => '用户定义标签。', 'type' => 'object', 'required' => false, 'additionalProperties' => ['type' => 'string', 'example' => '{"key":"value"}'."\n", 'description' => '标签。'], ], ], 'required' => false, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '返回结果。', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => 'Id of the request', 'description' => '请求ID。', 'type' => 'string', 'example' => '40325405-579C-4D82****'], 'Message' => ['description' => '请求返回信息。', 'type' => 'string', 'example' => 'Success'], ], ], ], ], 'staticInfo' => ['returnType' => 'synchronous'], 'title' => '更新资源组机器实例标签', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'UpdateResourceInstanceLabel'], ], ], 'ramActions' => [ [ 'operationType' => 'update', 'ramAction' => [ 'action' => 'eas:UpdateResourceInstanceLabel', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82****\\",\\n \\"Message\\": \\"Success\\"\\n}","type":"json"}]', ], 'UpdateService' => [ 'summary' => '用于服务的模型或Processor更新。如果只更新metadata.instance字段,则用于服务扩缩容功能。', 'path' => '/api/v2/services/{ClusterId}/{ServiceName}', 'methods' => ['put'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/json'], 'produces' => ['application/json'], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'update', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '37044', 'abilityTreeNodes' => ['FEATURElearnKDX12S'], ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['description' => '服务所在的地域ID。', 'type' => 'string', 'required' => true, 'example' => 'cn-shanghai'], ], [ 'name' => 'ServiceName', 'in' => 'path', 'schema' => ['description' => '服务名称。如何查看服务名称,请参见[ListServices ](~~412109~~)。', 'type' => 'string', 'required' => true, 'example' => 'foo'], ], [ 'name' => 'UpdateType', 'in' => 'query', 'schema' => [ 'description' => '服务更新类型,目前支持合并模式和替换模式。不传默认为合并模式。'."\n" ."\n" .'- merge(合并模式):若原服务配置JSON为'."\n" .'`{"a":"b"}`,更新配置为`{"c":"d"}` ,则合并模式下最终配置为`{"a":"b","c":"d"}`。'."\n" .'- replace(替换模式):若原服务配置JSON为'."\n" .'`{"a":"b"}`,更新配置为`{"c":"d"}` ,则替换模式下最终配置为`{"c":"d"}`。', 'type' => 'string', 'required' => false, 'enumValueTitles' => ['merge' => '合并模式', 'replace' => '替换模式'], 'example' => 'merge', ], ], [ 'name' => 'MemberToUpdate', 'in' => 'query', 'allowEmptyValue' => true, 'schema' => ['type' => 'string'], ], [ 'name' => 'body', 'in' => 'body', 'schema' => ['description' => '更新配置。参数配置说明,请参见[CreateService](~~412086~~)。', 'type' => 'string', 'required' => false, 'example' => '{'."\n" .' "name": "foo",'."\n" .' "model_path": "http://path/to/model.tar.gz",'."\n" .' "processor": "tensorflow_cpu",'."\n" .' "metadata": {'."\n" .' "instance": 2,'."\n" .' "memory": 7000,'."\n" .' "cpu": 4'."\n" .' }'."\n" .'}'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '返回结果。', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => '请求ID。', 'description' => '请求ID。', 'type' => 'string', 'example' => '40325405-579C-4D82****'], 'Message' => ['title' => '请求返回消息。', 'description' => '操作结果信息。', 'type' => 'string', 'example' => 'Succeed to update service [foo] in region [cn-shanghai]'], ], ], ], 400 => [], 403 => [], 409 => [], ], 'staticInfo' => ['returnType' => 'synchronous'], 'title' => '更新服务', 'requestParamsDescription' => '> 请参考CreateService文档,获取更多请求参数介绍。', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'UpdateService'], ], ], 'ramActions' => [ [ 'operationType' => 'update', 'ramAction' => [ 'action' => 'eas:UpdateService', 'authLevel' => 'resource', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Service', 'arn' => 'acs:eas:{#regionId}:{#accountId}:service/{#ServiceName}'], ], ], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82****\\",\\n \\"Message\\": \\"Succeed to update service [foo] in region [cn-shanghai]\\"\\n}","errorExample":""},{"type":"xml","example":"","errorExample":""}]', ], 'UpdateServiceAutoScaler' => [ 'summary' => '修改服务已有的自动扩缩控制器配置。', 'path' => '/api/v2/services/{ClusterId}/{ServiceName}/autoscaler', 'methods' => ['put'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => ['operationType' => 'update'], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['description' => '服务所在地域ID。', 'type' => 'string', 'required' => true, 'example' => 'cn-shanghai'], ], [ 'name' => 'ServiceName', 'in' => 'path', 'schema' => ['description' => '服务名称。如何查看服务名称,请参见[ListServices ](~~412109~~)。', 'type' => 'string', 'required' => true, 'example' => 'foo'], ], [ 'name' => 'body', 'in' => 'body', 'style' => 'json', 'schema' => [ 'description' => '请求Body。', 'type' => 'object', 'properties' => [ 'min' => ['title' => '最小 replica 数,需要大于0', 'description' => '最小实例数,需要大于0。', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'example' => '2'], 'max' => ['title' => '最大 replica 数,需要大于MinReplica', 'description' => '最大实例数,需要大于Min Replica。', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'example' => '8'], 'scaleStrategies' => [ 'description' => '伸缩策略列表。', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'metricName' => ['description' => '指标名称,取值如下:'."\n" .'- qps:单实例QPS伸缩阈值。'."\n" .'- cpu:CPU利用率阈值。', 'type' => 'string', 'required' => true, 'example' => 'qps'], 'threshold' => ['description' => '触发自动伸缩阈值。'."\n" .'- 指标名称配置为qps:当单实例的平均QPS大于该值时会触发扩容。'."\n" .'- 指标名称配置为cpu:当单实例的平均CPU使用率大于该值时会触发扩容。', 'type' => 'number', 'format' => 'float', 'required' => true, 'example' => '100'], 'service' => ['description' => '指标所属服务,不配置默认为当前服务。', 'type' => 'string', 'required' => false, 'example' => 'demo_svc'], ], 'required' => false, 'description' => '', ], 'required' => true, ], 'behavior' => [ 'description' => '自动扩缩容时的行为。', 'type' => 'object', 'properties' => [ 'scaleUp' => [ 'description' => '扩容时的行为', 'type' => 'object', 'properties' => [ 'stabilizationWindowSeconds' => ['description' => '扩容稳定窗口期时间,默认值为0。'."\n" .'只有当过去一段时间内的指标均满足条件,才会执行扩容。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '0'], ], 'required' => false, ], 'scaleDown' => [ 'description' => '缩容时的行为。', 'type' => 'object', 'properties' => [ 'stabilizationWindowSeconds' => ['description' => '缩容稳定窗口期时间,默认值为300。'."\n" .'只有当过去一段时间内的指标均不满足条件,才会执行缩容。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '300'], ], 'required' => false, ], 'onZero' => [ 'description' => '缩容到0时的行为。', 'type' => 'object', 'properties' => [ 'scaleDownGracePeriodSeconds' => ['description' => '缩容到0之前的等待期,默认为600。'."\n" .'当指标满足缩容到0的条件时,需要经过等待期的时间,才会执行缩容到0。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '600'], 'scaleUpActivationReplicas' => ['description' => '当从0开始扩容时,一次性创建的实例数。默认值为1。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'], ], 'required' => false, ], ], 'required' => false, ], ], 'required' => false, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '返回结果。', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => 'Id of the request', 'description' => '请求ID。', 'type' => 'string', 'example' => '40325405-579C-4D82****'], 'Message' => ['description' => '请求返回信息。', 'type' => 'string', 'example' => 'Update auto scale for service [foo] successfully'], ], ], ], ], 'title' => '更新服务自动扩缩容配置', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'UpdateServiceAutoScaler'], ], ], 'ramActions' => [ [ 'operationType' => 'update', 'ramAction' => [ 'action' => 'eas:UpdateServiceAutoScaler', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Service', 'arn' => 'acs:eas:{#regionId}:{#accountId}:service/{#ServiceName}'], ], ], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82****\\",\\n \\"Message\\": \\"Update auto scale for service [foo] successfully\\"\\n}","errorExample":""},{"type":"xml","example":"","errorExample":""}]', ], 'UpdateServiceCronScaler' => [ 'path' => '/api/v2/services/{ClusterId}/{ServiceName}/cronscaler', 'methods' => ['put'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/json'], 'produces' => ['application/json'], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'update', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => ['FEATURElearnZ3WNW7'], ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['title' => '服务所在区域', 'description' => '服务所在地域ID。', 'type' => 'string', 'required' => true, 'example' => 'cn-shanghai'], ], [ 'name' => 'ServiceName', 'in' => 'path', 'schema' => ['title' => '服务名字', 'description' => '服务名字。如何查看服务名称,请参见[ListServices ](~~412109~~)。', 'type' => 'string', 'required' => true, 'example' => 'foo'], ], [ 'name' => 'body', 'in' => 'body', 'style' => 'json', 'schema' => [ 'description' => '请求Body。', 'type' => 'object', 'properties' => [ 'ScaleJobs' => [ 'title' => '定时伸缩任务描述', 'description' => '定时伸缩任务描述。', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'TargetSize' => ['title' => '执行伸缩任务的目标replica', 'description' => '执行伸缩任务的目标实例数。', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'example' => '2'], 'Schedule' => ['title' => '要执行伸缩任务的cron表达式', 'description' => '要执行伸缩任务的Cron表达式。如何配置Cron表达式,请参见**请求参数补充说明**。', 'type' => 'string', 'required' => true, 'example' => '0 18 * * * *'."\n"], 'Name' => ['description' => '定时扩缩容任务的名称。', 'type' => 'string', 'required' => false, 'example' => 'scale-job-1'."\n"], 'TimeZone' => ['description' => '时区配置,用于解析定时伸缩任务的执行时间', 'type' => 'string', 'required' => false, 'example' => 'Asia/Shanghai'], ], 'required' => false, 'description' => '', ], 'required' => true, ], 'ExcludeDates' => [ 'title' => '需要排除的时间点的cron表达式', 'description' => '需要排除的时间点的Cron表达式。', 'type' => 'array', 'items' => ['description' => 'Cron表达式。如何配置Cron表达式,请参见**请求参数补充说明**。', 'type' => 'string', 'required' => false, 'example' => '* * * * * 0,6'."\n"], 'required' => false, ], ], 'required' => false, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '返回Body。', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => 'Id of the request', 'description' => '请求ID。', 'type' => 'string', 'example' => '40325405-579C-4D82****'], 'Message' => ['description' => '请求返回消息。', 'type' => 'string', 'example' => 'Update cron scaler for service [foo] successfully'], ], ], ], ], 'title' => '更新服务定时扩缩容配置', 'summary' => '更新服务定时扩缩容配置信息。', 'requestParamsDescription' => '### Cron表达式'."\n" .'![未命名绘图.drawio.png](https://intranetproxy.alipay.com/skylark/lark/0/2022/png/72178/1645094436048-953c2592-1017-4597-855d-22e6e78afee0.png#clientId=ua661de8e-75b1-4&crop=0&crop=0&crop=1&crop=1&from=ui&height=120&id=ufb1b2c04&margin=%5Bobject%20Object%5D&name=%E6%9C%AA%E5%91%BD%E5%90%8D%E7%BB%98%E5%9B%BE.drawio.png&originHeight=215&originWidth=547&originalType=binary&ratio=1&rotation=0&showTitle=false&size=17762&status=done&style=none&taskId=ue641ee0e-20dd-462b-ae2e-102a58eae0e&title=&width=305)'."\n" ."\n" .'| 名称 | 可用值 | 可用特殊符号 |'."\n" .'| --- | --- | --- |'."\n" .'| 秒 | 0-59 | * / , - |'."\n" .'| 分 | 0-59 | * / , - |'."\n" .'| 小时 | 0-23 | * / , - |'."\n" .'| 日 | 1-31 | * / , - |'."\n" .'| 月 | 1-12 或 JAN-DEC | * / , - |'."\n" .'| 星期 | 0-6 或 SUN-SAT | * / , - |'."\n" ."\n" .'#### 特殊符号说明'."\n" .'**星号(*)**'."\n" .'星号代表任意值,例如:0 0 0 1 * * 代表每月1号的0点整。'."\n" .'​'."\n" ."\n" .'**连字符(-)**'."\n" .'连字符代表一段连续的取值范围,例如 0 0 12-14 * * * 代表每天的12:00、13:00 和14:00'."\n" .'​'."\n" ."\n" .'**逗号(,)**'."\n" .'连字符代表一段取值范围,例如 0 0 12,14 * * * 代表每天的12:00 和14:00'."\n" .'​'."\n" ."\n" .'**斜杠(/)**'."\n" .'斜杠用来代表一段增量的区间,例如 0 */15 * * * * 代表每小时的0分、15分、30分、和45分。'."\n" .'斜杠可以和连字符配合使用,例如 0 5-40/15 * * * * 代表每小时从5分到40分钟之间,每隔15分钟取一个值,有效时间点可以是 0:05, 0:20, 0:35', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'UpdateServiceCronScaler'], ], ], 'ramActions' => [ [ 'operationType' => 'update', 'ramAction' => [ 'action' => 'eas:UpdateServiceCronScaler', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Service', 'arn' => 'acs:eas:{#regionId}:{#accountId}:service/{#ServiceName}'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82****\\",\\n \\"Message\\": \\"Update cron scaler for service [foo] successfully\\"\\n}","type":"json"}]', ], 'UpdateServiceInstance' => [ 'path' => '/api/v2/services/{ClusterId}/{ServiceName}/instances/{InstanceName}', 'methods' => ['put'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/json'], 'produces' => ['application/json'], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'update', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '200711', 'abilityTreeNodes' => ['FEATURElearnKDX12S'], ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['description' => '服务所在区域。', 'type' => 'string', 'required' => true, 'example' => 'cn-shanghai'], ], [ 'name' => 'ServiceName', 'in' => 'path', 'schema' => ['description' => '服务名字。如何查看服务名称,请参见[ListServices](~~412109~~)。', 'type' => 'string', 'required' => true, 'example' => 'foo'], ], [ 'name' => 'InstanceName', 'in' => 'path', 'schema' => ['description' => '服务实例的名字。如何查看实例名称,请参见[ListServiceInstances](~~412108~~)。', 'type' => 'string', 'required' => true, 'example' => 'foo-69xxxx4f4-5w9r9'], ], [ 'name' => 'body', 'in' => 'body', 'style' => 'json', 'schema' => [ 'description' => '请求Body。', 'type' => 'object', 'properties' => [ 'Hibernate' => ['description' => '>该参数正在邀测中,暂不支持使用。'."\n", 'type' => 'boolean', 'required' => false, 'example' => '0'], 'Isolate' => ['description' => '是否承接流量。取值如下:'."\n" .'- true:表示承接流量。'."\n" .'- false:表示不承接流量。', 'type' => 'boolean', 'required' => false, 'example' => 'true'], 'Detach' => ['description' => '是否隔离服务实例,实例隔离后,当前实例不再被控制器控制,会创建新的实例,被隔离的实例用于保留现场或者进行调试。注意:实例隔离后,不能接触隔离。取值如下:'."\n" .'- true:表示隔离实例。', 'type' => 'boolean', 'required' => false, 'example' => 'true'], ], 'required' => false, ], ], [ 'name' => 'IsReplica', 'in' => 'query', 'schema' => ['description' => '当前实例是否是实例单元。', 'type' => 'boolean', 'required' => false, 'example' => 'false'], ], ], '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' => '40325405-579C-4D82****'], 'Message' => ['description' => '操作成功信息。', 'type' => 'string', 'example' => 'instance xxxx isolation updated to true。'], ], ], ], ], 'staticInfo' => ['returnType' => 'synchronous'], 'title' => '更新服务实例属性', 'summary' => '更新服务实例属性,目前只支持隔离服务实例。', 'description' => '**请确保在使用该接口前,已充分了解EAS产品的收费方式和[价格](~~144261~~)。**', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'UpdateServiceInstance'], ], ], 'ramActions' => [ [ 'operationType' => 'update', 'ramAction' => [ 'action' => 'eas:UpdateServiceInstance', 'authLevel' => 'resource', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Service', 'arn' => 'acs:eas:{#regionId}:{#accountId}:service/{#ServiceName}'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82****\\",\\n \\"Message\\": \\"instance xxxx isolation updated to true。\\"\\n}","type":"json"}]', ], 'UpdateServiceLabel' => [ 'summary' => '新增服务标签,或更新已有的服务标签。', 'path' => '/api/v2/services/{ClusterId}/{ServiceName}/label', 'methods' => ['put'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/json'], 'produces' => ['application/json'], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'update', 'abilityTreeCode' => '167564', 'abilityTreeNodes' => ['FEATURElearnKDX12S'], ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['title' => '服务所在区域', 'description' => '服务所在区域。', 'type' => 'string', 'required' => true, 'example' => 'cn-shanghai'], ], [ 'name' => 'ServiceName', 'in' => 'path', 'schema' => ['title' => '服务名字', 'description' => '服务名称。如何查看服务名称,请参见[ListServices](~~412109~~)。', 'type' => 'string', 'required' => true, 'example' => 'foo'], ], [ 'name' => 'body', 'in' => 'body', 'style' => 'json', 'schema' => [ 'title' => '请求Body', 'description' => '请求Body。', 'type' => 'object', 'properties' => [ 'Labels' => [ 'title' => '自定义服务标签', 'description' => '自定义服务标签。', 'type' => 'object', 'required' => true, 'additionalProperties' => ['title' => '标签对象', 'description' => '用户定义标签。', 'type' => 'string', 'example' => '{"key":"value"}'], ], ], 'required' => false, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '返回结果。', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => '请求Id', 'description' => '请求ID。', 'type' => 'string', 'example' => '40325405-579C-4D82****'], 'Message' => ['title' => '返回信息。', 'description' => '请求返回信息。', 'type' => 'string', 'example' => 'Succeed to update service [service_from_XXXX] labels.'], ], ], ], ], 'staticInfo' => ['returnType' => 'synchronous'], 'title' => '更新服务标签', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'UpdateServiceLabel'], ], ], 'ramActions' => [ [ 'operationType' => 'update', 'ramAction' => [ 'action' => 'eas:UpdateServiceLabel', 'authLevel' => 'resource', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Service', 'arn' => 'acs:eas:{#regionId}:{#accountId}:service/{#ServiceName}'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82****\\",\\n \\"Message\\": \\"Succeed to update service [service_from_XXXX] labels.\\"\\n}","type":"json"}]', ], 'UpdateServiceMirror' => [ 'summary' => '更新服务流量镜像配置。', 'path' => '/api/v2/services/{ClusterId}/{ServiceName}/mirror', 'methods' => ['put'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => ['operationType' => 'update'], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['title' => '服务所在区域', 'description' => '服务所在地域ID。', 'type' => 'string', 'required' => true, 'example' => 'cn-shanghai'], ], [ 'name' => 'ServiceName', 'in' => 'path', 'schema' => ['title' => '服务名字', 'description' => '服务名称。如何查看服务名称,请参见[ListServices ](~~412109~~)。', 'type' => 'string', 'required' => true, 'example' => 'foo'], ], [ 'name' => 'body', 'in' => 'body', 'style' => 'json', 'schema' => [ 'description' => '请求Body。', 'type' => 'object', 'properties' => [ 'Ratio' => ['title' => '比例 [0, 100]', 'description' => '流量比例,取值范围0~100。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '30'], 'Target' => [ 'title' => '服务实例列表', 'description' => '服务实例列表。', 'type' => 'array', 'items' => ['description' => '服务实例名。如何查看服务实例名称,请参见[ListServiceInstances ](~~412108~~)。', 'type' => 'string', 'required' => false, 'example' => 'foo-xxxx'], 'required' => false, ], ], 'required' => false, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '返回结果。', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => 'Id of the request', 'description' => '请求ID。', 'type' => 'string', 'example' => '40325405-579C-4D82***'], 'Message' => [ 'description' => '返回结果信息。', 'type' => 'string', 'enumValueTitles' => [], 'example' => 'Traffic mirroring is updating for service [foo] in region [cn-shanghai], ratio [70%]', ], ], ], ], ], 'title' => '更新服务流量镜像配置', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'UpdateServiceMirror'], ], ], 'ramActions' => [ [ 'operationType' => 'update', 'ramAction' => [ 'action' => 'eas:UpdateServiceMirror', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Service', 'arn' => 'acs:eas:{#regionId}:{#accountId}:service/{#ServiceName}'], ], ], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82***\\",\\n \\"Message\\": \\"Traffic mirroring is updating for service [foo] in region [cn-shanghai], ratio [70%]\\"\\n}","errorExample":""},{"type":"xml","example":"","errorExample":""}]', ], 'UpdateServiceRollout' => [ 'summary' => '更新服务发布计划', 'description' => '## 请求说明'."\n" .'- **至少提供一个参数**:必须在请求中指定`Partition`、`Batch`或`Paused`中的至少一个参数。'."\n" .'- **互斥策略**:不能同时提供`Partition`和`Batch`配置。'."\n" .'- **实时生效**:更新将立即生效,影响正在进行的服务发布过程。'."\n" .'- **回退操作**:通过增加`Partition`值可以实现版本回退,但不会自动触发,需要手动更新服务镜像。'."\n" .'- **暂停不影响参数**:暂停发布不会改变已设置的`Partition`或`Batch`参数,仅暂停执行当前策略。'."\n", 'path' => '/api/v2/services/{ClusterId}/{ServiceName}/rollout', 'methods' => ['put'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/json'], 'produces' => ['application/json'], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'update', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => ['FEATURElearnKDX12S'], ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['title' => '**ClusterId** '."\n" .'* 类型: string'."\n" .'* 必填: 是'."\n" .'* 说明: 地域ID。服务所在的地域标识。'."\n" .'* 示例值: cn-shanghai'."\n", 'description' => '**ClusterId** '."\n" .'* 类型: string'."\n" .'* 必填: 是'."\n" .'* 说明: 地域ID。服务所在的地域标识。'."\n" .'* 示例值: cn-shanghai'."\n", 'type' => 'string', 'required' => true, 'example' => 'cn-shanghai'], ], [ 'name' => 'ServiceName', 'in' => 'path', 'schema' => ['title' => '**ServiceName** '."\n" .'* 类型: string'."\n" .'* 必填: 是'."\n" .'* 说明: 服务名称。要更新发布策略的服务名称。'."\n" .'* 示例值: my-service'."\n", 'description' => '**ServiceName** '."\n" .'* 类型: string'."\n" .'* 必填: 是'."\n" .'* 说明: 服务名称。要更新发布策略的服务名称。'."\n" .'* 示例值: my-service'."\n", 'type' => 'string', 'required' => true, 'example' => 'my-service'], ], [ 'name' => 'body', 'in' => 'body', 'style' => 'json', 'schema' => [ 'description' => '请求Body。', 'type' => 'object', 'properties' => [ 'Partition' => [ 'title' => '**Partition** '."\n" .'* 类型: object'."\n" .'* 必填: 否'."\n" .'* 说明: 分区发布配置。用于调整分区策略参数。与Batch互斥。'."\n", 'description' => '**Partition** '."\n" .'* 类型: object'."\n" .'* 必填: 否'."\n" .'* 说明: 分区发布配置。用于调整分区策略参数。与Batch互斥。'."\n", 'type' => 'object', 'properties' => [ 'Partition' => ['title' => '**Partition** '."\n" .'* 类型: string'."\n" .'* 必填: 是'."\n" .'* 说明: 分区值。支持两种格式:'."\n" .' 1. 整数格式:如 "5",表示保留5个旧副本'."\n" .' 2. 百分比格式:如 "50%",表示保留50%的旧副本'."\n" .' 调整策略:'."\n" .' - 调大值:回退到旧版本,增加旧副本比例'."\n" .' - 调小值:推进到新版本,减少旧副本比例'."\n" .' - 设置为"0%":完成全部更新,所有副本切换到新版本'."\n" .'* 示例值: 30%'."\n", 'description' => '**Partition** '."\n" .'* 类型: string'."\n" .'* 必填: 是'."\n" .'* 说明: 分区值。支持两种格式:'."\n" .' 1. 整数格式:如 "5",表示保留5个旧副本'."\n" .' 2. 百分比格式:如 "50%",表示保留50%的旧副本'."\n" .' 调整策略:'."\n" .' - 调大值:回退到旧版本,增加旧副本比例'."\n" .' - 调小值:推进到新版本,减少旧副本比例'."\n" .' - 设置为"0%":完成全部更新,所有副本切换到新版本'."\n" .'* 示例值: 30%'."\n", 'type' => 'string', 'required' => false, 'example' => '30%'], ], 'required' => false, ], 'Batch' => [ 'title' => '**Batch** '."\n" .'* 类型: object'."\n" .'* 必填: 否'."\n" .'* 说明: 批量发布配置。用于调整批量策略参数。与Partition互斥。'."\n", 'description' => '**Batch** '."\n" .'* 类型: object'."\n" .'* 必填: 否'."\n" .'* 说明: 批量发布配置。用于调整批量策略参数。与Partition互斥。'."\n", 'type' => 'object', 'properties' => [ 'BatchSize' => ['title' => '批次大小。每批次更新的副本数量。支持整数或百分比格式。默认值:`"25%"`'."\n", 'description' => '批次大小。每批次更新的副本数量。支持整数或百分比格式。默认值:`"25%"`'."\n", 'type' => 'string', 'required' => false, 'example' => '25%'], 'Interval' => ['title' => '批次间隔。两次发布之间的等待时间。支持单位:`s`(秒)、`m`(分钟)、`h`(小时)'."\n", 'description' => '批次间隔。两次发布之间的等待时间。支持单位:`s`(秒)、`m`(分钟)、`h`(小时)'."\n", 'type' => 'string', 'required' => false, 'example' => '60s'], ], 'required' => false, ], 'Paused' => ['title' => '是否暂停发布。`true`表示暂停,`false`表示恢复。'."\n", 'description' => '是否暂停发布。`true`表示暂停,`false`表示恢复。'."\n", 'type' => 'boolean', 'required' => false, 'example' => 'true'], ], 'required' => false, ], ], ], 'responses' => [ 200 => [ 'description' => '成功响应', 'schema' => [ 'description' => '响应Body。', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => '请求ID。每次请求返回的唯一标识,用于问题排查和追踪。'."\n", 'description' => '请求ID。每次请求返回的唯一标识,用于问题排查和追踪。'."\n", 'type' => 'string', 'example' => '40325405-579C-4D82****'], 'Message' => ['title' => '返回信息。描述请求处理结果。可能值:'."\n" .'- "Rollout updated successfully":更新策略成功'."\n" .'- "Rollout paused successfully":暂停发布成功'."\n" .'- "Rollout resumed successfully":恢复发布成功'."\n", 'description' => '返回信息。描述请求处理结果。可能值:'."\n" .'- "Rollout updated successfully":更新策略成功'."\n" .'- "Rollout paused successfully":暂停发布成功'."\n" .'- "Rollout resumed successfully":恢复发布成功'."\n", 'type' => 'string', 'example' => 'Rollout updated successfully'], ], ], ], ], 'staticInfo' => ['returnType' => 'synchronous'], 'title' => '更新服务更新计划', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [], ], 'ramActions' => [], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82****\\",\\n \\"Message\\": \\"Rollout updated successfully\\"\\n}","type":"json"}]', ], 'UpdateServiceSafetyLock' => [ 'summary' => '更新服务安全锁,可以一定程度上避免对服务的误操作。', 'path' => '/api/v2/services/{ClusterId}/{ServiceName}/lock', 'methods' => ['put'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => [], 'produces' => ['application/json'], 'deprecated' => false, 'systemTags' => [ 'operationType' => 'update', 'abilityTreeCode' => '161176', 'abilityTreeNodes' => ['FEATURElearnN5R68Z'], ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['description' => '服务所在地域ID。', 'type' => 'string', 'required' => true, 'example' => 'cn-beijing'], ], [ 'name' => 'ServiceName', 'in' => 'path', 'schema' => ['description' => '服务名称。如何查看服务名称,请参见[ListServices ](~~412109~~)。', 'type' => 'string', 'required' => true, 'example' => 'foo'], ], [ 'name' => 'body', 'in' => 'body', 'style' => 'json', 'schema' => [ 'description' => '请求Body。', 'type' => 'object', 'properties' => [ 'Lock' => [ 'description' => '安全锁级别。'."\n" .'- all:锁所有操作。'."\n" .'- dangerous:锁危险操作(例如:删除、停止)。'."\n" .'- none:不加锁。', 'type' => 'string', 'required' => true, 'enumValueTitles' => ['all' => '锁所有操作', 'dangerous' => '锁危险操作(删除、停止)', 'none' => '不加锁'], 'example' => 'dangerous', 'enum' => ['none', 'dangerous', 'all'], ], ], 'required' => false, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '返回结果。', 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => '请求ID。', 'type' => 'string', 'example' => 'E089D584-B6F4-50C4-9902-DA2295B7****'], 'Message' => ['description' => '返回结果信息。', 'type' => 'string', 'example' => 'service safety lock updated to dangerous'], ], ], ], ], 'title' => '更新服务安全锁', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'UpdateServiceSafetyLock'], ], ], 'ramActions' => [ [ 'operationType' => 'update', 'ramAction' => [ 'action' => 'eas:UpdateServiceSafetyLock', 'authLevel' => 'resource', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Service', 'arn' => 'acs:eas:{#regionId}:{#accountId}:service/{#ServiceName}'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"E089D584-B6F4-50C4-9902-DA2295B7****\\",\\n \\"Message\\": \\"service safety lock updated to dangerous\\"\\n}","type":"json"}]', ], 'UpdateServiceVersion' => [ 'path' => '/api/v2/services/{ClusterId}/{ServiceName}/version', 'methods' => ['put'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'update', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => ['FEATURElearnKDX12S'], ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['title' => '服务所在区域', 'description' => '服务所在地域ID。', 'type' => 'string', 'required' => true, 'example' => 'cn-shanghai'], ], [ 'name' => 'ServiceName', 'in' => 'path', 'schema' => ['title' => '服务名字', 'description' => '服务名字。如何查看服务名称,请参见[ListServices ](~~412109~~)。', 'type' => 'string', 'required' => true, 'example' => 'echo'], ], [ 'name' => 'body', 'in' => 'body', 'style' => 'json', 'schema' => [ 'description' => '请求Body。', 'type' => 'object', 'properties' => [ 'Version' => ['description' => '服务要切换的目标版本,INT类型,取值需要大于0且小于服务当前的版本。', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'example' => '1'], ], 'required' => false, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '返回结果。', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => 'Id of the request', 'description' => '请求ID。', 'type' => 'string', 'example' => '40325405-579C-4D82****'], 'Message' => ['description' => '返回结果信息。', 'type' => 'string', 'example' => 'Service [foo] in region [cn-shanghai] is starting'], ], ], ], 400 => [], 403 => [], ], 'title' => '切换服务版本', 'summary' => '更新服务的当前版本,用于服务在历史版本的切换,可实现回滚功能。', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'UpdateServiceVersion'], ], ], 'ramActions' => [ [ 'operationType' => 'update', 'ramAction' => [ 'action' => 'eas:UpdateServiceVersion', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Service', 'arn' => 'acs:eas:{#regionId}:{#accountId}:service/{#ServiceName}'], ], ], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82****\\",\\n \\"Message\\": \\"Service [foo] in region [cn-shanghai] is starting\\"\\n}","errorExample":""},{"type":"xml","example":"","errorExample":""}]', ], 'UpdateVirtualResource' => [ 'path' => '/api/v2/virtualresources/{ClusterId}/{VirtualResourceId}', 'methods' => ['put'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/json'], 'produces' => ['application/json'], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'update', 'abilityTreeCode' => '238299', 'abilityTreeNodes' => ['FEATURElearnRPDTZG'], 'tenantRelevance' => 'tenant', ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'path', 'schema' => ['title' => '虚拟资源所在的集群ID', 'description' => '虚拟资源组所在的地域。', 'type' => 'string', 'required' => true, 'example' => 'cn-hangzhou'], ], [ 'name' => 'VirtualResourceId', 'in' => 'path', 'schema' => ['title' => '虚拟资源的ID', 'description' => '虚拟资源组ID。', 'type' => 'string', 'required' => true, 'example' => 'eas-vr-npovr28onap1xxxxxx'."\n"], ], [ 'name' => 'body', 'in' => 'body', 'style' => 'json', 'schema' => [ 'description' => '请求Body。', 'type' => 'object', 'properties' => [ 'Resources' => [ 'title' => '虚拟资源所包含的资源列表,如果指定,将会覆盖先前的数据', 'description' => '虚拟资源组包含的资源列表。'."\n" .'>如果指定,将会覆盖先前的数据。>', 'type' => 'array', 'items' => [ 'description' => '资源详情。', 'type' => 'object', 'properties' => [ 'Region' => ['title' => '资源所在的集群ID', 'description' => '资源所在地域。', 'type' => 'string', 'required' => false, 'example' => 'cn-hangzhou'], 'Priority' => ['title' => '资源的使用优先级', 'description' => '资源调度优先级。数字越大,调度优先级越高。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '6'], 'InstanceType' => ['title' => '资源所使用的实例规格,如果使用公共资源组,则必须指定该字段。(注意: 用户必须指定InstanceType、ResourceId和QuotaId中的一个字段,且只能指定一个。)', 'description' => '公共资源组机型规格。'."\n" .'>用户必须指定InstanceType、ResourceId和QuotaId中的一个字段,且只能指定一个。>', 'type' => 'string', 'required' => false, 'example' => 'ecs.s6-c1m2.xlarge'."\n"], 'ResourceId' => ['title' => '资源ID,如果该资源组为EAS专属资源组,则需要指定该字段。(注意: 用户必须指定InstanceType、ResourceId和QuotaId其中的一个字段,且只能指定一个。)', 'description' => '专属资源组ID。如何查询专属资源组ID,请参见[ListResources](~~412133~~)。'."\n" .'>用户必须指定InstanceType、ResourceId和QuotaId中的一个字段,且只能指定一个。>', 'type' => 'string', 'required' => false, 'example' => 'eas-r-g55ieatgg3butwrn7a'], 'QuotaId' => ['title' => '灵骏资源的ID,如果该资源为灵骏智算资源组,则需要指定该字段。(注意: 用户必须指定InstanceType、ResourceId和QuotaId中的一个字段,且只能指定一个。)', 'description' => '灵骏资源配额ID。'."\n" .'>用户必须指定InstanceType、ResourceId和QuotaId中的一个字段,且只能指定一个。>', 'type' => 'string', 'required' => false, 'example' => 'quota185lqf994k6'], 'SpotPriceLimit' => ['title' => '实例规格的竞拍价格,如果资源为抢占类型,则需要指定该字段。', 'description' => '公共资源组抢占实例价格上限。'."\n" .'不设置代表不使用抢占式实例。>', 'type' => 'number', 'format' => 'float', 'required' => false, 'example' => '10.05'], ], 'required' => false, ], 'required' => false, ], 'VirtualResourceName' => ['title' => '虚拟资源的名称,如果不指定,默认和虚拟资源的ID相同', 'description' => '新的虚拟资源组名称。', 'type' => 'string', 'required' => false, 'example' => 'NewMyVirtualResource'], 'DisableSpotProtectionPeriod' => ['description' => '是否关闭竞价型实例保留时长', 'type' => 'boolean', 'required' => false, 'example' => 'true'], ], 'required' => false, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '返回结果。', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => 'Id of the request', 'description' => '请求ID。', 'type' => 'string', 'example' => '40325405-579C-4D82****'], 'Message' => ['description' => '操作结果信息。', 'type' => 'string', 'example' => 'Successfully updated virtual resource eas-vr-npovr28onap1xxxxxx'], ], ], ], ], 'staticInfo' => ['returnType' => 'synchronous'], 'title' => '更新虚拟资源组信息', 'summary' => '更新虚拟资源组信息。', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'UpdateVirtualResource'], ], ], 'ramActions' => [ [ 'operationType' => 'update', 'ramAction' => [ 'action' => 'eas:UpdateVirtualResource', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'VirtualResource', 'arn' => 'acs:eas:{#regionId}:{#accountId}:virtualresource/{#VirtualResourceId}'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"40325405-579C-4D82****\\",\\n \\"Message\\": \\"Successfully updated virtual resource eas-vr-npovr28onap1xxxxxx\\"\\n}","type":"json"}]', ], ], 'endpoints' => [ ['regionId' => 'cn-zhongwei', 'regionName' => '西北2(中卫)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'pai-eas.cn-zhongwei.aliyuncs.com', 'endpoint' => 'pai-eas.cn-zhongwei.aliyuncs.com', 'vpc' => 'pai-eas-manage-vpc.cn-zhongwei.aliyuncs.com'], ['regionId' => 'cn-wulanchabu', 'regionName' => '华北6(乌兰察布)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'pai-eas.cn-wulanchabu.aliyuncs.com', 'endpoint' => 'pai-eas.cn-wulanchabu.aliyuncs.com', 'vpc' => 'pai-eas-manage-vpc.cn-wulanchabu.aliyuncs.com'], ['regionId' => 'cn-beijing', 'regionName' => '华北2(北京)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'pai-eas.cn-beijing.aliyuncs.com', 'endpoint' => 'pai-eas.cn-beijing.aliyuncs.com', 'vpc' => 'pai-eas-manage-vpc.cn-beijing.aliyuncs.com'], ['regionId' => 'cn-shanghai', 'regionName' => '华东2(上海)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'pai-eas.cn-shanghai.aliyuncs.com', 'endpoint' => 'pai-eas.cn-shanghai.aliyuncs.com', 'vpc' => 'pai-eas-manage-vpc.cn-shanghai.aliyuncs.com'], ['regionId' => 'cn-hongkong', 'regionName' => '中国香港', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'pai-eas.cn-hongkong.aliyuncs.com', 'endpoint' => 'pai-eas.cn-hongkong.aliyuncs.com', 'vpc' => 'pai-eas-manage-vpc.cn-hongkong.aliyuncs.com'], ['regionId' => 'cn-heyuan', 'regionName' => '华南2(河源)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'pai-eas.cn-heyuan.aliyuncs.com', 'endpoint' => 'pai-eas.cn-heyuan.aliyuncs.com', 'vpc' => 'pai-eas-manage-vpc.cn-heyuan.aliyuncs.com'], ['regionId' => 'cn-zhangjiakou', 'regionName' => '华北3(张家口)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'pai-eas.cn-zhangjiakou.aliyuncs.com', 'endpoint' => 'pai-eas.cn-zhangjiakou.aliyuncs.com', 'vpc' => 'pai-eas-manage-vpc.cn-zhangjiakou.aliyuncs.com'], ['regionId' => 'cn-shenzhen', 'regionName' => '华南1(深圳)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'pai-eas.cn-shenzhen.aliyuncs.com', 'endpoint' => 'pai-eas.cn-shenzhen.aliyuncs.com', 'vpc' => 'pai-eas-manage-vpc.cn-shenzhen.aliyuncs.com'], ['regionId' => 'ap-northeast-2', 'regionName' => '韩国(首尔)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'pai-eas.ap-northeast-2.aliyuncs.com', 'endpoint' => 'pai-eas.ap-northeast-2.aliyuncs.com', 'vpc' => 'pai-eas-manage-vpc.ap-northeast-2.aliyuncs.com'], ['regionId' => 'ap-northeast-1', 'regionName' => '日本(东京)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'pai-eas.ap-northeast-1.aliyuncs.com', 'endpoint' => 'pai-eas.ap-northeast-1.aliyuncs.com', 'vpc' => 'pai-eas-manage-vpc.ap-northeast-1.aliyuncs.com'], ['regionId' => 'cn-chengdu', 'regionName' => '西南1(成都)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'pai-eas.cn-chengdu.aliyuncs.com', 'endpoint' => 'pai-eas.cn-chengdu.aliyuncs.com', 'vpc' => 'pai-eas-manage-vpc.cn-chengdu.aliyuncs.com'], ['regionId' => 'cn-guangzhou', 'regionName' => '华南3(广州)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'pai-eas.cn-guangzhou.aliyuncs.com', 'endpoint' => 'pai-eas.cn-guangzhou.aliyuncs.com', 'vpc' => 'pai-eas-manage-vpc.cn-guangzhou.aliyuncs.com'], ['regionId' => 'ap-southeast-1', 'regionName' => '新加坡', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'pai-eas.ap-southeast-1.aliyuncs.com', 'endpoint' => 'pai-eas.ap-southeast-1.aliyuncs.com', 'vpc' => 'pai-eas-manage-vpc.ap-southeast-1.aliyuncs.com'], ['regionId' => 'ap-southeast-3', 'regionName' => '马来西亚(吉隆坡)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'pai-eas.ap-southeast-3.aliyuncs.com', 'endpoint' => 'pai-eas.ap-southeast-3.aliyuncs.com', 'vpc' => 'pai-eas-manage-vpc.ap-southeast-3.aliyuncs.com'], ['regionId' => 'ap-southeast-5', 'regionName' => '印度尼西亚(雅加达)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'pai-eas.ap-southeast-5.aliyuncs.com', 'endpoint' => 'pai-eas.ap-southeast-5.aliyuncs.com', 'vpc' => 'pai-eas-manage-vpc.ap-southeast-5.aliyuncs.com'], ['regionId' => 'ap-southeast-7', 'regionName' => '泰国(曼谷)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'pai-eas.ap-southeast-7.aliyuncs.com', 'endpoint' => 'pai-eas.ap-southeast-7.aliyuncs.com', 'vpc' => 'pai-eas-manage-vpc.ap-southeast-7.aliyuncs.com'], ['regionId' => 'cn-hangzhou', 'regionName' => '华东1(杭州)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'pai-eas.cn-hangzhou.aliyuncs.com', 'endpoint' => 'pai-eas.cn-hangzhou.aliyuncs.com', 'vpc' => 'pai-eas-manage-vpc.cn-hangzhou.aliyuncs.com'], ['regionId' => 'ap-southeast-8', 'regionName' => '马来西亚(柔佛州)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'pai-eas.ap-southeast-8.aliyuncs.com', 'endpoint' => 'pai-eas.ap-southeast-8.aliyuncs.com', 'vpc' => 'pai-eas-manage-vpc.ap-southeast-8.aliyuncs.com'], ['regionId' => 'us-east-1', 'regionName' => '美国(弗吉尼亚)', 'areaId' => 'europeAmerica', 'areaName' => '欧洲与美洲', 'public' => 'pai-eas.us-east-1.aliyuncs.com', 'endpoint' => 'pai-eas.us-east-1.aliyuncs.com', 'vpc' => 'pai-eas-manage-vpc.us-east-1.aliyuncs.com'], ['regionId' => 'us-southeast-1', 'regionName' => '美国(亚特兰大)', 'areaId' => 'europeAmerica', 'areaName' => '欧洲与美洲', 'public' => 'pai-eas.us-southeast-1.aliyuncs.com', 'endpoint' => 'pai-eas.us-southeast-1.aliyuncs.com', 'vpc' => 'pai-eas-manage-vpc.us-southeast-1.aliyuncs.com'], ['regionId' => 'us-west-1', 'regionName' => '美国(硅谷)', 'areaId' => 'europeAmerica', 'areaName' => '欧洲与美洲', 'public' => 'pai-eas.us-west-1.aliyuncs.com', 'endpoint' => 'pai-eas.us-west-1.aliyuncs.com', 'vpc' => 'pai-eas-manage-vpc.us-west-1.aliyuncs.com'], ['regionId' => 'eu-central-1', 'regionName' => '德国(法兰克福)', 'areaId' => 'europeAmerica', 'areaName' => '欧洲与美洲', 'public' => 'pai-eas.eu-central-1.aliyuncs.com', 'endpoint' => 'pai-eas.eu-central-1.aliyuncs.com', 'vpc' => 'pai-eas-manage-vpc.eu-central-1.aliyuncs.com'], ['regionId' => 'me-east-1', 'regionName' => '阿联酋(迪拜)', 'areaId' => 'middleEast', 'areaName' => '中东', 'public' => 'pai-eas.me-east-1.aliyuncs.com', 'endpoint' => 'pai-eas.me-east-1.aliyuncs.com', 'vpc' => 'pai-eas-manage-vpc.me-east-1.aliyuncs.com'], ['regionId' => 'me-central-1', 'regionName' => '沙特(利雅得)', 'areaId' => 'middleEast', 'areaName' => '中东', 'public' => 'pai-eas.me-central-1.aliyuncs.com', 'endpoint' => 'pai-eas.me-central-1.aliyuncs.com', 'vpc' => 'pai-eas-manage-vpc.me-central-1.aliyuncs.com'], ['regionId' => 'cn-shanghai-finance-1', 'regionName' => '华东2 金融云', 'areaId' => 'industryCloud', 'areaName' => '行业云', 'public' => 'pai-eas.cn-shanghai-finance-1.aliyuncs.com', 'endpoint' => 'pai-eas.cn-shanghai-finance-1.aliyuncs.com', 'vpc' => 'pai-eas-manage-vpc.cn-shanghai-finance-1.aliyuncs.com'], ], 'errorCodes' => [], 'changeSet' => [ [ 'apis' => [ ['description' => 'Request parameters changed', 'api' => 'CreateResource'], ['description' => 'Request parameters changed', 'api' => 'CreateResourceInstances'], ['description' => 'Request parameters changed', 'api' => 'ListResourceInstances'], ], 'createdAt' => '2025-02-05T11:07:08.000Z', 'description' => '', ], [ 'apis' => [ ['description' => 'Request parameters changed', 'api' => 'CreateVirtualResource'], ['description' => 'Response parameters changed', 'api' => 'DescribeVirtualResource'], ['description' => 'Request parameters changed', 'api' => 'ListResourceInstanceWorker'], ['description' => 'Request parameters changed', 'api' => 'ListResources'], ['description' => 'Response parameters changed', 'api' => 'ListVirtualResource'], ['description' => 'Request parameters changed', 'api' => 'UpdateVirtualResource'], ], 'createdAt' => '2025-01-21T08:57:07.000Z', 'description' => '', ], [ 'apis' => [ ['description' => 'Request parameters changed', 'api' => 'ReleaseService'], ], 'createdAt' => '2025-01-13T08:38:57.000Z', 'description' => '', ], [ 'apis' => [ ['description' => 'Response parameters changed', 'api' => 'DescribeResource'], ], 'createdAt' => '2024-12-10T08:41:54.000Z', 'description' => '', ], [ 'apis' => [ ['description' => 'Response parameters changed', 'api' => 'DescribeGateway'], ['description' => 'Response parameters changed', 'api' => 'ListGateway'], ['description' => 'Request parameters changed', 'api' => 'UpdateGateway'], ], 'createdAt' => '2024-11-28T05:36:13.000Z', 'description' => '', ], [ 'apis' => [ ['description' => 'Request parameters changed', 'api' => 'CreateAclPolicy'], ['description' => 'Request parameters changed', 'api' => 'ListAclPolicy'], ], 'createdAt' => '2024-10-11T02:05:56.000Z', 'description' => '', ], [ 'apis' => [ ['description' => 'Request parameters changed, Response parameters changed', 'api' => 'ListGateway'], ], 'createdAt' => '2024-10-11T02:05:16.000Z', 'description' => '', ], [ 'apis' => [ ['description' => 'Request parameters changed', 'api' => 'CreateGateway'], ], 'createdAt' => '2024-10-11T02:03:57.000Z', 'description' => '', ], [ 'apis' => [ ['description' => 'Request parameters changed', 'api' => 'ListServices'], ], 'createdAt' => '2024-10-08T11:21:11.000Z', 'description' => '', ], [ 'apis' => [ ['description' => 'Response parameters changed', 'api' => 'ListAclPolicy'], ], 'createdAt' => '2024-09-02T02:24:09.000Z', 'description' => '', ], [ 'apis' => [ ['description' => 'Request parameters changed', 'api' => 'CloneService'], ], 'createdAt' => '2024-08-19T02:57:45.000Z', 'description' => '', ], [ 'apis' => [ ['description' => 'Request parameters changed', 'api' => 'CreateGateway'], ['description' => 'Response parameters changed', 'api' => 'DescribeGateway'], ['description' => 'Request parameters changed', 'api' => 'ListServices'], ['description' => 'Request parameters changed', 'api' => 'UpdateGateway'], ], 'createdAt' => '2024-07-31T09:23:38.000Z', 'description' => '', ], [ 'apis' => [ ['description' => 'Request parameters changed', 'api' => 'CreateResourceLog'], ['description' => 'Request parameters changed', 'api' => 'DescribeServiceCronScaler'], ['description' => 'Request parameters changed', 'api' => 'DescribeSpotDiscountHistory'], ], 'createdAt' => '2024-07-19T09:17:51.000Z', 'description' => '', ], [ 'apis' => [ ['description' => 'Request parameters changed', 'api' => 'ListServices'], ['description' => 'Response parameters changed', 'api' => 'ListServiceVersions'], ], 'createdAt' => '2024-01-23T13:07:17.000Z', 'description' => '', ], [ 'apis' => [ ['description' => 'Request parameters changed', 'api' => 'UpdateAppService'], ], 'createdAt' => '2024-01-16T14:09:38.000Z', 'description' => '', ], [ 'apis' => [ ['description' => 'Request parameters changed', 'api' => 'UpdateService'], ], 'createdAt' => '2023-12-26T09:25:36.000Z', 'description' => '', ], [ 'apis' => [ ['description' => 'Request parameters changed', 'api' => 'UpdateGateway'], ], 'createdAt' => '2023-11-16T09:00:20.000Z', 'description' => '', ], [ 'apis' => [ ['description' => 'Request parameters changed, Response parameters changed', 'api' => 'CreateService'], ['description' => 'Request parameters changed', 'api' => 'ListGroups'], ['description' => 'Request parameters changed', 'api' => 'ListServices'], ], 'createdAt' => '2023-09-01T08:10:47.000Z', 'description' => '', ], [ 'apis' => [ ['description' => 'Request parameters changed', 'api' => 'CreateResource'], ['description' => 'Request parameters changed', 'api' => 'UpdateResource'], ], 'createdAt' => '2023-08-25T09:36:29.000Z', 'description' => '', ], [ 'apis' => [ ['description' => 'Request parameters changed', 'api' => 'CreateResource'], ['description' => 'Response parameters changed, Response parameters changed', 'api' => 'DescribeResource'], ['description' => 'Request parameters changed', 'api' => 'ListResources'], ['description' => 'Request parameters changed', 'api' => 'UpdateResource'], ], 'createdAt' => '2023-08-24T06:58:37.000Z', 'description' => '', ], [ 'apis' => [ ['description' => 'Response parameters changed', 'api' => 'DeleteServiceLabel'], ['description' => 'Response parameters changed', 'api' => 'UpdateServiceLabel'], ], 'createdAt' => '2023-08-09T02:09:13.000Z', 'description' => '', ], [ 'apis' => [ ['description' => 'Request parameters changed', 'api' => 'DeleteServiceInstances'], ], 'createdAt' => '2023-06-06T06:07:16.000Z', 'description' => '', ], [ 'apis' => [ ['description' => 'Request parameters changed', 'api' => 'CreateServiceAutoScaler'], ['description' => 'Request parameters changed', 'api' => 'UpdateServiceAutoScaler'], ], 'createdAt' => '2023-05-17T07:24:15.000Z', 'description' => '', ], [ 'apis' => [ ['description' => 'Request parameters changed', 'api' => 'DescribeServiceLog'], ], 'createdAt' => '2023-05-09T06:45:44.000Z', 'description' => '', ], [ 'apis' => [ ['description' => 'Request parameters changed', 'api' => 'ListResourceInstances'], ['description' => 'Request parameters changed', 'api' => 'ListServiceInstances'], ['description' => 'Request parameters changed, Response parameters changed', 'api' => 'ListServices'], ], 'createdAt' => '2023-05-06T09:55:23.000Z', 'description' => '', ], [ 'apis' => [ ['description' => 'Response parameters changed', 'api' => 'CreateResource'], ['description' => 'Response parameters changed', 'api' => 'CreateResourceInstances'], ], 'createdAt' => '2023-04-24T10:27:44.000Z', 'description' => '', ], [ 'apis' => [ ['description' => 'Request parameters changed, Response parameters changed', 'api' => 'CreateResource'], ['description' => 'Request parameters changed, Response parameters changed', 'api' => 'CreateResourceInstances'], ], 'createdAt' => '2023-04-18T04:39:41.000Z', 'description' => '', ], [ 'apis' => [ ['description' => 'Request parameters changed, Response parameters changed', 'api' => 'DescribeServiceEvent'], ], 'createdAt' => '2023-03-31T08:42:05.000Z', 'description' => '', ], [ 'apis' => [ ['description' => 'Request parameters changed, Response parameters changed', 'api' => 'CreateResource'], ['description' => 'Request parameters changed, Response parameters changed', 'api' => 'CreateResourceInstances'], ], 'createdAt' => '2023-03-24T08:24:25.000Z', 'description' => '', ], [ 'apis' => [ ['description' => 'Request parameters changed', 'api' => 'DescribeServiceLog'], ], 'createdAt' => '2023-03-24T08:23:07.000Z', 'description' => '', ], [ 'apis' => [ ['description' => 'Response parameters changed', 'api' => 'CreateService'], ], 'createdAt' => '2023-01-05T03:16:41.000Z', 'description' => '增加CreateService timeout', ], [ 'apis' => [ ['description' => 'Request parameters changed', 'api' => 'CreateService'], ], 'createdAt' => '2023-01-04T03:36:06.000Z', 'description' => '新增Restart API', ], [ 'apis' => [ ['description' => 'Request parameters changed', 'api' => 'ListServices'], ], 'createdAt' => '2022-12-27T01:55:33.000Z', 'description' => '增加ServiceTag相关接口', ], [ 'apis' => [ ['description' => 'Request parameters changed', 'api' => 'UpdateService'], ], 'createdAt' => '2022-12-07T06:47:31.000Z', 'description' => '修改为必填参数', ], [ 'apis' => [ ['description' => 'Request parameters changed', 'api' => 'ListServices'], ], 'createdAt' => '2022-12-05T04:33:56.000Z', 'description' => 'ListService API新增查询参数ParentServiceUid和ServiceType;ListServiceInstance新增响应参数Role和ResourceType。', ], [ 'apis' => [ ['description' => 'Request parameters changed', 'api' => 'ListBenchmarkTask'], ], 'createdAt' => '2022-11-30T08:37:46.000Z', 'description' => '修复问题', ], [ 'apis' => [ ['description' => 'Request parameters changed', 'api' => 'ListResourceInstances'], ['description' => 'Request parameters changed', 'api' => 'ListResources'], ], 'createdAt' => '2022-11-29T06:36:44.000Z', 'description' => '新增查询过滤参数', ], [ 'apis' => [ ['description' => 'Response parameters changed', 'api' => 'DescribeBenchmarkTask'], ['description' => 'Request parameters changed, Response parameters changed', 'api' => 'DescribeBenchmarkTaskReport'], ['description' => 'Request parameters changed, Response parameters changed', 'api' => 'ListBenchmarkTask'], ], 'createdAt' => '2022-11-02T09:46:49.000Z', 'description' => '更新压测相关api', ], [ 'apis' => [ ['description' => 'OpenAPI offline', 'api' => 'DescribeGroup'], ['description' => 'OpenAPI offline', 'api' => 'ListGroups'], ['description' => 'Request parameters changed', 'api' => 'ListServices'], ], 'createdAt' => '2022-09-27T03:18:06.000Z', 'description' => '新增服务组API', ], [ 'apis' => [ ['description' => 'Request parameters changed', 'api' => 'CreateServiceAutoScaler'], ['description' => 'Request parameters changed', 'api' => 'CreateServiceAutoScaler'], ['description' => 'Response parameters changed', 'api' => 'DescribeServiceAutoScaler'], ['description' => 'Response parameters changed', 'api' => 'DescribeServiceAutoScaler'], ['description' => 'Request parameters changed', 'api' => 'UpdateServiceAutoScaler'], ['description' => 'Request parameters changed', 'api' => 'UpdateServiceAutoScaler'], ], 'createdAt' => '2022-09-16T08:40:24.000Z', 'description' => '修改Autoscaler接口参数定义,通过scaleStrategies替代strategies', ], [ 'apis' => [ ['description' => 'OpenAPI offline', 'api' => 'ListServiceVersions'], ], 'createdAt' => '2022-09-05T08:17:03.000Z', 'description' => '新增Versions接口,列举服务历史版本信息。', ], [ 'apis' => [ ['description' => 'Response parameters changed', 'api' => 'CreateBenchmarkTask'], ], 'createdAt' => '2022-08-30T11:20:39.000Z', 'description' => ' 修改CreateBenchmarkTask api 返回参数', ], [ 'apis' => [ ['description' => 'Request parameters changed', 'api' => 'ReleaseService'], ], 'createdAt' => '2022-08-11T06:07:58.000Z', 'description' => '增加部分字段', ], [ 'apis' => [ ['description' => 'Request parameters changed', 'api' => 'CreateServiceAutoScaler'], ['description' => 'Response parameters changed', 'api' => 'DescribeServiceAutoScaler'], ['description' => 'Request parameters changed', 'api' => 'UpdateServiceAutoScaler'], ], 'createdAt' => '2022-08-05T07:05:50.000Z', 'description' => '更新Autoscaler字段', ], [ 'apis' => [ ['description' => 'OpenAPI offline', 'api' => 'CreateBenchmarkTask'], ['description' => 'OpenAPI offline', 'api' => 'DeleteBenchmarkTask'], ['description' => 'OpenAPI offline', 'api' => 'DescribeBenchmarkTask'], ['description' => 'OpenAPI offline', 'api' => 'ListBenchmarkTask'], ['description' => 'OpenAPI offline', 'api' => 'StartBenchmarkTask'], ['description' => 'OpenAPI offline', 'api' => 'StopBenchmarkTask'], ['description' => 'OpenAPI offline', 'api' => 'UpdateBenchmarkTask'], ], 'createdAt' => '2022-05-27T03:23:30.000Z', 'description' => 'eas benchmark api上线', ], [ 'apis' => [ ['description' => 'OpenAPI offline', 'api' => 'DescribeBenchmarkTaskReport'], ], 'createdAt' => '2022-05-27T03:20:47.000Z', 'description' => 'eas benchmark api上线', ], [ 'apis' => [ ['description' => 'OpenAPI offline', 'api' => 'ListStresses'], ], 'createdAt' => '2022-05-18T12:31:12.000Z', 'description' => '新增ListStresses api', ], [ 'apis' => [ ['description' => 'OpenAPI offline', 'api' => 'CreateStress'], ['description' => 'OpenAPI offline', 'api' => 'DeleteStress'], ['description' => 'OpenAPI offline', 'api' => 'DescribeStress'], ['description' => 'OpenAPI offline', 'api' => 'ReportStress'], ['description' => 'OpenAPI offline', 'api' => 'StartStress'], ['description' => 'OpenAPI offline', 'api' => 'StopStress'], ['description' => 'OpenAPI offline', 'api' => 'UpdateStress'], ], 'createdAt' => '2022-05-18T12:27:15.000Z', 'description' => '新增stress api', ], [ 'apis' => [ ['description' => 'Request parameters changed', 'api' => 'ListResourceInstances'], ], 'createdAt' => '2022-05-10T11:41:52.000Z', 'description' => 'ListResouceInstance增加付费类型过滤', ], [ 'apis' => [ ['description' => 'OpenAPI offline', 'api' => 'CreateServiceCronScaler'], ['description' => 'OpenAPI offline', 'api' => 'DeleteServiceCronScaler'], ['description' => 'Response parameters changed, Response parameters changed', 'api' => 'DescribeResource'], ['description' => 'OpenAPI offline', 'api' => 'DescribeServiceCronScaler'], ['description' => 'OpenAPI offline', 'api' => 'UpdateServiceCronScaler'], ], 'createdAt' => '2022-02-24T03:15:31.000Z', 'description' => '增加定时扩缩容相关接口', ], [ 'apis' => [ ['description' => 'Response parameters changed', 'api' => 'DescribeResourceDLink'], ], 'createdAt' => '2021-12-08T12:01:19.000Z', 'description' => '增加Accesstoken', ], [ 'apis' => [ ['description' => 'Request parameters changed', 'api' => 'ListServices'], ], 'createdAt' => '2021-11-22T08:57:10.000Z', 'description' => '更新api', ], [ 'apis' => [ ['description' => 'Request parameters changed', 'api' => 'CreateResource'], ], 'createdAt' => '2021-11-22T06:34:41.000Z', 'description' => '去掉多余参数', ], ], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ListResources'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ReleaseService'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeVirtualResource'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ListResourceInstanceWorker'], ['threshold' => '-1', 'countWindow' => 1, 'regionId' => '*'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ListAclPolicy'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeGroupEndpoints'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'StartService'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'UpdateAppService'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeResourceLog'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ListGateway'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'CreateVirtualResource'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeServiceAutoScaler'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeGroup'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ListGatewayIntranetSupportedZone'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'UpdateVirtualResource'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'StopService'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'CreateGatewayIntranetLinkedVpcPeer'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeResource'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'CreateService'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'CloneService'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'UpdateGateway'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'UpdateService'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ListGatewayIntranetLinkedVpc'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'RestartService'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeResourceDLink'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'UpdateBenchmarkTask'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ListResourceInstances'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DeleteServiceAutoScaler'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DeleteServiceMirror'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DeleteVirtualResource'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ListBenchmarkTask'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DeleteResourceDLink'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'CreateResourceInstances'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeMachineSpec'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DeleteResource'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DeleteServiceCronScaler'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DeleteGatewayIntranetLinkedVpcPeer'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeServiceSignedUrl'], ['threshold' => '5', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeServiceLog'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'CreateServiceMirror'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'StopBenchmarkTask'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ListVirtualResource'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeGateway'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'CreateAclPolicy'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DeleteServiceLabel'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeBenchmarkTask'], ['threshold' => '200', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeService'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'UpdateResourceInstance'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'CreateResource'], ['threshold' => '300', 'countWindow' => 60, 'regionId' => '*', 'api' => 'ListServices'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ListGatewayDomains'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ListTenantAddons'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'UpdateServiceVersion'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ListServiceContainers'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'CreateBenchmarkTask'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeServiceMirror'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeServiceEndpoints'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'UpdateServiceInstance'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'CreateGatewayIntranetLinkedVpc'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeServiceInstanceDiagnosis'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'UpdateServiceAutoScaler'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DetachGatewayDomain'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DeleteResourceLog'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeServiceEvent'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ListServiceVersions'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'UpdateResourceDLink'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DeleteServiceInstances'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ListResourceServices'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DeleteService'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'StartBenchmarkTask'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'UpdateResource'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'CreateAppService'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'CreateGateway'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ListGroups'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'UpdateServiceCronScaler'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ListServiceInstances'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'CommitService'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeRegions'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ReinstallTenantAddon'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'CreateServiceCronScaler'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'UpdateServiceSafetyLock'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeBenchmarkTaskReport'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeServiceDiagnosis'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DeleteGateway'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DeleteResourceInstanceLabel'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'AttachGatewayDomain'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DeleteResourceInstances'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'UpdateResourceInstanceLabel'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'CreateResourceLog'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DevelopService'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeSpotDiscountHistory'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'CreateServiceAutoScaler'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DeleteBenchmarkTask'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DeleteGatewayIntranetLinkedVpc'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'UpdateServiceLabel'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeServiceCronScaler'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DeleteAclPolicy'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'UpdateServiceMirror'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ListGatewayIntranetLinkedVpcPeer'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'UpdateGroup'], ], ], 'ram' => [ 'productCode' => 'PAI', 'productName' => '人工智能平台 PAI', 'ramCodes' => ['paiplugin', 'eas', 'pai', 'datasetacc', 'featurestore', 'paidlc', 'paiitag', 'paidesigner', 'paitraining', 'paiartlab', 'paicomponentmanagement'], 'ramLevel' => '资源级', 'ramConditions' => [], 'ramActions' => [ [ 'apiName' => 'ListServiceContainers', 'description' => '查询服务的容器列表', 'operationType' => 'get', 'ramAction' => [ 'action' => 'eas:ListServiceContainers', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Service', 'arn' => 'acs:eas:{#regionId}:{#accountId}:service/{#ServiceName}'], ], ], ], [ 'apiName' => 'ListAclPolicy', 'description' => '查询网关访问权限列表', 'operationType' => 'list', 'ramAction' => [ 'action' => 'eas:ListAclPolicy', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Gateway', 'arn' => 'acs:eas:{#regionId}:{#accountId}:gateway/{#GatewayId}'], ], ], ], [ 'apiName' => 'StartService', 'description' => '启动服务', 'operationType' => 'update', 'ramAction' => [ 'action' => 'eas:StartService', 'authLevel' => 'resource', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Service', 'arn' => 'acs:eas:{#regionId}:{#accountId}:service/{#ServiceName}'], ], ], ], [ 'apiName' => 'MigrateResourceInstance', 'description' => '资源组机器实例迁移', 'operationType' => 'none', 'ramAction' => [ 'action' => 'eas:MigrateResourceInstance', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'DescribeResourceLog', 'description' => '查看资源组日志投递信息', 'operationType' => 'get', 'ramAction' => [ 'action' => 'eas:DescribeResourceLog', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Resource', 'arn' => 'acs:eas:{#regionId}:{#accountId}:resource/{#ResourceId}'], ], ], ], [ 'apiName' => 'DeleteResourceLog', 'description' => '关闭资源组日志投递', 'operationType' => 'delete', 'ramAction' => [ 'action' => 'eas:DeleteResourceLog', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Resource', 'arn' => 'acs:eas:{#regionId}:{#accountId}:resource/{#ResourceId}'], ], ], ], [ 'apiName' => 'UpdateServiceInstance', 'description' => '更新服务实例属性', 'operationType' => 'update', 'ramAction' => [ 'action' => 'eas:UpdateServiceInstance', 'authLevel' => 'resource', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Service', 'arn' => 'acs:eas:{#regionId}:{#accountId}:service/{#ServiceName}'], ], ], ], [ 'apiName' => 'DescribeVirtualResource', 'description' => '查看虚拟资源组详情', 'operationType' => 'get', 'ramAction' => [ 'action' => 'eas:DescribeVirtualResource', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'VirtualResource', 'arn' => 'acs:eas:{#regionId}:{#accountId}:virtualresource/{#VirtualResourceId}'], ], ], ], [ 'apiName' => 'UpdateServiceSafetyLock', 'description' => '更新服务安全锁', 'operationType' => 'update', 'ramAction' => [ 'action' => 'eas:UpdateServiceSafetyLock', 'authLevel' => 'resource', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Service', 'arn' => 'acs:eas:{#regionId}:{#accountId}:service/{#ServiceName}'], ], ], ], [ 'apiName' => 'UpdateServiceCronScaler', 'description' => '更新服务定时扩缩容配置', 'operationType' => 'update', 'ramAction' => [ 'action' => 'eas:UpdateServiceCronScaler', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Service', 'arn' => 'acs:eas:{#regionId}:{#accountId}:service/{#ServiceName}'], ], ], ], [ 'apiName' => 'CloneService', 'description' => '复制服务', 'operationType' => 'create', 'ramAction' => [ 'action' => 'eas:CloneService', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'ListResourceInstanceWorker', 'description' => '查询资源组工作实例列表', 'operationType' => 'get', 'ramAction' => [ 'action' => 'eas:ListResourceInstanceWorker', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Resource', 'arn' => 'acs:eas:{#regionId}:{#accountId}:resource/{#ResourceId}'], ], ], ], [ 'apiName' => 'StopService', 'description' => '停止服务', 'operationType' => 'update', 'ramAction' => [ 'action' => 'eas:StopService', 'authLevel' => 'resource', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Service', 'arn' => 'acs:eas:{#regionId}:{#accountId}:service/{#ServiceName}'], ], ], ], [ 'apiName' => 'CreateAppService', 'description' => '创建应用服务', 'operationType' => 'create', 'ramAction' => [ 'action' => 'eas:CreateAppService', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'DeleteServiceInstances', 'description' => '重启服务实例', 'operationType' => 'delete', 'ramAction' => [ 'action' => 'eas:DeleteServiceInstances', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Service', 'arn' => 'acs:eas:{#regionId}:{#accountId}:service/{#ServiceName}'], ], ], ], [ 'apiName' => 'ListServiceVersions', 'description' => '查询服务历史版本', 'operationType' => 'list', 'ramAction' => [ 'action' => 'eas:ListServiceVersions', 'authLevel' => 'resource', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Service', 'arn' => 'acs:eas:{#regionId}:{#accountId}:service/{#ServiceName}'], ], ], ], [ 'apiName' => 'CommitService', 'description' => 'Commit容器并发布', 'operationType' => 'update', 'ramAction' => [ 'action' => 'eas:CommitService', 'authLevel' => 'resource', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Service', 'arn' => 'acs:eas:{#regionId}:{#accountId}:service/{#ServiceName}'], ], ], ], [ 'apiName' => 'ListResourceServices', 'description' => '查询资源组中的服务列表', 'operationType' => 'get', 'ramAction' => [ 'action' => 'eas:ListResourceServices', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Resource', 'arn' => 'acs:eas:{#regionId}:{#accountId}:resource/{#ResourceId}'], ], ], ], [ 'apiName' => 'CreateAclPolicy', 'description' => '创建网关访问权限', 'operationType' => 'create', 'ramAction' => [ 'action' => 'eas:CreateAclPolicy', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Gateway', 'arn' => 'acs:eas:{#regionId}:{#accountId}:gateway/{#GatewayId}'], ], ], ], [ 'apiName' => 'ListResourceInstances', 'description' => '查询资源组机器列表', 'operationType' => 'get', 'ramAction' => [ 'action' => 'eas:ListResourceInstances', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Resource', 'arn' => 'acs:eas:{#regionId}:{#accountId}:resource/{#ResourceId}'], ], ], ], [ 'apiName' => 'UpdateServiceAutoScaler', 'description' => '更新服务自动扩缩容配置', 'operationType' => 'update', 'ramAction' => [ 'action' => 'eas:UpdateServiceAutoScaler', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Service', 'arn' => 'acs:eas:{#regionId}:{#accountId}:service/{#ServiceName}'], ], ], ], [ 'apiName' => 'ReinstallTenantAddon', 'description' => '更新租户插件信息', 'operationType' => 'update', 'ramAction' => [ 'action' => 'eas:ReinstallTenantAddon', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'DeleteService', 'description' => '删除服务', 'operationType' => 'delete', 'ramAction' => [ 'action' => 'eas:DeleteService', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Service', 'arn' => 'acs:eas:{#regionId}:{#accountId}:service/{#ServiceName}'], ], ], ], [ 'apiName' => 'DescribeGateway', 'description' => '查看私有网关详情', 'operationType' => 'get', 'ramAction' => [ 'action' => 'eas:DescribeGateway', 'authLevel' => 'resource', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Gateway', 'arn' => 'acs:eas:{#regionId}:{#accountId}:gateway/{#GatewayId}'], ], ], ], [ 'apiName' => 'UpdateServiceLabel', 'description' => '更新服务标签', 'operationType' => 'update', 'ramAction' => [ 'action' => 'eas:UpdateServiceLabel', 'authLevel' => 'resource', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Service', 'arn' => 'acs:eas:{#regionId}:{#accountId}:service/{#ServiceName}'], ], ], ], [ 'apiName' => 'ListTenantAddons', 'description' => '查看租户插件列表', 'operationType' => 'get', 'ramAction' => [ 'action' => 'eas:ListTenantAddons', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'DescribeServiceInstanceDiagnosis', 'description' => '查看服务实例诊断详情', 'operationType' => 'get', 'ramAction' => [ 'action' => 'eas:DescribeServiceInstanceDiagnosis', 'authLevel' => 'resource', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Service', 'arn' => 'acs:eas:{#regionId}:{#accountId}:service/{#ServiceName}'], ], ], ], [ 'apiName' => 'CreateBenchmarkTask', 'description' => '创建压测任务', 'operationType' => '', 'ramAction' => [ 'action' => 'eas:CreateBenchmarkTask', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'BenchmarkTask', 'arn' => 'acs:eas:{#regionId}:{#accountId}:benchmarktask/*'], ], ], ], [ 'apiName' => 'DeleteGateway', 'description' => '删除私有网关', 'operationType' => 'delete', 'ramAction' => [ 'action' => 'eas:DeleteGateway', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Gateway', 'arn' => 'acs:eas:{#regionId}:{#accountId}:gateway/{#GatewayId}'], ], ], ], [ 'apiName' => 'CreateVirtualResource', 'description' => '创建虚拟资源组', 'operationType' => 'create', 'ramAction' => [ 'action' => 'eas:CreateVirtualResource', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'VirtualResource', 'arn' => 'acs:eas:{#regionId}:{#accountId}:virtualresource/*'], ], ], ], [ 'apiName' => 'DeleteAclPolicy', 'description' => '移除网关访问权限', 'operationType' => 'delete', 'ramAction' => [ 'action' => 'eas:DeleteAclPolicy', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Gateway', 'arn' => 'acs:eas:{#regionId}:{#accountId}:gateway/{#GatewayId}'], ], ], ], [ 'apiName' => 'CreateGatewayIntranetLinkedVpc', 'description' => '创建私有网关内网访问端点', 'operationType' => 'create', 'ramAction' => [ 'action' => 'eas:CreateGatewayIntranetLinkedVpc', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Gateway', 'arn' => 'acs:eas:{#regionId}:{#accountId}:gateway/{#GatewayId}'], ], ], ], [ 'apiName' => 'DeleteGatewayIntranetLinkedVpcPeer', 'description' => '删除对等专有网络', 'operationType' => 'delete', 'ramAction' => [ 'action' => 'eas:DeleteGatewayIntranetLinkedVpcPeer', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'CreateGateway', 'description' => '创建私有网关', 'operationType' => 'create', 'ramAction' => [ 'action' => 'eas:CreateGateway', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Gateway', 'arn' => 'acs:eas:{#regionId}:{#accountId}:gateway/*'], ], ], ], [ 'apiName' => 'ListResources', 'description' => '查询资源组列表', 'operationType' => 'get', 'ramAction' => [ 'action' => 'eas:ListResources', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Resource', 'arn' => 'acs:eas:{#regionId}:{#accountId}:resource/*'], ], ], ], [ 'apiName' => 'UpdateGateway', 'description' => '更新私有网关', 'operationType' => 'update', 'ramAction' => [ 'action' => 'eas:UpdateGateway', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Gateway', 'arn' => 'acs:eas:{#regionId}:{#accountId}:gateway/{#GatewayId}'], ], ], ], [ 'apiName' => 'CreateServiceCronScaler', 'description' => '开通服务定时扩缩容', 'operationType' => 'create', 'ramAction' => [ 'action' => 'eas:CreateServiceCronScaler', 'authLevel' => 'resource', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'DescribeServiceSignedUrl', 'description' => '获取服务免登录Web链接', 'operationType' => 'none', 'ramAction' => [ 'action' => 'eas:DescribeServiceSignedUrl', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'ListGatewayIntranetLinkedVpcPeer', 'description' => '查询对等专有网络列表', 'operationType' => 'list', 'ramAction' => [ 'action' => 'eas:ListGatewayIntranetLinkedVpcPeer', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'UpdateResource', 'description' => '更新资源组信息', 'operationType' => 'update', 'ramAction' => [ 'action' => 'eas:UpdateResource', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Resource', 'arn' => 'acs:eas:{#regionId}:{#accountId}:resource/{#resourceId}'], ], ], ], [ 'apiName' => 'CreateResourceLog', 'description' => '开通资源组日志投递 ', 'operationType' => 'create', 'ramAction' => [ 'action' => 'eas:CreateResourceLog', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Resource', 'arn' => 'acs:eas:{#regionId}:{#accountId}:resource/{#ResourceId}'], ], ], ], [ 'apiName' => 'DetachGatewayDomain', 'description' => '解绑网关自定义域名', 'operationType' => 'delete', 'ramAction' => [ 'action' => 'eas:DetachGatewayDomain', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'CreateServiceMirror', 'description' => '开通服务流量镜像', 'operationType' => 'create', 'ramAction' => [ 'action' => 'eas:CreateServiceMirror', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Service', 'arn' => 'acs:eas:{#regionId}:{#accountId}:service/{#ServiceName}'], ], ], ], [ 'apiName' => 'ListGateway', 'description' => '查询私有网关列表', 'operationType' => 'list', 'ramAction' => [ 'action' => 'eas:ListGateway', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'UpdateBenchmarkTask', 'description' => '更新压测任务', 'operationType' => '', 'ramAction' => [ 'action' => 'eas:UpdateBenchmarkTask', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'BenchmarkTask', 'arn' => 'acs:eas:{#regionId}:{#accountId}:benchmarktask/{#BenchmarkTaskId}'], ], ], ], [ 'apiName' => 'StartBenchmarkTask', 'description' => '启动压测任务', 'operationType' => '', 'ramAction' => [ 'action' => 'eas:StartBenchmarkTask', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'BenchmarkTask', 'arn' => 'acs:eas:{#regionId}:{#accountId}:benchmarktask/{#BenchmarkTaskId}'], ], ], ], [ 'apiName' => 'DescribeServiceCronScaler', 'description' => '查看服务定时扩缩容信息', 'operationType' => 'get', 'ramAction' => [ 'action' => 'eas:DescribeServiceCronScaler', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Service', 'arn' => 'acs:eas:{#regionId}:{#accountId}:service/{#ServiceName}'], ], ], ], [ 'apiName' => 'UpdateResourceInstanceLabel', 'description' => '更新资源组机器实例标签', 'operationType' => 'update', 'ramAction' => [ 'action' => 'eas:UpdateResourceInstanceLabel', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'UpdateAppService', 'description' => '更新应用服务', 'operationType' => 'update', 'ramAction' => [ 'action' => 'eas:UpdateAppService', 'authLevel' => 'resource', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'DeleteGatewayIntranetLinkedVpc', 'description' => '删除私有网关内网访问端点', 'operationType' => 'delete', 'ramAction' => [ 'action' => 'eas:DeleteGatewayIntranetLinkedVpc', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Gateway', 'arn' => 'acs:eas:{#regionId}:{#accountId}:gateway/{#GatewayId}'], ], ], ], [ 'apiName' => 'CreateGatewayIntranetLinkedVpcPeer', 'description' => '添加对等专有网络', 'operationType' => 'create', 'ramAction' => [ 'action' => 'eas:CreateGatewayIntranetLinkedVpcPeer', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'UpdateService', 'description' => '更新服务', 'operationType' => 'update', 'ramAction' => [ 'action' => 'eas:UpdateService', 'authLevel' => 'resource', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Service', 'arn' => 'acs:eas:{#regionId}:{#accountId}:service/{#ServiceName}'], ], ], ], [ 'apiName' => 'ListConfigs', 'description' => '查询动态参数列表', 'operationType' => 'get', 'ramAction' => [ 'action' => 'eas:ListConfigs', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'DeleteBenchmarkTask', 'description' => '删除压测任务', 'operationType' => '', 'ramAction' => [ 'action' => 'eas:DeleteBenchmarkTask', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'BenchmarkTask', 'arn' => 'acs:eas:{#regionId}:{#accountId}:benchmarktask/{#BenchmarkTaskId}'], ], ], ], [ 'apiName' => 'DeleteServiceMirror', 'description' => '关闭服务流量镜像', 'operationType' => 'delete', 'ramAction' => [ 'action' => 'eas:DeleteServiceMirror', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Service', 'arn' => 'acs:eas:{#regionId}:{#accountId}:service/{#ServiceName}'], ], ], ], [ 'apiName' => 'UpdateServiceVersion', 'description' => '切换服务版本', 'operationType' => 'update', 'ramAction' => [ 'action' => 'eas:UpdateServiceVersion', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Service', 'arn' => 'acs:eas:{#regionId}:{#accountId}:service/{#ServiceName}'], ], ], ], [ 'apiName' => 'ScaleService', 'description' => '伸缩服务', 'operationType' => 'update', 'ramAction' => [ 'action' => 'eas:ScaleService', 'authLevel' => 'resource', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'UpdateGatewayLabel', 'description' => '更新网关标签', 'operationType' => 'update', 'ramAction' => [ 'action' => 'eas:UpdateGatewayLabel', 'authLevel' => 'resource', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Service', 'arn' => 'acs:eas:{#regionId}:{#accountId}:gateway/{#GatewayId}'], ], ], ], [ 'apiName' => 'DeleteResourceDLink', 'description' => '关闭资源组VPC直连', 'operationType' => 'delete', 'ramAction' => [ 'action' => 'eas:DeleteResourceDLink', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Resource', 'arn' => 'acs:eas:{#regionId}:{#accountId}:resource/{#ResourceId}'], ], ], ], [ 'apiName' => 'ListGatewayIntranetLinkedVpc', 'description' => '查看私有网关内网访问端点列表', 'operationType' => 'list', 'ramAction' => [ 'action' => 'eas:ListGatewayIntranetLinkedVpc', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Gateway', 'arn' => 'acs:eas:{#regionId}:{#accountId}:gateway/{#GatewayId}'], ], ], ], [ 'apiName' => 'UpdateGroup', 'description' => '更新服务组', 'operationType' => 'update', 'ramAction' => [ 'action' => 'eas:UpdateGroup', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'DescribeServiceMirror', 'description' => '查看服务流量镜像信息', 'operationType' => 'get', 'ramAction' => [ 'action' => 'eas:DescribeServiceMirror', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Service', 'arn' => 'acs:eas:{#regionId}:{#accountId}:service/{#ServiceName}'], ], ], ], [ 'apiName' => 'CreateService', 'description' => '创建服务', 'operationType' => 'create', 'ramAction' => [ 'action' => 'eas:CreateService', 'authLevel' => 'resource', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'DeleteResourceInstances', 'description' => '删除资源组机器实例', 'operationType' => 'delete', 'ramAction' => [ 'action' => 'eas:DeleteResourceInstances', 'authLevel' => 'resource', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'ResourceInstance', 'arn' => 'acs:eas:{#regionId}:{#accountId}:resource/{#ResourceId}'], ], ], ], [ 'apiName' => 'AttachGatewayDomain', 'description' => '绑定网关自定义域名', 'operationType' => 'update', 'ramAction' => [ 'action' => 'eas:AttachGatewayDomain', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'UpdateResourceDLink', 'description' => '更新资源组VPC直连配置', 'operationType' => 'update', 'ramAction' => [ 'action' => 'eas:UpdateResourceDLink', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Resource', 'arn' => 'acs:eas:{#regionId}:{#accountId}:resource/{#ResourceId}'], ], ], ], [ 'apiName' => 'DeleteServiceAutoScaler', 'description' => '关闭服务自动扩缩容', 'operationType' => 'delete', 'ramAction' => [ 'action' => 'eas:DeleteServiceAutoScaler', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Service', 'arn' => 'acs:eas:{#regionId}:{#accountId}:service/{#ServiceName}'], ], ], ], [ 'apiName' => 'DevelopService', 'description' => '开发服务', 'operationType' => 'update', 'ramAction' => [ 'action' => 'eas:DevelopService', 'authLevel' => 'resource', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Service', 'arn' => 'acs:eas:{#regionId}:{#accountId}:service/{#ServiceName}'], ], ], ], [ 'apiName' => 'DeleteServiceCronScaler', 'description' => '关闭服务定时扩缩容', 'operationType' => 'delete', 'ramAction' => [ 'action' => 'eas:DeleteServiceCronScaler', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Service', 'arn' => 'acs:eas:{#regionId}:{#accountId}:service/{#ServiceName}'], ], ], ], [ 'apiName' => 'UpdateServiceMirror', 'description' => '更新服务流量镜像配置', 'operationType' => 'update', 'ramAction' => [ 'action' => 'eas:UpdateServiceMirror', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Service', 'arn' => 'acs:eas:{#regionId}:{#accountId}:service/{#ServiceName}'], ], ], ], [ 'apiName' => 'RestartService', 'description' => '重启服务', 'operationType' => 'update', 'ramAction' => [ 'action' => 'eas:RestartService', 'authLevel' => 'resource', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'DescribeResourceDLink', 'description' => '查看资源组VPC直连信息', 'operationType' => 'get', 'ramAction' => [ 'action' => 'eas:DescribeResourceDLink', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Resource', 'arn' => 'acs:eas:{#regionId}:{#accountId}:resource/{#ResourceId}'], ], ], ], [ 'apiName' => 'DeleteVirtualResource', 'description' => '删除虚拟资源组', 'operationType' => 'delete', 'ramAction' => [ 'action' => 'eas:DeleteVirtualResource', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'VirtualResource', 'arn' => 'acs:eas:{#regionId}:{#accountId}:virtualresource/{#VirtualResourceId}'], ], ], ], [ 'apiName' => 'ListGatewayDomains', 'description' => '查询网关自定义域名列表', 'operationType' => 'list', 'ramAction' => [ 'action' => 'eas:ListGatewayDomains', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'UpdateResourceInstance', 'description' => '更新资源组机器实例', 'operationType' => 'update', 'ramAction' => [ 'action' => 'eas:UpdateResourceInstance', 'authLevel' => 'resource', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Resource', 'arn' => 'acs:eas:{#regionId}:{#accountId}:resource/{#ResourceId}'], ], ], ], [ 'apiName' => 'UpdateVirtualResource', 'description' => '更新虚拟资源组信息', 'operationType' => 'update', 'ramAction' => [ 'action' => 'eas:UpdateVirtualResource', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'VirtualResource', 'arn' => 'acs:eas:{#regionId}:{#accountId}:virtualresource/{#VirtualResourceId}'], ], ], ], [ 'apiName' => 'DescribeBenchmarkTaskReport', 'description' => '查看压测任务测试报告', 'operationType' => 'get', 'ramAction' => [ 'action' => 'eas:DescribeBenchmarkTaskReport', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'BenchmarkTask', 'arn' => 'acs:eas:{#regionId}:{#accountId}:benchmarktask/{#BenchmarkTaskId}'], ], ], ], [ 'apiName' => 'StopBenchmarkTask', 'description' => '停止压测任务', 'operationType' => '', 'ramAction' => [ 'action' => 'eas:StopBenchmarkTask', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'BenchmarkTask', 'arn' => 'acs:eas:{#regionId}:{#accountId}:benchmarktask/{#BenchmarkTaskId}'], ], ], ], [ 'apiName' => 'DescribeServiceDiagnosis', 'description' => '查看服务诊断详情', 'operationType' => 'get', 'ramAction' => [ 'action' => 'eas:DescribeServiceDiagnosis', 'authLevel' => 'resource', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Service', 'arn' => 'acs:eas:{#regionId}:{#accountId}:service/{#ServiceName}'], ], ], ], [ 'apiName' => 'DescribeServiceEvent', 'description' => '查询服务事件', 'operationType' => 'get', 'ramAction' => [ 'action' => 'eas:DescribeServiceEvent', 'authLevel' => 'resource', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Service', 'arn' => 'acs:eas:{#regionId}:{#accountId}:service/{#ServiceName}'], ], ], ], [ 'apiName' => 'DescribeServiceAutoScaler', 'description' => '查看服务自动扩缩容信息', 'operationType' => 'get', 'ramAction' => [ 'action' => 'eas:DescribeServiceAutoScaler', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Service', 'arn' => 'acs:eas:{#regionId}:{#accountId}:service/{#ServiceName}'], ], ], ], [ 'apiName' => 'DeleteServiceLabel', 'description' => '删除服务标签', 'operationType' => 'update', 'ramAction' => [ 'action' => 'eas:DeleteServiceLabel', 'authLevel' => 'resource', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Service', 'arn' => 'acs:eas:{#regionId}:{#accountId}:service/{#ServiceName}'], ], ], ], [ 'apiName' => 'ListGroups', 'description' => '查看服务组列表', 'operationType' => 'get', 'ramAction' => [ 'action' => 'eas:ListGroups', 'authLevel' => 'resource', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'CreateResource', 'description' => '创建资源组', 'operationType' => 'create', 'ramAction' => [ 'action' => 'eas:CreateResource', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Resource', 'arn' => 'acs:eas:{#regionId}:{#accountId}:resource/*'], ], ], ], [ 'apiName' => 'CreateServiceAutoScaler', 'description' => '开通服务自动扩缩容', 'operationType' => 'create', 'ramAction' => [ 'action' => 'eas:CreateServiceAutoScaler', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Service', 'arn' => 'acs:eas:{#regionId}:{#accountId}:service/{#ServiceName}'], ], ], ], [ 'apiName' => 'CreateResourceInstances', 'description' => '创建资源组机器', 'operationType' => 'create', 'ramAction' => [ 'action' => 'eas:CreateResourceInstances', 'authLevel' => 'resource', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'ResourceInstance', 'arn' => 'acs:eas:{#regionId}:{#accountId}:resource/{#ResourceId}'], ], ], ], [ 'apiName' => 'DescribeServiceLog', 'description' => '查看服务日志', 'operationType' => 'get', 'ramAction' => [ 'action' => 'eas:DescribeServiceLog', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Service', 'arn' => 'acs:eas:{#regionId}:{#accountId}:service/{#ServiceName}'], ], ], ], [ 'apiName' => 'ListServiceInstances', 'description' => '查询服务实例列表', 'operationType' => 'get', 'ramAction' => [ 'action' => 'eas:ListServiceInstances', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Service', 'arn' => 'acs:eas:{#regionId}:{#accountId}:service/{#ServiceName}'], ], ], ], [ 'apiName' => 'DeleteResource', 'description' => '删除资源组', 'operationType' => 'delete', 'ramAction' => [ 'action' => 'eas:DeleteResource', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Resource', 'arn' => 'acs:eas:{#regionId}:{#accountId}:resource/{#ResourceId}'], ], ], ], [ 'apiName' => 'ListBenchmarkTask', 'description' => '查询压测任务列表', 'operationType' => 'list', 'ramAction' => [ 'action' => 'eas:ListBenchmarkTask', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'BenchmarkTask', 'arn' => 'acs:eas:{#regionId}:{#accountId}:benchmarktask/*'], ], ], ], [ 'apiName' => 'DescribeBenchmarkTask', 'description' => '查看压测任务详情', 'operationType' => 'get', 'ramAction' => [ 'action' => 'eas:DescribeBenchmarkTask', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'BenchmarkTask', 'arn' => 'acs:eas:{#regionId}:{#accountId}:benchmarktask/{#BenchmarkTaskId}'], ], ], ], [ 'apiName' => 'DescribeGroup', 'description' => '查看服务群组详情', 'operationType' => 'get', 'ramAction' => [ 'action' => 'eas:DescribeGroup', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'DescribeService', 'description' => '查询服务详情', 'operationType' => 'get', 'ramAction' => [ 'action' => 'eas:DescribeService', 'authLevel' => 'resource', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Service', 'arn' => 'acs:eas:{#regionId}:{#accountId}:service/{#ServiceName}'], ], ], ], [ 'apiName' => 'ListGatewayIntranetSupportedZone', 'description' => '查询私有网关内网支持可用区', 'operationType' => 'get', 'ramAction' => [ 'action' => 'eas:ListGatewayIntranetSupportedZone', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'ListServices', 'description' => '查询服务列表', 'operationType' => 'get', 'ramAction' => [ 'action' => 'eas:ListServices', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Service', 'arn' => 'acs:eas:{#regionId}:{#accountId}:service/*'], ], ], ], [ 'apiName' => 'ListVirtualResource', 'description' => '查询虚拟资源组列表', 'operationType' => 'list', 'ramAction' => [ 'action' => 'eas:ListVirtualResource', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'VirtualResource', 'arn' => 'acs:eas:{#regionId}:{#accountId}:virtualresource/*'], ], ], ], [ 'apiName' => 'DescribeResource', 'description' => '查看资源组详情', 'operationType' => 'get', 'ramAction' => [ 'action' => 'eas:DescribeResource', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Resource', 'arn' => 'acs:eas:{#regionId}:{#accountId}:resource/{#ResourceId}'], ], ], ], [ 'apiName' => 'DescribeServiceEndpoints', 'description' => '获取服务端点列表', 'operationType' => 'get', 'ramAction' => [ 'action' => 'eas:DescribeServiceEndpoints', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'CreateServiceInstanceToken', 'description' => '获取连接服务实例的 URL', 'operationType' => 'get', 'ramAction' => [ 'action' => 'eas:CreateServiceInstanceToken', 'authLevel' => 'resource', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => 'Service', 'arn' => 'acs:eas:{#regionId}:{#accountId}:service/{#ServiceName}'], ], ], ], [ 'apiName' => 'DescribeServiceRollout', 'description' => '查看服务更新计划', 'operationType' => 'get', 'ramAction' => [ 'action' => 'eas:DescribeServiceRollout', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'PAI', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], 'resourceTypes' => [ ['validationType' => 'always', 'resourceType' => 'Service', 'arn' => 'acs:eas:{#regionId}:{#accountId}:service/{#ServiceName}'], ['validationType' => 'always', 'resourceType' => 'Gateway', 'arn' => 'acs:eas:{#regionId}:{#accountId}:gateway/{#GatewayId}'], ['validationType' => 'always', 'resourceType' => 'Resource', 'arn' => 'acs:eas:{#regionId}:{#accountId}:resource/{#ResourceId}'], ['validationType' => 'always', 'resourceType' => 'VirtualResource', 'arn' => 'acs:eas:{#regionId}:{#accountId}:virtualresource/{#VirtualResourceId}'], ['validationType' => 'always', 'resourceType' => 'BenchmarkTask', 'arn' => 'acs:eas:{#regionId}:{#accountId}:benchmarktask/*'], ['validationType' => 'always', 'resourceType' => 'VirtualResource', 'arn' => 'acs:eas:{#regionId}:{#accountId}:virtualresource/*'], ['validationType' => 'always', 'resourceType' => 'Gateway', 'arn' => 'acs:eas:{#regionId}:{#accountId}:gateway/*'], ['validationType' => 'always', 'resourceType' => 'Resource', 'arn' => 'acs:eas:{#regionId}:{#accountId}:resource/*'], ['validationType' => 'always', 'resourceType' => 'Service', 'arn' => 'acs:paiplugin:{#regionId}:{#accountId}:service/{#ServiceName}'], ['validationType' => 'always', 'resourceType' => 'BenchmarkTask', 'arn' => 'acs:eas:{#regionId}:{#accountId}:benchmarktask/{#BenchmarkTaskId}'], ['validationType' => 'always', 'resourceType' => 'Service', 'arn' => 'acs:eas:{#regionId}:{#accountId}:gateway/{#GatewayId}'], ['validationType' => 'always', 'resourceType' => 'Group', 'arn' => 'acs:eas:{#regionId}:{#accountId}:group/*'], ['validationType' => 'always', 'resourceType' => 'ResourceInstance', 'arn' => 'acs:eas:{#regionId}:{#accountId}:resource/{#ResourceId}'], ['validationType' => 'always', 'resourceType' => 'Service', 'arn' => 'acs:eas:{#regionId}:{#accountId}:service/*'], ], ], ];