From: ksaikiranr Date: Wed, 7 Apr 2021 08:49:50 +0000 (+0530) Subject: Feature-9904: Enhancing NG-UI to enable Juju operational view dashboard X-Git-Tag: v11.0.0~1 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=6400ff7c12e70193c5b0d07aecadf32fe46467c3;p=osm%2FSOL005.git 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 --- 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"