GET api/serverhousekeeping/nodedetailsbydaterange

Gets server housekeeping details for a particular TSM node and activity based on the date range specified

Resource Information
Requires authentication? Yes (HTTP authentication using user name and API key)
Response formats JSON
Example URL
  api/serverhousekeeping/nodedetailsbydaterange?nodeGuid=7E08BD44-752F-4839-9F2A-840E5CB028A6&activity=EXPIRATION&entity=SQLAGV_DC:PRP-REQ-01  
Parameters
Name Description
nodeGuid
required
Unique identifier for the predatar agent
activity
required
Activity for which the data is to be retrieved (e.g., EXPIRATION, FULL_DBBACKUP etc.)
entity
optional
TSM node name for which the data is to be retrieved.
startDate
optional
Start date in the format yyyy-MM-dd. If not specified, then the default value will be used, which will be the first date of the current month
endDate
optional
End date in the format yyyy-MM-dd. If not specified, then the default value will be used, which will be the current date
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": "00000000-0000-0000-0000-000000000000",
    "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": "00000000-0000-0000-0000-000000000000",
    "Examined": 0.0,
    "Affected": 0.0,
    "MBs": 111099.5,
    "StartTime": "2016-03-07T06:00:20",
    "Activity": "FULL_DBBACKUP",
    "Entity": "",
    "VolumeName": "",
    "EndTime": "2016-03-07T06:05:51",
    "Idle": 0.0,
    "Failed": 0.0,
    "Mediaw": 0.0,
    "TimeTaken": 331,
    "ThroughPut": 335.65,
    "TimeTakenStr": "00h:05m:31s",
    "EntityEncoded": ""
  },
  {
    "ServerName": "TSM-ABC-01",
    "SuccessFul": "YES",
    "NodeKey": "AG_ABC_01",
    "NodeGUID": "00000000-0000-0000-0000-000000000000",
    "Examined": 0.0,
    "Affected": 0.0,
    "MBs": 110875.5,
    "StartTime": "2016-03-06T06:00:18",
    "Activity": "FULL_DBBACKUP",
    "Entity": "",
    "VolumeName": "",
    "EndTime": "2016-03-06T06:06:38",
    "Idle": 0.0,
    "Failed": 0.0,
    "Mediaw": 0.0,
    "TimeTaken": 380,
    "ThroughPut": 291.78,
    "TimeTakenStr": "00h:06m:20s",
    "EntityEncoded": ""
  },
  {
    "ServerName": "TSM-ABC-01",
    "SuccessFul": "YES",
    "NodeKey": "AG_ABC_01",
    "NodeGUID": "00000000-0000-0000-0000-000000000000",
    "Examined": 0.0,
    "Affected": 0.0,
    "MBs": 112251.75,
    "StartTime": "2016-03-05T06:00:16",
    "Activity": "FULL_DBBACKUP",
    "Entity": "",
    "VolumeName": "",
    "EndTime": "2016-03-05T06:05:17",
    "Idle": 0.0,
    "Failed": 0.0,
    "Mediaw": 0.0,
    "TimeTaken": 301,
    "ThroughPut": 372.93,
    "TimeTakenStr": "00h:05m:01s",
    "EntityEncoded": ""
  }
]