{ "opencollection": "1.0.0", "info": { "name": "F5 Load Balancer F5 BIG-IP Application Services 3 Extension (AS3) Config SSL Certificates API", "version": "3.50.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "SSL Certificates", "type": "folder" }, "items": [ { "info": { "name": "F5 Load Balancer List SSL certificates", "type": "http" }, "http": { "method": "GET", "url": "https://{bigip_host}/mgmt/shared/appsvcs/sys/file/ssl-cert" }, "docs": "Retrieves all SSL certificate files installed on the BIG-IP system that are available for use in SSL profiles." } ] } ], "bundled": true }