API version changes
Version v11
This version brings new functionality and improvements in the performance.
New functionality
- Added identifiers for most of entities (Services, Components, Layers, etc).
- Added support for deployment bundles.
- Added support for verification batches.
- Validation batches now are obsolete and will be removed in the future.
Improvements
- Improved performance of the many endpoints.
- Added additional check in the input data.
Compatibility
The API is backward compatible with the previous version. Most endpoints have same input and output format and paths.
To migrate from the previous version, it is enough to change the URL from v10 to v11.
E.g. -> https://api.aoscloud.io:10000/api/v10/[endpoint] -> https://api.aoscloud.io:10000/api/v11/[endpoint].