F5 BIG-IP List

F5 BIG-IP List

Certified
Enterprise Edition

List members of a BIG-IP LTM pool

Retrieves all members of a pool from /mgmt/tm/ltm/pool/{pool}/members.

yaml
type: io.kestra.plugin.ee.f5.poolmember.List

List all members of a BIG-IP pool

yaml
id: list_pool_members
namespace: company.team

tasks:
  - id: get_members
    type: io.kestra.plugin.ee.f5.poolmember.List
    host: "{{ secret('F5_HOST') }}"
    username: "{{ secret('F5_USERNAME') }}"
    password: "{{ secret('F5_PASSWORD') }}"
    pool: my-app-pool
Properties

BIG-IP hostname or IP address

BIG-IP password

Pool name or full path

BIG-IP username

Defaultfalse

Trust all SSL certificates

Set to true to disable TLS certificate validation. Use only in development or when targeting BIG-IP appliances with self-signed certificates.

DefaultCommon

Administrative partition to target

Defaults to Common when not set.

SubTypeobject

List of pool members