backupClusterConfiguration
    • PDF

    backupClusterConfiguration

    • PDF

    Article Summary

    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 nameRequirement statusTypeRestrictionsDescription
    regionCodeNoString- Region code
    Can determine the Region.
    regionCode can be obtained via the getRegionList action
    Default: select the first Region of the getRegionList search results
    cloudHadoopInstanceNoYesString- The instance number of Cloud Hadoop
    The cloudHadoopInstanceNo can be obtained by the getCloudHadoopInstanceList action.
    responseFormatTypeNoString- 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?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.