Details
| ID | CBSessions |
|---|---|
| Language | javascript |
| From Version | 5.0.0 |
| Tags | carbon-black endpoint |
README
Returns lists of Carbon Black sessions.
Script Data
| Name | Description |
|---|---|
| Script Type | javascript |
| Tags | carbon-black, endpoint |
Dependencies
This script uses the following commands and scripts.
- cb-list-sessions
Inputs
| Argument Name | Description |
|---|---|
| verbose | Shows more detailed output. |
Outputs
There are no outputs for this script.
commonfields: id: CBSessions version: -1 name: CBSessions script: '' type: javascript tags: - carbon-black - endpoint comment: List Carbon Black sessions system: true args: - name: verbose description: Show more detailed output scripttarget: 0 dependson: must: - cb-list-sessions timeout: 0s fromversion: 5.0.0 tests: - No tests