Recover a Protection Store Gateway within DSCC

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

Recover a Protection Store Gateway

Securitybearer
Request
path Parameters
id
required
string <uuid>

The UUID of the object

Example: c1a0eb78-41a0-4151-93b2-f057ffeca3f3
query Parameters
force
boolean

Forces recovery to be initiated even if the Protection Store Gateway is in a Connected state.

Example: force=true
Request Body schema: application/json
required
hypervisorManagerId
required
string

Unique identifier, UUID.

name
required
string

The name of the Protection Store Gateway

required
object (VMConfig)
Responses
202

Accepted

400

Bad Request

401

Unauthorized

403

Forbidden

412

Precondition failed (if the generation number is invalid)

500

Internal / unexpected error

Request samples
application/json
{
  • "hypervisorManagerId": "aa1974ec-3b28-406f-8d84-85528d590a6b",
  • "name": "EG-172.31.57.71",
  • "vmConfig": {
    }
}
Response samples
application/json
{ }