Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.levelblue.com/llms.txt

Use this file to discover all available pages before exploring further.

USM Anywhere supports queries written in Structured Query Language (SQL). For syntax guidance, refer to the following:

Supported SQL clauses

The following SQL clauses are supported in custom queries:
  • SELECT (required)
  • FROM (required)
  • WHERE
  • GROUP BY
  • ORDER BY
  • LIMIT
  • Wildcard (*)

Unsupported SQL clauses

The following SQL features are not supported:
  • JOINS statements
  • Nested SELECTS statements

SQL query example