Gets node replication sync details for a particular TSM node and activity
| Requires authentication? | Yes (HTTP authentication using user name and API key) |
| Response formats | JSON |
api/nodereplication/syncnodedetails?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. |
|
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 |
[
{
"NodeGUID": "00000000-0000-0000-0000-000000000000",
"ServerName": "TSM-ABC-01",
"NodeKey": "AG_TSM02",
"NodeName": "TSM_AG01_SQL",
"Timerun": "2016-03-09T07:15:20",
"Type": "Bkup",
"FILESPACE_NAME": "DELETED",
"FSID": 23.0,
"FILES_ON_SERVER": 0.0,
"REPLICATION_SERVER_1": "",
"FILES_ON_SERVER_1": 0.0
},
{
"NodeGUID": "00000000-0000-0000-0000-000000000000",
"ServerName": "TSM-ABC-01",
"NodeKey": "AG_TSM02",
"NodeName": "TSM_AG01_SQL",
"Timerun": "2016-03-09T07:15:20",
"Type": "Bkup",
"FILESPACE_NAME": "\\PRFULL-AD-GFS-01",
"FSID": 2.0,
"FILES_ON_SERVER": 10041.0,
"REPLICATION_SERVER_1": "",
"FILES_ON_SERVER_1": 0.0
},
{
"NodeGUID": "00000000-0000-0000-0000-000000000000",
"ServerName": "TSM-ABC-01",
"NodeKey": "AG_TSM02",
"NodeName": "TSM_AG01_SQL",
"Timerun": "2016-03-09T07:15:20",
"Type": "Bkup",
"FILESPACE_NAME": "\\PRFULL-AD-ABC-01",
"FSID": 3.0,
"FILES_ON_SERVER": 6777.0,
"REPLICATION_SERVER_1": "",
"FILES_ON_SERVER_1": 0.0
},
{
"NodeGUID": "00000000-0000-0000-0000-000000000000",
"ServerName": "TSM-ABC-01",
"NodeKey": "AG_TSM02",
"NodeName": "TSM_AG01_SQL",
"Timerun": "2016-03-09T07:15:20",
"Type": "Bkup",
"FILESPACE_NAME": "\\VMFULL-AGHT1-ABC-01",
"FSID": 4.0,
"FILES_ON_SERVER": 7857.0,
"REPLICATION_SERVER_1": "TSM007",
"FILES_ON_SERVER_1": 3786.0
}
]