Method: projects.instances.databases.backupSchedules.create
Stay organized with collections
Save and categorize content based on your preferences.
- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Creates a new backup schedule.
HTTP request
The URLs use gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The name of the database that this backup schedule applies to. Authorization requires one or more of the following IAM permissions on the specified resource
|
Query parameters
Parameters | |
---|---|
backupScheduleId |
Required. The Id to use for the backup schedule. The |
Request body
The request body contains an instance of BackupSchedule
.
Response body
If successful, the response body contains a newly created instance of BackupSchedule
.
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/spanner.admin
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.