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 | 95
Part no.9036931-00 Rev AA February 2021
A query is a read-only operation. This has been supported since XMC 8.1.2 as a beta feature and in 8.2
as GA code.
A query is a string that can be formatted as a JSON object. The most important part of a query are the
fields. Each field is defined in a schema that is dynamically created by the runtime. Some arguments may
be used with some fields.
The top-level field stipulates a query or a mutation. The sub-systems supported are:
accessControl,
administration,
inventory,
network,
policy,
wireless,
workflows
Fields
device(ip: “192.168.1.20”) {
serialNumber
sysContact
}
Argument










