Create

Create

Certified

Create a phpIPAM VLAN

yaml
type: io.kestra.plugin.phpipam.ipam.vlan.Create
yaml
id: phpipam_vlan_create
namespace: company.team
tasks:
  - id: create_vlan
    type: io.kestra.plugin.phpipam.ipam.vlan.Create
    baseUrl: "https://ipam.example.com"
    appId: myapp
    auth:
      appToken: "{{ secret('PHPIPAM_APP_TOKEN') }}"
    name: "MGMT"
    number: "100"
    description: "Management VLAN"
Properties
Definitions
appTokenstring
passwordstring
usernamestring
Defaultfalse