getCloudHadoopMysqlUserList
    • PDF

    getCloudHadoopMysqlUserList

    • PDF

    Article Summary

    VPC 環境で利用できます。

    概要

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

    リクエスト

    リクエストパラメータ

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

    レスポンス

    レスポンス データタイプ

    • CloudMysqlUserListForHiveMetaStore タイプ
    CloudMysqlUserListForHiveMetaStore extends CommonResponse
    private Integer totalRows;
    private List<CloudMysqlUserForHiveMetaStore> cloudMysqlUserListForHiveMetaStore = new ArrayList<>();
    CloudMysqlUserForHiveMetaStore
    private String userName;
    private String hostIp;
    private String authority;

    リクエスト例

    ncloud vhadoop getCloudHadoopMysqlUserList --regionCode KR --cloudMysqlInstanceNo 823***
    

    レスポンス例

    <CloudMysqlUserListForHiveMetaStoreResponse>
        <requestId>305113ee-d4b7-4709-805b-0a59aba07bc4</requestId>
        <returnCode>0</returnCode>
        <totalRows>1</totalRows>
        <cloudMysqlUserListForHiveMetaStore>
            <cloudMysqlUserForHiveMetaStore>
                <userName>****</userName>
                <hostIp>%</hostIp>
                <authority>DDL</authority>
            </cloudMysqlUserForHiveMetaStore>
        </cloudMysqlUserListForHiveMetaStore>
    </CloudMysqlUserListForHiveMetaStoreResponse>
    

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

    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.