General APIs with JWT

Create backup configuration

Endpoint to create a new backup configuration.

post/backup-configs

Request body

pod_idstring uuid required
backup_frequency_hoursinteger required
retention_daysinteger required
backup_pathstring required

Response

Create backup configuration

idstring uuid
created_atstring date-time
updated_atstring date-time nullable
user_idstring uuid required
pod_idstring uuid required
backup_frequency_hoursinteger
retention_daysinteger required
backup_pathstring required
is_activeboolean
deleted_atstring date-time nullable

Changes

No recorded changes to this endpoint across all 1 revision of this API.