Create

Create

Certified

Create a phpIPAM subnet

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