Dump: Add token to host dump entries

This commit introduces a token field to the
xyz.openbmc_project.Dump.Entry.System and
com.ibm.Dump.Entry.Resource interfaces. This token is
exchanged from the host when a request to create a dump
is made. The token can be used to identify the dump
entry once the collection is completed. This addition
enhances the tracking of dump entries for the dumps
collected in the host.

Change-Id: Ic4ad9d10bb0b8afd73d2b8d58a920ae5d2b131b8
Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>
diff --git a/yaml/com/ibm/Dump/Entry/Resource.interface.yaml b/yaml/com/ibm/Dump/Entry/Resource.interface.yaml
index ffedff4..594ae9c 100644
--- a/yaml/com/ibm/Dump/Entry/Resource.interface.yaml
+++ b/yaml/com/ibm/Dump/Entry/Resource.interface.yaml
@@ -22,3 +22,9 @@
       type: string
       description: >
           The password required by host to validate the request.
+    - name: Token
+      type: uint32
+      description: >
+          A token exchanged with an external firmware subsystem when creating a
+          dump outside of the BMC. This token can be used to identify the dump
+          entry once the collection is completed.