Skip to content

Commit

Permalink
Definitions Update responder
Browse files Browse the repository at this point in the history
  • Loading branch information
cibot committed Apr 3, 2024
1 parent 5c52f62 commit d0f7631
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions alsdkdefs/apis/responder/responder.v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2988,6 +2988,7 @@ components:
- $ref: '#/components/schemas/MrConfigItemAwsUserDisable'
- $ref: '#/components/schemas/MrConfigItemADUserDisable'
- $ref: '#/components/schemas/MrConfigItemWSMBlock'
- $ref: '#/components/schemas/MrConfigItemFortraAgent'
MrConfigItemAwsWaf:
title: ManagedResponse config item for AWS WAF
description: ManagedResponse config item for AWS WAF
Expand Down Expand Up @@ -3846,6 +3847,47 @@ components:
- name
- cluster_id
- ttl_sec
MrConfigItemFortraAgent:
title: ManagedResponse config item for Fortra XDR agent action
description: ManagedResponse config item for Fortra XDR agent action
type: object
additionalProperties: false
properties:
type:
type: string
enum:
- fortra_agent
name:
type: string
title: Response Name
pattern: "[\\w+=,.@-]+"
minLength: 1
maxLength: 128
exclusion_list:
type: array
title: Exclusion List(s)
items:
type: string
block_external_attackers:
type: string
title: Block external IP addresses detected in incidents
description: You can respond to incidents generated from all analytics that Alert Logic recommends as triggers or choose the analytics to use.
default: auto
enum:
- auto
- analytics
analytics:
type: array
title: Analytics
items:
type: string
enabled:
type: boolean
title: Response is active
default: true
required:
- type
- name
MrConfigItemName:
type: string
title: Response Name
Expand Down

0 comments on commit d0f7631

Please sign in to comment.