Closed edeas123 closed 9 years ago
Currently calling server.info('r1', user_key) returns an array with any ID element: ['okay', [{'create_time': '2015-Aug-08 12:31:43.309000', 'finish_time': '2015-Aug-08 12:31:50.551000', 'message': '', 'query_id': 'q1', 'state': 'done', 'type': 'request'}]]
But does not return information about the request id that was given, in this case, 'r1'.
Currently calling server.info('r1', user_key) returns an array with any ID element: ['okay', [{'create_time': '2015-Aug-08 12:31:43.309000', 'finish_time': '2015-Aug-08 12:31:50.551000', 'message': '', 'query_id': 'q1', 'state': 'done', 'type': 'request'}]]
But does not return information about the request id that was given, in this case, 'r1'.