Create

Create

Certified

Create a phpIPAM VRF

yaml
type: io.kestra.plugin.phpipam.ipam.vrf.Create
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
Definitions
appTokenstring
passwordstring
usernamestring
Defaultfalse