API Versions
Retrieve the list of all available VNFaaS API versions.
Overview
The Version API provides a single endpoint to discover which API versions are currently available and whether any are deprecated:
- List all API versions with their status and retirement dates
Version Attributes
| Field | Description |
|---|---|
version.major | Major version number |
version.minor | Minor version number |
version.patch | Patch version number |
deprecated | Whether this version is deprecated (true/false) |
retirementDate | Date when the deprecated version will be retired |
Common Use Cases
Get all API versions
curl -X GET 'https://api.orange.com/evolutionplatform/vnfaaservice/api/v1/version' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN'
API Reference
For complete endpoint documentation, see the API Reference.