I'm trying to run AddDNSARecord from the REST api.
Attempt:
solarwinds:17778/.../AddDNSARe…
{
"recordName":""
"nodeIPv4Address":""
"dnsIPAddress":""
"dnsZoneName":""
}
Response:
{
"Message": "Invalid SWIS uri at character 60: Filter property name not specified for primary filter.\r\nParameter name: uri",
"ExceptionType": "System.ArgumentException",
"FullException": "System.ArgumentException: Invalid SWIS uri at character 60: Filter property name not specified for primary filter.\r\nParameter name: uri\r\n at SolarWinds.Data.Utility.SwisUriParser.ParsingError(String message)\r\n at SolarWinds.Data.Utility.SwisUriParser.HandleFilterPropertyName(Char c)\r\n at SolarWinds.Data.Utility.SwisUriParser.ParseInternal()\r\n at SolarWinds.InformationService.Core.InformationService.Update(String uri, IDictionary`2 propertiesToUpdate)"
}