Sha256: 8264006dd36826b27c79ad1437c37ad8ab6413c0cf4de3bd54386795766d3f84

Contents?: true

Size: 312 Bytes

Versions: 8

Compression:

Stored size: 312 Bytes

Contents

# Get a list of attachments returns "OK" response

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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
datadog_api_client-2.9.0 examples/v2/incidents/ListIncidentAttachments.rb
datadog_api_client-2.8.0 examples/v2/incidents/ListIncidentAttachments.rb
datadog_api_client-2.7.0 examples/v2/incidents/ListIncidentAttachments.rb
datadog_api_client-2.6.0 examples/v2/incidents/ListIncidentAttachments.rb
datadog_api_client-2.5.0 examples/v2/incidents/ListIncidentAttachments.rb
datadog_api_client-2.4.0 examples/v2/incidents/ListIncidentAttachments.rb
datadog_api_client-2.3.0 examples/v2/incidents/ListIncidentAttachments.rb
datadog_api_client-2.2.0 examples/v2/incidents/ListIncidentAttachments.rb