This app implements investigate and generic actions to integrate with an F5 BIG-IP LTM instance to manage pools and nodes
Supported Actions
- test connectivity: Validate the asset configuration for connectivity using the supplied configuration
- create node: Create a new node
- delete node: Delete a node
- remove node: Remove a node from a pool
- create pool: Create a new pool
- delete pool: Delete an existing pool
- add node: Add an existing node to a pool
- disable node: Disable a node
- enable node: Enable a node
- describe node: Get information about a node
- get node stats: Get stats of the node
- list nodes: Fetch a list of nodes (if no value is provided, all nodes will be returned)
- list pools: Fetch a list of configured pools (if no value is provided, all pools will be returned)
- list members: Fetch a list of configured node members of a pool (if no value is provided, all node members of a pool will be returned)