Sha256: 082e55aa2693ae1906356bac01607350836bc31b59f910dbb06045fb39aae9bf
Contents?: true
Size: 370 Bytes
Versions: 1
Compression:
Stored size: 370 Bytes
Contents
require "datadog_api_client" api_instance = DatadogAPIClient::V1::LogsPipelinesAPI.new pipeline_id = "pipeline_id_example" # String | ID of the pipeline to get. begin # Get a pipeline result = api_instance.get_logs_pipeline(pipeline_id) p result rescue DatadogAPIClient::V1::APIError => e puts "Error when calling LogsPipelinesAPI->get_logs_pipeline: #{e}" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.7.0 | examples/generated/v1/logs-pipelines/GetLogsPipeline.rb |