oci-go-sdk
oci-go-sdk copied to clipboard
KmsKeyId is not being updated for volume backup
UpdateBootVolumeBackup and CreateBootVolumeBackup doesn't update the created backup with the provided kmskeyID and keeps the original key
example: resp, err := c.storage.UpdateBootVolumeBackup(ctx, core.UpdateBootVolumeBackupRequest{ BootVolumeBackupId: common.String("ocid1.bootvolumebackup.oc1.phx...."), UpdateBootVolumeBackupDetails: core.UpdateBootVolumeBackupDetails{ DisplayName: common.String("backup-volume"), KmsKeyId: common.String("ocid1.key.oc1...."), }, })
doesn't update the backup with the provided key, even using admin user. in the console UI there is no issue
Hello @ahamud1234, were you able to resolve this issue? Are you receiving a 200 successful response code, but still not seeing the desired behavior? If that is the case, it is probably an issue with the service that maintains this API - please refer to the full error message for information on how to find documentation on the API, and how to contact Oracle Support if necessary. Thank you