-
Notifications
You must be signed in to change notification settings - Fork 178
Description
Hi there! thanks for this excellent work. I am very new to this kind of json response. I was using http-post to generate data. but I got 404 error.
floodConfig.json
{ "workflows": [{ "workflowName": "flood", "workflowFilename": "floodWorkflow.json" }], "producers": [{ "type": "http-post", "url": "http://localhost:80/ingest" }] }
floodWorkflow.json
{ "eventFrequency": 2000, "varyEventFrequency": true, "repeatWorkflow": true, "timeBetweenRepeat": 2000, "varyRepeatFrequency": true, "steps": [{ "config": [{ "id": 1, "w_lvl": "double(10.0,100.0)" }, { "id": 2, "w_lvl": "double(10.0,100.0)" }, { "id": 3, "w_lvl": "double(10.0,100.0)" }, { "id": 4, "w_lvl": "double(10.0,100.0)" }] }] }
After I run this configuration, I copy and paste the URL which is http://localhost:80/ingest and get 404 error. Please teach me senpai