Get Sensor Feature Config
Get feature configuration for the sensor appliance with the specified id.
Used to identify a sensor appliance.
8c147e21-7410-4f77-a3a6-e7aa6034992f
OK
{
"flows_enabled": true,
"ids_config": {
"pcap_enabled": false
},
"ids_enabled": true,
"mps_config": {
"archive_file_type": true,
"data_file_type": true,
"document_file_type": true,
"executable_file_type": true,
"media_file_type": true,
"other_file_type": true,
"script_file_type": true
},
"mps_enabled": false
}
Specifies if IDS events are to be sent by sensors.
Configuration of IDS on the sensor.
Specifies if flows are to be collected by sensors.
Specifies if MPS (file events) are to be sent by sensors.
Configuration of MPS for the sensor.
Bad Request
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Unauthorized
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Forbidden
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Precondition Failed
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Precondition Required
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Too Many Requests
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Error
{
"error_code": 0,
"module_name": "sensor",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
This operation contains the following vendor extensions defined in the spec:
["platform-sensor-all"]
curl -H 'Authorization: <value>' https://{api_host}/sensors/appliances/{appliance-id}/feature-config