v1
latestOpenAPI 3.0.02026-07-17166300328.1 KBFeeds
Add a feed
post/feeds/add
Request body
Example request
{
"name": "CIRCL OSINT Feed",
"provider": "CIRCL",
"url": "https://www.circl.lu/doc/misp/feed-osint",
"rules": "{\"tags\":{\"OR\":[],\"NOT\":[]},\"orgs\":{\"OR\":[],\"NOT\":[]},\"url_params\":\"\"}",
"distribution": "4",
"sharing_group_id": "1",
"tag_id": "12345",
"event_id": "12345",
"headers": "X-Custom-Header-A: Foo\nX-Custom-Header-B: Bar\n",
"orgc_id": "12345"
}Response
Get feed response
Example response
{
"Feed": {
"id": "3",
"name": "CIRCL OSINT Feed",
"provider": "CIRCL",
"url": "https://www.circl.lu/doc/misp/feed-osint",
"rules": "{\"tags\":{\"OR\":[],\"NOT\":[]},\"orgs\":{\"OR\":[],\"NOT\":[]},\"url_params\":\"\"}",
"distribution": "4",
"sharing_group_id": "1",
"tag_id": "12345",
"event_id": "12345",
"settings": "{\"csv\":{\"value\":\"\",\"delimiter\":\"\"},\"common\":{\"excluderegex\":\"\"},\"disable_correlation\":\"1\"}",
"headers": "X-Custom-Header-A: Foo\nX-Custom-Header-B: Bar\n",
"orgc_id": "12345",
"cache_timestamp": "1617875568"
}
}