标签:api
ISE API
手册:Cisco Identity Services Engine API Reference Guide,Release 2.0
用户名和口令是通过Base64的编码压进HTTP头部中。
1、Monitoring REST API
仅用于监控状态、会话等
▼样例脚本1:
▼样例脚本2:
2、External RESTful Services API
创建、读取、更新、删除等操作
要在ISE中开启支持ERS API功能
要创建一个专门用于ERS的账户
▼部分样例脚本:
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:
▼样例脚本3(http):
本文出自 “Gorilla City” 博客,请务必保留此出处http://juispan.blog.51cto.com/943137/1980091
标签:api
原文地址:http://juispan.blog.51cto.com/943137/1980091