Load a list of a StackStorm key/value pairs into the datastore
Parameters
keys(Array[Hash])
— List of key value pairs. Each hash should have a 'name' and 'value' key. Example: {'name': 'mydatastorkey', 'value': 'valueinthedatastore'} . For more details , see: https://docs.stackstorm.com/datastore.html#loading-key-value-pairs-from-a-file
convert(Optional[Boolean])
— Convert non-string types (hash, array, boolean, int, float) to a JSON string before loading it into the datastore.
api_key(Optional[String])
— StackStorm API key to use for authentication (prefer this over username/password).
auth_token(Optional[String])
— StackStorm auth token. Use this if username/password auth has already been established in a previous task and auth token is being passed around.
username(Optional[String])
— Username to use for StackStorm authentication.
password(Optional[String])
— Password to use for StackStorm authentication.