Hexnode
Last updated
The portal name is the unique identifier of your Hexnode account. API requests are made using the portal name found in your Hexnode login URL.
Hexnode API endpoints follow this format:
https://<portal>.hexnodemdm.com/api
For example, if you access Hexnode using the URL mycompany.hexnodemdm.com, then the portal name should be set to mycompany.
Enable API access from Admin → API in the Hexnode Admin Portal. Generate your API token and use it to authenticate API requests.
Proxy URL (optional).
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).
The amount of time (in seconds) to wait for API responses. (default: 30)
Attention
Please perform a connection test to ensure there is a valid connection to the Hexnode host. When the discovery operation is finalized you will be able to see the details on Assets page.
Last updated