
F5 BIG-IP List
CertifiedEnterprise EditionList members of a BIG-IP LTM pool
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.ListExamples
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
host *Requiredstring
BIG-IP hostname or IP address
password *Requiredstring
BIG-IP password
pool *Requiredstring
Pool name or full path
username *Requiredstring
BIG-IP username
insecure booleanstring
Default
falseTrust 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.
partition string
Default
CommonAdministrative partition to target
Defaults to Common when not set.
Outputs
items array
SubTypeobject
List of pool members