Parameter | Description |
---|---|
Threat Feed ID | The ID of the threat feed to fetch information for. Can be retrieved form the ‘List Threat Feeds’ action. |
{
"version": 1,
"status": "ok",
"code": 200,
"threat_feed": {
"id": 2,
"name": "Awesome Feed",
"comment": "foo"
}
}
Was this page helpful?