Modify F5 Virtual Server activity
The Modify F5 Virtual Server activity configures a virtual server assigned to an F5 load balancer pool with irules and a vlan.
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 Custom Activities > Active Directory.
REST settings
- REST message: F5 VIP Management
- REST function: put
Input variables
| Variable | Description |
|---|---|
| name | The virtual server's name, such as `testVIP`. |
| F5IPAddress | IP address of the F5 console. |
| irules | The irules for the virtual server, such as _sys_https_redirect.- pool: Name of the pool for the virtual server, such as testPool. - persistent: Persistent profile for the virtual server, such as cookie. |
| vlans | Vlans for the virtual server, such as `internal`. |
Output variables
| Variable | Description |
|---|---|
| result | Success or failure. |
| status_code | The HTTP status code. |
| output | The REST output. |
Conditions
| Condition | Description |
|---|---|
| Success | Activity successfully configured a virtual server assigned to an F5 load balancer pool. |
| Failure | Activity failed to configure a virtual server assigned to an F5 load balancer pool. |
Parent Topic:F5 Network Management activity pack