Phpipam icon

Phpipam

Consume Phpipam API (v.0.4.1)

Overview

This node interacts with the Phpipam API to manage IP address management resources such as sections, subnets, and addresses. Specifically, for the 'List Subnets' operation under the 'Subnets' resource, it retrieves a list of subnets from the Phpipam system. This is useful for network administrators who want to automate the retrieval and management of subnet information within their IP address management workflows.

Use Case Examples

  1. Automatically fetch all subnets in Phpipam to monitor network allocation.
  2. Integrate subnet data retrieval into a larger automation workflow for network inventory management.

Output

JSON

  • id - Unique identifier of the subnet
  • description - Description or name of the subnet
  • subnet - Subnet address in IP format
  • mask - Subnet mask
  • sectionId - Identifier of the section the subnet belongs to
  • vrfId - Identifier of the VRF (Virtual Routing and Forwarding) associated with the subnet
  • permissions - Access permissions for the subnet
  • customFields - Custom fields associated with the subnet

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', verify the API endpoint URL is correct and accessible.
  • If the API returns an error, check the network connectivity and Phpipam server status.
  • If the node returns an empty response, confirm that there are subnets configured in Phpipam to list.

Links

Discussion