GET api/tsmforve/detailsbydate

Gets TSM for VE 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/tsmforve/detailsbydate?organisationId=5&date=2016-01-01  
Parameters
Name Description
organisationId
required
Id of the organisation
nodeGuid
optional
Unique identifier for the predatar agent. If not specified, then the data for all the TSM servers will be included in the result.
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.
nodeGroupId
optional
Id of the node group
view
optional
Type of data to be retrieved. The value can be Backup or Archive. If not specified, the default value of Backup will be used.
Example Result
[
  {
    "ServerName": "TSM-ABC-01",
    "Activity": "BACKUP",
    "NodeKey": "SQLAGV_DC:PRP-REQ-01",
    "VM_Name": "XYZ-LXJ-01",
    "DataMoverAgent": "PRHOST-ABC-01_LOG",
    "ScheduleName": "",
    "ActivityType": "Incremental Forever - Incremental",
    "CompletionCode": "4343",
    "Success": "NO",
    "StartTime": "2016-03-12T20:14:02",
    "EndTime": "2016-03-12T20:14:36",
    "TimeTaken": 34,
    "MBs": 0.0,
    "NodeGUID": "7E08BD44-752F-4839-9F2A-840E5CB028A6",
    "TimeTakenStr": "00h:00m:34s",
    "ThroughPut": 0.0
  },
  {
    "ServerName": "TSM-ABC-01",
    "Activity": "BACKUP",
    "NodeKey": "SQLAGV_DC:PRP-REQ-02",
    "VM_Name": "XYZ-LXJ-02",
    "DataMoverAgent": "PRHOST-ABC-01_LOG",
    "ScheduleName": "",
    "ActivityType": "Incremental Forever - Incremental",
    "CompletionCode": "0",
    "Success": "YES",
    "StartTime": "2016-03-12T20:42:53",
    "EndTime": "2016-03-12T20:44:34",
    "TimeTaken": 101,
    "MBs": 1687.6841058731079,
    "NodeGUID": "7E08BD44-752F-4839-9F2A-840E5CB028A6",
    "TimeTakenStr": "00h:01m:41s",
    "ThroughPut": 16.71
  },
  {
    "ServerName": "TSM-ABC-01",
    "Activity": "BACKUP",
    "NodeKey": "SQLAGV_DC:WEB-ABC-01",
    "VM_Name": "XYZ-LXJ-03",
    "DataMoverAgent": "PRHOST-ABC-01_LOG",
    "ScheduleName": "",
    "ActivityType": "Incremental Forever - Incremental",
    "CompletionCode": "0",
    "Success": "YES",
    "StartTime": "2016-03-12T20:41:11",
    "EndTime": "2016-03-12T20:42:52",
    "TimeTaken": 101,
    "MBs": 1921.4939088821411,
    "NodeGUID": "7E08BD44-752F-4839-9F2A-840E5CB028A6",
    "TimeTakenStr": "00h:01m:41s",
    "ThroughPut": 19.02
  },
  {
    "ServerName": "TSM-ABC-01",
    "Activity": "BACKUP",
    "NodeKey": SQLAGV_DC:WEB-ABC-01",
    "VM_Name": "VPN-AG01-02",
    "DataMoverAgent": "PRHOST-ABC-01_LOG",
    "ScheduleName": "",
    "ActivityType": "Incremental Forever - Incremental",
    "CompletionCode": "0",
    "Success": "YES",
    "StartTime": "2016-03-12T20:39:57",
    "EndTime": "2016-03-12T20:41:09",
    "TimeTaken": 72,
    "MBs": 1083.3593559265137,
    "NodeGUID": "7E08BD44-752F-4839-9F2A-840E5CB028A6",
    "TimeTakenStr": "00h:01m:12s",
    "ThroughPut": 15.05
  }
]