File tree 1 file changed +16
-0
lines changed
1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -257,6 +257,7 @@ paths:
257
257
oneOf :
258
258
- $ref : ' #/components/schemas/AuditMsgs'
259
259
- $ref : ' #/components/schemas/BdrMsgs'
260
+ - $ref : ' #/components/schemas/EpMsgs'
260
261
- $ref : ' #/components/schemas/FimData'
261
262
- $ref : ' #/components/schemas/HostMeta'
262
263
- $ref : ' #/components/schemas/HostState'
@@ -730,6 +731,21 @@ components:
730
731
required :
731
732
- date_created
732
733
- state_data
734
+ EpMsgs :
735
+ title : EpMsgs
736
+ type : object
737
+ description : |-
738
+ Endpoint Alert and Alarm data created by Fortra's Digital Guardian agent. Contains
739
+ details about activity occurring on an endpoint where the agent is installed.
740
+ x-examples :
741
+ Epmsgs event example :
742
+ dg_time : 1693934301367
743
+ properties :
744
+ dg_time :
745
+ type : integer
746
+ format : int64
747
+ required :
748
+ - dg_time
733
749
IngestTypeInfo :
734
750
title : IngestTypeInfo
735
751
type : object
You can’t perform that action at this time.
0 commit comments