Commit 7b902704 authored by Samir Medjiah's avatar Samir Medjiah
Browse files

SOL002_36 POST method (on Scale VNF task) response updated

parent be1f7d61
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -674,10 +674,10 @@ paths:
          description: >
            202 ACCEPTED

            The request was accepted for processing, but the processing has not been completed.
            The request has been accepted for processing, but the processing has not been completed.
            The response body shall be empty.
            The HTTP response shall include a "Location" HTTP header that contains the URI of the
            newly-created "VNF LCM operation occurrence" resource corresponding to the operation.
            newly-created "Individual VNF LCM operation occurrence" resource corresponding to the operation.
          headers:
            Content-Type:
              description: The MIME type of the body of the response.
@@ -724,7 +724,7 @@ paths:
            409 CONFLICT

            Error: The operation cannot be executed currently, due to a conflict with the state of the resource.
            Typically, this is due to the fact that the VNF instance resource is in NOT_INSTANTIATED state,
            Typically, this is due to the fact that the "Individual VNF instance" resource is in NOT_INSTANTIATED state,
            or that another lifecycle management operation is ongoing.
            The response body shall contain a ProblemDetails structure, in which the "detail" attribute shall
            convey more information about the error.