Create
Certified
Create a phpIPAM address
Create
Certified
Create a phpIPAM address
yaml
type: io.kestra.plugin.phpipam.ipam.address.CreateExamples
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
appId *Requiredstring
auth *RequiredNon-dynamic
Definitions
io.kestra.plugin.phpipam.PhpipamAuthentication
appTokenstring
passwordstring
usernamestring
baseUrl *Requiredstring
ip *Requiredstring
subnetId *Requiredstring
hostname string
insecureTls booleanstring
Default
false