{ "opencollection": "1.0.0", "info": { "name": "F5 Load Balancer F5 BIG-IP Application Services 3 Extension (AS3) Config Monitors API", "version": "3.50.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Monitors", "type": "folder" }, "items": [ { "info": { "name": "F5 Load Balancer List HTTP health monitors", "type": "http" }, "http": { "method": "GET", "url": "https://{bigip_host}/mgmt/shared/appsvcs/ltm/monitor/http" }, "docs": "Retrieves all HTTP health monitors configured on the BIG-IP system. HTTP monitors verify availability by sending HTTP requests to pool members and evaluating the responses." }, { "info": { "name": "F5 Load Balancer Create an HTTP health monitor", "type": "http" }, "http": { "method": "POST", "url": "https://{bigip_host}/mgmt/shared/appsvcs/ltm/monitor/http", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new HTTP health monitor that sends HTTP requests to pool members to verify their availability and responsiveness." }, { "info": { "name": "F5 Load Balancer List HTTPS health monitors", "type": "http" }, "http": { "method": "GET", "url": "https://{bigip_host}/mgmt/shared/appsvcs/ltm/monitor/https" }, "docs": "Retrieves all HTTPS health monitors configured on the BIG-IP system. HTTPS monitors verify availability over TLS-encrypted connections." }, { "info": { "name": "F5 Load Balancer List TCP health monitors", "type": "http" }, "http": { "method": "GET", "url": "https://{bigip_host}/mgmt/shared/appsvcs/ltm/monitor/tcp" }, "docs": "Retrieves all TCP health monitors configured on the BIG-IP system. TCP monitors verify that pool members are accepting connections on the specified port." } ] } ], "bundled": true }