Skip to content

Commit d0f7631

Browse files
author
cibot
committed
Definitions Update responder
1 parent 5c52f62 commit d0f7631

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

alsdkdefs/apis/responder/responder.v1.yaml

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)