Skip to content
Snippets Groups Projects
Commit af1b6fc9 authored by Samir Medjiah's avatar Samir Medjiah
Browse files

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

SOL003_67: New parameter "nextpage_opaque_marker" in request : GET method on "alarms" ressource + Filter implementation
parent e86f4900
No related branches found
No related tags found
No related merge requests found
......@@ -66,6 +66,26 @@ 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.
The following attribute names shall be supported by the VNFM in
the attribute-based filtering expression: id, managedObjectId,
rootCauseFaultyResource/faultyResourceType, eventType,
perceivedSeverity, probableCause.
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: >
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment