Connectors
...
Actions
Rerun Report
4 min
description initiates a rerun of an existing wiz report using specified variables and returns the original report id endpoint method post inputs json body (object) – required variables (object) – required reportid (string) – required the id of the report to return output example \[ { "status code" 200, "response headers" { "date" "sun, 30 jul 2023 09 10 38 gmt", "content type" "application/json; charset=utf 8", "content length" "82", "connection" "keep alive", "content security policy" "default src 'self';base uri 'self';font src 'self' https data ;form action 'self';frame ancestors 'self';img src 'self' data ;object src 'none';script src 'self';script src attr 'none';style src 'self' https 'unsafe inline';upgrade insecure requests", "cross origin embedder policy" "require corp", "cross origin opener policy" "same origin", "cross origin resource policy" "same origin", "x dns prefetch control" "off", "x frame options" "sameorigin", "strict transport security" "max age=15552000; includesubdomains", "x download options" "noopen", "x content type options" "nosniff", "origin agent cluster" "?1", "x permitted cross domain policies" "none", "referrer policy" "no referrer", "x xss protection" "0", "vary" "origin, accept encoding", "access control allow credentials" "true", "etag" "w/\\"52 teg+gok95o9pnmzzoc9ukxeda/k\\"" }, "reason" "ok", "json body" { "data" { "rerunreport" { "report" { "id" "7a173bd6 8a21 4985 ade6 65337368bc0c" } } } } } ] output parameters status code (number) reason (string) json body (object) data (object) rerunreport (object) report (object) id (string) response headers header type date string content type string content length string connection string content security policy string cross origin embedder policy string cross origin opener policy string cross origin resource policy string x dns prefetch control string x frame options string strict transport security string x download options string x content type options string origin agent cluster string x permitted cross domain policies string referrer policy string x xss protection string vary string access control allow credentials string etag string