summaryrefslogtreecommitdiffstats
path: root/xyz/openbmc_project/Dump/Create.interface.yaml
blob: a877687a085915ab6c96f791a9a30a35362b7684 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
description: >
    Implement to capture BMC Dump

methods:
    - name: CreateDump
      description: >
          Method to create BMC Dump.
      returns:
        - name: Id
          type: uint32
          description: >
            The Dump entry id number.
      errors:
        - xyz.openbmc_project.Common.Error.InternalFailure
        - xyz.openbmc_project.Common.File.Error.Write
        - xyz.openbmc_project.Dump.Create.Error.Disabled
        - xyz.openbmc_project.Dump.Create.Error.QuotaExceeded
OpenPOWER on IntegriCloud