File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
examples/v2/security-monitoring Expand file tree Collapse file tree 3 files changed +6
-6
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-12 10:03:12.690725 ",
8- "spec_repo_commit": "67b7e114 "
7+ "regenerated": "2024-11-12 21:11:37.117849 ",
8+ "spec_repo_commit": "9a869b6b "
99 },
1010 "v2": {
1111 "apigentools_version": "1.6.6",
12- "regenerated": "2024-11-12 10:03:12.710323 ",
13- "spec_repo_commit": "67b7e114 "
12+ "regenerated": "2024-11-12 21:11:37.136968 ",
13+ "spec_repo_commit": "9a869b6b "
1414 }
1515 }
1616}
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.get_historical_job" . 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