Hexnode
Hexnode is a unified endpoint management platform that provides device enrollment, application management, security policy enforcement, and remote management across mobile and desktop endpoints.
Use Cases the Adapter Solves
- Detect Unmanaged Mobile Devices: Identify mobile and desktop devices enrolled in Hexnode to ensure all endpoints are properly managed and secured.
- Verify Endpoint Compliance: Monitor device compliance status and enrollment state to enforce security policies across your organization.
- Correlate Users with Devices: Map device ownership to users to understand who is using which devices and improve access governance.
Asset Types Fetched
- Devices
- Users
Before You Begin
Required Ports
- TCP port 443 (HTTPS)
Authentication Methods
API Key Authentication
The adapter authenticates using a static API key that is sent as the raw Authorization header value (without a Bearer prefix). The API key is generated from the Hexnode Console under Admin → API.
APIs
Axonius uses the Hexnode API. The following endpoints are called:
GET /api/v1/devices/- Fetches device information, including enrollment status, compliance state, and device propertiesGET /api/v1/users/- Fetches user information, including email, username, and associated devices
Required Permissions
The API key used for authentication must have sufficient permissions to read device and user information from the Hexnode MDM platform.
Note: The exact permission names should be confirmed with your Hexnode administrator or Hexnode support, as the API documentation is not publicly available.
Supported From Version
Supported from Axonius version 8.0
Connecting the Adapter in Axonius
Navigate to the Adapters page, search for Hexnode, and click on the adapter tile.
Click Add Connection.
To connect the adapter in Axonius, provide the following parameters:
Required Parameters
- Host Name or IP Address - Base domain for the Hexnode MDM API. Should contain a prefix of http:// or https://. Do not add any specific endpoints after the domain. Example:
https://mycompany.hexnodemdm.com - API Key - API key generated from the Hexnode Console under Admin → API.
Optional Parameters
- 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 - Connect the adapter to a proxy instead of directly connecting it to the domain.
- HTTPS Proxy User Name - The user name to use when connecting to the value supplied in Host Name or IP Address via the value supplied in HTTPS Proxy.
- HTTPS Proxy Password - The password to use when connecting to the server using the HTTPS Proxy.
To learn more about common adapter connection parameters and buttons, see Adding a New Adapter Connection.
Updated about 2 hours ago
