GET api/offsitingcompleted/summary

Gets summary of offsiting completed stats based on the date range specified

Resource Information
Requires authentication? Yes (HTTP authentication using user name and API key)
Response formats JSON
Example URL
  api/offsitingcompleted/summary?organisationId=5&startDate=2016-01-01 00:00&split=true  
Parameters
Name Description
organisationId
required
Id of the organisation
nodeGuid
optional
Unique identifier for the predatar agent
nodeGroupId
optional
Id of the node group
startDate
optional
Start date in the format yyyy-MM-dd HH:mm. If not specified, then the default value will be used, which will be seven days before the current date
endDate
optional
End date in the format yyyy-MM-dd HH:mm. If not specified, then the default value will be used, which will be the current date
split
optional
Can be true or false. If true then stats of individual TSM servers will be retrieved, otherwise results will be combined for all the TSM servers. The default value is false.
Example Result
[
  {
    "DateCreated": "2015-09-25T00:00:00",
    "TimeOfDay": "2015-09-25T09:11:15",
    "TimeOfDayStr": "09:11",
    "NodeGUID": "00000000-0000-0000-0000-000000000000",
    "ServerName": null,
    "NodeGroupId": 0,
    "GroupName": null
  },
  {
    "DateCreated": "2015-09-24T00:00:00",
    "TimeOfDay": "2015-09-24T18:33:33",
    "TimeOfDayStr": "18:33",
    "NodeGUID": "00000000-0000-0000-0000-000000000000",
    "ServerName": null,
    "NodeGroupId": 0,
    "GroupName": null
  },
  {
    "DateCreated": "2015-09-23T00:00:00",
    "TimeOfDay": "2015-09-23T11:22:21",
    "TimeOfDayStr": "11:22",
    "NodeGUID": "00000000-0000-0000-0000-000000000000",
    "ServerName": null,
    "NodeGroupId": 0,
    "GroupName": null
  },
  {
    "DateCreated": "2015-09-22T00:00:00",
    "TimeOfDay": "2015-09-22T08:41:31",
    "TimeOfDayStr": "08:41",
    "NodeGUID": "00000000-0000-0000-0000-000000000000",
    "ServerName": null,
    "NodeGroupId": 0,
    "GroupName": null
  }
]