{ "opencollection": "1.0.0", "info": { "name": "F5 Load Balancer F5 BIG-IP Application Services 3 Extension (AS3) Config Virtual Servers API", "version": "3.50.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Virtual Servers", "type": "folder" }, "items": [ { "info": { "name": "F5 Load Balancer List all virtual servers", "type": "http" }, "http": { "method": "GET", "url": "https://{bigip_host}/mgmt/shared/appsvcs/ltm/virtual", "params": [ { "name": "$select", "value": "", "type": "query", "description": "Comma-separated list of properties to include in the response." }, { "name": "$filter", "value": "", "type": "query", "description": "OData filter expression to restrict returned resources." }, { "name": "$top", "value": "", "type": "query", "description": "Maximum number of resources to return." }, { "name": "$skip", "value": "", "type": "query", "description": "Number of resources to skip before returning results." }, { "name": "expandSubcollections", "value": "", "type": "query", "description": "When set to true, inline sub-collections in the response." } ] }, "docs": "Retrieves a collection of all virtual server resources configured on the BIG-IP system. Returns virtual server properties including destination address, pool assignment, profiles, and operational state." }, { "info": { "name": "F5 Load Balancer Create a virtual server", "type": "http" }, "http": { "method": "POST", "url": "https://{bigip_host}/mgmt/shared/appsvcs/ltm/virtual", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new virtual server resource on the BIG-IP system. The virtual server defines a traffic destination address and port to which the BIG-IP listens for client connections." }, { "info": { "name": "F5 Load Balancer Get a specific virtual server", "type": "http" }, "http": { "method": "GET", "url": "https://{bigip_host}/mgmt/shared/appsvcs/ltm/virtual/:virtualName", "params": [ { "name": "virtualName", "value": "", "type": "path", "description": "Name of the virtual server resource, optionally prefixed with the partition path (e.g., ~Common~my_virtual)." } ] }, "docs": "Retrieves a single virtual server resource identified by name, including all of its configuration properties and operational state." }, { "info": { "name": "F5 Load Balancer Update a virtual server", "type": "http" }, "http": { "method": "PUT", "url": "https://{bigip_host}/mgmt/shared/appsvcs/ltm/virtual/:virtualName", "params": [ { "name": "virtualName", "value": "", "type": "path", "description": "Name of the virtual server resource, optionally prefixed with the partition path (e.g., ~Common~my_virtual)." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Replaces the configuration of an existing virtual server resource. All writable properties should be included in the request body." }, { "info": { "name": "F5 Load Balancer Partially update a virtual server", "type": "http" }, "http": { "method": "PATCH", "url": "https://{bigip_host}/mgmt/shared/appsvcs/ltm/virtual/:virtualName", "params": [ { "name": "virtualName", "value": "", "type": "path", "description": "Name of the virtual server resource, optionally prefixed with the partition path (e.g., ~Common~my_virtual)." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Modifies specific properties of an existing virtual server without requiring the full resource representation." }, { "info": { "name": "F5 Load Balancer Delete a virtual server", "type": "http" }, "http": { "method": "DELETE", "url": "https://{bigip_host}/mgmt/shared/appsvcs/ltm/virtual/:virtualName", "params": [ { "name": "virtualName", "value": "", "type": "path", "description": "Name of the virtual server resource, optionally prefixed with the partition path (e.g., ~Common~my_virtual)." } ] }, "docs": "Removes a virtual server resource from the BIG-IP system. Existing connections may be disrupted depending on the virtual server state." } ] } ], "bundled": true }