|
Post by chaul on Aug 28, 2023 8:32:35 GMT
Hi, the IntrusionSensorRearm attribute under PhysicalSecurity is currently defined as read-only (https://redfish.dmtf.org/schemas/v1/Chassis.v1_23_0.json). "IntrusionSensorReArm": { "anyOf": [
{
"$ref": "#/definitions/IntrusionSensorReArm"
},
{
"type": "null"
}
],
"description": "The policy that describes how the physical security state of the chassis returns to a normal state.",
"longDescription": "This property shall contain the policy that describes how the IntrusionSensor property returns to the `Normal` value.",
"readonly": true,
"versionAdded": "v1_1_0"
}
I can see it means that the rearm method should be chosen from the beginning and can not be changed along the way. But I wonder what the drawback of allowing it to be writable is? I think admin should be allowed to change runtime how they interpret the IntrusionSensor value. Thanks.
|
|
|
Post by mraineri on Aug 28, 2023 13:04:21 GMT
To date, we've seen this as something managed by the system vendor and an end user is not able to modify this. If we do make this a writable property, that doesn't force everyone down this path; vendors can still implement it as read-only if that's their product's policy. If you really see a need for an end user to modify this, I can raise this to others to discuss if we should open this to be writable.
|
|