Extreme API with Python
Table Of Contents
- 1 Preface
- 2 Introduction
- 3 EXOS APIs
- 4 VOSS API
- 5 XMC API
- 6 ExtremeCloud IQ API
- 7 Extreme Campus Controller API
Extreme API with Python
Page | 80
Part no.9036931-00 Rev AA February 2021
The first script (Script-4) sets the value to the variable for the rest of the workflow, using
emc_results.put().
print emc_vars['MyVariable']
emc_results.put("MyVariable", "KO")
After you save and run your workflow, you can watch a visual representation of execution of the
workflow. Every step that is completed successfully turns green, while failed steps appear red.










