phpIPAM
Last updated
The IP address or hostname of your phpIPAM server (e.g., 192.168.1.10 or ipam.company.local).
The port your phpIPAM server listens on (optional, default: 443).
The username for the phpIPAM account.
The password for the phpIPAM account.
The application name configured in phpIPAM. This value appears in every API request URL (e.g., /api/myapp/devices/ — the App Name is myapp).
Choose this if your connection is going to be over HTTPS (optional, default: True).
This adapter works in a multi-threaded manner. This field represents the number of parallel threads that is going to be constructed for sending API requests (default: 32, min: 1, max: 32).
Delay in seconds between thread batches (default: 0). Increase if encountering rate limit errors.
The amount of time (in seconds) to wait for API responses. (default: 30)
Permissions Required
The application must be configured with at least Read permission under Administration > API.
Attention
Please perform a connection test to ensure there is a valid connection to the phpIPAM host. When the discovery operation is finalized you will be able to see the details on Assets page.
Last updated