Details
| ID | CoreXQLApiModule |
|---|---|
| Language | python |
| From Version | 5.0.0 |
| Docker Image | demisto/python3:3.11.11.1940698 |
| Tags | infra server |
README
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.
commonfields: id: CoreXQLApiModule version: -1 name: CoreXQLApiModule script: '' type: python subtype: python3 tags: - infra - server comment: Common Core XQL Client provides generic infrastructure. scripttarget: 0 dependson: {} timeout: 0s dockerimage: demisto/python3:3.11.11.1940698 fromversion: 5.0.0 tests: - No tests (auto formatted)