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.
Attempting to script up some DNA Center interactions to include creating a tag and creating a template. When I attempt to assign the tag to the template via configuration_templates.create_template(id='abc',tags=[{'id': 'efg', 'name': 'xyz'}] I receiv...
I have not tried with REST API. My hope is to get it working with Python SDK to avoid having to bring additional elements into my code.Cisco DNA Center Version 2.3.3.7-72328dnacentersdk 2.6.11dnac.tag.get_tag(name='aztest')### following this command ...