Skip to content
Snippets Groups Projects
Commit 8db6d5ad authored by Chukwuemeka Michael Muonagor's avatar Chukwuemeka Michael Muonagor
Browse files

Update put_whatif.py

parent 8b4ad8c1
No related branches found
No related tags found
No related merge requests found
......@@ -5,12 +5,13 @@ import sys
host = sys.argv[1]
#api_url = "http://192.168.56.1:7780/workflows"
api_url = "http://" + host + ":7780/workflows"
api_url = "http://" + host + ":7777/whatif_receives"
whatif_reply = {
"command":"",
"intent_type":"",
"threat":"","host":"",
"threat":"",
"host":[],
"action":"",
"time_frame":"",
"what_if_response": "ok"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment