deleteCloudMysqlUserList

Prev Next

Available in VPC

Overview

Deleting Cloud DB for MySQL instance DB Users

Requests

Request parameters

Parameter name Requirement status Type Restrictions Description
regionCode No String - Region code
regionCode can be obtained via the getRegionList action
Default: selects the first region of the getRegionList query results
cloudMysqlInstanceNo Yes String - Cloud DB for MySQL instance number
cloudMysqlInstanceNo can be obtained via the getCloudMysqlInstanceList action
cloudMysqlUserList.N.name Yes List<String> Only alphanumeric characters, underscores (_), and hyphens (-) are allowed, and the first character must be a letter.
Min: 4
Max: 16
- MySQL User ID
cloudMysqlUserList.N.hostIp Yes List<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.%
output No String - Format type of the response result
Options : xml | json
Default : json

Examples

Request examples

ncloud vmysql deleteCloudMysqlUserList --regionCode KR --cloudMysqlInstanceNo ****890 --cloudMysqlUserList "name='testuser', hostIp='%'"

Response examples

<deleteCloudMysqlUserListResponse>
    <requestId>2afd05f7-8817-4234-8a77-c9a5906133d8</requestId>
    <returnCode>0</returnCode>
    <returnMessage>success</returnMessage>
</deleteCloudMysqlUserListResponse>