Update Sensor activity
The Update Sensor workflow activity updates the sensor to isolate hosts or endpoints.
The Update Sensor activity can be used with any workflow to isolate hosts or endpoints.
Results
Possible results for this activity are:
| Result | Description |
|---|---|
| Success | Updated sensor. |
| Failure | Unable to update sensor. More error information is available in the activity output error. |
Input variables
Input variables determine the initial behavior of the activity.
| Variable | Description |
|---|---|
| api_token | Carbon Black API key. |
| use_mid_server | Determines whether the REST activity uses the MID server to interact with Carbon Black or not. |
| endpoint_base | Base URL of the Carbon Black API. |
| sensor_id | Sensor identifier. |
| sensor_detail | Description of the Carbon Black sensor in JSON format. |
Output variables
The output variables contain data that can be used in subsequent activities.
| Variable | Description |
|---|---|
| status_code | Determines if the request was successful. If not, displays an HTTP error code and message. |