Get

Get

Certified
Enterprise Edition

Get a BIG-IP LTM pool

yaml
type: io.kestra.plugin.ee.f5.pool.Get
yaml
id: get_pool
namespace: company.team

tasks:
  - id: fetch_pool
    type: io.kestra.plugin.ee.f5.pool.Get
    host: "{{ secret('F5_HOST') }}"
    username: "{{ secret('F5_USERNAME') }}"
    password: "{{ secret('F5_PASSWORD') }}"
    name: my-app-pool
Properties
Defaultfalse
DefaultCommon