backupClusterConfiguration
- Print
- PDF
backupClusterConfiguration
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in VPC
Client settings of all in-cluster components are backed up to the Object Storage bucket mapped to the cluster.
Requests
Request Parameters
Parameter name | Requirement status | Type | Restrictions | Description |
---|---|---|---|---|
regionCode | No | String | - Region code Can determine the Region. regionCode can be obtained via the getRegionList action Default: select the first Region of the getRegionList search results | |
cloudHadoopInstanceNo | Yes | String | - The instance number of Cloud Hadoop The cloudHadoopInstanceNo can be obtained by the getCloudHadoopInstanceList action. | |
responseFormatType | No | String | - Format type of the response result Options: xml | json Default: xml |
Request headers
See Cloud Hadoop(VPC) overview.
Request bodies
{
"regionCode": "string",
"cloudHadoopInstanceNo": "string",
"responseFormatType": "string"
}
Responses
Response bodies
{
"backupClusterConfigurationResponse": {
"requestId": "string",
"returnCode": "string",
"returnMessage": "string"
}
}
Errors
See Cloud Hadoop(VPC) overview.
Examples
Request Examples
POST {API_URL}/backupClusterConfiguration
?cloudHadoopInstanceNo=1789****
&responseFormatType=json
Response examples
{
"backupClusterConfigurationResponse": {
"requestId": "7cdcec3e-38fd-4feb-a545-95546ccad518",
"returnCode": "0",
"returnMessage": "success"
}
}
<?xml version="1.0" encoding="UTF-8"?>
<backupClusterConfigurationResponse>
<requestId>1350b7cb-96e2-4da2-bdd0-f7f54f6f0664</requestId>
<returnCode>0</returnCode>
<returnMessage>success</returnMessage>
</backupClusterConfigurationResponse>
Was this article helpful?