Replies: 2 comments 1 reply
|
I assume b, would be the most likely action. Does this behavior have to be determined by the API? Could the API provider or network provider on the backend determine if the profile can be extended?
Are there any regulatory challenges or differences with this? I'm not aware of any. |
|
To me it depends on whether the UNAVAILABLE status is final or not. Really, the current definition of the API is a bit ambiguous on this: We don't say explicitly that a session cannot transit from UNAVAILABLE to AVAILABLE, but the It we "close this door" and make clear that UNAVAILABLE is final, then it wouldn't be coherent to allow extending a terminated session. @hdamker wdyt? should we clarify better the session life cycle? |

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I have created Issue #419 to implement an HTTP-422 response when a requested QoS profile is unavailable.
However, I have a question regarding the following scenario:
What should happen in this case?
a) The user can successfully extend the session.
b) The request is rejected with HTTP-422, indicating that the QoS profile is currently unavailable or not applicable.
{ "status": 422, "code": "QUALITY_ON_DEMAND.QOS_PROFILE_NOT_APPLICABLE", "message": "The requested QoS profile is no longer available for session extension." }c) <...>
I've started a discussion on this topic. Looking forward to your input!
All reactions