Backup & Restore

Get backup/restore item details

get

Get a backup/restore item details

Authorizations
AuthorizationstringRequired

The bearer token can be obtained by creating a ServiceAccount.

Path parameters
environmentstringRequired
idinteger · int64Required

The unique identifier held by the backup Lenses store

Responses
200Success
application/json
get
/api/v1/environments/{environment}/proxy/api/v1/s3/backups/{id}

Delete a backup/restore item

delete

Delete a backup/restore item

Authorizations
AuthorizationstringRequired

The bearer token can be obtained by creating a ServiceAccount.

Path parameters
environmentstringRequired
idinteger · int64Required

The unique identifier held by the backup Lenses store

Responses
200Success

No content

delete
/api/v1/environments/{environment}/proxy/api/v1/s3/backups/{id}

No content

List all backup/restore items

get

List all backup/restore items

Authorizations
AuthorizationstringRequired

The bearer token can be obtained by creating a ServiceAccount.

Path parameters
environmentstringRequired
Responses
200Success
application/json
get
/api/v1/environments/{environment}/proxy/api/v1/s3/backups

Last updated

Was this helpful?