GET api/datadeduplication/storagepools

Gets all storage pools based on the organisation and TSM server

Resource Information
Requires authentication? Yes (HTTP authentication using user name and API key)
Response formats JSON
Example URL
  api/datadeduplication/storagepools?organisationId=5  
Parameters
Name Description
organisationId
required
Id of the organisation
nodeGuid
optional
Unique identifier for the predatar agent. If not sepcified, then storage pools across all the TSM servers will be retrieved.
Example Result
[
  {
    "STGPoolNames": "CONTAINER1",
    "DateTimeCreated": "0001-01-01T00:00:00",
    "LogicalMb": 0.0,
    "ReportingMb": 0.0,
    "Ratio": 0.0
  },
  {
    "STGPoolNames": "DEDUPE",
    "DateTimeCreated": "0001-01-01T00:00:00",
    "LogicalMb": 0.0,
    "ReportingMb": 0.0,
    "Ratio": 0.0
  },
  {
    "STGPoolNames": "DEDUPFILE",
    "DateTimeCreated": "0001-01-01T00:00:00",
    "LogicalMb": 0.0,
    "ReportingMb": 0.0,
    "Ratio": 0.0
  },
  {
    "STGPoolNames": "DEDUPPOOL",
    "DateTimeCreated": "0001-01-01T00:00:00",
    "LogicalMb": 0.0,
    "ReportingMb": 0.0,
    "Ratio": 0.0
  },
  {
    "STGPoolNames": "FILE_DEDUP",
    "DateTimeCreated": "0001-01-01T00:00:00",
    "LogicalMb": 0.0,
    "ReportingMb": 0.0,
    "Ratio": 0.0
  },
  {
    "STGPoolNames": "FILE_DEDUP_DISK",
    "DateTimeCreated": "0001-01-01T00:00:00",
    "LogicalMb": 0.0,
    "ReportingMb": 0.0,
    "Ratio": 0.0
  },
  {
    "STGPoolNames": "STGCONTAINER",
    "DateTimeCreated": "0001-01-01T00:00:00",
    "LogicalMb": 0.0,
    "ReportingMb": 0.0,
    "Ratio": 0.0
  },
  {
    "STGPoolNames": "TDP_DEDUP_DISK",
    "DateTimeCreated": "0001-01-01T00:00:00",
    "LogicalMb": 0.0,
    "ReportingMb": 0.0,
    "Ratio": 0.0
  }
]