Represents a collection of all sessions created for backup jobs.
Resource URL
https://<Backup-Office365>:<Port>/v1/JobSessions |
Related Resources
Methods
The following methods are supported for the /JobSessions resource:
Resource Representation
The /JobSessions resource has the following representation:
[ { "id": "3bd9fcb6-1b3b-4554-b797-bf9cdccb6ea0", "creationTime": "2017-04-03T05:36:11.0387317-07:00", "endTime": "2017-04-03T05:38:12.1705731-07:00", "progress": 2, "status": "Success", "statistics": { "processingRate": "832.4 KB/s (52 items/s)", "readRate": "634.0 KB/s", "writeRate": "38.1 MB/s", "transferredData": "0 B", "processedObjects": 6329, "bottleneck": "Source" }, "_links": { "self": { "href": "https://support.east.local:4443/v1/JobSessions/3bd9fcb6-1b3b-4554-b797-bf9cdccb6ea0" }, "log": { "href": "https://support.east.local:4443/v1/JobSessions/3bd9fcb6-1b3b-4554-b797-bf9cdccb6ea0/log" }, "job": { "href": "https://support.east.local:4443/v1/Jobs/00b96531-1a68-4c90-a398-91141ffedb3b" } } }, ...] |
Related Topics