@@ -243,7 +243,9 @@ def trigger():
243
243
" Method-Name" : data.get(' method_name' , ' no value' ),
244
244
" Min-Time-Received" : data.get(' min_time_received' , ' no value' ),
245
245
" Max-Time-Received" : data.get(' max_time_received' , ' no value' ),
246
- " Data-Type" : data.get(' data_type' , ' no value' )
246
+ " Data-Type" : data.get(' data_type' , ' no value' ),
247
+ " File-Id" : data.get(' file_id' , ' no value' ),
248
+ " Data" : data.get(' data' , ' no value' )
247
249
}
248
250
print (payload)
249
251
@@ -287,6 +289,8 @@ def hello_http(request):
287
289
" Min-Time-Received" : data.get(" min_time_received" , " no value" ),
288
290
" Max-Time-Received" : data.get(" max_time_received" , " no value" ),
289
291
" Data-Type" : data.get(" data_type" , " no value" ),
292
+ " File-Id" : data.get(' file_id' , ' no value' ),
293
+ " Data" : data.get(' data' , ' no value' )
290
294
}
291
295
print (payload)
292
296
@@ -334,6 +338,7 @@ The request body includes the following data:
334
338
| ` location_name ` | The location of the machine that triggered the request. | ` part_data_ingested ` |
335
339
| ` org_name ` | The name of the organization that triggered the request. | ` part_data_ingested ` |
336
340
| ` file_id ` | The id of the file that was ingested. | ` part_data_ingested ` |
341
+ | ` data ` | The ingested sensor data. | ` part_data_ingested ` (sensor data) |
337
342
338
343
## Next steps
339
344
0 commit comments