v1

latestOpenAPI 3.0.02026-07-17166300328.1 KB
Feeds

Get a feed by ID

get/feeds/view/{feedId}

Path parameters

string required
OR
string uuid required
Example:3

UUID or numeric ID of the feed

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"
  }
}