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/
Request
Returns the resource requirements that would be needed to resize an existing Protection Store Gateway. This API doesn't perform any modifications to the Protection Store Gateway. To implement the modifications a call to POST /backup-recovery/v1beta1/protection-store-gateways/{id}/resize should be made.
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}/sizer
https://us-west.api.greenlake.hpe.com/backup-recovery/v1beta1/protection-store-gateways/{id}/sizer
https://eu-west.api.greenlake.hpe.com/backup-recovery/v1beta1/protection-store-gateways/{id}/sizer
https://eu-central.api.greenlake.hpe.com/backup-recovery/v1beta1/protection-store-gateways/{id}/sizer
https://ap-northeast.api.greenlake.hpe.com/backup-recovery/v1beta1/protection-store-gateways/{id}/sizer
- 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/sizer \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{}'
{ "iops": 2, "ramInGiB": 2, "storageInTiB": 2, "vCpu": 2 }
- 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}/traceroute
https://us-west.api.greenlake.hpe.com/backup-recovery/v1beta1/protection-store-gateways/{id}/traceroute
https://eu-west.api.greenlake.hpe.com/backup-recovery/v1beta1/protection-store-gateways/{id}/traceroute
https://eu-central.api.greenlake.hpe.com/backup-recovery/v1beta1/protection-store-gateways/{id}/traceroute
https://ap-northeast.api.greenlake.hpe.com/backup-recovery/v1beta1/protection-store-gateways/{id}/traceroute
- 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/traceroute \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{}'
{}
Optional. Defaults to 'true' if not specified. If specified and 'false' , the network changes will not be applied to Protection Store Gateway instance but will be applied to DSCC. If specified and 'true' the network changes will be applied to both Catalyst Store Gateway instance and DSCC.
- 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}/updateNic
https://us-west.api.greenlake.hpe.com/backup-recovery/v1beta1/protection-store-gateways/{id}/updateNic
https://eu-west.api.greenlake.hpe.com/backup-recovery/v1beta1/protection-store-gateways/{id}/updateNic
https://eu-central.api.greenlake.hpe.com/backup-recovery/v1beta1/protection-store-gateways/{id}/updateNic
https://ap-northeast.api.greenlake.hpe.com/backup-recovery/v1beta1/protection-store-gateways/{id}/updateNic
- 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/updateNic \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{}'
{}