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

AVEVA™ Adapter for Structured Data Files

Data source REST URLs

  • Last UpdatedSep 16, 2025
  • 2 minute read

The following is a list of available REST (REpresentational State Transfer) URL (Uniform Resource Locator)s:

HTTP (Hypertext Transfer Protocol) verb

Relative URL (Uniform Resource Locator)

Action

GET

api/v1/configuration/<componentId>/DataSource

Retrieves the data source configuration.

POST

api/v1/configuration/<componentId>/DataSource

Creates the data source configuration. The adapter starts collecting data after the following conditions are met:

  • The data source configuration POST request is received.

    Definition: The POST method is used to create new resources.

  • A data selection configuration is active.

PUT

api/v1/configuration/<componentId>/DataSource

Configures or updates the data source configuration. Overwrites any active data source configuration. If no configuration is active, the adapter starts collecting data after the following conditions are met:

  • The data source configuration PUT request is received.

    Definition: The PUT method is used to replace an existing resource with an updated version.

  • A data selection configuration is active.

DELETE

api/v1/configuration/<componentId>/DataSource

Deletes the data source configuration. After the request is received, the adapter stops collecting data.

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

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