GetMaintenanceTaskDetails / ListMaintenanceTaskDetails API


This API allows the user to view the details of downtime schedules configured in Applications Manager.

Sample Request

https://[HOST]:[PORT]/AppManager/xml/GetMaintenanceTaskDetails?apikey=[APIKEY]
[ OR ]
https://[HOST]:[PORT]/AppManager/xml/ListMaintenanceTaskDetails?apikey=[APIKEY]

Supported HTTP methods: GET

Allowed roles: Administrator, Operator

Request Parameters

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.

Example

https://apm-prod-server:8443/AppManager/xml/ListMaintenanceTaskDetails?apikey=aaaaaabbbbbbccccccddddddeeeeee

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>