Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
MEC - Multi-access Edge Computing
Fixed Access Information API
Commits
94f4c75f
Commit
94f4c75f
authored
Jan 26, 2021
by
piscione
Browse files
Added callback to subscription endpoint.
parent
3b6ec10e
Pipeline
#5837
running with stage
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
0 deletions
+22
-0
MEC029_FAI.yaml
MEC029_FAI.yaml
+22
-0
No files found.
MEC029_FAI.yaml
View file @
94f4c75f
...
@@ -327,6 +327,28 @@ paths:
...
@@ -327,6 +327,28 @@ paths:
$ref
:
'
#/components/responses/422'
$ref
:
'
#/components/responses/422'
'
429'
:
'
429'
:
$ref
:
'
#/components/responses/429'
$ref
:
'
#/components/responses/429'
callbacks
:
notification
:
'
{$request.body#/callbackReference}'
:
post
:
summary
:
'
Callback
POST
used
to
send
a
notification'
description
:
'
A
notification
from
FAIS.'
operationId
:
notificationPOST
requestBody
:
description
:
Subscription notification
required
:
true
content
:
application/json
:
schema
:
oneOf
:
-
$ref
:
'
#/components/schemas/OnuAlarmNotification'
-
$ref
:
'
#/components/schemas/DevInfoNotification'
-
$ref
:
'
#/components/schemas/CmConnNotification'
-
$ref
:
'
#/components/schemas/AniAlarmNotification'
responses
:
'
204'
:
$ref
:
'
#/components/responses/204'
/subscriptions/{subscriptionId}
:
/subscriptions/{subscriptionId}
:
parameters
:
parameters
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment