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

Add F5 Pool Member activity

The Add F5 Pool Member activity adds a member 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 Custom Activities > Active Directory.

REST settings

  • REST message: F5 POOL Membership Management
  • REST function: post

Input variables

VariableDescription
PoolNameName of this pool, such as testPool.
F5IPAddressIP address of the F5 console.
MemberNamePool member IP address and port, such as 192.168.2.19:80.

Output variables

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

Conditions

ConditionDescription
SuccessActivity successfully added an F5 load balancer pool member.
FailureActivity failed to add an F5 load balancer pool member.

Parent Topic:F5 Network Management activity pack