File tree 1 file changed +21
-6
lines changed
yaml/xyz/openbmc_project/Logging
1 file changed +21
-6
lines changed Original file line number Diff line number Diff line change @@ -46,13 +46,14 @@ properties:
46
46
default. Setting this to 'true' will NOT result in the error log being
47
47
deleted.
48
48
- name : ServiceProviderNotify
49
- type : boolean
50
- default : false
49
+ type : enum[self.Notify]
50
+ default : NotSupported
51
51
description : >
52
- This property when set to 'true' indicates that this event log should
53
- be notified to the service provider, if that is implemented on the
54
- system. An event of this type requires a service action to replace the
55
- hardware part or update code to correct the error.
52
+ If this property value is set to 'Notify', the service provider must
53
+ be notified about the Entry. If the value is set to 'Inhibit' then
54
+ notification is not sent to the service provider. An event of this
55
+ type requires a service action to correct the event, such as replacing
56
+ the hardware part or updating code.
56
57
- name : UpdateTimestamp
57
58
type : uint64
58
59
description : >
@@ -92,6 +93,20 @@ enumerations:
92
93
description : >
93
94
Information useful to developers for debugging the application.
94
95
96
+ - name : Notify
97
+ description : >
98
+ Possible ServiceProviderNotify values for an error log entry.
99
+ values :
100
+ - name : NotSupported
101
+ description : >
102
+ ServiceProviderNotify property is not supported.
103
+ - name : Notify
104
+ description : >
105
+ The service provider should be notified about the event log.
106
+ - name : Inhibit
107
+ description : >
108
+ The service provider should not be notified about the event log.
109
+
95
110
methods :
96
111
- name : GetEntry
97
112
description : >
You can’t perform that action at this time.
0 commit comments