Sha256: 9fa879f6b0df7ff25c366cbc1e08e4ba5a511e97200d6b7746ddfa3b5946c44e
Contents?: true
Size: 503 Bytes
Versions: 16
Compression:
Stored size: 503 Bytes
Contents
# Send gzip 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_gzip_logs_returns_Response_from_server_always_200_empty_JSON_response", ddtags: "host:ExampleSendgziplogsreturnsResponsefromserveralways200emptyJSONresponse", }), ] opts = { content_encoding: ContentEncoding::GZIP, } p api_instance.submit_log(body, opts)
Version data entries
16 entries across 16 versions & 1 rubygems