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 027f423 commit 986dc70Copy full SHA for 986dc70
examples/restore_alerts.py
@@ -28,6 +28,7 @@
28
with open(alerts_dump_file, 'r') as f:
29
j = json.load(f)
30
for a in j['alerts']:
31
+ a['description'] += ' (created via restore_alerts.py)'
32
res = sdclient.create_alert(alert_obj=a)
33
if not res[0]:
34
print res[1]
0 commit comments