Represents a collection of backup jobs configured for the Exchange organization.
Resource URL
https://<Backup-Office365>:<Port>/v1/Organizations/{ID}/Jobs |
Related Resources
- /Organizations/{ID}
- /BackupRepositories/{ID}
- /Proxies/{ID}
- /Organizations/{ID}/Mailboxes
- /Jobs/{ID}/SelectedMailboxes
- /Jobs/{ID}/ExcludedMailboxes
- /Jobs/{ID}/JobSessions
Methods
The following methods are supported for the /Organizations/{ID}/Jobs resource:
Resource Representation
The /Organizations/{ID}/Jobs resource has the following representation:
[ { "id": "70a8cbaf-642f-4c6f-934d-fb10e597a82a", "name": "ABC Backup", "description": "Daily Backups", "allMailboxes": "true", "lastStatus": "Success", "lastRun": "2017-04-01T09:35:59.0469161Z", "nextRun": "2017-04-04T22:00:00Z", "isEnabled": "true", "schedulePolicy": { "type": "Periodically", "periodicallyEvery": "Minutes5", "dailyType": "Everyday", "dailyTime": "00:00:00", "backupWindow": { "backupIntervalsArray": [ true, true, true, ... ], "minuteOffset": 0 }, "retryEnabled": "true", "retryNumber": 1, "retryWaitInterval": 5 }, "_links": { "self": { "href": "https://support.east.local:4443/v1/Jobs/70a8cbaf-642f-4c6f-934d-fb10e597a82a" }, "organization": { "href": "https://support.east.local:4443/v1/Organizations/b2d9414d-c417-4a94-be3b-b38a3c2e8a7b" }, "repository": { "href": "https://support.east.local:4443/v1/BackupRepositories/a740fb93-4de8-4de4-977e-765dd092748f" }, "proxy": { "href": "https://support.east.local:4443/v1/Proxies/5a905bb5-9071-433c-9d2f-f805d4da2cf4" }, "selectedMailboxes": { "href": "https://support.east.local:4443/v1/Jobs/70a8cbaf-642f-4c6f-934d-fb10e597a82a/SelectedMailboxes" }, "jobsessions": { "href": "https://support.east.local:4443/v1/Jobs/70a8cbaf-642f-4c6f-934d-fb10e597a82a/JobSessions" } } }, ...] |
Related Topics
Backup of Organizational Mailboxes