Skip to main content

VeloCloud Event Collector

This Integration is part of the VeloCloud Pack.#

Supported versions

Supported Cortex XSOAR versions: 6.5.0 and later.

Collects events from the VeloCloud API. This integration was integrated and tested with VeloCloud as of 2025-10-06.

Configure VeloCloud Event Collector in Cortex#

ParameterDescriptionRequired
Server URLTrue
Enterprise IDTrue
API KeyAPI key for authenticating with Arista VeloCloudFalse
First fetch timestampFalse
Limit of events per fetchFalse
Trust any certificate (not secure)False
Use system proxy settingsFalse

Commands#

You can execute these commands from the CLI, as part of an automation, or in a playbook. After you successfully execute a command, a DBot message appears in the War Room with the command details.

velocloud-get-events#


Get events fro`m Arista VeloCloud

Base Command#

velocloud-get-events

Input#

Argument NameDescriptionRequired
start_timeStart time for event query in ISO format or human-readable format (e.g., '3 days ago'). Default is 1 day ago.Optional
end_timeEnd time for event query in ISO format or human-readable format (e.g., 'now'). Default is now.Optional
limitMaximum number of events to retrieve. Default is 100.Optional

Context Output#

PathTypeDescription
VeloCloud.Event.logicalIdStringEvent logical ID
VeloCloud.Event.categoryStringEvent category
VeloCloud.Event.eventStringEvent type
VeloCloud.Event.severityStringEvent severity
VeloCloud.Event.messageStringEvent message
VeloCloud.Event.detailStringEvent details, usually in JSON string format
VeloCloud.Event.eventTimeDateEvent timestamp
VeloCloud.Event.createdDateEvent creation time
VeloCloud.Event.edgeNameStringName of the edge
VeloCloud.Event.enterpriseNameStringName of the enterprise
VeloCloud.Event.enterpriseUsernameStringUsername associated with the enterprise
VeloCloud.Event.segmentNameStringName of the network segment

Command Example#

!velocloud-get-events limit=1

{
"VeloCloud": {
"Event": {
"category": "EDGE",
"created": "2025-11-03T21:02:36.000Z",
"detail": "{\"last_request_time\":0,\"client_mac\":\"03:11:22:33:44:55\",\"client_ipv4addr\":\"192.168.1.1\",\"hostname\":\"nexusquantum7\",\"os_type\":800,\"os_class\":1,\"os_class_name\":\"OTHER\",\"os_version\":\"\",\"device_type\":\"\",\"os_description\":\"Xerox Printer\",\"dhcp_param_list\":\"6,3,1,15,66,67,13,44,12\",\"segment_id\":0,\"edgeSerialNumber\":\"K7M9N2P5Q8R1\"}",
"edgeName": "radiancecdnc43",
"enterpriseName": "ACME Co.",
"enterpriseUsername": "",
"event": "EDGE_NEW_DEVICE",
"eventTime": "2025-11-03T21:02:16.000Z",
"logicalId": "f47ac10b-58cc-4372-a567-0e02b2c3d479",
"message": "New or updated client device 03:11:22:33:44:55, ip 192.168.1.1, segId 0, hostname nexusquantum7, os Xerox Printer",
"segmentName": "",
"severity": "NOTICE"
}
}
}