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-11 20:31:42.177240 ",
8- "spec_repo_commit": "a98c9e87 "
7+ "regenerated": "2024-11-12 17:51:45.707837 ",
8+ "spec_repo_commit": "63b58a77 "
99 },
1010 "v2": {
1111 "apigentools_version": "1.6.6",
12- "regenerated": "2024-11-11 20:31:42.195817 ",
13- "spec_repo_commit": "a98c9e87 "
12+ "regenerated": "2024-11-12 17:51:45.726442 ",
13+ "spec_repo_commit": "63b58a77 "
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