I've tried to update RESTful API request body as follow :
Code: Select all
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
