Cisco Cisco Identity Services Engine 1.3 전단

다운로드
페이지 164
 
3-2
思科身份服务引擎 API 参考指南,版本 1.4
OL-26134-01
 3       用于故障排除的查询 API
  使用查询 API 调用对 Cisco ISE 进行故障排除
Version API 输出架构
此示例架构文件是将 Version API 调用发送到目标思科监控 ISE 节点后,此调用所返回的输出:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<xs:schema version="1.0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:element name="product" type="product"/>
  <xs:complexType name="product">
    <xs:sequence>
      <xs:element name="version" type="xs:string" minOccurs="0"/>
  <xs:element name="type_of_node" type="xs:int"/>
    </xs:sequence>
    <xs:attribute name="name" type="xs:string"/>
  </xs:complexType>
</xs:schema>
发起 Version API 调用
步骤 1
在浏览器的地址栏内输入 Cisco ISE URL(例如,https://<ISE 主机名或 IP 地址 >/admin/)。
步骤 2
输入在 Cisco ISE 初始设置过程中指定和配置的用户名及密码(区分大小写)。
步骤 3
点击 Login 或按 Enter
如果未能成功登录,请点击 Login 页面上的 Problem logging in? 链接,然后按照
步骤 2
 中的说明
操作。
例如,如果您最初使用主机名 acme123 登录思科监控 ISE 节点,对于此节点,系统将显示以下 
URL 地址字段:
https://acme123/admin/LoginAction.do#pageId=com_cisco_xmp_web_page_tmpdash
步骤 4
通过将“/admin/”部分替换为 API 调用部分 (/admin/API/mnt/<specific-api-call>),在目标节点的 
URL 地址字段输入 Version API 调用:
https://acme123/admin/API/mnt/Version
注意
由于这些调用区分大小写,所以在目标节点的 URL 地址字段输入每个 API 调用时请务必
仔细。在 API 调用约定中使用“mnt”表示思科监控 ISE 节点。
步骤 5
按 Enter 将发出 API 调用。
相关主题
Version API 调用返回的数据示例
以下示例展示了在目标思科监控 ISE 节点上发起 Version API 调用时返回的数据: 此 API 调用返
回目标节点的以下两个值: 
节点版本(本示例显示 1.0.3.032)。
思科监控 ISE 节点的类型(本示例显示“1”,表示活动的思科监控 ISE 节点)。