File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
examples/v2/security-monitoring Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 22
33require "datadog_api_client"
44DatadogAPIClient . configure do |config |
5- config . unstable_operations [ "v2.get_historical_job" . to_sym ] = true
65 config . unstable_operations [ "v2.run_historical_job" . to_sym ] = true
6+ config . unstable_operations [ "v2.get_historical_job" . to_sym ] = true
77end
88api_instance = DatadogAPIClient ::V2 ::SecurityMonitoringAPI . new
99
Original file line number Diff line number Diff line change 22
33require "datadog_api_client"
44DatadogAPIClient . configure do |config |
5- config . unstable_operations [ "v2.list_historical_jobs" . to_sym ] = true
65 config . unstable_operations [ "v2.run_historical_job" . to_sym ] = true
6+ config . unstable_operations [ "v2.list_historical_jobs" . to_sym ] = true
77end
88api_instance = DatadogAPIClient ::V2 ::SecurityMonitoringAPI . new
99
You can’t perform that action at this time.
0 commit comments