Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

demisto/python3:3.10.14.92207 | 0-100 | PR batch #4/6 #34074

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
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ script: '-'
type: python
tags:
- dynamic-section
comment: Retrieve anomalies for specified case id from GRA and update in XSOAR
comment: Retrieve anomalies for specified case id from GRA and update in XSOAR.
enabled: true
scripttarget: 0
subtype: python3
timeout: 900ns
dockerimage: demisto/python3:3.10.12.63474
dockerimage: demisto/python3:3.10.14.92207
runas: DBotWeakRole
fromversion: 6.0.0
tests:
Expand Down
68 changes: 35 additions & 33 deletions Packs/Indeni/Integrations/Indeni/Indeni.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,106 +55,106 @@ name: Indeni
script:
commands:
- arguments:
- description: device id string
- description: device id string.
name: device_id
required: true
description: get the device information
description: get the device information.
name: indeni-get-device-info
outputs:
- contextPath: Indeni.DeviceInfo.DeviceId
description: device id string
description: device id string.
type: string
- contextPath: Indeni.DeviceInfo.DeviceIP
description: device ip string
description: device ip string.
type: string
- contextPath: Indeni.DeviceInfo.DeviceName
description: device hostname
description: device hostname.
type: string
- contextPath: Indeni.DeviceInfo.DeviceModel
description: device model
description: device model.
type: string
- contextPath: Indeni.DeviceInfo.OSVersion
description: device OS version
description: device OS version.
type: string
- contextPath: Indeni.DeviceInfo.CriticalAlertStats
description: '# of critical alerts on the device'
description: '# of critical alerts on the device.'
type: number
- contextPath: Indeni.DeviceInfo.ErrorAlertStats
description: '# of error alerts on the device'
description: '# of error alerts on the device.'
type: number
- contextPath: Indeni.DeviceInfo.WarnAlertStats
description: '# of warn alerts on the device'
description: '# of warn alerts on the device.'
type: number
- contextPath: Indeni.DeviceInfo.InfoAlertStats
description: '# of info alerts on the device'
description: '# of info alerts on the device.'
type: number
- arguments:
- description: the id of the alert
- description: the id of the alert.
name: alert_id
required: true
description: Get detailed alert info
description: Get detailed alert info.
name: indeni-get-alert-info
outputs:
- contextPath: Indeni.AlertInfo.AlertId
description: id of the alert
description: id of the alert.
type: string
- contextPath: Indeni.AlertInfo.Headline
description: headline of the alert
description: headline of the alert.
type: string
- contextPath: Indeni.AlertInfo.DeviceId
description: device id
description: device id.
type: string
- contextPath: Indeni.AlertInfo.AlertType
description: the alert type unique identifier
description: the alert type unique identifier.
type: string
- arguments:
- description: identifier for alert type
- description: identifier for alert type.
name: alert_type_identifier
required: true
description: Get summary of given alert type for all devices
description: Get summary of given alert type for all devices.
name: indeni-get-alert-summary
outputs:
- contextPath: Indeni.AffectedDevices.AlertType
description: Alert type that's affecting the devices
description: Alert type that's affecting the devices.
type: String
- contextPath: Indeni.AffectedDevices.Device.DeviceName
description: Name of the affected device
description: Name of the affected device.
type: String
- contextPath: Indeni.AffectedDevices.Device.DeviceId
description: Id of the affected device
description: Id of the affected device.
type: String
- arguments:
- description: the id of the alert
- description: the id of the alert.
name: alert_id
required: true
- description: the content of the note
- description: the content of the note.
name: note
required: true
description: Post a note to a given issue id
description: Post a note to a given issue id.
name: indeni-post-note
- arguments:
- description: the alert id of the issue
- description: the alert id of the issue.
name: alert_id
required: true
description: Archive an issue for the given alert id
description: Archive an issue for the given alert id.
name: indeni-archive-issue
- arguments:
- description: the alert id of the issue
- description: the alert id of the issue.
name: alert_id
required: true
description: Unarchive an existing issue
description: Unarchive an existing issue.
name: indeni-unarchive-issue
- arguments:
- description: The id of the alert
- description: The id of the alert.
name: alert_id
required: true
description: Get the notes from issue
description: Get the notes from issue.
name: indeni-get-notes
outputs:
- contextPath: Indeni.AlertInfo.Note
description: Notes for the given issue
description: Notes for the given issue.
type: Unknown
dockerimage: demisto/python3:3.10.12.63474
dockerimage: demisto/python3:3.10.14.92207
isfetch: true
longRunning: true
runonce: false
Expand All @@ -164,3 +164,5 @@ script:
fromversion: 5.0.0
defaultclassifier: Indeni
defaultmapperin: Indeni-mapper
tests:
- No tests (auto formatted)
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ script: ""
type: python
tags:
- field-change-triggered
comment: Automatically changes email field when choosing classification
comment: Automatically changes email field when choosing classification.
fromversion: 6.0.0
enabled: true
scripttarget: 0
subtype: python3
dockerimage: demisto/python3:3.10.12.63474
dockerimage: demisto/python3:3.10.14.92207
runas: DBotWeakRole
tests:
- No tests (auto formatted)
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ comment: Map details to an RaDark incident.
commonfields:
id: MapRaDarkIncidentDetails
version: -1
dockerimage: demisto/python3:3.10.12.63474
dockerimage: demisto/python3:3.10.14.92207
enabled: true
name: MapRaDarkIncidentDetails
outputs:
Expand Down
2 changes: 1 addition & 1 deletion Packs/Ncurion/Integrations/Ncurion/Ncurion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ script:
description: Get the Ncurion Log server list
name: ncurion-get-log-list
outputs: []
dockerimage: demisto/python3:3.10.12.63474
dockerimage: demisto/python3:3.10.14.92207
isFetchSamples: true
isfetch: true
script: ''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,13 +129,13 @@ script:
- contextPath: NucleonCyber.Indicators.exp
description: Indicators exp.
type: String
dockerimage: demisto/python3:3.10.12.63474
dockerimage: demisto/python3:3.10.14.92207
feed: true
runonce: false
script: '-'
subtype: python3
type: python
fromversion: 6.0.0
description: This is the NucleonCyber Feed integration
description: This is the NucleonCyber Feed integration.
tests:
- No tests (auto formatted)
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ enabled: true
args:
- name: value
required: true
description: Date to convert
description: Date to convert.
scripttarget: 0
subtype: python3
dockerimage: demisto/python3:3.10.11.61265
dockerimage: demisto/python3:3.10.14.92207
runas: DBotWeakRole
fromversion: 6.0.0
tests:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ comment: Shows the Rubrik Radar amount of Files Added.
commonfields:
id: RubrikCDMClusterConnectionState
version: -1
dockerimage: demisto/python3:3.10.11.61265
dockerimage: demisto/python3:3.10.14.92207
enabled: true
name: RubrikCDMClusterConnectionState
runas: DBotWeakRole
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ comment: Shows the Rubrik Radar amount of Files Added.
commonfields:
id: RubrikRadarFilesAdded
version: -1
dockerimage: demisto/python3:3.10.11.61265
dockerimage: demisto/python3:3.10.14.92207
enabled: true
name: RubrikRadarFilesAdded
runas: DBotWeakRole
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ comment: Shows the Rubrik Radar amount of Files Deleted.
commonfields:
id: RubrikRadarFilesDeleted
version: -1
dockerimage: demisto/python3:3.10.11.61265
dockerimage: demisto/python3:3.10.14.92207
enabled: true
name: RubrikRadarFilesDeleted
runas: DBotWeakRole
Expand Down
Loading