Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

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

VariableDescription
nameThe virtual server's name, such as `testVIP`.
F5IPAddressIP address of the F5 console.
irulesThe 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.
vlansVlans for the virtual server, such as `internal`.

Output variables

VariableDescription
resultSuccess or failure.
status_codeThe HTTP status code.
outputThe REST output.

Conditions

ConditionDescription
SuccessActivity successfully configured a virtual server assigned to an F5 load balancer pool.
FailureActivity failed to configure a virtual server assigned to an F5 load balancer pool.

Parent Topic:F5 Network Management activity pack