Create

Create

Certified

Create a phpIPAM address

yaml
type: io.kestra.plugin.phpipam.ipam.address.Create
yaml
id: phpipam_address_create
namespace: company.team
tasks:
  - id: create_address
    type: io.kestra.plugin.phpipam.ipam.address.Create
    baseUrl: "https://ipam.example.com"
    appId: myapp
    auth:
      appToken: "{{ secret('PHPIPAM_APP_TOKEN') }}"
    subnetId: "10"
    ip: "192.168.1.100"
    hostname: "server01.example.com"
    description: "Web server"
Properties
Definitions
appTokenstring
passwordstring
usernamestring
Defaultfalse