getCloudPostgresqlBackupDetailList
    • PDF

    getCloudPostgresqlBackupDetailList

    • PDF

    Article Summary

    Available in VPC

    Views the detailed list of Cloud DB for PostgreSQL backups.

    Commands

    The text of the command is as follows:

    ncloud vpostgresql getCloudPostgresqlBackupDetailList [regionCode] [cloudPostgresqlInstanceNo] [pageNo] [pageSize] [output]
    

    Parameter

    The following is a description on parameters.

    ParameterTypeRequirement statusDescriptionRestrictions
    regionCodeStringNRegion code
    - regionCode can be obtained via the getRegionList action
    - Default: selects the first region of the getRegionList search results
    -
    cloudPostgresqlInstanceNoStringYCloud DB for PostgreSQL instance number
    - cloudPostgresqlInstanceNo can be obtained via the getCloudPostgresqlInstanceList action
    -
    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
    outputStringNFormat type of the response result
    - options: xml | json
    - default: json
    -

    Responses

    Response data type

    • CloudPostgresqlBackupDetailList type
    CloudPostgresqlBackupDetailList extends CommonResponseDescription
    private Integer totalRows;Total number of items viewed
    private List<CloudPostgresqlBackupDetail> cloudPostgresqlBackupDetailList = new ArrayList<>();Cloud DB for PostgreSQL backup detail list
    • CloudPostgresqlBackupDetail type
    CloudPostgresqlBackupDetailDescription
    private String fileName;Backup file name
    private Date startTime;Backup start time
    private Date endTime;Backup end time
    private Long backupSize;Backup size
    private Long dataStorageSize;Data storage size
    private Long archivedWalFileSize;Archived Wal File size

    Examples

    Describes examples of recalls and responses.

    Recall examples

    The following are examples of recalls.

    ncloud vpostgresql getCloudPostgresqlBackupDetailList --regionCode KR --cloudPostgresqlInstanceNo ****890
    

    Response examples

    The following are examples of responses.

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

    {
      "getCloudPostgresqlBackupDetailListResponse": {
        "requestId": "11ca8ac0-841c-4776-aef5-3feb6eb9440e",
        "returnCode": "0",
        "returnMessage": "success",
        "totalRows": "1",
        "cloudPostgresqlBackupDetailList": [
          {
            "fileName": "20210528",
            "startTime": "2021-05-28T02:10:00+0900",
            "endTime": "2021-05-28T02:10:10+0900",
            "backupSize": "571482767",
            "dataStorageSize": "10737418240",
            "archivedWalFileSize": "0"
          }
        ]
      }
    }
    

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

    <getCloudPostgresqlBackupDetailListResponse>
        <requestId>d76f9b88-fb9f-44b9-b7a1-f19b4710681e</requestId>
        <returnCode>0</returnCode>
        <returnMessage>success</returnMessage>
        <totalRows>1</totalRows>
        <cloudPostgresqlBackupDetailList>
            <cloudPostgresqlBackupDetail>
                <fileName>20210528</fileName>
                <startTime>2021-05-28T02:10:00+0900</startTime>
                <endTime>2021-05-28T02:10:10+0900</endTime>
                <backupSize>571482767</backupSize>
                <dataStorageSize>10737418240</dataStorageSize>
                <archivedWalFileSize>0</archivedWalFileSize>
            </cloudPostgresqlBackupDetail>
        </cloudPostgresqlBackupDetailList>
    </getCloudPostgresqlBackupDetailListResponse>
    

    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.