List Threat Feeds
Retrieve a list of all threat feeds in the organization.
External Documentation
To learn more, visit the Cisco Domain Protection documentation.
Parameters
Parameter | Description |
---|---|
Filter | Filter responses. |
Limit | The amount of records to be returned. |
Offset | The offset of the returned records. |
Example Output
{
"version": 1,
"status": "ok",
"code": 200,
"offset": 0,
"count": 2,
"threat_feeds": [
{
"id": 2,
"name": "Awesome Threat Feed",
"comment": null
},
{
"id": 3,
"name": "Other Threat Feed",
"comment": "Foo Bar Baz"
}
]
}
Workflow Library Example
List Threat Feeds with Cisco Domain Protection and Send Results Via Email
Preview this Workflow on desktop