I'm able to query the SWIS API for NPM properties, but not for NCM. This works to pull the custom properties for a node:
orion:17778/.../CustomProperties
Based on the SWIS schema, I think I should be able to pull NCM node properties with this method:
orion:17778/.../NodeProperties
But I'm getting this error in return:
{
"Message": "Invalid key properties specified for entity NCM.NodeProperties.\r\nParameter name: filter",
"ExceptionType": "System.ArgumentException",
"FullException": "System.ArgumentException: Invalid key properties specified for entity NCM.NodeProperties.\r\nParameter name: filter\r\n at SolarWinds.InformationService.Core.SwisUriResolver.ValidateAndResolveFilter(IEntityType entity, SwisUriFilter filter, Boolean isHosted)\r\n at SolarWinds.InformationService.Core.SwisUriResolver.ValidateAndResolveUri(SwisUri uri, IQueryExecutionContext context)\r\n at SolarWinds.InformationService.Core.CrudProcessor.Read[T](IServiceHost serviceHost, SwisUri uri, IQueryExecutionContext context)\r\n at SolarWinds.InformationService.Core.InformationService.Read(String uri)"
}
Any ideas? Thanks!