MENU
    Mitigation
    • 14 Feb 2024
    • 1 Minute to read
    • Dark
      This documentation version is deprecated, please click here for the latest version.

    Mitigation

    • Dark

    Article summary

    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
    }
    JSON

    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
    }
    JSON

    Was this article helpful?

    What's Next