Gets TSM for VE details for a particular TSM node and activity
Requires authentication? | Yes (HTTP authentication using user name and API key) |
Response formats | JSON |
api/tsmforve/nodedetails?nodeGuid=7E08BD44-752F-4839-9F2A-840E5CB028A6&entity=SQLAGV_DC:PRP-REQ-01
Name | Description |
---|---|
nodeGuid required |
Unique identifier for the predatar agent |
entity required |
TSM node name for which the data is to be retrieved. |
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. |
startDate optional |
Start date in the format yyyy-MM-dd HH:mm. If not specified, then the default value will be used, which will be seven days before the current date |
endDate optional |
End date in the format yyyy-MM-dd HH:mm. If not specified, then the default value will be used, which will be the current date |
[
{
"ServerName": "TSM-ABC-01",
"Activity": "BACKUP",
"NodeKey": "SQLAGV_DC:PRP-REQ-01",
"VM_Name": null,
"DataMoverAgent": "PRHOST-ABC-01_LOG",
"ScheduleName": "",
"ActivityType": "Incremental Forever - Incremental",
"CompletionCode": "4343",
"Success": "NO",
"StartTime": "2016-03-13T20:13:02",
"EndTime": "2016-03-13T20:13:35",
"TimeTaken": 33,
"MBs": 0.0,
"NodeGUID": "00000000-0000-0000-0000-000000000000",
"TimeTakenStr": "00h:00m:33s",
"ThroughPut": 0.0
},
{
"ServerName": "TSM-ABC-01",
"Activity": "BACKUP",
"NodeKey": "SQLAGV_DC:PRP-REQ-02",
"VM_Name": null,
"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": "00000000-0000-0000-0000-000000000000",
"TimeTakenStr": "00h:00m:34s",
"ThroughPut": 0.0
},
{
"ServerName": "TSM-ABC-01",
"Activity": "BACKUP",
"NodeKey": "SQLAGV_DC:PRP-REQ-03",
"VM_Name": null,
"DataMoverAgent": "PRHOST-ABC-01_LOG",
"ScheduleName": "",
"ActivityType": "Incremental Forever - Incremental",
"CompletionCode": "4343",
"Success": "NO",
"StartTime": "2016-03-11T20:15:40",
"EndTime": "2016-03-11T20:16:13",
"TimeTaken": 33,
"MBs": 0.0,
"NodeGUID": "00000000-0000-0000-0000-000000000000",
"TimeTakenStr": "00h:00m:33s",
"ThroughPut": 0.0
},
{
"ServerName": "TSM-ABC-01",
"Activity": "BACKUP",
"NodeKey": "SQLAGV_DC:PRP-REQ-04",
"VM_Name": null,
"DataMoverAgent": "PRHOST-ABC-01_LOG",
"ScheduleName": "",
"ActivityType": "Incremental Forever - Incremental",
"CompletionCode": "0",
"Success": "YES",
"StartTime": "2016-03-11T10:24:41",
"EndTime": "2016-03-11T10:26:20",
"TimeTaken": 99,
"MBs": 1946.6177444458008,
"NodeGUID": "00000000-0000-0000-0000-000000000000",
"TimeTakenStr": "00h:01m:39s",
"ThroughPut": 19.66
}
]