Status Reporting Controller Resource

The API allows you to view and send status report.

POST /status-reporting/report

Send status report.

Example

Request
POST /status-reporting/report
Content-Type: */*

                
...
                
              
Response
HTTP/1.1 201 Created

              

GET /status-reporting/report-preview

Get status report preview.

Response Body
media type data type description
application/json VProtectReportRequestV2 (JSON) details of status report

Example

Request
GET /status-reporting/report-preview
Content-Type: */*
Accept: application/json

                
...
                
              
Response
HTTP/1.1 200 OK
Content-Type: application/json

                
{ }
                
              

POST /status-reporting/report-with-logs

Send status report with logs.

Example

Request
POST /status-reporting/report-with-logs
Content-Type: */*

                
...
                
              
Response
HTTP/1.1 201 Created