File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ Photo by <a href="https://unsplash.com/@sebastianpoc?utm_content=creditCopyText&
7979
8080``` bash
8181curl -iX PATCH \
82- " ${BROKER_URL} /v2/entities/urn:ngsi -ld:SpeedCameraSensor:001 /attrs" \
82+ " ${BROKER_URL} /v2/entities/urn%3Angsi -ld%3ASpeedCameraSensor%3A001 /attrs" \
8383 -H " Content-Type: application/json" \
8484 -H " Authorization: Bearer ${BROKER_TOKEN} " \
8585 -H " Fiware-Service: ${FIWARE_SERVICE} " \
@@ -96,7 +96,7 @@ curl -iX PATCH \
9696
9797``` bash
9898curl -iX DELETE \
99- " ${BROKER_URL} /v2/entities/urn:ngsi -ld:SpeedCameraSensor:001 " \
99+ " ${BROKER_URL} /v2/entities/urn%3Angsi -ld%3ASpeedCameraSensor%3A001 " \
100100 -H " Authorization: Bearer ${BROKER_TOKEN} " \
101101 -H " Fiware-Service: ${FIWARE_SERVICE} " \
102102 -H " Fiware-ServicePath: ${FIWARE_SERVICEPATH} "
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ curl -iX POST "${BROKER_URL}/v2/entities" \
6464
6565``` bash
6666curl -iX PATCH \
67- " ${BROKER_URL} /v2/entities/urn:ngsi -ld:LocationSensor:001 /attrs" \
67+ " ${BROKER_URL} /v2/entities/urn%3Angsi -ld%3ALocationSensor%3A001 /attrs" \
6868 -H " Authorization: Bearer ${BROKER_TOKEN} " \
6969 -H " Fiware-Service: ${FIWARE_SERVICE} " \
7070 -H " Fiware-ServicePath: ${FIWARE_SERVICEPATH} " \
@@ -88,7 +88,7 @@ within the project boundary.
8888
8989``` bash
9090curl -iX DELETE \
91- " ${BROKER_URL} /v2/entities/urn:ngsi -ld:LocationSensor:001 " \
91+ " ${BROKER_URL} /v2/entities/urn%3Angsi -ld%3ALocationSensor%3A001 " \
9292 -H " Authorization: Bearer ${BROKER_TOKEN} " \
9393 -H " Fiware-Service: ${FIWARE_SERVICE} " \
9494 -H " Fiware-ServicePath: ${FIWARE_SERVICEPATH} "
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ curl -iX POST "${BROKER_URL}/v2/entities" \
7676
7777``` bash
7878curl -iX PATCH \
79- " ${BROKER_URL} /v2/entities/urn:ngsi -ld:TemperatureSensor:001 /attrs" \
79+ " ${BROKER_URL} /v2/entities/urn%3Angsi -ld%3ATemperatureSensor%3A001 /attrs" \
8080 -H " Content-Type: application/json" \
8181 -H " Authorization: Bearer ${BROKER_TOKEN} " \
8282 -H " Fiware-Service: ${FIWARE_SERVICE} " \
@@ -93,13 +93,13 @@ curl -iX PATCH \
9393
9494``` bash
9595curl -iX DELETE \
96- " ${BROKER_URL} /v2/entities/urn:ngsi -ld:TemperatureSensor:001 " \
96+ " ${BROKER_URL} /v2/entities/urn%3Angsi -ld%3ATemperatureSensor%3A001 " \
9797 -H " Authorization: Bearer ${BROKER_TOKEN} " \
9898 -H " Fiware-Service: ${FIWARE_SERVICE} " \
9999 -H " Fiware-ServicePath: ${FIWARE_SERVICEPATH} "
100100
101101curl -iX DELETE \
102- " ${BROKER_URL} /v2/entities/urn:ngsi -ld:TemperatureSensor:002 " \
102+ " ${BROKER_URL} /v2/entities/urn%3Angsi -ld%3ATemperatureSensor%3A002 " \
103103 -H " Authorization: Bearer ${BROKER_TOKEN} " \
104104 -H " Fiware-Service: ${FIWARE_SERVICE} " \
105105 -H " Fiware-ServicePath: ${FIWARE_SERVICEPATH} "
You can’t perform that action at this time.
0 commit comments