PVQL API Versioning
  • 08 Nov 2022
  • 1 Minute to read
  • Contributors
  • PDF

PVQL API Versioning

  • PDF

Article summary

PVQL API URLs should indicate a desired version. This is recommended to ensure that programs using the API will not break when upgrading. For example:

https://<SERVER>/api/0.1/<function>

https://<SERVER>/api/0.1/doc

wss://<SERVER>/api/0.1/ws

If a version is not specified, the API will choose the latest version available.

The meaning of the API version number is as follows:

  • An unchanged version means the API is still the same or only received maintenance patches and is fully compatible with the previous one;
  • An increment of MINOR (e.g. API 1.2 → API 1.3) means the API only added functionalities and is compatible with the previous one (e.g. a new function or optional arguments have been added);
  • An increment of MAJOR (e.g. API 1.3 → API 2.0) means the API introduced breaking changes and is most likely incompatible with the previous one (e.g. a function has been removed or may require different arguments).

For more information on PVQL head over to https://api.accedian.io/.

© 2024 Cisco and/or its affiliates. All rights reserved.
 
For more information about trademarks, please visit: Cisco trademarks
For more information about legal terms, please visit: Cisco legal terms

For legal information about Accedian Skylight products, please visit: Accedian legal terms and tradmarks



Was this article helpful?

Changing your password will log you out immediately. Use the new password to log back in.
First name must have atleast 2 characters. Numbers and special characters are not allowed.
Last name must have atleast 1 characters. Numbers and special characters are not allowed.
Enter a valid email
Enter a valid password
Your profile has been successfully updated.