F5 Networks · Capability
F5 BIG-IP iControl REST API — Pools
F5 BIG-IP iControl REST API — Pools. 6 operations. Lead operation: List All Pools. Self-contained Naftiko capability covering one F5 Networks business surface.
What You Can Do
GET
Listpools
— List All Pools
/v1/ltm/pool
POST
Createpool
— Create a Pool
/v1/ltm/pool
GET
Getpool
— Get a Pool
/v1/ltm/pool/{poolname}
PUT
Updatepool
— Update a Pool
/v1/ltm/pool/{poolname}
PATCH
Patchpool
— Patch a Pool
/v1/ltm/pool/{poolname}
DELETE
Deletepool
— Delete a Pool
/v1/ltm/pool/{poolname}
MCP Tools
list-all-pools
List All Pools
read-only
idempotent
create-pool
Create a Pool
get-pool
Get a Pool
read-only
idempotent
update-pool
Update a Pool
idempotent
patch-pool
Patch a Pool
idempotent
delete-pool
Delete a Pool
idempotent