Actions7
- Sections Actions
- Subnets Actions
- Addresses Actions
Overview
This node interacts with the Phpipam API to retrieve subnets associated with a specific section. It is useful for network administrators who want to fetch subnet details within a given section in their IP address management system. For example, it can be used to automate the retrieval of subnet information for network monitoring or documentation purposes.
Use Case Examples
- Retrieve all subnets under a specific section by providing the section ID.
- Use the node to list subnets for network inventory or audit tasks.
Properties
| Name | Meaning |
|---|---|
| Section Id | The unique identifier of the section for which to retrieve subnets. This is a required string input. |
Output
JSON
success- Indicates if the API request was successful.data- Contains the array or object of subnet data retrieved from the specified section.
Dependencies
- Requires Phpipam API credentials including URL, app ID, user, and password for authentication.
Troubleshooting
- Common issues include missing or incorrect API credentials, resulting in authentication errors.
- If the section ID is invalid or does not exist, the API may return an error or empty data.
- Network connectivity issues to the Phpipam API endpoint can cause request failures.
Links
- Phpipam API Documentation - Official documentation for Phpipam API endpoints and usage.