Backup Plans
GET
/api/v1/cdpbackup/plans/Query parameters
project_idQueryintegerrequiredIdentifier of the project to scope the request to. Required integer project ID.
- required
- must be a valid integer project ID
example{{project_id}}apikeyQuerystringrequiredAPI key used to authenticate the request
- required
- non-empty string
- must be a valid API token
example{{api_key}}locationQuerystringrequiredThe 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