getCloudMysqlDatabaseList
    • PDF

    getCloudMysqlDatabaseList

    • PDF

    Article Summary

    Available in VPC

    Overview

    Queries the detailed list of Cloud DB for MySQL instance database

    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
    Paging can be handled using pageNo and pageSize
    pageSizeYesIntegerMin: 1- Sets the page size when paging
    Paging can be handled 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}/getCloudMysqlDatabaseList
    ?regionCode=KR
    &cloudMysqlInstanceNo=****890
    &pageNo=0
    &pageSize=10
    

    Response examples

    <getCloudMysqlDatabaseListResponse>
        <requestId>32993542-96c8-4899-91d8-3a273960b79c</requestId>
        <returnCode>0</returnCode>
        <returnMessage>success</returnMessage>
        <totalRows>1</totalRows>
        <cloudMysqlDatabaseList>
            <cloudMysqlDatabase>
                <databaseName>mysql_test</databaseName>
            </cloudMysqlDatabase>
        </cloudMysqlDatabaseList>
    </getCloudMysqlDatabaseListResponse>
    

    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.