File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -450,7 +450,8 @@ docker exec -it spark-worker-1 bin/bash
450450#### 1️⃣ リクエスト:
451451
452452``` console
453- curl -L -X POST 'http://localhost:1026/ngsi-ld/v1/subscriptions/' \
453+ curl -L -X POST \
454+ 'http://localhost:1026/ngsi-ld/v1/subscriptions/' \
454455-H 'Content-Type: application/ld+json' \
455456-H 'NGSILD-Tenant: openiot' \
456457--data-raw '{
@@ -645,7 +646,8 @@ processedDataStream.print()
645646#### 3️⃣ Request:
646647
647648``` console
648- curl -L -X POST 'http://localhost:1026/ngsi-ld/v1/subscriptions/' \
649+ curl -L -X POST \
650+ 'http://localhost:1026/ngsi-ld/v1/subscriptions/' \
649651-H 'Content-Type: application/ld+json' \
650652-H 'NGSILD-Tenant: openiot' \
651653--data-raw '{
Original file line number Diff line number Diff line change @@ -430,7 +430,8 @@ Open another terminal and run the following command:
430430#### 1️⃣ Request:
431431
432432``` console
433- curl -L -X POST 'http://localhost:1026/ngsi-ld/v1/subscriptions/' \
433+ curl -L -X POST \
434+ 'http://localhost:1026/ngsi-ld/v1/subscriptions/' \
434435-H 'Content-Type: application/ld+json' \
435436-H 'NGSILD-Tenant: openiot' \
436437--data-raw '{
@@ -614,7 +615,8 @@ soil humidity sensor.
614615#### 3️⃣ Request:
615616
616617``` console
617- curl -L -X POST 'http://localhost:1026/ngsi-ld/v1/subscriptions/' \
618+ curl -L -X POST \
619+ 'http://localhost:1026/ngsi-ld/v1/subscriptions/' \
618620-H 'Content-Type: application/ld+json' \
619621-H 'NGSILD-Tenant: openiot' \
620622--data-raw '{
You can’t perform that action at this time.
0 commit comments