Gets clients schedule details for a particular TSM node and activity based on the date range specified
Requires authentication? | Yes (HTTP authentication using user name and API key) |
Response formats | JSON |
api/ClientsSchedule/nodedetailsbydaterange?nodeName=tsmABC&nodeGuid=7E08BD44-752F-4839-9F2A-840E5CB028A6&startDate=2016-01-01
Name | Description |
---|---|
nodeName required |
Name of the predatar agent |
nodeGuid required |
Unique identifier for the predatar agent |
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 |
[
{
"ReportClientSchedulesid": 0,
"ServerName": null,
"NodeName": "CLIENT_TEST",
"Status": "Missed",
"Result": 0,
"DomainName": "SILVER",
"ScheduleName": "INCR_1245",
"ActualStart": null,
"ScheduledStart": "2016-03-09T12:45:00",
"Completed": "2016-03-09T13:15:00",
"StatusResult": null,
"StatusOrder": 0,
"DurationStr": "N/A",
"Duration": 0,
"NodeGUID": "00000000-0000-0000-0000-000000000000",
"OldDataId": 0,
"oldClientScheduleData": null
},
{
"ReportClientSchedulesid": 0,
"ServerName": null,
"NodeName": "CLIENT_TEST",
"Status": "Failed",
"Result": 0,
"DomainName": "SILVER",
"ScheduleName": "INCR_1245",
"ActualStart": null,
"ScheduledStart": "2016-03-08T12:45:00",
"Completed": "2016-03-08T13:15:00",
"StatusResult": null,
"StatusOrder": 0,
"DurationStr": "N/A",
"Duration": 0,
"NodeGUID": "00000000-0000-0000-0000-000000000000",
"OldDataId": 0,
"oldClientScheduleData": null
},
{
"ReportClientSchedulesid": 0,
"ServerName": null,
"NodeName": "CLIENT_TEST",
"Status": "Failed",
"Result": 0,
"DomainName": "SILVER",
"ScheduleName": "INCR_1245",
"ActualStart": null,
"ScheduledStart": "2016-03-07T12:45:00",
"Completed": "2016-03-07T13:15:00",
"StatusResult": null,
"StatusOrder": 0,
"DurationStr": "N/A",
"Duration": 0,
"NodeGUID": "00000000-0000-0000-0000-000000000000",
"OldDataId": 0,
"oldClientScheduleData": null
},
{
"ReportClientSchedulesid": 0,
"ServerName": null,
"NodeName": "CLIENT_TEST",
"Status": "Missed",
"Result": 0,
"DomainName": "SILVER",
"ScheduleName": "INCR_1245",
"ActualStart": null,
"ScheduledStart": "2016-03-06T12:45:00",
"Completed": "2016-03-06T13:15:00",
"StatusResult": null,
"StatusOrder": 0,
"DurationStr": "N/A",
"Duration": 0,
"NodeGUID": "00000000-0000-0000-0000-000000000000",
"OldDataId": 0,
"oldClientScheduleData": null
}
]