Query REST URLs
- Last UpdatedNov 11, 2025
- 2 minute read
- PI System
- Adapter for RDBMS 1.1
- Adapters
The following is a list of available REST URLs:
|
verb |
Relative URL |
Action |
|---|---|---|
|
|
api/v1/configuration/<componentId>/Queries |
Gets all configured schedules. |
|
|
api/v1/configuration/<componentId>/Queries |
Deletes all configured schedules. |
|
|
api/v1/configuration/<componentId>/Queries |
Adds an array of schedules or a single schedule. Fails if any schedule already exists. |
|
|
api/v1/configuration/<componentId>/Queries |
Replaces all schedules. |
|
|
api/v1/configuration/<componentId>/Queries/id |
Gets configured schedule by id. |
|
|
api/v1/configuration/<componentId>/Queries/id |
Deletes configured schedule by id. |
|
|
api/v1/configuration/<componentId>/Queries/id |
Replaces schedule by id. Fails if schedule does not exist. |
|
|
api/v1/configuration/<componentId>/Queries/id |
Allows partial updating of configured schedule by id. |
Note: Replace <componentId> with the Id of your adapter component.




