APIs for CRUD Operations on data destinations in Data Gateway
Overview
Crosswork Data Gateway APIs you can use to create, update and delete CDG data destinations
- Get data destinations
- Update data destination
- Create data destination
- Delete data destination
Key Properties
DISPATCH_SOURCE (New in 7.2)
The DISPATCH_SOURCE property specifies the source of data dispatched to this destination.
| Value | Description |
|---|---|
datagateway |
Data is dispatched from the Data Gateway collectors (CLI, SNMP, gNMI, MDT, Syslog). This is the default value. |
application |
Data is dispatched from external applications. |
any |
Data can be dispatched from both Data Gateway collectors and external applications. |
Note: If DISPATCH_SOURCE is not specified during destination creation, it defaults to datagateway.