script to get few device's inventory via form #15467
Unanswered
nikunj-tele
asked this question in
Help Wanted!
Replies: 1 comment 2 replies
-
Your formatting is mangled: If you want users to select a set of devices from drop-down menus then you want MultiObjectVar. If you want them to enter plain text, then TextVar is fine (but it will not have |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi experts,
I want to write the netbox script to export/view the entered the device name or serial number , I wrote first part where it asks for the device name/serial number but getting issue with second part so it would be kind if any one can help with the further logic
I tried following code but it second part did not work , I am struglling with data["devices"]:
in nbshell following is working but in my script "devices " entered in form (assigned to data variable) , how can I poss the variable in the script which can be printed and exported to csv.
TIA
Beta Was this translation helpful? Give feedback.
All reactions