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 |
| 6 | type: string |
| 7 | description: > |
Patrick Williams | a134741 | 2022-12-06 10:56:22 -0600 | [diff] [blame] | 8 | Status string of chassis intrusion detector. The value is defined in |
| 9 | chassis redfish schema. Can be "Normal" or "HardwareIntrusion". |
Chau Ly | 7b1b723 | 2022-10-24 15:17:14 +0000 | [diff] [blame] | 10 | - name: Rearm |
| 11 | type: enum[self.RearmMode] |
| 12 | default: "Automatic" |
| 13 | description: > |
| 14 | Mode string of chassis intrusion detector. The value is defined in |
| 15 | chassis redfish schema. Can be "Automatic" or "Manual". |
| 16 | |
| 17 | enumerations: |
| 18 | - name: RearmMode |
| 19 | description: > |
| 20 | Methods to rearm the chassis intrusion status. |
| 21 | values: |
| 22 | - name: "Automatic" |
| 23 | description: > |
| 24 | Automatic Rearm method. |
| 25 | - name: "Manual" |
| 26 | description: > |
| 27 | Manual Rearm method. |