Skip to content

Commit ea0e5fc

Browse files
author
Samuel Hassine
committed
[client] Better management of empty in list
1 parent f55a481 commit ea0e5fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/export_intrusion_set_stix2.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
intrusion_set = opencti_api_client.intrusion_set.read(filters=[{'key': 'name', 'values': ['APT28']}])
1515

1616
# Create the bundle
17-
bundle = opencti_api_client.stix2.export_entity('campaign', '0d31f298-da86-4330-8c0a-4fcfa44f6ae0', 'full')
17+
bundle = opencti_api_client.stix2.export_entity('intrusion-set', intrusion_set['id'], 'full')
1818
json_bundle = json.dumps(bundle, indent=4)
1919

2020
# Write the bundle

0 commit comments

Comments
 (0)