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 | 102
Part no.9036931-00 Rev AA February 2021
Data returned: {network: {createSite={status=ERROR, message=Site already
exists 'NewSite', siteId=null}}}
Cannot create Site /World/NewSite because Site already exists 'NewSite'
5.3.4 RBAC for API Usage
Another feature of XMC is the ability to limit access to the API based on user requests. Administrators
may have a root access, and thus all access privileges, but you can use XMC to create separate users and
groups, with specific privileges.
The Northbound API access rights, as with many other capabilities, can be applied very precisely.
Scripts, workflow, external NBI CALLs can be limited to specific user groups.
There are two authorization methods for external NBI access:
- basic authorization
- OAuth 2.0.










