Skip to main content

Get Backupsets associated with a PostgreSQL Instance

Select

SaaS
Customer Managed

This operation gets all backupsets and its properties under a PostgreSQL Instance.

Find client id using client name

Query Parameters
  • clientId integer required

    Client ID

  • applicationId integer required

    125 for PostgreSQL

  • instanceId string required

    Instance ID of PostgreSQL instance

Responses

OK


Schema
  • backupsetProperties object[]
  • modifiedTime integer
  • applicationSize integer
  • totalBackupSize integer
  • lastBackupTime integer
  • firstBackupTime integer
  • sizeOnMedia integer
  • dedupeRatio integer
  • content object[]
  • planEntity object
  • backupSetEntity object
  • clientName string

    Client name

  • instanceName string

    Instance Name

  • backupsetId integer

    Backupset ID

  • _type_ integer
  • instanceId integer

    Instance ID

  • backupsetGUID string
  • clientId integer
  • appName string

    Default value: PostgreSQL

    PostgreSQL application name

  • backupsetName string

    Backupset name

  • applicationId integer

    Application ID

  • entityInfo object
  • companyId integer
  • companyName string
  • multiCommcellId integer
GET /backupset    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
token
clientId — query required
applicationId — query required
instanceId — query required
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/backupset' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'