Gets summary of clients backed up stats based on the date range specified
| Requires authentication? | Yes (HTTP authentication using user name and API key) |
| Response formats | JSON |
api/clientsbackedup/summary?organisationId=5&startDate=2016-01-01 00:00&split=true
| Name | Description |
|---|---|
|
organisationId required |
Id of the organisation |
|
nodeGuid optional |
Unique identifier for the predatar agent |
|
nodeGroupId optional |
Id of the node group |
|
activity optional |
Activity for which the data is to be retrieved (e.g. All, Archive and Backup). If not specified, the default value of Backup will be used. |
|
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. |
[
{
"DateCreated": "2016-03-10T00:00:00",
"DateCreated2": "2016.03.10",
"NumberOfClients": 1,
"NodeGUID": "11111111-00FA-00A1-0112-C7C7775F7FFF",
"ServerName": "TSM-ABC-01",
"NodeGroupId": 0,
"GroupName": null
},
{
"DateCreated": "2016-03-09T00:00:00",
"DateCreated2": "2016.03.09",
"NumberOfClients": 26,
"NodeGUID": "11111111-00FA-00A1-0112-C7C7775F7FFF",
"ServerName": "TSM-ABC-01",
"NodeGroupId": 0,
"GroupName": null
},
{
"DateCreated": "2016-03-08T00:00:00",
"DateCreated2": "2016.03.08",
"NumberOfClients": 27,
"NodeGUID": "11111111-00FA-00A1-0112-C7C7775F7FFF",
"ServerName": "TSM-ABC-01",
"NodeGroupId": 0,
"GroupName": null
},
{
"DateCreated": "2016-03-07T00:00:00",
"DateCreated2": "2016.03.07",
"NumberOfClients": 29,
"NodeGUID": "11111111-00FA-00A1-0112-C7C7775F7FFF",
"ServerName": "TSM-ABC-01",
"NodeGroupId": 0,
"GroupName": null
},
]