GET api/offsitingcompleted/nodedetailsbydaterange

Gets offsiting completed 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/offsitingcompleted/nodedetailsbydaterange?nodeGuid=7E08BD44-752F-4839-9F2A-840E5CB028A6&activity=FULL_DBBACKUP&entity=SQLAGV_DC:PRP-REQ-01&startDate=2016-01-01  
Parameters
Name Description
nodeGuid
required
Unique identifier for the predatar agent
activity
required
Activity for which the data is to be retrieved (e.g., FULL_DBBACKUP, BACKUP, MOVE NODEDATA etc.)
entity
required
TSM node name for which the data is to be retrieved.
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": "SILABC01",
    "SuccessFul": "YES",
    "NodeKey": "ABC01",
    "NodeGUID": "00000000-0000-0000-0000-000000000000",
    "Examined": 11201.0,
    "Affected": 11201.0,
    "MBs": 793.44921875,
    "StartTime": "2015-08-30T15:44:25",
    "Activity": "STGPOOL BACKUP",
    "Entity": "VM_DATA_CNTL_DISK -> OFFSITE_TAPE",
    "VolumeName": "",
    "EndTime": "2015-08-30T15:46:12",
    "Idle": 0.0,
    "Failed": 0.0,
    "Mediaw": 0.0,
    "TimeTaken": 107,
    "ThroughPut": 7.42,
    "TimeTakenStr": "00h:01m:47s",
    "EntityEncoded": "FFFGGJJMBVBTG330sgLSZndDsgT0ZGU0lURV9UQVBF"
  },
  {
    "ServerName": "SILABC01",
    "SuccessFul": "YES",
    "NodeKey": "ABC01",
    "NodeGUID": "00000000-0000-0000-0000-000000000000",
    "Examined": 3761780.0,
    "Affected": 3761780.0,
    "MBs": 2047473.3626966476,
    "StartTime": "2015-08-30T07:05:52",
    "Activity": "STGPOOL BACKUP",
    "Entity": "DEDUPPOOL -> OFFSITE_TAPE",
    "VolumeName": "",
    "EndTime": "2015-08-30T15:44:25",
    "Idle": 0.0,
    "Failed": 0.0,
    "Mediaw": 102.0,
    "TimeTaken": 31113,
    "ThroughPut": 65.81,
    "TimeTakenStr": "08h:38m:33s",
   "EntityEncoded": "FFFGGJJMBVBTG330sgLSZndDsgT0ZGU0lURV9UQVBF"
  },
  {
    "ServerName": "SILABC01",
    "SuccessFul": "YES",
    "NodeKey": "ABC01",
    "NodeGUID": "00000000-0000-0000-0000-000000000000",
    "Examined": 0.0,
    "Affected": 0.0,
    "MBs": 0.0,
    "StartTime": "2015-08-30T07:05:52",
    "Activity": "STGPOOL BACKUP",
    "Entity": "SQLDATA -> OFFSITE_TAPE",
    "VolumeName": "",
    "EndTime": "2015-08-30T07:05:52",
    "Idle": 0.0,
    "Failed": 0.0,
    "Mediaw": 0.0,
    "TimeTaken": 0,
    "ThroughPut": 0.0,
    "TimeTakenStr": "00h:00m:00s",
    "EntityEncoded": "U1FMREFUQSAtJmd0OyBPRkZTSVRFX1RBUEU="
  },
  {
    "ServerName": "SILABC01",
    "SuccessFul": "YES",
    "NodeKey": "ABC01",
    "NodeGUID": "00000000-0000-0000-0000-000000000000",
    "Examined": 18196.0,
    "Affected": 18196.0,
    "MBs": 632599.5234375,
    "StartTime": "2015-08-30T05:00:25",
    "Activity": "STGPOOL BACKUP",
    "Entity": "LANDING -> OFFSITE_TAPE",
    "VolumeName": "",
    "EndTime": "2015-08-30T07:05:52",
    "Idle": 0.0,
    "Failed": 0.0,
    "Mediaw": 79.0,
    "TimeTaken": 7527,
    "ThroughPut": 84.04,
    "TimeTakenStr": "02h:05m:27s",
   "EntityEncoded": "FFFGGJJMBVBTG330sgLSZndDsgT0ZGU0lURV9UQVBF"
  }
]