From fccd75ae37743dee7b378944792db813df5b67e1 Mon Sep 17 00:00:00 2001 From: Samir Medjiah Date: Tue, 9 Apr 2019 20:44:04 +0200 Subject: [PATCH] SOL005_66 Added a new attribute "monitoringParameter" of type "NsMonitoringParameter" to "NsInstance" data type (NS LCM) --- .../definitions/SOL005NSLifecycleManagement_def.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/SOL005/NSLifecycleManagement/definitions/SOL005NSLifecycleManagement_def.yaml b/src/SOL005/NSLifecycleManagement/definitions/SOL005NSLifecycleManagement_def.yaml index 3a31c45..82f94ba 100644 --- a/src/SOL005/NSLifecycleManagement/definitions/SOL005NSLifecycleManagement_def.yaml +++ b/src/SOL005/NSLifecycleManagement/definitions/SOL005NSLifecycleManagement_def.yaml @@ -112,6 +112,14 @@ definitions: enum: - NOT_INSTANTIATED - INSTANTIATED + monitoringParameter: + description: > + Performance metrics tracked by the NFVO (e.g. for + auto-scaling purposes) as identified by the NS + designer in the NSD. + type: array + items: + $ref: "#/definitions/NsMonitoringParameter" nsScaleStatus: description: > Status of each NS scaling aspect declared in the -- GitLab