File tree 3 files changed +10
-10
lines changed
3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ For this example, let's presume that we have already:
46
46
47
47
We'll update the existing flow to send the processed data to both Navixy and our MQTT endpoint:
48
48
49
- #### [ POST /iot/logic/flow/update] ( IoT_Logic.json/paths/~1iot~1logic~1flow~1update/post )
49
+ #### [ POST /iot/logic/flow/update] ( ../../ IoT_Logic.json/paths/~1iot~1logic~1flow~1update/post)
50
50
51
51
Request body:
52
52
``` json
@@ -149,7 +149,7 @@ Response:
149
149
150
150
### Verifying the flow configuration
151
151
152
- #### [ GET /iot/logic/flow/read] ( IoT_Logic.json/paths/~1iot~1logic~1flow~1read/get )
152
+ #### [ GET /iot/logic/flow/read] ( ../../ IoT_Logic.json/paths/~1iot~1logic~1flow~1read/get)
153
153
154
154
Request body:
155
155
``` json
@@ -196,7 +196,7 @@ For this example, let's presume that we have already:
196
196
197
197
### Adding multiple transformation nodes
198
198
199
- #### [ POST /iot/logic/flow/update] ( IoT_Logic.json/paths/~1iot~1logic~1flow~1update/post )
199
+ #### [ POST /iot/logic/flow/update] ( ../../ IoT_Logic.json/paths/~1iot~1logic~1flow~1update/post)
200
200
201
201
Request body:
202
202
``` json
@@ -311,7 +311,7 @@ Response:
311
311
312
312
### Verifying the flow configuration
313
313
314
- #### [ GET /iot/logic/flow/read] ( IoT_Logic.json/paths/~1iot~1logic~1flow~1read/get )
314
+ #### [ GET /iot/logic/flow/read] ( ../../ IoT_Logic.json/paths/~1iot~1logic~1flow~1read/get)
315
315
316
316
Request body:
317
317
``` json
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Let's create a complete workflow to send your device data to an external MQTT br
6
6
7
7
First, we need to define where the data will be sent:
8
8
9
- ### [ POST /iot/logic/flow/endpoint/create] ( IoT_Logic.json/paths/~1iot~1logic~1flow~1endpoint~1create )
9
+ ### [ POST /iot/logic/flow/endpoint/create] ( ../../ IoT_Logic.json/paths/~1iot~1logic~1flow~1endpoint~1create/post )
10
10
11
11
Request body:
12
12
``` json
@@ -44,7 +44,7 @@ The response will include the endpoint ID that we'll need later:
44
44
45
45
Next, we need to create a data source endpoint to connect to your devices:
46
46
47
- ### [ POST /iot/logic/flow/endpoint/create] ( IoT_Logic.json/paths/~1iot~1logic~1flow~1endpoint~1create )
47
+ ### [ POST /iot/logic/flow/endpoint/create] ( ../../ IoT_Logic.json/paths/~1iot~1logic~1flow~1endpoint~1create/post )
48
48
49
49
Request body:
50
50
``` json
@@ -74,7 +74,7 @@ The response will include the endpoint ID that we'll need later:
74
74
75
75
Now we'll create the complete flow that connects your data source endpoint to the MQTT endpoint:
76
76
77
- ### [ POST /iot/logic/flow/create] ( IoT_Logic.json/paths/~1iot~1logic~1flow~1create/post )
77
+ ### [ POST /iot/logic/flow/create] ( ../../ IoT_Logic.json/paths/~1iot~1logic~1flow~1create/post)
78
78
79
79
Request body:
80
80
``` json
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ For this example, let's presume that we have already:
14
14
15
15
To see all your existing flows, send the request:
16
16
17
- ### [ GET /iot/logic/flow/list] ( IoT_Logic.json/paths/~1iot~1logic~1flow~1list/get )
17
+ ### [ GET /iot/logic/flow/list] ( ../../ IoT_Logic.json/paths/~1iot~1logic~1flow~1list/get)
18
18
19
19
Response:
20
20
``` json
@@ -33,7 +33,7 @@ Response:
33
33
34
34
To see the details of a specific flow, send the request:
35
35
36
- ### [ GET /iot/logic/flow/read] ( IoT_Logic.json/paths/~1iot~1logic~1flow~1read/get )
36
+ ### [ GET /iot/logic/flow/read] ( ../../ IoT_Logic.json/paths/~1iot~1logic~1flow~1read/get)
37
37
38
38
Request body:
39
39
``` json
@@ -125,7 +125,7 @@ Response:
125
125
126
126
Let's add another processing rule to calculate engine temperature in Celsius:
127
127
128
- ### [ POST /iot/logic/flow/update] ( IoT_Logic.json/paths/~1iot~1logic~1flow~1update/post )
128
+ ### [ POST /iot/logic/flow/update] ( ../../ IoT_Logic.json/paths/~1iot~1logic~1flow~1update/post)
129
129
130
130
Request body:
131
131
``` json
You can’t perform that action at this time.
0 commit comments