GET api/objectsstored/nodedetails

Gets objects stored details for a particular TSM node

Resource Information
Requires authentication? Yes (HTTP authentication using user name and API key)
Response formats JSON
Example URL
  api/objectsstored/nodedetails?nodeGuid=7E08BD44-752F-4839-9F2A-840E5CB028A6&entity=SQLAGV_DC:PRP-REQ-01  
Parameters
Name Description
nodeGuid
required
Unique identifier for the predatar agent
entity
required
TSM node name for which the data is to be retrieved.
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 Bkup will be used.
Example Result
[
  {
    "DateCreated": "0001-01-01T00:00:00",
    "PrimaryObjects": 6282,
    "CopyObjects": 0,
    "NodeGUID": "00000000-0000-0000-0000-000000000000",
    "ServerName": null,
    "NodeGroupId": 0,
    "GroupName": null,
    "DateTimeCreated": "2016-03-10T08:30:00"
  },
  {
    "DateCreated": "0001-01-01T00:00:00",
    "PrimaryObjects": 6282,
    "CopyObjects": 0,
    "NodeGUID": "00000000-0000-0000-0000-000000000000",
    "ServerName": null,
    "NodeGroupId": 0,
    "GroupName": null,
    "DateTimeCreated": "2016-03-09T08:30:00"
  },
  {
    "DateCreated": "0001-01-01T00:00:00",
    "PrimaryObjects": 6282,
    "CopyObjects": 0,
    "NodeGUID": "00000000-0000-0000-0000-000000000000",
    "ServerName": null,
    "NodeGroupId": 0,
    "GroupName": null,
    "DateTimeCreated": "2016-03-08T08:30:00"
  },
  {
    "DateCreated": "0001-01-01T00:00:00",
    "PrimaryObjects": 6282,
    "CopyObjects": 0,
    "NodeGUID": "00000000-0000-0000-0000-000000000000",
    "ServerName": null,
    "NodeGroupId": 0,
    "GroupName": null,
    "DateTimeCreated": "2016-03-07T08:30:00"
  }
]