Delete
Certified
Delete a phpIPAM VLAN
Delete
Certified
Delete a phpIPAM VLAN
yaml
type: io.kestra.plugin.phpipam.ipam.vlan.DeleteExamples
yaml
id: phpipam_vlan_delete
namespace: company.team
tasks:
- id: delete_vlan
type: io.kestra.plugin.phpipam.ipam.vlan.Delete
baseUrl: "https://ipam.example.com"
appId: myapp
auth:
appToken: "{{ secret('PHPIPAM_APP_TOKEN') }}"
vlanId: "5"
Properties
appId *Requiredstring
auth *RequiredNon-dynamic
Definitions
io.kestra.plugin.phpipam.PhpipamAuthentication
appTokenstring
passwordstring
usernamestring
baseUrl *Requiredstring
vlanId *Requiredstring
insecureTls booleanstring
Default
false