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

AVEVA™ Adapter for RDBMS

History recovery REST URLs

  • Last UpdatedApr 21, 2025
  • 2 minute read

The following is a list of available REST (REpresentational State Transfer) URL (Uniform Resource Locator)s:

HTTP (Hypertext Transfer Protocol) verb

Relative URL (Uniform Resource Locator)

Action

GET

api/v1/configuration/<componentId>/historyRecoveries

Returns all history recoveries statuses.

POST

api/v1/configuration/<componentId>/historyRecoveries

Initiates a new history recovery, returns the id of the operation.

DELETE

api/v1/configuration/<componentId>/historyRecoveries

Cancels all active history recovery operations and removes states.

GET

api/v1/configuration/<componentId>/historyRecoveries/<operationId>

Gets the status of an individual history recovery.

DELETE

api/v1/configuration/<componentId>/historyRecoveries/<operationId>

Cancels history recovery and removes the state.

POST

api/v1/configuration/<componentId>/historyRecoveries/<operationId>/cancel

Cancels history recovery.

POST

api/v1/configuration/<componentId>/historyRecoveries/<operationId>/resume

Resumes canceled or failed history recovery operation (202) from the checkpoint.

Note: If the <operationId> is not found, a 404 HTTP (Hypertext Transfer Protocol) error message will be returned.

Note: Replace <componentId> with the Id of your adapter component. Replace <operationId> with the Id of the history recovery operation for which you want to perform the action.

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