Data selection 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>/DataSelection |
Retrieves the data selection configuration, including all data selection items. |
|
|
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:
|
|
|
api/v1/configuration/<ComponentId>/DataSelection |
Allows new items to be appended to the data selection without having to pass the entire data selection. |
|
|
api/v1/configuration/<componentId>/DataSelection |
Deletes the active data selection configuration. The adapter stops collecting data. |
|
|
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. |
|
|
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. |
|
|
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.




