All Products
Search
Document Center

Cloud Backup:UpdateVault

Last Updated:Mar 17, 2023

Updates the settings of a backup vault.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
VaultIdstringYes

The ID of the backup vault.

v-*********************
VaultNamestringNo

The name of the backup vault. The name must be 1 to 64 characters in length.

vaultname
DescriptionstringNo

The description of the backup vault. The description must be 0 to 255 characters in length.

vault description
ResourceGroupIdstringNo

The ID of the resource group.

rg-acfm2fa2xeiebyy

Response parameters

ParameterTypeDescriptionExample
object
Codestring

The HTTP status code. The status code 200 indicates that the request is successful.

200
Messagestring

The message that is returned. If the request is successful, a value of successful is returned. If the request fails, an error message is returned.

successful
RequestIdstring

The ID of the request.

473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E
Successboolean

Indicates whether the request is successful. Valid values:

  • true: indicates that the request is successful.
  • false: indicates that the request fails.
true

Examples

Sample success responses

JSONformat

{
  "Code": "200",
  "Message": "successful",
  "RequestId": "473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E",
  "Success": true
}

Error codes

For a list of error codes, visit the Service error codes.