MDM server information

The API is used to initially add an MDM vendor into the Identity Services Engine (ISE) and the ISE administrator page.

Request

GET https://mdm-server/ciscoise/mdminfo/?ise_api_version=<max_ise_supported_api_version> Content Type Header: application/x-www-form-urlencoded

The API provides information about the API version that is used by ISE as a URL query parameter. The MDM server determines which version of the API to use depending on the API version information.

The URL that is needed for sending the MDM server information API request is fixed. The API path that is obtained from the REST web service response for the MDM server information API is not yet known to ISE.

Parameter name Required or optional Description
ise_api_version Required Billing ID of the Business Partner account that created the customer.

Sample request

GET https://mdm-server/ciscoise/mdminfo/?ise_api_version=2

Sample response

<ise_api> <name>mdminfo</name> <api_version>3</api_version> <api_path>/ise/mdm/api</api_path> <redirect_url>http://example.com<redirect_url> <query_max_size>3000</query_max_size> <messaging_support>true</messaging_support> <vendor>Example Co.</vendor> <product_name>Example Co. Mobile Device Manager</product_name> <product_version>5.5.5</product_version> </ise_api>