Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions oas_docs/output/kibana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23091,6 +23091,14 @@ components:
ITSM, ServiveNow SecOps, or Swimlane incident.
type: object
properties:
additional_fields:
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.
maxLength: 20
nullable: true
type: string
alertId:
description: The alert identifier for Swimlane connectors.
type: string
Expand Down
6 changes: 6 additions & 0 deletions x-pack/plugins/actions/docs/openapi/bundled.json
Original file line number Diff line number Diff line change
Expand Up @@ -5461,6 +5461,12 @@
"type": "object",
"description": "Information necessary to create or update a Jira, ServiceNow ITSM, ServiveNow SecOps, or Swimlane 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.\n"
},
"alertId": {
"type": "string",
"description": "The alert identifier for Swimlane connectors."
Expand Down
6 changes: 6 additions & 0 deletions x-pack/plugins/actions/docs/openapi/bundled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3924,6 +3924,12 @@ components:
type: object
description: Information necessary to create or update a Jira, ServiceNow ITSM, ServiveNow SecOps, or Swimlane 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
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, or Swimlane 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