MDM サーバー情報

この API は、最初に MDM ベンダーを Identity Services Engine (ISE) および「ISE 管理者 (ISE administrator)」ページに追加するために使用されます。

要求

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

この API は、URL 照会パラメーターとして ISE によって使用される API バージョンに関する情報を提供します。 MDM サーバーは、API バージョン情報に応じて、使用する API のバージョンを決定します。

MDMサーバー情報のAPI要求を送信するのに必要なURLは修復されています。 MDMサーバー情報のAPIに関し、RESTのWebサービス応答から取得されたAPIパスは、まだISEに認識されていません。

パラメーター名 必須またはオプション 説明
ise_api_version 必須 カスタマーを作成したビジネス・パートナー・アカウントの請求書 ID。

サンプル要求

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

サンプル応答

<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>