Skip to main content

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

ParameterDescription
FilterFilter responses.
LimitThe amount of records to be returned.
OffsetThe 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

Workflow LibraryPreview this Workflow on desktop