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