Skip to content

Commit 8b0a4e9

Browse files
author
cibot
committed
Definitions Update connectors
1 parent 6d47781 commit 8b0a4e9

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

alsdkdefs/apis/connectors/connectors.v1.yaml

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ servers:
1313
- url: 'https://connectors.mdr.product.dev.alertlogic.com'
1414
description: integration
1515
paths:
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:

0 commit comments

Comments
 (0)