Get

Get

Certified
Enterprise Edition

Get a BIG-IP LTM health monitor

yaml
type: io.kestra.plugin.ee.f5.monitor.Get
yaml
id: get_http_monitor
namespace: company.team

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