Feature 10922: Stop, start and rebuild
[osm/SOL005.git] / 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