From a5e2eb3f83de4fe74510cf2aa06ea2bce788c6a3 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Tue, 22 Sep 2015 11:33:43 +0200 Subject: [PATCH] added another script to query the context broker --- contrib/fiware-query.sh | 9 +++++++-- contrib/fiware-update.sh | 28 ++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+), 2 deletions(-) create mode 100755 contrib/fiware-update.sh diff --git a/contrib/fiware-query.sh b/contrib/fiware-query.sh index c529f1f8d..2b6823f29 100755 --- a/contrib/fiware-query.sh +++ b/contrib/fiware-query.sh @@ -1,6 +1,6 @@ #!/bin/bash -(curl 46.101.131.212:1026/v1/queryContext -s -S \ +(curl http://46.101.131.212:1026/v1/queryContext -s -S \ --header 'Content-Type: application/json' \ --header 'Accept: application/json' -d @- | python -mjson.tool) <