Manually starts a cluster.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | ManuallyStartDBCluster | The action that you want to perform. Set the value to ManuallyStartDBCluster. |
DBClusterId | String | Yes | pc-xxxxxxxxxxxxx | The ID of the cluster. |
RegionId | String | No | cn-hangzhou | The region ID of the cluster. Note You can call the DescribeRegions operation to query available regions. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | 73A85BAF-1039-4CDE-A83F-1A140F****** | The ID of the request. |
Examples
Sample requests
http(s)://polardb.aliyuncs.com/?Action=ManuallyStartDBCluster
&DBClusterId=pc-xxxxxxxxxxxxx
&RegionId=cn-hangzhou
&<Common request parameters>
Sample success responses
XML
format
HTTP/1.1 200 OK
Content-Type:application/xml
<ManuallyStartDBClusterResponse>
<RequestId>73A85BAF-1039-4CDE-A83F-1A140F******</RequestId>
</ManuallyStartDBClusterResponse>
JSON
format
HTTP/1.1 200 OK
Content-Type:application/json
{
"RequestId" : "73A85BAF-1039-4CDE-A83F-1A140F******"
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
404 | InvalidDBCluster.NotFound | The DBClusterId provided does not exist in our records. | The error message returned because the specified cluster ID does not exist in the current record. |
For a list of error codes, see Service error codes.