Details
| ID | GrrGetFlows |
|---|---|
| Language | python |
| From Version | 5.0.0 |
| Docker Image | demisto/python:2.7.18.27799 |
| Tags | GRR |
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.
commonfields: id: GrrGetFlows version: -1 name: GrrGetFlows script: '' type: python subtype: python2 deprecated: true tags: - GRR comment: Deprecated. Use grr-get-flows instead. system: true args: - name: client_id required: true default: true description: The ID of the client - name: offset description: Starting offset - name: count description: Max number of flows to fetch scripttarget: 0 timeout: 0s dependson: must: - grr-get-flows fromversion: 5.0.0 dockerimage: demisto/python:2.7.18.27799 tests: - No tests (auto formatted)