v4

latestOpenAPI 3.1.02026-08-02261331761.5 KB
Audit Log Replay

Run the audit log replay

Run the audit log replay with the given parameters. This will replay PDP requests based on audit logs.

post/v2/audit-log-replay

Request body

pdp_urlstring required

URL of the PDP to test against

start_timeinteger

Start time for the query (in seconds since epoch). Defaults to 24 hours ago.

end_timeinteger

End time for the query (in seconds since epoch). Defaults to current time.

concurrency_limitinteger

Concurrency limit for processing documents (max: 5)

graceful_shutdown_sinteger

Graceful shutdown time in seconds

Example request

{
  "pdp_url": "http://mydomain.com:7766",
  "start_time": 1616432400,
  "end_time": 1616518800,
  "concurrency_limit": 10,
  "graceful_shutdown_s": 60
}

Response

Successful Response

messagestring required
document_countinteger required