Update

Update

Certified
Enterprise Edition

Update a BIG-IP LTM health monitor

yaml
type: io.kestra.plugin.ee.f5.monitor.Update
yaml
id: update_http_monitor
namespace: company.team

tasks:
  - id: patch_monitor
    type: io.kestra.plugin.ee.f5.monitor.Update
    host: "{{ secret('F5_HOST') }}"
    username: "{{ secret('F5_USERNAME') }}"
    password: "{{ secret('F5_PASSWORD') }}"
    monitorType: http
    name: my-http-monitor
    checkInterval: 10
    checkTimeout: 31
Properties
Defaultfalse
DefaultCommon