description:Identifier of this notification. If a notification is sent multiple times due to multiple subscriptions, the "notificationId" attribute of all these notifications shall have the same value.
type:string
notificationType:
description:Discriminator for the different notification types. Shall be set to "AppInstRegistrationSubscription" for this notification type.
type:string
subscriptionId:
description:Identifier of the subscription related to this notification.
type:string
timeStamp:
description:Date and time of the notification generation.
$ref:'#/components/schemas/TimeStamp'
appInfo:
description:Information provided by a MEC application instance as part of an application registration request/update to a MEC platform.
description:Identifier of this notification. If a notification is sent multiple times due to multiple subscriptions, the "notificationId" attribute of all these notifications shall have the same value.
type:string
notificationType:
description:Discriminator for the different notification types. Shall be set to "AppInstDeregistrationSubscription" for this notification type.
type:string
subscriptionId:
description:Identifier of the subscription related to this notification.
type:string
timeStamp:
description:Date and time of the notification generation.
$ref:'#/components/schemas/TimeStamp'
appInstanceId:
description:The application instance identifier associated with application information resource that has been deleted at a MEC platform.
description:Indicates transports and serialization formats supported made available to the service-consuming application. Defaults to REST + JSON if absent.
type:object
@@ -3139,6 +3245,32 @@ components:
$ref:'#/components/schemas/CivicAddressElement1'
required:
-civicAddressElement
_links8:
description:Links to resources related to this notification.
type:object
properties:
subscription:
description:A link to the related subscription.
$ref:'#/components/schemas/LinkType'
appRegistration:
description:Link to the resource representing the information of the registered application instance.
$ref:'#/components/schemas/LinkType'
required:
-subscription
-appRegistration
_links9:
description:Links to resources related to this notification.
type:object
properties:
subscription:
description:A link to the related subscription.
$ref:'#/components/schemas/LinkType'
appRegistration:
description:Link to the resource representing the deleted information of the registered application instance.