Commit e7e54828 authored by moscatelli's avatar moscatelli
Browse files

SOL003_177/SOL003_179: Individual VNF Indicator methods updated

parent 87f6d267
Loading
Loading
Loading
Loading
+22 −10
Original line number Diff line number Diff line
@@ -272,14 +272,21 @@ paths:
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/401"
        403:
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/403"
        404:
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/404"
        405:
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/405"
        406:
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/406"
        422:
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/422"
        500:
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/500"
        503:
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/503"
        504:
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/504"

  ###############################################################################
  # Individual VNF indicator                                                    #
  ###############################################################################
@@ -290,8 +297,8 @@ paths:
        description: >
          Identifier of the VNF indicator.
          This identifier can be retrieved from the resource referenced by the
          payload body in the response to a POST request creating a new VNF
          instance resource.
          payload body in the response to a POST request creating a new "Individual VNF
          instance" resource.
        in: path
        type: string
        required: true
@@ -300,17 +307,17 @@ paths:
          Identifier of the VNF instance to which the VNF indicator applies.
          This identifier can be retrieved from the resource referenced by the
          "Location" HTTP header in the response to a POST request creating a
          new VNF instance resource. It can also be retrieved from the "id"
          new "Individual VNF instance" resource. It can also be retrieved from the "id"
          attribute in the payload body of that response.
        in: path
        type: string
        required: true
    get:
      description: >
        Get Indicator Value


        Get Indicator Value.
        The GET method reads a VNF indicator.
        This method shall follow the provisions specified in the tables 8.4.4.3.2-1 and 8.4.4.3.2-2
        for URI query parameters, request and response data structures, and response codes.
      parameters:
        - name: Accept
          description: >
@@ -343,10 +350,8 @@ paths:
        200:
          description: >
            200 OK

            The VNF indicator was read successfully.
            The response body shall contain the representation of the VNF
            indicator.
            Shall be returned when the VNF indicator has been read successfully.
            The response body shall contain the representation of the VNF indicator.
          headers:
            Content-Type:
              description: >
@@ -377,14 +382,21 @@ paths:
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/401"
        403:
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/403"
        404:
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/404"
        405:
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/405"
        406:
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/406"
        422:
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/422"
        500:
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/500"
        503:
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/503"
        504:
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/504"
          
  ###############################################################################
  # Subscriptions                                                              #
  ###############################################################################