blob: d51e999f0c0488d807f6c5ab0b78771ebe909897 [file] [log] [blame]
description: >
Provides D-Bus access to OpenPower Platform Event Logs
methods:
- name: GetPEL
description: >
Returns a file desciptor to a PEL.
parameters:
- name: pelID
type: int32
description: >
The PEL log ID of the PEL to retrieve.
returns:
- name: data
type: unixfd
description: >
A file descriptor for a file that contains the PEL.
errors:
- xyz.openbmc_project.Common.Error.InternalFailure
- xyz.openbmc_project.Common.Error.InvalidArgument
- name: GetPELFromOBMCID
description: >
Returns PEL data based on the OpenBMC event log ID.
parameters:
- name: obmcLogID
type: int32
description: >
The OpenBMC event log ID of the PEL to retrieve.
returns:
- name: data
type: array[byte]
description: >
The PEL data
errors:
- xyz.openbmc_project.Common.Error.InternalFailure
- xyz.openbmc_project.Common.Error.InvalidArgument