All Products
Search
Document Center

Elastic High Performance Computing:GetPostScripts

Last Updated:Apr 09, 2024

Queries the post-processing scripts of a cluster.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
RegionIdstringYes

The ID of the region where the cluster resides.

You can call the ListRegions operation to query the latest region list.

cn-shanghai
ClusterIdstringYes

The cluster ID.

You can call the ListClusters operation to obtain the cluster ID.

ehpc-sh-EnjshUxn

Response parameters

ParameterTypeDescriptionExample
object

Schema of Response

RequestIdstring

The request ID.

B745C159-3155-4B94-95D0-4B73D4D2****
PostInstallScriptsobject []

The post-installation scripts.

Argsstring

The parameter that is used to run the post-installation script.

-h
Urlstring

The URL that is used to download the post-installation script.

https://bucket.oss-cn-shanghai.aliyuncs.com/postscript_examples.sh

Examples

Sample success responses

JSONformat

{
  "RequestId": "B745C159-3155-4B94-95D0-4B73D4D2****",
  "PostInstallScripts": [
    {
      "Args": "-h",
      "Url": "https://bucket.oss-cn-shanghai.aliyuncs.com/postscript_examples.sh"
    }
  ]
}

Error codes

HTTP status codeError codeError messageDescription
400InvalidParamsThe specified parameter %s is invalid.The specified parameter %s is invalid.
404ClusterNotFoundThe specified cluster does not exist.The specified instance does not exist.
500UnknownErrorAn unknown error occurred.An unknown error occurred.
503ServiceUnavailableThe request has failed due to a temporary failure of the serverThe request has failed due to a temporary failure of the server.

For a list of error codes, visit the Service error codes.