This API allows you to edit the values used in the DNS Monitor.
By Resource ID:
https://[HOST]:[PORT]/AppManager/xml/EditMonitor?apikey=[APIKEY]&type=DNSMonitor&resourceid=[RESOURCEID]&newdisplayname=[NEWDISPLAYNAME]&pollInterval=[pollInterval]&domain=[DOMAIN]&isProxyNeeded=[ISPROXYNEEDED]&timeout=[TIMEOUT]
By Display Name:
https://[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]
Supported HTTP method: POST
Allowed roles: Administrator
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 |