
F5 BIG-IP Update
CertifiedEnterprise EditionUpdate a BIG-IP LTM pool
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.UpdateExamples
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
host *Requiredstring
BIG-IP hostname or IP address
name *Requiredstring
Pool name or full path
password *Requiredstring
BIG-IP password
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.
loadBalancingMode string
New load-balancing mode
monitor string
New health monitor path
partition string
Default
CommonAdministrative partition to target
Defaults to Common when not set.
resourceDescription string
New pool resource description
Outputs
fullPath string
Full path of the pool
loadBalancingMode string
Load-balancing mode
name string
Pool name