You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:zap:**New edge native service: [ETSI MEC030 - V2X Information Service API](https://interdigitalinc.github.io/AdvantEDGE/docs/overview/edge-services/#v2x-information-service)for vehicular QoS predictions! :car:**
8
8
9
-
:zap:**New! [Demo3 example application](https://interdigitalinc.github.io/AdvantEDGE/docs/usage/usage-demo3/) to showcase MEC011 & MEC021 service API usage**
9
+
:zap:**New! Geospatial & Network emulation for scenarios with [Device-to-device (D2D) Communication](https://interdigitalinc.github.io/AdvantEDGE/docs/overview/features/#device-to-device-d2d-communication):iphone:/:iphone:**
10
10
11
-
:zap:**ETSI MEC028 WebSocket support: [ETSI MEC028 - WLAN Access Information Service](https://interdigitalinc.github.io/AdvantEDGE/docs/overview/edge-services/#wireless-access-information-service) now supports WebSocket model for receiving notifications**
11
+
:zap:**New! Runtime [Sequence](https://interdigitalinc.github.io/AdvantEDGE/docs/usage/gui/exec-view/#sequence-diagram) and [Data Flow](https://interdigitalinc.github.io/AdvantEDGE/docs/usage/gui/exec-view/#data-flow-diagram) diagrams :chart_with_upwards_trend:**
12
12
13
-
:zap:**Improved sandbox data management: [Sandbox Metrics Garbage Collection](https://interdigitalinc.github.io/AdvantEDGE/docs/overview/features/#sandbox-subsystem):wastebasket: can be configured to periodically recover unused sandbox disk space**
13
+
:zap:**Service API upgrade to version 2.2.1 for [ETSI MEC011](https://interdigitalinc.github.io/AdvantEDGE/docs/overview/edge-services/#edge-platform-application-enablement-service), [ETSI MEC012](https://interdigitalinc.github.io/AdvantEDGE/docs/overview/edge-services/#radio-network-information-service), [ETSI MEC013](https://interdigitalinc.github.io/AdvantEDGE/docs/overview/edge-services/#location-service) and [ETSI MEC021](https://interdigitalinc.github.io/AdvantEDGE/docs/overview/edge-services/#application-mobility-service):arrow_up:**
14
+
15
+
:zap:**[Runtime Setup](https://interdigitalinc.github.io/AdvantEDGE/docs/setup/env-runtime/) updates to support k8s versions up to 1.26 :arrow_up:**
14
16
15
17
:zap:**General maintenance :hammer_and_wrench:**
16
18
17
-
:zap:**Don't hesitate to reach out to us by initiating [GitHub Discussion](https://github.com/InterDigitalInc/AdvantEDGE/discussions) :octocat:**
19
+
:zap:**Don't hesitate to reach out to us by initiating a [GitHub Discussion](https://github.com/InterDigitalInc/AdvantEDGE/discussions) :octocat:**
18
20
19
21
------
20
22
@@ -58,6 +60,9 @@ We welcome questions, feedback and improvement suggestions via [:octocat:**Discu
58
60
59
61
Hope to hear from you...
60
62
63
+
## Authors
64
+
A list of AdvantEDGE authors can be found [**here**](https://github.com/InterDigitalInc/AdvantEDGE/blob/master/AUTHORS)
65
+
61
66
## Licensing
62
67
63
68
AdvantEDGE is licensed under under the [**Apache License, Version 2.0**](https://github.com/InterDigitalInc/AdvantEDGE/blob/master/LICENSE)
**subscriptionId** | **String**| Refers to created subscription, where the AMS API allocates a unique resource name for this subscription | [default to null]
Copy file name to clipboardExpand all lines: docs/api-ams/Apis/UnsupportedApi.md
+29-1Lines changed: 29 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,12 @@
1
1
# UnsupportedApi
2
2
3
-
All URIs are relative to *https://localhost/amsi/v1*
3
+
All URIs are relative to *https://localhost/sandboxname/amsi/v1*
4
4
5
5
Method | HTTP request | Description
6
6
------------- | ------------- | -------------
7
7
[**adjAppInstGET**](UnsupportedApi.md#adjAppInstGET) | **GET** /queries/adjacent_app_instances | Retrieve information about this subscription.
8
8
[**appMobilityServiceDerPOST**](UnsupportedApi.md#appMobilityServiceDerPOST) | **POST** /app_mobility_services/{appMobilityServiceId}/deregister_task | deregister the individual application mobility service
9
+
[**notificationPOST**](UnsupportedApi.md#notificationPOST) | **POST** /uri_provided_by_subscriber | delivers a notification from the AMS resource to the subscriber
9
10
10
11
11
12
<aname="adjAppInstGET"></a>
@@ -66,3 +67,30 @@ No authorization required
66
67
-**Content-Type**: Not defined
67
68
-**Accept**: application/json
68
69
70
+
<aname="notificationPOST"></a>
71
+
# **notificationPOST**
72
+
> notificationPOST(InlineNotification)
73
+
74
+
delivers a notification from the AMS resource to the subscriber
75
+
76
+
delivers a notification from the AMS resource to the subscriber
Copy file name to clipboardExpand all lines: docs/api-ams/Models/AdjacentAppInfoNotification.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
7
7
**timeStamp** | [**TimeStamp**](TimeStamp.md) | | [optional][default to null]
8
8
**associateId** | [**List**](AssociateId.md) | 1 to N identifiers to associate the information for specific | [optional][default to null]
9
9
**adjacentAppInfo** | [**List**](AdjacentAppInfoNotificationAdjacentAppInfo.md) | | [optional][default to null]
10
-
**\_links** | [**MobilityProcedureNotification__links**](MobilityProcedureNotification__links.md) | | [default to null]
10
+
**\_links** | [**Link**](Link.md) | | [default to null]
11
11
12
12
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**appInstanceId** | [**String**](string.md) | Identifier of the adjacent application instance. | [default to null]
7
-
**commInterface** | [**List**](CommunicationInterface.md) | If present, it represents the communication interface(s) information of the application instance. | [optional][default to null]
7
+
**commInterface** | [**List**](CommunicationInterface.md) | If present, it represents the communication interface(s) information of the application instance. | [default to null]
8
8
9
9
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**\_links** | [**AdjacentAppInfoSubscription.links**](AdjacentAppInfoSubscription.links.md) | | [optional][default to null]
6
+
**\_links** | [**AdjacentAppInfoSubscriptionLinks**](AdjacentAppInfoSubscriptionLinks.md) | | [optional][default to null]
7
7
**callbackReference** | [**URI**](URI.md) | URI selected by the service consumer to receive notifications on the subscribed Application Mobility Service. This shall be included both in the request and in response. | [default to null]
8
8
**requestTestNotification** | [**Boolean**](boolean.md) | Shall be set to TRUE by the service consumer to request a test notification via HTTP on the callbackReference URI, specified in ETSI GS MEC 009, as described in clause 6.12a. | [optional][default to null]
9
9
**websockNotifConfig** | [**WebsockNotifConfig**](WebsockNotifConfig.md) | | [optional][default to null]
10
10
**expiryDeadline** | [**TimeStamp**](TimeStamp.md) | | [optional][default to null]
11
-
**filterCriteria** | [**AdjacentAppInfoSubscription.filterCriteria**](AdjacentAppInfoSubscription.filterCriteria.md) | | [default to null]
12
-
**subscriptionType** | [**String**](string.md) | Shall be set to \"AdjacentAppInfoSubscription\". | [default to null]
11
+
**filterCriteria** | [**AdjacentAppInfoSubscriptionFilterCriteria**](AdjacentAppInfoSubscriptionFilterCriteria.md) | | [default to null]
12
+
**subscriptionType** | [**SubscriptionType**](SubscriptionType.md) | | [default to null]
13
13
14
14
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**type** | [**Type**](Type.md) | | [default to null]
7
-
**value** | [**String**](string.md) | Value for the identifier. | [default to null]
6
+
**type** | [**AssociateIdType**](AssociateIdType.md) | |[optional][default to null]
7
+
**value** | [**String**](string.md) | Value for the identifier. | [optional][default to null]
8
8
9
9
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments