Skip to content

Commit

Permalink
[DOCS][ResponseOps][Connectors] Add support of additional fields for …
Browse files Browse the repository at this point in the history
…ServiceNow ITSM and SecOps (#191779)

(cherry picked from commit 6c291b8)
  • Loading branch information
lcawl committed Sep 25, 2024
1 parent 1108910 commit 6a5cd1f
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ properties:
type: object
description: Information necessary to create or update a Jira, ServiceNow ITSM, ServiveNow SecOps, Swimlane, or TheHive incident.
properties:
additional_fields:
type: string
nullable: true
maxLength: 20
description: >
Additional fields for ServiceNow ITSM and ServiveNow SecOps connectors.
The fields must exist in the Elastic ServiceNow application and must be specified in JSON format.
alertId:
type: string
description: The alert identifier for Swimlane connectors.
Expand Down

0 comments on commit 6a5cd1f

Please sign in to comment.