Create
Certified
Create a phpIPAM VRF
Create
Certified
Create a phpIPAM VRF
yaml
type: io.kestra.plugin.phpipam.ipam.vrf.CreateExamples
yaml
id: phpipam_vrf_create
namespace: company.team
tasks:
- id: create_vrf
type: io.kestra.plugin.phpipam.ipam.vrf.Create
baseUrl: "https://ipam.example.com"
appId: myapp
auth:
appToken: "{{ secret('PHPIPAM_APP_TOKEN') }}"
name: "CORP-VRF"
rd: "65000:1"
description: "Corporate routing domain"
Properties
appId *Requiredstring
auth *RequiredNon-dynamic
Definitions
io.kestra.plugin.phpipam.PhpipamAuthentication
appTokenstring
passwordstring
usernamestring
baseUrl *Requiredstring
name *Requiredstring
insecureTls booleanstring
Default
false