
F5 BIG-IP Update
CertifiedEnterprise EditionUpdate a BIG-IP LTM node
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.UpdateExamples
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
host *Requiredstring
BIG-IP hostname or IP address
name *Requiredstring
Node 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.
partition string
Default
CommonAdministrative partition to target
Defaults to Common when not set.
resourceDescription string
New node resource description
state string
Possible Values
USER_UPUSER_DOWNNew node state
Administrative state to set on a BIG-IP LTM node
Outputs
fullPath string
Full path of the node
name string
Node name
state string
Updated node state