SensorStatus

SensorStatus
Sensor Status Information

Status of the sensor appliance and health of the various components.

JSON Example
{
    "registration_status": "string",
    "health": "string",
    "sniffing_health": "string",
    "uploading_health": "string",
    "rapid_health": "string",
    "uptime": 0,
    "_last_modified_time": 0
}
string
registration_status
Optional

The status of registration of the sensor.

Possible values are : REGISTERED, IN_PROGRESS, FAILED,
string
health
Optional

The health of the sensor is a combination of the health of the sniffing pipeline, the uploading daemon, and the RAPID and related containers.

Possible values are : OK, DOWN, DEGRADED, DISABLED, DISCONNECTED, NOT_AVAILABLE,
string
sniffing_health
Optional

The sniffing pipeline is responsible for analyzing the traffic on the wire and generating events.

Possible values are : OK, DOWN, DEGRADED, DISABLED, NOT_AVAILABLE,
string
uploading_health
Optional

The uploading daemon is responsible for uploading the events generated by the sniffing pipeline to the SSP.

Possible values are : OK, DOWN, DEGRADED, DISABLED, NOT_AVAILABLE,
string
rapid_health
Optional

RAPID and related containers provide the file analysis functionality of the sensor.

Possible values are : OK, DOWN, DEGRADED, DISABLED, NOT_AVAILABLE,
integer As int64 As int64
uptime
Optional

Sensor appliances will generally have a high uptime. The sensor typically does not restart on its own however some configurations may require a restart.

_last_modified_time
Optional

Timestamp in milliseconds since epoch.

Property Of