SensorMpsFeatureConfigResponse

SensorMpsFeatureConfigResponse
Sensor MPS Feature Configuration Response

Feature configuration for sensor appliance.

JSON Example
{
    "enabled": false,
    "successful_sensor_ids": [
        "string"
    ],
    "failed_sensor_ids": [
        "string"
    ]
}
boolean
enabled
Optional
Constraints: default: true

Specifies whether this feature is enabled. Default is true.

array of string
successful_sensor_ids
Optional
Constraints: minItems: 1 maxItems: 25

Specifies the sensor IDs for which this update is successful.

array of string
failed_sensor_ids
Optional

Specifies the sensor IDs for which update feature has failed.