ManageEngine® Applications Manager


Edit DNS Monitor API

<< Prev

Home

Next >>

Edit DNS Monitor API

 

This API allows you to edit the values used in the DNS Monitors.

 

APIs for Edit DNS Monitor

 

By Resource ID:
http://[Host]:[Port]/AppManager/xml/EditMonitor?apikey=[APIKEY]&type=DNSMonitor&resourceid=[RESOURCEID]&newdisplayname=[NEWDISPLAYNAME]&pollInterval=[pollInterval]&domain=[DOMAIN]&isProxyNeeded=[ISPROXYNEEDED]&timeout=[TIMEOUT]

 

By Display Name: http://[Host]:[Port]/AppManager/xml/EditMonitor?apikey=[APIKEY]&type=DNSMonitor&displayname=[DISPLAYNAME]&newdisplayname=[DISPLAYNAME]&pollInterval=[pollInterval]&LookupAddress=[LOOKUPADDRESS]&RecordType=[RECORDTYPE]&SearchField=[SEARCHFIELD]&SearchValue=[SEARCHVALUE]&TargetAddress=[TARGETADDRESS]&timeout=[TIMEOUT]

 

 

Request Parameters

Field Description        
LookupAddress The address you want to check in the DNS Server.
RecordType The expected record type returned for the lookup address. The options include -None-, A, AAAA, CNAME, MX, NS, PTR, SOA, SPF, SRV, TXT.
SearchField The value of Search Field. Options include -None-, Record Name, Address, Additional Name, Target, Admin, Host, Alias, Port, Priority.
SearchValue The value you want to search in the specified field.
TargetAddress Host Name / IP Address of the DNS Server.
timeout The timeout value in seconds.
Other Common APIs and error conditions.

Example Requests:

http://app-windows:9090/AppManager/xml/EditMonitor?apikey=9481566a94f26d8e44ee0889fd7628a0&type=DNSMonitor&resourceid=10000657&LookupAddress=sample http://app-windows:9090/AppManager/xml/EditMonitor?apikey=9481566a94f26d8e44ee0889fd7628a0&type=DNSMonitor&resourceid=10000657&RecordType=AAAA
http://app-windows:9090/AppManager/xml/EditMonitor?apikey=9481566a94f26d8e44ee0889fd7628a0&type=DNSMonitor&resourceid=10000657&SearchField=Host
http://app-windows:9090/AppManager/xml/EditMonitor?apikey=9481566a94f26d8e44ee0889fd7628a0&type=DNSMonitor&resourceid=10000657&SearchValue=zoho
http://app-windows:9090/AppManager/xml/EditMonitor?apikey=9481566a94f26d8e44ee0889fd7628a0&type=DNSMonitor&resourceid=10000657&TargetAddress=192.168.5.11 http://app-windows:9090/AppManager/xml/EditMonitor?apikey=9481566a94f26d8e44ee0889fd7628a0&type=DNSMonitor&resourceid=10000657&LookupAddress=sample

&RecordType=AAAA&SearchField=Host&SearchValue=zoho&TargetAddress=192.168.5.11&timeout=45


 

<< Prev

Home

Next >>

Edit Monitor API

Edit Service Monitor API