System components REST URLs
- Last UpdatedNov 07, 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/system/components |
Retrieves the system components configuration. |
|
|
api/v1/configuration/system/components |
Adds a new component to the system configuration. |
|
|
api/v1/configuration/system/components |
Updates the system components configuration. |
|
|
api/v1/configuration/system/components/<componentId> |
Deletes a specific component from the system components configuration. |
|
|
api/v1/configuration/system/components/<componentId> |
Creates a new component with the specified ComponentId in the system configuration. |
Note: Replace <componentId> with the Id of your adapter component.



