Delete
Certified
Enterprise Edition
Delete a BIG-IP LTM health monitor
Delete
Certified
Enterprise Edition
Delete a BIG-IP LTM health monitor
yaml
type: io.kestra.plugin.ee.f5.monitor.DeleteExamples
yaml
id: delete_http_monitor
namespace: company.team
tasks:
- id: remove_monitor
type: io.kestra.plugin.ee.f5.monitor.Delete
host: "{{ secret('F5_HOST') }}"
username: "{{ secret('F5_USERNAME') }}"
password: "{{ secret('F5_PASSWORD') }}"
monitorType: http
name: my-http-monitor
Properties
host *Requiredstring
monitorType *Requiredstring
name *Requiredstring
password *Requiredstring
username *Requiredstring
insecure booleanstring
Default
falsepartition string
Default
Common