Update

Update

Certified

Update a phpIPAM address

yaml
type: io.kestra.plugin.phpipam.ipam.address.Update
yaml
id: phpipam_address_update
namespace: company.team
tasks:
  - id: update_address
    type: io.kestra.plugin.phpipam.ipam.address.Update
    baseUrl: "https://ipam.example.com"
    appId: myapp
    auth:
      appToken: "{{ secret('PHPIPAM_APP_TOKEN') }}"
    addressId: "42"
    hostname: "new-hostname.example.com"
Properties
Definitions
appTokenstring
passwordstring
usernamestring
Defaultfalse