From d34dd1b66c83e7705b3f103346d908ec3281d404 Mon Sep 17 00:00:00 2001 From: Francesca Moscatelli Date: Wed, 13 Mar 2019 17:41:38 +0100 Subject: [PATCH] SOL002_51: PmJobCriteria updated in SOL002SOL003VNFPerformanceManagement_def.yaml --- .../SOL002SOL003VNFPerformanceManagement_def.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/definitions/SOL002SOL003VNFPerformanceManagement_def.yaml b/src/definitions/SOL002SOL003VNFPerformanceManagement_def.yaml index 61fc7b1e..4c4afa66 100644 --- a/src/definitions/SOL002SOL003VNFPerformanceManagement_def.yaml +++ b/src/definitions/SOL002SOL003VNFPerformanceManagement_def.yaml @@ -272,10 +272,9 @@ definitions: properties: performanceMetric: description: > - This defines the types of performance metrics for the specified - object instances, as specified in ETSI GS NFV-IFA 027). At least one - of the two attributes (performance metric or group) shall be - present. + This defines the types of performance metrics for the specified object instances. + Valid values are specified as "Measurement Name" values in clause 7.2 of ETSI GS NFV-IFA 027. + At least one of the two attributes (performance metric or group) shall be present. type: array items: type: string @@ -283,7 +282,8 @@ definitions: description: > Group of performance metrics. A metric group is a pre-defined list of metrics, known to the producer that it can decompose to - individual metrics. + individual metrics. Valid values are specified as "Measurement Group" + values in clause 7.2 of ETSI GS NFV-IFA 027. At least one of the two attributes (performance metric or group) shall be present. type: array -- GitLab