Backup and DR Service API

Service: backupdr.googleapis.com

To call this service, we recommend that you use the Google-provided client libraries. If your application needs to use your own libraries to call this service, use the following information when you make the API requests.

Discovery document

A Discovery Document is a machine-readable specification for describing and consuming REST APIs. It is used to build client libraries, IDE plugins, and other tools that interact with Google APIs. One service may provide multiple discovery documents. This service provides the following discovery document:

Service endpoint

A service endpoint is a base URL that specifies the network address of an API service. One service might have multiple service endpoints. This service has the following service endpoint and all URIs below are relative to this service endpoint:

  • https://backupdr.googleapis.com

REST Resource: v1.projects.locations

Methods
get GET /v1/{name=projects/*/locations/*}
Gets information about a location.
list GET /v1/{name=projects/*}/locations
Lists information about the supported locations for this service.

REST Resource: v1.projects.locations.backupPlanAssociations

Methods
create POST /v1/{parent=projects/*/locations/*}/backupPlanAssociations
Create a BackupPlanAssociation
delete DELETE /v1/{name=projects/*/locations/*/backupPlanAssociations/*}
Deletes a single BackupPlanAssociation.
get GET /v1/{name=projects/*/locations/*/backupPlanAssociations/*}
Gets details of a single BackupPlanAssociation.
list GET /v1/{parent=projects/*/locations/*}/backupPlanAssociations
Lists BackupPlanAssociations in a given project and location.
triggerBackup POST /v1/{name=projects/*/locations/*/backupPlanAssociations/*}:triggerBackup
Triggers a new Backup.

REST Resource: v1.projects.locations.backupPlans

Methods
create POST /v1/{parent=projects/*/locations/*}/backupPlans
Create a BackupPlan
delete DELETE /v1/{name=projects/*/locations/*/backupPlans/*}
Deletes a single BackupPlan.
get GET /v1/{name=projects/*/locations/*/backupPlans/*}
Gets details of a single BackupPlan.
list GET /v1/{parent=projects/*/locations/*}/backupPlans
Lists BackupPlans in a given project and location.

REST Resource: v1.projects.locations.backupVaults

Methods
create POST /v1/{parent=projects/*/locations/*}/backupVaults
Creates a new BackupVault in a given project and location.
delete DELETE /v1/{name=projects/*/locations/*/backupVaults/*}
Deletes a BackupVault.
fetchUsable GET /v1/{parent=projects/*/locations/*}/backupVaults:fetchUsable
FetchUsableBackupVaults lists usable BackupVaults in a given project and location.
get GET /v1/{name=projects/*/locations/*/backupVaults/*}
Gets details of a BackupVault.
list GET /v1/{parent=projects/*/locations/*}/backupVaults
Lists BackupVaults in a given project and location.
patch PATCH /v1/{backupVault.name=projects/*/locations/*/backupVaults/*}
Updates the settings of a BackupVault.
testIamPermissions POST /v1/{resource=projects/*/locations/*/backupVaults/*}:testIamPermissions
Returns the caller's permissions on a BackupVault resource.

REST Resource: v1.projects.locations.backupVaults.dataSources

Methods
abandonBackup POST /v1/{dataSource=projects/*/locations/*/backupVaults/*/dataSources/*}:abandonBackup
Internal only.
fetchAccessToken POST /v1/{name=projects/*/locations/*/backupVaults/*/dataSources/*}:fetchAccessToken
Internal only.
finalizeBackup POST /v1/{dataSource=projects/*/locations/*/backupVaults/*/dataSources/*}:finalizeBackup
Internal only.
get GET /v1/{name=projects/*/locations/*/backupVaults/*/dataSources/*}
Gets details of a DataSource.
initiateBackup POST /v1/{dataSource=projects/*/locations/*/backupVaults/*/dataSources/*}:initiateBackup
Internal only.
list GET /v1/{parent=projects/*/locations/*/backupVaults/*}/dataSources
Lists DataSources in a given project and location.
patch PATCH /v1/{dataSource.name=projects/*/locations/*/backupVaults/*/dataSources/*}
Updates the settings of a DataSource.
remove POST /v1/{name=projects/*/locations/*/backupVaults/*/dataSources/*}:remove
Deletes a DataSource.
setInternalStatus POST /v1/{dataSource=projects/*/locations/*/backupVaults/*/dataSources/*}:setInternalStatus
Sets the internal status of a DataSource.

REST Resource: v1.projects.locations.backupVaults.dataSources.backups

Methods
delete DELETE /v1/{name=projects/*/locations/*/backupVaults/*/dataSources/*/backups/*}
Deletes a Backup.
get GET /v1/{name=projects/*/locations/*/backupVaults/*/dataSources/*/backups/*}
Gets details of a Backup.
list GET /v1/{parent=projects/*/locations/*/backupVaults/*/dataSources/*}/backups
Lists Backups in a given project and location.
patch PATCH /v1/{backup.name=projects/*/locations/*/backupVaults/*/dataSources/*/backups/*}
Updates the settings of a Backup.
restore POST /v1/{name=projects/*/locations/*/backupVaults/*/dataSources/*/backups/*}:restore
Restore from a Backup

REST Resource: v1.projects.locations.managementServers

Methods
create POST /v1/{parent=projects/*/locations/*}/managementServers
Creates a new ManagementServer in a given project and location.
delete DELETE /v1/{name=projects/*/locations/*/managementServers/*}
Deletes a single ManagementServer.
get GET /v1/{name=projects/*/locations/*/managementServers/*}
Gets details of a single ManagementServer.
getIamPolicy GET /v1/{resource=projects/*/locations/*/managementServers/*}:getIamPolicy
Gets the access control policy for a resource.
list GET /v1/{parent=projects/*/locations/*}/managementServers
Lists ManagementServers in a given project and location.
setIamPolicy POST /v1/{resource=projects/*/locations/*/managementServers/*}:setIamPolicy
Sets the access control policy on the specified resource.
testIamPermissions POST /v1/{resource=projects/*/locations/*/managementServers/*}:testIamPermissions
Returns permissions that a caller has on the specified resource.

REST Resource: v1.projects.locations.operations

Methods
cancel POST /v1/{name=projects/*/locations/*/operations/*}:cancel
Starts asynchronous cancellation on a long-running operation.
delete DELETE /v1/{name=projects/*/locations/*/operations/*}
Deletes a long-running operation.
get GET /v1/{name=projects/*/locations/*/operations/*}
Gets the latest state of a long-running operation.
list GET /v1/{name=projects/*/locations/*}/operations
Lists operations that match the specified filter in the request.