Actions7
- Sections Actions
- Subnets Actions
- Addresses Actions
Overview
This node interacts with the Phpipam API to manage IP address management resources. Specifically, for the 'Subnets' resource with the 'List All Subnets' operation, it retrieves a comprehensive list of all subnets available in the Phpipam system. This is useful for network administrators who need to audit, monitor, or manage subnet allocations across their network infrastructure. For example, it can be used to fetch all subnet details for reporting or integration with other network management tools.
Use Case Examples
- Retrieve all subnets from Phpipam to display in a network monitoring dashboard.
- Fetch all subnet data to synchronize with an external IP address management system.
Output
JSON
- ``
id- Unique identifier of the subnetdescription- Description or name of the subnetsubnet- Subnet address in CIDR notationmask- Subnet masksectionId- Identifier of the section the subnet belongs tovrfId- Identifier of the VRF (Virtual Routing and Forwarding) associated with the subnetpermissions- Permissions related to the subnetcustomFields- Custom fields associated with the subnetisFolder- Indicates if the subnet is a folder (container) or an actual subnetisFull- Indicates if the subnet is fully allocated
Dependencies
- Phpipam API with authentication credentials (URL, app ID, user, password)
Troubleshooting
- Ensure that the Phpipam API credentials (URL, app ID, user, password) are correctly configured and valid, as authentication failures will prevent data retrieval.
- If the API returns an error, check the error message for details such as invalid URL or missing permissions.
- Network connectivity issues to the Phpipam server can cause request timeouts or failures; verify network access and firewall settings.
- If the node returns empty data, verify that there are subnets configured in the Phpipam system and that the authenticated user has permission to view them.
Links
- Phpipam API Documentation - Official documentation for Phpipam API endpoints and usage.