Commit 3101717a authored by Samir Medjiah's avatar Samir Medjiah
Browse files

SOL002_144 GET Method (on "VNF indicators related to a VNF instance") request and response updated

parent b70f7d25
Loading
Loading
Loading
Loading
+13 −7
Original line number Original line Diff line number Diff line
@@ -202,7 +202,7 @@ paths:
      parameters:
      parameters:
        - name: filter
        - name: filter
          description: >
          description: >
            Attribute-based filtering expression according to clause 4.3.2.
            Attribute-based filtering expression according to clause 5.2 of ETSI GS NFV-SOL 013.
            The VNFM shall support receiving this parameter as part of the URI query string.
            The VNFM shall support receiving this parameter as part of the URI query string.
            The EM/VNF shall support receiving filtering parameters as part of the URI query string.
            The EM/VNF shall support receiving filtering parameters as part of the URI query string.
            The VNFM may supply filtering parameters.
            The VNFM may supply filtering parameters.
@@ -236,8 +236,9 @@ paths:
          type: string
          type: string
        - name: nextpage_opaque_marker
        - name: nextpage_opaque_marker
          description: >
          description: >
            Marker to obtain the next page of a paged response. Shall be supported by the EM/VNF
            Marker to obtain the next page of a paged response. Shall be supported 
            if the EM/VNF supports alternative 2 (paging) according to clause 4.7.2.1 for this resource.
            by the EM/VNF if the EM/VNF supports alternative 2 (paging) according 
            to clause 5.4.2.1 of ETSI GS NFV-SOL 013 for this resource.
          in: query
          in: query
          required: false
          required: false
          type: string
          type: string
@@ -246,14 +247,19 @@ paths:
          description: >
          description: >
            200 OK
            200 OK


            Information about zero or more VNF indicators was queried successfully.
            Shall be returned when information about zero or more VNF indicators 
            was queried successfully.
            The response body shall contain in an array the representations of all
            The response body shall contain in an array the representations of all
            VNF indicators that are related to the particular VNF instance and that
            VNF indicators that are related to the particular VNF instance and that
            match the attribute filter., i.e. zero or more representations of VNF
            match the attribute filter., i.e. zero or more representations of VNF
            indicators as defined in clause 8.5.2.2.
            indicators as defined in clause 8.5.2.2.
            If the EM/VMF supports alternative 2 (paging) according to clause 4.7.2.1
            If the "filter" URI parameter was supplied in the request, the data in 
            for this resource, inclusion of the Link HTTP header in this response shall
            the response body shall have been transformed according to the rules 
            follow the provisions in clause 4.7.2.3.
            specified in clause 5.2.2 of ETSI GS NFV-SOL 013.
            If the EM/VMF supports alternative 2 (paging) according to clause 5.4.2.1
            of ETSI GS NFV-SOL 013 for this resource, inclusion of the Link HTTP 
            header in this response shall follow the provisions in clause 5.4.2.3 
            of ETSI GS NFV-SOL 013.
          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.