Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ Adapter for OPC UA

Data endpoints REST URLs

  • Last UpdatedNov 11, 2025
  • 3 minute read

The following is a list of available REST URLs:

HTTP verb

Relative URL

Action

GET

api/v1/configuration/omfegress/DataEndpoints

Gets all configured Egress endpoints

DELETE

api/v1/configuration/omfegress/DataEndpoints

Deletes all configured Egress endpoints

POST

api/v1/configuration/omfegress/DataEndpoints

Adds an array of Egress endpoints or a single endpoint. Fails if any endpoint already exists

PUT

api/v1/configuration/omfegress/DataEndpoints

Replaces all Egress endpoints

PATCH

api/v1/configuration/omfegress/DataEndpoints

Allows partial updating of configured endpoints.

Note: The request must be an array containing one or more endpoints. Each endpoint in the array must include its Id.

GET

api/v1/configuration/omfegress/DataEndpoints/{Id}

Gets configured endpoint by Id

DELETE

api/v1/configuration/omfegress/DataEndpoints/{Id}

Deletes configured endpoint by Id

PUT

api/v1/configuration/omfegress/DataEndpoints/{Id}

Updates or creates a new endpoint with the specified Id

PATCH

api/v1/configuration/omfegress/DataEndpoints/{Id}

Allows partial updating of configured endpoint by Id

Egress execution details

  • After configuring an Egress endpoint, egress is immediately run for that endpoint. Egress is handled individually per configured endpoint. When data is egressed for the first time, types and containers are egressed to the configured endpoint. After that only new or changed types or containers are egressed. Type creation must be successful in order to create containers. Container creation must be successful in order to egress data.

  • If you delete an Egress endpoint, data flow immediately stops for that endpoint. Buffered data in a deleted endpoint is permanently lost.

  • Type, container, and data items are batched into one or more OMF (Open Message Format) messages when egressing. As per the requirements defined in OMF (Open Message Format), a single message payload will not exceed 192KB in size. Compression is automatically applied to outbound egress messages. On the egress destination, failure to add a single item results in the message failing. Types, containers, and data are egressed as long as the destination continues to respond to HTTP (Hypertext Transfer Protocol) requests.

TitleResults for “How to create a CRG?”Also Available in