cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1307
Views
0
Helpful
3
Replies

Network device import automation

aditya.k.sahu
Level 1
Level 1

How to import netwok devices using REST API or Python or any other scripts? We want to automate the import process as everyday there is some network device addition/modification/deletion.

2 Accepted Solutions

Accepted Solutions

rubenvankomen
Level 1
Level 1

Hello,

You can use the Cisco ISE ERS API create, delete, search, and modify Network Devices and Network Device Groups.

More information on how to use the API can be found here: https://community.cisco.com/t5/security-documents/ise-ers-api-examples/ta-p/362262

The Network-Node blog has some examples of REST-API calls to create Network Devices and Network Device Groups. http://www.network-node.com/blog/2016/4/19/ise-rest-api-goodbye-click-click-click-click-part-2

 

 

View solution in original post

Damien Miller
VIP Alumni
VIP Alumni

Take a look at this ERS documentation available from within ISE. The operations are well documented in both XML and JSON.  

 

ERS.png

 

ERS2.png

View solution in original post

3 Replies 3

rubenvankomen
Level 1
Level 1

Hello,

You can use the Cisco ISE ERS API create, delete, search, and modify Network Devices and Network Device Groups.

More information on how to use the API can be found here: https://community.cisco.com/t5/security-documents/ise-ers-api-examples/ta-p/362262

The Network-Node blog has some examples of REST-API calls to create Network Devices and Network Device Groups. http://www.network-node.com/blog/2016/4/19/ise-rest-api-goodbye-click-click-click-click-part-2

 

 

Damien Miller
VIP Alumni
VIP Alumni

Take a look at this ERS documentation available from within ISE. The operations are well documented in both XML and JSON.  

 

ERS.png

 

ERS2.png

I would recommend also checking out http://cs.co/ise-api