diff options
author | Rasmus Luha <rasmus.luha@ut.ee> | 2025-04-11 00:23:57 +0300 |
---|---|---|
committer | Rasmus Luha <rasmus.luha@ut.ee> | 2025-04-11 00:23:57 +0300 |
commit | 439aaa998c0a9b0defe6fa54e58c22f8420f00b7 (patch) | |
tree | 8f940e80b5caa86be3346cd3ca98bb9d0cd61fc4 /pipelines/test_pipeline.json | |
parent | 79e76174dec661efc3f5e3cb0e39922d12653d36 (diff) |
add json list items support, start nifi platform upload process
Diffstat (limited to 'pipelines/test_pipeline.json')
-rw-r--r-- | pipelines/test_pipeline.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/pipelines/test_pipeline.json b/pipelines/test_pipeline.json index 2374eb7..3713b88 100644 --- a/pipelines/test_pipeline.json +++ b/pipelines/test_pipeline.json @@ -461,7 +461,7 @@ "Null Value Representation": "empty string", "Path Not Found Behavior": "ignore", "longitude": "$.longitude", - "temperature": ".current_weather.temperature" + "value": "$.measurements[0].KogEN.T.value" }, "propertyDescriptors": { "Destination": { @@ -595,7 +595,9 @@ "Request Digest Authentication Enabled": "false", "Request Multipart Form-Data Name": null, "Response Cache Size": "10MB", - "Response Body Ignored": "false" + "Response Body Ignored": "false", + "username": "admin", + "password": "admin" }, "propertyDescriptors": { "Request Content-Encoding": { |