Phpipam icon

Phpipam

Consume Phpipam API (v.0.4.1)

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

  1. A network admin uses this node to fetch all network sections to display in a dashboard.
  2. Automating the retrieval of sections to sync with another network management tool.

Output

JSON

  • id - Unique identifier of the section
  • name - Name of the section
  • description - Description of the section
  • permissions - Permissions associated with the section
  • custom_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

Discussion