{ "opencollection": "1.0.0", "info": { "name": "F5 Load Balancer F5 BIG-IP Application Services 3 Extension (AS3) Config Pools API", "version": "3.50.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Pools", "type": "folder" }, "items": [ { "info": { "name": "F5 Load Balancer List all pools", "type": "http" }, "http": { "method": "GET", "url": "https://{bigip_host}/mgmt/shared/appsvcs/ltm/pool", "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 load balancing pool resources configured on the BIG-IP system. Pools contain members that receive traffic distributed by virtual servers." }, { "info": { "name": "F5 Load Balancer Create a pool", "type": "http" }, "http": { "method": "POST", "url": "https://{bigip_host}/mgmt/shared/appsvcs/ltm/pool", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new load balancing pool on the BIG-IP system. A pool is a collection of backend server members to which the BIG-IP distributes client traffic." }, { "info": { "name": "F5 Load Balancer Get a specific pool", "type": "http" }, "http": { "method": "GET", "url": "https://{bigip_host}/mgmt/shared/appsvcs/ltm/pool/:poolName", "params": [ { "name": "poolName", "value": "", "type": "path", "description": "Name of the pool resource, optionally prefixed with the partition path (e.g., ~Common~my_pool)." } ] }, "docs": "Retrieves a single pool resource identified by name including its configuration and load balancing settings." }, { "info": { "name": "F5 Load Balancer Update a pool", "type": "http" }, "http": { "method": "PUT", "url": "https://{bigip_host}/mgmt/shared/appsvcs/ltm/pool/:poolName", "params": [ { "name": "poolName", "value": "", "type": "path", "description": "Name of the pool resource, optionally prefixed with the partition path (e.g., ~Common~my_pool)." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Replaces the configuration of an existing pool resource." }, { "info": { "name": "F5 Load Balancer Delete a pool", "type": "http" }, "http": { "method": "DELETE", "url": "https://{bigip_host}/mgmt/shared/appsvcs/ltm/pool/:poolName", "params": [ { "name": "poolName", "value": "", "type": "path", "description": "Name of the pool resource, optionally prefixed with the partition path (e.g., ~Common~my_pool)." } ] }, "docs": "Removes a pool resource from the BIG-IP system. Any virtual servers referencing this pool should be updated before deletion." } ] } ], "bundled": true }