Sha256: 0a3d4be044b7a27f25029c76fcf551cd50f9b8ac23f09da727cbf60da1bfff9e

Contents?: true

Size: 303 Bytes

Versions: 36

Compression:

Stored size: 303 Bytes

Contents

# Update a single service object returns "OK" response

require "datadog_api_client"
api_instance = DatadogAPIClient::V1::PagerDutyIntegrationAPI.new

body = DatadogAPIClient::V1::PagerDutyServiceKey.new({
  service_key: "",
})
p api_instance.update_pager_duty_integration_service("service_name", body)

Version data entries

36 entries across 36 versions & 1 rubygems

Version Path
datadog_api_client-2.10.0 examples/v1/pagerduty-integration/UpdatePagerDutyIntegrationService.rb
datadog_api_client-2.9.0 examples/v1/pagerduty-integration/UpdatePagerDutyIntegrationService.rb
datadog_api_client-2.8.0 examples/v1/pagerduty-integration/UpdatePagerDutyIntegrationService.rb
datadog_api_client-2.7.0 examples/v1/pagerduty-integration/UpdatePagerDutyIntegrationService.rb
datadog_api_client-2.6.0 examples/v1/pagerduty-integration/UpdatePagerDutyIntegrationService.rb
datadog_api_client-2.5.0 examples/v1/pagerduty-integration/UpdatePagerDutyIntegrationService.rb
datadog_api_client-2.4.0 examples/v1/pagerduty-integration/UpdatePagerDutyIntegrationService.rb
datadog_api_client-2.3.0 examples/v1/pagerduty-integration/UpdatePagerDutyIntegrationService.rb
datadog_api_client-2.2.0 examples/v1/pagerduty-integration/UpdatePagerDutyIntegrationService.rb
datadog_api_client-2.1.0 examples/v1/pagerduty-integration/UpdatePagerDutyIntegrationService.rb
datadog_api_client-2.0.2 examples/v1/pagerduty-integration/UpdatePagerDutyIntegrationService.rb
datadog_api_client-2.0.1 examples/v1/pagerduty-integration/UpdatePagerDutyIntegrationService.rb
datadog_api_client-2.0.0 examples/v1/pagerduty-integration/UpdatePagerDutyIntegrationService.rb
datadog_api_client-1.11.0 examples/v1/pagerduty-integration/UpdatePagerDutyIntegrationService.rb
datadog_api_client-1.10.0 examples/v1/pagerduty-integration/UpdatePagerDutyIntegrationService.rb
datadog_api_client-1.9.0 examples/v1/pagerduty-integration/UpdatePagerDutyIntegrationService.rb