Gets GBs stored details for a particular TSM node and activity
Requires authentication? | Yes (HTTP authentication using user name and API key) |
Response formats | JSON |
api/gbsstored/nodedetails?nodeGuid=7E08BD44-752F-4839-9F2A-840E5CB028A6&entity=SQLAGV_DC:PRP-REQ-01&reportType=PostDedupeDataStored
Name | Description |
---|---|
nodeGuid required |
Unique identifier for the predatar agent |
entity required |
TSM node name for which the data is to be retrieved. |
view optional |
Type of the data to be retrieved. The value can be 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 the report to be retrieved. The value can be PreDedupeDataStored or PostDedupeDataStored. |
[
{
"DateCreated": "0001-01-01T00:00:00",
"DateTimeCreated": "2016-03-11T08:30:00",
"PrimaryGB": 36567.616542968753,
"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": "0001-01-01T00:00:00",
"DateTimeCreated": "2016-03-10T08:30:00",
"PrimaryGB": 36361.3908984375,
"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": "0001-01-01T00:00:00",
"DateTimeCreated": "2016-03-09T08:30:00",
"PrimaryGB": 36156.576933593751,
"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": "0001-01-01T00:00:00",
"DateTimeCreated": "2016-03-08T08:30:00",
"PrimaryGB": 35931.707919921872,
"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
}
]