Reconfigures the CPU, memory and storage requirements of the Protection Store Gateway.

post/backup-recovery/v1beta1/protection-store-gateways/{id}/resize

Reconfigure the CPU, memory and storage requirements of the Protection Store Gateway.

Securitybearer
Request
path Parameters
id
required
string <uuid>

The UUID of the object

Example: c1a0eb78-41a0-4151-93b2-f057ffeca3f3
Request Body schema: application/json
required
datastoreIds
Array of strings <uuid>

IDs of datastores PSG should use. Including existing ones

object

Override automatic VM resource configuration with a fixed configuration.

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
202

Accepted

400

Bad/Malformed request

401

Unauthenticated request

403

Unauthorized request

404

Protection Store Gateway with the given Id does not exist

412

Precondition failed (if the generation number is invalid)

500

Internal Server Error

Request samples
application/json
{
  • "datastoreIds": [
    ],
  • "maxInCloudDailyProtectedDataInTiB": 3,
  • "maxInCloudRetentionDays": 5,
  • "maxOnPremDailyProtectedDataInTiB": 5,
  • "maxOnPremRetentionDays": 5
}
Response samples
application/json
{ }