diff --git a/src/SOL005/NSLifecycleManagement/NSLifecycleManagement.yaml b/src/SOL005/NSLifecycleManagement/NSLifecycleManagement.yaml index 57f5e12b920f9208a78b86a55ea577cceb7ece33..194a3e9d80b12bf9784ad520719d470da1c5c1da 100644 --- a/src/SOL005/NSLifecycleManagement/NSLifecycleManagement.yaml +++ b/src/SOL005/NSLifecycleManagement/NSLifecycleManagement.yaml @@ -1,5 +1,4 @@ swagger: "2.0" - info: version: "1.1.0" title: "SOL005 - NS Lifecycle Management Interface" diff --git a/src/SOL005/NSLifecycleManagement/definitions/NSLifecycleManagement_def.yaml b/src/SOL005/NSLifecycleManagement/definitions/NSLifecycleManagement_def.yaml index 524e737b6745317f5198d8089b1300005ef67e14..d86760afaa6edf083b9432ebf0014e3a7336fcdd 100644 --- a/src/SOL005/NSLifecycleManagement/definitions/NSLifecycleManagement_def.yaml +++ b/src/SOL005/NSLifecycleManagement/definitions/NSLifecycleManagement_def.yaml @@ -22,11 +22,10 @@ definitions: items: $ref: "#/definitions/HealVnfData" - CancelMode: description: > This type represents a parameter to select the mode of canceling an ongoing NS LCM operation occurrence. - It shall comply with the provisions defined in Table 6.5.2.16-1.. + It shall comply with the provisions defined in Table 6.5.2.16-1. type: object required: - cancelMode @@ -36,6 +35,15 @@ definitions: Cancellation mode to apply. $ref: "#/definitions/CancelModeType" + CancelModeType: + description: > + The enumeration CancelModeType defines the valid modes of cancelling a NS LCM operation occurrence. + It shall comply with the provisions defined in Table 6.5.4.10-1. + type: string + enum: + - GRACEFUL + - FORCEFUL + HealNsData: description: > This type represents the information used to heal a NS.