Update
Certified
Enterprise Edition
Update a BIG-IP LTM pool member
Update
Certified
Enterprise Edition
Update a BIG-IP LTM pool member
yaml
type: io.kestra.plugin.ee.f5.poolmember.UpdateExamples
yaml
id: disable_pool_member
namespace: company.team
tasks:
- id: update_member
type: io.kestra.plugin.ee.f5.poolmember.Update
host: "{{ secret('F5_HOST') }}"
username: "{{ secret('F5_USERNAME') }}"
password: "{{ secret('F5_PASSWORD') }}"
pool: my-app-pool
name: 192.168.1.10:80
state: user-down
Properties
host *Requiredstring
name *Requiredstring
password *Requiredstring
pool *Requiredstring
username *Requiredstring
insecure booleanstring
Default
falsepartition string
Default
Common