1. Interface Description
Interface request domain name: cvm.api3.convergecloud.com.
Create High-Performance Computing Cluster
Default interface request rate limit: 20 times per second.
Interface update time: 2023-12-12 03:31:20.
The interface is both signature verification and authentication.
2. Input Parameters
The following list of request parameters only lists interface request parameters and some public parameters, For a complete list of public parameters see public request parameters.
| Parameter name | Required | Allow NULL | Type | Description |
|---|---|---|---|---|
| Action | Yes | No | String | Public parameter, The value of this interface: CreateHpcCluster |
| Version | Yes | No | String | Public parameter, The value of this interface: 2017-03-12 |
| Region | No | No | String | Public parameter,Regional information A list of supported geographies is available through the DescribeRegions interface |
| Zone | Yes | No | String | Availability zone. Example: ap-region1-2 |
| Name | Yes | No | String | Name of high-performance computing cluster. Example: MyHpcCluster |
| Remark | No | No | String | Remarks on high-performance computing cluster. Example: Remarks |
3. Output Parameters
| Parameter name | Type | Description |
|---|---|---|
| HpcClusterSet | Array of HpcClusterInfo | High-performance computing cluster information. Example:View |
| RequestId | String | Unique request id, Each request will return. The RequestId of the request needs to be provided when locating the problem. |
4. Error Code
The following lists only the error codes related to the interface business logic, For other error codes, see public ErrorCode.
| Error Code | Description |
|---|---|
| InvalidParameterValue | Invalid parameter value. The format of the parameter value is incorrect or not supported, etc. |
| InvalidZone.MismatchRegion | The specified zone does not exist. |
| UnsupportedOperation.InvalidZone | The zone is invalid. |