This commit is contained in:
parent
7c59dd4afc
commit
fa61a8d4ee
|
@ -62,6 +62,7 @@ def main(args):
|
|||
data = {
|
||||
"type": check['type'],
|
||||
"filter": check_filter,
|
||||
'force': True
|
||||
}
|
||||
response = requests.post(url + "/actions/reschedule-check", data=json.dumps(data), headers=headers, auth=(args.username, args.password), verify=not args.insecure)
|
||||
response.raise_for_status()
|
||||
|
|
Loading…
Reference in New Issue