Gets summary of tape storage pool volumes stats based on the date range specified
| Requires authentication? | Yes (HTTP authentication using user name and API key) |
| Response formats | JSON |
api/tapestoragepoolvolumes/summary?nodeGuid=7E08BD44-752F-4839-9F2A-840E5CB028A6&libraryName=LIB_ENV01&startDate=2016-01-01 00:00
| Name | Description |
|---|---|
|
nodeGuid required |
Unique identifier for the predatar agent |
|
libraryName required |
Name of the library for which the data is to be retrieved. |
|
startDate optional |
Start date in the format yyyy-MM-dd HH:mm. 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 HH:mm. If not specified, then the default value will be used, which will be the current date |
[
{
"SumPrimary": 6,
"SumCopy": 0,
"DateCreated": "2015-09-20T00:00:00",
"LibraryName": null,
"PercentPrimary": 100.0,
"PercentCopy": 0.0
},
{
"SumPrimary": 6,
"SumCopy": 0,
"DateCreated": "2015-09-19T00:00:00",
"LibraryName": null,
"PercentPrimary": 100.0,
"PercentCopy": 0.0
},
{
"SumPrimary": 6,
"SumCopy": 0,
"DateCreated": "2015-09-18T00:00:00",
"LibraryName": null,
"PercentPrimary": 100.0,
"PercentCopy": 0.0
},
{
"SumPrimary": 6,
"SumCopy": 0,
"DateCreated": "2015-09-17T00:00:00",
"LibraryName": null,
"PercentPrimary": 100.0,
"PercentCopy": 0.0
}]