GET api/nodereplication/syncsummary

Gets summary of node replication Sync stats based on the date range specified

Resource Information
Requires authentication? Yes (HTTP authentication using user name and API key)
Response formats JSON
Example URL
  api/nodereplication/syncsummary?organisationId=5&split=true&startDate=2016-01-01 00:00  
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 retrieved.
nodeGroupId
optional
Id of the node group
split
optional
Can be true or false. If true then stats of individual TSM servers will be retrieved, otherwise results will be combined for all the TSM servers. The default value is false.
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
Example Result
[
  {
    "DateCreated": "2016-03-10T00:00:00",
    "ServerName": null,
    "NodeGUID": "00000000-0000-0000-0000-000000000000",
    "NodeGroupId": 0,
    "GroupName": null,
    "FilesOnServer": 757703.0,
    "FilesOnServer1": 69541.0
  },
  {
    "DateCreated": "2016-03-09T00:00:00",
    "ServerName": null,
    "NodeGUID": "00000000-0000-0000-0000-000000000000",
    "NodeGroupId": 0,
    "GroupName": null,
    "FilesOnServer": 757566.0,
    "FilesOnServer1": 69541.0
  },
  {
    "DateCreated": "2016-03-08T00:00:00",
    "ServerName": null,
    "NodeGUID": "00000000-0000-0000-0000-000000000000",
    "NodeGroupId": 0,
    "GroupName": null,
    "FilesOnServer": 760350.0,
    "FilesOnServer1": 69541.0
  },
  {
    "DateCreated": "2016-03-07T00:00:00",
    "ServerName": null,
    "NodeGUID": "00000000-0000-0000-0000-000000000000",
    "NodeGroupId": 0,
    "GroupName": null,
    "FilesOnServer": 760141.0,
    "FilesOnServer1": 69541.0
  }
]