Create

Create

Certified
Enterprise Edition

Create a BIG-IP LTM pool

yaml
type: io.kestra.plugin.ee.f5.pool.Create
yaml
id: create_pool
namespace: company.team

tasks:
  - id: make_pool
    type: io.kestra.plugin.ee.f5.pool.Create
    host: "{{ secret('F5_HOST') }}"
    username: "{{ secret('F5_USERNAME') }}"
    password: "{{ secret('F5_PASSWORD') }}"
    name: my-app-pool
    loadBalancingMode: round-robin
    monitor: /Common/http
Properties
Defaultfalse
Defaultround-robin
DefaultCommon