SensorDetail

SensorDetail
Sensor Detail Information

Complete information about the sensor appliance.

JSON Example
{
    "sensor_info": {
        "token_id": "string",
        "certificate": "string",
        "pem_encoded": "string",
        "algorithm": "string",
        "key_size": 0
    },
    "appliance_info": {
        "cpu_sockets": 0,
        "cpu_cores": 0,
        "memory": 0,
        "software_version": "string"
    },
    "appliance_networking_info": {
        "host_name": "string",
        "nics": [
            {
                "mac_address": "string",
                "ipv4_address": "string",
                "ipv6_address": "string",
                "is_mgmt": false
            }
        ],
        "dns": [
            "string"
        ],
        "ntp": [
            "string"
        ],
        "home_networks": [
            "string"
        ]
    },
    "appliance_ids_signature_info": {
        "bundle_id": "string",
        "ids_signature_bundle_version": "string",
        "number_of_signatures": 0,
        "_last_modified_time": 0
    },
    "sensor_feature_config": {
        "ids_enabled": false,
        "ids_config": {
            "pcap_enabled": false
        },
        "flows_enabled": false,
        "mps_enabled": false,
        "mps_config": {
            "document_file_type": false,
            "executable_file_type": false,
            "media_file_type": false,
            "archive_file_type": false,
            "data_file_type": false,
            "script_file_type": false,
            "other_file_type": false
        }
    },
    "sensor_status": {
        "registration_status": "string",
        "health": "string",
        "sniffing_health": "string",
        "uploading_health": "string",
        "rapid_health": "string",
        "uptime": 0,
        "_last_modified_time": 0
    }
}
sensor_info
Optional

Represents a sensor device. A sensor allows network sniffing and raising IDS alerts, file events, and reports network flows.

appliance_info
Optional

Information about the sensor appliance.

appliance_networking_info
Optional

Networking information of the sensor appliance.

appliance_ids_signature_info
Optional

IDS signature bundle info for the sensor appliance.

sensor_feature_config
Optional

Specifies features configured for the sensors.

sensor_status
Optional

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