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

SOL002_149 GET Method (on "Subscriptions") request and response updated

parent fa23f880
Loading
Loading
Loading
Loading
+16 −10
Original line number Original line Diff line number Diff line
@@ -567,7 +567,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 EM shall and the VNF may support receiving this parameter as part
            The EM shall and the VNF may support receiving this parameter as part
            of the URI query string. The VNFM may supply this parameter.
            of the URI query string. The VNFM may supply this parameter.
            All attribute names that appear in the VnfIndicatorSubscription data
            All attribute names that appear in the VnfIndicatorSubscription data
@@ -602,8 +602,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
            Marker to obtain the next page of a paged response. Shall be supported 
            if the EM supports alternative 2 (paging) according to clause 4.7.2.1 for this resource.
            by the EM if the EM 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
@@ -612,13 +613,18 @@ paths:
          description: >
          description: >
            200 OK
            200 OK


            The list of subscriptions was queried successfully.
            Shall be returned when the list of subscriptions was queried successfully.
            The response body shall contain in an array the representations of all active
            The response body shall contain in an array the representations of all 
            subscriptions of the functional block that invokes the method which match the
            active subscriptions of the functional block that invokes the method which 
            attribute filter, i.e. zero or more representations of VNF indicators subscriptions
            match the attribute filter, i.e. zero or more representations of VNF 
            as defined in clause 8.5.2.4.
            indicators subscriptions as defined in clause 8.5.2.4.
            If the EM supports alternative 2 (paging) according to clause 4.7.2.1 for this resource,
            If the "filter" URI parameter was supplied in the request, the data in 
            inclusion of the Link HTTP header in this response shall follow the provisions in clause 4.7.2.3.
            the response body shall have been transformed according to the rules 
            specified in clause 5.2.2 of ETSI GS NFV SOL 013.
            If the EM 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.