User story: Application consumes QoD API
As an application provider,I want my app to request and manage a QoD session via the OEG,so that I can ensure better network performance (low latency, higher bandwidth, or guaranteed throughput) for end-user traffic during critical operations.
Pre condition
- The application has been onboarded and deployed on the operator’s network or other cloud.
- The application has obtained OAuth2 access tokens
Steps
- The end-user initiates an action that requires higher QoS (e.g., starts a live HD video stream).
- The application backend prepares the QoD request payload with device info, server endpoints, and requested QoS profile.
- OEG requests the QoD session.
- OEG returns session ID and session parameters in CAMARA format
Post condition
The application has an active QoD session ensuring enhanced performance for the user’s session.
Edited by Michael Makidis