Gets clients backed up details for a particular TSM node and activity based on the date range specified
| Requires authentication? | Yes (HTTP authentication using user name and API key) |
| Response formats | JSON |
api/clientsbackedup/nodedetailsbydaterange?nodeGuid=7E08BD44-752F-4839-9F2A-840E5CB028A6&entity=ABC_SQL&activity=Archive&startDate=2016-01-01
| 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. All, 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 |
[
{
"ServerName": "TSM-ABC-01",
"Affected": 29.0,
"Failed": 0.0,
"NodeKey": "ABC_TSM02",
"Entity": "PRP-SQL-01_SQL",
"ScheduleName": "",
"StartTime": "2016-03-13T23:18:12",
"Activity": "BACKUP",
"successful": "YES",
"EndTime": "2016-03-13T23:18:12",
"TimeTaken": 0,
"Examined": 0.0,
"MBs": 0.0,
"Idle": 0.0,
"Mediaw": 0.0,
"NodeGUID": "11111111-00FA-00A1-0112-C7C7775F7FFF",
"TimeTakenStr": "00h:00m:00s",
"ThroughPut": 0.0
},
{
"ServerName": "TSM-ABC-01",
"Affected": 13.0,
"Failed": 0.0,
"NodeKey": "ABC_TSM02",
"Entity": "PRP-SQL-01_SQL",
"ScheduleName": "",
"StartTime": "2016-03-13T23:04:54",
"Activity": "BACKUP",
"successful": "YES",
"EndTime": "2016-03-13T23:04:54",
"TimeTaken": 0,
"Examined": 0.0,
"MBs": 0.0,
"Idle": 0.0,
"Mediaw": 0.0,
"NodeGUID": "11111111-00FA-00A1-0112-C7C7775F7FFF",
"TimeTakenStr": "00h:00m:00s",
"ThroughPut": 0.0
},
{
"ServerName": "TSM-ABC-01",
"Affected": 18.0,
"Failed": 0.0,
"NodeKey": "ABC_TSM02",
"Entity": "PRP-SQL-01_SQL",
"ScheduleName": "",
"StartTime": "2016-03-13T23:04:54",
"Activity": "BACKUP",
"successful": "YES",
"EndTime": "2016-03-13T23:04:54",
"TimeTaken": 0,
"Examined": 0.0,
"MBs": 0.0,
"Idle": 0.0,
"Mediaw": 0.0,
"NodeGUID": "11111111-00FA-00A1-0112-C7C7775F7FFF",
"TimeTakenStr": "00h:00m:00s",
"ThroughPut": 0.0
},
{
"ServerName": "TSM-ABC-01",
"Affected": 6.0,
"Failed": 0.0,
"NodeKey": "ABC_TSM02",
"Entity": "PRP-SQL-01_SQL",
"ScheduleName": "",
"StartTime": "2016-03-13T23:03:46",
"Activity": "BACKUP",
"successful": "YES",
"EndTime": "2016-03-13T23:03:46",
"TimeTaken": 0,
"Examined": 0.0,
"MBs": 0.0,
"Idle": 0.0,
"Mediaw": 0.0,
"NodeGUID": "11111111-00FA-00A1-0112-C7C7775F7FFF",
"TimeTakenStr": "00h:00m:00s",
"ThroughPut": 0.0
},
]