Queries the post-processing scripts of a cluster.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
RegionId | string | Yes | The ID of the region where the cluster resides. You can call the ListRegions operation to query the latest region list. | cn-shanghai |
ClusterId | string | Yes | The cluster ID. You can call the ListClusters operation to obtain the cluster ID. | ehpc-sh-EnjshUxn |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "B745C159-3155-4B94-95D0-4B73D4D2****",
"PostInstallScripts": [
{
"Args": "-h",
"Url": "https://bucket.oss-cn-shanghai.aliyuncs.com/postscript_examples.sh"
}
]
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
400 | InvalidParams | The specified parameter %s is invalid. | The specified parameter %s is invalid. |
404 | ClusterNotFound | The specified cluster does not exist. | The specified instance does not exist. |
500 | UnknownError | An unknown error occurred. | An unknown error occurred. |
503 | ServiceUnavailable | The request has failed due to a temporary failure of the server | The request has failed due to a temporary failure of the server. |
For a list of error codes, visit the Service error codes.