Create a new Protection Store Gateway within DSCC

post/backup-recovery/v1beta1/protection-store-gateways

Create a Protection Store Gateway

Securitybearer
Request
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
{ }