Wyatt,
Thanks for your reply. I changed out my url and facta to my fact name, nothing is returned except this.
[ ]
To ensure it wasn't my fact that was messing this up, I tried another standard fact is_pe. The value should be uppercase "False" but this returns a 500 when run that post/GET.
:8080/pdb/query/v4/nodes -d 'query=["and", ["=", ["fact", "operatingsystemmajrelease"], 7], ["=", ["fact", "is_pe"], False]]'
This returns nothing as well. I have about 350 nodes of this type.
:8080/pdb/query/v4/nodes -d 'query=["and", ["=", ["fact", "operatingsystemmajrelease"], 7], ["=", ["fact", "is_pe"], false]]'
My fact value is lowercase as well, true is the value. Any ideas?
Thanks in advance,
Mike