'1.0', 'info' => ['style' => 'RPC', 'product' => 'EHPC', 'version' => '2018-04-12'], 'directories' => [ [ 'children' => ['AddLocalNodes'], 'type' => 'directory', 'title' => 'Hybrid cloud cluster', ], [ 'children' => ['ListAvailableEcsTypes'], 'type' => 'directory', 'title' => 'ECS instance', ], [ 'children' => ['StartNodes', 'StopNodes', 'ResetNodes', 'DeleteNodes'], 'type' => 'directory', 'title' => 'Node', ], [ 'children' => ['SetQueue'], 'type' => 'directory', 'title' => 'Queue', ], [ 'children' => ['DescribeServerlessJobs'], 'type' => 'directory', 'title' => 'Serverless job', ], [ 'children' => ['GetAccountingReport'], 'type' => 'directory', 'title' => 'Report', ], [ 'children' => ['QueryServicePackAndPrice'], 'type' => 'directory', 'title' => 'Service plan', ], [ 'children' => [ 'AddExistedNodes', 'AddNodes', 'AddQueue', 'AddSecurityGroup', 'AddUsers', 'ApplyNodes', 'CreateCluster', 'CreateHybridCluster', 'CreateJobFile', 'CreateJobTemplate', 'DeleteCluster', 'DeleteJobTemplates', 'DeleteJobs', 'DeleteQueue', 'DeleteSecurityGroup', 'DeleteUsers', 'DescribeAutoScaleConfig', 'DescribeCluster', 'DescribeImagePrice', 'DescribeJob', 'DescribePrice', 'EditJobTemplate', 'GetAutoScaleConfig', 'GetCloudMetricLogs', 'GetCloudMetricProfiling', 'GetClusterVolumes', 'GetHybridClusterConfig', 'GetIfEcsTypeSupportHtConfig', 'GetJobLog', 'GetPostScripts', 'GetSchedulerInfo', 'GetVisualServiceStatus', 'InitializeEHPC', 'InstallSoftware', 'InvokeShellCommand', 'ListCloudMetricProfilings', 'ListClusterLogs', 'ListClusters', 'ListClustersMeta', 'ListCommands', 'ListCommunityImages', 'ListCpfsFileSystems', 'ListCurrentClientVersion', 'ListCustomImages', 'ListFileSystemWithMountTargets', 'ListImages', 'ListInstalledSoftware', 'ListInvocationResults', 'ListInvocationStatus', 'ListJobTemplates', 'ListJobs', 'ListJobsWithFilters', 'ListNodes', 'ListNodesByQueue', 'ListNodesNoPaging', 'ListPreferredEcsTypes', 'ListQueues', 'ListRegions', 'ListSecurityGroups', 'ListServerlessJobs', 'ListSoftwares', 'ListTagResources', 'ListTasks', 'ListUpgradeClients', 'ListUsers', 'ListUsersAsync', 'ListVolumes', 'ModifyClusterAttributes', 'ModifyUserGroups', 'ModifyUserPasswords', 'ModifyVisualServicePasswd', 'RecoverCluster', 'RerunJobs', 'RunCloudMetricProfiling', 'SetAutoScaleConfig', 'SetPostScripts', 'SetSchedulerInfo', 'StartCluster', 'StartVisualService', 'StopCluster', 'StopJobs', 'StopServerlessJobs', 'StopVisualService', 'SubmitJob', 'SubmitServerlessJob', 'SyncUsers', 'TagResources', 'UnTagResources', 'UninstallSoftware', 'UpdateClusterVolumes', 'UpdateQueueConfig', 'UpgradeClient', ], 'title' => 'Others', 'type' => 'directory', ], ], 'components' => [ 'schemas' => [], ], 'apis' => [ 'AddExistedNodes' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => ['autoTest' => false, 'tenantRelevance' => 'publicInformation'], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => ['description' => 'The ID of the cluster.'."\n" ."\n" .'You can call the [ListClusters](~~87116~~) operation to query the cluster ID.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'ehpc-hz-FYUr32****', 'title' => ''], ], [ 'name' => 'ImageId', 'in' => 'query', 'schema' => ['description' => 'The ID of the image that is specified for the compute nodes. The image must meet the following requirements:'."\n" ."\n" .'* The operating system that is specified for the image must be the same as that of the existing cluster nodes. For example, if the operating system of the cluster nodes is CentOS, you can select only a CentOS image.'."\n" ."\n" .'> If you add nodes to a hybrid cloud cluster that supports multiple operating systems, you can select a Windows Server image or a CentOS image when the operating system of the cluster nodes is Windows.'."\n" ."\n" .'* The major version of the image specified for the compute nodes that you want to add must be the same as that of the image of the cluster. For example, if the version of the cluster image is CentOS 7.x, the version of the image specified for the compute nodes must be CentOS 7.x.'."\n" ."\n" .'You can call the [ListImages](~~87213~~) and [ListCustomImages](~~87215~~) operations to query the image ID.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'centos_7_06_64_20G_alibase_20190711.vhd', 'title' => ''], ], [ 'name' => 'JobQueue', 'in' => 'query', 'schema' => ['description' => 'The queue in the cluster to which the node is to be added.'."\n", 'type' => 'string', 'required' => false, 'example' => 'workq', 'title' => ''], ], [ 'name' => 'ImageOwnerAlias', 'in' => 'query', 'schema' => ['description' => 'The type of the images. Valid values:'."\n" ."\n" .'* system: public image.'."\n" .'* self: custom image'."\n" .'* others: shared image'."\n" .'* marketplace: Alibaba Cloud Marketplace image'."\n" ."\n" .'Default value: system.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'system', 'title' => ''], ], [ 'name' => 'Instance', 'in' => 'query', 'style' => 'repeatList', 'schema' => [ 'description' => 'The information about the node that you want to add.'."\n", 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'object', 'properties' => [ 'Id' => ['description' => 'The Nth node ID. N starts from 1. Valid values: 1 to 100.'."\n", 'type' => 'string', 'required' => true, 'example' => 'i-bp16mxn6mt3t7ftk****', 'title' => ''], ], 'required' => false, 'title' => '', ], 'required' => true, 'maxItems' => 100, 'title' => '', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'TaskId' => ['description' => 'The task ID.'."\n", 'type' => 'string', 'example' => '04F0F334-1335-436C-A1D7-6C044FE7****', 'title' => ''], 'RequestId' => ['description' => 'The request ID.'."\n", 'type' => 'string', 'example' => '04F0F334-1335-436C-A1D7-6C044FE7****', 'title' => ''], ], 'description' => '', 'title' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParams', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => 'The specified parameter %s is invalid.'], ['errorCode' => 'NotEnabled', 'errorMessage' => 'You have not enabled this service', 'description' => 'You have not enabled this service'], ['errorCode' => 'InDebt', 'errorMessage' => 'Your account has overdue payments.', 'description' => 'Your account has overdue payments.'], ], 403 => [ ['errorCode' => 'TooManyComputes', 'errorMessage' => 'The number of computing nodes exceeds the quota.', 'description' => 'The number of computing nodes exceeds the quota.'], ['errorCode' => 'InvalidClusterStatus', 'errorMessage' => 'The operation failed due to invalid cluster status.', 'description' => 'The cluster status does not support the operation.'], ['errorCode' => 'InvalidOpt', 'errorMessage' => 'The specified operation is invalid. Please try again later. If the problem still exists, submit a ticket.', 'description' => ''], ['errorCode' => 'ConflictOpt', 'errorMessage' => 'A conflicting operation is running.', 'description' => 'A conflicting operation is running. Please try again later.'], ['errorCode' => 'ImageNotSupported', 'errorMessage' => 'The specified image is not supported.', 'description' => 'The specified image does not exist. Change the image and try again.'], ], [ ['errorCode' => 'ImageNotFound', 'errorMessage' => 'The specified image does not exist.', 'description' => 'The specified image does not exist. Please verify the parameter.'], ['errorCode' => 'ClusterNotFound', 'errorMessage' => 'The specified cluster does not exist.', 'description' => 'The specified instance does not exist.'], ['errorCode' => 'VolumeNotFound', 'errorMessage' => 'The specified volume does not exist.', 'description' => 'The specified storage does not exist. Please verify the parameter.'], ['errorCode' => 'ManagerNotFound', 'errorMessage' => 'The manager nodes do not exist or their status is abnormal.', 'description' => 'The manager nodes do not exist or their status is abnormal.'], ['errorCode' => 'ObjectNotFound', 'errorMessage' => 'The specified object is not found.', 'description' => 'The specified object does not exist. Please verify the parameter.'], ], 406 => [ ['errorCode' => 'EcsError', 'errorMessage' => 'An error occurred while calling the ECS API operation.', 'description' => 'ECS API call error. %s'], ['errorCode' => 'DbError', 'errorMessage' => 'A database service error occurred.', 'description' => 'Database request failed.'], ['errorCode' => 'AliyunError', 'errorMessage' => 'An Alibaba Cloud product error occurred.', 'description' => 'Alibaba Cloud product error. %s'], ], [ ['errorCode' => 'NotAuthorized', 'errorMessage' => 'You are not authorized by RAM for this request.', 'description' => 'The request is not authorized by RAM.'], ], 409 => [ ['errorCode' => 'PartFailure', 'errorMessage' => 'Part of the batch operation failed.', 'description' => 'Part of the batch operation failed.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"TaskId\\": \\"04F0F334-1335-436C-A1D7-6C044FE7****\\",\\n \\"RequestId\\": \\"04F0F334-1335-436C-A1D7-6C044FE7****\\"\\n}","errorExample":""},{"type":"xml","example":"\\n 04F0F334-1335-436C-A1D7-6C044FE7****\\n 04F0F334-1335-436C-A1D7-6C044FE7****\\n","errorExample":""}]', 'title' => 'AddExistedNodes', 'summary' => 'Adds one or more existing ECS instances as compute nodes to a specified cluster.', 'description' => '* The compute nodes to be added are in the Stopped state.'."\n" .'* After the compute nodes are added to the cluster, the operating systems of the nodes are replaced with the operating system specified by the ImageId parameter.'."\n" .'* The hosts of the compute nodes must be different from those of the existing compute nodes in the cluster. Otherwise, the add operation fails.', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'AddExistedNodes'], ], ], 'ramActions' => [ [ 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:AddExistedNodes', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], 'AddLocalNodes' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => ['autoTest' => false, 'tenantRelevance' => 'publicInformation'], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => ['description' => 'The cluster ID.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'ehpc-hz-FYUr32****', 'title' => ''], ], [ 'name' => 'Nodes', 'in' => 'query', 'schema' => ['description' => 'A JSON-formatted string that contains the information about the local compute nodes. The information includes the HostName, IpAddress, CpuCores, and Memory (in MB) of each node.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '[{"HostName":"test-HostName","IpAddress":"192.168.**.**"},{"CpuCores":2,"Memory":1024}]', 'title' => ''], ], [ 'name' => 'Queue', 'in' => 'query', 'schema' => ['description' => 'The scheduler queue to which the local compute nodes are added.', 'type' => 'string', 'required' => false, 'example' => 'test.q', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => '04F0F334-1335-436C-A1D7-6C044FE73368', 'title' => ''], 'InstanceIds' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'InstanceId' => [ 'description' => 'A list of information about the local compute nodes in the cluster.', 'title' => '', 'type' => 'array', 'items' => ['description' => 'A list of information about the local compute nodes in the cluster.', 'type' => 'string', 'example' => '[{"HostName":"test-HostName","IpAddress":"192.168.**.**"},{"CpuCores":2,"Memory":1024}]', 'title' => ''], 'example' => '', ], ], 'description' => '', 'title' => '', 'example' => '', ], ], 'description' => '', 'title' => '', 'example' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParams', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => 'The specified parameter %s is invalid.'], ['errorCode' => 'NotEnabled', 'errorMessage' => 'You have not enabled this service', 'description' => 'You have not enabled this service'], ['errorCode' => 'InDebt', 'errorMessage' => 'Your account has overdue payments.', 'description' => 'Your account has overdue payments.'], ], 403 => [ ['errorCode' => 'InvalidClusterStatus', 'errorMessage' => 'The operation failed due to invalid cluster status.', 'description' => 'The cluster status does not support the operation.'], ['errorCode' => 'InvalidOpt', 'errorMessage' => 'The specified operation is invalid. Please try again later. If the problem still exists, submit a ticket.', 'description' => ''], ['errorCode' => 'ConflictOpt', 'errorMessage' => 'A conflicting operation is running.', 'description' => 'A conflicting operation is running. Please try again later.'], ], [ ['errorCode' => 'ClusterNotFound', 'errorMessage' => 'The specified cluster does not exist.', 'description' => 'The specified instance does not exist.'], ['errorCode' => 'VolumeNotFound', 'errorMessage' => 'The specified volume does not exist.', 'description' => 'The specified storage does not exist. Please verify the parameter.'], ['errorCode' => 'ManagerNotFound', 'errorMessage' => 'The manager nodes do not exist or their status is abnormal.', 'description' => 'The manager nodes do not exist or their status is abnormal.'], ['errorCode' => 'ObjectNotFound', 'errorMessage' => 'The specified object is not found.', 'description' => 'The specified object does not exist. Please verify the parameter.'], ], 406 => [ ['errorCode' => 'DbError', 'errorMessage' => 'A database service error occurred.', 'description' => 'Database request failed.'], ], [ ['errorCode' => 'NotAuthorized', 'errorMessage' => 'You are not authorized by RAM for this request.', 'description' => 'The request is not authorized by RAM.'], ], 409 => [ ['errorCode' => 'PartFailure', 'errorMessage' => 'Part of the batch operation failed.', 'description' => 'Part of the batch operation failed.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"04F0F334-1335-436C-A1D7-6C044FE73368\\",\\n \\"InstanceIds\\": {\\n \\"InstanceId\\": [\\n \\"[{\\\\\\"HostName\\\\\\":\\\\\\"test-HostName\\\\\\",\\\\\\"IpAddress\\\\\\":\\\\\\"192.168.**.**\\\\\\"},{\\\\\\"CpuCores\\\\\\":2,\\\\\\"Memory\\\\\\":1024}]\\"\\n ]\\n }\\n}","type":"json"}]', 'title' => 'AddLocalNodes', 'summary' => 'Adds local compute nodes to a hybrid cloud cluster or a cloud cluster.', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'ramActions' => [ [ 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:AddLocalNodes', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'AddLocalNodes'], ], ], ], 'AddNodes' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => ['autoTest' => false, 'tenantRelevance' => 'publicInformation'], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => ['description' => 'The ID of the E-HPC cluster.'."\n" ."\n" .'You can call the [ListClusters](~~87116~~) operation to query the cluster ID.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'ehpc-hz-FYUr32****', 'title' => ''], ], [ 'name' => 'ImageOwnerAlias', 'in' => 'query', 'schema' => ['description' => 'The type of the image. Valid values:'."\n" ."\n" .'* system: public image'."\n" .'* self: custom image'."\n" .'* others: shared image'."\n" .'* marketplace: Alibaba Cloud Marketplace image'."\n" ."\n" .'Default value: system.'."\n", 'type' => 'string', 'required' => false, 'example' => 'system', 'default' => 'system', 'title' => ''], ], [ 'name' => 'ImageId', 'in' => 'query', 'schema' => ['description' => 'The ID of the image that is specified for the compute nodes. The image must meet the following requirements:'."\n" ."\n" .'* The operating system that is specified by the image must be the same as that of the existing cluster nodes. For example, if the operating system of the cluster nodes is CentOS, you can select only a CentOS image.'."\n" ."\n" .'> If you add nodes to a hybrid cloud cluster that supports multiple operating systems, you can select a Windows Server image or a CentOS image when the operating system of nodes is Windows.'."\n" ."\n" .'* The major version of the image specified for the compute nodes that you want to add is the same as that of the image of the cluster. For example, if the version of the cluster image is CentOS 7.x, the version of the image specified for the compute nodes must be CentOS 7.x.'."\n" ."\n" .'You can call the [ListImages](~~87213~~) and [ListCustomImages](~~87215~~) operations to query the image ID.'."\n", 'type' => 'string', 'required' => false, 'example' => 'centos_7_06_64_20G_alibase_20190711.vhd', 'title' => ''], ], [ 'name' => 'Count', 'in' => 'query', 'schema' => ['description' => 'The number of compute nodes that you want to add. Valid values: 1 to 99. The value of this parameter is greater than that of the MinCount parameter.'."\n" ."\n" .'* If the number of available ECS instances is less than the value of the MinCount parameter, the compute nodes cannot be added.'."\n" .'* If the number of available ECS instances is greater than the value of the MinCount parameter and less than that of the Count parameter, the compute nodes are added based on the value of the MinCount parameter.'."\n" .'* If the number of available ECS instances is greater than the value of the Count parameter, the compute nodes are added based on the value of the Count parameter.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => true, 'docRequired' => true, 'example' => '10', 'title' => ''], ], [ 'name' => 'InstanceType', 'in' => 'query', 'schema' => ['description' => 'The instance type of the compute nodes. The default value is the instance type that was specified when you created the E-HPC cluster or the last time when you added compute nodes.'."\n", 'type' => 'string', 'required' => false, 'example' => 'ecs.n1.tiny', 'title' => ''], ], [ 'name' => 'ComputeSpotStrategy', 'in' => 'query', 'schema' => ['description' => 'The preemption policy of the compute nodes. The parameter only takes effect when EcsChargeType is set to PostPaid. Valid values:'."\n" ."\n" .'* NoSpot: The instance is a regular pay-as-you-go instance.'."\n" .'* SpotWithPriceLimit: The policy applies to preemptible instances for which a maximum hourly price is specified.'."\n" .'* SpotAsPriceGo: The compute nodes are preemptible instances for which the market price at the time of purchase is used as the bid price.'."\n" ."\n" .'Default value: NoSpot.'."\n", 'type' => 'string', 'required' => false, 'example' => 'NoSpot', 'title' => ''], ], [ 'name' => 'ComputeSpotPriceLimit', 'in' => 'query', 'schema' => ['description' => 'The maximum hourly price of the compute nodes. The value can be accurate to three decimal places. The parameter only takes effect when SpotStrategy is set to SpotWithPriceLimit.'."\n", 'type' => 'string', 'required' => false, 'example' => '0.68', 'title' => ''], ], [ 'name' => 'EcsChargeType', 'in' => 'query', 'schema' => ['description' => 'The billing method of the compute nodes. Valid values:'."\n" ."\n" .'* PostPaid: pay-as-you-go'."\n" .'* PrePaid: subscription'."\n" ."\n" .'Default value: PostPaid.'."\n" ."\n" .'If the parameter is set to PrePaid, auto-renewal is enabled by default. After the E-HPC cluster is released, auto-renewal is disabled.'."\n", 'type' => 'string', 'required' => false, 'example' => 'PostPaid', 'default' => 'PostPaid', 'title' => ''], ], [ 'name' => 'Period', 'in' => 'query', 'schema' => ['description' => 'The duration of the subscription. The unit of the duration is specified by the PeriodUnit parameter. The parameter only takes effect when InstanceChargeType is set to PrePaid. Valid values:'."\n" ."\n" .'* Valid values when PeriodUnit is set to Week: 1, 2, 3, and 4.'."\n" .'* Valid values when PeriodUnit is set to Month: 1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 24, 36, 48, and 60.'."\n" ."\n" .'Default value: 1.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1', 'title' => ''], ], [ 'name' => 'PeriodUnit', 'in' => 'query', 'schema' => ['description' => 'The unit of the subscription period of the resource. Valid values:'."\n" ."\n" .'* Week'."\n" .'* Month'."\n" ."\n" .'Default value: Month.'."\n", 'type' => 'string', 'required' => false, 'example' => 'Month', 'title' => ''], ], [ 'name' => 'AutoRenew', 'in' => 'query', 'schema' => ['description' => 'Specifies whether to enable auto-renewal. The parameter takes effect only when EcsChargeType is set to PrePaid. Valid values:'."\n" ."\n" .'* true: enables auto-renewal'."\n" .'* false: disables auto-renewal'."\n" ."\n" .'Default value: true.'."\n", 'type' => 'string', 'required' => false, 'example' => 'true', 'default' => 'false', 'title' => ''], ], [ 'name' => 'AutoRenewPeriod', 'in' => 'query', 'schema' => ['description' => 'The auto-renewal period of the subscription compute nodes. The parameter takes effect when AutoRenew is set to true.'."\n" ."\n" .'* Valid values when PeriodUnit is set to Week: 1, 2, and 3.'."\n" .'* Valid values when PeriodUnit is set to Month: 1, 2, 3, 6, and 12.'."\n" ."\n" .'Default value: 1.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1', 'default' => '1', 'title' => ''], ], [ 'name' => 'JobQueue', 'in' => 'query', 'schema' => ['description' => 'The queue to which the compute nodes are added.'."\n", 'type' => 'string', 'required' => false, 'example' => 'workq', 'title' => ''], ], [ 'name' => 'CreateMode', 'in' => 'query', 'schema' => ['description' => 'The mode in which the compute nodes are added. Valid values:'."\n" ."\n" .'* manual: The compute nodes are manually added.'."\n" .'* autoscale: The compute nodes are automatically added.'."\n" ."\n" .'Default value: manual.'."\n", 'type' => 'string', 'required' => false, 'example' => 'manual', 'title' => ''], ], [ 'name' => 'SystemDiskType', 'in' => 'query', 'schema' => ['description' => 'The type of the system disk. Valid values:'."\n" ."\n" .'* cloud_efficiency: ultra disk'."\n" .'* cloud_ssd: SSD'."\n" .'* cloud_essd: enhanced SSD (ESSD)'."\n" .'* cloud: basic disk. Disks of this type are retired.'."\n" ."\n" .'Default value: cloud_efficiency.'."\n", 'type' => 'string', 'required' => false, 'example' => 'cloud_ssd', 'title' => ''], ], [ 'name' => 'SystemDiskSize', 'in' => 'query', 'schema' => ['description' => 'The size of the system disk. Unit: GiB.'."\n" ."\n" .'Valid values: 40 to 500.'."\n" ."\n" .'Default value: 40.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '40', 'title' => ''], ], [ 'name' => 'ZoneId', 'in' => 'query', 'schema' => ['description' => 'The ID of the zone.'."\n", 'type' => 'string', 'required' => false, 'example' => 'cn-hangzhou-b', 'title' => ''], ], [ 'name' => 'VSwitchId', 'in' => 'query', 'schema' => ['description' => 'The ID of the vSwitch.'."\n", 'type' => 'string', 'required' => false, 'example' => 'vsw-bp1lfcjbfb099rrjn****', 'title' => ''], ], [ 'name' => 'HostNamePrefix', 'in' => 'query', 'schema' => ['description' => 'The prefix of the hostname. You can specify the parameter to manage the compute nodes in an efficient manner.'."\n", 'type' => 'string', 'required' => false, 'example' => 'compute', 'title' => ''], ], [ 'name' => 'HostNameSuffix', 'in' => 'query', 'schema' => ['description' => 'The suffix of the hostname. You can specify the parameter to manage the compute nodes in an efficient manner.'."\n", 'type' => 'string', 'required' => false, 'example' => '01', 'title' => ''], ], [ 'name' => 'ComputeEnableHt', 'in' => 'query', 'schema' => ['description' => 'Specifies whether to enable hyper-threading for the compute node. Valid values:'."\n" ."\n" .'* true'."\n" .'* false'."\n" ."\n" .'Default value: true.'."\n", 'type' => 'boolean', 'required' => false, 'example' => 'true', 'title' => ''], ], [ 'name' => 'AllocatePublicAddress', 'in' => 'query', 'schema' => ['description' => 'Specifies whether to allocate a public IP address to the compute nodes. Valid values:'."\n" ."\n" .'* true'."\n" .'* false'."\n" ."\n" .'Default value: false.'."\n", 'type' => 'boolean', 'required' => false, 'example' => 'false', 'default' => 'false', 'title' => ''], ], [ 'name' => 'InternetChargeType', 'in' => 'query', 'schema' => ['description' => 'The billing method of the elastic IP address (EIP). Valid values:'."\n" ."\n" .'* PayByBandwidth: pay-by-bandwidth'."\n" .'* PayByTraffic: pay-by-traffic'."\n", 'type' => 'string', 'required' => false, 'example' => 'PayByTraffic', 'default' => 'PayByTraffic', 'title' => ''], ], [ 'name' => 'InternetMaxBandWidthIn', 'in' => 'query', 'schema' => ['description' => 'The maximum inbound public bandwidth. Unit: Mbit/s. Valid values:'."\n" ."\n" .'* If the purchased outbound public bandwidth is less than or equal to 10 Mbit/s, the valid values of the parameter are 1 to 10 and the default value is 10.'."\n" .'* If the purchased outbound public bandwidth is greater than 10 Mbit/s, the valid values of this parameter are 1 to the amount of the outbound bandwidth that is purchased.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'maximum' => '100', 'minimum' => '0', 'example' => '10', 'default' => '0', 'title' => ''], ], [ 'name' => 'InternetMaxBandWidthOut', 'in' => 'query', 'schema' => ['description' => 'The maximum outbound public bandwidth. Unit: Mbit/s. Valid values: 0 to 100.'."\n" ."\n" .'Default value: 0.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'maximum' => '100', 'minimum' => '0', 'example' => '10', 'default' => '0', 'title' => ''], ], [ 'name' => 'ClientToken', 'in' => 'query', 'schema' => ['description' => 'The client token that is used to ensure the idempotence of the request. You can use the client to generate the token, but make sure that the token is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length. For more information, see [How do I ensure the idempotence of a request?](~~25693~~)'."\n", 'type' => 'string', 'required' => false, 'example' => '123e4567-e89b-12d3-a456-426655440000', 'title' => ''], ], [ 'name' => 'SystemDiskLevel', 'in' => 'query', 'schema' => ['description' => 'The performance level of the ESSD to be used as the system disk. Default value: PL1. Valid values:'."\n" ."\n" .'* PL0: A single ESSD can deliver up to 10,000 random read/write IOPS.'."\n" .'* PL1: A single ESSD can deliver up to 50,000 random read/write IOPS.'."\n" .'* PL2: A single ESSD can deliver up to 100,000 random read/write IOPS.'."\n" .'* PL3: A single ESSD can deliver up to 1,000,000 random read/write IOPS.'."\n" ."\n" .'Default value: PL1.'."\n" ."\n" .'For more information about ESSD performance parameters, see [ESSD](~~122389~~).'."\n", 'type' => 'string', 'required' => false, 'example' => 'PL0', 'title' => ''], ], [ 'name' => 'MinCount', 'in' => 'query', 'schema' => ['description' => 'The minimum number of the compute nodes that you want to add. Valid values: 1 to 99. The value of the parameter is less than that of the Count parameter.'."\n" ."\n" .'* If the number of available ECS instances is less than the value of the MinCount parameter, the compute nodes cannot be added.'."\n" .'* If the number of available ECS instances is greater than the value of the MinCount parameter and less than that of the Count parameter, the compute nodes are added based on the value of the MinCount parameter.'."\n" .'* If the number of available ECS instances is greater than the value of the Count parameter, the compute nodes are added based on the value of the Count parameter.'."\n" ."\n" .'Default value: 1.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1', 'default' => '1', 'title' => ''], ], [ 'name' => 'Sync', 'in' => 'query', 'schema' => ['description' => 'Specifies whether to set this operation as a synchronous operation. Valid values:'."\n" ."\n" .'* true'."\n" .'* false'."\n" ."\n" .'Default value: false.'."\n", 'type' => 'boolean', 'required' => false, 'example' => 'false', 'title' => ''], ], [ 'name' => 'DataDisks', 'in' => 'query', 'style' => 'repeatList', 'schema' => [ 'description' => 'The list of data disks.'."\n", 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'DataDiskSize' => ['description' => 'The size of the data disk. Unit: GB.'."\n" ."\n" .'Valid values: 40 to 500.'."\n" ."\n" .'Default value: 40.'."\n" ."\n" .'Valid values of N: 0 to 16.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '40', 'title' => ''], 'DataDiskCategory' => ['description' => 'The type of the data disk. Valid values:'."\n" ."\n" .'* cloud_efficiency: ultra disk'."\n" .'* cloud_ssd: SSD'."\n" .'* cloud_essd: ESSD'."\n" .'* cloud: basic disk'."\n" ."\n" .'Default value: cloud_efficiency.'."\n" ."\n" .'Valid values of N: 0 to 16.'."\n", 'type' => 'string', 'required' => false, 'example' => 'cloud_efficiency', 'title' => ''], 'DataDiskDeleteWithInstance' => ['description' => 'Specifies whether the data disk is released when the node is released. Valid values:'."\n" ."\n" .'* true'."\n" .'* false'."\n" ."\n" .'Default value: true.'."\n" ."\n" .'Valid values of N: 0 to 16.'."\n", 'type' => 'boolean', 'required' => false, 'example' => 'true', 'title' => ''], 'DataDiskPerformanceLevel' => ['description' => 'The performance level of the ESSD used as the data disk. The parameter only takes effect only when the DataDisks.N.DataDiskCategory parameter is set to cloud_essd. Valid values:'."\n" ."\n" .'* PL0: A single ESSD can deliver up to 10,000 random read/write IOPS.'."\n" .'* PL1: A single ESSD can deliver up to 50,000 random read/write IOPS.'."\n" .'* PL2: A single ESSD can deliver up to 100,000 random read/write IOPS.'."\n" .'* PL3: A single ESSD can deliver up to 1,000,000 random read/write IOPS.'."\n" ."\n" .'Default value: PL1.'."\n" ."\n" .'Valid values of N: 0 to 16.'."\n", 'type' => 'string', 'required' => false, 'example' => 'PL1', 'title' => ''], 'DataDiskEncrypted' => ['description' => 'Specifies whether to encrypt the data disk. Valid values:'."\n" ."\n" .'* true'."\n" .'* false'."\n" ."\n" .'Default value: false.'."\n" ."\n" .'Valid values of N: 0 to 16.'."\n", 'type' => 'boolean', 'required' => false, 'example' => 'false', 'title' => ''], 'DataDiskKMSKeyId' => ['description' => 'The KMS key ID of the data disk.'."\n" ."\n" .'Valid values of N: 0 to 16.'."\n", 'type' => 'string', 'required' => false, 'example' => '0e478b7a-4262-4802-b8cb-00d3fb40826X', 'title' => ''], ], 'required' => false, 'description' => '', 'title' => '', ], 'required' => false, 'maxItems' => 16, 'title' => '', ], ], [ 'name' => 'ComputeSpotDuration', 'in' => 'query', 'schema' => ['title' => '抢占式实例的保留时长,单位为小时。取值范围:0~6。'."\n" .'- 保留时长2~6正在邀测中,如需开通请提交工单。'."\n" .'- 取值为0,则为无保护期模式。'."\n" .'默认值:1。', 'description' => 'The protection period of the preemptible instance. Unit: hours. Valid values: 0 and 1. A value of 0 indicates that the preemptible instance has no protection period.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'maximum' => '6', 'minimum' => '0', 'example' => '1', 'default' => '1'], ], [ 'name' => 'ComputeSpotInterruptionBehavior', 'in' => 'query', 'schema' => ['title' => '抢占实例中断模式。目前仅支持Terminate(默认)直接释放实例。', 'description' => 'The interruption mode of the preemptible instance. Default value: Terminate. Set the value to Terminate, which indicates that the instance is released.'."\n", 'type' => 'string', 'required' => false, 'example' => 'Terminate', 'default' => 'Terminate'], ], [ 'name' => 'NetworkInterfaceTrafficMode', 'in' => 'query', 'schema' => ['description' => 'The communication mode of the ENI. Valid values:'."\n" ."\n" .'* Standard: uses the TCP communication mode.'."\n" .'* HighPerformance: enables the Elastic RDMA Interface (ERI) and uses the remote direct memory access (RDMA) communication mode.'."\n", 'type' => 'string', 'required' => false, 'example' => 'Standard', 'title' => ''], ], [ 'name' => 'DnsConfig', 'in' => 'query', 'schema' => ['description' => 'The information about Domain Name System (DNS) settings.'."\n", 'type' => 'string', 'required' => false, 'example' => '"{\\"DnsType\\":\\"PrivateZone\\",\\"DnsName\\":\\"xxxxx\\"}"', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'TaskId' => ['description' => 'The ID of the task.'."\n", 'type' => 'string', 'example' => 'B745C159-3155-4B94-95D0-4B73D4D2****', 'title' => ''], 'RequestId' => ['description' => 'The ID of the request.'."\n", 'type' => 'string', 'example' => 'B745C159-3155-4B94-95D0-4B73D4D2****', 'title' => ''], 'InstanceIds' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'InstanceId' => [ 'description' => 'The instance IDs.'."\n", 'title' => '', 'type' => 'array', 'items' => ['description' => 'Instance ID. '."\n" .'> If the AddNodes operation is asynchronous (the Sync parameter in the request is set to False), the result will be returned immediately upon a successful request, without waiting for the instance creation to complete. Therefore, the InstanceIds content will be empty. You can obtain the InstanceId through [ListNodes](~~87161~~).', 'type' => 'string', 'example' => 'null', 'title' => ''], ], ], ], ], 'description' => '', 'title' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParams', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => 'The specified parameter %s is invalid.'], ['errorCode' => 'NotEnabled', 'errorMessage' => 'You have not enabled this service', 'description' => 'You have not enabled this service'], ['errorCode' => 'InDebt', 'errorMessage' => 'Your account has overdue payments.', 'description' => 'Your account has overdue payments.'], ['errorCode' => 'InvaildSystemDiskSize', 'errorMessage' => 'The system disk size must be greater than or equal to image size.', 'description' => 'The system disk size must be greater than or equal to image size.'], ], 403 => [ ['errorCode' => 'TooManyComputes', 'errorMessage' => 'The number of computing nodes exceeds the quota.', 'description' => 'The number of computing nodes exceeds the quota.'], ['errorCode' => 'TooManyLogins', 'errorMessage' => 'The maximum number of logged on nodes is exceeded.', 'description' => 'The maximum number of logged on nodes is exceeded. The default maximum value is 2.'], ['errorCode' => 'TooManyScc', 'errorMessage' => 'The maximum number of SCC instances is exceeded.', 'description' => 'The maximum number of SCC instances is exceeded. The default maximum value is 15.'], ['errorCode' => 'InvalidClusterStatus', 'errorMessage' => 'The operation failed due to invalid cluster status.', 'description' => 'The cluster status does not support the operation.'], ['errorCode' => 'ConflictOpt', 'errorMessage' => 'A conflicting operation is running.', 'description' => 'A conflicting operation is running. Please try again later.'], ['errorCode' => 'ImageNotSupported', 'errorMessage' => 'The specified image is not supported.', 'description' => 'The specified image does not exist. Change the image and try again.'], ['errorCode' => 'InvalidOpt', 'errorMessage' => 'The specified operation is invalid. Please try again later.', 'description' => 'The operation is unknown. Please check arguments and try again later.'], ], [ ['errorCode' => 'ImageNotFound', 'errorMessage' => 'The specified image does not exist.', 'description' => 'The specified image does not exist. Please verify the parameter.'], ['errorCode' => 'ClusterNotFound', 'errorMessage' => 'The specified cluster does not exist.', 'description' => 'The specified instance does not exist.'], ['errorCode' => 'VolumeNotFound', 'errorMessage' => 'The specified volume does not exist.', 'description' => 'The specified storage does not exist. Please verify the parameter.'], ['errorCode' => 'ManagerNotFound', 'errorMessage' => 'The manager nodes do not exist or their status is abnormal.', 'description' => 'The manager nodes do not exist or their status is abnormal.'], ['errorCode' => 'ObjectNotFound', 'errorMessage' => 'The specified object is not found.', 'description' => 'The specified object does not exist. Please verify the parameter.'], ['errorCode' => 'KeyPairNotFound', 'errorMessage' => 'The specified KeyPair does not exist.', 'description' => ''], ], 406 => [ ['errorCode' => 'EcsError', 'errorMessage' => 'An error occurred while calling the ECS API operation.', 'description' => 'ECS API call error. %s'], ['errorCode' => 'EipError', 'errorMessage' => 'The EIP API request failed.', 'description' => 'EIP API request failed.'], ['errorCode' => 'DbError', 'errorMessage' => 'A database service error occurred.', 'description' => 'Database request failed.'], ['errorCode' => 'AliyunError', 'errorMessage' => 'An Alibaba Cloud product error occurred.', 'description' => 'Alibaba Cloud product error. %s'], ], [ ['errorCode' => 'NotAuthorized', 'errorMessage' => 'You are not authorized by RAM for this request.', 'description' => 'The request is not authorized by RAM.'], ], 409 => [ ['errorCode' => 'PartFailure', 'errorMessage' => 'Part of the batch operation failed.', 'description' => 'Part of the batch operation failed.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"TaskId\\": \\"B745C159-3155-4B94-95D0-4B73D4D2****\\",\\n \\"RequestId\\": \\"B745C159-3155-4B94-95D0-4B73D4D2****\\",\\n \\"InstanceIds\\": {\\n \\"InstanceId\\": [\\n \\"null\\"\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"\\nB745C159-3155-4B94-95D0-4B73D4D2****\\nB745C159-3155-4B94-95D0-4B73D4D2****\\n\\n null\\n\\n","errorExample":""}]', 'title' => 'AddNodes', 'summary' => 'Adds one or more compute nodes to an E-HPC cluster.', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'translator' => 'machine', 'changeSet' => [], 'ramActions' => [ [ 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:AddNodes', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], 'AddQueue' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'create', 'abilityTreeCode' => '75782', 'abilityTreeNodes' => ['FEATUREehpcAB36B2'], 'autoTest' => false, 'tenantRelevance' => 'publicInformation', ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => ['description' => 'The cluster ID.'."\n" ."\n" .'You can call the [ListClusters](~~87116~~) operation to query the cluster ID.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'ehpc-hz-FYUr32****', 'title' => ''], ], [ 'name' => 'QueueName', 'in' => 'query', 'schema' => ['description' => 'The name of the queue. The name must be 1 to 63 characters in length and start with a letter. It can contain letters, digits, and underscores (\\_).'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'test1', 'title' => ''], ], [ 'name' => 'NetworkInterfaceTrafficMode', 'in' => 'query', 'schema' => ['description' => 'The communication mode of the elastic network interface (ENI). Valid values:'."\n" ."\n" .'* Standard: uses the TCP communication mode.'."\n" .'* HighPerformance: uses the remote direct memory access (RDMA) communication mode with Elastic RDMA Interface (ERI) enabled.'."\n", 'type' => 'string', 'required' => false, 'example' => 'Standard', 'title' => ''], ], [ 'name' => 'DeploymentSetId', 'in' => 'query', 'schema' => ['description' => 'The deployment set ID. You can obtain the deployment set ID by calling the [DescribeDeploymentSets](~~91313~~) operation. Only the deployment sets that use low latency policy are supported.'."\n", 'type' => 'string', 'required' => false, 'example' => 'ds-bp1frxuzdg87zh4pzq****', 'title' => ''], ], [ 'name' => 'UseESS', 'in' => 'query', 'schema' => ['description' => 'Specifies whether to use scaling groups of Auto Scaling.'."\n", 'type' => 'boolean', 'required' => false, 'example' => 'false', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => 'The request ID.'."\n", 'type' => 'string', 'example' => '7ABFF29F-BD9C-4663-AD5D-E620FA48****', 'title' => ''], ], 'description' => '', 'title' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParams', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => 'The specified parameter %s is invalid.'], ], 403 => [ ['errorCode' => 'ExecFail', 'errorMessage' => 'Failed to execute the command: %s.', 'description' => 'Failed to execute the command: %s.'], ], [ ['errorCode' => 'ClusterNotFound', 'errorMessage' => 'The specified cluster does not exist.', 'description' => 'The specified instance does not exist.'], ['errorCode' => 'ManagerNotFound', 'errorMessage' => 'The manager nodes do not exist or their status is abnormal.', 'description' => 'The manager nodes do not exist or their status is abnormal.'], ], 406 => [ ['errorCode' => 'EcsError', 'errorMessage' => 'An error occurred while calling the ECS API operation.', 'description' => 'ECS API call error. %s'], ['errorCode' => 'DbError', 'errorMessage' => 'A database service error occurred.', 'description' => 'Database request failed.'], ['errorCode' => 'RedisError', 'errorMessage' => 'A Redis service error occurred.', 'description' => 'Redis request failed.'], ['errorCode' => 'AgentError', 'errorMessage' => 'The agent service request failed.', 'description' => 'The cluster-side command failed to run. %s'], ['errorCode' => 'AliyunError', 'errorMessage' => 'An Alibaba Cloud product error occurred.', 'description' => 'Alibaba Cloud product error. %s'], ['errorCode' => 'AgentResponseTimeout', 'errorMessage' => 'Agent response timeout: %s', 'description' => ''], ], [ ['errorCode' => 'NotAuthorized', 'errorMessage' => 'You are not authorized by RAM for this request.', 'description' => 'The request is not authorized by RAM.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"7ABFF29F-BD9C-4663-AD5D-E620FA48****\\"\\n}","errorExample":""},{"type":"xml","example":"\\n 7ABFF29F-BD9C-4663-AD5D-E620FA48****\\n","errorExample":""}]', 'title' => 'AddQueue', 'summary' => 'Creates a queue for a cluster.', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'AddQueue'], ], ], 'ramActions' => [ [ 'operationType' => 'create', 'ramAction' => [ 'action' => 'ehpc:AddQueue', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], 'AddSecurityGroup' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => ['autoTest' => false, 'tenantRelevance' => 'publicInformation'], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => ['description' => 'The ID of the E-HPC cluster.'."\n" ."\n" .'You can call the [ListClusters](~~87116~~) operation to query the cluster ID.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'ehpc-hz-FYUr32****', 'title' => ''], ], [ 'name' => 'SecurityGroupId', 'in' => 'query', 'schema' => ['description' => 'The security group ID of the instance.'."\n" ."\n" .'You can call the [DescribeSecurityGroups](~~25556~~) operation to query available security groups in the current region.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'sg-bp13n61xsydodfyg****', 'title' => ''], ], [ 'name' => 'ClientToken', 'in' => 'query', 'schema' => ['description' => 'The client token that is used to ensure the idempotence of the request. You can use the client to generate the value, but make sure that the value is unique among different requests. The token can only contain ASCII characters and cannot exceed 64 characters in length. For more information, see [How do I ensure the idempotence of a request?](~~25693~~)'."\n", 'type' => 'string', 'required' => false, 'example' => '123e4567-e89b-12d3-a456-426655440000', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => 'The request ID.'."\n", 'type' => 'string', 'example' => '04F0F334-1335-436C-A1D7-6C044FE73368', 'title' => ''], ], 'description' => '', 'title' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidSecurityGroup', 'errorMessage' => 'The security group ID is invalid.', 'description' => ''], ['errorCode' => 'InvalidParams', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => 'The specified parameter %s is invalid.'], ], 404 => [ ['errorCode' => 'SecurityGroupNotSupported', 'errorMessage' => 'The security group is not supported.', 'description' => 'The security group is not supported.'], ['errorCode' => 'SecurityGroupAlreadyExists', 'errorMessage' => 'The security group already exists.', 'description' => 'The security group already exists.'], ['errorCode' => 'ClusterNotFound', 'errorMessage' => 'The specified cluster does not exist.', 'description' => 'The specified instance does not exist.'], ], 406 => [ ['errorCode' => 'EcsError', 'errorMessage' => 'ECS api request error', 'description' => ''], ['errorCode' => 'DbError', 'errorMessage' => 'A database service error occurred.', 'description' => 'Database request failed.'], ['errorCode' => 'AliyunError', 'errorMessage' => 'Aliyun api service error', 'description' => ''], ], [ ['errorCode' => 'NotAuthorized', 'errorMessage' => 'You are not authorized by RAM for this request.', 'description' => 'The request is not authorized by RAM.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"04F0F334-1335-436C-A1D7-6C044FE73368\\"\\n}","errorExample":""},{"type":"xml","example":"\\r\\n 04F0F334-1335-436C-A1D7-6C044FE73368\\r\\n","errorExample":""}]', 'title' => 'AddSecurityGroup', 'summary' => 'Adds a cluster to a security group.', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'ramActions' => [ [ 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:AddSecurityGroup', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], 'AddUsers' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'create', 'abilityTreeCode' => '75784', 'abilityTreeNodes' => ['FEATUREehpcG9MMN3'], 'autoTest' => false, 'tenantRelevance' => 'publicInformation', ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => ['description' => 'The cluster ID.'."\n" ."\n" .'You can call the [ListClusters](~~87116~~) operation to obtain the cluster ID.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'ehpc-hz-FYUr32****', 'title' => ''], ], [ 'name' => 'User', 'in' => 'query', 'style' => 'repeatList', 'schema' => [ 'description' => 'The users. You can specify 1 to 100 users.'."\n", 'type' => 'array', 'items' => [ 'description' => 'The array of user information.'."\n", 'type' => 'object', 'properties' => [ 'Password' => ['description' => 'The password of the new user. The password must be 8 to 30 characters in length and must contain at least three of the following character types:'."\n" ."\n" .'* Uppercase letter'."\n" .'* Lowercase letter'."\n" .'* Digit'."\n" .'* Special character: `()~!@#$%^&*-_+=|{}[]:;\'/<>,.?/`'."\n" ."\n" .'> We recommend that you use HTTPS to call this operation to avoid password leaks.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '1@a2****', 'title' => ''], 'Name' => ['description' => 'The username of the new user. The username must be 6 to 30 characters in length, and can contain letters, digits and periods (.). The username must start with a letter.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'user1', 'title' => ''], 'Group' => ['description' => 'The permission group of the new user. Valid values:'."\n" ."\n" .'* users: ordinary permissions, which are suitable for ordinary users that need only to submit and debug jobs.'."\n" .'* wheel: sudo permissions, which are suitable for administrators who need to manage clusters. In addition to submitting and debugging jobs, you can also run sudo commands to install software and restart nodes.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'users', 'title' => ''], ], 'required' => false, 'title' => '', ], 'required' => true, 'maxItems' => 10000, 'title' => '', ], ], [ 'name' => 'Async', 'in' => 'query', 'schema' => ['description' => 'Specifies whether to use asynchronous message links to add the users.'."\n" ."\n" .'Default value: false.'."\n", 'type' => 'boolean', 'required' => false, 'example' => 'false', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => 'The ID of the request.'."\n", 'type' => 'string', 'example' => '04F0F334-1335-436C-A1D7-6C044FE7****', 'title' => ''], ], 'description' => '', 'title' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParams', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => 'The specified parameter %s is invalid.'], ['errorCode' => 'NotEnabled', 'errorMessage' => 'You have not enabled this service', 'description' => 'You have not enabled this service'], ['errorCode' => 'InDebt', 'errorMessage' => 'Your account has overdue payments.', 'description' => 'Your account has overdue payments.'], ], 403 => [ ['errorCode' => 'InvalidClusterStatus', 'errorMessage' => 'The operation failed due to invalid cluster status.', 'description' => 'The cluster status does not support the operation.'], ], [ ['errorCode' => 'ClusterNotFound', 'errorMessage' => 'The specified cluster does not exist.', 'description' => 'The specified instance does not exist.'], ['errorCode' => 'ManagerNotFound', 'errorMessage' => 'The manager nodes do not exist or their status is abnormal.', 'description' => 'The manager nodes do not exist or their status is abnormal.'], ], 406 => [ ['errorCode' => 'AgentError', 'errorMessage' => 'The agent service request failed.', 'description' => 'The cluster-side command failed to run. %s'], ['errorCode' => 'AgentError.Account.GetentPasswdFailure', 'errorMessage' => 'Failed to get the user list: %s.', 'description' => 'Failed to obtain the domain user list: %s'], ['errorCode' => 'AgentError.Account.UserAlreadyExist', 'errorMessage' => 'The specified user already exists in domain: %s.', 'description' => 'The user already exists in domain: %s'], ['errorCode' => 'AgentError.Account.UserAddFailure', 'errorMessage' => 'Failed to add user to domain: %s.', 'description' => 'Failed to add the user to domain: %s'], ['errorCode' => 'AgentError.Account.DomainNotExist', 'errorMessage' => 'The specified domain does not exist: %s.', 'description' => 'The domain service does not exist: %s'], ['errorCode' => 'AgentResponseTimeout', 'errorMessage' => 'Agent response timeout: %s', 'description' => ''], ], [ ['errorCode' => 'NotAuthorized', 'errorMessage' => 'You are not authorized by RAM for this request.', 'description' => 'The request is not authorized by RAM.'], ], 409 => [ ['errorCode' => 'PartFailure', 'errorMessage' => 'Part of the batch operation failed.', 'description' => 'Part of the batch operation failed.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"04F0F334-1335-436C-A1D7-6C044FE7****\\"\\n}","errorExample":""},{"type":"xml","example":"\\r\\n 04F0F334-1335-436C-A1D7-6C044FE7****\\r\\n","errorExample":""}]', 'title' => 'AddUsers', 'summary' => 'Adds users to a cluster.', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'ramActions' => [ [ 'operationType' => 'create', 'ramAction' => [ 'action' => 'ehpc:AddUsers', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], 'ApplyNodes' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => ['autoTest' => false, 'tenantRelevance' => 'publicInformation'], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => ['description' => 'The ID of the E-HPC cluster.'."\n" ."\n" .'You can call the [ListClusters](~~87126~~) operation to query the cluster ID.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'ehpc-hz-FYUr32****', 'title' => ''], ], [ 'name' => 'ImageId', 'in' => 'query', 'schema' => ['description' => 'The image ID of the compute nodes to be added. The parameter takes effect only when the TargetImageId parameter is not specified.'."\n" ."\n" .'You can call the [ListImages](~~87213~~) and [ListCustomImages](~~87215~~) operations to query the image ID.'."\n" ."\n" .'> If you add multiple compute nodes, the TargetImageId parameter takes effect only on the nodes for which the TargetImageId parameter is specified.'."\n", 'type' => 'string', 'required' => false, 'example' => 'centos_7_06_64_20G_alibase_20190711.vhd', 'title' => ''], ], [ 'name' => 'ComputeSpotStrategy', 'in' => 'query', 'schema' => ['description' => 'The preemption policy of the compute nodes. Valid values:'."\n" ."\n" .'* NoSpot: The compute nodes are pay-as-you-go instances.'."\n" .'* SpotWithPriceLimit: The compute nodes are preemptible instances that have a user-defined maximum hourly price.'."\n" .'* SpotAsPriceGo: The compute nodes are preemptible instances for which the market price at the time of purchase is used as the bid price.'."\n" ."\n" .'Default value: NoSpot.'."\n", 'type' => 'string', 'required' => false, 'example' => 'NoSpot', 'title' => ''], ], [ 'name' => 'ComputeSpotPriceLimit', 'in' => 'query', 'schema' => ['description' => 'The maximum hourly price of the compute nodes. The value is a floating-point number that supports up to three decimal places. The parameter takes effect only when ComputeSpotStrategy is set to SpotWithPriceLimit.'."\n" ."\n" .'If ComputeSpotPriceLimit and InstanceTypeModel.N.MaxPrice are specified at the same time, compute nodes are created based on the smaller value of the two parameters.'."\n", 'type' => 'number', 'format' => 'float', 'required' => false, 'example' => '0.68', 'title' => ''], ], [ 'name' => 'SystemDiskType', 'in' => 'query', 'schema' => ['description' => 'The type of the system disk. Valid values:'."\n" ."\n" .'* cloud_efficiency: ultra disk'."\n" .'* cloud_ssd: SSD'."\n" .'* cloud_essd: enhanced SSD (ESSD)'."\n" .'* cloud: basic disk. Disks of this type are retired.'."\n", 'type' => 'string', 'required' => false, 'example' => 'cloud_ssd', 'title' => ''], ], [ 'name' => 'SystemDiskSize', 'in' => 'query', 'schema' => ['description' => 'The size of the system disk. Unit: GB.'."\n" ."\n" .'Valid values: 40 to 500.'."\n" ."\n" .'Default value: 40.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '40', 'title' => ''], ], [ 'name' => 'HostNamePrefix', 'in' => 'query', 'schema' => ['description' => 'The prefix of the hostname. You can specify the parameter to manage the compute nodes in an efficient manner.'."\n", 'type' => 'string', 'required' => false, 'example' => 'compute', 'title' => ''], ], [ 'name' => 'HostNameSuffix', 'in' => 'query', 'schema' => ['description' => 'The suffix of the hostname. You can specify the parameter to manage the compute nodes in an efficient manner.'."\n", 'type' => 'string', 'required' => false, 'example' => '01', 'title' => ''], ], [ 'name' => 'AllocatePublicAddress', 'in' => 'query', 'schema' => ['description' => 'Specifies whether to allocate a public IP address to the compute nodes. Valid values:'."\n" ."\n" .'* true: A public IP address is allocated to the compute nodes.'."\n" .'* false: A public IP address is not allocated to the compute nodes.'."\n" ."\n" .'Default value: false.'."\n", 'type' => 'boolean', 'required' => false, 'example' => 'false', 'default' => 'false', 'title' => ''], ], [ 'name' => 'InternetChargeType', 'in' => 'query', 'schema' => ['description' => 'The billing method of the elastic IP address (EIP). Valid values:'."\n" ."\n" .'* PayByBandwidth: pay-by-bandwidth'."\n" .'* PayByTraffic: pay-by-traffic'."\n", 'type' => 'string', 'required' => false, 'example' => 'PayByTraffic', 'default' => 'PayByTraffic', 'title' => ''], ], [ 'name' => 'InternetMaxBandWidthIn', 'in' => 'query', 'schema' => ['description' => 'The maximum inbound public bandwidth. Unit: Mbit/s. Valid values:'."\n" ."\n" .'* If the purchased outbound public bandwidth is less than or equal to 10 Mbit/s, the valid values of the parameter are 1 to 10 and the default value is 10.'."\n" .'* If the purchased outbound public bandwidth is greater than 10 Mbit/s, the valid values of this parameter are 1 to the amount of the outbound bandwidth that is purchased. The default value is the value of the InternetMaxBandWidthOut parameter.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'maximum' => '100', 'minimum' => '0', 'example' => '10', 'default' => '0', 'title' => ''], ], [ 'name' => 'InternetMaxBandWidthOut', 'in' => 'query', 'schema' => ['description' => 'The maximum outbound public bandwidth. Unit: Mbit/s. Valid values: 0 to 100.'."\n" ."\n" .'Default value: 0.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'maximum' => '100', 'minimum' => '0', 'example' => '10', 'default' => '0', 'title' => ''], ], [ 'name' => 'Cores', 'in' => 'query', 'schema' => ['description' => 'The number of vCPUs. The parameter is required when the ResourceAmountType parameter is set to Cores.'."\n" ."\n" .'You can set vCPU and Memory to query node specifications. For example, you can query the available compute nodes that have 2 vCPUs and 16 GB of memory by setting vCPU to 2 and Memory to 16. You can also query compute nodes by node specification and zone. Query results are sorted by price. The nodes that have the lowest price are created.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '2', 'title' => ''], ], [ 'name' => 'Memory', 'in' => 'query', 'schema' => ['description' => 'The memory capacity. The parameter is required when the ResourceAmountType parameter is set to Cores. Unit: GB.'."\n" ."\n" .'You can set vCPU and Memory to query node specifications. For example, you can query the available compute nodes that have 2 vCPUs and 16 GB of memory by setting vCPU to 2 and Memory to 16. You can also query compute nodes by node specification and zone. Query results are sorted by price. The nodes that have the lowest price are created.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '16', 'title' => ''], ], [ 'name' => 'InstanceFamilyLevel', 'in' => 'query', 'schema' => ['description' => 'The level of the instance family. The parameter takes effect only when Cores and Memory are specified. Valid values:'."\n" ."\n" .'* EntryLevel'."\n" .'* EnterpriseLevel'."\n" .'* CreditEntryLevel For more information, see [Overview of burstable instances](~~59977~~).'."\n" ."\n" .'Default value: EnterpriseLevel.'."\n", 'type' => 'string', 'required' => false, 'example' => 'EntryLevel', 'title' => ''], ], [ 'name' => 'TargetCapacity', 'in' => 'query', 'schema' => ['description' => 'The amount of the resource that you want to add. The specific number depends on the value of the ResourceAmountType parameter:'."\n" ."\n" .'* If ResourceAmountType is set to Instance, the value range of TargetCapacity is 1 to 200.'."\n" .'* If ResourceAmountType is set to Cores, the value range of TargetCapacity is 1 to 1,000.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => true, 'docRequired' => true, 'example' => '20', 'title' => ''], ], [ 'name' => 'ResourceAmountType', 'in' => 'query', 'schema' => ['description' => 'The type of the resource that you want to add. Valid values:'."\n" ."\n" .'* Instances: the ECS instances that are used as compute nodes'."\n" .'* Cores: vCPU and memory'."\n" ."\n" .'Default value: Instances.'."\n", 'type' => 'string', 'required' => false, 'example' => 'Instances', 'title' => ''], ], [ 'name' => 'PriorityStrategy', 'in' => 'query', 'schema' => ['description' => 'The application policy of the preemptible nodes. Valid values:'."\n" ."\n" .'* LowPriceResourcePlanning: Preemptible nodes are created based on the unit prices of vCPUs in ascending order. Preemptible nodes are created first when multiple preemptible instance types are specified.'."\n" .'* CapacityOptResourcePlanning: Preemptible nodes are created based on the prices and release rates in ascending order.'."\n" .'* CustomizedResourcePlanning: Nodes are added based on the predefined value of the ZoneIds.N parameter. Instances of a zone that has a higher priority are used first.'."\n", 'type' => 'string', 'required' => false, 'example' => 'LowPriceResourcePlanning', 'title' => ''], ], [ 'name' => 'StrictSatisfiedTargetCapacity', 'in' => 'query', 'schema' => ['description' => 'Specifies whether to meet the requirements of the TargetCapacity parameter. Valid values:'."\n" ."\n" .'* true: If the available resources are fewer than the resources that you want to add, no compute nodes are created and an error is returned. If the available resources are more than the resources that you want to add, the following cases may occur:'."\n" ."\n" .' * If StrictResourceProvision is set to true, check the inventory of the resources. Compute nodes are created based on the value of the TargetCapacity parameter only when the available resources are sufficient. Otherwise, no compute nodes are created.'."\n" .' * If StrictResourceProvision is set to false, check the inventory of the resources. Compute nodes are created only when the available resources are sufficient. However, some compute nodes may fail to be created because resources become insufficient after the inventory query.'."\n" ."\n" .'* false: If the available resources are insufficient, compute nodes are created based on the inventory of the resources.'."\n" ."\n" .'Default value: true.'."\n", 'type' => 'boolean', 'required' => false, 'example' => 'true', 'title' => ''], ], [ 'name' => 'SystemDiskLevel', 'in' => 'query', 'schema' => ['description' => 'The performance level of the ESSD that you want to use as the system disk. Valid values:'."\n" ."\n" .'* PL0: A single ESSD can deliver up to 10,000 random read/write IOPS.'."\n" .'* PL1: A single ESSD can deliver up to 50,000 IOPS of random read/write.'."\n" .'* PL2: A single ESSD can deliver up to 100,000 random read/write IOPS.'."\n" .'* PL3: A single ESSD can deliver up to 1,000,000 random read/write IOPS.'."\n" ."\n" .'Default value: PL0. For more information, see [ESSDs](~~122389~~).'."\n", 'type' => 'string', 'required' => false, 'example' => 'PL0', 'title' => ''], ], [ 'name' => 'StrictResourceProvision', 'in' => 'query', 'schema' => ['description' => 'Specifies whether to strictly meet the requirements of the TargetCapacity parameter. The parameter takes effect only when StrictSatisfiedTargetCapacity is set to true. Valid values:'."\n" ."\n" .'* true: Check the inventory of the resources. Compute nodes are created based on the value of the TargetCapacity parameter only when the available resources are sufficient. Otherwise, no compute nodes are created.'."\n" .'* false: Check the inventory of the resources. Compute nodes are created only when the available resources are sufficient. However, some compute nodes may fail to be created because resources become insufficient after the inventory query.'."\n" ."\n" .'Default value: false.'."\n", 'type' => 'boolean', 'required' => false, 'example' => 'false', 'title' => ''], ], [ 'name' => 'Round', 'in' => 'query', 'schema' => ['description' => 'The total number of batches to create nodes. Valid values: 1 to 10.'."\n" ."\n" .'Default value: 1.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'maximum' => '10', 'minimum' => '1', 'example' => '1', 'default' => '1', 'title' => ''], ], [ 'name' => 'Interval', 'in' => 'query', 'schema' => ['description' => 'The interval between two consecutive batches. Valid values: 60 to 600. Unit: seconds.'."\n" ."\n" .'Default value: 60.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'maximum' => '600', 'minimum' => '60', 'example' => '60', 'default' => '60', 'title' => ''], ], [ 'name' => 'ZoneInfos', 'in' => 'query', 'style' => 'repeatList', 'schema' => [ 'description' => 'The details of the zones. You can specify up to 10 zones.'."\n", 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'object', 'properties' => [ 'VSwitchId' => ['description' => 'The ID of the vSwitch. Valid values of N: 1 to 10.'."\n", 'type' => 'string', 'required' => false, 'docRequired' => true, 'example' => 'vsw-bp1e47optm9g58zcu****', 'title' => ''], 'ZoneId' => ['description' => 'The ID of the zone to which the node belongs. Valid values of N: 1 to 10.'."\n" ."\n" .'> Each zone ID must be unique.'."\n", 'type' => 'string', 'required' => false, 'docRequired' => true, 'example' => 'cn-hangzhou-b', 'title' => ''], ], 'required' => false, 'title' => '', ], 'required' => true, 'docRequired' => true, 'maxItems' => 100, 'title' => '', ], ], [ 'name' => 'InstanceTypeModel', 'in' => 'query', 'style' => 'repeatList', 'schema' => [ 'description' => 'The information about the preemptible instance.'."\n", 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'object', 'properties' => [ 'MaxPrice' => ['description' => 'The maximum hourly price that you can pay for the preemptible node. The value is a floating-point number that supports up to three decimal places.'."\n" ."\n" .'The parameter takes effect only when ComputeSpotStrategy is set to SpotWithPriceLimit.'."\n" ."\n" .'Valid values of N: 1 to 10.'."\n", 'type' => 'number', 'format' => 'float', 'required' => false, 'example' => '0.034', 'title' => ''], 'TargetImageId' => ['description' => 'The image ID of the compute node. You must select a Windows image.'."\n" ."\n" .'Valid values of N: 1 to 10.'."\n", 'type' => 'string', 'required' => false, 'example' => 'win2016_1607_x64_dtc_zh-cn_40G_alibase_20210516.vhd', 'title' => ''], 'InstanceType' => ['description' => 'The instance type of the compute node. The default value is the instance type that was specified when you created the cluster or the last time you added compute nodes.'."\n" ."\n" .'Valid values of N: 1 to 10.'."\n", 'type' => 'string', 'required' => false, 'example' => 'ecs.n1.tiny', 'title' => ''], ], 'required' => false, 'title' => '', ], 'required' => false, 'maxItems' => 100, 'title' => '', ], ], [ 'name' => 'Tag', 'in' => 'query', 'style' => 'repeatList', 'schema' => [ 'description' => 'The details about the tags that are added to the nodes.'."\n", 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'object', 'properties' => [ 'Key' => ['description' => 'The tag key. The tag key cannot be an empty string. The tag key can be up to 128 characters in length. It cannot start with aliyun or acs: and cannot contain http:// or https://.'."\n" ."\n" .'Valid values of N: 1 to 20.'."\n", 'type' => 'string', 'required' => false, 'example' => 'TestKey', 'title' => ''], 'Value' => ['description' => 'The tag value. The tag value can be an empty string. The tag value can be up to 128 characters in length. It cannot start with acs: or contain http:// or https://.'."\n" ."\n" .'Valid values of N: 1 to 20.'."\n", 'type' => 'string', 'required' => false, 'example' => 'TestValue', 'title' => ''], ], 'required' => false, 'title' => '', ], 'required' => false, 'maxItems' => 19, 'title' => '', ], ], [ 'name' => 'JobQueue', 'in' => 'query', 'schema' => ['description' => 'The queue to which the compute nodes are added.'."\n" ."\n" .'You can call the [ListQueues](~~92176~~) operation to query the queue name.'."\n", 'type' => 'string', 'required' => false, 'example' => 'workq', 'title' => ''], ], [ 'name' => 'UserData', 'in' => 'query', 'schema' => ['description' => 'The user data of the instance. The user data must be Base64-encoded. The raw data can be up to 16 KB in size. Linux operating systems support shell scripts. Windows operating systems support bat and Powershell scripts. Before you perform Base64 encoding, make sure that the content to be encoded includes \\[bat] or \\[powershell] as the first row.'."\n" ."\n" .'> We recommend that you do not pass in confidential information, such as passwords or private keys, in plaintext as user data. This is because the system does not encrypt UserData values when API requests are transmitted. If you must pass in confidential information, we recommend that you encrypt and encode the information in Base64, and then decode and decrypt the information in the same way inside the instance.'."\n", 'type' => 'string', 'required' => false, 'example' => 'ZWNobyBoZWxsbyBlY3Mh'."\n", 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => 'The task ID.'."\n", 'type' => 'string', 'example' => 'B745C159-3155-4B94-95D0-4B73D4D2****', 'title' => ''], 'SatisfiedAmount' => ['description' => 'The number of the compute nodes that are created.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '10', 'title' => ''], 'TaskId' => ['description' => 'The request ID.'."\n", 'type' => 'string', 'example' => 'B745C159-3155-4B94-95D0-4B73D4D2****', 'title' => ''], 'Detail' => ['description' => 'The detailed result of the request.'."\n", 'type' => 'string', 'example' => 'Resources Application is satisfied. Creating...', 'title' => ''], 'InstanceIds' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'InstanceId' => [ 'description' => 'The instance IDs.'."\n" ."\n" .'> AddNodes is an asynchronous API operation. If a request succeeds, a response is immediately generated before ECS instances are created. Therefore, the value of this parameter is null. You can call the [ListNodes](~~87161~~) operation to query the IDs of the ECS instances.'."\n", 'title' => '', 'type' => 'array', 'items' => ['description' => 'The instance IDs.'."\n" ."\n" .'> AddNodes is an asynchronous API operation. If a request succeeds, a response is immediately generated before ECS instances are created. Therefore, the value of the parameter is null. You can call the [ListNodes](~~87161~~) operation to query the ID of the ECS instance.'."\n", 'type' => 'string', 'example' => 'null', 'title' => ''], ], ], ], ], 'description' => '', 'title' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParams', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => 'The specified parameter %s is invalid.'], ['errorCode' => 'NotEnabled', 'errorMessage' => 'You have not enabled this service', 'description' => 'You have not enabled this service'], ['errorCode' => 'InDebt', 'errorMessage' => 'Your account has overdue payments.', 'description' => 'Your account has overdue payments.'], ['errorCode' => 'InvalidVswitch', 'errorMessage' => 'The vSwitch parameter is invalid, or the number of available IP addresses is insufficient.', 'description' => 'The vSwitch parameter is invalid, or the number of available IP addresses is insufficient.'], ['errorCode' => 'InvalidImage', 'errorMessage' => 'The image ID is invalid.', 'description' => 'The image ID is invalid.'], ['errorCode' => 'InvaildSystemDiskSize', 'errorMessage' => 'The system disk size must be greater than or equal to image size.', 'description' => 'The system disk size must be greater than or equal to image size.'], ['errorCode' => 'InvalidInstanceType.NotSupported', 'errorMessage' => 'The instance type is invalid.', 'description' => 'The instance type is invalid.'], ['errorCode' => 'InvalidZoneId.ValueNotSupported', 'errorMessage' => 'The specified ZoneId is invalid.', 'description' => 'The specified zone ID is invalid.'], ], 403 => [ ['errorCode' => 'TooManyComputes', 'errorMessage' => 'The number of computing nodes exceeds the quota.', 'description' => 'The number of computing nodes exceeds the quota.'], ['errorCode' => 'TooManyLogins', 'errorMessage' => 'The maximum number of logged on nodes is exceeded.', 'description' => 'The maximum number of logged on nodes is exceeded. The default maximum value is 2.'], ['errorCode' => 'TooManyScc', 'errorMessage' => 'The maximum number of SCC instances is exceeded.', 'description' => 'The maximum number of SCC instances is exceeded. The default maximum value is 15.'], ['errorCode' => 'InvalidClusterStatus', 'errorMessage' => 'The operation failed due to invalid cluster status.', 'description' => 'The cluster status does not support the operation.'], ['errorCode' => 'ConflictOpt', 'errorMessage' => 'A conflicting operation is running.', 'description' => 'A conflicting operation is running. Please try again later.'], ['errorCode' => 'ImageNotSupported', 'errorMessage' => 'The specified image is not supported.', 'description' => 'The specified image does not exist. Change the image and try again.'], ['errorCode' => 'InvalidCapacityNum.ValueNotSupported', 'errorMessage' => 'The specified TargetCapacity is invalid.', 'description' => 'The specified target capacity is invalid.'], ['errorCode' => 'RecommendEmpty.InstanceTypeSoldOut', 'errorMessage' => 'The resource is out of stock.', 'description' => 'The resource is out of stock.'], ['errorCode' => 'ResourceTargetAmount.NotSatisfied', 'errorMessage' => 'The resource application is not satisfied.', 'description' => 'The resource application is not satisfied.'], ['errorCode' => 'RecommendEmpty.PriceNotSatisfied', 'errorMessage' => 'The price limit is not satisfied.', 'description' => 'The price limit is not satisfied.'], ['errorCode' => 'QuotaExceed.PayasyougoInstance', 'errorMessage' => 'The pay-as-you-go instance exceeds the quota.', 'description' => 'The pay-as-you-go instance exceeds the quota.'], ['errorCode' => 'RecommendEmpty.InstanceTypeNoStock', 'errorMessage' => 'The instanceTypes are out of usage.', 'description' => 'The instance type is unavailable.'], ['errorCode' => 'RecommendEmpty.InstanceTypeNotAuthorized', 'errorMessage' => 'The recommend instanceTypes are not authorized.', 'description' => ''], ['errorCode' => 'InvalidOpt', 'errorMessage' => 'The specified operation is invalid. Please try again later.', 'description' => 'The operation is unknown. Please check arguments and try again later.'], ], [ ['errorCode' => 'ImageNotFound', 'errorMessage' => 'The specified image does not exist.', 'description' => 'The specified image does not exist. Please verify the parameter.'], ['errorCode' => 'ClusterNotFound', 'errorMessage' => 'The specified cluster does not exist.', 'description' => 'The specified instance does not exist.'], ['errorCode' => 'VolumeNotFound', 'errorMessage' => 'The specified volume does not exist.', 'description' => 'The specified storage does not exist. Please verify the parameter.'], ['errorCode' => 'ManagerNotFound', 'errorMessage' => 'The manager nodes do not exist or their status is abnormal.', 'description' => 'The manager nodes do not exist or their status is abnormal.'], ['errorCode' => 'ObjectNotFound', 'errorMessage' => 'The specified object is not found.', 'description' => 'The specified object does not exist. Please verify the parameter.'], ['errorCode' => 'VswitchNotFound', 'errorMessage' => 'The specified vSwitch does not exist.', 'description' => 'The specified vSwitch does not exist.'], ], 406 => [ ['errorCode' => 'EcsError', 'errorMessage' => 'An error occurred while calling the ECS API operation.', 'description' => 'ECS API call error. %s'], ['errorCode' => 'EipError', 'errorMessage' => 'The EIP API request failed.', 'description' => 'EIP API request failed.'], ['errorCode' => 'DbError', 'errorMessage' => 'A database service error occurred.', 'description' => 'Database request failed.'], ['errorCode' => 'AliyunError', 'errorMessage' => 'An Alibaba Cloud product error occurred.', 'description' => 'Alibaba Cloud product error. %s'], ], [ ['errorCode' => 'NotAuthorized', 'errorMessage' => 'You are not authorized by RAM for this request.', 'description' => 'The request is not authorized by RAM.'], ], 409 => [ ['errorCode' => 'PartFailure', 'errorMessage' => 'Part of the batch operation failed.', 'description' => 'Part of the batch operation failed.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"B745C159-3155-4B94-95D0-4B73D4D2****\\",\\n \\"SatisfiedAmount\\": 10,\\n \\"TaskId\\": \\"B745C159-3155-4B94-95D0-4B73D4D2****\\",\\n \\"Detail\\": \\"Resources Application is satisfied. Creating...\\",\\n \\"InstanceIds\\": {\\n \\"InstanceId\\": [\\n \\"null\\"\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"\\nB745C159-3155-4B94-95D0-4B73D4D2****\\n10\\nB745C159-3155-4B94-95D0-4B73D4D2****\\n\\n null\\n\\nResources Application is satisfied. Creating...\\n","errorExample":""}]', 'title' => 'ApplyNodes', 'summary' => 'Adds pay-as-you-go or preemptible compute nodes to a cluster.', 'description' => '## [](#)Description'."\n" ."\n" .'You can call the ApplyNodes operation to specify the number of compute nodes, the number of vCPUs, and the memory size when you add nodes to a cluster.'."\n", 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'ramActions' => [ [ 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:ApplyNodes', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], 'CreateCluster' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => ['autoTest' => false, 'tenantRelevance' => 'publicInformation'], 'parameters' => [ [ 'name' => 'ZoneId', 'in' => 'query', 'schema' => ['description' => 'The ID of the zone in which the resource resides.'."\n" ."\n" .'You can call the [ListRegions](~~188593~~) and [DescribeZones](~~25610~~) operations to query the IDs of the zones where E-HPC is supported.'."\n", 'type' => 'string', 'required' => false, 'example' => 'cn-hangzhou-b', 'title' => ''], ], [ 'name' => 'Name', 'in' => 'query', 'schema' => ['description' => 'The name of the E-HPC cluster. The name must be 2 to 64 characters in length.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'test', 'title' => ''], ], [ 'name' => 'Description', 'in' => 'query', 'schema' => ['description' => 'The description of the E-HPC cluster. The description must be 2 to 256 characters in length and cannot start with `http://` or `https://`.', 'type' => 'string', 'required' => false, 'example' => 'TestDescription', 'title' => ''], ], [ 'name' => 'EhpcVersion', 'in' => 'query', 'schema' => ['description' => 'The version of E-HPC. By default, the parameter is set to the latest version number.'."\n", 'type' => 'string', 'required' => false, 'example' => '1.0.0', 'title' => ''], ], [ 'name' => 'ClientVersion', 'in' => 'query', 'schema' => ['description' => 'The version of the E-HPC client. By default, the parameter is set to the latest version number.'."\n" ."\n" .'You can call the [ListCurrentClientVersion](~~87223~~) operation to query the latest version of the E-HPC client.'."\n", 'type' => 'string', 'required' => false, 'example' => '1.0.64', 'title' => ''], ], [ 'name' => 'OsTag', 'in' => 'query', 'schema' => ['description' => 'The operating system tag of the image.'."\n", 'type' => 'string', 'required' => false, 'docRequired' => false, 'example' => 'CentOS_7.2_64', 'title' => ''], ], [ 'name' => 'AccountType', 'in' => 'query', 'schema' => ['description' => 'The type of the domain account service. Valid values:'."\n" ."\n" .'* nis'."\n" .'* ldap'."\n" ."\n" .'Default value: nis.'."\n", 'type' => 'string', 'required' => false, 'example' => 'nis', 'default' => 'nis', 'title' => ''], ], [ 'name' => 'Domain', 'in' => 'query', 'schema' => ['description' => 'The domain name of the on-premises E-HPC cluster.'."\n" ."\n" .'This parameter takes effect only when the AccountType parameter is set to Idap.', 'type' => 'string', 'required' => false, 'example' => 'ldap', 'title' => ''], ], [ 'name' => 'SchedulerType', 'in' => 'query', 'schema' => ['description' => 'The type of the scheduler. Valid values:'."\n" ."\n" .'* pbs'."\n" .'* slurm'."\n" .'* opengridscheduler'."\n" .'* deadline'."\n" ."\n" .'Default value: pbs.'."\n", 'type' => 'string', 'required' => false, 'example' => 'pbs', 'default' => 'pbs', 'title' => ''], ], [ 'name' => 'SecurityGroupId', 'in' => 'query', 'schema' => ['description' => 'The ID of the security group to which the E-HPC cluster belongs.'."\n" ."\n" .'You can call the [DescribeSecurityGroups](~~25556~~) operation to query available security groups in the current region.'."\n", 'type' => 'string', 'required' => false, 'example' => 'sg-bp13n61xsydodfyg****', 'title' => ''], ], [ 'name' => 'SecurityGroupName', 'in' => 'query', 'schema' => ['description' => 'If you do not use an existing security group, set the parameter to the name of a new security group. A default policy is applied to the new security group.'."\n", 'type' => 'string', 'required' => false, 'example' => 'ehpc-SecurityGroup', 'title' => ''], ], [ 'name' => 'VpcId', 'in' => 'query', 'schema' => ['description' => 'The ID of the virtual private cloud (VPC) to which the E-HPC cluster belongs.'."\n" ."\n" .'You can call the [DescribeVpcs](~~35739~~) operation to query available VPCs.'."\n", 'type' => 'string', 'required' => false, 'example' => 'vpc-b3f3edefefeep0760yju****', 'title' => ''], ], [ 'name' => 'VSwitchId', 'in' => 'query', 'schema' => ['description' => 'The vSwitch ID. E-HPC supports only VPC networks.'."\n" ."\n" .'You can call the [DescribeVSwitches](~~35748~~) operation to query available vSwitches.'."\n", 'type' => 'string', 'required' => false, 'example' => 'vsw-bp1lfcjbfb099rrjn****', 'title' => ''], ], [ 'name' => 'VolumeType', 'in' => 'query', 'schema' => ['description' => 'The type of the shared storage. Set the value to `nas`, which indicates NAS file system.'."\n", 'type' => 'string', 'required' => false, 'example' => 'nas', 'default' => 'nas', 'title' => ''], ], [ 'name' => 'VolumeId', 'in' => 'query', 'schema' => ['description' => 'The ID of the NAS file system. If you leave the parameter empty, a Performance NAS file system is created by default.'."\n" ."\n" .'You can call the [ListFileSystemWithMountTargets](~~204364~~) operation to query available mount targets.'."\n", 'type' => 'string', 'required' => false, 'example' => '008b64****', 'title' => ''], ], [ 'name' => 'VolumeProtocol', 'in' => 'query', 'schema' => ['description' => 'The type of the protocol that is used by the NAS file system. Valid values:'."\n" ."\n" .'* NFS'."\n" .'* SMB'."\n" ."\n" .'Default value: NFS.'."\n", 'type' => 'string', 'required' => false, 'example' => 'NFS', 'default' => 'nfs', 'title' => ''], ], [ 'name' => 'VolumeMountpoint', 'in' => 'query', 'schema' => ['description' => 'The mount target of the NAS file system. The mount target is of the VPC type. Take note of the following information:'."\n" ."\n" .'* If the VolumeId parameter is not specified, you can leave the VolumeMountpoint parameter empty. In this case, a mount target is created by default.'."\n" .'* When the VolumeId parameter is specified, the VolumeMountpoint parameter is required. You can call the [ListFileSystemWithMountTargets](~~204364~~) operation to query available mount targets.'."\n", 'type' => 'string', 'required' => false, 'example' => '008b648bcb-s****.cn-hangzhou.nas.aliyuncs.com', 'title' => ''], ], [ 'name' => 'VolumeMountOption', 'in' => 'query', 'schema' => ['description' => 'The mount options of the NFS file system that you want to mount by running the mount command.'."\n" ."\n" .'For more information, see [Mount an NFS file system on a Linux ECS instance](https://www.alibabacloud.com/help/en/nas/latest/mount-an-nfs-file-system-on-a-linux-ecs-instance#section-jyi-hyd-hbr).'."\n", 'type' => 'string', 'required' => false, 'example' => '-t nfs -o vers=4', 'title' => ''], ], [ 'name' => 'RemoteDirectory', 'in' => 'query', 'schema' => ['description' => 'The remote directory to which the NAS file system is mounted.'."\n", 'type' => 'string', 'required' => false, 'example' => 'NasMountpoint:/RemoteDirectory', 'title' => ''], ], [ 'name' => 'DeployMode', 'in' => 'query', 'schema' => ['description' => 'The mode in which the E-HPC cluster is deployed. Valid values:'."\n" ."\n" .'* Standard: An account node, a scheduling node, a logon node, and multiple compute nodes are separately deployed.'."\n" .'* Simple: A management node, which consists of an account node and a scheduling node, is deployed, while a logon node and multiple compute nodes are separately deployed.'."\n" .'* Tiny: A management node and multiple compute nodes are deployed. The management node consists of an account node, a scheduling node, and a logon node. The compute nodes are separately deployed.'."\n" ."\n" .'Default value: Standard.'."\n", 'type' => 'string', 'required' => false, 'example' => 'Simple', 'title' => ''], ], [ 'name' => 'HaEnable', 'in' => 'query', 'schema' => ['description' => 'Specifies whether to enable the high availability feature. Valid values:'."\n" ."\n" .'* true'."\n" .'* false'."\n" ."\n" .'Default value: false.'."\n" ."\n" .'> If high availability is enabled, a primary management node and a secondary management node are used.'."\n", 'type' => 'boolean', 'required' => false, 'example' => 'true', 'default' => 'false', 'title' => ''], ], [ 'name' => 'EcsChargeType', 'in' => 'query', 'schema' => ['description' => 'The billing method of the nodes. Valid values:'."\n" ."\n" .'* PostPaid: pay-as-you-go.'."\n" .'* PrePaid: subscription.'."\n" ."\n" .'If you set the parameter to PrePaid, auto-renewal is enabled by default.'."\n", 'type' => 'string', 'required' => false, 'example' => 'PostPaid', 'default' => 'PostPaid', 'title' => ''], ], [ 'name' => 'Password', 'in' => 'query', 'schema' => ['description' => 'The root password of the logon node. The password must be 8 to 30 characters in length and contain at least three of the following items: uppercase letters, lowercase letters, digits, and special characters. Special characters include:'."\n" ."\n" .'`( ) ~ ! @ # $ % ^ & * - + = | { } [ ] : ; ‘ < > , . ? /`'."\n" ."\n" .'You must specify either Password or KeyPairName. If both are specified, the Password parameter prevails.'."\n" ."\n" .'> We recommend that you use HTTPS to call the API operation to prevent password leakage.'."\n", 'type' => 'string', 'required' => false, 'example' => '123****', 'title' => ''], ], [ 'name' => 'KeyPairName', 'in' => 'query', 'schema' => ['description' => 'The name of the key pair.'."\n" ."\n" .'> For more information, see [Create an SSH key pair](~~51793~~).'."\n", 'type' => 'string', 'required' => false, 'example' => 'test', 'title' => ''], ], [ 'name' => 'ImageOwnerAlias', 'in' => 'query', 'schema' => ['description' => 'The type of the image. Valid values:'."\n" ."\n" .'* system: public image'."\n" .'* self: custom image'."\n" .'* others: shared image'."\n" ."\n" .'Default value: system.'."\n", 'type' => 'string', 'required' => false, 'example' => 'self', 'default' => 'system', 'title' => ''], ], [ 'name' => 'ImageId', 'in' => 'query', 'schema' => ['description' => 'The image IDs.'."\n" ."\n" .'You can call the [ListImages](~~87213~~) and [ListCustomImages](~~87215~~) operations to query the images that are supported by E-HPC.'."\n", 'type' => 'string', 'required' => false, 'example' => 'centos_7_02_64_20G_alibase_20170818****', 'title' => ''], ], [ 'name' => 'EcsOrder.Manager.Count', 'in' => 'query', 'schema' => ['description' => 'The number of the management nodes. Valid values: 1 and 2.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1', 'title' => ''], ], [ 'name' => 'EcsOrder.Manager.InstanceType', 'in' => 'query', 'allowEmptyValue' => false, 'schema' => ['description' => 'The instance type of the management nodes.'."\n" ."\n" .'You can call the [ListPreferredEcsTypes](~~188592~~) operation to query the recommended instance types.'."\n", 'type' => 'string', 'required' => false, 'docRequired' => false, 'example' => 'ecs.n1.tiny', 'title' => ''], ], [ 'name' => 'EcsOrder.Compute.Count', 'in' => 'query', 'schema' => ['description' => 'The number of compute nodes in the cluster. Valid values: 0 to 99.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'docRequired' => false, 'example' => '1', 'default' => '0', 'title' => ''], ], [ 'name' => 'EcsOrder.Compute.InstanceType', 'in' => 'query', 'schema' => ['description' => 'The instance type of the compute nodes.'."\n" ."\n" .'You can call the [ListPreferredEcsTypes](~~188592~~) operation to query the recommended instance types.'."\n", 'type' => 'string', 'required' => false, 'docRequired' => false, 'example' => 'ecs.n1.tiny', 'title' => ''], ], [ 'name' => 'EcsOrder.Login.Count', 'in' => 'query', 'schema' => ['description' => 'The number of the logon nodes. Valid value: 1.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'docRequired' => false, 'example' => '1', 'default' => '0', 'title' => ''], ], [ 'name' => 'EcsOrder.Login.InstanceType', 'in' => 'query', 'schema' => ['description' => 'The instance type of the logon nodes.'."\n" ."\n" .'You can call the [ListPreferredEcsTypes](~~188592~~) operation to query the recommended instance types.'."\n", 'type' => 'string', 'required' => false, 'docRequired' => false, 'example' => 'ecs.n1.tiny', 'title' => ''], ], [ 'name' => 'SccClusterId', 'in' => 'query', 'schema' => ['description' => 'The Super Computing Cluster (SCC) instance ID.'."\n" ."\n" .'If you specify the parameter, the SCC instance is moved to a new SCC cluster.'."\n", 'type' => 'string', 'required' => false, 'example' => '00b648b****', 'title' => ''], ], [ 'name' => 'ComputeSpotStrategy', 'in' => 'query', 'schema' => ['description' => 'The bidding method of the compute nodes. Valid values:'."\n" ."\n" .'* NoSpot: The compute nodes are pay-as-you-go instances.'."\n" .'* SpotWithPriceLimit: The compute nodes are preemptible instances that have a user-defined maximum hourly price.'."\n" .'* SpotAsPriceGo: The compute nodes are preemptible instances for which the market price at the time of purchase is used as the bid price.'."\n" ."\n" .'Default value: NoSpot.'."\n", 'type' => 'string', 'required' => false, 'example' => 'NoSpot', 'title' => ''], ], [ 'name' => 'ComputeSpotPriceLimit', 'in' => 'query', 'schema' => ['description' => 'The maximum hourly price of the compute nodes. A maximum of three decimal places can be used in the value of the parameter. The parameter is valid only when the ComputeSpotStrategy parameter is set to SpotWithPriceLimit.'."\n", 'type' => 'string', 'required' => false, 'example' => '0.034', 'title' => ''], ], [ 'name' => 'ComputeEnableHt', 'in' => 'query', 'schema' => ['description' => 'Specifies whether to enable hyper-threading for the compute node. Valid values:'."\n" ."\n" .'* true'."\n" .'* false'."\n" ."\n" .'Default value: true.'."\n", 'type' => 'boolean', 'required' => false, 'example' => 'true', 'title' => ''], ], [ 'name' => 'Period', 'in' => 'query', 'schema' => ['description' => 'The duration of the subscription. The unit of the duration is specified by the `PeriodUnit` parameter.'."\n" ."\n" .'* Valid values if PriceUnit is set to Year: 1, 2, and 3.'."\n" .'* Valid values if PriceUnit is set to Month: 1, 2, 3, 4, 5, 6, 7, 8, and 9.'."\n" .'* Valid value if PriceUnit is set to Hour: 1.'."\n" ."\n" .'Default value: 1.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1', 'title' => ''], ], [ 'name' => 'PeriodUnit', 'in' => 'query', 'schema' => ['description' => 'The unit of the subscription duration. Valid values:'."\n" ."\n" .'* Year'."\n" .'* Month'."\n" .'* Hour'."\n" ."\n" .'Default value: Month.'."\n", 'type' => 'string', 'required' => false, 'example' => 'Year', 'title' => ''], ], [ 'name' => 'AutoRenew', 'in' => 'query', 'schema' => ['description' => 'Specifies whether to enable auto-renewal. Valid values:'."\n" ."\n" .'* true'."\n" .'* false'."\n" ."\n" .'Default value: false.'."\n", 'type' => 'string', 'required' => false, 'example' => 'false', 'default' => 'false', 'title' => ''], ], [ 'name' => 'AutoRenewPeriod', 'in' => 'query', 'schema' => ['description' => 'The auto-renewal period of the subscription compute nodes. The parameter takes effect when AutoRenew is set to true.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1', 'default' => '1', 'title' => ''], ], [ 'name' => 'InputFileUrl', 'in' => 'query', 'schema' => ['description' => 'The URL of the job file that is uploaded to an Object Storage Service (OSS) bucket.'."\n", 'type' => 'string', 'required' => false, 'example' => 'https://ehpc-tianshui.oss-cn-beijing.aliyuncs.com/test-u****/testlist_ehpc.sh', 'title' => ''], ], [ 'name' => 'JobQueue', 'in' => 'query', 'schema' => ['description' => 'The queue to which the compute nodes are added.'."\n", 'type' => 'string', 'required' => false, 'example' => 'workq', 'title' => ''], ], [ 'name' => 'SystemDiskType', 'in' => 'query', 'schema' => ['description' => 'The type of the system disk. Valid values:'."\n" ."\n" .'* cloud_efficiency: ultra disk'."\n" .'* cloud_ssd: standard SSD'."\n" .'* cloud_essd: enhanced SSD (ESSD)'."\n" .'* cloud: basic disk. Disks of this type are retired.'."\n" ."\n" .'Default value: cloud_ssd.'."\n", 'type' => 'string', 'required' => false, 'example' => 'cloud_ssd', 'title' => ''], ], [ 'name' => 'SystemDiskSize', 'in' => 'query', 'schema' => ['description' => 'The system disk size. Unit: GB.'."\n" ."\n" .'Valid values: 40 to 500.'."\n" ."\n" .'Default value: 40.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '40', 'title' => ''], ], [ 'name' => 'RemoteVisEnable', 'in' => 'query', 'schema' => ['description' => 'Specifies whether to enable Virtual Network Computing (VNC). Valid values:'."\n" ."\n" .'* true'."\n" .'* false'."\n" ."\n" .'Default value: false.'."\n", 'type' => 'string', 'required' => false, 'example' => 'false', 'default' => 'false', 'title' => ''], ], [ 'name' => 'ResourceGroupId', 'in' => 'query', 'schema' => ['description' => 'The resource group ID.'."\n" ."\n" .'You can call the [ListResourceGroups](~~158855~~) operation to obtain the ID of the resource group.'."\n", 'type' => 'string', 'required' => false, 'example' => 'rg-acfmxazb4ph****', 'title' => ''], ], [ 'name' => 'ClientToken', 'in' => 'query', 'schema' => ['description' => 'The client token that is used to ensure the idempotence of the request. You can use the client to generate the value, but make sure that the value is unique among different requests. The token can only contain ASCII characters and cannot exceed 64 characters in length. For more information, see [How to ensure idempotence](~~25693~~).'."\n", 'type' => 'string', 'required' => false, 'example' => '123e4567-e89b-12d3-a456-426655440000', 'title' => ''], ], [ 'name' => 'WithoutElasticIp', 'in' => 'query', 'schema' => [ 'description' => 'Specifies whether the logon node uses an elastic IP address (EIP). Default value: false.'."\n" ."\n" .'Valid values:'."\n" ."\n" .'* true'."\n" .'* false'."\n", 'type' => 'boolean', 'required' => false, 'example' => 'true', 'default' => 'false', 'enum' => ['true', 'false'], 'title' => '', ], ], [ 'name' => 'SystemDiskLevel', 'in' => 'query', 'schema' => ['description' => 'The performance level of the ESSD to be used as the system disk. Default value: PL1. Valid values:'."\n" ."\n" .'* PL0: An ESSD can deliver up to 10,000 random read/write IOPS.'."\n" .'* PL1: An ESSD can deliver up to 50,000 random read/write IOPS.'."\n" .'* PL2: An ESSD can deliver up to 100,000 random read/write IOPS.'."\n" .'* PL3: An ESSD delivers up to 1,000,000 random read/write IOPS.'."\n" ."\n" .'Default value: PL1.'."\n" ."\n" .'For more information, see [ESSDs](~~122389~~).'."\n", 'type' => 'string', 'required' => false, 'example' => 'PL0', 'title' => ''], ], [ 'name' => 'IsComputeEss', 'in' => 'query', 'schema' => ['description' => 'Specifies whether to enable auto scaling. Valid values:'."\n" ."\n" .'* true'."\n" .'* false'."\n" ."\n" .'Default value: false.'."\n", 'type' => 'boolean', 'required' => false, 'example' => 'false', 'title' => ''], ], [ 'name' => 'ClusterVersion', 'in' => 'query', 'schema' => ['description' => 'The version of the E-HPC cluster.'."\n" ."\n" .'Default value: 1.0.'."\n", 'type' => 'string', 'required' => false, 'example' => '1.0', 'title' => ''], ], [ 'name' => 'Application', 'in' => 'query', 'style' => 'repeatList', 'schema' => [ 'description' => 'The application information.'."\n", 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'object', 'properties' => [ 'Tag' => ['description' => 'The tag of the software.'."\n" ."\n" .'Valid values of N: 0 to 100.'."\n" ."\n" .'You can call the [ListSoftwares](~~87216~~) operation to query the tag of the software.'."\n", 'type' => 'string', 'required' => false, 'example' => 'OpenMPI_11.1', 'title' => ''], ], 'required' => false, 'title' => '', ], 'required' => false, 'maxItems' => 100, 'title' => '', ], ], [ 'name' => 'AdditionalVolumes', 'in' => 'query', 'style' => 'repeatList', 'schema' => [ 'description' => 'The information of the NAS file system.'."\n", 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'object', 'properties' => [ 'JobQueue' => ['description' => 'The queue of the nodes to which the NAS file system is attached.'."\n" ."\n" .'Valid values of N: 1 to 10.'."\n", 'type' => 'string', 'required' => false, 'example' => 'high', 'title' => ''], 'VolumeId' => ['description' => 'The ID of the NAS file system.'."\n" ."\n" .'Valid values of N: 1 to 10.'."\n", 'type' => 'string', 'required' => false, 'example' => 'extreme-00b88****', 'title' => ''], 'Roles' => [ 'description' => 'The node information to which the NAS file system is attached.'."\n", 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'object', 'properties' => [ 'Name' => ['description' => 'The type of the nodes to which the NAS file system is attached.'."\n" ."\n" .'Valid values of N in AdditionalVolumes.N.Roles: 1 to 10'."\n" ."\n" .'Valid values of N in Roles.N.Name: 0 to 8.'."\n", 'type' => 'string', 'required' => false, 'example' => '["Compute"]', 'title' => ''], ], 'required' => false, 'title' => '', ], 'required' => false, 'maxItems' => 8, 'title' => '', ], 'VolumeMountpoint' => ['description' => 'The mount target of the NAS file system.'."\n" ."\n" .'Valid values of N: 1 to 10.'."\n", 'type' => 'string', 'required' => false, 'example' => '0088****-sihc.cn-hangzhou.extreme.nas.aliyuncs.com', 'title' => ''], 'VolumeMountOption' => ['description' => 'The mount options of the NAS file system.'."\n" ."\n" .'You can specify 1 to 10 vCPUs.'."\n", 'type' => 'string', 'required' => false, 'example' => '-t nfs -o vers=4.0', 'title' => ''], 'RemoteDirectory' => ['description' => 'The remote directory to which the NAS file system is mounted.'."\n" ."\n" .'Valid values of N: 1 to 10.'."\n", 'type' => 'string', 'required' => false, 'example' => '/test', 'title' => ''], 'VolumeType' => ['description' => 'The type of the additional shared storage. Only NAS file systems are supported.'."\n" ."\n" .'Valid values of N: 1 to 10.'."\n", 'type' => 'string', 'required' => false, 'example' => 'nas', 'title' => ''], 'LocalDirectory' => ['description' => 'The local directory on which the NAS file system is mounted.'."\n" ."\n" .'Valid values of N: 1 to 10.'."\n", 'type' => 'string', 'required' => false, 'example' => '/ff', 'title' => ''], 'VolumeProtocol' => ['description' => 'The type of the protocol that is used by the NAS file system. Valid value:'."\n" ."\n" .'* NFS'."\n" .'* SMB'."\n" ."\n" .'Valid values of N: 1 to 10.'."\n" ."\n" .'Default value: NFS.'."\n", 'type' => 'string', 'required' => false, 'example' => 'NFS', 'title' => ''], 'Location' => ['description' => 'The type of the E-HPC cluster. Set the value to PublicCloud.'."\n" ."\n" .'Valid values of N: 1 to 10.'."\n", 'type' => 'string', 'required' => false, 'example' => 'PublicCloud', 'title' => ''], ], 'required' => false, 'title' => '', ], 'required' => false, 'maxItems' => 100, 'title' => '', ], ], [ 'name' => 'PostInstallScript', 'in' => 'query', 'style' => 'repeatList', 'schema' => [ 'description' => 'The information of the post-installation script.'."\n", 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'object', 'properties' => [ 'Args' => ['description' => 'The parameter that is used to run the script after the cluster is created.'."\n" ."\n" .'Valid values of N: 0 to 16.'."\n", 'type' => 'string', 'required' => false, 'example' => 'bashfile.sh', 'title' => ''], 'Url' => ['description' => 'The URL that is used to download the script after the E-HPC cluster is created.'."\n" ."\n" .'Valid values of N: 0 to 16'."\n", 'type' => 'string', 'required' => false, 'example' => '/opt/job.sh', 'title' => ''], ], 'required' => false, 'title' => '', ], 'required' => false, 'maxItems' => 16, 'title' => '', ], ], [ 'name' => 'Plugin', 'in' => 'query', 'schema' => ['description' => 'The mode configurations of the plug-in. This parameter takes effect only when the SchedulerType parameter is set to custom.'."\n" ."\n" .'The value must be a JSON string. The parameter contains the following parameters: pluginMod, pluginLocalPath, and pluginOssPath.'."\n" ."\n" .'* pluginMod: the plug-in mode. The following modes are supported:'."\n" ."\n" .' * oss: The plug-in is downloaded and decompressed from OSS to a local path that is specified by the pluginLocalPath parameter.'."\n" .' * image: By default, the plug-in is stored in a pre-defined local path that is specified by the pluginLocalPath parameter.'."\n" ."\n" .'* pluginLocalPath: the local path where the plug-in is stored. We recommend that you select a shared directory in oss mode and a non-shared directory in image mode.'."\n" ."\n" .'* pluginOssPath: the remote path where the plug-in is stored in OSS. This parameter takes effect only when the pluginMod parameter is set to oss.'."\n", 'type' => 'string', 'required' => false, 'example' => '{"pluginMod": "oss","pluginLocalPath": "/opt/plugin","pluginOssPath": "https://bucket.oss-cn-hangzhou.aliyuncs.com/plugin/plugin.tgz"}', 'title' => ''], ], [ 'name' => 'WithoutAgent', 'in' => 'query', 'schema' => ['description' => 'Specifies whether not to install the agent.'."\n" ."\n" .'* true: does not install the agent.'."\n" .'* false: installs the agent.'."\n" ."\n" .'Default value: false.'."\n", 'type' => 'boolean', 'required' => false, 'example' => 'false', 'title' => ''], ], [ 'name' => 'WithoutNas', 'in' => 'query', 'schema' => ['description' => 'Indicates whether to use NAS as a shared storage. Valid values:'."\n" ."\n" .'* true: does not use NAS.'."\n" .'* false: use NAS.'."\n" ."\n" .'Default value: false.'."\n", 'type' => 'boolean', 'required' => false, 'example' => 'false'."\n", 'title' => ''], ], [ 'name' => 'RamRoleName', 'in' => 'query', 'schema' => ['description' => 'The name of the Resource Access Management (RAM) role.'."\n" ."\n" .'You can call the [ListRoles](~~28713~~) operation provided by RAM to query the instance RAM roles that you created.'."\n", 'type' => 'string', 'required' => false, 'example' => 'testRamRoleName', 'title' => ''], ], [ 'name' => 'NetworkInterfaceTrafficMode', 'in' => 'query', 'schema' => ['description' => 'The communication model of the ENI. Valid values:'."\n" ."\n" .'* Standard: The TCP communication mode is used.'."\n" .'* HighPerformance: uses the remote direct memory access (RDMA) communication mode with the Elastic RDMA Interface (ERI) enabled.'."\n", 'type' => 'string', 'required' => false, 'example' => 'Standard', 'title' => ''], ], [ 'name' => 'DeploymentSetId', 'in' => 'query', 'schema' => ['description' => 'The ID of the deployment set in which to deploy the instance. You can obtain the deployment set ID by calling the [DescribeDeploymentSets](~~91313~~) operation. Only the deployment sets that use low latency policy are supported.'."\n", 'type' => 'string', 'required' => false, 'example' => 'ds-bp1frxuzdg87zh4pzq****', 'title' => ''], ], [ 'name' => 'RamNodeTypes', 'in' => 'query', 'style' => 'repeatList', 'schema' => [ 'description' => 'The node of the RAM role.', 'type' => 'array', 'items' => ['description' => 'The node of the RAM role.'."\n" ."\n" .'Valid values of N: 0 to 4'."\n" ."\n" .'* If the DeployMode parameter is set to Standard, the following values are valid: scheduler, account, login, and compute. Separate multiple values with commas (,).'."\n" .'* If the DeployMode parameter is set to Simple, the following values are valid: manager, login, and compute. Separate multiple values with commas (,).'."\n" .'* If the DeployMode parameter is set to Tiny, the following values are valid: manager and compute.'."\n", 'type' => 'string', 'required' => false, 'example' => 'manager', 'title' => ''], 'required' => false, 'example' => 'Standard', 'maxItems' => 5, 'minItems' => 0, 'title' => '', ], ], [ 'name' => 'Tag', 'in' => 'query', 'style' => 'repeatList', 'schema' => [ 'title' => '', 'description' => 'The array of the tags.'."\n", 'type' => 'array', 'items' => [ 'description' => 'The array of the tags.', 'type' => 'object', 'properties' => [ 'Key' => ['title' => '', 'description' => 'The tag key.'."\n", 'type' => 'string', 'required' => false, 'example' => 'TestKey'], 'Value' => ['title' => '', 'description' => 'The tag value.'."\n", 'type' => 'string', 'required' => false, 'example' => 'TestValue'], ], 'required' => false, 'example' => 'scheduler', 'title' => '', ], 'required' => false, 'maxItems' => 20, 'example' => 'Standard', ], ], [ 'name' => 'AddOns', 'in' => 'query', 'style' => 'repeatList', 'schema' => [ 'description' => 'The custom component service.'."\n", 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'object', 'properties' => [ 'Name' => ['description' => 'The component name.'."\n", 'type' => 'string', 'required' => false, 'example' => 'cromwell', 'title' => ''], 'Version' => ['description' => 'The version number of the component.'."\n", 'type' => 'string', 'required' => false, 'example' => '85', 'title' => ''], 'DeployMode' => ['description' => 'The deployment mode. Valid values: local and ecs.'."\n", 'type' => 'string', 'required' => false, 'example' => 'local', 'title' => ''], 'DBType' => ['description' => 'The type of the database engine. Valid values: Mysql, and null.'."\n", 'type' => 'string', 'required' => false, 'example' => 'Mysql', 'title' => ''], 'ConfigFile' => ['description' => 'The path to the configuration file.'."\n", 'type' => 'string', 'required' => false, 'example' => '/usr/local/addon/cromwell/cromwell.conf', 'title' => ''], 'Port' => ['description' => 'The access port of the custom component.'."\n", 'type' => 'number', 'format' => 'float', 'required' => false, 'example' => '10000', 'title' => ''], 'DefaultStart' => ['description' => 'Indicates whether to auto-start the custom component. Valid values: true and false.'."\n", 'type' => 'boolean', 'required' => false, 'example' => 'true', 'title' => ''], ], 'required' => false, 'title' => '', ], 'required' => false, 'maxItems' => 20, 'title' => '', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => 'The request ID.'."\n", 'type' => 'string', 'example' => 'F6757FA4-8FED-4602-B7F5-3550C084****', 'title' => ''], 'TaskId' => ['description' => 'The task ID.'."\n" ."\n" .'> CreateCluster is an asynchronous operation. A response is returned if the request succeeds. However, this does not mean that a cluster is created. You can call the [ListTasks](~~268225~~) operation to query the result of the task.'."\n", 'type' => 'string', 'example' => 'F6757FA4-8FED-4602-B7F5-3550C084****', 'title' => ''], 'ClusterId' => ['description' => 'The cluster ID.'."\n", 'type' => 'string', 'example' => 'ehpc-hz-FYUr32****', 'title' => ''], ], 'description' => '', 'title' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParams', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => 'The specified parameter %s is invalid.'], ['errorCode' => 'NotEnabled', 'errorMessage' => 'You have not enabled this service', 'description' => 'You have not enabled this service'], ['errorCode' => 'InDebt', 'errorMessage' => 'Your account has overdue payments.', 'description' => 'Your account has overdue payments.'], ['errorCode' => 'OrderError.InsufficientBalance', 'errorMessage' => 'The account balance is insufficient. Please add funds first and try again.', 'description' => 'Your account has overdue payments. Add funds to your account and try again.'], ['errorCode' => 'OrderError.InstHasUnpaidOrder', 'errorMessage' => 'Your account has an unpaid order.', 'description' => 'Your account has an unpaid order. Please pay the order and try again.'], ['errorCode' => 'OrderError.Arrearage', 'errorMessage' => 'Your account balance is less than CNY 100. Please add funds to your account and try again.', 'description' => 'Your account balance is less than CNY 100. Add funds to your account and try again.'], ['errorCode' => 'OrderError.NoCard', 'errorMessage' => 'No credit card is bound to your account.', 'description' => 'You have not bound a card. Please perform binding first.'], ['errorCode' => 'OrderError.InvalidPayMethod', 'errorMessage' => 'No valid default payment method is specified for your account.', 'description' => 'No valid payment method is found. Please check again.'], ['errorCode' => 'OrderError.NoRealNameAuthentication', 'errorMessage' => 'You have not completed the real name authentication.', 'description' => 'You must complete the real-name verification first.'], ['errorCode' => 'OrderError.NoRealNameRegistration', 'errorMessage' => 'Real name registration is required for instances launched in mainland China.', 'description' => 'To purchase cloud services in mainland China regions on the international site, the user must first complete real-name registration.'], ['errorCode' => 'OrderError.UserProfileIncomplete', 'errorMessage' => 'You have not completed your user profile.', 'description' => 'The user has not completed personal information on the international site.'], ['errorCode' => 'InvalidVpc', 'errorMessage' => 'The specified VPC is invalid.', 'description' => 'The VPC information is invalid.'], ['errorCode' => 'InvalidVolume', 'errorMessage' => 'The specified volume is invalid.', 'description' => 'The specified volume is invalid.'], ['errorCode' => 'InvalidSoftware', 'errorMessage' => 'The specified software is not supported.', 'description' => 'The requested software is not supported.'], ['errorCode' => 'InvalidVolumeProtocal', 'errorMessage' => 'The specified volume protocol is invalid.', 'description' => 'The storage protocol is invalid.'], ['errorCode' => 'InvalidVolumeMountpoint', 'errorMessage' => 'The specified volume mount point is invalid.', 'description' => 'The specified volume mount point is invalid.'], ['errorCode' => 'MissingParams', 'errorMessage' => 'The %s parameter is required.', 'description' => ''], ], 403 => [ ['errorCode' => 'TooManyClusters', 'errorMessage' => 'The number of user clusters exceeds the quota.', 'description' => 'The number of user clusters exceeds the quota. By default, the number of user clusters cannot exceed three.'], ['errorCode' => 'TooManyComputes', 'errorMessage' => 'The number of computing nodes exceeds the quota.', 'description' => 'The number of computing nodes exceeds the quota.'], ['errorCode' => 'TooManyLogins', 'errorMessage' => 'The maximum number of logged on nodes is exceeded.', 'description' => 'The maximum number of logged on nodes is exceeded. The default maximum value is 2.'], ['errorCode' => 'TooManyScc', 'errorMessage' => 'The maximum number of SCC instances is exceeded.', 'description' => 'The maximum number of SCC instances is exceeded. The default maximum value is 15.'], ['errorCode' => 'QuotaExceeded.PrivateIpAddress', 'errorMessage' => 'Insufficient private IP addresses in vSwitch: %s.', 'description' => 'Insufficient private IP addresses in vSwitch: %s.'], ['errorCode' => 'ConflictOpt', 'errorMessage' => 'A conflicting operation is running.', 'description' => 'A conflicting operation is running. Please try again later.'], ['errorCode' => 'ImageNotSupported', 'errorMessage' => 'The specified image is not supported.', 'description' => 'The specified image does not exist. Change the image and try again.'], ], [ ['errorCode' => 'ImageNotFound', 'errorMessage' => 'The specified image does not exist.', 'description' => 'The specified image does not exist. Please verify the parameter.'], ['errorCode' => 'VolumeNotFound', 'errorMessage' => 'The specified volume does not exist.', 'description' => 'The specified storage does not exist. Please verify the parameter.'], ['errorCode' => 'VpcNotFound', 'errorMessage' => 'The specified VPC does not exist.', 'description' => 'The specified VPC does not exist.'], ['errorCode' => 'KeyPairNotFound', 'errorMessage' => 'The specified KeyPair does not exist.', 'description' => ''], ], 406 => [ ['errorCode' => 'EcsError', 'errorMessage' => 'An error occurred while calling the ECS API operation.', 'description' => 'ECS API call error. %s'], ['errorCode' => 'NasError', 'errorMessage' => 'NAS API request failed.', 'description' => 'Failed to request the NAS interface.'], ['errorCode' => 'NasServiceNotOpen', 'errorMessage' => 'The NAS service is not activated.', 'description' => 'You have not activated NAS.'], ['errorCode' => 'EipError', 'errorMessage' => 'The EIP API request failed.', 'description' => 'EIP API request failed.'], ['errorCode' => 'OrderError', 'errorMessage' => 'An order request error occurred.', 'description' => 'An order request error occurred.'], ['errorCode' => 'FailToGenId', 'errorMessage' => 'Generating cluster ID failed.', 'description' => ''], ['errorCode' => 'DbError', 'errorMessage' => 'A database service error occurred.', 'description' => 'Database request failed.'], ['errorCode' => 'AliyunError', 'errorMessage' => 'An Alibaba Cloud product error occurred.', 'description' => 'Alibaba Cloud product error. %s'], ['errorCode' => 'AckError', 'errorMessage' => 'An error occurred while calling the ACK API operation.', 'description' => ''], ], [ ['errorCode' => 'NotAuthorized', 'errorMessage' => 'No authorization is granted.', 'description' => 'No authorization is granted.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"F6757FA4-8FED-4602-B7F5-3550C084****\\",\\n \\"TaskId\\": \\"F6757FA4-8FED-4602-B7F5-3550C084****\\",\\n \\"ClusterId\\": \\"ehpc-hz-FYUr32****\\"\\n}","errorExample":""},{"type":"xml","example":"\\n F6757FA4-8FED-4602-B7F5-3550C084****\\n F6757FA4-8FED-4602-B7F5-3550C084****\\n ehpc-hz-FYUr32****\\n","errorExample":""}]', 'title' => 'CreateCluster', 'summary' => 'Creates a pay-as-you-go or subscription E-HPC cluster.', 'description' => 'After you create an Elastic High Performance Computing (E-HPC) cluster, you are charged for the cluster resources that you use. We recommend that you learn about the billing methods of E-HPC in advance. For more information, see [Billing overview](~~57844~~).', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'CreateCluster'], ], ], 'ramActions' => [ [ 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:CreateCluster', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], 'CreateHybridCluster' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => ['autoTest' => false, 'tenantRelevance' => 'publicInformation'], 'parameters' => [ [ 'name' => 'ZoneId', 'in' => 'query', 'schema' => ['description' => 'The ID of the zone.'."\n", 'type' => 'string', 'required' => false, 'example' => 'cn-hangzhou-b', 'title' => ''], ], [ 'name' => 'Name', 'in' => 'query', 'schema' => ['description' => 'The name of the cluster. The name must be 2 to 64 characters in length, and can contain only letters, digits, hyphens (-), and underscores (\\_). It must start with a letter.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'hybridcluster', 'title' => ''], ], [ 'name' => 'Description', 'in' => 'query', 'schema' => ['description' => 'The description of the E-HPC cluster. The description must be 2 to 256 characters in length and cannot start with `http://` or` https://`.'."\n" ."\n" .'This parameter is empty by default.', 'type' => 'string', 'required' => false, 'example' => 'TestDescription', 'title' => ''], ], [ 'name' => 'EhpcVersion', 'in' => 'query', 'schema' => ['description' => 'The version of E-HPC. By default, the latest version is used.'."\n", 'type' => 'string', 'required' => false, 'example' => '1.0.0', 'title' => ''], ], [ 'name' => 'ClientVersion', 'in' => 'query', 'schema' => ['description' => 'The version of the client. By default, the latest version is used.'."\n", 'type' => 'string', 'required' => false, 'example' => '1.0.64', 'title' => ''], ], [ 'name' => 'OsTag', 'in' => 'query', 'schema' => ['description' => 'The image tag of the operating system. You can call the [ListImages](~~87213~~) operation to query the image tag.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'CentOS_7.2_64', 'title' => ''], ], [ 'name' => 'Domain', 'in' => 'query', 'schema' => ['description' => 'The type of the domain account service. Valid values:'."\n" ."\n" .'* nis'."\n" .'* ldap'."\n" ."\n" .'Default value: nis.'."\n", 'type' => 'string', 'required' => false, 'example' => 'nis', 'title' => ''], ], [ 'name' => 'Location', 'in' => 'query', 'schema' => ['description' => 'The location where the cluster resides. Set the value to OnPremise.'."\n", 'type' => 'string', 'required' => false, 'example' => 'OnPremise', 'title' => ''], ], [ 'name' => 'SecurityGroupId', 'in' => 'query', 'schema' => ['description' => 'You can select an existing security group by its ID.'."\n" ."\n" .'> If you specify this parameter, you cannot specify the `SecurityGroupName` parameter.', 'type' => 'string', 'required' => false, 'example' => 'sg-bp13n61xsydodfyg****', 'title' => ''], ], [ 'name' => 'SecurityGroupName', 'in' => 'query', 'schema' => ['description' => 'If you do not use an existing security group, set the parameter to the name of a new security group. A default policy is applied to the new security group.'."\n" ."\n" .'> If you specify this parameter, you cannot specify the `SecurityGroupId` parameter.'."\n", 'type' => 'string', 'required' => false, 'example' => 'ehpc-SecurityGroup', 'title' => ''], ], [ 'name' => 'VpcId', 'in' => 'query', 'schema' => ['description' => 'The ID of the virtual private cloud (VPC) to which the E-HPC cluster belongs.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'vpc-b3f3edefefeep0760yju****', 'title' => ''], ], [ 'name' => 'VSwitchId', 'in' => 'query', 'schema' => ['description' => 'The ID of the vSwitch to which the instance connects to.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'vsw-bp1lfcjbfb099rrjn****', 'title' => ''], ], [ 'name' => 'EcsOrder.Manager.InstanceType', 'in' => 'query', 'schema' => ['description' => 'The instance type of the management node. Only Proxy Mode is supported.'."\n", 'type' => 'string', 'required' => false, 'example' => 'ecs.n1.tiny', 'title' => ''], ], [ 'name' => 'EcsOrder.Compute.InstanceType', 'in' => 'query', 'schema' => ['description' => 'The instance type of the compute nodes.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'ecs.n1.tiny', 'title' => ''], ], [ 'name' => 'VolumeType', 'in' => 'query', 'schema' => ['description' => 'The type of the file system. Only NAS file systems are supported.'."\n", 'type' => 'string', 'required' => false, 'example' => 'NAS', 'default' => 'nas', 'title' => ''], ], [ 'name' => 'VolumeId', 'in' => 'query', 'schema' => ['description' => 'The ID of the file system. NAS file systems cannot be automatically created.'."\n", 'type' => 'string', 'required' => false, 'example' => '008b64****', 'title' => ''], ], [ 'name' => 'VolumeProtocol', 'in' => 'query', 'schema' => ['description' => 'The type of the protocol that is used by the NAS file system. Only NFS is supported.'."\n", 'type' => 'string', 'required' => false, 'example' => 'NFS', 'default' => 'nfs', 'title' => ''], ], [ 'name' => 'VolumeMountpoint', 'in' => 'query', 'schema' => ['description' => 'The mount target of the NAS file system. The mount target is of the VPC type. Mount targets cannot be automatically created for NAS file systems.'."\n", 'type' => 'string', 'required' => false, 'example' => '008b648bcb-s****.cn-hangzhou.nas.aliyuncs.com', 'title' => ''], ], [ 'name' => 'RemoteDirectory', 'in' => 'query', 'schema' => ['description' => 'The remote directory to which the file system is mounted.'."\n", 'type' => 'string', 'required' => false, 'example' => '/RemoteDirectory', 'title' => ''], ], [ 'name' => 'OnPremiseVolumeProtocol', 'in' => 'query', 'schema' => ['description' => 'The type of the protocol that is used by the on-premises file system. Only NFS is supported.'."\n", 'type' => 'string', 'required' => false, 'example' => 'NFS', 'title' => ''], ], [ 'name' => 'OnPremiseVolumeMountPoint', 'in' => 'query', 'schema' => ['description' => 'The mount target of the on-premises file system.'."\n", 'type' => 'string', 'required' => false, 'example' => 'RemoteNasDomain.com', 'title' => ''], ], [ 'name' => 'OnPremiseVolumeRemotePath', 'in' => 'query', 'schema' => ['description' => 'The mount path of the on-premises file system.'."\n", 'type' => 'string', 'required' => false, 'example' => ' /RemoteDirectory', 'title' => ''], ], [ 'name' => 'OnPremiseVolumeLocalPath', 'in' => 'query', 'schema' => ['description' => 'The path in which the on-premises file system is mounted on the nodes on the cloud.'."\n", 'type' => 'string', 'required' => false, 'example' => '/OnCloudDirectory', 'title' => ''], ], [ 'name' => 'Password', 'in' => 'query', 'schema' => ['description' => 'The root password of the logon node. The password must be 8 to 30 characters in length and contain at least three of the following items: uppercase letters, lowercase letters, digits, and special characters. The following special characters are supported: `() ~ ! @ # $ % ^ & * - = + | { } [ ] : ; ‘ < > , . ? /`'."\n" ."\n" .'> We recommend that you use HTTPS to call the API operation to prevent password leakage.'."\n", 'type' => 'string', 'required' => false, 'example' => '123****', 'title' => ''], ], [ 'name' => 'KeyPairName', 'in' => 'query', 'schema' => ['description' => 'The name of the key pair. The name must be 2 to 128 characters in length, and can contain letters, digits, colons (:), underscores (\\_), and hyphens (-). It must start with a letter and cannot start with http:// or https://.[](http://https://。、(:)、(\\_)(-)。)'."\n" ."\n" .'> To use an SSH key pair, see [Create an SSH key pair](~~51793~~).'."\n", 'type' => 'string', 'required' => false, 'example' => 'test', 'title' => ''], ], [ 'name' => 'JobQueue', 'in' => 'query', 'schema' => ['description' => 'The default queue of the scale-out nodes.'."\n", 'type' => 'string', 'required' => false, 'example' => 'workq', 'title' => ''], ], [ 'name' => 'ResourceGroupId', 'in' => 'query', 'schema' => ['description' => 'The ID of the resource group.'."\n", 'type' => 'string', 'required' => false, 'example' => 'rg-acfmxazb4ph****', 'title' => ''], ], [ 'name' => 'HybridClusterOpMode', 'in' => 'query', 'schema' => ['description' => 'The mode in which the proxy node manages the offline nodes. Valid values:'."\n" ."\n" .'* SSH: indicates management via SSH logon.'."\n" .'* CA: indicates management through Cloud Assistant.'."\n", 'type' => 'string', 'required' => false, 'example' => 'SSH', 'title' => ''], ], [ 'name' => 'SchedulerPreInstall', 'in' => 'query', 'schema' => ['description' => 'Specifies whether the scheduler is preinstalled for the image. Valid values:'."\n" ."\n" .'* true: The scheduler is preinstalled. When you create or add a node, you do not need to install the scheduler.'."\n" .'* false: The scheduler is not preinstalled. When you create or add a cluster, you must install the scheduler.'."\n", 'type' => 'boolean', 'required' => false, 'example' => 'true', 'title' => ''], ], [ 'name' => 'ComputeSpotStrategy', 'in' => 'query', 'schema' => ['description' => 'The preemption policy of the compute nodes. Valid values:'."\n" ."\n" .'* NoSpot: The compute nodes are pay-as-you-go instances.'."\n" .'* SpotWithPriceLimit: The instance is created as a preemptible instance with a user-defined maximum hourly price.'."\n" .'* SpotAsPriceGo: The instance is created as a preemptible instance for which the market price at the time of purchase is automatically used as the bidding price.'."\n" ."\n" .'Default value: NoSpot.'."\n", 'type' => 'string', 'required' => false, 'example' => 'NoSpot', 'title' => ''], ], [ 'name' => 'ComputeSpotPriceLimit', 'in' => 'query', 'schema' => ['description' => 'The maximum hourly price for the ECS instance under the compute node. A maximum of three decimal places can be used in the value of the parameter. The parameter is valid only when the ComputeSpotStrategy parameter is set to SpotWithPriceLimit.'."\n", 'type' => 'number', 'format' => 'float', 'required' => false, 'example' => '0.034', 'title' => ''], ], [ 'name' => 'ImageOwnerAlias', 'in' => 'query', 'schema' => ['description' => 'The type of the image. Valid values:'."\n" ."\n" .'* system: public image'."\n" .'* self: custom image'."\n" .'* others: shared image'."\n" .'* marketplace: Alibaba Cloud Marketplace image'."\n", 'type' => 'string', 'required' => false, 'example' => 'system', 'title' => ''], ], [ 'name' => 'ImageId', 'in' => 'query', 'schema' => ['description' => 'The IDs of the images.'."\n", 'type' => 'string', 'required' => false, 'example' => 'wi_1607_x64_dtc_zh_40G_alibase****', 'title' => ''], ], [ 'name' => 'ClientToken', 'in' => 'query', 'schema' => ['description' => 'The client token that is used to ensure the idempotence of the request. You can use the client to generate the token, but make sure that the token is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length. For more information, see [How do I ensure the idempotence of a request?](~~25693~~)'."\n", 'type' => 'string', 'required' => false, 'example' => '123e4567-e89b-12d3-a456-426655440000', 'title' => ''], ], [ 'name' => 'MultiOs', 'in' => 'query', 'schema' => ['description' => 'Specifies whether the cluster supports multiple operating systems. Valid values:'."\n" ."\n" .'* true'."\n" .'* false'."\n" ."\n" .'Default value: false.'."\n", 'type' => 'boolean', 'required' => false, 'example' => 'false', 'title' => ''], ], [ 'name' => 'Nodes', 'in' => 'query', 'style' => 'repeatList', 'schema' => [ 'description' => 'The information about the nodes in the local cluster.'."\n", 'type' => 'array', 'items' => [ 'description' => 'The array of node information.'."\n", 'type' => 'object', 'properties' => [ 'SchedulerType' => ['description' => 'The scheduler type of the on-premises node in the cluster. Valid values:'."\n" ."\n" .'* pbs'."\n" .'* slurm'."\n" .'* opengridscheduler'."\n" .'* deadline'."\n" ."\n" .'Default value: pbs.'."\n", 'type' => 'string', 'required' => false, 'example' => 'pbs', 'title' => ''], 'IpAddress' => ['description' => 'The IP address of the on-premises node in the cluster.'."\n", 'type' => 'string', 'required' => false, 'example' => '00b648b****', 'title' => ''], 'HostName' => ['description' => 'The hostname of the on-premises node in the cluster.'."\n", 'type' => 'string', 'required' => false, 'example' => 'test1', 'title' => ''], 'Role' => ['description' => 'The role of the on-premises node in the cluster. Valid values:'."\n" ."\n" .'* Manager: management node'."\n" .'* Login: logon node'."\n" .'* Compute: compute node'."\n", 'type' => 'string', 'required' => false, 'example' => 'Compute', 'title' => ''], 'AccountType' => ['description' => 'The service type of the domain account to which the on-premises node in the cluster belongs. Valid values:'."\n" ."\n" .'* nis'."\n" .'* ldap'."\n" ."\n" .'Default value: nis.'."\n", 'type' => 'string', 'required' => false, 'example' => 'nis', 'title' => ''], 'Dir' => ['description' => 'The directory of the on-premises node in the cluster.'."\n", 'type' => 'string', 'required' => false, 'example' => '/opt/sge/default/', 'title' => ''], ], 'required' => false, 'title' => '', ], 'required' => false, 'maxItems' => 100, 'title' => '', ], ], [ 'name' => 'Application', 'in' => 'query', 'style' => 'repeatList', 'schema' => [ 'description' => 'An array that consists of the information about the software.'."\n", 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'object', 'properties' => [ 'Tag' => ['description' => 'The tag of the software.'."\n", 'type' => 'string', 'required' => false, 'example' => 'OpenMPI_11.1', 'title' => ''], ], 'required' => false, 'title' => '', ], 'required' => false, 'maxItems' => 100, 'title' => '', ], ], [ 'name' => 'PostInstallScript', 'in' => 'query', 'style' => 'repeatList', 'schema' => [ 'description' => 'The list of post-installation script information.'."\n", 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'object', 'properties' => [ 'Args' => ['description' => 'The parameter that is used to run the script after the cluster is created.'."\n", 'type' => 'string', 'required' => false, 'example' => 'bash file.sh', 'title' => ''], 'Url' => ['description' => 'The full path of the post-installation script.'."\n", 'type' => 'string', 'required' => false, 'example' => '/opt/job.sh', 'title' => ''], ], 'required' => false, 'title' => '', ], 'required' => false, 'maxItems' => 16, 'title' => '', ], ], [ 'name' => 'Plugin', 'in' => 'query', 'schema' => ['description' => 'The mode configurations of the plug-in. This parameter takes effect only when the SchedulerType parameter is set to custom.'."\n" ."\n" .'The value must be a JSON string. The parameter contains the following parameters: pluginMod, pluginLocalPath, and pluginOssPath.'."\n" ."\n" .'* pluginMod: the mode of the plug-in. The following modes are supported:'."\n" ."\n" .' * oss: The plug-in is downloaded and decompressed from OSS to a local path. The local path is specified by the pluginLocalPath parameter.'."\n" .' * image: By default, the plug-in is stored in a pre-defined local path. The local path is specified by the pluginLocalPath parameter.'."\n" ."\n" .'* pluginLocalPath: the local path where the plug-in is stored. We recommend that you select a shared directory in oss mode and a non-shared directory in image mode.'."\n" ."\n" .'* pluginOssPath: the remote path where the plug-in is stored in OSS. This parameter takes effect only when the pluginMod parameter is set to oss.'."\n", 'type' => 'string', 'required' => false, 'example' => '{"pluginMod": "oss","pluginLocalPath": "/opt/plugin","pluginOssPath": "https://bucket.oss-cn-hangzhou.aliyuncs.com/plugin/plugin.tgz"}', 'title' => ''], ], [ 'name' => 'OpenldapPar', 'in' => 'query', 'style' => 'flat', 'schema' => [ 'description' => 'The parameter that is used to connect to the OpenLDAP server.'."\n", 'type' => 'object', 'properties' => [ 'LdapServerIp' => ['description' => 'The IP address of the LDAP server.'."\n", 'type' => 'string', 'required' => false, 'example' => '192.168.1.2', 'title' => ''], 'BaseDn' => ['description' => 'The BaseDN of the LDAP server.'."\n", 'type' => 'string', 'required' => false, 'example' => 'ehpctest', 'title' => ''], 'FallbackHomeDir' => ['description' => 'The home directory of the Linux server.'."\n", 'type' => 'string', 'required' => false, 'example' => '/home', 'title' => ''], ], 'required' => false, 'title' => '', ], ], [ 'name' => 'WinAdPar', 'in' => 'query', 'style' => 'flat', 'schema' => [ 'description' => 'The parameter that is used to connect to the Windows AD server.'."\n", 'type' => 'object', 'properties' => [ 'AdUser' => ['description' => 'The AD user.'."\n", 'type' => 'string', 'required' => false, 'example' => 'Administrator', 'title' => ''], 'AdUserPasswd' => ['description' => 'The password of the AD user.'."\n", 'type' => 'string', 'required' => false, 'example' => 'xxxxxx', 'title' => ''], 'AdDc' => ['description' => 'The name of the AD domain.'."\n", 'type' => 'string', 'required' => false, 'example' => 'ad-hybrid001.ehpcad.com', 'title' => ''], 'AdIp' => ['description' => 'The IP address of the AD domain.'."\n", 'type' => 'string', 'required' => false, 'example' => '192.168.1.2', 'title' => ''], ], 'required' => false, 'title' => '', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => 'The ID of the request.'."\n", 'type' => 'string', 'example' => 'F6757FA4-8FED-4602-B7F5-3550C0842122', 'title' => ''], 'TaskId' => ['description' => 'The ID of the task.'."\n", 'type' => 'string', 'example' => 'F6757FA4-8FED-4602-B7F5-3550C0842122', 'title' => ''], 'ClusterId' => ['description' => 'The ID of cluster.'."\n", 'type' => 'string', 'example' => 'ehpc-hz-FYUr32****', 'title' => ''], ], 'description' => '', 'title' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParams', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => 'The specified parameter %s is invalid.'], ['errorCode' => 'NotEnabled', 'errorMessage' => 'You have not enabled this service', 'description' => 'You have not enabled this service'], ['errorCode' => 'InDebt', 'errorMessage' => 'Your account has overdue payments.', 'description' => 'Your account has overdue payments.'], ['errorCode' => 'OrderError.InsufficientBalance', 'errorMessage' => 'The account balance is insufficient. Please add funds first and try again.', 'description' => 'Your account has overdue payments. Add funds to your account and try again.'], ['errorCode' => 'OrderError.InstHasUnpaidOrder', 'errorMessage' => 'Your account has an unpaid order.', 'description' => 'Your account has an unpaid order. Please pay the order and try again.'], ['errorCode' => 'OrderError.Arrearage', 'errorMessage' => 'Your account balance is less than CNY 100. Please add funds to your account and try again.', 'description' => 'Your account balance is less than CNY 100. Add funds to your account and try again.'], ['errorCode' => 'OrderError.NoCard', 'errorMessage' => 'No credit card is bound to your account.', 'description' => 'You have not bound a card. Please perform binding first.'], ['errorCode' => 'OrderError.InvalidPayMethod', 'errorMessage' => 'No valid default payment method is specified for your account.', 'description' => 'No valid payment method is found. Please check again.'], ['errorCode' => 'OrderError.NoRealNameAuthentication', 'errorMessage' => 'You have not completed the real name authentication.', 'description' => 'You must complete the real-name verification first.'], ['errorCode' => 'OrderError.NoRealNameRegistration', 'errorMessage' => 'Real name registration is required for instances launched in mainland China.', 'description' => 'To purchase cloud services in mainland China regions on the international site, the user must first complete real-name registration.'], ['errorCode' => 'OrderError.UserProfileIncomplete', 'errorMessage' => 'You have not completed your user profile.', 'description' => 'The user has not completed personal information on the international site.'], ['errorCode' => 'InvalidVpc', 'errorMessage' => 'The specified VPC is invalid.', 'description' => 'The VPC information is invalid.'], ['errorCode' => 'InvalidVolume', 'errorMessage' => 'The specified volume is invalid.', 'description' => 'The specified volume is invalid.'], ['errorCode' => 'InvalidSoftware', 'errorMessage' => 'The specified software is not supported.', 'description' => 'The requested software is not supported.'], ['errorCode' => 'InvalidVolumeProtocal', 'errorMessage' => 'The specified volume protocol is invalid.', 'description' => 'The storage protocol is invalid.'], ['errorCode' => 'InvalidVolumeMountpoint', 'errorMessage' => 'The specified volume mount point is invalid.', 'description' => 'The specified volume mount point is invalid.'], ], 403 => [ ['errorCode' => 'TooManyClusters', 'errorMessage' => 'The number of user clusters exceeds the quota.', 'description' => 'The number of user clusters exceeds the quota. By default, the number of user clusters cannot exceed three.'], ['errorCode' => 'TooManyComputes', 'errorMessage' => 'The number of computing nodes exceeds the quota.', 'description' => 'The number of computing nodes exceeds the quota.'], ['errorCode' => 'TooManyLogins', 'errorMessage' => 'The maximum number of logged on nodes is exceeded.', 'description' => 'The maximum number of logged on nodes is exceeded. The default maximum value is 2.'], ['errorCode' => 'TooManyScc', 'errorMessage' => 'The maximum number of SCC instances is exceeded.', 'description' => 'The maximum number of SCC instances is exceeded. The default maximum value is 15.'], ['errorCode' => 'QuotaExceeded.PrivateIpAddress', 'errorMessage' => 'Insufficient private IP addresses in vSwitch: %s.', 'description' => 'Insufficient private IP addresses in vSwitch: %s.'], ['errorCode' => 'ConflictOpt', 'errorMessage' => 'A conflicting operation is running.', 'description' => 'A conflicting operation is running. Please try again later.'], ['errorCode' => 'ImageNotSupported', 'errorMessage' => 'The specified image is not supported.', 'description' => 'The specified image does not exist. Change the image and try again.'], ], [ ['errorCode' => 'ImageNotFound', 'errorMessage' => 'The specified image does not exist.', 'description' => 'The specified image does not exist. Please verify the parameter.'], ['errorCode' => 'VolumeNotFound', 'errorMessage' => 'The specified volume does not exist.', 'description' => 'The specified storage does not exist. Please verify the parameter.'], ['errorCode' => 'VpcNotFound', 'errorMessage' => 'The specified VPC does not exist.', 'description' => 'The specified VPC does not exist.'], ], 406 => [ ['errorCode' => 'EcsError', 'errorMessage' => 'An error occurred while calling the ECS API operation.', 'description' => 'ECS API call error. %s'], ['errorCode' => 'NasError', 'errorMessage' => 'NAS API request failed.', 'description' => 'Failed to request the NAS interface.'], ['errorCode' => 'NasServiceNotOpen', 'errorMessage' => 'The NAS service is not activated.', 'description' => 'You have not activated NAS.'], ['errorCode' => 'EipError', 'errorMessage' => 'The EIP API request failed.', 'description' => 'EIP API request failed.'], ['errorCode' => 'OrderError', 'errorMessage' => 'An order request error occurred.', 'description' => 'An order request error occurred.'], ['errorCode' => 'FailToGenId', 'errorMessage' => 'Generating cluster ID failed.', 'description' => ''], ['errorCode' => 'DbError', 'errorMessage' => 'A database service error occurred.', 'description' => 'Database request failed.'], ['errorCode' => 'AliyunError', 'errorMessage' => 'An Alibaba Cloud product error occurred.', 'description' => 'Alibaba Cloud product error. %s'], ], [ ['errorCode' => 'NotAuthorized', 'errorMessage' => 'No authorization is granted.', 'description' => 'No authorization is granted.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"F6757FA4-8FED-4602-B7F5-3550C0842122\\",\\n \\"TaskId\\": \\"F6757FA4-8FED-4602-B7F5-3550C0842122\\",\\n \\"ClusterId\\": \\"ehpc-hz-FYUr32****\\"\\n}","errorExample":""},{"type":"xml","example":"\\r\\n F6757FA4-8FED-4602-B7F5-3550C0842122\\r\\n F6757FA4-8FED-4602-B7F5-3550C0842122\\r\\n ehpc-hz-FYUr32****\\r\\n","errorExample":""}]', 'title' => 'CreateHybridCluster', 'summary' => 'Creates a hybrid cloud cluster.', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'ramActions' => [ [ 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:CreateHybridCluster', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], 'CreateJobFile' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'create', 'abilityTreeCode' => '75791', 'abilityTreeNodes' => ['FEATUREehpcH08VYA'], 'autoTest' => false, 'tenantRelevance' => 'publicInformation', ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => ['description' => 'The ID of the E-HPC cluster.'."\n" ."\n" .'You can call the [ListClusters](~~87116~~) operation to query the cluster ID.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'ehpc-hz-jeJki6****', 'title' => ''], ], [ 'name' => 'RunasUser', 'in' => 'query', 'schema' => ['description' => 'The user to which the job file belongs.'."\n" ."\n" .'You can call the [ListUsers](~~188572~~) operation to query the users of the cluster.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'testuser1', 'title' => ''], ], [ 'name' => 'RunasUserPassword', 'in' => 'query', 'schema' => ['description' => 'The user password.'."\n", 'type' => 'string', 'required' => false, 'docRequired' => false, 'example' => '!QAZ****', 'title' => ''], ], [ 'name' => 'Content', 'in' => 'query', 'schema' => ['description' => 'The content of the job file. The content is encoded in Base64.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'c2xlZXAgMzA=', 'title' => ''], ], [ 'name' => 'TargetFile', 'in' => 'query', 'schema' => ['description' => 'The name of the job file.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'lammps.pbs', 'title' => ''], ], [ 'name' => 'Async', 'in' => 'query', 'schema' => ['description' => 'Indicates whether to use an asynchronous link to submit job files.'."\n" ."\n" .'Default value: false.'."\n", 'type' => 'boolean', 'required' => false, 'example' => 'false', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => 'The request ID.'."\n", 'type' => 'string', 'example' => '04F0F334-1335-436C-A1D7-6C044FE7****', 'title' => ''], ], 'description' => '', 'title' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParams', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => 'The specified parameter %s is invalid.'], ['errorCode' => 'NotEnabled', 'errorMessage' => 'You have not enabled this service', 'description' => 'You have not enabled this service'], ['errorCode' => 'InDebt', 'errorMessage' => 'Your account has overdue payments.', 'description' => 'Your account has overdue payments.'], ], 403 => [ ['errorCode' => 'InvalidClusterStatus', 'errorMessage' => 'The operation failed due to invalid cluster status.', 'description' => 'The cluster status does not support the operation.'], ['errorCode' => 'ConflictOpt', 'errorMessage' => 'A conflicting operation is running.', 'description' => 'A conflicting operation is running. Please try again later.'], ['errorCode' => 'IncorrectCredential', 'errorMessage' => 'The username or password is incorrect.', 'description' => 'The username or password is incorrect.'], ['errorCode' => 'AgentError.Account.ValidateCredentialFailure', 'errorMessage' => 'Username or password verification failed.', 'description' => 'Username or password verification failed.'], ['errorCode' => 'UsernameExist', 'errorMessage' => 'The username already exists.', 'description' => 'The username already exists.'], ], [ ['errorCode' => 'ClusterNotFound', 'errorMessage' => 'The specified cluster does not exist.', 'description' => 'The specified instance does not exist.'], ['errorCode' => 'ManagerNotFound', 'errorMessage' => 'The manager nodes do not exist or their status is abnormal.', 'description' => 'The manager nodes do not exist or their status is abnormal.'], ], 406 => [ ['errorCode' => 'AliyunError', 'errorMessage' => 'An Alibaba Cloud product error occurred.', 'description' => 'Alibaba Cloud product error. %s'], ['errorCode' => 'AgentResponseTimeout', 'errorMessage' => 'Agent response timeout: %s', 'description' => ''], ['errorCode' => 'AgentError', 'errorMessage' => 'The agent service request failed: %s', 'description' => 'Operation unsuccessful: %s'], ], [ ['errorCode' => 'NotAuthorized', 'errorMessage' => 'You are not authorized by RAM for this request.', 'description' => 'The request is not authorized by RAM.'], ], 409 => [ ['errorCode' => 'PartFailure', 'errorMessage' => 'Part of the batch operation failed.', 'description' => 'Part of the batch operation failed.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"04F0F334-1335-436C-A1D7-6C044FE7****\\"\\n}","errorExample":""},{"type":"xml","example":"\\n\\t04F0F334-1335-436C-A1D7-6C044FE7****\\n","errorExample":""}]', 'title' => 'CreateJobFile', 'summary' => 'Creates a job file.', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'ramActions' => [ [ 'operationType' => 'create', 'ramAction' => [ 'action' => 'ehpc:CreateJobFile', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], 'CreateJobTemplate' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => ['autoTest' => false, 'tenantRelevance' => 'publicInformation'], 'parameters' => [ [ 'name' => 'CommandLine', 'in' => 'query', 'schema' => ['description' => 'The command that is used to run the job.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => './LammpsTest/lammps.pbs', 'title' => ''], ], [ 'name' => 'Name', 'in' => 'query', 'schema' => ['description' => 'The name of the job template. The name must be 2 to 64 characters in length. It must start with a letter and can contain letters, digits, hyphens (-), and underscores (\\_).'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'jobtemplate1', 'title' => ''], ], [ 'name' => 'RunasUser', 'in' => 'query', 'schema' => ['description' => 'The name of the user that runs the job.'."\n" ."\n" .'You can call the [ListUsers](~~188572~~) operation to query the users of the cluster.'."\n", 'type' => 'string', 'required' => false, 'example' => 'user1', 'title' => ''], ], [ 'name' => 'Priority', 'in' => 'query', 'schema' => ['description' => 'The priority of the job. Valid values: 0 to 9. A larger value indicates a higher priority.'."\n" ."\n" .'Default value: 0.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '0', 'title' => ''], ], [ 'name' => 'PackagePath', 'in' => 'query', 'schema' => ['description' => 'The path that is used to run the job.'."\n", 'type' => 'string', 'required' => false, 'example' => './jobfolder', 'title' => ''], ], [ 'name' => 'StdoutRedirectPath', 'in' => 'query', 'schema' => ['description' => 'The output file path of stdout.'."\n", 'type' => 'string', 'required' => false, 'example' => './LammpsTest', 'title' => ''], ], [ 'name' => 'StderrRedirectPath', 'in' => 'query', 'schema' => ['description' => 'The output file path of stderr.'."\n", 'type' => 'string', 'required' => false, 'example' => './LammpsTest', 'title' => ''], ], [ 'name' => 'ReRunable', 'in' => 'query', 'schema' => ['description' => 'Specifies whether to automatically rerun the job after the job fails. Valid value:'."\n" ."\n" .'* true: reruns the job.'."\n" .'* false: does not rerun the job.'."\n", 'type' => 'boolean', 'required' => false, 'example' => 'false', 'title' => ''], ], [ 'name' => 'ArrayRequest', 'in' => 'query', 'schema' => ['description' => 'The job array.'."\n" ."\n" .'Format: X-Y:Z. X is the minimum index value. Y is the maximum index value. Z is the step size. For example, 2-7:2 indicates that three jobs need to be run and their index values are 2, 4, and 6.'."\n", 'type' => 'string', 'required' => false, 'example' => '1-10:2', 'title' => ''], ], [ 'name' => 'Variables', 'in' => 'query', 'schema' => ['description' => 'The runtime variables passed to the job. They can be accessed by using environment variables in the executable file.'."\n", 'type' => 'string', 'required' => false, 'example' => '[{Name:,Value:},{Name:,Value:}]', 'title' => ''], ], [ 'name' => 'Queue', 'in' => 'query', 'schema' => ['description' => 'The name of the queue in which the job is run.'."\n" ."\n" .'You can call the [ListQueues](~~92176~~) operation to query the name of the queue.'."\n", 'type' => 'string', 'required' => false, 'example' => 'workq', 'title' => ''], ], [ 'name' => 'ClockTime', 'in' => 'query', 'schema' => ['description' => 'The maximum running time of the job. Valid formats:'."\n" ."\n" .'* hh:mm:ss'."\n" .'* mm:ss'."\n" .'* ss'."\n" ."\n" .'We recommend that you use the hh:mm:ss format. If the maximum running time is 12 hours, set the value to 12:00:00.'."\n", 'type' => 'string', 'required' => false, 'example' => '12:00:00', 'title' => ''], ], [ 'name' => 'Node', 'in' => 'query', 'schema' => ['description' => 'The number of compute nodes. Valid values: 1 to 500.'."\n" ."\n" .'> If you do not specify this parameter, the Task, Thread, Mem, or GPU parameters do not take effect.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'maximum' => '5000', 'minimum' => '1', 'example' => '2', 'title' => ''], ], [ 'name' => 'Task', 'in' => 'query', 'schema' => ['description' => 'The number of tasks required by a single compute node. Valid values: 1 to 1000.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'maximum' => '20000', 'minimum' => '1', 'example' => '2', 'title' => ''], ], [ 'name' => 'Thread', 'in' => 'query', 'schema' => ['description' => 'The number of threads required by a single compute node. Valid values: 1 to 1000.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'maximum' => '20000', 'minimum' => '1', 'example' => '1', 'title' => ''], ], [ 'name' => 'Mem', 'in' => 'query', 'schema' => ['description' => 'The maximum memory usage required by a single compute node. Unit: GB, MB, or KB. The unit is case-insensitive.'."\n", 'type' => 'string', 'required' => false, 'example' => '1GB', 'title' => ''], ], [ 'name' => 'Gpu', 'in' => 'query', 'schema' => ['description' => 'The maximum GPU usage required by a single compute node. Valid values: 1 to 8.'."\n" ."\n" .'The parameter takes effect only when the cluster uses PBS and a compute node is a GPU-accelerated instance.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'maximum' => '20000', 'minimum' => '1', 'example' => '1', 'title' => ''], ], [ 'name' => 'InputFileUrl', 'in' => 'query', 'schema' => ['description' => 'The URL of the job files that are uploaded to an Object Storage Service (OSS) bucket.'."\n", 'type' => 'string', 'required' => false, 'example' => 'https://test.oss-cn-beijing.aliyuncs.com/test.py', 'title' => ''], ], [ 'name' => 'WithUnzipCmd', 'in' => 'query', 'schema' => ['description' => 'Specifies whether to decompress the job files downloaded from an OSS bucket. Valid values:'."\n" ."\n" .'* true: decompresses the job file.'."\n" .'* false: does not decompress the job file.'."\n", 'type' => 'boolean', 'required' => false, 'example' => 'true', 'title' => ''], ], [ 'name' => 'UnzipCmd', 'in' => 'query', 'schema' => ['description' => 'The command that is used to decompress the job files downloaded from an OSS bucket. The parameter takes effect only when WithUnzipCmd is set to true. Valid values:'."\n" ."\n" .'* tar xzf: decompresses GZIP files.'."\n" .'* tar xf: decompresses TAR files.'."\n" .'* unzip: decompresses ZIP files.'."\n", 'type' => 'string', 'required' => false, 'example' => 'tar xzf', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'TemplateId' => ['description' => 'The ID of the job template.'."\n", 'type' => 'string', 'example' => 'ehpc-job-tmpl-6RxO5y****', 'title' => ''], 'RequestId' => ['description' => 'The request ID.'."\n", 'type' => 'string', 'example' => '04F0F334-1335-436C-A1D7-6C044FE7****', 'title' => ''], ], 'description' => '', 'title' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParams', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => 'The specified parameter %s is invalid.'], ['errorCode' => 'NotEnabled', 'errorMessage' => 'You have not enabled this service', 'description' => 'You have not enabled this service'], ['errorCode' => 'InDebt', 'errorMessage' => 'Your account has overdue payments.', 'description' => 'Your account has overdue payments.'], ], 403 => [ ['errorCode' => 'InvalidClusterStatus', 'errorMessage' => 'The operation failed due to invalid cluster status.', 'description' => 'The cluster status does not support the operation.'], ['errorCode' => 'ConflictOpt', 'errorMessage' => 'A conflicting operation is running.', 'description' => 'A conflicting operation is running. Please try again later.'], ['errorCode' => 'TemplateNameExist', 'errorMessage' => 'The template name already exists.', 'description' => 'The template name already exists.'], ['errorCode' => 'TooMuchTemplates', 'errorMessage' => 'The number of templates exceeds the quota.', 'description' => ''], ], 406 => [ ['errorCode' => 'DbError', 'errorMessage' => 'A database service error occurred.', 'description' => 'Database request failed.'], ['errorCode' => 'AliyunError', 'errorMessage' => 'An Alibaba Cloud product error occurred.', 'description' => 'Alibaba Cloud product error. %s'], ], [ ['errorCode' => 'NotAuthorized', 'errorMessage' => 'You are not authorized by RAM for this request.', 'description' => 'The request is not authorized by RAM.'], ], 409 => [ ['errorCode' => 'PartFailure', 'errorMessage' => 'Part of the batch operation failed.', 'description' => 'Part of the batch operation failed.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"TemplateId\\": \\"ehpc-job-tmpl-6RxO5y****\\",\\n \\"RequestId\\": \\"04F0F334-1335-436C-A1D7-6C044FE7****\\"\\n}","errorExample":""},{"type":"xml","example":"\\r\\n 04F0F334-1335-436C-A1D7-6C044FE7****\\r\\n ehpc-job-tmpl-6RxO5y****\\r\\n","errorExample":""}]', 'title' => 'CreateJobTemplate', 'summary' => 'Creates a job template.', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'CreateJobTemplate'], ], ], 'ramActions' => [ [ 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:CreateJobTemplate', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], 'DeleteCluster' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'delete', 'abilityTreeCode' => '75793', 'abilityTreeNodes' => ['FEATUREehpcOQU2XV'], 'autoTest' => false, 'tenantRelevance' => 'publicInformation', ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => ['description' => 'The ID of the cluster.'."\n" ."\n" .'You can call the [ListClusters](~~87116~~) operation to obtain cluster IDs.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'ehpc-hz-QKKVqO****', 'title' => ''], ], [ 'name' => 'ReleaseInstance', 'in' => 'query', 'schema' => [ 'description' => 'Specifies whether to release Elastic Compute Service (ECS) instances that are created by using Elastic High Performance Computing (E-HPC).'."\n" ."\n" .'Default value: true.'."\n", 'type' => 'string', 'required' => false, 'example' => 'true', 'enum' => ['true'], 'title' => '', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'TaskId' => ['description' => 'The task ID.'."\n", 'type' => 'string', 'example' => 'F1AB6D8D-E185-4D94-859C-7CE7B8B7****', 'title' => ''], 'RequestId' => ['description' => 'The request ID.'."\n", 'type' => 'string', 'example' => 'F1AB6D8D-E185-4D94-859C-7CE7B8B7****', 'title' => ''], ], 'description' => '', 'title' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParams', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => 'The specified parameter %s is invalid.'], ], 403 => [ ['errorCode' => 'InvalidClusterStatus', 'errorMessage' => 'The operation failed due to invalid cluster status.', 'description' => 'The cluster status does not support the operation.'], ['errorCode' => 'ConflictOpt', 'errorMessage' => 'A conflicting operation is running.', 'description' => 'A conflicting operation is running. Please try again later.'], ], [ ['errorCode' => 'ClusterNotFound', 'errorMessage' => 'The specified cluster does not exist.', 'description' => 'The specified instance does not exist.'], ], 406 => [ ['errorCode' => 'EcsError', 'errorMessage' => 'An error occurred while calling the ECS API operation.', 'description' => 'ECS API call error. %s'], ['errorCode' => 'DbError', 'errorMessage' => 'A database service error occurred.', 'description' => 'Database request failed.'], ['errorCode' => 'AliyunError', 'errorMessage' => 'An Alibaba Cloud product error occurred.', 'description' => 'Alibaba Cloud product error. %s'], ], [ ['errorCode' => 'NotAuthorized', 'errorMessage' => 'You are not authorized by RAM for this request.', 'description' => 'The request is not authorized by RAM.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"TaskId\\": \\"F1AB6D8D-E185-4D94-859C-7CE7B8B7****\\",\\n \\"RequestId\\": \\"F1AB6D8D-E185-4D94-859C-7CE7B8B7****\\"\\n}","errorExample":""},{"type":"xml","example":"\\n F1AB6D8D-E185-4D94-859C-7CE7B8B7****\\n F1AB6D8D-E185-4D94-859C-7CE7B8B7****\\n","errorExample":""}]', 'title' => 'DeleteCluster', 'summary' => 'Releases a cluster.', 'description' => 'After a cluster is released, the pay-as-you-go nodes and the subscription nodes that are expired are automatically released. The subscription nodes that are expired are retained. If you need to release subscription nodes that are not expired, change the billing method to pay-as-you-go. Before you release a cluster, make sure that you no longer use the cluster.', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'ramActions' => [ [ 'operationType' => 'delete', 'ramAction' => [ 'action' => 'ehpc:DeleteCluster', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], 'DeleteJobTemplates' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => ['autoTest' => false, 'tenantRelevance' => 'publicInformation'], 'parameters' => [ [ 'name' => 'Templates', 'in' => 'query', 'schema' => ['description' => 'The IDs of the job templates that you want to delete. You can specify a maximum of 20 job template IDs.'."\n" ."\n" .'Format of job template IDs: `[{"Id": "0.sched****"},{"Id": "1.sched****"}]`. Separate multiple job template IDs with commas (,).'."\n" ."\n" .'You can call the [ListJobTemplates](~~87248~~) operation to query job template IDs.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '[{"Id":"ehpc-job-tmpl-6RVcMK****"},{"Id": "ehpc-job-tmpl-6RxO5y****"}]', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => 'The request ID.'."\n", 'type' => 'string', 'example' => '04F0F334-1335-436C-A1D7-6C044FE7****', 'title' => ''], ], 'description' => '', 'title' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParams', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => 'The specified parameter %s is invalid.'], ], 403 => [ ['errorCode' => 'InvalidClusterStatus', 'errorMessage' => 'The operation failed due to invalid cluster status.', 'description' => 'The cluster status does not support the operation.'], ['errorCode' => 'ConflictOpt', 'errorMessage' => 'A conflicting operation is running.', 'description' => 'A conflicting operation is running. Please try again later.'], ], 406 => [ ['errorCode' => 'DbError', 'errorMessage' => 'A database service error occurred.', 'description' => 'Database request failed.'], ['errorCode' => 'AliyunError', 'errorMessage' => 'An Alibaba Cloud product error occurred.', 'description' => 'Alibaba Cloud product error. %s'], ], [ ['errorCode' => 'NotAuthorized', 'errorMessage' => 'You are not authorized by RAM for this request.', 'description' => 'The request is not authorized by RAM.'], ], 409 => [ ['errorCode' => 'PartFailure', 'errorMessage' => 'Part of the batch operation failed.', 'description' => 'Part of the batch operation failed.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"04F0F334-1335-436C-A1D7-6C044FE7****\\"\\n}","errorExample":""},{"type":"xml","example":"\\r\\n 04F0F334-1335-436C-A1D7-6C044FE7****\\r\\n","errorExample":""}]', 'title' => 'DeleteJobTemplates', 'summary' => 'Deletes job templates.', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'ramActions' => [ [ 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:DeleteJobTemplates', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], 'DeleteJobs' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'delete', 'abilityTreeCode' => '75798', 'abilityTreeNodes' => ['FEATUREehpcH08VYA'], 'autoTest' => false, 'tenantRelevance' => 'publicInformation', ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => ['description' => 'The ID of the E-HPC cluster.'."\n" ."\n" .'You can call the [ListClusters](~~87116~~) operation to query the cluster ID.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'ehpc-hz-FYUr32****', 'title' => ''], ], [ 'name' => 'Jobs', 'in' => 'query', 'schema' => ['description' => 'The list of jobs that you want to delete. Maximum number of jobs: 100. Minimum number of jobs: 1.'."\n" ."\n" .'Format: `[{"Id": "0.sched****"},{"Id": "1.sched****"}]`. Separate multiple jobs with commas (,).'."\n" ."\n" .'You can call the [ListJobs](~~87251~~) operation to query the job ID.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '[{"Id": "0.sched****"},{"Id": "1.sched****"}]', 'title' => ''], ], [ 'name' => 'Async', 'in' => 'query', 'schema' => ['description' => 'Specifies whether to use an asynchronous link to delete the jobs.'."\n" ."\n" .'Default value: false.'."\n", 'type' => 'boolean', 'required' => false, 'example' => 'false', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => 'The request ID.'."\n", 'type' => 'string', 'example' => '04F0F334-1335-436C-A1D7-6C044FE7****', 'title' => ''], ], 'description' => '', 'title' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParams', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => 'The specified parameter %s is invalid.'], ], 403 => [ ['errorCode' => 'InvalidClusterStatus', 'errorMessage' => 'The operation failed due to invalid cluster status.', 'description' => 'The cluster status does not support the operation.'], ['errorCode' => 'ConflictOpt', 'errorMessage' => 'A conflicting operation is running.', 'description' => 'A conflicting operation is running. Please try again later.'], ['errorCode' => 'UsernameExist', 'errorMessage' => 'The username already exists.', 'description' => 'The username already exists.'], ['errorCode' => 'IncorrectCredential', 'errorMessage' => 'The username or password is incorrect.', 'description' => 'The username or password is incorrect.'], ], [ ['errorCode' => 'ClusterNotFound', 'errorMessage' => 'The specified cluster does not exist.', 'description' => 'The specified instance does not exist.'], ['errorCode' => 'ManagerNotFound', 'errorMessage' => 'The manager nodes do not exist or their status is abnormal.', 'description' => 'The manager nodes do not exist or their status is abnormal.'], ], 406 => [ ['errorCode' => 'AgentError.Job.DeleteFailure', 'errorMessage' => 'Failed to delete job: %s', 'description' => 'Failed to delete the job: {}'], ['errorCode' => 'AliyunError', 'errorMessage' => 'An Alibaba Cloud product error occurred.', 'description' => 'Alibaba Cloud product error. %s'], ['errorCode' => 'AgentResponseTimeout', 'errorMessage' => 'Agent response timeout: %s', 'description' => ''], ['errorCode' => 'AgentError', 'errorMessage' => 'The agent service request failed: %s', 'description' => 'Operation unsuccessful: %s'], ], [ ['errorCode' => 'NotAuthorized', 'errorMessage' => 'You are not authorized by RAM for this request.', 'description' => 'The request is not authorized by RAM.'], ], 409 => [ ['errorCode' => 'PartFailure', 'errorMessage' => 'Part of the batch operation failed.', 'description' => 'Part of the batch operation failed.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"04F0F334-1335-436C-A1D7-6C044FE7****\\"\\n}","errorExample":""},{"type":"xml","example":"\\r\\n 04F0F334-1335-436C-A1D7-6C044FE7****\\r\\n","errorExample":""}]', 'title' => 'DeleteJobs', 'summary' => 'Deletes jobs from a cluster.', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'ramActions' => [ [ 'operationType' => 'delete', 'ramAction' => [ 'action' => 'ehpc:DeleteJobs', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], 'DeleteNodes' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'delete', 'abilityTreeCode' => '75800', 'abilityTreeNodes' => ['FEATUREehpcQU2WXS'], 'autoTest' => false, 'tenantRelevance' => 'publicInformation', ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => ['description' => 'The ID of the cluster.'."\n" ."\n" .'You can call the [ListClusters](~~87116~~) operation to query the cluster ID.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'title' => '', 'example' => 'ehpc-hz-FYUr32****'], ], [ 'name' => 'ReleaseInstance', 'in' => 'query', 'schema' => ['description' => 'Specifies whether to release the nodes that are created by E-HPC.'."\n" ."\n" .'Default value: true', 'type' => 'boolean', 'required' => false, 'default' => 'true', 'title' => '', 'example' => 'true'], ], [ 'name' => 'Sync', 'in' => 'query', 'schema' => ['description' => 'Specifies whether to delete the nodes immediately. Valid values:'."\n" ."\n" .'- true: Yes'."\n" .'- false: No', 'type' => 'boolean', 'required' => false, 'title' => '', 'example' => 'false'], ], [ 'name' => 'Instance', 'in' => 'query', 'style' => 'repeatList', 'schema' => [ 'description' => 'The information about the nodes to be deleted.', 'type' => 'array', 'items' => [ 'description' => 'An array of node information.', 'type' => 'object', 'properties' => [ 'Id' => ['description' => 'The ID of the compute node to delete. You can specify up to 100 nodes.'."\n" ."\n" .'You can call the [DescribeCluster](~~87126~~) operation to query the IDs of nodes in a specified cluster.', 'type' => 'string', 'required' => false, 'title' => '', 'example' => 'i-bp13p7vlcb1uihfv****'], ], 'required' => false, 'title' => '', ], 'required' => true, 'maxItems' => 10000, 'title' => '', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'TaskId' => ['description' => 'The ID of the task.'."\n" ."\n" .'- If you set Sync to true, the operation is synchronous. The value of TaskId is Not Available.'."\n" .'- If you set Sync to false, the operation is asynchronous. You can call the [ListTasks](~~268225~~) operation to query the result of the task.', 'type' => 'string', 'title' => '', 'example' => '04F0F334-1335-436C-A1D7-6C044FE7****'], 'RequestId' => ['description' => 'The ID of the request.', 'type' => 'string', 'title' => '', 'example' => '04F0F334-1335-436C-A1D7-6C044FE7****'], ], 'description' => '', 'title' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParams', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => 'The specified parameter %s is invalid.'], ['errorCode' => 'NotEnabled', 'errorMessage' => 'You have not enabled this service', 'description' => 'You have not enabled this service'], ], 403 => [ ['errorCode' => 'InvalidClusterStatus', 'errorMessage' => 'The operation failed due to invalid cluster status.', 'description' => 'The cluster status does not support the operation.'], ['errorCode' => 'InvalidNodeStatus', 'errorMessage' => 'The operation failed due to invalid node status.', 'description' => ''], ['errorCode' => 'ConflictOpt', 'errorMessage' => 'A conflicting operation is running.', 'description' => 'A conflicting operation is running. Please try again later.'], ], [ ['errorCode' => 'ClusterNotFound', 'errorMessage' => 'The specified cluster does not exist.', 'description' => 'The specified instance does not exist.'], ['errorCode' => 'ComputeNotFound', 'errorMessage' => 'The specified compute node does not exist.', 'description' => 'The specified compute node does not exist.'], ['errorCode' => 'ManagerNotFound', 'errorMessage' => 'The manager nodes do not exist or their status is abnormal.', 'description' => 'The manager nodes do not exist or their status is abnormal.'], ['errorCode' => 'ObjectNotFound', 'errorMessage' => 'The specified object is not found.', 'description' => 'The specified object does not exist. Please verify the parameter.'], ], 406 => [ ['errorCode' => 'EcsError', 'errorMessage' => 'An error occurred while calling the ECS API operation.', 'description' => 'ECS API call error. %s'], ['errorCode' => 'EipError', 'errorMessage' => 'The EIP API request failed.', 'description' => 'EIP API request failed.'], ['errorCode' => 'DbError', 'errorMessage' => 'A database service error occurred.', 'description' => 'Database request failed.'], ['errorCode' => 'AliyunError', 'errorMessage' => 'An Alibaba Cloud product error occurred.', 'description' => 'Alibaba Cloud product error. %s'], ], [ ['errorCode' => 'NotAuthorized', 'errorMessage' => 'You are not authorized by RAM for this request.', 'description' => 'The request is not authorized by RAM.'], ], 409 => [ ['errorCode' => 'PartFailure', 'errorMessage' => 'Part of the batch operation failed.', 'description' => 'Part of the batch operation failed.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"TaskId\\": \\"04F0F334-1335-436C-A1D7-6C044FE7****\\",\\n \\"RequestId\\": \\"04F0F334-1335-436C-A1D7-6C044FE7****\\"\\n}","type":"json"}]', 'title' => 'DeleteNodes', 'summary' => 'Deletes one or more compute nodes from a specified cluster.', 'description' => '## Description'."\n" ."\n" .'To prevent data loss, you must export all job data from the nodes before you delete them.', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'DeleteNodes'], ], ], 'ramActions' => [ [ 'operationType' => 'delete', 'ramAction' => [ 'action' => 'ehpc:DeleteNodes', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], 'DeleteQueue' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'delete', 'abilityTreeCode' => '75801', 'abilityTreeNodes' => ['FEATUREehpcAB36B2'], 'autoTest' => false, 'tenantRelevance' => 'publicInformation', ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => ['description' => 'The ID of the cluster.'."\n" ."\n" .'You can call the [ListClusters](~~87116~~) operation to query the cluster ID.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'ehpc-hz-FYUr32****', 'title' => ''], ], [ 'name' => 'QueueName', 'in' => 'query', 'schema' => ['description' => 'The name of the queue that you want to delete.'."\n" ."\n" .'You can call the [ListQueues](~~92176~~) operation to query the name of the queue.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'workq', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => 'The ID of the request.'."\n", 'type' => 'string', 'example' => '464E9919-D04F-4D1D-B375-15989492****', 'title' => ''], ], 'description' => '', 'title' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParams', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => 'The specified parameter %s is invalid.'], ], 403 => [ ['errorCode' => 'ExecFail', 'errorMessage' => 'Failed to execute the command: %s.', 'description' => 'Failed to execute the command: %s.'], ], [ ['errorCode' => 'ClusterNotFound', 'errorMessage' => 'The specified cluster does not exist.', 'description' => 'The specified instance does not exist.'], ['errorCode' => 'ManagerNotFound', 'errorMessage' => 'The manager nodes do not exist or their status is abnormal.', 'description' => 'The manager nodes do not exist or their status is abnormal.'], ], 406 => [ ['errorCode' => 'EcsError', 'errorMessage' => 'An error occurred while calling the ECS API operation.', 'description' => 'ECS API call error. %s'], ['errorCode' => 'DbError', 'errorMessage' => 'A database service error occurred.', 'description' => 'Database request failed.'], ['errorCode' => 'RedisError', 'errorMessage' => 'A Redis service error occurred.', 'description' => 'Redis request failed.'], ['errorCode' => 'AgentError', 'errorMessage' => 'The agent service request failed.', 'description' => 'The cluster-side command failed to run. %s'], ['errorCode' => 'AliyunError', 'errorMessage' => 'An Alibaba Cloud product error occurred.', 'description' => 'Alibaba Cloud product error. %s'], ['errorCode' => 'AgentResponseTimeout', 'errorMessage' => 'Agent response timeout: %s', 'description' => ''], ], [ ['errorCode' => 'NotAuthorized', 'errorMessage' => 'You are not authorized by RAM for this request.', 'description' => 'The request is not authorized by RAM.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"464E9919-D04F-4D1D-B375-15989492****\\"\\n}","errorExample":""},{"type":"xml","example":"\\n 464E9919-D04F-4D1D-B375-15989492****\\n","errorExample":""}]', 'title' => 'DeleteQueue', 'summary' => 'Deletes a queue in a cluster.', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'ramActions' => [ [ 'operationType' => 'delete', 'ramAction' => [ 'action' => 'ehpc:DeleteQueue', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], 'DeleteSecurityGroup' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => ['autoTest' => false, 'tenantRelevance' => 'publicInformation'], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => ['description' => 'The cluster ID.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'ehpc-hz-FYUr32****', 'title' => ''], ], [ 'name' => 'SecurityGroupId', 'in' => 'query', 'schema' => ['description' => 'The security group ID of the instance.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'sg-bp13n61xsydodfyg****', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => 'The request ID.'."\n", 'type' => 'string', 'example' => '04F0F334-1335-436C-A1D7-6C044FE73368', 'title' => ''], ], 'description' => '', 'title' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParams', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => 'The specified parameter %s is invalid.'], ], 404 => [ ['errorCode' => 'ClusterNotFound', 'errorMessage' => 'The specified cluster does not exist.', 'description' => 'The specified instance does not exist.'], ['errorCode' => 'SecurityGroupNotSupported', 'errorMessage' => 'The security group is not supported.', 'description' => 'The security group is not supported.'], ['errorCode' => 'InvalidSecurityGroup', 'errorMessage' => 'The security group ID is invalid.', 'description' => 'The security group ID is invalid.'], ], 406 => [ ['errorCode' => 'EcsError', 'errorMessage' => 'ECS api request error', 'description' => ''], ['errorCode' => 'DbError', 'errorMessage' => 'A database service error occurred.', 'description' => 'Database request failed.'], ['errorCode' => 'AliyunError', 'errorMessage' => 'Aliyun api service error', 'description' => ''], ], [ ['errorCode' => 'NotAuthorized', 'errorMessage' => 'You are not authorized by RAM for this request.', 'description' => 'The request is not authorized by RAM.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"04F0F334-1335-436C-A1D7-6C044FE73368\\"\\n}","errorExample":""},{"type":"xml","example":"\\r\\n 04F0F334-1335-436C-A1D7-6C044FE73368\\r\\n","errorExample":""}]', 'title' => 'DeleteSecurityGroup', 'summary' => 'Removes a cluster from a specified security group.', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'DeleteSecurityGroup'], ], ], 'ramActions' => [ [ 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:DeleteSecurityGroup', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], 'DeleteUsers' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'delete', 'abilityTreeCode' => '75803', 'abilityTreeNodes' => ['FEATUREehpcG9MMN3'], 'autoTest' => false, 'tenantRelevance' => 'publicInformation', ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => ['description' => 'The cluster ID.'."\n" ."\n" .'You can call the [ListClusters](~~87116~~) operation to obtain the cluster ID.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'ehpc-hz-FYUr32****', 'title' => ''], ], [ 'name' => 'User', 'in' => 'query', 'style' => 'repeatList', 'schema' => [ 'description' => 'The information about the user.'."\n", 'type' => 'array', 'items' => [ 'description' => 'The array of user information.'."\n", 'type' => 'object', 'properties' => [ 'Name' => ['description' => 'The name of the user N that you want to delete. Valid values of N: 1 to 100.'."\n" ."\n" .'You can call the [ListUsers](~~188572~~) operation to query the users of the cluster.'."\n", 'type' => 'string', 'required' => true, 'example' => 'user1', 'title' => ''], ], 'required' => false, 'title' => '', ], 'required' => true, 'maxItems' => 10000, 'title' => '', ], ], [ 'name' => 'Async', 'in' => 'query', 'schema' => ['description' => 'Specifies whether to enable the asynchronous mode for this request.'."\n" ."\n" .'Default value: false.'."\n", 'type' => 'boolean', 'required' => false, 'example' => 'false', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => 'The ID of the request.'."\n", 'type' => 'string', 'example' => '04F0F334-1335-436C-A1D7-6C044FE****', 'title' => ''], ], 'description' => '', 'title' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParams', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => 'The specified parameter %s is invalid.'], ], 403 => [ ['errorCode' => 'InvalidClusterStatus', 'errorMessage' => 'The operation failed due to invalid cluster status.', 'description' => 'The cluster status does not support the operation.'], ], [ ['errorCode' => 'ClusterNotFound', 'errorMessage' => 'The specified cluster does not exist.', 'description' => 'The specified instance does not exist.'], ['errorCode' => 'ManagerNotFound', 'errorMessage' => 'The manager nodes do not exist or their status is abnormal.', 'description' => 'The manager nodes do not exist or their status is abnormal.'], ], 406 => [ ['errorCode' => 'AgentError', 'errorMessage' => 'The agent service request failed.', 'description' => 'The cluster-side command failed to run. %s'], ['errorCode' => 'AgentError.Account.DomainNotExist', 'errorMessage' => 'The specified domain does not exist: %s.', 'description' => 'The domain service does not exist: %s'], ['errorCode' => 'AgentError.Account.GetentPasswdFailure', 'errorMessage' => 'Failed to get the user list: %s.', 'description' => 'Failed to obtain the domain user list: %s'], ['errorCode' => 'AgentError.Account.UserNotExist', 'errorMessage' => 'The specified user is not found in the domain: %s.', 'description' => 'The user does not exist in the domain: %s.'], ['errorCode' => 'AgentError.Account.UserDeleteFailure', 'errorMessage' => 'Failed to delete user from domain: %s.', 'description' => 'Failed to remove the user from domain: %s'], ['errorCode' => 'AgentResponseTimeout', 'errorMessage' => 'Agent response timeout: %s', 'description' => ''], ], [ ['errorCode' => 'NotAuthorized', 'errorMessage' => 'You are not authorized by RAM for this request.', 'description' => 'The request is not authorized by RAM.'], ], 409 => [ ['errorCode' => 'PartFailure', 'errorMessage' => 'Part of the batch operation failed.', 'description' => 'Part of the batch operation failed.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"04F0F334-1335-436C-A1D7-6C044FE****\\"\\n}","errorExample":""},{"type":"xml","example":"\\r\\n 04F0F334-1335-436C-A1D7-6C044FE7****\\r\\n","errorExample":""}]', 'title' => 'DeleteUsers', 'summary' => 'Deletes users from a cluster.', 'description' => 'If you delete a user, only its information is deleted. The files stored in the /home directory for the user are retained. For example, if you delete a user named user1, the files in the `/home/user1/` directory of the cluster are not deleted. However, a deleted user cannot be recovered. Even if you create another user that has the same name, the data retained for the deleted user is not reused.', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'ramActions' => [ [ 'operationType' => 'delete', 'ramAction' => [ 'action' => 'ehpc:DeleteUsers', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], 'DescribeAutoScaleConfig' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['autoTest' => false, 'tenantRelevance' => 'publicInformation'], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => ['description' => 'The cluster ID.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'ehpc-hz-FYUr32****', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'MaxNodesInCluster' => ['description' => 'The maximum number of compute nodes in the cluster. This parameter indicates the largest number of nodes that can be added to the cluster.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '100', 'title' => ''], 'GrowTimeoutInMinutes' => ['description' => 'The timeout period before the scale-out nodes were started. Valid values: 10 to 60.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '20', 'title' => ''], 'SpotStrategy' => ['description' => 'The bidding method of the compute nodes. Valid values:'."\n" ."\n" .'* NoSpot: The instances of the compute node are pay-as-you-go instances.'."\n" .'* SpotWithPriceLimit: The instance is created as a preemptible instance with a user-defined maximum hourly price.'."\n" .'* SpotAsPriceGo: The instance is a preemptible instance for which the market price at the time of purchase is automatically used as the bidding price.'."\n", 'type' => 'string', 'example' => 'NoSpot', 'title' => ''], 'RequestId' => ['description' => 'The request ID.'."\n", 'type' => 'string', 'example' => '04F0F334-1335-436C-A1D7-6C044FE73', 'title' => ''], 'EnableAutoShrink' => ['description' => 'Specifies whether to enable auto scale-in.'."\n", 'type' => 'boolean', 'example' => 'true', 'title' => ''], 'ClusterType' => ['description' => 'The type of the scheduler. Valid values:'."\n" ."\n" .'* pbs'."\n" .'* slurm'."\n" .'* opengridscheduler'."\n" .'* deadline'."\n", 'type' => 'string', 'example' => 'slurm', 'title' => ''], 'EnableAutoGrow' => ['description' => 'Specifies whether to enable auto scale-out.'."\n", 'type' => 'boolean', 'example' => 'true', 'title' => ''], 'ExcludeNodes' => ['description' => 'The list of nodes on which auto scaling is not enabled.'."\n", 'type' => 'string', 'example' => 'i-bp19lgqwxb4206t5****,i-bp1g4hvzs9pywrhb****', 'title' => ''], 'GrowIntervalInMinutes' => ['description' => 'The interval between two consecutive rounds of scale-in. Valid values: 2 to 10.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '10', 'title' => ''], 'ShrinkIntervalInMinutes' => ['description' => 'The interval between two consecutive rounds of scale-out. Valid values: 2 to 10.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '2', 'title' => ''], 'SpotPriceLimit' => ['description' => 'The maximum hourly price of the new ECS instance. The value is accurate to three decimal places. It takes effect only when SpotStrategy is set to SpotWithPriceLimit.'."\n", 'type' => 'string', 'example' => '0.062', 'title' => ''], 'ShrinkIdleTimes' => ['description' => 'The number of consecutive idle times of a node during the resource shrink check. Valid values: 2 to 5.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '3', 'title' => ''], 'ExtraNodesGrowRatio' => ['description' => 'The percentage of extra compute nodes. Valid values: 0 to 100.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '0', 'title' => ''], 'GrowRatio' => ['description' => 'The percentage of each round of scale-out. Valid values: 1 to 100.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''], 'Uid' => ['description' => 'The user ID.'."\n", 'type' => 'string', 'example' => 'testu****', 'title' => ''], 'ClusterId' => ['description' => 'The ID of the associated cluster.'."\n", 'type' => 'string', 'example' => 'ehpc-hz-FYUr32****', 'title' => ''], ], 'description' => '', 'title' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParams', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => 'The specified parameter %s is invalid.'], ], 403 => [ ['errorCode' => 'InvalidOpt', 'errorMessage' => 'The specified operation is invalid. Please try again later. If the problem still exists, submit a ticket.', 'description' => ''], ], [ ['errorCode' => 'ClusterNotFound', 'errorMessage' => 'The specified cluster does not exist.', 'description' => 'The specified instance does not exist.'], ], 406 => [ ['errorCode' => 'DbError', 'errorMessage' => 'A database service error occurred.', 'description' => 'Database request failed.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"MaxNodesInCluster\\": 100,\\n \\"GrowTimeoutInMinutes\\": 20,\\n \\"SpotStrategy\\": \\"NoSpot\\",\\n \\"RequestId\\": \\"04F0F334-1335-436C-A1D7-6C044FE73\\",\\n \\"EnableAutoShrink\\": true,\\n \\"ClusterType\\": \\"slurm\\",\\n \\"EnableAutoGrow\\": true,\\n \\"ExcludeNodes\\": \\"i-bp19lgqwxb4206t5****,i-bp1g4hvzs9pywrhb****\\",\\n \\"GrowIntervalInMinutes\\": 10,\\n \\"ShrinkIntervalInMinutes\\": 2,\\n \\"SpotPriceLimit\\": \\"0.062\\",\\n \\"ShrinkIdleTimes\\": 3,\\n \\"ExtraNodesGrowRatio\\": 0,\\n \\"GrowRatio\\": 1,\\n \\"Uid\\": \\"testu****\\",\\n \\"ClusterId\\": \\"ehpc-hz-FYUr32****\\"\\n}","errorExample":""},{"type":"xml","example":"\\n 04F0F334-1335-436C-A1D7-6C044FE73\\n slurm\\n testu****\\n true\\n true\\n i-bp19lgqwxb4206t5****,i-bp1g4hvzs9pywrhb****\\n 10\\n 2\\n 3\\n 20\\n 0\\n 100\\n 1\\n NoSpot\\n 0\\n ","errorExample":""}]', 'title' => 'DescribeAutoScaleConfig', 'summary' => 'Queries the auto scaling settings of a cluster.', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'ramActions' => [ [ 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:DescribeAutoScaleConfig', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], 'DescribeCluster' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['autoTest' => false, 'tenantRelevance' => 'publicInformation'], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => ['description' => 'The cluster ID. You can call the [ListClusters](~~87116~~) operation to query the list of clusters in a region.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'ehpc-hz-QKKVqO****', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => 'The request ID.'."\n", 'type' => 'string', 'example' => '04F0F334-1335-436C-A1D7-6C044FE73368', 'title' => ''], 'ClusterInfo' => [ 'description' => 'The information about the cluster.'."\n", 'type' => 'object', 'properties' => [ 'Status' => ['description' => 'The status of the cluster. Valid values:'."\n" ."\n" .'* uninit: The cluster is not initialized.'."\n" .'* creating: The cluster is being created.'."\n" .'* init: The cluster is being initialized.'."\n" .'* running: The cluster is running.'."\n" .'* exception: The cluster encounters an exception.'."\n" .'* releasing: The cluster is being released.'."\n", 'type' => 'string', 'example' => 'creating', 'title' => ''], 'VpcId' => ['description' => 'The VPC ID of the node.'."\n", 'type' => 'string', 'example' => 'vpc-bp1pxkcvmmz53ki89****', 'title' => ''], 'KeyPairName' => ['description' => 'The name of the AccessKey pair.'."\n", 'type' => 'string', 'example' => 'test', 'title' => ''], 'EcsChargeType' => ['description' => 'The billing method of the nodes in the cluster. Valid values:'."\n" ."\n" .'* PostPaid: pay-as-you-go'."\n" .'* PrePaid: subscription'."\n", 'type' => 'string', 'example' => 'PostPaid', 'title' => ''], 'SecurityGroupId' => ['description' => 'The ID of the security group.'."\n", 'type' => 'string', 'example' => 'sg-bp1asugr34gzn****', 'title' => ''], 'SccClusterId' => ['description' => 'The ID of the Super Computing Cluster (SCC) instance. If the cluster is not an SCC instance, a null string is returned.'."\n", 'type' => 'string', 'example' => '00b648b****', 'title' => ''], 'CreateTime' => ['description' => 'The time at which the instance is created.'."\n", 'type' => 'string', 'example' => '2020-12-24T03:18:23.000Z', 'title' => ''], 'AccountType' => ['description' => 'The server type of the account. Valid values:'."\n" ."\n" .'* nis'."\n" .'* ldap'."\n", 'type' => 'string', 'example' => 'nis', 'title' => ''], 'VolumeProtocol' => ['description' => 'The type of the protocol that is used by the file system. Valid values:'."\n" ."\n" .'* nfs'."\n" .'* smb'."\n", 'type' => 'string', 'example' => 'nfs', 'title' => ''], 'Description' => ['description' => 'The description of the cluster.'."\n", 'type' => 'string', 'example' => 'cluster', 'title' => ''], 'VolumeId' => ['description' => 'The ID of the File Storage NAS file system. NAS file systems cannot be automatically created.', 'type' => 'string', 'example' => '008b64****', 'title' => ''], 'HaEnable' => ['description' => 'Specifies whether to enable the high availability feature.'."\n" ."\n" .'> If high availability is enabled, each management role in the cluster uses both primary and secondary instances.'."\n", 'type' => 'boolean', 'example' => 'false', 'title' => ''], 'BaseOsTag' => ['description' => 'The image of the cluster.'."\n", 'type' => 'string', 'example' => 'CentOS_7.2_64', 'title' => ''], 'Name' => ['description' => 'The name of the cluster.'."\n", 'type' => 'string', 'example' => 'cluster', 'title' => ''], 'ImageId' => ['description' => 'The image ID.'."\n", 'type' => 'string', 'example' => 'centos_7_02_64_20G_alibase_20170818****', 'title' => ''], 'SchedulerType' => ['description' => 'The type of the scheduler. Valid values:'."\n" ."\n" .'* pbs'."\n" .'* slurm'."\n" .'* opengridscheduler'."\n" .'* deadline'."\n", 'type' => 'string', 'example' => 'pbs', 'title' => ''], 'SchedulerVersion' => ['description' => 'The version of the scheduler.'."\n", 'type' => 'string', 'example' => '18.1.1', 'title' => ''], 'DeployMode' => ['description' => 'The mode in which the cluster is deployed. Valid values:'."\n" ."\n" .'* Standard: An account node, a scheduling node, a logon node, and multiple compute nodes are separately deployed.'."\n" .'* Advanced: Two high availability (HA) account nodes, two HA scheduler nodes, one logon node, and multiple compute nodes are separately deployed.'."\n" .'* Simple: A management node, a logon node, and multiple compute nodes are deployed. The management node consists of an account node and a scheduling node. The logon node and compute nodes are separately deployed.'."\n" .'* Tiny: The account node, scheduling node, and logon node are deployed on one node. The compute node is separately deployed.'."\n", 'type' => 'string', 'example' => 'Simple', 'title' => ''], 'ImageOwnerAlias' => ['description' => 'The image type. Valid values:'."\n" ."\n" .'* system: public image'."\n" .'* self: custom image'."\n" .'* others: shared image'."\n" .'* marketplace: Alibaba Cloud Marketplace image'."\n", 'type' => 'string', 'example' => 'system', 'title' => ''], 'OsTag' => ['description' => 'The operating system tag of the image.'."\n", 'type' => 'string', 'example' => 'CentOS_7.2_64', 'title' => ''], 'VolumeMountpoint' => ['description' => 'The mount target of the NAS file system. The mount target is of the VPC type. Mount targets cannot be automatically created for NAS file systems.'."\n", 'type' => 'string', 'example' => '008b648bcb-s****.cn-hangzhou.nas.aliyuncs.com', 'title' => ''], 'RemoteDirectory' => ['description' => 'The remote directory on which the file system is mounted.'."\n", 'type' => 'string', 'example' => 'NasMountpoint:/RemoteDirectory', 'title' => ''], 'RegionId' => ['description' => 'The region ID.'."\n", 'type' => 'string', 'example' => 'cn-hangzhou', 'title' => ''], 'VSwitchId' => ['description' => 'The vSwitch ID. E-HPC can be deployed only in VPCs.'."\n", 'type' => 'string', 'example' => 'vsw-bp1e47optm9g58zcu****', 'title' => ''], 'ImageName' => ['description' => 'The image name.'."\n", 'type' => 'string', 'example' => 'test_for_Image', 'title' => ''], 'VolumeType' => ['description' => 'The type of the network shared storage. Valid value: NAS.'."\n", 'type' => 'string', 'example' => 'NAS', 'title' => ''], 'Location' => ['description' => 'The location where the cluster is deployed. Valid values:'."\n" ."\n" .'* OnPremise: The node is deployed on a hybrid cloud.'."\n" .'* PublicCloud: The cluster is deployed on a public cloud.'."\n", 'type' => 'string', 'example' => 'PublicCloud', 'title' => ''], 'Id' => ['description' => 'The instance ID.'."\n", 'type' => 'string', 'example' => 'i-bp15de54eet1c43f****', 'title' => ''], 'ClientVersion' => ['description' => 'The version of the E-HPC client.'."\n", 'type' => 'string', 'example' => '1.0.1', 'title' => ''], 'ZoneId' => ['description' => 'The zone ID.'."\n", 'type' => 'string', 'example' => 'cn-hangzhou-k', 'title' => ''], 'ResourceGroupId' => ['description' => 'The resource group ID.'."\n", 'type' => 'string', 'example' => 'rg-aek23szz5i2****', 'title' => ''], 'RamRoleName' => ['description' => 'The name of the instance Resource Access Management (RAM) role.'."\n", 'type' => 'string', 'example' => 'AliyunEHPCFullAccess', 'title' => ''], 'RamNodeTypes' => ['description' => 'The node type details of the instance RAM role.'."\n", 'type' => 'string', 'example' => '["manager", "compute"]', 'title' => ''], 'Applications' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'ApplicationInfo' => [ 'description' => 'The array of the software in the cluster. The array contains the name and version of the software.'."\n", 'title' => '', 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'object', 'properties' => [ 'Tag' => ['description' => 'The tag of the software.'."\n", 'type' => 'string', 'example' => 'OpenMPI_1.8.7', 'title' => ''], 'Name' => ['description' => 'The name of the software.'."\n", 'type' => 'string', 'example' => 'openmpi', 'title' => ''], 'Version' => ['description' => 'The version of the software.'."\n", 'type' => 'string', 'example' => '1.10', 'title' => ''], ], 'title' => '', ], ], ], ], 'PostInstallScripts' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'PostInstallScriptInfo' => [ 'description' => 'The list of post-installation scripts'."\n", 'title' => '', 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'object', 'properties' => [ 'Url' => ['description' => 'The URL used to download the script.'."\n", 'type' => 'string', 'example' => 'example.com', 'title' => ''], 'Args' => ['description' => 'The parameter used to run the script.'."\n", 'type' => 'string', 'example' => 'bash file.sh', 'title' => ''], ], 'title' => '', ], ], ], ], 'EcsInfo' => [ 'description' => 'The list of ECS instance specifications and quantity.'."\n", 'type' => 'object', 'properties' => [ 'Manager' => [ 'description' => 'The information of management nodes.'."\n", 'type' => 'object', 'properties' => [ 'InstanceType' => ['description' => 'The instance type of the management nodes.'."\n", 'type' => 'string', 'example' => 'ecs.n1.tiny', 'title' => ''], 'Count' => ['description' => 'The number of management nodes.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''], ], 'title' => '', ], 'Compute' => [ 'description' => 'The list of compute nodes.'."\n", 'type' => 'object', 'properties' => [ 'InstanceType' => ['description' => 'The instance type of the compute nodes.'."\n", 'type' => 'string', 'example' => 'ecs.n1.tiny', 'title' => ''], 'Count' => ['description' => 'The number of compute nodes in the cluster.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''], ], 'title' => '', ], 'Login' => [ 'description' => 'The list of logon nodes.'."\n", 'type' => 'object', 'properties' => [ 'InstanceType' => ['description' => 'The instance type of the logon nodes.'."\n", 'type' => 'string', 'example' => 'ecs.n1.tiny', 'title' => ''], 'Count' => ['description' => 'The number of logon nodes in the cluster.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''], ], 'title' => '', ], 'ProxyMgr' => [ 'description' => 'The list of proxy nodes on the cloud.'."\n" ."\n" .'This parameter is returned only when the cluster is deployed across hybrid environments and the hybrid-cloud proxy mode is enabled for the cluster.'."\n", 'type' => 'object', 'properties' => [ 'InstanceType' => ['description' => 'The instance type of the proxy node.'."\n", 'type' => 'string', 'example' => 'ecs.n1.tiny', 'title' => ''], 'Count' => ['description' => 'The number of proxy nodes.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''], ], 'title' => '', ], ], 'title' => '', ], 'OnPremiseInfo' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'OnPremiseInfo' => [ 'description' => 'The list of on-premises management nodes.'."\n" ."\n" .'This parameter is returned only when the cluster is deployed across hybrid environments and the hybrid-cloud proxy mode is enabled for the cluster.'."\n", 'title' => '', 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'object', 'properties' => [ 'Type' => ['description' => 'The type of the management node in the on-premises cluster. Valid values:'."\n" ."\n" .'* scheduler'."\n" .'* account'."\n" .'* account, scheduler'."\n", 'type' => 'string', 'example' => 'scheduler', 'title' => ''], 'HostName' => ['description' => 'The hostname of the management node in the on-premises cluster.'."\n", 'type' => 'string', 'example' => 'testecs', 'title' => ''], 'IP' => ['description' => 'The IP address of the management node in the on-premises cluster.'."\n", 'type' => 'string', 'example' => '192.168.*.*', 'title' => ''], ], 'title' => '', ], ], ], ], 'AddOnsInfo' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'AddOnsInfo' => [ 'description' => 'The information about the custom component service.'."\n", 'title' => '', 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'object', 'properties' => [ 'SoftwareId' => ['description' => 'The software ID of the component.'."\n", 'type' => 'string', 'example' => 'CROMWELL_85', 'title' => ''], 'DeployMode' => ['description' => 'The deployment mode of the custom component. Valid values:'."\n" ."\n" .'* local'."\n" .'* ecs'."\n", 'type' => 'string', 'example' => 'local', 'title' => ''], 'Port' => ['description' => 'The TCP port number of the custom component.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '10000', 'title' => ''], 'Status' => ['description' => 'The running status of the custom component. Valid values:'."\n" ."\n" .'* running'."\n" .'* stopped'."\n" .'* exception'."\n", 'type' => 'string', 'example' => 'running', 'title' => ''], 'URL' => ['description' => 'The URL of the custom component service.'."\n", 'type' => 'string', 'example' => 'http://172.16.10.12:10000/', 'title' => ''], ], 'title' => '', ], ], ], ], 'ClusterVersion' => ['description' => 'The version of the E-HPC cluster.'."\n", 'type' => 'string', 'example' => '1.0', 'title' => ''], 'WithoutAgent' => ['description' => 'Specifies whether to not install the agent.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => 'false', 'title' => ''], 'Plugin' => ['description' => 'The mode configurations of the plug-in. This parameter takes effect only when the SchedulerType parameter is set to custom.'."\n" ."\n" .'The value must be a JSON string. The parameter contains the following parameters: pluginMod, pluginLocalPath, and pluginOssPath.'."\n" ."\n" .'* pluginMod: the mode of the plug-in. The following modes are supported:'."\n" ."\n" .' * oss: The plug-in is downloaded and decompressed from OSS to a local path that is specified by the pluginLocalPath parameter.'."\n" .' * image: By default, the plug-in is stored in a pre-defined local path that is specified by the pluginLocalPath parameter.'."\n" ."\n" .'* pluginLocalPath: the local path where the plug-in is stored. We recommend that you select a shared directory in the oss mode and a non-shared directory in the image mode.'."\n" ."\n" .'* pluginOssPath: the remote path where the plug-in is stored in OSS. This parameter takes effect only if you set the pluginMod parameter to oss.'."\n", 'type' => 'string', 'example' => '{\\"pluginMod\\":\\"image\\",\\"pluginLocalPath\\":\\"/opt/plugin\\"}', 'title' => ''], 'SchedulerPreInstall' => ['description' => 'Specifies whether the scheduler is preinstalled for the image. Valid values:'."\n" ."\n" .'* true: The scheduler is preinstalled. When you create a node or scale out a cluster, you do not need to install the scheduler.'."\n" .'* false: The scheduler is not preinstalled. When you create or add a cluster, you must install the scheduler.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => 'true', 'title' => ''], 'Domain' => ['description' => 'The domain name of the on-premises E-HPC cluster.'."\n" ."\n" .'This parameter takes effect only when the AccoutType parameter is set to Idap.'."\n", 'type' => 'string', 'example' => 'ldap', 'title' => ''], 'OpenldapPar' => ['description' => 'The parameter that is used to connect to the OpenLDAP server.'."\n", 'type' => 'string', 'example' => '{'."\n" .' "LdapServerIp": "192.168.XX.XX",'."\n" .' "BaseDn": "ehpctest",'."\n" .' "FallbackHomeDir": "/home"'."\n" .'}', 'title' => ''], 'WinAdPar' => ['description' => 'The parameter that is used to connect to the Windows AD server.'."\n", 'type' => 'string', 'example' => '{ "AdUser": "Administrator", "AdUserPasswd": "xxxxxx", "AdDc": "ad-hybrid001.ehpcad.com", "AdIp": "192.168.XX.XX"}', 'title' => ''], 'Period' => ['description' => 'The duration of the subscription. The unit of the duration is specified by the `PeriodUnit` parameter.'."\n" ."\n" .'* If you set PriceUnit to Year, the valid values of the Period parameter are 1, 2, and 3.'."\n" .'* If you set PriceUnit to Month, the valid values of the Period parameter are 1, 2, 3, 4, 5, 6, 7, 8, and 9.'."\n" .'* If you set PriceUnit to Hour, the valid value of the Period parameter is 1.'."\n" ."\n" .'Default value: 1.'."\n", 'type' => 'string', 'example' => '1', 'title' => ''], 'PeriodUnit' => ['description' => 'The unit of the subscription duration. Valid value:'."\n" ."\n" .'* Year'."\n" .'* Month'."\n" .'* Hour'."\n" ."\n" .'Default value: Month.'."\n", 'type' => 'string', 'example' => 'Month', 'title' => ''], 'AutoRenewPeriod' => ['description' => 'The auto-renewal period of the subscription compute nodes. The parameter takes effect when AutoRenew is set to true.'."\n" ."\n" .'* If PeriodUnit is set to Week, the valid values of the AutoRenewPeriod parameter are 1, 2, and 3.'."\n" .'* If PeriodUnit is set to Month, the valid values of the AutoRenewPeriod parameter are 1, 2, 3, 6, and 12.'."\n" ."\n" .'Default value: 1.'."\n", 'type' => 'string', 'example' => '1', 'title' => ''], 'AutoRenew' => ['description' => 'Specifies whether to enable auto-renewal. The parameter takes effect only when EcsChargeType is set to PrePaid. Valid values:'."\n" ."\n" .'* true: enables auto-renewal.'."\n" .'* false: disables auto-renewal.'."\n" ."\n" .'Default value: true.'."\n", 'type' => 'string', 'example' => 'false', 'title' => ''], 'ComputeSpotStrategy' => ['description' => 'The bidding method of the compute node. Valid values:'."\n" ."\n" .'* NoSpot: The instance is created as a pay-as-you-go instance.'."\n" .'* SpotWithPriceLimit: The instance is created as a preemptible instance with a user-defined maximum hourly price.'."\n" .'* SpotAsPriceGo: The instance is a preemptible instance for which the market price at the time of purchase is automatically used as the bidding price.'."\n", 'type' => 'string', 'example' => 'NoSpot', 'title' => ''], 'ComputeSpotPriceLimit' => ['description' => 'The maximum hourly price of the compute nodes. A maximum of three decimal places can be used in the value of the parameter. The parameter is valid only when the ComputeSpotStrategy parameter is set to SpotWithPriceLimit.'."\n", 'type' => 'string', 'example' => '0.56', 'title' => ''], 'Nodes' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'NodesInfo' => [ 'description' => 'The information of the on-premises node in the cluster.'."\n", 'title' => '', 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'object', 'properties' => [ 'Role' => ['description' => 'The role of the node in the on-premises cluster. Valid values:'."\n" ."\n" .'* Manager: management node'."\n" .'* Login: logon node'."\n" .'* Compute: compute node'."\n", 'type' => 'string', 'example' => 'Compute', 'title' => ''], 'HostName' => ['description' => 'The hostname of the node in the on-premises cluster.'."\n", 'type' => 'string', 'example' => 'compute000', 'title' => ''], 'IpAddress' => ['description' => 'The IP address of the node in the on-premises cluster.'."\n", 'type' => 'string', 'example' => '192.168.XX.XX', 'title' => ''], 'AccountType' => ['description' => 'The service type of the domain account to which the node in the on-premises cluster belongs. Valid values:'."\n" ."\n" .'* nis'."\n" .'* ldap'."\n" ."\n" .'Default value: nis.'."\n", 'type' => 'string', 'example' => 'nis', 'title' => ''], 'Dir' => ['description' => 'The directory of the node in the on-premises cluster.'."\n", 'type' => 'string', 'example' => '/opt/sge/default/', 'title' => ''], 'SchedulerType' => ['description' => 'The scheduler type of the node in the on-premises cluster. Valid values:'."\n" ."\n" .'* pbs'."\n" .'* slurm'."\n" .'* opengridscheduler'."\n" .'* deadline'."\n" ."\n" .'Default value: pbs.'."\n", 'type' => 'string', 'example' => 'pbs', 'title' => ''], ], 'title' => '', ], ], ], ], 'InitialImage' => [ 'description' => 'The image information of the operating systems.'."\n", 'type' => 'object', 'properties' => [ 'OsTag' => ['description' => 'An array of OS images that are supported by E-HPC.'."\n", 'type' => 'string', 'example' => 'CentOS_7.6_64', 'title' => ''], 'ImageOwnerAlias' => ['description' => 'The type of the image. Valid values:'."\n" ."\n" .'* system: public image'."\n" .'* self: custom image'."\n" .'* others: shared image'."\n" .'* marketplace: Alibaba Cloud Marketplace image'."\n", 'type' => 'string', 'example' => 'system', 'title' => ''], 'ImageId' => ['description' => 'The image ID.'."\n", 'type' => 'string', 'example' => 'centos_7_6_x64_20G_alibase_20211130.vhd', 'title' => ''], ], 'title' => '', ], ], 'title' => '', ], ], 'description' => '', 'title' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParams', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => 'The specified parameter %s is invalid.'], ], 404 => [ ['errorCode' => 'ClusterNotFound', 'errorMessage' => 'The specified cluster does not exist.', 'description' => 'The specified instance does not exist.'], ['errorCode' => 'ImageNotFound', 'errorMessage' => 'The specified image does not exist.', 'description' => 'The specified image does not exist. Please verify the parameter.'], ], 406 => [ ['errorCode' => 'EcsError', 'errorMessage' => 'An error occurred while calling the ECS API operation.', 'description' => 'ECS API call error. %s'], ['errorCode' => 'NasError', 'errorMessage' => 'NAS API request failed.', 'description' => 'Failed to request the NAS interface.'], ['errorCode' => 'AgentError', 'errorMessage' => 'The agent service request failed.', 'description' => 'The cluster-side command failed to run. %s'], ['errorCode' => 'DbError', 'errorMessage' => 'A database service error occurred.', 'description' => 'Database request failed.'], ['errorCode' => 'RedisError', 'errorMessage' => 'A Redis service error occurred.', 'description' => 'Redis request failed.'], ['errorCode' => 'AliyunError', 'errorMessage' => 'An Alibaba Cloud product error occurred.', 'description' => 'Alibaba Cloud product error. %s'], ], [ ['errorCode' => 'NotAuthorized', 'errorMessage' => 'You are not authorized by RAM for this request.', 'description' => 'The request is not authorized by RAM.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"04F0F334-1335-436C-A1D7-6C044FE73368\\",\\n \\"ClusterInfo\\": {\\n \\"Status\\": \\"creating\\",\\n \\"VpcId\\": \\"vpc-bp1pxkcvmmz53ki89****\\",\\n \\"KeyPairName\\": \\"test\\",\\n \\"EcsChargeType\\": \\"PostPaid\\",\\n \\"SecurityGroupId\\": \\"sg-bp1asugr34gzn****\\",\\n \\"SccClusterId\\": \\"00b648b****\\",\\n \\"CreateTime\\": \\"2020-12-24T03:18:23.000Z\\",\\n \\"AccountType\\": \\"nis\\",\\n \\"VolumeProtocol\\": \\"nfs\\",\\n \\"Description\\": \\"cluster\\",\\n \\"VolumeId\\": \\"008b64****\\",\\n \\"HaEnable\\": false,\\n \\"BaseOsTag\\": \\"CentOS_7.2_64\\",\\n \\"Name\\": \\"cluster\\",\\n \\"ImageId\\": \\"centos_7_02_64_20G_alibase_20170818****\\",\\n \\"SchedulerType\\": \\"pbs\\",\\n \\"SchedulerVersion\\": \\"18.1.1\\",\\n \\"DeployMode\\": \\"Simple\\",\\n \\"ImageOwnerAlias\\": \\"system\\",\\n \\"OsTag\\": \\"CentOS_7.2_64\\",\\n \\"VolumeMountpoint\\": \\"008b648bcb-s****.cn-hangzhou.nas.aliyuncs.com\\",\\n \\"RemoteDirectory\\": \\"NasMountpoint:/RemoteDirectory\\",\\n \\"RegionId\\": \\"cn-hangzhou\\",\\n \\"VSwitchId\\": \\"vsw-bp1e47optm9g58zcu****\\",\\n \\"ImageName\\": \\"test_for_Image\\",\\n \\"VolumeType\\": \\"NAS\\",\\n \\"Location\\": \\"PublicCloud\\",\\n \\"Id\\": \\"i-bp15de54eet1c43f****\\",\\n \\"ClientVersion\\": \\"1.0.1\\",\\n \\"ZoneId\\": \\"cn-hangzhou-k\\",\\n \\"ResourceGroupId\\": \\"rg-aek23szz5i2****\\",\\n \\"RamRoleName\\": \\"AliyunEHPCFullAccess\\",\\n \\"RamNodeTypes\\": \\"[\\\\\\"manager\\\\\\", \\\\\\"compute\\\\\\"]\\",\\n \\"Applications\\": {\\n \\"ApplicationInfo\\": [\\n {\\n \\"Tag\\": \\"OpenMPI_1.8.7\\",\\n \\"Name\\": \\"openmpi\\",\\n \\"Version\\": \\"1.10\\"\\n }\\n ]\\n },\\n \\"PostInstallScripts\\": {\\n \\"PostInstallScriptInfo\\": [\\n {\\n \\"Url\\": \\"example.com\\",\\n \\"Args\\": \\"bash file.sh\\"\\n }\\n ]\\n },\\n \\"EcsInfo\\": {\\n \\"Manager\\": {\\n \\"InstanceType\\": \\"ecs.n1.tiny\\",\\n \\"Count\\": 1\\n },\\n \\"Compute\\": {\\n \\"InstanceType\\": \\"ecs.n1.tiny\\",\\n \\"Count\\": 1\\n },\\n \\"Login\\": {\\n \\"InstanceType\\": \\"ecs.n1.tiny\\",\\n \\"Count\\": 1\\n },\\n \\"ProxyMgr\\": {\\n \\"InstanceType\\": \\"ecs.n1.tiny\\",\\n \\"Count\\": 1\\n }\\n },\\n \\"OnPremiseInfo\\": {\\n \\"OnPremiseInfo\\": [\\n {\\n \\"Type\\": \\"scheduler\\",\\n \\"HostName\\": \\"testecs\\",\\n \\"IP\\": \\"192.168.*.*\\"\\n }\\n ]\\n },\\n \\"AddOnsInfo\\": {\\n \\"AddOnsInfo\\": [\\n {\\n \\"SoftwareId\\": \\"CROMWELL_85\\",\\n \\"DeployMode\\": \\"local\\",\\n \\"Port\\": 10000,\\n \\"Status\\": \\"running\\",\\n \\"URL\\": \\"http://172.16.10.12:10000/\\"\\n }\\n ]\\n },\\n \\"ClusterVersion\\": \\"1.0\\",\\n \\"WithoutAgent\\": 0,\\n \\"Plugin\\": \\"{\\\\\\\\\\\\\\"pluginMod\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"image\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"pluginLocalPath\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"/opt/plugin\\\\\\\\\\\\\\"}\\",\\n \\"SchedulerPreInstall\\": 0,\\n \\"Domain\\": \\"ldap\\",\\n \\"OpenldapPar\\": \\"{\\\\n\\\\t\\\\\\"LdapServerIp\\\\\\": \\\\\\"192.168.XX.XX\\\\\\",\\\\n\\\\t\\\\\\"BaseDn\\\\\\": \\\\\\"ehpctest\\\\\\",\\\\n\\\\t\\\\\\"FallbackHomeDir\\\\\\": \\\\\\"/home\\\\\\"\\\\n}\\",\\n \\"WinAdPar\\": \\"{\\\\t\\\\\\"AdUser\\\\\\": \\\\\\"Administrator\\\\\\",\\\\t\\\\\\"AdUserPasswd\\\\\\": \\\\\\"xxxxxx\\\\\\",\\\\t\\\\\\"AdDc\\\\\\": \\\\\\"ad-hybrid001.ehpcad.com\\\\\\",\\\\t\\\\\\"AdIp\\\\\\": \\\\\\"192.168.XX.XX\\\\\\"}\\",\\n \\"Period\\": \\"1\\",\\n \\"PeriodUnit\\": \\"Month\\",\\n \\"AutoRenewPeriod\\": \\"1\\",\\n \\"AutoRenew\\": \\"false\\",\\n \\"ComputeSpotStrategy\\": \\"NoSpot\\",\\n \\"ComputeSpotPriceLimit\\": \\"0.56\\",\\n \\"Nodes\\": {\\n \\"NodesInfo\\": [\\n {\\n \\"Role\\": \\"Compute\\",\\n \\"HostName\\": \\"compute000\\",\\n \\"IpAddress\\": \\"192.168.XX.XX\\",\\n \\"AccountType\\": \\"nis\\",\\n \\"Dir\\": \\"/opt/sge/default/\\",\\n \\"SchedulerType\\": \\"pbs\\"\\n }\\n ]\\n },\\n \\"InitialImage\\": {\\n \\"OsTag\\": \\"CentOS_7.6_64\\",\\n \\"ImageOwnerAlias\\": \\"system\\",\\n \\"ImageId\\": \\"centos_7_6_x64_20G_alibase_20211130.vhd\\"\\n }\\n }\\n}","errorExample":""},{"type":"xml","example":"\\n 04F0F334-1335-436C-A1D7-6C044FE73368\\n \\n creating\\n vpc-bp1pxkcvmmz53ki89****\\n test\\n PostPaid\\n sg-bp1asugr34gzn****\\n 00b648b****\\n 2020-12-24T03:18:23.000Z\\n nis\\n nfs\\n cluster\\n 008b64****\\n false\\n CentOS_7.2_64\\n cluster\\n centos_7_02_64_20G_alibase_20170818****\\n pbs\\n Simple\\n system\\n CentOS_7.2_64\\n 008b648bcb-s****.cn-hangzhou.nas.aliyuncs.com\\n NasMountpoint:/RemoteDirectory\\n cn-hangzhou\\n vsw-bp1e47optm9g58zcu****\\n test_for_Image\\n NAS\\n PublicCloud\\n i-bp15de54eet1c43f****\\n 1.0.1\\n \\n OpenMPI_1.8.7\\n openmpi\\n 1.10\\n \\n \\n example.com\\n bash file.sh\\n \\n \\n \\n ecs.n1.tiny\\n 1\\n \\n \\n ecs.n1.tiny\\n 1\\n \\n \\n ecs.n1.tiny\\n 1\\n \\n \\n ecs.n1.tiny\\n 1\\n \\n \\n \\n scheduler\\n testecs\\n 192.168.*.*\\n \\n \\n","errorExample":""}]', 'title' => 'DescribeCluster', 'summary' => 'Queries the details of a cluster.', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'ramActions' => [ [ 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:DescribeCluster', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], 'DescribeImagePrice' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['autoTest' => false, 'tenantRelevance' => 'publicInformation'], 'parameters' => [ [ 'name' => 'ImageId', 'in' => 'query', 'schema' => ['description' => 'The ID of an image.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'm-bp198jigq7l1ga11****', 'title' => ''], ], [ 'name' => 'PriceUnit', 'in' => 'query', 'schema' => ['description' => 'The unit of the subscription duration. Valid values:'."\n" ."\n" .'* Day'."\n" .'* Month'."\n" .'* Year'."\n" ."\n" .'Default value: Day.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'Day', 'title' => ''], ], [ 'name' => 'SkuCode', 'in' => 'query', 'schema' => ['description' => 'The stock keeping unit (SKU) of the image. Valid value: package.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'package', 'title' => ''], ], [ 'name' => 'Period', 'in' => 'query', 'schema' => ['description' => 'The subscription duration of the read-only instance. Valid values:'."\n" ."\n" .'* If PriceUnit is set to Day, the valid values of the Period parameter are 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, and 30.'."\n" .'* If PriceUnit is set to Month, the valid values of the Period parameter are 1, 2, 3, 4, 5, 6, 7, 8, and 9.'."\n" .'* If PriceUnit is set to Year, the valid values of the Period parameter are 1, 2, and 3.'."\n" ."\n" .'Default value: 1.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => true, 'docRequired' => true, 'example' => '1', 'title' => ''], ], [ 'name' => 'Amount', 'in' => 'query', 'schema' => ['description' => 'The number of images that you want to purchase. Valid values: 1 to 1000.'."\n" ."\n" .'Default value: 1.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => true, 'docRequired' => true, 'example' => '2', 'title' => ''], ], [ 'name' => 'OrderType', 'in' => 'query', 'schema' => ['description' => 'The type of the order. The order can be set only as a purchase order. Valid value: INSTANCE-BUY.'."\n", 'type' => 'string', 'required' => false, 'example' => 'INSTANCE-BUY', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'Amount' => ['description' => 'The number of instances that are purchased.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''], 'RequestId' => ['description' => 'The request ID.'."\n", 'type' => 'string', 'example' => '47ca3ac4-2a03-48f1-8bf2-ba6de0f3****', 'title' => ''], 'DiscountPrice' => ['description' => 'The discount.'."\n", 'type' => 'number', 'format' => 'float', 'example' => '0', 'title' => ''], 'TradePrice' => ['description' => 'The final price of the image.'."\n", 'type' => 'number', 'format' => 'float', 'example' => '0.8', 'title' => ''], 'OriginalPrice' => ['description' => 'The original price of the image.'."\n", 'type' => 'number', 'format' => 'float', 'example' => '0.8', 'title' => ''], 'ImageId' => ['description' => 'The ID of the custom image.'."\n", 'type' => 'string', 'example' => 'm-bp198jigq7l1ga11****', 'title' => ''], ], 'description' => '', 'title' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParams', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => 'The specified parameter %s is invalid.'], ], 404 => [ ['errorCode' => 'ClusterNotFound', 'errorMessage' => 'The specified cluster does not exist.', 'description' => 'The specified instance does not exist.'], ], 406 => [ ['errorCode' => 'EcsError', 'errorMessage' => 'An error occurred while calling the ECS API operation.', 'description' => 'ECS API call error. %s'], ['errorCode' => 'DbError', 'errorMessage' => 'A database service error occurred.', 'description' => 'Database request failed.'], ['errorCode' => 'AliyunError', 'errorMessage' => 'An Alibaba Cloud product error occurred.', 'description' => 'Alibaba Cloud product error. %s'], ], [ ['errorCode' => 'NotAuthorized', 'errorMessage' => 'You are not authorized by RAM for this request.', 'description' => 'The request is not authorized by RAM.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"Amount\\": 1,\\n \\"RequestId\\": \\"47ca3ac4-2a03-48f1-8bf2-ba6de0f3****\\",\\n \\"DiscountPrice\\": 0,\\n \\"TradePrice\\": 0.8,\\n \\"OriginalPrice\\": 0.8,\\n \\"ImageId\\": \\"m-bp198jigq7l1ga11****\\"\\n}","errorExample":""},{"type":"xml","example":"\\n 1\\n 47ca3ac4-2a03-48f1-8bf2-ba6de0f3****\\n 0\\n 0.8\\n 0.8\\n m-bp198jigq7l1ga11****\\n","errorExample":""}]', 'title' => 'DescribeImagePrice', 'summary' => 'Queries the price of an Alibaba Cloud Marketplace image.', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'ramActions' => [ [ 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:DescribeImagePrice', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], 'DescribeJob' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['autoTest' => false, 'tenantRelevance' => 'publicInformation'], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => ['description' => 'The ID of the E-HPC cluster.'."\n" ."\n" .'You can call the [ListClusters](~~87116~~) operation to obtain the cluster ID.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'ehpc-hz-jeJki6****', 'title' => ''], ], [ 'name' => 'JobId', 'in' => 'query', 'schema' => ['description' => 'The job ID.'."\n" ."\n" .'You can call the [ListJobs](~~87251~~) operation to obtain the job ID.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '1.scheduler****', 'title' => ''], ], [ 'name' => 'Async', 'in' => 'query', 'schema' => ['description' => 'Specifies whether to use an asynchronous link to stop the job.'."\n" ."\n" .'Default value: false.'."\n", 'type' => 'boolean', 'required' => false, 'example' => 'false', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => 'The request ID.'."\n", 'type' => 'string', 'example' => '9697AD8D-56FA-4C8E-B46C-00AC9***', 'title' => ''], 'Message' => [ 'description' => 'The list of returned job information.'."\n", 'type' => 'object', 'properties' => [ 'JobInfo' => ['description' => 'The details of the job.'."\n", 'type' => 'string', 'example' => '{"2.scheduler": {"egroup": "users","Stageout_status": 1,"Keep_Files": "n","server": "scheduler","queue": "workq"}}', 'title' => ''], ], 'title' => '', ], ], 'description' => '', 'title' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParams', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => 'The specified parameter %s is invalid.'], ], 403 => [ ['errorCode' => 'ExecFail', 'errorMessage' => 'Failed to execute the command: %s.', 'description' => 'Failed to execute the command: %s.'], ], [ ['errorCode' => 'ClusterNotFound', 'errorMessage' => 'The specified cluster does not exist.', 'description' => 'The specified instance does not exist.'], ['errorCode' => 'ManagerNotFound', 'errorMessage' => 'The manager nodes do not exist or their status is abnormal.', 'description' => 'The manager nodes do not exist or their status is abnormal.'], ], 406 => [ ['errorCode' => 'AgentError', 'errorMessage' => 'The agent service request failed.', 'description' => 'The cluster-side command failed to run. %s'], ['errorCode' => 'DbError', 'errorMessage' => 'A database service error occurred.', 'description' => 'Database request failed.'], ['errorCode' => 'RedisError', 'errorMessage' => 'A Redis service error occurred.', 'description' => 'Redis request failed.'], ['errorCode' => 'AliyunError', 'errorMessage' => 'An Alibaba Cloud product error occurred.', 'description' => 'Alibaba Cloud product error. %s'], ['errorCode' => 'AgentResponseTimeout', 'errorMessage' => 'Agent response timeout: %s', 'description' => ''], ], [ ['errorCode' => 'NotAuthorized', 'errorMessage' => 'You are not authorized by RAM for this request.', 'description' => 'The request is not authorized by RAM.'], ], 409 => [ ['errorCode' => 'PartFailure', 'errorMessage' => 'Part of the batch operation failed.', 'description' => 'Part of the batch operation failed.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"9697AD8D-56FA-4C8E-B46C-00AC9***\\",\\n \\"Message\\": {\\n \\"JobInfo\\": \\"{\\\\\\"2.scheduler\\\\\\": {\\\\\\"egroup\\\\\\": \\\\\\"users\\\\\\",\\\\\\"Stageout_status\\\\\\": 1,\\\\\\"Keep_Files\\\\\\": \\\\\\"n\\\\\\",\\\\\\"server\\\\\\": \\\\\\"scheduler\\\\\\",\\\\\\"queue\\\\\\": \\\\\\"workq\\\\\\"}}\\"\\n }\\n}","errorExample":""},{"type":"xml","example":"\\n 9697AD8D-56FA-4C8E-B46C-00AC9***\\n \\n {\\"2.scheduler\\": {\\"egroup\\": \\"users\\",\\"Stageout_status\\": 1,\\"Keep_Files\\": \\"n\\",\\"server\\": \\"scheduler\\",\\"queue\\": \\"workq\\"}}\\n \\n","errorExample":""}]', 'title' => 'DescribeJob', 'summary' => 'Queries the information about a job in an E-HPC cluster.', 'changeSet' => [], 'ramActions' => [ [ 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:DescribeJob', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], 'DescribePrice' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['autoTest' => false, 'tenantRelevance' => 'publicInformation'], 'parameters' => [ [ 'name' => 'PriceUnit', 'in' => 'query', 'schema' => ['description' => 'The billing cycle of the Elastic Compute Service (ECS) instances. This parameter takes effect only when the ChargeType parameter is set to PrePaid. Valid values:'."\n" ."\n" .'* Month: pay-by-month'."\n" .'* Year: pay-by-year'."\n" .'* Hour: pay-by-hour'."\n" ."\n" .'Default value: Hour.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'Hour', 'title' => ''], ], [ 'name' => 'ChargeType', 'in' => 'query', 'schema' => ['description' => 'The billing method of the ECS instances. Valid values:'."\n" ."\n" .'* PostPaid: pay-as-you-go'."\n" .'* PrePaid: subscription'."\n" ."\n" .'Default value: PostPaid.'."\n", 'type' => 'string', 'required' => false, 'example' => 'PostPaid', 'title' => ''], ], [ 'name' => 'OrderType', 'in' => 'query', 'schema' => ['description' => 'The type of the order. The order can be set only as a purchase order. Valid value: INSTANCE-BUY.'."\n", 'type' => 'string', 'required' => false, 'example' => 'INSTANCE-BUY', 'title' => ''], ], [ 'name' => 'Commodities', 'in' => 'query', 'style' => 'repeatList', 'schema' => [ 'description' => 'The information about the service.'."\n", 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Amount' => ['description' => 'The node quantity of the type. Valid values: 1 to 1000.'."\n" ."\n" .'Default value: 1.'."\n" ."\n" .'Valid values of N: 1 to 10'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => true, 'example' => '2', 'title' => ''], 'SystemDiskSize' => ['description' => 'The system disk size of the node. Unit: GB.'."\n" ."\n" .'Valid values: 40 to 500.'."\n" ."\n" .'Default value: 40.'."\n" ."\n" .'Valid values of N: 1 to 10.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '40', 'title' => ''], 'SystemDiskPerformanceLevel' => ['description' => 'The performance level of the ESSD used as the system disk. This parameter takes effect only when the Commodities.N.SystemDiskCategory parameter is set to cloud_essd. Valid values:'."\n" ."\n" .'* PL0: A single ESSD can deliver up to 10,000 random read/write IOPS.'."\n" .'* PL1: A single ESSD can deliver up to 50,000 IOPS of random read/write.'."\n" .'* PL2: A single ESSD can deliver up to 100,000 random read/write IOPS.'."\n" .'* PL3: A single ESSD can deliver up to 1,000,000 random read/write IOPS.'."\n" ."\n" .'Default value: PL1.'."\n" ."\n" .'Valid values of N: 1 to 10'."\n", 'type' => 'string', 'required' => false, 'example' => 'PL1', 'title' => ''], 'NodeType' => ['description' => 'The type of the node. Valid values:'."\n" ."\n" .'* Compute: compute node'."\n" .'* Manager: management node'."\n" .'* Login: logon node'."\n" ."\n" .'Valid values of N: 1 to 10.'."\n", 'type' => 'string', 'required' => true, 'example' => 'Compute', 'title' => ''], 'SystemDiskCategory' => ['description' => 'The system disk type of the node. Valid values:'."\n" ."\n" .'* cloud_efficiency: ultra disk'."\n" .'* cloud_ssd: standard SSD'."\n" .'* cloud_essd: ESSD'."\n" .'* cloud: basic disk'."\n" ."\n" .'Default value: cloud_efficiency'."\n" ."\n" .'Valid values of N: 1 to 10.'."\n", 'type' => 'string', 'required' => false, 'example' => 'cloud_ssd', 'title' => ''], 'InternetChargeType' => ['description' => 'The EIP billing method of the node. Valid values:'."\n" ."\n" .'* PayByBandwidth: pay-by-bandwidth'."\n" .'* PayByTraffic: pay-by-traffic'."\n" ."\n" .'Valid values of N: 1 to 10.'."\n", 'type' => 'string', 'required' => false, 'example' => 'PayByBandwidth', 'title' => ''], 'NetworkType' => ['description' => 'The network type of the node. Valid value: VPC.'."\n" ."\n" .'Valid values of N: 1 to 10.'."\n", 'type' => 'string', 'required' => false, 'example' => 'VPC', 'title' => ''], 'InstanceType' => ['description' => 'The instance type of the node.'."\n" ."\n" .'Valid values of N: 1 to 10.'."\n", 'type' => 'string', 'required' => true, 'example' => 'ecs.n1.tiny', 'title' => ''], 'Period' => ['description' => 'The subscription duration of the node. Valid values:'."\n" ."\n" .'* If PriceUnit is set to Year, the valid values of the Period parameter are 1, 2, and 3.'."\n" .'* If PriceUnit is set to Month, the valid values of the Period parameter are 1, 2, 3, 4, 5, 6, 7, 8, and 9.'."\n" .'* If PriceUnit is set to Hour, the valid value of the Period parameter is 1.'."\n" ."\n" .'Default value: 1.'."\n" ."\n" .'Valid values of N: 1 to 10.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => true, 'example' => '1', 'title' => ''], 'InternetMaxBandWidthOut' => ['description' => 'The maximum outbound public bandwidth of the node. Unit: Mbit/s.'."\n" ."\n" .'Valid values: 0 to 100.'."\n" ."\n" .'Default value: 0.'."\n" ."\n" .'Valid values of N: 1 to 10.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '100', 'title' => ''], 'DataDisks' => [ 'description' => 'The list of data disks.'."\n", 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'size' => ['description' => 'The size of the data disk. Unit: GB.'."\n" ."\n" .'Valid values: 40 to 500.'."\n" ."\n" .'Default value: 40.'."\n" ."\n" .'Valid values of N: 0 to 4.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '40', 'title' => ''], 'category' => ['description' => 'The type of the data disk. Valid values:'."\n" ."\n" .'* cloud_efficiency: ultra disk'."\n" .'* cloud_ssd: standard SSD'."\n" .'* cloud_essd: ESSD'."\n" .'* cloud: basic disk'."\n" ."\n" .'Default value: cloud_efficiency.'."\n" ."\n" .'Valid values of N: 0 to 4.'."\n", 'type' => 'string', 'required' => false, 'example' => 'cloud_efficiency', 'title' => ''], 'deleteWithInstance' => ['description' => 'Specifies whether the data disk is released when the node is released. Valid values:'."\n" ."\n" .'* true'."\n" .'* false'."\n" ."\n" .'Default value: true.'."\n" ."\n" .'Valid values of N: 0 to 4.'."\n", 'type' => 'boolean', 'required' => false, 'example' => 'true', 'title' => ''], 'performanceLevel' => ['description' => 'The performance level of the ESSD used as the data disk. This parameter takes effect only when the Commodities.N.DataDisks.N.category parameter is set to cloud_essd. Valid values:'."\n" ."\n" .'* PL0: A single ESSD can deliver up to 10,000 random read/write IOPS.'."\n" .'* PL1: A single ESSD can deliver up to 50,000 IOPS of random read/write.'."\n" .'* PL2: A single ESSD can deliver up to 100,000 random read/write IOPS.'."\n" .'* PL3: A single ESSD can deliver up to 1,000,000 random read/write IOPS.'."\n" ."\n" .'Default value: PL1.'."\n" ."\n" .'Valid values of N: 0 to 4.'."\n", 'type' => 'string', 'required' => false, 'example' => 'PL1', 'title' => ''], 'encrypted' => ['description' => 'Specifies whether to encrypt the data disk. Valid values:'."\n" ."\n" .'* true: encrypts the data disk.'."\n" .'* false: does not encrypt the data disk.'."\n" ."\n" .'Default value: false.'."\n" ."\n" .'Valid values of N: 0 to 4.'."\n", 'type' => 'boolean', 'required' => false, 'example' => 'false', 'title' => ''], ], 'required' => false, 'description' => '', 'title' => '', ], 'required' => false, 'maxItems' => 4, 'title' => '', ], ], 'required' => false, 'description' => '', 'title' => '', ], 'required' => true, 'maxItems' => 2500, 'title' => '', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'TotalTradePrice' => ['description' => 'The total price.'."\n" ."\n" .'Unit: USD.'."\n", 'type' => 'number', 'format' => 'float', 'example' => '1258', 'title' => ''], 'RequestId' => ['description' => 'The request ID.'."\n", 'type' => 'string', 'example' => '54FF9025-2C2F-42EB-870D-0DF5B0ACF24E', 'title' => ''], 'Prices' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'PriceInfo' => [ 'description' => 'The array of cluster prices. If you query the prices of multiple nodes in the cluster, the sequence of the prices in the returned value of PriceInfo is the same as the sequence of the nodes in the request parameters. For example, the first price in the value of PriceInfo is the price of the first node specified in the request parameters.'."\n", 'title' => '', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'OriginalPrice' => ['description' => 'The original price.'."\n" ."\n" .'Unit: USD.'."\n", 'type' => 'number', 'format' => 'float', 'example' => '1258', 'title' => ''], 'NodeType' => ['description' => 'The node type. Valid values:'."\n" ."\n" .'* Manager: management node'."\n" .'* Login: logon node'."\n" .'* Compute: compute node'."\n", 'type' => 'string', 'example' => 'Compute', 'title' => ''], 'Currency' => ['description' => 'The currency that is used to measure the price. Valid values:'."\n" ."\n" .'USD'."\n", 'type' => 'string', 'example' => 'USD', 'title' => ''], 'TradePrice' => ['description' => 'The final price.'."\n" ."\n" .'Unit: USD.'."\n", 'type' => 'number', 'format' => 'float', 'example' => '1258', 'title' => ''], ], 'description' => '', 'title' => '', ], ], ], ], ], 'description' => '', 'title' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParams', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => 'The specified parameter %s is invalid.'], ], 404 => [ ['errorCode' => 'ClusterNotFound', 'errorMessage' => 'The specified cluster does not exist.', 'description' => 'The specified instance does not exist.'], ], 406 => [ ['errorCode' => 'EcsError', 'errorMessage' => 'An error occurred while calling the ECS API operation.', 'description' => 'ECS API call error. %s'], ['errorCode' => 'DbError', 'errorMessage' => 'A database service error occurred.', 'description' => 'Database request failed.'], ['errorCode' => 'AliyunError', 'errorMessage' => 'An Alibaba Cloud product error occurred.', 'description' => 'Alibaba Cloud product error. %s'], ], [ ['errorCode' => 'NotAuthorized', 'errorMessage' => 'You are not authorized by RAM for this request.', 'description' => 'The request is not authorized by RAM.'], ['errorCode' => 'EntityNotExist.Role', 'errorMessage' => 'The role does not exist.', 'description' => 'The role does not exist.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"TotalTradePrice\\": 1258,\\n \\"RequestId\\": \\"54FF9025-2C2F-42EB-870D-0DF5B0ACF24E\\",\\n \\"Prices\\": {\\n \\"PriceInfo\\": [\\n {\\n \\"OriginalPrice\\": 1258,\\n \\"NodeType\\": \\"Compute\\",\\n \\"Currency\\": \\"USD\\",\\n \\"TradePrice\\": 1258\\n }\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"\\n \\n \\n 1258\\n 1258\\n CNY\\n Compute\\n \\n \\n 1258\\n 54FF9025-2C2F-42EB-870D-0DF5B0ACF24E\\n ","errorExample":""}]', 'title' => 'DescribePrice', 'summary' => 'Queries the pricing information of a cluster.', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'DescribePrice'], ], ], 'ramActions' => [ [ 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:DescribePrice', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], 'DescribeServerlessJobs' => [ 'summary' => 'You can query detailed information about Serverless jobs by specifying a job ID or a subtask ID (for array jobs). Specify only one job ID or one subtask ID at a time.', 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['autoTest' => false, 'tenantRelevance' => 'publicInformation'], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => ['description' => 'The cluster ID.'."\n" ."\n" .'Get the cluster ID by calling [ListClusters](~~87116~~).', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'ehpc-hz-FYUr32****', 'title' => ''], ], [ 'name' => 'JobIds', 'in' => 'query', 'style' => 'flat', 'schema' => [ 'description' => 'A list of Serverless job IDs or subtask IDs (for array jobs).'."\n" ."\n" .'> - For array jobs, specify only the subtask ID. The subtask ID format is \\\\_\\. For example, 10\\_3 refers to the subtask with index 3 in the array job with ID 10.'."\n" .'>'."\n" .'> - The list supports only one element.', 'type' => 'array', 'items' => ['description' => 'A Serverless job ID or subtask ID (for array jobs).', 'type' => 'string', 'required' => false, 'example' => '5', 'title' => ''], 'required' => true, 'maxItems' => 1, 'minItems' => 1, 'title' => '', 'example' => '', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'TotalCount' => ['description' => 'The total number of entries that match the request conditions.', 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''], 'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => '04F0F334-1335-436C-A1D7-6C044FE73368', 'title' => ''], 'JobInfos' => [ 'description' => 'A list of detailed Serverless job information.', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'JobId' => ['description' => 'The Serverless job ID or subtask ID (for array jobs).', 'type' => 'string', 'example' => '5', 'title' => ''], 'JobName' => ['description' => 'The Serverless job name.', 'type' => 'string', 'example' => 'testjob', 'title' => ''], 'State' => ['description' => 'The Serverless job state. Valid values:'."\n" ."\n" .'- Pending: Queued'."\n" ."\n" .'- Initing: Initializing'."\n" ."\n" .'- Running: Running'."\n" ."\n" .'- Succeeded: Completed'."\n" ."\n" .'- Canceled: Canceled'."\n" ."\n" .'- Failed: Failed', 'type' => 'string', 'example' => 'Running', 'title' => ''], 'Priority' => ['description' => 'The scheduling priority of the Serverless job.', 'type' => 'integer', 'format' => 'int64', 'example' => '9', 'title' => ''], 'Queue' => ['description' => 'The queue name for running the Serverless job.', 'type' => 'string', 'example' => 'comp', 'title' => ''], 'User' => ['description' => 'The username for running the Serverless job.', 'type' => 'string', 'example' => 'testuser', 'title' => ''], 'SubmitTime' => ['description' => 'The timestamp when the Serverless job was submitted.', 'type' => 'integer', 'format' => 'int64', 'example' => '1647423718', 'title' => ''], 'StartTime' => ['description' => 'The timestamp when the Serverless job started.', 'type' => 'integer', 'format' => 'int64', 'example' => '1647427667', 'title' => ''], 'EndTime' => ['description' => 'The timestamp when the Serverless job ended.', 'type' => 'integer', 'format' => 'int64', 'example' => '1662016121', 'title' => ''], 'LastModifyTime' => ['description' => 'The timestamp when the Serverless job was last modified.', 'type' => 'integer', 'format' => 'int64', 'example' => '1663831441000', 'title' => ''], 'IsArrayJob' => ['description' => 'Indicates whether the job is an array job.', 'type' => 'boolean', 'example' => 'false', 'title' => ''], 'ArrayProperties' => [ 'description' => 'The properties of the array job.', 'type' => 'object', 'properties' => [ 'IndexStart' => ['description' => 'The start index of the array job.', 'type' => 'integer', 'format' => 'int64', 'example' => '1', 'title' => ''], 'IndexEnd' => ['description' => 'The end index of the array job.', 'type' => 'integer', 'format' => 'int64', 'example' => '5', 'title' => ''], 'IndexStep' => ['description' => 'The step size between array job indices.', 'type' => 'integer', 'format' => 'int64', 'example' => '2', 'title' => ''], ], 'title' => '', 'example' => '', ], 'ContainerGroups' => [ 'description' => 'A list of container group instance information for the Serverless job.', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'ContainerGroupId' => ['description' => 'The container group instance ID.', 'type' => 'string', 'example' => 'eci-bp1jrgfqqy54kg5hc****', 'title' => ''], 'ContainerGroupName' => ['description' => 'The container group instance name.', 'type' => 'string', 'example' => 'test', 'title' => ''], 'Status' => ['description' => 'The instance status. Valid values:'."\n" ."\n" .'- Pending: Starting'."\n" ."\n" .'- Running: Running'."\n" ."\n" .'- Succeeded: Succeeded'."\n" ."\n" .'- Failed: Failed'."\n" ."\n" .'- Scheduling: Creating'."\n" ."\n" .'- ScheduleFailed: Creation failed'."\n" ."\n" .'- Restarting: Restarting'."\n" ."\n" .'- Updating: Updating'."\n" ."\n" .'- Terminating: Terminating'."\n" ."\n" .'- Expired: Expired', 'type' => 'string', 'example' => 'Running', 'title' => ''], 'InstanceType' => ['description' => 'The specified ECS instance type.', 'type' => 'string', 'example' => 'ecs.g5.large', 'title' => ''], 'SpotStrategy' => ['description' => 'The preemption policy for the instance. Valid values:'."\n" ."\n" .'- NoSpot (default): Pay-as-you-go node.'."\n" ."\n" .'- SpotWithPriceLimit: Spot node with a maximum hourly price.'."\n" ."\n" .'- SpotAsPriceGo: System automatically bids based on current market price.', 'type' => 'string', 'example' => 'NoSpot', 'title' => ''], 'SpotPriceLimit' => ['description' => 'The maximum hourly price for a spot instance.'."\n" ."\n" .'Returned only when SpotStrategy is SpotWithPriceLimit.', 'type' => 'number', 'format' => 'float', 'example' => '0.025', 'title' => ''], 'Cpu' => ['description' => 'The vCPU size for the container.', 'type' => 'number', 'format' => 'float', 'example' => '2', 'title' => ''], 'Memory' => ['description' => 'The memory size at the instance level. Unit: GiB.', 'type' => 'number', 'format' => 'float', 'example' => '4.0', 'title' => ''], 'Containers' => [ 'description' => 'A list of containers in the container group.', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Args' => [ 'description' => 'Container startup arguments.', 'type' => 'array', 'items' => ['description' => 'Container startup arguments.', 'type' => 'string', 'example' => 'hello.py', 'title' => ''], 'title' => '', 'example' => '', ], 'Commands' => [ 'description' => 'Container startup commands.', 'type' => 'array', 'items' => ['description' => 'Container startup commands.', 'type' => 'string', 'example' => '/usr/bin/python', 'title' => ''], 'title' => '', 'example' => '', ], 'Cpu' => ['description' => 'The vCPU size for the container.', 'type' => 'number', 'format' => 'float', 'example' => '2.0', 'title' => ''], 'CurrentState' => [ 'description' => 'The current container state.', 'type' => 'object', 'properties' => [ 'DetailStatus' => ['description' => 'Detailed container status.', 'type' => 'string', 'example' => 'working', 'title' => ''], 'ExitCode' => ['description' => 'The container exit code.', 'type' => 'integer', 'format' => 'int64', 'example' => '0', 'title' => ''], 'FinishTime' => ['description' => 'The container finish time.', 'type' => 'string', 'example' => '2018-08-02T15:00:00Z', 'title' => ''], 'Message' => ['description' => 'Container status message.', 'type' => 'string', 'example' => 'Back-off 5m0s restarting failed container=test pod=test_eci-xxx(xxx)', 'title' => ''], 'Reason' => ['description' => 'Container status reason.', 'type' => 'string', 'example' => 'Started', 'title' => ''], 'Signal' => ['description' => 'Container status signal.', 'type' => 'integer', 'format' => 'int64', 'example' => '1', 'title' => ''], 'StartTime' => ['description' => 'The container start time.', 'type' => 'string', 'example' => '2019-12-19T12:05:02Z'."\n", 'title' => ''], 'State' => ['description' => 'Job state. Valid values:'."\n" ."\n" .'- Waiting'."\n" ."\n" .'- Running'."\n" ."\n" .'- Terminated', 'type' => 'string', 'example' => 'Terminated'."\n", 'title' => ''], ], 'title' => '', 'example' => '', ], 'EnvironmentVars' => [ 'description' => 'Environment variables.', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Key' => ['description' => 'Environment variable name.', 'type' => 'string', 'example' => 'PATH'."\n", 'title' => ''], 'Value' => ['description' => 'Environment variable value.', 'type' => 'string', 'example' => '/usr/bin/'."\n", 'title' => ''], 'ValueFrom' => [ 'description' => 'The source of the environment variable value. Cannot be used if the value is not empty.', 'type' => 'object', 'properties' => [ 'FieldRef' => [ 'description' => 'Specifies a field.', 'type' => 'object', 'properties' => [ 'FieldPath' => ['description' => 'The path to the field.', 'type' => 'string', 'example' => 'status.podIP', 'title' => ''], ], 'title' => '', 'example' => '', ], ], 'title' => '', 'example' => '', ], ], 'description' => '', 'title' => '', 'example' => '', ], 'title' => '', 'example' => '', ], 'Gpu' => ['description' => 'The number of GPUs.', 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''], 'Image' => ['description' => 'The container image.', 'type' => 'string', 'example' => 'HPL', 'title' => ''], 'ImagePullPolicy' => ['description' => 'The image pull policy. Valid values:'."\n" ."\n" .'- Always: Always pull the image.'."\n" ."\n" .'- IfNotPresent: Pull the image only if it is not present locally.'."\n" ."\n" .'- Never: Never pull the image. Use only local images.', 'type' => 'string', 'example' => 'Always', 'title' => ''], 'LivenessProbe' => [ 'description' => 'Liveness probe.', 'type' => 'object', 'properties' => [ 'Execs' => [ 'description' => 'Command to execute.', 'type' => 'array', 'items' => ['description' => 'Command to execute.', 'type' => 'string', 'example' => '["/bin/sh", "-c", "echo Hello world > /usr/share/message"]'."\n", 'title' => ''], 'title' => '', 'example' => '', ], 'FailureThreshold' => ['description' => 'The minimum consecutive failures required to consider the probe as failed after a previous success. Default is 3.', 'type' => 'integer', 'format' => 'int64', 'example' => '3', 'title' => ''], 'HttpGet' => [ 'description' => 'HttpGet.', 'type' => 'object', 'properties' => [ 'Path' => ['description' => 'The path for HttpGet probing.', 'type' => 'string', 'example' => '/usr/nginx/'."\n", 'title' => ''], 'Port' => ['description' => 'The port for HttpGet probing.', 'type' => 'integer', 'format' => 'int64', 'example' => '80', 'title' => ''], 'Scheme' => ['description' => 'HTTP or HTTPS.', 'type' => 'string', 'example' => 'HTTP', 'title' => ''], ], 'title' => '', 'example' => '', ], 'InitialDelaySeconds' => ['description' => 'The number of seconds to wait before starting the probe, measured from when the container starts.', 'type' => 'integer', 'format' => 'int64', 'example' => '10', 'title' => ''], 'PeriodSeconds' => ['description' => 'The probe execution period in seconds. Default is 10. Minimum is 1.', 'type' => 'integer', 'format' => 'int64', 'example' => '5', 'title' => ''], 'SuccessThreshold' => ['description' => 'The minimum consecutive successes required to consider the probe as successful after a previous failure. Default is 1. Must be 1.', 'type' => 'integer', 'format' => 'int64', 'example' => '1', 'title' => ''], 'TcpSocket' => [ 'description' => 'TcpSocket.', 'type' => 'object', 'properties' => [ 'Host' => ['description' => 'The hostname.', 'type' => 'string', 'example' => '1.2.3.4'."\n", 'title' => ''], 'Port' => ['description' => 'The port number.', 'type' => 'integer', 'format' => 'int64', 'example' => '80', 'title' => ''], ], 'title' => '', 'example' => '', ], 'TimeoutSeconds' => ['description' => 'The probe timeout in seconds. Default is 1. Minimum is 1.', 'type' => 'integer', 'format' => 'int64', 'example' => '10', 'title' => ''], ], 'title' => '', 'example' => '', ], 'Memory' => ['description' => 'The memory size at the instance level. Unit: GiB.', 'type' => 'number', 'format' => 'float', 'example' => '4.0', 'title' => ''], 'Name' => ['description' => 'The container name.', 'type' => 'string', 'example' => 'HPL', 'title' => ''], 'Ports' => [ 'description' => 'Exposed ports and protocols.', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Port' => ['description' => 'The port number. Valid values: 1 to 65535.', 'type' => 'integer', 'format' => 'int64', 'example' => '8080', 'title' => ''], 'Protocol' => ['description' => 'The protocol type.', 'type' => 'string', 'example' => 'TCP', 'title' => ''], ], 'description' => 'The exposed ports and protocols of the container.', 'title' => '', 'example' => '', ], 'title' => '', 'example' => '', ], 'PreviousState' => [ 'description' => 'The previous state.', 'type' => 'object', 'properties' => [ 'DetailStatus' => ['description' => 'Detailed status.', 'type' => 'string', 'example' => 'working', 'title' => ''], 'ExitCode' => ['description' => 'The container exit code.', 'type' => 'integer', 'format' => 'int64', 'example' => '0', 'title' => ''], 'FinishTime' => ['description' => 'The container finish time.', 'type' => 'string', 'example' => '2018-08-02T15:00:00Z', 'title' => ''], 'Message' => ['description' => 'Container status message.', 'type' => 'string', 'example' => 'Back-off 5m0s restarting failed container=test pod=test_eci-xxx(xxx)', 'title' => ''], 'Reason' => ['description' => 'Container status reason.', 'type' => 'string', 'example' => 'Completed', 'title' => ''], 'Signal' => ['description' => 'Container status signal.', 'type' => 'integer', 'format' => 'int64', 'example' => '1', 'title' => ''], 'StartTime' => ['description' => 'The container start time.', 'type' => 'string', 'example' => '2018-08-02T15:00:00Z', 'title' => ''], 'State' => ['description' => 'Container state. Valid values:'."\n" ."\n" .'- Waiting: Starting'."\n" ."\n" .'- Running: Running'."\n" ."\n" .'- Terminated: Terminated', 'type' => 'string', 'example' => 'Terminated', 'title' => ''], ], 'title' => '', 'example' => '', ], 'ReadinessProbe' => [ 'description' => 'Readiness probe checks whether the container is ready to serve requests.', 'type' => 'object', 'properties' => [ 'Execs' => [ 'description' => 'The command to run inside the container for health checks using the command line.', 'type' => 'array', 'items' => ['description' => 'The command to run inside the container for health checks using the command line.', 'type' => 'string', 'example' => '['."\n" .' "/bin/sh",'."\n" .' "-c",'."\n" .' "echo Hello world > /usr/share/message"'."\n" .']', 'title' => ''], 'title' => '', 'example' => '', ], 'FailureThreshold' => ['description' => 'The minimum consecutive failures required to consider the probe as failed after a previous success. Default is 3.', 'type' => 'integer', 'format' => 'int64', 'example' => '3', 'title' => ''], 'HttpGet' => [ 'description' => 'Health check using an HTTP request.', 'type' => 'object', 'properties' => [ 'Path' => ['description' => 'The path for HttpGet probing.', 'type' => 'string', 'example' => '/usr/local', 'title' => ''], 'Port' => ['description' => 'The port number for HttpGet probing.', 'type' => 'integer', 'format' => 'int64', 'example' => '8080', 'title' => ''], 'Scheme' => ['description' => 'HTTP or HTTPS.', 'type' => 'string', 'example' => 'HTTP', 'title' => ''], ], 'title' => '', 'example' => '', ], 'InitialDelaySeconds' => ['description' => 'The number of seconds to wait before starting the probe, measured from when the container starts.', 'type' => 'integer', 'format' => 'int64', 'example' => '10', 'title' => ''], 'PeriodSeconds' => ['description' => 'The probe execution period in seconds. Default is 10. Minimum is 1.', 'type' => 'integer', 'format' => 'int64', 'example' => '5', 'title' => ''], 'SuccessThreshold' => ['description' => 'The minimum consecutive successes required to consider the probe as successful after a previous failure. Default is 1. Must be 1.', 'type' => 'integer', 'format' => 'int64', 'example' => '1', 'title' => ''], 'TcpSocket' => [ 'description' => 'Health check using a TCP socket.', 'type' => 'object', 'properties' => [ 'Host' => ['description' => 'Host.', 'type' => 'string', 'example' => '1.2.3.4', 'title' => ''], 'Port' => ['description' => 'The port number.', 'type' => 'integer', 'format' => 'int64', 'example' => '8888', 'title' => ''], ], 'title' => '', 'example' => '', ], 'TimeoutSeconds' => ['description' => 'The probe timeout in seconds. Default is 1. Minimum is 1.', 'type' => 'integer', 'format' => 'int64', 'example' => '1', 'title' => ''], ], 'title' => '', 'example' => '', ], 'Ready' => ['description' => 'Indicates whether the container has passed its readiness probe.', 'type' => 'boolean', 'example' => 'true', 'title' => ''], 'RestartCount' => ['description' => 'The number of restarts.', 'type' => 'integer', 'format' => 'int32', 'example' => '5', 'title' => ''], 'SecurityContext' => [ 'description' => 'The security context for the container runtime.', 'type' => 'object', 'properties' => [ 'Capability' => [ 'description' => 'Specific permissions granted to processes within the container.', 'type' => 'object', 'properties' => [ 'Adds' => [ 'description' => 'Specific permissions granted to processes within the container.', 'type' => 'array', 'items' => ['description' => 'Specific permissions granted to processes within the container.', 'type' => 'string', 'example' => 'NET_ADMIN', 'title' => ''], 'title' => '', 'example' => '', ], ], 'title' => '', 'example' => '', ], 'ReadOnlyRootFilesystem' => ['description' => 'Indicates whether the root filesystem is read-only. Only true is supported.', 'type' => 'boolean', 'example' => 'true', 'title' => ''], 'RunAsUser' => ['description' => 'The UID used to run the container process entry point.', 'type' => 'integer', 'format' => 'int64', 'example' => '1558', 'title' => ''], ], 'title' => '', 'example' => '', ], 'Stdin' => ['description' => 'Indicates whether the container allocates a buffer for stdin during runtime. If not set, reads from stdin return EOF. Default is false.', 'type' => 'boolean', 'example' => 'true', 'title' => ''], 'StdinOnce' => ['description' => 'When Stdin is true, the stdin stream remains open across multiple attach sessions. If StdinOnce is true, stdin opens when the container starts, stays empty until the first client attaches, then remains open to receive data until the client disconnects. After disconnection, stdin closes and stays closed until the container restarts.', 'type' => 'boolean', 'example' => 'true', 'title' => ''], 'Tty' => ['description' => 'Indicates whether interactive mode is enabled. Default is false. For example, set to true when Command is /bin/bash.', 'type' => 'boolean', 'example' => 'false', 'title' => ''], 'VolumeMounts' => [ 'description' => 'Information about mounted volumes.', 'type' => 'array', 'items' => [ 'description' => 'Information about mounted volumes.', 'type' => 'object', 'properties' => [ 'MountPath' => ['description' => 'The mount directory. Content in this directory is overwritten by the volume content.', 'type' => 'string', 'example' => '/usr/share/', 'title' => ''], 'MountPropagation' => ['description' => 'Mount propagation settings. Mount propagation allows sharing a volume mounted in one container with other containers in the same pod or even with pods on the same node. Valid values:'."\n" ."\n" .'- None: The volume does not detect subsequent mount operations on itself or its subdirectories.'."\n" ."\n" .'- HostToContainer: The volume detects subsequent mount operations on itself or its subdirectories.'."\n" ."\n" .'- Bidirectional: Similar to HostToContainer but also propagates back to the host and all containers using the same volume.', 'type' => 'string', 'example' => 'None', 'title' => ''], 'Name' => ['description' => 'The volume name.', 'type' => 'string', 'example' => 'test-empty', 'title' => ''], 'ReadOnly' => ['description' => 'Indicates whether the volume is read-only.', 'type' => 'boolean', 'example' => 'false', 'title' => ''], 'SubPath' => ['description' => 'The subdirectory within the volume. This lets you mount different directories from the same volume to different paths in the container.', 'type' => 'string', 'example' => '/usr/sub', 'title' => ''], ], 'title' => '', 'example' => '', ], 'title' => '', 'example' => '', ], 'WorkingDir' => ['description' => 'The working directory.', 'type' => 'string', 'example' => '/usr/local/nginx', 'title' => ''], ], 'description' => 'The list of containers in the container group.', 'title' => '', 'example' => '', ], 'title' => '', 'example' => '', ], 'Volumes' => [ 'description' => 'Volume information.', 'type' => 'array', 'items' => [ 'description' => 'Volume information.', 'type' => 'object', 'properties' => [ 'ConfigFileVolumeConfigFileToPaths' => [ 'description' => 'A list of configuration file paths.', 'type' => 'array', 'items' => [ 'description' => 'A list of configuration file paths.', 'type' => 'object', 'properties' => [ 'Content' => ['description' => 'Configuration file content (32 KB).', 'type' => 'string', 'example' => 'hello world', 'title' => ''], 'Path' => ['description' => 'The relative file path.', 'type' => 'string', 'example' => '/usr/bin/', 'title' => ''], ], 'title' => '', 'example' => '', ], 'title' => '', 'example' => '', ], 'DiskVolumeDiskId' => ['description' => 'The DiskVolume ID.', 'type' => 'string', 'example' => 'd-xxxx', 'title' => ''], 'DiskVolumeFsType' => ['description' => 'The volume type.', 'type' => 'string', 'example' => 'xfs', 'title' => ''], 'EmptyDirVolumeMedium' => ['description' => 'The storage medium for the EmptyDir volume. Default is empty, which uses the node\'s file system. Supported values:'."\n" ."\n" .'- Memory: Uses memory.'."\n" ."\n" .'- LocalRaid0: Combines local disks into RAID 0. This applies only when creating instances with local disks. For more information, see [Create instances with local disks](~~114664~~).', 'type' => 'string', 'example' => 'Memory', 'title' => ''], 'EmptyDirVolumeSizeLimit' => ['description' => 'The size of the EmptyDir volume. Include a unit such as Gi or Mi.', 'type' => 'string', 'example' => '256Mi', 'title' => ''], 'FlexVolumeDriver' => ['description' => 'The driver name for FlexVolume.', 'type' => 'string', 'example' => 'flexvolume', 'title' => ''], 'FlexVolumeFsType' => ['description' => 'The file system type for mounting. Default depends on the FlexVolume script.', 'type' => 'string', 'example' => 'ntfs', 'title' => ''], 'FlexVolumeOptions' => ['description' => 'A list of FlexVolume options.', 'type' => 'string', 'example' => '[nolock,tcp,noresvport]', 'title' => ''], 'NFSVolumePath' => ['description' => 'The NFS volume path.', 'type' => 'string', 'example' => '/eci', 'title' => ''], 'NFSVolumeReadOnly' => ['description' => 'Indicates whether the volume is read-only.', 'type' => 'boolean', 'example' => 'false', 'title' => ''], 'NFSVolumeServer' => ['description' => 'The NFS server address.', 'type' => 'string', 'example' => '0eafxxxxx-xxxxx.cn-hangzhou.nas.aliyuncs.com', 'title' => ''], 'Name' => ['description' => 'The volume name.', 'type' => 'string', 'example' => 'test-empty', 'title' => ''], 'Type' => ['description' => 'The volume type. Valid values:'."\n" ."\n" .'- EmptyDirVolume'."\n" ."\n" .'- NFSVolume'."\n" ."\n" .'- ConfigFileVolume'."\n" ."\n" .'- FlexVolume', 'type' => 'string', 'example' => 'EmptyDirVolume', 'title' => ''], ], 'title' => '', 'example' => '', ], 'title' => '', 'example' => '', ], 'Events' => [ 'description' => 'Event information. Maximum of 50 events.', 'type' => 'array', 'items' => [ 'description' => 'Event information. Maximum of 50 events.', 'type' => 'object', 'properties' => [ 'Count' => ['description' => 'The number of events.', 'type' => 'integer', 'format' => 'int32', 'example' => '20', 'title' => ''], 'FirstTimestamp' => ['description' => 'The event start time.', 'type' => 'string', 'example' => '2018-08-02T15:00:00Z', 'title' => ''], 'LastTimestamp' => ['description' => 'The event end time.', 'type' => 'string', 'example' => '2018-08-02T15:00:00Z'."\n", 'title' => ''], 'Message' => ['description' => 'The event message.', 'type' => 'string', 'example' => 'Started container', 'title' => ''], 'Name' => ['description' => 'The name of the object to which the event belongs.', 'type' => 'string', 'example' => 'test-xxx', 'title' => ''], 'Reason' => ['description' => 'The event name.', 'type' => 'string', 'example' => 'Created', 'title' => ''], 'Type' => ['description' => 'The event type. Valid values:'."\n" ."\n" .'- Normal'."\n" ."\n" .'- Warning', 'type' => 'string', 'example' => 'Normal', 'title' => ''], ], 'title' => '', 'example' => '', ], 'title' => '', 'example' => '', ], 'CreationTime' => ['description' => 'The system creation time after receiving the request. UTC time in RFC3339 format.', 'type' => 'string', 'example' => '2018-08-02T15:00:00Z', 'title' => ''], 'SucceededTime' => ['description' => 'The time when all containers succeeded. UTC time in RFC3339 format.', 'type' => 'string', 'example' => '2019-12-11T04:33:42Z', 'title' => ''], 'ExpiredTime' => ['description' => 'The time when the instance failed due to overdue payment. UTC time in RFC3339 format.', 'type' => 'string', 'example' => '2018-08-02T15:00:00Z', 'title' => ''], 'FailedTime' => ['description' => 'The time when the instance failed. UTC time in RFC3339 format.', 'type' => 'string', 'example' => '2018-08-02T15:00:00Z', 'title' => ''], 'Discount' => ['description' => 'The discount.', 'type' => 'integer', 'format' => 'int64', 'example' => '9', 'title' => ''], 'DnsConfig' => [ 'description' => 'DNS configuration information.', 'type' => 'object', 'properties' => [ 'NameServers' => [ 'description' => 'A list of DNS server IP addresses.', 'type' => 'array', 'items' => ['description' => 'IP address.', 'type' => 'string', 'example' => '[10.2.*.*]', 'title' => ''], 'title' => '', 'example' => '', ], 'Options' => [ 'description' => 'A list of options. Each option consists of Name and optional Value.', 'type' => 'array', 'items' => [ 'description' => 'A list of options. Each option consists of Name and optional Value.', 'type' => 'object', 'properties' => [ 'Name' => ['description' => 'The option name.', 'type' => 'string', 'example' => 'name', 'title' => ''], 'Value' => ['description' => 'The option value.', 'type' => 'string', 'example' => 'value', 'title' => ''], ], 'title' => '', 'example' => '', ], 'title' => '', 'example' => '', ], 'Searches' => [ 'description' => 'A list of DNS search domains.', 'type' => 'array', 'items' => ['description' => 'DNS search domain.', 'type' => 'string', 'example' => 'svc.local.kubenetes', 'title' => ''], 'title' => '', 'example' => '', ], ], 'title' => '', 'example' => '', ], 'EciSecurityContext' => [ 'description' => 'The security context for the container group runtime.', 'type' => 'object', 'properties' => [ 'Sysctls' => [ 'description' => 'Sysctl parameters.', 'type' => 'array', 'items' => [ 'description' => 'Sysctl parameters.', 'type' => 'object', 'properties' => [ 'Name' => ['description' => 'The sysctl parameter name.', 'type' => 'string', 'example' => 'kernel.msgmax', 'title' => ''], 'Value' => ['description' => 'The sysctl parameter value.', 'type' => 'string', 'example' => '65536', 'title' => ''], ], 'title' => '', 'example' => '', ], 'title' => '', 'example' => '', ], ], 'title' => '', 'example' => '', ], 'EniInstanceId' => ['description' => 'The elastic network interface ID.', 'type' => 'string', 'example' => 'eni-bp14rzqi6fd8satm****', 'title' => ''], 'EphemeralStorage' => ['description' => 'The size of temporary storage space. Unit: GiB.', 'type' => 'integer', 'format' => 'int64', 'example' => '20', 'title' => ''], 'HostAliases' => [ 'description' => 'Custom hostname mappings for a container in the instance.', 'type' => 'array', 'items' => [ 'description' => 'Custom hostname mappings for a container in the instance.', 'type' => 'object', 'properties' => [ 'Hostnames' => [ 'description' => 'Host information.', 'type' => 'array', 'items' => ['description' => 'Hostname.', 'type' => 'string', 'example' => '[\'hehe.com\', \'haha.com\']', 'title' => ''], 'title' => '', 'example' => '', ], 'Ip' => ['description' => 'IP address.', 'type' => 'string', 'example' => '192.0.XX.XX', 'title' => ''], ], 'title' => '', 'example' => '', ], 'title' => '', 'example' => '', ], 'InitContainers' => [ 'description' => 'A list of init containers.', 'type' => 'array', 'items' => [ 'description' => 'A list of init containers.', 'type' => 'object', 'properties' => [ 'Args' => [ 'description' => 'Startup arguments.', 'type' => 'array', 'items' => ['description' => 'Startup arguments.', 'type' => 'string', 'example' => '[\'hello world\']', 'title' => ''], 'title' => '', 'example' => '', ], 'Command' => [ 'description' => 'Startup command.', 'type' => 'array', 'items' => ['description' => 'Startup command.', 'type' => 'string', 'example' => '[/bin/sh echo]', 'title' => ''], 'title' => '', 'example' => '', ], 'Cpu' => ['description' => 'vCPU size.', 'type' => 'integer', 'format' => 'int64', 'example' => '1.0', 'title' => ''], 'CurrentState' => [ 'description' => 'Current state.', 'type' => 'object', 'properties' => [ 'DetailStatus' => ['description' => 'Detailed status.', 'type' => 'string', 'example' => 'working', 'title' => ''], 'ExitCode' => ['description' => 'Container exit code.', 'type' => 'integer', 'format' => 'int64', 'example' => '0', 'title' => ''], 'FinishTime' => ['description' => 'The container finish time.', 'type' => 'string', 'example' => '2018-08-02T15:00:00Z', 'title' => ''], 'Message' => ['description' => 'Event message.', 'type' => 'string', 'example' => 'Created container', 'title' => ''], 'Reason' => ['description' => 'Container status reason.', 'type' => 'string', 'example' => 'Started', 'title' => ''], 'Signal' => ['description' => 'Container status signal.', 'type' => 'integer', 'format' => 'int64', 'example' => '1', 'title' => ''], 'StartTime' => ['description' => 'The container start time.', 'type' => 'string', 'example' => '2018-08-02T15:00:00Z', 'title' => ''], 'State' => ['description' => 'Container state. Valid values:'."\n" ."\n" .'- Waiting'."\n" ."\n" .'- Running'."\n" ."\n" .'- Terminated', 'type' => 'string', 'example' => 'Running', 'title' => ''], ], 'title' => '', 'example' => '', ], 'EnvironmentVars' => [ 'description' => 'Environment variables.', 'type' => 'array', 'items' => [ 'description' => 'Environment variables.', 'type' => 'object', 'properties' => [ 'Key' => ['description' => 'Environment variable name.', 'type' => 'string', 'example' => 'PATH', 'title' => ''], 'Value' => ['description' => 'Environment variable value.', 'type' => 'string', 'example' => '/usr/local/bin', 'title' => ''], 'ValueFrom' => [ 'description' => 'The source of the environment variable value. Cannot be used if the value is not empty.', 'type' => 'object', 'properties' => [ 'FieldRef' => [ 'description' => 'Specifies a field.', 'type' => 'object', 'properties' => [ 'FieldPath' => ['description' => 'The path to select a field in the specified version. Currently supports only `status.podIP`.', 'type' => 'string', 'example' => 'status.podIP', 'title' => ''], ], 'title' => '', 'example' => '', ], ], 'title' => '', 'example' => '', ], ], 'title' => '', 'example' => '', ], 'title' => '', 'example' => '', ], 'Gpu' => ['description' => 'The number of GPUs.', 'type' => 'integer', 'format' => 'int64', 'example' => '1', 'title' => ''], 'Image' => ['description' => 'The image.', 'type' => 'string', 'example' => 'nginx', 'title' => ''], 'ImagePullPolicy' => ['description' => 'The image pull policy.', 'type' => 'string', 'example' => 'Always', 'title' => ''], 'Memory' => ['description' => 'Init container memory size. Unit: GiB.', 'type' => 'integer', 'format' => 'int64', 'example' => '2.0', 'title' => ''], 'Name' => ['description' => 'The container name.', 'type' => 'string', 'example' => 'Init-xxx', 'title' => ''], 'Ports' => [ 'description' => 'Exposed ports and protocols.', 'type' => 'array', 'items' => [ 'description' => 'Exposed ports and protocols.', 'type' => 'object', 'properties' => [ 'Port' => ['description' => 'The port number. Valid values: 1 to 65535.', 'type' => 'integer', 'format' => 'int64', 'example' => '8888', 'title' => ''], 'Protocol' => ['description' => 'The protocol type.', 'type' => 'string', 'example' => 'TCP', 'title' => ''], ], 'title' => '', 'example' => '', ], 'title' => '', 'example' => '', ], 'PreviousState' => [ 'description' => 'The previous state.', 'type' => 'object', 'properties' => [ 'DetailStatus' => ['description' => 'Detailed status.', 'type' => 'string', 'example' => 'working', 'title' => ''], 'ExitCode' => ['description' => 'The container exit code.', 'type' => 'integer', 'format' => 'int64', 'example' => '0', 'title' => ''], 'FinishTime' => ['description' => 'The container finish time.', 'type' => 'string', 'example' => '2019-12-24T05:35:44Z', 'title' => ''], 'Message' => ['description' => 'Container status message.', 'type' => 'string', 'example' => 'Started container', 'title' => ''], 'Reason' => ['description' => 'Container status reason.', 'type' => 'string', 'example' => 'completed', 'title' => ''], 'Signal' => ['description' => 'Container status signal.', 'type' => 'integer', 'format' => 'int64', 'example' => '1', 'title' => ''], 'StartTime' => ['description' => 'The container start time.', 'type' => 'string', 'example' => '2019-12-24T05:35:44Z', 'title' => ''], 'State' => ['description' => 'Container state. Valid values: Waiting, Running, Terminated.', 'type' => 'string', 'example' => 'Terminated', 'title' => ''], ], 'title' => '', 'example' => '', ], 'Ready' => ['description' => 'Indicates whether the container has passed its readiness probe.', 'type' => 'boolean', 'example' => 'true', 'title' => ''], 'RestartCount' => ['description' => 'The number of restarts.', 'type' => 'integer', 'format' => 'int64', 'example' => '5', 'title' => ''], 'SecurityContext' => [ 'description' => 'The security context for the container runtime.', 'type' => 'object', 'properties' => [ 'Capability' => [ 'description' => 'Specific permissions granted to processes within the container.', 'type' => 'object', 'properties' => [ 'Adds' => [ 'description' => 'Specific permissions granted to processes within the container.', 'type' => 'array', 'items' => ['description' => 'Specific permissions granted to processes within the container.', 'type' => 'string', 'example' => 'NET_ADMIN', 'title' => ''], 'title' => '', 'example' => '', ], ], 'title' => '', 'example' => '', ], 'ReadOnlyRootFilesystem' => ['description' => 'Indicates whether the root filesystem is read-only. Only true is supported.', 'type' => 'boolean', 'example' => 'true', 'title' => ''], 'RunAsUser' => ['description' => 'The UID used to run the container process entry point.', 'type' => 'integer', 'format' => 'int64', 'example' => '1557', 'title' => ''], ], 'title' => '', 'example' => '', ], 'VolumeMounts' => [ 'description' => 'Volume mount information for init containers.', 'type' => 'array', 'items' => [ 'description' => 'Volume mount information for init containers.', 'type' => 'object', 'properties' => [ 'MountPath' => ['description' => 'The mount directory. Content in this directory is overwritten by the volume content.', 'type' => 'string', 'example' => '/usr/share/', 'title' => ''], 'MountPropagation' => ['description' => 'Mount propagation settings. Mount propagation allows sharing a volume mounted in one container with other containers in the same pod or even with pods on the same node. Valid values:'."\n" ."\n" .'- None: The volume does not detect subsequent mount operations on itself or its subdirectories.'."\n" ."\n" .'- HostToContainer: The volume detects subsequent mount operations on itself or its subdirectories.'."\n" ."\n" .'- Bidirectional: Similar to HostToContainer but also propagates back to the host and all containers using the same volume.'."\n" ."\n" .'Default: None.', 'type' => 'string', 'example' => 'None', 'title' => ''], 'Name' => ['description' => 'The volume name. Must match the Name in Volumes.', 'type' => 'string', 'example' => 'test-empty', 'title' => ''], 'ReadOnly' => ['description' => 'Default is false.', 'type' => 'boolean', 'example' => 'false', 'title' => ''], ], 'title' => '', 'example' => '', ], 'title' => '', 'example' => '', ], 'WorkingDir' => ['description' => 'The working directory.', 'type' => 'string', 'example' => '/usr/test', 'title' => ''], ], 'title' => '', 'example' => '', ], 'title' => '', 'example' => '', ], 'InternetIp' => ['description' => 'The public IP address.', 'type' => 'string', 'example' => '192.0.XX.XX', 'title' => ''], 'IntranetIp' => ['description' => 'The private IP address.', 'type' => 'string', 'example' => '172.16.XX.XX', 'title' => ''], 'Ipv6Address' => ['description' => 'The IPv6 address.', 'type' => 'string', 'example' => '2001:XXXX:4:4:4:4:4:4', 'title' => ''], 'RamRoleName' => ['description' => 'The RAM role name for the instance. ECI shares RAM roles with ECS. For more information, see [Instance RAM roles](~~61175~~).', 'type' => 'string', 'example' => 'ram:PassRole', 'title' => ''], 'RegionId' => ['description' => 'The region ID of the instance.', 'type' => 'string', 'example' => 'cn-hangzhou', 'title' => ''], 'ResourceGroupId' => ['description' => 'The resource group ID of the instance. If no resource group is specified when creating the instance, it is automatically added to the default resource group of the account.', 'type' => 'string', 'example' => 'rg-aekzh43v*****', 'title' => ''], 'RestartPolicy' => ['description' => 'The instance restart policy. Valid values:'."\n" ."\n" .'- Always: Always restart'."\n" ."\n" .'- Never: Never restart'."\n" ."\n" .'- OnFailure: Restart on failure', 'type' => 'string', 'example' => 'Never', 'title' => ''], 'SecurityGroupId' => ['description' => 'The security group ID.', 'type' => 'string', 'example' => 'sg-bp12ujq5zpxuyjfo3o8r', 'title' => ''], 'Tags' => [ 'description' => 'Instance tag information.', 'type' => 'array', 'items' => [ 'description' => 'Instance tag information.', 'type' => 'object', 'properties' => [ 'Key' => ['description' => 'The tag key.', 'type' => 'string', 'example' => 'name', 'title' => ''], 'Value' => ['description' => 'The tag value.', 'type' => 'string', 'example' => 'test-xh', 'title' => ''], ], 'title' => '', 'example' => '', ], 'title' => '', 'example' => '', ], 'TenantEniInstanceId' => ['description' => 'This parameter is not available.', 'type' => 'string', 'example' => 'i-xxx', 'title' => ''], 'TenantEniIp' => ['description' => 'This parameter is not available.', 'type' => 'string', 'example' => '10.10.XX.XX', 'title' => ''], 'TenantSecurityGroupId' => ['description' => 'This parameter is not available.', 'type' => 'string', 'example' => 'sg-xxx', 'title' => ''], 'TenantVSwitchId' => ['description' => 'This parameter is not available.', 'type' => 'string', 'example' => 'vsw-xxx', 'title' => ''], 'VSwitchId' => ['description' => 'The virtual switch ID.', 'type' => 'string', 'example' => 'vsw-bp1vzjjflab6wvjox****', 'title' => ''], 'VpcId' => ['description' => 'The VPC ID of the instance.', 'type' => 'string', 'example' => 'vpc-1vzjjflab6wvjox****', 'title' => ''], 'ZoneId' => ['description' => 'The zone of the instance.', 'type' => 'string', 'example' => 'cn-hangzhou-h', 'title' => ''], ], 'description' => 'The information of the container groups that are used to run the serverless job.', 'title' => '', 'example' => '', ], 'title' => '', 'example' => '', ], ], 'description' => 'The list of detailed information about the serverless job.', 'title' => '', 'example' => '', ], 'title' => '', 'example' => '', ], ], 'description' => '', 'title' => '', 'example' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParams', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => 'The specified parameter %s is invalid.'], ['errorCode' => 'NotEnabled', 'errorMessage' => 'You have not enabled this service', 'description' => 'You have not enabled this service'], ], 404 => [ ['errorCode' => 'ClusterNotFound', 'errorMessage' => 'The specified cluster does not exist.', 'description' => 'The specified instance does not exist.'], ['errorCode' => 'ManagerNotFound', 'errorMessage' => 'The manager nodes do not exist or their status is abnormal.', 'description' => 'The manager nodes do not exist or their status is abnormal.'], ], 406 => [ ['errorCode' => 'EcsError', 'errorMessage' => 'An error occurred while calling the ECS API operation.', 'description' => 'ECS API call error. %s'], ['errorCode' => 'DbError', 'errorMessage' => 'A database service error occurred.', 'description' => 'Database request failed.'], ['errorCode' => 'RedisError', 'errorMessage' => 'A Redis service error occurred.', 'description' => 'Redis request failed.'], ['errorCode' => 'AliyunError', 'errorMessage' => 'An Alibaba Cloud product error occurred.', 'description' => 'Alibaba Cloud product error. %s'], ['errorCode' => 'AgentError', 'errorMessage' => 'The agent service request failed: %s', 'description' => 'Operation unsuccessful: %s'], ], [ ['errorCode' => 'NotAuthorized', 'errorMessage' => 'You are not authorized by RAM for this request.', 'description' => 'The request is not authorized by RAM.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'staticInfo' => ['returnType' => 'synchronous'], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"TotalCount\\": 1,\\n \\"RequestId\\": \\"04F0F334-1335-436C-A1D7-6C044FE73368\\",\\n \\"JobInfos\\": [\\n {\\n \\"JobId\\": \\"5\\",\\n \\"JobName\\": \\"testjob\\",\\n \\"State\\": \\"Running\\",\\n \\"Priority\\": 9,\\n \\"Queue\\": \\"comp\\",\\n \\"User\\": \\"testuser\\",\\n \\"SubmitTime\\": 1647423718,\\n \\"StartTime\\": 1647427667,\\n \\"EndTime\\": 1662016121,\\n \\"LastModifyTime\\": 1663831441000,\\n \\"IsArrayJob\\": false,\\n \\"ArrayProperties\\": {\\n \\"IndexStart\\": 1,\\n \\"IndexEnd\\": 5,\\n \\"IndexStep\\": 2\\n },\\n \\"ContainerGroups\\": [\\n {\\n \\"ContainerGroupId\\": \\"eci-bp1jrgfqqy54kg5hc****\\",\\n \\"ContainerGroupName\\": \\"test\\",\\n \\"Status\\": \\"Running\\",\\n \\"InstanceType\\": \\"ecs.g5.large\\",\\n \\"SpotStrategy\\": \\"NoSpot\\",\\n \\"SpotPriceLimit\\": 0.025,\\n \\"Cpu\\": 2,\\n \\"Memory\\": 4,\\n \\"Containers\\": [\\n {\\n \\"Args\\": [\\n \\"hello.py\\"\\n ],\\n \\"Commands\\": [\\n \\"/usr/bin/python\\"\\n ],\\n \\"Cpu\\": 2,\\n \\"CurrentState\\": {\\n \\"DetailStatus\\": \\"working\\",\\n \\"ExitCode\\": 0,\\n \\"FinishTime\\": \\"2018-08-02T15:00:00Z\\",\\n \\"Message\\": \\"Back-off 5m0s restarting failed container=test pod=test_eci-xxx(xxx)\\",\\n \\"Reason\\": \\"Started\\",\\n \\"Signal\\": 1,\\n \\"StartTime\\": \\"2019-12-19T12:05:02Z\\\\n\\",\\n \\"State\\": \\"Terminated\\\\n\\"\\n },\\n \\"EnvironmentVars\\": [\\n {\\n \\"Key\\": \\"PATH\\\\n\\",\\n \\"Value\\": \\"/usr/bin/\\\\n\\",\\n \\"ValueFrom\\": {\\n \\"FieldRef\\": {\\n \\"FieldPath\\": \\"status.podIP\\"\\n }\\n }\\n }\\n ],\\n \\"Gpu\\": 1,\\n \\"Image\\": \\"HPL\\",\\n \\"ImagePullPolicy\\": \\"Always\\",\\n \\"LivenessProbe\\": {\\n \\"Execs\\": [\\n \\"[\\\\\\"/bin/sh\\\\\\", \\\\\\"-c\\\\\\", \\\\\\"echo Hello world > /usr/share/message\\\\\\"]\\\\n\\"\\n ],\\n \\"FailureThreshold\\": 3,\\n \\"HttpGet\\": {\\n \\"Path\\": \\"/usr/nginx/\\\\n\\",\\n \\"Port\\": 80,\\n \\"Scheme\\": \\"HTTP\\"\\n },\\n \\"InitialDelaySeconds\\": 10,\\n \\"PeriodSeconds\\": 5,\\n \\"SuccessThreshold\\": 1,\\n \\"TcpSocket\\": {\\n \\"Host\\": \\"1.2.3.4\\\\n\\",\\n \\"Port\\": 80\\n },\\n \\"TimeoutSeconds\\": 10\\n },\\n \\"Memory\\": 4,\\n \\"Name\\": \\"HPL\\",\\n \\"Ports\\": [\\n {\\n \\"Port\\": 8080,\\n \\"Protocol\\": \\"TCP\\"\\n }\\n ],\\n \\"PreviousState\\": {\\n \\"DetailStatus\\": \\"working\\",\\n \\"ExitCode\\": 0,\\n \\"FinishTime\\": \\"2018-08-02T15:00:00Z\\",\\n \\"Message\\": \\"Back-off 5m0s restarting failed container=test pod=test_eci-xxx(xxx)\\",\\n \\"Reason\\": \\"Completed\\",\\n \\"Signal\\": 1,\\n \\"StartTime\\": \\"2018-08-02T15:00:00Z\\",\\n \\"State\\": \\"Terminated\\"\\n },\\n \\"ReadinessProbe\\": {\\n \\"Execs\\": [\\n \\"[\\\\n \\\\\\"/bin/sh\\\\\\",\\\\n \\\\\\"-c\\\\\\",\\\\n \\\\\\"echo Hello world > /usr/share/message\\\\\\"\\\\n]\\"\\n ],\\n \\"FailureThreshold\\": 3,\\n \\"HttpGet\\": {\\n \\"Path\\": \\"/usr/local\\",\\n \\"Port\\": 8080,\\n \\"Scheme\\": \\"HTTP\\"\\n },\\n \\"InitialDelaySeconds\\": 10,\\n \\"PeriodSeconds\\": 5,\\n \\"SuccessThreshold\\": 1,\\n \\"TcpSocket\\": {\\n \\"Host\\": \\"1.2.3.4\\",\\n \\"Port\\": 8888\\n },\\n \\"TimeoutSeconds\\": 1\\n },\\n \\"Ready\\": true,\\n \\"RestartCount\\": 5,\\n \\"SecurityContext\\": {\\n \\"Capability\\": {\\n \\"Adds\\": [\\n \\"NET_ADMIN\\"\\n ]\\n },\\n \\"ReadOnlyRootFilesystem\\": true,\\n \\"RunAsUser\\": 1558\\n },\\n \\"Stdin\\": true,\\n \\"StdinOnce\\": true,\\n \\"Tty\\": false,\\n \\"VolumeMounts\\": [\\n {\\n \\"MountPath\\": \\"/usr/share/\\",\\n \\"MountPropagation\\": \\"None\\",\\n \\"Name\\": \\"test-empty\\",\\n \\"ReadOnly\\": false,\\n \\"SubPath\\": \\"/usr/sub\\"\\n }\\n ],\\n \\"WorkingDir\\": \\"/usr/local/nginx\\"\\n }\\n ],\\n \\"Volumes\\": [\\n {\\n \\"ConfigFileVolumeConfigFileToPaths\\": [\\n {\\n \\"Content\\": \\"hello world\\",\\n \\"Path\\": \\"/usr/bin/\\"\\n }\\n ],\\n \\"DiskVolumeDiskId\\": \\"d-xxxx\\",\\n \\"DiskVolumeFsType\\": \\"xfs\\",\\n \\"EmptyDirVolumeMedium\\": \\"Memory\\",\\n \\"EmptyDirVolumeSizeLimit\\": \\"256Mi\\",\\n \\"FlexVolumeDriver\\": \\"flexvolume\\",\\n \\"FlexVolumeFsType\\": \\"ntfs\\",\\n \\"FlexVolumeOptions\\": \\"[nolock,tcp,noresvport]\\",\\n \\"NFSVolumePath\\": \\"/eci\\",\\n \\"NFSVolumeReadOnly\\": false,\\n \\"NFSVolumeServer\\": \\"0eafxxxxx-xxxxx.cn-hangzhou.nas.aliyuncs.com\\",\\n \\"Name\\": \\"test-empty\\",\\n \\"Type\\": \\"EmptyDirVolume\\"\\n }\\n ],\\n \\"Events\\": [\\n {\\n \\"Count\\": 20,\\n \\"FirstTimestamp\\": \\"2018-08-02T15:00:00Z\\",\\n \\"LastTimestamp\\": \\"2018-08-02T15:00:00Z\\\\n\\",\\n \\"Message\\": \\"Started container\\",\\n \\"Name\\": \\"test-xxx\\",\\n \\"Reason\\": \\"Created\\",\\n \\"Type\\": \\"Normal\\"\\n }\\n ],\\n \\"CreationTime\\": \\"2018-08-02T15:00:00Z\\",\\n \\"SucceededTime\\": \\"2019-12-11T04:33:42Z\\",\\n \\"ExpiredTime\\": \\"2018-08-02T15:00:00Z\\",\\n \\"FailedTime\\": \\"2018-08-02T15:00:00Z\\",\\n \\"Discount\\": 9,\\n \\"DnsConfig\\": {\\n \\"NameServers\\": [\\n \\"[10.2.*.*]\\"\\n ],\\n \\"Options\\": [\\n {\\n \\"Name\\": \\"name\\",\\n \\"Value\\": \\"value\\"\\n }\\n ],\\n \\"Searches\\": [\\n \\"svc.local.kubenetes\\"\\n ]\\n },\\n \\"EciSecurityContext\\": {\\n \\"Sysctls\\": [\\n {\\n \\"Name\\": \\"kernel.msgmax\\",\\n \\"Value\\": \\"65536\\"\\n }\\n ]\\n },\\n \\"EniInstanceId\\": \\"eni-bp14rzqi6fd8satm****\\",\\n \\"EphemeralStorage\\": 20,\\n \\"HostAliases\\": [\\n {\\n \\"Hostnames\\": [\\n \\"[\'hehe.com\', \'haha.com\']\\"\\n ],\\n \\"Ip\\": \\"192.0.XX.XX\\"\\n }\\n ],\\n \\"InitContainers\\": [\\n {\\n \\"Args\\": [\\n \\"[\'hello world\']\\"\\n ],\\n \\"Command\\": [\\n \\"[/bin/sh echo]\\"\\n ],\\n \\"Cpu\\": 1,\\n \\"CurrentState\\": {\\n \\"DetailStatus\\": \\"working\\",\\n \\"ExitCode\\": 0,\\n \\"FinishTime\\": \\"2018-08-02T15:00:00Z\\",\\n \\"Message\\": \\"Created container\\",\\n \\"Reason\\": \\"Started\\",\\n \\"Signal\\": 1,\\n \\"StartTime\\": \\"2018-08-02T15:00:00Z\\",\\n \\"State\\": \\"Running\\"\\n },\\n \\"EnvironmentVars\\": [\\n {\\n \\"Key\\": \\"PATH\\",\\n \\"Value\\": \\"/usr/local/bin\\",\\n \\"ValueFrom\\": {\\n \\"FieldRef\\": {\\n \\"FieldPath\\": \\"status.podIP\\"\\n }\\n }\\n }\\n ],\\n \\"Gpu\\": 1,\\n \\"Image\\": \\"nginx\\",\\n \\"ImagePullPolicy\\": \\"Always\\",\\n \\"Memory\\": 2,\\n \\"Name\\": \\"Init-xxx\\",\\n \\"Ports\\": [\\n {\\n \\"Port\\": 8888,\\n \\"Protocol\\": \\"TCP\\"\\n }\\n ],\\n \\"PreviousState\\": {\\n \\"DetailStatus\\": \\"working\\",\\n \\"ExitCode\\": 0,\\n \\"FinishTime\\": \\"2019-12-24T05:35:44Z\\",\\n \\"Message\\": \\"Started container\\",\\n \\"Reason\\": \\"completed\\",\\n \\"Signal\\": 1,\\n \\"StartTime\\": \\"2019-12-24T05:35:44Z\\",\\n \\"State\\": \\"Terminated\\"\\n },\\n \\"Ready\\": true,\\n \\"RestartCount\\": 5,\\n \\"SecurityContext\\": {\\n \\"Capability\\": {\\n \\"Adds\\": [\\n \\"NET_ADMIN\\"\\n ]\\n },\\n \\"ReadOnlyRootFilesystem\\": true,\\n \\"RunAsUser\\": 1557\\n },\\n \\"VolumeMounts\\": [\\n {\\n \\"MountPath\\": \\"/usr/share/\\",\\n \\"MountPropagation\\": \\"None\\",\\n \\"Name\\": \\"test-empty\\",\\n \\"ReadOnly\\": false\\n }\\n ],\\n \\"WorkingDir\\": \\"/usr/test\\"\\n }\\n ],\\n \\"InternetIp\\": \\"192.0.XX.XX\\",\\n \\"IntranetIp\\": \\"172.16.XX.XX\\",\\n \\"Ipv6Address\\": \\"2001:XXXX:4:4:4:4:4:4\\",\\n \\"RamRoleName\\": \\"ram:PassRole\\",\\n \\"RegionId\\": \\"cn-hangzhou\\",\\n \\"ResourceGroupId\\": \\"rg-aekzh43v*****\\",\\n \\"RestartPolicy\\": \\"Never\\",\\n \\"SecurityGroupId\\": \\"sg-bp12ujq5zpxuyjfo3o8r\\",\\n \\"Tags\\": [\\n {\\n \\"Key\\": \\"name\\",\\n \\"Value\\": \\"test-xh\\"\\n }\\n ],\\n \\"TenantEniInstanceId\\": \\"i-xxx\\",\\n \\"TenantEniIp\\": \\"10.10.XX.XX\\",\\n \\"TenantSecurityGroupId\\": \\"sg-xxx\\",\\n \\"TenantVSwitchId\\": \\"vsw-xxx\\",\\n \\"VSwitchId\\": \\"vsw-bp1vzjjflab6wvjox****\\",\\n \\"VpcId\\": \\"vpc-1vzjjflab6wvjox****\\",\\n \\"ZoneId\\": \\"cn-hangzhou-h\\"\\n }\\n ]\\n }\\n ]\\n}","type":"json"}]', 'title' => 'DescribeServerlessJobs', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'DescribeServerlessJobs'], ], ], 'ramActions' => [ [ 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:DescribeServerlessJobs', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], 'EditJobTemplate' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => ['autoTest' => false, 'tenantRelevance' => 'publicInformation'], 'parameters' => [ [ 'name' => 'TemplateId', 'in' => 'query', 'schema' => ['description' => 'The ID of the job template.'."\n" ."\n" .'You can call the [ListJobTemplates](~~87248~~) operation to obtain the job template ID.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'ehpc-job-tmpl-6RxO5y****', 'title' => ''], ], [ 'name' => 'CommandLine', 'in' => 'query', 'schema' => ['description' => 'The command that is used to run the job.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => './LammpsTest/lammps.pbs', 'title' => ''], ], [ 'name' => 'Name', 'in' => 'query', 'schema' => ['description' => 'The name of the job template.'."\n" ."\n" .'You can call the [ListJobTemplates](~~87248~~) operation to obtain the job template name.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'jobTemapleteName', 'title' => ''], ], [ 'name' => 'RunasUser', 'in' => 'query', 'schema' => ['description' => 'The name of the user that runs the job.'."\n" ."\n" .'You can call the [ListUsers](~~188572~~) operation to query the users of the cluster.'."\n", 'type' => 'string', 'required' => false, 'example' => 'user', 'title' => ''], ], [ 'name' => 'Priority', 'in' => 'query', 'schema' => ['description' => 'The priority of the job. Valid values: 0 to 9. A large value indicates a high priority.'."\n" ."\n" .'Default value: 0'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '0', 'title' => ''], ], [ 'name' => 'PackagePath', 'in' => 'query', 'schema' => ['description' => 'The path that is used to run the job.'."\n", 'type' => 'string', 'required' => false, 'example' => './packageFolder', 'title' => ''], ], [ 'name' => 'StdoutRedirectPath', 'in' => 'query', 'schema' => ['description' => 'The output file path of stdout.'."\n", 'type' => 'string', 'required' => false, 'example' => './LammpsTest', 'title' => ''], ], [ 'name' => 'StderrRedirectPath', 'in' => 'query', 'schema' => ['description' => 'The output file path of stderr.'."\n", 'type' => 'string', 'required' => false, 'example' => './Lammps', 'title' => ''], ], [ 'name' => 'ReRunable', 'in' => 'query', 'schema' => ['description' => 'Specifies whether the job can be rerun. Valid values:'."\n" ."\n" .'* true: The job can be rerun.'."\n" .'* false: The job cannot be rerun.'."\n", 'type' => 'boolean', 'required' => false, 'example' => 'false', 'title' => ''], ], [ 'name' => 'ArrayRequest', 'in' => 'query', 'schema' => ['description' => 'The job array.'."\n" ."\n" .'Format: X-Y:Z. X is the minimum index value. Y is the maximum index value. Z is the step size. For example, 2-7:2 indicates that three jobs need to be run and their index values are 2, 4, and 6.'."\n", 'type' => 'string', 'required' => false, 'example' => '1-10:2', 'title' => ''], ], [ 'name' => 'Variables', 'in' => 'query', 'schema' => ['description' => 'The runtime variables passed to the job. They can be accessed by using environment variables in the executable file.'."\n", 'type' => 'string', 'required' => false, 'example' => '[{Name:,Value:},{Name:,Value:}]', 'title' => ''], ], [ 'name' => 'Queue', 'in' => 'query', 'schema' => ['description' => 'The name of the queue.'."\n", 'type' => 'string', 'required' => false, 'example' => 'workq', 'title' => ''], ], [ 'name' => 'ClockTime', 'in' => 'query', 'schema' => ['description' => 'The maximum running time of the job. Valid formats:'."\n" ."\n" .'* hh:mm:ss'."\n" .'* mm:ss'."\n" .'* ss'."\n" ."\n" .'We recommend that you use the hh:mm:ss format. If the maximum running time is 12 hours, set the value to 12:00:00.'."\n", 'type' => 'string', 'required' => false, 'example' => '12:00:00', 'title' => ''], ], [ 'name' => 'Node', 'in' => 'query', 'schema' => ['description' => 'The number of the compute nodes. Valid values: 1 to 500.'."\n" ."\n" .'> If the parameter is not specified, the Task, Thread, Mem, and Gpu parameters become invalid.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'maximum' => '5000', 'minimum' => '1', 'example' => '2', 'title' => ''], ], [ 'name' => 'Task', 'in' => 'query', 'schema' => ['description' => 'The number of tasks required by a single compute node. Valid values: 1 to 1000.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'maximum' => '20000', 'minimum' => '1', 'example' => '2', 'title' => ''], ], [ 'name' => 'Thread', 'in' => 'query', 'schema' => ['description' => 'The number of threads required by a single compute node. Valid values: 1 to 1000.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'maximum' => '20000', 'minimum' => '1', 'example' => '1', 'title' => ''], ], [ 'name' => 'Mem', 'in' => 'query', 'schema' => ['description' => 'The maximum memory usage required by a single compute node. Unit: GB, MB, or KB. The unit is case-insensitive.'."\n", 'type' => 'string', 'required' => false, 'example' => '1GB', 'title' => ''], ], [ 'name' => 'Gpu', 'in' => 'query', 'schema' => ['description' => 'The maximum GPU usage required by a single compute node. Valid values: 1 to 8.'."\n" ."\n" .'The parameter takes effect only when the cluster uses PBS and a compute node is a GPU-accelerated instance.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'maximum' => '20000', 'minimum' => '1', 'example' => '1', 'title' => ''], ], [ 'name' => 'InputFileUrl', 'in' => 'query', 'schema' => ['description' => 'The URL of the job files that are uploaded to an Object Storage Service (OSS) bucket.'."\n", 'type' => 'string', 'required' => false, 'example' => 'https://test.oss-cn-beijing.aliyuncs.com/test.py', 'title' => ''], ], [ 'name' => 'WithUnzipCmd', 'in' => 'query', 'schema' => ['description' => 'Specifies whether to decompress the job files downloaded from an OSS bucket. Valid values:'."\n" ."\n" .'* true: The job files are decompressed.'."\n" .'* false: The job files are not decompressed.'."\n", 'type' => 'boolean', 'required' => false, 'example' => 'true', 'title' => ''], ], [ 'name' => 'UnzipCmd', 'in' => 'query', 'schema' => ['description' => 'The command that is used to decompress the job files downloaded from an OSS bucket. The parameter takes effect only when WithUnzipCmd is set to true. Valid values:'."\n" ."\n" .'* tar xzf: decompresses GZIP files.'."\n" .'* tar xf: decompresses TAR files.'."\n" .'* unzip: decompresses ZIP files.'."\n", 'type' => 'string', 'required' => false, 'example' => 'tar xzf', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'TemplateId' => ['description' => 'The ID of the job template.'."\n", 'type' => 'string', 'example' => 'ehpc-job-tmpl-6RxO5y****', 'title' => ''], 'RequestId' => ['description' => 'The ID of the request.'."\n", 'type' => 'string', 'example' => '04F0F334-1335-436C-A1D7-6C044FE7****', 'title' => ''], ], 'description' => '', 'title' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParams', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => 'The specified parameter %s is invalid.'], ['errorCode' => 'NotEnabled', 'errorMessage' => 'You have not enabled this service', 'description' => 'You have not enabled this service'], ['errorCode' => 'InDebt', 'errorMessage' => 'Your account has overdue payments.', 'description' => 'Your account has overdue payments.'], ], 403 => [ ['errorCode' => 'InvalidClusterStatus', 'errorMessage' => 'The operation failed due to invalid cluster status.', 'description' => 'The cluster status does not support the operation.'], ['errorCode' => 'ConflictOpt', 'errorMessage' => 'A conflicting operation is running.', 'description' => 'A conflicting operation is running. Please try again later.'], ['errorCode' => 'TemplateNameExist', 'errorMessage' => 'The template name already exists.', 'description' => 'The template name already exists.'], ['errorCode' => 'TooMuchTemplates', 'errorMessage' => 'The number of templates exceeds the quota.', 'description' => ''], ], [ ['errorCode' => 'TemplateNotExist', 'errorMessage' => 'The template ID does not exist.', 'description' => 'The template ID does not exist.'], ], 406 => [ ['errorCode' => 'DbError', 'errorMessage' => 'A database service error occurred.', 'description' => 'Database request failed.'], ['errorCode' => 'AliyunError', 'errorMessage' => 'An Alibaba Cloud product error occurred.', 'description' => 'Alibaba Cloud product error. %s'], ], [ ['errorCode' => 'NotAuthorized', 'errorMessage' => 'You are not authorized by RAM for this request.', 'description' => 'The request is not authorized by RAM.'], ], 409 => [ ['errorCode' => 'PartFailure', 'errorMessage' => 'Part of the batch operation failed.', 'description' => 'Part of the batch operation failed.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"TemplateId\\": \\"ehpc-job-tmpl-6RxO5y****\\",\\n \\"RequestId\\": \\"04F0F334-1335-436C-A1D7-6C044FE7****\\"\\n}","errorExample":""},{"type":"xml","example":"\\r\\n 04F0F334-1335-436C-A1D7-6C044FE7****\\r\\n ehpc-job-tmpl-6RxO5y****\\r\\n","errorExample":""}]', 'title' => 'EditJobTemplate', 'summary' => 'Modifies a job template.', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'ramActions' => [ [ 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:EditJobTemplate', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], 'GetAccountingReport' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['autoTest' => false, 'tenantRelevance' => 'publicInformation'], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => ['description' => 'The cluster ID.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'ehpc-hz-FYUr32****', 'title' => ''], ], [ 'name' => 'StartTime', 'in' => 'query', 'schema' => ['description' => 'The start time of the query. This is a UNIX timestamp, which is the number of seconds that have elapsed since 00:00:00 UTC on January 1, 1970.', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'docRequired' => true, 'example' => '1576922873', 'title' => ''], ], [ 'name' => 'EndTime', 'in' => 'query', 'schema' => ['description' => 'The end time of the query. This is a UNIX timestamp, which is the number of seconds that have elapsed since 00:00:00 UTC on January 1, 1970.', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'docRequired' => true, 'example' => '1577441873', 'title' => ''], ], [ 'name' => 'ReportType', 'in' => 'query', 'schema' => ['description' => 'The type of the report. Valid values:'."\n" ."\n" .'- total\\_report: Queries the number of core-hours by dimension.'."\n" ."\n" .'- job\\_report: Gathers historical data of nodes.'."\n" ."\n" .'- number\\_report: Queries job information by dimension.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'job_report', 'title' => ''], ], [ 'name' => 'FilterValue', 'in' => 'query', 'schema' => ['description' => 'The name of the dimension to query. Valid values:'."\n" ."\n" .'- If Dim is set to user, FilterValue is the name of a specific user.'."\n" ."\n" .'- If Dim is set to queue, FilterValue is the name of a specific queue.'."\n" ."\n" .'- If Dim is set to instance, FilterValue is the name of the instance.', 'type' => 'string', 'required' => false, 'example' => 'userNo1', 'title' => ''], ], [ 'name' => 'Dim', 'in' => 'query', 'schema' => ['description' => 'The dimension to query. Valid values:'."\n" ."\n" .'- user: Queries by user.'."\n" ."\n" .'- queue: Queries by queue.'."\n" ."\n" .'- instance: Queries by instance.', 'type' => 'string', 'required' => false, 'example' => 'user', 'title' => ''], ], [ 'name' => 'JobId', 'in' => 'query', 'schema' => ['description' => 'The job ID.', 'type' => 'string', 'required' => false, 'example' => '[{Id: 1.scheduler}]', 'title' => ''], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['description' => 'The page number. The value must be greater than or equal to 1. The default value is 1.'."\n" ."\n" .'The minimum value is 1.'."\n" ."\n" .'The default value is 1.', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1', 'title' => ''], ], [ 'name' => 'PageNumber', 'in' => 'query', 'schema' => ['description' => 'The number of entries per page. Valid values: 1 to 50.'."\n" ."\n" .'Default value: 10.', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '10', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'TotalCoreTime' => ['description' => 'The total core-hours of the cluster.', 'type' => 'integer', 'format' => 'int32', 'example' => '261300', 'title' => ''], 'Metrics' => ['description' => 'A JSON-serialized list that contains the column names for each record in Data.', 'type' => 'string', 'example' => '[\\"user\\",\\"coreTime\\",\\"usedMem\\"]', 'title' => ''], 'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => 'B1DCB399-9333-4B38-A35A-0BDFABC71881', 'title' => ''], 'PageSize' => ['description' => 'The number of entries returned on the current page.', 'type' => 'integer', 'format' => 'int32', 'example' => '10', 'title' => ''], 'PageNumber' => ['description' => 'The page number.', 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''], 'TotalCount' => ['description' => 'The total number of entries.', 'type' => 'integer', 'format' => 'int32', 'example' => '10', 'title' => ''], 'Data' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'Data' => [ 'description' => 'A JSON-serialized list that contains multiple records.', 'title' => '', 'type' => 'array', 'items' => ['description' => 'A JSON-serialized list that contains multiple records.', 'type' => 'string', 'example' => '[[\\"userNo1\\",49856,7062192],[\\"userNo2\\",29904,4317280]]', 'title' => ''], 'example' => '', ], ], 'description' => '', 'title' => '', 'example' => '', ], ], 'description' => '', 'title' => '', 'example' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParams', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => 'The specified parameter %s is invalid.'], ['errorCode' => 'NotEnabled', 'errorMessage' => 'You have not enabled this service', 'description' => 'You have not enabled this service'], ['errorCode' => 'InDebt', 'errorMessage' => 'Your account has overdue payments.', 'description' => 'Your account has overdue payments.'], ['errorCode' => 'Cluster.NotSupported', 'errorMessage' => 'Current cluster does not support this operation.', 'description' => ''], ], 403 => [ ['errorCode' => 'InvalidClusterStatus', 'errorMessage' => 'The operation failed due to invalid cluster status.', 'description' => 'The cluster status does not support the operation.'], ], [ ['errorCode' => 'ClusterNotFound', 'errorMessage' => 'The specified cluster does not exist.', 'description' => 'The specified instance does not exist.'], ['errorCode' => 'ObjectNotFound', 'errorMessage' => 'The specified object is not found.', 'description' => 'The specified object does not exist. Please verify the parameter.'], ['errorCode' => 'ComputeNotFound', 'errorMessage' => 'The specified compute node does not exist.', 'description' => 'The specified compute node does not exist.'], ], 406 => [ ['errorCode' => 'SlsError', 'errorMessage' => 'SLS API request failed.', 'description' => 'Failed to request the SLS interface.'], ['errorCode' => 'AgentError', 'errorMessage' => 'The agent service request failed.', 'description' => 'The cluster-side command failed to run. %s'], ['errorCode' => 'ExecFail', 'errorMessage' => 'Failed to execute the command: %s.', 'description' => ''], ['errorCode' => 'AliyunError', 'errorMessage' => 'An Alibaba Cloud product error occurred.', 'description' => 'Alibaba Cloud product error. %s'], ], [ ['errorCode' => 'NotAuthorized', 'errorMessage' => 'You are not authorized by RAM for this request.', 'description' => 'The request is not authorized by RAM.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"TotalCoreTime\\": 261300,\\n \\"Metrics\\": \\"[\\\\\\\\\\\\\\"user\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"coreTime\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"usedMem\\\\\\\\\\\\\\"]\\",\\n \\"RequestId\\": \\"B1DCB399-9333-4B38-A35A-0BDFABC71881\\",\\n \\"PageSize\\": 10,\\n \\"PageNumber\\": 1,\\n \\"TotalCount\\": 10,\\n \\"Data\\": {\\n \\"Data\\": [\\n \\"[[\\\\\\\\\\\\\\"userNo1\\\\\\\\\\\\\\",49856,7062192],[\\\\\\\\\\\\\\"userNo2\\\\\\\\\\\\\\",29904,4317280]]\\"\\n ]\\n }\\n}","type":"json"}]', 'title' => 'GetAccountingReport', 'summary' => 'Obtains the resource report for a specified cluster.', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'GetAccountingReport'], ], ], 'ramActions' => [ [ 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:GetAccountingReport', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], 'GetAutoScaleConfig' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['autoTest' => false, 'tenantRelevance' => 'publicInformation'], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => ['description' => 'The cluster ID.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'ehpc-hz-FYUr32****', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'MaxNodesInCluster' => ['description' => 'The interval between two consecutive rounds of scale-in. Unit: minutes. Valid values: 2 to 10.'."\n" ."\n" .'> An interval may exist during multiple rounds of a scale-out task or between two consecutive scale-out tasks.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '300', 'title' => ''], 'GrowTimeoutInMinutes' => ['description' => 'The maximum hourly price of the compute nodes. The value can be accurate to three decimal places. The parameter takes effect only when SpotStrategy is set to SpotWithPriceLimit.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '20', 'title' => ''], 'SpotStrategy' => ['description' => 'The percentage of extra compute nodes. Valid values: 0 to 100.'."\n" ."\n" .'If you need to add 100 compute nodes and the value of the ExtraNodesGrowRatio parameter is 2, 102 compute nodes are added.'."\n", 'type' => 'string', 'example' => 'SpotWithPriceLimit', 'title' => ''], 'EnableAutoShrink' => ['description' => 'The number of consecutive times that a compute node is idle during the resource scale-in check. Valid values: 2 to 5.'."\n" ."\n" .'If the parameter is set to 3, a compute node is idle for more than three consecutive times. In this case, the node is released.'."\n", 'type' => 'boolean', 'example' => 'true', 'title' => ''], 'RequestId' => ['description' => 'The image ID of the compute nodes in the queue.'."\n", 'type' => 'string', 'example' => '04F0F334-1335-436C-A1D7-6C044FE73368', 'title' => ''], 'EnableAutoGrow' => ['description' => 'The percentage of each round of scale-out. Valid values: 1 to 100.'."\n" ."\n" .'If you set GrowRatio to 50, the scale-out has two rounds. Each round completes half of the scale-out.'."\n", 'type' => 'boolean', 'example' => 'true', 'title' => ''], 'ClusterType' => ['description' => 'The ID of the cluster.'."\n", 'type' => 'string', 'example' => 'pbs', 'title' => ''], 'ExcludeNodes' => ['description' => 'The ID of the Alibaba Cloud account.'."\n", 'type' => 'string', 'example' => 'i-bp19lgqwxb4206t5****,i-bp1g4hvzs9pywrhb****', 'title' => ''], 'ShrinkIntervalInMinutes' => ['description' => 'The auto scaling configuration of the queue.'."\n" ."\n" .'> If auto scaling is enabled for the cluster and queue at the same time, the queue settings prevail.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '2', 'title' => ''], 'GrowIntervalInMinutes' => ['description' => 'The image ID of the compute nodes in the queue.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '2', 'title' => ''], 'SpotPriceLimit' => ['description' => 'The type of the system disk. Valid values:'."\n" ."\n" .'* cloud_efficiency: ultra disk'."\n" .'* cloud_ssd: SSD'."\n" .'* cloud_essd: ESSD'."\n" .'* cloud: basic disk'."\n", 'type' => 'number', 'format' => 'float', 'example' => '0.062', 'title' => ''], 'ExtraNodesGrowRatio' => ['description' => 'The instance type of the compute nodes that were automatically added in the queue.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '2', 'title' => ''], 'ShrinkIdleTimes' => ['description' => 'The suffix of the queue name. You can query queues that have a specified suffix.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '3', 'title' => ''], 'ImageId' => ['description' => 'The preemption policy of the compute nodes. Valid values:'."\n" ."\n" .'* NoSpot: The compute nodes are pay-as-you-go instances.'."\n" .'* SpotWithPriceLimit: The compute nodes are preemptible instances that have a user-defined maximum hourly price.'."\n" .'* SpotAsPriceGo: The compute nodes are preemptible instances for which the market price at the time of purchase is used as the bid price.'."\n", 'type' => 'string', 'example' => 'm-bp10txryr4mhrrt1****', 'title' => ''], 'GrowRatio' => ['description' => 'The minimum number of compute nodes that can be retained in a queue. Valid values: 0 to 50.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '100', 'title' => ''], 'ClusterId' => ['description' => 'The prefix of the queue name. You can query queues that have a specified prefix.'."\n", 'type' => 'string', 'example' => 'ehpc-hz-FYUr32****', 'title' => ''], 'Uid' => ['description' => 'The size of the system disk. Unit: GB. Valid values: 40 to 500.'."\n", 'type' => 'string', 'example' => '129845258050****', 'title' => ''], 'Queues' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'QueueInfo' => [ 'description' => 'The auto scaling configuration of the queue.'."\n" ."\n" .'> If auto scaling is enabled for the cluster and queue at the same time, the queue settings prevail.'."\n", 'title' => '', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'QueueImageId' => ['description' => 'The image ID of the compute node in the queue.'."\n", 'type' => 'string', 'example' => 'centos_7_06_64_20G_alibase_2019071****', 'title' => ''], 'SystemDiskCategory' => ['description' => 'The category of the system disk. Valid values:'."\n" ."\n" .'* cloud_efficiency: ultra disk.'."\n" .'* cloud_ssd: standard SSD.'."\n" .'* cloud_essd: enhanced SSD (ESSD).'."\n" .'* cloud: basic disk.'."\n", 'type' => 'string', 'example' => 'cloud_efficiency', 'title' => ''], 'InstanceType' => ['description' => 'The instance type of the compute nodes that are automatically added to the queue.'."\n", 'type' => 'string', 'example' => 'ecs.sn1ne.large', 'title' => ''], 'HostNameSuffix' => ['description' => 'The suffix of the queue name. You can query queues that have a specified suffix.'."\n", 'type' => 'string', 'example' => '000', 'title' => ''], 'SpotStrategy' => ['description' => 'The preemption policy of the compute nodes. Valid values:'."\n" ."\n" .'* NoSpot: The compute nodes are pay-as-you-go instances.'."\n" .'* SpotWithPriceLimit: The compute nodes are preemptible instances that have a user-defined maximum hourly price.'."\n" .'* SpotAsPriceGo: The compute nodes are preemptible instances for which the market price at the time of purchase is used as the bid price.'."\n", 'type' => 'string', 'example' => 'NoSpot', 'title' => ''], 'MinNodesInQueue' => ['description' => 'The minimum number of compute nodes that can be retained in a queue. Valid values: 0 to 50.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '10', 'title' => ''], 'HostNamePrefix' => ['description' => 'The prefix of the queue name. You can query queues that have a specified prefix.'."\n", 'type' => 'string', 'example' => 'compute', 'title' => ''], 'SystemDiskSize' => ['description' => 'The system disk size. Unit: GB. Valid values: 40 to 500.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '40', 'title' => ''], 'MaxNodesInQueue' => ['description' => 'The maximum number of compute nodes that can be added to a queue. Valid values: 0 to 500.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '100', 'title' => ''], 'EnableAutoShrink' => ['description' => 'Indicates whether the queue enabled the auto scale-in. Valid values:'."\n" ."\n" .'* true'."\n" .'* false'."\n", 'type' => 'boolean', 'example' => 'true', 'title' => ''], 'QueueName' => ['description' => 'The name of the queue.'."\n", 'type' => 'string', 'example' => 'workq', 'title' => ''], 'EnableAutoGrow' => ['description' => 'Indicates whether the queue enabled the auto scale-out. Valid values:'."\n" ."\n" .'* true'."\n" .'* false'."\n", 'type' => 'boolean', 'example' => 'true', 'title' => ''], 'SystemDiskLevel' => ['description' => 'The performance level of the system disk. Valid values:'."\n" ."\n" .'* PL0: An ESSD can deliver up to 10,000 random read/write IOPS.'."\n" .'* PL1: An ESSD can deliver up to 50,000 random read/write IOPS.'."\n" .'* PL2: An ESSD can deliver up to 100,000 random read/write IOPS.'."\n" .'* PL3: An ESSD can deliver up to 1,000,000 random read/write IOPS.'."\n", 'type' => 'string', 'example' => 'PL1', 'title' => ''], 'ResourceGroupId' => ['description' => 'The ID of the resource group to which the compute nodes belong.'."\n", 'type' => 'string', 'example' => 'rg-acfmxp7uc24****', 'title' => ''], 'SpotPriceLimit' => ['description' => 'The maximum hourly price of the compute nodes. The value can be accurate to three decimal places. This parameter is valid only when the SpotStrategy parameter is set to SpotWithPriceLimit.'."\n", 'type' => 'number', 'format' => 'float', 'example' => '0.062', 'title' => ''], 'InstanceTypes' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'InstanceTypeInfo' => [ 'description' => 'The specification information of the compute nodes.'."\n", 'title' => '', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'HostNamePrefix' => ['description' => 'The prefix of the hostname. You can query compute nodes that have a specified prefix.'."\n", 'type' => 'string', 'example' => 'compute', 'title' => ''], 'VSwitchId' => ['description' => 'The ID of the vSwitch.'."\n", 'type' => 'string', 'example' => 'vsw-bp1lfcjbfb099rrjn****', 'title' => ''], 'ZoneId' => ['description' => 'The ID of the zone.'."\n", 'type' => 'string', 'example' => 'cn-hangzhou-b', 'title' => ''], 'SpotPriceLimit' => ['description' => 'The maximum hourly price of the compute nodes. The value can be accurate to three decimal places. This parameter is valid only when the SpotStrategy parameter is set to SpotWithPriceLimit.'."\n", 'type' => 'number', 'format' => 'float', 'example' => '0.062', 'title' => ''], 'InstanceType' => ['description' => 'The instance type of the compute nodes.'."\n", 'type' => 'string', 'example' => 'ecs.sn1ne.large', 'title' => ''], 'SpotStrategy' => ['description' => 'The bidding method of the compute nodes. Valid values:'."\n" ."\n" .'* NoSpot: The compute nodes are pay-as-you-go instances.'."\n" .'* SpotWithPriceLimit: The compute nodes are preemptible instances that have a user-defined maximum hourly price.'."\n" .'* SpotAsPriceGo: The compute nodes are preemptible instances for which the market price at the time of purchase is used as the bid price.'."\n", 'type' => 'string', 'example' => 'NoSpot', 'title' => ''], 'SpotDuration' => ['description' => 'The protection period of the preemptible instance. Unit: hours. Valid values: 0 to 1. Default value: 1. A value of 0 means no protection period is specified.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '0', 'title' => ''], 'SpotInterruptionBehavior' => ['title' => 'The maximum number of compute nodes that can be added in each round of an auto scale-out task. Valid values: 0 to 99.'."\n" ."\n" .'Default value: 0.', 'description' => 'The interruption event of the preemptible instance. The value can only be Terminate, which specifies that the instance is released.'."\n", 'type' => 'string', 'example' => 'Terminate'], ], 'description' => '', 'title' => '', ], ], ], ], 'DataDisks' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'DataDisksInfo' => [ 'description' => 'The list of data disks.'."\n", 'title' => '', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'DataDiskCategory' => ['description' => 'The type of the data disk. Valid values:'."\n" ."\n" .'* cloud_efficiency: ultra disk.'."\n" .'* cloud_ssd: standard SSD.'."\n" .'* cloud_essd: ESSD.'."\n" .'* cloud: basic disk.'."\n", 'type' => 'string', 'example' => 'cloud_efficiency', 'title' => ''], 'DataDiskSize' => ['description' => 'The capacity of the data disk. Unit: GB.'."\n" ."\n" .'Valid values: 40 to 500.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '40', 'title' => ''], 'DataDiskDeleteWithInstance' => ['description' => 'Indicates whether the data disk is released when the node is released. Valid values:'."\n" ."\n" .'* true'."\n" .'* false'."\n", 'type' => 'boolean', 'example' => 'true', 'title' => ''], 'DataDiskPerformanceLevel' => ['description' => 'The performance level of the ESSD used as the data disk. The parameter is returned only when the DataDisks.N.DataDiskCategory parameter is set to cloud_essd. Valid values:'."\n" ."\n" .'* PL0: An ESSD can deliver up to 10,000 random read/write IOPS.'."\n" .'* PL1: An ESSD can deliver up to 50,000 random read/write IOPS.'."\n" .'* PL2: An ESSD can deliver up to 100,000 random read/write IOPS.'."\n" .'* PL3: An ESSD can deliver up to 1,000,000 random read/write IOPS.'."\n", 'type' => 'string', 'example' => 'PL1', 'title' => ''], 'DataDiskEncrypted' => ['description' => 'Indicates whether the data disk is encrypted. Valid values:'."\n" ."\n" .'* true'."\n" .'* false'."\n", 'type' => 'boolean', 'example' => 'false', 'title' => ''], 'DataDiskKMSKeyId' => ['description' => 'The ID of the KMS key that is used by the data disk.'."\n", 'type' => 'string', 'example' => '0e478b7a-4262-4802-b8cb-00d3fb40826X', 'title' => ''], ], 'description' => '', 'title' => '', ], ], ], ], 'MaxNodesPerCycle' => ['description' => 'The maximum number of compute nodes that can be added in each round of scale-out. Valid values: 0 to 99.'."\n" ."\n" .'Default value: 0.'."\n", 'type' => 'integer', 'format' => 'int64', 'example' => '20', 'title' => ''], 'MinNodesPerCycle' => ['description' => 'The minimum number of compute nodes that can be added in each round of scale-out. Valid values: 1 to 99'."\n" ."\n" .'Default value: 1.'."\n" ."\n" .'If the compute nodes that you want to add in a round is less than the minimum compute nodes that can be added, the value of this parameter is automatically changed to the number of compute nodes that you want to add. This ensures that compute nodes can be added as expected.'."\n" ."\n" .'> The configuration takes effect only for the minimum compute nodes that can be added in the current round.'."\n", 'type' => 'integer', 'format' => 'int64', 'example' => '5', 'title' => ''], 'AutoMinNodesPerCycle' => ['description' => 'Indicates whether the minimum node number for each scale-out is automatically set. If this parameter is set to true, the minimum number of nodes for each scale-out is equal to the number of nodes required by the job. The maximum number is 99.'."\n", 'type' => 'boolean', 'example' => 'false', 'title' => ''], 'SortedByInventory' => ['description' => 'Indicates whether the instances are unordered. Valid values:'."\n" ."\n" .'* true'."\n" .'* false'."\n" ."\n" .'> If this parameter is set to true, the system selects instance types in descending order based on the number of instances in stock during auto scaling.'."\n", 'type' => 'boolean', 'example' => 'false', 'title' => ''], ], 'description' => '', 'title' => '', ], ], ], ], 'ComputeEnableHt' => ['description' => 'Specifies whether to enable hyper-threading for the ECS instance that is used as the compute node.'."\n" ."\n" .'> You can only disable hyper-threading for some instance types. The hyper-threading is enabled for ECS instances by default. For more information, see [Specify and view CPU options](~~145895~~).', 'type' => 'boolean', 'example' => 'true', 'title' => ''], 'DnsConfig' => ['description' => 'The configurations of DNS.'."\n", 'type' => 'string', 'example' => '"{\\"DnsType\\":\\"PrivateZone\\",\\"DnsName\\":\\"xxxxx\\"}"', 'title' => ''], ], 'description' => '', 'title' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParams', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => 'The specified parameter %s is invalid.'], ], 403 => [ ['errorCode' => 'InvalidOpt', 'errorMessage' => 'The specified operation is invalid. Please try again later. If the problem still exists, submit a ticket.', 'description' => ''], ], [ ['errorCode' => 'ClusterNotFound', 'errorMessage' => 'The specified cluster does not exist.', 'description' => 'The specified instance does not exist.'], ], 406 => [ ['errorCode' => 'DbError', 'errorMessage' => 'A database service error occurred.', 'description' => 'Database request failed.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"MaxNodesInCluster\\": 300,\\n \\"GrowTimeoutInMinutes\\": 20,\\n \\"SpotStrategy\\": \\"SpotWithPriceLimit\\",\\n \\"EnableAutoShrink\\": true,\\n \\"RequestId\\": \\"04F0F334-1335-436C-A1D7-6C044FE73368\\",\\n \\"EnableAutoGrow\\": true,\\n \\"ClusterType\\": \\"pbs\\",\\n \\"ExcludeNodes\\": \\"i-bp19lgqwxb4206t5****,i-bp1g4hvzs9pywrhb****\\",\\n \\"ShrinkIntervalInMinutes\\": 2,\\n \\"GrowIntervalInMinutes\\": 2,\\n \\"SpotPriceLimit\\": 0.062,\\n \\"ExtraNodesGrowRatio\\": 2,\\n \\"ShrinkIdleTimes\\": 3,\\n \\"ImageId\\": \\"m-bp10txryr4mhrrt1****\\",\\n \\"GrowRatio\\": 100,\\n \\"ClusterId\\": \\"ehpc-hz-FYUr32****\\",\\n \\"Uid\\": \\"129845258050****\\",\\n \\"Queues\\": {\\n \\"QueueInfo\\": [\\n {\\n \\"QueueImageId\\": \\"centos_7_06_64_20G_alibase_2019071****\\",\\n \\"SystemDiskCategory\\": \\"cloud_efficiency\\",\\n \\"InstanceType\\": \\"ecs.sn1ne.large\\",\\n \\"HostNameSuffix\\": \\"000\\",\\n \\"SpotStrategy\\": \\"NoSpot\\",\\n \\"MinNodesInQueue\\": 10,\\n \\"HostNamePrefix\\": \\"compute\\",\\n \\"SystemDiskSize\\": 40,\\n \\"MaxNodesInQueue\\": 100,\\n \\"EnableAutoShrink\\": true,\\n \\"QueueName\\": \\"workq\\",\\n \\"EnableAutoGrow\\": true,\\n \\"SystemDiskLevel\\": \\"PL1\\",\\n \\"ResourceGroupId\\": \\"rg-acfmxp7uc24****\\",\\n \\"SpotPriceLimit\\": 0.062,\\n \\"InstanceTypes\\": {\\n \\"InstanceTypeInfo\\": [\\n {\\n \\"HostNamePrefix\\": \\"compute\\",\\n \\"VSwitchId\\": \\"vsw-bp1lfcjbfb099rrjn****\\",\\n \\"ZoneId\\": \\"cn-hangzhou-b\\",\\n \\"SpotPriceLimit\\": 0.062,\\n \\"InstanceType\\": \\"ecs.sn1ne.large\\",\\n \\"SpotStrategy\\": \\"NoSpot\\",\\n \\"SpotDuration\\": 0,\\n \\"SpotInterruptionBehavior\\": \\"Terminate\\"\\n }\\n ]\\n },\\n \\"DataDisks\\": {\\n \\"DataDisksInfo\\": [\\n {\\n \\"DataDiskCategory\\": \\"cloud_efficiency\\",\\n \\"DataDiskSize\\": 40,\\n \\"DataDiskDeleteWithInstance\\": true,\\n \\"DataDiskPerformanceLevel\\": \\"PL1\\",\\n \\"DataDiskEncrypted\\": false,\\n \\"DataDiskKMSKeyId\\": \\"0e478b7a-4262-4802-b8cb-00d3fb40826X\\"\\n }\\n ]\\n },\\n \\"MaxNodesPerCycle\\": 20,\\n \\"MinNodesPerCycle\\": 5,\\n \\"AutoMinNodesPerCycle\\": false,\\n \\"SortedByInventory\\": false\\n }\\n ]\\n },\\n \\"ComputeEnableHt\\": true,\\n \\"DnsConfig\\": \\"\\\\\\"{\\\\\\\\\\\\\\"DnsType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"PrivateZone\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"DnsName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"xxxxx\\\\\\\\\\\\\\"}\\\\\\"\\"\\n}","errorExample":""},{"type":"xml","example":"\\n 300\\n 20\\n SpotWithPriceLimit\\n true\\n 04F0F334-1335-436C-A1D7-6C044FE73368\\n true\\n pbs\\n i-bp19lgqwxb4206t5****,i-bp1g4hvzs9pywrhb****\\n 2\\n 2\\n 0.062\\n 2\\n 3\\n m-bp10txryr4mhrrt1****\\n 100\\n ehpc-hz-FYUr32****\\n 129845258050****\\n \\n centos_7_06_64_20G_alibase_2019071****\\n cloud_efficiency\\n ecs.sn1ne.large\\n 000\\n NoSpot\\n 10\\n compute\\n 40\\n 100\\n true\\n workq\\n true\\n PL1\\n rg-acfmxp7uc24****\\n 0.062\\n \\n compute\\n vsw-bp1lfcjbfb099rrjn****\\n cn-hangzhou-b\\n 0.062\\n ecs.sn1ne.large\\n NoSpot\\n \\n \\n cloud_efficiency\\n 40\\n true\\n PL1\\n false\\n 0e478b7a-4262-4802-b8cb-00d3fb40826X\\n \\n \\n","errorExample":""}]', 'title' => 'GetAutoScaleConfig', 'summary' => 'Obtains the auto scaling settings of a cluster.', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'ramActions' => [ [ 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:GetAutoScaleConfig', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], 'GetCloudMetricLogs' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['autoTest' => false, 'tenantRelevance' => 'publicInformation'], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => ['description' => 'The cluster ID.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'ehpc-hz-jeJki6****', 'title' => ''], ], [ 'name' => 'From', 'in' => 'query', 'schema' => ['description' => 'The beginning of the time range to query. The time is a timestamp. This value is a UNIX timestamp representing the number of seconds that have elapsed since the epoch time January 1, 1970, 00:00:00 UTC.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => true, 'docRequired' => true, 'example' => '1583907780', 'title' => ''], ], [ 'name' => 'To', 'in' => 'query', 'schema' => ['description' => 'The end of the time range to query. The time is a timestamp. This value is a UNIX timestamp representing the number of seconds that have elapsed since the epoch time January 1, 1970, 00:00:00 UTC.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => true, 'docRequired' => true, 'example' => '1583907790', 'title' => ''], ], [ 'name' => 'Reverse', 'in' => 'query', 'schema' => ['description' => 'Specifies whether to return logs in reverse order of timestamps. Default value: false.'."\n", 'type' => 'boolean', 'required' => false, 'example' => 'false', 'title' => ''], ], [ 'name' => 'AggregationType', 'in' => 'query', 'schema' => ['description' => 'The data aggregation type. Valid values:'."\n" ."\n" .'* sum: the sum of the data'."\n" .'* avg: the average value'."\n" .'* max: the maximum value'."\n" .'* min: the minimum value'."\n" ."\n" .'Aggregation is disabled by default.'."\n", 'type' => 'string', 'required' => false, 'example' => 'avg', 'title' => ''], ], [ 'name' => 'AggregationInterval', 'in' => 'query', 'schema' => ['description' => 'The data aggregation interval. Unit: seconds.'."\n" ."\n" .'Valid values: 1, 10, 60, 600, and 3600.'."\n" ."\n" .'Default value: 1.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '10', 'title' => ''], ], [ 'name' => 'MetricScope', 'in' => 'query', 'schema' => ['description' => 'The dimensions of the performance metric. Valid values:'."\n" ."\n" .'* machine'."\n" .'* process'."\n" .'* network'."\n" .'* disk'."\n", 'type' => 'string', 'required' => false, 'example' => 'network', 'title' => ''], ], [ 'name' => 'Filter', 'in' => 'query', 'schema' => ['description' => 'The filter conditions. A JSON-formatted string that contains several key-value pairs. Valid values of the key:'."\n" ."\n" .'* InstanceId: the ID of the node'."\n" .'* Hostname: the hostname of the node'."\n" .'* NetworkInterface: the name of the network interface'."\n" .'* DiskDevice: the name of the disk'."\n", 'type' => 'string', 'required' => false, 'example' => '{"Hostname":"compute000"}', 'title' => ''], ], [ 'name' => 'MetricCategories', 'in' => 'query', 'schema' => ['description' => 'The category of the output performance metrics. Separate multiple metrics with commas (,). Valid values:'."\n" ."\n" .'* cpu'."\n" .'* memory'."\n", 'type' => 'string', 'required' => false, 'example' => 'cpu', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => 'The request ID.'."\n", 'type' => 'string', 'example' => '015C2C4D-1884-4EB7-BCD3-C5BB8D7E56DB', 'title' => ''], 'MetricLogs' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'MetricLog' => [ 'description' => 'The queried performance metric data.'."\n", 'title' => '', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Time' => ['description' => 'The timestamp of the log. The time is a timestamp. This value is a UNIX timestamp representing the number of seconds that have elapsed since the epoch time January 1, 1970, 00:00:00 UTC.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '1583907780', 'title' => ''], 'DiskDevice' => ['description' => 'The name of the disk.'."\n", 'type' => 'string', 'example' => 'vda1', 'title' => ''], 'NetworkInterface' => ['description' => 'The name of the network interface.'."\n", 'type' => 'string', 'example' => 'eth1', 'title' => ''], 'MetricData' => ['description' => 'A JSON-formatted serialized string that contains performance metric data of multiple categories.'."\n", 'type' => 'string', 'example' => '{\\"process|cpusage\\":0,\\"process|cpuser\\":0,\\"process|cpusys\\":0,******}', 'title' => ''], 'Hostname' => ['description' => 'The hostname of the node.'."\n", 'type' => 'string', 'example' => 'compute000', 'title' => ''], 'InstanceId' => ['description' => 'The node ID.'."\n", 'type' => 'string', 'example' => 'i-bp132g97g7zwnvta****', 'title' => ''], ], 'description' => '', 'title' => '', ], ], ], ], ], 'description' => '', 'title' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParams', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => 'The specified parameter %s is invalid.'], ['errorCode' => 'NotEnabled', 'errorMessage' => 'You have not enabled this service', 'description' => 'You have not enabled this service'], ['errorCode' => 'InDebt', 'errorMessage' => 'Your account has overdue payments.', 'description' => 'Your account has overdue payments.'], ], 403 => [ ['errorCode' => 'InvalidClusterStatus', 'errorMessage' => 'The operation failed due to invalid cluster status.', 'description' => 'The cluster status does not support the operation.'], ['errorCode' => 'ConflictOpt', 'errorMessage' => 'A conflicting operation is running.', 'description' => 'A conflicting operation is running. Please try again later.'], ], [ ['errorCode' => 'ClusterNotFound', 'errorMessage' => 'The specified cluster does not exist.', 'description' => 'The specified instance does not exist.'], ['errorCode' => 'ObjectNotFound', 'errorMessage' => 'The specified object is not found.', 'description' => 'The specified object does not exist. Please verify the parameter.'], ], 406 => [ ['errorCode' => 'SlsError', 'errorMessage' => 'SLS API request failed.', 'description' => 'Failed to request the SLS interface.'], ['errorCode' => 'AgentError', 'errorMessage' => 'The agent service request failed.', 'description' => 'The cluster-side command failed to run. %s'], ['errorCode' => 'AliyunError', 'errorMessage' => 'An Alibaba Cloud product error occurred.', 'description' => 'Alibaba Cloud product error. %s'], ['errorCode' => 'ExecFail', 'errorMessage' => 'Failed to execute the command: %s.', 'description' => ''], ], [ ['errorCode' => 'NotAuthorized', 'errorMessage' => 'You are not authorized by RAM for this request.', 'description' => 'The request is not authorized by RAM.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"015C2C4D-1884-4EB7-BCD3-C5BB8D7E56DB\\",\\n \\"MetricLogs\\": {\\n \\"MetricLog\\": [\\n {\\n \\"Time\\": 1583907780,\\n \\"DiskDevice\\": \\"vda1\\",\\n \\"NetworkInterface\\": \\"eth1\\",\\n \\"MetricData\\": \\"{\\\\\\\\\\\\\\"process|cpusage\\\\\\\\\\\\\\":0,\\\\\\\\\\\\\\"process|cpuser\\\\\\\\\\\\\\":0,\\\\\\\\\\\\\\"process|cpusys\\\\\\\\\\\\\\":0,******}\\",\\n \\"Hostname\\": \\"compute000\\",\\n \\"InstanceId\\": \\"i-bp132g97g7zwnvta****\\"\\n }\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"\\n DD186204-A3D6-533C-B57E-576466E92C92\\n \\n \\n i-uf69kb5o3mz68wpmvadg\\n account\\n \\n {\\"process|cpusage\\":0,\\"process|cpuser\\":0,\\"process|cpusys\\":0,\\"process|memusage\\":0,\\"process|procName\\":\\"\\\\\\"edac-poller\\\\\\"\\",\\"process|stat\\":\\"\\\\\\"S\\\\\\"\\",\\"process|pid\\":28,\\"process|vss\\":0,\\"process|rss\\":0,\\"network|recv_rate\\":0.6191,\\"network|sent_rate\\":3.5137,\\"network|max_bw\\":4.1328,\\"disk_usage|max_usage\\":0.1016,\\"disk_usage|total\\":\\"null\\",\\"disk_usage|used\\":\\"null\\",\\"disk_usage|avail\\":\\"null\\",\\"disk_usage|usage\\":\\"null\\",\\"cputil|idle\\":1,\\"cputil|user\\":0,\\"cputil|sys\\":0,\\"cputil|iowait\\":0,\\"cputil|usage\\":0,\\"disk_bw|max_bw\\":0,\\"disk_bw|read\\":\\"null\\",\\"disk_bw|write\\":\\"null\\",\\"memory|memusage\\":0.0612,\\"memory|memcached\\":0.7073,\\"memory|swapusage\\":0}\\n \\n \\n i-uf6bbo03kfnm1ld3st4p\\n scheduler\\n \\n {\\"process|cpusage\\":0.005,\\"process|cpuser\\":0.005,\\"process|cpusys\\":0,\\"process|memusage\\":0.0113,\\"process|procName\\":\\"\\\\\\"AliYunDun\\\\\\"\\",\\"process|stat\\":\\"\\\\\\"S\\\\\\"\\",\\"process|pid\\":16246,\\"process|vss\\":172457984,\\"process|rss\\":10527,\\"network|recv_rate\\":0.959,\\"network|sent_rate\\":4.3711,\\"network|max_bw\\":5.3301,\\"memory|memusage\\":0.0815,\\"memory|memcached\\":0.7892,\\"memory|swapusage\\":0,\\"cputil|idle\\":0.995,\\"cputil|user\\":0.005,\\"cputil|sys\\":0,\\"cputil|iowait\\":0,\\"cputil|usage\\":0.005,\\"disk_usage|max_usage\\":0.1074,\\"disk_usage|total\\":\\"null\\",\\"disk_usage|used\\":\\"null\\",\\"disk_usage|avail\\":\\"null\\",\\"disk_usage|usage\\":\\"null\\",\\"disk_bw|max_bw\\":0,\\"disk_bw|read\\":\\"null\\",\\"disk_bw|write\\":\\"null\\"}\\n \\n \\n i-uf609tfkmu7wct642ob2\\n compute000\\n \\n {\\"memory|memusage\\":0.058,\\"memory|memcached\\":0.5132,\\"memory|swapusage\\":0,\\"disk_usage|max_usage\\":0.0918,\\"disk_usage|total\\":\\"null\\",\\"disk_usage|used\\":\\"null\\",\\"disk_usage|avail\\":\\"null\\",\\"disk_usage|usage\\":\\"null\\",\\"process|cpusage\\":0,\\"process|cpuser\\":0,\\"process|cpusys\\":0,\\"process|memusage\\":0,\\"process|procName\\":\\"\\\\\\"watchdogd\\\\\\"\\",\\"process|stat\\":\\"\\\\\\"S\\\\\\"\\",\\"process|pid\\":29,\\"process|vss\\":0,\\"process|rss\\":0,\\"network|recv_rate\\":0.6602,\\"network|sent_rate\\":3.5166,\\"network|max_bw\\":4.1768,\\"cputil|idle\\":1,\\"cputil|user\\":0,\\"cputil|sys\\":0,\\"cputil|iowait\\":0,\\"cputil|usage\\":0,\\"disk_bw|max_bw\\":0,\\"disk_bw|read\\":\\"null\\",\\"disk_bw|write\\":\\"null\\"}\\n \\n \\n i-uf6275hb357f2r0zz8iy\\n login0\\n \\n {\\"memory|memusage\\":0.2802,\\"memory|memcached\\":0.6,\\"memory|swapusage\\":0,\\"disk_usage|max_usage\\":0.1609,\\"disk_usage|total\\":\\"null\\",\\"disk_usage|used\\":\\"null\\",\\"disk_usage|avail\\":\\"null\\",\\"disk_usage|usage\\":\\"null\\",\\"network|recv_rate\\":0.9404,\\"network|sent_rate\\":5.2568,\\"network|max_bw\\":6.1973,\\"process|cpusage\\":0,\\"process|cpuser\\":0,\\"process|cpusys\\":0,\\"process|memusage\\":0,\\"process|procName\\":\\"\\\\\\"rpciod\\\\\\"\\",\\"process|stat\\":\\"\\\\\\"S\\\\\\"\\",\\"process|pid\\":2590,\\"process|vss\\":0,\\"process|rss\\":0,\\"cputil|idle\\":0.9949,\\"cputil|user\\":0,\\"cputil|sys\\":0.0051,\\"cputil|iowait\\":0,\\"cputil|usage\\":0.0051,\\"disk_bw|max_bw\\":4,\\"disk_bw|read\\":\\"null\\",\\"disk_bw|write\\":\\"null\\"}\\n \\n \\n","errorExample":""}]', 'title' => 'GetCloudMetricLogs', 'summary' => 'Reads performance metrics (CloudMetrics) logs of E-HPC.', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'ramActions' => [ [ 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:GetCloudMetricLogs', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], 'GetCloudMetricProfiling' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['autoTest' => false, 'tenantRelevance' => 'publicInformation'], 'parameters' => [ [ 'name' => 'RegionId', 'in' => 'query', 'schema' => ['description' => 'The ID of the region.'."\n", 'type' => 'string', 'required' => false, 'example' => 'cn-hangzhou', 'default' => 'cn-hangzhou', 'title' => ''], ], [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => ['description' => 'The ID of the cluster.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'ehpc-hz-jeJki6****', 'title' => ''], ], [ 'name' => 'ProfilingId', 'in' => 'query', 'schema' => ['description' => 'The profiling ID. You can call the [ListCloudMetricProfilings](~~188711~~) operation to obtain the profiling ID.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'ehpc-hz-i-bplukzqgl****_21687_2019-09-09-02-37-40', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => 'The ID of the request.'."\n", 'type' => 'string', 'example' => '0DD6F715-85EE-4EA6-BDC4-48A75B719068', 'title' => ''], 'SvgUrls' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'SvgInfo' => [ 'description' => 'The list of profiling results.'."\n", 'title' => '', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Type' => ['description' => 'The type of the SVG file.'."\n", 'type' => 'string', 'example' => 'file', 'title' => ''], 'Url' => ['description' => 'The URL of the Object Storage Service (OSS) bucket where the scalable vector graphics (SVG) file is stored.'."\n", 'type' => 'string', 'example' => 'https://cloudmetrics-****-hz.oss-cn-hangzhou.aliyuncs.com/112****/ehpc-hz-faRavb****njuik%Oxlftyhujmi0Y****', 'title' => ''], 'Name' => ['description' => 'The name of the SVG file that contains the profiling results.'."\n", 'type' => 'string', 'example' => 'ehpc-hz-faRavbPf6b_i-bdrftgyh890654****_21687_2019-09-09-02-37-40.bottomup.svg', 'title' => ''], 'Size' => ['description' => 'The size of the SVG file. Unit: bytes.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '648', 'title' => ''], ], 'description' => '', 'title' => '', ], ], ], ], ], 'description' => '', 'title' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParams', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => 'The specified parameter %s is invalid.'], ['errorCode' => 'NotEnabled', 'errorMessage' => 'You have not enabled this service', 'description' => 'You have not enabled this service'], ['errorCode' => 'InDebt', 'errorMessage' => 'Your account has overdue payments.', 'description' => 'Your account has overdue payments.'], ], 403 => [ ['errorCode' => 'InvalidClusterStatus', 'errorMessage' => 'The operation failed due to invalid cluster status.', 'description' => 'The cluster status does not support the operation.'], ['errorCode' => 'ConflictOpt', 'errorMessage' => 'A conflicting operation is running.', 'description' => 'A conflicting operation is running. Please try again later.'], ], [ ['errorCode' => 'ClusterNotFound', 'errorMessage' => 'The specified cluster does not exist.', 'description' => 'The specified instance does not exist.'], ['errorCode' => 'ObjectNotFound', 'errorMessage' => 'The specified object is not found.', 'description' => 'The specified object does not exist. Please verify the parameter.'], ], 407 => [ ['errorCode' => 'NotAuthorized', 'errorMessage' => 'You are not authorized by RAM for this request.', 'description' => 'The request is not authorized by RAM.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"0DD6F715-85EE-4EA6-BDC4-48A75B719068\\",\\n \\"SvgUrls\\": {\\n \\"SvgInfo\\": [\\n {\\n \\"Type\\": \\"file\\",\\n \\"Url\\": \\"https://cloudmetrics-****-hz.oss-cn-hangzhou.aliyuncs.com/112****/ehpc-hz-faRavb****njuik%Oxlftyhujmi0Y****\\",\\n \\"Name\\": \\"ehpc-hz-faRavbPf6b_i-bdrftgyh890654****_21687_2019-09-09-02-37-40.bottomup.svg\\",\\n \\"Size\\": 648\\n }\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"\\n 0DD6F715-85EE-4EA6-BDC4-48A75B719068\\n \\n \\n ehpc-hz-faRavbPf6b_i-bdrftgyh890654****_21687_2019-09-09-02-37-40.svg\\n 648\\n file\\n https://cloudmetrics-****-hz.oss-cn-hangzhou.aliyuncs.com/112****/ehpc-hz-faRavb****njuik%Oxlftyhujmi0Y****\\n \\n \\n","errorExample":""}]', 'title' => 'GetCloudMetricProfiling', 'summary' => 'Queries the profiling result of a cluster.', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'ramActions' => [ [ 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:GetCloudMetricProfiling', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], 'GetClusterVolumes' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['autoTest' => false, 'tenantRelevance' => 'publicInformation'], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => ['description' => 'The ID of the cluster.'."\n" ."\n" .'You can call the [ListClusters](~~87116~~) operation to query the cluster ID.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'ehpc-hz-gh5WKb****', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RegionId' => ['description' => 'The ID of the region.'."\n", 'type' => 'string', 'example' => 'cn-hangzhou', 'title' => ''], 'RequestId' => ['description' => 'The ID of the request.'."\n", 'type' => 'string', 'example' => '8BCFD52E-0336-4490-AE7D-F560F106****', 'title' => ''], 'Volumes' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'VolumeInfo' => [ 'description' => 'The array of the file system mounted to the E-HPC cluster.'."\n", 'title' => '', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'JobQueue' => ['description' => 'The queue of the job.'."\n", 'type' => 'string', 'example' => 'workq', 'title' => ''], 'VolumeId' => ['description' => 'The ID of the file system.', 'type' => 'string', 'example' => '0e754****', 'title' => ''], 'RemoteDirectory' => ['description' => 'The remote mount directory.'."\n", 'type' => 'string', 'example' => '/test', 'title' => ''], 'VolumeMountpoint' => ['description' => 'The address of the mount target.'."\n", 'type' => 'string', 'example' => '0e754****-kal90.cn-hangzhou.nas.aliyuncs.com', 'title' => ''], 'LocalDirectory' => ['description' => 'The local mount directory.'."\n", 'type' => 'string', 'example' => '/ehpcdata', 'title' => ''], 'VolumeType' => ['description' => 'The type of the file system. Valid values:'."\n" ."\n" .'* NAS'."\n", 'type' => 'string', 'example' => 'NAS', 'title' => ''], 'MustKeep' => ['description' => 'Indicates whether the resource can be unmounted.'."\n", 'type' => 'boolean', 'example' => 'true', 'title' => ''], 'Location' => ['description' => 'The type of cluster. Valid values:'."\n" ."\n" .'* OnPremise: The cluster is deployed on a hybrid cloud.'."\n" .'* PublicCloud: The cluster is deployed on a public cloud.'."\n", 'type' => 'string', 'example' => 'PublicCloud', 'title' => ''], 'VolumeProtocol' => ['description' => 'The storage protocol type of the file system. Valid values:'."\n" ."\n" .'* NFS'."\n" .'* SMB'."\n", 'type' => 'string', 'example' => 'NFS', 'title' => ''], 'Roles' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'RoleInfo' => [ 'description' => 'The array of the node on which the file system is mounted.'."\n", 'title' => '', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Name' => ['description' => 'The type of the node on which the file system is mounted. Valid values:'."\n" ."\n" .'* Compute: compute node'."\n" .'* Manager: management node'."\n" .'* Login: logon node'."\n", 'type' => 'string', 'example' => 'Compute', 'title' => ''], ], 'description' => '', 'title' => '', ], ], ], ], ], 'description' => '', 'title' => '', ], ], ], ], ], 'description' => '', 'title' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParams', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => 'The specified parameter %s is invalid.'], ], 404 => [ ['errorCode' => 'ClusterNotFound', 'errorMessage' => 'The specified cluster does not exist.', 'description' => 'The specified instance does not exist.'], ], 406 => [ ['errorCode' => 'NasError', 'errorMessage' => 'NAS API request failed.', 'description' => 'Failed to request the NAS interface.'], ['errorCode' => 'DbError', 'errorMessage' => 'A database service error occurred.', 'description' => 'Database request failed.'], ['errorCode' => 'PartFailure', 'errorMessage' => 'Part of the batch operation failed.', 'description' => ''], ], [ ['errorCode' => 'NotAuthorized', 'errorMessage' => 'You are not authorized by RAM for this request.', 'description' => 'The request is not authorized by RAM.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RegionId\\": \\"cn-hangzhou\\",\\n \\"RequestId\\": \\"8BCFD52E-0336-4490-AE7D-F560F106****\\",\\n \\"Volumes\\": {\\n \\"VolumeInfo\\": [\\n {\\n \\"JobQueue\\": \\"workq\\",\\n \\"VolumeId\\": \\"0e754****\\",\\n \\"RemoteDirectory\\": \\"/test\\",\\n \\"VolumeMountpoint\\": \\"0e754****-kal90.cn-hangzhou.nas.aliyuncs.com\\",\\n \\"LocalDirectory\\": \\"/ehpcdata\\",\\n \\"VolumeType\\": \\"NAS\\",\\n \\"MustKeep\\": true,\\n \\"Location\\": \\"PublicCloud\\",\\n \\"VolumeProtocol\\": \\"NFS\\",\\n \\"Roles\\": {\\n \\"RoleInfo\\": [\\n {\\n \\"Name\\": \\"Compute\\"\\n }\\n ]\\n }\\n }\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"\\n \\n \\n NFS\\n /ehpcdata\\n /\\n 0e754****\\n NAS\\n workq\\n true\\n 0e754****-kal90.cn-hangzhou.nas.aliyuncs.com<\\n PublicCloud\\n \\n \\n \\n \\n Compute\\n \\n \\n \\n \\n 8BCFD52E-0336-4490-AE7D-F560F1065F9B\\n cn-hangzhou\\n","errorExample":""}]', 'title' => 'GetClusterVolumes', 'summary' => 'Queries the information of the NAS file system mounted to a specified cluster.', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'ramActions' => [ [ 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:GetClusterVolumes', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], 'GetHybridClusterConfig' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['autoTest' => false, 'tenantRelevance' => 'publicInformation'], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => ['description' => 'The ID of the cluster.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'ehpc-hz-FYUr32****', 'title' => ''], ], [ 'name' => 'Node', 'in' => 'query', 'schema' => ['description' => 'The name of the on-premises compute node. You can call this operation to query the configurations of the on-premises compute node.'."\n" ."\n" .'By default, the operation queries the configurations of a cluster.'."\n", 'type' => 'string', 'required' => false, 'example' => 'testNode', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'ClusterConfig' => ['description' => 'The configurations returned.'."\n" ."\n" .'* If the parameter Node is null, you can obtain the configurations of the hybrid cloud cluster.'."\n" .'* If the parameter Node is a specified on-premises compute node, you can obtain the configurations of the on-premises compute node.'."\n" ."\n" .'This parameter is returned in the ini format. You can use this parameter to configure on-premises cluster nodes.'."\n", 'type' => 'string', 'example' => 'ClNjaGcyI6W119Cg****', 'title' => ''], 'RequestId' => ['description' => 'The ID of the request.'."\n", 'type' => 'string', 'example' => '04F0F334-1335-436C-A1D7-6C044FE73368', 'title' => ''], ], 'description' => '', 'title' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParams', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => 'The specified parameter %s is invalid.'], ['errorCode' => 'NotEnabled', 'errorMessage' => 'You have not enabled this service', 'description' => 'You have not enabled this service'], ], 404 => [ ['errorCode' => 'ClusterNotFound', 'errorMessage' => 'The specified cluster does not exist.', 'description' => 'The specified instance does not exist.'], ], 406 => [ ['errorCode' => 'InvalidOpt', 'errorMessage' => 'The specified operation is invalid. Please try again later. If the problem still exists, submit a ticket.', 'description' => ''], ['errorCode' => 'DbError', 'errorMessage' => 'A database service error occurred.', 'description' => 'Database request failed.'], ], [ ['errorCode' => 'NotAuthorized', 'errorMessage' => 'You are not authorized by RAM for this request.', 'description' => 'The request is not authorized by RAM.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"ClusterConfig\\": \\"ClNjaGcyI6W119Cg****\\",\\n \\"RequestId\\": \\"04F0F334-1335-436C-A1D7-6C044FE73368\\"\\n}","errorExample":""},{"type":"xml","example":"\\r\\n 04F0F334-1335-436C-A1D7-6C044FE73368\\r\\n ClNjaGcyI6W119Cg****\\r\\n","errorExample":""}]', 'title' => 'GetHybridClusterConfig', 'summary' => 'Queries the configurations of a specified hybrid cloud cluster or a specified compute node.', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'GetHybridClusterConfig'], ], ], 'ramActions' => [ [ 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:GetHybridClusterConfig', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], 'GetIfEcsTypeSupportHtConfig' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['autoTest' => false, 'tenantRelevance' => 'publicInformation'], 'parameters' => [ [ 'name' => 'InstanceType', 'in' => 'query', 'schema' => ['description' => 'The Elastic Compute Service (ECS) instance type.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'ecs.g6.large', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => 'The request ID.'."\n", 'type' => 'string', 'example' => '80CA7A93-7291-4402-B63D-86DF334E0A1F', 'title' => ''], 'DefaultHtEnabled' => ['description' => 'Indicates whether Hyper-Threading is enabled by default. Valid values:'."\n" ."\n" .'* true: Hyper-Threading is enabled by default.'."\n" .'* false: Hyper-Threading is disabled by default.'."\n" ."\n" .'> By default, Hyper-Threading is not enabled for Super Computing Cluster (SCC) instance families but is enabled for other instance families.'."\n", 'type' => 'boolean', 'example' => 'true', 'title' => ''], 'InstanceType' => ['description' => 'The ECS instance type.'."\n", 'type' => 'string', 'example' => 'ecs.g6.large', 'title' => ''], 'SupportHtConfig' => ['description' => 'Indicates whether hyper-threading is supported. Valid values:'."\n" ."\n" .'* true: Hyper-threading is supported.'."\n" .'* false: Hyper-threading is not supported.'."\n", 'type' => 'boolean', 'example' => 'true', 'title' => ''], ], 'description' => '', 'title' => '', ], ], ], 'errorCodes' => [ 406 => [ ['errorCode' => 'EcsError', 'errorMessage' => 'An error occurred while calling the ECS API operation.', 'description' => 'ECS API call error. %s'], ['errorCode' => 'DbError', 'errorMessage' => 'A database service error occurred.', 'description' => 'Database request failed.'], ], [ ['errorCode' => 'NotAuthorized', 'errorMessage' => 'You are not authorized by RAM for this request.', 'description' => 'The request is not authorized by RAM.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"80CA7A93-7291-4402-B63D-86DF334E0A1F\\",\\n \\"DefaultHtEnabled\\": true,\\n \\"InstanceType\\": \\"ecs.g6.large\\",\\n \\"SupportHtConfig\\": true\\n}","errorExample":""},{"type":"xml","example":"\\n 80CA7A93-7291-4402-B63D-86DF334E0A1F \\n true\\n true\\n ecs.g6.large\\n","errorExample":""}]', 'title' => 'GetIfEcsTypeSupportHtConfig', 'summary' => 'Queries whether hyper-threading can be enabled or disabled for an instance type.', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'ramActions' => [ [ 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:GetIfEcsTypeSupportHtConfig', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], 'GetJobLog' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['autoTest' => false, 'tenantRelevance' => 'publicInformation'], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => ['description' => 'The ID of the cluster.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'ehpc-hz-jeJki6****', 'title' => ''], ], [ 'name' => 'JobId', 'in' => 'query', 'schema' => ['description' => 'The ID of the job.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '1.scheduler****', 'title' => ''], ], [ 'name' => 'ExecHost', 'in' => 'query', 'schema' => ['description' => 'The node on which the job runs.'."\n" ."\n" .'* If the job is completed, you do not need to specify the parameter.'."\n" .'* If the job is running, you must specify the parameter.'."\n", 'type' => 'string', 'required' => false, 'example' => 'compute000', 'title' => ''], ], [ 'name' => 'Size', 'in' => 'query', 'schema' => ['description' => 'The maximum size of logs that you can read in a single request.'."\n" ."\n" .'Unit: bits'."\n" ."\n" .'Default value: 1024'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1024', 'title' => ''], ], [ 'name' => 'Offset', 'in' => 'query', 'schema' => ['description' => 'The position where logs start to be read.'."\n" ."\n" .'Unit: bits'."\n" ."\n" .'Default value: 0'."\n", 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '0', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'description' => '', 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => 'The ID of the task.'."\n", 'type' => 'string', 'example' => 'B745C159-3155-4B94-95D0-4B73D4D2****', 'title' => ''], 'JobId' => ['description' => 'The ID of the job.'."\n", 'type' => 'string', 'example' => '1.scheduler****', 'title' => ''], 'OutputLog' => ['description' => 'The content of the output logs. The content is encoded in Base64.'."\n", 'type' => 'string', 'example' => 'c2xlZXAgMzA=', 'title' => ''], 'ErrorLog' => ['description' => 'The content of the error logs. The content is encoded in Base64.'."\n", 'type' => 'string', 'example' => 'c2xlZXAgMzA=', 'title' => ''], ], 'title' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParams', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => 'The specified parameter %s is invalid.'], ], 403 => [ ['errorCode' => 'ConflictOpt', 'errorMessage' => 'A conflicting operation is running.', 'description' => 'A conflicting operation is running. Please try again later.'], ], [ ['errorCode' => 'ClusterNotFound', 'errorMessage' => 'The specified cluster does not exist.', 'description' => 'The specified instance does not exist.'], ['errorCode' => 'ComputeNotFound', 'errorMessage' => 'The specified compute node does not exist.', 'description' => 'The specified compute node does not exist.'], ], 406 => [ ['errorCode' => 'AliyunError', 'errorMessage' => 'An Alibaba Cloud product error occurred.', 'description' => 'Alibaba Cloud product error. %s'], ['errorCode' => 'ExecFail', 'errorMessage' => 'Failed to execute the command: %s.', 'description' => ''], ['errorCode' => 'AgentResponseTimeout', 'errorMessage' => 'Agent response timeout: %s', 'description' => ''], ['errorCode' => 'AgentError', 'errorMessage' => 'The agent service request failed: %s', 'description' => 'Operation unsuccessful: %s'], ], [ ['errorCode' => 'NotAuthorized', 'errorMessage' => 'You are not authorized by RAM for this request.', 'description' => 'The request is not authorized by RAM.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"B745C159-3155-4B94-95D0-4B73D4D2****\\",\\n \\"JobId\\": \\"1.scheduler****\\",\\n \\"OutputLog\\": \\"c2xlZXAgMzA=\\",\\n \\"ErrorLog\\": \\"c2xlZXAgMzA=\\"\\n}","errorExample":""},{"type":"xml","example":"\\n B745C159-3155-4B94-95D0-4B73D4D2****\\n 1.scheduler****\\n c2xlZXAgMzA=\\n c2xlZXAgMzA=\\n","errorExample":""}]', 'title' => 'GetJobLog', 'summary' => 'Queries the output logs of a job.', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'GetJobLog'], ], ], 'ramActions' => [ [ 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:GetJobLog', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], 'GetPostScripts' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['autoTest' => false, 'tenantRelevance' => 'publicInformation'], 'parameters' => [ [ 'name' => 'RegionId', 'in' => 'query', 'schema' => ['description' => 'The ID of the region where the cluster resides.'."\n" ."\n" .'You can call the [ListRegions](~~188593~~) operation to query the latest region list.'."\n", 'type' => 'string', 'required' => true, 'example' => 'cn-shanghai', 'title' => ''], ], [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => ['description' => 'The cluster ID.'."\n" ."\n" .'You can call the [ListClusters](~~87116~~) operation to obtain the cluster ID.'."\n", 'type' => 'string', 'required' => true, 'example' => 'ehpc-sh-EnjshUxn', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => 'Schema of Response'."\n", 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => 'Id of the request', 'description' => 'The request ID.'."\n", 'type' => 'string', 'example' => 'B745C159-3155-4B94-95D0-4B73D4D2****'], 'PostInstallScripts' => [ 'description' => 'The post-installation scripts.'."\n", 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'object', 'properties' => [ 'Args' => ['description' => 'The parameter that is used to run the post-installation script.'."\n", 'type' => 'string', 'example' => '-h', 'title' => ''], 'Url' => ['description' => 'The URL that is used to download the post-installation script.'."\n", 'type' => 'string', 'example' => 'https://bucket.oss-cn-shanghai.aliyuncs.com/postscript_examples.sh', 'title' => ''], ], 'title' => '', ], 'title' => '', ], ], ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParams', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => 'The specified parameter %s is invalid.'], ], 404 => [ ['errorCode' => 'ClusterNotFound', 'errorMessage' => 'The specified cluster does not exist.', 'description' => 'The specified instance does not exist.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"B745C159-3155-4B94-95D0-4B73D4D2****\\",\\n \\"PostInstallScripts\\": [\\n {\\n \\"Args\\": \\"-h\\",\\n \\"Url\\": \\"https://bucket.oss-cn-shanghai.aliyuncs.com/postscript_examples.sh\\"\\n }\\n ]\\n}","errorExample":""},{"type":"xml","example":"\\n \\n -h\\n https://bucket.oss-cn-shanghai.aliyuncs.com/postscript_examples.sh\\n \\n","errorExample":""}]', 'title' => 'GetPostScripts', 'summary' => 'Queries the post-processing scripts of a cluster.', 'changeSet' => [], 'ramActions' => [ [ 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:GetPostScripts', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], 'GetSchedulerInfo' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['autoTest' => false, 'tenantRelevance' => 'publicInformation'], 'parameters' => [ [ 'name' => 'RegionId', 'in' => 'query', 'schema' => ['description' => 'The region ID of the cluster.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'cn-hangzhou', 'title' => ''], ], [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => ['description' => 'The cluster ID.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'ehpc-hz-FYUr32****', 'title' => ''], ], [ 'name' => 'Scheduler', 'in' => 'query', 'style' => 'repeatList', 'schema' => [ 'description' => 'The detailed settings of the scheduler.'."\n", 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'object', 'properties' => [ 'SchedName' => ['description' => 'The scheduler name. Valid values:'."\n" ."\n" .'* pbs'."\n" .'* pbs19'."\n" .'* slurm'."\n" .'* slurm19'."\n" .'* slurm20'."\n" ."\n" .'Valid values of N: 0 to 100.'."\n", 'type' => 'string', 'required' => false, 'docRequired' => true, 'example' => 'pbs', 'title' => ''], ], 'required' => false, 'title' => '', ], 'required' => true, 'maxItems' => 1000, 'title' => '', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => 'The request ID.'."\n", 'type' => 'string', 'example' => 'BBC2F93D-003A-49C4-850C-B826EECF****', 'title' => ''], 'SchedInfo' => [ 'description' => 'The settings of the scheduler.'."\n", 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'object', 'properties' => [ 'Configuration' => ['description' => 'The detailed settings of the scheduler.'."\n", 'type' => 'string', 'example' => '{"AclInfo":[{"AclEnable": false,"UntrackUser": [],"User": [],"QueueName": "workq"}],"JobHistory": "","SchedIteration": "60","QueueResource": [{"UntrackUser": [],"User": [],"QueueName": "workq"}]}', 'title' => ''], 'SchedName' => ['description' => 'The type of the scheduler.'."\n", 'type' => 'string', 'example' => 'pbs', 'title' => ''], ], 'title' => '', ], 'title' => '', ], ], 'description' => '', 'title' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParams', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => 'The specified parameter %s is invalid.'], ], 404 => [ ['errorCode' => 'ClusterNotFound', 'errorMessage' => 'The specified cluster does not exist.', 'description' => 'The specified instance does not exist.'], ], 406 => [ ['errorCode' => 'DbError', 'errorMessage' => 'A database service error occurred.', 'description' => 'Database request failed.'], ['errorCode' => 'EcsError', 'errorMessage' => 'An error occurred while calling the ECS API operation.', 'description' => 'ECS API call error. %s'], ['errorCode' => 'AliyunError', 'errorMessage' => 'An Alibaba Cloud product error occurred.', 'description' => 'Alibaba Cloud product error. %s'], ['errorCode' => 'AgentResponseTimeout', 'errorMessage' => 'Agent response timeout: %s', 'description' => ''], ], [ ['errorCode' => 'NotAuthorized', 'errorMessage' => 'No authorization is granted.', 'description' => 'No authorization is granted.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"BBC2F93D-003A-49C4-850C-B826EECF****\\",\\n \\"SchedInfo\\": [\\n {\\n \\"Configuration\\": \\"{\\\\\\"AclInfo\\\\\\":[{\\\\\\"AclEnable\\\\\\": false,\\\\\\"UntrackUser\\\\\\": [],\\\\\\"User\\\\\\": [],\\\\\\"QueueName\\\\\\": \\\\\\"workq\\\\\\"}],\\\\\\"JobHistory\\\\\\": \\\\\\"\\\\\\",\\\\\\"SchedIteration\\\\\\": \\\\\\"60\\\\\\",\\\\\\"QueueResource\\\\\\": [{\\\\\\"UntrackUser\\\\\\": [],\\\\\\"User\\\\\\": [],\\\\\\"QueueName\\\\\\": \\\\\\"workq\\\\\\"}]}\\",\\n \\"SchedName\\": \\"pbs\\"\\n }\\n ]\\n}","errorExample":""},{"type":"xml","example":"\\n193120A7-3216-4DD7-9FE3-13DC77BD****\\n\\n \\n \\n false\\n workq\\n \\n \\n 60\\n \\n workq\\n \\n \\n pbs\\n\\n","errorExample":""}]', 'title' => 'GetSchedulerInfo', 'summary' => 'Queries the scheduler settings of a cluster.', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'ramActions' => [ [ 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:GetSchedulerInfo', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], 'GetVisualServiceStatus' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['autoTest' => false, 'tenantRelevance' => 'publicInformation'], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => ['description' => 'The cluster ID.'."\n" ."\n" .'You can call the [ListClusters](~~87116~~) operation to query the cluster ID.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'ehpc-hz-jeJki6****', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'Message' => ['description' => 'The returned message.'."\n", 'type' => 'string', 'example' => 'inactive (dead) , ws service is not running.', 'title' => ''], 'RequestId' => ['description' => 'The request ID.'."\n", 'type' => 'string', 'example' => '896D338C-E4F4-41EC-A154-D605E5DE****', 'title' => ''], ], 'description' => '', 'title' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParams', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => 'The specified parameter %s is invalid.'], ['errorCode' => 'NotEnabled', 'errorMessage' => 'You have not enabled this service', 'description' => 'You have not enabled this service'], ['errorCode' => 'InDebt', 'errorMessage' => 'Your account has overdue payments.', 'description' => 'Your account has overdue payments.'], ], 403 => [ ['errorCode' => 'InvalidClusterStatus', 'errorMessage' => 'The operation failed due to invalid cluster status.', 'description' => 'The cluster status does not support the operation.'], ['errorCode' => 'ConflictOpt', 'errorMessage' => 'A conflicting operation is running.', 'description' => 'A conflicting operation is running. Please try again later.'], ['errorCode' => 'AgentError', 'errorMessage' => 'The agent service request failed.', 'description' => ''], ['errorCode' => 'ExecFail', 'errorMessage' => 'Failed to execute the command: %s.', 'description' => 'Failed to execute the command: %s.'], ], [ ['errorCode' => 'ClusterNotFound', 'errorMessage' => 'The specified cluster does not exist.', 'description' => 'The specified instance does not exist.'], ], 406 => [ ['errorCode' => 'AliyunError', 'errorMessage' => 'An Alibaba Cloud product error occurred.', 'description' => 'Alibaba Cloud product error. %s'], ['errorCode' => 'AgentResponseTimeout', 'errorMessage' => 'Agent response timeout: %s', 'description' => ''], ], [ ['errorCode' => 'NotAuthorized', 'errorMessage' => 'You are not authorized by RAM for this request.', 'description' => 'The request is not authorized by RAM.'], ], 409 => [ ['errorCode' => 'PartFailure', 'errorMessage' => 'Part of the batch operation failed.', 'description' => 'Part of the batch operation failed.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"Message\\": \\"inactive (dead) , ws service is not running.\\",\\n \\"RequestId\\": \\"896D338C-E4F4-41EC-A154-D605E5DE****\\"\\n}","errorExample":""},{"type":"xml","example":"\\r\\n \\r\\n inactive (dead) , ws service is not running.\\r\\n \\r\\n 896D338C-E4F4-41EC-A154-D605E5DE****\\r\\n","errorExample":""}]', 'title' => 'GetVisualServiceStatus', 'summary' => 'Queries the status of the VNC service in a cluster.', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'ramActions' => [ [ 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:GetVisualServiceStatus', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], 'InitializeEHPC' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => ['autoTest' => false, 'tenantRelevance' => 'publicInformation'], 'parameters' => [ [ 'name' => 'RegionId', 'in' => 'query', 'schema' => ['description' => 'The ID of the region where the service-linked role is created.'."\n" ."\n" .'You can call the [ListRegions](~~188593~~) operation to obtain the IDs of regions supported by E-HPC.'."\n", 'type' => 'string', 'required' => false, 'docRequired' => true, 'example' => 'cn-hangzhou', 'title' => ''], ], [ 'name' => 'ServiceName', 'in' => 'query', 'schema' => [ 'description' => 'The name of the service for which you must create a service-linked role. Valid values:'."\n" ."\n" .'* E-HPC: You must create the AliyunServiceRoleForEHPC service-linked role.'."\n" .'* E-HPC Instant: You must create the AliyunServiceRoleForEHPCManagedNetwork service-linked role.'."\n" ."\n" .'> This parameter is not publicly available.'."\n", 'type' => 'string', 'required' => false, 'example' => 'E-HPC', 'enum' => ['E-HPC', 'E-HPC Instant'], 'title' => '', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => 'The request ID.'."\n", 'type' => 'string', 'example' => '04F0F334-1335-436C-A1D7-6C044FE7****', 'title' => ''], ], 'description' => '', 'title' => '', ], ], ], 'errorCodes' => [ 500 => [ ['errorCode' => 'EntityAlreadyExists.RoleError', 'errorMessage' => 'AliyunServiceRoleForEHPC already exists.', 'description' => ''], ], [ ['errorCode' => 'NoPermission', 'errorMessage' => 'You are not authorized to perform the operation.', 'description' => ''], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"04F0F334-1335-436C-A1D7-6C044FE7****\\"\\n}","errorExample":""},{"type":"xml","example":"\\r\\n 04F0F334-1335-436C-A1D7-6C044FE7****\\r\\n ","errorExample":""}]', 'title' => 'InitializeEHPC', 'summary' => 'Creates a service-linked role for Elastic High Performance Computing (E-HPC). A service-linked role is required for you to use E-HPC.', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'InitializeEHPC'], ], ], 'ramActions' => [ [ 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:InitializeEHPC', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], 'InstallSoftware' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'update', 'abilityTreeCode' => '75861', 'abilityTreeNodes' => ['FEATUREehpcL8RMWH'], 'autoTest' => false, 'tenantRelevance' => 'publicInformation', ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => ['description' => 'The cluster ID.'."\n" ."\n" .'You can call the [ListClusters](~~87116~~) operation to query the cluster ID.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'ehpc-hz-jeJki6****', 'title' => ''], ], [ 'name' => 'Application', 'in' => 'query', 'schema' => ['description' => 'The name of the software that you want to install.'."\n" ."\n" .'You can call the [ListSoftwares](~~87216~~) operation to query the software that can be installed.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'ABYSS_2.1.5', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => 'The request ID.'."\n", 'type' => 'string', 'example' => '896D338C-E4F4-41EC-A154-D605E5DE****', 'title' => ''], ], 'description' => '', 'title' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParams', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => 'The specified parameter %s is invalid.'], ['errorCode' => 'NotEnabled', 'errorMessage' => 'You have not enabled this service', 'description' => 'You have not enabled this service'], ], 403 => [ ['errorCode' => 'InvalidClusterStatus', 'errorMessage' => 'The operation failed due to invalid cluster status.', 'description' => 'The cluster status does not support the operation.'], ['errorCode' => 'ConflictOpt', 'errorMessage' => 'A conflicting operation is running.', 'description' => 'A conflicting operation is running. Please try again later.'], ], [ ['errorCode' => 'ClusterNotFound', 'errorMessage' => 'The specified cluster does not exist.', 'description' => 'The specified instance does not exist.'], ], 406 => [ ['errorCode' => 'EcsError', 'errorMessage' => 'An error occurred while calling the ECS API operation.', 'description' => 'ECS API call error. %s'], ['errorCode' => 'AgentError', 'errorMessage' => 'The agent service request failed.', 'description' => 'The cluster-side command failed to run. %s'], ['errorCode' => 'ExecFail', 'errorMessage' => 'Failed to execute the command: %s.', 'description' => ''], ['errorCode' => 'AliyunError', 'errorMessage' => 'An Alibaba Cloud product error occurred.', 'description' => 'Alibaba Cloud product error. %s'], ], [ ['errorCode' => 'NotAuthorized', 'errorMessage' => 'You are not authorized by RAM for this request.', 'description' => 'The request is not authorized by RAM.'], ], 409 => [ ['errorCode' => 'PartFailure', 'errorMessage' => 'Part of the batch operation failed.', 'description' => 'Part of the batch operation failed.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"896D338C-E4F4-41EC-A154-D605E5DE****\\"\\n}","errorExample":""},{"type":"xml","example":"\\r\\n 896D338C-E4F4-41EC-A154-D605E5DE****\\r\\n","errorExample":""}]', 'title' => 'InstallSoftware', 'summary' => 'Installs software in a cluster.', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'InstallSoftware'], ], ], 'ramActions' => [ [ 'operationType' => 'update', 'ramAction' => [ 'action' => 'ehpc:InstallSoftware', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], 'InvokeShellCommand' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'create', 'abilityTreeCode' => '75862', 'abilityTreeNodes' => ['FEATUREehpcOQU2XV'], 'autoTest' => false, 'tenantRelevance' => 'publicInformation', ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => ['description' => 'The cluster ID.'."\n" ."\n" .'You can call the [ListClusters](~~87116~~) operation to query the cluster ID.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'ehpc-hz-FYUr32****', 'title' => ''], ], [ 'name' => 'Command', 'in' => 'query', 'schema' => ['description' => 'The content of the command. The content must be 2 to 2,048 characters in length.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'echo "hello world"', 'title' => ''], ], [ 'name' => 'WorkingDir', 'in' => 'query', 'schema' => ['description' => 'The working directory of the command. Default value: `/root`.'."\n", 'type' => 'string', 'required' => false, 'example' => '/home', 'title' => ''], ], [ 'name' => 'Timeout', 'in' => 'query', 'schema' => ['description' => 'The timeout period. If a command times out, the command process will be terminated. Unit: seconds.'."\n" ."\n" .'Default value: 60.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '3600', 'title' => ''], ], [ 'name' => 'Instance', 'in' => 'query', 'style' => 'repeatList', 'schema' => [ 'description' => 'The information of nodes on which the command is run.'."\n", 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Id' => ['description' => 'The ID of the Nth node instance on which the command is run.'."\n" ."\n" .'> This parameter specifies the node on which the command is run. If it is not specified, the command will be run on all nodes of the cluster.'."\n", 'type' => 'string', 'required' => false, 'example' => 'i-bp1in9hmw3ur52x0****', 'title' => ''], ], 'required' => false, 'description' => '', 'title' => '', ], 'required' => false, 'maxItems' => 10000, 'title' => '', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'CommandId' => ['description' => 'The ID of the command. It is used to query the execution status of the command.'."\n", 'type' => 'string', 'example' => 'c-hz01v8vudql****', 'title' => ''], 'RequestId' => ['description' => 'The ID of the request.'."\n", 'type' => 'string', 'example' => '04F0F334-1335-436C-A1D7-6C044FE73368', 'title' => ''], 'InstanceIds' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'InstanceId' => [ 'description' => 'The list of IDs of the instances on which you want to run the command.'."\n", 'title' => '', 'type' => 'array', 'items' => ['description' => 'The list of IDs of the instances on which you want to run the command.', 'type' => 'string', 'example' => '[ "i-uf68t1zu3jkhs8w****", "i-uf6abz34m2714bp****", "i-uf65bh2113hlqvyx****", "i-uf68t1zu3jkhs8wx****", "i-uf6b0mtpx166fxxi****", "i-uf6faknz4dy1bit7****" ]', 'title' => ''], ], ], ], ], 'description' => '', 'title' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParams', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => 'The specified parameter %s is invalid.'], ['errorCode' => 'NotEnabled', 'errorMessage' => 'You have not enabled this service', 'description' => 'You have not enabled this service'], ['errorCode' => 'InDebt', 'errorMessage' => 'Your account has overdue payments.', 'description' => 'Your account has overdue payments.'], ], 403 => [ ['errorCode' => 'InvalidClusterStatus', 'errorMessage' => 'The operation failed due to invalid cluster status.', 'description' => 'The cluster status does not support the operation.'], ['errorCode' => 'ConflictOpt', 'errorMessage' => 'A conflicting operation is running.', 'description' => 'A conflicting operation is running. Please try again later.'], ], [ ['errorCode' => 'ClusterNotFound', 'errorMessage' => 'The specified cluster does not exist.', 'description' => 'The specified instance does not exist.'], ['errorCode' => 'ObjectNotFound', 'errorMessage' => 'The specified object is not found.', 'description' => 'The specified object does not exist. Please verify the parameter.'], ], 406 => [ ['errorCode' => 'EcsError', 'errorMessage' => 'An error occurred while calling the ECS API operation.', 'description' => 'ECS API call error. %s'], ['errorCode' => 'AgentError', 'errorMessage' => 'The agent service request failed.', 'description' => 'The cluster-side command failed to run. %s'], ['errorCode' => 'AliyunError', 'errorMessage' => 'An Alibaba Cloud product error occurred.', 'description' => 'Alibaba Cloud product error. %s'], ], [ ['errorCode' => 'NotAuthorized', 'errorMessage' => 'You are not authorized by RAM for this request.', 'description' => 'The request is not authorized by RAM.'], ], 409 => [ ['errorCode' => 'PartFailure', 'errorMessage' => 'Part of the batch operation failed.', 'description' => 'Part of the batch operation failed.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"CommandId\\": \\"c-hz01v8vudql****\\",\\n \\"RequestId\\": \\"04F0F334-1335-436C-A1D7-6C044FE73368\\",\\n \\"InstanceIds\\": {\\n \\"InstanceId\\": [\\n \\"[ \\\\\\"i-uf68t1zu3jkhs8w****\\\\\\", \\\\\\"i-uf6abz34m2714bp****\\\\\\", \\\\\\"i-uf65bh2113hlqvyx****\\\\\\", \\\\\\"i-uf68t1zu3jkhs8wx****\\\\\\", \\\\\\"i-uf6b0mtpx166fxxi****\\\\\\", \\\\\\"i-uf6faknz4dy1bit7****\\\\\\" ]\\"\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"\\r\\n 04F0F334-1335-436C-A1D7-6C044FE73368\\r\\n c-hz01v8vudql****\\r\\n \\r\\n i-uf68t1zu3jkhs8w****\\r\\n i-uf6abz34m2714bp****\\r\\n i-uf65bh2113hlqvyx****\\r\\n i-uf68t1zu3jkhs8wx****\\r\\n i-uf6b0mtpx166fxxi****\\r\\n i-uf6faknz4dy1bit7****\\r\\n \\r\\n","errorExample":""}]', 'title' => 'InvokeShellCommand', 'summary' => 'Runs interactive commands in a cluster node.', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'ramActions' => [ [ 'operationType' => 'create', 'ramAction' => [ 'action' => 'ehpc:InvokeShellCommand', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], 'ListAvailableEcsTypes' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['autoTest' => false, 'tenantRelevance' => 'publicInformation'], 'parameters' => [ [ 'name' => 'ZoneId', 'in' => 'query', 'schema' => ['description' => 'The ID of the zone.', 'type' => 'string', 'required' => false, 'docRequired' => false, 'title' => '', 'example' => 'cn-hangzhou-b'], ], [ 'name' => 'SpotStrategy', 'in' => 'query', 'schema' => ['description' => 'The preemption policy for the ECS instance. Valid values:'."\n" ."\n" .'- NoSpot: The instance is a pay-as-you-go instance.'."\n" .'- SpotWithPriceLimit: The instance is a spot instance with a user-defined maximum hourly price.'."\n" .'- SpotAsPriceGo: The instance is a spot instance for which the system automatically bids based on the current market price.', 'type' => 'string', 'required' => false, 'default' => 'NoSpot', 'title' => '', 'example' => 'NoSpot'], ], [ 'name' => 'InstanceChargeType', 'in' => 'query', 'schema' => ['description' => 'The billing method of the ECS instance. Valid values:'."\n" ."\n" .'- PostPaid: pay-as-you-go'."\n" .'- PrePaid: subscription', 'type' => 'string', 'required' => false, 'default' => 'PostPaid', 'title' => '', 'example' => 'PostPaid'], ], [ 'name' => 'ShowSoldOut', 'in' => 'query', 'schema' => ['description' => 'Specifies whether to display sold-out ECS instance types. Valid values:'."\n" ."\n" .'- false: The instance type is not sold out.'."\n" .'- true: The instance type is sold out.'."\n" ."\n" .'Default value: false.', 'type' => 'boolean', 'required' => false, 'default' => 'false', 'title' => '', 'example' => 'false'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'SupportSpotInstance' => ['description' => 'Indicates whether spot instances are supported. Possible values:'."\n" ."\n" .'- false: Not supported.'."\n" .'- true: Supported.', 'type' => 'boolean', 'title' => '', 'example' => 'false'], 'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'title' => '', 'example' => 'D9DD3AF8-1F91-4075-8669-55D10E45****'], 'InstanceTypeFamilies' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'InstanceTypeFamilyInfo' => [ 'description' => 'The instance family to which the instance type belongs.', 'title' => '', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Generation' => ['description' => 'The generation of the instance family.', 'type' => 'string', 'title' => '', 'example' => 'ecs-3'], 'InstanceTypeFamilyId' => ['description' => 'The ID of the instance family. For more information, see [Instance families](~~25378~~).', 'type' => 'string', 'title' => '', 'example' => 'ecs.n4'], 'Types' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'TypesInfo' => [ 'description' => 'A list of instance types.', 'title' => '', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Status' => ['description' => 'The status of the ECS instance type. Possible values:'."\n" ."\n" .'- SoldOut: The resource is sold out.'."\n" .'- Available: The resource is available.', 'type' => 'string', 'title' => '', 'example' => 'Available'], 'InstanceTypeId' => ['description' => 'The ID of the ECS instance type.', 'type' => 'string', 'title' => '', 'example' => 'ecs.n4.xlarge'], 'InstanceBandwidthRx' => ['description' => 'The maximum inbound internal bandwidth. Unit: kbit/s.', 'type' => 'integer', 'format' => 'int32', 'title' => '', 'example' => '10240000'], 'GPUSpec' => ['description' => 'The GPU type of the ECS instance.', 'type' => 'string', 'title' => '', 'example' => 'NVIDIA V100'], 'InstanceBandwidthTx' => ['description' => 'The maximum outbound internal bandwidth. Unit: kbit/s.', 'type' => 'integer', 'format' => 'int32', 'title' => '', 'example' => '10240000'], 'InstancePpsRx' => ['description' => 'The inbound packet forwarding rate over the internal network. Unit: pps.', 'type' => 'integer', 'format' => 'int32', 'title' => '', 'example' => '9000000'], 'InstancePpsTx' => ['description' => 'The outbound packet forwarding rate over the internal network. Unit: pps.', 'type' => 'integer', 'format' => 'int32', 'title' => '', 'example' => '9000000'], 'GPUAmount' => ['description' => 'The number of GPUs for the ECS instance.', 'type' => 'integer', 'format' => 'int32', 'title' => '', 'example' => '2'], 'CpuCoreCount' => ['description' => 'The number of vCPU cores.', 'type' => 'integer', 'format' => 'int32', 'title' => '', 'example' => '4'], 'MemorySize' => ['description' => 'The memory size of the ECS instance. Unit: GiB.', 'type' => 'integer', 'format' => 'int32', 'title' => '', 'example' => '8'], 'EniQuantity' => ['description' => 'The maximum number of elastic network interfaces (ENIs) that can be attached to the ECS instance.', 'type' => 'integer', 'format' => 'int32', 'title' => '', 'example' => '2'], 'ZoneIds' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'ZoneId' => [ 'description' => 'A list of zone IDs.', 'title' => '', 'type' => 'array', 'items' => ['description' => 'The ID of the zone.', 'type' => 'string', 'title' => '', 'example' => 'cn-hangzhou-b'], ], ], 'description' => '', 'title' => '', ], ], 'description' => '', 'title' => '', ], ], ], 'description' => '', 'title' => '', ], ], 'description' => '', 'title' => '', ], ], ], 'description' => '', 'title' => '', ], ], 'description' => '', 'title' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParams', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => 'The specified parameter %s is invalid.'], ], 406 => [ ['errorCode' => 'EcsError', 'errorMessage' => 'An error occurred while calling the ECS API operation.', 'description' => 'ECS API call error. %s'], ], [ ['errorCode' => 'NotAuthorized', 'errorMessage' => 'You are not authorized by RAM for this request.', 'description' => 'The request is not authorized by RAM.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"SupportSpotInstance\\": false,\\n \\"RequestId\\": \\"D9DD3AF8-1F91-4075-8669-55D10E45****\\",\\n \\"InstanceTypeFamilies\\": {\\n \\"InstanceTypeFamilyInfo\\": [\\n {\\n \\"Generation\\": \\"ecs-3\\",\\n \\"InstanceTypeFamilyId\\": \\"ecs.n4\\",\\n \\"Types\\": {\\n \\"TypesInfo\\": [\\n {\\n \\"Status\\": \\"Available\\",\\n \\"InstanceTypeId\\": \\"ecs.n4.xlarge\\",\\n \\"InstanceBandwidthRx\\": 10240000,\\n \\"GPUSpec\\": \\"NVIDIA V100\\",\\n \\"InstanceBandwidthTx\\": 10240000,\\n \\"InstancePpsRx\\": 9000000,\\n \\"InstancePpsTx\\": 9000000,\\n \\"GPUAmount\\": 2,\\n \\"CpuCoreCount\\": 4,\\n \\"MemorySize\\": 8,\\n \\"EniQuantity\\": 2,\\n \\"ZoneIds\\": {\\n \\"ZoneId\\": [\\n \\"cn-hangzhou-b\\"\\n ]\\n }\\n }\\n ]\\n }\\n }\\n ]\\n }\\n}","type":"json"}]', 'title' => 'ListAvailableEcsTypes', 'summary' => 'You can call ListAvailableEcsTypes to query available ECS instance types.', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'ramActions' => [ [ 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:ListAvailableEcsTypes', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'ListAvailableEcsTypes'], ], ], ], 'ListCloudMetricProfilings' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['autoTest' => false, 'tenantRelevance' => 'publicInformation'], 'parameters' => [ [ 'name' => 'RegionId', 'in' => 'query', 'schema' => ['description' => 'The region ID.'."\n", 'type' => 'string', 'required' => false, 'example' => 'cn-hangzhou', 'default' => 'cn-hangzhou', 'title' => ''], ], [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => ['description' => 'The cluster ID.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'ehpc-hz-FYUr32****', 'title' => ''], ], [ 'name' => 'PageNumber', 'in' => 'query', 'schema' => ['description' => 'The page number.'."\n" ."\n" .'Pages start from page 1.'."\n" ."\n" .'Default value: 1.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1', 'default' => '1', 'title' => ''], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['description' => 'The number of entries per page. Valid values: 1 to 50.'."\n" ."\n" .'Default value: 10.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'maximum' => '50', 'example' => '10', 'default' => '10', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'PageSize' => ['description' => 'The number of entries per page.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''], 'RequestId' => ['description' => 'The request ID.'."\n", 'type' => 'string', 'example' => '9A05F620-ED46-4A57-95F1-C67D6D3C5DD2', 'title' => ''], 'PageNumber' => ['description' => 'The page number.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''], 'TotalCount' => ['description' => 'The total number of entries returned.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''], 'Profilings' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'ProfilingInfo' => [ 'description' => 'The profiling information of the cluster.'."\n", 'title' => '', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'ProfilingId' => ['description' => 'The ID of the profiling process.'."\n", 'type' => 'string', 'example' => 'ehpc-hz-i-bplukzqgl****_21687_2019-09-09-02-37-40', 'title' => ''], 'TriggerTime' => ['description' => 'The time when the profiling was triggered.'."\n", 'type' => 'string', 'example' => '2019-09-09 02:37:40', 'title' => ''], 'Pid' => ['description' => 'The progress ID.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '21687', 'title' => ''], 'HostName' => ['description' => 'The name of the host.'."\n", 'type' => 'string', 'example' => 'compute5', 'title' => ''], 'Duration' => ['description' => 'The duration of the profiling process. Unit: seconds.'."\n" ."\n" .'Valid values: 10 to 300.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '30', 'title' => ''], 'InstanceId' => ['description' => 'The instance ID.'."\n", 'type' => 'string', 'example' => 'i-bp1j76z8dlukzqgl0****', 'title' => ''], 'Freq' => ['description' => 'The frequency of the profiling process. Unit: Hz.'."\n" ."\n" .'Valid values: 1 to 2000'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '2000', 'title' => ''], ], 'description' => '', 'title' => '', ], ], ], ], ], 'description' => '', 'title' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParams', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => 'The specified parameter %s is invalid.'], ['errorCode' => 'NotEnabled', 'errorMessage' => 'You have not enabled this service', 'description' => 'You have not enabled this service'], ['errorCode' => 'InDebt', 'errorMessage' => 'Your account has overdue payments.', 'description' => 'Your account has overdue payments.'], ], 403 => [ ['errorCode' => 'InvalidClusterStatus', 'errorMessage' => 'The operation failed due to invalid cluster status.', 'description' => 'The cluster status does not support the operation.'], ['errorCode' => 'ConflictOpt', 'errorMessage' => 'A conflicting operation is running.', 'description' => 'A conflicting operation is running. Please try again later.'], ], [ ['errorCode' => 'ClusterNotFound', 'errorMessage' => 'The specified cluster does not exist.', 'description' => 'The specified instance does not exist.'], ['errorCode' => 'ObjectNotFound', 'errorMessage' => 'The specified object is not found.', 'description' => 'The specified object does not exist. Please verify the parameter.'], ], 407 => [ ['errorCode' => 'NotAuthorized', 'errorMessage' => 'You are not authorized by RAM for this request.', 'description' => 'The request is not authorized by RAM.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"PageSize\\": 1,\\n \\"RequestId\\": \\"9A05F620-ED46-4A57-95F1-C67D6D3C5DD2\\",\\n \\"PageNumber\\": 1,\\n \\"TotalCount\\": 1,\\n \\"Profilings\\": {\\n \\"ProfilingInfo\\": [\\n {\\n \\"ProfilingId\\": \\"ehpc-hz-i-bplukzqgl****_21687_2019-09-09-02-37-40\\",\\n \\"TriggerTime\\": \\"2019-09-09 02:37:40\\",\\n \\"Pid\\": 21687,\\n \\"HostName\\": \\"compute5\\",\\n \\"Duration\\": 30,\\n \\"InstanceId\\": \\"i-bp1j76z8dlukzqgl0****\\",\\n \\"Freq\\": 2000\\n }\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"\\r\\n 1\\r\\n 1\\r\\n 10\\r\\n 9A05F620-ED46-4A57-95F1-C67D6D3C5DD2\\r\\n \\r\\n \\r\\n i-bp1j76z8dlukzqgl****\\r\\n 30\\r\\n 2019-09-09 02:37:40\\r\\n ehpc-hz-i-bplukzqgl****_21687_2019-09-09-02-37-40\\r\\n 2000\\r\\n 21687\\r\\n compute5\\r\\n \\r\\n \\r\\n","errorExample":""}]', 'title' => 'ListCloudMetricProfilings', 'summary' => 'Queries the profiling history of a cluster.', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'ramActions' => [ [ 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:ListCloudMetricProfilings', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], 'ListClusterLogs' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['autoTest' => false, 'tenantRelevance' => 'publicInformation'], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => ['description' => 'The cluster ID.'."\n" ."\n" .'You can call the [ListClusters](~~87116~~) operation to query the cluster ID.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'ehpc-hz-FYUr32****', 'title' => ''], ], [ 'name' => 'PageNumber', 'in' => 'query', 'schema' => ['description' => 'The page number. Pages start from page 1.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1', 'default' => '1', 'title' => ''], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['description' => 'The number of entries per page. Valid values: 1 to 100.'."\n" ."\n" .'Default value: 10'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'maximum' => '100', 'example' => '10', 'default' => '20', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'PageSize' => ['description' => 'The number of entries per page.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''], 'PageNumber' => ['description' => 'The page number.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''], 'RequestId' => ['description' => 'The request ID.'."\n", 'type' => 'string', 'example' => 'BBC2F93D-003A-49C4-850C-B826EECF6667', 'title' => ''], 'TotalCount' => ['description' => 'The total number of entries returned.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '2', 'title' => ''], 'ClusterId' => ['description' => 'The cluster ID.'."\n", 'type' => 'string', 'example' => 'ehpc-hz-FYUr32****', 'title' => ''], 'Logs' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'LogInfo' => [ 'description' => 'The queried operations logs.'."\n", 'title' => '', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Operation' => ['description' => 'The type of the operation. Valid values:'."\n" ."\n" .'* CreateCluster'."\n" .'* StartCluster'."\n" .'* StopCluster'."\n" .'* DeleteCluster'."\n" .'* AddNodes'."\n" .'* StartNodes'."\n" .'* ResetNodes'."\n" .'* StopNodes'."\n" .'* DeleteNodes'."\n", 'type' => 'string', 'example' => 'CreateCluster', 'title' => ''], 'Message' => ['description' => 'The content of the log.'."\n", 'type' => 'string', 'example' => 'Begin to create cluster', 'title' => ''], 'CreateTime' => ['description' => 'The time when the log was created.'."\n", 'type' => 'string', 'example' => '2019-09-18T13:24:13.000', 'title' => ''], 'Level' => ['description' => 'The level of the log entry. Valid values:'."\n" ."\n" .'* warn'."\n" .'* error'."\n" .'* info', 'type' => 'string', 'example' => 'info', 'title' => ''], ], 'description' => '', 'title' => '', ], ], ], ], ], 'description' => '', 'title' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParams', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => 'The specified parameter %s is invalid.'], ], 404 => [ ['errorCode' => 'ClusterNotFound', 'errorMessage' => 'The specified cluster does not exist.', 'description' => 'The specified instance does not exist.'], ], 406 => [ ['errorCode' => 'DbError', 'errorMessage' => 'A database service error occurred.', 'description' => 'Database request failed.'], ], [ ['errorCode' => 'NotAuthorized', 'errorMessage' => 'You are not authorized by RAM for this request.', 'description' => 'The request is not authorized by RAM.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"PageSize\\": 1,\\n \\"PageNumber\\": 1,\\n \\"RequestId\\": \\"BBC2F93D-003A-49C4-850C-B826EECF6667\\",\\n \\"TotalCount\\": 2,\\n \\"ClusterId\\": \\"ehpc-hz-FYUr32****\\",\\n \\"Logs\\": {\\n \\"LogInfo\\": [\\n {\\n \\"Operation\\": \\"CreateCluster\\",\\n \\"Message\\": \\"Begin to create cluster\\",\\n \\"CreateTime\\": \\"2019-09-18T13:24:13.000\\",\\n \\"Level\\": \\"info\\"\\n }\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"\\r\\n\\t1\\r\\n\\t\\r\\n\\t\\t\\r\\n\\t\\t\\tCreateCluster\\r\\n\\t\\t\\tBegin to create cluster\\r\\n\\t\\t\\t2019-09-18T13:24:13.000Z\\r\\n\\t\\t\\tinfo\\r\\n\\t\\t\\r\\n\\t\\r\\n\\t1\\r\\n\\tehpc-hz-FYUr32****\\r\\n\\t20\\r\\n\\tBBC2F93D-003A-49C4-850C-B826EECF6667\\r\\n","errorExample":""}]', 'title' => 'ListClusterLogs', 'summary' => 'Queries the operation logs of a cluster within the last three days.', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'ListClusterLogs'], ], ], 'ramActions' => [ [ 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:ListClusterLogs', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], 'ListClusters' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['autoTest' => false, 'tenantRelevance' => 'publicInformation'], 'parameters' => [ [ 'name' => 'PageNumber', 'in' => 'query', 'schema' => ['description' => 'The number of the page to return. Pages start from page 1.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1', 'default' => '1', 'title' => ''], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['description' => 'The number of entries to return on each page. Valid values: 1 to 50.'."\n" ."\n" .'Default value: 10'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'maximum' => '50', 'example' => '10', 'default' => '10', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'PageSize' => ['description' => 'The number of entries returned per page.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''], 'RequestId' => ['description' => 'The ID of the request.'."\n", 'type' => 'string', 'example' => '04F0F334-1335-436C-A1D7-6C044FE73368', 'title' => ''], 'PageNumber' => ['description' => 'The number of the returned page.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''], 'TotalCount' => ['description' => 'The total number of returned entries.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''], 'Clusters' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'ClusterInfoSimple' => [ 'description' => 'The list of clusters.'."\n", 'title' => '', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'VpcId' => ['description' => 'The ID of the virtual private cloud (VPC).'."\n", 'type' => 'string', 'example' => 'vpc-b3f3edefefeep0760yju****', 'title' => ''], 'Status' => ['description' => 'The status of the cluster. Valid values:'."\n" ."\n" .'* uninit: The cluster is not initialized.'."\n" .'* creating: The cluster is being created.'."\n" .'* init: The cluster is being initialized.'."\n" .'* running: The cluster is running.'."\n" .'* exception: The cluster encounters an exception.'."\n" .'* releasing: The cluster is being released.'."\n", 'type' => 'string', 'example' => 'running', 'title' => ''], 'CreateTime' => ['description' => 'The time when the instance was created.'."\n", 'type' => 'string', 'example' => '2020-10-30T07:39:20.000Z', 'title' => ''], 'IsComputeEss' => ['description' => 'Indicates whether a scaling group was enabled. Valid values:'."\n" ."\n" .'* true: A scaling group is enabled.'."\n" .'* false: No scaling group is enabled.'."\n", 'type' => 'boolean', 'example' => 'false', 'title' => ''], 'ComputeSpotStrategy' => ['description' => 'The bidding method of the compute nodes. Valid values:'."\n" ."\n" .'* NoSpot: The instances of the compute node are pay-as-you-go instances.'."\n" .'* SpotWithPriceLimit: The instances of the compute node are preemptible instances. These types of instances have a specified maximum hourly price.'."\n" .'* SpotAsPriceGo: The instances of the compute node are preemptible instances. The price of these instances is based on the current market price.'."\n", 'type' => 'string', 'example' => 'NoSpot', 'title' => ''], 'AccountType' => ['description' => 'The server type of the account. Valid values:'."\n" ."\n" .'* nis'."\n" .'* ldap'."\n", 'type' => 'string', 'example' => 'nis', 'title' => ''], 'Count' => ['description' => 'The number of compute nodes in the cluster.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '3', 'title' => ''], 'EhpcVersion' => ['description' => 'The version of E-HPC.'."\n", 'type' => 'string', 'example' => '1.0.0', 'title' => ''], 'Description' => ['description' => 'The description of the cluster.'."\n", 'type' => 'string', 'example' => 'clusterdescription', 'title' => ''], 'BaseOsTag' => ['description' => 'The operating system tag of the base image. The tag was used only by the management node.'."\n", 'type' => 'string', 'example' => 'CentOS_7.2_64', 'title' => ''], 'Name' => ['description' => 'The name of the cluster.'."\n", 'type' => 'string', 'example' => 'test', 'title' => ''], 'ImageId' => ['description' => 'The ID of the image.'."\n", 'type' => 'string', 'example' => 'wi_1607_x64_dtc_zh_40G_alibase****', 'title' => ''], 'ComputeSpotPriceLimit' => ['description' => 'The maximum hourly price for the ECS instance under the compute node. The return value can be accurate to three decimal places.'."\n", 'type' => 'number', 'format' => 'float', 'example' => '0.034', 'title' => ''], 'SchedulerType' => ['description' => 'The type of the scheduler. Valid values:'."\n" ."\n" .'* pbs'."\n" .'* slurm'."\n" .'* opengridscheduler'."\n" .'* deadline'."\n", 'type' => 'string', 'example' => 'pbs', 'title' => ''], 'DeployMode' => ['description' => 'The mode in which the cluster was deployed. Valid values:'."\n" ."\n" .'* Standard: An account node, a scheduling node, a logon node, and multiple compute nodes are separately deployed.'."\n" .'* Advanced: Two high availability (HA) account nodes, two HA scheduler nodes, one logon node, and multiple compute nodes are separately deployed.'."\n" .'* Simple: A management node, a logon node, and multiple compute nodes are deployed. The management node consists of an account node and a scheduling node. The logon node and compute nodes are separately deployed.'."\n" .'* Tiny: A management node and multiple compute nodes are deployed. The management node consists of an account node, a scheduling node, and a logon node. The compute nodes are separately deployed.'."\n", 'type' => 'string', 'example' => 'Standard', 'title' => ''], 'NodeSuffix' => ['description' => 'The suffix of the node.'."\n", 'type' => 'string', 'example' => 'name', 'title' => ''], 'ImageOwnerAlias' => ['description' => 'The type of the image. Valid values:'."\n" ."\n" .'* system: public image'."\n" .'* self: custom image'."\n" .'* others: shared image'."\n" .'* marketplace: Alibaba Cloud Marketplace image'."\n", 'type' => 'string', 'example' => 'system', 'title' => ''], 'OsTag' => ['description' => 'The operating system tag of the image.'."\n", 'type' => 'string', 'example' => 'CentOS_7.2_64', 'title' => ''], 'NodePrefix' => ['description' => 'The prefix of the node.'."\n", 'type' => 'string', 'example' => 'test', 'title' => ''], 'InstanceType' => ['description' => 'The instance type of the compute nodes.'."\n", 'type' => 'string', 'example' => 'ecs.n1.tiny', 'title' => ''], 'RegionId' => ['description' => 'The ID of the region.'."\n", 'type' => 'string', 'example' => 'cn-hangzhou', 'title' => ''], 'InstanceChargeType' => ['description' => 'The billing method of the nodes in the cluster. Valid values:'."\n" ."\n" .'* PostPaid: pay-as-you-go'."\n" .'* PrePaid: subscription'."\n", 'type' => 'string', 'example' => 'PostPaid', 'title' => ''], 'VSwitchId' => ['description' => 'The ID of the vSwitch.'."\n", 'type' => 'string', 'example' => 'vsw-bp1lfcjbfb099rrjn****', 'title' => ''], 'ZoneId' => ['description' => 'The ID of the zone.'."\n", 'type' => 'string', 'example' => 'cn-hangzhou-c', 'title' => ''], 'LoginNodes' => ['description' => 'The list of logon nodes.'."\n", 'type' => 'string', 'example' => '{"Id": "i-bp13x4is8pvdhws7e****"}', 'title' => ''], 'Id' => ['description' => 'The ID of the cluster.'."\n", 'type' => 'string', 'example' => 'ehpc-hz-jeJki6****', 'title' => ''], 'Location' => ['description' => 'The location where the cluster was deployed. Valid values:'."\n" ."\n" .'* OnPremise: The cluster is deployed on a hybrid cloud.'."\n" .'* PublicCloud: The cluster is deployed on a public cloud.'."\n", 'type' => 'string', 'example' => 'PublicCloud', 'title' => ''], 'ClientVersion' => ['description' => 'The version of the client.'."\n", 'type' => 'string', 'example' => '1.0.64', 'title' => ''], 'ResourceGroupId' => ['description' => 'The resource group ID.You can call the ListResourceGroups operation to query the IDs of resource groups.', 'type' => 'string', 'example' => 'rg-acfmxazb4ph****', 'title' => ''], 'Managers' => [ 'description' => 'The list of management nodes.'."\n", 'type' => 'object', 'properties' => [ 'OperatingCount' => ['description' => 'The number of nodes that are being used in the queue. This includes those that are being initialized, installed, or released.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''], 'ExceptionCount' => ['description' => 'The number of abnormal nodes.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '0', 'title' => ''], 'StoppedCount' => ['description' => 'The number of stopped nodes.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '0', 'title' => ''], 'Total' => ['description' => 'The total number of management nodes.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '2', 'title' => ''], 'NormalCount' => ['description' => 'The number of normal nodes.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''], ], 'title' => '', ], 'Computes' => [ 'description' => 'The information about compute nodes.'."\n", 'type' => 'object', 'properties' => [ 'OperatingCount' => ['description' => 'The number of nodes that are being used in the queue. This includes those that are being initialized, installed, or released.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''], 'ExceptionCount' => ['description' => 'The number of abnormal nodes.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '0', 'title' => ''], 'StoppedCount' => ['description' => 'The number of stopped nodes.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '0', 'title' => ''], 'Total' => ['description' => 'The total number of nodes.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '2', 'title' => ''], 'NormalCount' => ['description' => 'The number of normal nodes.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''], ], 'title' => '', ], 'TotalResources' => [ 'description' => 'The statistics of all resources in the cluster.'."\n", 'type' => 'object', 'properties' => [ 'Gpu' => ['description' => 'The number of GPU cards. Unit: cards.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '0', 'title' => ''], 'Cpu' => ['description' => 'The number of CPU cores. Unit: cores.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''], 'Memory' => ['description' => 'The memory size. Unit: MiB.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '1024', 'title' => ''], ], 'title' => '', ], 'UsedResources' => [ 'description' => 'The number of consumed resources in the cluster.'."\n", 'type' => 'object', 'properties' => [ 'Gpu' => ['description' => 'The number of GPU cards. Unit: cards.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '0', 'title' => ''], 'Cpu' => ['description' => 'The number of CPU cores. Unit: cores.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''], 'Memory' => ['description' => 'The memory size. Unit: MiB.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '1024', 'title' => ''], ], 'title' => '', ], 'HasPlugin' => ['description' => 'Indicates whether plug-ins were used in the cluster. Valid values:'."\n" ."\n" .'* true: Plug-ins are used.'."\n" .'* false: Plug-ins are not used.'."\n" ."\n" .'Default value: false'."\n", 'type' => 'boolean', 'example' => 'false', 'title' => ''], ], 'description' => '', 'title' => '', ], ], ], ], ], 'description' => '', 'title' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParams', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => 'The specified parameter %s is invalid.'], ], 404 => [ ['errorCode' => 'ImageNotFound', 'errorMessage' => 'The specified image does not exist.', 'description' => 'The specified image does not exist. Please verify the parameter.'], ], 406 => [ ['errorCode' => 'AgentError', 'errorMessage' => 'The agent service request failed.', 'description' => 'The cluster-side command failed to run. %s'], ['errorCode' => 'DbError', 'errorMessage' => 'A database service error occurred.', 'description' => 'Database request failed.'], ['errorCode' => 'AliyunError', 'errorMessage' => 'An Alibaba Cloud product error occurred.', 'description' => 'Alibaba Cloud product error. %s'], ['errorCode' => 'EcsError', 'errorMessage' => 'An error occurred while calling the ECS API operation.', 'description' => 'ECS API call error. %s'], ], [ ['errorCode' => 'NotAuthorized', 'errorMessage' => 'You are not authorized by RAM for this request.', 'description' => 'The request is not authorized by RAM.'], ['errorCode' => 'EntityNotExist.Role', 'errorMessage' => 'The role does not exist.', 'description' => 'The role does not exist.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"PageSize\\": 1,\\n \\"RequestId\\": \\"04F0F334-1335-436C-A1D7-6C044FE73368\\",\\n \\"PageNumber\\": 1,\\n \\"TotalCount\\": 1,\\n \\"Clusters\\": {\\n \\"ClusterInfoSimple\\": [\\n {\\n \\"VpcId\\": \\"vpc-b3f3edefefeep0760yju****\\",\\n \\"Status\\": \\"running\\",\\n \\"CreateTime\\": \\"2020-10-30T07:39:20.000Z\\",\\n \\"IsComputeEss\\": false,\\n \\"ComputeSpotStrategy\\": \\"NoSpot\\",\\n \\"AccountType\\": \\"nis\\",\\n \\"Count\\": 3,\\n \\"EhpcVersion\\": \\"1.0.0\\",\\n \\"Description\\": \\"clusterdescription\\",\\n \\"BaseOsTag\\": \\"CentOS_7.2_64\\",\\n \\"Name\\": \\"test\\",\\n \\"ImageId\\": \\"wi_1607_x64_dtc_zh_40G_alibase****\\",\\n \\"ComputeSpotPriceLimit\\": 0.034,\\n \\"SchedulerType\\": \\"pbs\\",\\n \\"DeployMode\\": \\"Standard\\",\\n \\"NodeSuffix\\": \\"name\\",\\n \\"ImageOwnerAlias\\": \\"system\\",\\n \\"OsTag\\": \\"CentOS_7.2_64\\",\\n \\"NodePrefix\\": \\"test\\",\\n \\"InstanceType\\": \\"ecs.n1.tiny\\",\\n \\"RegionId\\": \\"cn-hangzhou\\",\\n \\"InstanceChargeType\\": \\"PostPaid\\",\\n \\"VSwitchId\\": \\"vsw-bp1lfcjbfb099rrjn****\\",\\n \\"ZoneId\\": \\"cn-hangzhou-c\\",\\n \\"LoginNodes\\": \\"{\\\\\\"Id\\\\\\": \\\\\\"i-bp13x4is8pvdhws7e****\\\\\\"}\\",\\n \\"Id\\": \\"ehpc-hz-jeJki6****\\",\\n \\"Location\\": \\"PublicCloud\\",\\n \\"ClientVersion\\": \\"1.0.64\\",\\n \\"ResourceGroupId\\": \\"rg-acfmxazb4ph****\\",\\n \\"Managers\\": {\\n \\"OperatingCount\\": 1,\\n \\"ExceptionCount\\": 0,\\n \\"StoppedCount\\": 0,\\n \\"Total\\": 2,\\n \\"NormalCount\\": 1\\n },\\n \\"Computes\\": {\\n \\"OperatingCount\\": 1,\\n \\"ExceptionCount\\": 0,\\n \\"StoppedCount\\": 0,\\n \\"Total\\": 2,\\n \\"NormalCount\\": 1\\n },\\n \\"TotalResources\\": {\\n \\"Gpu\\": 0,\\n \\"Cpu\\": 1,\\n \\"Memory\\": 1024\\n },\\n \\"UsedResources\\": {\\n \\"Gpu\\": 0,\\n \\"Cpu\\": 1,\\n \\"Memory\\": 1024\\n },\\n \\"HasPlugin\\": false\\n }\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"\\n 1\\n 04F0F334-1335-436C-A1D7-6C044FE73368\\n 1\\n 1\\n \\n vpc-b3f3edefefeep0760yju****\\n running\\n 2020-10-30T07:39:20.000Z\\n false\\n NoSpot\\n nis\\n 3\\n 1.0.0\\n clusterdescription\\n CentOS_7.2_64\\n test\\n wi_1607_x64_dtc_zh_40G_alibase****\\n 0.034\\n pbs\\n Standard\\n name\\n system\\n CentOS_7.2_64\\n test\\n ecs.n1.tiny\\n cn-hangzhou\\n PostPaid\\n vsw-bp1lfcjbfb099rrjn****\\n cn-hangzhou-c\\n {\\"Id\\": \\"i-bp13x4is8pvdhws7e****\\"}\\n ehpc-hz-jeJki6****\\n PublicCloud\\n 1.0.64\\n \\n 1\\n 0\\n 0\\n 2\\n 1\\n \\n \\n 1\\n 0\\n 0\\n 2\\n 1\\n \\n \\n 0\\n 1\\n 1024\\n \\n \\n 0\\n 1\\n 1024\\n \\n false\\n \\n","errorExample":""}]', 'title' => 'ListClusters', 'summary' => 'Queries all Elastic High Performance Computing (E-HPC) clusters of the current account in each region.', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'ramActions' => [ [ 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:ListClusters', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], 'ListClustersMeta' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['autoTest' => false, 'tenantRelevance' => 'publicInformation'], 'parameters' => [ [ 'name' => 'PageNumber', 'in' => 'query', 'schema' => ['description' => 'The number of the page to return. Pages start from page 1.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1', 'default' => '1', 'title' => ''], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['description' => 'The number of entries to return on each page. Valid values: 1 to 50.'."\n" ."\n" .'Default value: 10'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'maximum' => '100', 'example' => '10', 'default' => '100', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'PageSize' => ['description' => 'The number of entries returned per page. Valid values: 1 to 50.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '10', 'title' => ''], 'RequestId' => ['description' => 'The ID of the request.'."\n", 'type' => 'string', 'example' => 'DD517102-B314-4665-BDAC-A32DE7834D02', 'title' => ''], 'PageNumber' => ['description' => 'The number of the returned page.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''], 'TotalCount' => ['description' => 'The total number of returned entries.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''], 'Clusters' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'ClusterInfoSimple' => [ 'description' => 'The list of clusters.'."\n", 'title' => '', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Status' => ['description' => 'The status of the cluster. Valid values:'."\n" ."\n" .'* uninit: The cluster is not initialized.'."\n" .'* creating: The cluster is being created.'."\n" .'* init: The cluster is being initialized.'."\n" .'* running: The cluster is running.'."\n" .'* exception: The cluster encounters an exception.'."\n" .'* releasing: The cluster is being released.'."\n", 'type' => 'string', 'example' => 'running', 'title' => ''], 'VpcId' => ['description' => 'The ID of the virtual private cloud (VPC).'."\n", 'type' => 'string', 'example' => 'vpc-b3f3edefefeep0760yju****', 'title' => ''], 'SchedulerType' => ['description' => 'The type of the scheduler. Valid values:'."\n" ."\n" .'* pbs'."\n" .'* slurm'."\n" .'* opengridscheduler'."\n" .'* deadline'."\n", 'type' => 'string', 'example' => 'pbs', 'title' => ''], 'DeployMode' => ['description' => 'The mode in which the cluster is deployed. Valid values:'."\n" ."\n" .'* Standard: An account node, a scheduling node, a logon node, and multiple compute nodes are separately deployed.'."\n" .'* Advanced: Two high availability (HA) account nodes, two HA scheduler nodes, one logon node, and multiple compute nodes are separately deployed.'."\n" .'* Simple: A management node, a logon node, and multiple compute nodes are deployed. The management node consists of an account node and a scheduling node. The logon node and compute nodes are separately deployed.'."\n" .'* Tiny: A management node and multiple compute nodes are deployed. The management node consists of an account node, a scheduling node, and a logon node. The compute nodes are separately deployed.'."\n", 'type' => 'string', 'example' => 'Standard', 'title' => ''], 'IsComputeEss' => ['description' => 'Indicates whether a scaling group is enabled. Valid values:'."\n" ."\n" .'* true: A scaling group is enabled.'."\n" .'* false: No scaling group is enabled.'."\n", 'type' => 'boolean', 'example' => 'false', 'title' => ''], 'OsTag' => ['description' => 'The image tag of the operating system.'."\n", 'type' => 'string', 'example' => 'CentOS_7.2_64', 'title' => ''], 'AccountType' => ['description' => 'The server type of the account. Valid values:'."\n" ."\n" .'* nis'."\n" .'* ldap'."\n", 'type' => 'string', 'example' => 'nis', 'title' => ''], 'Description' => ['description' => 'The description of the cluster.'."\n", 'type' => 'string', 'example' => 'clusterdescription', 'title' => ''], 'Name' => ['description' => 'The name of the cluster.'."\n", 'type' => 'string', 'example' => 'cluster1', 'title' => ''], 'Id' => ['description' => 'The ID of the cluster.'."\n", 'type' => 'string', 'example' => 'ehpc-hz-jeJki6****', 'title' => ''], 'Location' => ['description' => 'The location where the cluster is deployed. Valid values:'."\n" ."\n" .'* OnPremise: The cluster is deployed on a hybrid cloud.'."\n" .'* PublicCloud: The cluster is deployed on a public cloud.'."\n", 'type' => 'string', 'example' => 'PublicCloud', 'title' => ''], 'ClientVersion' => ['description' => 'The version of the client.'."\n", 'type' => 'string', 'example' => '1.0.64', 'title' => ''], 'HasPlugin' => ['description' => 'Indicates whether the cluster uses a plug-in. Valid values:'."\n" ."\n" .'* true'."\n" .'* false'."\n" ."\n" .'Default value: false'."\n", 'type' => 'boolean', 'example' => 'false', 'title' => ''], 'EhpcVersion' => ['type' => 'string', 'description' => 'The version of E-HPC.'."\n", 'example' => '1.0.0', 'title' => ''], ], 'description' => '', 'title' => '', ], ], ], ], ], 'description' => '', 'title' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParams', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => 'The specified parameter %s is invalid.'], ], 406 => [ ['errorCode' => 'EcsError', 'errorMessage' => 'An error occurred while calling the ECS API operation.', 'description' => 'ECS API call error. %s'], ['errorCode' => 'AgentError', 'errorMessage' => 'The agent service request failed.', 'description' => 'The cluster-side command failed to run. %s'], ['errorCode' => 'DbError', 'errorMessage' => 'A database service error occurred.', 'description' => 'Database request failed.'], ['errorCode' => 'AliyunError', 'errorMessage' => 'An Alibaba Cloud product error occurred.', 'description' => 'Alibaba Cloud product error. %s'], ], [ ['errorCode' => 'NotAuthorized', 'errorMessage' => 'You are not authorized by RAM for this request.', 'description' => 'The request is not authorized by RAM.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"PageSize\\": 10,\\n \\"RequestId\\": \\"DD517102-B314-4665-BDAC-A32DE7834D02\\",\\n \\"PageNumber\\": 1,\\n \\"TotalCount\\": 1,\\n \\"Clusters\\": {\\n \\"ClusterInfoSimple\\": [\\n {\\n \\"Status\\": \\"running\\",\\n \\"VpcId\\": \\"vpc-b3f3edefefeep0760yju****\\",\\n \\"SchedulerType\\": \\"pbs\\",\\n \\"DeployMode\\": \\"Standard\\",\\n \\"IsComputeEss\\": false,\\n \\"OsTag\\": \\"CentOS_7.2_64\\",\\n \\"AccountType\\": \\"nis\\",\\n \\"Description\\": \\"clusterdescription\\",\\n \\"Name\\": \\"cluster1\\",\\n \\"Id\\": \\"ehpc-hz-jeJki6****\\",\\n \\"Location\\": \\"PublicCloud\\",\\n \\"ClientVersion\\": \\"1.0.64\\",\\n \\"HasPlugin\\": false,\\n \\"EhpcVersion\\": \\"1.0.0\\"\\n }\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"\\n 10\\n DD517102-B314-4665-BDAC-A32DE7834D02\\n 1\\n 1\\n \\n running\\n vpc-b3f3edefefeep0760yju****\\n pbs\\n Standard\\n false\\n CentOS_7.2_64\\n nis\\n clusterdescription\\n cluster1\\n ehpc-hz-jeJki6****\\n PublicCloud\\n 1.0.64\\n false\\n \\n","errorExample":""}]', 'title' => 'ListClustersMeta', 'summary' => 'Queries the list of cluster metadata.', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'ramActions' => [ [ 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:ListClustersMeta', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], 'ListCommands' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['autoTest' => false, 'tenantRelevance' => 'publicInformation'], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => ['description' => 'The cluster ID.'."\n" ."\n" .'You can call the [ListClusters](~~87116~~) operation to query the cluster ID.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'ehpc-hz-FYUr32****', 'title' => ''], ], [ 'name' => 'CommandId', 'in' => 'query', 'schema' => ['description' => 'The ID of the command.'."\n", 'type' => 'string', 'required' => false, 'example' => 'c-hz01v8vudql****', 'title' => ''], ], [ 'name' => 'PageNumber', 'in' => 'query', 'schema' => ['description' => 'The page number of the page to return.'."\n" ."\n" .'Page number starts from page 1.'."\n" ."\n" .'Default value: 1.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1', 'default' => '1', 'title' => ''], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['description' => 'The number of entries to return on each page.\\'."\n" .'Valid values: 1 to 50.\\'."\n" .'Default value: 10.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'maximum' => '50', 'example' => '10', 'default' => '10', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'PageSize' => ['description' => 'The number of entries returned per page.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '10', 'title' => ''], 'RequestId' => ['description' => 'The ID of the request.'."\n", 'type' => 'string', 'example' => '04F0F334-1335-436C-A1D7-6C044FE7****', 'title' => ''], 'PageNumber' => ['description' => 'The page number of the returned page.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''], 'TotalCount' => ['description' => 'The total number of returned entries.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''], 'Commands' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'Command' => [ 'description' => 'The list of commands.'."\n", 'title' => '', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Timeout' => ['description' => 'The timeout period. Unit: seconds.'."\n", 'type' => 'string', 'example' => '60', 'title' => ''], 'CommandId' => ['description' => 'The ID of the command.'."\n", 'type' => 'string', 'example' => 'c-hz01v8vudql****', 'title' => ''], 'WorkingDir' => ['description' => 'The working directory of the command.'."\n", 'type' => 'string', 'example' => '/home', 'title' => ''], 'CommandContent' => ['description' => 'The content of the command.'."\n", 'type' => 'string', 'example' => 'echo "hello world"', 'title' => ''], ], 'description' => '', 'title' => '', ], ], ], ], ], 'description' => '', 'title' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParams', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => 'The specified parameter %s is invalid.'], ['errorCode' => 'NotEnabled', 'errorMessage' => 'You have not enabled this service', 'description' => 'You have not enabled this service'], ['errorCode' => 'InDebt', 'errorMessage' => 'Your account has overdue payments.', 'description' => 'Your account has overdue payments.'], ], 403 => [ ['errorCode' => 'InvalidClusterStatus', 'errorMessage' => 'The operation failed due to invalid cluster status.', 'description' => 'The cluster status does not support the operation.'], ['errorCode' => 'ConflictOpt', 'errorMessage' => 'A conflicting operation is running.', 'description' => 'A conflicting operation is running. Please try again later.'], ], [ ['errorCode' => 'ClusterNotFound', 'errorMessage' => 'The specified cluster does not exist.', 'description' => 'The specified instance does not exist.'], ['errorCode' => 'ObjectNotFound', 'errorMessage' => 'The specified object is not found.', 'description' => 'The specified object does not exist. Please verify the parameter.'], ], 406 => [ ['errorCode' => 'EcsError', 'errorMessage' => 'An error occurred while calling the ECS API operation.', 'description' => 'ECS API call error. %s'], ['errorCode' => 'AgentError', 'errorMessage' => 'The agent service request failed.', 'description' => 'The cluster-side command failed to run. %s'], ['errorCode' => 'AliyunError', 'errorMessage' => 'An Alibaba Cloud product error occurred.', 'description' => 'Alibaba Cloud product error. %s'], ], [ ['errorCode' => 'NotAuthorized', 'errorMessage' => 'You are not authorized by RAM for this request.', 'description' => 'The request is not authorized by RAM.'], ], 409 => [ ['errorCode' => 'PartFailure', 'errorMessage' => 'Part of the batch operation failed.', 'description' => 'Part of the batch operation failed.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"PageSize\\": 10,\\n \\"RequestId\\": \\"04F0F334-1335-436C-A1D7-6C044FE7****\\",\\n \\"PageNumber\\": 1,\\n \\"TotalCount\\": 1,\\n \\"Commands\\": {\\n \\"Command\\": [\\n {\\n \\"Timeout\\": \\"60\\",\\n \\"CommandId\\": \\"c-hz01v8vudql****\\",\\n \\"WorkingDir\\": \\"/home\\",\\n \\"CommandContent\\": \\"echo \\\\\\"hello world\\\\\\"\\"\\n }\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"\\n 10\\n 04F0F334-1335-436C-A1D7-6C044FE7****\\n 1\\n 1\\n \\n 60\\n c-hz01v8vudql****\\n /home\\n echo \\"hello world\\"\\n \\n","errorExample":""}]', 'title' => 'ListCommands', 'summary' => 'Queries the interactive commands in a specified cluster.', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'ListCommands'], ], ], 'ramActions' => [ [ 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:ListCommands', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], 'ListCommunityImages' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['autoTest' => false, 'tenantRelevance' => 'publicInformation'], 'parameters' => [ [ 'name' => 'BaseOsTag', 'in' => 'query', 'schema' => ['description' => 'The tag of the base operating system (BOS).'."\n", 'type' => 'string', 'required' => false, 'example' => 'CentOS_7.2_64', 'title' => ''], ], [ 'name' => 'InstanceType', 'in' => 'query', 'schema' => ['description' => 'The type of the Elastic Compute Service (ECS) instance. If you do not specify the instance type, the community images that are supported by all instance types are queried.'."\n", 'type' => 'string', 'required' => false, 'example' => 'ecs.n1.tiny', 'title' => ''], ], [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => ['description' => 'The ID of the cluster. If the cluster supports multiple operating systems, all community images in the region where the cluster resides are queried.'."\n" ."\n" .'If you do not specify the cluster ID, the community images that are supported by all clusters are queried.'."\n", 'type' => 'string', 'required' => false, 'example' => 'ehpc-hz-FYUr32****', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => 'The request ID.'."\n", 'type' => 'string', 'example' => '04F0F334-1335-436C-A1D7-6C044FE73368', 'title' => ''], 'Images' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'ImageInfo' => [ 'description' => 'The list of custom images and shared images that are supported by the E-HPC.'."\n", 'title' => '', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Status' => ['description' => 'The state of the image. Valid values:'."\n" ."\n" .'* UnAvailable'."\n" .'* Available'."\n" .'* Creating'."\n" .'* CreateFailed'."\n", 'type' => 'string', 'example' => 'Available', 'title' => ''], 'PostInstallScript' => ['description' => 'The script that is run after the image is installed.'."\n", 'type' => 'string', 'example' => 'example.sh', 'title' => ''], 'Description' => ['description' => 'The description of the image.'."\n", 'type' => 'string', 'example' => 'ExampleDescription', 'title' => ''], 'Size' => ['description' => 'The size of the image. Unit: GiB.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '40', 'title' => ''], 'ImageOwnerAlias' => ['description' => 'The image type. Valid values:'."\n" ."\n" .'* self: custom image'."\n" .'* others: shared image'."\n", 'type' => 'string', 'example' => 'self', 'title' => ''], 'ImageName' => ['description' => 'The image name.'."\n", 'type' => 'string', 'example' => 'linux_CentOS7.2_OceanBase_OBD_1ECS-3OB_3.0', 'title' => ''], 'SkuCode' => ['description' => 'The stock keeping unit (SKU) of the image. Valid values:'."\n" ."\n" .'* ECS: pay-as-you-go'."\n" .'* package: subscription'."\n", 'type' => 'string', 'example' => 'ECS', 'title' => ''], 'PricingCycle' => ['description' => 'The billing unit of the image. Valid values:'."\n" ."\n" .'* Hour'."\n" .'* Month'."\n" .'* Year'."\n", 'type' => 'string', 'example' => 'Month', 'title' => ''], 'ImageId' => ['description' => 'The image ID.'."\n", 'type' => 'string', 'example' => 'm-bp181x855551ww5yq****', 'title' => ''], 'ProductCode' => ['description' => 'The product code in Alibaba Cloud Marketplace.'."\n", 'type' => 'string', 'example' => 'cmjj028279', 'title' => ''], 'Uid' => ['description' => 'The owner of the image.'."\n", 'type' => 'string', 'example' => '127****', 'title' => ''], 'BaseOsTag' => [ 'description' => 'The tag of the BOS image.'."\n", 'type' => 'object', 'properties' => [ 'Platform' => ['description' => 'The distribution of the operating system. Valid values:'."\n" ."\n" .'* CentOS'."\n" .'* Ubuntu'."\n" .'* SUSE'."\n" .'* OpenSUSE'."\n" .'* Debian'."\n" .'* CoreOS'."\n" .'* Aliyun'."\n" .'* Windows Server 2003'."\n" .'* Windows Server 2008'."\n" .'* Windows Server 2012'."\n" .'* Others Linux'."\n" .'* Customized Linux'."\n", 'type' => 'string', 'example' => 'CentOS', 'title' => ''], 'OsTag' => ['description' => 'The operating system tag of the image.'."\n", 'type' => 'string', 'example' => 'CentOS_7.2_64', 'title' => ''], 'Version' => ['description' => 'The version of the operating system.'."\n", 'type' => 'string', 'example' => '7.2', 'title' => ''], 'Architecture' => ['description' => 'The architecture of the operating system. Valid values:'."\n" ."\n" .'* i386'."\n" .'* x86\\_64'."\n", 'type' => 'string', 'example' => 'x86_64', 'title' => ''], ], 'title' => '', ], 'OsTag' => [ 'description' => 'An array of OS images that are supported by E-HPC.'."\n", 'type' => 'object', 'properties' => [ 'Platform' => ['description' => 'The OS.'."\n", 'type' => 'string', 'example' => 'CentOS', 'title' => ''], 'OsTag' => ['description' => 'The operating system tag of the image.'."\n", 'type' => 'string', 'example' => 'CentOS_7.2_64', 'title' => ''], 'Version' => ['description' => 'The version of the operating system.'."\n", 'type' => 'string', 'example' => '7.2', 'title' => ''], 'Architecture' => ['description' => 'The architecture of the operating system. Valid values:'."\n" ."\n" .'* i386'."\n" .'* x86\\_64'."\n", 'type' => 'string', 'example' => 'x86_64', 'title' => ''], 'BaseOsTag' => ['description' => 'The tag of the BOS image.'."\n", 'type' => 'string', 'example' => 'CentOS_7.2_64', 'title' => ''], ], 'title' => '', ], ], 'description' => '', 'title' => '', ], ], ], ], ], 'description' => '', 'title' => '', ], ], ], 'errorCodes' => [ 404 => [ ['errorCode' => 'ImageNotFound', 'errorMessage' => 'The specified image does not exist.', 'description' => 'The specified image does not exist. Please verify the parameter.'], ], 406 => [ ['errorCode' => 'EcsError', 'errorMessage' => 'An error occurred while calling the ECS API operation.', 'description' => 'ECS API call error. %s'], ['errorCode' => 'DbError', 'errorMessage' => 'A database service error occurred.', 'description' => 'Database request failed.'], ], [ ['errorCode' => 'NotAuthorized', 'errorMessage' => 'You are not authorized by RAM for this request.', 'description' => 'The request is not authorized by RAM.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"04F0F334-1335-436C-A1D7-6C044FE73368\\",\\n \\"Images\\": {\\n \\"ImageInfo\\": [\\n {\\n \\"Status\\": \\"Available\\",\\n \\"PostInstallScript\\": \\"example.sh\\",\\n \\"Description\\": \\"ExampleDescription\\",\\n \\"Size\\": 40,\\n \\"ImageOwnerAlias\\": \\"self\\",\\n \\"ImageName\\": \\"linux_CentOS7.2_OceanBase_OBD_1ECS-3OB_3.0\\",\\n \\"SkuCode\\": \\"ECS\\",\\n \\"PricingCycle\\": \\"Month\\",\\n \\"ImageId\\": \\"m-bp181x855551ww5yq****\\",\\n \\"ProductCode\\": \\"cmjj028279\\",\\n \\"Uid\\": \\"127****\\",\\n \\"BaseOsTag\\": {\\n \\"Platform\\": \\"CentOS\\",\\n \\"OsTag\\": \\"CentOS_7.2_64\\",\\n \\"Version\\": \\"7.2\\",\\n \\"Architecture\\": \\"x86_64\\"\\n },\\n \\"OsTag\\": {\\n \\"Platform\\": \\"CentOS\\",\\n \\"OsTag\\": \\"CentOS_7.2_64\\",\\n \\"Version\\": \\"7.2\\",\\n \\"Architecture\\": \\"x86_64\\",\\n \\"BaseOsTag\\": \\"CentOS_7.2_64\\"\\n }\\n }\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"\\n 04F0F334-1335-436C-A1D7-6C044FE73368\\n \\n Available\\n example.sh\\n ExampleDescription\\n 40\\n self\\n linux_CentOS7.2_OceanBase_OBD_1ECS-3OB_3.0\\n ECS\\n Month\\n m-bp181x855551ww5yq****\\n cmjj028279\\n 127****\\n \\n CentOS\\n CentOS_7.2_64\\n 7.2\\n x86_64\\n \\n \\n CentOS\\n CentOS_7.2_64\\n 7.2\\n x86_64\\n CentOS_7.2_64\\n \\n \\n","errorExample":""}]', 'title' => 'ListCommunityImages', 'summary' => 'Queries a list of community images.', 'changeSet' => [], 'ramActions' => [ [ 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:ListCommunityImages', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], 'ListCpfsFileSystems' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['autoTest' => false, 'tenantRelevance' => 'publicInformation'], 'parameters' => [ [ 'name' => 'FileSystemId', 'in' => 'query', 'schema' => ['description' => 'The ID of the file system.'."\n" ."\n" .'By default, the information about all CPFSs and their mount targets within your account are queried.'."\n", 'type' => 'string', 'required' => false, 'example' => '096751****', 'title' => ''], ], [ 'name' => 'PageNumber', 'in' => 'query', 'schema' => ['description' => 'The page number of the page to return.'."\n" ."\n" .'Pages start from page 1.'."\n" ."\n" .'Default value: 1.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1', 'default' => '1', 'title' => ''], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['description' => 'The number of entries to return on each page. Valid values: 1 to 50.'."\n" ."\n" .'Default value: 10.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'maximum' => '50', 'example' => '10', 'default' => '10', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'PageSize' => ['description' => 'The number of entries per page.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '10', 'title' => ''], 'RequestId' => ['description' => 'The request ID.'."\n", 'type' => 'string', 'example' => '2B900AFE-C938-4551-86E9-97E231BBC876', 'title' => ''], 'PageNumber' => ['description' => 'The page number.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''], 'TotalCount' => ['description' => 'The total number of entries returned.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '10', 'title' => ''], 'FileSystemList' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'FileSystems' => [ 'description' => 'The queried file systems.'."\n", 'title' => '', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'FileSystemId' => ['description' => 'The ID of the file system.'."\n", 'type' => 'string', 'example' => '096751****', 'title' => ''], 'Capacity' => ['description' => 'The capacity of the file system. Unit: GiB'."\n", 'type' => 'string', 'example' => '5120', 'title' => ''], 'CreateTime' => ['description' => 'The time when the file system was created.'."\n", 'type' => 'string', 'example' => '2018-07-26 16:36:27', 'title' => ''], 'ZoneId' => ['description' => 'The zone ID.'."\n", 'type' => 'string', 'example' => 'cn-hangzhou-b', 'title' => ''], 'ProtocolType' => ['description' => 'The protocol type that is applied to the mounted file system. Valid values:'."\n" ."\n" .'* NFS'."\n" .'* SMB'."\n", 'type' => 'string', 'example' => 'NFS', 'title' => ''], 'Destription' => ['description' => 'The description of the file system.'."\n", 'type' => 'string', 'example' => 'FilsDestription', 'title' => ''], 'RegionId' => ['description' => 'The region ID.'."\n", 'type' => 'string', 'example' => 'cn-hangzhou', 'title' => ''], 'MountTargetList' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'MountTargets' => [ 'description' => 'The mount targets of the file systems.'."\n", 'title' => '', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'VpcId' => ['description' => 'The ID of the virtual private cloud (VPC).'."\n", 'type' => 'string', 'example' => 'vpc-8vbvb34rtyh6xb3zrehs1****', 'title' => ''], 'Status' => ['description' => 'The status of the mount target. Valid values:'."\n" ."\n" .'* Active: The mount target is available.'."\n" .'* Inactive: The mount target is unavailable.'."\n" .'* Pending: The mount target is being mounted.'."\n" .'* Deleting: The mount target is being deleted.'."\n", 'type' => 'string', 'example' => 'Active', 'title' => ''], 'VswId' => ['description' => 'The vSwitch ID.'."\n", 'type' => 'string', 'example' => 'vsw-8vb34rtyh6xb3zrehs1****', 'title' => ''], 'NetworkType' => ['description' => 'The network type.'."\n", 'type' => 'string', 'example' => 'VPC', 'title' => ''], 'MountTargetDomain' => ['description' => 'The domain in which the mount target resides.'."\n", 'type' => 'string', 'example' => 'c0967****.cn-hangzhou.cpfs.nas.aliyuncs.com', 'title' => ''], ], 'description' => '', 'title' => '', ], ], ], ], ], 'description' => '', 'title' => '', ], ], ], ], ], 'description' => '', 'title' => '', ], ], ], 'errorCodes' => [ 406 => [ ['errorCode' => 'NasError', 'errorMessage' => 'NAS API request failed.', 'description' => 'Failed to request the NAS interface.'], ['errorCode' => 'DbError', 'errorMessage' => 'A database service error occurred.', 'description' => 'Database request failed.'], ], [ ['errorCode' => 'NotAuthorized', 'errorMessage' => 'You are not authorized by RAM for this request.', 'description' => 'The request is not authorized by RAM.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"PageSize\\": 10,\\n \\"RequestId\\": \\"2B900AFE-C938-4551-86E9-97E231BBC876\\",\\n \\"PageNumber\\": 1,\\n \\"TotalCount\\": 10,\\n \\"FileSystemList\\": {\\n \\"FileSystems\\": [\\n {\\n \\"FileSystemId\\": \\"096751****\\",\\n \\"Capacity\\": \\"5120\\",\\n \\"CreateTime\\": \\"2018-07-26 16:36:27\\",\\n \\"ZoneId\\": \\"cn-hangzhou-b\\",\\n \\"ProtocolType\\": \\"NFS\\",\\n \\"Destription\\": \\"FilsDestription\\",\\n \\"RegionId\\": \\"cn-hangzhou\\",\\n \\"MountTargetList\\": {\\n \\"MountTargets\\": [\\n {\\n \\"VpcId\\": \\"vpc-8vbvb34rtyh6xb3zrehs1****\\",\\n \\"Status\\": \\"Active\\",\\n \\"VswId\\": \\"vsw-8vb34rtyh6xb3zrehs1****\\",\\n \\"NetworkType\\": \\"VPC\\",\\n \\"MountTargetDomain\\": \\"c0967****.cn-hangzhou.cpfs.nas.aliyuncs.com\\"\\n }\\n ]\\n }\\n }\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"\\r\\n 1\\r\\n 10\\r\\n \\r\\n \\r\\n 096751****\\r\\n \\r\\n \\r\\n Active\\r\\n Vpc\\r\\n vsw-8vb34rtyh6xb3zrehs1****\\r\\n c0967****.cn-hangzhou.cpfs.nas.aliyuncs.com \\r\\n vpc-8vbvb34rtyh6xb3zrehs1****\\r\\n \\r\\n \\r\\n NFS\\r\\n cn-hangzhou\\r\\n 2018-07-26 16:36:27\\r\\n cn-hangzhou-a\\r\\n 5120\\r\\n \\r\\n \\r\\n 10\\r\\n 2B900AFE-C938-4551-86E9-97E231BBC876\\r\\n","errorExample":""}]', 'title' => 'ListCpfsFileSystems', 'summary' => 'Queries the information about Cloud Paralleled File System (CPFS) and its mount targets.', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'ListCpfsFileSystems'], ], ], 'ramActions' => [ [ 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:ListCpfsFileSystems', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], 'ListCurrentClientVersion' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['autoTest' => false, 'tenantRelevance' => 'publicInformation'], 'parameters' => [], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'ClientVersion' => ['description' => 'The latest version number of ehpcutil.'."\n", 'type' => 'string', 'example' => '1.1.1', 'title' => ''], 'RequestId' => ['description' => 'The request ID.'."\n", 'type' => 'string', 'example' => '04F0F334-1335-436C-A1D7-6C044FE73368', 'title' => ''], ], 'description' => '', 'title' => '', ], ], ], 'errorCodes' => [ 406 => [ ['errorCode' => 'DbError', 'errorMessage' => 'A database service error occurred.', 'description' => 'Database request failed.'], ], [ ['errorCode' => 'NotAuthorized', 'errorMessage' => 'You are not authorized by RAM for this request.', 'description' => 'The request is not authorized by RAM.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"ClientVersion\\": \\"1.1.1\\",\\n \\"RequestId\\": \\"04F0F334-1335-436C-A1D7-6C044FE73368\\"\\n}","errorExample":""},{"type":"xml","example":"\\r\\n 04F0F334-1335-436C-A1D7-6C044FE73368\\r\\n 1.0.24\\r\\n","errorExample":""}]', 'title' => 'ListCurrentClientVersion', 'summary' => 'Query the latest version number of the cluster client (ehpcutil).', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'ramActions' => [ [ 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:ListCurrentClientVersion', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], 'ListCustomImages' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['autoTest' => false, 'tenantRelevance' => 'publicInformation'], 'parameters' => [ [ 'name' => 'ImageOwnerAlias', 'in' => 'query', 'schema' => ['description' => 'The image source. Valid values:'."\n" ."\n" .'* self: custom image'."\n" .'* others: shared image'."\n", 'type' => 'string', 'required' => false, 'example' => 'self', 'title' => ''], ], [ 'name' => 'BaseOsTag', 'in' => 'query', 'schema' => ['description' => 'The image tag of the operating system. The tag is used only for management nodes.'."\n", 'type' => 'string', 'required' => false, 'example' => 'CentOS_7.2_64', 'title' => ''], ], [ 'name' => 'InstanceType', 'in' => 'query', 'schema' => ['description' => 'The instance type of the Elastic Compute Service (ECS) instance. If you do not specify the instance type, the community images that are supported by all instance types are queried.'."\n", 'type' => 'string', 'required' => false, 'example' => 'ecs.n1.tiny', 'title' => ''], ], [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => ['description' => 'The cluster ID.'."\n" ."\n" .'* If you specify a value for this parameter, all community images in the region where the cluster resides are queried.'."\n" .'* If you do not specify a value for this parameter, the community images that are supported by all clusters are queried.'."\n", 'type' => 'string', 'required' => false, 'example' => 'ehpc-hz-FYUr32****', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => 'The request ID.'."\n", 'type' => 'string', 'example' => '04F0F334-1335-436C-A1D7-6C044FE73368', 'title' => ''], 'Images' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'ImageInfo' => [ 'description' => 'The list of community images, including custom images and shared images.'."\n", 'title' => '', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Status' => ['description' => '> This parameter is not publicly available.'."\n", 'type' => 'string', 'example' => 'Available', 'title' => ''], 'PostInstallScript' => ['description' => '> This parameter is not publicly available.'."\n", 'type' => 'string', 'example' => 'example.sh', 'title' => ''], 'Description' => ['description' => 'The description of the image.'."\n", 'type' => 'string', 'example' => 'ExampleDescription', 'title' => ''], 'Size' => ['description' => 'The size of the image. Unit: GiB.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '40', 'title' => ''], 'ImageOwnerAlias' => ['description' => 'The type of the image. Valid values:'."\n" ."\n" .'* self: custom image'."\n" .'* others: shared image'."\n", 'type' => 'string', 'example' => 'self', 'title' => ''], 'ImageName' => ['description' => 'The name of the image.'."\n", 'type' => 'string', 'example' => 'CHESS5V5.0.27', 'title' => ''], 'SkuCode' => ['description' => '> This parameter is not publicly available.'."\n", 'type' => 'string', 'example' => 'ECS', 'title' => ''], 'PricingCycle' => ['description' => '> This parameter is not publicly available.'."\n", 'type' => 'string', 'example' => 'Month', 'title' => ''], 'ImageId' => ['description' => 'The image ID.'."\n", 'type' => 'string', 'example' => 'm-bp181x855551ww5yq****', 'title' => ''], 'ProductCode' => ['description' => '> This parameter is not publicly available.'."\n", 'type' => 'string', 'example' => 'cmjj028279', 'title' => ''], 'Uid' => ['description' => '> This parameter is not publicly available.'."\n", 'type' => 'string', 'example' => '127****', 'title' => ''], 'BaseOsTag' => [ 'description' => 'The image tag of the operating system.'."\n", 'type' => 'object', 'properties' => [ 'Platform' => ['description' => 'The OS. Valid values:'."\n" ."\n" .'* CentOS'."\n" .'* windows'."\n", 'type' => 'string', 'example' => 'CentOS', 'title' => ''], 'OsTag' => ['description' => 'The tags of the image.'."\n", 'type' => 'string', 'example' => 'CentOS_7.2_64', 'title' => ''], 'Version' => ['description' => 'The version of the operating system.'."\n", 'type' => 'string', 'example' => '7.2', 'title' => ''], 'Architecture' => ['description' => 'The architecture of the operating system. Valid values:'."\n" ."\n" .'* i386'."\n" .'* x86\\_64'."\n", 'type' => 'string', 'example' => 'i386', 'title' => ''], ], 'title' => '', ], 'OsTag' => [ 'description' => 'An array of system images that are supported by E-HPC.'."\n", 'type' => 'object', 'properties' => [ 'Platform' => ['description' => 'The OS.'."\n", 'type' => 'string', 'example' => 'CentOS', 'title' => ''], 'OsTag' => ['description' => 'The tag of the image.'."\n", 'type' => 'string', 'example' => 'CentOS_7.2_64', 'title' => ''], 'Version' => ['description' => 'The version of the operating system.'."\n", 'type' => 'string', 'example' => '7.2', 'title' => ''], 'Architecture' => ['description' => 'The architecture of the operating system. Valid values:'."\n" ."\n" .'* i386'."\n" .'* x86\\_64'."\n", 'type' => 'string', 'example' => 'x86_64', 'title' => ''], 'BaseOsTag' => ['description' => 'The image tag of the operating system.'."\n", 'type' => 'string', 'example' => 'CentOS_7.2_64', 'title' => ''], ], 'title' => '', ], ], 'description' => '', 'title' => '', ], ], ], ], ], 'description' => '', 'title' => '', ], ], ], 'errorCodes' => [ 404 => [ ['errorCode' => 'ImageNotFound', 'errorMessage' => 'The specified image does not exist.', 'description' => 'The specified image does not exist. Please verify the parameter.'], ], 406 => [ ['errorCode' => 'EcsError', 'errorMessage' => 'An error occurred while calling the ECS API operation.', 'description' => 'ECS API call error. %s'], ['errorCode' => 'DbError', 'errorMessage' => 'A database service error occurred.', 'description' => 'Database request failed.'], ], [ ['errorCode' => 'NotAuthorized', 'errorMessage' => 'You are not authorized by RAM for this request.', 'description' => 'The request is not authorized by RAM.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"04F0F334-1335-436C-A1D7-6C044FE73368\\",\\n \\"Images\\": {\\n \\"ImageInfo\\": [\\n {\\n \\"Status\\": \\"Available\\",\\n \\"PostInstallScript\\": \\"example.sh\\",\\n \\"Description\\": \\"ExampleDescription\\",\\n \\"Size\\": 40,\\n \\"ImageOwnerAlias\\": \\"self\\",\\n \\"ImageName\\": \\"CHESS5V5.0.27\\",\\n \\"SkuCode\\": \\"ECS\\",\\n \\"PricingCycle\\": \\"Month\\",\\n \\"ImageId\\": \\"m-bp181x855551ww5yq****\\",\\n \\"ProductCode\\": \\"cmjj028279\\",\\n \\"Uid\\": \\"127****\\",\\n \\"BaseOsTag\\": {\\n \\"Platform\\": \\"CentOS\\",\\n \\"OsTag\\": \\"CentOS_7.2_64\\",\\n \\"Version\\": \\"7.2\\",\\n \\"Architecture\\": \\"i386\\"\\n },\\n \\"OsTag\\": {\\n \\"Platform\\": \\"CentOS\\",\\n \\"OsTag\\": \\"CentOS_7.2_64\\",\\n \\"Version\\": \\"7.2\\",\\n \\"Architecture\\": \\"x86_64\\",\\n \\"BaseOsTag\\": \\"CentOS_7.2_64\\"\\n }\\n }\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"\\n 04F0F334-1335-436C-A1D7-6C044FE73368\\n Month\\n Available\\n m-bp1h8aoe73p71iow****\\n \\n CHESS5V5.0.27\\n cmjj028279\\n marketplace\\n 127****\\n 40\\n ECS\\n \\n x86_64\\n 7.2\\n CentOS\\n CentOS_7.2_64\\n CentOS_7.2_64\\n \\n \\n x86_64\\n 7.2\\n CentOS\\n CentOS_7.2_64\\n \\n","errorExample":""}]', 'title' => 'ListCustomImages', 'summary' => 'Queries custom images and shared images supported by Elastic High Performance Computing (E-HPC).', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'ramActions' => [ [ 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:ListCustomImages', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], 'ListFileSystemWithMountTargets' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['autoTest' => false, 'tenantRelevance' => 'publicInformation'], 'parameters' => [ [ 'name' => 'PageNumber', 'in' => 'query', 'schema' => ['description' => 'The page number.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1', 'default' => '1', 'title' => ''], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['description' => 'The number of entries to return on each page. Valid values: 1 to 50. Default value: 10.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'maximum' => '50', 'example' => '10', 'default' => '10', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'PageSize' => ['description' => 'The number of entries returned per page. Valid values: 1 to 50. Default value: 10.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '10', 'title' => ''], 'RequestId' => ['description' => 'The request ID.'."\n", 'type' => 'string', 'example' => '25638B77-2F19-5DC5-B578-7790CE92052B', 'title' => ''], 'PageNumber' => ['description' => 'The page number.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''], 'TotalCount' => ['description' => 'The total number of entries.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''], 'FileSystemList' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'FileSystems' => [ 'description' => 'The queried file systems.'."\n", 'title' => '', 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'object', 'properties' => [ 'Status' => ['description' => 'The status of the file system. Valid values:'."\n" ."\n" .'* Pending: The file system is being created or modified.'."\n" .'* Running: The file system is available.'."\n" .'* Stopped: The file system is unavailable.'."\n" .'* Extending: The file system is being scaled up.'."\n" .'* Stopping: The file system is being disabled.'."\n" .'* Deleting: The file system is being deleted.'."\n", 'type' => 'string', 'example' => 'Running', 'title' => ''], 'Capacity' => ['description' => 'The capacity of the file system. Unit: GiB.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '5120', 'title' => ''], 'CreateTime' => ['description' => 'The time when the file system was created.'."\n", 'type' => 'string', 'example' => '2018-07-26 16:36:27', 'title' => ''], 'StorageType' => ['description' => 'The storage type of the file system.'."\n" ."\n" .'* Valid values if FileSystemType is set to standard: Capacity and Performance.'."\n" .'* Valid values if FileSystemType is set to extreme: standard and advance.'."\n", 'type' => 'string', 'example' => 'Performance', 'title' => ''], 'BandWidth' => ['description' => 'The bandwidth of the file system. Unit: Mbit/s.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '150', 'title' => ''], 'RegionId' => ['description' => 'The region ID.'."\n", 'type' => 'string', 'example' => 'cn-hangzhou', 'title' => ''], 'FileSystemId' => ['description' => 'The ID of the file system.'."\n", 'type' => 'string', 'example' => '088b****', 'title' => ''], 'FileSystemType' => ['description' => 'The type of the file system. Valid value:'."\n" ."\n" .'* standard: general-purpose network-attached storage (NAS) file systems.'."\n" .'* extreme: extreme NAS file systems.'."\n", 'type' => 'string', 'example' => 'standard', 'title' => ''], 'MeteredSize' => ['description' => 'The used capacity of the NAS file system. Unit: bytes.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '1216816455', 'title' => ''], 'EncryptType' => ['description' => 'Indicates whether data in the file system is encrypted.'."\n" ."\n" .'You can use keys that are managed by Key Management Service (KMS) to encrypt the data in a file system. When you read and write the encrypted data, the data is automatically decrypted.'."\n" ."\n" .'Default value: 0. Valid values:'."\n" ."\n" .'* 0: The data in the file system is not encrypted.'."\n" .'* 1: The data in the file system is encrypted by using a NAS-managed key. This parameter is valid if FileSystemType is set to standard or extreme.'."\n" .'* 2: The data in the file system is encrypted by using a KMS-managed key. This parameter is valid only if FileSystemType is set to extreme.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '0', 'title' => ''], 'ProtocolType' => ['description' => 'The protocol type of the file system. Valid values:'."\n" ."\n" .'* NFS- SMB'."\n", 'type' => 'string', 'example' => 'NFS', 'title' => ''], 'Destription' => ['description' => 'The description of the file system.'."\n", 'type' => 'string', 'example' => 'FilesDescription', 'title' => ''], 'PackageList' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'Packages' => [ 'description' => 'The list of storage plans.'."\n", 'title' => '', 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'object', 'properties' => [ 'PackageId' => ['description' => 'The ID of the storage plan.'."\n", 'type' => 'string', 'example' => 'naspackage-0be9c4b624-37****', 'title' => ''], ], 'title' => '', ], ], ], ], 'MountTargetList' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'MountTargets' => [ 'description' => 'The list of mount targets.'."\n", 'title' => '', 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'object', 'properties' => [ 'Status' => ['description' => 'The status of the mount target. Valid values:'."\n" ."\n" .'* Active: The mount target is available.'."\n" .'* Inactive: The mount target is unavailable.'."\n" .'* Pending: The mount target is being created or modified.'."\n" .'* Deleting: The mount target is being deleted.'."\n", 'type' => 'string', 'example' => 'Active', 'title' => ''], 'VpcId' => ['description' => 'The ID of the virtual private cloud (VPC).'."\n", 'type' => 'string', 'example' => 'vpc-8vbvb34rtyh6xb3zrehs1****', 'title' => ''], 'MountTargetDomain' => ['description' => 'The domain in which the mount target resides.'."\n", 'type' => 'string', 'example' => '088b****-lj2.cn-hangzhou.nas.aliyuncs.com', 'title' => ''], 'AccessGroup' => ['description' => 'Indicates whether the permission group is the default permission group of the user.'."\n" ."\n" .'Valid values:'."\n" ."\n" .'* true: The permission group is the default permission group. In this case, all IP addresses are allowed to access the permission group, and the user cannot delete the permission group and permission rules in the permission group.'."\n" .'* false: The permission group is not the default permission group.'."\n", 'type' => 'string', 'example' => 'DEFAULT_VPC_GROUP_NAME', 'title' => ''], 'VswId' => ['description' => 'The vSwitch ID.'."\n", 'type' => 'string', 'example' => 'vsw-8vb34rtyh6xb3zrehs1****', 'title' => ''], 'NetworkType' => ['description' => 'The network type. Valid values:'."\n" ."\n" .'* vpc'."\n" .'* classic'."\n", 'type' => 'string', 'example' => 'vpc', 'title' => ''], ], 'title' => '', ], ], ], ], 'VpcId' => ['description' => 'The ID of the VPC.'."\n", 'type' => 'string', 'example' => 'vpc-bp132kgui8n0targbn1cm', 'title' => ''], ], 'title' => '', ], ], ], ], ], 'description' => '', 'title' => '', ], ], ], 'errorCodes' => [ 406 => [ ['errorCode' => 'NasError', 'errorMessage' => 'NAS API request failed.', 'description' => 'Failed to request the NAS interface.'], ['errorCode' => 'DbError', 'errorMessage' => 'A database service error occurred.', 'description' => 'Database request failed.'], ], [ ['errorCode' => 'NotAuthorized', 'errorMessage' => 'You are not authorized by RAM for this request.', 'description' => 'The request is not authorized by RAM.'], ['errorCode' => 'EntityNotExist.Role', 'errorMessage' => 'The role does not exist.', 'description' => 'The role does not exist.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"PageSize\\": 10,\\n \\"RequestId\\": \\"25638B77-2F19-5DC5-B578-7790CE92052B\\",\\n \\"PageNumber\\": 1,\\n \\"TotalCount\\": 1,\\n \\"FileSystemList\\": {\\n \\"FileSystems\\": [\\n {\\n \\"Status\\": \\"Running\\",\\n \\"Capacity\\": 5120,\\n \\"CreateTime\\": \\"2018-07-26 16:36:27\\",\\n \\"StorageType\\": \\"Performance\\",\\n \\"BandWidth\\": 150,\\n \\"RegionId\\": \\"cn-hangzhou\\",\\n \\"FileSystemId\\": \\"088b****\\",\\n \\"FileSystemType\\": \\"standard\\",\\n \\"MeteredSize\\": 1216816455,\\n \\"EncryptType\\": 0,\\n \\"ProtocolType\\": \\"NFS\\",\\n \\"Destription\\": \\"FilesDescription\\",\\n \\"PackageList\\": {\\n \\"Packages\\": [\\n {\\n \\"PackageId\\": \\"naspackage-0be9c4b624-37****\\"\\n }\\n ]\\n },\\n \\"MountTargetList\\": {\\n \\"MountTargets\\": [\\n {\\n \\"Status\\": \\"Active\\",\\n \\"VpcId\\": \\"vpc-8vbvb34rtyh6xb3zrehs1****\\",\\n \\"MountTargetDomain\\": \\"088b****-lj2.cn-hangzhou.nas.aliyuncs.com\\",\\n \\"AccessGroup\\": \\"DEFAULT_VPC_GROUP_NAME\\",\\n \\"VswId\\": \\"vsw-8vb34rtyh6xb3zrehs1****\\",\\n \\"NetworkType\\": \\"vpc\\"\\n }\\n ]\\n },\\n \\"VpcId\\": \\"vpc-bp132kgui8n0targbn1cm\\"\\n }\\n ]\\n }\\n}","type":"json"}]', 'title' => 'ListFileSystemWithMountTargets', 'summary' => 'Queries file systems and mount targets.', 'changeSet' => [], 'ramActions' => [ [ 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:ListFileSystemWithMountTargets', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], 'ListImages' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['autoTest' => false, 'tenantRelevance' => 'publicInformation'], 'parameters' => [ [ 'name' => 'BaseOsTag', 'in' => 'query', 'schema' => ['description' => 'The image tag of the operating system. The tag is used only for management nodes.'."\n", 'type' => 'string', 'required' => false, 'example' => 'CentOS_7.2_64', 'title' => ''], ], [ 'name' => 'InstanceType', 'in' => 'query', 'schema' => ['description' => 'The instance type.'."\n" ."\n" .'* If a value is passed to the parameter, the list of images that are supported by the specified instance type is queried.'."\n" .'* If no value is passed to the parameter, the list of images that are supported by all instance types is queried.'."\n", 'type' => 'string', 'required' => false, 'example' => 'ecs.n1.medium', 'title' => ''], ], ], 'responses' => [ 200 => [ 'headers' => [], 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => 'The ID of the request.'."\n", 'type' => 'string', 'example' => '04F0F334-1335-436C-A1D7-6C044FE7****', 'title' => ''], 'OsTags' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'OsInfo' => [ 'description' => 'The list of images that are supported by E-HPC.'."\n", 'title' => '', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Version' => ['description' => 'The version of the operating system.'."\n", 'type' => 'string', 'example' => '7.2', 'title' => ''], 'BaseOsTag' => ['description' => 'The image tag of the operating system. The tag is used only for management nodes.'."\n", 'type' => 'string', 'example' => 'CentOS_7.2_64', 'title' => ''], 'Platform' => ['description' => 'The operating system. Valid values:'."\n" ."\n" .'* CentOS'."\n" .'* windows'."\n", 'type' => 'string', 'example' => 'CentOS', 'title' => ''], 'OsTag' => ['description' => 'The tag that is added to the image.'."\n", 'type' => 'string', 'example' => 'CentOS_7.2_64', 'title' => ''], 'ImageId' => ['description' => 'The ID of the image.'."\n", 'type' => 'string', 'example' => 'm-bp1h8aoe73p71iow****', 'title' => ''], 'Architecture' => ['description' => 'The architecture of the operating system. Valid values:'."\n" ."\n" .'* i386'."\n" .'* x86\\_64'."\n", 'type' => 'string', 'example' => 'i386', 'title' => ''], 'OSName' => ['description' => 'The name of the image.'."\n", 'type' => 'string', 'example' => 'CentOS_7.2_64', 'title' => ''], 'OSNameEn' => ['description' => 'The name of the image in English.'."\n", 'type' => 'string', 'example' => 'CentOS_7.2_64', 'title' => ''], ], 'description' => '', 'title' => '', ], ], ], ], ], 'description' => '', 'title' => '', ], ], ], 'errorCodes' => [ 404 => [ ['errorCode' => 'ImageNotFound', 'errorMessage' => 'The specified image does not exist.', 'description' => 'The specified image does not exist. Please verify the parameter.'], ], 406 => [ ['errorCode' => 'EcsError', 'errorMessage' => 'An error occurred while calling the ECS API operation.', 'description' => 'ECS API call error. %s'], ['errorCode' => 'DbError', 'errorMessage' => 'A database service error occurred.', 'description' => 'Database request failed.'], ], [ ['errorCode' => 'NotAuthorized', 'errorMessage' => 'You are not authorized by RAM for this request.', 'description' => 'The request is not authorized by RAM.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"04F0F334-1335-436C-A1D7-6C044FE7****\\",\\n \\"OsTags\\": {\\n \\"OsInfo\\": [\\n {\\n \\"Version\\": \\"7.2\\",\\n \\"BaseOsTag\\": \\"CentOS_7.2_64\\",\\n \\"Platform\\": \\"CentOS\\",\\n \\"OsTag\\": \\"CentOS_7.2_64\\",\\n \\"ImageId\\": \\"m-bp1h8aoe73p71iow****\\",\\n \\"Architecture\\": \\"i386\\",\\n \\"OSName\\": \\"CentOS_7.2_64\\",\\n \\"OSNameEn\\": \\"CentOS_7.2_64\\"\\n }\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"\\n 04F0F334-1335-436C-A1D7-6C044FE7****\\n \\n 7.2\\n CentOS_7.2_64\\n CentOS\\n CentOS_7.2_64\\n m-bp1h8aoe73p71iow****\\n i386\\n CentOS_7.2_64\\n CentOS_7.2_64\\n \\n","errorExample":""}]', 'title' => 'ListImages', 'summary' => 'Queries the list of images that can be installed in a cluster.', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'ramActions' => [ [ 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:ListImages', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], 'ListInstalledSoftware' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['autoTest' => false, 'tenantRelevance' => 'publicInformation'], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => ['description' => 'The cluster ID.'."\n" ."\n" .'You can call the [ListClusters](~~87116~~) operation to query the cluster ID.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'ehpc-hz-FYUr32****', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => 'The request ID.'."\n", 'type' => 'string', 'example' => 'DDCA0E7B-03E7-430D-810C-0D508539****', 'title' => ''], 'SoftwareList' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'SoftwareList' => [ 'description' => 'The installed software.'."\n", 'title' => '', 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'object', 'properties' => [ 'SoftwareId' => ['description' => 'The software ID.'."\n", 'type' => 'string', 'example' => 'MPICH_3.2', 'title' => ''], 'SoftwareStatus' => ['description' => 'The status of the software. Valid values:'."\n" ."\n" .'* Installing: The software is being installed.'."\n" .'* Installed: The software is installed.'."\n", 'type' => 'string', 'example' => 'Installing', 'title' => ''], 'SoftwareVersion' => ['description' => 'The version of the software.'."\n", 'type' => 'string', 'example' => '3.2', 'title' => ''], 'SoftwareName' => ['description' => 'The name of the software.'."\n", 'type' => 'string', 'example' => 'mpich', 'title' => ''], ], 'title' => '', ], ], ], ], ], 'description' => '', 'title' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParams', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => 'The specified parameter %s is invalid.'], ], 404 => [ ['errorCode' => 'ClusterNotFound', 'errorMessage' => 'The specified cluster does not exist.', 'description' => 'The specified instance does not exist.'], ], 406 => [ ['errorCode' => 'DbError', 'errorMessage' => 'A database service error occurred.', 'description' => 'Database request failed.'], ['errorCode' => 'AliyunError', 'errorMessage' => 'An Alibaba Cloud product error occurred.', 'description' => 'Alibaba Cloud product error. %s'], ], [ ['errorCode' => 'NotAuthorized', 'errorMessage' => 'You are not authorized by RAM for this request.', 'description' => 'The request is not authorized by RAM.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"DDCA0E7B-03E7-430D-810C-0D508539****\\",\\n \\"SoftwareList\\": {\\n \\"SoftwareList\\": [\\n {\\n \\"SoftwareId\\": \\"MPICH_3.2\\",\\n \\"SoftwareStatus\\": \\"Installing\\",\\n \\"SoftwareVersion\\": \\"3.2\\",\\n \\"SoftwareName\\": \\"mpich\\"\\n }\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"\\r\\n 200\\r\\n \\r\\n \\r\\n \\r\\n 3.2\\r\\n Installing\\r\\n MPICH_3.2\\r\\n mpich\\r\\n \\r\\n \\r\\n \\r\\n DDCA0E7B-03E7-430D-810C-0D508539****\\r\\n true\\r\\n","errorExample":""}]', 'title' => 'ListInstalledSoftware', 'summary' => 'Queries the software that is installed in a cluster.', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'ramActions' => [ [ 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:ListInstalledSoftware', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], 'ListInvocationResults' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['autoTest' => false, 'tenantRelevance' => 'publicInformation'], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => ['description' => 'The ID of the cluster.'."\n" ."\n" .'You can call the [ListClusters](~~87116~~) operation to query the cluster ID.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'ehpc-hz-FYUr32****', 'title' => ''], ], [ 'name' => 'CommandId', 'in' => 'query', 'schema' => ['description' => 'The ID of the command.'."\n" ."\n" .'You can call the [ListCommands](~~87388~~) operation to query the command ID.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'c-hz01v8x80o3****', 'title' => ''], ], [ 'name' => 'InvokeRecordStatus', 'in' => 'query', 'schema' => ['description' => 'The status of the command that you want to query. Valid values:'."\n" ."\n" .'* Finished'."\n" .'* Running'."\n" .'* Failed'."\n" .'* Stopped'."\n", 'type' => 'string', 'required' => false, 'example' => 'Finished', 'title' => ''], ], [ 'name' => 'PageNumber', 'in' => 'query', 'schema' => ['description' => 'The number of the page to return.'."\n" ."\n" .'Page numbers start from 1.'."\n" ."\n" .'Default value: 1'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1', 'default' => '1', 'title' => ''], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['description' => 'The number of entries to return on each page. Valid values: 1 to 50.'."\n" ."\n" .'Default value: 10'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'maximum' => '50', 'example' => '10', 'default' => '10', 'title' => ''], ], [ 'name' => 'Instance', 'in' => 'query', 'style' => 'repeatList', 'schema' => [ 'description' => 'The information of nodes on which the command is run.'."\n", 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Id' => ['description' => 'The ID of the node on which the command is run.'."\n" ."\n" .'> The Instance.N.Id parameter specifies the node on which the command is run. If it is not specified, the command is run on all nodes of the cluster.'."\n", 'type' => 'string', 'required' => false, 'example' => 'i-uf65bh2113hlqvyr****', 'title' => ''], ], 'required' => false, 'description' => '', 'title' => '', ], 'required' => false, 'maxItems' => 10000, 'title' => '', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'PageSize' => ['description' => 'The number of entries returned per page.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '10', 'title' => ''], 'RequestId' => ['description' => 'The ID of the request.'."\n", 'type' => 'string', 'example' => '04F0F334-1335-436C-A1D7-6C044FE73368', 'title' => ''], 'PageNumber' => ['description' => 'The page number of the returned page.', 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''], 'TotalCount' => ['description' => 'The total number of returned entries.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''], 'InvocationResults' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'InvocationResult' => [ 'description' => 'The result of the command.'."\n", 'title' => '', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Success' => ['description' => 'Indicates whether the command was run and its result was obtained.'."\n", 'type' => 'boolean', 'example' => 'true', 'title' => ''], 'Message' => ['description' => 'The output result.'."\n", 'type' => 'string', 'example' => 'hello world', 'title' => ''], 'FinishedTime' => ['description' => 'The time at which the command entered the Finished state.'."\n", 'type' => 'string', 'example' => '2021-09-06T09:14:56Z', 'title' => ''], 'CommandId' => ['description' => 'The ID of the command.'."\n", 'type' => 'string', 'example' => 'c-hz01v8x80o3****', 'title' => ''], 'InstanceId' => ['description' => 'The ID of the node on which the command was run.'."\n", 'type' => 'string', 'example' => 'i-uf65bh2113hlqvyr****', 'title' => ''], 'InvokeRecordStatus' => ['description' => 'The status of the command. Valid values:'."\n" ."\n" .'* Finished'."\n" .'* Running'."\n" .'* Failed'."\n" .'* Stopped'."\n", 'type' => 'string', 'example' => 'Finished', 'title' => ''], 'ExitCode' => ['description' => 'The exit code.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '0', 'title' => ''], ], 'description' => '', 'title' => '', ], ], ], ], ], 'description' => '', 'title' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParams', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => 'The specified parameter %s is invalid.'], ['errorCode' => 'NotEnabled', 'errorMessage' => 'You have not enabled this service', 'description' => 'You have not enabled this service'], ['errorCode' => 'InDebt', 'errorMessage' => 'Your account has overdue payments.', 'description' => 'Your account has overdue payments.'], ], 403 => [ ['errorCode' => 'InvalidClusterStatus', 'errorMessage' => 'The operation failed due to invalid cluster status.', 'description' => 'The cluster status does not support the operation.'], ['errorCode' => 'ConflictOpt', 'errorMessage' => 'A conflicting operation is running.', 'description' => 'A conflicting operation is running. Please try again later.'], ], [ ['errorCode' => 'ClusterNotFound', 'errorMessage' => 'The specified cluster does not exist.', 'description' => 'The specified instance does not exist.'], ['errorCode' => 'ObjectNotFound', 'errorMessage' => 'The specified object is not found.', 'description' => 'The specified object does not exist. Please verify the parameter.'], ], 406 => [ ['errorCode' => 'EcsError', 'errorMessage' => 'An error occurred while calling the ECS API operation.', 'description' => 'ECS API call error. %s'], ['errorCode' => 'AgentError', 'errorMessage' => 'The agent service request failed.', 'description' => 'The cluster-side command failed to run. %s'], ['errorCode' => 'AliyunError', 'errorMessage' => 'An Alibaba Cloud product error occurred.', 'description' => 'Alibaba Cloud product error. %s'], ], [ ['errorCode' => 'NotAuthorized', 'errorMessage' => 'You are not authorized by RAM for this request.', 'description' => 'The request is not authorized by RAM.'], ], 409 => [ ['errorCode' => 'PartFailure', 'errorMessage' => 'Part of the batch operation failed.', 'description' => 'Part of the batch operation failed.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"PageSize\\": 10,\\n \\"RequestId\\": \\"04F0F334-1335-436C-A1D7-6C044FE73368\\",\\n \\"PageNumber\\": 1,\\n \\"TotalCount\\": 1,\\n \\"InvocationResults\\": {\\n \\"InvocationResult\\": [\\n {\\n \\"Success\\": true,\\n \\"Message\\": \\"hello world\\",\\n \\"FinishedTime\\": \\"2021-09-06T09:14:56Z\\",\\n \\"CommandId\\": \\"c-hz01v8x80o3****\\",\\n \\"InstanceId\\": \\"i-uf65bh2113hlqvyr****\\",\\n \\"InvokeRecordStatus\\": \\"Finished\\",\\n \\"ExitCode\\": 0\\n }\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"\\r\\n 04F0F334-1335-436C-A1D7-6C044FE73368\\r\\n 1\\r\\n 1\\r\\n 10\\r\\n \\r\\n \\r\\n c-hz01v8x80o3****\\r\\n true\\r\\n Finished\\r\\n 2021-09-06T09:14:56Z\\r\\n 0\\r\\n hello world\\r\\n i-uf65bh2113hlqvyr****\\r\\n \\r\\n \\r\\n","errorExample":""}]', 'title' => 'ListInvocationResults', 'summary' => 'Queries the result of an interactive command in a cluster.', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'ramActions' => [ [ 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:ListInvocationResults', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], 'ListInvocationStatus' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['autoTest' => false, 'tenantRelevance' => 'publicInformation'], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => ['description' => 'The cluster ID.'."\n" ."\n" .'You can call the [ListClusters](~~87116~~) operation to query the cluster ID.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'ehpc-hz-FYUr32****', 'title' => ''], ], [ 'name' => 'CommandId', 'in' => 'query', 'schema' => ['description' => 'The command ID.'."\n" ."\n" .'You can call the [ListCommands](~~87388~~) operation to query the command ID.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'c-hz01v8x80o3****', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => 'The request ID.'."\n", 'type' => 'string', 'example' => '04F0F334-1335-436C-A1D7-6C044FE7****', 'title' => ''], 'CommandId' => ['description' => 'The command ID.'."\n", 'type' => 'string', 'example' => 'c-hz01v8x80o3****', 'title' => ''], 'InvokeStatus' => ['description' => 'The status of the command. Valid values:'."\n" ."\n" .'* Finished: The execution of the command finished.'."\n" .'* Running: The command is being executed.'."\n" .'* Failed: The command failed to be executed.'."\n" .'* Stopped: The execution of the command stopped.'."\n", 'type' => 'string', 'example' => 'Finished', 'title' => ''], 'InvokeInstances' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'InvokeInstance' => [ 'description' => 'An array of execution statuses. An entry is returned for each node.'."\n", 'title' => '', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'InstanceInvokeStatus' => ['description' => 'The status of the node. Valid values:'."\n" ."\n" .'* Finished: The running of the node finished.'."\n" .'* Running: The node is running.'."\n" .'* Failed: The node failed to run.'."\n" .'* Stopped: The running of the node stopped.'."\n", 'type' => 'string', 'example' => 'Finished', 'title' => ''], 'InstanceId' => ['description' => 'The ID of the node.'."\n", 'type' => 'string', 'example' => 'i-uf6abz34m2714bp4****', 'title' => ''], ], 'description' => '', 'title' => '', ], ], ], ], ], 'description' => '', 'title' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParams', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => 'The specified parameter %s is invalid.'], ['errorCode' => 'NotEnabled', 'errorMessage' => 'You have not enabled this service', 'description' => 'You have not enabled this service'], ['errorCode' => 'InDebt', 'errorMessage' => 'Your account has overdue payments.', 'description' => 'Your account has overdue payments.'], ], 403 => [ ['errorCode' => 'InvalidClusterStatus', 'errorMessage' => 'The operation failed due to invalid cluster status.', 'description' => 'The cluster status does not support the operation.'], ['errorCode' => 'ConflictOpt', 'errorMessage' => 'A conflicting operation is running.', 'description' => 'A conflicting operation is running. Please try again later.'], ], [ ['errorCode' => 'ClusterNotFound', 'errorMessage' => 'The specified cluster does not exist.', 'description' => 'The specified instance does not exist.'], ['errorCode' => 'ObjectNotFound', 'errorMessage' => 'The specified object is not found.', 'description' => 'The specified object does not exist. Please verify the parameter.'], ], 406 => [ ['errorCode' => 'EcsError', 'errorMessage' => 'An error occurred while calling the ECS API operation.', 'description' => 'ECS API call error. %s'], ['errorCode' => 'AgentError', 'errorMessage' => 'The agent service request failed.', 'description' => 'The cluster-side command failed to run. %s'], ['errorCode' => 'AliyunError', 'errorMessage' => 'An Alibaba Cloud product error occurred.', 'description' => 'Alibaba Cloud product error. %s'], ], [ ['errorCode' => 'NotAuthorized', 'errorMessage' => 'You are not authorized by RAM for this request.', 'description' => 'The request is not authorized by RAM.'], ], 409 => [ ['errorCode' => 'PartFailure', 'errorMessage' => 'Part of the batch operation failed.', 'description' => 'Part of the batch operation failed.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"04F0F334-1335-436C-A1D7-6C044FE7****\\",\\n \\"CommandId\\": \\"c-hz01v8x80o3****\\",\\n \\"InvokeStatus\\": \\"Finished\\",\\n \\"InvokeInstances\\": {\\n \\"InvokeInstance\\": [\\n {\\n \\"InstanceInvokeStatus\\": \\"Finished\\",\\n \\"InstanceId\\": \\"i-uf6abz34m2714bp4****\\"\\n }\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"\\r\\n 04F0F334-1335-436C-A1D7-6C044FE73368\\r\\n c-hz01v8x80o3****\\r\\n Finished\\r\\n \\r\\n \\r\\n i-uf6abz34m2714bp4****\\r\\n Finished\\r\\n \\r\\n \\r\\n i-uf68t1zu3jkhs8wy****\\r\\n Finished\\r\\n \\r\\n \\r\\n","errorExample":""}]', 'title' => 'ListInvocationStatus', 'summary' => 'Queries the status of an interactive command.', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'ramActions' => [ [ 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:ListInvocationStatus', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], 'ListJobTemplates' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['autoTest' => false, 'tenantRelevance' => 'publicInformation'], 'parameters' => [ [ 'name' => 'Name', 'in' => 'query', 'schema' => ['description' => 'The name of the job template.'."\n" ."\n" .'You can call the [ListJobTemplates](~~87248~~) operation to obtain the job template name.'."\n", 'type' => 'string', 'required' => false, 'example' => 'jobtemplateName', 'title' => ''], ], [ 'name' => 'PageNumber', 'in' => 'query', 'schema' => ['description' => 'The page number to return. Pages start from page 1.'."\n" ."\n" .'Default value: 1.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1', 'default' => '1', 'title' => ''], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['description' => 'The number of entries to return per page. Maximum value: 50.'."\n" ."\n" .'Default value: 10.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'maximum' => '50', 'example' => '10', 'default' => '10', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'PageSize' => ['description' => 'The number of entries returned per page.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''], 'RequestId' => ['description' => 'The request ID.'."\n", 'type' => 'string', 'example' => '04F0F334-1335-436C-A1D7-6C044FE7****', 'title' => ''], 'PageNumber' => ['description' => 'The page number returned.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''], 'TotalCount' => ['description' => 'The total number of returned entries.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''], 'Templates' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'JobTemplates' => [ 'description' => 'The list of job templates.'."\n", 'title' => '', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Task' => ['description' => 'The number of tasks required by a single compute node. Valid values: 1 to 1000.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '2', 'title' => ''], 'Variables' => ['description' => 'The environment variables of the job.'."\n", 'type' => 'string', 'example' => '[{Name:,Value:},{Name:,Value:}]', 'title' => ''], 'CommandLine' => ['description' => 'The command that is used to run the job.'."\n", 'type' => 'string', 'example' => './LammpsTest/lammps.pbs', 'title' => ''], 'Queue' => ['description' => 'The queue of the job.'."\n", 'type' => 'string', 'example' => 'workq', 'title' => ''], 'Priority' => ['description' => 'The priority of the job. Valid values: 0 to 9. A larger value indicates a higher priority.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '0', 'title' => ''], 'Mem' => ['description' => 'The maximum memory usage of a single compute node. The unit can be GB, MB, or KB, and is case-insensitive.'."\n", 'type' => 'string', 'example' => '1GB', 'title' => ''], 'Thread' => ['description' => 'The number of threads required by a single task. Valid values: 1 to 1000.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''], 'ArrayRequest' => ['description' => 'The queue of the job.'."\n" ."\n" .'Format: X-Y:Z. X is the minimum index value. Y is the maximum index value. Z is the step size. For example, 2-7:2 indicates that three jobs need to be run and their index values are 2, 4, and 6.'."\n", 'type' => 'string', 'example' => '2-7:2', 'title' => ''], 'StderrRedirectPath' => ['description' => 'The output file path of stderr.'."\n", 'type' => 'string', 'example' => './LammpsTest', 'title' => ''], 'Node' => ['description' => 'The number of compute nodes. Valid values: 1 to 500.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '2', 'title' => ''], 'StdoutRedirectPath' => ['description' => 'The output file path of stdout.'."\n", 'type' => 'string', 'example' => './Lammps', 'title' => ''], 'Gpu' => ['description' => 'The maximum GPU usage for individual compute nodes. Valid values: 1 to 8.'."\n" ."\n" .'The parameter takes effect only when the cluster uses PBS and a compute node is a GPU-accelerated instance.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''], 'PackagePath' => ['description' => 'The path that is used to run the job.'."\n", 'type' => 'string', 'example' => './jobfolder', 'title' => ''], 'ClockTime' => ['description' => 'The maximum running time of the job. Valid formats:'."\n" ."\n" .'* hh:mm:ss'."\n" .'* mm:ss'."\n" .'* ss'."\n", 'type' => 'string', 'example' => '12:00:00', 'title' => ''], 'ReRunable' => ['description' => 'Specifies whether the job can be rerun. Valid values:'."\n" ."\n" .'* true: The job can be rerun.'."\n" .'* false: The job cannot be rerun.'."\n", 'type' => 'boolean', 'example' => 'false', 'title' => ''], 'Name' => ['description' => 'The name of the job template.'."\n", 'type' => 'string', 'example' => 'job1', 'title' => ''], 'Id' => ['description' => 'The ID of the job template.'."\n", 'type' => 'string', 'example' => 'ehpc-job-tmpl-6RxO5y****', 'title' => ''], 'RunasUser' => ['description' => 'The name of the user that runs the job.'."\n", 'type' => 'string', 'example' => 'user1', 'title' => ''], 'InputFileUrl' => ['description' => 'The URL of the job files that are uploaded to an Object Storage Service (OSS) bucket.'."\n", 'type' => 'string', 'example' => 'https://test.oss-cn-beijing.aliyuncs.com/test.py', 'title' => ''], 'WithUnzipCmd' => ['description' => 'Specifies whether to decompress the job files downloaded from an OSS bucket. Valid value:'."\n" ."\n" .'* true: decompresses the job file.'."\n" .'* false: does not decompress the job file.'."\n", 'type' => 'boolean', 'example' => 'true', 'title' => ''], 'UnzipCmd' => ['description' => 'The command that is used to decompress the job files downloaded from an OSS bucket. The parameter takes effect only when WithUnzipCmd is set to true. Valid values:'."\n" ."\n" .'* tar xzf: decompresses GZIP files.'."\n" .'* tar xf: decompresses TAR files.'."\n" .'* unzip: decompresses ZIP files.'."\n", 'type' => 'string', 'example' => 'tar xzf', 'title' => ''], ], 'description' => '', 'title' => '', ], ], ], ], ], 'description' => '', 'title' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParams', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => 'The specified parameter %s is invalid.'], ], 403 => [ ['errorCode' => 'ConflictOpt', 'errorMessage' => 'A conflicting operation is running.', 'description' => 'A conflicting operation is running. Please try again later.'], ], 406 => [ ['errorCode' => 'DbError', 'errorMessage' => 'A database service error occurred.', 'description' => 'Database request failed.'], ['errorCode' => 'AliyunError', 'errorMessage' => 'An Alibaba Cloud product error occurred.', 'description' => 'Alibaba Cloud product error. %s'], ], [ ['errorCode' => 'NotAuthorized', 'errorMessage' => 'You are not authorized by RAM for this request.', 'description' => 'The request is not authorized by RAM.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"PageSize\\": 1,\\n \\"RequestId\\": \\"04F0F334-1335-436C-A1D7-6C044FE7****\\",\\n \\"PageNumber\\": 1,\\n \\"TotalCount\\": 1,\\n \\"Templates\\": {\\n \\"JobTemplates\\": [\\n {\\n \\"Task\\": 2,\\n \\"Variables\\": \\"[{Name:,Value:},{Name:,Value:}]\\",\\n \\"CommandLine\\": \\"./LammpsTest/lammps.pbs\\",\\n \\"Queue\\": \\"workq\\",\\n \\"Priority\\": 0,\\n \\"Mem\\": \\"1GB\\",\\n \\"Thread\\": 1,\\n \\"ArrayRequest\\": \\"2-7:2\\",\\n \\"StderrRedirectPath\\": \\"./LammpsTest\\",\\n \\"Node\\": 2,\\n \\"StdoutRedirectPath\\": \\"./Lammps\\",\\n \\"Gpu\\": 1,\\n \\"PackagePath\\": \\"./jobfolder\\",\\n \\"ClockTime\\": \\"12:00:00\\",\\n \\"ReRunable\\": false,\\n \\"Name\\": \\"job1\\",\\n \\"Id\\": \\"ehpc-job-tmpl-6RxO5y****\\",\\n \\"RunasUser\\": \\"user1\\",\\n \\"InputFileUrl\\": \\"https://test.oss-cn-beijing.aliyuncs.com/test.py\\",\\n \\"WithUnzipCmd\\": true,\\n \\"UnzipCmd\\": \\"tar xzf\\"\\n }\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"\\n 1\\n 04F0F334-1335-436C-A1D7-6C044FE7****\\n 1\\n 1\\n \\n 2\\n [{Name:,Value:},{Name:,Value:}]\\n ./LammpsTest/lammps.pbs\\n workq\\n 0\\n 1GB\\n 1\\n 2-7:2\\n ./LammpsTest\\n 2\\n ./Lammps\\n 1\\n ./jobfolder\\n 12:00:00\\n false\\n job1\\n ehpc-job-tmpl-6RxO5y****\\n user1\\n https://test.oss-cn-beijing.aliyuncs.com//test.py\\n true\\n tar xzf\\n \\n","errorExample":""}]', 'title' => 'ListJobTemplates', 'summary' => 'Queries the list of job templates.', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'ramActions' => [ [ 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:ListJobTemplates', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], 'ListJobs' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['autoTest' => false, 'tenantRelevance' => 'publicInformation'], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => ['description' => 'The ID of the E-HPC cluster.'."\n" ."\n" .'You can call the [ListClusters](~~87116~~) operation to query the cluster ID.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'ehpc-hz-FYUr32****', 'title' => ''], ], [ 'name' => 'Owner', 'in' => 'query', 'schema' => ['description' => 'The name of the user that runs the job.'."\n" ."\n" .'You can call the [ListUsers](~~188572~~) operation to query the users in the cluster.'."\n", 'type' => 'string', 'required' => false, 'example' => 'user1', 'title' => ''], ], [ 'name' => 'State', 'in' => 'query', 'schema' => ['description' => 'The status of the job. Valid values:'."\n" ."\n" .'* all'."\n" .'* finished'."\n" .'* notfinish'."\n", 'type' => 'string', 'required' => false, 'example' => 'finished', 'title' => ''], ], [ 'name' => 'Rerunable', 'in' => 'query', 'schema' => ['description' => 'Specifies whether the job can be rerun. Valid values:'."\n" ."\n" .'* true'."\n" .'* false'."\n" ."\n" .'Default value: false.'."\n", 'type' => 'string', 'required' => false, 'example' => 'false', 'title' => ''], ], [ 'name' => 'PageNumber', 'in' => 'query', 'schema' => ['description' => 'The page number of the page to return.'."\n" ."\n" .'Pages start from 1.'."\n" ."\n" .'Default value: 1.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1', 'default' => '1', 'title' => ''], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['description' => 'The number of entries to return per page. Maximum value: 50.'."\n" ."\n" .'Default value: 10.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'maximum' => '50', 'example' => '10', 'default' => '10', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'PageSize' => ['description' => 'The number of entries returned per page.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '10', 'title' => ''], 'RequestId' => ['description' => 'The request ID.'."\n", 'type' => 'string', 'example' => '04F0F334-1335-436C-A1D7-6C044FE7****', 'title' => ''], 'PageNumber' => ['description' => 'The page number returned.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''], 'TotalCount' => ['description' => 'The total number of returned entries.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''], 'Jobs' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'JobInfo' => [ 'description' => 'The list of jobs.'."\n", 'title' => '', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Owner' => ['description' => 'The name of the user that ran the job.'."\n", 'type' => 'string', 'example' => 'user1', 'title' => ''], 'Comment' => ['description' => 'The description of the job.'."\n", 'type' => 'string', 'example' => 'jobDescription', 'title' => ''], 'State' => ['description' => 'The status of the job. Valid values:'."\n" ."\n" .'* FINISHED: The job is completed'."\n" .'* RUNNING: The job connector is running.'."\n" .'* QUEUED: The job is pending in a queue.'."\n", 'type' => 'string', 'example' => 'FINISHED', 'title' => ''], 'Stderr' => ['description' => 'The output file path of stderr.'."\n", 'type' => 'string', 'example' => './Temp', 'title' => ''], 'Priority' => ['description' => 'The priority of the job. Valid values: 0 to 9. A large value indicates a higher priority.'."\n", 'type' => 'string', 'example' => '0', 'title' => ''], 'ShellPath' => ['description' => 'The path that was used to run the job.'."\n", 'type' => 'string', 'example' => './Temp', 'title' => ''], 'Stdout' => ['description' => 'The output file path of stdout.'."\n", 'type' => 'string', 'example' => './Temp', 'title' => ''], 'ArrayRequest' => ['description' => 'The job array. If the job is not in a queue, the output is empty.'."\n" ."\n" .'Format: X-Y:Z. X is the minimum index value. Y is the maximum index value. Z is the step size. For example, 2-7:2 indicates that three jobs need to be run and their index values are 2, 4, and 6.'."\n", 'type' => 'string', 'example' => '1-10:2', 'title' => ''], 'StartTime' => ['description' => 'The time when the job was created.'."\n", 'type' => 'string', 'example' => '2018-07-18T17:46:48', 'title' => ''], 'LastModifyTime' => ['description' => 'The time when the job was last modified.'."\n", 'type' => 'string', 'example' => '2018-07-18T17:46:48', 'title' => ''], 'NodeList' => ['description' => 'The list of compute nodes that were used to run the job.'."\n", 'type' => 'string', 'example' => '[\'compute2\', \'compute3\']', 'title' => ''], 'Name' => ['description' => 'The name of the job.'."\n", 'type' => 'string', 'example' => 'job1', 'title' => ''], 'Id' => ['description' => 'The job ID.'."\n", 'type' => 'string', 'example' => '0.manager', 'title' => ''], 'SubmitTime' => ['description' => 'The time when the job was submitted.'."\n", 'type' => 'string', 'example' => '2018-07-18T17:46:47', 'title' => ''], 'Resources' => [ 'description' => 'The resources that were used to run the job.'."\n", 'type' => 'object', 'properties' => [ 'Nodes' => ['description' => 'The number of nodes that were used to run the job.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '0', 'title' => ''], 'Cores' => ['description' => 'The number of CPUs that were used to run the job.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '2', 'title' => ''], ], 'title' => '', ], ], 'description' => '', 'title' => '', ], ], ], ], ], 'description' => '', 'title' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParams', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => 'The specified parameter %s is invalid.'], ], 403 => [ ['errorCode' => 'InvalidClusterStatus', 'errorMessage' => 'The operation failed due to invalid cluster status.', 'description' => 'The cluster status does not support the operation.'], ['errorCode' => 'ConflictOpt', 'errorMessage' => 'A conflicting operation is running.', 'description' => 'A conflicting operation is running. Please try again later.'], ], [ ['errorCode' => 'ClusterNotFound', 'errorMessage' => 'The specified cluster does not exist.', 'description' => 'The specified instance does not exist.'], ['errorCode' => 'ManagerNotFound', 'errorMessage' => 'The manager nodes do not exist or their status is abnormal.', 'description' => 'The manager nodes do not exist or their status is abnormal.'], ], 406 => [ ['errorCode' => 'AgentError', 'errorMessage' => 'The agent service request failed.', 'description' => 'The cluster-side command failed to run. %s'], ['errorCode' => 'AgentError.Job.ListFailure', 'errorMessage' => 'Failed to list jobs: %s.', 'description' => 'Failed to obtain the job list: %s'], ['errorCode' => 'AliyunError', 'errorMessage' => 'An Alibaba Cloud product error occurred.', 'description' => 'Alibaba Cloud product error. %s'], ['errorCode' => 'ExecFail', 'errorMessage' => 'Failed to execute the command: %s.', 'description' => ''], ['errorCode' => 'AgentResponseTimeout', 'errorMessage' => 'Agent response timeout: %s', 'description' => ''], ], [ ['errorCode' => 'NotAuthorized', 'errorMessage' => 'You are not authorized by RAM for this request.', 'description' => 'The request is not authorized by RAM.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"PageSize\\": 10,\\n \\"RequestId\\": \\"04F0F334-1335-436C-A1D7-6C044FE7****\\",\\n \\"PageNumber\\": 1,\\n \\"TotalCount\\": 1,\\n \\"Jobs\\": {\\n \\"JobInfo\\": [\\n {\\n \\"Owner\\": \\"user1\\",\\n \\"Comment\\": \\"jobDescription\\",\\n \\"State\\": \\"FINISHED\\",\\n \\"Stderr\\": \\"./Temp\\",\\n \\"Priority\\": \\"0\\",\\n \\"ShellPath\\": \\"./Temp\\",\\n \\"Stdout\\": \\"./Temp\\",\\n \\"ArrayRequest\\": \\"1-10:2\\",\\n \\"StartTime\\": \\"2018-07-18T17:46:48\\",\\n \\"LastModifyTime\\": \\"2018-07-18T17:46:48\\",\\n \\"NodeList\\": \\"[\'compute2\', \'compute3\']\\",\\n \\"Name\\": \\"job1\\",\\n \\"Id\\": \\"0.manager\\",\\n \\"SubmitTime\\": \\"2018-07-18T17:46:47\\",\\n \\"Resources\\": {\\n \\"Nodes\\": 0,\\n \\"Cores\\": 2\\n }\\n }\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"\\n 1\\n 10\\n 04F0F334-1335-436C-A1D7-6C044FE7****\\n 1\\n \\n \\n jobDescription\\n user1\\n 0\\n [\'compute2\', \'compute3\']\\n 2018-07-18T17:46:48\\n 2018-07-18T17:46:48\\n 2018-07-18T17:46:47\\n job1\\n ./Temp\\n FINISHED\\n ./Temp\\n 0.manager\\n 1-10:2\\n ./Temp\\n \\n 2\\n 0\\n \\n \\n \\n","errorExample":""}]', 'title' => 'ListJobs', 'summary' => 'Queries the list of jobs in a cluster.', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'ListJobs'], ], ], 'ramActions' => [ [ 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:ListJobs', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], 'ListJobsWithFilters' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'systemTags' => ['autoTest' => false, 'tenantRelevance' => 'publicInformation'], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => ['description' => 'The ID of the E-HPC cluster.'."\n" ."\n" .'You can call the [ListClusters](~~87116~~) operation to query the cluster ID.'."\n", 'type' => 'string', 'required' => true, 'example' => 'ehpc-hz-FYUr32****', 'title' => ''], ], [ 'name' => 'PageNumber', 'in' => 'query', 'schema' => ['description' => 'The page number to return.'."\n" ."\n" .'Pages start from 1.'."\n" ."\n" .'Default value: 1.'."\n", 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1', 'title' => ''], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['description' => 'The number of entries per page. Maximum value: 50.'."\n" ."\n" .'Default value: 10.'."\n", 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '10', 'title' => ''], ], [ 'name' => 'Users', 'in' => 'query', 'style' => 'flat', 'schema' => [ 'description' => 'The users that run the job.'."\n", 'type' => 'array', 'items' => ['description' => 'The name of the user that runs the job. Fuzzy match is supported. You can call the [ListUsers](~~188572~~) operation to query the users in the cluster.'."\n", 'type' => 'string', 'required' => false, 'example' => 'user1', 'title' => ''], 'required' => false, 'maxItems' => 1, 'title' => '', ], ], [ 'name' => 'Queues', 'in' => 'query', 'style' => 'flat', 'schema' => [ 'description' => 'The information about the queues in which the job is run.'."\n", 'type' => 'array', 'items' => ['description' => 'The name of the queue in which the job is run. Fuzzy search is supported.'."\n", 'type' => 'string', 'required' => false, 'example' => 'workq', 'title' => ''], 'required' => false, 'maxItems' => 1, 'title' => '', ], ], [ 'name' => 'Nodes', 'in' => 'query', 'style' => 'flat', 'schema' => [ 'description' => 'The information about the computing nodes that are used to run the job.'."\n", 'type' => 'array', 'items' => ['description' => 'The name of the compute node. Fuzzy match is supported.'."\n", 'type' => 'string', 'required' => false, 'example' => 'node1', 'title' => ''], 'required' => false, 'maxItems' => 1, 'title' => '', ], ], [ 'name' => 'JobName', 'in' => 'query', 'schema' => ['description' => 'The name of the job. Fuzzy search is supported.'."\n", 'type' => 'string', 'required' => false, 'example' => 'job1', 'title' => ''], ], [ 'name' => 'JobStatus', 'in' => 'query', 'schema' => ['description' => 'The status of the job. Valid values:'."\n" ."\n" .'* all'."\n" .'* finished'."\n" .'* notfinish'."\n" ."\n" .'Default value: all.'."\n", 'type' => 'string', 'required' => false, 'example' => 'finished', 'title' => ''], ], [ 'name' => 'ExecuteOrder', 'in' => 'query', 'schema' => ['description' => 'The order in which jobs are sorted based on the execution time. Valid values:'."\n" ."\n" .'* asc: ascending order'."\n" .'* desc: descending order'."\n", 'type' => 'string', 'required' => false, 'example' => 'asc', 'title' => ''], ], [ 'name' => 'SubmitOrder', 'in' => 'query', 'schema' => ['description' => 'The order in which jobs are sorted based on the time when they are submitted. Valid values:'."\n" ."\n" .'* asc: ascending order'."\n" .'* desc: descending order'."\n", 'type' => 'string', 'required' => false, 'example' => 'asc', 'title' => ''], ], [ 'name' => 'PendOrder', 'in' => 'query', 'schema' => ['description' => 'The order in which jobs are sorted based on the time when they queue. Valid values:'."\n" ."\n" .'* asc: ascending order'."\n" .'* desc: descending order'."\n", 'type' => 'string', 'required' => false, 'example' => 'desc', 'title' => ''], ], [ 'name' => 'RegionId', 'in' => 'query', 'schema' => ['description' => 'The ID of the region. You can call the [ListRegions](~~188593~~) operation to query the list of regions where E-HPC is supported.'."\n", 'type' => 'string', 'required' => false, 'example' => 'cn-hangzhou', 'title' => ''], ], [ 'name' => 'CreateTimeStart', 'in' => 'query', 'schema' => ['description' => 'The earliest time when a job is submitted. The value is a UNIX timestamp, which represents the number of seconds that have elapsed since the epoch time January 1, 1970, 00:00:00 UTC.'."\n", 'type' => 'string', 'required' => false, 'example' => '1647427667', 'title' => ''], ], [ 'name' => 'CreateTimeEnd', 'in' => 'query', 'schema' => ['description' => 'The latest time when a job is submitted. The value is a UNIX timestamp, which represents the number of seconds that have elapsed since the epoch time January 1, 1970, 00:00:00 UTC.'."\n", 'type' => 'string', 'required' => false, 'example' => '1647428667', 'title' => ''], ], [ 'name' => 'Async', 'in' => 'query', 'schema' => ['description' => 'Specifies whether to enable asynchronous query.'."\n", 'type' => 'boolean', 'required' => false, 'example' => 'false', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => 'Schema of Response'."\n", 'type' => 'object', 'properties' => [ 'TotalCount' => ['title' => '', 'description' => 'The total number of entries returned.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '1'], 'RequestId' => ['title' => 'Id of the request', 'description' => 'The request ID.'."\n", 'type' => 'string', 'example' => '04F0F334-1335-436C-A1D7-6C044FE7****'], 'PageSize' => ['title' => 'PageSize', 'description' => 'The number of entries returned per page.'."\n", 'type' => 'integer', 'format' => 'int64', 'example' => '10'], 'PageNumber' => ['title' => 'PageNumber', 'description' => 'The page number returned.'."\n", 'type' => 'integer', 'format' => 'int64', 'example' => '1'], 'Jobs' => [ 'title' => 'Jobs', 'description' => 'The list of jobs.'."\n", 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Owner' => ['description' => 'The name of the user that ran the job.'."\n", 'type' => 'string', 'example' => 'test2@scheduler', 'title' => ''], 'Comment' => ['description' => 'The description of the job.'."\n", 'type' => 'string', 'example' => 'jobDescription', 'title' => ''], 'State' => ['description' => 'The status of the job. Valid value:'."\n" ."\n" .'* FINISHED: The job is completed.'."\n" .'* RUNNING: The job is running.'."\n" .'* QUEUED: The job is pending in a queue.'."\n", 'type' => 'string', 'example' => 'FINISHED', 'title' => ''], 'Stderr' => ['description' => 'The output file path of stderr.'."\n", 'type' => 'string', 'example' => './Temp', 'title' => ''], 'Priority' => ['description' => 'The priority of the job. Valid values: 0 to 9. A larger value indicates a higher priority.'."\n", 'type' => 'string', 'example' => '0', 'title' => ''], 'ShellPath' => ['description' => 'The path that was used to run the job.'."\n", 'type' => 'string', 'example' => './Temp', 'title' => ''], 'Stdout' => ['description' => 'The output file path of stdout.'."\n", 'type' => 'string', 'example' => './Temp', 'title' => ''], 'ArrayRequest' => ['description' => 'The job array. If the job is not in a queue, the output is empty.'."\n" ."\n" .'Format: X-Y:Z. X is the minimum index value. Y is the maximum index value. Z is the step size. For example, 2-7:2 indicates that three jobs need to be run and their index values are 2, 4, and 6.'."\n", 'type' => 'string', 'example' => '1-10:2', 'title' => ''], 'StartTime' => ['description' => 'The time when the job was created.'."\n", 'type' => 'string', 'example' => '1647427667', 'title' => ''], 'LastModifyTime' => ['description' => 'The time when the job was last modified.'."\n", 'type' => 'string', 'example' => '1647428667', 'title' => ''], 'NodeList' => ['description' => 'The list of compute nodes that were used to run the job.'."\n", 'type' => 'string', 'example' => '[\'compute2\', \'compute3\']', 'title' => ''], 'Name' => ['description' => 'The name of the job.'."\n", 'type' => 'string', 'example' => 'job1', 'title' => ''], 'Id' => ['description' => 'The job ID.'."\n", 'type' => 'string', 'example' => '8.scheduler', 'title' => ''], 'SubmitTime' => ['description' => 'The time when the job was submitted.'."\n", 'type' => 'string', 'example' => '1647423718', 'title' => ''], 'Resources' => [ 'description' => 'The resources that were used to run the job.'."\n", 'type' => 'object', 'properties' => [ 'Nodes' => ['description' => 'The number of nodes that were used to run the job.'."\n", 'type' => 'integer', 'format' => 'int64', 'example' => '0', 'title' => ''], 'Cores' => ['description' => 'The number of CPUs that were used to run the job.'."\n", 'type' => 'integer', 'format' => 'int64', 'example' => '2', 'title' => ''], ], 'title' => '', ], 'Queue' => ['description' => 'The number of queues that ran the job.'."\n", 'type' => 'string', 'example' => '2', 'title' => ''], 'Rerunable' => ['description' => 'Indicates whether the job can be run again. Valid values:'."\n" ."\n" .'* true: yes'."\n" .'* false: no'."\n", 'type' => 'boolean', 'example' => 'true', 'title' => ''], 'VariableList' => ['description' => 'The list of variables of the job.'."\n", 'type' => 'string', 'example' => '{"PBS_O_SHELL":"/bin/bash", "PBS_O_HOST":"manager", "PBS_O_SYSTEM":"Linux", "PBS_O_LANG":"en_US.UTF-8", "PBS_O_QUEUE":"workq"}', 'title' => ''], ], 'description' => '', 'title' => '', ], ], 'Success' => ['title' => 'Success', 'description' => 'Indicates whether the request was successful. Valid values:'."\n" ."\n" .'* true: The request was successful.'."\n" .'* false: The request failed.'."\n", 'type' => 'boolean', 'example' => 'true'], ], ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParams', 'errorMessage' => '%s', 'description' => ''], ], 406 => [ ['errorCode' => 'AgentError', 'errorMessage' => 'The agent service request failed. ', 'description' => ''], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred. ', 'description' => ''], ], 503 => [ ['errorCode' => 'ServiceUnavailable ', 'errorMessage' => 'The request has failed due to a temporary failure of the server ', 'description' => ''], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"TotalCount\\": 1,\\n \\"RequestId\\": \\"04F0F334-1335-436C-A1D7-6C044FE7****\\",\\n \\"PageSize\\": 10,\\n \\"PageNumber\\": 1,\\n \\"Jobs\\": [\\n {\\n \\"Owner\\": \\"test2@scheduler\\",\\n \\"Comment\\": \\"jobDescription\\",\\n \\"State\\": \\"FINISHED\\",\\n \\"Stderr\\": \\"./Temp\\",\\n \\"Priority\\": \\"0\\",\\n \\"ShellPath\\": \\"./Temp\\",\\n \\"Stdout\\": \\"./Temp\\",\\n \\"ArrayRequest\\": \\"1-10:2\\",\\n \\"StartTime\\": \\"1647427667\\",\\n \\"LastModifyTime\\": \\"1647428667\\",\\n \\"NodeList\\": \\"[\'compute2\', \'compute3\']\\",\\n \\"Name\\": \\"job1\\",\\n \\"Id\\": \\"8.scheduler\\",\\n \\"SubmitTime\\": \\"1647423718\\",\\n \\"Resources\\": {\\n \\"Nodes\\": 0,\\n \\"Cores\\": 2\\n },\\n \\"Queue\\": \\"2\\",\\n \\"Rerunable\\": true,\\n \\"VariableList\\": \\"{\\\\\\"PBS_O_SHELL\\\\\\":\\\\\\"/bin/bash\\\\\\", \\\\t\\\\\\"PBS_O_HOST\\\\\\":\\\\\\"manager\\\\\\", \\\\t\\\\\\"PBS_O_SYSTEM\\\\\\":\\\\\\"Linux\\\\\\", \\\\t\\\\\\"PBS_O_LANG\\\\\\":\\\\\\"en_US.UTF-8\\\\\\", \\\\t\\\\\\"PBS_O_QUEUE\\\\\\":\\\\\\"workq\\\\\\"}\\"\\n }\\n ],\\n \\"Success\\": true\\n}","errorExample":""},{"type":"xml","example":"\\n 1\\n 04F0F334-1335-436C-A1D7-6C044FE7****\\n 10\\n 1\\n \\n test2@scheduler\\n jobDescription\\n FINISHED\\n ./Temp\\n 0\\n ./Temp\\n ./Temp\\n 1-10:2\\n 1647427667\\n 1647428667\\n [\'compute2\', \'compute3\']\\n job1\\n 8.scheduler\\n 1647423718\\n \\n 0\\n 2\\n \\n 2\\n \\n true\\n","errorExample":""}]', 'title' => 'ListJobsWithFilters', 'summary' => 'Queries the details of a specified job.', 'changeSet' => [], 'ramActions' => [ [ 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:ListJobsWithFilters', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], 'ListNodes' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['autoTest' => false, 'tenantRelevance' => 'publicInformation'], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => ['description' => 'The ID of the cluster.'."\n" ."\n" .'You can call the [ListClusters](~~87116~~) operation to query the cluster ID.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'ehpc-hz-FYUr32****', 'title' => ''], ], [ 'name' => 'Role', 'in' => 'query', 'schema' => ['description' => 'The type of the node. Valid values:'."\n" ."\n" .'* Manager: management node'."\n" .'* Login: logon node'."\n" .'* Compute: compute node'."\n", 'type' => 'string', 'required' => false, 'example' => 'Manager', 'default' => 'Compute', 'title' => ''], ], [ 'name' => 'HostName', 'in' => 'query', 'schema' => ['description' => 'The name of the node. You can perform a fuzzy search. MySQL regular expressions are supported.'."\n", 'type' => 'string', 'required' => false, 'example' => 'test-HostName', 'title' => ''], ], [ 'name' => 'PageNumber', 'in' => 'query', 'schema' => ['description' => 'The number of the page to return. Pages start from page 1.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1', 'default' => '1', 'title' => ''], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['description' => 'The number of entries to return on each page. Valid values: 1 to 100.'."\n" ."\n" .'Default value: 10.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'maximum' => '100', 'example' => '10', 'default' => '10', 'title' => ''], ], [ 'name' => 'Sequence', 'in' => 'query', 'schema' => ['description' => 'The sorting method of the node list. Valid values:'."\n" ."\n" .'* Forward: sorts the nodes in chronological order.'."\n" .'* Backward: sorts the nodes in reverse chronological order.'."\n" ."\n" .'Default value: Forward.'."\n" ."\n" .'> This parameter is used together with the SortBy parameter. If you set SortBy to AddedTime and set Sequence to Forward, nodes are queried in ascending order of time that they are added.'."\n", 'type' => 'string', 'required' => false, 'example' => 'Forward', 'title' => ''], ], [ 'name' => 'SortBy', 'in' => 'query', 'schema' => ['description' => 'The sorting method of the node list. Valid values:'."\n" ."\n" .'* AddedTime: sorts the nodes by the time that they are added.'."\n" .'* HostName: sorts the nodes by their host names.'."\n", 'type' => 'string', 'required' => false, 'example' => 'AddedTime', 'title' => ''], ], [ 'name' => 'Filter', 'in' => 'query', 'schema' => ['description' => 'The filter options of the node list.'."\n" ."\n" .'Format: {"status":"node_status"}. Replace node_status with the node status. Valid values of node_status:'."\n" ."\n" .'* uninit: The node is being installed.'."\n" .'* exception: An exception occurred on the node.'."\n" .'* running: The node is running.'."\n" .'* initing: The node is being initialized.'."\n" .'* releasing: The node is being released.'."\n" .'* untracking: The node is not added to the cluster.'."\n" .'* stopped: The node is stopped.'."\n", 'type' => 'string', 'required' => false, 'example' => '{"status":"running"}', 'title' => ''], ], [ 'name' => 'PrivateIpAddress', 'in' => 'query', 'schema' => ['description' => 'The private IP address of the node.'."\n", 'type' => 'string', 'required' => false, 'example' => '172.16.**.**', 'title' => ''], ], [ 'name' => 'HostNamePrefix', 'in' => 'query', 'schema' => ['description' => 'The prefix of the hostname. You can query nodes that have a specified prefix.'."\n", 'type' => 'string', 'required' => false, 'example' => 'compute', 'title' => ''], ], [ 'name' => 'HostNameSuffix', 'in' => 'query', 'schema' => ['description' => 'The suffix of the hostname. You can query nodes that have a specified suffix.'."\n", 'type' => 'string', 'required' => false, 'example' => '01', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'PageSize' => ['description' => 'The number of entries returned per page.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''], 'RequestId' => ['description' => 'The request ID.'."\n", 'type' => 'string', 'example' => '89A1AC0F-4A6C-4F3D-98F9-BEF9A823****', 'title' => ''], 'PageNumber' => ['description' => 'The page number returned.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''], 'TotalCount' => ['description' => 'The total number of returned entries.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''], 'Nodes' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'NodeInfo' => [ 'description' => 'The list of nodes.'."\n", 'title' => '', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'VpcId' => ['description' => 'The VPC ID of the node.'."\n", 'type' => 'string', 'example' => 'vpc-bp1gnu8br4ay7beb2w****', 'title' => ''], 'Status' => ['description' => 'The status of the node. Valid values:'."\n" ."\n" .'* uninit: The node is being installed.'."\n" .'* exception: An exception occurred on the node.'."\n" .'* running: The node is running.'."\n" .'* initing: The node is being initialized.'."\n" .'* releasing: The node is being released.'."\n" .'* untracking: The node is not added to the cluster.'."\n" .'* stopped: The node is stopped.'."\n", 'type' => 'string', 'example' => 'running', 'title' => ''], 'HtEnabled' => ['description' => 'Indicates whether hyper-threading is enabled.'."\n", 'type' => 'boolean', 'example' => 'true', 'title' => ''], 'Expired' => ['description' => 'Indicates whether the subscription node expired. For a pay-as-you-go node, false is returned.'."\n", 'type' => 'boolean', 'example' => 'false', 'title' => ''], 'ImageOwnerAlias' => ['description' => 'The type of the image. Valid values:'."\n" ."\n" .'* system: public image'."\n" .'* self: custom image'."\n" .'* others: shared image'."\n" .'* marketplace: Alibaba Cloud Marketplace image'."\n", 'type' => 'string', 'example' => 'system', 'title' => ''], 'LockReason' => ['description' => 'The reason why the node is locked. Valid values:'."\n" ."\n" .'* financial: The instance is locked due to overdue payments.'."\n" .'* security: The node is locked for security reasons.'."\n" .'* recycling: The preemptible instance is locked and pending release.'."\n" .'* dedicatedhostfinancial: The ECS instance is locked due to overdue payments of the dedicated host.'."\n" ."\n" .'By default, an empty string is returned.'."\n", 'type' => 'string', 'example' => 'financial', 'title' => ''], 'HostName' => ['description' => 'The name of the task node.'."\n", 'type' => 'string', 'example' => 'test-HostName', 'title' => ''], 'InstanceType' => ['description' => 'The instance types of the node.'."\n", 'type' => 'string', 'example' => 'ecs.c5.large', 'title' => ''], 'PublicIpAddress' => ['description' => 'The public IP address of the server.'."\n", 'type' => 'string', 'example' => '172.16.**.**', 'title' => ''], 'SpotStrategy' => ['description' => 'The bidding method of the compute nodes.'."\n", 'type' => 'string', 'example' => 'NoSpot', 'title' => ''], 'CreatedByEhpc' => ['description' => 'Indicates whether the node is created by using E-HPC.'."\n" ."\n" .'* true: The node is created by using E-HPC.'."\n" .'* false: The node is not created by using E-HPC.'."\n", 'type' => 'boolean', 'example' => 'true', 'title' => ''], 'RegionId' => ['description' => 'The region ID.'."\n", 'type' => 'string', 'example' => 'cn-hangzhou', 'title' => ''], 'VSwitchId' => ['description' => 'The vSwitch ID.'."\n", 'type' => 'string', 'example' => 'vsw-bp1e47optm9g58zcu****', 'title' => ''], 'IpAddress' => ['description' => 'The IP address of the node.'."\n", 'type' => 'string', 'example' => '172.16.**.**', 'title' => ''], 'ExpiredTime' => ['description' => 'The time when the subscription node expires. For a pay-as-you-go node, a null value is returned.'."\n", 'type' => 'string', 'example' => '2020-06-09T06:22:02.000Z', 'title' => ''], 'Version' => ['description' => 'The version of the client that is used for the cluster.'."\n", 'type' => 'string', 'example' => '1.0.78', 'title' => ''], 'ZoneId' => ['description' => 'The zone ID.'."\n", 'type' => 'string', 'example' => 'cn-hangzhou-b', 'title' => ''], 'AddTime' => ['description' => 'The time when the node is added to the cluster.'."\n", 'type' => 'string', 'example' => '2020-06-09T06:22:02.000Z', 'title' => ''], 'ImageId' => ['description' => 'The ID of the custom image.'."\n", 'type' => 'string', 'example' => 'centos_7_06_64_20G_alibase_20190711.vhd', 'title' => ''], 'Location' => ['description' => 'The location where the node is deployed. Valid values:'."\n" ."\n" .'* OnPremise: The node is deployed on your data center.'."\n" .'* PublicCloud: The node is deployed on the public cloud.'."\n", 'type' => 'string', 'example' => 'PublicCloud', 'title' => ''], 'Id' => ['description' => 'The node ID.'."\n", 'type' => 'string', 'example' => 'i-bp15707mys2rsy0j****', 'title' => ''], 'CreateMode' => ['description' => 'The mode in which the compute nodes are added. Valid values:'."\n" ."\n" .'* manual: The node is manually added.'."\n" .'* autoscale: The node is automatically added.'."\n", 'type' => 'string', 'example' => 'manual', 'title' => ''], 'Roles' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'Role' => [ 'description' => 'The type of the node. Valid values:'."\n" ."\n" .'* Scheduler: primary scheduling node'."\n" .'* SchedulerBackup: secondary scheduling node'."\n" .'* Account: primary domain server node'."\n" .'* AccountBackup: secondary domain server node'."\n" .'* Login: logon node'."\n" .'* Compute: compute node'."\n" ."\n" .'Scheduling nodes and domain server nodes are management nodes.'."\n", 'title' => '', 'type' => 'array', 'items' => ['description' => 'The type of the node. Valid values:'."\n" ."\n" .'* Scheduler: primary scheduling node'."\n" .'* SchedulerBackup: secondary scheduling node'."\n" .'* Account: primary domain server node'."\n" .'* AccountBackup: secondary domain server node'."\n" .'* Login: logon node'."\n" .'* Compute: compute node'."\n" ."\n" .'Scheduling nodes and domain server nodes are management nodes.'."\n", 'type' => 'string', 'example' => '[“Compute”]', 'title' => ''], ], ], ], 'TotalResources' => [ 'description' => 'The statistics of the resources used by the node.'."\n", 'type' => 'object', 'properties' => [ 'Gpu' => ['description' => 'The number of GPUs.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '0', 'title' => ''], 'Cpu' => ['description' => 'The number of vCPUs.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''], 'Memory' => ['description' => 'The memory capacity. Unit: GB.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '1024', 'title' => ''], ], 'title' => '', ], 'UsedResources' => [ 'description' => 'The usage of the compute nodes in the cluster. For other types of nodes, an empty value is returned.'."\n", 'type' => 'object', 'properties' => [ 'Gpu' => ['description' => 'The number of GPUs.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '0', 'title' => ''], 'Cpu' => ['description' => 'The number of vCPUs.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '0', 'title' => ''], 'Memory' => ['description' => 'The memory capacity. Unit: GB.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '0', 'title' => ''], ], 'title' => '', ], 'StateInSched' => ['description' => 'The status of the node displayed on the scheduler. The status varies with the scheduler.'."\n", 'type' => 'string', 'example' => 'active', 'title' => ''], ], 'description' => '', 'title' => '', ], ], ], ], ], 'description' => '', 'title' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParams', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => 'The specified parameter %s is invalid.'], ['errorCode' => 'NotEnabled', 'errorMessage' => 'You have not enabled this service', 'description' => 'You have not enabled this service'], ], 404 => [ ['errorCode' => 'ClusterNotFound', 'errorMessage' => 'The specified cluster does not exist.', 'description' => 'The specified instance does not exist.'], ['errorCode' => 'ManagerNotFound', 'errorMessage' => 'The manager nodes do not exist or their status is abnormal.', 'description' => 'The manager nodes do not exist or their status is abnormal.'], ], 406 => [ ['errorCode' => 'EcsError', 'errorMessage' => 'An error occurred while calling the ECS API operation.', 'description' => 'ECS API call error. %s'], ['errorCode' => 'DbError', 'errorMessage' => 'A database service error occurred.', 'description' => 'Database request failed.'], ['errorCode' => 'RedisError', 'errorMessage' => 'A Redis service error occurred.', 'description' => 'Redis request failed.'], ['errorCode' => 'AgentError', 'errorMessage' => 'The agent service request failed.', 'description' => 'The cluster-side command failed to run. %s'], ['errorCode' => 'AliyunError', 'errorMessage' => 'An Alibaba Cloud product error occurred.', 'description' => 'Alibaba Cloud product error. %s'], ], [ ['errorCode' => 'NotAuthorized', 'errorMessage' => 'You are not authorized by RAM for this request.', 'description' => 'The request is not authorized by RAM.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"PageSize\\": 1,\\n \\"RequestId\\": \\"89A1AC0F-4A6C-4F3D-98F9-BEF9A823****\\",\\n \\"PageNumber\\": 1,\\n \\"TotalCount\\": 1,\\n \\"Nodes\\": {\\n \\"NodeInfo\\": [\\n {\\n \\"VpcId\\": \\"vpc-bp1gnu8br4ay7beb2w****\\",\\n \\"Status\\": \\"running\\",\\n \\"HtEnabled\\": true,\\n \\"Expired\\": false,\\n \\"ImageOwnerAlias\\": \\"system\\",\\n \\"LockReason\\": \\"financial\\",\\n \\"HostName\\": \\"test-HostName\\",\\n \\"InstanceType\\": \\"ecs.c5.large\\",\\n \\"PublicIpAddress\\": \\"172.16.**.**\\",\\n \\"SpotStrategy\\": \\"NoSpot\\",\\n \\"CreatedByEhpc\\": true,\\n \\"RegionId\\": \\"cn-hangzhou\\",\\n \\"VSwitchId\\": \\"vsw-bp1e47optm9g58zcu****\\",\\n \\"IpAddress\\": \\"172.16.**.**\\",\\n \\"ExpiredTime\\": \\"2020-06-09T06:22:02.000Z\\",\\n \\"Version\\": \\"1.0.78\\",\\n \\"ZoneId\\": \\"cn-hangzhou-b\\",\\n \\"AddTime\\": \\"2020-06-09T06:22:02.000Z\\",\\n \\"ImageId\\": \\"centos_7_06_64_20G_alibase_20190711.vhd\\",\\n \\"Location\\": \\"PublicCloud\\",\\n \\"Id\\": \\"i-bp15707mys2rsy0j****\\",\\n \\"CreateMode\\": \\"manual\\",\\n \\"Roles\\": {\\n \\"Role\\": [\\n \\"[“Compute”]\\"\\n ]\\n },\\n \\"TotalResources\\": {\\n \\"Gpu\\": 0,\\n \\"Cpu\\": 1,\\n \\"Memory\\": 1024\\n },\\n \\"UsedResources\\": {\\n \\"Gpu\\": 0,\\n \\"Cpu\\": 0,\\n \\"Memory\\": 0\\n },\\n \\"StateInSched\\": \\"active\\"\\n }\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"\\n 1\\n 89A1AC0F-4A6C-4F3D-98F9-BEF9A823****\\n 1\\n 1\\n \\n vpc-bp1gnu8br4ay7beb2w****\\n running\\n true\\n false\\n system\\n financial\\n test-HostName\\n ecs.c5.large\\n 172.16.**.**\\n NoSpot\\n true\\n cn-hangzhou\\n vsw-bp1e47optm9g58zcu****\\n 172.16.**.**\\n 2020-06-09T06:22:02.000Z\\n 1.0.78\\n cn-hangzhou-b\\n 2020-06-09T06:22:02.000Z\\n centos_7_06_64_20G_alibase_20190711.vhd\\n PublicCloud\\n i-bp15707mys2rsy0j****\\n manual\\n [“Compute”]\\n \\n 0\\n 1\\n 1024\\n \\n \\n 0\\n 0\\n 0\\n \\n active\\n \\n","errorExample":""}]', 'title' => 'ListNodes', 'summary' => 'Queries the list of nodes in a cluster.', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'ramActions' => [ [ 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:ListNodes', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], 'ListNodesByQueue' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['autoTest' => false, 'tenantRelevance' => 'publicInformation'], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => ['description' => 'The ID of the E-HPC cluster.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'ehpc-hz-FYUr32****', 'title' => ''], ], [ 'name' => 'QueueName', 'in' => 'query', 'schema' => ['description' => 'The name of the queue.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'workq', 'title' => ''], ], [ 'name' => 'PageNumber', 'in' => 'query', 'schema' => ['description' => 'The number of the page to return. Pages start from page 1.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1', 'default' => '1', 'title' => ''], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['description' => 'The number of entries to return on each page. Valid values: 1 to 50.'."\n" ."\n" .'Default value: 10.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'maximum' => '100', 'example' => '10', 'default' => '10', 'title' => ''], ], [ 'name' => 'Async', 'in' => 'query', 'schema' => ['description' => 'Specifies whether to enable asynchronous query.'."\n", 'type' => 'boolean', 'required' => false, 'example' => 'false', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'PageSize' => ['description' => 'The number of entries returned per page.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''], 'RequestId' => ['description' => 'The request ID.'."\n", 'type' => 'string', 'example' => 'B405FF19-2D5F-4489-A84C-BC15CC1B24BD', 'title' => ''], 'PageNumber' => ['description' => 'The number of the returned page.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''], 'TotalCount' => ['description' => 'The total number of returned entries.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''], 'Nodes' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'NodeInfo' => [ 'description' => 'The list of nodes.'."\n", 'title' => '', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'VpcId' => ['description' => 'The VPC ID of the node.'."\n", 'type' => 'string', 'example' => 'vpc-bp1gnu8br4ay7beb2w****', 'title' => ''], 'Status' => ['description' => 'The status of the node. Valid values:'."\n" ."\n" .'* uninit: The node is not initialized.'."\n" .'* init: The node is being initialized.'."\n" .'* ready: The node is ready.'."\n" .'* running: The cluster is running.'."\n" .'* exception: An exception occurred on the node.'."\n" .'* untracking: The node is not added to the cluster.'."\n", 'type' => 'string', 'example' => 'untracking', 'title' => ''], 'HtEnabled' => ['description' => 'Indicates whether Hyper-Threading (HT) is enabled.'."\n", 'type' => 'boolean', 'example' => 'true', 'title' => ''], 'Expired' => ['description' => 'Indicates whether the subscription node has expired. If the node is a pay-as-you-go node, false is returned.'."\n", 'type' => 'boolean', 'example' => 'false', 'title' => ''], 'ImageOwnerAlias' => ['description' => 'The type of the image. Valid values:'."\n" ."\n" .'* system: public image'."\n" .'* self: custom image'."\n" .'* others: shared image'."\n" .'* marketplace: Alibaba Cloud Marketplace image'."\n", 'type' => 'string', 'example' => 'system', 'title' => ''], 'LockReason' => ['description' => 'The reason why the node is locked. Valid values:'."\n" ."\n" .'* financial: The instance is locked due to overdue payments.'."\n" .'* security: The node is locked for security reasons.'."\n" .'* recycling: The preemptible instance is locked and pending release.'."\n" .'* dedicatedhostfinancial: The ECS instance is locked due to overdue payments of the dedicated host.'."\n" ."\n" .'By default, an empty string is returned.'."\n", 'type' => 'string', 'example' => 'financial', 'title' => ''], 'HostName' => ['description' => 'The node name.'."\n", 'type' => 'string', 'example' => 'compute0', 'title' => ''], 'PublicIpAddress' => ['description' => 'The public IP address of the node.'."\n", 'type' => 'string', 'example' => '10.34.**.**', 'title' => ''], 'SpotStrategy' => ['description' => 'The preemption policy of the instance. Valid values:'."\n" ."\n" .'* NoSpot: The instance is created as a pay-as-you-go instance.'."\n" .'* SpotWithPriceLimit: The instance is created as a preemptible instance with a user-defined maximum hourly price.'."\n" .'* SpotAsPriceGo: The instance is created as a preemptible instance for which the market price at the time of purchase is automatically used as the bid price.'."\n", 'type' => 'string', 'example' => 'NoSpot', 'title' => ''], 'CreatedByEhpc' => ['description' => 'Indicates whether the node was created by using E-HPC.'."\n", 'type' => 'boolean', 'example' => 'true', 'title' => ''], 'RegionId' => ['description' => 'The region ID.'."\n", 'type' => 'string', 'example' => 'cn-hangzhou', 'title' => ''], 'VSwitchId' => ['description' => 'The vSwitch ID.'."\n", 'type' => 'string', 'example' => 'vsw-bp1e47optm9g58zcu****', 'title' => ''], 'IpAddress' => ['description' => 'The private IP address of the node.'."\n", 'type' => 'string', 'example' => '172.168.**.**', 'title' => ''], 'ExpiredTime' => ['description' => 'The time when the subscription instance expires. If the node is a pay-as-you-go node, a null value is returned.'."\n", 'type' => 'string', 'example' => '2020-09-18T13:24:29.000Z', 'title' => ''], 'Version' => ['description' => 'The version of the E-HPC client.'."\n", 'type' => 'string', 'example' => '1.0.64', 'title' => ''], 'ZoneId' => ['description' => 'The zone ID of the node.'."\n", 'type' => 'string', 'example' => 'cn-hangzhou-b', 'title' => ''], 'AddTime' => ['description' => 'The time when the node was added to the cluster.'."\n", 'type' => 'string', 'example' => '2019-09-18T13:24:29.000Z', 'title' => ''], 'ImageId' => ['description' => 'The image ID.'."\n", 'type' => 'string', 'example' => 'centos_7_02_64_20G_alibase_20170818****', 'title' => ''], 'Location' => ['description' => 'The location where the node is deployed. Valid values:'."\n" ."\n" .'* OnPremise: The cluster is deployed on a hybrid cloud.'."\n" .'* PublicCloud: The cluster is deployed on a public cloud.'."\n", 'type' => 'string', 'example' => 'PublicCloud', 'title' => ''], 'Id' => ['description' => 'The ID of the instance.'."\n", 'type' => 'string', 'example' => 'i-bp13p7vlcb1uihfv****', 'title' => ''], 'CreateMode' => ['description' => 'The mode in which the node is created. Valid values:'."\n" ."\n" .'* manual: The node is manually added.'."\n" .'* autoscale: The node is automatically added.'."\n", 'type' => 'string', 'example' => 'manual', 'title' => ''], 'TotalResources' => [ 'description' => 'The number of all resources in the cluster.'."\n", 'type' => 'object', 'properties' => [ 'Gpu' => ['description' => 'The total number of GPU cards. Unit: cards.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '0', 'title' => ''], 'Cpu' => ['description' => 'The number of CPU cores. Unit: cores.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''], 'Memory' => ['description' => 'The memory capacity. Unit: GB.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '1024', 'title' => ''], ], 'title' => '', ], 'UsedResources' => [ 'description' => 'The usage of the compute nodes in the cluster. For other types of nodes, an empty value is returned.'."\n", 'type' => 'object', 'properties' => [ 'Gpu' => ['description' => 'The total number of GPU cards. Unit: cards.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '0', 'title' => ''], 'Cpu' => ['description' => 'The number of CPU cores. Unit: cores.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''], 'Memory' => ['description' => 'The memory capacity. Unit: GB.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''], ], 'title' => '', ], 'StateInSched' => ['description' => 'The status of the node displayed on the scheduler. The status varies with the scheduler.'."\n", 'type' => 'string', 'example' => 'active', 'title' => ''], ], 'description' => '', 'title' => '', ], ], ], ], ], 'description' => '', 'title' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParams', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => 'The specified parameter %s is invalid.'], ['errorCode' => 'NotEnabled', 'errorMessage' => 'You have not enabled this service', 'description' => 'You have not enabled this service'], ], 404 => [ ['errorCode' => 'ClusterNotFound', 'errorMessage' => 'The specified cluster does not exist.', 'description' => 'The specified instance does not exist.'], ['errorCode' => 'ManagerNotFound', 'errorMessage' => 'The manager nodes do not exist or their status is abnormal.', 'description' => 'The manager nodes do not exist or their status is abnormal.'], ], 406 => [ ['errorCode' => 'EcsError', 'errorMessage' => 'An error occurred while calling the ECS API operation.', 'description' => 'ECS API call error. %s'], ['errorCode' => 'DbError', 'errorMessage' => 'A database service error occurred.', 'description' => 'Database request failed.'], ['errorCode' => 'RedisError', 'errorMessage' => 'A Redis service error occurred.', 'description' => 'Redis request failed.'], ['errorCode' => 'AgentError', 'errorMessage' => 'The agent service request failed.', 'description' => 'The cluster-side command failed to run. %s'], ['errorCode' => 'AliyunError', 'errorMessage' => 'An Alibaba Cloud product error occurred.', 'description' => 'Alibaba Cloud product error. %s'], ], [ ['errorCode' => 'NotAuthorized', 'errorMessage' => 'You are not authorized by RAM for this request.', 'description' => 'The request is not authorized by RAM.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"PageSize\\": 1,\\n \\"RequestId\\": \\"B405FF19-2D5F-4489-A84C-BC15CC1B24BD\\",\\n \\"PageNumber\\": 1,\\n \\"TotalCount\\": 1,\\n \\"Nodes\\": {\\n \\"NodeInfo\\": [\\n {\\n \\"VpcId\\": \\"vpc-bp1gnu8br4ay7beb2w****\\",\\n \\"Status\\": \\"untracking\\",\\n \\"HtEnabled\\": true,\\n \\"Expired\\": false,\\n \\"ImageOwnerAlias\\": \\"system\\",\\n \\"LockReason\\": \\"financial\\",\\n \\"HostName\\": \\"compute0\\",\\n \\"PublicIpAddress\\": \\"10.34.**.**\\",\\n \\"SpotStrategy\\": \\"NoSpot\\",\\n \\"CreatedByEhpc\\": true,\\n \\"RegionId\\": \\"cn-hangzhou\\",\\n \\"VSwitchId\\": \\"vsw-bp1e47optm9g58zcu****\\",\\n \\"IpAddress\\": \\"172.168.**.**\\",\\n \\"ExpiredTime\\": \\"2020-09-18T13:24:29.000Z\\",\\n \\"Version\\": \\"1.0.64\\",\\n \\"ZoneId\\": \\"cn-hangzhou-b\\",\\n \\"AddTime\\": \\"2019-09-18T13:24:29.000Z\\",\\n \\"ImageId\\": \\"centos_7_02_64_20G_alibase_20170818****\\",\\n \\"Location\\": \\"PublicCloud\\",\\n \\"Id\\": \\"i-bp13p7vlcb1uihfv****\\",\\n \\"CreateMode\\": \\"manual\\",\\n \\"TotalResources\\": {\\n \\"Gpu\\": 0,\\n \\"Cpu\\": 1,\\n \\"Memory\\": 1024\\n },\\n \\"UsedResources\\": {\\n \\"Gpu\\": 0,\\n \\"Cpu\\": 1,\\n \\"Memory\\": 1\\n },\\n \\"StateInSched\\": \\"active\\"\\n }\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"\\n 1\\n B405FF19-2D5F-4489-A84C-BC15CC1B24BD\\n 1\\n 1\\n \\n vpc-bp1gnu8br4ay7beb2w****\\n untracking\\n true\\n false\\n system\\n financial\\n compute0\\n 10.34.**.**\\n NoSpot\\n true\\n cn-hangzhou\\n vsw-bp1e47optm9g58zcu****\\n 172.168.**.**\\n 2020-09-18T13:24:29.000Z\\n 1.0.64\\n cn-hangzhou-b\\n 2019-09-18T13:24:29.000Z\\n centos_7_02_64_20G_alibase_20170818****\\n PublicCloud\\n i-bp13p7vlcb1uihfv****\\n manual\\n \\n 0\\n 1\\n 1024\\n \\n \\n 0\\n 1\\n 1\\n \\n active\\n \\n","errorExample":""}]', 'title' => 'ListNodesByQueue', 'summary' => 'Queries the node information of a single cluster within an Alibaba Cloud account by queue.', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'ramActions' => [ [ 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:ListNodesByQueue', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], 'ListNodesNoPaging' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['autoTest' => false, 'tenantRelevance' => 'publicInformation'], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => ['description' => 'The ID of the cluster.'."\n" ."\n" .'You can call the [ListClusters](~~87116~~) operation to query the cluster ID.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'ehpc-hz-FYUr32****', 'title' => ''], ], [ 'name' => 'Role', 'in' => 'query', 'schema' => ['description' => 'The type of the node. Valid values:'."\n" ."\n" .'* Manager: management node'."\n" .'* Login: logon node'."\n" .'* Compute: compute node'."\n" ."\n" .'Default value: Compute.'."\n", 'type' => 'string', 'required' => false, 'example' => 'Compute', 'default' => 'Compute', 'title' => ''], ], [ 'name' => 'HostName', 'in' => 'query', 'schema' => ['description' => 'The name of the node. You can perform a fuzzy search. MySQL regular expressions are supported.'."\n", 'type' => 'string', 'required' => false, 'example' => 'Compute0', 'title' => ''], ], [ 'name' => 'Sequence', 'in' => 'query', 'schema' => ['description' => 'The sorting method of the node list. Valid values:'."\n" ."\n" .'* Forward: sorts the nodes in chronological order.'."\n" .'* Backward: sorts the nodes in reverse chronological order.'."\n" ."\n" .'Default value: Forward.'."\n", 'type' => 'string', 'required' => false, 'example' => 'Forward', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => 'The request ID.'."\n", 'type' => 'string', 'example' => '04F0F334-1335-436C-A1D7-6C044FE7****', 'title' => ''], 'Nodes' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'NodeInfo' => [ 'description' => 'The list of nodes.'."\n", 'title' => '', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Status' => ['description' => 'The status of the node. Valid values:'."\n" ."\n" .'* uninit: The node is being installed.'."\n" .'* exception: An exception occurred on the node.'."\n" .'* running: The node is running.'."\n" .'* initing: The node is being initialized.'."\n" .'* releasing: The node is being released.'."\n" .'* untracking: The node is not added to the cluster.'."\n" .'* stopped: The node is stopped.'."\n", 'type' => 'string', 'example' => 'untracking', 'title' => ''], 'HostName' => ['description' => 'The node name.'."\n", 'type' => 'string', 'example' => 'compute0', 'title' => ''], 'InstanceType' => ['description' => 'The node type.'."\n", 'type' => 'string', 'example' => 'ecs.n1.tiny', 'title' => ''], 'ImageId' => ['description' => 'The image ID.'."\n", 'type' => 'string', 'example' => 'centos_7_02_64_20G_alibase_20170818****', 'title' => ''], 'Id' => ['description' => 'The node ID.'."\n", 'type' => 'string', 'example' => 'i-bp13p7vlcb1uihfv****', 'title' => ''], ], 'description' => '', 'title' => '', ], ], ], ], ], 'description' => '', 'title' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParams', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => 'The specified parameter %s is invalid.'], ['errorCode' => 'NotEnabled', 'errorMessage' => 'You have not enabled this service', 'description' => 'You have not enabled this service'], ], 404 => [ ['errorCode' => 'ClusterNotFound', 'errorMessage' => 'The specified cluster does not exist.', 'description' => 'The specified instance does not exist.'], ['errorCode' => 'ManagerNotFound', 'errorMessage' => 'The manager nodes do not exist or their status is abnormal.', 'description' => 'The manager nodes do not exist or their status is abnormal.'], ], 406 => [ ['errorCode' => 'EcsError', 'errorMessage' => 'An error occurred while calling the ECS API operation.', 'description' => 'ECS API call error. %s'], ['errorCode' => 'DbError', 'errorMessage' => 'A database service error occurred.', 'description' => 'Database request failed.'], ['errorCode' => 'RedisError', 'errorMessage' => 'A Redis service error occurred.', 'description' => 'Redis request failed.'], ['errorCode' => 'AgentError', 'errorMessage' => 'The agent service request failed.', 'description' => 'The cluster-side command failed to run. %s'], ['errorCode' => 'AliyunError', 'errorMessage' => 'An Alibaba Cloud product error occurred.', 'description' => 'Alibaba Cloud product error. %s'], ], [ ['errorCode' => 'NotAuthorized', 'errorMessage' => 'You are not authorized by RAM for this request.', 'description' => 'The request is not authorized by RAM.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"04F0F334-1335-436C-A1D7-6C044FE7****\\",\\n \\"Nodes\\": {\\n \\"NodeInfo\\": [\\n {\\n \\"Status\\": \\"untracking\\",\\n \\"HostName\\": \\"compute0\\",\\n \\"InstanceType\\": \\"ecs.n1.tiny\\",\\n \\"ImageId\\": \\"centos_7_02_64_20G_alibase_20170818****\\",\\n \\"Id\\": \\"i-bp13p7vlcb1uihfv****\\"\\n }\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"\\n04F0F334-1335-436C-A1D7-6C044FE7****\\n\\n \\n untracking\\n centos_7_02_64_20G_alibase_20170818****\\n i-bp13p7vlcb1uihfv****\\n ecs.n1.tiny\\n compute0\\n \\n\\n","errorExample":""}]', 'title' => 'ListNodesNoPaging', 'summary' => 'Queries the information of all nodes in a specified cluster on one page.', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'ListNodesNoPaging'], ], ], 'ramActions' => [ [ 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:ListNodesNoPaging', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], 'ListPreferredEcsTypes' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['autoTest' => false, 'tenantRelevance' => 'publicInformation'], 'parameters' => [ [ 'name' => 'ZoneId', 'in' => 'query', 'schema' => ['description' => 'The zone ID.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'cn-hangzhou-b', 'title' => ''], ], [ 'name' => 'SpotStrategy', 'in' => 'query', 'schema' => ['description' => 'The bidding policy of the ECS instance. Valid values:'."\n" ."\n" .'* NoSpot: The instance is created as a pay-as-you-go instance.'."\n" .'* SpotWithPriceLimit: The instance is created as a preemptible instance with a user-defined maximum hourly price.'."\n" .'* SpotAsPriceGo: The instance is created as a preemptible instance for which the market price at the time of purchase is automatically used as the bidding price.'."\n", 'type' => 'string', 'required' => false, 'example' => 'NoSpot', 'default' => 'NoSpot', 'title' => ''], ], [ 'name' => 'InstanceChargeType', 'in' => 'query', 'schema' => ['description' => 'The billing method of the ECS instances. Valid values:'."\n" ."\n" .'* PostPaid'."\n" .'* PrePaid'."\n", 'type' => 'string', 'required' => false, 'example' => 'PostPaid', 'default' => 'PostPaid', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'SupportSpotInstance' => ['description' => 'Indicates whether preemptible instances are supported.'."\n", 'type' => 'boolean', 'example' => 'true', 'title' => ''], 'RequestId' => ['description' => 'The request ID.'."\n", 'type' => 'string', 'example' => '04F0F334-1335-436C-A1D7-6C044FE73368', 'title' => ''], 'Series' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'SeriesInfo' => [ 'description' => 'The list of recommended ECS instances. Each SeriesInfo element contains the recommended ECS instance types for various nodes in the E-HPC cluster.', 'title' => '', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'SeriesName' => ['description' => 'The name of the instance series. Valid values:'."\n" ."\n" .'* SeriesHighCompute'."\n" .'* SeriesHighMem'."\n" .'* SeriesGPU'."\n" .'* SeriesAll'."\n", 'type' => 'string', 'example' => 'SeriesAll', 'title' => ''], 'SeriesId' => ['description' => 'The ID of the ECS instance series. Valid values:'."\n" ."\n" .'* HighCompute: compute-optimized instance families'."\n" .'* HighMem: memory-optimized instance families'."\n" .'* GPU: GPU-accelerated instance families'."\n" .'* All: all instance families'."\n", 'type' => 'string', 'example' => 'All', 'title' => ''], 'Roles' => [ 'description' => 'Recommended instance types for nodes in an E-HPC cluser.'."\n", 'type' => 'object', 'properties' => [ 'Manager' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'InstanceTypeId' => [ 'description' => 'The list of recommended ECS instance types for management nodes.'."\n", 'title' => '', 'type' => 'array', 'items' => ['description' => 'The list of recommended ECS instance types for management nodes.'."\n", 'type' => 'string', 'example' => '[ "ecs.sn1ne.2xlarge", "ecs.sn1ne.4xlarge", "ecs.n1.tiny" ]', 'title' => ''], ], ], ], 'Compute' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'InstanceTypeId' => [ 'description' => 'The list of recommended ECS instance types for compute nodes.'."\n", 'title' => '', 'type' => 'array', 'items' => ['description' => 'The list of recommended ECS instance types for compute nodes.'."\n", 'type' => 'string', 'example' => '[ "ecs.sn1ne.2xlarge", "ecs.sn1ne.4xlarge", "ecs.n1.tiny" ]', 'title' => ''], ], ], ], 'Login' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'InstanceTypeId' => [ 'description' => 'The list of recommended ECS instance types for logon nodes.'."\n", 'title' => '', 'type' => 'array', 'items' => ['description' => 'The list of recommended ECS instance types for logon nodes.'."\n", 'type' => 'string', 'example' => '[ "ecs.sn1ne.2xlarge", "ecs.sn1ne.4xlarge", "ecs.n1.tiny" ]', 'title' => ''], ], ], ], ], 'title' => '', ], ], 'description' => 'The list of recommended ECS instances. Each SeriesInfo element contains the recommended ECS instance types for various nodes in the E-HPC cluster.', 'title' => '', ], ], ], ], ], 'description' => '', 'title' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParams', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => 'The specified parameter %s is invalid.'], ], 406 => [ ['errorCode' => 'EcsError', 'errorMessage' => 'An error occurred while calling the ECS API operation.', 'description' => 'ECS API call error. %s'], ['errorCode' => 'DbError', 'errorMessage' => 'A database service error occurred.', 'description' => 'Database request failed.'], ], [ ['errorCode' => 'NotAuthorized', 'errorMessage' => 'You are not authorized by RAM for this request.', 'description' => 'The request is not authorized by RAM.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"SupportSpotInstance\\": true,\\n \\"RequestId\\": \\"04F0F334-1335-436C-A1D7-6C044FE73368\\",\\n \\"Series\\": {\\n \\"SeriesInfo\\": [\\n {\\n \\"SeriesName\\": \\"SeriesAll\\",\\n \\"SeriesId\\": \\"All\\",\\n \\"Roles\\": {\\n \\"Manager\\": {\\n \\"InstanceTypeId\\": [\\n \\"[ \\\\\\"ecs.sn1ne.2xlarge\\\\\\", \\\\\\"ecs.sn1ne.4xlarge\\\\\\", \\\\\\"ecs.n1.tiny\\\\\\" ]\\"\\n ]\\n },\\n \\"Compute\\": {\\n \\"InstanceTypeId\\": [\\n \\"[ \\\\\\"ecs.sn1ne.2xlarge\\\\\\", \\\\\\"ecs.sn1ne.4xlarge\\\\\\", \\\\\\"ecs.n1.tiny\\\\\\" ]\\"\\n ]\\n },\\n \\"Login\\": {\\n \\"InstanceTypeId\\": [\\n \\"[ \\\\\\"ecs.sn1ne.2xlarge\\\\\\", \\\\\\"ecs.sn1ne.4xlarge\\\\\\", \\\\\\"ecs.n1.tiny\\\\\\" ]\\"\\n ]\\n }\\n }\\n }\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"\\n true\\n 04F0F334-1335-436C-A1D7-6C044FE73368\\n \\n SeriesAll\\n All\\n \\n [ \\"ecs.sn1ne.2xlarge\\", \\"ecs.sn1ne.4xlarge\\", \\"ecs.n1.tiny\\" ]\\n [ \\"ecs.sn1ne.2xlarge\\", \\"ecs.sn1ne.4xlarge\\", \\"ecs.n1.tiny\\" ]\\n [ \\"ecs.sn1ne.2xlarge\\", \\"ecs.sn1ne.4xlarge\\", \\"ecs.n1.tiny\\" ]\\n \\n \\n","errorExample":""}]', 'title' => 'ListPreferredEcsTypes', 'summary' => 'Queries the Elastic Compute Service (ECS) instance types recommended by Elastic High Performance Computing (E-HPC).', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'ramActions' => [ [ 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:ListPreferredEcsTypes', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], 'ListQueues' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['autoTest' => false, 'tenantRelevance' => 'publicInformation'], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => ['description' => 'The ID of the cluster.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'ehpc-hz-FYUr32****', 'title' => ''], ], [ 'name' => 'Async', 'in' => 'query', 'schema' => ['description' => 'Specifies whether to enable asynchronous query.'."\n", 'type' => 'boolean', 'required' => false, 'example' => 'false', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => 'The ID of the request.'."\n", 'type' => 'string', 'example' => 'C6E5005C-00B0-4F27-98BB-95AB88016C22', 'title' => ''], 'Queues' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'QueueInfo' => [ 'description' => 'The queried cluster queues.'."\n", 'title' => '', 'type' => 'array', 'items' => [ 'description' => 'The details of the queue.'."\n", 'type' => 'object', 'properties' => [ 'Type' => ['description' => 'The type of queue. Valid values:'."\n" ."\n" .'* Execution: Queues in which jobs can be executed.'."\n" .'* Router: Queues in which jobs cannot be executed. The received jobs in the queues must be forwarded to the bound Execution queues for execution.'."\n", 'type' => 'string', 'example' => 'Execution', 'title' => ''], 'HostNamePrefix' => ['description' => 'The prefix of the hostname.'."\n", 'type' => 'string', 'example' => 'compute', 'title' => ''], 'QueueName' => ['description' => 'The name of the queue.'."\n", 'type' => 'string', 'example' => 'workq', 'title' => ''], 'EnableAutoGrow' => ['description' => 'Indicates whether auto scale-out is enabled for the queue. Valid values:'."\n" ."\n" .'* true'."\n" .'* false'."\n", 'type' => 'boolean', 'example' => 'false', 'title' => ''], 'ResourceGroupId' => ['description' => 'The ID of the resource group to which the queue belongs.'."\n", 'type' => 'string', 'example' => 'rg-acfmxp7uc24****', 'title' => ''], 'ImageId' => ['description' => 'The ID of the image.'."\n", 'type' => 'string', 'example' => 'centos_7_06_64_20G_alibase_20****.vhd', 'title' => ''], 'HostNameSuffix' => ['description' => 'The suffix of the hostname.'."\n", 'type' => 'string', 'example' => '01', 'title' => ''], 'SpotStrategy' => ['description' => 'The preemption policy of the compute nodes. Valid values:'."\n" ."\n" .'* NoSpot: The instance is a regular pay-as-you-go instance.'."\n" .'* SpotWithPriceLimit: The instance is a preemptible instance for which you specify the maximum hourly price.'."\n" .'* SpotAsPriceGo: The instance is a preemptible instance for which the market price at the time of purchase is automatically used as the bid price.'."\n", 'type' => 'string', 'example' => 'NoSpot', 'title' => ''], 'SpotInstanceTypes' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'Instance' => [ 'description' => 'The information about the preemptible instance.'."\n", 'title' => '', 'type' => 'array', 'items' => [ 'description' => 'The information about the preemptible instance.'."\n", 'type' => 'object', 'properties' => [ 'InstanceType' => ['description' => 'The instance type of the preemptible instance.'."\n", 'type' => 'string', 'example' => 'ecs.n1.tiny', 'title' => ''], 'SpotPriceLimit' => ['description' => 'The maximum hourly price of the instance. The price can be accurate to three decimal places. This parameter is valid only when the SpotStrategy parameter is set to SpotWithPriceLimit.'."\n", 'type' => 'number', 'format' => 'float', 'example' => '0.062', 'title' => ''], ], 'title' => '', ], ], ], ], 'ComputeInstanceType' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'InstanceType' => [ 'description' => 'The instance type of the compute nodes.'."\n", 'title' => '', 'type' => 'array', 'items' => ['description' => 'The instance type of compute node.'."\n", 'type' => 'string', 'example' => 'ecs.c7.xlarge', 'title' => ''], ], ], ], 'DeploymentSetId' => ['description' => 'The ID of the deployment set to which to deploy the instance. You can call the [DescribeDeploymentSets](~~91313~~) operation to query the deployment set ID. Only the deployment sets that use low latency policies are supported.'."\n", 'type' => 'string', 'example' => 'ds-bp1frxuzdg87zh4pzq****', 'title' => ''], 'UseESS' => ['description' => 'Specifies whether to use scaling groups of Auto Scaling.'."\n", 'type' => 'boolean', 'example' => 'false', 'title' => ''], 'NetworkInterfaceTrafficMode' => ['description' => 'The communication mode of the elastic network interface (ENI). Valid values:'."\n" ."\n" .'* Standard: The TCP communication mode is used.'."\n" .'* HighPerformance: The Elastic RDMA Interface (ERI) is enabled and the remote direct memory access (RDMA) communication mode is used.'."\n", 'type' => 'string', 'example' => 'Standard', 'title' => ''], ], 'title' => '', ], ], ], ], ], 'description' => '', 'title' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParams', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => 'The specified parameter %s is invalid.'], ], 404 => [ ['errorCode' => 'ClusterNotFound', 'errorMessage' => 'The specified cluster does not exist.', 'description' => 'The specified instance does not exist.'], ['errorCode' => 'ManagerNotFound', 'errorMessage' => 'The manager nodes do not exist or their status is abnormal.', 'description' => 'The manager nodes do not exist or their status is abnormal.'], ], 406 => [ ['errorCode' => 'EcsError', 'errorMessage' => 'An error occurred while calling the ECS API operation.', 'description' => 'ECS API call error. %s'], ['errorCode' => 'DbError', 'errorMessage' => 'A database service error occurred.', 'description' => 'Database request failed.'], ['errorCode' => 'RedisError', 'errorMessage' => 'A Redis service error occurred.', 'description' => 'Redis request failed.'], ['errorCode' => 'ExecFail', 'errorMessage' => 'Failed to execute the command: %s.', 'description' => ''], ['errorCode' => 'AgentError', 'errorMessage' => 'The agent service request failed.', 'description' => 'The cluster-side command failed to run. %s'], ['errorCode' => 'AliyunError', 'errorMessage' => 'An Alibaba Cloud product error occurred.', 'description' => 'Alibaba Cloud product error. %s'], ['errorCode' => 'AgentResponseTimeout', 'errorMessage' => 'Agent response timeout: %s', 'description' => ''], ], [ ['errorCode' => 'NotAuthorized', 'errorMessage' => 'You are not authorized by RAM for this request.', 'description' => 'The request is not authorized by RAM.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"C6E5005C-00B0-4F27-98BB-95AB88016C22\\",\\n \\"Queues\\": {\\n \\"QueueInfo\\": [\\n {\\n \\"Type\\": \\"Execution\\",\\n \\"HostNamePrefix\\": \\"compute\\",\\n \\"QueueName\\": \\"workq\\",\\n \\"EnableAutoGrow\\": false,\\n \\"ResourceGroupId\\": \\"rg-acfmxp7uc24****\\",\\n \\"ImageId\\": \\"centos_7_06_64_20G_alibase_20****.vhd\\",\\n \\"HostNameSuffix\\": \\"01\\",\\n \\"SpotStrategy\\": \\"NoSpot\\",\\n \\"SpotInstanceTypes\\": {\\n \\"Instance\\": [\\n {\\n \\"InstanceType\\": \\"ecs.n1.tiny\\",\\n \\"SpotPriceLimit\\": 0.062\\n }\\n ]\\n },\\n \\"ComputeInstanceType\\": {\\n \\"InstanceType\\": [\\n \\"ecs.c7.xlarge\\"\\n ]\\n },\\n \\"DeploymentSetId\\": \\"ds-bp1frxuzdg87zh4pzq****\\",\\n \\"UseESS\\": false,\\n \\"NetworkInterfaceTrafficMode\\": \\"Standard\\"\\n }\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"\\n C6E5005C-00B0-4F27-98BB-95AB88016C22\\n \\n \\n 01\\n false\\n \\n \\n centos_7_06_64_20G_alibase_20****.vhd\\n compute\\n workq\\n rg-acfmxp7uc24****\\n SpotWithPriceLimit\\n 0.062\\n Execution\\n \\n ecs.n1.small\\n \\n \\n \\n","errorExample":""}]', 'title' => 'ListQueues', 'summary' => 'Queries the queues of a specified cluster.', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'ListQueues'], ], ], 'ramActions' => [ [ 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:ListQueues', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], 'ListRegions' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['autoTest' => false, 'tenantRelevance' => 'publicInformation'], 'parameters' => [], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => 'The request ID.'."\n", 'type' => 'string', 'example' => '04F0F334-1335-436C-A1D7-6C044FE73368', 'title' => ''], 'Regions' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'RegionInfo' => [ 'description' => 'The list of regions.'."\n", 'title' => '', 'type' => 'array', 'items' => [ 'description' => 'The array of regions.', 'type' => 'object', 'properties' => [ 'LocalName' => ['description' => 'The name of the region.'."\n", 'type' => 'string', 'example' => 'China East 1 (Hangzhou)', 'title' => ''], 'RegionId' => ['description' => 'The region ID.'."\n", 'type' => 'string', 'example' => 'cn-hangzhou', 'title' => ''], ], 'title' => '', ], ], ], ], ], 'description' => '', 'title' => '', ], ], ], 'errorCodes' => [ 406 => [ ['errorCode' => 'OrderError', 'errorMessage' => 'An order request error occurred.', 'description' => 'An order request error occurred.'], ['errorCode' => 'AliyunError', 'errorMessage' => 'An Alibaba Cloud product error occurred.', 'description' => 'Alibaba Cloud product error. %s'], ], [ ['errorCode' => 'NotAuthorized', 'errorMessage' => 'You are not authorized by RAM for this request.', 'description' => 'The request is not authorized by RAM.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"04F0F334-1335-436C-A1D7-6C044FE73368\\",\\n \\"Regions\\": {\\n \\"RegionInfo\\": [\\n {\\n \\"LocalName\\": \\"China East 1 (Hangzhou)\\",\\n \\"RegionId\\": \\"cn-hangzhou\\"\\n }\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"","errorExample":""}]', 'title' => 'ListRegions', 'summary' => 'Queries a list of regions where Elastic High Performance Computing (E-HPC) is supported.', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'ListRegions'], ], ], 'ramActions' => [ [ 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:ListRegions', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], 'ListSecurityGroups' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['autoTest' => false, 'tenantRelevance' => 'publicInformation'], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => ['description' => 'The cluster ID.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'ehpc-hz-FYUr32****', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'TotalCount' => ['description' => 'The total number of security groups that are assigned to the E-HPC cluster.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''], 'RequestId' => ['description' => 'The request ID.'."\n", 'type' => 'string', 'example' => '6D9A3378-61CA-4415-BEB0-1168C2A15975', 'title' => ''], 'SecurityGroups' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'SecurityGroup' => [ 'description' => 'The security group ID.'."\n", 'title' => '', 'type' => 'array', 'items' => ['description' => 'The ID of the security group to which the instances belong.'."\n", 'type' => 'string', 'example' => '["sg-bp13n61xsydodfyg****"]', 'title' => ''], ], ], ], ], 'description' => '', 'title' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParams', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => 'The specified parameter %s is invalid.'], ], 404 => [ ['errorCode' => 'ClusterNotFound', 'errorMessage' => 'The specified cluster does not exist.', 'description' => 'The specified instance does not exist.'], ], 406 => [ ['errorCode' => 'EcsError', 'errorMessage' => 'ECS api request error', 'description' => ''], ['errorCode' => 'DbError', 'errorMessage' => 'A database service error occurred.', 'description' => 'Database request failed.'], ['errorCode' => 'AliyunError', 'errorMessage' => 'Aliyun api service error', 'description' => ''], ], [ ['errorCode' => 'NotAuthorized', 'errorMessage' => 'You are not authorized by RAM for this request.', 'description' => 'The request is not authorized by RAM.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"TotalCount\\": 1,\\n \\"RequestId\\": \\"6D9A3378-61CA-4415-BEB0-1168C2A15975\\",\\n \\"SecurityGroups\\": {\\n \\"SecurityGroup\\": [\\n \\"[\\\\\\"sg-bp13n61xsydodfyg****\\\\\\"]\\"\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"\\n \\n sg-bp13n61xsydodfyg****\\n \\n 1\\n 6D9A3378-61CA-4415-BEB0-1168C2A15975\\n","errorExample":""}]', 'title' => 'ListSecurityGroups', 'summary' => 'Queries the security groups that are assigned to an E-HPC cluster.', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'ramActions' => [ [ 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:ListSecurityGroups', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], 'ListServerlessJobs' => [ 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'systemTags' => ['autoTest' => false, 'tenantRelevance' => 'publicInformation'], 'parameters' => [ [ 'name' => 'RegionId', 'in' => 'query', 'schema' => ['description' => 'The region ID. You can call the [ListRegions](~~188593~~) operation to query the list of regions where E-HPC is supported.'."\n", 'type' => 'string', 'required' => false, 'example' => 'cn-hangzhou', 'title' => ''], ], [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => ['description' => 'The ID of the E-HPC cluster.'."\n" ."\n" .'You can call the [ListClusters](~~87116~~) operation to query the cluster ID.'."\n", 'type' => 'string', 'required' => true, 'example' => 'ehpc-hz-FYUr32****', 'title' => ''], ], [ 'name' => 'PageNumber', 'in' => 'query', 'schema' => ['description' => 'The page number. Pages start from page 1. Default value: 1.'."\n", 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1', 'title' => ''], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['description' => 'The number of entries per page. Maximum value: 100. Default value: 20.'."\n", 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '20', 'title' => ''], ], [ 'name' => 'JobIds', 'in' => 'query', 'style' => 'flat', 'schema' => [ 'description' => 'The list of serverless job IDs or subtask IDs (array jobs).'."\n", 'type' => 'array', 'items' => ['description' => 'The ID of the serverless job or subtask (array job).'."\n", 'type' => 'string', 'required' => false, 'example' => '5,10_1', 'title' => ''], 'required' => false, 'maxItems' => 10, 'title' => '', ], ], [ 'name' => 'JobNames', 'in' => 'query', 'style' => 'flat', 'schema' => [ 'description' => 'The names of the serverless jobs.'."\n", 'type' => 'array', 'items' => ['description' => 'The name of the serverless job.'."\n", 'type' => 'string', 'required' => false, 'example' => 'testjob', 'title' => ''], 'required' => false, 'maxItems' => 10, 'title' => '', ], ], [ 'name' => 'State', 'in' => 'query', 'schema' => [ 'description' => 'The status of the serverless job. Valid values:'."\n" ."\n" .'* All'."\n" .'* Pending'."\n" .'* Running'."\n" .'* Succeeded'."\n" .'* Canceled'."\n" .'* Failed'."\n" ."\n" .'Default value: All.'."\n", 'type' => 'string', 'required' => false, 'example' => 'Running', 'enum' => ['Pending', 'Running', 'Canceled', 'Failed', 'All', 'Succeeded'], 'title' => '', ], ], [ 'name' => 'StartOrder', 'in' => 'query', 'schema' => [ 'description' => 'Specifies whether to sort the serverless jobs by the job start time. Valid values:'."\n" ."\n" .'* Asc: ascending order.'."\n" .'* Desc: descending order.'."\n", 'type' => 'string', 'required' => false, 'example' => 'Asc', 'enum' => ['Desc', 'Asc'], 'title' => '', ], ], [ 'name' => 'SubmitOrder', 'in' => 'query', 'schema' => [ 'description' => 'Specifies whether to sort the serverless jobs by the job submission time. Valid values:'."\n" ."\n" .'* Asc: ascending order.'."\n" .'* Desc: descending order.'."\n", 'type' => 'string', 'required' => false, 'example' => 'asc', 'enum' => ['Desc', 'Asc'], 'title' => '', ], ], [ 'name' => 'SubmitTimeStart', 'in' => 'query', 'schema' => ['description' => 'The earliest time at which the job is submitted.'."\n" ."\n" .'> You can use this parameter to query the job list based on the job submission time.'."\n", 'type' => 'string', 'required' => false, 'example' => '1647427667', 'title' => ''], ], [ 'name' => 'SubmitTimeEnd', 'in' => 'query', 'schema' => ['description' => 'The latest time at which the job is submitted.'."\n" ."\n" .'> You can use this parameter to query the job list based on the job submission time.'."\n", 'type' => 'string', 'required' => false, 'example' => '1659521430', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => 'Schema of Response'."\n", 'type' => 'object', 'properties' => [ 'TotalCount' => ['title' => '', 'description' => 'The total number of entries returned.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '1'], 'RequestId' => ['title' => 'Id of the request', 'description' => 'The request ID.'."\n", 'type' => 'string', 'example' => '04F0F334-1335-436C-A1D7-6C044FE7****'], 'PageSize' => ['title' => 'PageSize', 'description' => 'The number of entries returned per page.'."\n", 'type' => 'integer', 'format' => 'int64', 'example' => '20'], 'PageNumber' => ['title' => 'PageNumber', 'description' => 'The page number returned.'."\n", 'type' => 'integer', 'format' => 'int64', 'example' => '1'], 'Jobs' => [ 'title' => 'Jobs', 'description' => 'The list of serverless jobs.'."\n", 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'JobId' => ['description' => 'The ID of the serverless job or the subtask (array job).'."\n", 'type' => 'string', 'example' => '5', 'title' => ''], 'JobName' => ['description' => 'The name of the serverless job.'."\n", 'type' => 'string', 'example' => 'testjob', 'title' => ''], 'State' => ['description' => 'The status of the serverless job. Valid values:'."\n" ."\n" .'* Pending'."\n" .'* Initing'."\n" .'* Running'."\n" .'* Succeeded'."\n" .'* Canceled'."\n" .'* Failed'."\n", 'type' => 'string', 'example' => 'Running', 'title' => ''], 'Priority' => ['description' => 'The scheduling priority of the serverless job. Valid values are 0 to 999. A greater value indicates a higher priority.'."\n", 'type' => 'string', 'example' => '9', 'title' => ''], 'Queue' => ['description' => 'The name of the queue in which the serverless job is run.'."\n", 'type' => 'string', 'example' => 'comp', 'title' => ''], 'User' => ['description' => 'The username that is used to run the serverless job.'."\n", 'type' => 'string', 'example' => 'testuser', 'title' => ''], 'SubmitTime' => ['description' => 'The time at which the serverless job is submitted.'."\n", 'type' => 'string', 'example' => '1647423718', 'title' => ''], 'StartTime' => ['description' => 'The time at which the serverless job started.'."\n", 'type' => 'string', 'example' => '1647427667', 'title' => ''], 'EndTime' => ['description' => 'The time at which the serverless job ended.'."\n", 'type' => 'string', 'example' => '1682128871', 'title' => ''], 'IsArrayJob' => ['description' => 'Indicates whether the job is an array job. Valid values:'."\n" ."\n" .'* True: yes'."\n" .'* False: no'."\n", 'type' => 'boolean', 'example' => 'True', 'title' => ''], ], 'description' => 'The list of serverless jobs.', 'title' => '', ], ], ], ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParams', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => 'The specified parameter %s is invalid.'], ['errorCode' => 'NotEnabled', 'errorMessage' => 'You have not enabled this service', 'description' => 'You have not enabled this service'], ], 404 => [ ['errorCode' => 'ClusterNotFound', 'errorMessage' => 'The specified cluster does not exist.', 'description' => 'The specified instance does not exist.'], ['errorCode' => 'ManagerNotFound', 'errorMessage' => 'The manager nodes do not exist or their status is abnormal.', 'description' => 'The manager nodes do not exist or their status is abnormal.'], ], 406 => [ ['errorCode' => 'DbError', 'errorMessage' => 'A database service error occurred.', 'description' => 'Database request failed.'], ['errorCode' => 'EcsError', 'errorMessage' => 'An error occurred while calling the ECS API operation.', 'description' => 'ECS API call error. %s'], ['errorCode' => 'RedisError', 'errorMessage' => 'A Redis service error occurred.', 'description' => 'Redis request failed.'], ['errorCode' => 'AliyunError', 'errorMessage' => 'An Alibaba Cloud product error occurred.', 'description' => 'Alibaba Cloud product error. %s'], ['errorCode' => 'AgentError', 'errorMessage' => 'The agent service request failed: %s', 'description' => 'Operation unsuccessful: %s'], ], [ ['errorCode' => 'NotAuthorized', 'errorMessage' => 'You are not authorized by RAM for this request.', 'description' => 'The request is not authorized by RAM.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"TotalCount\\": 1,\\n \\"RequestId\\": \\"04F0F334-1335-436C-A1D7-6C044FE7****\\",\\n \\"PageSize\\": 20,\\n \\"PageNumber\\": 1,\\n \\"Jobs\\": [\\n {\\n \\"JobId\\": \\"5\\",\\n \\"JobName\\": \\"testjob\\",\\n \\"State\\": \\"Running\\",\\n \\"Priority\\": \\"9\\",\\n \\"Queue\\": \\"comp\\",\\n \\"User\\": \\"testuser\\",\\n \\"SubmitTime\\": \\"1647423718\\",\\n \\"StartTime\\": \\"1647427667\\",\\n \\"EndTime\\": \\"1682128871\\",\\n \\"IsArrayJob\\": true\\n }\\n ]\\n}","type":"json"}]', 'title' => 'ListServerlessJobs', 'summary' => 'Queries the list of serverless jobs based on filter conditions.', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'ListServerlessJobs'], ], ], 'ramActions' => [ [ 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:ListServerlessJobs', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], 'ListSoftwares' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['autoTest' => false, 'tenantRelevance' => 'publicInformation'], 'parameters' => [ [ 'name' => 'EhpcVersion', 'in' => 'query', 'schema' => ['description' => 'The version of the E-HPC client.'."\n" ."\n" .'You can call the [ListCurrentClientVersion](~~87223~~) operation to query the E-HPC client version.'."\n", 'type' => 'string', 'required' => false, 'example' => '1.0.0', 'title' => ''], ], [ 'name' => 'OsTag', 'in' => 'query', 'schema' => ['description' => 'The image tag of the cluster.'."\n" ."\n" .'You can use the [ListImages](~~87213~~) to query the image tag of the cluster.'."\n", 'type' => 'string', 'required' => false, 'example' => 'CentOS_7.2_64', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => 'The ID of the request.'."\n", 'type' => 'string', 'example' => '04F0F334-1335-436C-A1D7-6C044FE7****', 'title' => ''], 'Softwares' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'SoftwareInfo' => [ 'description' => 'The list of the information about the software installed in the cluster.'."\n", 'title' => '', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'SchedulerType' => ['description' => 'The type of the scheduler. Valid values:'."\n" ."\n" .'* pbs'."\n" .'* pbs19'."\n" .'* slurm'."\n" .'* slurm19'."\n" .'* slurm20'."\n" .'* opengridscheduler'."\n" .'* deadline'."\n" .'* gridengine'."\n" .'* cube'."\n" .'* custom'."\n", 'type' => 'string', 'example' => 'pbs', 'title' => ''], 'OsTag' => ['description' => 'The image tag of the cluster.'."\n", 'type' => 'string', 'example' => 'CentOS_7.2_64', 'title' => ''], 'SchedulerVersion' => ['description' => 'The version of the scheduler.'."\n", 'type' => 'string', 'example' => '18.1.1', 'title' => ''], 'AccountVersion' => ['description' => 'The version of the domain account service.'."\n", 'type' => 'string', 'example' => '2.31', 'title' => ''], 'AccountType' => ['description' => 'The service type of the domain account. Valid values:'."\n" ."\n" .'* nis'."\n" .'* ldap'."\n", 'type' => 'string', 'example' => 'nis', 'title' => ''], 'EhpcVersion' => ['description' => 'The version of the E-HPC client.', 'type' => 'string', 'example' => '1.0.0', 'title' => ''], 'Applications' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'ApplicationInfo' => [ 'description' => 'The list of the software in the cluster.'."\n", 'title' => '', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Required' => ['description' => 'Indicates whether the software is required. Valid values:'."\n" ."\n" .'* false: optional'."\n" .'* true: required'."\n", 'type' => 'boolean', 'example' => 'true', 'title' => ''], 'Tag' => ['description' => 'The tag of the software.'."\n", 'type' => 'string', 'example' => 'CUDNN_9.0', 'title' => ''], 'Name' => ['description' => 'The name of the software.'."\n", 'type' => 'string', 'example' => 'cudnnt', 'title' => ''], 'Version' => ['description' => 'The version of the software.'."\n", 'type' => 'string', 'example' => '9.0', 'title' => ''], ], 'description' => '', 'title' => '', ], ], ], ], ], 'description' => '', 'title' => '', ], ], ], ], ], 'description' => '', 'title' => '', ], ], ], 'errorCodes' => [ 404 => [ ['errorCode' => 'ImageNotFound', 'errorMessage' => 'The specified image does not exist.', 'description' => 'The specified image does not exist. Please verify the parameter.'], ], 406 => [ ['errorCode' => 'DbError', 'errorMessage' => 'A database service error occurred.', 'description' => 'Database request failed.'], ], [ ['errorCode' => 'NotAuthorized', 'errorMessage' => 'You are not authorized by RAM for this request.', 'description' => 'The request is not authorized by RAM.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"04F0F334-1335-436C-A1D7-6C044FE7****\\",\\n \\"Softwares\\": {\\n \\"SoftwareInfo\\": [\\n {\\n \\"SchedulerType\\": \\"pbs\\",\\n \\"OsTag\\": \\"CentOS_7.2_64\\",\\n \\"SchedulerVersion\\": \\"18.1.1\\",\\n \\"AccountVersion\\": \\"2.31\\",\\n \\"AccountType\\": \\"nis\\",\\n \\"EhpcVersion\\": \\"1.0.0\\",\\n \\"Applications\\": {\\n \\"ApplicationInfo\\": [\\n {\\n \\"Required\\": true,\\n \\"Tag\\": \\"CUDNN_9.0\\",\\n \\"Name\\": \\"cudnnt\\",\\n \\"Version\\": \\"9.0\\"\\n }\\n ]\\n }\\n }\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"\\n 04F0F334-1335-436C-A1D7-6C044FE7****\\n \\n pbs\\n CentOS_7.2_64\\n 18.1.1\\n 2.31\\n nis\\n 1.0.0\\n \\n true\\n CUDNN_9.0\\n cudnnt\\n 9.0\\n \\n \\n","errorExample":""}]', 'title' => 'ListSoftwares', 'summary' => 'Queries the list of software that can be installed in a cluster.', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'ramActions' => [ [ 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:ListSoftwares', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], 'ListTagResources' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'systemTags' => ['autoTest' => false, 'tenantRelevance' => 'publicInformation'], 'parameters' => [ [ 'name' => 'RegionId', 'in' => 'query', 'schema' => ['title' => '', 'description' => 'The region ID of the resource.'."\n", 'type' => 'string', 'required' => true, 'example' => 'cn-hangzhou'], ], [ 'name' => 'NextToken', 'in' => 'query', 'schema' => ['title' => '', 'description' => 'The token used to start the next query.'."\n", 'type' => 'string', 'required' => false, 'example' => 'caeba0bbb2be03f84eb48b699f0axxxx'], ], [ 'name' => 'ResourceType', 'in' => 'query', 'schema' => ['title' => '', 'description' => 'The resource type. Set the value to cluster, which indicates E-HPC clusters.'."\n", 'type' => 'string', 'required' => true, 'example' => 'cluster'], ], [ 'name' => 'ResourceId', 'in' => 'query', 'style' => 'repeatList', 'schema' => [ 'title' => '', 'description' => 'The resource IDs. You can specify up to 50 IDs.'."\n", 'type' => 'array', 'items' => ['description' => 'The resource IDs. You can specify up to 50 IDs.'."\n", 'type' => 'string', 'required' => false, 'example' => 'ehpc-hz-xxxx', 'title' => ''], 'required' => false, 'maxItems' => 51, ], ], [ 'name' => 'Tag', 'in' => 'query', 'style' => 'repeatList', 'schema' => [ 'title' => '', 'description' => 'The resource tags. You can specify up to 20 tags.'."\n", 'type' => 'array', 'items' => [ 'description' => 'The resource tags. You can specify up to 20 tags.'."\n", 'type' => 'object', 'properties' => [ 'Key' => ['title' => '', 'description' => 'The tag key.'."\n", 'type' => 'string', 'required' => false, 'example' => 'TestKey'], 'Value' => ['title' => '', 'description' => 'The tag value.'."\n", 'type' => 'string', 'required' => false, 'example' => 'TestValue'], ], 'required' => false, 'title' => '', ], 'required' => false, 'maxItems' => 21, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'NextToken' => ['title' => '', 'description' => 'The token that is required for the next query. If the NextToken parameter is empty, no subsequent query is available.'."\n", 'type' => 'string', 'example' => 'caeba0bbb2be03f84eb48b699f0axxxx'], 'RequestId' => ['description' => 'The request ID.'."\n", 'type' => 'string', 'example' => '484256DA-D816-44D2-9D86-B6EE4D5BA78C', 'title' => ''], 'TagResources' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'TagResource' => [ 'title' => '', 'description' => 'The tags.'."\n", 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'ResourceType' => ['title' => '', 'description' => 'The type of the resource whose tags are queried. Set the value to cluster, which indicates E-HPC clusters.'."\n", 'type' => 'string', 'example' => 'cluster'], 'TagValue' => ['title' => '', 'description' => 'The tag value.'."\n", 'type' => 'string', 'example' => 'TestValue'], 'ResourceId' => ['title' => '', 'description' => 'The resource ID. Set the value to the ID of the cluster.'."\n", 'type' => 'string', 'example' => 'ehpc-hz-xxxx'], 'TagKey' => ['title' => '', 'description' => 'The tag key.'."\n", 'type' => 'string', 'example' => 'TestKey'], ], 'description' => '', 'title' => '', ], ], ], ], ], 'description' => '', 'title' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParams', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => 'The specified parameter %s is invalid.'], ], 404 => [ ['errorCode' => 'ClusterNotFound', 'errorMessage' => 'The specified cluster does not exist.', 'description' => 'The specified instance does not exist.'], ], 406 => [ ['errorCode' => 'TagError', 'errorMessage' => 'TAG API request failed.', 'description' => ''], ], [ ['errorCode' => 'NotAuthorized', 'errorMessage' => 'You are not authorized by RAM for this request.', 'description' => 'The request is not authorized by RAM.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"NextToken\\": \\"caeba0bbb2be03f84eb48b699f0axxxx\\",\\n \\"RequestId\\": \\"484256DA-D816-44D2-9D86-B6EE4D5BA78C\\",\\n \\"TagResources\\": {\\n \\"TagResource\\": [\\n {\\n \\"ResourceType\\": \\"cluster\\",\\n \\"TagValue\\": \\"TestValue\\",\\n \\"ResourceId\\": \\"ehpc-hz-xxxx\\",\\n \\"TagKey\\": \\"TestKey\\"\\n }\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"\\n caeba0bbb2be03f84eb48b699f0axxxx\\n 484256DA-D816-44D2-9D86-B6EE4D5BA78C\\n \\n cluster\\n TestValue\\n ehpc-hz-xxxx\\n TestKey\\n \\n","errorExample":""}]', 'title' => 'ListTagResources', 'summary' => 'Queries the tags that are attached to a specified resource.', 'changeSet' => [], 'ramActions' => [ [ 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:ListTagResources', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], 'ListTasks' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => ['autoTest' => false, 'tenantRelevance' => 'publicInformation'], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => ['description' => 'The cluster ID.'."\n" ."\n" .'You can call the [ListClusters](~~87116~~) operation to query the cluster ID.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'ehpc-hz-FYUr32****', 'title' => ''], ], [ 'name' => 'PageNumber', 'in' => 'query', 'schema' => ['description' => 'The page number. Pages start from page 1. Valid values: 1 to 999.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'maximum' => '999', 'minimum' => '1', 'example' => '1', 'default' => '1', 'title' => ''], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['description' => 'The number of entries per page. Valid values: 1 to 50.'."\n" ."\n" .'Default value: 10.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'maximum' => '50', 'minimum' => '1', 'example' => '10', 'default' => '10', 'title' => ''], ], [ 'name' => 'TaskId', 'in' => 'query', 'schema' => ['description' => 'The task ID. You can call the following asynchronous API operations to obtain the task ID.'."\n" ."\n" .'* [CreateCluster](~~87100~~)'."\n" .'* [StartCluster](~~200345~~)'."\n" .'* [StopCluster](~~200346~~)'."\n" .'* [DeleteCluster](~~87110~~)'."\n" .'* [AddNodes](~~87147~~)'."\n" .'* [StartNodes](~~87159~~)'."\n" .'* [ResetNodes](~~87158~~)'."\n" .'* [StopNodes](~~87160~~)'."\n" .'* [DeleteNodes](~~87155~~)'."\n", 'type' => 'string', 'required' => false, 'example' => 'B745C159-3155-4B94-95D0-4B73D4D2****', 'title' => ''], ], [ 'name' => 'Archived', 'in' => 'query', 'schema' => [ 'description' => 'Specifies whether to display the response history of the asynchronous API operation. Valid values:'."\n" ."\n" .'* true: displays the current response and response history of the asynchronous API operation.'."\n" .'* false: displays only the current response of the asynchronous API operation. If no tasks are running, `[]` is returned.'."\n" ."\n" .'Default value: false.'."\n" ."\n" .'> If you specify the TaskId parameter, the Archived parameter is invalid.'."\n", 'type' => 'boolean', 'required' => false, 'example' => 'false', 'default' => 'false', 'enum' => ['true', 'false'], 'title' => '', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'PageSize' => ['description' => 'The number of entries per page.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '10', 'title' => ''], 'RequestId' => ['description' => 'The request ID.'."\n", 'type' => 'string', 'example' => '89A1AC0F-4A6C-4F3D-98F9-BEF9A823****', 'title' => ''], 'PageNumber' => ['description' => 'The page number.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''], 'TotalCount' => ['description' => 'The total number of entries returned.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '10', 'title' => ''], 'Tasks' => [ 'description' => 'The queried tasks.'."\n", 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'object', 'properties' => [ 'Status' => ['description' => 'The status of the task. Valid values:'."\n" ."\n" .'* Processing: The task is running.'."\n" .'* Success: The task succeeded.'."\n" .'* Failed: The task failed.'."\n" .'* PartialFail: The task partially failed.'."\n", 'type' => 'string', 'example' => 'Processing', 'title' => ''], 'TaskType' => ['description' => 'The task type. Valid values:'."\n" ."\n" .'* CreateCluster: creates a cluster by calling the [CreateCluster](~~87100~~) operation.'."\n" .'* StartCluster: starts a cluster by calling the [StartCluster](~~200345~~) operation.'."\n" .'* StopCluster: stops a cluster by calling the [StopCluster](~~200346~~) operation.'."\n" .'* DeleteCluster: releases a cluster by calling the [DeleteCluster](~~87110~~) operation.'."\n" .'* AddComputes: adds nodes to a cluster by calling the [AddNodes](~~87147~~) operation.'."\n" .'* StartComputes: starts nodes by calling the [StartNodes](~~87159~~) operation.'."\n" .'* ResetCompute: resets nodes by calling the [ResetNodes](~~87158~~) operation.'."\n" .'* StopComputes: stops nodes by calling the [StopNodes](~~87160~~) operation.'."\n" .'* DeleteComputes: deletes nodes by calling the [DeleteNodes](~~87155~~) operation.'."\n", 'type' => 'string', 'example' => 'StopCluster', 'title' => ''], 'TotalSteps' => ['description' => 'The total number of steps of the task.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '35', 'title' => ''], 'CurrentStep' => ['description' => 'The current step of the task.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '16', 'title' => ''], 'Result' => ['description' => 'The result of the task. Valid values:'."\n" ."\n" .'* If you set TaskType to CreateCluster or AddComputes, the value of this parameter is in the `{\\"Instances\\":[]}` format. The value indicates the information about the nodes that are added to the cluster.'."\n" .'* If you set TaskType to a value other than CreateCluster and AddComputes, the value of this parameter is in the `{}` format.'."\n", 'type' => 'string', 'example' => '{\\"Instances\\":[{\\"InstanceId\\":\\"i-bp1inb1j2xz8pnoi****\\",\\"Ip\\":\\"192.168.*.*\\",\\"Hostname\\":\\"login0\\",\\"role\\":\\"login\\"}]}', 'title' => ''], 'Errors' => ['description' => 'The error messages returned for the task.'."\n" ."\n" .'You can view the error messages and the corresponding solutions in the [Error Center](https://error-center.alibabacloud.com/status/product/EHPC).'."\n", 'type' => 'string', 'example' => '[]', 'title' => ''], 'TaskId' => ['description' => 'The task ID.'."\n", 'type' => 'string', 'example' => 'B745C159-3155-4B94-95D0-4B73D4D2****', 'title' => ''], 'Request' => ['description' => 'The request parameters of the task. The value is a JSON string.'."\n", 'type' => 'string', 'example' => '{\\"requestId\\":\\"0A6CA33E-BFBF-4F92-BDAE-4E8860DA****\\",\\"uid\\":\\"160998252992****\\",\\"bid\\":\\"268**\\",\\"clusterId\\":\\"ehpc-hz-ysQtcZ****\\"}', 'title' => ''], 'ClusterId' => ['description' => 'The cluster ID.'."\n", 'type' => 'string', 'example' => 'ehpc-hz-FYUr32****', 'title' => ''], ], 'title' => '', ], 'title' => '', ], ], 'description' => '', 'title' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParams', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => 'The specified parameter %s is invalid.'], ['errorCode' => 'NotEnabled', 'errorMessage' => 'You have not enabled this service', 'description' => 'You have not enabled this service'], ], 404 => [ ['errorCode' => 'ClusterNotFound', 'errorMessage' => 'The specified cluster does not exist.', 'description' => 'The specified instance does not exist.'], ], 406 => [ ['errorCode' => 'DbError', 'errorMessage' => 'A database service error occurred.', 'description' => 'Database request failed.'], ['errorCode' => 'RedisError', 'errorMessage' => 'A Redis service error occurred.', 'description' => 'Redis request failed.'], ], [ ['errorCode' => 'NotAuthorized', 'errorMessage' => 'You are not authorized by RAM for this request.', 'description' => 'The request is not authorized by RAM.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"PageSize\\": 10,\\n \\"RequestId\\": \\"89A1AC0F-4A6C-4F3D-98F9-BEF9A823****\\",\\n \\"PageNumber\\": 1,\\n \\"TotalCount\\": 10,\\n \\"Tasks\\": [\\n {\\n \\"Status\\": \\"Processing\\",\\n \\"TaskType\\": \\"StopCluster\\",\\n \\"TotalSteps\\": 35,\\n \\"CurrentStep\\": 16,\\n \\"Result\\": \\"{\\\\\\\\\\\\\\"Instances\\\\\\\\\\\\\\":[{\\\\\\\\\\\\\\"InstanceId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"i-bp1inb1j2xz8pnoi****\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Ip\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"192.168.*.*\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Hostname\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"login0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"role\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"login\\\\\\\\\\\\\\"}]}\\",\\n \\"Errors\\": \\"[]\\",\\n \\"TaskId\\": \\"B745C159-3155-4B94-95D0-4B73D4D2****\\",\\n \\"Request\\": \\"{\\\\\\\\\\\\\\"requestId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0A6CA33E-BFBF-4F92-BDAE-4E8860DA****\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"uid\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"160998252992****\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"bid\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"268**\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"clusterId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"ehpc-hz-ysQtcZ****\\\\\\\\\\\\\\"}\\",\\n \\"ClusterId\\": \\"ehpc-hz-FYUr32****\\"\\n }\\n ]\\n}","errorExample":""},{"type":"xml","example":"\\n10\\n\\n Processing\\n []\\n B745C159-3155-4B94-95D0-4B73D4D2****\\n ehpc-hz-FYUr32****\\n StopCluster\\n {\\\\\\"requestId\\\\\\":\\\\\\"0A6CA33E-BFBF-4F92-BDAE-4E8860DA****\\\\\\",\\\\\\"uid\\\\\\":\\\\\\"160998252992****\\\\\\",\\\\\\"bid\\\\\\":\\\\\\"268**\\\\\\",\\\\\\"clusterId\\\\\\":\\\\\\"ehpc-hz-ysQtcZ****\\\\\\"}\\n 16\\n 35\\n {\\\\\\"Instances\\\\\\":[{\\\\\\"InstanceId\\\\\\":\\\\\\"i-bp1inb1j2xz8pnoi****\\\\\\",\\\\\\"Ip\\\\\\":\\\\\\"192.168.*.*\\\\\\",\\\\\\"Hostname\\\\\\":\\\\\\"login0\\\\\\",\\\\\\"role\\\\\\":\\\\\\"login\\\\\\"}]}\\n\\n10\\n89A1AC0F-4A6C-4F3D-98F9-BEF9A823****\\n1\\n","errorExample":""}]', 'title' => 'ListTasks', 'summary' => 'Queries the response of an asynchronous API operation for a cluster.', 'description' => 'For some asynchronous API operations such as AddNodes, the system immediately returns a result without waiting for the node to be created if the request succeeds. In this case, you can use the TaskId returned by the asynchronous API operation to query the result of the task.'."\n", 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'ramActions' => [ [ 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:ListTasks', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], 'ListUpgradeClients' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['autoTest' => false, 'tenantRelevance' => 'publicInformation'], 'parameters' => [ [ 'name' => 'RegionId', 'in' => 'query', 'schema' => ['description' => 'The region ID.'."\n", 'type' => 'string', 'required' => true, 'example' => 'cn-hangzhou', 'title' => ''], ], [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => ['description' => 'The cluster ID.'."\n", 'type' => 'string', 'required' => true, 'example' => 'ehpc-hz-FYUr32****', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => 'Schema of Response'."\n", 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => 'Id of the request', 'description' => 'The request ID.'."\n", 'type' => 'string', 'example' => '89A1AC0F-4A6C-4F3D-98F9-BEF9A823****'], 'LatestVersion' => ['description' => 'The latest version of ehpcutil that is released.'."\n", 'type' => 'string', 'example' => '1.2.22', 'title' => ''], 'ClientRecords' => [ 'description' => 'The update records of ehpcutil in the cluster.'."\n", 'type' => 'array', 'items' => [ 'description' => 'The upgrade records of the cluster client.'."\n", 'type' => 'object', 'properties' => [ 'SubUid' => ['description' => 'The user ID (UID) whose ehpcutil is updated.'."\n", 'type' => 'string', 'example' => '129******84', 'title' => ''], 'OldVersion' => ['description' => 'The version of ehpcutil before the update.'."\n", 'type' => 'string', 'example' => '1.2.16', 'title' => ''], 'NewVersion' => ['description' => 'The version of ehpcutil after the update.'."\n", 'type' => 'string', 'example' => '1.2.21', 'title' => ''], 'UpdateTime' => ['description' => 'The update time.'."\n", 'type' => 'string', 'example' => '2022-08-26T06:26:57.000Z', 'title' => ''], ], 'title' => '', ], 'title' => '', ], 'CurrentVersion' => ['description' => 'The current version of ehpcutil in the cluster.'."\n", 'type' => 'string', 'example' => '1.2.21', 'title' => ''], ], ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParams', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => 'The specified parameter %s is invalid.'], ], 404 => [ ['errorCode' => 'ClusterNotFound', 'errorMessage' => 'The specified cluster does not exist.', 'description' => 'The specified instance does not exist.'], ], 406 => [ ['errorCode' => 'DbError', 'errorMessage' => 'A database service error occurred.', 'description' => 'Database request failed.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"89A1AC0F-4A6C-4F3D-98F9-BEF9A823****\\",\\n \\"LatestVersion\\": \\"1.2.22\\",\\n \\"ClientRecords\\": [\\n {\\n \\"SubUid\\": \\"129******84\\",\\n \\"OldVersion\\": \\"1.2.16\\",\\n \\"NewVersion\\": \\"1.2.21\\",\\n \\"UpdateTime\\": \\"2022-08-26T06:26:57.000Z\\"\\n }\\n ],\\n \\"CurrentVersion\\": \\"1.2.21\\"\\n}","errorExample":""},{"type":"xml","example":"\\n 89A1AC0F-4A6C-4F3D-98F9-BEF9A823****\\n 1.2.22\\n \\n 129******84\\n 1.2.16\\n 1.2.21\\n 2022-08-26T06:26:57.000Z\\n \\n 1.2.21\\n","errorExample":""}]', 'title' => 'ListUpgradeClients', 'summary' => 'Queries the latest version to which the client (ehpcutil) in a cluster can be updated and historical update records of the client.', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'ListUpgradeClients'], ], ], 'ramActions' => [ [ 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:ListUpgradeClients', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], 'ListUsers' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['autoTest' => false, 'tenantRelevance' => 'publicInformation'], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => ['description' => 'The ID of the E-HPC cluster.'."\n" ."\n" .'You can call the [ListClusters](~~87116~~) operation to query the cluster ID.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'ehpc-hz-FYUr32****', 'title' => ''], ], [ 'name' => 'PageNumber', 'in' => 'query', 'schema' => ['description' => 'The page number of the page to return.'."\n" ."\n" .'Pages start from page 1.'."\n" ."\n" .'Default value: 1.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1', 'default' => '1', 'title' => ''], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['description' => 'The number of entries to return on each page. Valid values: 1 to 50.'."\n" ."\n" .'Default value: 10.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'maximum' => '50', 'example' => '10', 'default' => '10', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'PageSize' => ['description' => 'The number of entries returned per page.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''], 'RequestId' => ['description' => 'The request ID.'."\n", 'type' => 'string', 'example' => '04F0F334-1335-436C-A1D7-6C044FE7****', 'title' => ''], 'PageNumber' => ['description' => 'The page number returned.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''], 'TotalCount' => ['description' => 'The total number of returned entries.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''], 'Users' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'UserInfo' => [ 'description' => 'The list of users.'."\n", 'title' => '', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Name' => ['description' => 'The username of the account.'."\n", 'type' => 'string', 'example' => 'user1', 'title' => ''], 'AddTime' => ['description' => 'The time when the user was created.'."\n", 'type' => 'string', 'example' => '2018-07-18T17:46:47', 'title' => ''], 'Group' => ['description' => 'The name of the permission group. Valid values:'."\n" ."\n" .'* users: an ordinary permission group. It is applicable to ordinary users that need only to submit and debug jobs.'."\n" .'* wheel: a sudo permission group. It is applicable to the administrator who needs to manage the cluster. In addition to submitting and debugging jobs, users who have sudo permissions can run sudo commands to install software and restart nodes.'."\n", 'type' => 'string', 'example' => 'wheel', 'title' => ''], ], 'description' => '', 'title' => '', ], ], ], ], ], 'description' => '', 'title' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParams', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => 'The specified parameter %s is invalid.'], ], 403 => [ ['errorCode' => 'InvalidClusterStatus', 'errorMessage' => 'The operation failed due to invalid cluster status.', 'description' => 'The cluster status does not support the operation.'], ], [ ['errorCode' => 'ManagerNotFound', 'errorMessage' => 'The manager nodes do not exist or their status is abnormal.', 'description' => 'The manager nodes do not exist or their status is abnormal.'], ['errorCode' => 'ClusterNotFound', 'errorMessage' => 'The specified cluster does not exist.', 'description' => 'The specified instance does not exist.'], ], 406 => [ ['errorCode' => 'AgentError', 'errorMessage' => 'The agent service request failed.', 'description' => 'The cluster-side command failed to run. %s'], ['errorCode' => 'AgentError.Account.DomainNotExist', 'errorMessage' => 'The specified domain does not exist: %s.', 'description' => 'The domain service does not exist: %s'], ['errorCode' => 'AgentError.Account.GetentPasswdFailure', 'errorMessage' => 'Failed to get the user list: %s.', 'description' => 'Failed to obtain the domain user list: %s'], ['errorCode' => 'AgentError.Account.GetUserListFailure', 'errorMessage' => 'Get user list fail: %s', 'description' => 'Failed to query the list of users: %s'], ], [ ['errorCode' => 'NotAuthorized', 'errorMessage' => 'You are not authorized by RAM for this request.', 'description' => 'The request is not authorized by RAM.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"PageSize\\": 1,\\n \\"RequestId\\": \\"04F0F334-1335-436C-A1D7-6C044FE7****\\",\\n \\"PageNumber\\": 1,\\n \\"TotalCount\\": 1,\\n \\"Users\\": {\\n \\"UserInfo\\": [\\n {\\n \\"Name\\": \\"user1\\",\\n \\"AddTime\\": \\"2018-07-18T17:46:47\\",\\n \\"Group\\": \\"wheel\\"\\n }\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"\\r\\n 04F0F334-1335-436C-A1D7-6C044FE7****\\r\\n 1\\r\\n 1\\r\\n 1\\r\\n \\r\\n \\r\\n user1\\r\\n users\\r\\n \\r\\n \\r\\n user2\\r\\n wheel\\r\\n \\r\\n \\r\\n","errorExample":""}]', 'title' => 'ListUsers', 'summary' => 'Queries all users of a cluster.', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'ramActions' => [ [ 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:ListUsers', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], 'ListUsersAsync' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['autoTest' => false, 'tenantRelevance' => 'publicInformation'], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => ['description' => 'The ID of the E-HPC cluster. You can call the [ListClusters](~~87116~~) operation to query the cluster ID.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'ehpc-hz-vu7c2WkVGx', 'title' => ''], ], [ 'name' => 'PageNumber', 'in' => 'query', 'schema' => ['description' => 'The page number.\\'."\n" .'Pages start from page 1.\\'."\n" .'Default value: 1.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1', 'default' => '1', 'title' => ''], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['description' => 'The number of entries returned per page.\\'."\n" .'Valid values: 1 to 50.\\'."\n" .'Default value: 10.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'maximum' => '50', 'example' => '10', 'default' => '10', 'title' => ''], ], [ 'name' => 'AsyncId', 'in' => 'query', 'schema' => ['description' => 'The ID of the asynchronous task.'."\n", 'type' => 'string', 'required' => false, 'example' => 't-hz02xltxaex1q80', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'PageSize' => ['description' => 'The number of entries returned per page.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '10', 'title' => ''], 'RequestId' => ['description' => 'The request ID.'."\n", 'type' => 'string', 'example' => '9A05F620-ED46-4A57-95F1-C67D6D3C5DD2', 'title' => ''], 'PageNumber' => ['description' => 'The number of the page returned. Pages start from page 1.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''], 'TotalCount' => ['description' => 'The total number of users.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''], 'Users' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'UserInfo' => [ 'description' => 'The list of users.'."\n", 'title' => '', 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'object', 'properties' => [ 'Name' => ['description' => 'The username of the account.'."\n", 'type' => 'string', 'example' => 'testuser', 'title' => ''], 'AddTime' => ['description' => 'The time when the user was created.'."\n", 'type' => 'string', 'example' => '2022-09-28T09:05:26.000Z', 'title' => ''], 'Group' => [ 'description' => 'The user groups.'."\n", 'type' => 'string', 'enumValueTitles' => [], 'example' => 'wheel', 'title' => '', ], 'UserId' => ['description' => 'The user ID.'."\n", 'type' => 'string', 'example' => '1000', 'title' => ''], 'GroupId' => ['description' => 'The user group ID.'."\n", 'type' => 'string', 'example' => '10', 'title' => ''], ], 'title' => '', ], ], ], ], 'AsyncId' => ['description' => 'The ID of the asynchronous task.'."\n", 'type' => 'string', 'example' => 't-sh03egi3mls****', 'title' => ''], 'AsyncStatus' => ['description' => 'The status of the asynchronous task.'."\n", 'type' => 'string', 'example' => 'Success', 'title' => ''], ], 'description' => '', 'title' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParams', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => 'The specified parameter %s is invalid.'], ], 403 => [ ['errorCode' => 'InvalidClusterStatus', 'errorMessage' => 'The operation failed due to invalid cluster status.', 'description' => 'The cluster status does not support the operation.'], ], [ ['errorCode' => 'ManagerNotFound', 'errorMessage' => 'The manager nodes do not exist or their status is abnormal.', 'description' => 'The manager nodes do not exist or their status is abnormal.'], ['errorCode' => 'ClusterNotFound', 'errorMessage' => 'The specified cluster does not exist.', 'description' => 'The specified instance does not exist.'], ], 406 => [ ['errorCode' => 'AgentError', 'errorMessage' => 'The agent service request failed.', 'description' => 'The cluster-side command failed to run. %s'], ['errorCode' => 'AgentError.Account.DomainNotExist', 'errorMessage' => 'The specified domain does not exist: %s.', 'description' => 'The domain service does not exist: %s'], ['errorCode' => 'AgentError.Account.GetentPasswdFailure', 'errorMessage' => 'Failed to get the user list: %s.', 'description' => 'Failed to obtain the domain user list: %s'], ['errorCode' => 'AgentError.Account.GetUserListFailure', 'errorMessage' => 'Get user list fail: %s', 'description' => 'Failed to query the list of users: %s'], ['errorCode' => 'EcsError', 'errorMessage' => 'An error occurred while calling the ECS API operation.', 'description' => 'ECS API call error. %s'], ], [ ['errorCode' => 'NotAuthorized', 'errorMessage' => 'You are not authorized by RAM for this request.', 'description' => 'The request is not authorized by RAM.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"PageSize\\": 10,\\n \\"RequestId\\": \\"9A05F620-ED46-4A57-95F1-C67D6D3C5DD2\\",\\n \\"PageNumber\\": 1,\\n \\"TotalCount\\": 1,\\n \\"Users\\": {\\n \\"UserInfo\\": [\\n {\\n \\"Name\\": \\"testuser\\",\\n \\"AddTime\\": \\"2022-09-28T09:05:26.000Z\\",\\n \\"Group\\": \\"wheel\\",\\n \\"UserId\\": \\"1000\\",\\n \\"GroupId\\": \\"10\\"\\n }\\n ]\\n },\\n \\"AsyncId\\": \\"t-sh03egi3mls****\\",\\n \\"AsyncStatus\\": \\"Success\\"\\n}","errorExample":""},{"type":"xml","example":"\\n 1\\n 1\\n 76CCF155-5F9B-5FC1-8DF8-579A61F69D99\\n 1\\n t-sh03egi3mls****\\n Success\\n \\n \\n wheel\\n 1000\\n testuser\\n 10\\n \\n \\n","errorExample":""}]', 'title' => 'ListUsersAsync', 'summary' => 'Queries the users in a cluster.', 'changeSet' => [], 'ramActions' => [ [ 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:ListUsersAsync', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], 'ListVolumes' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['autoTest' => false, 'tenantRelevance' => 'publicInformation'], 'parameters' => [ [ 'name' => 'PageNumber', 'in' => 'query', 'schema' => ['description' => 'The page number of the page to return.'."\n" ."\n" .'Pages start from page 1.'."\n" ."\n" .'Default value: 1.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1', 'default' => '1', 'title' => ''], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['description' => 'The number of entries to return on each page. Valid values: 1 to 50.'."\n" ."\n" .'Default value: 10.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'maximum' => '50', 'example' => '10', 'default' => '10', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'PageSize' => ['description' => 'The number of entries returned per page.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''], 'RequestId' => ['description' => 'The request ID.'."\n", 'type' => 'string', 'example' => '04F0F334-1335-436C-A1D7-6C044FE73368', 'title' => ''], 'PageNumber' => ['description' => 'The page number.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''], 'TotalCount' => ['description' => 'The total number of returned entries.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''], 'Volumes' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'VolumeInfo' => [ 'description' => 'The information of file systems that are mounted on E-HPC clusters.'."\n", 'title' => '', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'VolumeId' => ['description' => 'The ID of the file system.'."\n", 'type' => 'string', 'example' => 'bc8a****', 'title' => ''], 'ClusterName' => ['description' => 'The instance name.'."\n", 'type' => 'string', 'example' => 'cluster1', 'title' => ''], 'RemoteDirectory' => ['description' => 'The remote directory on which the file system is mounted.'."\n", 'type' => 'string', 'example' => '/test1', 'title' => ''], 'VolumeMountpoint' => ['description' => 'The domain name of the mount target.'."\n", 'type' => 'string', 'example' => 'bc8a****-rgd51.cn-hangzhou.nas.aliyuncs.com', 'title' => ''], 'VolumeType' => ['description' => 'The type of the file system that is mounted on the cluster. Only NAS is supported.'."\n", 'type' => 'string', 'example' => 'NAS', 'title' => ''], 'VolumeProtocol' => ['description' => 'The type of the storage protocol. Valid values:'."\n" ."\n" .'* NFS'."\n" .'* SMB'."\n", 'type' => 'string', 'example' => 'NFS', 'title' => ''], 'RegionId' => ['description' => 'The region ID.'."\n", 'type' => 'string', 'example' => 'cn-hangzhou', 'title' => ''], 'ClusterId' => ['description' => 'The cluster ID.'."\n", 'type' => 'string', 'example' => 'ehpc-hz-FYUr32****', 'title' => ''], 'AdditionalVolumes' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'VolumeInfo' => [ 'description' => 'The information of additional file systems mounted on E-HPC clusters.'."\n", 'title' => '', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'JobQueue' => ['description' => 'The queue to which the job belongs.'."\n", 'type' => 'string', 'example' => 'all.q', 'title' => ''], 'VolumeId' => ['description' => 'The ID of the file system.'."\n", 'type' => 'string', 'example' => '86y3****', 'title' => ''], 'RemoteDirectory' => ['description' => 'The remote directory on which the file system is mounted.'."\n", 'type' => 'string', 'example' => '/test', 'title' => ''], 'VolumeMountpoint' => ['description' => 'The domain name of the mount target.'."\n", 'type' => 'string', 'example' => '86y3****-rgd51.cn-hangzhou.nas.aliyuncs.com', 'title' => ''], 'Role' => ['description' => 'The type of the node on which the file system is mounted. Valid values:'."\n" ."\n" .'* Manager: management node'."\n" .'* Login: logon node'."\n" .'* Compute: compute node'."\n", 'type' => 'string', 'example' => 'Compute', 'title' => ''], 'LocalDirectory' => ['description' => 'The local mount directory.'."\n", 'type' => 'string', 'example' => '/testopt', 'title' => ''], 'VolumeType' => ['description' => 'The type of the additional file system. Only NAS is supported.'."\n", 'type' => 'string', 'example' => 'NAS', 'title' => ''], 'Location' => ['description' => 'The location where the cluster is deployed. Valid values:'."\n" ."\n" .'* OnPremise: The node is deployed on a hybrid cloud.'."\n" .'* PublicCloud: The cluster is deployed on a public cloud.'."\n", 'type' => 'string', 'example' => 'PublicCloud', 'title' => ''], 'VolumeProtocol' => ['description' => 'The type of the storage protocol. Valid values:'."\n" ."\n" .'* NFS'."\n" .'* SMB'."\n", 'type' => 'string', 'example' => 'NFS', 'title' => ''], ], 'description' => '', 'title' => '', ], ], ], ], ], 'description' => '', 'title' => '', ], ], ], ], ], 'description' => '', 'title' => '', ], ], ], 'errorCodes' => [ 406 => [ ['errorCode' => 'NasError', 'errorMessage' => 'NAS API request failed.', 'description' => 'Failed to request the NAS interface.'], ['errorCode' => 'DbError', 'errorMessage' => 'A database service error occurred.', 'description' => 'Database request failed.'], ], [ ['errorCode' => 'NotAuthorized', 'errorMessage' => 'You are not authorized by RAM for this request.', 'description' => 'The request is not authorized by RAM.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"PageSize\\": 1,\\n \\"RequestId\\": \\"04F0F334-1335-436C-A1D7-6C044FE73368\\",\\n \\"PageNumber\\": 1,\\n \\"TotalCount\\": 1,\\n \\"Volumes\\": {\\n \\"VolumeInfo\\": [\\n {\\n \\"VolumeId\\": \\"bc8a****\\",\\n \\"ClusterName\\": \\"cluster1\\",\\n \\"RemoteDirectory\\": \\"/test1\\",\\n \\"VolumeMountpoint\\": \\"bc8a****-rgd51.cn-hangzhou.nas.aliyuncs.com\\",\\n \\"VolumeType\\": \\"NAS\\",\\n \\"VolumeProtocol\\": \\"NFS\\",\\n \\"RegionId\\": \\"cn-hangzhou\\",\\n \\"ClusterId\\": \\"ehpc-hz-FYUr32****\\",\\n \\"AdditionalVolumes\\": {\\n \\"VolumeInfo\\": [\\n {\\n \\"JobQueue\\": \\"all.q\\",\\n \\"VolumeId\\": \\"86y3****\\",\\n \\"RemoteDirectory\\": \\"/test\\",\\n \\"VolumeMountpoint\\": \\"86y3****-rgd51.cn-hangzhou.nas.aliyuncs.com\\",\\n \\"Role\\": \\"Compute\\",\\n \\"LocalDirectory\\": \\"/testopt\\",\\n \\"VolumeType\\": \\"NAS\\",\\n \\"Location\\": \\"PublicCloud\\",\\n \\"VolumeProtocol\\": \\"NFS\\"\\n }\\n ]\\n }\\n }\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"\\n 1\\n \\n \\n nfs\\n /test1\\n bc8a****\\n NAS\\n ehpc-hz-FYUr32****\\n cluster1\\n cn-hangzhou\\n bc8a****-rgd51.cn-hangzhou.nas.aliyuncs.com\\n \\n \\n \\n \\n Compute\\n NFS\\n /testopt\\n /\\n bc8a****\\n NAS\\n all.q\\n bc8a****-rgd51.cn-hangzhou.nas.aliyuncs.com\\n \\n \\n \\n \\n \\n 1\\n 04F0F334-1335-436C-A1D7-6C044FE73368\\n 1\\n","errorExample":""}]', 'title' => 'ListVolumes', 'summary' => 'Queries the file systems mounted on Elastic High Performance Computing (E-HPC) clusters.', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'ramActions' => [ [ 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:ListVolumes', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], 'ModifyClusterAttributes' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'update', 'abilityTreeCode' => '75892', 'abilityTreeNodes' => ['FEATUREehpcOQU2XV'], 'autoTest' => false, 'tenantRelevance' => 'publicInformation', ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => ['description' => 'The ID of the cluster that you want to modify.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'ehpc-hz-FYUr32****', 'title' => ''], ], [ 'name' => 'Name', 'in' => 'query', 'schema' => ['description' => 'The new cluster name.'."\n", 'type' => 'string', 'required' => false, 'example' => 'cluster1', 'title' => ''], ], [ 'name' => 'Description', 'in' => 'query', 'schema' => ['description' => 'The new cluster description.'."\n", 'type' => 'string', 'required' => false, 'example' => 'test-description', 'title' => ''], ], [ 'name' => 'ImageOwnerAlias', 'in' => 'query', 'schema' => ['description' => 'The new image type of the cluster. Valid values:'."\n" ."\n" .'* system: public image'."\n" .'* self: custom image'."\n" .'* others: shared image'."\n" .'* marketplace: Alibaba Cloud Marketplace image'."\n", 'type' => 'string', 'required' => false, 'example' => 'self', 'title' => ''], ], [ 'name' => 'ImageId', 'in' => 'query', 'schema' => ['description' => 'The IDs of the images.'."\n", 'type' => 'string', 'required' => false, 'example' => 'centos_7_06_64_20G_alibase_2019071****', 'title' => ''], ], [ 'name' => 'RamRoleName', 'in' => 'query', 'schema' => ['description' => 'The name of the instance RAM role.'."\n", 'type' => 'string', 'required' => false, 'example' => 'testRamRoleName', 'title' => ''], ], [ 'name' => 'RamNodeTypes', 'in' => 'query', 'style' => 'repeatList', 'schema' => [ 'description' => 'The type of the node to which you want to bind the RAM role.'."\n", 'type' => 'array', 'items' => ['description' => 'The type of the node to which you want to bind the RAM role.'."\n" ."\n" .'* Valid values if the DeployMode parameter is set to Standard: scheduler, account, login, and compute. Separate multiple values with commas (,).'."\n" .'* Valid values if the DeployMode parameter is set to Simple: manager, login, and compute. Separate multiple values with commas (,).'."\n" .'* Valid values if the DeployMode parameter is set to Tiny: manager and compute.'."\n", 'type' => 'string', 'required' => false, 'example' => 'manager,compute', 'title' => ''], 'required' => false, 'maxItems' => 5, 'minItems' => 0, 'title' => '', ], ], [ 'name' => 'WinAdPar', 'in' => 'query', 'style' => 'flat', 'schema' => [ 'description' => 'The parameters that are used to connect to the Windows AD server.'."\n", 'type' => 'object', 'properties' => [ 'AdUser' => ['description' => 'The Windows AD server administrator.'."\n", 'type' => 'string', 'required' => false, 'example' => 'administrator', 'title' => ''], 'AdUserPasswd' => ['description' => 'The administrator password of the Windows AD server.'."\n", 'type' => 'string', 'required' => false, 'example' => 'xxxxxxx', 'title' => ''], 'AdDc' => ['description' => 'The domain name of the Windows AD server.'."\n", 'type' => 'string', 'required' => false, 'example' => 'ehpcad.com', 'title' => ''], 'AdIp' => ['description' => 'The IP address of the Windows AD server.'."\n", 'type' => 'string', 'required' => false, 'example' => '192.168.1.2', 'title' => ''], 'FallbackHomeDir' => ['description' => 'The home directory of the Linux server.'."\n", 'type' => 'string', 'required' => false, 'example' => '/home', 'title' => ''], ], 'required' => false, 'title' => '', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => 'The request ID.'."\n", 'type' => 'string', 'example' => '04F0F334-1335-436C-A1D7-6C044FE7336', 'title' => ''], ], 'description' => '', 'title' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParams', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => 'The specified parameter %s is invalid.'], ['errorCode' => 'NotEnabled', 'errorMessage' => 'You have not enabled this service', 'description' => 'You have not enabled this service'], ['errorCode' => 'InDebt', 'errorMessage' => 'Your account has overdue payments.', 'description' => 'Your account has overdue payments.'], ['errorCode' => 'InvalidImage', 'errorMessage' => 'The image ID is invalid.', 'description' => 'The image ID is invalid.'], ['errorCode' => 'ImageNotMatched', 'errorMessage' => 'The image is not matched.', 'description' => ''], ], 404 => [ ['errorCode' => 'ClusterNotFound', 'errorMessage' => 'The specified cluster does not exist.', 'description' => 'The specified instance does not exist.'], ['errorCode' => 'ManagerNotFound', 'errorMessage' => 'The manager nodes do not exist or their status is abnormal.', 'description' => 'The manager nodes do not exist or their status is abnormal.'], ], 406 => [ ['errorCode' => 'DbError', 'errorMessage' => 'A database service error occurred.', 'description' => 'Database request failed.'], ], [ ['errorCode' => 'NotAuthorized', 'errorMessage' => 'You are not authorized by RAM for this request.', 'description' => 'The request is not authorized by RAM.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"04F0F334-1335-436C-A1D7-6C044FE7336\\"\\n}","errorExample":""},{"type":"xml","example":"\\r\\n 04F0F334-1335-436C-A1D7-6C044FE7336\\r\\n","errorExample":""}]', 'title' => 'ModifyClusterAttributes', 'summary' => 'Modifies the basic information of a cluster, including the name, description, and image.', 'description' => '## Usage notes'."\n" ."\n" .'Before you call this operation, you can call the [DescribeCluster](~~87126~~) operation to query details of the selected cluster.'."\n", 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'ramActions' => [ [ 'operationType' => 'update', 'ramAction' => [ 'action' => 'ehpc:ModifyClusterAttributes', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], 'ModifyUserGroups' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'update', 'abilityTreeCode' => '75895', 'abilityTreeNodes' => ['FEATUREehpcG9MMN3'], 'autoTest' => false, 'tenantRelevance' => 'publicInformation', ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => ['description' => 'The cluster ID.'."\n" ."\n" .'You can call the [ListClusters](~~87116~~) operation to obtain the cluster ID.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'ehpc-hz-FYUr32****', 'title' => ''], ], [ 'name' => 'User', 'in' => 'query', 'style' => 'repeatList', 'schema' => [ 'description' => 'The users. You can specify 1 to 100 users.'."\n", 'type' => 'array', 'items' => [ 'description' => 'The array of user information.'."\n", 'type' => 'object', 'properties' => [ 'Name' => ['description' => 'The username.'."\n" ."\n" .'You can call the [ListUsers](~~188572~~) operation to query the usernames in the cluster.'."\n", 'type' => 'string', 'required' => false, 'example' => 'user11', 'title' => ''], 'Group' => ['description' => 'The user group to be changed. Valid values:'."\n" ."\n" .'* users: ordinary permissions, which are suitable for ordinary users that need only to submit and debug jobs.'."\n" .'* wheel: sudo permissions, which are suitable for administrators who need to manage clusters. In addition to submitting and debugging jobs, you can also run sudo commands to install software and restart nodes.'."\n", 'type' => 'string', 'required' => false, 'example' => 'users', 'title' => ''], ], 'required' => false, 'title' => '', ], 'required' => true, 'maxItems' => 10000, 'title' => '', ], ], [ 'name' => 'Async', 'in' => 'query', 'schema' => ['description' => 'Specifies whether to use asynchronous message links to change the user group.'."\n" ."\n" .'Default value: false.'."\n", 'type' => 'boolean', 'required' => false, 'example' => 'false', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => 'The ID of the request.'."\n", 'type' => 'string', 'example' => '04F0F334-1335-436C-A1D7-6C044FE7****', 'title' => ''], ], 'description' => '', 'title' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParams', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => 'The specified parameter %s is invalid.'], ['errorCode' => 'NotEnabled', 'errorMessage' => 'You have not enabled this service', 'description' => 'You have not enabled this service'], ['errorCode' => 'InDebt', 'errorMessage' => 'Your account has overdue payments.', 'description' => 'Your account has overdue payments.'], ['errorCode' => 'InvalidOpt', 'errorMessage' => 'The specified operation is invalid. Please try again later. If the problem still exists, submit a ticket.', 'description' => ''], ], 403 => [ ['errorCode' => 'InvalidClusterStatus', 'errorMessage' => 'The operation failed due to invalid cluster status.', 'description' => 'The cluster status does not support the operation.'], ], [ ['errorCode' => 'ClusterNotFound', 'errorMessage' => 'The specified cluster does not exist.', 'description' => 'The specified instance does not exist.'], ['errorCode' => 'ManagerNotFound', 'errorMessage' => 'The manager nodes do not exist or their status is abnormal.', 'description' => 'The manager nodes do not exist or their status is abnormal.'], ], 406 => [ ['errorCode' => 'AgentError', 'errorMessage' => 'The agent service request failed.', 'description' => 'The cluster-side command failed to run. %s'], ['errorCode' => 'AgentError.Account.DomainNotExist', 'errorMessage' => 'The specified domain does not exist: %s.', 'description' => 'The domain service does not exist: %s'], ['errorCode' => 'AgentError.Account.GetentPasswdFailure', 'errorMessage' => 'Failed to get the user list: %s.', 'description' => 'Failed to obtain the domain user list: %s'], ['errorCode' => 'AgentError.Account.UserAlreadyExist', 'errorMessage' => 'The specified user already exists in domain: %s.', 'description' => 'The user already exists in domain: %s'], ['errorCode' => 'AgentError.Account.UserAddFailure', 'errorMessage' => 'Failed to add user to domain: %s.', 'description' => 'Failed to add the user to domain: %s'], ['errorCode' => 'AgentError.Account.UserNotExist', 'errorMessage' => 'The specified user is not found in the domain: %s.', 'description' => 'The user does not exist in the domain: %s.'], ['errorCode' => 'AgentError.Account.UserModifyGroupFailure', 'errorMessage' => 'Failed to modify user groups in domain: %s.', 'description' => 'Failed to modify the user permission group: %s'], ], [ ['errorCode' => 'NotAuthorized', 'errorMessage' => 'You are not authorized by RAM for this request.', 'description' => 'The request is not authorized by RAM.'], ], 409 => [ ['errorCode' => 'PartFailure', 'errorMessage' => 'Part of the batch operation failed.', 'description' => 'Part of the batch operation failed.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"04F0F334-1335-436C-A1D7-6C044FE7****\\"\\n}","errorExample":""},{"type":"xml","example":"\\r\\n 04F0F334-1335-436C-A1D7-6C044FE7****\\r\\n","errorExample":""}]', 'title' => 'ModifyUserGroups', 'summary' => 'Changes the user group to which users belong.', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'ramActions' => [ [ 'operationType' => 'update', 'ramAction' => [ 'action' => 'ehpc:ModifyUserGroups', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], 'ModifyUserPasswords' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'update', 'abilityTreeCode' => '75897', 'abilityTreeNodes' => ['FEATUREehpcG9MMN3'], 'autoTest' => false, 'tenantRelevance' => 'publicInformation', ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => ['description' => 'The cluster ID.'."\n" ."\n" .'You can call the [ListClusters](~~87116~~) operation to obtain the cluster ID.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'ehpc-hz-FYUr32****', 'title' => ''], ], [ 'name' => 'User', 'in' => 'query', 'style' => 'repeatList', 'schema' => [ 'description' => 'The users. You can specify 1 to 100 users.'."\n", 'type' => 'array', 'items' => [ 'description' => 'The array of user information.'."\n", 'type' => 'object', 'properties' => [ 'Password' => ['description' => 'The new password for the user. The password must be 8 to 30 characters in length and contain at least three of the following character types:'."\n" ."\n" .'* Uppercase letter'."\n" .'* Lowercase letter'."\n" .'* Digit'."\n" .'* Special character: `()~!@#$%^&*-_+=|{}[]:;\'/<>,.?/`'."\n" ."\n" .'> We recommend that you use HTTPS to call this operation to avoid password leaks.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '1@a****', 'title' => ''], 'Name' => ['description' => 'The username of the user whose password you want to change.'."\n" ."\n" .'You can call the [ListUsers](~~188572~~) operation to query the usernames in the cluster.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'user1', 'title' => ''], ], 'required' => false, 'title' => '', ], 'required' => true, 'maxItems' => 10000, 'title' => '', ], ], [ 'name' => 'Async', 'in' => 'query', 'schema' => ['description' => 'Specifies whether to enable the asynchronous mode for this request.'."\n" ."\n" .'Default value: false.'."\n", 'type' => 'boolean', 'required' => false, 'example' => 'false', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => 'The ID of the request.'."\n", 'type' => 'string', 'example' => '04F0F334-1335-436C-A1D7-6C044FE7****', 'title' => ''], ], 'description' => '', 'title' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParams', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => 'The specified parameter %s is invalid.'], ['errorCode' => 'NotEnabled', 'errorMessage' => 'You have not enabled this service', 'description' => 'You have not enabled this service'], ['errorCode' => 'InDebt', 'errorMessage' => 'Your account has overdue payments.', 'description' => 'Your account has overdue payments.'], ['errorCode' => 'InvalidOpt', 'errorMessage' => 'The specified operation is invalid. Please try again later. If the problem still exists, submit a ticket.', 'description' => ''], ], 403 => [ ['errorCode' => 'InvalidClusterStatus', 'errorMessage' => 'The operation failed due to invalid cluster status.', 'description' => 'The cluster status does not support the operation.'], ], [ ['errorCode' => 'ClusterNotFound', 'errorMessage' => 'The specified cluster does not exist.', 'description' => 'The specified instance does not exist.'], ['errorCode' => 'ManagerNotFound', 'errorMessage' => 'The manager nodes do not exist or their status is abnormal.', 'description' => 'The manager nodes do not exist or their status is abnormal.'], ], 406 => [ ['errorCode' => 'AgentError', 'errorMessage' => 'The agent service request failed.', 'description' => 'The cluster-side command failed to run. %s'], ['errorCode' => 'AgentError.Account.DomainNotExist', 'errorMessage' => 'The specified domain does not exist: %s.', 'description' => 'The domain service does not exist: %s'], ['errorCode' => 'AgentError.Account.GetentPasswdFailure', 'errorMessage' => 'Failed to get the user list: %s.', 'description' => 'Failed to obtain the domain user list: %s'], ['errorCode' => 'AgentError.Account.UserNotExist', 'errorMessage' => 'The specified user is not found in the domain: %s.', 'description' => 'The user does not exist in the domain: %s.'], ['errorCode' => 'AgentError.Account.UserChangePasswordFailure', 'errorMessage' => 'Failed to modify user password in domain: %s.', 'description' => 'Failed to change the user password.'], ], [ ['errorCode' => 'NotAuthorized', 'errorMessage' => 'You are not authorized by RAM for this request.', 'description' => 'The request is not authorized by RAM.'], ], 409 => [ ['errorCode' => 'PartFailure', 'errorMessage' => 'Part of the batch operation failed.', 'description' => 'Part of the batch operation failed.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"04F0F334-1335-436C-A1D7-6C044FE7****\\"\\n}","errorExample":""},{"type":"xml","example":"\\r\\n 04F0F334-1335-436C-A1D7-6C044FE7****\\r\\n","errorExample":""}]', 'title' => 'ModifyUserPasswords', 'summary' => 'Changes the passwords of users.', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'ModifyUserPasswords'], ], ], 'ramActions' => [ [ 'operationType' => 'update', 'ramAction' => [ 'action' => 'ehpc:ModifyUserPasswords', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], 'ModifyVisualServicePasswd' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => ['autoTest' => false, 'tenantRelevance' => 'publicInformation'], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => ['description' => 'The cluster ID.'."\n" ."\n" .'You can call the [ListClusters](~~87116~~) operation to query the cluster ID.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'ehpc-hz-jeJki6****', 'title' => ''], ], [ 'name' => 'RunasUser', 'in' => 'query', 'schema' => ['description' => 'The username of the cluster. Set the value to root.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'root', 'title' => ''], ], [ 'name' => 'RunasUserPassword', 'in' => 'query', 'schema' => ['description' => 'The password that corresponds to the username specified by RunasUser.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '2145****', 'title' => ''], ], [ 'name' => 'Passwd', 'in' => 'query', 'schema' => ['description' => 'The password that you can use to remotely connect to the visualization service over the VNC. The password must be 6 characters in length and must contain letters and digits.'."\n" ."\n" .'> You must call the API operation over HTTPS to ensure that the password remains confidential.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '1254****', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'Message' => ['description' => 'The returned message.'."\n", 'type' => 'string', 'example' => 'Service started.', 'title' => ''], 'RequestId' => ['description' => 'The request ID.'."\n", 'type' => 'string', 'example' => '896D338C-E4F4-41EC-A154-D605E5DE6880', 'title' => ''], ], 'description' => '', 'title' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParams', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => 'The specified parameter %s is invalid.'], ['errorCode' => 'NotEnabled', 'errorMessage' => 'You have not enabled this service', 'description' => 'You have not enabled this service'], ['errorCode' => 'InDebt', 'errorMessage' => 'Your account has overdue payments.', 'description' => 'Your account has overdue payments.'], ], 403 => [ ['errorCode' => 'InvalidClusterStatus', 'errorMessage' => 'The operation failed due to invalid cluster status.', 'description' => 'The cluster status does not support the operation.'], ['errorCode' => 'ConflictOpt', 'errorMessage' => 'A conflicting operation is running.', 'description' => 'A conflicting operation is running. Please try again later.'], ['errorCode' => 'AgentError', 'errorMessage' => 'The agent service request failed.', 'description' => ''], ['errorCode' => 'IncorrectCredential', 'errorMessage' => 'The username or password is incorrect.', 'description' => 'The username or password is incorrect.'], ['errorCode' => 'ExecFail', 'errorMessage' => 'Failed to execute the command: %s.', 'description' => 'Failed to execute the command: %s.'], ], [ ['errorCode' => 'ClusterNotFound', 'errorMessage' => 'The specified cluster does not exist.', 'description' => 'The specified instance does not exist.'], ], 406 => [ ['errorCode' => 'AliyunError', 'errorMessage' => 'An Alibaba Cloud product error occurred.', 'description' => 'Alibaba Cloud product error. %s'], ], [ ['errorCode' => 'NotAuthorized', 'errorMessage' => 'You are not authorized by RAM for this request.', 'description' => 'The request is not authorized by RAM.'], ], 409 => [ ['errorCode' => 'PartFailure', 'errorMessage' => 'Part of the batch operation failed.', 'description' => 'Part of the batch operation failed.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"Message\\": \\"Service started.\\",\\n \\"RequestId\\": \\"896D338C-E4F4-41EC-A154-D605E5DE6880\\"\\n}","errorExample":""},{"type":"xml","example":"\\n Service started.\\n 896D338C-E4F4-41EC-A154-D605E5DE6880\\n ","errorExample":""}]', 'title' => 'ModifyVisualServicePasswd', 'summary' => 'Sets a password that you can use to remotely connect to a visualization service in a cluster over the virtual network console (VNC).', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'ramActions' => [ [ 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:ModifyVisualServicePasswd', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], 'QueryServicePackAndPrice' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['autoTest' => false, 'tenantRelevance' => 'publicInformation'], 'parameters' => [], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'OriginalAmount' => ['description' => 'The total number of cores in all clusters in the region.', 'type' => 'integer', 'format' => 'int32', 'title' => '', 'example' => '3191'], 'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'title' => '', 'example' => '3B2E8108-7068-413E-BCA7-CAAB25D46408'], 'DiscountPrice' => ['description' => 'The discounted hourly price for pay-as-you-go resources. Unit: CNY.', 'type' => 'number', 'format' => 'float', 'title' => '', 'example' => '0.418'], 'TradePrice' => ['description' => 'The final hourly price for pay-as-you-go resources. Unit: CNY.', 'type' => 'number', 'format' => 'float', 'title' => '', 'example' => '2.922'], 'OriginalPrice' => ['description' => 'The original hourly price for pay-as-you-go resources. Unit: CNY.', 'type' => 'number', 'format' => 'float', 'title' => '', 'example' => '3.34'], 'ChargeAmount' => ['description' => 'The number of cores that are billed on a pay-as-you-go basis. This value is the total number of cores in the cluster minus the cores covered by service packs and free tiers.', 'type' => 'integer', 'format' => 'int32', 'title' => '', 'example' => '167'], 'Currency' => ['description' => 'The currency unit.', 'type' => 'string', 'title' => '', 'example' => 'CNY'], 'RegionId' => ['description' => 'The region ID.', 'type' => 'string', 'title' => '', 'example' => 'cn-hangzhou'], 'ServicePack' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'ServicePackInfo' => [ 'description' => 'A list of E-HPC service packs.', 'title' => '', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'EndTime' => ['description' => 'The expiration time of the service pack. The value is a UNIX timestamp, which is the number of seconds that have elapsed since 00:00:00 UTC on January 1, 1970.', 'type' => 'integer', 'format' => 'int32', 'title' => '', 'example' => '1612705988'], 'Capacity' => ['description' => 'The specifications of the service pack. Unit: cores.', 'type' => 'integer', 'format' => 'int32', 'title' => '', 'example' => '2000'], 'StartTime' => ['description' => 'The purchase time of the service pack. The value is a UNIX timestamp, which is the number of seconds that have elapsed since 00:00:00 UTC on January 1, 1970.', 'type' => 'integer', 'format' => 'int32', 'title' => '', 'example' => '1610027588'], 'InstanceName' => ['description' => 'The name of the service pack.', 'type' => 'string', 'title' => '', 'example' => 'EHPCBAG-cn-78v12vbme0****'], ], 'description' => 'A list of E-HPC service packs.', 'title' => '', ], ], ], 'description' => '', 'title' => '', ], ], 'description' => '', 'title' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParams', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => 'The specified parameter %s is invalid.'], ], 406 => [ ['errorCode' => 'OrderError', 'errorMessage' => 'An order request error occurred.', 'description' => 'An order request error occurred.'], ['errorCode' => 'EcsError', 'errorMessage' => 'An error occurred while calling the ECS API operation.', 'description' => 'ECS API call error. %s'], ['errorCode' => 'DbError', 'errorMessage' => 'A database service error occurred.', 'description' => 'Database request failed.'], ['errorCode' => 'AliyunError', 'errorMessage' => 'An Alibaba Cloud product error occurred.', 'description' => 'Alibaba Cloud product error. %s'], ], [ ['errorCode' => 'NotAuthorized', 'errorMessage' => 'You are not authorized by RAM for this request.', 'description' => 'The request is not authorized by RAM.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"OriginalAmount\\": 3191,\\n \\"RequestId\\": \\"3B2E8108-7068-413E-BCA7-CAAB25D46408\\",\\n \\"DiscountPrice\\": 0.418,\\n \\"TradePrice\\": 2.922,\\n \\"OriginalPrice\\": 3.34,\\n \\"ChargeAmount\\": 167,\\n \\"Currency\\": \\"CNY\\",\\n \\"RegionId\\": \\"cn-hangzhou\\",\\n \\"ServicePack\\": {\\n \\"ServicePackInfo\\": [\\n {\\n \\"EndTime\\": 1612705988,\\n \\"Capacity\\": 2000,\\n \\"StartTime\\": 1610027588,\\n \\"InstanceName\\": \\"EHPCBAG-cn-78v12vbme0****\\"\\n }\\n ]\\n }\\n}","type":"json"}]', 'title' => 'QueryServicePackAndPrice', 'summary' => 'Call the QueryServicePackAndPrice operation to query information about purchased service packs, the current pay-as-you-go billing status, and the total number of cores in a cluster.', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'ramActions' => [ [ 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:QueryServicePackAndPrice', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'QueryServicePackAndPrice'], ], ], ], 'RecoverCluster' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => ['autoTest' => false, 'tenantRelevance' => 'publicInformation'], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => ['description' => 'The cluster ID. The cluster must be in the Exception state.'."\n" ."\n" .'You can call the [ListClusters](~~87116~~) operation to query the ID and status of a cluster.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'ehpc-hz-FYUr32****', 'title' => ''], ], [ 'name' => 'OsTag', 'in' => 'query', 'schema' => ['description' => 'The tag of the system image.'."\n" ."\n" .'You can call the [ListImages](~~87213~~) and [ListCustomImages](~~87215~~) operations to query the image tags supported by Elastic High Performance Computing (E-HPC).'."\n", 'type' => 'string', 'required' => false, 'example' => 'CentOS_7.2_64', 'title' => ''], ], [ 'name' => 'AccountType', 'in' => 'query', 'schema' => ['description' => 'The service type of the domain account. Valid values:'."\n" ."\n" .'* nis'."\n" .'* ldap'."\n" ."\n" .'Default value: nis.'."\n", 'type' => 'string', 'required' => false, 'example' => 'nis', 'title' => ''], ], [ 'name' => 'SchedulerType', 'in' => 'query', 'schema' => ['description' => 'The type of the scheduler. Valid values:'."\n" ."\n" .'* pbs'."\n" .'* slurm'."\n" .'* opengridscheduler'."\n" .'* deadline'."\n" ."\n" .'Default value: pbs.'."\n", 'type' => 'string', 'required' => false, 'example' => 'pbs', 'title' => ''], ], [ 'name' => 'ImageOwnerAlias', 'in' => 'query', 'schema' => ['description' => 'The type of the image. Valid values:'."\n" ."\n" .'* system: public image'."\n" .'* self: custom image'."\n" .'* others: shared image'."\n" ."\n" .'Default value: system.'."\n", 'type' => 'string', 'required' => false, 'example' => 'system', 'title' => ''], ], [ 'name' => 'ImageId', 'in' => 'query', 'schema' => ['description' => 'The image ID.'."\n" ."\n" .'You can call the [ListImages](~~87213~~) and [ListCustomImages](~~87215~~) operations to query the images that are supported by E-HPC.'."\n", 'type' => 'string', 'required' => false, 'example' => 'm-bp18133n0335yq****', 'title' => ''], ], [ 'name' => 'ClientVersion', 'in' => 'query', 'schema' => ['description' => 'The version of the E-HPC client. The default value is the latest version of the client.'."\n" ."\n" .'You can call the [ListCurrentClientVersion](~~87223~~) operation to query the latest version of the E-HPC client.'."\n", 'type' => 'string', 'required' => false, 'example' => '1.0.76', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'TaskId' => ['description' => 'The task ID.'."\n", 'type' => 'string', 'example' => '18FB21E3-F423-4B84-BB63-D8887A29****', 'title' => ''], 'RequestId' => ['description' => 'The request ID.'."\n", 'type' => 'string', 'example' => '18FB21E3-F423-4B84-BB63-D8887A29****', 'title' => ''], ], 'description' => '', 'title' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParams', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => 'The specified parameter %s is invalid.'], ['errorCode' => 'InDebt', 'errorMessage' => 'Your account has overdue payments.', 'description' => 'Your account has overdue payments.'], ['errorCode' => 'OrderError.InsufficientBalance', 'errorMessage' => 'The account balance is insufficient. Please add funds first and try again.', 'description' => 'Your account has overdue payments. Add funds to your account and try again.'], ['errorCode' => 'OrderError.InstHasUnpaidOrder', 'errorMessage' => 'Your account has an unpaid order.', 'description' => 'Your account has an unpaid order. Please pay the order and try again.'], ['errorCode' => 'OrderError.Arrearage', 'errorMessage' => 'Your account balance is less than CNY 100. Please add funds to your account and try again.', 'description' => 'Your account balance is less than CNY 100. Add funds to your account and try again.'], ['errorCode' => 'OrderError.NoCard', 'errorMessage' => 'No credit card is bound to your account.', 'description' => 'You have not bound a card. Please perform binding first.'], ['errorCode' => 'OrderError.InvalidPayMethod', 'errorMessage' => 'No valid default payment method is specified for your account.', 'description' => 'No valid payment method is found. Please check again.'], ['errorCode' => 'OrderError.NoRealNameAuthentication', 'errorMessage' => 'You have not completed the real name authentication.', 'description' => 'You must complete the real-name verification first.'], ['errorCode' => 'OrderError.NoRealNameRegistration', 'errorMessage' => 'Real name registration is required for instances launched in mainland China.', 'description' => 'To purchase cloud services in mainland China regions on the international site, the user must first complete real-name registration.'], ['errorCode' => 'OrderError.UserProfileIncomplete', 'errorMessage' => 'You have not completed your user profile.', 'description' => 'The user has not completed personal information on the international site.'], ['errorCode' => 'InvalidVpc', 'errorMessage' => 'The specified VPC is invalid.', 'description' => 'The VPC information is invalid.'], ['errorCode' => 'InvalidVolume', 'errorMessage' => 'The specified volume is invalid.', 'description' => 'The specified volume is invalid.'], ['errorCode' => 'InvalidSoftware', 'errorMessage' => 'The specified software is not supported.', 'description' => 'The requested software is not supported.'], ['errorCode' => 'InvalidVolumeProtocal', 'errorMessage' => 'The specified volume protocol is invalid.', 'description' => 'The storage protocol is invalid.'], ['errorCode' => 'InvalidVolumeMountpoint', 'errorMessage' => 'The specified volume mount point is invalid.', 'description' => 'The specified volume mount point is invalid.'], ], 403 => [ ['errorCode' => 'TooManyClusters', 'errorMessage' => 'The number of user clusters exceeds the quota.', 'description' => 'The number of user clusters exceeds the quota. By default, the number of user clusters cannot exceed three.'], ['errorCode' => 'TooManyComputes', 'errorMessage' => 'The number of computing nodes exceeds the quota.', 'description' => 'The number of computing nodes exceeds the quota.'], ['errorCode' => 'TooManyLogins', 'errorMessage' => 'The maximum number of logged on nodes is exceeded.', 'description' => 'The maximum number of logged on nodes is exceeded. The default maximum value is 2.'], ['errorCode' => 'TooManyScc', 'errorMessage' => 'The maximum number of SCC instances is exceeded.', 'description' => 'The maximum number of SCC instances is exceeded. The default maximum value is 15.'], ['errorCode' => 'QuotaExceeded.PrivateIpAddress', 'errorMessage' => 'Insufficient private IP addresses in vSwitch: %s.', 'description' => 'Insufficient private IP addresses in vSwitch: %s.'], ['errorCode' => 'ConflictOpt', 'errorMessage' => 'A conflicting operation is running.', 'description' => 'A conflicting operation is running. Please try again later.'], ['errorCode' => 'ImageNotSupported', 'errorMessage' => 'The specified image is not supported.', 'description' => 'The specified image does not exist. Change the image and try again.'], ], [ ['errorCode' => 'ImageNotFound', 'errorMessage' => 'The specified image does not exist.', 'description' => 'The specified image does not exist. Please verify the parameter.'], ['errorCode' => 'VolumeNotFound', 'errorMessage' => 'The specified volume does not exist.', 'description' => 'The specified storage does not exist. Please verify the parameter.'], ['errorCode' => 'VpcNotFound', 'errorMessage' => 'The specified VPC does not exist.', 'description' => 'The specified VPC does not exist.'], ['errorCode' => 'ClusterNotFound', 'errorMessage' => 'The specified cluster does not exist.', 'description' => 'The specified instance does not exist.'], ], 406 => [ ['errorCode' => 'EcsError', 'errorMessage' => 'An error occurred while calling the ECS API operation.', 'description' => 'ECS API call error. %s'], ['errorCode' => 'NasError', 'errorMessage' => 'NAS API request failed.', 'description' => 'Failed to request the NAS interface.'], ['errorCode' => 'EipError', 'errorMessage' => 'The EIP API request failed.', 'description' => 'EIP API request failed.'], ['errorCode' => 'OrderError', 'errorMessage' => 'An order request error occurred.', 'description' => 'An order request error occurred.'], ['errorCode' => 'FailToGenId', 'errorMessage' => 'Generating cluster ID failed.', 'description' => ''], ['errorCode' => 'DbError', 'errorMessage' => 'A database service error occurred.', 'description' => 'Database request failed.'], ['errorCode' => 'AliyunError', 'errorMessage' => 'An Alibaba Cloud product error occurred.', 'description' => 'Alibaba Cloud product error. %s'], ], [ ['errorCode' => 'NotAuthorized', 'errorMessage' => 'You are not authorized by RAM for this request.', 'description' => 'The request is not authorized by RAM.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"TaskId\\": \\"18FB21E3-F423-4B84-BB63-D8887A29****\\",\\n \\"RequestId\\": \\"18FB21E3-F423-4B84-BB63-D8887A29****\\"\\n}","errorExample":""},{"type":"xml","example":"\\n 18FB21E3-F423-4B84-BB63-D8887A29****\\n 18FB21E3-F423-4B84-BB63-D8887A29****\\n ","errorExample":""}]', 'title' => 'RecoverCluster', 'summary' => 'Resets and restores a cluster.', 'description' => 'You can call the operation to reset and restore a cluster only when the cluster is in the Exception state. You can call the [ListClusters](~~87116~~) operation to query the ID and status of a cluster. We recommend that you export all job data before you restore a cluster. When you reset and restore a cluster, take note of the following impacts:'."\n" ."\n" .'* The system disks of all nodes are changed. By default, new system disks are configured based on the settings that you specified when the cluster was created.'."\n" .'* The data on the system disks and data disks of all cluster nodes is lost. The data includes user information, job information, scheduler queue information, and configuration data of auto-scaling queues. However, the data on File Storage NAS file systems is retained.'."\n" .'* The self-managed queues in the cluster are deleted. All nodes are retained and migrated to the default queue of the cluster.', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'RecoverCluster'], ], ], 'ramActions' => [ [ 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:RecoverCluster', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], 'RerunJobs' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => ['autoTest' => false, 'tenantRelevance' => 'publicInformation'], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => ['description' => 'The ID of the cluster.'."\n" ."\n" .'You can call the [ListClusters](~~87116~~) operation to query the cluster ID.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'ehpc-sh-3VeFyR****', 'title' => ''], ], [ 'name' => 'Jobs', 'in' => 'query', 'schema' => ['description' => 'The list of jobs that you want to run. Maximum number of jobs: 100. Minimum number of jobs: 1.'."\n" ."\n" .'Format: `[{"Id": "0.sched****"},{"Id": "1.sched****"}]`. Separate multiple jobs with commas (,).'."\n" ."\n" .'You can call the [ListJobs](~~87251~~) operation to query the job ID.'."\n" ."\n" .'> You can rerun only jobs that are in the RUNNING or QUEUED state.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '[{"Id":"1.scheduler"}]', 'title' => ''], ], [ 'name' => 'Async', 'in' => 'query', 'schema' => ['description' => 'Specifies whether to use an asynchronous link to rerun the job.'."\n" ."\n" .'Default value: false'."\n", 'type' => 'boolean', 'required' => false, 'example' => 'false', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => 'The ID of the request.'."\n", 'type' => 'string', 'example' => '04F0F334-1335-436C-A1D7-6C044FE7****', 'title' => ''], ], 'description' => '', 'title' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParams', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => 'The specified parameter %s is invalid.'], ['errorCode' => 'NotEnabled', 'errorMessage' => 'You have not enabled this service', 'description' => 'You have not enabled this service'], ['errorCode' => 'InDebt', 'errorMessage' => 'Your account has overdue payments.', 'description' => 'Your account has overdue payments.'], ], 403 => [ ['errorCode' => 'InvalidClusterStatus', 'errorMessage' => 'The operation failed due to invalid cluster status.', 'description' => 'The cluster status does not support the operation.'], ['errorCode' => 'ConflictOpt', 'errorMessage' => 'A conflicting operation is running.', 'description' => 'A conflicting operation is running. Please try again later.'], ['errorCode' => 'UsernameExist', 'errorMessage' => 'The username already exists.', 'description' => 'The username already exists.'], ['errorCode' => 'IncorrectCredential', 'errorMessage' => 'The username or password is incorrect.', 'description' => 'The username or password is incorrect.'], ], [ ['errorCode' => 'ClusterNotFound', 'errorMessage' => 'The specified cluster does not exist.', 'description' => 'The specified instance does not exist.'], ['errorCode' => 'ManagerNotFound', 'errorMessage' => 'The manager nodes do not exist or their status is abnormal.', 'description' => 'The manager nodes do not exist or their status is abnormal.'], ], 406 => [ ['errorCode' => 'AgentError.Job.RerunFailure', 'errorMessage' => 'Failed to run the job again: %s.', 'description' => 'Failed to run the job again: %s'], ['errorCode' => 'AliyunError', 'errorMessage' => 'An Alibaba Cloud product error occurred.', 'description' => 'Alibaba Cloud product error. %s'], ['errorCode' => 'AgentResponseTimeout', 'errorMessage' => 'Agent response timeout: %s', 'description' => ''], ['errorCode' => 'AgentError', 'errorMessage' => 'The agent service request failed: %s', 'description' => 'Operation unsuccessful: %s'], ], [ ['errorCode' => 'NotAuthorized', 'errorMessage' => 'You are not authorized by RAM for this request.', 'description' => 'The request is not authorized by RAM.'], ], 409 => [ ['errorCode' => 'PartFailure', 'errorMessage' => 'Part of the batch operation failed.', 'description' => 'Part of the batch operation failed.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"04F0F334-1335-436C-A1D7-6C044FE7****\\"\\n}","errorExample":""},{"type":"xml","example":"\\r\\n 04F0F334-1335-436C-A1D7-6C044FE7****\\r\\n","errorExample":""}]', 'title' => 'RerunJobs', 'summary' => 'Reruns one or more jobs.', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'ramActions' => [ [ 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:RerunJobs', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], 'ResetNodes' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'update', 'abilityTreeCode' => '75904', 'abilityTreeNodes' => ['FEATUREehpcQU2WXS'], 'autoTest' => false, 'tenantRelevance' => 'publicInformation', ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => ['description' => 'The ID of the cluster.'."\n" ."\n" .'Call [ListClusters](~~87116~~) to obtain the cluster ID.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'title' => '', 'example' => 'ehpc-hz-FYUr32****'], ], [ 'name' => 'Instance', 'in' => 'query', 'style' => 'repeatList', 'schema' => [ 'description' => 'Information about the nodes to reset.', 'type' => 'array', 'items' => [ 'description' => 'An array of node information.', 'type' => 'object', 'properties' => [ 'Id' => ['description' => 'The ID of the Nth compute node to reset. N can be an integer from 1 to 100.'."\n" ."\n" .'Call [ListNodes](~~87161~~) to obtain the node ID.', 'type' => 'string', 'required' => false, 'title' => '', 'example' => 'i-bp13p7vlcb1uihfv****'], ], 'required' => false, 'title' => '', ], 'required' => true, 'maxItems' => 10000, 'title' => '', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'TaskId' => ['description' => 'The ID of the task.', 'type' => 'string', 'title' => '', 'example' => '04F0F334-1335-436C-A1D7-6C044FE7****'], 'RequestId' => ['description' => 'The ID of the request.', 'type' => 'string', 'title' => '', 'example' => '04F0F334-1335-436C-A1D7-6C044FE7****'], ], 'description' => '', 'title' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParams', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => 'The specified parameter %s is invalid.'], ['errorCode' => 'NotEnabled', 'errorMessage' => 'You have not enabled this service', 'description' => 'You have not enabled this service'], ['errorCode' => 'InDebt', 'errorMessage' => 'Your account has overdue payments.', 'description' => 'Your account has overdue payments.'], ], 403 => [ ['errorCode' => 'InvalidClusterStatus', 'errorMessage' => 'The operation failed due to invalid cluster status.', 'description' => 'The cluster status does not support the operation.'], ['errorCode' => 'InvalidNodeStatus', 'errorMessage' => 'The operation failed due to invalid node status.', 'description' => ''], ['errorCode' => 'ConflictOpt', 'errorMessage' => 'A conflicting operation is running.', 'description' => 'A conflicting operation is running. Please try again later.'], ], [ ['errorCode' => 'ImageNotFound', 'errorMessage' => 'The specified image does not exist.', 'description' => 'The specified image does not exist. Please verify the parameter.'], ['errorCode' => 'ClusterNotFound', 'errorMessage' => 'The specified cluster does not exist.', 'description' => 'The specified instance does not exist.'], ['errorCode' => 'VolumeNotFound', 'errorMessage' => 'The specified volume does not exist.', 'description' => 'The specified storage does not exist. Please verify the parameter.'], ['errorCode' => 'ComputeNotFound', 'errorMessage' => 'The specified compute node does not exist.', 'description' => 'The specified compute node does not exist.'], ['errorCode' => 'ManagerNotFound', 'errorMessage' => 'The manager nodes do not exist or their status is abnormal.', 'description' => 'The manager nodes do not exist or their status is abnormal.'], ['errorCode' => 'ObjectNotFound', 'errorMessage' => 'The specified object is not found.', 'description' => 'The specified object does not exist. Please verify the parameter.'], ], 406 => [ ['errorCode' => 'EcsError', 'errorMessage' => 'An error occurred while calling the ECS API operation.', 'description' => 'ECS API call error. %s'], ['errorCode' => 'EipError', 'errorMessage' => 'The EIP API request failed.', 'description' => 'EIP API request failed.'], ['errorCode' => 'DbError', 'errorMessage' => 'A database service error occurred.', 'description' => 'Database request failed.'], ['errorCode' => 'AliyunError', 'errorMessage' => 'An Alibaba Cloud product error occurred.', 'description' => 'Alibaba Cloud product error. %s'], ], [ ['errorCode' => 'NotAuthorized', 'errorMessage' => 'You are not authorized by RAM for this request.', 'description' => 'The request is not authorized by RAM.'], ], 409 => [ ['errorCode' => 'PartFailure', 'errorMessage' => 'Part of the batch operation failed.', 'description' => 'Part of the batch operation failed.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"TaskId\\": \\"04F0F334-1335-436C-A1D7-6C044FE7****\\",\\n \\"RequestId\\": \\"04F0F334-1335-436C-A1D7-6C044FE7****\\"\\n}","type":"json"}]', 'title' => 'ResetNodes', 'summary' => 'You can call ResetNodes to reset one or more compute nodes.', 'description' => '## Description'."\n" ."\n" .'Resetting a node restores its operating system and software to their initial states. To ensure that your jobs run properly, do not reset a node that is in the \\`running\\` state unless it is for a special purpose, such as crash recovery.', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'ramActions' => [ [ 'operationType' => 'update', 'ramAction' => [ 'action' => 'ehpc:ResetNodes', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'ResetNodes'], ], ], ], 'RunCloudMetricProfiling' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => ['autoTest' => false, 'tenantRelevance' => 'publicInformation'], 'parameters' => [ [ 'name' => 'RegionId', 'in' => 'query', 'schema' => ['description' => 'The region ID.'."\n", 'type' => 'string', 'required' => false, 'example' => 'cn-hangzhou', 'default' => 'cn-hangzhou', 'title' => ''], ], [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => ['description' => 'The ID of the E-HPC cluster.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'ehpc-hz-jeJki6****', 'title' => ''], ], [ 'name' => 'HostName', 'in' => 'query', 'schema' => ['description' => 'The hostname.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'compute0', 'title' => ''], ], [ 'name' => 'ProcessId', 'in' => 'query', 'schema' => ['description' => 'The ID of the profiling process.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => true, 'docRequired' => true, 'example' => '29075', 'title' => ''], ], [ 'name' => 'Duration', 'in' => 'query', 'schema' => ['description' => 'The duration of the profiling process. Unit: seconds.'."\n" ."\n" .'Value values: 10 to 300.'."\n" ."\n" .'Default value: 30.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '300', 'default' => '300', 'title' => ''], ], [ 'name' => 'Freq', 'in' => 'query', 'schema' => ['description' => 'The sampling frequency. Unit: Hz. Valid values: 1 to 2000.'."\n" ."\n" .'Default value: 2000.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '2000', 'default' => '2000', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => 'The request ID.'."\n", 'type' => 'string', 'example' => '8442AF35-875B-4FC0-8B7AAFDC339335D5', 'title' => ''], ], 'description' => '', 'title' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParams', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => 'The specified parameter %s is invalid.'], ['errorCode' => 'NotEnabled', 'errorMessage' => 'You have not enabled this service', 'description' => 'You have not enabled this service'], ['errorCode' => 'InDebt', 'errorMessage' => 'Your account has overdue payments.', 'description' => 'Your account has overdue payments.'], ], 403 => [ ['errorCode' => 'InvalidClusterStatus', 'errorMessage' => 'The operation failed due to invalid cluster status.', 'description' => 'The cluster status does not support the operation.'], ['errorCode' => 'ConflictOpt', 'errorMessage' => 'A conflicting operation is running.', 'description' => 'A conflicting operation is running. Please try again later.'], ], [ ['errorCode' => 'ClusterNotFound', 'errorMessage' => 'The specified cluster does not exist.', 'description' => 'The specified instance does not exist.'], ['errorCode' => 'ObjectNotFound', 'errorMessage' => 'The specified object is not found.', 'description' => 'The specified object does not exist. Please verify the parameter.'], ], 406 => [ ['errorCode' => 'AgentError', 'errorMessage' => 'The agent service request failed.', 'description' => 'The cluster-side command failed to run. %s'], ['errorCode' => 'ExecFail', 'errorMessage' => 'Failed to execute the command: %s.', 'description' => ''], ['errorCode' => 'AliyunError', 'errorMessage' => 'An Alibaba Cloud product error occurred.', 'description' => 'Alibaba Cloud product error. %s'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"8442AF35-875B-4FC0-8B7AAFDC339335D5\\"\\n}","errorExample":""},{"type":"xml","example":"\\r\\n 8442AF35-875B-4FC0-8B7AAFDC339335D5\\r\\n","errorExample":""}]', 'title' => 'RunCloudMetricProfiling', 'summary' => 'Starts the profiling process of a cluster.', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'ramActions' => [ [ 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:RunCloudMetricProfiling', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], 'SetAutoScaleConfig' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => ['autoTest' => false, 'tenantRelevance' => 'publicInformation'], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => ['description' => 'The cluster ID.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'ehpc-hz-FYUr32****', 'title' => ''], ], [ 'name' => 'EnableAutoGrow', 'in' => 'query', 'schema' => ['description' => 'Specifies whether to enable auto scale-out. Valid values:'."\n" ."\n" .'* true: enables auto scale-out.'."\n" .'* false: disables auto scale-out.'."\n" ."\n" .'Default value: false.'."\n", 'type' => 'boolean', 'required' => false, 'example' => 'false', 'default' => 'false', 'title' => ''], ], [ 'name' => 'EnableAutoShrink', 'in' => 'query', 'schema' => ['description' => 'Specifies whether to enable auto scale-in. Valid values:'."\n" ."\n" .'* true: enables auto scale-in.'."\n" .'* false: disables auto scale-in.'."\n" ."\n" .'Default value: false.'."\n", 'type' => 'boolean', 'required' => false, 'example' => 'false', 'default' => 'false', 'title' => ''], ], [ 'name' => 'GrowIntervalInMinutes', 'in' => 'query', 'schema' => ['description' => 'The interval between two consecutive rounds of scale-out. Unit: minutes.'."\n" ."\n" .'Valid values: 2 to 10.'."\n" ."\n" .'Default value: 2.'."\n" ."\n" .'> An interval may exist during multiple rounds of a scale-out task or between two consecutive scale-out tasks.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '2', 'default' => '2', 'title' => ''], ], [ 'name' => 'ShrinkIntervalInMinutes', 'in' => 'query', 'schema' => ['description' => 'The interval between two consecutive rounds of scale-in. Unit: minutes.'."\n" ."\n" .'Valid values: 2 to 10.'."\n" ."\n" .'Default value: 2.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '2', 'default' => '2', 'title' => ''], ], [ 'name' => 'ShrinkIdleTimes', 'in' => 'query', 'schema' => ['description' => 'The number of consecutive times that a compute node is idle during the resource scale-in check.'."\n" ."\n" .'Valid values: 2 to 5.'."\n" ."\n" .'Default value: 3.'."\n" ."\n" .'If the parameter is set to 3, a compute node is idle more than three consecutive times. In this case, the node is released. If a compute node is idle for longer than 6 minutes continuously, it is released by default. This is because the default value of the ShrinkIntervalInMinutes parameter is 2.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '3', 'default' => '3', 'title' => ''], ], [ 'name' => 'GrowTimeoutInMinutes', 'in' => 'query', 'schema' => ['description' => 'The scale-out timeout period. Unit: minutes.'."\n" ."\n" .'Valid values: 10 to 60.'."\n" ."\n" .'Default value: 20.'."\n" ."\n" .'If the scale-out timeout period has been reached but the scale-out nodes still do not reach the Running state, the system releases them.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '20', 'default' => '20', 'title' => ''], ], [ 'name' => 'ExtraNodesGrowRatio', 'in' => 'query', 'schema' => ['description' => 'The percentage of extra compute nodes. Valid values: 0 to 100.'."\n" ."\n" .'Default value: 0.'."\n" ."\n" .'If you need to add 100 compute nodes and the value of the ExtraNodesGrowRatio parameter is 2, 102 compute nodes are added.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '0', 'default' => '0', 'title' => ''], ], [ 'name' => 'GrowRatio', 'in' => 'query', 'schema' => ['description' => 'The percentage of each round of a scale-out task. Valid values: 1 to 100.'."\n" ."\n" .'Default value: 100.'."\n" ."\n" .'If you set GrowRatio to 50, the scale-out has two rounds. Each round completes half of the scale-out.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'maximum' => '100', 'example' => '50', 'default' => '100', 'title' => ''], ], [ 'name' => 'MaxNodesInCluster', 'in' => 'query', 'schema' => ['description' => 'The maximum number of compute nodes that can be added to the cluster. Valid values: 0 to 500.'."\n" ."\n" .'Default value: 100.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => true, 'docRequired' => true, 'example' => '100', 'title' => ''], ], [ 'name' => 'ExcludeNodes', 'in' => 'query', 'schema' => ['description' => 'The compute nodes that are excluded from auto scaling tasks. Separate multiple compute nodes with commas (,).'."\n" ."\n" .'If you want to retain a compute node, you can specify the node as an additional node to retain the node when it is idle.'."\n", 'type' => 'string', 'required' => false, 'example' => 'i-bp19lgqwxb4206t5****,i-bp1g4hvzs9pywrhb****', 'title' => ''], ], [ 'name' => 'SpotStrategy', 'in' => 'query', 'schema' => ['description' => 'The preemption policy of the compute nodes. Valid values:'."\n" ."\n" .'* NoSpot: The compute nodes are pay-as-you-go instances.'."\n" .'* SpotWithPriceLimit: The compute nodes are preemptible instances that have a user-defined maximum hourly price.'."\n" .'* SpotAsPriceGo: The compute nodes are preemptible instances for which the market price at the time of purchase is used as the bid price.'."\n" ."\n" .'Default value: NoSpot.'."\n", 'type' => 'string', 'required' => false, 'example' => 'SpotWithPriceLimit', 'title' => ''], ], [ 'name' => 'SpotPriceLimit', 'in' => 'query', 'schema' => ['description' => 'The maximum hourly price of the compute nodes. The value can be accurate to three decimal places. The parameter takes effect only when `SpotStrategy` is set to `SpotWithPriceLimit`.'."\n", 'type' => 'number', 'format' => 'float', 'required' => false, 'example' => '0.062', 'title' => ''], ], [ 'name' => 'ImageId', 'in' => 'query', 'schema' => ['description' => 'The IDs of the images.'."\n" ."\n" .'> '."\n" ."\n" .'* If both `Queues.N.QueueImageId` and `ImageId` are specified, `Queues.N.QueueImageId` prevails.'."\n" ."\n" .'* If you set `Queues.N.QueueImageId` or `ImageId`, the parameter that you set takes effect.'."\n" .'* If you leave both `Queues.N.QueueImageId` and `ImageId` empty, the image that was specified when you created the cluster or the last time you scaled out the cluster is used by default.'."\n", 'type' => 'string', 'required' => false, 'example' => 'centos_7_03_64_20G_alibase_201708****', 'title' => ''], ], [ 'name' => 'Queues', 'in' => 'query', 'style' => 'repeatList', 'schema' => [ 'description' => 'The information about the queue.'."\n", 'type' => 'array', 'items' => [ 'description' => 'The array of information about queues.'."\n", 'type' => 'object', 'properties' => [ 'QueueImageId' => ['description' => 'The image ID of the queue where the scale-out is performed. Valid values of N: 1 to 8.'."\n" ."\n" .'> '."\n" ."\n" .'* If you set both `Queues.N.QueueImageId` and `ImageId`, `Queues.N.QueueImageId` prevails.'."\n" ."\n" .'* If you set `Queues.N.QueueImageId` or `ImageId`, the parameter that you set takes effect.'."\n" .'* If you leave both `Queues.N.QueueImageId` and `ImageId` empty, the image that was specified when you created the cluster or the last time when you scaled out the cluster is used by default.'."\n", 'type' => 'string', 'required' => false, 'example' => 'centos_7_03_64_20G_alibase_201708****', 'title' => ''], 'SystemDiskCategory' => ['description' => 'The category of the system disk specified for the compute nodes that are added to the queue. Valid values:'."\n" ."\n" .'* cloud_efficiency: ultra disk.'."\n" .'* cloud_ssd: standard SSD.'."\n" .'* cloud_essd: enhanced SSD (ESSD).'."\n" .'* cloud: basic disk. Disks of this type are retired.'."\n" ."\n" .'Valid values of N: 1 to 8.'."\n" ."\n" .'Default value: cloud_efficiency.'."\n", 'type' => 'string', 'required' => false, 'example' => 'cloud_efficiency', 'title' => ''], 'InstanceType' => ['description' => 'The instance type of the compute nodes that are automatically added to the queue. Valid values of N: 1 to 8.'."\n", 'type' => 'string', 'required' => false, 'example' => 'ecs.n1.medium', 'title' => ''], 'HostNameSuffix' => ['description' => 'The hostname suffix of the host that is used to perform scale-out for the queue. You can manage nodes that have a specified hostname suffix.'."\n" ."\n" .'Valid values of N: 1 to 8.'."\n", 'type' => 'string', 'required' => false, 'example' => '000', 'title' => ''], 'SpotStrategy' => ['description' => 'The preemption policy of the compute node that is automatically added to the queue. Valid values of N: 1 to 8.'."\n" ."\n" .'Valid values:'."\n" ."\n" .'* NoSpot: The compute node is created as a pay-as-you-go instance.'."\n" .'* SpotWithPriceLimit: The compute node is created as a preemptible instance that has a user-defined maximum hourly price.'."\n" .'* SpotAsPriceGo: The compute node is created as a preemptible instance for which the market price at the time of purchase is used as the bid price.'."\n" ."\n" .'Default value: NoSpot.'."\n", 'type' => 'string', 'required' => false, 'example' => 'NoSpot', 'title' => ''], 'HostNamePrefix' => ['description' => 'The hostname prefix of the host that is used to perform scale-out for the queue. You can manage compute nodes that have a specified hostname prefix.'."\n" ."\n" .'Valid values of N: 1 to 8.'."\n", 'type' => 'string', 'required' => false, 'example' => 'compute', 'title' => ''], 'MinNodesInQueue' => ['description' => 'The minimum number of compute nodes that can be removed from the queue. Valid values: 0 to 50.'."\n" ."\n" .'Valid values of N: 1 to 8.'."\n" ."\n" .'Default value: 0.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '0', 'title' => ''], 'SystemDiskSize' => ['description' => 'The size of the system disk specified for the compute nodes that are added to the queue. Unit: GB.'."\n" ."\n" .'Valid values: 40 to 500.'."\n" ."\n" .'Valid values of N: 1 to 8.'."\n" ."\n" .'Default value: 40.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '40', 'title' => ''], 'MaxNodesInQueue' => ['description' => 'The maximum number of compute nodes that can be added to the queue. Valid values: 0 to 500.'."\n" ."\n" .'Valid values of N: 1 to 8.'."\n" ."\n" .'Default value: 100.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '30', 'title' => ''], 'EnableAutoShrink' => ['description' => 'Specifies whether the queue enables auto scale-in. Valid values:'."\n" ."\n" .'* true: enables auto scale-in.'."\n" .'* false: disables auto scale-in.'."\n" ."\n" .'Valid values of N: 1 to 8.'."\n" ."\n" .'Default value: false.'."\n", 'type' => 'boolean', 'required' => false, 'example' => 'false', 'title' => ''], 'QueueName' => ['description' => 'The name of the queue. You can specify 1 to 8 names.'."\n", 'type' => 'string', 'required' => false, 'example' => 'cluster1', 'title' => ''], 'EnableAutoGrow' => ['description' => 'Specifies whether the queue enables auto scale-out. Valid values:'."\n" ."\n" .'* true: enables auto scale-out.'."\n" .'* false: disables auto scale-out.'."\n" ."\n" .'Valid values of N: 1 to 8.'."\n" ."\n" .'Default value: false.'."\n", 'type' => 'boolean', 'required' => false, 'example' => 'false', 'title' => ''], 'SystemDiskLevel' => ['description' => 'The performance level of the system disk specified for the compute nodes that are added to the queue. Valid values:'."\n" ."\n" .'* PL0: An ESSD can deliver up to 10,000 random read/write IOPS.'."\n" .'* PL1: An ESSD can deliver up to 50,000 random read/write IOPS.'."\n" .'* PL2: An ESSD can deliver up to 100,000 random read/write IOPS.'."\n" .'* PL3: An ESSD can deliver up to 1,000,000 random read/write IOPS.'."\n" ."\n" .'Valid values of N: 1 to 8.'."\n" ."\n" .'Default value: PL1.'."\n", 'type' => 'string', 'required' => false, 'example' => 'PL1', 'title' => ''], 'SpotPriceLimit' => ['description' => 'The maximum hourly price of the compute nodes that are automatically added to the queue. The value can be accurate to three decimal places. The parameter takes effect only when `Queues.N.SpotStrategy` is set to `SpotWithPriceLimit`.'."\n" ."\n" .'Valid values of N: 1 to 8.'."\n", 'type' => 'number', 'format' => 'float', 'required' => false, 'example' => '0.662', 'title' => ''], 'InstanceTypes' => [ 'description' => 'The instance types of the nodes in the queue.'."\n", 'type' => 'array', 'items' => [ 'description' => 'The array of node information.'."\n", 'type' => 'object', 'properties' => [ 'VSwitchId' => ['description' => 'The vSwitch ID of the compute nodes that are automatically added to the queue.'."\n" ."\n" .'You can specify 1 to 8 IDs.'."\n" ."\n" .'The vSwitch IDs of N compute nodes in the queue can be set at the same time when auto scaling is performed in the queue. Valid values of N: 0 to 500.'."\n", 'type' => 'string', 'required' => false, 'example' => 'vsw-bp1lfcjbfb099rrjn****', 'title' => ''], 'ZoneId' => ['description' => 'The ID of the zone that compute nodes automatically added to the queue belong.'."\n" ."\n" .'You can specify 1 to 8 IDs.'."\n" ."\n" .'The zone IDs of N compute nodes in the queue can be set at the same time when auto scaling is performed in the queue. Valid values of N: 0 to 500.'."\n", 'type' => 'string', 'required' => false, 'example' => 'cn-hangzhou-b', 'title' => ''], 'SpotPriceLimit' => ['description' => 'The maximum hourly price of the compute nodes that are automatically added to the queue. The value can be accurate to three decimal places. The parameter takes effect only when `Queues.N.InstanceTypes.N.SpotStrategy` is set to `SpotWithPriceLimit`.'."\n" ."\n" .'You can specify the maximum hourly price for 1 to 8 compute nodes.'."\n" ."\n" .'The maximum hourly prices of N compute nodes in the queue can be set at the same time when auto scaling is performed in the queue. Valid values of N: 0 to 500.'."\n", 'type' => 'number', 'format' => 'float', 'required' => false, 'example' => '0.660', 'title' => ''], 'InstanceType' => ['description' => 'The instance type of the compute nodes that are automatically added to the queue.'."\n" ."\n" .'You can specify the specification for 1 to 8 nodes.'."\n" ."\n" .'The instance types of N compute nodes in the queue can be set at the same time when auto scaling is performed in the queue. Valid values of N: 0 to 500.'."\n", 'type' => 'string', 'required' => false, 'example' => 'ecs.n1.tiny', 'title' => ''], 'SpotStrategy' => ['description' => 'The preemption policy for the compute node that is automatically added to the queue. Valid values:'."\n" ."\n" .'* NoSpot: The compute node is created as a pay-as-you-go instance.'."\n" .'* SpotWithPriceLimit: The compute node is created as a preemptible instance that has a user-defined maximum hourly price.'."\n" .'* SpotAsPriceGo: The compute node is created as a preemptible instance for which the market price at the time of purchase is used as the bid price.'."\n" ."\n" .'Default value: NoSpot.'."\n" ."\n" .'You can specify the preemption policy for 1 to 8 compute nodes.'."\n" ."\n" .'The preemption policies of N compute nodes in the queue can be set at the same time when auto scaling is performed in the queue. Valid values of N: 0 to 500.'."\n", 'type' => 'string', 'required' => false, 'example' => 'SpotWithPriceLimit', 'title' => ''], 'SpotDuration' => ['title' => '', 'description' => 'The protection period of the preemptible instance. Unit: hours. Valid values: 0 to 1. A value of 0 means that no protection period is specified. Default value: 1.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '0'], 'SpotInterruptionBehavior' => ['title' => '', 'description' => 'The interruption mode of the preemptible instance. The value can only be Terminate, which indicates that the instance is released.'."\n", 'type' => 'string', 'required' => false, 'example' => 'Terminate'], ], 'required' => false, 'title' => '', ], 'required' => false, 'maxItems' => 16, 'title' => '', ], 'DataDisks' => [ 'description' => 'The list of data disks.'."\n", 'type' => 'array', 'items' => [ 'description' => 'The list of data disks.'."\n", 'type' => 'object', 'properties' => [ 'DataDiskSize' => ['description' => 'The size of the data disk. Unit: GB.'."\n" ."\n" .'Valid values: 40 to 500.'."\n" ."\n" .'Default value: 40.'."\n" ."\n" .'Valid values of N: 0 to 16.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '40', 'title' => ''], 'DataDiskCategory' => ['description' => 'The category of the data disk. Valid values:'."\n" ."\n" .'* cloud_efficiency: ultra disk.'."\n" .'* cloud_ssd: standard SSD.'."\n" .'* cloud_essd: ESSD.'."\n" .'* cloud: basic disk.'."\n" ."\n" .'Default value: cloud_efficiency.'."\n" ."\n" .'Valid values of N: 0 to 16.'."\n", 'type' => 'string', 'required' => false, 'example' => 'cloud_efficiency', 'title' => ''], 'DataDiskDeleteWithInstance' => ['description' => 'Specifies whether the data disk is released when the node is released. Valid values:'."\n" ."\n" .'* true'."\n" .'* false'."\n" ."\n" .'Default value: true.'."\n" ."\n" .'Valid values of N: 0 to 16.'."\n", 'type' => 'boolean', 'required' => false, 'example' => 'true', 'title' => ''], 'DataDiskPerformanceLevel' => ['description' => 'The performance level of the ESSD used as the data disk. The parameter takes effect only when the Queues.N.DataDisks.N.DataDiskCategory parameter is set to cloud_essd. Valid values:'."\n" ."\n" .'* PL0: An ESSD can deliver up to 10,000 random read/write IOPS.'."\n" .'* PL1: An ESSD can deliver up to 50,000 random read/write IOPS.'."\n" .'* PL2: An ESSD can deliver up to 100,000 random read/write IOPS.'."\n" .'* PL3: An ESSD can deliver up to 1,000,000 random read/write IOPS.'."\n" ."\n" .'Default value: PL1.'."\n" ."\n" .'Valid values of N: 0 to 16.'."\n", 'type' => 'string', 'required' => false, 'example' => 'PL1', 'title' => ''], 'DataDiskEncrypted' => ['description' => 'Specifies whether to encrypt the data disk. Valid values:'."\n" ."\n" .'* true'."\n" .'* false'."\n" ."\n" .'Default value: false.'."\n" ."\n" .'Valid values of N: 0 to 16.'."\n", 'type' => 'boolean', 'required' => false, 'example' => 'false', 'title' => ''], 'DataDiskKMSKeyId' => ['description' => 'The Key Management Service (KMS) key ID of the data disk.'."\n" ."\n" .'Valid values of N: 0 to 16.'."\n", 'type' => 'string', 'required' => false, 'example' => '0e478b7a-4262-4802-b8cb-00d3fb40826X', 'title' => ''], ], 'required' => false, 'title' => '', ], 'required' => false, 'maxItems' => 16, 'title' => '', ], 'MaxNodesPerCycle' => ['description' => 'The maximum number of compute nodes that can be added in each round of scale-out. Valid values: 0 to 99.'."\n" ."\n" .'Default value: 0.'."\n", 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '20', 'title' => ''], 'MinNodesPerCycle' => ['description' => 'The minimum number of compute nodes that can be added in each round of scale-out. Valid values: 1 to 99'."\n" ."\n" .'Default value: 1.'."\n" ."\n" .'If the number of compute nodes that you want to add in a round is less than the value of this property, the system automatically changes the value of this property to the number of compute nodes that you want to add in a round. This helps ensure that compute nodes can be added as expected.'."\n" ."\n" .'> The configuration takes effect only for the minimum compute nodes that can be added in the current round.'."\n", 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '5', 'title' => ''], 'AutoMinNodesPerCycle' => ['description' => 'Specifies whether to automatically specify the minimum number of compute nodes that can be added in each round of scale-out. If you set this parameter to true, the minimum number of nodes for each scale-out is equal to the number of nodes required by the job. The maximum number is 99.'."\n", 'type' => 'boolean', 'required' => false, 'example' => 'false', 'title' => ''], 'SortedByInventory' => ['description' => 'Specifies whether the instances are unordered. Valid values:'."\n" ."\n" .'* true'."\n" .'* false'."\n" ."\n" .'> If you set this parameter to true, the system selects instance types in descending order of the number of instances in stock during auto scaling.'."\n", 'type' => 'boolean', 'required' => false, 'example' => 'false', 'title' => ''], ], 'required' => false, 'title' => '', ], 'required' => false, 'maxItems' => 8, 'title' => '', ], ], [ 'name' => 'ComputeEnableHt', 'in' => 'query', 'schema' => ['description' => 'Specifies whether to enable hyper-threading for the ECS instance that is used as the compute node.'."\n" ."\n" .'> You can only disable hyper-threading for some instance types. The hyper-threading is enabled for ECS instances by default. For more information, see [Specify and view CPU options](~~145895~~).'."\n", 'type' => 'boolean', 'required' => false, 'example' => 'true', 'title' => ''], ], [ 'name' => 'DnsConfig', 'in' => 'query', 'schema' => ['description' => 'The configurations of DNS.'."\n", 'type' => 'string', 'required' => false, 'example' => '"{\\"DnsType\\":\\"PrivateZone\\",\\"DnsName\\":\\"xxxxx\\"}"', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => 'The request ID.'."\n", 'type' => 'string', 'example' => '04F0F334-13358736C-A1D7-6C044FE7****', 'title' => ''], ], 'description' => '', 'title' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParams', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => 'The specified parameter %s is invalid.'], ], 403 => [ ['errorCode' => 'InvalidOpt', 'errorMessage' => 'The specified operation is invalid. Please try again later. If the problem still exists, submit a ticket.', 'description' => ''], ['errorCode' => 'TooManyComputes', 'errorMessage' => 'The number of computing nodes exceeds the quota.', 'description' => 'The number of computing nodes exceeds the quota.'], ], [ ['errorCode' => 'ClusterNotFound', 'errorMessage' => 'The specified cluster does not exist.', 'description' => 'The specified instance does not exist.'], ['errorCode' => 'ImageNotFound', 'errorMessage' => 'The specified image does not exist.', 'description' => 'The specified image does not exist. Please verify the parameter.'], ], 406 => [ ['errorCode' => 'DbError', 'errorMessage' => 'A database service error occurred.', 'description' => 'Database request failed.'], ], [ ['errorCode' => 'NotAuthorized', 'errorMessage' => 'You are not authorized by RAM for this request.', 'description' => 'The request is not authorized by RAM.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"04F0F334-13358736C-A1D7-6C044FE7****\\"\\n}","errorExample":""},{"type":"xml","example":"\\n 04F0F334-13358736C-A1D7-6C044FE7****\\n","errorExample":""}]', 'title' => 'SetAutoScaleConfig', 'summary' => 'Configures the auto scaling settings of a cluster.', 'description' => '## Usage notes'."\n" ."\n" .'If the settings in the Queue Configuration section are different from the settings in the Global Configurations section, the former prevails.'."\n", 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'ramActions' => [ [ 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:SetAutoScaleConfig', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], 'SetPostScripts' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => ['autoTest' => false, 'tenantRelevance' => 'publicInformation'], 'parameters' => [ [ 'name' => 'RegionId', 'in' => 'query', 'schema' => ['description' => 'The ID of the region where the cluster resides. You can call the [ListRegions](~~188593~~) operation to query the latest region list.'."\n", 'type' => 'string', 'required' => true, 'example' => 'cn-shanghai', 'title' => ''], ], [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => ['description' => 'The cluster ID.'."\n" ."\n" .'You can call the [ListClusters](~~87116~~) operation to obtain the cluster ID.'."\n", 'type' => 'string', 'required' => true, 'example' => 'ehpc-sh-EnjshUxn', 'title' => ''], ], [ 'name' => 'PostInstallScripts', 'in' => 'query', 'style' => 'repeatList', 'schema' => [ 'description' => 'The post-processing scripts.'."\n", 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'object', 'properties' => [ 'Args' => ['description' => 'The parameter that is used to run the post-processing script.'."\n", 'type' => 'string', 'required' => false, 'example' => '-h', 'title' => ''], 'Url' => ['description' => 'The URL that is used to download the post-processing script.'."\n", 'type' => 'string', 'required' => false, 'example' => 'https://bucket.oss-cn-shanghai.aliyuncs.com/postscript_examples.sh', 'title' => ''], ], 'required' => false, 'title' => '', ], 'required' => false, 'maxItems' => 100, 'title' => '', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => 'Schema of Response'."\n", 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => 'Id of the request', 'description' => 'The request ID.'."\n", 'type' => 'string', 'example' => 'B745C159-3155-4B94-95D0-4B73D4D2****'], ], ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParams', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => 'The specified parameter %s is invalid.'], ], 404 => [ ['errorCode' => 'ClusterNotFound', 'errorMessage' => 'The specified cluster does not exist.', 'description' => 'The specified instance does not exist.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"B745C159-3155-4B94-95D0-4B73D4D2****\\"\\n}","errorExample":""},{"type":"xml","example":"\\n B745C159-3155-4B94-95D0-4B73D4D2****\\n","errorExample":""}]', 'title' => 'SetPostScripts', 'summary' => 'Configures the post-processing scripts of a cluster.', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'SetPostScripts'], ], ], 'ramActions' => [ [ 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:SetPostScripts', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], 'SetQueue' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'update', 'abilityTreeCode' => '75912', 'abilityTreeNodes' => ['FEATUREehpcAB36B2'], 'autoTest' => false, 'tenantRelevance' => 'publicInformation', ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => ['description' => 'The cluster ID.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'title' => '', 'example' => 'ehpc-hz-FYUr32****'], ], [ 'name' => 'QueueName', 'in' => 'query', 'schema' => ['description' => 'The name of the destination queue.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'title' => '', 'example' => 'work'], ], [ 'name' => 'Node', 'in' => 'query', 'style' => 'repeatList', 'schema' => [ 'description' => 'The list of nodes to move.', 'type' => 'array', 'items' => [ 'description' => 'An array of node information.', 'type' => 'object', 'properties' => [ 'Name' => ['description' => 'The hostname of the compute node to move.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'title' => '', 'example' => 'compute1'], ], 'required' => false, 'title' => '', ], 'required' => true, 'maxItems' => 1000, 'title' => '', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'title' => '', 'example' => 'DFC3EAA9-F11F-4ED0-836F-4FFCB279E700'], ], 'description' => '', 'title' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParams', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => 'The specified parameter %s is invalid.'], ], 403 => [ ['errorCode' => 'ExecFail', 'errorMessage' => 'Failed to execute the command: %s.', 'description' => 'Failed to execute the command: %s.'], ], [ ['errorCode' => 'ClusterNotFound', 'errorMessage' => 'The specified cluster does not exist.', 'description' => 'The specified instance does not exist.'], ['errorCode' => 'ManagerNotFound', 'errorMessage' => 'The manager nodes do not exist or their status is abnormal.', 'description' => 'The manager nodes do not exist or their status is abnormal.'], ], 406 => [ ['errorCode' => 'EcsError', 'errorMessage' => 'An error occurred while calling the ECS API operation.', 'description' => 'ECS API call error. %s'], ['errorCode' => 'DbError', 'errorMessage' => 'A database service error occurred.', 'description' => 'Database request failed.'], ['errorCode' => 'RedisError', 'errorMessage' => 'A Redis service error occurred.', 'description' => 'Redis request failed.'], ['errorCode' => 'AgentError', 'errorMessage' => 'The agent service request failed.', 'description' => 'The cluster-side command failed to run. %s'], ['errorCode' => 'AliyunError', 'errorMessage' => 'An Alibaba Cloud product error occurred.', 'description' => 'Alibaba Cloud product error. %s'], ['errorCode' => 'AgentResponseTimeout', 'errorMessage' => 'Agent response timeout: %s', 'description' => ''], ], [ ['errorCode' => 'NotAuthorized', 'errorMessage' => 'You are not authorized by RAM for this request.', 'description' => 'The request is not authorized by RAM.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"DFC3EAA9-F11F-4ED0-836F-4FFCB279E700\\"\\n}","type":"json"}]', 'title' => 'SetQueue', 'summary' => 'You can call SetQueue to move compute nodes to a specified queue.', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'ramActions' => [ [ 'operationType' => 'update', 'ramAction' => [ 'action' => 'ehpc:SetQueue', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'SetQueue'], ], ], ], 'SetSchedulerInfo' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => ['autoTest' => false, 'tenantRelevance' => 'publicInformation'], 'parameters' => [ [ 'name' => 'RegionId', 'in' => 'query', 'schema' => ['description' => 'The region ID.'."\n" ."\n" .'You can call the [ListRegions](~~188593~~) operation to obtain the IDs of regions supported by Elastic High Performance Computing (E-HPC).'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'cn-hangzhou', 'title' => ''], ], [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => ['description' => 'The ID of the E-HPC cluster.'."\n" ."\n" .'You can call the [ListClusters](~~87116~~) operation to query the cluster ID.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'ehpc-hz-FYUr32****', 'title' => ''], ], [ 'name' => 'PbsInfo', 'in' => 'query', 'style' => 'repeatList', 'schema' => [ 'description' => 'The information about PBS schedulers.'."\n", 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'object', 'properties' => [ 'AclLimit' => [ 'description' => 'The information about limits on the queue.'."\n", 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'object', 'properties' => [ 'Queue' => ['description' => 'AclLimit specifies the queue that has limits when it is used. Valid values of N: 0 to 100.'."\n" ."\n" .'If you set `PbsInfo.N.AclLimit.N.Queue` to `workq` and `PbsInfo.N.AclLimit.N.AclUsers` to `user1,user2`, workq can be used only by user1 and user2.'."\n", 'type' => 'string', 'required' => false, 'example' => 'workq', 'title' => ''], 'AclUsers' => ['description' => 'The user that can use the queue. Separate multiple users with commas (`,`).'."\n" ."\n" .'If you specify users, you must specify the PbsInfo.N.AclLimit.N.Queue parameter.'."\n", 'type' => 'string', 'required' => false, 'example' => 'user1,user2', 'title' => ''], ], 'required' => false, 'title' => '', ], 'required' => false, 'maxItems' => 100, 'title' => '', ], 'ResourceLimit' => [ 'description' => 'The information about the nodes that are used by cluster users.'."\n", 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'object', 'properties' => [ 'Nodes' => ['description' => 'The maximum number of nodes that can be used in a queue.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '2', 'title' => ''], 'Cpus' => ['description' => 'The maximum number of vCPUs that can be used for nodes in a queue.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '2', 'title' => ''], 'User' => ['description' => 'The name of the user that runs jobs.'."\n", 'type' => 'string', 'required' => false, 'example' => 'user1', 'title' => ''], 'Queue' => ['description' => 'PbsInfo specifies the number of PBS schedulers that can be configured in the cluster. Valid values of N: 0 to 100.'."\n" ."\n" .'ResourceLimit specifies the maximum number of queue resources that can be used. Valid values of N: 0 to 100.'."\n" ."\n" .'Queue specifies the name of the queue that is used to run jobs.'."\n" ."\n" .'If one of the User, Cpus, Nodes, and Mem parameters is set in ResourceLimit, you must specify the Queue parameter.'."\n", 'type' => 'string', 'required' => false, 'example' => 'workq', 'title' => ''], 'Mem' => ['description' => 'The maximum memory resources that can be used in a queue. Units:'."\n" ."\n" .'* gb'."\n" .'* mb'."\n" .'* kb'."\n", 'type' => 'string', 'required' => false, 'example' => '2gb', 'title' => ''], 'MaxJobs' => ['description' => 'The maximum number of jobs that can be submitted to the cluster. If the total number of running jobs and queuing jobs exceeds the value, no more jobs can be submitted.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1000', 'title' => ''], ], 'required' => false, 'title' => '', ], 'required' => false, 'maxItems' => 100, 'title' => '', ], 'JobHistoryDuration' => ['description' => 'The retention period of jobs. After the retention period is exceeded, job data is deleted. Unit: days.\\'."\n" .'Valid values: 1 to 30.\\'."\n" .'Default value: 14.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '14', 'title' => ''], 'SchedInterval' => ['description' => 'PbsInfo specifies the number of PBS schedulers that can be configured in the cluster. Valid values of N: 0 to 100.'."\n" ."\n" .'SchedInterval specifies the scheduling period. Unit: seconds.'."\n" ."\n" .'A scheduling period is the interval between two consecutive running jobs. If you set SchedInterval to 60, another job can be run 60 seconds after a job starts running.'."\n" ."\n" .'Default value: 60.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '60', 'title' => ''], 'SchedMaxJobs' => ['description' => 'The maximum number of jobs that can be scheduled in the cluster. If the total number of running jobs and queuing jobs exceeds the value, no more jobs can be submitted. Default value: 20000.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '20000', 'title' => ''], 'SchedMaxQueuedJobs' => ['description' => 'The maximum number of queuing jobs that can be scheduled in the cluster. If the number of queuing jobs exceeds the value, no more jobs can be submitted. Default value: 10000.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '10000', 'title' => ''], ], 'required' => false, 'title' => '', ], 'required' => false, 'maxItems' => 100, 'title' => '', ], ], [ 'name' => 'SlurmInfo', 'in' => 'query', 'style' => 'repeatList', 'schema' => [ 'description' => 'The information about Slurm schedulers.'."\n", 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'object', 'properties' => [ 'BackfillInterval' => ['description' => 'The backfill scheduling period. Unit: seconds.'."\n" ."\n" .'Default value: 60.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '60', 'title' => ''], 'SchedInterval' => ['description' => 'SlurmInfo specifies the number of Slurm schedulers that can be configured in the cluster. Valid values of N: 0 to 100.'."\n" ."\n" .'SchedInterval specifies the scheduling period. Unit: seconds.'."\n" ."\n" .'Default value: 60.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '60', 'title' => ''], ], 'required' => false, 'title' => '', ], 'required' => false, 'maxItems' => 1000, 'title' => '', ], ], [ 'name' => 'Scheduler', 'in' => 'query', 'style' => 'repeatList', 'schema' => [ 'description' => 'The scheduler information.'."\n", 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'object', 'properties' => [ 'SchedName' => ['description' => 'The name of the scheduler. Valid values:'."\n" ."\n" .'* pbs'."\n" .'* pbs19'."\n" .'* slurm'."\n" .'* slurm19'."\n" .'* slurm20'."\n" ."\n" .'> If you set Scheduler.N.SchedName to pbs or pbs19, you must specify at least one of the PbsInfo.N.SchedInterval, PbsInfo.N.JobHistoryDuration, PbsInfo.N.ResourceLimit, and PbsInfo.N.AclLimit parameters. If you set Scheduler.N.SchedName to slurm, slurm19, or slurm20, you must specify at least one of the SlurmInfo.N.SchedInterval and SlurmInfo.N.BackfillInterval parameters.'."\n", 'type' => 'string', 'required' => true, 'example' => 'pbs', 'title' => ''], ], 'required' => false, 'title' => '', ], 'required' => true, 'maxItems' => 1000, 'title' => '', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'Message' => ['description' => 'The data returned.'."\n", 'type' => 'string', 'example' => 'pbs: scheduler setting successfully.', 'title' => ''], 'RequestId' => ['description' => 'The request ID.'."\n", 'type' => 'string', 'example' => 'BBC2F93D-003A-49C4-850C-B826EECF****', 'title' => ''], ], 'description' => '', 'title' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParams', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => 'The specified parameter %s is invalid.'], ], 404 => [ ['errorCode' => 'ClusterNotFound', 'errorMessage' => 'The target cluster is not found.', 'description' => 'The target cluster is not found.'], ], 406 => [ ['errorCode' => 'AliyunError', 'errorMessage' => 'An Alibaba Cloud product error occurred.', 'description' => 'Alibaba Cloud product error. %s'], ['errorCode' => 'DbError', 'errorMessage' => 'A database service error occurred.', 'description' => 'Database request failed.'], ['errorCode' => 'EcsError', 'errorMessage' => 'An error occurred while calling the ECS API operation.', 'description' => 'ECS API call error. %s'], ], [ ['errorCode' => 'NotAuthorized', 'errorMessage' => 'No authorization is granted.', 'description' => 'No authorization is granted.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"Message\\": \\"pbs: scheduler setting successfully.\\",\\n \\"RequestId\\": \\"BBC2F93D-003A-49C4-850C-B826EECF****\\"\\n}","errorExample":""},{"type":"xml","example":"\\npbs: scheduler setting successfully.\\nBBC2F93D-003A-49C4-850C-B826EECF****\\n","errorExample":""}]', 'title' => 'SetSchedulerInfo', 'summary' => 'Configures the scheduler settings of a cluster.', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'ramActions' => [ [ 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:SetSchedulerInfo', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], 'StartCluster' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => ['autoTest' => false, 'tenantRelevance' => 'publicInformation'], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => ['description' => 'The ID of the cluster that you want to start.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'ehpc-hz-FYUr32****', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'TaskId' => ['description' => 'The ID of the task.'."\n", 'type' => 'string', 'example' => '76E1ADE7-D15A-457F-AAFD-06C5A5F052D0', 'title' => ''], 'RequestId' => ['description' => 'The ID of the request.'."\n", 'type' => 'string', 'example' => '76E1ADE7-D15A-457F-AAFD-06C5A5F052D0', 'title' => ''], ], 'description' => '', 'title' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParams', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => 'The specified parameter %s is invalid.'], ], 403 => [ ['errorCode' => 'InvalidClusterStatus', 'errorMessage' => 'The operation failed due to invalid cluster status.', 'description' => 'The cluster status does not support the operation.'], ['errorCode' => 'ConflictOpt', 'errorMessage' => 'A conflicting operation is running.', 'description' => 'A conflicting operation is running. Please try again later.'], ], [ ['errorCode' => 'ClusterNotFound', 'errorMessage' => 'The specified cluster does not exist.', 'description' => 'The specified instance does not exist.'], ], 406 => [ ['errorCode' => 'EcsError', 'errorMessage' => 'An error occurred while calling the ECS API operation.', 'description' => 'ECS API call error. %s'], ['errorCode' => 'DbError', 'errorMessage' => 'A database service error occurred.', 'description' => 'Database request failed.'], ['errorCode' => 'AliyunError', 'errorMessage' => 'An Alibaba Cloud product error occurred.', 'description' => 'Alibaba Cloud product error. %s'], ], [ ['errorCode' => 'NotAuthorized', 'errorMessage' => 'You are not authorized by RAM for this request.', 'description' => 'The request is not authorized by RAM.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"TaskId\\": \\"76E1ADE7-D15A-457F-AAFD-06C5A5F052D0\\",\\n \\"RequestId\\": \\"76E1ADE7-D15A-457F-AAFD-06C5A5F052D0\\"\\n}","errorExample":""},{"type":"xml","example":"\\n 76E1ADE7-D15A-457F-AAFD-06C5A5F052D0\\n 76E1ADE7-D15A-457F-AAFD-06C5A5F052D0\\n","errorExample":""}]', 'title' => 'StartCluster', 'summary' => 'Starts a cluster.', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'ramActions' => [ [ 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:StartCluster', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], 'StartNodes' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'update', 'abilityTreeCode' => '75916', 'abilityTreeNodes' => ['FEATUREehpcOQU2XV'], 'autoTest' => false, 'tenantRelevance' => 'publicInformation', ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => ['description' => 'The ID of the cluster.'."\n" ."\n" .'Call [ListClusters](~~87116~~) to obtain the cluster ID.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'title' => '', 'example' => 'ehpc-hz-FYUr32****'], ], [ 'name' => 'Role', 'in' => 'query', 'schema' => ['description' => 'The role of the nodes. Valid values:'."\n" ."\n" .'- Manager: management node'."\n" .'- Login: logon node'."\n" .'- Compute: compute node'."\n" ."\n" .'Default value: Compute', 'type' => 'string', 'required' => false, 'default' => 'Compute', 'title' => '', 'example' => 'Compute'], ], [ 'name' => 'Instance', 'in' => 'query', 'style' => 'repeatList', 'schema' => [ 'description' => 'A list of nodes to start.', 'type' => 'array', 'items' => [ 'description' => 'An array of node information.', 'type' => 'object', 'properties' => [ 'Id' => ['description' => 'The instance ID of the node to start. You can specify up to 100 nodes.'."\n" ."\n" .'Ensure that the node is in the Stopped state. You can call [ListNodes](~~87161~~) to query the status of the node.', 'type' => 'string', 'required' => false, 'title' => '', 'example' => 'i-bp13p7vlcb1uihfv****'], ], 'required' => false, 'title' => '', ], 'required' => true, 'maxItems' => 10000, 'title' => '', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'TaskId' => ['description' => 'The ID of the task.', 'type' => 'string', 'title' => '', 'example' => '04F0F334-1335-436C-A1D7-6C044FE7****'], 'RequestId' => ['description' => 'The ID of the request.', 'type' => 'string', 'title' => '', 'example' => '04F0F334-1335-436C-A1D7-6C044FE7****'], ], 'description' => '', 'title' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParams', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => 'The specified parameter %s is invalid.'], ['errorCode' => 'NotEnabled', 'errorMessage' => 'You have not enabled this service', 'description' => 'You have not enabled this service'], ], 403 => [ ['errorCode' => 'InvalidClusterStatus', 'errorMessage' => 'The operation failed due to invalid cluster status.', 'description' => 'The cluster status does not support the operation.'], ['errorCode' => 'InvalidNodeStatus', 'errorMessage' => 'The operation failed due to invalid node status.', 'description' => ''], ['errorCode' => 'ConflictOpt', 'errorMessage' => 'A conflicting operation is running.', 'description' => 'A conflicting operation is running. Please try again later.'], ], [ ['errorCode' => 'ClusterNotFound', 'errorMessage' => 'The specified cluster does not exist.', 'description' => 'The specified instance does not exist.'], ['errorCode' => 'ComputeNotFound', 'errorMessage' => 'The specified compute node does not exist.', 'description' => 'The specified compute node does not exist.'], ['errorCode' => 'ManagerNotFound', 'errorMessage' => 'The manager nodes do not exist or their status is abnormal.', 'description' => 'The manager nodes do not exist or their status is abnormal.'], ['errorCode' => 'ObjectNotFound', 'errorMessage' => 'The specified object is not found.', 'description' => 'The specified object does not exist. Please verify the parameter.'], ], 406 => [ ['errorCode' => 'EcsError', 'errorMessage' => 'An error occurred while calling the ECS API operation.', 'description' => 'ECS API call error. %s'], ['errorCode' => 'EipError', 'errorMessage' => 'The EIP API request failed.', 'description' => 'EIP API request failed.'], ['errorCode' => 'DbError', 'errorMessage' => 'A database service error occurred.', 'description' => 'Database request failed.'], ['errorCode' => 'AliyunError', 'errorMessage' => 'An Alibaba Cloud product error occurred.', 'description' => 'Alibaba Cloud product error. %s'], ], [ ['errorCode' => 'NotAuthorized', 'errorMessage' => 'You are not authorized by RAM for this request.', 'description' => 'The request is not authorized by RAM.'], ], 409 => [ ['errorCode' => 'PartFailure', 'errorMessage' => 'Part of the batch operation failed.', 'description' => 'Part of the batch operation failed.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"TaskId\\": \\"04F0F334-1335-436C-A1D7-6C044FE7****\\",\\n \\"RequestId\\": \\"04F0F334-1335-436C-A1D7-6C044FE7****\\"\\n}","type":"json"}]', 'title' => 'StartNodes', 'summary' => 'Starts one or more nodes in a cluster.', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'ramActions' => [ [ 'operationType' => 'update', 'ramAction' => [ 'action' => 'ehpc:StartNodes', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'StartNodes'], ], ], ], 'StartVisualService' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => ['autoTest' => false, 'tenantRelevance' => 'publicInformation'], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => ['description' => 'The ID of the cluster.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'ehpc-hz-jeJki6****', 'title' => ''], ], [ 'name' => 'CidrIp', 'in' => 'query', 'schema' => ['description' => 'A public IP address of logon nodes in the cluster.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '190.100.**.**', 'title' => ''], ], [ 'name' => 'Port', 'in' => 'query', 'schema' => ['description' => 'The fixed port. Set the value to 12016'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => true, 'docRequired' => true, 'maximum' => '65535', 'example' => '12016', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'Message' => ['description' => 'The status of the VNC Remote visualization service. Valid values:'."\n" ."\n" .'* Service started'."\n" .'* Service stopped'."\n", 'type' => 'string', 'example' => 'Service started', 'title' => ''], 'RequestId' => ['description' => 'The ID of the request.'."\n", 'type' => 'string', 'example' => '896D338C-E4F4-41EC-A154-D605E5DE6880', 'title' => ''], ], 'description' => '', 'title' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParams', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => 'The specified parameter %s is invalid.'], ['errorCode' => 'NotEnabled', 'errorMessage' => 'You have not enabled this service', 'description' => 'You have not enabled this service'], ['errorCode' => 'InDebt', 'errorMessage' => 'Your account has overdue payments.', 'description' => 'Your account has overdue payments.'], ], 403 => [ ['errorCode' => 'InvalidClusterStatus', 'errorMessage' => 'The operation failed due to invalid cluster status.', 'description' => 'The cluster status does not support the operation.'], ['errorCode' => 'ConflictOpt', 'errorMessage' => 'A conflicting operation is running.', 'description' => 'A conflicting operation is running. Please try again later.'], ['errorCode' => 'AgentError', 'errorMessage' => 'The agent service request failed.', 'description' => ''], ['errorCode' => 'ExecFail', 'errorMessage' => 'Failed to execute the command: %s.', 'description' => 'Failed to execute the command: %s.'], ], [ ['errorCode' => 'ClusterNotFound', 'errorMessage' => 'The specified cluster does not exist.', 'description' => 'The specified instance does not exist.'], ], 406 => [ ['errorCode' => 'AliyunError', 'errorMessage' => 'An Alibaba Cloud product error occurred.', 'description' => 'Alibaba Cloud product error. %s'], ], [ ['errorCode' => 'NotAuthorized', 'errorMessage' => 'You are not authorized by RAM for this request.', 'description' => 'The request is not authorized by RAM.'], ], 409 => [ ['errorCode' => 'PartFailure', 'errorMessage' => 'Part of the batch operation failed.', 'description' => 'Part of the batch operation failed.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"Message\\": \\"Service started\\",\\n \\"RequestId\\": \\"896D338C-E4F4-41EC-A154-D605E5DE6880\\"\\n}","errorExample":""},{"type":"xml","example":"\\r\\n \\r\\n Service started.\\r\\n \\r\\n 896D338C-E4F4-41EC-A154-D605E5DE6880\\r\\n","errorExample":""}]', 'title' => 'StartVisualService', 'summary' => 'Starts the Virtual Network Console (VNC) Remote visualization service in a specified cluster.', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'StartVisualService'], ], ], 'ramActions' => [ [ 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:StartVisualService', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], 'StopCluster' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'update', 'abilityTreeCode' => '75918', 'abilityTreeNodes' => ['FEATUREehpcQU2WXS'], 'autoTest' => false, 'tenantRelevance' => 'publicInformation', ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => ['description' => 'The cluster ID.'."\n" ."\n" .'You can call the [ListClusters](~~87116~~) operation to query the list of clusters in a region.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'ehpc-hz-FYUr32****', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'TaskId' => ['description' => 'The task ID.'."\n", 'type' => 'string', 'example' => '04F0F334-1335-436C-A1D7-6C044FE7****', 'title' => ''], 'RequestId' => ['description' => 'The request ID.'."\n", 'type' => 'string', 'example' => '04F0F334-1335-436C-A1D7-6C044FE7****', 'title' => ''], ], 'description' => '', 'title' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParams', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => 'The specified parameter %s is invalid.'], ], 403 => [ ['errorCode' => 'InvalidClusterStatus', 'errorMessage' => 'The operation failed due to invalid cluster status.', 'description' => 'The cluster status does not support the operation.'], ['errorCode' => 'ConflictOpt', 'errorMessage' => 'A conflicting operation is running.', 'description' => 'A conflicting operation is running. Please try again later.'], ], [ ['errorCode' => 'ClusterNotFound', 'errorMessage' => 'The specified cluster does not exist.', 'description' => 'The specified instance does not exist.'], ], 406 => [ ['errorCode' => 'EcsError', 'errorMessage' => 'An error occurred while calling the ECS API operation.', 'description' => 'ECS API call error. %s'], ['errorCode' => 'DbError', 'errorMessage' => 'A database service error occurred.', 'description' => 'Database request failed.'], ['errorCode' => 'AliyunError', 'errorMessage' => 'An Alibaba Cloud product error occurred.', 'description' => 'Alibaba Cloud product error. %s'], ], [ ['errorCode' => 'NotAuthorized', 'errorMessage' => 'You are not authorized by RAM for this request.', 'description' => 'The request is not authorized by RAM.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"TaskId\\": \\"04F0F334-1335-436C-A1D7-6C044FE7****\\",\\n \\"RequestId\\": \\"04F0F334-1335-436C-A1D7-6C044FE7****\\"\\n}","errorExample":""},{"type":"xml","example":"\\n 04F0F334-1335-436C-A1D7-6C044FE7****\\n 04F0F334-1335-436C-A1D7-6C044FE7****\\n","errorExample":""}]', 'title' => 'StopCluster', 'summary' => 'Stops a cluster.', 'description' => 'If you stop a subscription compute node, its billing is not affected. If you stop a pay-as-you-go compute node for which you have enabled the *economical mode*, you are no longer charged for its computing resources. For more information, see [Economical mode](~~63353~~).'."\n", 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'ramActions' => [ [ 'operationType' => 'update', 'ramAction' => [ 'action' => 'ehpc:StopCluster', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], 'StopJobs' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => ['autoTest' => false, 'tenantRelevance' => 'publicInformation'], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => ['description' => 'The ID of the cluster.'."\n" ."\n" .'You can call the [ListClusters](~~87116~~) operation to query the cluster ID.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'ehpc-hz-FYUr32****', 'title' => ''], ], [ 'name' => 'Jobs', 'in' => 'query', 'schema' => ['description' => 'The list of jobs that you want to stop. Maximum number of jobs: 100. Minimum number of jobs: 1.'."\n" ."\n" .'Format: `[{"Id": "0.sched****"},{"Id": "1.sched****"}]`. Separate multiple jobs with commas (,).'."\n" ."\n" .'You can call the [ListJobs](~~87251~~) operation to query the job ID.'."\n" ."\n" .'> You can stop only jobs that are in the RUNNING or QUEUED state.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '[{"Id":"1.sched****"},{"Id":"0.sched****"}]', 'title' => ''], ], [ 'name' => 'Async', 'in' => 'query', 'schema' => ['description' => 'Specifies whether to use an asynchronous link to stop the job.'."\n" ."\n" .'Default value: false'."\n", 'type' => 'boolean', 'required' => false, 'example' => 'false', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => 'The ID of the request.'."\n", 'type' => 'string', 'example' => '04F0F334-1335-436C-A1D7-6C044FE7****', 'title' => ''], ], 'description' => '', 'title' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParams', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => 'The specified parameter %s is invalid.'], ], 403 => [ ['errorCode' => 'InvalidClusterStatus', 'errorMessage' => 'The operation failed due to invalid cluster status.', 'description' => 'The cluster status does not support the operation.'], ['errorCode' => 'ConflictOpt', 'errorMessage' => 'A conflicting operation is running.', 'description' => 'A conflicting operation is running. Please try again later.'], ['errorCode' => 'UsernameExist', 'errorMessage' => 'The username already exists.', 'description' => 'The username already exists.'], ['errorCode' => 'IncorrectCredential', 'errorMessage' => 'The username or password is incorrect.', 'description' => 'The username or password is incorrect.'], ], [ ['errorCode' => 'ClusterNotFound', 'errorMessage' => 'The specified cluster does not exist.', 'description' => 'The specified instance does not exist.'], ['errorCode' => 'ManagerNotFound', 'errorMessage' => 'The manager nodes do not exist or their status is abnormal.', 'description' => 'The manager nodes do not exist or their status is abnormal.'], ], 406 => [ ['errorCode' => 'AgentError.Job.StopFailure', 'errorMessage' => 'Failed to stop jobs: %s.', 'description' => 'Failed to stop the job: %s'], ['errorCode' => 'AliyunError', 'errorMessage' => 'An Alibaba Cloud product error occurred.', 'description' => 'Alibaba Cloud product error. %s'], ['errorCode' => 'AgentResponseTimeout', 'errorMessage' => 'Agent response timeout: %s', 'description' => ''], ['errorCode' => 'AgentError', 'errorMessage' => 'The agent service request failed: %s', 'description' => 'Operation unsuccessful: %s'], ], [ ['errorCode' => 'NotAuthorized', 'errorMessage' => 'You are not authorized by RAM for this request.', 'description' => 'The request is not authorized by RAM.'], ], 409 => [ ['errorCode' => 'PartFailure', 'errorMessage' => 'Part of the batch operation failed.', 'description' => 'Part of the batch operation failed.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"04F0F334-1335-436C-A1D7-6C044FE7****\\"\\n}","errorExample":""},{"type":"xml","example":"\\r\\n 04F0F334-1335-436C-A1D7-6C044FE7****\\r\\n","errorExample":""}]', 'title' => 'StopJobs', 'summary' => 'Stops one or more jobs in a cluster.', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'StopJobs'], ], ], 'ramActions' => [ [ 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:StopJobs', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], 'StopNodes' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'update', 'abilityTreeCode' => '75921', 'abilityTreeNodes' => ['FEATUREehpcOQU2XV'], 'autoTest' => false, 'tenantRelevance' => 'publicInformation', ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => ['description' => 'The cluster ID.'."\n" ."\n" .'For more information, see [ListClusters](~~87116~~).', 'type' => 'string', 'required' => true, 'docRequired' => true, 'title' => '', 'example' => 'ehpc-hz-FYUr32****'], ], [ 'name' => 'Role', 'in' => 'query', 'schema' => ['description' => 'The role of the nodes. Valid values:'."\n" ."\n" .'- Manager: management node'."\n" .'- Login: logon node'."\n" .'- Compute: compute node'."\n" ."\n" .'Default value: Compute', 'type' => 'string', 'required' => false, 'default' => 'Compute', 'title' => '', 'example' => 'Compute'], ], [ 'name' => 'Instance', 'in' => 'query', 'style' => 'repeatList', 'schema' => [ 'description' => 'The information about the nodes to stop.', 'type' => 'array', 'items' => [ 'description' => 'An array of node information.', 'type' => 'object', 'properties' => [ 'Id' => ['description' => 'The ID of the Nth node to stop. N is an integer from 1 to 100.'."\n" ."\n" .'For more information, see [ListNodes](~~87161~~).', 'type' => 'string', 'required' => true, 'docRequired' => true, 'title' => '', 'example' => 'i-bp13p7vlcb1uihf****'], ], 'required' => false, 'title' => '', ], 'required' => true, 'maxItems' => 10000, 'title' => '', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'TaskId' => ['description' => 'The task ID.', 'type' => 'string', 'title' => '', 'example' => '04F0F334-1335-436C-A1D7-6C044FE7****'], 'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'title' => '', 'example' => '04F0F334-1335-436C-A1D7-6C044FE7****'], ], 'description' => '', 'title' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParams', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => 'The specified parameter %s is invalid.'], ['errorCode' => 'NotEnabled', 'errorMessage' => 'You have not enabled this service', 'description' => 'You have not enabled this service'], ], 403 => [ ['errorCode' => 'InvalidClusterStatus', 'errorMessage' => 'The operation failed due to invalid cluster status.', 'description' => 'The cluster status does not support the operation.'], ['errorCode' => 'InvalidNodeStatus', 'errorMessage' => 'The operation failed due to invalid node status.', 'description' => ''], ['errorCode' => 'ConflictOpt', 'errorMessage' => 'A conflicting operation is running.', 'description' => 'A conflicting operation is running. Please try again later.'], ], [ ['errorCode' => 'ClusterNotFound', 'errorMessage' => 'The specified cluster does not exist.', 'description' => 'The specified instance does not exist.'], ['errorCode' => 'ComputeNotFound', 'errorMessage' => 'The specified compute node does not exist.', 'description' => 'The specified compute node does not exist.'], ['errorCode' => 'ManagerNotFound', 'errorMessage' => 'The manager nodes do not exist or their status is abnormal.', 'description' => 'The manager nodes do not exist or their status is abnormal.'], ['errorCode' => 'ObjectNotFound', 'errorMessage' => 'The specified object is not found.', 'description' => 'The specified object does not exist. Please verify the parameter.'], ], 406 => [ ['errorCode' => 'EcsError', 'errorMessage' => 'An error occurred while calling the ECS API operation.', 'description' => 'ECS API call error. %s'], ['errorCode' => 'EipError', 'errorMessage' => 'The EIP API request failed.', 'description' => 'EIP API request failed.'], ['errorCode' => 'DbError', 'errorMessage' => 'A database service error occurred.', 'description' => 'Database request failed.'], ['errorCode' => 'AliyunError', 'errorMessage' => 'An Alibaba Cloud product error occurred.', 'description' => 'Alibaba Cloud product error. %s'], ], [ ['errorCode' => 'NotAuthorized', 'errorMessage' => 'You are not authorized by RAM for this request.', 'description' => 'The request is not authorized by RAM.'], ], 409 => [ ['errorCode' => 'PartFailure', 'errorMessage' => 'Part of the batch operation failed.', 'description' => 'Part of the batch operation failed.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"TaskId\\": \\"04F0F334-1335-436C-A1D7-6C044FE7****\\",\\n \\"RequestId\\": \\"04F0F334-1335-436C-A1D7-6C044FE7****\\"\\n}","type":"json"}]', 'title' => 'StopNodes', 'summary' => 'Stops one or more nodes in a cluster.', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'ramActions' => [ [ 'operationType' => 'update', 'ramAction' => [ 'action' => 'ehpc:StopNodes', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'StopNodes'], ], ], ], 'StopServerlessJobs' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['autoTest' => false, 'tenantRelevance' => 'publicInformation'], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => ['description' => 'The ID of the E-HPC cluster.'."\n" ."\n" .'You can call the [ListClusters](~~87116~~) operation to query the cluster ID.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'ehpc-hz-FYUr32****', 'title' => ''], ], [ 'name' => 'JobIds', 'in' => 'query', 'style' => 'flat', 'schema' => [ 'description' => 'The serverless job IDs or subtask IDs (array jobs).'."\n" ."\n" .'* If you specify the job ID of an array job, all subtasks under the array job are stopped.'."\n" .'* If you specify the ID of a subtask of an array job, only the subtask is stopped.', 'type' => 'array', 'items' => ['description' => 'The ID of the serverless job or subtask (array job).'."\n", 'type' => 'string', 'required' => false, 'example' => '5', 'title' => ''], 'required' => true, 'maxItems' => 100, 'title' => '', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => 'The request ID.'."\n", 'type' => 'string', 'example' => '04F0F334-1335-436C-A1D7-6C044FE73368', 'title' => ''], ], 'description' => '', 'title' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParams', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => 'The specified parameter %s is invalid.'], ['errorCode' => 'NotEnabled', 'errorMessage' => 'You have not enabled this service', 'description' => 'You have not enabled this service'], ], 404 => [ ['errorCode' => 'ClusterNotFound', 'errorMessage' => 'The specified cluster does not exist.', 'description' => 'The specified instance does not exist.'], ['errorCode' => 'ManagerNotFound', 'errorMessage' => 'The manager nodes do not exist or their status is abnormal.', 'description' => 'The manager nodes do not exist or their status is abnormal.'], ], 406 => [ ['errorCode' => 'EcsError', 'errorMessage' => 'An error occurred while calling the ECS API operation.', 'description' => 'ECS API call error. %s'], ['errorCode' => 'DbError', 'errorMessage' => 'A database service error occurred.', 'description' => 'Database request failed.'], ['errorCode' => 'RedisError', 'errorMessage' => 'A Redis service error occurred.', 'description' => 'Redis request failed.'], ['errorCode' => 'AliyunError', 'errorMessage' => 'An Alibaba Cloud product error occurred.', 'description' => 'Alibaba Cloud product error. %s'], ['errorCode' => 'AgentError', 'errorMessage' => 'The agent service request failed: %s', 'description' => 'Operation unsuccessful: %s'], ], [ ['errorCode' => 'NotAuthorized', 'errorMessage' => 'You are not authorized by RAM for this request.', 'description' => 'The request is not authorized by RAM.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'staticInfo' => ['returnType' => 'synchronous'], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"04F0F334-1335-436C-A1D7-6C044FE73368\\"\\n}","type":"json"}]', 'title' => 'StopServerlessJobs', 'summary' => 'Stops Serverless jobs in a cluster based on job IDs or subtask IDs (array jobs). If you specify the job ID of an array job, all subtasks in the job are stopped.', 'changeSet' => [], 'ramActions' => [ [ 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:StopServerlessJobs', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], 'StopVisualService' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => ['autoTest' => false, 'tenantRelevance' => 'publicInformation'], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => ['description' => 'The cluster ID.'."\n" ."\n" .'You can call the [ListClusters](~~87116~~) operation to query the cluster ID.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'ehpc-hz-jeJki6****', 'title' => ''], ], [ 'name' => 'CidrIp', 'in' => 'query', 'schema' => ['description' => 'The CIDR block or IP address that is allowed to access the VNC service. This parameter is used to assign a security group to the E-HPC cluster.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '100.168.**.**', 'title' => ''], ], [ 'name' => 'Port', 'in' => 'query', 'schema' => ['description' => 'The fixed port. Set the value to 12016.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => true, 'docRequired' => true, 'maximum' => '65535', 'example' => '12016', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'Message' => ['description' => 'The returned message.'."\n", 'type' => 'string', 'example' => 'Service stopped', 'title' => ''], 'RequestId' => ['description' => 'The request ID.'."\n", 'type' => 'string', 'example' => '896D338C-E4F4-41EC-A154-D605E5DE6880', 'title' => ''], ], 'description' => '', 'title' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParams', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => 'The specified parameter %s is invalid.'], ['errorCode' => 'NotEnabled', 'errorMessage' => 'You have not enabled this service', 'description' => 'You have not enabled this service'], ['errorCode' => 'InDebt', 'errorMessage' => 'Your account has overdue payments.', 'description' => 'Your account has overdue payments.'], ], 403 => [ ['errorCode' => 'InvalidClusterStatus', 'errorMessage' => 'The operation failed due to invalid cluster status.', 'description' => 'The cluster status does not support the operation.'], ['errorCode' => 'ConflictOpt', 'errorMessage' => 'A conflicting operation is running.', 'description' => 'A conflicting operation is running. Please try again later.'], ['errorCode' => 'AgentError', 'errorMessage' => 'The agent service request failed.', 'description' => ''], ['errorCode' => 'ExecFail', 'errorMessage' => 'Failed to execute the command: %s.', 'description' => 'Failed to execute the command: %s.'], ], [ ['errorCode' => 'ClusterNotFound', 'errorMessage' => 'The specified cluster does not exist.', 'description' => 'The specified instance does not exist.'], ], 406 => [ ['errorCode' => 'AliyunError', 'errorMessage' => 'An Alibaba Cloud product error occurred.', 'description' => 'Alibaba Cloud product error. %s'], ], [ ['errorCode' => 'NotAuthorized', 'errorMessage' => 'You are not authorized by RAM for this request.', 'description' => 'The request is not authorized by RAM.'], ], 409 => [ ['errorCode' => 'PartFailure', 'errorMessage' => 'Part of the batch operation failed.', 'description' => 'Part of the batch operation failed.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"Message\\": \\"Service stopped\\",\\n \\"RequestId\\": \\"896D338C-E4F4-41EC-A154-D605E5DE6880\\"\\n}","errorExample":""},{"type":"xml","example":"\\r\\n \\r\\n Service stopped\\r\\n \\r\\n 896D338C-E4F4-41EC-A154-D605E5DE6880\\r\\n","errorExample":""}]', 'title' => 'StopVisualService', 'summary' => 'Stops the remote visualization service of Virtual Network Console (VNC) in a cluster.', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'StopVisualService'], ], ], 'ramActions' => [ [ 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:StopVisualService', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], 'SubmitJob' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'create', 'abilityTreeCode' => '75923', 'abilityTreeNodes' => ['FEATUREehpcH08VYA'], 'autoTest' => false, 'tenantRelevance' => 'publicInformation', ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => ['description' => 'The command that is used to run the job.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'ehpc-hz-FYUr32****', 'title' => ''], ], [ 'name' => 'CommandLine', 'in' => 'query', 'schema' => ['description' => 'The name of the user that runs the job.'."\n" ."\n" .'You can call the [ListUsers](~~188572~~) operation to query the users of the cluster.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => './LammpsTest/lammps.pbs', 'title' => ''], ], [ 'name' => 'RunasUser', 'in' => 'query', 'schema' => ['description' => 'The password that corresponds to the username.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'testuser', 'title' => ''], ], [ 'name' => 'RunasUserPassword', 'in' => 'query', 'schema' => ['description' => 'The name of the job. The name must be 6 to 30 characters in length and start with a letter. It can contain letters, digits, and periods (.).'."\n", 'type' => 'string', 'required' => false, 'docRequired' => false, 'example' => '12****', 'title' => ''], ], [ 'name' => 'Name', 'in' => 'query', 'schema' => ['description' => 'job1', 'type' => 'string', 'required' => false, 'example' => 'jobtest', 'title' => ''], ], [ 'name' => 'Priority', 'in' => 'query', 'schema' => ['description' => 'The priority of the job. Valid values: 0 to 9. A larger value indicates a higher priority.'."\n" ."\n" .'Default value: 0.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '0', 'title' => ''], ], [ 'name' => 'PackagePath', 'in' => 'query', 'schema' => ['description' => 'The path that is used to run the job.'."\n", 'type' => 'string', 'required' => false, 'example' => './Tem', 'title' => ''], ], [ 'name' => 'StdoutRedirectPath', 'in' => 'query', 'schema' => ['description' => 'The output file path of stdout.'."\n", 'type' => 'string', 'required' => false, 'example' => './LammpsTest', 'title' => ''], ], [ 'name' => 'StderrRedirectPath', 'in' => 'query', 'schema' => ['description' => 'The output file path of stderr.'."\n", 'type' => 'string', 'required' => false, 'example' => './LammpsTest', 'title' => ''], ], [ 'name' => 'ReRunable', 'in' => 'query', 'schema' => ['description' => 'Specifies whether the job can be rerun. Valid values:'."\n" ."\n" .'* true: The job can be rerun.'."\n" .'* false: The job cannot be rerun.'."\n", 'type' => 'boolean', 'required' => false, 'example' => 'false', 'title' => ''], ], [ 'name' => 'ArrayRequest', 'in' => 'query', 'schema' => ['description' => 'The job array.'."\n" ."\n" .'Format: X-Y:Z. The minimum index value X is the first index. The maximum index value Y is the last index. Z is the step size. For example, 2-7:2 indicates that three jobs need to be run and their index values are 2, 4, and 6.'."\n", 'type' => 'string', 'required' => false, 'example' => '1-10:2', 'title' => ''], ], [ 'name' => 'Variables', 'in' => 'query', 'schema' => ['description' => 'The runtime variables passed to the job. They can be accessed by using environment variables in the executable file.'."\n", 'type' => 'string', 'required' => false, 'example' => '[{Name:test1,Value:value1},{Name:test2,Value:value2}]', 'title' => ''], ], [ 'name' => 'InputFileUrl', 'in' => 'query', 'schema' => ['description' => 'The URL of the job file that is uploaded to an Object Storage Service (OSS) bucket.'."\n", 'type' => 'string', 'required' => false, 'example' => 'https://ehpc-hangzhou.oss-cn-hangzhou.aliyuncs.com/test-u4****/testlist_ehpc.sh', 'title' => ''], ], [ 'name' => 'UnzipCmd', 'in' => 'query', 'schema' => ['description' => 'The command for file decompression. The command that is used to decompress the job files downloaded from an OSS bucket. Valid values:'."\n" ."\n" .'* tar xzf: Decompresses GZIP files.'."\n" .'* tar xf: Decompresses TAR files.'."\n" .'* unzip: Decompresses ZIP files.'."\n", 'type' => 'string', 'required' => false, 'example' => 'tar xzf', 'title' => ''], ], [ 'name' => 'PostCmdLine', 'in' => 'query', 'schema' => ['description' => 'The command to perform on the job after the job is submitted.'."\n", 'type' => 'string', 'required' => false, 'example' => 'example.sh', 'title' => ''], ], [ 'name' => 'JobQueue', 'in' => 'query', 'schema' => ['description' => 'The name of the queue in which the job is run.'."\n" ."\n" .'You can call the [ListQueues](~~92176~~) operation to query the name of the queue.'."\n", 'type' => 'string', 'required' => false, 'example' => 'workq', 'title' => ''], ], [ 'name' => 'Node', 'in' => 'query', 'schema' => ['description' => 'The number of compute nodes required to run the job.'."\n" ."\n" .'> If the parameter is not specified, the Cpu, Task, Thread, Mem, and Gpu parameters become invalid.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '2', 'title' => ''], ], [ 'name' => 'Cpu', 'in' => 'query', 'schema' => ['description' => 'The number of CPU cores required by a single compute node.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '2', 'title' => ''], ], [ 'name' => 'Task', 'in' => 'query', 'schema' => ['description' => 'The number of processes created for a single compute node.'."\n" ."\n" .'The parameter is applicable to Message Passing Interface (MPI) jobs.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '2', 'title' => ''], ], [ 'name' => 'Thread', 'in' => 'query', 'schema' => ['description' => 'The number of threads created for a single compute node.'."\n" ."\n" .'The parameter is applicable to OpenMP jobs.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1', 'title' => ''], ], [ 'name' => 'Mem', 'in' => 'query', 'schema' => ['description' => 'The maximum memory usage required by a single compute node. Unit: GB, MB, or KB. The unit is case-insensitive.'."\n", 'type' => 'string', 'required' => false, 'example' => '1GB', 'title' => ''], ], [ 'name' => 'Gpu', 'in' => 'query', 'schema' => ['description' => 'The maximum GPU usage required by a single compute node.'."\n" ."\n" .'The parameter takes effect only when the cluster uses PBS and a compute node is a GPU-accelerated instance.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1', 'title' => ''], ], [ 'name' => 'ClockTime', 'in' => 'query', 'schema' => ['description' => 'The maximum running time of the job. Valid formats:'."\n" ."\n" .'* hh:mm:ss'."\n" .'* mm:ss'."\n" .'* ss'."\n" ."\n" .'We recommend that you use the hh:mm:ss format. If the maximum running time is 12 hours, set the value to 12:00:00.'."\n", 'type' => 'string', 'required' => false, 'example' => '12:00:00', 'title' => ''], ], [ 'name' => 'JobRetry.Count', 'in' => 'query', 'schema' => ['description' => 'The number of retries for the job. Valid values: 1 to 10. You can only retry jobs that are run on the PBS clusters.'."\n" ."\n" .'> If this parameter is left empty, the JobRetry.Priority and JobRetry.OnExitCode parameters do not take effect.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '5', 'title' => ''], ], [ 'name' => 'JobRetry.Priority', 'in' => 'query', 'schema' => ['description' => 'The priority of the job retry. Valid values: 0 to 9. A larger value indicates a higher priority.'."\n" ."\n" .'> If this parameter is left empty, the priority of the job retry is min {Priority of the original job +1, 9}.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1', 'title' => ''], ], [ 'name' => 'JobRetry.OnExitCode', 'in' => 'query', 'schema' => ['description' => 'The retry condition of the job. If the exit code is the value of the parameter, the job retry is triggered.'."\n" ."\n" .'> If this parameter is left empty, the job retry is triggered when the exit code is not 0.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1', 'title' => ''], ], [ 'name' => 'Async', 'in' => 'query', 'schema' => ['description' => 'Specifies whether to use an asynchronous link to submit the job.'."\n" ."\n" .'Default value: false.'."\n", 'type' => 'boolean', 'required' => false, 'example' => 'false', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'JobId' => ['description' => 'The ID of the job.'."\n", 'type' => 'string', 'example' => '1.manager', 'title' => ''], 'RequestId' => ['description' => 'The ID of the request.'."\n", 'type' => 'string', 'example' => '04F0F334-1335-436C-A1D7-6C044FE7****', 'title' => ''], ], 'description' => '', 'title' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParams', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => 'The specified parameter %s is invalid.'], ['errorCode' => 'NotEnabled', 'errorMessage' => 'You have not enabled this service', 'description' => 'You have not enabled this service'], ['errorCode' => 'InDebt', 'errorMessage' => 'Your account has overdue payments.', 'description' => 'Your account has overdue payments.'], ], 403 => [ ['errorCode' => 'InvalidClusterStatus', 'errorMessage' => 'The operation failed due to invalid cluster status.', 'description' => 'The cluster status does not support the operation.'], ['errorCode' => 'ConflictOpt', 'errorMessage' => 'A conflicting operation is running.', 'description' => 'A conflicting operation is running. Please try again later.'], ['errorCode' => 'UsernameExist', 'errorMessage' => 'The username already exists.', 'description' => 'The username already exists.'], ['errorCode' => 'IncorrectCredential', 'errorMessage' => 'The username or password is incorrect.', 'description' => 'The username or password is incorrect.'], ['errorCode' => 'AgentError.Account.ValidateCredentialFailure', 'errorMessage' => 'Username or password verification failed.', 'description' => 'Username or password verification failed.'], ], [ ['errorCode' => 'ClusterNotFound', 'errorMessage' => 'The specified cluster does not exist.', 'description' => 'The specified instance does not exist.'], ['errorCode' => 'ContainerNotFound', 'errorMessage' => 'The specified container does not exist.', 'description' => 'The specified container does not exist.'], ['errorCode' => 'ManagerNotFound', 'errorMessage' => 'The manager nodes do not exist or their status is abnormal.', 'description' => 'The manager nodes do not exist or their status is abnormal.'], ], 406 => [ ['errorCode' => 'AgentError.Job.SubmitFailure', 'errorMessage' => 'Failed to submit jobs: %s', 'description' => 'Failed to submit the jobs.'], ['errorCode' => 'AgentError.Job.InvalidContainerType', 'errorMessage' => 'Unsupported container type: %s.', 'description' => 'The container type is not supported: %s.'], ['errorCode' => 'AliyunError', 'errorMessage' => 'An Alibaba Cloud product error occurred.', 'description' => 'Alibaba Cloud product error. %s'], ['errorCode' => 'AgentError.Account.AccountValidateCredentialFailure', 'errorMessage' => 'Cannot get user info', 'description' => ''], ['errorCode' => 'AgentResponseTimeout', 'errorMessage' => 'Agent response timeout: %s', 'description' => ''], ['errorCode' => 'AgentError', 'errorMessage' => 'The agent service request failed: %s', 'description' => 'Operation unsuccessful: %s'], ], [ ['errorCode' => 'NotAuthorized', 'errorMessage' => 'You are not authorized by RAM for this request.', 'description' => 'The request is not authorized by RAM.'], ], 409 => [ ['errorCode' => 'PartFailure', 'errorMessage' => 'Part of the batch operation failed.', 'description' => 'Part of the batch operation failed.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"JobId\\": \\"1.manager\\",\\n \\"RequestId\\": \\"04F0F334-1335-436C-A1D7-6C044FE7****\\"\\n}","errorExample":""},{"type":"xml","example":"\\r\\n 04F0F334-1335-436C-A1D7-6C044FE7****\\r\\n 1.manager\\r\\n","errorExample":""}]', 'title' => 'SubmitJob', 'summary' => 'Submits a job in a cluster.', 'description' => 'The ID of the request.'."\n", 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'ramActions' => [ [ 'operationType' => 'create', 'ramAction' => [ 'action' => 'ehpc:SubmitJob', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], 'SubmitServerlessJob' => [ 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => ['autoTest' => false, 'tenantRelevance' => 'publicInformation'], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => ['description' => 'The cluster ID.'."\n" ."\n" .'You can call the [ListClusters](~~87116~~) operation to query the cluster ID.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'ehpc-hz-FYUr32****', 'title' => ''], ], [ 'name' => 'JobName', 'in' => 'query', 'schema' => ['description' => 'The name of the serverless job.'."\n" ."\n" .'> The name can contain lowercase letters, digits, and hyphens (-). It cannot start or end with a hyphen.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'testjob', 'title' => ''], ], [ 'name' => 'ArrayProperties', 'in' => 'query', 'style' => 'json', 'schema' => [ 'description' => 'The configuration of the array job.'."\n" ."\n" .'> The value of an array job index is passed to a serverless job container through the environment variable `EHPC_ARRAY_TASK_ID`. Users can access the container from business programs.'."\n", 'type' => 'object', 'properties' => [ 'IndexStart' => ['description' => 'The starting value of the array job index. Valid values: 0 to 4999.'."\n", 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1', 'title' => ''], 'IndexEnd' => ['description' => 'The end value of the array job index. Valid values: 0 to 4999. The value must be greater than or equal to the value of IndexStart.'."\n", 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '5', 'title' => ''], 'IndexStep' => ['description' => 'The interval of the array job index.'."\n" ."\n" .'> If the array job property is IndexStart=1,IndexEnd=5, and IndexStep=2, the array job contains three subtasks. The values of the subtask indexes are 1,3, and 5.'."\n", 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '2', 'title' => ''], ], 'required' => false, 'title' => '', ], ], [ 'name' => 'JobPriority', 'in' => 'query', 'schema' => ['description' => 'The scheduling priority of the serverless job. Valid values: 0 to 999. A greater value indicates a higher priority.'."\n", 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '10', 'title' => ''], ], [ 'name' => 'EphemeralStorage', 'in' => 'query', 'schema' => ['description' => 'The size of the temporary storage space added to the serverless job container. Unit: GiB.'."\n" ."\n" .'> By default, a space of 30 GiB is provided free of charge. If you require a larger space, you can pass this parameter to specify your required space size.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '200', 'title' => ''], ], [ 'name' => 'Timeout', 'in' => 'query', 'schema' => ['description' => 'The validity period of the serverless job. After the validity period expires, the job is forcibly terminated. Unit: seconds.'."\n", 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '3600', 'title' => ''], ], [ 'name' => 'VSwitchId', 'in' => 'query', 'style' => 'json', 'schema' => [ 'description' => 'The IDs of the vSwitches to which the serverless job container belongs.'."\n", 'type' => 'array', 'items' => ['description' => 'The vSwitch ID.'."\n" ."\n" .'> E-HPC supports only virtual private cloud (VPC) networks. You can call the [DescribeVSwitches](~~35748~~) operation to query the created vSwitches.'."\n", 'type' => 'string', 'required' => false, 'example' => 'vsw-bp1gb5gf5546rn****', 'title' => ''], 'required' => false, 'maxItems' => 10, 'title' => '', ], ], [ 'name' => 'InstanceType', 'in' => 'query', 'style' => 'json', 'schema' => [ 'description' => 'The Elastic Compute Service (ECS) instance types used by the serverless job container.'."\n", 'type' => 'array', 'items' => ['description' => 'The ECS instance type.'."\n", 'type' => 'string', 'required' => false, 'example' => 'ecs.g7.8xlarge', 'title' => ''], 'required' => false, 'docRequired' => false, 'maxItems' => 5, 'title' => '', ], ], [ 'name' => 'Cpu', 'in' => 'query', 'schema' => ['description' => 'The vCPU size of the serverless job container. Unit: cores.'."\n", 'type' => 'number', 'format' => 'float', 'required' => false, 'docRequired' => false, 'example' => '2', 'default' => '1.0', 'title' => ''], ], [ 'name' => 'Memory', 'in' => 'query', 'schema' => ['description' => 'The memory size of the serverless job container. Unit: GiB.'."\n", 'type' => 'number', 'format' => 'float', 'required' => false, 'docRequired' => false, 'example' => '4', 'default' => '2.0', 'title' => ''], ], [ 'name' => 'SpotStrategy', 'in' => 'query', 'schema' => ['description' => 'The bidding policy of the ECS instances. Valid values:'."\n" ."\n" .'* NoSpot: The instance is created as a pay-as-you-go instance.'."\n" .'* SpotWithPriceLimit: The instance is created as a preemptible instance for which you specify the maximum hourly price.'."\n" .'* SpotAsPriceGo: The instance is created as a preemptible instance for which the market price at the time of purchase is automatically used as the bid price.'."\n" ."\n" .'Default value: NoSpot.'."\n", 'type' => 'string', 'required' => false, 'docRequired' => false, 'example' => 'SpotWithPriceLimit', 'title' => ''], ], [ 'name' => 'SpotPriceLimit', 'in' => 'query', 'schema' => ['description' => 'The maximum hourly price of the preemptible elastic container instance. The value can be accurate to three decimal places.'."\n" ."\n" .'If you set SpotStrategy to SpotWithPriceLimit, you must specify the SpotPriceLimit parameter.'."\n", 'type' => 'number', 'format' => 'float', 'required' => false, 'example' => '0.062', 'title' => ''], ], [ 'name' => 'RamRoleName', 'in' => 'query', 'schema' => ['description' => 'The Resource Access Manamement (RAM) role that is associated with the Serverless job container.'."\n", 'type' => 'string', 'required' => false, 'example' => 'testRamRoleName', 'title' => ''], ], [ 'name' => 'Container', 'in' => 'query', 'style' => 'json', 'schema' => [ 'description' => 'The properties of the Serverless job container.'."\n", 'type' => 'object', 'properties' => [ 'EnvironmentVar' => [ 'description' => 'The value of the environment variable for the container.'."\n", 'type' => 'array', 'items' => [ 'description' => 'The value of the environment variable for the container.'."\n", 'type' => 'object', 'properties' => [ 'Key' => ['description' => 'The name of the environment variable for the container. The name can be 1 to 128 characters in length and can contain letters, digits, and underscores (\\_). The name cannot start with a digit. Specify the name in the \\[0-9a-zA-Z] format.'."\n", 'type' => 'string', 'required' => false, 'example' => 'PATH', 'title' => ''], 'Value' => ['description' => 'The value of the environment variable for the container. The value must be 0 to 256 bits in length.'."\n", 'type' => 'string', 'required' => false, 'example' => '/usr/local/bin', 'title' => ''], ], 'required' => false, 'title' => '', ], 'required' => false, 'maxItems' => 20, 'title' => '', ], 'WorkingDir' => ['description' => 'The working directory of the container.'."\n", 'type' => 'string', 'required' => false, 'example' => '/usr/local/'."\n", 'title' => ''], 'Image' => ['description' => 'The container image.'."\n", 'type' => 'string', 'required' => true, 'example' => 'registry-vpc.cn-hangzhou.aliyuncs.com/ehpc/hpl:latest'."\n", 'title' => ''], 'Command' => [ 'description' => 'The container startup commands.'."\n", 'type' => 'array', 'items' => ['description' => 'The container startup command.'."\n", 'type' => 'string', 'required' => false, 'example' => 'python3', 'title' => ''], 'required' => false, 'maxItems' => 20, 'title' => '', ], 'Arg' => [ 'description' => 'The arguments of the container startup command. You can specify up to 10 arguments.'."\n", 'type' => 'array', 'items' => ['description' => 'The startup argument.'."\n", 'type' => 'string', 'required' => false, 'example' => 'hello.py', 'title' => ''], 'required' => false, 'maxItems' => 100, 'title' => '', ], 'Gpu' => ['description' => 'The number of GPUs used by the container.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1', 'title' => ''], 'VolumeMount' => [ 'description' => 'The data volumes that are mounted to the container.'."\n", 'type' => 'array', 'items' => [ 'description' => 'The data volumes mounted to the container.', 'type' => 'object', 'properties' => [ 'MountPath' => ['description' => 'The directory to which the volume is mounted.'."\n" ."\n" .'> The data stored in this directory is overwritten by the data on the volume. Exercise caution when you specify this parameter.'."\n", 'type' => 'string', 'required' => false, 'example' => '/data', 'title' => ''], 'FlexVolumeDriver' => ['description' => 'The driver type when you use the FlexVolume plug-in to mount a volume. Valid values:'."\n" ."\n" .'* alicloud/nas: a NAS driver.'."\n" .'* alicloud/oss: an OSS driver.'."\n", 'type' => 'string', 'required' => false, 'example' => 'alicloud/oss', 'title' => ''], 'FlexVolumeOptions' => ['description' => 'The options of the FlexVolume object. Each option is a key-value pair in a JSON string.'."\n", 'type' => 'string', 'required' => false, 'example' => '{"bucket":"hpctest","url": "oss-cn-hangzhou-internal.aliyuncs.com'."\n" .'","path":"/data","ramRole":"AliyunECSInstanceForEHPCRole"}', 'title' => ''], ], 'required' => false, 'title' => '', ], 'required' => false, 'title' => '', ], ], 'required' => true, 'title' => '', ], ], [ 'name' => 'DependsOn', 'in' => 'query', 'style' => 'json', 'schema' => [ 'description' => 'The dependencies of the serverless job.'."\n", 'type' => 'array', 'items' => [ 'description' => 'The serverless job dependencies.', 'type' => 'object', 'properties' => [ 'JobId' => ['description' => 'The ID of the dependent job.'."\n", 'type' => 'string', 'required' => false, 'example' => '10', 'title' => ''], 'Type' => ['description' => 'The dependency type. Valid values:'."\n" ."\n" .'* AfterSucceeded: **All subtasks** of the dependent job or array job succeed. The exit code is 0.'."\n" .'* AfterFailed: **All subtasks** of the dependent job or array job fail. The exit code is not 0.'."\n" .'* AfterAny: The dependent job completes (succeeds or fails).'."\n" .'* AfterCorresponding: The subtask corresponding to the dependent array job succeeds. The exit code is 0.'."\n" ."\n" .'Default value: AfterSucceeded.'."\n", 'type' => 'string', 'required' => false, 'example' => 'AfterAny', 'title' => ''], ], 'required' => false, 'title' => '', ], 'required' => false, 'maxItems' => 10, 'minItems' => 1, 'title' => '', ], ], [ 'name' => 'RetryStrategy', 'in' => 'query', 'style' => 'json', 'schema' => [ 'description' => 'The retry policy of the serverless job.'."\n", 'type' => 'object', 'properties' => [ 'Attempts' => ['description' => 'The number of retries for the serverless job. Valid values: 1 to 10.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'maximum' => '10', 'minimum' => '1', 'example' => '5', 'title' => ''], 'EvaluateOnExit' => [ 'description' => 'The retry rules for the serverless job. You can specify up to 10 rules.'."\n", 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'object', 'properties' => [ 'Action' => ['description' => 'The job action. Valid values:'."\n" ."\n" .'* Retry: The job starts a retry when a specific exit code is hit.'."\n" .'* Exit: The job exits when a specific exit code is hit.'."\n", 'type' => 'string', 'required' => false, 'example' => 'Retry', 'title' => ''], 'OnExitCode' => ['description' => 'The job exit code, which is used together with Action to form a job retry rule. Valid values: 0 to 255.'."\n", 'type' => 'string', 'required' => false, 'example' => '10', 'title' => ''], ], 'required' => false, 'title' => '', ], 'required' => false, 'maxItems' => 10, 'title' => '', ], ], 'required' => false, 'title' => '', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'JobId' => ['description' => 'The ID of the serverless job.'."\n", 'type' => 'string', 'example' => '10', 'title' => ''], 'RequestId' => ['description' => 'The request ID.'."\n", 'type' => 'string', 'example' => '04F0F334-1335-436C-A1D7-6C044FE73368', 'title' => ''], ], 'description' => '', 'title' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParams', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => 'The specified parameter %s is invalid.'], ['errorCode' => 'NotEnabled', 'errorMessage' => 'You have not enabled this service', 'description' => 'You have not enabled this service'], ['errorCode' => 'InDebt', 'errorMessage' => 'Your account has overdue payments.', 'description' => 'Your account has overdue payments.'], ], 403 => [ ['errorCode' => 'InvalidClusterStatus', 'errorMessage' => 'The operation failed due to invalid cluster status.', 'description' => 'The cluster status does not support the operation.'], ['errorCode' => 'ConflictOpt', 'errorMessage' => 'A conflicting operation is running.', 'description' => 'A conflicting operation is running. Please try again later.'], ], [ ['errorCode' => 'ClusterNotFound', 'errorMessage' => 'The specified cluster does not exist.', 'description' => 'The specified instance does not exist.'], ], 406 => [ ['errorCode' => 'EcsError', 'errorMessage' => 'An error occurred while calling the ECS API operation.', 'description' => 'ECS API call error. %s'], ['errorCode' => 'DbError', 'errorMessage' => 'A database service error occurred.', 'description' => 'Database request failed.'], ['errorCode' => 'AliyunError', 'errorMessage' => 'An Alibaba Cloud product error occurred.', 'description' => 'Alibaba Cloud product error. %s'], ['errorCode' => 'AgentError', 'errorMessage' => 'The agent service request failed: %s', 'description' => 'Operation unsuccessful: %s'], ['errorCode' => 'ServiceAPIError', 'errorMessage' => 'Failed to call the operation. Cause:%s', 'description' => 'An error occurred while calling the API. %s'], ], [ ['errorCode' => 'NotAuthorized', 'errorMessage' => 'You are not authorized by RAM for this request.', 'description' => 'The request is not authorized by RAM.'], ], 409 => [ ['errorCode' => 'PartFailure', 'errorMessage' => 'Part of the batch operation failed.', 'description' => 'Part of the batch operation failed.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'staticInfo' => ['returnType' => 'synchronous'], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"JobId\\": \\"10\\",\\n \\"RequestId\\": \\"04F0F334-1335-436C-A1D7-6C044FE73368\\"\\n}","type":"json"}]', 'title' => 'SubmitServerlessJob', 'summary' => 'Submits a serverless job to an Elastic High Performance Computing (E-HPC) cluster.', 'changeSet' => [], 'ramActions' => [ [ 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:SubmitServerlessJob', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], 'SyncUsers' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['autoTest' => false, 'tenantRelevance' => 'publicInformation'], 'parameters' => [ [ 'name' => 'RegionId', 'in' => 'query', 'schema' => ['description' => 'The region ID.'."\n" ."\n" .'You can call the [ListRegions](~~188593~~) operation to query the list of regions where E-HPC is supported.'."\n", 'type' => 'string', 'required' => true, 'example' => 'cn-hangzhou', 'title' => ''], ], [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => ['description' => 'The cluster ID.'."\n" ."\n" .'You can call the [ListClusters](~~87116~~) operation to query the list of E-HPC clusters.'."\n", 'type' => 'string', 'required' => true, 'example' => 'ehpc-hz-gh5WKb****', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => 'Schema of Response'."\n", 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => 'Id of the request', 'description' => 'The request ID.'."\n", 'type' => 'string', 'example' => '04F0F334-1335-436C-A1D7-6C044FE7****'], ], ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParams', 'errorMessage' => 'The parameters are invalid.', 'description' => 'Invalid parameter. %s'], ], 403 => [ ['errorCode' => 'InvalidClusterStatus', 'errorMessage' => 'The operation failed due to invalid cluster status.', 'description' => 'The cluster status does not support the operation.'], ['errorCode' => 'ExecFail', 'errorMessage' => 'Failed to execute the command: %s.', 'description' => 'Failed to execute the command: %s.'], ], [ ['errorCode' => 'ManagerNotFound', 'errorMessage' => 'The manager nodes do not exist or their status is abnormal.', 'description' => 'The manager nodes do not exist or their status is abnormal.'], ['errorCode' => 'ClusterNotFound', 'errorMessage' => 'The specified cluster does not exist.', 'description' => 'The specified instance does not exist.'], ], 406 => [ ['errorCode' => 'AgentError.Account.UserSynFailure', 'errorMessage' => 'synchronize users failed: %s', 'description' => ''], ], [ ['errorCode' => 'NotAuthorized', 'errorMessage' => 'You are not authorized by RAM for this request.', 'description' => 'The request is not authorized by RAM.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"04F0F334-1335-436C-A1D7-6C044FE7****\\"\\n}","errorExample":""},{"type":"xml","example":"\\n 04F0F334-1335-436C-A1D7-6C044FE7****\\n","errorExample":""}]', 'title' => 'SyncUsers', 'summary' => 'Synchronizes local cluster users to a hybrid cloud cluster in hybrid-cloud proxy mode.', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'SyncUsers'], ], ], 'ramActions' => [ [ 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:SyncUsers', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], 'TagResources' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'systemTags' => ['autoTest' => false, 'tenantRelevance' => 'publicInformation'], 'parameters' => [ [ 'name' => 'RegionId', 'in' => 'query', 'schema' => ['title' => '', 'description' => 'The region ID of the resource.'."\n", 'type' => 'string', 'required' => true, 'example' => 'cn-hangzhou'], ], [ 'name' => 'ResourceType', 'in' => 'query', 'schema' => ['title' => '', 'description' => 'The resource type. Set the value to cluster, which indicates E-HPC clusters.'."\n", 'type' => 'string', 'required' => true, 'example' => 'cluster'], ], [ 'name' => 'ResourceId', 'in' => 'query', 'style' => 'repeatList', 'schema' => [ 'title' => '', 'description' => 'The resource IDs. You can specify up to 50 resource IDs.'."\n", 'type' => 'array', 'items' => ['description' => 'The resource IDs. You can specify up to 50 resource IDs.'."\n", 'type' => 'string', 'required' => false, 'example' => 'ehpc-hz-xxxx', 'title' => ''], 'required' => true, 'maxItems' => 51, ], ], [ 'name' => 'Tag', 'in' => 'query', 'style' => 'repeatList', 'schema' => [ 'title' => '', 'description' => 'The resource tags. You can specify up to 20 tags.'."\n", 'type' => 'array', 'items' => [ 'description' => 'The resource tags. You can specify up to 20 tags.'."\n", 'type' => 'object', 'properties' => [ 'Key' => ['title' => '', 'description' => 'The tag key. The tag key cannot be an empty string. The tag key can be up to 128 characters in length and cannot contain `http://` or `https://`. The tag key cannot start with `acs:` or `aliyun`.'."\n", 'type' => 'string', 'required' => false, 'example' => 'TestKey'], 'Value' => ['title' => '', 'description' => 'The tag value. The tag value cannot be an empty string. It can be up to 128 characters in length and cannot contain `http://` or `https://`. It cannot start with `acs:` or `aliyun`.'."\n", 'type' => 'string', 'required' => false, 'example' => 'TestValue'], ], 'required' => false, 'title' => '', ], 'required' => true, 'maxItems' => 21, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => 'The request ID.'."\n", 'type' => 'string', 'example' => '473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E', 'title' => ''], ], 'description' => '', 'title' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParams', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => 'The specified parameter %s is invalid.'], ], 403 => [ ['errorCode' => 'Duplicate.TagKey', 'errorMessage' => 'The Tag.N.Key contain duplicate key.', 'description' => ''], ], [ ['errorCode' => 'ClusterNotFound', 'errorMessage' => 'The specified cluster does not exist.', 'description' => 'The specified instance does not exist.'], ], 406 => [ ['errorCode' => 'TagError', 'errorMessage' => 'TAG API request failed.', 'description' => ''], ], [ ['errorCode' => 'NotAuthorized', 'errorMessage' => 'You are not authorized by RAM for this request.', 'description' => 'The request is not authorized by RAM.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E\\"\\n}","errorExample":""},{"type":"xml","example":"\\n 473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E\\n","errorExample":""}]', 'title' => 'TagResources', 'summary' => 'Creates tags and attach the tags to a specified resource.', 'changeSet' => [], 'ramActions' => [ [ 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:TagResources', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], 'UnTagResources' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'systemTags' => ['autoTest' => false, 'tenantRelevance' => 'publicInformation'], 'parameters' => [ [ 'name' => 'RegionId', 'in' => 'query', 'schema' => ['description' => 'The region ID of the resource.'."\n", 'type' => 'string', 'required' => false, 'example' => 'cn-hangzhou', 'title' => ''], ], [ 'name' => 'ResourceType', 'in' => 'query', 'schema' => ['description' => 'The type of the resource from which you want to remove tags. Set the value to cluster, which indicates E-HPC clusters.'."\n", 'type' => 'string', 'required' => true, 'example' => 'cluster', 'title' => ''], ], [ 'name' => 'ResourceId', 'in' => 'query', 'style' => 'repeatList', 'schema' => [ 'description' => 'The resource IDs. You can specify up to 50 resource IDs.'."\n", 'type' => 'array', 'items' => ['description' => 'The resource IDs. You can specify up to 50 resource IDs.'."\n", 'type' => 'string', 'required' => false, 'example' => 'ehpc-hz-xxxx', 'title' => ''], 'required' => true, 'maxItems' => 50, 'title' => '', ], ], [ 'name' => 'TagKey', 'in' => 'query', 'style' => 'repeatList', 'schema' => [ 'description' => 'The tag key of the resource. You can specify up to 20 tag keys.'."\n", 'type' => 'array', 'items' => ['description' => 'The tag key of the resource.'."\n", 'type' => 'string', 'required' => false, 'example' => 'TestKey', 'title' => ''], 'required' => false, 'maxItems' => 50, 'title' => '', ], ], [ 'name' => 'All', 'in' => 'query', 'schema' => ['description' => 'Specifies whether to remove all tags from the resource. This parameter is valid only when the TagKey.N parameter is not specified. Valid values:'."\n" ."\n" .'* true'."\n" .'* false'."\n" ."\n" .'Default value: false.'."\n", 'type' => 'boolean', 'required' => false, 'example' => 'false', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => 'The request ID.'."\n", 'type' => 'string', 'example' => '04F0F334-1335-436C-A1D7-6C044FE73368', 'title' => ''], ], 'description' => '', 'title' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParams', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => 'The specified parameter %s is invalid.'], ], 404 => [ ['errorCode' => 'ClusterNotFound', 'errorMessage' => 'The specified cluster does not exist.', 'description' => 'The specified instance does not exist.'], ], 406 => [ ['errorCode' => 'TagError', 'errorMessage' => 'TAG API request failed.', 'description' => ''], ], [ ['errorCode' => 'NotAuthorized', 'errorMessage' => 'You are not authorized by RAM for this request.', 'description' => 'The request is not authorized by RAM.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"04F0F334-1335-436C-A1D7-6C044FE73368\\"\\n}","errorExample":""},{"type":"xml","example":"\\n 04F0F334-1335-436C-A1D7-6C044FE73368\\n","errorExample":""}]', 'title' => 'UnTagResources', 'summary' => 'Removes tags from a specified resource.', 'changeSet' => [], 'ramActions' => [ [ 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:UnTagResources', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], 'UninstallSoftware' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => ['autoTest' => false, 'tenantRelevance' => 'publicInformation'], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => ['description' => 'The cluster ID.'."\n" ."\n" .'You can call the [ListClusters](~~87116~~) operation to query the cluster ID.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'ehpc-hz-jeJki6****', 'title' => ''], ], [ 'name' => 'Application', 'in' => 'query', 'schema' => ['description' => 'The name of the software that you want to uninstall.'."\n" ."\n" .'You can call the [ListInstalledSoftware](~~188591~~) operation to query the software that is installed in the cluster.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'ABYSS_2.1.5', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => 'The request ID.'."\n", 'type' => 'string', 'example' => 'C84FB8EF-5580-4B82-9BDE-6657814C****', 'title' => ''], ], 'description' => '', 'title' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParams', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => 'The specified parameter %s is invalid.'], ['errorCode' => 'NotEnabled', 'errorMessage' => 'You have not enabled this service', 'description' => 'You have not enabled this service'], ], 403 => [ ['errorCode' => 'InvalidClusterStatus', 'errorMessage' => 'The operation failed due to invalid cluster status.', 'description' => 'The cluster status does not support the operation.'], ['errorCode' => 'ConflictOpt', 'errorMessage' => 'A conflicting operation is running.', 'description' => 'A conflicting operation is running. Please try again later.'], ], [ ['errorCode' => 'ClusterNotFound', 'errorMessage' => 'The specified cluster does not exist.', 'description' => 'The specified instance does not exist.'], ], 406 => [ ['errorCode' => 'EcsError', 'errorMessage' => 'An error occurred while calling the ECS API operation.', 'description' => 'ECS API call error. %s'], ['errorCode' => 'AgentError', 'errorMessage' => 'The agent service request failed.', 'description' => 'The cluster-side command failed to run. %s'], ['errorCode' => 'ExecFail', 'errorMessage' => 'Failed to execute the command: %s.', 'description' => ''], ['errorCode' => 'AliyunError', 'errorMessage' => 'An Alibaba Cloud product error occurred.', 'description' => 'Alibaba Cloud product error. %s'], ], [ ['errorCode' => 'NotAuthorized', 'errorMessage' => 'You are not authorized by RAM for this request.', 'description' => 'The request is not authorized by RAM.'], ], 409 => [ ['errorCode' => 'PartFailure', 'errorMessage' => 'Part of the batch operation failed.', 'description' => 'Part of the batch operation failed.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"C84FB8EF-5580-4B82-9BDE-6657814C****\\"\\n}","errorExample":""},{"type":"xml","example":"\\n C84FB8EF-5580-4B82-9BDE-6657814C****\\n","errorExample":""}]', 'title' => 'UninstallSoftware', 'summary' => 'Uninstalls software from a cluster.', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'ramActions' => [ [ 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:UninstallSoftware', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], 'UpdateClusterVolumes' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => ['autoTest' => false, 'tenantRelevance' => 'publicInformation'], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => ['description' => 'The ID of the cluster.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'ehpc-hz-FYUr32****', 'title' => ''], ], [ 'name' => 'AdditionalVolumes', 'in' => 'query', 'style' => 'repeatList', 'schema' => [ 'description' => 'The file systems that you want to mount.'."\n", 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'JobQueue' => ['description' => 'The queue name of the file system to be mounted.'."\n", 'type' => 'string', 'required' => false, 'example' => 'work', 'title' => ''], 'VolumeId' => ['description' => 'The ID of the file system to be mounted.'."\n", 'type' => 'string', 'required' => false, 'example' => 'extreme-00b88****', 'title' => ''], 'Roles' => [ 'description' => 'The array of the nodes to which the file system is mounted.'."\n", 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Name' => ['description' => 'The type of the node to which the file system is mounted. Valid values:'."\n" ."\n" .'* Manager: management node'."\n" .'* Login: logon node'."\n" .'* Compute: compute node'."\n", 'type' => 'string', 'required' => false, 'example' => '["Compute"]', 'title' => ''], ], 'required' => false, 'description' => '', 'title' => '', ], 'required' => false, 'maxItems' => 8, 'title' => '', ], 'VolumeMountpoint' => ['description' => 'The endpoint of the mount target of the file system.'."\n", 'type' => 'string', 'required' => false, 'example' => '0088****-sihc.cn-hangzhou.extreme.nas.aliyuncs.com', 'title' => ''], 'RemoteDirectory' => ['description' => 'The remote directory to which the file system is mounted.'."\n", 'type' => 'string', 'required' => false, 'example' => '/test', 'title' => ''], 'VolumeType' => ['description' => 'The type of the file system to be mounted. Set the value to NAS.'."\n", 'type' => 'string', 'required' => false, 'example' => 'NAS', 'title' => ''], 'LocalDirectory' => ['description' => 'The on-premises mount directory of the file system to be mounted.'."\n", 'type' => 'string', 'required' => false, 'example' => '/ff', 'title' => ''], 'VolumeProtocol' => ['description' => 'The protocol type of the file system to be mounted. Valid values:'."\n" ."\n" .'* NFS'."\n" .'* SMB'."\n", 'type' => 'string', 'required' => false, 'example' => 'NFS', 'title' => ''], 'Location' => ['description' => 'The storage location of the file system to be mounted. Valid values:'."\n" ."\n" .'* OnPremise: The file system is stored in a hybrid cloud.'."\n" .'* PublicCloud: The file system cluster is stored in a public cloud.'."\n", 'type' => 'string', 'required' => false, 'example' => 'PublicCloud', 'title' => ''], 'VolumeMountOption' => ['description' => 'The mount option of the file system to be mounted.'."\n", 'type' => 'string', 'required' => false, 'example' => '-t nfs -o vers=3,nolock,noresvport', 'title' => ''], ], 'required' => false, 'description' => '', 'title' => '', ], 'required' => false, 'maxItems' => 100, 'title' => '', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => 'The ID of the request.'."\n", 'type' => 'string', 'example' => 'F6757FA4-8FED-4602-B7F5-3550C0842122', 'title' => ''], ], 'description' => '', 'title' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParams', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => 'The specified parameter %s is invalid.'], ], 406 => [ ['errorCode' => 'NasError', 'errorMessage' => 'NAS API request failed.', 'description' => 'Failed to request the NAS interface.'], ['errorCode' => 'DbError', 'errorMessage' => 'A database service error occurred.', 'description' => 'Database request failed.'], ], [ ['errorCode' => 'NotAuthorized', 'errorMessage' => 'You are not authorized by RAM for this request.', 'description' => 'The request is not authorized by RAM.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"F6757FA4-8FED-4602-B7F5-3550C0842122\\"\\n}","errorExample":""},{"type":"xml","example":"\\r\\n F6757FA4-8FED-4602-B7F5-3550C0842122\\r\\n","errorExample":""}]', 'title' => 'UpdateClusterVolumes', 'summary' => 'Mount new storage resources to a cluster.', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'UpdateClusterVolumes'], ], ], 'ramActions' => [ [ 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:UpdateClusterVolumes', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], 'UpdateQueueConfig' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => ['autoTest' => false, 'tenantRelevance' => 'publicInformation'], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => ['description' => 'The ID of the E-HPC cluster.'."\n" ."\n" .'You can call the [ListClusters](~~87116~~) operation to query the cluster ID.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'ehpc-hz-FYUr32****', 'title' => ''], ], [ 'name' => 'QueueName', 'in' => 'query', 'schema' => ['description' => 'The name of the queue.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'workq', 'title' => ''], ], [ 'name' => 'ResourceGroupId', 'in' => 'query', 'schema' => ['description' => 'The resource group ID.'."\n" ."\n" .'You can call the [ListResourceGroups](~~158855~~) operation to query the IDs of resource groups.'."\n", 'type' => 'string', 'required' => false, 'docRequired' => true, 'example' => 'rg-acfmxazb4ph****', 'title' => ''], ], [ 'name' => 'ComputeInstanceType', 'in' => 'query', 'schema' => ['description' => 'The instance type of the node.'."\n" ."\n" .'You can call the [ListPreferredEcsTypes](~~188592~~) operation to query the recommended instance types.'."\n", 'type' => 'string', 'required' => false, 'example' => 'ecs.n1.tiny', 'title' => ''], ], [ 'name' => 'DeploymentSetId', 'in' => 'query', 'schema' => ['description' => 'The ID of the deployment set. You can obtain the deployment set ID by calling the [DescribeDeploymentSets](~~91313~~) operation. Only the deployment sets that use low latency policy are supported.'."\n", 'type' => 'string', 'required' => false, 'example' => 'ds-bp1frxuzdg87zh4pzq****', 'title' => ''], ], [ 'name' => 'NetworkInterfaceTrafficMode', 'in' => 'query', 'schema' => [ 'description' => 'The communication mode of the elastic network interface (ENI). Valid values:'."\n" ."\n" .'* Standard: uses the TCP communication mode.'."\n" .'* HighPerformance: uses the remote direct memory access (RDMA) communication mode with Elastic RDMA Interface (ERI) enabled.', 'type' => 'string', 'required' => false, 'example' => 'Standard', 'enum' => ['Standard', 'HighPerformance'], 'title' => '', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => 'The request ID.'."\n", 'type' => 'string', 'example' => '5198C3E8-85F5-4280-8547-687C1710****', 'title' => ''], ], 'description' => '', 'title' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParams', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => 'The specified parameter %s is invalid.'], ['errorCode' => 'NotEnabled', 'errorMessage' => 'You have not enabled this service', 'description' => 'You have not enabled this service'], ['errorCode' => 'InDebt', 'errorMessage' => 'Your account has overdue payments.', 'description' => 'Your account has overdue payments.'], ], 403 => [ ['errorCode' => 'InvalidClusterStatus', 'errorMessage' => 'The operation failed due to invalid cluster status.', 'description' => 'The cluster status does not support the operation.'], ['errorCode' => 'InvalidClientVersion', 'errorMessage' => 'The client version is invalid.', 'description' => 'The client version is invalid.'], ], [ ['errorCode' => 'ClusterNotFound', 'errorMessage' => 'The specified cluster does not exist.', 'description' => 'The specified instance does not exist.'], ], 406 => [ ['errorCode' => 'DbError', 'errorMessage' => 'A database service error occurred.', 'description' => 'Database request failed.'], ['errorCode' => 'AliyunError', 'errorMessage' => 'An Alibaba Cloud product error occurred.', 'description' => 'Alibaba Cloud product error. %s'], ], [ ['errorCode' => 'NotAuthorized', 'errorMessage' => 'You are not authorized by RAM for this request.', 'description' => 'The request is not authorized by RAM.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"5198C3E8-85F5-4280-8547-687C1710****\\"\\n}","errorExample":""},{"type":"xml","example":"\\r\\n 5198C3E8-85F5-4280-8547-687C1710****\\r\\n","errorExample":""}]', 'title' => 'UpdateQueueConfig', 'summary' => 'Updates the resource group information and the instance types of compute nodes for a queue of a cluster.', 'description' => 'After you update the resource group, the nodes that you add by scaling out the cluster are automatically included in the resource group.', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'ramActions' => [ [ 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:UpdateQueueConfig', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], 'UpgradeClient' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => ['autoTest' => false, 'tenantRelevance' => 'publicInformation'], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => ['description' => 'The cluster ID.'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'ehpc-hz-FYUr32****', 'title' => ''], ], [ 'name' => 'ClientVersion', 'in' => 'query', 'schema' => ['description' => 'The version to which you want to update ehpcutil. By default, ehpcutil is updated to the latest version. You can call the [ListCurrentClientVersion](~~87223~~) to query the latest ehpcutil version.'."\n", 'type' => 'string', 'required' => false, 'example' => '2.0.0', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => 'The request ID.'."\n", 'type' => 'string', 'example' => '4994fbcd-2a09-4045-b2b2-2c3bee8e9296', 'title' => ''], ], 'description' => '', 'title' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParams', 'errorMessage' => 'The specified parameter %s is invalid.', 'description' => 'The specified parameter %s is invalid.'], ['errorCode' => 'NotEnabled', 'errorMessage' => 'You have not enabled this service', 'description' => 'You have not enabled this service'], ['errorCode' => 'InDebt', 'errorMessage' => 'Your account has overdue payments.', 'description' => 'Your account has overdue payments.'], ], 403 => [ ['errorCode' => 'InvalidClusterStatus', 'errorMessage' => 'The operation failed due to invalid cluster status.', 'description' => 'The cluster status does not support the operation.'], ['errorCode' => 'InvalidClientVersion', 'errorMessage' => 'The client version is invalid.', 'description' => 'The client version is invalid.'], ], [ ['errorCode' => 'ClusterNotFound', 'errorMessage' => 'The specified cluster does not exist.', 'description' => 'The specified instance does not exist.'], ], 406 => [ ['errorCode' => 'DbError', 'errorMessage' => 'A database service error occurred.', 'description' => 'Database request failed.'], ['errorCode' => 'AliyunError', 'errorMessage' => 'An Alibaba Cloud product error occurred.', 'description' => 'Alibaba Cloud product error. %s'], ], [ ['errorCode' => 'NotAuthorized', 'errorMessage' => 'You are not authorized by RAM for this request.', 'description' => 'The request is not authorized by RAM.'], ], 500 => [ ['errorCode' => 'UnknownError', 'errorMessage' => 'An unknown error occurred.', 'description' => 'An unknown error occurred.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server', 'description' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"4994fbcd-2a09-4045-b2b2-2c3bee8e9296\\"\\n}","errorExample":""},{"type":"xml","example":"4994fbcd-2a09-4045-b2b2-2c3bee8e9296","errorExample":""}]', 'title' => 'UpgradeClient', 'summary' => 'Updates the client (ehpcutil) in a cluster to a new version.', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'ramActions' => [ [ 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:UpgradeClient', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], ], 'endpoints' => [ ['regionId' => 'ap-northeast-1', 'regionName' => 'Japan (Tokyo)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'ehpc.ap-northeast-1.aliyuncs.com', 'endpoint' => 'ehpc.ap-northeast-1.aliyuncs.com', 'vpc' => 'ehpc-vpc.ap-northeast-1.aliyuncs.com'], ['regionId' => 'ap-southeast-1', 'regionName' => 'Singapore', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'ehpc.ap-southeast-1.aliyuncs.com', 'endpoint' => 'ehpc.ap-southeast-1.aliyuncs.com', 'vpc' => 'ehpc-vpc.ap-southeast-1.aliyuncs.com'], ['regionId' => 'ap-southeast-2', 'regionName' => 'Australia (Sydney) Closed', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'ehpc.ap-southeast-2.aliyuncs.com', 'endpoint' => 'ehpc.ap-southeast-2.aliyuncs.com', 'vpc' => 'ehpc-vpc.ap-southeast-2.aliyuncs.com'], ['regionId' => 'ap-southeast-5', 'regionName' => 'Indonesia (Jakarta)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'ehpc.ap-southeast-5.aliyuncs.com', 'endpoint' => 'ehpc.ap-southeast-5.aliyuncs.com', 'vpc' => 'ehpc-vpc.ap-southeast-5.aliyuncs.com'], ['regionId' => 'cn-beijing', 'regionName' => 'China (Beijing)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'ehpc.cn-beijing.aliyuncs.com', 'endpoint' => 'ehpc.cn-beijing.aliyuncs.com', 'vpc' => 'ehpc-vpc.cn-beijing.aliyuncs.com'], ['regionId' => 'cn-chengdu', 'regionName' => 'China (Chengdu)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'ehpc.cn-chengdu.aliyuncs.com', 'endpoint' => 'ehpc.cn-chengdu.aliyuncs.com', 'vpc' => 'ehpc-vpc.cn-chengdu.aliyuncs.com'], ['regionId' => 'cn-guangzhou', 'regionName' => 'China (Guangzhou)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'ehpc.cn-guangzhou.aliyuncs.com', 'endpoint' => 'ehpc.cn-guangzhou.aliyuncs.com', 'vpc' => 'ehpc-vpc.cn-guangzhou.aliyuncs.com'], ['regionId' => 'cn-hangzhou', 'regionName' => 'China (Hangzhou)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'ehpc.cn-hangzhou.aliyuncs.com', 'endpoint' => 'ehpc.cn-hangzhou.aliyuncs.com', 'vpc' => 'ehpc-vpc.cn-hangzhou.aliyuncs.com'], ['regionId' => 'cn-heyuan', 'regionName' => 'China (Heyuan)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'ehpc.cn-heyuan.aliyuncs.com', 'endpoint' => 'ehpc.cn-heyuan.aliyuncs.com', 'vpc' => 'ehpc-vpc.cn-heyuan.aliyuncs.com'], ['regionId' => 'cn-hongkong', 'regionName' => 'China (Hong Kong)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'ehpc.cn-hongkong.aliyuncs.com', 'endpoint' => 'ehpc.cn-hongkong.aliyuncs.com', 'vpc' => 'ehpc-vpc.cn-hongkong.aliyuncs.com'], ['regionId' => 'cn-huhehaote', 'regionName' => 'China (Hohhot)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'ehpc.cn-huhehaote.aliyuncs.com', 'endpoint' => 'ehpc.cn-huhehaote.aliyuncs.com', 'vpc' => 'ehpc-vpc.cn-huhehaote.aliyuncs.com'], ['regionId' => 'cn-qingdao', 'regionName' => 'China (Qingdao)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'ehpc.cn-qingdao.aliyuncs.com', 'endpoint' => 'ehpc.cn-qingdao.aliyuncs.com', 'vpc' => 'ehpc-vpc.cn-qingdao.aliyuncs.com'], ['regionId' => 'cn-shanghai', 'regionName' => 'China (Shanghai)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'ehpc.cn-shanghai.aliyuncs.com', 'endpoint' => 'ehpc.cn-shanghai.aliyuncs.com', 'vpc' => 'ehpc-vpc.cn-shanghai.aliyuncs.com'], ['regionId' => 'cn-shenzhen', 'regionName' => 'China (Shenzhen)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'ehpc.cn-shenzhen.aliyuncs.com', 'endpoint' => 'ehpc.cn-shenzhen.aliyuncs.com', 'vpc' => 'ehpc-vpc.cn-shenzhen.aliyuncs.com'], ['regionId' => 'cn-wuhan-lr', 'regionName' => 'China (Wuhan - Local Region)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'ehpc.cn-wuhan-lr.aliyuncs.com', 'endpoint' => 'ehpc.cn-wuhan-lr.aliyuncs.com', 'vpc' => 'ehpc-vpc.cn-wuhan-lr.aliyuncs.com'], ['regionId' => 'cn-wulanchabu', 'regionName' => 'China (Ulanqab)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'ehpc.cn-wulanchabu.aliyuncs.com', 'endpoint' => 'ehpc.cn-wulanchabu.aliyuncs.com', 'vpc' => 'ehpc-vpc.cn-wulanchabu.aliyuncs.com'], ['regionId' => 'cn-zhangjiakou', 'regionName' => 'China (Zhangjiakou)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'ehpc.cn-zhangjiakou.aliyuncs.com', 'endpoint' => 'ehpc.cn-zhangjiakou.aliyuncs.com', 'vpc' => 'ehpc-vpc.cn-zhangjiakou.aliyuncs.com'], ['regionId' => 'eu-central-1', 'regionName' => 'Germany (Frankfurt)', 'areaId' => 'europeAmerica', 'areaName' => 'Europe & Americas', 'public' => 'ehpc.eu-central-1.aliyuncs.com', 'endpoint' => 'ehpc.eu-central-1.aliyuncs.com', 'vpc' => 'ehpc-vpc.eu-central-1.aliyuncs.com'], ], 'errorCodes' => [ ['code' => 'AckError', 'message' => 'An error occurred while calling the ACK API operation.', 'http_code' => 406, 'description' => ''], ['code' => 'AgentError', 'message' => 'The agent service request failed: %s', 'http_code' => 406, 'description' => 'Operation unsuccessful: %s'], ['code' => 'AgentError', 'message' => 'The agent service request failed.', 'http_code' => 406, 'description' => 'The cluster-side command failed to run. %s'], ['code' => 'AgentError.Account.AccountValidateCredentialFailure', 'message' => 'Cannot get user info', 'http_code' => 406, 'description' => ''], ['code' => 'AgentError.Account.DomainNotExist', 'message' => 'The specified domain does not exist: %s.', 'http_code' => 406, 'description' => 'The domain service does not exist: %s'], ['code' => 'AgentError.Account.GetentPasswdFailure', 'message' => 'Failed to get the user list: %s.', 'http_code' => 406, 'description' => 'Failed to obtain the domain user list: %s'], ['code' => 'AgentError.Account.GetUserListFailure', 'message' => 'Get user list fail: %s', 'http_code' => 406, 'description' => 'Failed to query the list of users: %s'], ['code' => 'AgentError.Account.UserAddFailure', 'message' => 'Failed to add user to domain: %s.', 'http_code' => 406, 'description' => 'Failed to add the user to domain: %s'], ['code' => 'AgentError.Account.UserAlreadyExist', 'message' => 'The specified user already exists in domain: %s.', 'http_code' => 406, 'description' => 'The user already exists in domain: %s'], ['code' => 'AgentError.Account.UserChangePasswordFailure', 'message' => 'Failed to modify user password in domain: %s.', 'http_code' => 406, 'description' => 'Failed to change the user password.'], ['code' => 'AgentError.Account.UserDeleteFailure', 'message' => 'Failed to delete user from domain: %s.', 'http_code' => 406, 'description' => 'Failed to remove the user from domain: %s'], ['code' => 'AgentError.Account.UserModifyGroupFailure', 'message' => 'Failed to modify user groups in domain: %s.', 'http_code' => 406, 'description' => 'Failed to modify the user permission group: %s'], ['code' => 'AgentError.Account.UserNotExist', 'message' => 'The specified user is not found in the domain: %s.', 'http_code' => 406, 'description' => 'The user does not exist in the domain: %s.'], ['code' => 'AgentError.Account.UserSynFailure', 'message' => 'synchronize users failed: %s', 'http_code' => 406, 'description' => ''], ['code' => 'AgentError.Account.ValidateCredentialFailure', 'message' => 'Username or password verification failed.', 'http_code' => 403, 'description' => 'Username or password verification failed.'], ['code' => 'AgentError.Job.DeleteFailure', 'message' => 'Failed to delete job: %s', 'http_code' => 406, 'description' => 'Failed to delete the job: {}'], ['code' => 'AgentError.Job.InvalidContainerType', 'message' => 'Unsupported container type: %s.', 'http_code' => 406, 'description' => 'The container type is not supported: %s.'], ['code' => 'AgentError.Job.ListFailure', 'message' => 'Failed to list jobs: %s.', 'http_code' => 406, 'description' => 'Failed to obtain the job list: %s'], ['code' => 'AgentError.Job.RerunFailure', 'message' => 'Failed to run the job again: %s.', 'http_code' => 406, 'description' => 'Failed to run the job again: %s'], ['code' => 'AgentError.Job.StopFailure', 'message' => 'Failed to stop jobs: %s.', 'http_code' => 406, 'description' => 'Failed to stop the job: %s'], ['code' => 'AgentError.Job.SubmitFailure', 'message' => 'Failed to submit jobs: %s', 'http_code' => 406, 'description' => 'Failed to submit the jobs.'], ['code' => 'AgentError.Report.NotSupported', 'message' => 'The specified cluster does not support this operation.', 'http_code' => 406, 'description' => ''], ['code' => 'AgentResponseTimeout', 'message' => 'Agent response timeout: %s', 'http_code' => 406, 'description' => ''], ['code' => 'AliyunError', 'message' => 'Aliyun api service error', 'http_code' => null, 'description' => 'Failed to request other cloud service APIs.'], ['code' => 'AliyunError', 'message' => 'An Alibaba Cloud product error occurred.', 'http_code' => 406, 'description' => 'Alibaba Cloud product error. %s'], ['code' => 'ArtifactError', 'message' => 'Artifact API request failed.', 'http_code' => 406, 'description' => ''], ['code' => 'Cluster.NotSupported', 'message' => 'Current cluster does not support this operation.', 'http_code' => 400, 'description' => ''], ['code' => 'ClusterCannotRecover', 'message' => 'Cluster cannot recover', 'http_code' => 400, 'description' => ''], ['code' => 'ClusterNotCompatible', 'message' => 'The cluster is not compatible with this interface: %s.', 'http_code' => 403, 'description' => ''], ['code' => 'ClusterNotFound', 'message' => 'The specified cluster does not exist.', 'http_code' => 404, 'description' => 'The specified instance does not exist.'], ['code' => 'ClusterNotFound', 'message' => 'The target cluster is not found.', 'http_code' => 404, 'description' => 'The target cluster is not found.'], ['code' => 'CodeParsingError', 'message' => 'Code Parsing Error: %s', 'http_code' => 401, 'description' => ''], ['code' => 'ComputeNotFound', 'message' => 'The specified compute node does not exist.', 'http_code' => 404, 'description' => 'The specified compute node does not exist.'], ['code' => 'ConflictOpt', 'message' => 'A conflicting operation is running.', 'http_code' => 403, 'description' => 'A conflicting operation is running. Please try again later.'], ['code' => 'ContainerNameExist', 'message' => 'The container name already exists.', 'http_code' => 403, 'description' => 'The container name already exists.'], ['code' => 'ContainerNotFound', 'message' => 'The specified container does not exist.', 'http_code' => 404, 'description' => 'The specified container does not exist.'], ['code' => 'DbError', 'message' => 'A database service error occurred.', 'http_code' => 406, 'description' => 'Database request failed.'], ['code' => 'DbError', 'message' => 'A database error occurred.', 'http_code' => 406, 'description' => 'A database error occurred.'], ['code' => 'Duplicate.TagKey', 'message' => 'The Tag.N.Key contain duplicate key.', 'http_code' => 403, 'description' => ''], ['code' => 'EcsError', 'message' => 'ECS api request error', 'http_code' => null, 'description' => 'The ECS interface failed.'], ['code' => 'EcsError', 'message' => 'An error occurred while calling the ECS API operation.', 'http_code' => 406, 'description' => 'ECS API call error. %s'], ['code' => 'EipError', 'message' => 'The EIP API request failed.', 'http_code' => 406, 'description' => 'EIP API request failed.'], ['code' => 'EntityAlreadyExists.RoleError', 'message' => 'AliyunServiceRoleForEHPC already exists.', 'http_code' => 406, 'description' => 'AliyunServiceRoleForEHPC already exists.'], ['code' => 'EntityAlreadyExists.RoleError', 'message' => 'The role already exists.', 'http_code' => 406, 'description' => 'The role already exists.'], ['code' => 'EntityNotExist.Role', 'message' => 'The role does not exist.', 'http_code' => 407, 'description' => 'The role does not exist.'], ['code' => 'ExecFail', 'message' => 'Failed to execute the command: %s.', 'http_code' => 403, 'description' => 'Failed to execute the command: %s.'], ['code' => 'ExecutorNotFound', 'message' => 'The specified job executor was not found.', 'http_code' => 400, 'description' => 'The specified job executor was not found.'], ['code' => 'FailToGenId', 'message' => 'Generating cluster ID failed.', 'http_code' => 400, 'description' => 'Failed to generate the cluster ID. Please try again.'], ['code' => 'GetResourceFailed', 'message' => 'Failed to get resource.', 'http_code' => 403, 'description' => 'Failed to get resource'], ['code' => 'IdempotentParameterMismatch', 'message' => 'Arguments on this idempotent request are inconsistent with arguments used in previous request', 'http_code' => 403, 'description' => 'Arguments on this idempotent request are inconsistent with arguments used in previous request.'], ['code' => 'ImageAlreadyExists', 'message' => 'The image id already exists.', 'http_code' => 400, 'description' => 'Mirror already exists'], ['code' => 'ImageInUse', 'message' => 'Image is still used by jobs.', 'http_code' => 403, 'description' => 'Mirror still in use'], ['code' => 'ImageNotFound', 'message' => 'The specified image does not exist.', 'http_code' => 404, 'description' => 'The specified image does not exist. Please verify the parameter.'], ['code' => 'ImageNotMatched', 'message' => 'The image is not matched.', 'http_code' => 400, 'description' => ''], ['code' => 'ImageNotSupported', 'message' => 'The specified image is not supported.', 'http_code' => 403, 'description' => 'The specified image does not exist. Change the image and try again.'], ['code' => 'IncorrectCredential', 'message' => 'The username or password is incorrect.', 'http_code' => 403, 'description' => 'The username or password is incorrect.'], ['code' => 'InDebt', 'message' => 'Your account has overdue payments.', 'http_code' => 400, 'description' => 'Your account has overdue payments.'], ['code' => 'InstanceLoginFailed', 'message' => 'Failed to log on to the ECS instance. Please check the username and password.', 'http_code' => 400, 'description' => 'Failed to log on to the ECS instance. Please check the username and password.'], ['code' => 'InstanceLoginFailed', 'message' => 'Failed to log on to the instance. Please check the username and password.', 'http_code' => 400, 'description' => 'Failed to log on to the instance. Please check the username and password.'], ['code' => 'InstanceNotFound', 'message' => 'Instance not Found', 'http_code' => 400, 'description' => ''], ['code' => 'InsufficientReservedNodes', 'message' => 'There is no more available reserved nodes.', 'http_code' => 406, 'description' => 'Insufficient number of reserved nodes'], ['code' => 'InvaildImage', 'message' => 'The image ID is invalid.', 'http_code' => 400, 'description' => 'The image ID is invalid.'], ['code' => 'InvaildSystemDiskSize', 'message' => 'The system disk size must be greater than or equal to image size.', 'http_code' => 400, 'description' => 'The system disk size must be greater than or equal to image size.'], ['code' => 'InvalidAccessGroup', 'message' => 'NAS AccessGroup Not Found.', 'http_code' => 400, 'description' => ''], ['code' => 'InvalidCapacityNum.ValueNotSupported', 'message' => 'The specified TargetCapacity is invalid.', 'http_code' => 403, 'description' => 'The specified target capacity is invalid.'], ['code' => 'InvalidClientVersion', 'message' => 'The client version is invalid.', 'http_code' => 403, 'description' => 'The client version is invalid.'], ['code' => 'InvalidClusterStatus', 'message' => 'The operation failed due to invalid cluster status.', 'http_code' => 403, 'description' => 'The cluster status does not support the operation.'], ['code' => 'InvalidContainerType', 'message' => 'Unsupported container type: %s.', 'http_code' => 400, 'description' => 'Unsupported container type: %s.'], ['code' => 'InvalidDAG', 'message' => 'Invalid DAG', 'http_code' => 400, 'description' => ''], ['code' => 'InvalidImage', 'message' => 'The image ID is invalid.', 'http_code' => 400, 'description' => 'The image ID is invalid.'], ['code' => 'InvalidInstanceType.NotSupported', 'message' => 'The instance type is invalid.', 'http_code' => 400, 'description' => 'The instance type is invalid.'], ['code' => 'InvalidNodeStatus', 'message' => 'The operation failed due to invalid node status.', 'http_code' => 400, 'description' => 'The node status does not allow the operation.'], ['code' => 'InvalidOpt', 'message' => 'The specified operation is invalid. Please try again later.', 'http_code' => 403, 'description' => 'The operation is unknown. Please check arguments and try again later.'], ['code' => 'InvalidParams', 'message' => 'The specified parameter %s is invalid.', 'http_code' => 400, 'description' => 'The specified parameter %s is invalid.'], ['code' => 'InvalidParams', 'message' => 'The parameters are invalid.', 'http_code' => 400, 'description' => 'Invalid parameter. %s'], ['code' => 'InvalidParams', 'message' => 'Invalid parameters: %s.', 'http_code' => 403, 'description' => 'Parameter error.'], ['code' => 'InvalidReservedNodePoolStatus', 'message' => 'The reserved nodepool status does not allow this operation.', 'http_code' => 406, 'description' => 'The reserved node pool status does not allow this operation.'], ['code' => 'InvalidSecurityGroup', 'message' => 'The security group ID is invalid.', 'http_code' => 404, 'description' => 'The security group ID is invalid.'], ['code' => 'InvalidSoftware', 'message' => 'The specified software is not supported.', 'http_code' => 400, 'description' => 'The requested software is not supported.'], ['code' => 'InvalidVolume', 'message' => 'The specified volume is invalid.', 'http_code' => 400, 'description' => 'The specified volume is invalid.'], ['code' => 'InvalidVolumeMountpoint', 'message' => 'The specified volume mount point is invalid.', 'http_code' => 400, 'description' => 'The specified volume mount point is invalid.'], ['code' => 'InvalidVolumeProtocal', 'message' => 'The specified volume protocol is invalid.', 'http_code' => 400, 'description' => 'The storage protocol is invalid.'], ['code' => 'InvalidVpc', 'message' => 'The specified VPC is invalid.', 'http_code' => 400, 'description' => 'The VPC information is invalid.'], ['code' => 'InvalidVswitch', 'message' => 'The vSwitch parameter is invalid, or the number of available IP addresses is insufficient.', 'http_code' => 400, 'description' => 'The vSwitch parameter is invalid, or the number of available IP addresses is insufficient.'], ['code' => 'InvalidZoneId.ValueNotSupported', 'message' => 'The specified ZoneId is invalid.', 'http_code' => 400, 'description' => 'The specified zone ID is invalid.'], ['code' => 'JobNotFound', 'message' => 'The specified job id is not found.', 'http_code' => 400, 'description' => 'Job ID not found'], ['code' => 'KeyPairNotFound', 'message' => 'The specified KeyPair does not exist.', 'http_code' => 404, 'description' => ''], ['code' => 'LocationInvalid', 'message' => 'Location Invalid', 'http_code' => 400, 'description' => ''], ['code' => 'LogExpired', 'message' => 'Dependent logs is expired: %s.', 'http_code' => 403, 'description' => ''], ['code' => 'LoginNotFound', 'message' => 'The specified login node does not exist.', 'http_code' => 404, 'description' => 'The specified login node does not exist.'], ['code' => 'ManagerNotFound', 'message' => 'The manager nodes do not exist or their status is abnormal.', 'http_code' => 404, 'description' => 'The manager nodes do not exist or their status is abnormal.'], ['code' => 'MissingParams', 'message' => 'The %s parameter is required.', 'http_code' => 400, 'description' => ''], ['code' => 'NasError', 'message' => 'NAS API request failed.', 'http_code' => 406, 'description' => 'Failed to request the NAS interface.'], ['code' => 'NasServiceNotOpen', 'message' => 'The NAS service is not activated.', 'http_code' => 406, 'description' => 'You have not activated NAS.'], ['code' => 'NoPermission', 'message' => 'The user is not authorized to perform the operation. Details:', 'http_code' => 406, 'description' => 'You are not authorized to perform this operation.'], ['code' => 'NoPermission', 'message' => 'You are not authorized to perform the operation.', 'http_code' => 406, 'description' => 'You are not authorized to perform the operation.'], ['code' => 'NotAuthorized', 'message' => 'You are not authorized by RAM for this request.', 'http_code' => 407, 'description' => 'The request is not authorized by RAM.'], ['code' => 'NotAuthorized', 'message' => 'No authorization is granted.', 'http_code' => 407, 'description' => 'No authorization is granted.'], ['code' => 'NotEnabled', 'message' => 'You have not enabled this service', 'http_code' => 400, 'description' => 'You have not enabled this service'], ['code' => 'ObjectNotFound', 'message' => 'The specified object is not found.', 'http_code' => 404, 'description' => 'The specified object does not exist. Please verify the parameter.'], ['code' => 'OrderError', 'message' => 'An order request error occurred.', 'http_code' => 406, 'description' => 'An order request error occurred.'], ['code' => 'OrderError.Arrearage', 'message' => 'Your account balance is less than CNY 100. Please add funds to your account and try again.', 'http_code' => 400, 'description' => 'Your account balance is less than CNY 100. Add funds to your account and try again.'], ['code' => 'OrderError.InstHasUnpaidOrder', 'message' => 'Your account has an unpaid order.', 'http_code' => 400, 'description' => 'Your account has an unpaid order. Please pay the order and try again.'], ['code' => 'OrderError.InsufficientBalance', 'message' => 'The account balance is insufficient. Please add funds first and try again.', 'http_code' => 400, 'description' => 'Your account has overdue payments. Add funds to your account and try again.'], ['code' => 'OrderError.InvalidPayMethod', 'message' => 'No valid default payment method is specified for your account.', 'http_code' => 400, 'description' => 'No valid payment method is found. Please check again.'], ['code' => 'OrderError.NoCard', 'message' => 'No credit card is bound to your account.', 'http_code' => 400, 'description' => 'You have not bound a card. Please perform binding first.'], ['code' => 'OrderError.NoRealNameAuthentication', 'message' => 'You have not completed the real name authentication.', 'http_code' => 400, 'description' => 'You must complete the real-name verification first.'], ['code' => 'OrderError.NoRealNameRegistration', 'message' => 'Real name registration is required for instances launched in mainland China.', 'http_code' => 400, 'description' => 'To purchase cloud services in mainland China regions on the international site, the user must first complete real-name registration.'], ['code' => 'OrderError.UserProfileIncomplete', 'message' => 'You have not completed your user profile.', 'http_code' => 400, 'description' => 'The user has not completed personal information on the international site.'], ['code' => 'PartFailure', 'message' => 'Part of the batch operation failed.', 'http_code' => 409, 'description' => 'Part of the batch operation failed.'], ['code' => 'PluginActivateFailure', 'message' => 'The plugin activate failed because %s.', 'http_code' => 400, 'description' => 'Failed to activate plugin'], ['code' => 'PluginDeleteFailure', 'message' => 'The plugin delete failed because %s.', 'http_code' => 400, 'description' => 'Failed to delete plugin'], ['code' => 'PluginNameDuplicate', 'message' => 'The plugin name %s is duplicated, please rename it and retry.', 'http_code' => 403, 'description' => 'The name of the plugin name is duplicate, please change it and try again.'], ['code' => 'PluginNotFound', 'message' => 'The plugin %s is not found.', 'http_code' => 404, 'description' => 'Plugin does not exist'], ['code' => 'PluginParserError', 'message' => 'The plugin attribute %s, parse error.', 'http_code' => 406, 'description' => 'Plugin property parsing error'], ['code' => 'QuotaExceed.PayasyougoInstance', 'message' => 'The pay-as-you-go instance exceeds the quota.', 'http_code' => 403, 'description' => 'The pay-as-you-go instance exceeds the quota.'], ['code' => 'QuotaExceeded.PrivateIpAddress', 'message' => 'Insufficient private IP addresses in vSwitch: %s.', 'http_code' => 403, 'description' => 'Insufficient private IP addresses in vSwitch: %s.'], ['code' => 'RecommendEmpty.InstanceTypeNoStock', 'message' => 'The instanceTypes are out of usage.', 'http_code' => 403, 'description' => 'The instance type is unavailable.'], ['code' => 'RecommendEmpty.InstanceTypeNotAuthorized', 'message' => 'The recommend instanceTypes are not authorized.', 'http_code' => 403, 'description' => ''], ['code' => 'RecommendEmpty.InstanceTypeSoldOut', 'message' => 'The resource is out of stock.', 'http_code' => 403, 'description' => 'The resource is out of stock.'], ['code' => 'RecommendEmpty.PriceNotSatisfied', 'message' => 'The price limit is not satisfied.', 'http_code' => 403, 'description' => 'The price limit is not satisfied.'], ['code' => 'RedisError', 'message' => 'A Redis service error occurred.', 'http_code' => 406, 'description' => 'Redis request failed.'], ['code' => 'RervedNodePoolNotFound', 'message' => 'The reserved nodepool is not exist.', 'http_code' => 404, 'description' => 'The specified reserved node pool does not exist'], ['code' => 'ResourceTargetAmount.NotSatisfied', 'message' => 'The resource application is not satisfied.', 'http_code' => 403, 'description' => 'The resource application is not satisfied.'], ['code' => 'SecurityGroupAlreadyExists', 'message' => 'The security group already exists.', 'http_code' => 404, 'description' => 'The security group already exists.'], ['code' => 'SecurityGroupNotSupported', 'message' => 'The security group is not supported.', 'http_code' => 404, 'description' => 'The security group is not supported.'], ['code' => 'ServiceAPIError', 'message' => 'Failed to call the operation. Cause:%s', 'http_code' => 406, 'description' => 'An error occurred while calling the API. %s'], ['code' => 'ServiceUnavailable', 'message' => 'The request has failed due to a temporary failure of the server', 'http_code' => 503, 'description' => 'The request has failed due to a temporary failure of the server.'], ['code' => 'SlsError', 'message' => 'SLS API request failed.', 'http_code' => 406, 'description' => 'Failed to request the SLS interface.'], ['code' => 'TagError', 'message' => 'TAG API request failed.', 'http_code' => 406, 'description' => ''], ['code' => 'TemplateNameExist', 'message' => 'The template name already exists.', 'http_code' => 403, 'description' => 'The template name already exists.'], ['code' => 'TemplateNotExist', 'message' => 'The template ID does not exist.', 'http_code' => 404, 'description' => 'The template ID does not exist.'], ['code' => 'TooManyClusters', 'message' => 'The number of user clusters exceeds the quota.', 'http_code' => 403, 'description' => 'The number of user clusters exceeds the quota. By default, the number of user clusters cannot exceed three.'], ['code' => 'TooManyComputes', 'message' => 'The number of computing nodes exceeds the quota.', 'http_code' => 403, 'description' => 'The number of computing nodes exceeds the quota.'], ['code' => 'TooManyContainers', 'message' => 'The number of containers exceeds the quota.', 'http_code' => 403, 'description' => 'The number of containers exceeds the quota.'], ['code' => 'TooManyLogins', 'message' => 'The maximum number of logged on nodes is exceeded.', 'http_code' => 403, 'description' => 'The maximum number of logged on nodes is exceeded. The default maximum value is 2.'], ['code' => 'TooManyScc', 'message' => 'The maximum number of SCC instances is exceeded.', 'http_code' => 403, 'description' => 'The maximum number of SCC instances is exceeded. The default maximum value is 15.'], ['code' => 'TooMuchTemplates', 'message' => 'The number of templates exceeds the quota.', 'http_code' => 407, 'description' => 'The number of templates exceeds the quota.'], ['code' => 'UnknownError', 'message' => 'An unknown error occurred.', 'http_code' => 500, 'description' => 'An unknown error occurred.'], ['code' => 'UnKnownError', 'message' => 'The request processing has failed due to some unknown error.', 'http_code' => 400, 'description' => 'Unknown error, please check the parameters or try again.'."\n"], ['code' => 'UsernameExist', 'message' => 'The username already exists.', 'http_code' => 403, 'description' => 'The username already exists.'], ['code' => 'UserScriptError.DownloadFailure', 'message' => 'UserScript Error: Download Failure', 'http_code' => 400, 'description' => ''], ['code' => 'UserScriptError.ExecuteFailure', 'message' => 'UserScript Error: Execute Failure', 'http_code' => 400, 'description' => ''], ['code' => 'VolumeAuthGroupNotFound', 'message' => 'NAS AuthGroup Not Found', 'http_code' => 400, 'description' => ''], ['code' => 'VolumeNotFound', 'message' => 'The specified volume does not exist.', 'http_code' => 404, 'description' => 'The specified storage does not exist. Please verify the parameter.'], ['code' => 'VpcNotFound', 'message' => 'The specified VPC does not exist.', 'http_code' => 404, 'description' => 'The specified VPC does not exist.'], ['code' => 'VswitchNotFound', 'message' => 'The specified vSwitch does not exist.', 'http_code' => 404, 'description' => 'The specified vSwitch does not exist.'], ['code' => 'VswitchOccupied', 'message' => 'The vSwitch resource is occupied by other reserved nodepool.', 'http_code' => 406, 'description' => 'This switch resource is occupied by other reserved node pools'], ['code' => 'WorkbenchFailed', 'message' => 'Failed to connect to ECS Workbench.', 'http_code' => 400, 'description' => 'Failed to connect to ECS workbench.'], ['code' => 'ImageClientVersionTooLow', 'message' => 'The image requires a higher ehpcutil version than the cluster currently has, please upgrade the cluster first.', 'http_code' => 400, 'description' => 'The minimum ehpcutil version required for mirroring is higher than the current cluster version, upgrade the cluster first'], ], 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'DescribeJob'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'DescribeServerlessJobs'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'DeleteUsers'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'DescribeCluster'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'ListUsers'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'PullImage'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'StopNodes'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'ListNodesByQueue'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'StopServerlessJobs'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'SetSchedulerInfo'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'GetCloudMetricProfiling'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'DescribeImagePrice'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'GetAutoScaleConfig'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'ListNodes'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'ListCommands'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'InvokeShellCommand'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'ListFileSystemWithMountTargets'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'ModifyClusterAttributes'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'DeleteJobTemplates'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'GetCloudMetricLogs'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'CreateJobTemplate'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'GetHybridClusterConfig'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'ResetNodes'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'UninstallSoftware'], ['threshold' => '200', 'countWindow' => 60, 'regionId' => '*', 'api' => 'ApplyNodes'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'ListServerlessJobs'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'ListUsersAsync'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'DeleteJobs'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'DeleteNodes'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'ListJobs'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'ListCpfsFileSystems'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'ListClustersMeta'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'QueryServicePackAndPrice'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'ListVolumes'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'ListInvocationStatus'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'DeleteSecurityGroup'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'SyncUsers'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'ListClusters'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'SubmitJob'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'GetAccountingReport'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'DescribeAutoScaleConfig'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'GetVisualServiceStatus'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'StartVisualService'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'GetIfEcsTypeSupportHtConfig'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'GetSchedulerInfo'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'TagResources'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'InstallSoftware'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'ListAvailableEcsTypes'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'AddQueue'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'ListJobsWithFilters'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'SubmitServerlessJob'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'ListTagResources'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'ListCurrentClientVersion'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'UpdateClusterVolumes'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'ListInvocationResults'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'SetAutoScaleConfig'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'AddNodes'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'ListSoftwares'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'ListSecurityGroups'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'StopJobs'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'StartNodes'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'ModifyUserGroups'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'SetQueue'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'StartCluster'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'ListCustomImages'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'SetPostScripts'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'AddUsers'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'ListJobTemplates'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'ListTasks'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'StopCluster'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'GetJobLog'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'AddSecurityGroup'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'UnTagResources'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'ListNodesNoPaging'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'DescribeEstackImage'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'CreateHybridCluster'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'ListCommunityImages'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'ListUpgradeClients'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'UpdateQueueConfig'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'StopVisualService'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'CreateCluster'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'ModifyUserPasswords'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'DeleteQueue'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'ListInstalledSoftware'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'UpgradeClient'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'DeleteCluster'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'ListImages'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'ListQueues'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'CreateJobFile'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'ListCloudMetricProfilings'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'GetClusterVolumes'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'ListRegions'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'GetPostScripts'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'InitializeEHPC'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'RunCloudMetricProfiling'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'AddExistedNodes'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'DescribePrice'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'RerunJobs'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'AddLocalNodes'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'EditJobTemplate'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'ModifyVisualServicePasswd'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'ListPreferredEcsTypes'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'ListClusterLogs'], ['threshold' => '100', 'countWindow' => 60, 'regionId' => '*', 'api' => 'RecoverCluster'], ], ], 'ram' => [ 'productCode' => 'Ehpc', 'productName' => 'Elastic High Performance Computing', 'ramCodes' => ['ehpc'], 'ramLevel' => 'OPERATION', 'ramConditions' => [], 'ramActions' => [ [ 'apiName' => 'SetPostScripts', 'description' => '', 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:SetPostScripts', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'RunCloudMetricProfiling', 'description' => '', 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:RunCloudMetricProfiling', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'StopVisualService', 'description' => '', 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:StopVisualService', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'ListFileSystemWithMountTargets', 'description' => '', 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:ListFileSystemWithMountTargets', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'StopCluster', 'description' => '', 'operationType' => 'update', 'ramAction' => [ 'action' => 'ehpc:StopCluster', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'GetPostScripts', 'description' => '', 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:GetPostScripts', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'StartNodes', 'description' => '', 'operationType' => 'update', 'ramAction' => [ 'action' => 'ehpc:StartNodes', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'GetAutoScaleConfig', 'description' => '', 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:GetAutoScaleConfig', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'AddUsers', 'description' => '', 'operationType' => 'create', 'ramAction' => [ 'action' => 'ehpc:AddUsers', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'SetQueue', 'description' => '', 'operationType' => 'update', 'ramAction' => [ 'action' => 'ehpc:SetQueue', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'ListServerlessJobs', 'description' => '', 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:ListServerlessJobs', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'AddSecurityGroup', 'description' => '', 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:AddSecurityGroup', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'ListInvocationResults', 'description' => '', 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:ListInvocationResults', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'SetAutoScaleConfig', 'description' => '', 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:SetAutoScaleConfig', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'DeleteJobTemplates', 'description' => '', 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:DeleteJobTemplates', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'DeleteNodes', 'description' => '', 'operationType' => 'delete', 'ramAction' => [ 'action' => 'ehpc:DeleteNodes', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'ModifyClusterAttributes', 'description' => '', 'operationType' => 'update', 'ramAction' => [ 'action' => 'ehpc:ModifyClusterAttributes', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'DeleteUsers', 'description' => '', 'operationType' => 'delete', 'ramAction' => [ 'action' => 'ehpc:DeleteUsers', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'ListCommands', 'description' => '', 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:ListCommands', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'AddNodes', 'description' => '', 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:AddNodes', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'ModifyVisualServicePasswd', 'description' => '', 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:ModifyVisualServicePasswd', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'GetJobLog', 'description' => '', 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:GetJobLog', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'AddExistedNodes', 'description' => '', 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:AddExistedNodes', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'CreateJobFile', 'description' => '', 'operationType' => 'create', 'ramAction' => [ 'action' => 'ehpc:CreateJobFile', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'ListCurrentClientVersion', 'description' => '', 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:ListCurrentClientVersion', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'ListTasks', 'description' => '', 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:ListTasks', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'SubmitJob', 'description' => '', 'operationType' => 'create', 'ramAction' => [ 'action' => 'ehpc:SubmitJob', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'ModifyUserGroups', 'description' => '', 'operationType' => 'update', 'ramAction' => [ 'action' => 'ehpc:ModifyUserGroups', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'ApplyNodes', 'description' => '', 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:ApplyNodes', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'StopServerlessJobs', 'description' => '', 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:StopServerlessJobs', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'ListJobsWithFilters', 'description' => '', 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:ListJobsWithFilters', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'ListNodes', 'description' => '', 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:ListNodes', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'ListSecurityGroups', 'description' => '', 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:ListSecurityGroups', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'CreateHybridCluster', 'description' => '', 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:CreateHybridCluster', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'CreateJobTemplate', 'description' => '', 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:CreateJobTemplate', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'ListSoftwares', 'description' => '', 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:ListSoftwares', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'DescribeCluster', 'description' => '', 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:DescribeCluster', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'ListClusters', 'description' => '', 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:ListClusters', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'ModifyUserPasswords', 'description' => '', 'operationType' => 'update', 'ramAction' => [ 'action' => 'ehpc:ModifyUserPasswords', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'RecoverCluster', 'description' => '', 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:RecoverCluster', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'ListUpgradeClients', 'description' => '', 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:ListUpgradeClients', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'EditJobTemplate', 'description' => '', 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:EditJobTemplate', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'SyncUsers', 'description' => '', 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:SyncUsers', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'ListJobTemplates', 'description' => '', 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:ListJobTemplates', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'UpdateQueueConfig', 'description' => '', 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:UpdateQueueConfig', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'RerunJobs', 'description' => '', 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:RerunJobs', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'ListInstalledSoftware', 'description' => '', 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:ListInstalledSoftware', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'GetSchedulerInfo', 'description' => '', 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:GetSchedulerInfo', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'ListClusterLogs', 'description' => '', 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:ListClusterLogs', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'InstallSoftware', 'description' => '', 'operationType' => 'update', 'ramAction' => [ 'action' => 'ehpc:InstallSoftware', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'ListRegions', 'description' => '', 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:ListRegions', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'StopNodes', 'description' => '', 'operationType' => 'update', 'ramAction' => [ 'action' => 'ehpc:StopNodes', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'StartCluster', 'description' => '', 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:StartCluster', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'ResetNodes', 'description' => '', 'operationType' => 'update', 'ramAction' => [ 'action' => 'ehpc:ResetNodes', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'ListNodesByQueue', 'description' => '', 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:ListNodesByQueue', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'TagResources', 'description' => '', 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:TagResources', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'ListQueues', 'description' => '', 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:ListQueues', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'InitializeEHPC', 'description' => '', 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:InitializeEHPC', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'CreateCluster', 'description' => '', 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:CreateCluster', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'DescribeServerlessJobs', 'description' => '', 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:DescribeServerlessJobs', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'DeleteJobs', 'description' => '', 'operationType' => 'delete', 'ramAction' => [ 'action' => 'ehpc:DeleteJobs', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'DescribeAutoScaleConfig', 'description' => '', 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:DescribeAutoScaleConfig', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'SetSchedulerInfo', 'description' => '', 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:SetSchedulerInfo', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'QueryServicePackAndPrice', 'description' => '', 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:QueryServicePackAndPrice', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'ListNodesNoPaging', 'description' => '', 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:ListNodesNoPaging', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'ListUsersAsync', 'description' => '', 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:ListUsersAsync', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'GetHybridClusterConfig', 'description' => '', 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:GetHybridClusterConfig', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'UpdateClusterVolumes', 'description' => '', 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:UpdateClusterVolumes', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'UninstallSoftware', 'description' => '', 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:UninstallSoftware', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'StartVisualService', 'description' => '', 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:StartVisualService', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'ListAvailableEcsTypes', 'description' => '', 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:ListAvailableEcsTypes', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'DeleteSecurityGroup', 'description' => '', 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:DeleteSecurityGroup', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'ListUsers', 'description' => '', 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:ListUsers', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'ListJobs', 'description' => '', 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:ListJobs', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'ListTagResources', 'description' => '', 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:ListTagResources', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'ListCommunityImages', 'description' => '', 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:ListCommunityImages', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'InvokeShellCommand', 'description' => '', 'operationType' => 'create', 'ramAction' => [ 'action' => 'ehpc:InvokeShellCommand', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'ListImages', 'description' => '', 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:ListImages', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'GetCloudMetricProfiling', 'description' => '', 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:GetCloudMetricProfiling', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'SubmitServerlessJob', 'description' => '', 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:SubmitServerlessJob', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'GetIfEcsTypeSupportHtConfig', 'description' => '', 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:GetIfEcsTypeSupportHtConfig', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'DeleteCluster', 'description' => '', 'operationType' => 'delete', 'ramAction' => [ 'action' => 'ehpc:DeleteCluster', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'DescribeJob', 'description' => '', 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:DescribeJob', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'ListVolumes', 'description' => '', 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:ListVolumes', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'UnTagResources', 'description' => '', 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:UnTagResources', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'ListClustersMeta', 'description' => '', 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:ListClustersMeta', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'GetAccountingReport', 'description' => '', 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:GetAccountingReport', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'AddLocalNodes', 'description' => '', 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:AddLocalNodes', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'DescribePrice', 'description' => '', 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:DescribePrice', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'UpgradeClient', 'description' => '', 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:UpgradeClient', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'ListCpfsFileSystems', 'description' => '', 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:ListCpfsFileSystems', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'GetCloudMetricLogs', 'description' => '', 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:GetCloudMetricLogs', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'AddQueue', 'description' => '', 'operationType' => 'create', 'ramAction' => [ 'action' => 'ehpc:AddQueue', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'ListCustomImages', 'description' => '', 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:ListCustomImages', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'ListPreferredEcsTypes', 'description' => '', 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:ListPreferredEcsTypes', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'DeleteQueue', 'description' => '', 'operationType' => 'delete', 'ramAction' => [ 'action' => 'ehpc:DeleteQueue', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'GetClusterVolumes', 'description' => '', 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:GetClusterVolumes', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'ListCloudMetricProfilings', 'description' => '', 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:ListCloudMetricProfilings', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'DescribeImagePrice', 'description' => '', 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:DescribeImagePrice', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'ListInvocationStatus', 'description' => '', 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:ListInvocationStatus', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'StopJobs', 'description' => '', 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:StopJobs', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'GetVisualServiceStatus', 'description' => '', 'operationType' => '', 'ramAction' => [ 'action' => 'ehpc:GetVisualServiceStatus', 'authLevel' => '', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'Ehpc', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], 'resourceTypes' => [], ], ];