(venv_python2.7)[juan.sancho@lab ContextBroker]$ python GetEntity.py BJSENSOR_05 * Asking to http://130.206.80.40:1026/ngsi10/queryContext * Headers: {'Fiware-Service': 'bus_auto', 'content-type': 'application/json', 'accept': 'application/json', 'X-Auth-Token': 'NULL'} * Sending PAYLOAD: { "entities": [ { "type": "", "id": "BJSENSOR_05", "isPattern": "false" } ], "attributes": [] } ... * Status Code: 200 * Response: { "contextResponses" : [ { "contextElement" : { "type" : "thing", "isPattern" : "false", "id" : "BJSENSOR_05", "attributes" : [ { "name" : "TimeInstant", "type" : "ISO8601", "value" : "2016-01-07T12:23:05.700124Z" }, { "name" : "att1", "type" : "string", "value" : "value1", "metadatas" : [ { "name" : "TimeInstant", "type" : "ISO8601", "value" : "2016-01-07T12:23:05.700323Z" } ] }, { "name" : "att2", "type" : "string", "value" : "value2", "metadatas" : [ { "name" : "TimeInstant", "type" : "ISO8601", "value" : "2016-01-07T12:23:05.700323Z" } ] } ] }, "statusCode" : { "code" : "200", "reasonPhrase" : "OK" } } ] }