Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hello community, I'm working on creating an automated way to manage NADs on Cisco ISE via RESTful API in Python.I'm relying on the requests library, but unfortunately when I try to use the PUT operation to update NAD with new information, I receive a...
Hello, I'm having difficulties with bootstrapping Cisco ISE 2.7.0 VM in GNS3.During the bootstrap I always receive the following error message: *** checking for supported platform*** ERROR: UNSUPPORTED HARDWARE DETECTED"*** Cisco UDI (Unique Device I...
Also forgot to mention that since FMC versions 7.6.0, the requests per minute limit has been increased from the previous 120 to 300.
https://www.cisco.com/c/en/us/td/docs/security/firepower/760/api/REST/secure_firewall_management_center_rest_api_quic...
Although this is quite old topic, the mentioned enhancement CSCvf16740 has still not been implemented and doesn't provide any possible workaround outside of what was already mentioned by @niryadav. This however doesn't cover all the possible use case...
I was struggling with the same thing and ended up with opening a TAC case.
Turns out there is an API for this, although not documented. Instead of using "DELETE /dna/intent/api/v1/file/config/7653c61f-1018-4b2a-81e9-2b03566fe800" just remove the dna/...
Thank you Thomas. Issue has been resolved. I forgot to wrap the "NetworkDeviceGroupList" in a list, therefore it was screaming at me the invalid JSON format error. For other people's reference I'm including a sample payload that is working on the lat...
Thanks Mike, that's a great advise. I went through the documentation again and indeed I missed a few required items. After filling in all the missing required parts, it seems I finally managed to move forward, although the issue is still not resolve...