Commit dd345df2 authored by Walter Featherstone's avatar Walter Featherstone
Browse files

Editorials in the description and added split files



Change-Id: Ia8fae6c3e8be33f632a3c9f66419a775cf2a6b6d
Signed-off-by: default avatarfeatherstone <walter.featherstone@viavisolutions.com>
parent bc83403c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
description: Maximum timeout value in seconds for graceful termination or graceful stop of an application instance.
type: string
format: uint32
example: 10
 No newline at end of file
+3 −0
Original line number Diff line number Diff line
description: Shall be set to AppTerminationNotification.
type: string
example: AppTerminationNotification
 No newline at end of file
+13 −0
Original line number Diff line number Diff line
description: This type represents the information that the mobile edge platform notifies the subscribed application instance about  the corresponding application instance termination/stop.
type: object
required:
  - notificationType
  - maxGracefulTimeout
  - _links
properties:
  notificationType:
    $ref: '#/definitions/AppTerminationNotification.NotificationType'
  maxGracefulTimeout:
    $ref: '#/definitions/AppTerminationNotification.MaxGracefulTimeout'
  _links:
    $ref: '#/definitions/Subscription'
 No newline at end of file
+3 −0
Original line number Diff line number Diff line
description: It is used as the filtering criterion for the subscribed events.
type: string
example: ID1
 No newline at end of file
+3 −0
Original line number Diff line number Diff line
description: URI selected by the mobile edge application instance to receive notifications on the subscribed mobile edge application instance management information. This shall be included in both the request and the response.
type: string
format: uri
 No newline at end of file
Loading