Commit 6d4c05ed authored by Mubeena Ishaq's avatar Mubeena Ishaq
Browse files

update SOL003

parent a7d220e2
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -791,7 +791,7 @@ paths:
        back, i.e. the related "Individual VNF LCM operation occurrence" is either in "PROCESSING" or "ROLLING_BACK" state.
        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.
        See clause 5.4.17.3.1.
      requestBody:
      requestBody:
        $ref: '#/components/requestBodies/CancelModeRequest'
        $ref: '#/components/requestBodies/VnfInstanceCancelModeRequest'
      responses:
      responses:
        "202":
        "202":
          $ref: '#/components/responses/VnfLcmOpOccCancel.Post.202'
          $ref: '#/components/responses/VnfLcmOpOccCancel.Post.202'
@@ -1454,14 +1454,14 @@ components:
            $ref: ./definitions/SOL002VNFLifecycleManagement_def.yaml#/definitions/ChangeCurrentVnfPkgRequest
            $ref: ./definitions/SOL002VNFLifecycleManagement_def.yaml#/definitions/ChangeCurrentVnfPkgRequest
      required: true
      required: true


    CancelModeRequest:
    VnfInstanceCancelModeRequest:
      description: |
      description: |
        The POST request to this resource shall include a CancelMode structure in the message content to 
        The POST request to this resource shall include a CancelMode structure in the message content to 
        choose between "graceful" and "forceful" cancellation.
        choose between "graceful" and "forceful" cancellation.
      content:
      content:
        application/json:
        application/json:
          schema:
          schema:
            $ref: ../../definitions/SOL002SOL003VNFLifecycleManagement_def.yaml#/definitions/CancelModeRequest
            $ref: ../../definitions/SOL002SOL003VNFLifecycleManagement_def.yaml#/definitions/CancelMode


    VnfLcmSubscriptionRequest:
    VnfLcmSubscriptionRequest:
      description: |
      description: |
+1 −2
Original line number Original line Diff line number Diff line
@@ -1438,8 +1438,7 @@ components:
      content:
      content:
        application/json:
        application/json:
          schema:
          schema:
            $ref: "../../definitions/SOL002SOL003VNFLifecycleManagement_def.yaml#/definitions/CancelModeRequest"
            $ref: "../../definitions/SOL002SOL003VNFLifecycleManagement_def.yaml#/definitions/CancelMode"
      required: true


    VnfInfoModificationRequest:
    VnfInfoModificationRequest:
      description: |
      description: |
+1 −1
Original line number Original line Diff line number Diff line
@@ -171,7 +171,7 @@ definitions:
        items:
        items:
          $ref: "SOL002SOL003_def.yaml#/definitions/Identifier"
          $ref: "SOL002SOL003_def.yaml#/definitions/Identifier"


  CancelModeRequest:
  CancelMode:
    description: >
    description: >
      This type represents a parameter to select the mode of cancelling an
      This type represents a parameter to select the mode of cancelling an
      ongoing VNF LCM operation occurrence.
      ongoing VNF LCM operation occurrence.