| name | type | description |
|---|---|---|
| backup-destination | query | |
| protected-entity | query |
| media type | data type | description |
|---|---|---|
| application/json | BackupCleanupConfigurationResponseDto (JSON) |
GET /internal/task/backup-cleanup/configuration
Content-Type: application/json
Accept: application/json
...
HTTP/1.1 200 OK
Content-Type: application/json
{
"protectedEntities" : [ { }, { } ]
}
| name | type | description |
|---|---|---|
| backup-destination | query | |
| protected-entity | query |
| media type | data type | description |
|---|---|---|
| application/json | BackupCleanupConfigurationSizeResponseDto (JSON) |
GET /internal/task/backup-cleanup/configuration/size
Content-Type: application/json
Accept: application/json
...
HTTP/1.1 200 OK
Content-Type: application/json
{ }