Update
Certified
Enterprise Edition
Update a BIG-IP LTM health monitor
Update
Certified
Enterprise Edition
Update a BIG-IP LTM health monitor
yaml
type: io.kestra.plugin.ee.f5.monitor.UpdateExamples
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
host *Requiredstring
monitorType *Requiredstring
name *Requiredstring
password *Requiredstring
username *Requiredstring
checkInterval integerstring
checkTimeout integerstring
insecure booleanstring
Default
falsepartition string
Default
Common