GET api/gbstransferred/detailsbydate

Gets GBs transferred detailed stats for a particular day

Resource Information
Requires authentication? Yes (HTTP authentication using user name and API key)
Response formats JSON
Example URL
  api/gbstransferred/detailsbydate?organisationId=5&nodeGroupId=3&activity=Archive&date=2016-01-01  
Parameters
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, Retrieve, 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.
Example Result
[
  {
    "ServerName": "TSM-ABC-01",
    "Affected": 0.0,
    "Failed": 1.0,
    "NodeKey": "ABC_TSM02",
    "Entity": "HYPERV_DC:PRP-SRV-01",
    "ScheduleName": "",
    "StartTime": "2016-03-08T20:15:55",
    "Activity": "BACKUP",
    "successful": "NO",
    "EndTime": "2016-03-08T20:16:28",
    "TimeTaken": 33,
    "Examined": 1.0,
    "MBs": 0.0,
    "Idle": 0.0,
    "Mediaw": 0.0,
    "NodeGUID": "00123456-9FFA-46F4-9876-C2C9876F31FF",
    "TimeTakenStr": "00h:00m:33s",
    "ThroughPut": 0.0
  },
  {
    "ServerName": "TSM-ABC-01",
    "Affected": 0.0,
    "Failed": 1.0,
     "NodeKey": "ABC_TSM02",
    "Entity": "VMHOST-LON-01_SILV",
    "ScheduleName": "VM_BACKUPS",
    "StartTime": "2016-03-08T20:00:18",
    "Activity": "BACKUP",
    "successful": "YES",
    "EndTime": "2016-03-08T20:46:58",
    "TimeTaken": 2800,
    "Examined": 0.0,
    "MBs": 0.0,
    "Idle": 0.0,
    "Mediaw": 0.0,
   "NodeGUID": "00123456-9FFA-46F4-9876-C2C9876F31FF",
    "TimeTakenStr": "00h:46m:40s",
    "ThroughPut": 0.0
  },
  {
    "ServerName": "TSM-ABC-01",
    "Affected": 20.0,
    "Failed": 1.0,
    "NodeKey": "ABC_TSM02",
    "Entity": "HYPERV_DC (VMHOST-LON-01_SILV)",
    "ScheduleName": "VM_BACKUPS",
    "StartTime": "2016-03-08T20:00:18",
    "Activity": "BACKUP",
    "successful": "YES",
    "EndTime": "2016-03-08T20:46:58",
    "TimeTaken": 2800,
    "Examined": 2.0,
    "MBs": 0.0,
    "Idle": 0.0,
    "Mediaw": 0.0,
    "NodeGUID": "00123456-9FFA-46F4-9876-C2C9876F31FF",
    "TimeTakenStr": "00h:46m:40s",
    "ThroughPut": 0.0
  },
  {
   "ServerName": "TSM-ABC-01",
    "Affected": 29.0,
    "Failed": 0.0,
    "NodeKey": "ABC_TSM02",
    "Entity": "PRP-SQL-01_SQL",
    "ScheduleName": "",
    "StartTime": "2016-03-08T23:22:06",
    "Activity": "BACKUP",
    "successful": "YES",
    "EndTime": "2016-03-08T23:22:06",
    "TimeTaken": 0,
    "Examined": 0.0,
    "MBs": 0.0,
    "Idle": 0.0,
    "Mediaw": 0.0,
   "NodeGUID": "00123456-9FFA-46F4-9876-C2C9876F31FF",
    "TimeTakenStr": "00h:00m:00s",
    "ThroughPut": 0.0
  },
  ]