Installs software in a cluster.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | InstallSoftware |
The operation that you want to perform. Set the value to InstallSoftware. |
Application | String | Yes | ABYSS_2.1.5 |
The name of the software that you want to install. You can call the ListSoftwares operation to query the software that can be installed. |
ClusterId | String | Yes | ehpc-hz-jeJki6**** |
The ID of the cluster. You can call the ListClusters operation to query the cluster ID. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | 896D338C-E4F4-41EC-A154-D605E5DE**** |
The ID of the request. |
Examples
Sample requests
https://ehpc.cn-hangzhou.aliyuncs.com/?Action=InstallSoftware
&Application=ABYSS_2.1.5
&ClusterId=ehpc-hz-jeJki6****
&<Common request parameters>
Sample success responses
XML
format
<InstallSoftwareResponse>
<RequestId>896D338C-E4F4-41EC-A154-D605E5DE****</RequestId>
</InstallSoftwareResponse>
JSON
format
{
"RequestId": "896D338C-E4F4-41EC-A154-D605E5DE****"
}
Error codes
HttpCode | Error code | Error message | Description |
---|---|---|---|
503 | ServiceUnavailable | The request has failed due to a temporary failure of the server | The error message returned because the request has failed. The service is temporarily unavailable. |
For a list of error codes, visit the API Error Center.