List
Certified
List subnets in a phpIPAM section
List
Certified
List subnets in a phpIPAM section
yaml
type: io.kestra.plugin.phpipam.ipam.subnet.ListExamples
yaml
id: phpipam_subnet_list
namespace: company.team
tasks:
- id: list_subnets
type: io.kestra.plugin.phpipam.ipam.subnet.List
baseUrl: "https://ipam.example.com"
appId: myapp
auth:
appToken: "{{ secret('PHPIPAM_APP_TOKEN') }}"
sectionId: "1"
Properties
appId *Requiredstring
auth *RequiredNon-dynamic
Definitions
io.kestra.plugin.phpipam.PhpipamAuthentication
appTokenstring
passwordstring
usernamestring
baseUrl *Requiredstring
sectionId *Requiredstring
fetchType string
Default
FETCHPossible Values
STOREFETCHFETCH_ONENONEinsecureTls booleanstring
Default
falseOutputs
subnet
Definitions
io.kestra.plugin.phpipam.ipam.model.Subnet
descriptionstring
editDatestring
idstring
maskstring
masterSubnetIdstring
nameserverIdstring
permissionsstring
sectionIdstring
showNamestring
subnetstring
usage
io.kestra.plugin.phpipam.ipam.model.Subnet-SubnetUsage
Offline_percentstring
freehostsstring
freehosts_percentstring
maxhostsstring
usedstring
vlanIdstring
vrfIdstring
subnets array
Definitions
io.kestra.plugin.phpipam.ipam.model.Subnet
descriptionstring
editDatestring
idstring
maskstring
masterSubnetIdstring
nameserverIdstring
permissionsstring
sectionIdstring
showNamestring
subnetstring
usage
io.kestra.plugin.phpipam.ipam.model.Subnet-SubnetUsage
Offline_percentstring
freehostsstring
freehosts_percentstring
maxhostsstring
usedstring
vlanIdstring
vrfIdstring
total integer
Default
0uri string
Format
uri