GET api/gbstransferred/nodedetailsbydaterange

Gets GBs transferred details for a particular TSM node and activity 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/gbstransferred/nodedetailsbydaterange?nodeGuid=7E08BD44-752F-4839-9F2A-840E5CB028A6&entity=ABC_SQL&activity=Archive&startDate=2016-01-01  
Parameters
Name Description
nodeGuid
required
Unique identifier for the predatar agent
entity
required
TSM node name for which the data is to be retrieved.
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.
startDate
optional
Start date in the format yyyy-MM-dd. If not specified, then the default value will be used, which will be the first date of the current month
endDate
optional
End date in the format yyyy-MM-dd. If not specified, then the default value will be used, which will be the current date
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-14T20:24:03",
    "Activity": "BACKUP",
    "successful": "NO",
    "EndTime": "2016-03-14T20:24:36",
    "TimeTaken": 33,
    "Examined": 1.0,
    "MBs": 0.0,
    "Idle": 0.0,
    "Mediaw": 0.0,
    "NodeGUID": "00000000-0000-0000-0000-000000000000",
    "TimeTakenStr": "00h:00m:33s",
    "ThroughPut": 0.0
  },
  {
     "ServerName": "TSM-ABC-01",
    "Affected": 0.0,
    "Failed": 1.0,
   "NodeKey": "ABC_TSM02",
    "Entity": "HYPERV_DC:PRP-SRV-01",
    "ScheduleName": "",
    "StartTime": "2016-03-13T20:13:02",
    "Activity": "BACKUP",
    "successful": "NO",
    "EndTime": "2016-03-13T20:13:35",
    "TimeTaken": 33,
    "Examined": 1.0,
    "MBs": 0.0,
    "Idle": 0.0,
    "Mediaw": 0.0,
    "NodeGUID": "00000000-0000-0000-0000-000000000000",
    "TimeTakenStr": "00h:00m:33s",
    "ThroughPut": 0.0
  },
  {
     "ServerName": "TSM-ABC-01",
    "Failed": 1.0,
   "NodeKey": "ABC_TSM02",
    "Entity": "HYPERV_DC:PRP-SRV-01",
    "ScheduleName": "",
    "StartTime": "2016-03-12T20:14:02",
    "Activity": "BACKUP",
    "successful": "NO",
    "EndTime": "2016-03-12T20:14:36",
    "TimeTaken": 34,
    "Examined": 1.0,
    "MBs": 0.0,
    "Idle": 0.0,
    "Mediaw": 0.0,
    "NodeGUID": "00000000-0000-0000-0000-000000000000",
    "TimeTakenStr": "00h:00m:34s",
    "ThroughPut": 0.0
  },
  {
     "ServerName": "TSM-ABC-01",
    "Affected": 0.0,
    "Failed": 1.0,
   "NodeKey": "ABC_TSM02",
    "Entity": "HYPERV_DC:PRP-SRV-01",
    "ScheduleName": "",
    "StartTime": "2016-03-11T20:15:40",
    "Activity": "BACKUP",
    "successful": "NO",
    "EndTime": "2016-03-11T20:16:13",
    "TimeTaken": 33,
    "Examined": 1.0,
    "MBs": 0.0,
    "Idle": 0.0,
    "Mediaw": 0.0,
    "NodeGUID": "00000000-0000-0000-0000-000000000000",
    "TimeTakenStr": "00h:00m:33s",
    "ThroughPut": 0.0
  },
]