Skip to main content

CoreXQLApiModule

Supported versions

Available on Cortex XSOAR, Cortex XSIAM, and Cortex XPANSE.

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.