Push Entry into Process Dictionary Queue
-
Description
POST /proc_queue_push HTTP/1.1
{"key":"[key]","value":"[value]"} -
Possible Responses
{"code":0,"message":"Success","size":10} // size is the current number of entries in the queue
-
Notes
- Push an entry with value
[value]
into the queue identified by key[key]
[key]
identifies the queue[value]
is a string
- Push an entry with value