Create
Certified
Create a phpIPAM section
Create
Certified
Create a phpIPAM section
yaml
type: io.kestra.plugin.phpipam.ipam.section.CreateExamples
yaml
id: phpipam_section_create
namespace: company.team
tasks:
- id: create_section
type: io.kestra.plugin.phpipam.ipam.section.Create
baseUrl: "https://ipam.example.com"
appId: myapp
auth:
appToken: "{{ secret('PHPIPAM_APP_TOKEN') }}"
name: "Production"
description: "Production network section"
Properties
appId *Requiredstring
auth *RequiredNon-dynamic
Definitions
io.kestra.plugin.phpipam.PhpipamAuthentication
appTokenstring
passwordstring
usernamestring
baseUrl *Requiredstring
name *Requiredstring
insecureTls booleanstring
Default
false