ā09-21-2021 01:04 PM
Hi,
I am new to XMC workflow.
I have created a workflow that list all the Non Eap ports with port name/descriptions. I need to export output in the form of text file for each switch. I can do it manually through workflow input. But I need to automate this process so that I can schedule workflow.
ā09-22-2021 08:00 AM
Ah ok,
Workflows canāt save data during different runs. In that case I use a file (in the file system).
At first run I save to the letās say status.log the info X.
At the second run I save Y to the status.log.
At every run I open the status.log and check what is stored in.
ā09-22-2021 07:50 AM
I want to export .txt file. for example if it is saved to x.txt file for one switch then next time when the workflow is run I want it to be saved to y.txt file.
ā09-22-2021 07:49 AM
Here is a link to the API documentation: http://api.extremenetworks.com/
In addition have a look at Markus Nikulski's last entry here, please.
It is discouraged by Extreme to use the xmclibs direct.
ā09-22-2021 07:45 AM
Hello Lunee,
it is not clear to me What is your question.
Do you want to know how to read the switch name or its IP?