Loading MEC029_FAI.yaml +22 −0 Original line number Diff line number Diff line Loading @@ -328,6 +328,28 @@ paths: '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: - in: path Loading Loading
MEC029_FAI.yaml +22 −0 Original line number Diff line number Diff line Loading @@ -328,6 +328,28 @@ paths: '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: - in: path Loading