GET api/sequentialdiskpools/summary

Gets summary of sequential disk pools stats based on the date range specified

Resource Information
Requires authentication? Yes (HTTP authentication using user name and API key)
Response formats JSON
Example URL
  api/sequentialdiskpools/summary?organisationId=2&startDate=2016-01-01 00:00&viewDiskPoolType=USED_MB  
Parameters
Name Description
organisationId
required
Id of the organisation
nodeGuid
optional
Unique identifier for the predatar agent
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
poolType
optional
Pool type for which the data is to be retrieved (e.g. All, Primary, Copy and Active-Data). If not specified, the default value of All will be used.
deDuplicated
optional
DeDuplicated for which the data is to be retrieved (e.g. All, Yes and No). If not specified, the default value of All will be used.
viewDiskPoolType
optional
View disk pool type for which the data is to be retrieved (e.g. Used_PCT, USED_MB and USED_SCRATCH). If not specified, the default value of Used_PCT will be used.
Example Result
[
  {
    "DateCreated": "2016-03-14T00:00:00",
    "EstCapacityGBs": 25309.08,
    "EstUsedGBs": 14272.59,
    "EstFreeGBs": 11036.49,
    "PctUtilized": 56.39,
    "MaxScratch": 770.0,
    "NumScratchUsed": 340.0,
    "NumScratchUnUsed": 430.0,
    "PctFreeGBs": 56.39316008325865,
    "PctUsedGBs": 43.606839916741343,
    "PctNumScratchUsed": 44.155844155844157,
    "PctNumScratchUnUsed": 55.844155844155843
  },
  {
    "DateCreated": "2016-03-13T00:00:00",
    "EstCapacityGBs": 25309.62,
    "EstUsedGBs": 14284.36,
    "EstFreeGBs": 11025.26,
    "PctUtilized": 56.44,
    "MaxScratch": 770.0,
    "NumScratchUsed": 341.0,
    "NumScratchUnUsed": 429.0,
    "PctFreeGBs": 56.4384609488408,
    "PctUsedGBs": 43.5615390511592,
    "PctNumScratchUsed": 44.285714285714285,
    "PctNumScratchUnUsed": 55.714285714285715
  },
  {
    "DateCreated": "2016-03-12T00:00:00",
    "EstCapacityGBs": 25309.79,
    "EstUsedGBs": 14157.6,
    "EstFreeGBs": 11152.19,
    "PctUtilized": 55.94,
    "MaxScratch": 770.0,
    "NumScratchUsed": 336.0,
    "NumScratchUnUsed": 434.0,
    "PctFreeGBs": 55.937247997711559,
    "PctUsedGBs": 44.062752002288441,
    "PctNumScratchUsed": 43.636363636363633,
    "PctNumScratchUnUsed": 56.36363636363636
  },
  {
    "DateCreated": "2016-03-11T00:00:00",
    "EstCapacityGBs": 13779.37,
    "EstUsedGBs": 4299.16,
    "EstFreeGBs": 9480.21,
    "PctUtilized": 31.2,
    "MaxScratch": 400.0,
    "NumScratchUsed": 115.0,
    "NumScratchUnUsed": 285.0,
    "PctFreeGBs": 31.199975035143119,
    "PctUsedGBs": 68.800024964856888,
    "PctNumScratchUsed": 28.749999999999996,
    "PctNumScratchUnUsed": 71.25
  }
]