Sha256: 4ddf3966f1e1336f9ff3ab6dfa3f1f48aac015480f77efa1bcb4f8a6bf94b055
Contents?: true
Size: 515 Bytes
Versions: 16
Compression:
Stored size: 515 Bytes
Contents
# Send deflate logs returns "Response from server (always 200 empty JSON)." response require "datadog_api_client" api_instance = DatadogAPIClient::V1::LogsAPI.new body = [ DatadogAPIClient::V1::HTTPLogItem.new({ message: "Example-Send_deflate_logs_returns_Response_from_server_always_200_empty_JSON_response", ddtags: "host:ExampleSenddeflatelogsreturnsResponsefromserveralways200emptyJSONresponse", }), ] opts = { content_encoding: ContentEncoding::DEFLATE, } p api_instance.submit_log(body, opts)
Version data entries
16 entries across 16 versions & 1 rubygems