cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Please sign in to see details of an important advisory in our Customer Advisories area.

Who Me Too'd this topic

Template Stack variable assignments via API

L2 Linker

Greetings,

 

I use Template Stacks with variables a lot for firewalls with the same hardware and network settings.

To assign the value of a variable, I go to the template stack and export the variable CSV file. I modify the file with the values for my firewall and import the CSV file.

This is all good, but I would like to automate this via API.

Via the API I can add new variables to my Templates, but this is not what I want to do. I want to add the values to the variables for the NGFW devices assigned to the Template Stack.

I just can't figure out how to add values to the devices in my templates.

I would even be ok with exporting the variable CSV via API, have my script modify the CSV, (add the values in the appropriate sections), and then import the CSV via API, but once again, I can't find where you can export the variables CSV. I can export all kinds of other items, but not this.

I am doing my scripting in python with the pandevice module.

Thanks.

Who Me Too'd this topic