Gets sequential disk pools detailed stats for a particular day
| Requires authentication? | Yes (HTTP authentication using user name and API key) |
| Response formats | JSON |
api/sequentialdiskpools/detailsbydate?organisationId=2&nodeGuid=7E08BD44-752F-4839-9F2A-840E5CB028A6&date=2016-01-01 00:00
| Name | Description |
|---|---|
|
organisationId required |
Id of the organisation |
|
nodeGuid optional |
Unique identifier for the predatar agent |
|
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. |
|
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. |
[
{
"ServerName": "TSM-ABC-01",
"NodeGUID": "AFAAEAAE-AAA4-AAB3-AAD1-11CEE1D111D4",
"STGPoolName": "DEDUPPOOL",
"PoolType": "PRIMARY",
"DevClass": "STGFILE",
"EstCapacityGBs": 11530.12,
"TriggerPCTUtil": 92.2,
"PctUtilized": 86.5,
"PctMigr": 86.5,
"PctLogical": 99.2,
"MaxScratch": 370.0,
"NumScratchUsed": 226.0,
"DeDuplicate": "YES",
"ClinetDedupData": "No",
"EstUsedGB": 9973.56,
"TimeRun": "0001-01-01T00:00:00"
},
{
"ServerName": "TSM-ABC-01",
"NodeGUID": "AFAAEAAE-AAA4-AAB3-AAD1-11CEE1D111D4",
"STGPoolName": "DEDUPPOOL",
"PoolType": "PRIMARY",
"DevClass": "STGFILE",
"EstCapacityGBs": 13778.95,
"TriggerPCTUtil": 80.3,
"PctUtilized": 31.2,
"PctMigr": 31.2,
"PctLogical": 98.8,
"MaxScratch": 200.0,
"NumScratchUsed": 114.0,
"DeDuplicate": "YES",
"ClinetDedupData": "No",
"EstUsedGB": 4299.03,
"TimeRun": "0001-01-01T00:00:00"
},
{
"ServerName": "TSM-ABC-01",
"NodeGUID": "AFAAEAAE-AAA4-AAB3-AAD1-11CEE1D111D4",
"STGPoolName": "DEDUPPOOL",
"PoolType": "PRIMARY",
"DevClass": "STGFILE",
"EstCapacityGBs": 14478.95,
"TriggerPCTUtil": 20.3,
"PctUtilized": 11.2,
"PctMigr": 81.2,
"PctLogical": 18.8,
"MaxScratch": 800.0,
"NumScratchUsed": 184.0,
"DeDuplicate": "YES",
"ClinetDedupData": "No",
"EstUsedGB": 2299.03,
"TimeRun": "0001-01-01T00:00:00"
},
{
"ServerName": "TSM-ABC-01",
"NodeGUID": "AFAAEAAE-AAA4-AAB3-AAD1-11CEE1D111D4",
"STGPoolName": "DEDUPPOOL",
"PoolType": "PRIMARY",
"DevClass": "STGFILE",
"EstCapacityGBs": 178.95,
"TriggerPCTUtil": 10.3,
"PctUtilized": 11.2,
"PctMigr": 41.2,
"PctLogical": 78.8,
"MaxScratch": 200.0,
"NumScratchUsed": 104.0,
"DeDuplicate": "YES",
"ClinetDedupData": "No",
"EstUsedGB": 5599.03,
"TimeRun": "0001-01-01T00:00:00"
}
]