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

Lists the specified events.

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

Required parameters: projectName

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

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

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 or logs routed to other Google Cloud projects. For more information, see [Using Error Reporting with regionalized logs] (https://cloud.google.com/error-reporting/docs/regionalization).

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

Required parameters: projectName

Optional parameters: none

Body: 

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

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 or logs routed to other Google Cloud projects. For more information, see [Using Error Reporting with regionalized logs] (https://cloud.google.com/error-reporting/docs/regionalization).
raw 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.
raw 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:

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

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

Replace the data for the specified group. Fails if the group does not exist.
raw 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.
raw docstring

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

× close