F5 BIG-IP Update

F5 BIG-IP Update

Certified
Enterprise Edition

Update a BIG-IP LTM node

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

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

Disable a BIG-IP node

yaml
id: disable_node
namespace: company.team

tasks:
  - id: update_node
    type: io.kestra.plugin.ee.f5.node.Update
    host: "{{ secret('F5_HOST') }}"
    username: "{{ secret('F5_USERNAME') }}"
    password: "{{ secret('F5_PASSWORD') }}"
    name: backend-01
    state: USER_DOWN
Properties

BIG-IP hostname or IP address

Node 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.

DefaultCommon

Administrative partition to target

Defaults to Common when not set.

New node resource description

Possible Values
USER_UPUSER_DOWN

New node state

Administrative state to set on a BIG-IP LTM node

Full path of the node

Node name

Updated node state