blob: ca8cde981ba3178b3530ffea38edda6f981b31d8 [file] [log] [blame]
Paul Fertserae1cf7b2022-04-11 09:18:39 +00001description: >
2 Interface representing an e-mail destination for syslog messages.
3
4 The object which implements this interface must implement
5 xyz.openbmc_project.Object.Delete.
6
7properties:
8 - name: Mailto
9 type: string
10 flags:
11 - readonly
12 description: >
13 Specifies the mailto: URI (RFC6068) to send events to.
14 - name: Level
15 type: enum[xyz.openbmc_project.Logging.Entry.Level]
16 description: >
17 Specifies the maximum level for the log events to be sent.