From: k4.rahul Date: Tue, 21 Jun 2022 06:38:49 +0000 (+0000) Subject: Feature 10922: Stop, start and rebuild X-Git-Tag: v12.0.0rc1~1 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=66c884c14b3e6684a39e1bbd97e9a57d1c914205;p=osm%2FSOL005.git Feature 10922: Stop, start and rebuild Added the Stop, start and rebuild feature request information in the openapi.yaml file. Change-Id: I0446f17c3cb8d7d1f7252e8e188f7eb5dea3e121 Signed-off-by: k4.rahul --- diff --git a/osm-openapi.yaml b/osm-openapi.yaml index b056ede..c167e74 100644 --- a/osm-openapi.yaml +++ b/osm-openapi.yaml @@ -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