GET api/objectsstored/detailsbydate

Gets objects stored 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/objectsstored/detailsbydate?organisationId=5&nodeGroupId=3&viewType=Bkup  
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.
nodeGroupId
optional
Id of the node group
viewType
optional
Type of data to be retrieved. The value can be All, Arch (for archive), Bkup (for backup) or SpMg (for space managed). If not specified, the default value of All will be used.
Example Result
[
  {
    "ServerName": "TSM-ABC-01",
    "NodeKey": "AG_ABC_01",
    "PrimaryObjects": 0,
    "CopyObjects": 0,
    "PrimaryPercent": 0.0,
    "CopyPercent": 0.0,
    "PrimaryCopyObjectDelta": 0.0,
    "PrimarytoCopyRatio": 0.0,
    "PrimaryType": "Bkup",
    "NodeGUID": "00123456-9FFA-46F4-9876-C2C9876F31FF",
  },
  {
    "ServerName": "TSM-ABC-01",
    "NodeKey": "AG_ABC_01",
    "PrimaryObjects": 0,
    "CopyObjects": 0,
    "PrimaryPercent": 0.0,
    "CopyPercent": 0.0,
    "PrimaryCopyObjectDelta": 0.0,
    "PrimarytoCopyRatio": 0.0,
    "PrimaryType": "Bkup",
    "NodeGUID": "00123456-9FFA-46F4-9876-C2C9876F31FF",
  },
  {
    "ServerName": "TSM-ABC-01",
    "NodeKey": "HYNTSM_D01",
    "PrimaryObjects": 0,
    "CopyObjects": 0,
    "PrimaryPercent": 0.0,
    "CopyPercent": 0.0,
    "PrimaryCopyObjectDelta": 0.0,
    "PrimarytoCopyRatio": 0.0,
    "PrimaryType": "Bkup",
    "NodeGUID": "00123456-9FFA-46F4-9876-C2C9876F31FF",
  },
  {
    "ServerName": "TSM-ABC-01",
    "NodeKey": "HYNTSM_D01",
    "PrimaryObjects": 0,
    "CopyObjects": 0,
    "PrimaryPercent": 0.0,
    "CopyPercent": 0.0,
    "PrimaryCopyObjectDelta": 0.0,
    "PrimarytoCopyRatio": 0.0,
    "PrimaryType": "Bkup",
    "NodeGUID": "00123456-9FFA-46F4-9876-C2C9876F31FF",
  }
]