getDbServerLogList
    • PDF

    getDbServerLogList

    • PDF

    Article Summary

    Available in VPC

    Overview

    Queries the database server log list of Cloud DB for MySQL instance

    Requests

    Request parameters

    Parameter nameRequirement statusTypeRestrictionsDescription
    regionCodeNoString- Region code
    You can obtain regionCode through the getRegionList action
    Default: selects the first region of the getRegionList query results
    logTypeYesString- Database server log file type
    Options : BINARY | ERROR | SLOW | GENERAL| AUDIT
    cloudMysqlServerInstanceNoYesString- Cloud DB for MySQL server instance number
    You can obtain cloudMysqlServerInstanceNo through the getCloudMysqlInstanceList action
    responseFormatTypeNoString- Format type of the response result
    Options : xml | json
    Default : xml

    Responses

    Response bodies

    Examples

    Request examples

    GET {API_URL}/getDbServerLogList
    ?regionCode=KR
    &logType=BINARY
    &cloudMysqlServerInstanceNo=****891
    

    Response examples

    <getDbServerLogListResponse>
        <requestId>d733e677-ad69-4cbe-8351-711d0e0124bc</requestId>
        <returnCode>0</returnCode>
        <returnMessage>success</returnMessage>
        <totalRows>1</totalRows>
        <cloudMysqlDbServerLogList>
            <cloudMysqlDbServerLog>
                <fileName>mysql-bin.000001</fileName>
                <fileSize>194</fileSize>
                <fileDate>2021-05-27T18:10:00+0900</fileDate>
            </cloudMysqlDbServerLog>
        </cloudMysqlDbServerLogList>
    </getDbServerLogListResponse>
    

    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.