SensorDetailList
Sensor Detail List
List of all sensors with statuses.
AllOf
JSON Example
{
"offset": 0,
"number_of_results": 0,
"total_result_count": 0,
"total_pages": 0,
"sort_ascending": false,
"sort_by": "string",
"results": [
{
"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
}
}
]
}