{ "opencollection": "1.0.0", "info": { "name": "F5 Load Balancer F5 BIG-IP Application Services 3 Extension (AS3) Config Info API", "version": "3.50.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Info", "type": "folder" }, "items": [ { "info": { "name": "F5 Load Balancer Get AS3 extension information", "type": "http" }, "http": { "method": "GET", "url": "https://{bigip_host}/mgmt/shared/appsvcs/info" }, "docs": "Retrieves version, release, and schema version information for the installed AS3 extension on the BIG-IP system." } ] } ], "bundled": true }