Cloud Logging API: folders. 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/folders
Cloud Logging API: folders. 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/folders
(exclusions-create$ auth parameters body)
https://cloud.google.com/logging/docs/api/reference/rest/v2/folders/exclusions/create
Required parameters: parent
Optional parameters: none
Body:
{:description string, :name string, :createTime string, :disabled boolean, :filter string, :updateTime string}
Creates a new exclusion in a specified parent resource. Only log entries belonging to that resource can be excluded. You can have up to 10 exclusions in a resource.
https://cloud.google.com/logging/docs/api/reference/rest/v2/folders/exclusions/create Required parameters: parent Optional parameters: none Body: {:description string, :name string, :createTime string, :disabled boolean, :filter string, :updateTime string} Creates a new exclusion in a specified parent resource. Only log entries belonging to that resource can be excluded. You can have up to 10 exclusions in a resource.
(exclusions-delete$ auth parameters)
https://cloud.google.com/logging/docs/api/reference/rest/v2/folders/exclusions/delete
Required parameters: name
Optional parameters: none
Deletes an exclusion.
https://cloud.google.com/logging/docs/api/reference/rest/v2/folders/exclusions/delete Required parameters: name Optional parameters: none Deletes an exclusion.
(exclusions-get$ auth parameters)
https://cloud.google.com/logging/docs/api/reference/rest/v2/folders/exclusions/get
Required parameters: name
Optional parameters: none
Gets the description of an exclusion.
https://cloud.google.com/logging/docs/api/reference/rest/v2/folders/exclusions/get Required parameters: name Optional parameters: none Gets the description of an exclusion.
(exclusions-list$ auth parameters)
https://cloud.google.com/logging/docs/api/reference/rest/v2/folders/exclusions/list
Required parameters: parent
Optional parameters: pageToken, pageSize
Lists all the exclusions in a parent resource.
https://cloud.google.com/logging/docs/api/reference/rest/v2/folders/exclusions/list Required parameters: parent Optional parameters: pageToken, pageSize Lists all the exclusions in a parent resource.
(exclusions-patch$ auth parameters body)
https://cloud.google.com/logging/docs/api/reference/rest/v2/folders/exclusions/patch
Required parameters: name
Optional parameters: updateMask
Body:
{:description string, :name string, :createTime string, :disabled boolean, :filter string, :updateTime string}
Changes one or more properties of an existing exclusion.
https://cloud.google.com/logging/docs/api/reference/rest/v2/folders/exclusions/patch Required parameters: name Optional parameters: updateMask Body: {:description string, :name string, :createTime string, :disabled boolean, :filter string, :updateTime string} Changes one or more properties of an existing exclusion.
(locations-buckets-create$ auth parameters body)
https://cloud.google.com/logging/docs/api/reference/rest/v2/folders/locations/buckets/create
Required parameters: parent
Optional parameters: bucketId
Body:
{:createTime string, :updateTime string, :name string, :lifecycleState string, :locked boolean, :restrictedFields [string], :description string, :retentionDays integer}
Creates a log bucket that can be used to store log entries. After a bucket has been created, the bucket's location cannot be changed.
https://cloud.google.com/logging/docs/api/reference/rest/v2/folders/locations/buckets/create Required parameters: parent Optional parameters: bucketId Body: {:createTime string, :updateTime string, :name string, :lifecycleState string, :locked boolean, :restrictedFields [string], :description string, :retentionDays integer} Creates a log bucket that can be used to store log entries. After a bucket has been created, the bucket's location cannot be changed.
(locations-buckets-delete$ auth parameters)
https://cloud.google.com/logging/docs/api/reference/rest/v2/folders/locations/buckets/delete
Required parameters: name
Optional parameters: none
Deletes a log bucket.Changes the bucket's lifecycle_state to the DELETE_REQUESTED state. After 7 days, the bucket will be purged and all log entries in the bucket will be permanently deleted.
https://cloud.google.com/logging/docs/api/reference/rest/v2/folders/locations/buckets/delete Required parameters: name Optional parameters: none Deletes a log bucket.Changes the bucket's lifecycle_state to the DELETE_REQUESTED state. After 7 days, the bucket will be purged and all log entries in the bucket will be permanently deleted.
(locations-buckets-get$ auth parameters)
https://cloud.google.com/logging/docs/api/reference/rest/v2/folders/locations/buckets/get
Required parameters: name
Optional parameters: none
Gets a log bucket.
https://cloud.google.com/logging/docs/api/reference/rest/v2/folders/locations/buckets/get Required parameters: name Optional parameters: none Gets a log bucket.
(locations-buckets-list$ auth parameters)
https://cloud.google.com/logging/docs/api/reference/rest/v2/folders/locations/buckets/list
Required parameters: parent
Optional parameters: pageSize, pageToken
Lists log buckets.
https://cloud.google.com/logging/docs/api/reference/rest/v2/folders/locations/buckets/list Required parameters: parent Optional parameters: pageSize, pageToken Lists log buckets.
(locations-buckets-patch$ auth parameters body)
https://cloud.google.com/logging/docs/api/reference/rest/v2/folders/locations/buckets/patch
Required parameters: name
Optional parameters: updateMask
Body:
{:createTime string, :updateTime string, :name string, :lifecycleState string, :locked boolean, :restrictedFields [string], :description string, :retentionDays integer}
Updates a log bucket. This method replaces the following fields in the existing bucket with values from the new bucket: retention_periodIf the retention period is decreased and the bucket is locked, FAILED_PRECONDITION will be returned.If the bucket has a lifecycle_state of DELETE_REQUESTED, then FAILED_PRECONDITION will be returned.After a bucket has been created, the bucket's location cannot be changed.
https://cloud.google.com/logging/docs/api/reference/rest/v2/folders/locations/buckets/patch Required parameters: name Optional parameters: updateMask Body: {:createTime string, :updateTime string, :name string, :lifecycleState string, :locked boolean, :restrictedFields [string], :description string, :retentionDays integer} Updates a log bucket. This method replaces the following fields in the existing bucket with values from the new bucket: retention_periodIf the retention period is decreased and the bucket is locked, FAILED_PRECONDITION will be returned.If the bucket has a lifecycle_state of DELETE_REQUESTED, then FAILED_PRECONDITION will be returned.After a bucket has been created, the bucket's location cannot be changed.
(locations-buckets-undelete$ auth parameters body)
https://cloud.google.com/logging/docs/api/reference/rest/v2/folders/locations/buckets/undelete
Required parameters: name
Optional parameters: none
Body:
{}
Undeletes a log bucket. A bucket that has been deleted can be undeleted within the grace period of 7 days.
https://cloud.google.com/logging/docs/api/reference/rest/v2/folders/locations/buckets/undelete Required parameters: name Optional parameters: none Body: {} Undeletes a log bucket. A bucket that has been deleted can be undeleted within the grace period of 7 days.
(locations-buckets-views-create$ auth parameters body)
https://cloud.google.com/logging/docs/api/reference/rest/v2/folders/locations/buckets/views/create
Required parameters: parent
Optional parameters: viewId
Body:
{:updateTime string, :createTime string, :description string, :filter string, :name string, :schema {:fields [TableFieldSchema]}}
Creates a view over log entries in a log bucket. A bucket may contain a maximum of 30 views.
https://cloud.google.com/logging/docs/api/reference/rest/v2/folders/locations/buckets/views/create Required parameters: parent Optional parameters: viewId Body: {:updateTime string, :createTime string, :description string, :filter string, :name string, :schema {:fields [TableFieldSchema]}} Creates a view over log entries in a log bucket. A bucket may contain a maximum of 30 views.
(locations-buckets-views-delete$ auth parameters)
https://cloud.google.com/logging/docs/api/reference/rest/v2/folders/locations/buckets/views/delete
Required parameters: name
Optional parameters: none
Deletes a view on a log bucket.
https://cloud.google.com/logging/docs/api/reference/rest/v2/folders/locations/buckets/views/delete Required parameters: name Optional parameters: none Deletes a view on a log bucket.
(locations-buckets-views-get$ auth parameters)
https://cloud.google.com/logging/docs/api/reference/rest/v2/folders/locations/buckets/views/get
Required parameters: name
Optional parameters: none
Gets a view on a log bucket..
https://cloud.google.com/logging/docs/api/reference/rest/v2/folders/locations/buckets/views/get Required parameters: name Optional parameters: none Gets a view on a log bucket..
(locations-buckets-views-list$ auth parameters)
https://cloud.google.com/logging/docs/api/reference/rest/v2/folders/locations/buckets/views/list
Required parameters: parent
Optional parameters: pageToken, pageSize
Lists views on a log bucket.
https://cloud.google.com/logging/docs/api/reference/rest/v2/folders/locations/buckets/views/list Required parameters: parent Optional parameters: pageToken, pageSize Lists views on a log bucket.
(locations-buckets-views-patch$ auth parameters body)
https://cloud.google.com/logging/docs/api/reference/rest/v2/folders/locations/buckets/views/patch
Required parameters: name
Optional parameters: updateMask
Body:
{:updateTime string, :createTime string, :description string, :filter string, :name string, :schema {:fields [TableFieldSchema]}}
Updates a view on a log bucket. This method replaces the following fields in the existing view with values from the new view: filter.
https://cloud.google.com/logging/docs/api/reference/rest/v2/folders/locations/buckets/views/patch Required parameters: name Optional parameters: updateMask Body: {:updateTime string, :createTime string, :description string, :filter string, :name string, :schema {:fields [TableFieldSchema]}} Updates a view on a log bucket. This method replaces the following fields in the existing view with values from the new view: filter.
(locations-get$ auth parameters)
https://cloud.google.com/logging/docs/api/reference/rest/v2/folders/locations/get
Required parameters: name
Optional parameters: none
Gets information about a location.
https://cloud.google.com/logging/docs/api/reference/rest/v2/folders/locations/get Required parameters: name Optional parameters: none Gets information about a location.
(locations-list$ auth parameters)
https://cloud.google.com/logging/docs/api/reference/rest/v2/folders/locations/list
Required parameters: name
Optional parameters: pageToken, pageSize, filter
Lists information about the supported locations for this service.
https://cloud.google.com/logging/docs/api/reference/rest/v2/folders/locations/list Required parameters: name Optional parameters: pageToken, pageSize, filter Lists information about the supported locations for this service.
(locations-operations-cancel$ auth parameters body)
https://cloud.google.com/logging/docs/api/reference/rest/v2/folders/locations/operations/cancel
Required parameters: name
Optional parameters: none
Body:
{}
Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns google.rpc.Code.UNIMPLEMENTED. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.
https://cloud.google.com/logging/docs/api/reference/rest/v2/folders/locations/operations/cancel Required parameters: name Optional parameters: none Body: {} Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns google.rpc.Code.UNIMPLEMENTED. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.
(locations-operations-get$ auth parameters)
https://cloud.google.com/logging/docs/api/reference/rest/v2/folders/locations/operations/get
Required parameters: name
Optional parameters: none
Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
https://cloud.google.com/logging/docs/api/reference/rest/v2/folders/locations/operations/get Required parameters: name Optional parameters: none Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
(locations-operations-list$ auth parameters)
https://cloud.google.com/logging/docs/api/reference/rest/v2/folders/locations/operations/list
Required parameters: name
Optional parameters: filter, pageSize, pageToken
Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED.NOTE: the name binding allows API services to override the binding to use different resource name schemes, such as users//operations. To override the binding, API services can add a binding such as "/v1/{name=users/}/operations" to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must ensure the name binding is the parent resource, without the operations collection id.
https://cloud.google.com/logging/docs/api/reference/rest/v2/folders/locations/operations/list Required parameters: name Optional parameters: filter, pageSize, pageToken Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED.NOTE: the name binding allows API services to override the binding to use different resource name schemes, such as users/*/operations. To override the binding, API services can add a binding such as "/v1/{name=users/*}/operations" to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must ensure the name binding is the parent resource, without the operations collection id.
(logs-delete$ auth parameters)
https://cloud.google.com/logging/docs/api/reference/rest/v2/folders/logs/delete
Required parameters: logName
Optional parameters: none
Deletes all the log entries in a log for the _Default Log Bucket. The log reappears if it receives new entries. Log entries written shortly before the delete operation might not be deleted. Entries received after the delete operation with a timestamp before the operation will be deleted.
https://cloud.google.com/logging/docs/api/reference/rest/v2/folders/logs/delete Required parameters: logName Optional parameters: none Deletes all the log entries in a log for the _Default Log Bucket. The log reappears if it receives new entries. Log entries written shortly before the delete operation might not be deleted. Entries received after the delete operation with a timestamp before the operation will be deleted.
(logs-list$ auth parameters)
https://cloud.google.com/logging/docs/api/reference/rest/v2/folders/logs/list
Required parameters: parent
Optional parameters: pageToken, resourceNames, pageSize
Lists the logs in projects, organizations, folders, or billing accounts. Only logs that have entries are listed.
https://cloud.google.com/logging/docs/api/reference/rest/v2/folders/logs/list Required parameters: parent Optional parameters: pageToken, resourceNames, pageSize Lists the logs in projects, organizations, folders, or billing accounts. Only logs that have entries are listed.
(sinks-create$ auth parameters body)
https://cloud.google.com/logging/docs/api/reference/rest/v2/folders/sinks/create
Required parameters: parent
Optional parameters: uniqueWriterIdentity
Body:
{:description string, :bigqueryOptions {:usePartitionedTables boolean, :usesTimestampColumnPartitioning boolean}, :includeChildren boolean, :disabled boolean, :name string, :createTime string, :exclusions [{:description string, :name string, :createTime string, :disabled boolean, :filter string, :updateTime string}], :updateTime string, :filter string, :outputVersionFormat string, :destination string, :writerIdentity string}
Creates a sink that exports specified log entries to a destination. The export of newly-ingested log entries begins immediately, unless the sink's writer_identity is not permitted to write to the destination. A sink can export log entries only from the resource owning the sink.
https://cloud.google.com/logging/docs/api/reference/rest/v2/folders/sinks/create Required parameters: parent Optional parameters: uniqueWriterIdentity Body: {:description string, :bigqueryOptions {:usePartitionedTables boolean, :usesTimestampColumnPartitioning boolean}, :includeChildren boolean, :disabled boolean, :name string, :createTime string, :exclusions [{:description string, :name string, :createTime string, :disabled boolean, :filter string, :updateTime string}], :updateTime string, :filter string, :outputVersionFormat string, :destination string, :writerIdentity string} Creates a sink that exports specified log entries to a destination. The export of newly-ingested log entries begins immediately, unless the sink's writer_identity is not permitted to write to the destination. A sink can export log entries only from the resource owning the sink.
(sinks-delete$ auth parameters)
https://cloud.google.com/logging/docs/api/reference/rest/v2/folders/sinks/delete
Required parameters: sinkName
Optional parameters: none
Deletes a sink. If the sink has a unique writer_identity, then that service account is also deleted.
https://cloud.google.com/logging/docs/api/reference/rest/v2/folders/sinks/delete Required parameters: sinkName Optional parameters: none Deletes a sink. If the sink has a unique writer_identity, then that service account is also deleted.
(sinks-get$ auth parameters)
https://cloud.google.com/logging/docs/api/reference/rest/v2/folders/sinks/get
Required parameters: sinkName
Optional parameters: none
Gets a sink.
https://cloud.google.com/logging/docs/api/reference/rest/v2/folders/sinks/get Required parameters: sinkName Optional parameters: none Gets a sink.
(sinks-list$ auth parameters)
https://cloud.google.com/logging/docs/api/reference/rest/v2/folders/sinks/list
Required parameters: parent
Optional parameters: pageToken, pageSize
Lists sinks.
https://cloud.google.com/logging/docs/api/reference/rest/v2/folders/sinks/list Required parameters: parent Optional parameters: pageToken, pageSize Lists sinks.
(sinks-patch$ auth parameters body)
https://cloud.google.com/logging/docs/api/reference/rest/v2/folders/sinks/patch
Required parameters: sinkName
Optional parameters: uniqueWriterIdentity, updateMask
Body:
{:description string, :bigqueryOptions {:usePartitionedTables boolean, :usesTimestampColumnPartitioning boolean}, :includeChildren boolean, :disabled boolean, :name string, :createTime string, :exclusions [{:description string, :name string, :createTime string, :disabled boolean, :filter string, :updateTime string}], :updateTime string, :filter string, :outputVersionFormat string, :destination string, :writerIdentity string}
Updates a sink. This method replaces the following fields in the existing sink with values from the new sink: destination, and filter.The updated sink might also have a new writer_identity; see the unique_writer_identity field.
https://cloud.google.com/logging/docs/api/reference/rest/v2/folders/sinks/patch Required parameters: sinkName Optional parameters: uniqueWriterIdentity, updateMask Body: {:description string, :bigqueryOptions {:usePartitionedTables boolean, :usesTimestampColumnPartitioning boolean}, :includeChildren boolean, :disabled boolean, :name string, :createTime string, :exclusions [{:description string, :name string, :createTime string, :disabled boolean, :filter string, :updateTime string}], :updateTime string, :filter string, :outputVersionFormat string, :destination string, :writerIdentity string} Updates a sink. This method replaces the following fields in the existing sink with values from the new sink: destination, and filter.The updated sink might also have a new writer_identity; see the unique_writer_identity field.
(sinks-update$ auth parameters body)
https://cloud.google.com/logging/docs/api/reference/rest/v2/folders/sinks/update
Required parameters: sinkName
Optional parameters: uniqueWriterIdentity, updateMask
Body:
{:description string, :bigqueryOptions {:usePartitionedTables boolean, :usesTimestampColumnPartitioning boolean}, :includeChildren boolean, :disabled boolean, :name string, :createTime string, :exclusions [{:description string, :name string, :createTime string, :disabled boolean, :filter string, :updateTime string}], :updateTime string, :filter string, :outputVersionFormat string, :destination string, :writerIdentity string}
Updates a sink. This method replaces the following fields in the existing sink with values from the new sink: destination, and filter.The updated sink might also have a new writer_identity; see the unique_writer_identity field.
https://cloud.google.com/logging/docs/api/reference/rest/v2/folders/sinks/update Required parameters: sinkName Optional parameters: uniqueWriterIdentity, updateMask Body: {:description string, :bigqueryOptions {:usePartitionedTables boolean, :usesTimestampColumnPartitioning boolean}, :includeChildren boolean, :disabled boolean, :name string, :createTime string, :exclusions [{:description string, :name string, :createTime string, :disabled boolean, :filter string, :updateTime string}], :updateTime string, :filter string, :outputVersionFormat string, :destination string, :writerIdentity string} Updates a sink. This method replaces the following fields in the existing sink with values from the new sink: destination, and filter.The updated sink might also have a new writer_identity; see the unique_writer_identity field.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close