Liking cljdoc? Tell your friends :D

happygapi.logging.entries

Cloud Logging API: entries. Writes log entries and manages your Cloud Logging configuration. The table entries below are presented in alphabetical order, not in order of common use. For explanations of the concepts found in the table entries, read the documentation at https://cloud.google.com/logging/docs. See: https://cloud.google.com/logging/docs/api/reference/rest/v2/entries

Cloud Logging API: entries.
Writes log entries and manages your Cloud Logging configuration. The table entries below are presented in alphabetical order, not in order of common use. For explanations of the concepts found in the table entries, read the documentation at https://cloud.google.com/logging/docs.
See: https://cloud.google.com/logging/docs/api/reference/rest/v2/entries
raw docstring

copy$clj

(copy$ auth parameters body)

https://cloud.google.com/logging/docs/api/reference/rest/v2/entries/copy

Required parameters: none

Optional parameters: none

Body:

{:destination string, :name string, :filter string}

Copies a set of log entries from a log bucket to a Cloud Storage bucket.

https://cloud.google.com/logging/docs/api/reference/rest/v2/entries/copy

Required parameters: none

Optional parameters: none

Body: 

{:destination string, :name string, :filter string}

Copies a set of log entries from a log bucket to a Cloud Storage bucket.
sourceraw docstring

list$clj

(list$ auth parameters body)

https://cloud.google.com/logging/docs/api/reference/rest/v2/entries/list

Required parameters: none

Optional parameters: none

Body:

{:pageSize integer, :filter string, :resourceNames [string], :projectIds [string], :pageToken string, :orderBy string}

Lists log entries. Use this method to retrieve log entries that originated from a project/folder/organization/billing account. For ways to export log entries, see Exporting Logs (https://cloud.google.com/logging/docs/export).

https://cloud.google.com/logging/docs/api/reference/rest/v2/entries/list

Required parameters: none

Optional parameters: none

Body: 

{:pageSize integer,
 :filter string,
 :resourceNames [string],
 :projectIds [string],
 :pageToken string,
 :orderBy string}

Lists log entries. Use this method to retrieve log entries that originated from a project/folder/organization/billing account. For ways to export log entries, see Exporting Logs (https://cloud.google.com/logging/docs/export).
sourceraw docstring

tail$clj

(tail$ auth parameters body)

https://cloud.google.com/logging/docs/api/reference/rest/v2/entries/tail

Required parameters: none

Optional parameters: none

Body:

{:resourceNames [string], :bufferWindow string, :filter string}

Streaming read of log entries as they are ingested. Until the stream is terminated, it will continue reading logs.

https://cloud.google.com/logging/docs/api/reference/rest/v2/entries/tail

Required parameters: none

Optional parameters: none

Body: 

{:resourceNames [string], :bufferWindow string, :filter string}

Streaming read of log entries as they are ingested. Until the stream is terminated, it will continue reading logs.
sourceraw docstring

write$clj

(write$ auth parameters body)

https://cloud.google.com/logging/docs/api/reference/rest/v2/entries/write

Required parameters: none

Optional parameters: none

Body:

{:partialSuccess boolean, :entries [{:traceSampled boolean, :jsonPayload {}, :labels {}, :spanId string, :receiveTimestamp string, :trace string, :operation LogEntryOperation, :logName string, :textPayload string, :sourceLocation LogEntrySourceLocation, :resource MonitoredResource, :severity string, :insertId string, :httpRequest HttpRequest, :protoPayload {}, :timestamp string, :metadata MonitoredResourceMetadata}], :resource {:type string, :labels {}}, :dryRun boolean, :logName string, :labels {}}

Writes log entries to Logging. This API method is the only way to send log entries to Logging. This method is used, directly or indirectly, by the Logging agent (fluentd) and all logging libraries configured to use Logging. A single request may contain log entries for a maximum of 1000 different resources (projects, organizations, billing accounts or folders)

https://cloud.google.com/logging/docs/api/reference/rest/v2/entries/write

Required parameters: none

Optional parameters: none

Body: 

{:partialSuccess boolean,
 :entries [{:traceSampled boolean,
            :jsonPayload {},
            :labels {},
            :spanId string,
            :receiveTimestamp string,
            :trace string,
            :operation LogEntryOperation,
            :logName string,
            :textPayload string,
            :sourceLocation LogEntrySourceLocation,
            :resource MonitoredResource,
            :severity string,
            :insertId string,
            :httpRequest HttpRequest,
            :protoPayload {},
            :timestamp string,
            :metadata MonitoredResourceMetadata}],
 :resource {:type string, :labels {}},
 :dryRun boolean,
 :logName string,
 :labels {}}

Writes log entries to Logging. This API method is the only way to send log entries to Logging. This method is used, directly or indirectly, by the Logging agent (fluentd) and all logging libraries configured to use Logging. A single request may contain log entries for a maximum of 1000 different resources (projects, organizations, billing accounts or folders)
sourceraw docstring

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

× close