Sha256: 7a4a9a6a60d51a9ab4ef4735f28dda425a04dc828ca0a7abffc472dcc83686b2

Contents?: true

Size: 264 Bytes

Versions: 7

Compression:

Stored size: 264 Bytes

Contents

# Get a list of incidents returns "OK" response

require "datadog_api_client"
DatadogAPIClient::V2.configure do |config|
  config.unstable_operations[:list_incidents] = true
end
api_instance = DatadogAPIClient::V2::IncidentsAPI.new
p api_instance.list_incidents()

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
datadog_api_client-1.11.0 examples/v2/incidents/ListIncidents.rb
datadog_api_client-1.10.0 examples/v2/incidents/ListIncidents.rb
datadog_api_client-1.9.0 examples/v2/incidents/ListIncidents.rb
datadog_api_client-1.8.0 examples/v2/incidents/ListIncidents.rb
datadog_api_client-1.7.0 examples/v2/incidents/ListIncidents.rb
datadog_api_client-1.6.0 examples/v2/incidents/ListIncidents.rb
datadog_api_client-1.5.0 examples/v2/incidents/ListIncidents.rb