ManageEngine® Applications Manager


DeleteMaintenanceTask API

<< Prev

Home

Next >>

DeleteMaintenanceTask API

 

This API allows the user to delete a downtime schedule in Applications Manager.

 

Sample Request

http://[ Host ]:[ Port ]/AppManager/xml/DeleteMaintenanceTask?apikey=[APIKEY ]&taskid=[ TASKID]

Request Parameters


The parameters involved in the API request are described below:

 

Field Description        
API Key The key generated from "Generate API Key" option in the Admin tab.
taskid The TASKID in the AM_MAINTENANCECONFIG table

Example:

http://app-windows:9090/AppManager/xml/DeleteMaintenanceTask?apikey=5bc6a8e9a30d5bf894586d4db90282f5&taskid=10000001

Output for the above example:

 

<AppManager-response uri="/AppManager/xml/DeleteMaintenanceTask">
   <result>
      <response response-code="4000">
         <message>Maintenance Task successfully deleted.</message>
      </response>
   </result>
</AppManager-response>

 

 

<< Prev

Home

Next >>

Creating Downtime Scheduler Tasks

EditMaintenanceTask API