CBSensors
List Carbon Black sensors
- Type
- javascript
- Pack
- Carbon_Black_Enterprise_Response
Source
//Show a list of carbon black sensors.
var sensors = executeCommand("cb-list-sensors",{})
var output = sensors[0];
output.ContentsFormat = formats.table;
return output;
README
Returns lists of the Carbon Black sensors.
Script Data
| Name | Description |
|---|---|
| Script Type | javascript |
| Tags | carbon-black, endpoint |
Dependencies
This script uses the following commands and scripts.
- cb-list-sensors
Inputs
There are no inputs for this script.
Outputs
There are no outputs for this script.