Configure DB Backup
PUT
/api/v1/cdpbackup/database_update/{node_id}/Path parameters
node_idPathstringrequiredPath parameter
node_id.
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
- must be a valid API token
example{{api_key}}locationQuerystringoptionalSpecifies the backup target location.
- non-empty string
- must be a valid URI or path
example{{location}}
Request body
application/json
Database username for backup configuration
example
admin- must be a non-empty string
- may contain only alphanumeric characters and underscores
- maximum length of 64 characters
Database password used for backup configuration
example
admin@1234- must be a non-empty string
- minimum length of 8 characters
Responses
200Successful response
HTTP status code of the Configure DB Backup response
example
200- integer
- valid HTTP status code
Result message for the DB backup configuration request.
example
Database settings has been updated successfully.- must be a non-empty string
- maximum length 255 characters
Status message indicating the result of the backup configuration request.
example
Success- Must be a non-empty string
- Maximum length of 255 characters