Skip to main content

Documentation Index

Fetch the complete documentation index at: https://learninghub.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

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