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

AVEVA™ Events to CONNECT

History recovery REST URLs

  • Last UpdatedMar 22, 2024
  • 1 minute read

Relative URL

HTTP verb

Action

api/v1/configuration/<componentId>/historyRecoveries

GET

Returns all history recoveries statuses

api/v1/configuration/<componentId>/historyRecoveries

POST

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

api/v1/configuration/
<componentId>/historyRecoveries

DELETE

Cancels all active history recovery operations and removes states

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

GET

Gets the status of an individual history recovery

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

DELETE

Cancels history recovery and removes the state

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

POST

Cancels history recovery

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

POST

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

Note: If the <operationId> is not found, a 404 HTTP error message will be returned

Note: Replace <componentId> with the Id of your agent 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