Created question in FIWARE Q/A platform on 28-04-2016 at 10:04
Please, ANSWER this question AT https://stackoverflow.com/questions/36909743/cannot-get-any-santandertraffic-or-device-sensor-info-from-orion-since-11-april
Question:
cannot get any santander:traffic or device sensor info from orion since 11 april
Description:
i have a shell script for santander:device or santander:traffic
(curl orion.lab.fi-ware.eu:1026/v1/queryContext?limit=1000 -s -S --header 'Content-Type: application/json' \
-header 'Accept: application/json' --header "X-Auth-Token: $TOKEN" -d @ | python -mjson.tool) <<EOF {
"entities": [
{
"type": "**santander:device*",
"isPattern": "true",
"id": ".*"
}
],
"attributes": [
"TimeInstant"
]}
but
it returns no changes on attributes since 11 April for all santander:device or santander:traffic?Any idea?
best regards
philg