Gets TSM for VE details for a particular TSM node and view type based on the date range specified
Requires authentication? | Yes (HTTP authentication using user name and API key) |
Response formats | JSON |
api/tsmforve/detailsbynodeandview?nodeguid=7E08BD44-752F-4839-9F2A-840E5CB028A6&entity=SQLAGV_DC:PRP-REQ-01&date=2016-03-07&viewtype=incremental
Name | Description |
---|---|
nodeGuid required |
Unique identifier for the predatar agent |
entity required |
TSM node name for which the data is to be retrieved. |
viewType required |
Type of report to be retrieved. The value can be Full or Incremental. |
date optional |
Date in the format yyyy-MM-dd. If not specified, then the default value will be used, which will be the current date |
[
{
"ServerName": "TSM-LON-01",
"Activity": "BACKUP",
"NodeKey": "SQLAGV_DC:PRP-REQ-01",
"VM_Name": "AD-AG1-01",
"DataMoverAgent": "PRHOST-ABC-01_LOG",
"ScheduleName": "",
"ActivityType": "Incremental Forever - Incremental",
"CompletionCode": "4343",
"Success": "NO",
"StartTime": "2016-03-07T13:45:59",
"EndTime": "2016-03-07T13:46:37",
"TimeTaken": 38,
"MBs": 0.0,
"NodeGUID": "7E08BD44-752F-4839-9F2A-840E5CB028A6",
"TimeTakenStr": "00h:00m:38s",
"ThroughPut": 0.0
},
{
"ServerName": "TSM-LON-01",
"Activity": "BACKUP",
"NodeKey": "SQLAGV_DC:PRP-REQ-01",
"VM_Name": "PRQ-SQL-01",
"DataMoverAgent": "PRHOST-ABC-01_LOG",
"ScheduleName": "",
"ActivityType": "Incremental Forever - Incremental",
"CompletionCode": "4343",
"Success": "NO",
"StartTime": "2016-03-07T13:18:28",
"EndTime": "2016-03-07T13:19:01",
"TimeTaken": 33,
"MBs": 0.0,
"NodeGUID": "7E08BD44-752F-4839-9F2A-840E5CB028A6",
"TimeTakenStr": "00h:00m:33s",
"ThroughPut": 0.0
},
{
"ServerName": "TSM-LON-01",
"Activity": "BACKUP",
"NodeKey": "SQLAGV_DC:PRP-REQ-01",
"VM_Name": "AK-TYK-01",
"DataMoverAgent": "PRHOST-ABC-01_LOG",
"ScheduleName": "",
"ActivityType": "Incremental Forever - Incremental",
"CompletionCode": "0",
"Success": "YES",
"StartTime": "2016-03-07T13:57:08",
"EndTime": "2016-03-07T14:04:52",
"TimeTaken": 464,
"MBs": 24053.442736625671,
"NodeGUID": "7E08BD44-752F-4839-9F2A-840E5CB028A6",
"TimeTakenStr": "00h:07m:44s",
"ThroughPut": 51.84
},
{
"ServerName": "TSM-LON-01",
"Activity": "BACKUP",
"NodeKey": "SQLAGV_DC:PRP-REQ-01",
"VM_Name": "PRQ-SQL-01",
"DataMoverAgent": "PRHOST-ABC-01_LOG",
"ScheduleName": "",
"ActivityType": "Incremental Forever - Incremental",
"CompletionCode": "0",
"Success": "YES",
"StartTime": "2016-03-07T13:27:52",
"EndTime": "2016-03-07T13:45:34",
"TimeTaken": 1062,
"MBs": 59392.9492855072,
"NodeGUID": "7E08BD44-752F-4839-9F2A-840E5CB028A6",
"TimeTakenStr": "00h:17m:42s",
"ThroughPut": 55.93
}
]