COOCApiModule

COOC API Module class.

python · ApiModules

Details

IDCOOCApiModule
Languagepython
From Version5.0.0
Docker Imagedemisto/python3:3.11.9.107902
Tagsinfra server

README

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.

commonfields:
  id: COOCApiModule
  version: -1
name: COOCApiModule
script: ''
type: python
subtype: python3
tags:
- infra
- server
comment: COOC API Module class.
scripttarget: 0
dependson: {}
timeout: 0s
dockerimage: demisto/python3:3.11.9.107902
fromversion: 5.0.0
tests:
- No tests (auto formatted)