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

AVEVA™ Adapter for RDBMS

Data selection REST URLs

  • Last UpdatedNov 10, 2025
  • 2 minute read

The following is a list of available REST URLs:

HTTP verb

Relative URL

Action

GET

api/v1/configuration/<componentId>/DataSelection

Retrieves the data selection configuration, including all data selection items.

PUT

api/v1/configuration/<componentId>/DataSelection

Configures or updates the data selection configuration. The adapter starts collecting data for each data selection item when the following conditions are met:

  • The data selection configuration PUT request is received.

  • A data source configuration is active.

POST

api/v1/configuration/<ComponentId>/DataSelection

Allows new items to be appended to the data selection without having to pass the entire data selection.

DELETE

api/v1/configuration/<componentId>/DataSelection

Deletes the active data selection configuration. The adapter stops collecting data.

PATCH

api/v1/configuration/<componentId>/DataSelection

Allows partial updates of configured data selection items.

Note: The request must be an array containing one or more data selection items. Each item in the array must include its StreamId.

PUT

api/v1/configuration/<componentId>/DataSelection/<StreamId>

Updates or creates a new data selection item by StreamId.

For new items, the adapter starts collecting data after the request is received.

DELETE

api/v1/configuration/<componentId>/DataSelection/<StreamId>

Deletes a data selection item from the configuration by StreamId. The adapter stops collecting data for the deleted item.

Note: Replace <componentId> with the Id of your adapter component, for example adapter1.

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