Actions7
- Sections Actions
- Subnets Actions
- Addresses Actions
Overview
This node interacts with the Phpipam API to manage IP address management resources. Specifically, for the 'Addresses' resource with the 'List All Addresses' operation, it retrieves a list of all IP addresses managed by Phpipam. This is useful for network administrators who need to fetch and analyze all IP addresses in their network for monitoring, auditing, or integration with other systems.
Use Case Examples
- A network admin wants to get a complete list of all IP addresses in their Phpipam system to generate a report.
- An automation workflow needs to fetch all addresses to check for IP conflicts or to update a CMDB (Configuration Management Database).
Output
JSON
id- Unique identifier of the addressip- IP addressdescription- Description or name associated with the addresssubnetId- Identifier of the subnet the address belongs tomac- MAC address associated with the IP addressowner- Owner or user of the IP addressstate- Current state or status of the IP address (e.g., active, reserved)lastSeen- Timestamp of the last time the address was seen or used
Dependencies
- Phpipam API
Troubleshooting
- Ensure that the Phpipam API credentials (URL, app ID, user, password) are correctly configured and valid.
- If the node returns an error indicating 'Invalid Url' or connection failure, verify the API endpoint URL and network connectivity.
- If the API returns an error response, check the error message for details such as permission issues or incorrect parameters.
- Use the 'Continue On Fail' option to handle errors gracefully in workflows, allowing partial data retrieval even if some requests fail.
Links
- Phpipam API Documentation - Official documentation for Phpipam API endpoints and usage.