Skip to main content

GCP PostgreSQL instance restore

Select

Customer Managed

This operation is used to submit GCP Postgres instance restores.

Request Body
  • taskInfo object
  • associations object[]
  • clientName string required

    Name of the cloud account

  • instanceName string required

    Name of the instance

  • displayName string

    Display name of the cloud account

  • _type_ string required

    Possible values: [INSTANCE_ENTITY, BACKUPSET_ENTITY, SUBCLIENT_ENTITY]

  • backupsetName string required

    Default value: DumpBasedBackupSet

  • applicationId integer required

    Default value: 125

  • isDefaultBackupSet boolean

    Default value: true

  • entityName string

    Name of the entity from which restore is submitted

  • task object
  • taskType string

    Possible values: [IMMEDIATE, SCHEDULE]

  • subTasks object[]
  • subTask object
  • subTaskType string

    Default value: RESTORE

  • operationType string

    Default value: RESTORE

  • options object
  • restoreOptions object
  • browseOption object required
  • commCellId integer
  • backupset object
  • clientName string
  • backupsetName string
  • destination object
  • destClient object required
  • clientName string

    Destination Client Name

  • destinationInstance object required
  • instanceName string

    Destinaton Instance name

  • applicationId integer

    Default value: 125

  • clientName string

    Destination Client Name

  • displayName string

    Destination Client Display Name

  • fileOption object required
  • sourceItem string[]

    List of databases to restore

  • postgresRstOption object required
  • tableLevelRestore boolean

    Default value: false

  • refTime object
  • time integer
  • fromTime object
  • time integer
  • pointOfTime object
  • time integer
  • pointInTime boolean

    Default value: false

  • commonOpts object
  • notifyUserOnJobCompletion boolean

    Default value: true

  • prePostOpts object
  • preRecoveryCommand string
  • postRecoveryCommand string
  • runPostWhenFail boolean
Responses

OK


Schema
  • taskId integer
  • jobIds string[]
Loading...