
F5 BIG-IP Get
CertifiedEnterprise EditionGet a BIG-IP LTM health monitor
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.GetExamples
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
host *Requiredstring
BIG-IP hostname or IP address
monitorType *Requiredstring
Monitor type
Accepted values: http, https, tcp, icmp (case-insensitive).
name *Requiredstring
Monitor name or full path
password *Requiredstring
BIG-IP password
username *Requiredstring
BIG-IP username
insecure booleanstring
Default
falseTrust 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.
partition string
Default
CommonAdministrative partition to target
Defaults to Common when not set.
Outputs
fullPath string
Full path of the monitor
monitorType string
Monitor type
name string
Monitor name