From 1ed10864e7426bee6d0e8084171a60885692545b Mon Sep 17 00:00:00 2001 From: Bartosz Gardziejewski Date: Thu, 6 May 2021 10:56:51 +0200 Subject: Rename PM_Dictionary_Validator to Dictionary_Validator Signed-off-by: Bartosz Gardziejewski Change-Id: I7009b52b71d630aa52435ac69b4339ff4aecc74b Issue-ID: VNFSDK-769 --- docs/files/VNFSDK-Marketplace-userguide-rest-api.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/files/VNFSDK-Marketplace-userguide-rest-api.rst') diff --git a/docs/files/VNFSDK-Marketplace-userguide-rest-api.rst b/docs/files/VNFSDK-Marketplace-userguide-rest-api.rst index f77370c..02fff45 100644 --- a/docs/files/VNFSDK-Marketplace-userguide-rest-api.rst +++ b/docs/files/VNFSDK-Marketplace-userguide-rest-api.rst @@ -162,13 +162,13 @@ Response: { "passed": false, "vnfreqName": "r816745", - "description": "The VNF or PNF PROVIDER MUST provide the Service Provider with PM Meta Data (PM Dictionary)\nto support the analysis of PM events delivered to DCAE.\nThe PM Dictionary is to be provided as a separate YAML artifact at onboarding and must follow\nthe VES Event Listener Specification and VES Event Registration Specification\nwhich contain the format and content required.", + "description": "The VNF or PNF PROVIDER MUST provide the Service Provider with Meta Data (Dictionary)\nto support the analysis of events delivered to DCAE.\nThe Dictionary is to be provided as a separate YAML artifact at onboarding and must follow\nthe VES Event Listener Specification and VES Event Registration Specification\nwhich contain the format and content required.", "errors": [ { "vnfreqNo": "R816745", "code": "0x2000", - "message": "Fail to load PM_Dictionary With error: PM_Dictionary YAML file is empty", - "file": "Artifacts/Deployment/Measurements/PM_Dictionary.yml", + "message": "Fail to load Dictionary With error: Dictionary YAML file is empty", + "file": "Artifacts/Deployment/Measurements/Dictionary.yml", "lineNumber": -1 } ], -- cgit 1.2.3-korg