1. 程式人生 > >Python Cisco API

Python Cisco API

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:

技術分享部分樣例腳本2:

技術分享

樣例腳本3(http):

技術分享


本文出自 “Gorilla City” 博客,請務必保留此出處http://juispan.blog.51cto.com/943137/1980091

Python Cisco API