From 4349f2775e1f2742f7a14956ad70178d54d92541 Mon Sep 17 00:00:00 2001 From: Joanne Lynch Date: Thu, 27 Jul 2017 18:05:09 +0100 Subject: [PATCH] Add query string to force extract_bundle --- examples/image_streamer/artifact_bundles.py | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/image_streamer/artifact_bundles.py b/examples/image_streamer/artifact_bundles.py index 3f118d25..9eed3d75 100644 --- a/examples/image_streamer/artifact_bundles.py +++ b/examples/image_streamer/artifact_bundles.py @@ -97,6 +97,7 @@ # Extract an Artifact Bundle print("\nExtract an Artifact Bundle") +artifact_bundle['uri'] += '?extract=true&forceImport=true' response = image_streamer_client.artifact_bundles.extract_bundle(artifact_bundle) pprint(response)