getCloudPostgresqlBackupList
    • PDF

    getCloudPostgresqlBackupList

    • PDF

    Article Summary

    Available in VPC

    Views the list of Cloud DB for PostgreSQL backups.

    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
    - Enter it every time you enter pageNo
    - Min: 1
    - Max: 1000
    responseFormatTypeStringNFormat type of the response result
    - options: xml | json
    - default: xml
    -

    Responses

    Response bodies

    For response bodies, refer to CloudPostgresqlBackupList.

    Examples

    Request Examples

    The following is an example of a request body.

    GET {API_URL}/getCloudPostgresqlBackupList
    ?regionCode=KR
    

    Response examples

    The following are examples of responses.

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

    {
      "getCloudPostgresqlBackupListResponse": {
        "requestId": "2086d40d-d152-49a7-aa26-effaecb5a616",
        "returnCode": "0",
        "returnMessage": "success",
        "totalRows": "1",
        "cloudPostgresqlBackupList": [
          {
            "cloudPostgresqlInstanceNo": "****890",
            "cloudPostgresqlServiceName": "test-****",
            "backupType": "USER",
            "backupRetention": "10",
            "backupTime": "02:00",
            "backupSize": "571482767",
            "lastBackupDate": "2021-05-28T02:10:00+0900"
          }
        ]
      }
    }
    

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

    <getCloudPostgresqlBackupListResponse>
        <requestId>2086d40d-d152-49a7-aa26-effaecb5a616</requestId>
        <returnCode>0</returnCode>
        <returnMessage>success</returnMessage>
        <totalRows>1</totalRows>
        <cloudPostgresqlBackupList>
            <cloudPostgresqlBackup>
                <cloudPostgresqlInstanceNo>****890</cloudPostgresqlInstanceNo>
                <cloudPostgresqlServiceName>test-****</cloudPostgresqlServiceName>
                <backupType>USER</backupType>
                <backupRetention>10</backupRetention>
                <backupTime>02:00</backupTime>
                <backupSize>571482767</backupSize>
                <lastBackupDate>2021-05-28T02:10:00+0900</lastBackupDate>
            </cloudPostgresqlBackup>
        </cloudPostgresqlBackupList>
    </getCloudPostgresqlBackupListResponse>
    

    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.