getCloudMysqlUserList
    • PDF

    getCloudMysqlUserList

    • PDF

    Article Summary

    Available in VPC

    Overview

    Queries the detailed list of Cloud DB for MySQL instance's DB users

    Requests

    Request parameters

    Parameter nameRequirement statusTypeRestrictionsDescription
    regionCodeNoString- Region code
    regionCode can be obtained via the getRegionList action
    Default: selects the first region of the getRegionList query results
    cloudMysqlInstanceNoYesString- Cloud DB for MySQL instance number
    cloudMysqlInstanceNo can be obtained via the getCloudMysqlInstanceList action
    pageNoYesIntegerMin: 0- Page number of paged result
    The result value can be paged using pageNo and pageSize.
    pageSizeYesIntegerMin: 1- Sets the page size when paging
    The result value can be paged using pageNo and pageSize.
    responseFormatTypeNoString- Format type of the response result
    Options : xml | json
    Default : xml

    Responses

    Response bodies

    Examples

    Request examples

    GET {API_URL}/getCloudMysqlUserList
    ?regionCode=KR
    &cloudMysqlInstanceNo=****890
    &pageNo=0
    &pageSize=10
    

    Response examples

    <getCloudMysqlUserListResponse>
        <requestId>a117cbf7-c16b-483a-92e2-69c85a7ef928</requestId>
        <returnCode>0</returnCode>
        <returnMessage>success</returnMessage>
        <totalRows>2</totalRows>
        <cloudMysqlUserList>
            <cloudMysqlUser>
                <userName>test_read</userName>
                <hostIp>%</hostIp>
                <authority>READ</authority>
            </cloudMysqlUser>
            <cloudMysqlUser>
                <userName>test_ddl</userName>
                <hostIp>%</hostIp>
                <authority>DDL</authority>
            </cloudMysqlUser>
        </cloudMysqlUserList>
    </getCloudMysqlUserListResponse>
    

    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.