GrrSetHunts Deprecated

Deprecated. Use grr_set_hunts instead.

python · GRR

Source

import demistomock as demisto  # noqa: F401
from CommonServerPython import *  # noqa: F401

demisto.results(demisto.executeCommand("grr_set_hunts", demisto.args()))

README

Handles hunt creation requests.

Script Data


Name Description
Script Type python
Tags GRR

Dependencies


This script uses the following commands and scripts.

  • grr_set_hunts

Inputs


Argument Name Description
hunt_runner_args The hunt runner arguments.
hunt_args The hunt arguments.

Outputs


There are no outputs for this script.