Commit cb95e38e authored by Samir Medjiah's avatar Samir Medjiah
Browse files

SOL002_30 GET method (on Individual VNF instance) description and response updated

parent fba175d3
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -312,15 +312,15 @@ paths:
        type: string
    get:
      description: >
        Information about an individual VNF instance was queried successfully.
        Information about a VNF instance by reading an "Individual VNF instance".
      responses:
        200:
          description: >
            200 OK

            Information about zero or more VNF instances was queried
            successfully. The response body shall contain
            representations of zero or more VNF instances.
            Information about an individual VNF instance has been read successfully.
            The response body shall contain a representation of the VNF instance,
            as defined in clause 5.5.2.2.
          headers:
            Content-Type:
              description: The MIME type of the body of the response.