Hi,
There is a customer running Solarwinds Hybrid Cloud Observability (version 2024.2.1).
When I run following query -
curl -k -u '<username>:<password>' https://<url>/SolarWinds/InformationService/v3/Json/Query -H "Content-Type: application/json" -d '{"query": "SELECT NodeID, CoreNodeID, SysName FROM NCM.Nodes"}'
it returns:
{"results":[]}
The query works for Orion.Nodes and fails only for all NCM tables. I tried with Cirrus.Nodes as well, but it does not work.
Orion.OrionServers query provides:
{"HostName":"XXXX","ServerType":"MainPoller", "Details":"[ {\"HotfixVersionNumber\":null,\"Name\":\"SolarWinds Platform\",\"ShortName\":\"Orion\",\"Version\":\"2024.2.1\"},
...
{\"HotfixVersionNumber\":null,\"Name\":\"Network Performance Monitor\",\"ShortName\":\"NPM\",\"Version\":\"2024.2.1\"}, {\"HotfixVersionNumber\":null,\"Name\":\"Network Configuration Manager\",\"ShortName\":\"NCM\",\"Version\":\"2024.2.1\"},
...]}
How to make this query work on that system ?
Thanks in advance.
Somnath.