Skip to main content

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

FieldDescription
version.majorMajor version number
version.minorMinor version number
version.patchPatch version number
deprecatedWhether this version is deprecated (true/false)
retirementDateDate 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.