- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- CrashEventCount
- Try it!
Get a count of Chrome crash events.
HTTP request
GET https://chromemanagement.googleapis.com/v1/{customer=customers/*}/reports:countChromeCrashEvents
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
customer |
Customer ID. |
Query parameters
Parameters | |
---|---|
org |
If specified, only count the number of crash events of the devices in this organizational unit. |
filter |
Query string to filter results, AND-separated fields in EBNF syntax. Supported filter fields: * major_browser_version * minor_browser_version * browserChannel * device_platform * past_number_days Example: |
order |
Field used to order results. Supported order by fields:
|
Request body
The request body must be empty.
Response body
Response contains a list of CrashEventCountByVersionPerDay which count the chrome crash at the certain date.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"crashEventCounts": [
{
object ( |
Fields | |
---|---|
crash |
Crash event counts grouped by date and browser version. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/chrome.management.reports.readonly
CrashEventCount
The count
of the Chrome crash events at the date
.
JSON representation |
---|
{
"date": {
object ( |
Fields | |
---|---|
date |
Date of the crash event. |
browser |
Browser version this is counting. |
count |
Total count of crash events. |