Add F5 Pool activity
-
- UpdatedAug 3, 2023
- 1 minute read
- Vancouver
- Orchestration
The Vancouver release is no longer supported. As such, the product documentation and release notes are provided for informational purposes only, and will not be updated.
The Add F5 Pool activity creates the F5 load balancer pool.
Use this activity to verify that a pool member was created properly.
This activity was built using the REST web service activity template. To access the activity in the Workflow Editor, select the Custom tab, and then navigate to .
REST settings
- REST message: F5 POOL Management
- REST function: post
Input variables
Variable | Description |
---|---|
PoolName | Name of this pool, such as testPool . |
F5IPAddress | IP address of the F5 console. |
MemberName | Pool member IP address and port, such as 192.168.2.19:80. |
Output variables
Conditions
Condition | Description |
---|---|
Success | Activity succeeded in creating the F5 load balancer pool. |
Failure | Activity failed to create the F5 load balancer pool. |