This API allows you to edit the details of the service monitors.
By Display Name:
https://[HOST]:[PORT]/AppManager/xml/EditMonitor?apikey=[APIKEY]&type=Service Monitoring&displayname=[DISPLAYNAME]&newdisplayname=[DISPLAYNAME]&pollInterval=[pollIn terval]&command=[COMMAND]&search=[SEARCH]
By Resource ID:
https://[HOST]:[PORT]/AppManager/xml/EditMonitor?apikey=[APIKEY]&type=Service Monitoring&resourceid=[RESOURCEID]&newdisplayname=[NEWDISPLAYNAME]&pollInterval=[poll Interval]&command=[COMMAND]&search=[SEARCH]
Supported HTTP methods: POST
Allowed roles: Administrator
Field | Description |
---|---|
command | The command that will be executed after connecting to the port. |
search | The string that has to be searched after executing the command |
Other Common APIs |