Commit 6f2c5c08 authored by Samir Medjiah's avatar Samir Medjiah
Browse files

SOL003_47: New parameter "nextpage_opaque_marker" in request : GET method on...

SOL003_47: New parameter "nextpage_opaque_marker" in request : GET method on "thresholds" ressource + Filter implementation
parent 9fa2b821
Loading
Loading
Loading
Loading
+23 −0
Original line number Diff line number Diff line
@@ -535,6 +535,29 @@ paths:
          in: header
          required: false
          type: string
        - name: filter
          description: >
            Attribute-based filtering expression according to clause 4.3.2.
            The VNFM shall support receiving this parameter as part of the 
            URI query string. The NFVO may supply this parameter. 
            All attribute names that appear in the Thresholds and in 
            data types referenced from it shall be supported by the VNFM 
            in the filter expression.
            
            NOTE: There are no attribute selectors defined for this resource as 
            the threshold attributes with cardinality 0..1 or 0..N are not 
            structurally complex in nature.
          in: query
          required: false
          type: string
        - name: nextpage_opaque_marker
          description: >
            Marker to obtain the next page of a paged response. Shall be 
            supported by the VNFM if the VNFM supports alternative 2 (paging) 
            according to clause 4.7.2.1 for this resource.
          in: query
          required: false
          type: string
      responses:
        200:
          description: >