Actions7
- Sections Actions
- Subnets Actions
- Addresses Actions
Overview
This node interacts with the Phpipam API to manage network resources. Specifically, the 'List Sections' operation retrieves a list of sections from the Phpipam system. This is useful for network administrators who want to programmatically access and manage network sections, such as organizing IP address spaces or viewing network segmentation.
Use Case Examples
- A network admin uses this node to fetch all network sections to display in a dashboard.
- Automating the retrieval of sections to sync with another network management tool.
Output
JSON
id- Unique identifier of the sectionname- Name of the sectiondescription- Description of the sectionpermissions- Permissions associated with the sectioncustom_fields- Custom fields defined for the section
Dependencies
- Phpipam API with authentication credentials
Troubleshooting
- Ensure the Phpipam API credentials (URL, app ID, user, password) are correctly configured; missing or incorrect credentials will cause authentication errors.
- If the API returns an error, check the node's error message for details, such as invalid URL or permission issues.
- Network connectivity issues to the Phpipam server can cause request failures; verify network access and firewall settings.
Links
- Phpipam API Documentation - Official documentation for Phpipam API endpoints and usage.