From 6229f2f163c12fe88597264a4afe0e7b9a8c87b1 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Thu, 24 Nov 2022 15:03:56 +0100 Subject: [PATCH] Feature 10955: changes in NB API Change-Id: Icf0d64cb5f80e87e08bebade63be00b0f3d2126e Signed-off-by: garciadeblas --- osm-openapi.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/osm-openapi.yaml b/osm-openapi.yaml index 64a3e4c..590ba21 100644 --- a/osm-openapi.yaml +++ b/osm-openapi.yaml @@ -8374,6 +8374,9 @@ components: config: type: object additionalProperties: true + prometheus-config: + type: object + additionalProperties: true resources: type: object required: @@ -8409,6 +8412,9 @@ components: vca: type: string format: uuid + prometheus-config: + type: object + additionalProperties: true config: type: object additionalProperties: true -- 2.25.1