Commit 91fd5d29 authored by Samir Medjiah's avatar Samir Medjiah
Browse files

SOL005_#111 GET Method (on Subscriptions) request and response updated

parent b111aa37
Loading
Loading
Loading
Loading
+15 −3
Original line number Original line Diff line number Diff line
@@ -974,7 +974,7 @@ paths:
          required: false
          required: false
          type: string
          type: string
          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 NFVO shall support receiving this parameter as part of the URI query string.
            The NFVO shall support receiving this parameter as part of the URI query string.
            The OSS/BSS may supply this parameter.
            The OSS/BSS may supply this parameter.
            All attribute names that appear in the PmSubscription and in data types referenced from it
            All attribute names that appear in the PmSubscription and in data types referenced from it
@@ -985,7 +985,8 @@ paths:
          type: string
          type: string
          description: >
          description: >
            Marker to obtain the next page of a paged response. Shall be supported by the NFVO
            Marker to obtain the next page of a paged response. Shall be supported by the NFVO
            if the NFVO supports alternative 2 (paging) according to clause 4.7.2.1 for this resource.
            if the NFVO supports alternative 2 (paging) according to clause 5.4.2.1 of 
            ETSI GS NFV-SOL 013 for this resource.
        - name: Accept
        - name: Accept
          description: >
          description: >
            Content-Types that are acceptable for the response.
            Content-Types that are acceptable for the response.
@@ -998,10 +999,21 @@ paths:
          description: >
          description: >
            200 OK
            200 OK


            The list of subscriptions was queried successfully.
            Shall be returned when the list of subscriptions has 
            been queried successfully.
            The response body shall contain the representations of
            The response body shall contain the representations of
            all active subscriptions of the functional block that
            all active subscriptions of the functional block that
            invokes the method, as defined in clause 7.5.2.3.
            invokes the method, as defined in clause 7.5.2.3.
            If the "filter" URI parameter was supplied in the request, 
            the data in 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 NFVO 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.