File tree Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Original file line number Diff line number Diff line change @@ -2988,6 +2988,7 @@ components:
29882988 - $ref : ' #/components/schemas/MrConfigItemAwsUserDisable'
29892989 - $ref : ' #/components/schemas/MrConfigItemADUserDisable'
29902990 - $ref : ' #/components/schemas/MrConfigItemWSMBlock'
2991+ - $ref : ' #/components/schemas/MrConfigItemFortraAgent'
29912992 MrConfigItemAwsWaf :
29922993 title : ManagedResponse config item for AWS WAF
29932994 description : ManagedResponse config item for AWS WAF
@@ -3846,6 +3847,47 @@ components:
38463847 - name
38473848 - cluster_id
38483849 - ttl_sec
3850+ MrConfigItemFortraAgent :
3851+ title : ManagedResponse config item for Fortra XDR agent action
3852+ description : ManagedResponse config item for Fortra XDR agent action
3853+ type : object
3854+ additionalProperties : false
3855+ properties :
3856+ type :
3857+ type : string
3858+ enum :
3859+ - fortra_agent
3860+ name :
3861+ type : string
3862+ title : Response Name
3863+ pattern : " [\\ w+=,.@-]+"
3864+ minLength : 1
3865+ maxLength : 128
3866+ exclusion_list :
3867+ type : array
3868+ title : Exclusion List(s)
3869+ items :
3870+ type : string
3871+ block_external_attackers :
3872+ type : string
3873+ title : Block external IP addresses detected in incidents
3874+ description : You can respond to incidents generated from all analytics that Alert Logic recommends as triggers or choose the analytics to use.
3875+ default : auto
3876+ enum :
3877+ - auto
3878+ - analytics
3879+ analytics :
3880+ type : array
3881+ title : Analytics
3882+ items :
3883+ type : string
3884+ enabled :
3885+ type : boolean
3886+ title : Response is active
3887+ default : true
3888+ required :
3889+ - type
3890+ - name
38493891 MrConfigItemName :
38503892 type : string
38513893 title : Response Name
You can’t perform that action at this time.
0 commit comments