F5 BIG-IP Get

F5 BIG-IP Get

Certified
Enterprise Edition

Get a BIG-IP LTM health monitor

Retrieves a monitor by type and name from /mgmt/tm/ltm/monitor/{type}/{name}.

yaml
type: io.kestra.plugin.ee.f5.monitor.Get

Retrieve an HTTP monitor by name

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

BIG-IP hostname or IP address

Monitor type

Accepted values: http, https, tcp, icmp (case-insensitive).

Monitor name or full path

BIG-IP password

BIG-IP username

Defaultfalse

Trust 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.

DefaultCommon

Administrative partition to target

Defaults to Common when not set.

Full path of the monitor

Monitor type

Monitor name