Skip to main content

COOCApiModule

Supported versions

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

To use the COOC API logic, run the following command to import the COOCApiModule.

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

Then, the functionality of COOCApiModule will be available for usage. For examples, see the AWS or AZURE integrations.