Sha256: de0cf61d0eee190b924eb218bd0709f0dfa8ce8f96d84d13c3bb533bce83da89
Contents?: true
Size: 562 Bytes
Versions: 1
Compression:
Stored size: 562 Bytes
Contents
require "datadog_api_client" DatadogAPIClient::V1.configure do |config| config.unstable_operations[:get_slo_correction] = true end api_instance = DatadogAPIClient::V1::ServiceLevelObjectiveCorrectionsAPI.new slo_correction_id = "slo_correction_id_example" # String | The ID of the SLO correction object. begin # Get an SLO correction for an SLO result = api_instance.get_slo_correction(slo_correction_id) p result rescue DatadogAPIClient::V1::APIError => e puts "Error when calling ServiceLevelObjectiveCorrectionsAPI->get_slo_correction: #{e}" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.7.0 | examples/generated/v1/service-level-objective-corrections/GetSLOCorrection.rb |