Data source REST URLs
- Last UpdatedNov 10, 2025
- 2 minute read
- PI System
- Adapter for RDBMS 1.1
- Adapters
The following is a list of available REST URLs:
|
HTTP verb |
Relative URL |
Action |
|---|---|---|
|
|
api/v1/configuration/<componentId>/DataSource |
Retrieves the data source configuration. |
|
|
api/v1/configuration/<componentId>/DataSource |
Creates the data source configuration. The adapter starts collecting data after the following conditions are met:
|
|
|
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:
|
|
|
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.



