For the complete documentation index, see llms.txt. This page is also available as Markdown.

phpIPAM

Connection Requirements

1 - IP / Hostname

The IP address or hostname of your phpIPAM server (e.g., 192.168.1.10 or ipam.company.local).

2 - Port

The port your phpIPAM server listens on (optional, default: 443).

3 - Username

The username for the phpIPAM account.

4 - Password

The password for the phpIPAM account.

5 - App Name

The application name configured in phpIPAM. This value appears in every API request URL (e.g., /api/myapp/devices/ — the App Name is myapp).

6 - Is Secure?

Choose this if your connection is going to be over HTTPS (optional, default: True).

7 - Thread Count

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).

8 - Sleep Time

Delay in seconds between thread batches (default: 0). Increase if encountering rate limit errors.

9 - Timeout

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.

Last updated