File tree Expand file tree Collapse file tree 1 file changed +25
-1
lines changed
alsdkdefs/apis/connectors Expand file tree Collapse file tree 1 file changed +25
-1
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ servers:
1313 - url : ' https://connectors.mdr.product.dev.alertlogic.com'
1414 description : integration
1515paths :
16- /v1/connections/notifications/reenqueue :
16+ ' /v1/connections/notifications/reenqueue ' :
1717 post :
1818 summary : Reenqueue the broken notifications from DLQ
1919 operationId : reenqueue_notification
@@ -37,6 +37,30 @@ paths:
3737 ' Fn::Sub ' : ' arn:aws:apigateway:${AWS::Region}:lambda:path/2015-03-31/functions/${connectorsReenqueueNotificationsDLQFunction.Arn}/invocations'
3838 description : Reenqueue the broken notifications from DLQ
3939 parameters : []
40+ ' /v1/connections/audit/reenqueue ' :
41+ post :
42+ summary : Reenqueue the broken audit messages from DLQ
43+ operationId : reenqueue_audit_messages
44+ responses :
45+ ' 200 ' :
46+ description : The messages were enqueued
47+ content :
48+ application/json :
49+ schema :
50+ type : object
51+ properties :
52+ reenqueued_num :
53+ type : integer
54+ description : The number of reenqueued messages
55+ ' 403 ' :
56+ description : Forbidden
57+ security :
58+ - aims_request_authorizer : []
59+ x-amazon-apigateway-integration :
60+ uri :
61+ ' Fn::Sub ' : ' arn:aws:apigateway:${AWS::Region}:lambda:path/2015-03-31/functions/${connectorsReenqueueAuditMessagesDLQFunction.Arn}/invocations'
62+ description : Reenqueue the broken audit messages from DLQ
63+ parameters : []
4064 ' /v1/connections/{id}/notification ' :
4165 parameters :
4266 - schema :
You can’t perform that action at this time.
0 commit comments