Commit 30dec88e authored by moscatelli's avatar moscatelli
Browse files

SOL005: NsLcmOperationOccurrenceNotification fixed

parent c2bcc532
Pipeline #792 failed with stage
in 0 seconds
......@@ -2959,6 +2959,8 @@ definitions:
required:
- nsInstanceId
- nsdId
- changeType
- changeResult
properties:
nsInstanceId:
description: >
......
......@@ -49,7 +49,6 @@ paths:
The POST method delivers a notification from the server to the client.
This method shall support the URI query parameters, request and response data structures, and response codes, as
specified in the Tables 6.4.18.3.1-1 and 6.4.18.3.1-2.
parameters:
- name: NsLcmOperationOccurrenceNotification
description: >
......@@ -135,7 +134,6 @@ paths:
The POST method delivers a notification from the server to the client.
This method shall support the URI query parameters, request and response data structures, and response codes, as
specified in the Tables 6.4.18.3.1-1 and 6.4.18.3.1-2.
parameters:
- name: NsIdentifierCreationNotification
description: >
......
......@@ -8,6 +8,11 @@ definitions:
- nsInstanceId
- nsLcmOpOccId
- subscriptionId
- timestamp
- notificationStatus
- operationState
- isAutomaticInvocation
- _links
properties:
id:
description: >
......@@ -67,17 +72,21 @@ definitions:
in case of auto-scaling, auto-healing and when a nested
NS is modified as a result of an operation on its
composite NS. Set to false otherwise.
type: boolean
$ref: "../../definitions/SOL005_def.yaml#/definitions/Boolean"
affectedVnf:
description: >
Information about the VNF instances that were affected
during the lifecycle operation.
$ref: "../../NSLifecycleManagement/definitions/SOL005NSLifecycleManagement_def.yaml#/definitions/AffectedVnf"
type: array
items:
$ref: "../../NSLifecycleManagement/definitions/SOL005NSLifecycleManagement_def.yaml#/definitions/AffectedVnf"
affectedPnf:
description: >
Information about the PNF instances that were affected
during the lifecycle operation.
$ref: "../../NSLifecycleManagement/definitions/SOL005NSLifecycleManagement_def.yaml#/definitions/AffectedPnf"
type: array
items:
$ref: "../../NSLifecycleManagement/definitions/SOL005NSLifecycleManagement_def.yaml#/definitions/AffectedPnf"
affectedVl:
description: >
Information about the VL instances that were affected
......@@ -98,11 +107,15 @@ definitions:
during the lifecycle operation. See note.
type: array
items:
$ref: "../../NSLifecycleManagement/definitions/SOL005NSLifecycleManagement_def.yaml#/definitions/AffectedSap"
$ref: "../../NSLifecycleManagement/definitions/SOL005NSLifecycleManagement_def.yaml#/definitions/AffectedNs"
affectedSap:
description: >
The lifecycle operation.
$ref: "../../NSLifecycleManagement/definitions/SOL005NSLifecycleManagement_def.yaml#/definitions/NsLcmOpType"
Information about the SAP instances that were affected during the lifecycle operation.
Shall be present if the "notificationStatus" is set to "RESULT" and the operation
has performed any resource modification. Shall be absent otherwise.
type: array
items:
$ref: "../../NSLifecycleManagement/definitions/SOL005NSLifecycleManagement_def.yaml#/definitions/AffectedSap"
error:
description: >
Details of the latest error, if one has occurred during
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment