Get Threat Feed
Fetches information about a specific threat feed.
External Documentation
To learn more, visit the Cisco Domain Protection documentation.
Parameters
Parameter | Description |
---|---|
Threat Feed ID | The ID of the threat feed to fetch information for. Can be retrieved form the 'List Threat Feeds' action. |
Example Output
{
"version": 1,
"status": "ok",
"code": 200,
"threat_feed": {
"id": 2,
"name": "Awesome Feed",
"comment": "foo"
}
}
Workflow Library Example
Get Threat Feed with Cisco Domain Protection and Send Results Via Email
Preview this Workflow on desktop