Internal Backup Cleanup Task Controller Resource

GET /internal/task/backup-cleanup/configuration

Request Parameters
name type description
backup-destination query
protected-entity query
Response Body
media type data type description
application/json BackupCleanupConfigurationResponseDto (JSON)

Example

Request
GET /internal/task/backup-cleanup/configuration
Content-Type: application/json
Accept: application/json

                
...
                
              
Response
HTTP/1.1 200 OK
Content-Type: application/json

                
{
  "protectedEntities" : [ { }, { } ]
}
                
              

GET /internal/task/backup-cleanup/configuration/size

Request Parameters
name type description
backup-destination query
protected-entity query
Response Body
media type data type description
application/json BackupCleanupConfigurationSizeResponseDto (JSON)

Example

Request
GET /internal/task/backup-cleanup/configuration/size
Content-Type: application/json
Accept: application/json

                
...
                
              
Response
HTTP/1.1 200 OK
Content-Type: application/json

                
{ }