Create

Create

Certified

Create a phpIPAM section

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