Method: projects.locations.instances.backups.create

Backup Looker instance.

HTTP request

POST https://looker.googleapis.com/v1/{parent=projects/*/locations/*/instances/*}/backups

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. Format: projects/{project}/locations/{location}/instances/{instance}

Request body

The request body contains an instance of InstanceBackup.

Response body

If successful, the response body contains a newly created instance of Operation.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.

IAM Permissions

Requires the following IAM permission on the parent resource:

  • looker.googleapis.com/looker.backups.create

For more information, see the IAM documentation.