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>
- CHANGE_VNFPKG
- REMOVE_VNF
- MODIFY_VNF_INFORMATION
+ - OPERATE_VNF
changeVnfPackageData:
type: object
properties:
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