- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2019 08:08 AM
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.
Solved! Go to Solution.
- Labels:
-
Identity Services Engine (ISE)
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2019 08:55 AM - edited 06-20-2019 08:56 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2019 09:33 AM
Take a look at this ERS documentation available from within ISE. The operations are well documented in both XML and JSON.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2019 08:55 AM - edited 06-20-2019 08:56 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2019 09:33 AM
Take a look at this ERS documentation available from within ISE. The operations are well documented in both XML and JSON.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2019 10:05 AM
