DBotShowClusteringModelInfo
Show clustering model information - model summary and incidents in specific cluster.
python · Base
Details
| ID | DBotShowClusteringModelInfo |
|---|---|
| Language | python |
| From Version | 6.2.0 |
| Docker Image | demisto/python3:3.12.13.10404775 |
| Tags | widget |
README
Show clustering model information - model summary and incidents in specific cluster.
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Tags | widget |
| Cortex XSOAR Version | 6.2.0 |
Inputs
| Argument Name | Description |
|---|---|
| modelName | The model name. |
| searchQuery | The input query from the dashboard. |
| fromDate | The start date by which to filter incidents. Date format will be the same as in the incidents query page, for example: “3 days ago”, ““2019-01-01T00:00:00 +0200”). |
| fieldsToDisplay | Comma-separated list of additional incident fields to display, but which will not be taken into account when computing similarity. |
| returnType | Return model summary or incidents in specific group according to the search query. |
Outputs
There are no outputs for this script.
args: - description: The model name. name: modelName required: true - description: The input query from the dashboard. name: searchQuery - description: 'The start date by which to filter incidents. Date format will be the same as in the incidents query page, for example: "3 days ago", ""2019-01-01T00:00:00 +0200").' name: fromDate - description: Comma-separated list of additional incident fields to display, but which will not be taken into account when computing similarity. name: fieldsToDisplay - auto: PREDEFINED defaultValue: summary description: Return model summary or incidents in specific group according to the search query. name: returnType predefined: - summary - incidents comment: Show clustering model information - model summary and incidents in specific cluster. commonfields: id: DBotShowClusteringModelInfo version: -1 name: DBotShowClusteringModelInfo script: '-' subtype: python3 tags: - widget timeout: '0' type: python fromversion: 6.2.0 tests: - No tests (auto formatted) dockerimage: demisto/python3:3.12.13.10404775 marketplaces: - xsoar