Backup Plans
GET
/api/v1/cdpbackup/plans/Query parameters
project_idQuerystringoptionalIdentifier of the project to scope the request to. Optional; if omitted, the account's default project is used.
- optional
- if omitted, the request is applied to the default project
example{{project_id}}apikeyQuerystringoptionalAPI key used to authenticate the request
- required
- non-empty string
- must be a valid API token
example{{api_key}}locationQuerystringoptionalThe geographic location for the backup plan.
- Required
- Must be a valid region identifier (e.g., us-central1)
example{{location}}
Responses
200Successful response
HTTP status code indicating the result of the backup plan request
example
200- must be an integer
- must be a valid HTTP status code (100-599)
Status message indicating the result of the backup plan operation
example
Success- non-empty string
- max length 100 characters
Indicates whether the backup plan can be activated
example
true- must be a boolean
- true when activation criteria are met