Details
| ID | COOCApiModule |
|---|---|
| Language | python |
| From Version | 5.0.0 |
| Docker Image | demisto/python3:3.11.9.107902 |
| Tags | infra 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.