Create
Certified
Create a phpIPAM subnet
Create
Certified
Create a phpIPAM subnet
yaml
type: io.kestra.plugin.phpipam.ipam.subnet.CreateExamples
yaml
id: phpipam_subnet_create
namespace: company.team
tasks:
- id: create_subnet
type: io.kestra.plugin.phpipam.ipam.subnet.Create
baseUrl: "https://ipam.example.com"
appId: myapp
auth:
appToken: "{{ secret('PHPIPAM_APP_TOKEN') }}"
subnet: "192.168.1.0"
mask: "24"
sectionId: "1"
description: "Office LAN"
Properties
appId *Requiredstring
auth *RequiredNon-dynamic
Definitions
io.kestra.plugin.phpipam.PhpipamAuthentication
appTokenstring
passwordstring
usernamestring
baseUrl *Requiredstring
mask *Requiredstring
sectionId *Requiredstring
subnet *Requiredstring
insecureTls booleanstring
Default
false