Sha256: ce4c479ec89a9eecb6d6aa42d8669d2886a4cc6c5b521290ec3ba51516f1860d
Contents?: true
Size: 534 Bytes
Versions: 18
Compression:
Stored size: 534 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-Post_an_event_with_a_long_title_returns_OK_response very very very looooooooong looooooooooooong loooooooooooooooooooooong looooooooooooooooooooooooooong title with 100+ characters", text: "A text message.", tags: [ "test:ExamplePostaneventwithalongtitlereturnsOKresponse", ], }) p api_instance.create_event(body)
Version data entries
18 entries across 18 versions & 1 rubygems