Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22344,6 +22344,10 @@ components:
description: Shows the average of all Fargate tasks over all hours in the current date for all organizations.
format: int64
type: integer
feature_flags_config_requests_sum:
description: Shows the sum of all Feature Flags Client-Side SDK config requests over all hours in the current date for all organizations.
format: int64
type: integer
flex_logs_compute_large_avg:
description: Shows the average number of Flex Logs Compute Large Instances over all hours in the current date for the given org.
format: int64
Expand Down Expand Up @@ -23317,6 +23321,10 @@ components:
description: Shows the high-water mark of all Fargate tasks over all hours in the current date for the given org.
format: int64
type: integer
feature_flags_config_requests_sum:
description: Shows the sum of all Feature Flags Client-Side SDK config requests over all hours in the current date for the given org.
format: int64
type: integer
flex_logs_compute_large_avg:
description: Shows the average number of Flex Logs Compute Large Instances over all hours in the current date for the given org.
format: int64
Expand Down Expand Up @@ -24300,6 +24308,10 @@ components:
description: Shows the sum of the high-water marks of all Fargate tasks over all hours in the current month for all organizations.
format: int64
type: integer
feature_flags_config_requests_agg_sum:
description: Shows the sum of all Feature Flags Client-Side SDK config requests over all hours in the current month for all organizations.
format: int64
type: integer
flex_logs_compute_large_avg_sum:
description: Shows the average number of Flex Logs Compute Large Instances over all hours in the current months for all organizations.
format: int64
Expand Down
21 changes: 0 additions & 21 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90800,9 +90800,6 @@ paths:
operator: OR
permissions:
- test_optimization_settings_write
x-unstable: |-
**Note**: This endpoint is in preview and may be subject to change.
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).
post:
description: |-
Retrieve Flaky Tests Management repository-level policies for the given repository.
Expand Down Expand Up @@ -90847,9 +90844,6 @@ paths:
operator: OR
permissions:
- test_optimization_read
x-unstable: |-
**Note**: This endpoint is in preview and may be subject to change.
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).
/api/v2/ci/test-optimization/settings/service:
delete:
description: |-
Expand Down Expand Up @@ -90893,9 +90887,6 @@ paths:
operator: OR
permissions:
- test_optimization_settings_write
x-unstable: |-
**Note**: This endpoint is in preview and may be subject to change.
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).
patch:
description: |-
Partially update Test Optimization settings for a specific service identified by repository, service name, and environment.
Expand Down Expand Up @@ -90949,9 +90940,6 @@ paths:
operator: OR
permissions:
- test_optimization_settings_write
x-unstable: |-
**Note**: This endpoint is in preview and may be subject to change.
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).
post:
description: |-
Retrieve Test Optimization settings for a specific service identified by repository, service name, and environment.
Expand Down Expand Up @@ -90998,9 +90986,6 @@ paths:
operator: OR
permissions:
- test_optimization_read
x-unstable: |-
**Note**: This endpoint is in preview and may be subject to change.
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).
/api/v2/ci/tests/analytics/aggregate:
post:
description: |-
Expand Down Expand Up @@ -132621,9 +132606,6 @@ paths:
operator: OR
permissions:
- test_optimization_write
x-unstable: |-
**Note**: This endpoint is in preview and may be subject to change.
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).
post:
description: |-
List endpoint returning flaky tests from Flaky Test Management. Results are paginated.
Expand Down Expand Up @@ -132690,9 +132672,6 @@ paths:
operator: OR
permissions:
- test_optimization_read
x-unstable: |-
**Note**: This endpoint is in preview and may be subject to change.
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).
/api/v2/usage/application_security:
get:
deprecated: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# Delete Test Optimization service settings returns "No Content" response

require "datadog_api_client"
DatadogAPIClient.configure do |config|
config.unstable_operations["v2.delete_test_optimization_service_settings".to_sym] = true
end
api_instance = DatadogAPIClient::V2::TestOptimizationAPI.new

body = DatadogAPIClient::V2::TestOptimizationDeleteServiceSettingsRequest.new({
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# Get Flaky Tests Management policies returns "OK" response

require "datadog_api_client"
DatadogAPIClient.configure do |config|
config.unstable_operations["v2.get_flaky_tests_management_policies".to_sym] = true
end
api_instance = DatadogAPIClient::V2::TestOptimizationAPI.new

body = DatadogAPIClient::V2::TestOptimizationFlakyTestsManagementPoliciesGetRequest.new({
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# Get Test Optimization service settings returns "OK" response

require "datadog_api_client"
DatadogAPIClient.configure do |config|
config.unstable_operations["v2.get_test_optimization_service_settings".to_sym] = true
end
api_instance = DatadogAPIClient::V2::TestOptimizationAPI.new

body = DatadogAPIClient::V2::TestOptimizationGetServiceSettingsRequest.new({
Expand Down
3 changes: 0 additions & 3 deletions examples/v2/test-optimization/SearchFlakyTests.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# Search flaky tests returns "OK" response

require "datadog_api_client"
DatadogAPIClient.configure do |config|
config.unstable_operations["v2.search_flaky_tests".to_sym] = true
end
api_instance = DatadogAPIClient::V2::TestOptimizationAPI.new

body = DatadogAPIClient::V2::FlakyTestsSearchRequest.new({
Expand Down
3 changes: 0 additions & 3 deletions examples/v2/test-optimization/SearchFlakyTests_1224086727.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# Search flaky tests returns "OK" response with pagination

require "datadog_api_client"
DatadogAPIClient.configure do |config|
config.unstable_operations["v2.search_flaky_tests".to_sym] = true
end
api_instance = DatadogAPIClient::V2::TestOptimizationAPI.new

body = DatadogAPIClient::V2::FlakyTestsSearchRequest.new({
Expand Down
3 changes: 0 additions & 3 deletions examples/v2/test-optimization/UpdateFlakyTests.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# Update flaky test states returns "OK" response

require "datadog_api_client"
DatadogAPIClient.configure do |config|
config.unstable_operations["v2.update_flaky_tests".to_sym] = true
end
api_instance = DatadogAPIClient::V2::TestOptimizationAPI.new

body = DatadogAPIClient::V2::UpdateFlakyTestsRequest.new({
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# Update Flaky Tests Management policies returns "OK" response

require "datadog_api_client"
DatadogAPIClient.configure do |config|
config.unstable_operations["v2.update_flaky_tests_management_policies".to_sym] = true
end
api_instance = DatadogAPIClient::V2::TestOptimizationAPI.new

body = DatadogAPIClient::V2::TestOptimizationFlakyTestsManagementPoliciesUpdateRequest.new({
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# Update Test Optimization service settings returns "OK" response

require "datadog_api_client"
DatadogAPIClient.configure do |config|
config.unstable_operations["v2.update_test_optimization_service_settings".to_sym] = true
end
api_instance = DatadogAPIClient::V2::TestOptimizationAPI.new

body = DatadogAPIClient::V2::TestOptimizationUpdateServiceSettingsRequest.new({
Expand Down
Loading
Loading