Create
Certified
Enterprise Edition
Create a BIG-IP LTM pool
Create
Certified
Enterprise Edition
Create a BIG-IP LTM pool
yaml
type: io.kestra.plugin.ee.f5.pool.CreateExamples
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
host *Requiredstring
name *Requiredstring
password *Requiredstring
username *Requiredstring
insecure booleanstring
Default
falseloadBalancingMode string
Default
round-robinmonitor string
partition string
Default
Common