Backup and Recovery API
Backup and Recovery API (1.1.0)
https://stage-developer-portal-hpe.redocly.app/_mock/docs/greenlake/services/backup-recovery/public/openapi/backup-recovery-public-v1beta1/backup-recovery-api/
https://us-west.api.greenlake.hpe.com/
https://eu-west.api.greenlake.hpe.com/
https://eu-central.api.greenlake.hpe.com/
https://ap-northeast.api.greenlake.hpe.com/
Specifies the type of restore that needs to be performed.
UUID string uniquely identifying the snapshot.
UUID string uniquely identifying the backup.
Provides the details about the target datastore location and other inputs to create a new datastore in case of an alternate restore. These inputs are required only if the restore type is 'ALTERNATE'. Parameters are optional and values default to parent datastore details.
- Mock server
https://stage-developer-portal-hpe.redocly.app/_mock/docs/greenlake/services/backup-recovery/public/openapi/backup-recovery-public-v1beta1/backup-recovery-api/backup-recovery/v1beta1/datastores/{id}/restore
https://us-west.api.greenlake.hpe.com/backup-recovery/v1beta1/datastores/{id}/restore
https://eu-west.api.greenlake.hpe.com/backup-recovery/v1beta1/datastores/{id}/restore
https://eu-central.api.greenlake.hpe.com/backup-recovery/v1beta1/datastores/{id}/restore
https://ap-northeast.api.greenlake.hpe.com/backup-recovery/v1beta1/datastores/{id}/restore
- curl
- JavaScript
- Node.js
- Python
- Java
- Go
- C#
- PHP
curl -i -X POST \
https://stage-developer-portal-hpe.redocly.app/_mock/docs/greenlake/services/backup-recovery/public/openapi/backup-recovery-public-v1beta1/backup-recovery-api/backup-recovery/v1beta1/datastores/9b4c14a6-3cd5-4907-97c4-cf44c5b641e4/restore \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"backupId": "9b4c14a6-3cd5-4907-97c4-cf44c5b641e4",
"restoreType": "PARENT",
"snapshotId": "9b4c14a6-3cd5-4907-97c4-cf44c5b641e4"
}'