blob: 5e350df80463094ab57f1f763dec28d4b64a8c95 [file] [log] [blame]
Qiang XU096a5af2019-02-27 16:00:07 +08001description: >
2 Interface to query intrusion detector status.
3
4properties:
5 - name: Status
Chau Lyfd1e87a2023-08-14 15:13:55 +00006 type: enum[self.Status]
7 default: "Normal"
Qiang XU096a5af2019-02-27 16:00:07 +08008 description: >
Patrick Williamsa1347412022-12-06 10:56:22 -06009 Status string of chassis intrusion detector. The value is defined in
Chau Lyfd1e87a2023-08-14 15:13:55 +000010 chassis redfish schema. Can be "Normal", "HardwareIntrusion" or
11 "TamperingDetected".
Chau Ly7b1b7232022-10-24 15:17:14 +000012 - name: Rearm
13 type: enum[self.RearmMode]
14 default: "Automatic"
15 description: >
16 Mode string of chassis intrusion detector. The value is defined in
17 chassis redfish schema. Can be "Automatic" or "Manual".
18
19enumerations:
20 - name: RearmMode
21 description: >
22 Methods to rearm the chassis intrusion status.
23 values:
24 - name: "Automatic"
25 description: >
26 Automatic Rearm method.
27 - name: "Manual"
28 description: >
29 Manual Rearm method.
Chau Lyfd1e87a2023-08-14 15:13:55 +000030 - name: Status
31 description: >
32 The physical security state of the chassis.
33 values:
34 - name: "Normal"
35 description: >
36 No physical security condition is detected at this time.
37 - name: "HardwareIntrusion"
38 description: >
39 Any mechanism protecting the chassis's internal hardwares from
40 being accessed is detected to be in an insecure state.
41 - name: "TamperingDetected"
42 description: >
43 Physical tampering is detected.