CoreXQLApiModule

Common Core XQL Client provides generic infrastructure.

python · ApiModules

Details

IDCoreXQLApiModule
Languagepython
From Version5.0.0
Docker Imagedemisto/python3:3.11.11.1940698
Tagsinfra 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)