Creates a high performance computing (HPC) cluster.
Debugging
Request parameters
Parameter |
Type |
Required |
Example |
Description |
Action | String | Yes | CreateHpcCluster | The operation that you want to perform. Set the value to CreateHpcCluster. |
RegionId | String | Yes | cn-hangzhou | The ID of the region in which to create the HPC cluster. You can call the DescribeRegions operation to query the most recent region list. |
ClientToken | String | No | 123e4567-e89b-12d3-a456-426655440000 | The client token that is used to ensure the idempotence of the request. You can use the client to generate the token, but you must 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 to ensure idempotence. |
Description | String | No | testHPCDescription | The description of the HPC cluster. The description must be 2 to 256 characters in length and cannot start with This parameter is empty by default. |
Name | String | Yes | hpc-Cluster-01 | The name of the HPC cluster. The name must be 2 to 128 characters in length. The name must start with a letter and cannot start with |
Response parameters
Parameter |
Type |
Example |
Description |
HpcClusterId | String | hpc-pnlg1ds9rky4**** | The ID of the HPC cluster. |
RequestId | String | 473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E | The ID of the request. |
Examples
Sample requests
https://ecs.aliyuncs.com/?Action=CreateHpcCluster
&RegionId=cn-hangzhou
&Name=hpc-Cluster-01
&<Common request parameters>
Sample success responses
XML
format
HTTP/1.1 200 OK
Content-Type:application/xml
<CreateHpcClusterResponse>
<RequestId>473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E</RequestId>
<HpcClusterId>hpc-pnlg1ds9rky4****</HpcClusterId>
</CreateHpcClusterResponse>
JSON
format
HTTP/1.1 200 OK
Content-Type:application/json
{
"RequestId" : "473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E",
"HpcClusterId" : "hpc-pnlg1ds9rky4****"
}
Error codes
HTTP status code |
Error code |
Error message |
Description |
400 | MissingParameter | The input parameter RegionId that is mandatory for processing this request is not supplied. | RegionId is required. |
400 | InvalidHpcClusterName.Malformed | Specified hpc cluster name is not valid. | Invalid HpcClusterName value. |
400 | InvalidHpcClusterDescription.Malformed | The specified parameter Description is not valid. | Invalid HpcClusterDescription value. |
400 | Invalid.Parameter | Invalid parameters | Invalid parameter value. |
404 | InternalError | Failed to create hpc cluster | The HPC cluster cannot be created. |
For a list of error codes, see Service error codes.