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 | 66
Part no.9036931-00 Rev AA February 2021
# Fabric node (VSP) is available (via OoB or else)
#
#################################################################################
#@DetailDescriptionEnd
#@SectionStart (description = "Service Definition to create")
# @VariableFieldLabel (description = "BVLAN 1",
# type = string,
# required = yes,
# readOnly = no,
# name = "bvlan1",
# value = "4051"
# )
# @VariableFieldLabel (description = "BVLAN 2",
# type = string,
# required = yes,
# readOnly = no,
# name = "bvlan2",
# value = "4052"
# )
# @VariableFieldLabel (description = "AREA",
# type = string,
# required = yes,
# readOnly = no,
# name = "area",
# value = "49.0000"
# )
# @VariableFieldLabel (description = "Nickname",
# type = string,
# required = yes,
# readOnly = no,
# validValues = [auto,custom],
# name = "nickname",
# value = "auto"
# )










