Has anyone already find out, that RESTful API is completely missing Immutability settings for AzureBLOB Direct Storage Repositories?
I've tried to update RESTful API request body as follow :I've been able to create 4 Repositories like this. Since they have been automatically setup with 30days immutability I can't delete Containers and try again right now. But it seems to me, that Immutability flag is completely ignored which is causing troubles, because such a created repository cannot be edited via Veeam Console GUI. If you open such a repository it willl show you that Immutability checkbox is unchecked, it cannot be changed and when you click Next> it is immediately to throw an alert on you that you should enable immutability, because immutability is enabled on selected container. Which is kind of funny. Seems these flag is not documented, and missing. So how you would like to create repository like this? Interestingly fully available on AmazonS3 and S3Compatible types. It's been almost 1.5 year since Immutability was implemented.
PowerShell : Add-VBRAzureBlobRepository has parameter EnableBackupImmutability and ImmutabilityPeriod.
If someone has an idea how to fix that?![Sad :(]()
Thx
I've tried to update RESTful API request body as follow :
Code:
Request Body{ "type": "AzureBlob", "name": "Azure Blob Storage", "description": "Created by Sheila D. Cory", "tag": "6745a759-01", "enabletasklimit" : false, "maxtaskcount" : -1, "account": { "regiontype": "Global", "credentialsid": "56651dee-2384-4481-9488-b2bc14e69b03", "connectionsettings": { "connectiontype": "SelectedGateway", "gatewayserverids": [ "6745a759-2205-4cd2-b172-8ec8f7e60ef8" ] } }, "container": { "containername": "container01", "foldername": "Repository01", "storageconsumptionlimit": { "consumptionlimitkind": "TB", "isenabled": true, "consumptionlimitcount": 10 }, "immutability": { "isEnabled": true, "daysCount": immutabilityPeriod, }, }, "mountserver": { "mountserverid": "6c19c18f-adb8-494d-af15-e94a4cf23d93", "writecachefolder": "D:\\programdata\\veeam\\backup\\", "vpowernfsenabled": false, "vpowernfsportsettings": { "mountport": 1058, "vpowernfsport": 1058 } }}PowerShell : Add-VBRAzureBlobRepository has parameter EnableBackupImmutability and ImmutabilityPeriod.
If someone has an idea how to fix that?
Thx
Statistics: Posted by patrikcze — Sep 08, 2024 6:49 pm







