- Print
- DarkLight
This documentation version is deprecated, please click here for the latest version.
Article summary
Did you find this summary helpful?
Thank you for your feedback
This page contains details for response events generated by Mitigation sensor commands.
REJOIN_NETWORK
Emitted after a sensor is allowed network connectivity again (after it was previously segregated). An error code of 0 indicates success.
Platforms:
Sample Event:
{
"ERROR": 0
}
SEGREGATE_NETWORK
Emitted when a sensor is segregated (isolated) from the network using the segregate_network
command. An error code of 0 indicates success.
Platforms:
Sample Event:
{
"ERROR": 0
}
Was this article helpful?