Cisco Cisco Identity Services Engine 1.2 产品宣传页

下载
页码 164
 
2-21
思科身份服务引擎 API 参考指南,版本 1.4
OL-26134-01
 2       会话管理查询 API 
  详细会话属性 API 调用
发起 NAS IPAddress API 调用
步骤 1
在浏览器的地址栏内输入 Cisco ISE URL(例如,https://<ISE 主机名或 IP 地址 >/admin/)。
步骤 2
输入在 Cisco ISE 初始设置过程中指定和配置的用户名及密码(区分大小写)。
步骤 3
点击 Login 或按 Enter
例如,如果您最初使用主机名 acme123 登录思科监控 ISE 节点,对于此节点,系统将显示以下 
URL 地址字段:
https://acme123/admin/LoginAction.do#pageId=com_cisco_xmp_web_page_tmpdash
步骤 4
通过将“/admin/”部分替换为 API 调用部分 
(/admin/API/mnt/<specific-api-call>/<nasipaddress>),在目标节点的 URL 地址字段输入 IPAddress 
API 调用:
https://acme123/admin/API/mnt/Session/IPAddress/10.10.10.10
注意
确保使用 xxx.xxx.xxx.xxx 格式指定 NAS IP 地址。
注意
由于这些调用区分大小写,所以在目标节点的 URL 地址字段输入每个 API 调用时请务必
仔细。在 API 调用约定中使用“mnt”表示思科监控 ISE 节点。
步骤 5
按 Enter 将发出 API 调用。
相关主题
IPAddress API 调用返回的数据示例
以下示例展示的是您发起 IPAddress API 调用时从活动会话列表返回的会话相关数据:
This XML file does not appear to have any style information associated with it. The 
document tree is shown below.
-
<sessionParameters>
<passed xsi:type="xs:boolean">true</passed>
<failed xsi:type="xs:boolean">false</failed>
<user_name>ipepvpnuser</user_name>
<nas_ip_address>10.10.10.10</nas_ip_address>
<calling_station_id>172.23.130.90</calling_station_id>
<nas_port>1015</nas_port>
<identity_group>iPEP-VPN-Group</identity_group>
<network_device_name>iPEP-HA-Routed</network_device_name>
<acs_server>HAREESH-R6-1-PDP2</acs_server>
<authen_protocol>PAP_ASCII</authen_protocol>
-
<network_device_groups>
Device Type#All Device Types,Location#All Locations
</network_device_groups>
<access_service>RADIUS</access_service>
<auth_acs_timestamp>2010-12-15T19:57:29.885Z</auth_acs_timestamp>
<authentication_method>PAP_ASCII</authentication_method>
-