File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -373,7 +373,7 @@ System Status タブの Device メニューに移動します。以下の情報
373
373
Fog ファンクションをトリガーするもう1つの方法は、POST リクエストの形式で NGSI エンティティの更新を FogFlow broker に
374
374
送信して、"Temperature" センサ・エンティティを作成することです。
375
375
376
- #### : one : リクエスト:
376
+ #### 1️⃣ リクエスト:
377
377
378
378
``` console
379
379
curl -iX POST \
@@ -525,7 +525,7 @@ Anomaly-Detector の使用例の入力ストリームを送信するための Cu
525
525
>
526
526
> Curl のケースでは、クラウド IoT Broker がポート 8070 の localhost で実行されていると想定しています。
527
527
528
- #### : two : リクエスト:
528
+ #### 2️⃣ リクエスト:
529
529
530
530
``` console
531
531
curl -iX POST \
Original file line number Diff line number Diff line change @@ -355,7 +355,7 @@ fog function automatically.
355
355
The other way to trigger the fog function is to send an NGSI entity update in the form of a POST request to the FogFlow
356
356
broker to create the "Temperature" sensor entity.
357
357
358
- #### : one : Request
358
+ #### 1️⃣ Request
359
359
360
360
``` console
361
361
curl -iX POST \
@@ -500,7 +500,7 @@ Here are curl examples to send Input streams for Anomaly-Detector use case. It r
500
500
>
501
501
> The Curl case assumes that the cloud IoT Broker is running on localhost on port 8070.
502
502
503
- #### : two : Request
503
+ #### 2️⃣ Request
504
504
505
505
``` console
506
506
curl -iX POST \
You can’t perform that action at this time.
0 commit comments