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#
| Parameter | Description | Required |
|---|---|---|
| Server URL | True | |
| Enterprise ID | True | |
| API Key | API key for authenticating with Arista VeloCloud | False |
| First fetch timestamp | False | |
| Limit of events per fetch | False | |
| Trust any certificate (not secure) | False | |
| Use system proxy settings | False |
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 Name | Description | Required |
|---|---|---|
| start_time | Start time for event query in ISO format or human-readable format (e.g., '3 days ago'). Default is 1 day ago. | Optional |
| end_time | End time for event query in ISO format or human-readable format (e.g., 'now'). Default is now. | Optional |
| limit | Maximum number of events to retrieve. Default is 100. | Optional |
Context Output#
| Path | Type | Description |
|---|---|---|
| VeloCloud.Event.logicalId | String | Event logical ID |
| VeloCloud.Event.category | String | Event category |
| VeloCloud.Event.event | String | Event type |
| VeloCloud.Event.severity | String | Event severity |
| VeloCloud.Event.message | String | Event message |
| VeloCloud.Event.detail | String | Event details, usually in JSON string format |
| VeloCloud.Event.eventTime | Date | Event timestamp |
| VeloCloud.Event.created | Date | Event creation time |
| VeloCloud.Event.edgeName | String | Name of the edge |
| VeloCloud.Event.enterpriseName | String | Name of the enterprise |
| VeloCloud.Event.enterpriseUsername | String | Username associated with the enterprise |
| VeloCloud.Event.segmentName | String | Name of the network segment |
Command Example#
!velocloud-get-events limit=1