From 6e333b4b5ac70773e24a161933bd50130b1312d5 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Thu, 2 Jun 2016 17:52:52 +0200 Subject: [PATCH] Feed API added --- automation/README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/automation/README.md b/automation/README.md index 2fcd9c4..6e9b3fe 100644 --- a/automation/README.md +++ b/automation/README.md @@ -803,6 +803,22 @@ https:///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.