X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm-openapi.yaml;fp=osm-openapi.yaml;h=c167e74c3b2c11267b6f7d7e3f5668adf497b7a2;hb=66c884c14b3e6684a39e1bbd97e9a57d1c914205;hp=b056edea2d2bc5c965f6437d502a6aa76a471c2a;hpb=b77d0df0990f98818d2f7814bb073f6cd3a0105c;p=osm%2FSOL005.git 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