- HTTP request
- Path parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- Try it!
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 |
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.