changeCloudMysqlUserList
    • PDF

    changeCloudMysqlUserList

    • PDF

    Article Summary

    Available in VPC

    Overview

    Edit 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: the first Region of the getRegionList search results is selected.
    cloudMysqlInstanceNoYesString- Cloud DB for MySQL instance number
    cloudMysqlInstanceNo can be obtained via the getCloudMysqlInstanceListaction.
    cloudMysqlUserList.N.nameYesList<String>Only alphanumeric characters, underscores (_), and hyphens (-) are allowed, and the first character must be a letter.
    Min: 4
    Max: 16
    - MySQL User ID
    Uneditable
    cloudMysqlUserList.N.hostIpYesList<String>- MySQL User host
    Uneditable
    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.passwordNoList<String>Must contain at least one character for 3 items of English, number, and special characters
    You cannot use particular special characters (`, &, +, ", ', /, and spacing).
    When the password plugin is activated, the policy set by the plugin must also be satisfied.
    Min: 9
    Max: 20
    - MySQL user password
    cloudMysqlUserList.N.authorityYesList<String>- MySQL user authority
    Options : READ | CRUD | DDL
    responseFormatTypeNoString- Format type of the response result
    Options : xml | json
    Default : xml

    Examples

    Request examples

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

    Response examples

    <changeCloudMysqlUserListResponse>
        <requestId>08bc2188-6a20-4129-9176-f85be77073dc</requestId>
        <returnCode>0</returnCode>
        <returnMessage>success</returnMessage>
    </changeCloudMysqlUserListResponse>
    

    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.