Commit 16a32569 authored by Samir Medjiah's avatar Samir Medjiah
Browse files

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

SOL003_83: New parameter "nextpage_opaque_marker" in request : GET method on "subscriptions" ressource + Filter implementation
parent c08211c9
...@@ -453,6 +453,25 @@ paths: ...@@ -453,6 +453,25 @@ paths:
in: header in: header
required: false required: false
type: string 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 VnfIndicatorSubscription
and in data types referenced from it shall be supported by the
VNFM in the filter expression.
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: responses:
200: 200:
description: > description: >
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment