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 | 110
Part no.9036931-00 Rev AA February 2021
Name Type Description
name string Name of new location
description string Location description
masks string IP subnets and masks of location
Returns: A string status.
5.4.1.2 addLocationGroup
This function creates a new location group.
Parameters:
Name Type Description
name string Name of new location group
description string Description of location group
Returns: A string status.
5.4.1.3 getAppliances
Retrieve the list of Extreme Appliances.
Returns: A list of Extreme appliances in JSON format.
5.4.1.4 getApplicationBrowserTableData
Retrieve data from the application browser.
Parameters:
Name
Type
Description
tableId int The table to retrieve the data from, available options are:
0 – appid_attribute (client & server data)
1 – appid_datapoint (application data)
2 – topn_tables
3 – application_usage_default (hourly application data)
4 – application_usage_hr_default (high rate application data)










