getCloudMssqlBackupList
    • PDF

    getCloudMssqlBackupList

    • PDF

    Article Summary

    Available in VPC

    Querying a backup list of available Cloud DB for MSSQL.

    Requests

    Request Parameters

    ParameterTypeRequirement StatusDescriptionRestrictions
    regionCodeStringNRegion code
    - regionCode can be obtained via the getRegionList action
    - default: Selects the first region of the getRegionList query results
    -
    pageNoIntegerNPage number of paged results
    - The results can be paged using pageNo and pageSize
    - Min: 0
    pageSizeIntegerNSize of each page to be shown during paging
    - The results can be paged using pageNo and pageSize
    - Must be entered when entering pageNo
    - Min: 1
    responseFormatTypeStringNFormat type of the response result
    - options: xml | json
    - default: xml
    -

    Responses

    Response bodies

    For response bodies, refer to CloudMssqlBackupList.

    Examples

    Request Examples

    The following is an example of a request body.

    GET {API_URL}/getCloudMssqlBackupList
    ?regionCode=KR
    

    Response examples

    The following are examples of responses.

    If the response shows that format type (responseFormatType) is json

    {
      "getCloudMssqlBackupListResponse": {
        "requestId": "d5e980a0-15b5-4c77-8b12-a70b8673142c",
        "returnCode": 0,
        "returnMessage": "success",
        "totalRows": 1,
        "cloudMssqlBackupList": [
          {
            "cloudMssqlInstanceNo": "****890",
            "cloudMssqlServiceName": "test-****",
            "backupDurationDay": 3,
            "backupTime": "17:00",
            "totalBackupDataSize": 20252685,
            "fullBackupDataSize": 20252685,
            "logBackupDataSize": 0,
            "logBackupCount": 0
          }
        ]
      }
    }
    

    If the response shows that format type (responseFormatType) is xml

    <getCloudMssqlBackupListResponse>
        <requestId>d5e980a0-15b5-4c77-8b12-a70b8673142c</requestId>
        <returnCode>0</returnCode>
        <returnMessage>success</returnMessage>
        <totalRows>1</totalRows>
        <cloudMssqlBackupList>
            <CloudMssqlBackup>
                <cloudMssqlInstanceNo>****890</cloudMssqlInstanceNo>
                <cloudMssqlServiceName>test-****</cloudMssqlServiceName>
                <backupDurationDay>3</backupDurationDay>
                <backupTime>17:00</backupTime>
                <totalBackupDataSize>20252685</totalBackupDataSize>
                <fullBackupDataSize>20252685</fullBackupDataSize>
                <logBackupDataSize>0</logBackupDataSize>
                <logBackupCount>0</logBackupCount>
            </CloudMssqlBackup>
        </cloudMssqlBackupList>
    </getCloudMssqlBackupListResponse>
    

    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.