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 args)

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 args)

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

Required parameters: projectName

Optional parameters: serviceFilter.resourceType, timeRange.period, groupId, pageToken, serviceFilter.service, 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, pageToken, serviceFilter.service, pageSize, serviceFilter.version
Lists the specified events.
sourceraw docstring

events-report$clj

(events-report$ auth args body)

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

Required parameters: projectName

Optional parameters: none

Body:

{:message string, :serviceContext {:service string, :resourceType string, :version string}, :eventTime string, :context {:reportLocation SourceLocation, :sourceReferences [SourceReference], :httpRequest HttpRequestContext, :user 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: 

{:message string,
 :serviceContext {:service string,
                  :resourceType string,
                  :version string},
 :eventTime string,
 :context {:reportLocation SourceLocation,
           :sourceReferences [SourceReference],
           :httpRequest HttpRequestContext,
           :user 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 args)

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 args body)

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

Required parameters: name

Optional parameters: none

Body:

{:name string, :groupId string, :trackingIssues [{:url 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: 

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

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

groupStats-list$clj

(groupStats-list$ auth args)

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