Liking cljdoc? Tell your friends :D

happygapi.clouderrorreporting.projects

Error Reporting API: projects. Groups and counts similar errors from cloud services and applications, reports new errors, and provides access to error groups and their associated errors.

See: https://cloud.google.com/error-reporting/api/reference/rest/v1beta1/projects

Error Reporting API: projects.
Groups and counts similar errors from cloud services and applications, reports new errors, and provides access to error groups and their associated errors.

See: https://cloud.google.com/error-reporting/api/reference/rest/v1beta1/projects
raw docstring

deleteEvents$clj

(deleteEvents$ auth parameters)

https://cloud.google.com/error-reporting/api/reference/rest/v1beta1/projects/deleteEvents

Required parameters: projectName

Optional parameters: none

Deletes all error events of a given project.

https://cloud.google.com/error-reporting/api/reference/rest/v1beta1/projects/deleteEvents

Required parameters: projectName

Optional parameters: none

Deletes all error events of a given project.
sourceraw docstring

events-list$clj

(events-list$ auth parameters)

https://cloud.google.com/error-reporting/api/reference/rest/v1beta1/projects/events/list

Required parameters: projectName

Optional parameters: serviceFilter.resourceType, timeRange.period, groupId, serviceFilter.service, pageToken, pageSize, serviceFilter.version

Lists the specified events.

https://cloud.google.com/error-reporting/api/reference/rest/v1beta1/projects/events/list

Required parameters: projectName

Optional parameters: serviceFilter.resourceType, timeRange.period, groupId, serviceFilter.service, pageToken, pageSize, serviceFilter.version

Lists the specified events.
sourceraw docstring

events-report$clj

(events-report$ auth parameters body)

https://cloud.google.com/error-reporting/api/reference/rest/v1beta1/projects/events/report

Required parameters: projectName

Optional parameters: none

Body:

{:context {:reportLocation SourceLocation, :sourceReferences [SourceReference], :httpRequest HttpRequestContext, :user string}, :message string, :serviceContext {:service string, :resourceType string, :version string}, :eventTime string}

Report an individual error event.

This endpoint accepts either an OAuth token, or an API key for authentication. To use an API key, append it to the URL as the value of a key parameter. For example:

POST https://clouderrorreporting.googleapis.com/v1beta1/{projectName}/events:report?key=123ABC456

https://cloud.google.com/error-reporting/api/reference/rest/v1beta1/projects/events/report

Required parameters: projectName

Optional parameters: none

Body: 

{:context {:reportLocation SourceLocation,
           :sourceReferences [SourceReference],
           :httpRequest HttpRequestContext,
           :user string},
 :message string,
 :serviceContext {:service string,
                  :resourceType string,
                  :version string},
 :eventTime string}

Report an individual error event.

This endpoint accepts **either** an OAuth token,
**or** an [API key](https://support.google.com/cloud/answer/6158862)
for authentication. To use an API key, append it to the URL as the value of
a `key` parameter. For example:

`POST
https://clouderrorreporting.googleapis.com/v1beta1/{projectName}/events:report?key=123ABC456`
sourceraw docstring

groups-get$clj

(groups-get$ auth parameters)

https://cloud.google.com/error-reporting/api/reference/rest/v1beta1/projects/groups/get

Required parameters: groupName

Optional parameters: none

Get the specified group.

https://cloud.google.com/error-reporting/api/reference/rest/v1beta1/projects/groups/get

Required parameters: groupName

Optional parameters: none

Get the specified group.
sourceraw docstring

groups-update$clj

(groups-update$ auth parameters body)

https://cloud.google.com/error-reporting/api/reference/rest/v1beta1/projects/groups/update

Required parameters: name

Optional parameters: none

Body:

{:groupId string, :trackingIssues [{:url string}], :name string}

Replace the data for the specified group. Fails if the group does not exist.

https://cloud.google.com/error-reporting/api/reference/rest/v1beta1/projects/groups/update

Required parameters: name

Optional parameters: none

Body: 

{:groupId string, :trackingIssues [{:url string}], :name string}

Replace the data for the specified group.
Fails if the group does not exist.
sourceraw docstring

groupStats-list$clj

(groupStats-list$ auth parameters)

https://cloud.google.com/error-reporting/api/reference/rest/v1beta1/projects/groupStats/list

Required parameters: projectName

Optional parameters: groupId, serviceFilter.resourceType, alignment, pageToken, alignmentTime, pageSize, serviceFilter.version, timeRange.period, order, timedCountDuration, serviceFilter.service

Lists the specified groups.

https://cloud.google.com/error-reporting/api/reference/rest/v1beta1/projects/groupStats/list

Required parameters: projectName

Optional parameters: groupId, serviceFilter.resourceType, alignment, pageToken, alignmentTime, pageSize, serviceFilter.version, timeRange.period, order, timedCountDuration, serviceFilter.service

Lists the specified groups.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close