1/xyz/openbmc_project/control/minimum_ship_level_required:
2    - Interface: xyz.openbmc_project.Control.MinimumShipLevel
3      Properties:
4          MinimumShipLevelRequired:
5             Default: 'true'
6
7/xyz/openbmc_project/time/sync_method:
8    - Interface: xyz.openbmc_project.Time.Synchronization
9      Properties:
10          TimeSyncMethod:
11              Default: Synchronization::Method::NTP
12
13/xyz/openbmc_project/control/power_supply_attributes:
14    - Interface: xyz.openbmc_project.Control.PowerSupplyAttributes
15      Properties:
16          DeratingFactor:
17             Default: 90
18
19/xyz/openbmc_project/control/power_supply_redundancy:
20    - Interface: xyz.openbmc_project.Control.PowerSupplyRedundancy
21      Properties:
22          PowerSupplyRedundancyEnabled:
23             Default: 'true'
24
25
26/xyz/openbmc_project/logging/rest_api_logs:
27    - Interface: xyz.openbmc_project.Object.Enable
28      Properties:
29          Enabled:
30             Default: 'false'
31
32/xyz/openbmc_project/logging/settings:
33    - Interface: xyz.openbmc_project.Logging.Settings
34      Properties:
35          QuiesceOnHwError:
36             Default: 'false'
37
38/xyz/openbmc_project/software/apply_time:
39    - Interface: xyz.openbmc_project.Software.ApplyTime
40      Properties:
41          RequestedApplyTime:
42             Default: ApplyTime::RequestedApplyTimes::OnReset
43