GET api/tapestoragepoolvolumes/libraries

Gets tape storage pool volumes library names

Resource Information
Requires authentication? Yes (HTTP authentication using user name and API key)
Response formats JSON
Example URL
  api/tapestoragepoolvolumes/libraries?nodeGuid=7E08BD44-752F-4839-9F2A-840E5CB028A6&startDate=2016-01-01  
Parameters
Name Description
nodeGuid
required
Unique identifier for the predatar agent
startDate
optional
Start date in the format yyyy-MM-dd. If not specified, then the default value will be used, which will be seven days before the current date
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
[
  {
    "SumPrimary": 0,
    "SumCopy": 0,
    "DateCreated": "0001-01-01T00:00:00",
    "LibraryName": "IBM_TSXX10",
    "PercentPrimary": 0.0,
    "PercentCopy": 0.0
  },
  {
    "SumPrimary": 0,
    "SumCopy": 0,
    "DateCreated": "0001-01-01T00:00:00",
    "LibraryName": "TSTG10",
    "PercentPrimary": 0.0,
    "PercentCopy": 0.0
  }
]