Import 30 Virtual Device using file/python

Hello, i am looking to load 30 virtual devices which I have the list (host, ipaddress,etc)
Is there a way to bulk import or rest/post call using python or something?

Thank you

Offhand, there isn't anything, but particularly if you don't have hub login security enabled, you could just use your browser's developer tools to see what HTTP endpoints it hits up for each of the actions you do (and with what data) and just call the same ones in your Python script...

1 Like

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.