GrrSetFlows Deprecated

Deprecated.Use grr-set-flows instead.

python · GRR

Details

IDGrrSetFlows
Languagepython
From Version5.0.0
Docker Imagedemisto/python:2.7.18.27799
TagsGRR

README

Starts a flow on a given client with given parameters.

Script Data


Name Description
Script Type python
Tags GRR

Dependencies


This script uses the following commands and scripts.

  • grr_set_flows

Inputs


Argument Name Description
client_id The ID of the client.
flow The JSON string of the flow to set.

Outputs


There are no outputs for this script.

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

demisto.results(demisto.executeCommand("grr-set-flows", demisto.args()))