1/xyz/openbmc_project/logging/send_event_logs_to_host:
2    - Interface: xyz.openbmc_project.Object.Enable
3      Properties:
4          Enabled:
5              Default: 'true'
6
7/xyz/openbmc_project/dump/system_dump_policy:
8    - Interface: xyz.openbmc_project.Object.Enable
9      Properties:
10          Enabled:
11              Default: 'true'
12
13/xyz/openbmc_project/control/host0/power_mode:
14    - Interface: xyz.openbmc_project.Control.Power.Mode
15      Properties:
16          PowerMode:
17              Default: Mode::PowerMode::MaximumPerformance
18
19/xyz/openbmc_project/control/host0/power_ips:
20    - Interface: xyz.openbmc_project.Control.Power.IdlePowerSaver
21      Properties:
22          Enabled:
23              Default: 'false'
24          EnterUtilizationPercent:
25              Default: 8
26              Validation:
27                  Type: "range"
28                  Validator: 1..95
29                  Unit: "percent"
30          EnterDwellTime:
31              Default: 240000
32              Validation:
33                  Type: "range"
34                  Validator: 10000..600000
35                  Unit: "milliseconds"
36          ExitUtilizationPercent:
37              Default: 12
38              Validation:
39                  Type: "range"
40                  Validator: 5..95
41                  Unit: "percent"
42          ExitDwellTime:
43              Default: 12000
44              Validation:
45                  Type: "range"
46                  Validator: 10000..600000
47                  Unit: "milliseconds"
48
49/xyz/openbmc_project/hardware_isolation/allow_hw_isolation:
50    - Interface: xyz.openbmc_project.Object.Enable
51      Properties:
52          Enabled:
53              Default: 'true'
54