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: groupId, serviceFilter.service, serviceFilter.version, serviceFilter.resourceType, timeRange.period, pageSize, pageToken

Lists the specified events.

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

Required parameters: projectName

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

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:

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

Report an individual error event and record the event to a log. 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 Note: [Error Reporting] (https://cloud.google.com/error-reporting) is a global service built on Cloud Logging and doesn't analyze logs stored in regional log buckets.

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

Required parameters: projectName

Optional parameters: none

Body: 

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

Report an individual error event and record the event to a log. 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` **Note:** [Error Reporting] (https://cloud.google.com/error-reporting) is a global service built on Cloud Logging and doesn't analyze logs stored in regional log buckets.
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:

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