Gets files transferred detailed stats for a particular day
| Requires authentication? | Yes (HTTP authentication using user name and API key) |
| Response formats | JSON |
api/filestransferred/detailsbydate?organisationId=5&activity=Archive&date=2016-01-01
| 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. Restore, Archive and Backup). If not specified, the default value of Backup will be used. |
|
date 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. |
[
{
"ServerName": "TSM-ABC-01",
"Affected": 0.0,
"Failed": 0.0,
"NodeKey": "ABC_TSM02",
"Entity": "VMHOST-LON-01_SILV",
"ScheduleName": "",
"StartTime": "2016-03-14T13:47:02",
"Activity": "BACKUP",
"successful": "YES",
"EndTime": "2016-03-14T13:47:56",
"TimeTaken": 54,
"Examined": 1.0,
"MBs": 33.3553352355957,
"Idle": 0.0,
"Mediaw": 0.0,
"NodeGUID": "11111111-00FA-00A1-0112-C7C7775F7FFF",
"TimeTakenStr": "00h:00m:54s",
"ThroughPut": 0.62
},
{
"ServerName": "TSM-ABC-01",
"Affected": 236.0,
"Failed": 0.0,
"NodeKey": "ABC_TSM02",
"Entity": "VMHOST-LON-01_SILV",
"ScheduleName": "",
"StartTime": "2016-03-14T13:47:02",
"Activity": "BACKUP",
"successful": "YES",
"EndTime": "2016-03-14T13:47:56",
"TimeTaken": 54,
"Examined": 0.0,
"MBs": 33.357758522033691,
"Idle": 49.0,
"Mediaw": 0.0,
"NodeGUID": "11111111-00FA-00A1-0112-C7C7775F7FFF",
"TimeTakenStr": "00h:00m:54s",
"ThroughPut": 0.62
},
{
"ServerName": "TSM-ABC-01",
"Affected": 0.0,
"Failed": 0.0,
"NodeKey": "ABC_TSM02",
"Entity": "VMHOST-LON-01_SILV",
"ScheduleName": "",
"StartTime": "2016-03-14T13:35:31",
"Activity": "BACKUP",
"successful": "YES",
"EndTime": "2016-03-14T13:45:34",
"TimeTaken": 603,
"Examined": 1.0,
"MBs": 33478.186389923096,
"Idle": 0.0,
"Mediaw": 0.0,
"NodeGUID": "11111111-00FA-00A1-0112-C7C7775F7FFF",
"TimeTakenStr": "00h:10m:03s",
"ThroughPut": 55.52
},
{
"ServerName": "TSM-ABC-01",
"Affected": 632.0,
"Failed": 0.0,
"NodeKey": "ABC_TSM02",
"Entity": "VMHOST-LON-01_SILV",
"ScheduleName": "",
"StartTime": "2016-03-14T13:35:30",
"Activity": "BACKUP",
"successful": "YES",
"EndTime": "2016-03-14T13:45:34",
"TimeTaken": 604,
"Examined": 0.0,
"MBs": 33478.192967414856,
"Idle": 50.0,
"Mediaw": 0.0,
"NodeGUID": "11111111-00FA-00A1-0112-C7C7775F7FFF",
"TimeTakenStr": "00h:10m:04s",
"ThroughPut": 55.43
},