Returns the resource requirements that would be needed for a Protection Store Gateway.

post/backup-recovery/v1beta1/protection-store-gateway-sizer

Returns the resource requirements that would be needed for a Protection Store Gateway. This API doesn't create the Protection Store Gateway. To create the Protection Store Gateway a call to POST /protection-store-gateways should be made.

Securitybearer
Request
Request Body schema: application/json
required
maxInCloudDailyProtectedDataInTiB
number

The maximum total size of the assets that is expected to be protected each day in the Cloud Protection Stores.

maxInCloudRetentionDays
number

The maximum retention period for cloud backups in days.

maxOnPremDailyProtectedDataInTiB
number

The maximum total size of the assets that is expected to be protected each day in the On-Prem Protection Store.

maxOnPremRetentionDays
number

The maximum retention period for local backups in days.

Responses
200

OK

400

Bad/Malformed request

401

Unauthenticated request

403

Unauthorized request

409

The input values do not generate a valid result

500

Internal Server Error

Request samples
application/json
{
  • "maxInCloudDailyProtectedDataInTiB": 2,
  • "maxInCloudRetentionDays": 2,
  • "maxOnPremDailyProtectedDataInTiB": 2,
  • "maxOnPremRetentionDays": 2
}
Response samples
application/json
{
  • "iops": 2,
  • "ramInGiB": 2,
  • "storageInTiB": 2,
  • "vCpu": 2
}