Skip to content

Commit

Permalink
Definitions Update ingest
Browse files Browse the repository at this point in the history
  • Loading branch information
cibot committed Feb 14, 2024
1 parent cf9d910 commit efda94f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions alsdkdefs/apis/ingest/ingest.v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ paths:
oneOf:
- $ref: '#/components/schemas/AuditMsgs'
- $ref: '#/components/schemas/BdrMsgs'
- $ref: '#/components/schemas/EpMsgs'
- $ref: '#/components/schemas/FimData'
- $ref: '#/components/schemas/HostMeta'
- $ref: '#/components/schemas/HostState'
Expand Down Expand Up @@ -730,6 +731,21 @@ components:
required:
- date_created
- state_data
EpMsgs:
title: EpMsgs
type: object
description: |-
Endpoint Alert and Alarm data created by Fortra's Digital Guardian agent. Contains
details about activity occurring on an endpoint where the agent is installed.
x-examples:
Epmsgs event example:
dg_time: 1693934301367
properties:
dg_time:
type: integer
format: int64
required:
- dg_time
IngestTypeInfo:
title: IngestTypeInfo
type: object
Expand Down

0 comments on commit efda94f

Please sign in to comment.