Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
# V2xiApi
All URIs are relative to *https://localhost/sandboxname/vis/v2*
Method | HTTP request | Description
------------- | ------------- | -------------
[**mec011AppTerminationPOST**](V2xiApi.md#mec011AppTerminationPOST) | **POST** /notifications/mec011/appTermination | MEC011 Application Termination notification for self termination
[**predictedQosPOST**](V2xiApi.md#predictedQosPOST) | **POST** /provide_predicted_qos | Request the predicted QoS correspondent to potential routes of a vehicular UE.
<a name="mec011AppTerminationPOST"></a>
# **mec011AppTerminationPOST**
> mec011AppTerminationPOST(AppTerminationNotification)
MEC011 Application Termination notification for self termination
Terminates itself.
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**AppTerminationNotification** | [**AppTerminationNotification**](../Models/AppTerminationNotification.md)| Termination notification details |
### Return type
null (empty response body)
### Authorization
No authorization required
### HTTP request headers
- **Content-Type**: application/json
- **Accept**: Not defined
<a name="predictedQosPOST"></a>
# **predictedQosPOST**
> PredictedQos predictedQosPOST(PredictedQos)
Request the predicted QoS correspondent to potential routes of a vehicular UE.
Request the predicted QoS correspondent to potential routes of a vehicular UE.
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**PredictedQos** | [**PredictedQos**](../Models/PredictedQos.md)| |
### Return type
[**PredictedQos**](../Models/PredictedQos.md)
### Authorization
No authorization required
### HTTP request headers
- **Content-Type**: application/json
- **Accept**: application/json