Update

Update

Certified

Update a phpIPAM subnet

yaml
type: io.kestra.plugin.phpipam.ipam.subnet.Update
yaml
id: phpipam_subnet_update
namespace: company.team
tasks:
  - id: update_subnet
    type: io.kestra.plugin.phpipam.ipam.subnet.Update
    baseUrl: "https://ipam.example.com"
    appId: myapp
    auth:
      appToken: "{{ secret('PHPIPAM_APP_TOKEN') }}"
    subnetId: "10"
    resourceDescription: "Updated description"
Properties
Definitions
appTokenstring
passwordstring
usernamestring
Defaultfalse