getCloudHadoopMysqlInstanceList
    • PDF

    getCloudHadoopMysqlInstanceList

    • PDF

    Article Summary

    VPC 環境で利用できます。

    概要

    Cloud Hadoop Hiveメタストアと連携するCloud DB for MySQL (VPC)のインスタンスリストを照会します。

    リクエスト

    リクエストパラメータ

    パラメータ名必須の有無タイプ制約事項説明
    regionCodeNoString- リージョンコード
    - Hiveメタストアを連携できるかどうかテストするリージョン(Region)を決定できます。
    - regionCodeは、getRegionListアクションを通じて取得できます。
    - デフォルト:getRegionList照会結果の最初のリージョンを選択
    cloudHadoopInstanceNoYesString- Hiveメタストアを連携するCloud DB for MySQL (VPC)と接続できるCloud Hadoopインスタンス番号
    - cloudHadoopInstanceNoは、getCloudHadoopInstanceListアクションを通じて取得できます。
    outputNoString- レスポンス結果のフォーマットタイプ
    - Options: xml | json
    - Default: xml

    レスポンス

    レスポンス データタイプ

    • CloudMysqlInstanceListForHiveMetaStore タイプ
    CloudMysqlInstanceListForHiveMetaStore extends CommonResponse
    private Integer totalRows;
    private List<CloudMysqlInstanceForHiveMetaStore> cloudMysqlInstanceListForHiveMetaStore = new ArrayList<>();
    CloudMysqlInstanceForHiveMetaStore
    private String cloudMysqlInstanceNo;
    private String cloudMysqlInstanceName;
    private String vpcName;

    リクエスト例

    ncloud vhadoop getCloudHadoopMysqlInstanceList --regionCode KR --cloudHadoopInstanceNo 823***
    

    レスポンス例

    <CloudMysqlInstanceListForHiveMetaStoreResponse>
        <requestId>f2386914-c6b3-432f-83d4-2884e9039cdb</requestId>
        <returnCode>0</returnCode>
        <returnMessage>success</returnMessage>
        <totalRows>2</totalRows>
        <cloudMysqlInstanceListForHiveMetaStore>
            <cloudMysqlInstanceForHiveMetaStore>
                <cloudMysqlInstanceNo>****855</cloudMysqlInstanceNo>
                <cloudMysqlInstanceName>****sc</cloudMysqlInstanceName>
                <vpcName>****-vpc-exercise</vpcName>
            </cloudMysqlInstanceForHiveMetaStore>
            <cloudMysqlInstanceForHiveMetaStore>
                <cloudMysqlInstanceNo>****222</cloudMysqlInstanceNo>
                <cloudMysqlInstanceName>****sds</cloudMysqlInstanceName>
                <vpcName>****-vpc-exercise</vpcName>
            </cloudMysqlInstanceForHiveMetaStore>
        </cloudMysqlInstanceListForHiveMetaStore>
    </CloudMysqlInstanceListForHiveMetaStoreResponse>
    

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

    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.