Using the rest api, purely http, I am trying to get the name of the SNMPv3 Credential Set assigned to each node.
The credential set name is stored into Orion.Credential. But I can't find a foreign key linking with Orion.Node.
I thought about using Cortex.Orion.Credential, which has a documented foreign key with Cortex.Orion.Node. And from there to Orion.Node. Unfortunately I can not seem to find the columns constituting the foreign key of Cortex.Orion.Node with Cortex.Orion.Credential. Even though it is present in the documentation and WHQL tool.
And Yet, there must be a way because the application shows how many nodes are using a certain SNMPv3 credential set.
How can I proceed to get the credential set name/id for each node ?