blob: c1ccb16eb912d71cb6fab367d055d31401e84815 [file] [log] [blame]
Søren Gjesse83e1d962016-05-19 14:43:49 +02001{
2 "auth": {
3 "oauth2": {
4 "scopes": {
5 "https://www.googleapis.com/auth/cloud-platform": {
6 "description": "View and manage your data across Google Cloud Platform services"
7 }
8 }
9 }
10 },
11 "basePath": "",
12 "baseUrl": "https://clouderrorreporting.googleapis.com/",
13 "batchPath": "batch",
14 "canonicalName": "Clouderrorreporting",
Martin Kustermann24901b32017-05-23 17:10:24 +020015 "description": "Groups and counts similar errors from cloud services and applications, reports new errors, and provides access to error groups and their associated errors.\n",
Søren Gjesse83e1d962016-05-19 14:43:49 +020016 "discoveryVersion": "v1",
17 "documentationLink": "https://cloud.google.com/error-reporting/",
18 "icons": {
19 "x16": "http://www.google.com/images/icons/product/search-16.gif",
20 "x32": "http://www.google.com/images/icons/product/search-32.gif"
21 },
22 "id": "clouderrorreporting:v1beta1",
23 "kind": "discovery#restDescription",
24 "name": "clouderrorreporting",
25 "ownerDomain": "google.com",
26 "ownerName": "Google",
27 "parameters": {
Martin Kustermannbe200482017-12-04 11:42:32 +010028 "oauth_token": {
29 "description": "OAuth 2.0 token for the current user.",
Martin Kustermann0e130012017-10-05 15:54:21 +010030 "location": "query",
31 "type": "string"
32 },
Martin Kustermannbe200482017-12-04 11:42:32 +010033 "bearer_token": {
34 "description": "OAuth bearer token.",
Martin Kustermann0e130012017-10-05 15:54:21 +010035 "location": "query",
36 "type": "string"
37 },
38 "upload_protocol": {
39 "description": "Upload protocol for media (e.g. \"raw\", \"multipart\").",
40 "location": "query",
41 "type": "string"
42 },
43 "prettyPrint": {
44 "default": "true",
45 "description": "Returns response with indentations and line breaks.",
46 "location": "query",
47 "type": "boolean"
48 },
Martin Kustermann0e130012017-10-05 15:54:21 +010049 "uploadType": {
50 "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").",
51 "location": "query",
52 "type": "string"
53 },
Martin Kustermann7a3b5f52017-10-23 11:34:19 +020054 "fields": {
55 "description": "Selector specifying which fields to include in a partial response.",
Martin Kustermann0e130012017-10-05 15:54:21 +010056 "location": "query",
57 "type": "string"
58 },
Martin Kustermann8c5bbda2017-07-10 13:23:47 +020059 "$.xgafv": {
60 "description": "V1 error format.",
61 "enum": [
62 "1",
63 "2"
64 ],
65 "enumDescriptions": [
66 "v1 error format",
67 "v2 error format"
68 ],
69 "location": "query",
70 "type": "string"
71 },
Martin Kustermannbe200482017-12-04 11:42:32 +010072 "callback": {
73 "description": "JSONP",
74 "location": "query",
75 "type": "string"
76 },
Martin Kustermanna28e6712017-08-21 17:36:35 +020077 "alt": {
78 "default": "json",
79 "description": "Data format for response.",
80 "enum": [
81 "json",
82 "media",
83 "proto"
84 ],
85 "enumDescriptions": [
86 "Responses with Content-Type of application/json",
87 "Media download with context-dependent Content-Type",
88 "Responses with Content-Type of application/x-protobuf"
89 ],
90 "location": "query",
91 "type": "string"
Martin Kustermann2a131182017-11-13 13:50:07 +010092 },
93 "key": {
94 "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.",
95 "location": "query",
96 "type": "string"
97 },
98 "access_token": {
99 "description": "OAuth access token.",
100 "location": "query",
101 "type": "string"
102 },
103 "quotaUser": {
104 "description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.",
105 "location": "query",
106 "type": "string"
107 },
108 "pp": {
109 "default": "true",
110 "description": "Pretty-print response.",
111 "location": "query",
112 "type": "boolean"
Søren Gjesse83e1d962016-05-19 14:43:49 +0200113 }
114 },
115 "protocol": "rest",
116 "resources": {
117 "projects": {
118 "methods": {
119 "deleteEvents": {
120 "description": "Deletes all error events of a given project.",
121 "httpMethod": "DELETE",
122 "id": "clouderrorreporting.projects.deleteEvents",
123 "parameterOrder": [
124 "projectName"
125 ],
126 "parameters": {
127 "projectName": {
Martin Kustermannc8ba9282017-01-23 10:54:42 +0100128 "description": "[Required] The resource name of the Google Cloud Platform project. Written\nas `projects/` plus the\n[Google Cloud Platform project\nID](https://support.google.com/cloud/answer/6158840).\nExample: `projects/my-project-123`.",
Søren Gjesse83e1d962016-05-19 14:43:49 +0200129 "location": "path",
Martin Kustermann4ff71db2016-11-09 10:46:40 +0100130 "pattern": "^projects/[^/]+$",
Søren Gjesse83e1d962016-05-19 14:43:49 +0200131 "required": true,
132 "type": "string"
133 }
134 },
135 "path": "v1beta1/{+projectName}/events",
136 "response": {
137 "$ref": "DeleteEventsResponse"
138 },
139 "scopes": [
140 "https://www.googleapis.com/auth/cloud-platform"
141 ]
142 }
143 },
144 "resources": {
Martin Kustermannbe200482017-12-04 11:42:32 +0100145 "events": {
146 "methods": {
147 "report": {
148 "description": "Report an individual error event.\n\nThis endpoint accepts <strong>either</strong> an OAuth token,\n<strong>or</strong> an\n<a href=\"https://support.google.com/cloud/answer/6158862\">API key</a>\nfor authentication. To use an API key, append it to the URL as the value of\na `key` parameter. For example:\n<pre>POST https://clouderrorreporting.googleapis.com/v1beta1/projects/example-project/events:report?key=123ABC456</pre>",
149 "httpMethod": "POST",
150 "id": "clouderrorreporting.projects.events.report",
151 "parameterOrder": [
152 "projectName"
153 ],
154 "parameters": {
155 "projectName": {
156 "description": "[Required] The resource name of the Google Cloud Platform project. Written\nas `projects/` plus the\n[Google Cloud Platform project ID](https://support.google.com/cloud/answer/6158840).\nExample: `projects/my-project-123`.",
157 "location": "path",
158 "pattern": "^projects/[^/]+$",
159 "required": true,
160 "type": "string"
161 }
162 },
163 "path": "v1beta1/{+projectName}/events:report",
164 "request": {
165 "$ref": "ReportedErrorEvent"
166 },
167 "response": {
168 "$ref": "ReportErrorEventResponse"
169 },
170 "scopes": [
171 "https://www.googleapis.com/auth/cloud-platform"
172 ]
173 },
174 "list": {
175 "description": "Lists the specified events.",
176 "httpMethod": "GET",
177 "id": "clouderrorreporting.projects.events.list",
178 "parameterOrder": [
179 "projectName"
180 ],
181 "parameters": {
182 "projectName": {
183 "description": "[Required] The resource name of the Google Cloud Platform project. Written\nas `projects/` plus the\n[Google Cloud Platform project\nID](https://support.google.com/cloud/answer/6158840).\nExample: `projects/my-project-123`.",
184 "location": "path",
185 "pattern": "^projects/[^/]+$",
186 "required": true,
187 "type": "string"
188 },
189 "groupId": {
190 "description": "[Required] The group for which events shall be returned.",
191 "location": "query",
192 "type": "string"
193 },
194 "pageToken": {
195 "description": "[Optional] A `next_page_token` provided by a previous response.",
196 "location": "query",
197 "type": "string"
198 },
199 "serviceFilter.service": {
200 "description": "[Optional] The exact value to match against\n[`ServiceContext.service`](/error-reporting/reference/rest/v1beta1/ServiceContext#FIELDS.service).",
201 "location": "query",
202 "type": "string"
203 },
204 "pageSize": {
205 "description": "[Optional] The maximum number of results to return per response.",
206 "format": "int32",
207 "location": "query",
208 "type": "integer"
209 },
210 "serviceFilter.version": {
211 "description": "[Optional] The exact value to match against\n[`ServiceContext.version`](/error-reporting/reference/rest/v1beta1/ServiceContext#FIELDS.version).",
212 "location": "query",
213 "type": "string"
214 },
215 "serviceFilter.resourceType": {
216 "description": "[Optional] The exact value to match against\n[`ServiceContext.resource_type`](/error-reporting/reference/rest/v1beta1/ServiceContext#FIELDS.resource_type).",
217 "location": "query",
218 "type": "string"
219 },
220 "timeRange.period": {
221 "description": "Restricts the query to the specified time range.",
222 "enum": [
223 "PERIOD_UNSPECIFIED",
224 "PERIOD_1_HOUR",
225 "PERIOD_6_HOURS",
226 "PERIOD_1_DAY",
227 "PERIOD_1_WEEK",
228 "PERIOD_30_DAYS"
229 ],
230 "location": "query",
231 "type": "string"
232 }
233 },
234 "path": "v1beta1/{+projectName}/events",
235 "response": {
236 "$ref": "ListEventsResponse"
237 },
238 "scopes": [
239 "https://www.googleapis.com/auth/cloud-platform"
240 ]
241 }
242 }
243 },
Martin Kustermann571f5922017-02-14 09:00:01 +0100244 "groups": {
245 "methods": {
Martin Kustermann5eb85c12017-09-11 12:35:54 +0200246 "get": {
247 "description": "Get the specified group.",
248 "httpMethod": "GET",
249 "id": "clouderrorreporting.projects.groups.get",
250 "parameterOrder": [
251 "groupName"
252 ],
253 "parameters": {
254 "groupName": {
255 "description": "[Required] The group resource name. Written as\n<code>projects/<var>projectID</var>/groups/<var>group_name</var></code>.\nCall\n<a href=\"/error-reporting/reference/rest/v1beta1/projects.groupStats/list\">\n<code>groupStats.list</code></a> to return a list of groups belonging to\nthis project.\n\nExample: <code>projects/my-project-123/groups/my-group</code>",
256 "location": "path",
257 "pattern": "^projects/[^/]+/groups/[^/]+$",
258 "required": true,
259 "type": "string"
260 }
261 },
262 "path": "v1beta1/{+groupName}",
263 "response": {
264 "$ref": "ErrorGroup"
265 },
266 "scopes": [
267 "https://www.googleapis.com/auth/cloud-platform"
268 ]
269 },
Martin Kustermann571f5922017-02-14 09:00:01 +0100270 "update": {
271 "description": "Replace the data for the specified group.\nFails if the group does not exist.",
272 "httpMethod": "PUT",
273 "id": "clouderrorreporting.projects.groups.update",
274 "parameterOrder": [
275 "name"
276 ],
277 "parameters": {
278 "name": {
279 "description": "The group resource name.\nExample: <code>projects/my-project-123/groups/my-groupid</code>",
280 "location": "path",
281 "pattern": "^projects/[^/]+/groups/[^/]+$",
282 "required": true,
283 "type": "string"
284 }
285 },
286 "path": "v1beta1/{+name}",
287 "request": {
288 "$ref": "ErrorGroup"
289 },
290 "response": {
291 "$ref": "ErrorGroup"
292 },
293 "scopes": [
294 "https://www.googleapis.com/auth/cloud-platform"
295 ]
Martin Kustermann5eb85c12017-09-11 12:35:54 +0200296 }
297 }
298 },
Martin Kustermann2a131182017-11-13 13:50:07 +0100299 "groupStats": {
300 "methods": {
301 "list": {
302 "description": "Lists the specified groups.",
303 "httpMethod": "GET",
304 "id": "clouderrorreporting.projects.groupStats.list",
305 "parameterOrder": [
306 "projectName"
307 ],
308 "parameters": {
Martin Kustermann2a131182017-11-13 13:50:07 +0100309 "serviceFilter.service": {
310 "description": "[Optional] The exact value to match against\n[`ServiceContext.service`](/error-reporting/reference/rest/v1beta1/ServiceContext#FIELDS.service).",
311 "location": "query",
312 "type": "string"
313 },
314 "pageSize": {
315 "description": "[Optional] The maximum number of results to return per response.\nDefault is 20.",
316 "format": "int32",
317 "location": "query",
318 "type": "integer"
319 },
320 "order": {
321 "description": "[Optional] The sort order in which the results are returned.\nDefault is `COUNT_DESC`.",
322 "enum": [
323 "GROUP_ORDER_UNSPECIFIED",
324 "COUNT_DESC",
325 "LAST_SEEN_DESC",
326 "CREATED_DESC",
327 "AFFECTED_USERS_DESC"
328 ],
329 "location": "query",
330 "type": "string"
331 },
332 "serviceFilter.version": {
333 "description": "[Optional] The exact value to match against\n[`ServiceContext.version`](/error-reporting/reference/rest/v1beta1/ServiceContext#FIELDS.version).",
334 "location": "query",
335 "type": "string"
336 },
Martin Kustermann2a131182017-11-13 13:50:07 +0100337 "alignmentTime": {
338 "description": "[Optional] Time where the timed counts shall be aligned if rounded\nalignment is chosen. Default is 00:00 UTC.",
339 "format": "google-datetime",
340 "location": "query",
341 "type": "string"
342 },
Martin Kustermannbe200482017-12-04 11:42:32 +0100343 "serviceFilter.resourceType": {
344 "description": "[Optional] The exact value to match against\n[`ServiceContext.resource_type`](/error-reporting/reference/rest/v1beta1/ServiceContext#FIELDS.resource_type).",
345 "location": "query",
346 "type": "string"
347 },
Martin Kustermann2a131182017-11-13 13:50:07 +0100348 "projectName": {
349 "description": "[Required] The resource name of the Google Cloud Platform project. Written\nas <code>projects/</code> plus the\n<a href=\"https://support.google.com/cloud/answer/6158840\">Google Cloud\nPlatform project ID</a>.\n\nExample: <code>projects/my-project-123</code>.",
350 "location": "path",
351 "pattern": "^projects/[^/]+$",
352 "required": true,
353 "type": "string"
354 },
355 "timedCountDuration": {
356 "description": "[Optional] The preferred duration for a single returned `TimedCount`.\nIf not set, no timed counts are returned.",
357 "format": "google-duration",
358 "location": "query",
359 "type": "string"
360 },
361 "pageToken": {
362 "description": "[Optional] A `next_page_token` provided by a previous response. To view\nadditional results, pass this token along with the identical query\nparameters as the first request.",
363 "location": "query",
364 "type": "string"
365 },
366 "timeRange.period": {
367 "description": "Restricts the query to the specified time range.",
368 "enum": [
369 "PERIOD_UNSPECIFIED",
370 "PERIOD_1_HOUR",
371 "PERIOD_6_HOURS",
372 "PERIOD_1_DAY",
373 "PERIOD_1_WEEK",
374 "PERIOD_30_DAYS"
375 ],
376 "location": "query",
377 "type": "string"
Martin Kustermannbe200482017-12-04 11:42:32 +0100378 },
379 "alignment": {
380 "description": "[Optional] The alignment of the timed counts to be returned.\nDefault is `ALIGNMENT_EQUAL_AT_END`.",
381 "enum": [
382 "ERROR_COUNT_ALIGNMENT_UNSPECIFIED",
383 "ALIGNMENT_EQUAL_ROUNDED",
384 "ALIGNMENT_EQUAL_AT_END"
385 ],
386 "location": "query",
387 "type": "string"
388 },
389 "groupId": {
390 "description": "[Optional] List all <code>ErrorGroupStats</code> with these IDs.",
391 "location": "query",
392 "repeated": true,
393 "type": "string"
Martin Kustermann2a131182017-11-13 13:50:07 +0100394 }
395 },
396 "path": "v1beta1/{+projectName}/groupStats",
397 "response": {
398 "$ref": "ListGroupStatsResponse"
399 },
400 "scopes": [
401 "https://www.googleapis.com/auth/cloud-platform"
402 ]
403 }
404 }
Søren Gjesse83e1d962016-05-19 14:43:49 +0200405 }
406 }
407 }
408 },
Martin Kustermannbe200482017-12-04 11:42:32 +0100409 "revision": "20171112",
Søren Gjesse83e1d962016-05-19 14:43:49 +0200410 "rootUrl": "https://clouderrorreporting.googleapis.com/",
411 "schemas": {
Martin Kustermannbe200482017-12-04 11:42:32 +0100412 "ErrorGroup": {
413 "description": "Description of a group of similar error events.",
414 "id": "ErrorGroup",
415 "properties": {
416 "name": {
417 "description": "The group resource name.\nExample: <code>projects/my-project-123/groups/my-groupid</code>",
418 "type": "string"
419 },
420 "groupId": {
421 "description": "Group IDs are unique for a given project. If the same kind of error\noccurs in different service contexts, it will receive the same group ID.",
422 "type": "string"
423 },
424 "trackingIssues": {
425 "description": "Associated tracking issues.",
426 "items": {
427 "$ref": "TrackingIssue"
428 },
429 "type": "array"
430 }
431 },
432 "type": "object"
433 },
434 "SourceLocation": {
435 "description": "Indicates a location in the source code of the service for which errors are\nreported. `functionName` must be provided by the application when reporting\nan error, unless the error report contains a `message` with a supported\nexception stack trace. All fields are optional for the later case.",
436 "id": "SourceLocation",
437 "properties": {
438 "lineNumber": {
439 "description": "1-based. 0 indicates that the line number is unknown.",
440 "format": "int32",
441 "type": "integer"
442 },
443 "functionName": {
444 "description": "Human-readable name of a function or method.\nThe value can include optional context like the class or package name.\nFor example, `my.package.MyClass.method` in case of Java.",
445 "type": "string"
446 },
447 "filePath": {
448 "description": "The source code filename, which can include a truncated relative\npath, or a full path from a production machine.",
449 "type": "string"
450 }
451 },
452 "type": "object"
453 },
454 "ServiceContext": {
455 "description": "Describes a running service that sends errors.\nIts version changes over time and multiple versions can run in parallel.",
456 "id": "ServiceContext",
457 "properties": {
458 "resourceType": {
459 "description": "Type of the MonitoredResource. List of possible values:\nhttps://cloud.google.com/monitoring/api/resources\n\nValue is set automatically for incoming errors and must not be set when\nreporting errors.",
460 "type": "string"
461 },
462 "version": {
463 "description": "Represents the source code version that the developer provided,\nwhich could represent a version label or a Git SHA-1 hash, for example.\nFor App Engine standard environment, the version is set to the version of\nthe app.",
464 "type": "string"
465 },
466 "service": {
467 "description": "An identifier of the service, such as the name of the\nexecutable, job, or Google App Engine service name. This field is expected\nto have a low number of values that are relatively stable over time, as\nopposed to `version`, which can be changed whenever new code is deployed.\n\nContains the service name for error reports extracted from Google\nApp Engine logs or `default` if the App Engine default service is used.",
468 "type": "string"
469 }
470 },
471 "type": "object"
472 },
473 "ReportErrorEventResponse": {
474 "description": "Response for reporting an individual error event.\nData may be added to this message in the future.",
475 "id": "ReportErrorEventResponse",
476 "properties": {},
477 "type": "object"
478 },
479 "HttpRequestContext": {
480 "description": "HTTP request data that is related to a reported error.\nThis data should be provided by the application when reporting an error,\nunless the\nerror report has been generated automatically from Google App Engine logs.",
481 "id": "HttpRequestContext",
482 "properties": {
483 "responseStatusCode": {
484 "description": "The HTTP response status code for the request.",
485 "format": "int32",
486 "type": "integer"
487 },
488 "method": {
489 "description": "The type of HTTP request, such as `GET`, `POST`, etc.",
490 "type": "string"
491 },
492 "remoteIp": {
493 "description": "The IP address from which the request originated.\nThis can be IPv4, IPv6, or a token which is derived from the\nIP address, depending on the data that has been provided\nin the error report.",
494 "type": "string"
495 },
496 "referrer": {
497 "description": "The referrer information that is provided with the request.",
498 "type": "string"
499 },
500 "userAgent": {
501 "description": "The user agent information that is provided with the request.",
502 "type": "string"
503 },
504 "url": {
505 "description": "The URL of the request.",
506 "type": "string"
507 }
508 },
509 "type": "object"
510 },
511 "ListGroupStatsResponse": {
512 "description": "Contains a set of requested error group stats.",
513 "id": "ListGroupStatsResponse",
514 "properties": {
515 "timeRangeBegin": {
516 "description": "The timestamp specifies the start time to which the request was restricted.\nThe start time is set based on the requested time range. It may be adjusted\nto a later time if a project has exceeded the storage quota and older data\nhas been deleted.",
517 "format": "google-datetime",
518 "type": "string"
519 },
520 "errorGroupStats": {
521 "description": "The error group stats which match the given request.",
522 "items": {
523 "$ref": "ErrorGroupStats"
524 },
525 "type": "array"
526 },
527 "nextPageToken": {
528 "description": "If non-empty, more results are available.\nPass this token, along with the same query parameters as the first\nrequest, to view the next page of results.",
529 "type": "string"
530 }
531 },
532 "type": "object"
533 },
534 "DeleteEventsResponse": {
535 "description": "Response message for deleting error events.",
536 "id": "DeleteEventsResponse",
537 "properties": {},
538 "type": "object"
539 },
540 "SourceReference": {
541 "description": "A reference to a particular snapshot of the source tree used to build and\ndeploy an application.",
542 "id": "SourceReference",
543 "properties": {
544 "revisionId": {
545 "description": "The canonical and persistent identifier of the deployed revision.\nExample (git): \"0035781c50ec7aa23385dc841529ce8a4b70db1b\"",
546 "type": "string"
547 },
548 "repository": {
549 "description": "Optional. A URI string identifying the repository.\nExample: \"https://github.com/GoogleCloudPlatform/kubernetes.git\"",
550 "type": "string"
551 }
552 },
553 "type": "object"
554 },
Martin Kustermanna28e6712017-08-21 17:36:35 +0200555 "ErrorEvent": {
556 "description": "An error event which is returned by the Error Reporting system.",
557 "id": "ErrorEvent",
558 "properties": {
559 "eventTime": {
560 "description": "Time when the event occurred as provided in the error report.\nIf the report did not contain a timestamp, the time the error was received\nby the Error Reporting system is used.",
561 "format": "google-datetime",
562 "type": "string"
563 },
564 "context": {
565 "$ref": "ErrorContext",
566 "description": "Data about the context in which the error occurred."
Martin Kustermann2a131182017-11-13 13:50:07 +0100567 },
568 "message": {
569 "description": "The stack trace that was reported or logged by the service.",
570 "type": "string"
571 },
572 "serviceContext": {
573 "$ref": "ServiceContext",
574 "description": "The `ServiceContext` for which this error was reported."
Martin Kustermanna28e6712017-08-21 17:36:35 +0200575 }
576 },
577 "type": "object"
578 },
579 "ReportedErrorEvent": {
580 "description": "An error event which is reported to the Error Reporting system.",
581 "id": "ReportedErrorEvent",
582 "properties": {
Martin Kustermann0e130012017-10-05 15:54:21 +0100583 "serviceContext": {
584 "$ref": "ServiceContext",
585 "description": "[Required] The service context in which this error has occurred."
586 },
Martin Kustermanna28e6712017-08-21 17:36:35 +0200587 "eventTime": {
588 "description": "[Optional] Time when the event occurred.\nIf not provided, the time when the event was received by the\nError Reporting system will be used.",
589 "format": "google-datetime",
590 "type": "string"
591 },
592 "context": {
593 "$ref": "ErrorContext",
594 "description": "[Optional] A description of the context in which the error occurred."
Martin Kustermann2a131182017-11-13 13:50:07 +0100595 },
596 "message": {
597 "description": "[Required] The error message.\nIf no `context.reportLocation` is provided, the message must contain a\nheader (typically consisting of the exception type name and an error\nmessage) and an exception stack trace in one of the supported programming\nlanguages and formats.\nSupported languages are Java, Python, JavaScript, Ruby, C#, PHP, and Go.\nSupported stack trace formats are:\n\n* **Java**: Must be the return value of [`Throwable.printStackTrace()`](https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html#printStackTrace%28%29).\n* **Python**: Must be the return value of [`traceback.format_exc()`](https://docs.python.org/2/library/traceback.html#traceback.format_exc).\n* **JavaScript**: Must be the value of [`error.stack`](https://github.com/v8/v8/wiki/Stack-Trace-API)\nas returned by V8.\n* **Ruby**: Must contain frames returned by [`Exception.backtrace`](https://ruby-doc.org/core-2.2.0/Exception.html#method-i-backtrace).\n* **C#**: Must be the return value of [`Exception.ToString()`](https://msdn.microsoft.com/en-us/library/system.exception.tostring.aspx).\n* **PHP**: Must start with `PHP (Notice|Parse error|Fatal error|Warning)`\nand contain the result of [`(string)$exception`](http://php.net/manual/en/exception.tostring.php).\n* **Go**: Must be the return value of [`runtime.Stack()`](https://golang.org/pkg/runtime/debug/#Stack).",
598 "type": "string"
Martin Kustermanna28e6712017-08-21 17:36:35 +0200599 }
600 },
601 "type": "object"
602 },
603 "ErrorContext": {
604 "description": "A description of the context in which an error occurred.\nThis data should be provided by the application when reporting an error,\nunless the\nerror report has been generated automatically from Google App Engine logs.",
605 "id": "ErrorContext",
606 "properties": {
Martin Kustermann2a131182017-11-13 13:50:07 +0100607 "reportLocation": {
608 "$ref": "SourceLocation",
609 "description": "The location in the source code where the decision was made to\nreport the error, usually the place where it was logged.\nFor a logged exception this would be the source line where the\nexception is logged, usually close to the place where it was\ncaught."
Martin Kustermanna28e6712017-08-21 17:36:35 +0200610 },
611 "sourceReferences": {
612 "description": "Source code that was used to build the executable which has\ncaused the given error message.",
613 "items": {
614 "$ref": "SourceReference"
615 },
616 "type": "array"
617 },
Martin Kustermann7a3b5f52017-10-23 11:34:19 +0200618 "httpRequest": {
619 "$ref": "HttpRequestContext",
620 "description": "The HTTP request which was processed when the error was\ntriggered."
Martin Kustermann2a131182017-11-13 13:50:07 +0100621 },
622 "user": {
623 "description": "The user who caused or was affected by the crash.\nThis can be a user ID, an email address, or an arbitrary token that\nuniquely identifies the user.\nWhen sending an error report, leave this field empty if the user was not\nlogged in. In this case the\nError Reporting system will use other data, such as remote IP address, to\ndistinguish affected users. See `affected_users_count` in\n`ErrorGroupStats`.",
624 "type": "string"
Martin Kustermanna28e6712017-08-21 17:36:35 +0200625 }
626 },
627 "type": "object"
628 },
629 "TrackingIssue": {
630 "description": "Information related to tracking the progress on resolving the error.",
631 "id": "TrackingIssue",
632 "properties": {
633 "url": {
634 "description": "A URL pointing to a related entry in an issue tracking system.\nExample: https://github.com/user/project/issues/4",
635 "type": "string"
636 }
637 },
638 "type": "object"
639 },
Martin Kustermannfa83e312017-07-31 12:48:45 +0200640 "ErrorGroupStats": {
641 "description": "Data extracted for a specific group based on certain filter criteria,\nsuch as a given time period and/or service filter.",
642 "id": "ErrorGroupStats",
643 "properties": {
Martin Kustermanna28e6712017-08-21 17:36:35 +0200644 "representative": {
645 "$ref": "ErrorEvent",
646 "description": "An arbitrary event that is chosen as representative for the whole group.\nThe representative event is intended to be used as a quick preview for\nthe whole group. Events in the group are usually sufficiently similar\nto each other such that showing an arbitrary representative provides\ninsight into the characteristics of the group as a whole."
647 },
648 "timedCounts": {
649 "description": "Approximate number of occurrences over time.\nTimed counts returned by ListGroups are guaranteed to be:\n\n- Inside the requested time interval\n- Non-overlapping, and\n- Ordered by ascending time.",
650 "items": {
651 "$ref": "TimedCount"
652 },
653 "type": "array"
Martin Kustermann5eb85c12017-09-11 12:35:54 +0200654 },
655 "group": {
656 "$ref": "ErrorGroup",
657 "description": "Group data that is independent of the filter criteria."
658 },
659 "firstSeenTime": {
660 "description": "Approximate first occurrence that was ever seen for this group\nand which matches the given filter criteria, ignoring the\ntime_range that was specified in the request.",
661 "format": "google-datetime",
662 "type": "string"
663 },
664 "count": {
665 "description": "Approximate total number of events in the given group that match\nthe filter criteria.",
666 "format": "int64",
667 "type": "string"
668 },
Martin Kustermann7a3b5f52017-10-23 11:34:19 +0200669 "lastSeenTime": {
670 "description": "Approximate last occurrence that was ever seen for this group and\nwhich matches the given filter criteria, ignoring the time_range\nthat was specified in the request.",
671 "format": "google-datetime",
672 "type": "string"
Martin Kustermann2a131182017-11-13 13:50:07 +0100673 },
Martin Kustermannbe200482017-12-04 11:42:32 +0100674 "affectedUsersCount": {
675 "description": "Approximate number of affected users in the given group that\nmatch the filter criteria.\nUsers are distinguished by data in the `ErrorContext` of the\nindividual error events, such as their login name or their remote\nIP address in case of HTTP requests.\nThe number of affected users can be zero even if the number of\nerrors is non-zero if no data was provided from which the\naffected user could be deduced.\nUsers are counted based on data in the request\ncontext that was provided in the error report. If more users are\nimplicitly affected, such as due to a crash of the whole service,\nthis is not reflected here.",
676 "format": "int64",
677 "type": "string"
678 },
Martin Kustermann2a131182017-11-13 13:50:07 +0100679 "affectedServices": {
680 "description": "Service contexts with a non-zero error count for the given filter\ncriteria. This list can be truncated if multiple services are affected.\nRefer to `num_affected_services` for the total count.",
681 "items": {
682 "$ref": "ServiceContext"
683 },
684 "type": "array"
685 },
686 "numAffectedServices": {
687 "description": "The total number of services with a non-zero error count for the given\nfilter criteria.",
688 "format": "int32",
689 "type": "integer"
Martin Kustermannfa83e312017-07-31 12:48:45 +0200690 }
691 },
692 "type": "object"
693 },
694 "ListEventsResponse": {
695 "description": "Contains a set of requested error events.",
696 "id": "ListEventsResponse",
697 "properties": {
Martin Kustermannfa83e312017-07-31 12:48:45 +0200698 "errorEvents": {
699 "description": "The error events which match the given request.",
700 "items": {
701 "$ref": "ErrorEvent"
702 },
703 "type": "array"
Martin Kustermanna28e6712017-08-21 17:36:35 +0200704 },
705 "nextPageToken": {
706 "description": "If non-empty, more results are available.\nPass this token, along with the same query parameters as the first\nrequest, to view the next page of results.",
707 "type": "string"
Martin Kustermann2a131182017-11-13 13:50:07 +0100708 },
709 "timeRangeBegin": {
710 "description": "The timestamp specifies the start time to which the request was restricted.",
711 "format": "google-datetime",
712 "type": "string"
Martin Kustermannfa83e312017-07-31 12:48:45 +0200713 }
714 },
715 "type": "object"
716 },
717 "TimedCount": {
718 "description": "The number of errors in a given time period.\nAll numbers are approximate since the error events are sampled\nbefore counting them.",
719 "id": "TimedCount",
720 "properties": {
Martin Kustermann5eb85c12017-09-11 12:35:54 +0200721 "endTime": {
722 "description": "End of the time period to which `count` refers (excluded).",
723 "format": "google-datetime",
724 "type": "string"
725 },
Martin Kustermannfa83e312017-07-31 12:48:45 +0200726 "count": {
727 "description": "Approximate number of occurrences in the given time period.",
728 "format": "int64",
729 "type": "string"
Martin Kustermann2a131182017-11-13 13:50:07 +0100730 },
731 "startTime": {
732 "description": "Start of the time period to which `count` refers (included).",
733 "format": "google-datetime",
734 "type": "string"
Martin Kustermannfa83e312017-07-31 12:48:45 +0200735 }
736 },
737 "type": "object"
Søren Gjesse83e1d962016-05-19 14:43:49 +0200738 }
739 },
740 "servicePath": "",
741 "title": "Stackdriver Error Reporting API",
742 "version": "v1beta1"
743}