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

Get F5 Pool Member activity

The Get F5 Pool Member activity returns the pool members and verifies the pool's status.

Use this activity to verify that a pool member was created properly.

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: get

Input variables

VariableDescription
PoolNameName of this pool, such as testPool.
F5IPAddressIP address of the F5 console.

Output variables

VariableDescription
MembersArrayArray for the returned pool member IP address and port, such as 192.168.2.19:80.
status_codeThe HTTP status code.
errorThe REST error.
resultSuccess or failure.
outputThe REST output.

Conditions

ConditionDescription
SuccessActivity successfully returned the F5 load balancer pool members.
FailureActivity failed to return the F5 load balancer pool members

Parent Topic:F5 Network Management activity pack