In dump create add type uint64 for values in additional parameters

The additional parameters passed to the dump create interfaces
are accepting a key-value pair and the value should be a string.
In some of the dump use cases an integer error log id needs to be
passed, it was being passed as a string. But to make it
more readable and to reduce conversion errors, updating the dict
definition to accept 32 bit unsigned integer.

Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>
Change-Id: Iefc3a49c2d569a4b179fc515938349f8f84bb3ae
diff --git a/yaml/com/ibm/Dump/Create.interface.yaml b/yaml/com/ibm/Dump/Create.interface.yaml
index 331d71f..eca690e 100644
--- a/yaml/com/ibm/Dump/Create.interface.yaml
+++ b/yaml/com/ibm/Dump/Create.interface.yaml
@@ -21,7 +21,7 @@
         - name: 'ErrorLogId'
           description: >
               The id of the log associated with action which triggered the
-              dump.
+              dump. The value should be a 32 bit unsigned integer.
         - name: 'DumpType'
           description: >
               Type of the dump to be collected