ManageEngine® Applications Manager GetMaintenanceTaskDetailsListMaintenanceTaskDetails API | ||
This API allows the user to view the details of downtime schedules configured in Applications Manager.
Sample Request
http://[ Host ]:[ Port ]/AppManager/xml/ListMaintenanceTaskDetails?apikey=[APIKEY ]
Request Parameters
The parameters involved in the API request are described below:
Field | Description |
apikey | The key generated from "Generate API Key" option in the Admin tab. |
Example:
http://app-windows:9090/AppManager/xml/ListMaintenanceTaskDetails?apikey=93c6eb60184e41f10fba2f365060b8e3
Output for the above example:
<AppManager-response uri="/AppManager/xml/ListMaintenanceTaskDetails"> <result> <response response-code="4000"> <Schedules> <Schedule TASKNAME="Test_Weekly" TASKID="10000001" STATUS="RUNNING" OCCURENCE="Weekly"> <ScheduledTime STARTTIME="Monday 20:00" ENDTIME="Wednesday 20:00" /> <ScheduledTime STARTTIME="Tuesday 14:00" ENDTIME="Wednesday 15:00" /> </Schedule> </Schedules> </response> </result> </AppManager-response> |
EditMaintenanceTask API |
Edit Monitor API |