Hi folks, I am currently in the process of migrating my SquaredUp environment from a SCOM2012 environment to a totally separate and new SCOM2016 environment. I’m trying to recreate the integrations I have…one of which is using the WebAPI tile to pull in ServiceNow information.
I have everything set up exactly the same, but for some reason this query no longer works in my new environment:
sysparm_query cmdb_ci.name={{properties.netbiosComputerName}}^ORDERBYDESCstart_date^…etc.
I don’t get any errors but no columns or data is returned.
But if I input a simple query like “active=true” that returns a ton of data and all of the columns appear. The same query works in my original environment so I can’t understand why it’s not working in my new environment.