Jayanth Othayoth | 02dcec3 | 2017-05-18 23:31:32 -0500 | [diff] [blame] | 1 | description: > |
2 | Implement to capture BMC Dump | ||||
3 | |||||
4 | methods: | ||||
5 | - name: CreateDump | ||||
6 | description: > | ||||
7 | Method to create BMC Dump. | ||||
8 | returns: | ||||
9 | - name: Id | ||||
10 | type: uint32 | ||||
11 | description: > | ||||
12 | The Dump entry id number. | ||||
13 | errors: | ||||
14 | - xyz.openbmc_project.Common.Error.InternalFailure | ||||
15 | - xyz.openbmc_project.Common.File.Error.Write | ||||
16 | - xyz.openbmc_project.Dump.Create.Error.Disabled | ||||
17 | - xyz.openbmc_project.Dump.Create.Error.QuotaExceeded |