Open jordaj2 opened 2 years ago
What user are using to retrieve the data from SWIS? Is it the same one you are using in the Orion Web UI? What type of user is that (e.g. Orion Admin, IPAM Power User etc.…)? what are using to log-in (Orion account, active directory account etc...)?
Generally, IPAM's UI is using those SWIS tables to visualize data (and Orion UI in general is using SWIS rather than directly querying DB), so if you are seeing data from the web-console, you should be able to see it from the SDK as well (as long as the same user is used)
correct it is the same user.
What about the other questions?
What type of user is that (e.g. Orion Admin, IPAM Power User etc.…)? What are using to log-in (Orion account, active directory account etc...)?
The two tables exposed by SWISS (IPAM_Subnets and IPAM_GroupNode). In the SQL database I can see nearly 6000 objects in the IPAM_Group table, but the corresponding group when I view it in SQL Studio returns 0 results: It is the same for the IPAM_Subnets table. I am able to create subnets using SWQL Studio and using the SDK: Those same subnets that I create I am able to see in the IPAM UI and I can also see in the SQL database, but I am unable to see using the OrionSDK (no results are shown )