The error is due to Command Runner in Cisco DNA Center being designed to support only the execution of ‘show’ commands or other read-only commands. When an engineer tries to execute configuration commands or any commands that are not read-only, they will be blocklisted as these are not supported by Command Runner. This ensures that Command Runner is used strictly for retrieving information without making any configuration changes to devices. References := (Automating Cisco Enterprise Solutions Official Cert Guide)
The provided exhibit likely shows a POST request setup in an API testing tool like Postman, with JSON formatted data specifying commands for configuring a network device interface. These commands are not supported by Command Runner as it does not allow configuration changes, only read operations.
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit