Sha256: 17a8445148419eac1c047771febf91cd2a33cf3795a549e8886c455c56e4f7be
Contents?: true
Size: 413 Bytes
Versions: 1
Compression:
Stored size: 413 Bytes
Contents
require "datadog_api_client" api_instance = DatadogAPIClient::V1::PagerDutyIntegrationAPI.new service_name = "service_name_example" # String | The service name begin # Delete a single service object api_instance.delete_pager_duty_integration_service(service_name) rescue DatadogAPIClient::V1::APIError => e puts "Error when calling PagerDutyIntegrationAPI->delete_pager_duty_integration_service: #{e}" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.7.0 | examples/generated/v1/pager-duty-integration/DeletePagerDutyIntegrationService.rb |