{ "opencollection": "1.0.0", "info": { "name": "F5 Load Balancer F5 BIG-IP Application Services 3 Extension (AS3) Config SNAT Pools API", "version": "3.50.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "SNAT Pools", "type": "folder" }, "items": [ { "info": { "name": "F5 Load Balancer List SNAT pools", "type": "http" }, "http": { "method": "GET", "url": "https://{bigip_host}/mgmt/shared/appsvcs/ltm/snatpool" }, "docs": "Retrieves all SNAT pool resources on the BIG-IP system. SNAT pools define collections of translation addresses used for outbound connection source address translation." } ] } ], "bundled": true }