Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SOL002-SOL003
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
NFV - Network Functions Virtualisation
SOL002-SOL003
Commits
d6854068
Commit
d6854068
authored
5 years ago
by
moscatelli
Browse files
Options
Downloads
Patches
Plain Diff
SOL003_162/SOL003_163: Notification interface methods updated
parent
be689414
No related branches found
No related tags found
1 merge request
!6
Merge 2.6.1-dev branch
Pipeline
#1192
passed
5 years ago
Stage: external
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/SOL003/VNFFaultManagementNotification/VNFFaultManagementNotification.yaml
+41
-30
41 additions, 30 deletions
...anagementNotification/VNFFaultManagementNotification.yaml
with
41 additions
and
30 deletions
src/SOL003/VNFFaultManagementNotification/VNFFaultManagementNotification.yaml
+
41
−
30
View file @
d6854068
...
...
@@ -25,8 +25,8 @@ info:
url
:
https://forge.etsi.org/etsi-forge-copyright-notice.txt
externalDocs
:
description
:
ETSI GS NFV-SOL 003 V2.
5
.1
url
:
https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/003/02.0
5
.01_60/gs_
nfv-sol
003v020
5
01p.pdf
description
:
ETSI GS NFV-SOL 003 V2.
6
.1
url
:
https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/003/02.0
6
.01_60/gs_
NFV-SOL
003v020
6
01p.pdf
basePath
:
"
/callback/v1"
...
...
@@ -46,11 +46,11 @@ paths:
#SOL003 location: 7.4.6
post
:
description
:
>
Notify
Th
e POST
method
notifies a VNF alarm or that the alarm list has been
rebuilt
.
Notify
.
The POST method notifies a VNF alarm or that the alarm list has been rebuilt.
The API consumer shall have previously created an "Individual subscription resource" with a matching filter.
Th
is
method
shall follow the provisions specified in the tables 7.4.6.3.1-1 and 7.4.6.3.1-2
for URI query parameters, request and response data structures, and response codes
.
parameters
:
-
name
:
AlarmNotification
description
:
>
...
...
@@ -85,7 +85,7 @@ paths:
description
:
>
204 NO CONTENT
T
he notification
w
as delivered successfully.
Shall be returned when t
he notification
h
as
been
delivered successfully.
The response body shall be empty.
headers
:
WWW-Authenticate
:
...
...
@@ -116,10 +116,13 @@ paths:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/500"
503
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/503"
get
:
description
:
>
The GET method allows the server to test the notification endpoint
that is provided by the client, e.g. during subscription.
The GET method allows the server to test the notification endpoint that is provided by the client,
e.g. during subscription.
This method shall follow the provisions specified in the tables 7.4.6.3.2-1 and 7.4.6.3.2-2
for URI query parameters, request and response data structures, and response codes.
parameters
:
-
name
:
Authorization
description
:
>
...
...
@@ -139,7 +142,7 @@ paths:
description
:
>
204 NO CONTENT
T
he notification endpoint
w
as tested successfully.
Shall be returned to indicate that t
he notification endpoint
h
as
been
tested successfully.
The response body shall be empty.
headers
:
WWW-Authenticate
:
...
...
@@ -170,6 +173,7 @@ paths:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/500"
503
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/503"
###############################################################################
# Notification endpoint AlarmClearedNotification #
###############################################################################
...
...
@@ -177,11 +181,11 @@ paths:
#SOL003 location: 7.4.6
post
:
description
:
>
Notify
Th
e POST
method
notifies a VNF alarm or that the alarm list has been
rebuilt
.
Notify
.
The POST method notifies a VNF alarm or that the alarm list has been rebuilt.
The API consumer shall have previously created an "Individual subscription resource" with a matching filter.
Th
is
method
shall follow the provisions specified in the tables 7.4.6.3.1-1 and 7.4.6.3.1-2
for URI query parameters, request and response data structures, and response codes
.
parameters
:
-
name
:
AlarmClearedNotification
description
:
>
...
...
@@ -216,7 +220,7 @@ paths:
description
:
>
204 NO CONTENT
T
he notification
w
as delivered successfully.
Shall be returned when t
he notification
h
as
been
delivered successfully.
The response body shall be empty.
headers
:
WWW-Authenticate
:
...
...
@@ -247,10 +251,13 @@ paths:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/500"
503
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/503"
get
:
description
:
>
The GET method allows the server to test the notification endpoint
that is provided by the client, e.g. during subscription.
The GET method allows the server to test the notification endpoint that is provided by the client,
e.g. during subscription.
This method shall follow the provisions specified in the tables 7.4.6.3.2-1 and 7.4.6.3.2-2
for URI query parameters, request and response data structures, and response codes.
parameters
:
-
name
:
Authorization
description
:
>
...
...
@@ -270,7 +277,7 @@ paths:
description
:
>
204 NO CONTENT
T
he notification endpoint
w
as tested successfully.
Shall be returned to indicate that t
he notification endpoint
h
as
been
tested successfully.
The response body shall be empty.
headers
:
WWW-Authenticate
:
...
...
@@ -301,6 +308,7 @@ paths:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/500"
503
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/503"
###############################################################################
# Notification endpoint AlarmListRebuiltNotification #
###############################################################################
...
...
@@ -308,11 +316,11 @@ paths:
#SOL003 location: 7.4.6
post
:
description
:
>
Notify
Th
e POST
method
notifies a VNF alarm or that the alarm list has been
rebuilt
.
Notify
.
The POST method notifies a VNF alarm or that the alarm list has been rebuilt.
The API consumer shall have previously created an "Individual subscription resource" with a matching filter.
Th
is
method
shall follow the provisions specified in the tables 7.4.6.3.1-1 and 7.4.6.3.1-2
for URI query parameters, request and response data structures, and response codes
.
parameters
:
-
name
:
AlarmListRebuiltNotification
description
:
>
...
...
@@ -347,7 +355,7 @@ paths:
description
:
>
204 NO CONTENT
T
he notification
w
as delivered successfully.
Shall be returned when t
he notification
h
as
been
delivered successfully.
The response body shall be empty.
headers
:
WWW-Authenticate
:
...
...
@@ -378,10 +386,13 @@ paths:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/500"
503
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/503"
get
:
description
:
>
The GET method allows the server to test the notification endpoint
that is provided by the client, e.g. during subscription.
The GET method allows the server to test the notification endpoint that is provided by the client,
e.g. during subscription.
This method shall follow the provisions specified in the tables 7.4.6.3.2-1 and 7.4.6.3.2-2
for URI query parameters, request and response data structures, and response codes.
parameters
:
-
name
:
Authorization
description
:
>
...
...
@@ -401,7 +412,7 @@ paths:
description
:
>
204 NO CONTENT
T
he notification endpoint
w
as tested successfully.
Shall be returned to indicate that t
he notification endpoint
h
as
been
tested successfully.
The response body shall be empty.
headers
:
WWW-Authenticate
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment