Sha256: c7f19346431ae602fd08893e602ad5fb0a09343033897e47c570f99c63688c52

Contents?: true

Size: 452 Bytes

Versions: 12

Compression:

Stored size: 452 Bytes

Contents

# Get a list of all incident teams returns "OK" response

require "datadog_api_client"
DatadogAPIClient::V2.configure do |config|
  config.unstable_operations["v2.list_incident_teams".to_sym] = true
end
api_instance = DatadogAPIClient::V2::IncidentTeamsAPI.new

# there is a valid "team" in the system
TEAM_DATA_ATTRIBUTES_NAME = ENV["TEAM_DATA_ATTRIBUTES_NAME"]
opts = {
  filter: TEAM_DATA_ATTRIBUTES_NAME,
}
p api_instance.list_incident_teams(opts)

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
datadog_api_client-2.9.0 examples/v2/incident-teams/ListIncidentTeams.rb
datadog_api_client-2.8.0 examples/v2/incident-teams/ListIncidentTeams.rb
datadog_api_client-2.7.0 examples/v2/incident-teams/ListIncidentTeams.rb
datadog_api_client-2.6.0 examples/v2/incident-teams/ListIncidentTeams.rb
datadog_api_client-2.5.0 examples/v2/incident-teams/ListIncidentTeams.rb
datadog_api_client-2.4.0 examples/v2/incident-teams/ListIncidentTeams.rb
datadog_api_client-2.3.0 examples/v2/incident-teams/ListIncidentTeams.rb
datadog_api_client-2.2.0 examples/v2/incident-teams/ListIncidentTeams.rb
datadog_api_client-2.1.0 examples/v2/incident-teams/ListIncidentTeams.rb
datadog_api_client-2.0.2 examples/v2/incident-teams/ListIncidentTeams.rb
datadog_api_client-2.0.1 examples/v2/incident-teams/ListIncidentTeams.rb
datadog_api_client-2.0.0 examples/v2/incident-teams/ListIncidentTeams.rb