Feed API added

pull/15/head
Alexandre Dulaunoy 2016-06-02 17:52:52 +02:00
parent 882f1af6cd
commit 6e333b4b5a
1 changed files with 16 additions and 0 deletions

View File

@ -803,6 +803,22 @@ https://<misp url>/sharing_groups/index.json
Based on the API key used, the list of visible sharing groups will be returned in a JSON file. The JSON includes the organization parts of a given sharing group along with the associated server.
## Enable and disable feeds via the API
The MISP feeds can be enabled via the API.
A feed can be enabled by POSTing on the following url (feed_id is the id of the feed):
~~~~
/feeds/enable/feed_id
~~~~
A feed can be disabled by POSTing on the following url (feed_id is the id of the feed):
~~~~
/feeds/disable/feed_id
~~~~
## Sightings API
MISP allows Sightings data to be conveyed in several ways.