[PATCH docs] Update dbus-interfaces.md for Event Log api
Jeremy Kerr
jk at ozlabs.org
Mon Feb 8 19:54:58 AEDT 2016
Hi Chris,
> From: Chris Austen <causten at users.noreply.github.com>
You may want to set your git user settings there? I can fix it for this
change though...
> diff --git a/dbus-interfaces.md b/dbus-interfaces.md
> index 28fe410..db0f232 100644
> --- a/dbus-interfaces.md
> +++ b/dbus-interfaces.md
> @@ -151,4 +151,30 @@ properties:
>
> * `state`
>
> +# Event Logs
>
> +## `/org/openbmc/records/events`
> +
> +methods:
> +
> + * `Clear()`
All of our other methods start with a lowercase, is this intentional?
> +
> +## `/org/openbmc/records/events/<logid>`
> +
> +methods:
> +
> + * `delete()`
> +
> +properties:
> +
> + * `message`
> +
> + * `association`
> +
> + * `reported_by`
> +
> + * `severity`
> +
> + * `debug_data`
> +
> + * `time`
Looks good.
Cheers,
Jeremy
More information about the openbmc
mailing list