ManageEngine MDM
Connection Requirements
1 - IP
IP address of the ManageEngine MDM host. (default: mdm.managenegine.com)
2 - Port
Port number (optional, default: 443).
3 - API Key (Use only on-Prem)
On the MDM server, click on Admin tab from the top menu and select API Key Generation, present under Integrations.
Follow the on-screen instructions to generate an API key.
Rest of the options are for the cloud the users. If you're on-Prem, you may leave them blank. In order to use the API, you have to obtain a Grant Token from ManageEngine MDM service. Redirect to the following authorization URL with the scope, client_id, response_type(you may use "code" in here), redirect_uri options. https://accounts.zoho.com/oauth/v2/auth?
Request Example https://accounts.zoho.com/oauth/v2/auth?scope=MDMOnDemand.MDMInventory.CREATE, MDMOnDemand.MDMInventory.READ&client_id=1000.0SRSZSY37WMZ69405H3TMYI2239V& state=testing&response_type=code&redirect_uri=http://www.mdm.manageengine.com& access_type=offline
On this request, you will be shown with a "user consent page".
Upon clicking “Accept”, Zoho will redirect to the given redirect_uri with code and state param. This code value is mandatory to get the access token in the next step and this code is valid for 60 seconds.
On clicking “Deny”, the server returns an error and you will not be able to use API
4 - Code
Obtained in above step.
5 - Client ID
Client ID obtained during Client Registration
6 - Client Secret
Client secret obtained during Client Registration
7 - Redirect URI
This param should be same redirect url mentioned while adding Client
8 - SSL
Use SSL for connection (optional, default: True).
Required Permissions
Device Based Information: MDMOnDemand.MDMInventory.READ, MDMOnDemand.MDMInventory.READ User Based Information: MDMOnDemand.MDMUser.READ
Attention
Please perform a connection test to ensure there is a valid connection to the ManageEngine MDM host. When the discovery operation finalized you will be able to see the details on Assets page.
Last updated
Was this helpful?