ManageEngine® SQLDBManager Plus Delete Downtime Scheduler Tasks | ||
This API allows the user to delete a downtime schedule in SQLDBManagerPlus.
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://sqldbm-windows:9433/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> |
Create Downtime Scheduler Tasks |
Edit Downtime Scheduler Tasks |