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 @@ -392,7 +392,8 @@ curl -X POST -H "Expect:" -F "jarfile=@/cosmos-examples-1.2.jar" http://localhos
392392# ### 1️⃣ リクエスト :
393393
394394` ` ` console
395- curl -L -X POST 'http://localhost:1026/ngsi-ld/v1/subscriptions/' \
395+ curl -L -X POST \
396+ 'http://localhost:1026/ngsi-ld/v1/subscriptions/' \
396397-H 'Content-Type: application/ld+json' \
397398-H 'NGSILD-Tenant: openiot' \
398399--data-raw '{
@@ -590,7 +591,8 @@ processedDataStream.print().setParallelism(1)
590591# ### 3️⃣ リクエスト:
591592
592593` ` ` console
593- curl -L -X POST 'http://localhost:1026/ngsi-ld/v1/subscriptions/' \
594+ curl -L -X POST \
595+ 'http://localhost:1026/ngsi-ld/v1/subscriptions/' \
594596-H 'Content-Type: application/ld+json' \
595597-H 'NGSILD-Tenant: openiot' \
596598--data-raw '{
Original file line number Diff line number Diff line change @@ -371,7 +371,8 @@ This is done by making a POST request to the `/ngsi-ld/v1/subscriptions` endpoin
371371# ### 1️⃣ Request:
372372
373373` ` ` console
374- curl -L -X POST 'http://localhost:1026/ngsi-ld/v1/subscriptions/' \
374+ curl -L -X POST \
375+ 'http://localhost:1026/ngsi-ld/v1/subscriptions/' \
375376-H 'Content-Type: application/ld+json' \
376377-H 'NGSILD-Tenant: openiot' \
377378--data-raw '{
@@ -559,7 +560,8 @@ soil humidity sensor.
559560# ### 3️⃣ Request:
560561
561562` ` ` console
562- curl -L -X POST 'http://localhost:1026/ngsi-ld/v1/subscriptions/' \
563+ curl -L -X POST \
564+ 'http://localhost:1026/ngsi-ld/v1/subscriptions/' \
563565-H 'Content-Type: application/ld+json' \
564566-H 'NGSILD-Tenant: openiot' \
565567--data-raw '{
You can’t perform that action at this time.
0 commit comments