Skip to content

Commit c40be4c

Browse files
committed
Explicitly add apiKey
1 parent 747d570 commit c40be4c

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

FIWARE IoT Agent JSON.postman_collection.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
],
8989
"body": {
9090
"mode": "raw",
91-
"raw": "{\n \"devices\": [\n {\n \"device_id\": \"motion013\",\n \"entity_name\": \"urn:ngsi-ld:Motion:010\",\n \"entity_type\": \"Motion\",\n \"apikey\": \"4jggokgpepnvsb2uv4s40d59ov\",\n \"timezone\": \"Europe/Berlin\",\n \"expressionLanguage\": \"jexl\",\n \"attributes\": [\n {\n \"name\": \"location\",\n \"type\": \"geo:point\",\n \"expression\": \"{coordinates: [lon,lat], type: 'Point'}\"\n },\n {\n \"name\": \"TimeInstant\",\n \"type\": \"DateTime\",\n \"expression\": \"ts|toisodate\"\n },\n {\n \"name\": \"lat\",\n \"type\": \"Number\"\n },\n {\n \"name\": \"lon\",\n \"type\": \"Number\"\n },\n {\n \"name\": \"ts\",\n \"type\": \"Number\"\n }\n ]\n }\n ]\n}"
91+
"raw": "{\n \"devices\": [\n {\n \"device_id\": \"motion001\",\n \"entity_name\": \"urn:ngsi-ld:Motion:001\",\n \"entity_type\": \"Motion\",\n \"apikey\": \"4jggokgpepnvsb2uv4s40d59ov\",\n \"timezone\": \"Europe/Berlin\",\n \"attributes\": [\n {\n \"object_id\": \"c\",\n \"name\": \"count\",\n \"type\": \"Integer\"\n }\n ],\n \"static_attributes\": [\n {\n \"name\": \"refStore\",\n \"type\": \"Relationship\",\n \"value\": \"urn:ngsi-ld:Store:001\"\n }\n ]\n }\n ]\n}"
9292
},
9393
"url": {
9494
"raw": "http://{{iot-agent}}/iot/devices",

README.ja.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -669,6 +669,7 @@ curl -iX POST \
669669
"device_id": "motion001",
670670
"entity_name": "urn:ngsi-ld:Motion:001",
671671
"entity_type": "Motion",
672+
"apikey": "4jggokgpepnvsb2uv4s40d59ov",
672673
"timezone": "Europe/Berlin",
673674
"attributes": [
674675
{ "object_id": "c", "name": "count", "type": "Integer" }

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -574,6 +574,7 @@ curl -iX POST \
574574
"device_id": "motion001",
575575
"entity_name": "urn:ngsi-ld:Motion:001",
576576
"entity_type": "Motion",
577+
"apikey": "4jggokgpepnvsb2uv4s40d59ov",
577578
"timezone": "Europe/Berlin",
578579
"attributes": [
579580
{ "object_id": "c", "name": "count", "type": "Integer" }

0 commit comments

Comments
 (0)