GET api/datadeduplication/detailsbydate

Gets data deduplication detailed stats for a particular day

Resource Information
Requires authentication? Yes (HTTP authentication using user name and API key)
Response formats JSON
Example URL
  api/datadeduplication/detailsbydate?organisationId=5  
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 included in the result.
date
optional
Date for which the data need to be viewed in the format yyyy-MM-dd. If not specified, then the current date will be used.
stgPoolName
optional
Storage pool name for which the data is to be retrieved. If not specified, then the data for all storage pools will be retrieved.
Example Result
[
  {
    "NodeGUID": "7E08BD44-752F-4839-9F2A-840E5CB028A6",
    "ServerName": "TSM-ABC-01",
    "NodeName": "VKAG_DC",
    "StoragePool": "DEDUPPOOL",
    "LogicalMb": 591214.0,
    "ReportingMb": 3293.0,
    "DateCreated": "2016-03-01T17:00:31.513",
    "SpaceSaved": -587921.0,
    "DedupeRatio": "0.01:1",
    "RatioSort": 0.01
  },
  {
    "NodeGUID": "7E08BD44-752F-4839-9F2A-840E5CB028A6",
    "ServerName": "TSM-ABC-01",
    "NodeName": "VKAG-ABC-01_SILV",
    "StoragePool": "DEDUPPOOL",
    "LogicalMb": 65488.0,
    "ReportingMb": 155.0,
    "DateCreated": "2016-03-01T17:00:31.51",
    "SpaceSaved": -65333.0,
    "DedupeRatio": "0:1",
    "RatioSort": 0.0
  },
  {
    "NodeGUID": "7E08BD44-752F-4839-9F2A-840E5CB028A6",
    "ServerName": "TSM-ABC-01",
    "NodeName": "SLTSM_SQL",
    "StoragePool": "DEDUPPOOL",
    "LogicalMb": 59886.0,
    "ReportingMb": 533967.0,
    "DateCreated": "2016-03-01T17:00:31.507",
    "SpaceSaved": 474081.0,
    "DedupeRatio": "8.92:1",
    "RatioSort": 8.92
  },
  {
    "NodeGUID": "7E08BD44-752F-4839-9F2A-840E5CB028A6",
    "ServerName": "TSM-ABC-01",
    "NodeName": "SL_TSM01",
    "StoragePool": "DEDUPPOOL",
    "LogicalMb": 1829.0,
    "ReportingMb": 2364.0,
    "DateCreated": "2016-03-01T17:00:31.503",
    "SpaceSaved": 535.0,
    "DedupeRatio": "1.29:1",
    "RatioSort": 1.29
  }
  ]