From: vegall Date: Wed, 27 Apr 2022 15:31:49 +0000 (+0000) Subject: Feature 10920: Monitoring of NFVI-leve VNF metrics form Prometheus TSDB X-Git-Tag: v12.0.0rc1~20 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FNBI.git;a=commitdiff_plain;h=5c59aabc55d2a03fff25419e44d0304149331cbe Feature 10920: Monitoring of NFVI-leve VNF metrics form Prometheus TSDB Change-Id: Icd8632036d01368b72fd44a06678ef9403ee8009 Signed-off-by: vegall --- diff --git a/osm_nbi/validation.py b/osm_nbi/validation.py index 4db456a..9bbde28 100644 --- a/osm_nbi/validation.py +++ b/osm_nbi/validation.py @@ -516,6 +516,7 @@ vim_account_edit_schema = { "vim_password": passwd_schema, "vca": id_schema, "config": {"type": "object"}, + "prometheus-config": {"type": "object"}, }, "additionalProperties": False, } @@ -540,6 +541,7 @@ vim_account_new_schema = { "vim_password": passwd_schema, "vca": id_schema, "config": {"type": "object"}, + "prometheus-config": {"type": "object"}, }, "required": [ "name",