Get a push crash data report
Last updated
Was this helpful?
Last updated
Was this helpful?
This service provides the number of successful and failed push requests over the last 24 hours, for all the teams belonging to your organisation.
These statistics only account for crashes that have been recorded by the DriveKit SDK, sent to the DriveQuant analysis platform and processed.
By default, the report covers the last 24 hours. However, you can specify a startDate
to generate the report for a more precise timeframe. If the startDate
is more than 24h ago, it will be disregarded. For simplicity, the response includes both the endDate
(date of the request) and the startDate
(up to 24h before the startDate
).
The date corresponds to the date the crash data are processed on the DriveQuant analysis platform.
If you have your enterprise API key, you can try the API via this link.
The table below summarizes the response parameters.
status
string
Current status of the push service
Allowed values: ACTIVE
, ON_HOLD
, INACTIVE
startDate
string
Start date of the report
Date format: YYYY-MM-dd’T’HH:mm:ss.SSSZ
endDate
string
End date of the report (i.e., date of the request)
Date format: YYYY-MM-dd’T’HH:mm:ss.SSSZ
failed
integer
Number of failed push requests
pushed
integer
Number of successful push requests
onHold
integer
Number of push requests on-hold (if the push service was paused)
total
integer
Total number of push requests
OK
Current status of the push service
"ACTIVE"
Start date of the report
"2024-11-21T11:09:09.000+0000"
End date of the report
"2024-11-22T11:09:09.000+0000"
Number of failed push requests
3
Number of successful push requests
3987
Number of push requests on-hold because the push service was paused automatically (too many failures)
0
Total number of push requests
3990