Modify the configuration of a Protection Store Gateway

patch/backup-recovery/v1beta1/protection-store-gateways/{id}

Update a 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/merge-patch+json
required
object (PSGDateTime)
Array of objects (DomainName)

DNS servers of the appliance

Array of objects (Ntp)

NTP servers of the appliance

object (PSGProxy)
Responses
202

Updated Protection Store Gateway.

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/merge-patch+json
{
  • "dateTime": {
    },
  • "dns": [
    ],
  • "ntp": [
    ],
  • "proxy": {
    }
}
Response samples
application/json
{ }