SensorIdsFeatureConfigResponse
Sensor IDS Feature Configuration Response
Feature configuration response for sensor appliance.
JSON Example
{
"enabled": false,
"pcap_enabled": false,
"successful_sensor_ids": [
"string"
],
"failed_sensor_ids": [
"string"
]
}
boolean
enabled
Optional
Constraints:
default: true
Specifies whether this feature is enabled.
boolean
pcap_enabled
Optional
Flag to activate or deactivate pcap for IDS events.
array of
string
successful_sensor_ids
Optional
Constraints:
minItems: 1
maxItems: 25
Specifies the sensor ids for which the update is successful.
array of
string
failed_sensor_ids
Optional
Specifies the sensor ids for which update feature has failed.