Update an MSSQL database protection group.

patch/backup-recovery/v1beta1/mssql-database-protection-groups/{group-id}

Update attributes for an MSSQL database protection group.

Securitybearer
Request
path Parameters
group-id
required
string

UUID string uniquely identifying the MSSQL databse protection group

Example: 9b4c14a6-3cd5-4907-97c4-cf44c5b641e4
Request Body schema: application/merge-patch+json
required
description
string <= 255 characters

A brief description of the MSSQL database protection group.

Array of objects

Captures the list of databases that will be part of the protection group.

name
string

A user-friendly name to identify the MSSQL database protection group.

object
Responses
202

Accepted

400

Bad request

401

Unauthorized request

403

Forbidden

500

Internal / unexpected error

Request samples
application/merge-patch+json
{
  • "description": "string",
  • "members": [
    ],
  • "name": "My-Test-PG",
  • "nativeAppInfo": {
    }
}
Response samples
application/json
{ }