Merge pull request #115 from deralexxx/patch-6

Patch 6
pull/118/head
Alexandre Dulaunoy 2018-05-29 00:04:18 +02:00 committed by GitHub
commit 1a04ae8de5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -128,6 +128,11 @@ 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
~~~~
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"}]}}
~~~~
### DELETE /events
#### Description