Commit 6d4c05ed authored by ishaqm's avatar ishaqm
Browse files

update SOL003

parent a7d220e2
Pipeline #13194 passed with stage
in 0 seconds
......@@ -791,7 +791,7 @@ paths:
back, i.e. the related "Individual VNF LCM operation occurrence" is either in "PROCESSING" or "ROLLING_BACK" state.
See clause 5.4.17.3.1.
requestBody:
$ref: '#/components/requestBodies/CancelModeRequest'
$ref: '#/components/requestBodies/VnfInstanceCancelModeRequest'
responses:
"202":
$ref: '#/components/responses/VnfLcmOpOccCancel.Post.202'
......@@ -1454,14 +1454,14 @@ components:
$ref: ./definitions/SOL002VNFLifecycleManagement_def.yaml#/definitions/ChangeCurrentVnfPkgRequest
required: true
CancelModeRequest:
VnfInstanceCancelModeRequest:
description: |
The POST request to this resource shall include a CancelMode structure in the message content to
choose between "graceful" and "forceful" cancellation.
content:
application/json:
schema:
$ref: ../../definitions/SOL002SOL003VNFLifecycleManagement_def.yaml#/definitions/CancelModeRequest
$ref: ../../definitions/SOL002SOL003VNFLifecycleManagement_def.yaml#/definitions/CancelMode
VnfLcmSubscriptionRequest:
description: |
......
......@@ -1438,8 +1438,7 @@ components:
content:
application/json:
schema:
$ref: "../../definitions/SOL002SOL003VNFLifecycleManagement_def.yaml#/definitions/CancelModeRequest"
required: true
$ref: "../../definitions/SOL002SOL003VNFLifecycleManagement_def.yaml#/definitions/CancelMode"
VnfInfoModificationRequest:
description: |
......
......@@ -171,7 +171,7 @@ definitions:
items:
$ref: "SOL002SOL003_def.yaml#/definitions/Identifier"
CancelModeRequest:
CancelMode:
description: >
This type represents a parameter to select the mode of cancelling an
ongoing VNF LCM operation occurrence.
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment