Hi all,
I'm trying to create a workflow in which I would connect to all switches to retrieve ports which are not included in netlogin.
My goal is to create a HTML table with all the devices and the ports and send it to myself.
But it seems that in the workflow script, you can either have input for devices/ports or without ( I presume mainly to do stuff related to NBI, API, ...)
If I go for a input with all the selected switches, how can I retreive all the ouputs of my switches at the end of the script ?
Else if I go for the script/workflow with no device selected, how can I do an emc_send() to a specific switch ?
I already tried to get my switches from NBI and rewrite emc_vars["deviceIP"] and then do emc_send() without success.
Any ideas or workaround would be much appreciated.
Thank you all,
Theo