addCloudMysqlUserList
    • PDF

    addCloudMysqlUserList

    • PDF

    Article Summary

    Available in VPC

    Overview

    Add a DB user to Cloud DB for MySQL instance.

    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 search results.
    cloudMysqlInstanceNoYesString- Cloud DB for MySQL instance number
    cloudMysqlInstanceNo can be obtained via the getCloudMysqlInstanceList action.
    cloudMysqlUserList.N.nameYesList<String>Only English letters, numbers, underscores (_), and hyphens (-) are allowed. It must start with an English letter.
    Min: 4
    Max: 16
    - MySQL user ID
    cloudMysqlUserList.N.hostIpYesList<String>- MySQL user Host
    Example)
    Allow access to all: %
    Allow access to specific IPs: 1.1.1.1
    Allow access to an IP range: 1.1.1.%
    cloudMysqlUserList.N.passwordYesList<String>It must have at least 1 English letter, 1 number, and 1 special character.
    Certain special characters( ` & + " ' / space ) are not available to use.
    It also needs to satisfy the policies set with the plugin when the Password Plugin is activated.
    Min: 9
    Max: 20
    - MySQL user password
    cloudMysqlUserList.N.authorityYesList<String>- MySQL user permission
    Options : READ | CRUD | DDL
    responseFormatTypeNoString- Format type of the response result
    Options : xml | json
    Default : xml

    Examples

    Request examples

    GET {API_URL}/addCloudMysqlUserList
    ?regionCode=KR
    &cloudMysqlInstanceNo=****890
    &cloudMysqlUserList.1.name=testuser
    &cloudMysqlUserList.1.hostIp=%
    &cloudMysqlUserList.1.password=********
    &cloudMysqlUserList.1.authority=DDL
    

    Response examples

    <addCloudMysqlUserListResponse>
        <requestId>d35c01cf-e77a-44a9-a2b9-1fd1f9572750</requestId>
        <returnCode>0</returnCode>
        <returnMessage>success</returnMessage>
    </addCloudMysqlUserListResponse>
    

    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.