Feature 10922: Stop, start and rebuild 28/12228/1
authork4.rahul <rahul.k4@tataelxsi.co.in>
Tue, 21 Jun 2022 06:38:49 +0000 (06:38 +0000)
committerk4.rahul <rahul.k4@tataelxsi.co.in>
Tue, 21 Jun 2022 06:38:49 +0000 (06:38 +0000)
Added the Stop, start and rebuild feature request information in the openapi.yaml file.

Change-Id: I0446f17c3cb8d7d1f7252e8e188f7eb5dea3e121
Signed-off-by: k4.rahul <rahul.k4@tataelxsi.co.in>
osm-openapi.yaml

index b056ede..c167e74 100644 (file)
@@ -7182,6 +7182,7 @@ components:
             - CHANGE_VNFPKG
             - REMOVE_VNF
             - MODIFY_VNF_INFORMATION
+            - OPERATE_VNF
         changeVnfPackageData:
           type: object
           properties:
@@ -7204,6 +7205,29 @@ components:
           required:
             - vnfInstanceId
             - vnfdId
+        operateVnfData:
+          type: object
+          properties:
+            vnfInstanceId:
+              type: string
+            changeStateTo:
+              type: string
+            additionalParam:
+              type: object
+              properties:
+                run-day1:
+                  type: boolean
+                vdu_id:
+                  type: string
+                count-index:
+                  type: number
+              required:
+                - vdu_id
+                - count-index
+          required:
+            - vnfInstanceId
+            - changeStateTo
+          additionalProperties: false
       required:
         - updateType
       additionalProperties: false