We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a82f3d commit bfdda49Copy full SHA for bfdda49
examples/config.yml.sample
@@ -1,3 +1,3 @@
1
opencti:
2
- url: 'http://opencti.example.com'
+ url: 'http://localhost'
3
token : 'ChangeMe'
examples/stix2/import.py
@@ -15,4 +15,4 @@
15
opencti_api_client = OpenCTIApiClient(config['opencti']['url'], config['opencti']['token'])
16
17
# Import the bundle
18
-opencti_api_client.send(file_to_import, False)
+opencti_api_client.stix2_import_bundle_from_file(file_to_import, False)
0 commit comments