Gets GBs stored detailed stats for a particular day
Requires authentication? | Yes (HTTP authentication using user name and API key) |
Response formats | JSON |
api/gbsstored/detailsbydate?organisationId=5&nodeGroupId=3&view=Bkup&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 included in the result. |
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. |
nodeGroupId optional |
Id of the node group |
view optional |
Type of the 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 the report to be retrieved. The value can be PreDedupeDataStored or PostDedupeDataStored. |
[
{
"ServerName": "TSM-ABC-01",
"NodeName": "ABC-SQL-01_SQL",
"PrimaryType": "Bkup",
"PrimaryMB": 36567.62,
"PrimaryPercent": 0.46285929465373482,
"CopyMB": 0.0,
"CopyPercent": 0.0,
"PrimaryCopyGBDelta": 0.0,
"PrimaryToCopyRatio": 0.0,
"OneMonthPrimaryMB": 29742.43,
"ThreeMonthPrimaryMB": 21297.23,
"SixMonthPrimaryMB": 0.0,
"OneYearPrimaryMB": 0.0,
"NodeGUID": "00123456-9FFA-46F4-9876-C2C9876F31FF",
"PrimaryCopyGBDeltaStr": -36567.62,
"PrimaryToCopyRatioStr": 0.0,
"OneMonthPrimaryMBStr": 0.22947654243449517,
"ThreeMonthPrimaryMBStr": 0.71701296365771527,
"SixMonthPrimaryMBStr": 0.0,
"OneYearPrimaryMBStr": 0.0
},
{
"ServerName": "TSM-AG1-01",
"NodeName": "AG1-SQL-01_SQL",
"PrimaryType": "Bkup",
"PrimaryMB": 15836.82,
"PrimaryPercent": 0.20045656060630032,
"CopyMB": 0.0,
"CopyPercent": 0.0,
"PrimaryCopyGBDelta": 0.0,
"PrimaryToCopyRatio": 0.0,
"OneMonthPrimaryMB": 15836.82,
"ThreeMonthPrimaryMB": 15836.81,
"SixMonthPrimaryMB": 0.0,
"OneYearPrimaryMB": 0.0,
"NodeGUID": "00123456-9FFA-46F4-9876-C2C9876F31FF",
"PrimaryCopyGBDeltaStr": -15836.82,
"PrimaryToCopyRatioStr": 0.0,
"OneMonthPrimaryMBStr": 0.0,
"ThreeMonthPrimaryMBStr": 6.3144029638660051E-07,
"SixMonthPrimaryMBStr": 0.0,
"OneYearPrimaryMBStr": 0.0
},
{
"ServerName": "TSM-AG1-01",
"NodeName": "SQLAG101_SQL",
"PrimaryType": "Bkup",
"PrimaryMB": 3140.05,
"PrimaryPercent": 0.039745581697071347,
"CopyMB": 0.0,
"CopyPercent": 0.0,
"PrimaryCopyGBDelta": 0.0,
"PrimaryToCopyRatio": 0.0,
"OneMonthPrimaryMB": 3099.32,
"ThreeMonthPrimaryMB": 2921.85,
"SixMonthPrimaryMB": 0.0,
"OneYearPrimaryMB": 0.0,
"NodeGUID": "00123456-9FFA-46F4-9876-C2C9876F31FF",
"PrimaryCopyGBDeltaStr": -3140.05,
"PrimaryToCopyRatioStr": 0.0,
"OneMonthPrimaryMBStr": 0.013141592349289527,
"ThreeMonthPrimaryMBStr": 0.074678713828567611,
"SixMonthPrimaryMBStr": 0.0,
"OneYearPrimaryMBStr": 0.0
},
{
"ServerName": "TSM-AG1-01",
"NodeName": "AG01ERV_DG:GFT-SQL-A01_02",
"PrimaryType": "Bkup",
"PrimaryMB": 2092.41,
"PrimaryPercent": 0.026484945334873344,
"CopyMB": 0.0,
"CopyPercent": 0.0,
"PrimaryCopyGBDelta": 0.0,
"PrimaryToCopyRatio": 0.0,
"OneMonthPrimaryMB": 2092.41,
"ThreeMonthPrimaryMB": 0.0,
"SixMonthPrimaryMB": 0.0,
"OneYearPrimaryMB": 0.0,
"NodeGUID": "00123456-9FFA-46F4-9876-C2C9876F31FF",
"PrimaryCopyGBDeltaStr": -2092.41,
"PrimaryToCopyRatioStr": 0.0,
"OneMonthPrimaryMBStr": 0.0,
"ThreeMonthPrimaryMBStr": 0.0,
"SixMonthPrimaryMBStr": 0.0,
"OneYearPrimaryMBStr": 0.0
}
]