Sha256: 7a4f0a1ce444342b5db5e0c04521c088af4a4f6c1fa8ebff3577f5664f9151bd
Contents?: true
Size: 425 Bytes
Versions: 1
Compression:
Stored size: 425 Bytes
Contents
require "datadog_api_client" api_instance = DatadogAPIClient::V1::PagerDutyIntegrationAPI.new service_name = "service_name_example" # String | The service name. begin # Get a single service object result = api_instance.get_pager_duty_integration_service(service_name) p result rescue DatadogAPIClient::V1::APIError => e puts "Error when calling PagerDutyIntegrationAPI->get_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/GetPagerDutyIntegrationService.rb |