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

AVEVA™ Adapter for RDBMS

Schedules REST URLs

  • Last UpdatedNov 11, 2025
  • 2 minute read

The following is a list of available REST URLs:

HTTP verb

Relative URL

Action

GET

api/v1/configuration/<componentId>/Schedules

Gets all configured schedules.

DELETE

api/v1/configuration/<componentId>/Schedules

Deletes all configured schedules.

POST

api/v1/configuration/<componentId>/Schedules

Adds an array of schedules or a single schedule. Fails if any schedule already exists.

PUT

api/v1/configuration/<componentId>/Schedules

Replaces all schedules.

GET

api/v1/configuration/<componentId>/Schedules/id

Gets configured schedule by id.

DELETE

api/v1/configuration/<componentId>/Schedules/id

Deletes configured schedule by id.

PUT

api/v1/configuration/<componentId>/Schedules/id

Replaces schedule by id. Fails if schedule does not exist.

PATCH

api/v1/configuration/<componentId>/Schedules/id

Allows partial updating of configured schedule by id.

Note: Replace <componentId> with the Id of your adapter component.

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