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 <saikiran.k@tataelxsi.co.in>
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 @@
         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"