Jobs
The /jobs resource collection represents a collection of all backup server jobs managed in Veeam Service Provider Console. The collection includes resources which represent individual jobs and have system IDs.
Collection URL
Collection Representation
[ { "id": 2, "name": "Webserver Backup to Cloud", "status": "Success", "type": "Backup", "lastRun": "2019-03-01T10:16:48.447Z", "endTime": "2019-03-01T10:40:30.627Z", "duration": 328, "durationUnits": "s", "processingRate": 17.66, "processingRateUnits": "MB/s", "avgDuration": 328, "avgDurationUnits": "s", "transferredData": 1.52, "transferredDataUnits": "GB", "bottleneck": "Source", "serverName": "BACKUP02", "isEnabled": true, "protectedVMs": 1, "schedulingType": "Periodically", "companyId": 2 "locationId": 2 "actions": [ "stop", "retry", "enable", "disable", "start" ], "_links": { "self": { "href": "https://vac:1281/v2/jobs/2" }, "tenants": [ { "href": "https://vac:1281/v2/tenants/3" } ] } }, { "id": 1, "name": "Sandbox Cloud Replica", "status": "Warning", "type": "Replication", "lastRun": "2019-03-01T10:16:48.68Z", "endTime": "2019-03-01T10:17:43.483Z", "duration": 256, "durationUnits": "s", "processingRate": 15.12, "processingRateUnits": "MB/s", "avgDuration": 315, "avgDurationUnits": "s", "transferredData": 1.03, "transferredDataUnits": "GB", "bottleneck": "-", "serverName": "BACKUP02", "isEnabled": true, "protectedVMs": 2, "schedulingType": "Periodically", "companyId": 2 "locationId": 2 "actions": [ "stop", "retry", "enable", "disable", "start" ], "_links": { "self": { "href": "https://vac:1281/v2/jobs/1" }, "tenants": [ { "href": "https://vac:1281/v2/tenants/3" } ] } } ] |