TAXII2ApiModule
Common TAXII 2 code that will be appended into each TAXII 2 integration when it's deployed.
python · ApiModules
Details
| ID | TAXII2ApiModule |
|---|---|
| Language | python |
| From Version | 5.0.0 |
| Docker Image | demisto/taxii2:1.0.0.117543 |
| Tags | infra server |
README
To use the common TAXII 2 Server logic (authentication and API requests), run the following command to import the TAXII2ApiModule.
def main():
...
from TAXII2ApiModule import * # noqa: E402
if __name__ in ["builtins", "__main__"]:
main()
Then, the TAXII2ApiModule will be available for usage. For examples, see the TAXII 2 Feed integration.
commonfields: id: TAXII2ApiModule version: -1 name: TAXII2ApiModule script: '' type: python subtype: python3 tags: - infra - server comment: Common TAXII 2 code that will be appended into each TAXII 2 integration when it's deployed. system: true scripttarget: 0 dependson: {} timeout: 0s dockerimage: demisto/taxii2:1.0.0.117543 fromversion: 5.0.0 tests: - No tests (auto formatted)