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,Can anyone provide a sample Cisco Prime CliTemplate making use of split?I'm looking to feed in a variable containing a /48 IPv6 prefix and then use parts of it in various sections of the device configuration.So for example I'd like to take '2001:D...
Hi All,I've been using POST cliTemplateConfiguration/upload to upload CLI Templates into Prime but I'm having issues with templates which use global variables (they're not being populated when I deploy the template). If I post the following template...
Hi, Is anyone else using the CLI Template Configuration API end point to get template IDs based on tag?The behaviour seems to be inconsistent for me. I've got a bunch of templates with the tag ZEN and as shown below, doing a query with tags=ZEN I ge...
Hi Spencer,Thanks for the feedback. I'm using Build 3.1.0.0.132Once I've POSTed the template to Prime (e.g. curl -H "Content-Type: text/xml" --data-binary @ZEN-HOSTNAME-POSTED3.xml -X POST -u username 'https://cpi01.example.com/webacs/api/v2/op/cliT...
Hi Spencer,Thanks, makes sense. It's a shame matching a full tag name isn't possible, to avoid having to worry about a short tag being a sub-string of a longer tag name.Cheers,Carl