File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -483,6 +483,7 @@ curl -iX POST \
483483 "device_id": "motion001",
484484 "entity_name": "urn:ngsi-ld:Motion:001",
485485 "entity_type": "Motion",
486+ "apikey": "4jggokgpepnvsb2uv4s40d59ov",
486487 "timezone": "Europe/Berlin",
487488 "attributes": [
488489 { "object_id": "c", "name": "count", "type": "Integer" }
@@ -651,7 +652,6 @@ curl -L -X POST 'http://localhost:4041/iot/devices' \
651652-H 'fiware-service: openiot' \
652653-H 'fiware-servicepath: /' \
653654-H 'Content-Type: application/json' \
654- -H 'Cookie: _csrf=MAPTGFPcoPnewsGCWklHi4Mq' \
655655--data-raw '{
656656 "devices": [
657657 {
Original file line number Diff line number Diff line change @@ -531,6 +531,7 @@ curl -iX POST \
531531 "device_id": "motion001",
532532 "entity_name": "urn:ngsi-ld:Motion:001",
533533 "entity_type": "Motion",
534+ "apikey": "4jggokgpepnvsb2uv4s40d59ov",
534535 "protocol": "PDI-IoTA-UltraLight",
535536 "transport": "MQTT",
536537 "timezone": "Europe/Berlin",
You can’t perform that action at this time.
0 commit comments