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.
Hi guys, I started playing with the DNAC API and the command runner but I ran into a problem where I want to run ten or more show commands inside the payload. Up to four show commands works fine, but more than that comes back with failure to obtain t...
I think I found the answer to my question. I tried to: print(commandrunner['response']) and the message was as follows: {'errorCode': 'Bad request', 'message': 'Invalid input request', 'detail': 'Maximum of 5 commands allowed per request'} So, I gues...
Hi Tomas, Here goes:I am using Python for this and the DNAC is the "https://sandboxdnac.cisco.com" (Version 2.2.2.3).List of devices and their versions is in the attached image, although the WLC seems to be ignored by the command runner. Script is be...