Commit 8911ef51 authored by moscatelli's avatar moscatelli
Browse files

SOL003_66: 202 response description fixed

parent c4705b0f
Pipeline #1169 passed with stage
in 0 seconds
...@@ -1697,10 +1697,9 @@ paths: ...@@ -1697,10 +1697,9 @@ paths:
description: > description: >
200 OK 200 OK
Information about an individual VNF instance was queried Shall be returned when information about a VNF LCM operation occurrence washas been read successfully.
successfully. The response body shall contain status The response body shall contain status information about a VNF lifecycle management operation occurrence
information about a VNF lifecycle management operation (see clause 5.5.2.13).
occurrence.
headers: headers:
Content-Type: Content-Type:
description: The MIME type of the body of the response. description: The MIME type of the body of the response.
...@@ -1732,15 +1731,16 @@ paths: ...@@ -1732,15 +1731,16 @@ paths:
404: 404:
$ref: "../../responses/SOL002SOL003_resp.yaml#/responses/404" $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/404"
405: 405:
$ref: "../../responses/SOL002SOL003_resp.yaml#/responses/404" $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/405"
406: 406:
$ref: "../../responses/SOL002SOL003_resp.yaml#/responses/406" $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/406"
409:
$ref: "responses/VNFLifecycleManagement_resp.yaml#/responses/409-inconsistent-state"
500: 500:
$ref: "../../responses/SOL002SOL003_resp.yaml#/responses/500" $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/500"
503: 503:
$ref: "../../responses/SOL002SOL003_resp.yaml#/responses/503" $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/503"
504:
$ref: "../../responses/SOL002SOL003_resp.yaml#/responses/504"
############################################################################### ###############################################################################
# Retry operation task # # Retry operation task #
############################################################################### ###############################################################################
......
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