From 9240b26c4494442d3b8ae817316b6fe305397f71 Mon Sep 17 00:00:00 2001 From: Samir Medjiah Date: Tue, 9 Apr 2019 20:32:18 +0200 Subject: [PATCH] SOL005_63: Cardinality of attribute "operationParams" of "NsLcmOpOcc" is now 0..1 (was 1) (NS LCM) --- .../definitions/NSLifecycleManagement_def.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/SOL005/NSLifecycleManagement/definitions/NSLifecycleManagement_def.yaml b/src/SOL005/NSLifecycleManagement/definitions/NSLifecycleManagement_def.yaml index ce0af64..dc4f6c4 100644 --- a/src/SOL005/NSLifecycleManagement/definitions/NSLifecycleManagement_def.yaml +++ b/src/SOL005/NSLifecycleManagement/definitions/NSLifecycleManagement_def.yaml @@ -35,7 +35,6 @@ definitions: - lcmOperationType - startTime - isAutomaticInvocation - - operationParams - isCancelPending - _links properties: @@ -86,6 +85,11 @@ definitions: - UPDATE: UpdateNsRequest - HEAL: HealNsRequest - TERMINATE: TerminateNsRequest + This attribute shall be present if this data type is returned + in a response to reading an individual resource, and may + be present according to the chosen attribute selector + parameter if this data type is returned in a response to a + query of a container resource. type: string enum: - INSTANTIATE -- GitLab