Commit ce906647 authored by moscatelli's avatar moscatelli
Browse files

SOL005: fix in NS Lifecycle mgmt data types

parent 30dec88e
Pipeline #793 failed with stage
in 0 seconds
...@@ -413,13 +413,13 @@ definitions: ...@@ -413,13 +413,13 @@ definitions:
subscription: subscription:
description: > description: >
Link to the subscription that triggered this notification. Link to the subscription that triggered this notification.
$ref: ""../../definitions/SOL005_def.yaml#/definitions/NotificationLink" $ref: "../../definitions/SOL005_def.yaml#/definitions/NotificationLink"
nslcmOpOcc: nslcmOpOcc:
description: > description: >
Link to the lifecycle operation occurrence that this Link to the lifecycle operation occurrence that this
notification is related to. Shall be present if there is a notification is related to. Shall be present if there is a
related lifecycle operation occurrence related lifecycle operation occurrence
$ref: ""../../definitions/SOL005_def.yaml#/definitions/NotificationLink" $ref: "../../definitions/SOL005_def.yaml#/definitions/NotificationLink"
Version: Version:
description: > description: >
......
...@@ -26,9 +26,9 @@ consumes: ...@@ -26,9 +26,9 @@ consumes:
produces: produces:
- application/json - application/json
paths: paths:
############################################################################### ###############################################################################
# VNF Packages # # VNF Packages #
############################################################################### ###############################################################################
'/vnf_packages': '/vnf_packages':
#ETSI GS NFV-SOL 005 V2.4.1 location: 9.4.2 #ETSI GS NFV-SOL 005 V2.4.1 location: 9.4.2
get: get:
......
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