This commit is contained in:
Cyberes 2023-11-22 23:54:18 -07:00
parent 7c59dd4afc
commit fa61a8d4ee
1 changed files with 1 additions and 0 deletions

View File

@ -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()