Skip to content

updateCloudNativeRcvAzureStorageSetting

Updates an existing Rubrik Cloud Vault Azure storage settings for the archival of Azure cloud-native protected objects.

Arguments

Argument Type Description
input (required) UpdateCloudNativeRcvAzureStorageSettingInput! Request for updating an existing Rubrik Cloud Vault (RCV) Azure storage setting.

Returns

UpdateCloudNativeRcvAzureStorageSettingReply!

Sample

mutation UpdateCloudNativeRcvAzureStorageSetting($input: UpdateCloudNativeRcvAzureStorageSettingInput!) {
  updateCloudNativeRcvAzureStorageSetting(input: $input)
}
{
  "input": {
    "id": "00000000-0000-0000-0000-000000000000",
    "name": "example-string"
  }
}
{
  "data": {
    "updateCloudNativeRcvAzureStorageSetting": {
      "targetMapping": {
        "groupType": "AUTOMATIC_ARCHIVAL_GROUP",
        "id": "00000000-0000-0000-0000-000000000000",
        "name": "example-string",
        "targetType": "AWS",
        "tieringStatus": [
          "INSTANT_TIERING_NOT_SUPPORTED"
        ]
      }
    }
  }
}