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/
IDs of datastores PSG should use. Including existing ones
The maximum total size of the assets that is expected to be protected each day in the Cloud Protection Stores.
The maximum total size of the assets that is expected to be protected each day in the On-Prem Protection Store.
- 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/protection-store-gateways/{id}/resize
https://us-west.api.greenlake.hpe.com/backup-recovery/v1beta1/protection-store-gateways/{id}/resize
https://eu-west.api.greenlake.hpe.com/backup-recovery/v1beta1/protection-store-gateways/{id}/resize
https://eu-central.api.greenlake.hpe.com/backup-recovery/v1beta1/protection-store-gateways/{id}/resize
https://ap-northeast.api.greenlake.hpe.com/backup-recovery/v1beta1/protection-store-gateways/{id}/resize
- 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/protection-store-gateways/c1a0eb78-41a0-4151-93b2-f057ffeca3f3/resize \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"datastoreIds": [
"aaaaaaa8-aaa4-aaa4-aaa4-aaaaaaaaaa12",
"aaaaaaa8-aaa4-bbb4-aaa4-aaaaaaaaaa12"
],
"maxInCloudDailyProtectedDataInTiB": 3,
"maxInCloudRetentionDays": 5,
"maxOnPremDailyProtectedDataInTiB": 5,
"maxOnPremRetentionDays": 5
}'
{}
- 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/protection-store-gateways/{id}/restart-guest-os
https://us-west.api.greenlake.hpe.com/backup-recovery/v1beta1/protection-store-gateways/{id}/restart-guest-os
https://eu-west.api.greenlake.hpe.com/backup-recovery/v1beta1/protection-store-gateways/{id}/restart-guest-os
https://eu-central.api.greenlake.hpe.com/backup-recovery/v1beta1/protection-store-gateways/{id}/restart-guest-os
https://ap-northeast.api.greenlake.hpe.com/backup-recovery/v1beta1/protection-store-gateways/{id}/restart-guest-os
- 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/protection-store-gateways/c1a0eb78-41a0-4151-93b2-f057ffeca3f3/restart-guest-os \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'
{}
- 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/protection-store-gateways/{id}/set-remote-support
https://us-west.api.greenlake.hpe.com/backup-recovery/v1beta1/protection-store-gateways/{id}/set-remote-support
https://eu-west.api.greenlake.hpe.com/backup-recovery/v1beta1/protection-store-gateways/{id}/set-remote-support
https://eu-central.api.greenlake.hpe.com/backup-recovery/v1beta1/protection-store-gateways/{id}/set-remote-support
https://ap-northeast.api.greenlake.hpe.com/backup-recovery/v1beta1/protection-store-gateways/{id}/set-remote-support
- 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/protection-store-gateways/c1a0eb78-41a0-4151-93b2-f057ffeca3f3/set-remote-support \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{}'
{}