#!/usr/bin/env bash [[ -z "$ORION_HOST" ]] && echo "Please set ORION_HOST env var. E.g. export ORION_HOST=127.0.0.1" && exit echo "Querying context broker at: ${ORION_HOST}" curl -X GET \ "http://$ORION_HOST:1026/v2/entities/urn:ngsi-ld:FlowerBed:FlowerBed-345" \ -H 'Accept: application/json' \ -H 'Link: ; rel="http://www.w3.org/ns/json-ld#context"; type="application/ld+json"'