- 30 Jun 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
phpIPAM
- Updated on 30 Jun 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
phpIPAM is an open-source web IP address management application (IPAM).
Types of Assets Fetched
This adapter fetches the following types of assets:
- Devices
- Users
- Networks
Parameters
phpIPAM Host Name (required) - The hostname or IP address of the phpIPAM server.
Application ID (required) - Your application ID.
User Name and Password (required) - The credentials for a user account that has the Required Permissions to fetch assets.
Fetch Users (required, default: False) - Select whether to fetch users' data from the phpIPAM server.
Verify SSL - Select whether to verify the SSL certificate of the server against the CA database inside of Axonius. For more details, see SSL Trust & CA Settings.
HTTPS Proxy (optional) - Connect the adapter to a proxy instead of directly connecting it to the domain.
To learn more about common adapter connection parameters and buttons, see Adding a New Adapter Connection.
Advanced Settings
Advanced settings can either apply for all connections for this adapter, or you can set different advanced settings and/or different scheduling for a specific connection, refer to Advanced Configuration for Adapters
- CIDR exclude list - Specify a comma-separated list of CIDRs to be excluded.
- CIDR include list - Specify a comma-separated list of CIDRs to be included.
- Fetch subnets addresses as devices - Select whether to fetch all the addresses under all the subnets in phpIPAM and create devices from these addresses
- API used - /api/my_app/subnets/{id}/addresses/
To learn more about Adapter Configuration tab advanced settings, see Adapter Advanced Settings.
APIs
Axonius uses the phpIPAM API.
Required Permissions
The value supplied in User Name must have read access to devices.
To read users, the supplied User Name must have rwa permissions.
To gain access to the API:
Login to phpIPAM with a user that has admin permissions.
Go to Settings → phpIPAM settings → Feature settings and enable API.
Go to Settings → API and click Create API key to create a new application. The application should have Read permissions.
Use the App id in the Application ID field in the adapter connection configuration dialog.