Get a backup/restore item details
The unique identifier held by the backup Lenses store
GET /api/v1/environments/{name}/proxy/api/v1/s3/backups/{id} HTTP/1.1 Host: Accept: */*
{ "id": 1, "createdAt": 1, "type": "Backup", "topic": "text", "connectCluster": "text", "connectorName": "text", "connectorVersion": "text", "s3Location": "text", "reference": "text" }
Delete a backup/restore item
DELETE /api/v1/environments/{name}/proxy/api/v1/s3/backups/{id} HTTP/1.1 Host: Accept: */*
No content
List all backup/restore items
GET /api/v1/environments/{name}/proxy/api/v1/s3/backups HTTP/1.1 Host: Accept: */*
[ { "id": 1, "createdAt": 1, "type": "Backup", "topic": "text", "connectCluster": "text", "connectorName": "text", "connectorVersion": "text", "s3Location": "text", "reference": "text" } ]