Commit 28c63944 authored by moscatelli's avatar moscatelli
Browse files

SOL005_31/SOL005_32: Subscriptions POST and GET methods updated

parent 0a9482cd
Loading
Loading
Loading
Loading
Loading
+14 −9
Original line number Original line Diff line number Diff line
@@ -1416,7 +1416,7 @@ paths:
          description: >
          description: >
            201 CREATED
            201 CREATED


            The subscription was created successfully.
            Shall be returned when the subscription has been created successfully..
            The response body shall contain a representation of the created subscription resource.
            The response body shall contain a representation of the created subscription resource.
            The HTTP response shall include a "Location:"
            The HTTP response shall include a "Location:"
            HTTP header that points to the created subscription resource.
            HTTP header that points to the created subscription resource.
@@ -1447,8 +1447,8 @@ paths:
          description: >
          description: >
            303 SEE OTHER
            303 SEE OTHER


            A subscription with the same callbackURI and the same filter already exits and the policy of the NFVO
            Shall be returned when a subscription with the same callbackURI and the same filter already
            is to not create redundant subscriptions.
            exits and the policy of the NFVO is to not create redundant subscriptions.
            The HTTP response shall include a "Location" HTTP header that contains the resource URI of the existing
            The HTTP response shall include a "Location" HTTP header that contains the resource URI of the existing
            subscription resource.
            subscription resource.
            The response body shall be empty.
            The response body shall be empty.
@@ -1487,7 +1487,7 @@ paths:
          required: false
          required: false
          type: string
          type: string
          description: >
          description: >
            Attribute filtering expression according to clause 4.3.2.
            Attribute 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 NsdmSubscription and in data types referenced
            All attribute names that appear in the NsdmSubscription and in data types referenced
@@ -1498,7 +1498,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.
@@ -1511,10 +1512,14 @@ paths:
          description: >
          description: >
            200 OK
            200 OK


            The list of subscriptions was queried successfully.
            The list of subscriptions has been queried successfully.
            The response body shall contain the representations of
            The response body shall contain in an array the representations of
            all active subscriptions of the functional block that
            all active subscriptions of the functional block that invokes the method,
            invokes the method.
            i.e. zero or more representations of NSD management subscriptions as
            defined in clause 5.5.2.8.
            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.