ISE API

手册:Cisco Identity Services Engine API Reference Guide,Release 2.0

用户名和口令是通过Base64的编码压进HTTP头部中。

Python Cisco ISE/ASA APIPython Cisco ISE/ASA API

1、Monitoring REST API

仅用于监控状态、会话等

样例脚本1:

Python Cisco ISE/ASA API

样例脚本2:

Python Cisco ISE/ASA API

2、External RESTful Services API

创建、读取、更新、删除等操作

要在ISE中开启支持ERS API功能

要创建一个专门用于ERS的账户

部分样例脚本:

Python Cisco ISE/ASA API


ASA API

9.3.2 release开始支持

ASAV 虚拟化版的ASA产品

ASA(config)#rest-api image flash:/asa-restapi-131-lfbff-k8.SPA

ASA(config)#http server enable

ASA(config)#http 0 0 MGMT

ASA(config)#aaa authentication http console LOCAL

ASA(config)#rest-api agent

ASA#show version 能看到REST API Agent的版本

样例脚本1:

Python Cisco ISE/ASA API部分样例脚本2:

Python Cisco ISE/ASA API

样例脚本3(http):

Python Cisco ISE/ASA API











本文转自Grodd51CTO博客,原文链接:http://blog.51cto.com/juispan/1980091,如需转载请自行联系原作者

相关文章:

  • 2021-12-03
  • 2022-01-01
  • 2021-08-08
  • 2021-04-25
  • 2021-11-18
  • 2021-05-30
  • 2021-09-06
  • 2022-03-10
猜你喜欢
  • 2021-05-30
  • 2022-01-07
  • 2021-08-22
  • 2021-06-03
  • 2021-05-10
  • 2021-07-05
  • 2021-12-03
相关资源
相似解决方案