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

Add F5 Virtual Server activity

The Add F5 Virtual Server activity adds a virtual server.

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 POOL Membership Management
  • REST function: post

Input variables

VariableDescription
nameThe virtual server's name, such as testVIP.
descriptionDescription of this virtual server.
ipProtocolProtocol used for this virtual server, such as tcp.
destinationVirtual server IP address and port number, such as 192.168.4.20:80.
maskSubnet mask for this virtual server, such as 255.255.255.255.
F5IPAddressIP address of the F5 console.
sourceAddressTranslationSource address translation mode.

Output variables

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

Conditions

ConditionDecription
SuccessAcitivty successfully added a virtual server.
FailureActivity failed to add a virtual server.

Parent Topic:F5 Network Management activity pack