Add F5 Profile to Virtual Server 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 Profile to Virtual Server activity adds a profile to a virtual server assigned to an F5 load balancer pool.
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 VIP Profile Management
- REST function: post
Input variables
Variable | Description |
---|---|
name | The virtual server's name, such as testVIP
|
F5IPAddress | IP address of the F5 console. |
VirtualServerName | Name of the virtual server, such as testVIP . |
Output variables
Variable | Description |
---|---|
result | Success or failure. |
output | The REST output. |
status_code | The HTTP status code. |
Condtions
Condition | Description |
---|---|
Success | Activity successfully added the F5 load balancer profile to the virtual server. |
Failure | Activity failed to add the F5 load balancer profile to the virtual server. |