backupClusterConfiguration
    • PDF

    backupClusterConfiguration

    • PDF

    Article Summary

    VPC環境で利用できます。

    クラスタにマッピングされた Object Storageバケットに、クラスタ内のすべての構成要素のクライアント設定をバックアップします。

    リクエスト

    リクエストパラメータ

    パラメータ名要否タイプ制約事項説明
    regionCodeNoString- リージョンコード
    リージョン(Region)を決定可能
    regionCodeは、getRegionListアクションを通じて取得可能
    Default: getRegionList照会結果の最初のリージョンを選択
    cloudHadoopInstanceNoYesString- Cloud Hadoopのインスタンス番号
    cloudHadoopInstanceNoは、getCloudHadoopInstanceListアクションを通じて取得可能
    responseFormatTypeNoString- レスポンス結果のフォーマットタイプ
    Options: xml | json
    Default: xml

    リクエストヘッダ

    Cloud Hadoop(VPC) の概要を参照

    リクエストボディ

    {
      "regionCode": "string",
      "cloudHadoopInstanceNo": "string",
      "responseFormatType": "string"
    }
    

    レスポンス

    レスポンスボディ

    {
      "backupClusterConfigurationResponse": {
        "requestId": "string",
        "returnCode": "string",
        "returnMessage": "string"
      }
    }
    

    エラーコード

    Cloud Hadoop(VPC) の概要を参照

    リクエスト例

    POST {API_URL}/backupClusterConfiguration
    ?cloudHadoopInstanceNo=1789****
    &responseFormatType=json
    

    レスポンス例

    {
      "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>
    

    この記事は役に立ちましたか?

    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.