Egress endpoint examples
- Last UpdatedApr 19, 2024
- 1 minute read
The following is an example of a valid AVEVA Events to CONNECT egress configuration to a CONNECT data services endpoint.
[
{
"Id": "EgressEndpoint1",
"Endpoint": "https://<CONNECT data services endpoint>",
"ClientId": "<clientid>",
"ClientSecret": "<clientsecret>"
}
]