Loading src/SOL002/VNFLifecycleManagement/VNFLifecycleManagement.yaml +3 −2 Original line number Original line Diff line number Diff line Loading @@ -1997,14 +1997,15 @@ paths: description: > description: > The POST method initiates cancelling an ongoing VNF lifecycle The POST method initiates cancelling an ongoing VNF lifecycle operation while it is being executed or rolled back, i.e. the related operation while it is being executed or rolled back, i.e. the related "VNF LCM operation occurrence" is either in "PROCESSING" or "Individual VNF LCM operation occurrence" is either in "PROCESSING" or "ROLLING_BACK" state. "ROLLING_BACK" state. responses: responses: 202: 202: description: > description: > 202 ACCEPTED 202 ACCEPTED The request was accepted for processing, but processing has not been completed. The request has been accepted for processing, but processing has not been completed. The response shall have an empty payload body. The response shall have an empty payload body. headers: headers: #TODO: Add headers defined in 4.3.4.3 #TODO: Add headers defined in 4.3.4.3 Loading Loading
src/SOL002/VNFLifecycleManagement/VNFLifecycleManagement.yaml +3 −2 Original line number Original line Diff line number Diff line Loading @@ -1997,14 +1997,15 @@ paths: description: > description: > The POST method initiates cancelling an ongoing VNF lifecycle The POST method initiates cancelling an ongoing VNF lifecycle operation while it is being executed or rolled back, i.e. the related operation while it is being executed or rolled back, i.e. the related "VNF LCM operation occurrence" is either in "PROCESSING" or "Individual VNF LCM operation occurrence" is either in "PROCESSING" or "ROLLING_BACK" state. "ROLLING_BACK" state. responses: responses: 202: 202: description: > description: > 202 ACCEPTED 202 ACCEPTED The request was accepted for processing, but processing has not been completed. The request has been accepted for processing, but processing has not been completed. The response shall have an empty payload body. The response shall have an empty payload body. headers: headers: #TODO: Add headers defined in 4.3.4.3 #TODO: Add headers defined in 4.3.4.3 Loading