/JobSessions
Represents a collection of all sessions created for backup jobs.
Resource URL
https://<Backup-Office365>:4443/v3/JobSessions |
Related Resources
Methods
The following methods are supported for the /JobSessions resource:
Resource Representation
The /JobSessions resource has the following representation:
[ { "id": "a8cf9a63-64c3-4748-9c95-b1fbac0cce1d", "creationTime": "2019-02-04T16:49:22.8529769Z", "endTime": "2019-02-04T16:50:21.3024288Z", "progress": 1, "status": "Success", "statistics": { "processingRateBytesPS": 1683256, "processingRateItemsPS": 20, "readRateBytesPS": 5383429, "writeRateBytesPS": 26015396, "transferredDataBytes": 98142970, "processedObjects": 1193, "bottleneck": "Source" }, "_links": { "self": { "href": "https://support.east.local:4443/v3/jobsessions/a8cf9a63-64c3-4748-9c95-b1fbac0cce1d" }, "log": { "href": "https://support.east.local:4443/v3/jobsessions/a8cf9a63-64c3-4748-9c95-b1fbac0cce1d/log" }, "job": { "href": "https://support.east.local:4443/v3/jobs/b20cedd4-66b2-49b1-86de-a575dc67e83b" } } }, ...] |