Sha256: 96905473dae57e3c12b0cd3870fbd3263c9b31a00400246591b2ee49a60ef248
Contents?: true
Size: 333 Bytes
Versions: 1
Compression:
Stored size: 333 Bytes
Contents
require "datadog_api_client" api_instance = DatadogAPIClient::V1::LogsIndexesAPI.new name = "name_example" # String | Name of the log index. begin # Get an index result = api_instance.get_logs_index(name) p result rescue DatadogAPIClient::V1::APIError => e puts "Error when calling LogsIndexesAPI->get_logs_index: #{e}" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.7.0 | examples/generated/v1/logs-indexes/GetLogsIndex.rb |