This API allows the user to view the details of downtime schedules configured in Applications Manager.
Supported HTTP methods: GET
Allowed roles: Administrator, Operator
The parameters involved in the API request are described below:
Field | Description |
---|---|
apikey | The key generated from "Generate API Key" option under the Settings tab. |
https://apm-prod-server:8443/AppManager/xml/ListMaintenanceTaskDetails?apikey=aaaaaabbbbbbccccccddddddeeeeee
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>