Retrieve the value for a key from the StackStorm datastore
Parameters
key(String[1])
— Key to get
scope(Optional[String])
— Scope to retrieve the data from. Default = 'system'
decrypt(Optional[Boolean])
— Decrypt secret if encrypted. Default = false
convert(Optional[Boolean])
— Attempt to convert the string into a hash, array, etc by parsing it as JSON. If an error occurs the string data will be returned. Default = true
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.