Applications Manager's SSL/TLS certificate monitoring tool offers an API which allows you to edit the values provided in the SSL/TLS certificate monitor.
https://[HOST]:[PORT]/AppManager/xml/EditMonitor?apikey=[APIKEY]&type=SSLCertificateMonitor&resourceid=[RESOURCEID]&newdisplayname=[NEWDISPLAYNAME]&pollInterval=[pollInterval]&domain=[DOMAIN]&isProxyNeeded=[ISPROXYNEEDED]&protocol=[PROTOCOL]&timeout=[TIMEOUT]
Supported HTTP method: POST
Allowed roles: Administrator
| Field | Description |
|---|---|
| domain | The domain name for the SSL/TLS certificate which should be monitored. |
| port | Port in which the server is running. |
| isProxyNeeded | Yes, if server is connected through proxy. No, if its not. |
| protocol | The version of the SSL/TLS protocol. The value should be SSLv3 / TLSv1 / TLSv1.1 / TLSv1.2 |
| timeout | The Timeout value, in seconds. |
| Other Common APIs and error conditions. |
https://apm-prod-server:8443/AppManager/xml/EditMonitor?apikey=aaaaaabbbbbbccccccddddddeeeeee&type=SSLCertificateMonitor&resourceid=10000661&pollInterval=10https://apm-prod-server:8443/AppManager/xml/EditMonitor?apikey=aaaaaabbbbbbccccccddddddeeeeee&type=SSLCertificateMonitor&resourceid=10000661&domain=zoho.comhttps://apm-prod-server:8443/AppManager/xml/EditMonitor?apikey=aaaaaabbbbbbccccccddddddeeeeee&type=SSLCertificateMonitor&resourceid=10000661&timeout=60https://apm-prod-server:8443/AppManager/xml/EditMonitor?apikey=aaaaaabbbbbbccccccddddddeeeeee&type=SSLCertificateMonitor&resourceid=10000661&isProxyNeeded=Yeshttps://apm-prod-server:8443/AppManager/xml/EditMonitor?apikey=aaaaaabbbbbbccccccddddddeeeeee&type=SSLCertificateMonitor&resourceid=10000661&domain=zoho.com&isProxyNeeded=No&timeout=60&port=443&protocol=TLSv1.2It allows us to track crucial metrics such as response times, resource utilization, error rates, and transaction performance. The real-time monitoring alerts promptly notify us of any issues or anomalies, enabling us to take immediate action.
Reviewer Role: Research and Development