Sha256: 15ad9e674f0fd3a88db17d564bb4a75e74d9fc40411927a64409d97c6674e9d9
Contents?: true
Size: 543 Bytes
Versions: 1
Compression:
Stored size: 543 Bytes
Contents
require "datadog_api_client" DatadogAPIClient::V1.configure do |config| config.unstable_operations[:delete_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 # Delete an SLO correction api_instance.delete_slo_correction(slo_correction_id) rescue DatadogAPIClient::V1::APIError => e puts "Error when calling ServiceLevelObjectiveCorrectionsAPI->delete_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/DeleteSLOCorrection.rb |