Sha256: 9081b0f8c4d575fe912b826159d1db91092d70ffb15c58fd12a1d01fa614b248
Contents?: true
Size: 1.54 KB
Versions: 2
Compression:
Stored size: 1.54 KB
Contents
# DatadogAPIClient::V1::LogsPipeline ## Properties | Name | Type | Description | Notes | | ---------------- | -------------------------------------------------- | -------------------------------------------- | -------------------- | | **filter** | [**LogsFilter**](LogsFilter.md) | | [optional] | | **id** | **String** | ID of the pipeline. | [optional][readonly] | | **is_enabled** | **Boolean** | Whether or not the pipeline is enabled. | [optional] | | **is_read_only** | **Boolean** | Whether or not the pipeline can be edited. | [optional][readonly] | | **name** | **String** | Name of the pipeline. | | | **processors** | [**Array<LogsProcessor>**](LogsProcessor.md) | Ordered list of processors in this pipeline. | [optional] | | **type** | **String** | Type of pipeline. | [optional][readonly] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::LogsPipeline.new( filter: null, id: null, is_enabled: null, is_read_only: null, name: , processors: null, type: pipeline ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/LogsPipeline.md |
datadog_api_client-1.5.0 | docs/v1/LogsPipeline.md |