Cisco Cisco Identity Services Engine 1.3 전단

다운로드
페이지 164
 
3-3
思科身份服务引擎 API 参考指南,版本 1.4
OL-26134-01
 3       用于故障排除的查询 API 
  使用查询 API 调用对 Cisco ISE 进行故障排除
This XML file does not appear to have any style information associated with it. The 
document tree is shown below.
-
<product name="Cisco Identity Services Engine">
<version>1.0.3.032</version>
<type_of_node>1</type_of_node>
</product>
故障原因 API 调用
您可以使用 FailureReasons API 调用返回在目标节点上完成的身份验证状态检查所返回的故障原因
列表。本节提供了架构文件输出示例、通过发起此 API 调用请求思科监控 ISE 节点记录的所有故
障原因列表的程序,以及发起此 API 调用后返回的故障原因示例。返回的每个故障原因包
中所显示的以下元素。
注意
有关使用 Cisco ISE 故障原因编辑器访问故障原因完整列表的详细信息,请参阅
注意
您也可以使用 Cisco ISE 用户界面(依次点击 Monitor > Reports > Catalog > Failure Reasons
系统将显示故障原因报告)检查故障原因报告。
FailureReasons API 输出架构
此示例架构文件是将请求发送到目标思科监控 ISE 节点后,FailureReasons API 调用的输出:
<?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="failureReasonList" type="failureReasonList"/>
  <xs:complexType name="failureReasonList">
    <xs:sequence>
      <xs:element name="failureReason" type="failureReason" minOccurs="0" 
maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
  <xs:complexType name="failureReason">
    <xs:sequence>
 3-1
思科身份服务引擎的产品文档
故障原因元素
示例
故障原因 ID
<failureReason id="11011">
代码
<11011 RADIUS listener failed>
原因
<Could not open one or more of the ports 
used to receive RADIUS requests>
解决方法
<Ensure that the ports 1812, 1813, 1645 and 
1646 are not being used by another process 
on the system>