Source
import demistomock as demisto # noqa: F401 from CommonServerPython import * # noqa: F401 demisto.results(demisto.executeCommand("grr_get_hunt", demisto.args()))
README
Renders the hunts summary.
Script Data
| Name | Description |
|---|---|
| Script Type | python |
| Tags | GRR |
Dependencies
This script uses the following commands and scripts.
- grr_get_hunt
Inputs
| Argument Name | Description |
|---|---|
| hunt_id | The hunt ID. |
Outputs
There are no outputs for this script.