GET api/serverhousekeeping/detailsbydate

Gets server housekeeping detailed stats for a particular day

Resource Information
Requires authentication? Yes (HTTP authentication using user name and API key)
Response formats JSON
Example URL
  api/serverhousekeeping/detailsbydate?organisationId=5&viewProcessType=false  
Parameters
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.
viewProcessType
optional
Can be true or false. If false, then all the process including IDENTIFY and EXPIRATION will be included in the stats, otherwise IDENTIFY and EXPIRATION processes will be excluded. The default is false.
Example Result
[
  {
    "ServerName": "TSM-ABC-01",
    "SuccessFul": "YES",
    "NodeKey": "AG_ABC-01",
    "NodeGUID": "9D460DF8-4AA6-4D3E-9D7A-977A1A976480",
    "Examined": 0.0,
    "Affected": 0.0,
    "MBs": 111691.5,
    "StartTime": "2016-03-08T06:00:23",
    "Activity": "FULL_DBBACKUP",
    "Entity": "",
    "VolumeName": "",
    "EndTime": "2016-03-08T06:06:38",
    "Idle": 0.0,
    "Failed": 0.0,
    "Mediaw": 0.0,
    "TimeTaken": 375,
    "ThroughPut": 297.84,
    "TimeTakenStr": "00h:06m:15s",
    "EntityEncoded": ""
  },
  {
    "ServerName": "TSM-ABC-01",
    "SuccessFul": "YES",
    "NodeKey": "AG_ABC-01",
    "NodeGUID": "9D460DF8-4AA6-4D3E-9D7A-977A1A976480",
    "Examined": 342375.0,
    "Affected": 342375.0,
    "MBs": 0.0,
    "StartTime": "2016-03-08T06:07:38",
    "Activity": "EXPIRATION",
    "Entity": "",
    "VolumeName": "",
    "EndTime": "2016-03-08T06:13:50",
    "Idle": 0.0,
    "Failed": 0.0,
    "Mediaw": 0.0,
    "TimeTaken": 372,
    "ThroughPut": 0.0,
    "TimeTakenStr": "00h:06m:12s",
    "EntityEncoded": ""
  },
  {
    "ServerName": "TSM-ABC-01",
    "SuccessFul": "YES",
    "NodeKey": "AG_ABC-01",
    "NodeGUID": "9D460DF8-4AA6-4D3E-9D7A-977A1A976480",
    "Examined": 0.0,
    "Affected": 0.0,
    "MBs": 1311158.0918712616,
    "StartTime": "2016-03-08T11:58:46",
    "Activity": "REPL_BYTESINGESTED",
    "Entity": "TSM715",
    "VolumeName": "",
    "EndTime": "2016-03-08T11:58:46",
    "Idle": 0.0,
    "Failed": 0.0,
    "Mediaw": 0.0,
    "TimeTaken": 0,
    "ThroughPut": 0.0,
    "TimeTakenStr": "00h:00m:00s",
    "EntityEncoded": "VFNNNzE1"
  },
  {
    "ServerName": "TSM-ABC-01",
    "SuccessFul": "YES",
    "NodeKey": "AG_ABC-01",
    "NodeGUID": "9D460DF8-4AA6-4D3E-9D7A-977A1A976480",
    "Examined": 0.0,
    "Affected": 0.0,
    "MBs": 47778041.636721611,
    "StartTime": "2016-03-08T11:58:46",
    "Activity": "REPL_WORKLOAD",
    "Entity": "TSM715",
    "VolumeName": "",
    "EndTime": "2016-03-08T11:58:46",
    "Idle": 0.0,
    "Failed": 0.0,
    "Mediaw": 0.0,
    "TimeTaken": 0,
    "ThroughPut": 0.0,
    "TimeTakenStr": "00h:00m:00s",
    "EntityEncoded": "VFNNNzE1"
  }
]