Generate unsuccessful login attempts report (PDF)
POST {{stripeUrl}}/report/v1/Reports
Request Body
{"schemas"=>["urn:ietf:params:scim:schemas:oracle:idcs:Report"], "outputFormat"=>"pdf", "reports"=>[{"name"=>"suspiciousEvents", "type"=>"detail", "correlationId"=>"suspiciousEventsReport", "attributesToGet"=>"actorName,timestamp,message"}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Date | string | ||
Content-Type | string | ||
x-content-sha256 | string |
RESPONSES
status: Created
{"outputFormat":"pdf","reports":[{"name":"suspiciousEvents","type":"detail","correlationId":"suspiciousEventsReport","totalResults":17,"fileName":"files/report/201903290616/bravoe-Unsuccessful_Login_Attempts_Report.pdf","status":"201"}],"schemas":["urn:ietf:params:scim:schemas:oracle:idcs:Report"]}