External DocumentationTo learn more, visit the Cybersixgill documentation.
Actions
Get DVE Feed Events
Get bundle of DVE feed events in STIX 2.0 format.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Channel ID | The DVEs feed channel ID. |
| Limit | Amount of DVEs feed events to return. |
{
"id": "bundle--b56c1e2e-a40c-44ca-83dd-09e25936d273",
"objects": [
{
"created": "2019-05-01T06:13:14.000Z",
"description": "this is the description",
"id": "example--1",
"modified": "2019-05-08T03:43:44.000Z",
"name": "simple name",
"type": "example",
"additionalProp1": {}
}
],
"spec_version": "2.0",
"type": "bundle"
}
Was this page helpful?