In short my goal is to change the portRangeEnd to a lower number.
I wan't to change this for the Backup Server using RESTful API.
My obstical is the credentialsId which is a required field: https://helpcenter.veeam.com/docs/backu ... &t=request
But the credentialsId for the Backup Server is null or "00000000-0000-0000-0000-000000000000".
I've tried with both the null, an empty string, an empty array, returns = "managedServerModel.CredentialsId : 'Credentials Id' must not be empty.
A " " (space) returns = Error converting value \" \" to type 'System.Nullable`1[System.Guid]'. Path 'credentialsId', line 6, position 25. 'Credentials Id' must not b
e empty.
and the value "00000000-0000-0000-0000-000000000000" returns = "Invalid Windows credentials."
No luck so far, any inputs are welcome.. thanks
