Qiang XU | 096a5af | 2019-02-27 16:00:07 +0800 | [diff] [blame] | 1 | description: > |
| 2 | Interface to query intrusion detector status. |
| 3 | |
| 4 | properties: |
| 5 | - name: Status |
Chau Ly | fd1e87a | 2023-08-14 15:13:55 +0000 | [diff] [blame] | 6 | type: enum[self.Status] |
| 7 | default: "Normal" |
Qiang XU | 096a5af | 2019-02-27 16:00:07 +0800 | [diff] [blame] | 8 | description: > |
Patrick Williams | a134741 | 2022-12-06 10:56:22 -0600 | [diff] [blame] | 9 | Status string of chassis intrusion detector. The value is defined in |
Chau Ly | fd1e87a | 2023-08-14 15:13:55 +0000 | [diff] [blame] | 10 | chassis redfish schema. Can be "Normal", "HardwareIntrusion" or |
| 11 | "TamperingDetected". |
Chau Ly | 7b1b723 | 2022-10-24 15:17:14 +0000 | [diff] [blame] | 12 | - 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 | |
| 19 | enumerations: |
| 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 Ly | fd1e87a | 2023-08-14 15:13:55 +0000 | [diff] [blame] | 30 | - 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. |