RankRemediationOwners
This script determines the most likely remediation owners from those surfaced by other enrichments.
python · Cortex Exposure Management
Details
| ID | RankRemediationOwners |
|---|---|
| Language | python |
| From Version | 6.10.0 |
| Docker Image | demisto/xpanse-ml-ev2:1.0.0.10182333 |
README
This script determines the most likely remediation owners from those surfaced by other enrichments.
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Cortex XSOAR Version | 6.10.0 |
Dependencies
This script uses the following commands and scripts.
- setIssue
Used In
This script is used in the following playbooks and scripts.
- Cortex EM - Exposure Issue
Inputs
| Argument Name | Description |
|---|---|
| owners | List of potential remediation owners. |
| system_ids | System IDs or names associated with the compute instance. |
| ownerrelatedfield | The alert or issue field for the remediation owners. |
| tenantcommand | For alerts (False), use !setAlert, for issues (True), use !setIssue. |
Outputs
There are no outputs for this script.
args: - description: List of potential remediation owners. isArray: true name: owners required: true - description: System IDs or names associated with the compute instance. isArray: true name: system_ids - defaultValue: xdmremediationowners description: The alert or issue field for the remediation owners. name: ownerrelatedfield - defaultValue: "False" description: For alerts (False), use !setAlert, for issues (True), use !setIssue. name: tenantcommand auto: PREDEFINED predefined: - "True" - "False" comment: This script determines the most likely remediation owners from those surfaced by other enrichments. commonfields: id: RankRemediationOwners version: -1 dockerimage: demisto/xpanse-ml-ev2:1.0.0.10182333 enabled: true name: RankRemediationOwners runas: DBotWeakRole script: '' scripttarget: 0 subtype: python3 tags: [] type: python fromversion: 6.10.0 tests: - No tests (auto formatted) runonce: false engineinfo: {}