mirror of https://github.com/MISP/misp-book
Update README.md
parent
ead24d5350
commit
b6b13f3a28
|
@ -128,10 +128,6 @@ curl --header "Authorization: YOUR API KEY" --header "Accept: application/json"
|
|||
curl -i -H "Accept: application/json" -H "content-type: application/json" -H "Authorization: a4PLf8QICdDdOmFjwdtSYqkCqn9CvN0VQt7mpUUf" --data "@event.json" -X POST http://10.50.13.60/events
|
||||
~~~~
|
||||
|
||||
~~~~
|
||||
curl -i -H "Accept: application/json" -H "content-type: application/json" -H "Authorization: a4PLf8QICdDdOmFjwdtSYqkCqn9CvN0VQt7mpUUf" --data "@event.json" -X POST http://10.50.13.60/events
|
||||
~~~~
|
||||
|
||||
That is how an event JSON object should look like
|
||||
~~~~json
|
||||
{"Event":{"date":"2015-01-01","threat_level_id":"1","info":"testevent","published":false,"analysis":"0","distribution":"0","Attribute":[{"type":"domain","category":"Network activity","to_ids":false,"distribution":"0","comment":"","value":"test.com"}]}}
|
||||
|
|
Loading…
Reference in New Issue