This is an archive version of the document. To get the most up-to-date information, see the current version.

Jobs

In this article

    The /jobs resource collection represents a collection of all backup server jobs managed in Veeam Availability Console. The collection includes resources which represent individual jobs and have system IDs.

    Collection URL

    https://<Availability-Console>:1281/v2/jobs

    Collection Representation Jobs

    [

     {

       "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"

           }

         ]

       }

     }

    ]

    I want to report a typo

    There is a misspelling right here:

     

    I want to let the Veeam Documentation Team know about that.