Sha256: 84ab2ff3b76f47ad020caab2cf29af06752936da50892dae8d2e2542a16a90d4
Contents?: true
Size: 451 Bytes
Versions: 20
Compression:
Stored size: 451 Bytes
Contents
# Post an event with a long title returns "OK" response require "datadog_api_client" api_instance = DatadogAPIClient::V1::EventsAPI.new body = DatadogAPIClient::V1::EventCreateRequest.new({ title: "Example-Event very very very looooooooong looooooooooooong loooooooooooooooooooooong looooooooooooooooooooooooooong title with 100+ characters", text: "A text message.", tags: [ "test:ExampleEvent", ], }) p api_instance.create_event(body)
Version data entries
20 entries across 20 versions & 1 rubygems