REST API versions
From theAOS-CXrelease 10.04, theAOS-CXswitches support access through multiple versions of the REST API. The REST API versions supported on theAOS-CXswitches are v1 and v10.04. The REST API version v10.04 is supported fromAOS-CXrelease 10.04 and later.
The version declared in the REST request must match one of the versions of the REST API supported on the switch. The REST API version is included in the Uniform Resource Identifier (URI) used in REST requests.
In the following example, the REST API version isv10.04
:
https://192.0.2.5/rest/v10.04/system
In the following example, the REST API version isv1
:
https://192.0.2.5/rest/v1/system
Each REST API version has its ownREST API Guide.