Solarwinds IPAM Manager version 2020.2.1
In my test lab I am using this REST method to update a IPAM.IPNode object and it works fine
/SolarWindsInformationService/v3/Json/BulkUpdate with paramaters {"uris":["swis://localhost/Orion/IPAM.IPNode/IpNodeId=136283"],"properties":{"DnsBackward":"TestName2"})
However at a customer Solarwinds installation I am getting this Error message below
"Message":"The given key was not present in the dictionary.", "ExceptionType":"System.Collections.Generic.KeyNotFoundException","FullException":"System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.\r\n. at System.ThrowHelper.ThrowKeyNotFoundException()\r\n
Can someone help me with this?