From 4eb8f9cfe1a60b5bda79a3325097893c9c011942 Mon Sep 17 00:00:00 2001 From: Samir Medjiah Date: Wed, 10 Apr 2019 02:37:12 +0200 Subject: [PATCH] SOL005_89: Added a new data type : "VnfMonitoringParameter" (NS LCM) --- .../SOL005NSLifecycleManagement_def.yaml | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/src/SOL005/NSLifecycleManagement/definitions/SOL005NSLifecycleManagement_def.yaml b/src/SOL005/NSLifecycleManagement/definitions/SOL005NSLifecycleManagement_def.yaml index 83eb7d2..3595dcd 100644 --- a/src/SOL005/NSLifecycleManagement/definitions/SOL005NSLifecycleManagement_def.yaml +++ b/src/SOL005/NSLifecycleManagement/definitions/SOL005NSLifecycleManagement_def.yaml @@ -735,6 +735,29 @@ definitions: "Measurement Name" value as defined in clause 7.2 of ETSI GS NFV-IFA 027. type: string + VnfMonitoringParameter: + description: > + This type represents a monitoring parameter that is tracked by the VNFM, for example, + for auto-scaling purposes. It shall comply with the provisions defined in Table 6.5.3.69-1. + type: object + required: + - id + - performanceMetric + properties: + id: + description: > + Identifier of the monitoring parameter defined in the VNFD. + $ref: "SOL005_def.yaml#/definitions/IdentifierInNsd" + name: + description: > + Human readable name of the monitoring parameter, as defined in the VNFD. + type: string + performanceMetric: + description: > + Performance metric that is monitored. This attribute shall contain the related + "Measurement Name" value as defined in clause 7.2 of ETSI GS NFV-IFA 027. + type: string + CpProtocolInfo: description: > This type describes the protocol layer(s) that a CP or SAP uses together with protocol-related information, like -- GitLab