Gets clients backed up detailed stats for a particular day
| Requires authentication? | Yes (HTTP authentication using user name and API key) |
| Response formats | JSON |
api/clientsbackedup/detailsbydate?organisationId=5&reportDate=2016-01-01&activity=All
| Name | Description |
|---|---|
|
organisationId required |
Id of the organisation |
|
nodeGuid optional |
Unique identifier for the predatar agent |
|
nodeGroupId optional |
Id of the node group |
|
reportDate optional |
Date for which the data need to be viewed in the format yyyy-MM-dd. If not specified, then the current date will be used. |
|
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. |
[
{
"ServerName": "TSM-ABC-01",
"Affected": 0.0,
"Failed": 2.0,
"NodeKey": "ABC_TSM02",
"Entity": "VMHOST-LON-01_SILV",
"ScheduleName": "VM_BACKUPS",
"StartTime": "2016-03-13T20:00:16",
"Activity": "BACKUP",
"successful": "YES",
"EndTime": "2016-03-13T20:41:51",
"TimeTaken": 2495,
"Examined": 0.0,
"MBs": 0.0,
"Idle": 0.0,
"Mediaw": 0.0,
"NodeGUID": "11111111-00FA-00A1-0112-C7C7775F7FFF",
"TimeTakenStr": "00h:41m:35s",
"ThroughPut": 0.0
},
{
"ServerName": "TSM-ABC-01",
"Affected": 19.0,
"Failed": 2.0,
"NodeKey": "ABC_TSM02",
"Entity": "HYPERV_DC (VMHOST-LON-01_SILV)",
"ScheduleName": "VM_BACKUPS",
"StartTime": "2016-03-13T20:00:16",
"Activity": "BACKUP",
"successful": "YES",
"EndTime": "2016-03-13T20:41:51",
"TimeTaken": 2495,
"Examined": 2.0,
"MBs": 0.0,
"Idle": 0.0,
"Mediaw": 0.0,
"NodeGUID": "11111111-00FA-00A1-0112-C7C7775F7FFF",
"TimeTakenStr": "00h:41m:35s",
"ThroughPut": 0.0
},
{
"ServerName": "TSM-ABC-01",
"Affected": 0.0,
"Failed": 1.0,
"NodeKey": "ABC_TSM02",
"Entity": "HYPERV_DC:PRP-SRV-03",
"ScheduleName": "",
"StartTime": "2016-03-13T20:15:27",
"Activity": "BACKUP",
"successful": "NO",
"EndTime": "2016-03-13T20:16:03",
"TimeTaken": 36,
"Examined": 1.0,
"MBs": 0.0,
"Idle": 0.0,
"Mediaw": 0.0,
"NodeGUID": "11111111-00FA-00A1-0112-C7C7775F7FFF",
"TimeTakenStr": "00h:00m:36s",
"ThroughPut": 0.0
},
]