diff --git a/MEC029_FAI.yaml b/MEC029_FAI.yaml index d998613ce05a6b90f67d18c35fad0e4d5818a01e..78079e18b0ca4c964ceb880fe94a8d5528106507 100644 --- a/MEC029_FAI.yaml +++ b/MEC029_FAI.yaml @@ -327,6 +327,28 @@ paths: $ref: '#/components/responses/422' '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}: parameters: