Skip to main content

CoreXQLApiModule

To use the Core XQL API logic, run the following command to import the CoreXQLApiModule.

def main():
...
from CoreXQLApiModule import *
if __name__ in ["builtins", "__main__"]:
main()

Then, the functionality of CoreXQLApiModule will be available for usage. For examples, see the Cortex XDR - XQL Query Engine or XQL Query Engine integrations.