summaryrefslogtreecommitdiffstats
path: root/xyz/openbmc_project/Dump/Create.interface.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'xyz/openbmc_project/Dump/Create.interface.yaml')
-rw-r--r--xyz/openbmc_project/Dump/Create.interface.yaml17
1 files changed, 17 insertions, 0 deletions
diff --git a/xyz/openbmc_project/Dump/Create.interface.yaml b/xyz/openbmc_project/Dump/Create.interface.yaml
new file mode 100644
index 0000000..a877687
--- /dev/null
+++ b/xyz/openbmc_project/Dump/Create.interface.yaml
@@ -0,0 +1,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