openapi: 3.2.0 info: title: Cisco Ise Mdm Server Info API version: '1.0' description: 'Operations tagged mdm-server-info across 2 of this provider''s published API definitions: cisco-ise-mdm-mobile-device-management.yaml, cisco-ise-mdm-older-versions.yaml. Each path carries the servers of the definition it was published in.' x-provenance: method: harvested authored_by: Cisco harvested_by: API Evangelist harvested_on: '2026-08-19' first_party: true provider_published: true source_host: pubhub.devnetcloud.com note: 103 ISE API descriptions (1,490 operations; 32 OpenAPI 3.0.x + 71 Swagger 2.0) enumerated from Cisco's own DevNet project manifest and fetched anonymously. Byte-identity reconfirmed 2026-08-19 by SHA-256 against the live source. derived_view: Per-tag view of cisco-ise-mdm-mobile-device-management.yaml, the provider's source document. Operations and schemas are the provider's, unmodified; only the partition is ours. derived_from: cisco-ise-mdm-mobile-device-management.yaml operation_coverage: 1/2 x-evidence: - type: source url: https://pubhub.devnetcloud.com/media/identity-services-engine-api-v1/docs/ - type: source url: https://developer.cisco.com/docs/identity-services-engine/ tags: - name: mdm-server-info paths: //ciscoise/mdminfo/: get: tags: - mdm-server-info summary: Get the MDM server information description: 'This API (available since version 2) is used for initially adding an MDM vendor in the Cisco ISE server. This is similar to the version 1 and version 2 APIs, except that in addition it provides information about the API version used by Cisco ISE as a URL query parameter.

NOTE: The URL required for sending the MDM Server Info api request is fixed because the API path (obtained from the REST webservice response for the MDM Server Info API) is not yet known to Cisco ISE.

Base API for version 3 remains similar. In the response it is mandatory for the partner MDM server to share the vendor, product_name & product_version for version 3 and above.

Example: https://mdm-server/ciscoise/mdminfo/?ise_api_version={max_ise_supported_api_version}' parameters: - name: ise_api_version in: query required: true schema: type: integer - name: Resources in: header description:
Attribute NameTypeRequiredDescription
nameStringYesmdminfo
api_versionIntegerYesResponse from MDM server with supported version, should be equal to or less than ISE supported version shared in API call/request URL
api_pathStringYesAPI path to get device compliance or non-compliance information
redirect_urlStringYesURL for end users to register or enroll to MDM server
query_max_sizeIntegerYesMaximum number of records that can be retrieved at a time during bulk retrievals (Eg. Non compliance API response)
messaging_supportBooleanYesIndicates if messaging is supported through MDM server
vendorStringYesName of the MDM partner (Mandatory from version 3)
product_nameStringYesName of the MDM server (Mandatory from version 3)
product_versionStringYesVersion of the MDM server (Mandatory from version 3)
schema: type: string responses: 200: description: OK content: application/xml: schema: $ref: '#/components/schemas/mdm-server-info' //ciscoise/mdminfo/: get: tags: - mdm-server-info summary: Get the MDM server information description: 'This API (available since version 2) is used for initially adding an MDM vendor in the Cisco ISE server. This is similar to the version 1 API, except that in addition it provides information about the API version used by Cisco ISE as a URL query parameter.

NOTE: The URL required for sending the MDM Server Info api request is fixed because the API path (obtained from the REST webservice response for the MDM Server Info API) is not yet known to Cisco ISE.

VersionURL
1https://mdm-server/ciscoise/mdminfo
2https://mdm-server/ciscoise/mdminfo/?ise_api_version={max_ise_supported_api_version}
' parameters: - name: ise_api_version in: query required: true schema: type: integer - name: Resources in: header description:
Attribute NameTypeRequiredDescription
nameStringYesmdminfo
api_versionIntegerYesMaximum version MDM server supports
api_pathStringYesAPI path to get device compliance or non-compliance information
redirect_urlStringYesURL for end users to register or enroll to MDM server
query_max_sizeIntegerYesMaximum number of records that can be retrieved at a time during bulk retrievals (Eg. Non compliance API response)
messaging_supportBooleanYesIndicates if messaging is supported through MDM server
vendorStringNoName of the MDM partner
product_nameStringNoName of the MDM server
product_versionStringNoVersion of the MDM server
schema: type: string responses: 200: description: OK content: application/xml: schema: $ref: '#/components/schemas/mdm-server-info_2' components: schemas: mdm-server-info: type: object properties: name: type: string example: mdminfo api_version: type: integer example: 3 api_path: type: string example: /ciscoise/mdmapi/v3 redirect_url: type: string example: https://login.mobileiron.com/ query_max_size: type: integer example: 1000 messaging_support: type: boolean example: true vendor: type: string example: MobileIron product_name: type: string example: MobileIron Cloud product_version: type: string example: 76.0.0.22 mdm-server-info_2: type: object properties: name: type: string example: mdminfo api_version: type: integer example: 2 api_path: type: string example: /ciscoise/mdmapi/v2 redirect_url: type: string example: https://www.mobileiron.net query_max_size: type: integer example: 1000 messaging_support: type: boolean example: true vendor: type: string example: MobileIron product_name: type: string example: MobileIron Cloud product_version: type: string example: 75.0.0.12 x-refined-from: - cisco-ise-mdm-mobile-device-management.yaml - cisco-ise-mdm-older-versions.yaml