-
Enhancement
-
Resolution: Done
-
Major
-
12.0.0.Final
-
None
The current rest endpoint for restoring backups is too restrictive, as there is no way to submit a restoration and then poll it's current status. We should add the following so that the endpoints are akin to the process for creating a backup:
# Create, return 202 or 409 if {restoreName} already exists POST /rest/v2/cache-managers/{cacheManagerName}/restores/{restoreName} # Poll progress 201 complete, 202 if in progress, or 404 if not found HEAD /rest/v2/cache-managers/{cacheManagerName}/restores/{restoreName}
- blocks
-
ISPN-12222 Infinispan Backup Operator Integration
-
- Closed
-