Gets summary of GBs stored stats based on the date range specified
| Requires authentication? | Yes (HTTP authentication using user name and API key) |
| Response formats | JSON |
api/gbsstored/summary?organisationId=5&nodeGroupId=3&reportType=PostDedupeDataStored
| Name | Description |
|---|---|
|
organisationId required |
Id of the organisation |
|
nodeGuid optional |
Unique identifier for the predatar agent. If not specified, then the data for all the TSM servers will be retrieved. |
|
nodeGroupId optional |
Id of the node group |
|
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 |
|
view 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. |
|
reportType optional |
Type of report to be retrieved. The value can be PreDedupeDataStored, PostDedupeDataStored, Top10Filespaces, OccupancyByFilesSpaceType or OccupancyByStgpool |
[
{
"DateCreated": "2016-03-11T00:00:00",
"DateTimeCreated": "0001-01-01T00:00:00",
"PrimaryGB": 79003.770908203136,
"CopyGB": 0.0,
"NodeName": null,
"FilespaceName": null,
"FilespaceType": null,
"StgpoolName": null,
"Type": null,
"FilespaceUtilisedGB": 0.0,
"ServerName": null,
"TSMServer": null,
"NodeGUID": "00000000-0000-0000-0000-000000000000",
"NodeGroupId": 0,
"GroupName": null,
"RowNumber": 0.0
},
{
"DateCreated": "2016-03-10T00:00:00",
"DateTimeCreated": "0001-01-01T00:00:00",
"PrimaryGB": 78846.24131835936,
"CopyGB": 0.0,
"NodeName": null,
"FilespaceName": null,
"FilespaceType": null,
"StgpoolName": null,
"Type": null,
"FilespaceUtilisedGB": 0.0,
"ServerName": null,
"TSMServer": null,
"NodeGUID": "00000000-0000-0000-0000-000000000000",
"NodeGroupId": 0,
"GroupName": null,
"RowNumber": 0.0
},
{
"DateCreated": "2016-03-09T00:00:00",
"DateTimeCreated": "0001-01-01T00:00:00",
"PrimaryGB": 78556.914755859354,
"CopyGB": 0.0,
"NodeName": null,
"FilespaceName": null,
"FilespaceType": null,
"StgpoolName": null,
"Type": null,
"FilespaceUtilisedGB": 0.0,
"ServerName": null,
"TSMServer": null,
"NodeGUID": "00000000-0000-0000-0000-000000000000",
"NodeGroupId": 0,
"GroupName": null,
"RowNumber": 0.0
},
{
"DateCreated": "2016-03-08T00:00:00",
"DateTimeCreated": "0001-01-01T00:00:00",
"PrimaryGB": 78234.002294921855,
"CopyGB": 0.0,
"NodeName": null,
"FilespaceName": null,
"FilespaceType": null,
"StgpoolName": null,
"Type": null,
"FilespaceUtilisedGB": 0.0,
"ServerName": null,
"TSMServer": null,
"NodeGUID": "00000000-0000-0000-0000-000000000000",
"NodeGroupId": 0,
"GroupName": null,
"RowNumber": 0.0
}
]