From 6400ff7c12e70193c5b0d07aecadf32fe46467c3 Mon Sep 17 00:00:00 2001 From: ksaikiranr Date: Wed, 7 Apr 2021 14:19:50 +0530 Subject: [PATCH] Feature-9904: Enhancing NG-UI to enable Juju operational view dashboard Added NSR API query string to osm openapi yaml. Change-Id: I1ed1f317482dbf48901a76849d230eef10762975 Signed-off-by: ksaikiranr --- osm-openapi.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/osm-openapi.yaml b/osm-openapi.yaml index 2b0235e..594becb 100644 --- a/osm-openapi.yaml +++ b/osm-openapi.yaml @@ -1407,6 +1407,12 @@ paths: description: NS Instance ID schema: type: string + - name: vcaStatusRefresh + in: query + required: false + description: Set to true if vca status needs to be refreshed. + schema: + type: boolean get: tags: - "NS instances" -- 2.25.1