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

/Organizations/{organizationId}/Jobs

In this article

    Represents a collection of backup jobs.

    Resource URL

    https://<Backup-Office365>:4443/v3/Organizations/{organizationId}/Jobs

    Related Resources

    Methods

    The following methods are supported for the /Organizations/{organizationId}/Jobs resource:

    Resource Representation

    The /Organizations/{organizationId}/Jobs resource has the following representation:

    [

     {

       "id": "e1714f5b-e51b-496f-9e46-e7bf979aa6d6",

       "name": "test_job",

       "description": "",

       "lastRun": "2017-06-06T15:18:22.6664413Z",

       "nextRun": "2017-06-13T15:00:00Z",

       "isEnabled": true,

       "backupType": "SelectedItems",

       "lastStatus": "Success",

       "schedulePolicy": {

         "backupWindowEnabled": true,

         "backupWindowSettings": {

           "backupWindow": [

             true,

             true,

             true,

             ...

             true

           ],

           "minuteOffset": 0

         },

         "type": "Daily",

         "dailyType": "Wednesday",

         "dailyTime": "08:00:00",

         "retryEnabled": true,

         "retryNumber": 3,

         "retryWaitInterval": 10

       },

       "_links": {

         "self": {

           "href": "https://support.east.local:4443/v3/jobs/e1714f4b-e51b-496b-9e46-e7bf979aa6d6"

         },

         "organization": {

           "href": "https://support.east.local:4443/v3/organizations/a21a5622-7fb2-49ec-b2b2-393da59fbed2"

         },

         "backupRepository": {

           "href": "https://support.east.local:4443/v3/backuprepositories/83346d9a-d448-497e-b524-ab5ec782b607"

         },

         "jobsessions": {

           "href": "https://support.east.local:4443/v3/jobs/e1714f5b-e51b-495b-9e46-e7bf979aa6d6/jobsessions"

         },

         "excludedItems": {

           "href": "https://support.east.local:4443/v3/jobs/e1714f5b-e51b-497b-9e46-e7bf979aa6d6/excludedItems"

         },

         "selectedItems": {

           "href": "https://support.east.local:4443/v3/jobs/e1714f5b-e51b-497b-9e46-e7bf979aa6d6/selectedItems"

         }

       }

     },

     {

       "id": "9ee03a1c-5b10-447a-90ce-1369bfb7423e",

       "name": "test_job-2",

       "description": "",

       "lastRun": "2017-06-06T15:44:00.8634945Z",

       "nextRun": "2017-06-07T22:00:00Z",

       "isEnabled": true,

       "backupType": "SelectedItems",

       "lastStatus": "Success",

       "schedulePolicy": {

         "backupWindowEnabled": false,

         "type": "Daily",

         "dailyType": "Thursday",

         "dailyTime": "15:00:00",

         "retryEnabled": true,

         "retryNumber": 3,

         "retryWaitInterval": 10

       },

       "_links": {

         "self": {

           "href": "https://support.east.local:4443/v3/jobs/9ee03a1c-5b10-437a-90ce-1369bfb7123e"

         },

         "organization": {

           "href": "https://support.east.local:4443/v3/organizations/ae1a5622-7fb2-49ec-b2b2-393da59fbed2"

         },

         "backupRepository": {

           "href": "https://support.east.local:4443/v3/backuprepositories/81846d9a-d448-497e-b524-ab5ec782b607"

         },

         "jobsessions": {

           "href": "https://support.east.local:4443/v3/jobs/9ee03a1c-5b10-467a-90ce-1369bfb7123e/jobsessions"

         },

         "excludedItems": {

           "href": "https://support.east.local:4443/v3/jobs/9ee03a1c-5b18-447a-90ce-1369bfb7123e/excludedItems"

         },

         "selectedItems": {

           "href": "https://support.east.local:4443/v3/jobs/9ee03a1c-5b18-447a-90ce-1369bfb7123e/selectedItems"

         }

       }

     }

    ]

    I want to report a typo

    There is a misspelling right here:

     

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