Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
NFV - Network Functions Virtualisation
SOL005
Commits
30dec88e
Commit
30dec88e
authored
Apr 17, 2019
by
moscatelli
Browse files
SOL005: NsLcmOperationOccurrenceNotification fixed
parent
c2bcc532
Pipeline
#792
failed with stage
in 0 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/SOL005/NSLifecycleManagement/definitions/SOL005NSLifecycleManagement_def.yaml
View file @
30dec88e
...
...
@@ -2959,6 +2959,8 @@ definitions:
required
:
-
nsInstanceId
-
nsdId
-
changeType
-
changeResult
properties
:
nsInstanceId
:
description
:
>
...
...
src/SOL005/NSLifecycleManagementNotification/NSLifecycleManagementNotification.yaml
View file @
30dec88e
...
...
@@ -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
:
>
...
...
src/SOL005/NSLifecycleManagementNotification/definitions/SOL005NSLifecycleManagementNotification_def.yaml
View file @
30dec88e
...
...
@@ -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
:
b
oolean
$ref
:
"
../../definitions/SOL005_def.yaml#/definitions/B
oolean
"
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/Affected
Sap
"
$ref
:
"
../../NSLifecycleManagement/definitions/SOL005NSLifecycleManagement_def.yaml#/definitions/Affected
Ns
"
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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment