F5 BIG-IP Get

F5 BIG-IP Get

Certified
Enterprise Edition

Get a BIG-IP LTM virtual server

Retrieves a virtual server by name from /mgmt/tm/ltm/virtual.

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

Retrieve a BIG-IP virtual server by name

yaml
id: get_virtual_server
namespace: company.team

tasks:
  - id: fetch_vs
    type: io.kestra.plugin.ee.f5.virtualserver.Get
    host: "{{ secret('F5_HOST') }}"
    username: "{{ secret('F5_USERNAME') }}"
    password: "{{ secret('F5_PASSWORD') }}"
    name: my-app-vs
Properties

BIG-IP hostname or IP address

Virtual server 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.

Destination address: port

Full path of the virtual server

IP protocol

Virtual server name

Default pool