So far, you are using Workflows with activity based on Python, which will work. We have already used it many times. Below is an example of how to log in to our XIQ cloud.import json, logging, requests, urllib3, __future__from xmcbase import emc_vars,...
Just for clarification, the device's variable applies to the entire workflow. TO let run a single activity, only one of many devices used you have to use another approachuse emc_vars['deviceIP'] to know the current device IP and emc_vars['devices'] w...
XIQ-SE owns a North Bound Interface (NBI) which will allow third-party vendors to read and configure several things including what you looking for. Using the Northbound Interface to Integrate with Third-Party Software (extremenetworks.com)