Skip to content

Commit 05f5509

Browse files
author
Martin Lewald
authored
fixed sdc_url from app-staging... to just app...
Line 52 had the staging address set: 'https://app-staging.sysdigcloud.com' which was failing for our users. I modified it to just 'app.sysdigcloud.com' and confirmed the script works now. -Martin
1 parent cceee72 commit 05f5509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/download_dashboards.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def cleanup_dir(path):
4949
#
5050
# Instantiate the SDC client
5151
#
52-
sdclient = SdcClient(sdc_token, sdc_url='https://app-staging.sysdigcloud.com')
52+
sdclient = SdcClient(sdc_token, sdc_url='https://app.sysdigcloud.com')
5353

5454
#
5555
# Fire the request.

0 commit comments

Comments
 (0)