Represents a collection of all backup jobs managed in Veeam Backup for Microsoft Office 365.
Resource URL
https://<Backup-Office365>:<Port>/v1/Jobs |
Related Resources
- /Organizations/{ID}
- /BackupRepositories/{ID}
- /Proxies/{ID}
- /Jobs/{ID}/SelectedMailboxes
- /Jobs/{ID}/ExcludedMailboxes
- /Jobs/{ID}/JobSessions
Methods
The following methods are supported for the /Jobs resource:
Resource Representation
The /Jobs resource has the following representation:
[ { "id": "93089cfa-81d6-4551-8a7b-a7290868d6f9", "name": "Critical Mailboxes", "description": "Daily", "allMailboxes": "false", "lastStatus": "Success", "lastRun": "2017-04-01T10:12:15.3635382Z", "nextRun": "2017-04-01T22:00:00Z", "isEnabled": "true", "schedulePolicy": { "type": "Daily", "periodicallyEvery": "Minutes5", "dailyType": "Everyday", "dailyTime": "15:00:00", "backupWindow": { "backupIntervalsArray": [ true, true, true, ... ], "minuteOffset": 0 }, "retryEnabled": "true", "retryNumber": 3, "retryWaitInterval": 10 }, "_links": { "self": { "href": "https://support.east.local:4443/v1/Jobs/93089cfa-81d6-4551-8a7b-a7290868d6f9" }, "organization": { "href": "https://support.east.local:4443/v1/Organizations/357c6d0d-70b7-4c59-8285-76be5ac9c136" }, "repository": { "href": "https://support.east.local:4443/v1/BackupRepositories/035bcd44-6f68-4335-b6b8-4e22452eb8ff" }, "proxy": { "href": "https://support.east.local:4443/v1/Proxies/5a905bb5-9071-433c-9d2f-f805d4da2cf4" }, "selectedMailboxes": { "href": "https://support.east.local:4443/v1/Jobs/93089cfa-81d6-4551-8a7b-a7290868d6f9/SelectedMailboxes" }, "jobsessions": { "href": "https://support.east.local:4443/v1/Jobs/93089cfa-81d6-4551-8a7b-a7290868d6f9/JobSessions" } } }, ...] |
Related Topics
Backup of Organizational Mailboxes