F5 BIG-IP Update

F5 BIG-IP Update

Certified
Enterprise Edition

Update a BIG-IP LTM pool

Patches a pool's mutable fields via PATCH /mgmt/tm/ltm/pool/{name}.

yaml
type: io.kestra.plugin.ee.f5.pool.Update

Change a pool's load-balancing mode

yaml
id: update_pool
namespace: company.team

tasks:
  - id: patch_pool
    type: io.kestra.plugin.ee.f5.pool.Update
    host: "{{ secret('F5_HOST') }}"
    username: "{{ secret('F5_USERNAME') }}"
    password: "{{ secret('F5_PASSWORD') }}"
    name: my-app-pool
    loadBalancingMode: least-connections-member
Properties

BIG-IP hostname or IP address

Pool name or full path

BIG-IP password

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.

New load-balancing mode

New health monitor path

DefaultCommon

Administrative partition to target

Defaults to Common when not set.

New pool resource description

Full path of the pool

Load-balancing mode

Pool name