Add 'EventId' parameter to BMC Dump creation parameters

This commit adds a new 'EventId' parameter to the BMC Dump
creation parameters. The 'EventId' parameter is used to
link a BMC dump with a specific system event, providing
clearer context and allowing for the collection of additional,
relevant diagnostic data related to the event.

Change-Id: Ia092caa42c3917febfd5e8b447f49bc9078812c2
Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>
diff --git a/yaml/xyz/openbmc_project/Dump/Create.interface.yaml b/yaml/xyz/openbmc_project/Dump/Create.interface.yaml
index 62823cf..1d90383 100644
--- a/yaml/xyz/openbmc_project/Dump/Create.interface.yaml
+++ b/yaml/xyz/openbmc_project/Dump/Create.interface.yaml
@@ -74,6 +74,14 @@
                 collection. This is a string identifier for the error type. The
                 type of the error dictates the kind of debug data collected
                 during the dump process.
+          - name: "EventId"
+            description: >
+                The identifier for an event that triggers the BMC dump. When a
+                BMC dump is initiated as a response to a specific system event,
+                this parameter can be supplied with the unique ID associated
+                with that event. By linking the dump to an event ID, the system
+                can collate additional, relevant diagnostic data or add this
+                into the dump to aid in providing a clearer context.
 
     - name: DumpType
       description: >