API property pull

Does any one know of a way to pull the computer, all its properties and analysis with one API command.

Be cautious because this is a heavy query to run, but it does work.

https://root_server:52311/api/query?output=json&relevance=<URL_ENCODED_QUERY_HERE>

Update the computer name in the query below and then URL encode the entire thing (there are plenty of online url encoders). Then throw that URL encoded query into the API endpoint above.

((concatenation of names of properties of it as string %26 "|!|" %26 concatenation of (if analysis flag of properties of it=True then names of source analysis of properties of it else "global")) of it %26 "|!|" %26 concatenation "|~|" of values of it) of property results of (bes computers) whose (name of it as lowercase = "abc123")

4 Likes