GrrGetFlows Deprecated

Deprecated. Use grr-get-flows instead.

python · GRR

Source

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

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

README

Lists flows launched on a given client.

Script Data


Name Description
Script Type python
Tags GRR

Dependencies


This script uses the following commands and scripts.

  • grr_get_flows

Inputs


Argument Name Description
client_id The ID of the client.
offset The starting offset.
count The maximum number of flows to fetch.

Outputs


There are no outputs for this script.