File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
examples/v2/security-monitoring Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 44 "spec_versions": {
55 "v1": {
66 "apigentools_version": "1.6.6",
7- "regenerated": "2024-11-11 20:31:42.177240 ",
7+ "regenerated": "2024-11-11 21:59:48.207245 ",
88 "spec_repo_commit": "a98c9e87"
99 },
1010 "v2": {
1111 "apigentools_version": "1.6.6",
12- "regenerated": "2024-11-11 20:31:42.195817 ",
12+ "regenerated": "2024-11-11 21:59:48.226005 ",
1313 "spec_repo_commit": "a98c9e87"
1414 }
1515 }
Original file line number Diff line number Diff line change 22
33require "datadog_api_client"
44DatadogAPIClient . configure do |config |
5- config . unstable_operations [ "v2.run_historical_job" . to_sym ] = true
65 config . unstable_operations [ "v2.cancel_historical_job" . to_sym ] = true
6+ config . unstable_operations [ "v2.run_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.run_historical_job" . to_sym ] = true
65 config . unstable_operations [ "v2.list_historical_jobs" . to_sym ] = true
6+ config . unstable_operations [ "v2.run_historical_job" . to_sym ] = true
77end
88api_instance = DatadogAPIClient ::V2 ::SecurityMonitoringAPI . new
99
You can’t perform that action at this time.
0 commit comments