@@ -2800,7 +2800,7 @@ paths:
28002800 summary: Update an Elasticsearch index doc
28012801 tags:
28022802 - Elastic Indices
2803- /entityEvent/v1/{nodeName}:
2803+ /entityEvent/v1/fireEvent/ {nodeName}:
28042804 put:
28052805 operationId: fireEntityEvent
28062806 parameters:
@@ -2826,6 +2826,32 @@ paths:
28262826 summary: Sends an entity event
28272827 tags:
28282828 - Entity Events
2829+ /entityEvent/v1/fireEvents/{nodeName}:
2830+ put:
2831+ operationId: fireEntityEventBatch
2832+ parameters:
2833+ - in: path
2834+ name: nodeName
2835+ required: true
2836+ schema:
2837+ type: string
2838+ requestBody:
2839+ content:
2840+ application/json:
2841+ schema:
2842+ $ref: "#/components/schemas/EntityEventBatch"
2843+ description: entityevents
2844+ required: true
2845+ responses:
2846+ default:
2847+ content:
2848+ application/json:
2849+ schema:
2850+ type: boolean
2851+ description: default response
2852+ summary: Sends a batch of entity events
2853+ tags:
2854+ - Entity Events
28292855 /executionSchedule/v1/createExecutionSchedule:
28302856 post:
28312857 operationId: createExecutionSchedule
@@ -12132,6 +12158,15 @@ components:
1213212158 $ref: "#/components/schemas/DocRef"
1213312159 oldDocRef:
1213412160 $ref: "#/components/schemas/DocRef"
12161+ EntityEventBatch:
12162+ type: object
12163+ properties:
12164+ entityEvents:
12165+ type: array
12166+ items:
12167+ $ref: "#/components/schemas/EntityEvent"
12168+ homogeneousBatch:
12169+ type: boolean
1213512170 Entry:
1213612171 type: object
1213712172 properties:
@@ -16921,8 +16956,6 @@ components:
1692116956 $ref: "#/components/schemas/DuplicateNotificationConfig"
1692216957 errorFeed:
1692316958 $ref: "#/components/schemas/DocRef"
16924- includeRuleDocumentation:
16925- type: boolean
1692616959 languageVersion:
1692716960 type: string
1692816961 enum:
0 commit comments