GET api/datadeduplication/nodedetailsbydaterange

Gets data deduplication details for a particular TSM node and storage pool 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/datadeduplication/nodedetailsbydaterange?organisationId=5&nodeguid=7E08BD44-752F-4839-9F2A-840E5CB028A6&stgPoolName=DEDUPPOOL&nodeName=SQLAGV_DC:PRP-REQ-01  
Parameters
Name Description
organisationId
required
Id of the organisation
nodeGuid
required
Unique identifier for the predatar agent
stgPoolName
required
Storage pool name for which the data is to be retrieved
nodeName
required
TSM node name for which the data is to be retrieved
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
Example Result
[
  {
    "NodeGUID": "7E08BD44-752F-4839-9F2A-840E5CB028A6",
    "ServerName": "TSM-ABC-01",
    "NodeName": "AG_ABC_01",
    "StoragePool": "DEDUPPOOL",
    "LogicalMb": 65488.0,
    "ReportingMb": 155.0,
    "DateCreated": "2016-03-09T17:00:17.447",
    "SpaceSaved": -65333.0,
    "DedupeRatio": "0:1",
    "RatioSort": 0.0
  },
  {
    "NodeGUID": "7E08BD44-752F-4839-9F2A-840E5CB028A6",
    "ServerName": "TSM-ABC-01",
    "NodeName": "AG_ABC_01",
    "StoragePool": "DEDUPPOOL",
    "LogicalMb": 65488.0,
    "ReportingMb": 155.0,
    "DateCreated": "2016-03-08T17:00:39.997",
    "SpaceSaved": -65333.0,
    "DedupeRatio": "0:1",
    "RatioSort": 0.0
  },
  {
    "NodeGUID": "7E08BD44-752F-4839-9F2A-840E5CB028A6",
    "ServerName": "TSM-ABC-01",
    "NodeName": "AG_ABC_01",
    "StoragePool": "DEDUPPOOL",
    "LogicalMb": 65488.0,
    "ReportingMb": 155.0,
    "DateCreated": "2016-03-07T17:00:18.83",
    "SpaceSaved": -65333.0,
    "DedupeRatio": "0:1",
    "RatioSort": 0.0
  },
  {
    "NodeGUID": "7E08BD44-752F-4839-9F2A-840E5CB028A6",
    "ServerName": "TSM-ABC-01",
    "NodeName": "AG_ABC_01",
    "StoragePool": "DEDUPPOOL",
    "LogicalMb": 65488.0,
    "ReportingMb": 155.0,
    "DateCreated": "2016-03-06T17:00:14.523",
    "SpaceSaved": -65333.0,
    "DedupeRatio": "0:1",
    "RatioSort": 0.0
  }
]