datadog_api_client 2.52.0 → 2.53.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.generator/schemas/v1/openapi.yaml +2165 -4
- data/.generator/schemas/v2/openapi.yaml +27932 -7132
- data/.github/chainguard/self.github.pre-commit.pull-requests.sts.yaml +14 -0
- data/.github/chainguard/self.github.release.master.sts.yaml +14 -0
- data/.github/workflows/approved_status.yml +5 -4
- data/.github/workflows/release.yml +5 -3
- data/.github/workflows/reusable-ci.yml +0 -12
- data/.github/workflows/reusable-integration-test.yml +6 -8
- data/.github/workflows/reusable-pre-commit.yml +7 -9
- data/.github/workflows/reusable-ruby-test.yml +0 -4
- data/.github/workflows/test.yml +8 -9
- data/CHANGELOG.md +51 -0
- data/examples/v2/application-security/CreateApplicationSecurityWafCustomRule.rb +1 -0
- data/examples/v2/bits-ai/GetInvestigation.rb +8 -0
- data/examples/v2/bits-ai/ListInvestigations.rb +8 -0
- data/examples/v2/bits-ai/ListInvestigations_130750454.rb +8 -0
- data/examples/v2/bits-ai/TriggerInvestigation.rb +24 -0
- data/examples/v2/dashboard-secure-embed/CreateDashboardSecureEmbed.rb +38 -0
- data/examples/v2/dashboard-secure-embed/DeleteDashboardSecureEmbed.rb +8 -0
- data/examples/v2/dashboard-secure-embed/GetDashboardSecureEmbed.rb +8 -0
- data/examples/v2/dashboard-secure-embed/UpdateDashboardSecureEmbed.rb +38 -0
- data/examples/v2/feature-flags/CreateAllocationsForFeatureFlagInEnvironment.rb +65 -0
- data/examples/v2/feature-flags/CreateAllocationsForFeatureFlagInEnvironment_3662093014.rb +31 -0
- data/examples/v2/feature-flags/PauseExposureSchedule.rb +5 -0
- data/examples/v2/feature-flags/ResumeExposureSchedule.rb +5 -0
- data/examples/v2/feature-flags/StartExposureSchedule.rb +5 -0
- data/examples/v2/feature-flags/StopExposureSchedule.rb +5 -0
- data/examples/v2/feature-flags/UpdateAllocationsForFeatureFlagInEnvironment.rb +67 -0
- data/examples/v2/feature-flags/UpdateAllocationsForFeatureFlagInEnvironment_3789036209.rb +60 -0
- data/examples/v2/fleet-automation/ListFleetAgentTracers.rb +8 -0
- data/examples/v2/fleet-automation/ListFleetClusters.rb +8 -0
- data/examples/v2/fleet-automation/ListFleetInstrumentedPods.rb +8 -0
- data/examples/v2/fleet-automation/ListFleetTracers.rb +8 -0
- data/examples/v2/incidents/CreateIncidentUserDefinedField.rb +41 -0
- data/examples/v2/incidents/DeleteIncidentUserDefinedField.rb +8 -0
- data/examples/v2/incidents/GetIncidentUserDefinedField.rb +8 -0
- data/examples/v2/incidents/ListIncidentUserDefinedFields.rb +8 -0
- data/examples/v2/incidents/UpdateIncidentUserDefinedField.rb +31 -0
- data/examples/v2/key-management/CreatePersonalAccessToken.rb +18 -0
- data/examples/v2/key-management/GetPersonalAccessToken.rb +8 -0
- data/examples/v2/key-management/ListPersonalAccessTokens.rb +5 -0
- data/examples/v2/key-management/RevokePersonalAccessToken.rb +8 -0
- data/examples/v2/key-management/UpdatePersonalAccessToken.rb +18 -0
- data/examples/v2/llm-observability/CreateLLMObsAnnotationQueue.rb +19 -0
- data/examples/v2/llm-observability/CreateLLMObsAnnotationQueueInteractions.rb +22 -0
- data/examples/v2/llm-observability/DeleteLLMObsAnnotationQueue.rb +8 -0
- data/examples/v2/llm-observability/DeleteLLMObsAnnotationQueueInteractions.rb +20 -0
- data/examples/v2/llm-observability/DeleteLLMObsCustomEvalConfig.rb +8 -0
- data/examples/v2/llm-observability/GetLLMObsAnnotatedInteractions.rb +8 -0
- data/examples/v2/llm-observability/GetLLMObsCustomEvalConfig.rb +8 -0
- data/examples/v2/llm-observability/ListLLMObsAnnotationQueues.rb +8 -0
- data/examples/v2/llm-observability/UpdateLLMObsAnnotationQueue.rb +18 -0
- data/examples/v2/llm-observability/UpdateLLMObsCustomEvalConfig.rb +88 -0
- data/examples/v2/logs-custom-destinations/CreateLogsCustomDestination_140188544.rb +23 -0
- data/examples/v2/logs-custom-destinations/CreateLogsCustomDestination_1718754520.rb +22 -0
- data/examples/v2/logs-custom-destinations/CreateLogsCustomDestination_2534546779.rb +23 -0
- data/examples/v2/logs-custom-destinations/CreateLogsCustomDestination_3120242932.rb +23 -0
- data/examples/v2/logs-custom-destinations/UpdateLogsCustomDestination_2034509257.rb +22 -0
- data/examples/v2/logs-custom-destinations/UpdateLogsCustomDestination_213195663.rb +23 -0
- data/examples/v2/logs-custom-destinations/UpdateLogsCustomDestination_2612469098.rb +23 -0
- data/examples/v2/logs-custom-destinations/UpdateLogsCustomDestination_2701272624.rb +18 -0
- data/examples/v2/logs-custom-destinations/UpdateLogsCustomDestination_3227001838.rb +22 -0
- data/examples/v2/metrics/QueryScalarData_1479548882.rb +39 -0
- data/examples/v2/metrics/QueryScalarData_1904811219.rb +36 -0
- data/examples/v2/metrics/QueryScalarData_2298288525.rb +35 -0
- data/examples/v2/metrics/QueryScalarData_2312509843.rb +39 -0
- data/examples/v2/metrics/QueryScalarData_2398494003.rb +39 -0
- data/examples/v2/metrics/QueryScalarData_2533499017.rb +37 -0
- data/examples/v2/metrics/QueryScalarData_2757564916.rb +39 -0
- data/examples/v2/metrics/QueryScalarData_3210877526.rb +39 -0
- data/examples/v2/metrics/QueryScalarData_3246660196.rb +39 -0
- data/examples/v2/metrics/QueryScalarData_3470073355.rb +39 -0
- data/examples/v2/metrics/QueryScalarData_3740015316.rb +39 -0
- data/examples/v2/metrics/QueryScalarData_394862343.rb +39 -0
- data/examples/v2/metrics/QueryScalarData_397220765.rb +39 -0
- data/examples/v2/metrics/QueryScalarData_420944803.rb +39 -0
- data/examples/v2/metrics/QueryScalarData_4230617918.rb +37 -0
- data/examples/v2/metrics/QueryScalarData_4257291081.rb +39 -0
- data/examples/v2/metrics/QueryScalarData_779493885.rb +37 -0
- data/examples/v2/metrics/QueryScalarData_891952130.rb +35 -0
- data/examples/v2/metrics/QueryScalarData_922754919.rb +39 -0
- data/examples/v2/metrics/QueryTimeseriesData_1080761370.rb +40 -0
- data/examples/v2/metrics/QueryTimeseriesData_108927825.rb +36 -0
- data/examples/v2/metrics/QueryTimeseriesData_1116544040.rb +40 -0
- data/examples/v2/metrics/QueryTimeseriesData_123149143.rb +40 -0
- data/examples/v2/metrics/QueryTimeseriesData_1606557647.rb +40 -0
- data/examples/v2/metrics/QueryTimeseriesData_1639521432.rb +40 -0
- data/examples/v2/metrics/QueryTimeseriesData_2159746306.rb +37 -0
- data/examples/v2/metrics/QueryTimeseriesData_2186419469.rb +40 -0
- data/examples/v2/metrics/QueryTimeseriesData_2649955681.rb +40 -0
- data/examples/v2/metrics/QueryTimeseriesData_2673679719.rb +40 -0
- data/examples/v2/metrics/QueryTimeseriesData_2884575435.rb +40 -0
- data/examples/v2/metrics/QueryTimeseriesData_3174309318.rb +35 -0
- data/examples/v2/metrics/QueryTimeseriesData_3442090283.rb +40 -0
- data/examples/v2/metrics/QueryTimeseriesData_3535807425.rb +38 -0
- data/examples/v2/metrics/QueryTimeseriesData_4028506518.rb +40 -0
- data/examples/v2/metrics/QueryTimeseriesData_4246412951.rb +37 -0
- data/examples/v2/metrics/QueryTimeseriesData_475733751.rb +40 -0
- data/examples/v2/metrics/QueryTimeseriesData_597826488.rb +40 -0
- data/examples/v2/metrics/QueryTimeseriesData_847716941.rb +38 -0
- data/examples/v2/observability-pipelines/ValidatePipeline_1267410221.rb +51 -0
- data/examples/v2/observability-pipelines/ValidatePipeline_2960728933.rb +50 -0
- data/examples/v2/observability-pipelines/ValidatePipeline_815080644.rb +73 -0
- data/examples/v2/observability-pipelines/ValidatePipeline_99164570.rb +51 -0
- data/examples/v2/oci-integration/CreateTenancyConfig.rb +2 -2
- data/examples/v2/oci-integration/UpdateTenancyConfig.rb +2 -2
- data/examples/v2/org-groups/BulkUpdateOrgGroupMemberships.rb +36 -0
- data/examples/v2/org-groups/CreateOrgGroup.rb +17 -0
- data/examples/v2/org-groups/CreateOrgGroupPolicy.rb +30 -0
- data/examples/v2/org-groups/CreateOrgGroupPolicyOverride.rb +32 -0
- data/examples/v2/org-groups/DeleteOrgGroup.rb +8 -0
- data/examples/v2/org-groups/DeleteOrgGroupPolicy.rb +8 -0
- data/examples/v2/org-groups/DeleteOrgGroupPolicyOverride.rb +8 -0
- data/examples/v2/org-groups/GetOrgGroup.rb +8 -0
- data/examples/v2/org-groups/GetOrgGroupMembership.rb +8 -0
- data/examples/v2/org-groups/GetOrgGroupPolicy.rb +8 -0
- data/examples/v2/org-groups/GetOrgGroupPolicyOverride.rb +8 -0
- data/examples/v2/org-groups/ListOrgGroupMemberships.rb +8 -0
- data/examples/v2/org-groups/ListOrgGroupPolicies.rb +8 -0
- data/examples/v2/org-groups/ListOrgGroupPolicyConfigs.rb +8 -0
- data/examples/v2/org-groups/ListOrgGroupPolicyOverrides.rb +8 -0
- data/examples/v2/org-groups/ListOrgGroups.rb +8 -0
- data/examples/v2/org-groups/UpdateOrgGroup.rb +18 -0
- data/examples/v2/org-groups/UpdateOrgGroupMembership.rb +23 -0
- data/examples/v2/org-groups/UpdateOrgGroupPolicy.rb +21 -0
- data/examples/v2/org-groups/UpdateOrgGroupPolicyOverride.rb +19 -0
- data/examples/v2/scorecards/CreateScorecardCampaign.rb +26 -0
- data/examples/v2/{service-scorecards → scorecards}/CreateScorecardOutcomesBatch.rb +1 -1
- data/examples/v2/{service-scorecards → scorecards}/CreateScorecardRule.rb +3 -6
- data/examples/v2/scorecards/DeleteScorecardCampaign.rb +5 -0
- data/examples/v2/{service-scorecards → scorecards}/DeleteScorecardRule.rb +1 -4
- data/examples/v2/scorecards/GetScorecardCampaign.rb +5 -0
- data/examples/v2/scorecards/ListScorecardCampaigns.rb +5 -0
- data/examples/v2/scorecards/ListScorecardOutcomes.rb +5 -0
- data/examples/v2/{service-scorecards → scorecards}/ListScorecardOutcomes_2663454275.rb +1 -4
- data/examples/v2/scorecards/ListScorecardRules.rb +5 -0
- data/examples/v2/{service-scorecards → scorecards}/ListScorecardRules_4057666343.rb +1 -4
- data/examples/v2/scorecards/ListScorecards.rb +5 -0
- data/examples/v2/scorecards/UpdateScorecardCampaign.rb +26 -0
- data/examples/v2/scorecards/UpdateScorecardOutcomes.rb +21 -0
- data/examples/v2/{service-scorecards/UpdateScorecardOutcomesAsync.rb → scorecards/UpdateScorecardOutcomes_2262047257.rb} +2 -5
- data/examples/v2/scorecards/UpdateScorecardRule.rb +18 -0
- data/examples/v2/{service-scorecards/UpdateScorecardRule.rb → scorecards/UpdateScorecardRule_1831541184.rb} +3 -5
- data/examples/v2/security-monitoring/BulkEditSecurityMonitoringSignals.rb +21 -0
- data/examples/v2/security-monitoring/BulkExportSecurityMonitoringTerraformResources.rb +22 -0
- data/examples/v2/security-monitoring/CancelHistoricalJob.rb +12 -0
- data/examples/v2/security-monitoring/ConvertSecurityMonitoringTerraformResource.rb +20 -0
- data/examples/v2/security-monitoring/CreateVulnerabilityNotificationRule_2417112739.rb +31 -0
- data/examples/v2/security-monitoring/{DeleteThreatHuntingJob.rb → DeleteHistoricalJob.rb} +2 -2
- data/examples/v2/security-monitoring/EditSecurityMonitoringSignal.rb +18 -0
- data/examples/v2/security-monitoring/ExportSecurityMonitoringTerraformResource.rb +11 -0
- data/examples/v2/security-monitoring/GetHistoricalJob.rb +12 -0
- data/examples/v2/security-monitoring/GetIndicatorOfCompromise.rb +8 -0
- data/examples/v2/security-monitoring/GetInvestigationLogQueriesMatchingSignal.rb +5 -0
- data/examples/v2/security-monitoring/GetSuggestedActionsMatchingSignal.rb +5 -0
- data/examples/v2/security-monitoring/ListHistoricalJobs.rb +8 -0
- data/examples/v2/security-monitoring/ListIndicatorsOfCompromise.rb +11 -0
- data/examples/v2/security-monitoring/{RunThreatHuntingJob.rb → RunHistoricalJob.rb} +9 -9
- data/examples/v2/service-accounts/CreateServiceAccountAccessToken.rb +20 -0
- data/examples/v2/service-accounts/GetServiceAccountAccessToken.rb +11 -0
- data/examples/v2/service-accounts/ListServiceAccountAccessTokens.rb +8 -0
- data/examples/v2/service-accounts/RevokeServiceAccountAccessToken.rb +11 -0
- data/examples/v2/service-accounts/UpdateServiceAccountAccessToken.rb +22 -0
- data/examples/v2/status-pages/PublishStatusPage.rb +8 -0
- data/examples/v2/status-pages/UnpublishStatusPage.rb +8 -0
- data/examples/v2/synthetics/DeleteSyntheticsTests.rb +1 -1
- data/examples/v2/synthetics/GetSyntheticsBrowserTestResult.rb +5 -0
- data/examples/v2/synthetics/GetSyntheticsTestResult.rb +5 -0
- data/examples/v2/synthetics/ListSyntheticsBrowserTestLatestResults.rb +5 -0
- data/examples/v2/synthetics/ListSyntheticsTestLatestResults.rb +5 -0
- data/examples/v2/synthetics/PollSyntheticsTestResults.rb +5 -0
- data/examples/v2/test-optimization/GetFlakyTestsManagementPolicies.rb +17 -0
- data/examples/v2/test-optimization/SearchFlakyTests.rb +1 -1
- data/examples/v2/test-optimization/SearchFlakyTests_1224086727.rb +1 -1
- data/examples/v2/test-optimization/SearchFlakyTests_209064879.rb +1 -1
- data/examples/v2/test-optimization/UpdateFlakyTestsManagementPolicies.rb +66 -0
- data/examples/v2/users/AnonymizeUsers.rb +20 -0
- data/lib/datadog_api_client/configuration.rb +86 -33
- data/lib/datadog_api_client/inflector.rb +532 -16
- data/lib/datadog_api_client/v1/models/calendar_interval.rb +128 -0
- data/lib/datadog_api_client/v1/models/calendar_interval_type.rb +32 -0
- data/lib/datadog_api_client/v1/models/cohort_widget_definition.rb +175 -0
- data/lib/datadog_api_client/v1/models/cohort_widget_definition_type.rb +26 -0
- data/lib/datadog_api_client/v1/models/formula_and_function_product_analytics_extended_data_source.rb +26 -0
- data/lib/datadog_api_client/v1/models/formula_and_function_product_analytics_extended_query_definition.rb +220 -0
- data/lib/datadog_api_client/v1/models/formula_and_function_product_analytics_extended_query_definition_indexes_items.rb +26 -0
- data/lib/datadog_api_client/v1/models/formula_and_function_query_definition.rb +4 -1
- data/lib/datadog_api_client/v1/models/formula_and_function_retention_query_definition.rb +198 -0
- data/lib/datadog_api_client/v1/models/formula_and_function_user_journey_query_definition.rb +198 -0
- data/lib/datadog_api_client/v1/models/funnel_comparison_custom_timeframe.rb +119 -0
- data/lib/datadog_api_client/v1/models/funnel_comparison_duration.rb +108 -0
- data/lib/datadog_api_client/v1/models/funnel_comparison_duration_type.rb +30 -0
- data/lib/datadog_api_client/v1/models/funnel_grouped_display.rb +27 -0
- data/lib/datadog_api_client/v1/models/funnel_widget_definition.rb +11 -5
- data/lib/datadog_api_client/v1/models/product_analytics_audience_account_subquery.rb +2 -2
- data/lib/datadog_api_client/v1/models/product_analytics_audience_filters.rb +1 -1
- data/lib/datadog_api_client/v1/models/product_analytics_audience_occurrence_filter.rb +3 -3
- data/lib/datadog_api_client/v1/models/product_analytics_audience_segment_subquery.rb +2 -2
- data/lib/datadog_api_client/v1/models/product_analytics_audience_user_subquery.rb +2 -2
- data/lib/datadog_api_client/v1/models/product_analytics_base_query.rb +119 -0
- data/lib/datadog_api_client/v1/models/product_analytics_event_data_source.rb +26 -0
- data/lib/datadog_api_client/v1/models/product_analytics_event_query_search.rb +98 -0
- data/lib/datadog_api_client/v1/models/product_analytics_extended_compute.rb +138 -0
- data/lib/datadog_api_client/v1/models/product_analytics_extended_group_by.rb +164 -0
- data/lib/datadog_api_client/v1/models/product_analytics_funnel_compute.rb +119 -0
- data/lib/datadog_api_client/v1/models/product_analytics_funnel_compute_aggregation.rb +27 -0
- data/lib/datadog_api_client/v1/models/product_analytics_funnel_compute_metric.rb +27 -0
- data/lib/datadog_api_client/v1/models/product_analytics_funnel_data_source.rb +26 -0
- data/lib/datadog_api_client/v1/models/product_analytics_funnel_group_by.rb +163 -0
- data/lib/datadog_api_client/v1/models/product_analytics_funnel_group_by_sort.rb +118 -0
- data/lib/datadog_api_client/v1/models/product_analytics_funnel_query.rb +151 -0
- data/lib/datadog_api_client/v1/models/product_analytics_funnel_request.rb +152 -0
- data/lib/datadog_api_client/v1/models/product_analytics_funnel_request_type.rb +26 -0
- data/lib/datadog_api_client/v1/models/product_analytics_funnel_widget_definition.rb +185 -0
- data/lib/datadog_api_client/v1/models/retention_cohort_criteria.rb +119 -0
- data/lib/datadog_api_client/v1/models/retention_cohort_criteria_time_interval.rb +119 -0
- data/lib/datadog_api_client/v1/models/retention_cohort_criteria_time_interval_type.rb +26 -0
- data/lib/datadog_api_client/v1/models/retention_compute.rb +119 -0
- data/lib/datadog_api_client/v1/models/retention_compute_metric.rb +27 -0
- data/lib/datadog_api_client/v1/models/retention_curve_request_type.rb +26 -0
- data/lib/datadog_api_client/v1/models/retention_curve_style.rb +80 -0
- data/lib/datadog_api_client/v1/models/retention_curve_widget_definition.rb +175 -0
- data/lib/datadog_api_client/v1/models/retention_curve_widget_definition_type.rb +26 -0
- data/lib/datadog_api_client/v1/models/retention_curve_widget_request.rb +129 -0
- data/lib/datadog_api_client/v1/models/retention_data_source.rb +26 -0
- data/lib/datadog_api_client/v1/models/retention_entity.rb +27 -0
- data/lib/datadog_api_client/v1/models/retention_filters.rb +90 -0
- data/lib/datadog_api_client/v1/models/retention_grid_request.rb +119 -0
- data/lib/datadog_api_client/v1/models/retention_grid_request_type.rb +26 -0
- data/lib/datadog_api_client/v1/models/retention_group_by.rb +159 -0
- data/lib/datadog_api_client/v1/models/retention_group_by_sort.rb +80 -0
- data/lib/datadog_api_client/v1/models/retention_group_by_target.rb +27 -0
- data/lib/datadog_api_client/v1/models/retention_query.rb +172 -0
- data/lib/datadog_api_client/v1/models/retention_return_condition.rb +27 -0
- data/lib/datadog_api_client/v1/models/retention_return_criteria.rb +108 -0
- data/lib/datadog_api_client/v1/models/retention_return_criteria_time_interval.rb +140 -0
- data/lib/datadog_api_client/v1/models/retention_return_criteria_time_interval_type.rb +26 -0
- data/lib/datadog_api_client/v1/models/retention_return_criteria_time_interval_unit.rb +28 -0
- data/lib/datadog_api_client/v1/models/retention_search.rb +160 -0
- data/lib/datadog_api_client/v1/models/sankey_rum_query.rb +2 -2
- data/lib/datadog_api_client/v1/models/slo_count_definition_with_bad_events_formula.rb +1 -1
- data/lib/datadog_api_client/v1/models/slo_count_definition_with_total_events_formula.rb +1 -1
- data/lib/datadog_api_client/v1/models/synthetics_step_type.rb +2 -0
- data/lib/datadog_api_client/v1/models/usage_summary_date.rb +141 -1
- data/lib/datadog_api_client/v1/models/usage_summary_date_org.rb +141 -1
- data/lib/datadog_api_client/v1/models/usage_summary_response.rb +141 -1
- data/lib/datadog_api_client/v1/models/user_journey_formula_compute.rb +128 -0
- data/lib/datadog_api_client/v1/models/user_journey_formula_compute_metric.rb +28 -0
- data/lib/datadog_api_client/v1/models/user_journey_formula_group_by.rb +174 -0
- data/lib/datadog_api_client/v1/models/user_journey_join_keys.rb +135 -0
- data/lib/datadog_api_client/v1/models/user_journey_search.rb +149 -0
- data/lib/datadog_api_client/v1/models/user_journey_search_filters.rb +127 -0
- data/lib/datadog_api_client/v1/models/user_journey_search_graph_filter.rb +135 -0
- data/lib/datadog_api_client/v1/models/user_journey_search_target.rb +153 -0
- data/lib/datadog_api_client/v1/models/widget_definition.rb +3 -0
- data/lib/datadog_api_client/v2/api/bits_ai_api.rb +266 -0
- data/lib/datadog_api_client/v2/api/cloud_cost_management_api.rb +9 -4
- data/lib/datadog_api_client/v2/api/dashboard_secure_embed_api.rb +339 -0
- data/lib/datadog_api_client/v2/api/feature_flags_api.rb +415 -0
- data/lib/datadog_api_client/v2/api/fleet_automation_api.rb +348 -0
- data/lib/datadog_api_client/v2/api/incidents_api.rb +384 -0
- data/lib/datadog_api_client/v2/api/key_management_api.rb +344 -0
- data/lib/datadog_api_client/v2/api/llm_observability_api.rb +848 -105
- data/lib/datadog_api_client/v2/api/org_groups_api.rb +1555 -0
- data/lib/datadog_api_client/v2/api/restriction_policies_api.rb +5 -3
- data/lib/datadog_api_client/v2/api/{service_scorecards_api.rb → scorecards_api.rb} +449 -69
- data/lib/datadog_api_client/v2/api/security_monitoring_api.rb +947 -270
- data/lib/datadog_api_client/v2/api/service_accounts_api.rb +366 -0
- data/lib/datadog_api_client/v2/api/status_pages_api.rb +134 -2
- data/lib/datadog_api_client/v2/api/synthetics_api.rb +387 -0
- data/lib/datadog_api_client/v2/api/test_optimization_api.rb +147 -0
- data/lib/datadog_api_client/v2/api/users_api.rb +74 -0
- data/lib/datadog_api_client/v2/models/allocation.rb +358 -0
- data/lib/datadog_api_client/v2/models/allocation_data_request.rb +144 -0
- data/lib/datadog_api_client/v2/models/allocation_data_response.rb +165 -0
- data/lib/datadog_api_client/v2/models/allocation_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/allocation_exposure_guardrail_trigger.rb +249 -0
- data/lib/datadog_api_client/v2/models/allocation_exposure_rollout_step.rb +300 -0
- data/lib/datadog_api_client/v2/models/allocation_exposure_schedule.rb +282 -0
- data/lib/datadog_api_client/v2/models/allocation_exposure_schedule_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/allocation_exposure_schedule_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/allocation_exposure_schedule_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/allocation_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/allocation_type.rb +27 -0
- data/lib/datadog_api_client/v2/models/anonymize_user_error.rb +144 -0
- data/lib/datadog_api_client/v2/models/anonymize_users_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/anonymize_users_request_attributes.rb +125 -0
- data/lib/datadog_api_client/v2/models/anonymize_users_request_data.rb +154 -0
- data/lib/datadog_api_client/v2/models/anonymize_users_request_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/anonymize_users_response.rb +105 -0
- data/lib/datadog_api_client/v2/models/anonymize_users_response_attributes.rb +148 -0
- data/lib/datadog_api_client/v2/models/anonymize_users_response_data.rb +125 -0
- data/lib/datadog_api_client/v2/models/anonymize_users_response_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/apm_dependency_stat_name.rb +32 -0
- data/lib/datadog_api_client/v2/models/apm_dependency_stats_data_source.rb +26 -0
- data/lib/datadog_api_client/v2/models/apm_dependency_stats_query.rb +279 -0
- data/lib/datadog_api_client/v2/models/apm_metrics_data_source.rb +26 -0
- data/lib/datadog_api_client/v2/models/apm_metrics_query.rb +259 -0
- data/lib/datadog_api_client/v2/models/apm_metrics_span_kind.rb +30 -0
- data/lib/datadog_api_client/v2/models/apm_metrics_stat.rb +41 -0
- data/lib/datadog_api_client/v2/models/apm_resource_stat_name.rb +37 -0
- data/lib/datadog_api_client/v2/models/apm_resource_stats_data_source.rb +26 -0
- data/lib/datadog_api_client/v2/models/apm_resource_stats_query.rb +259 -0
- data/lib/datadog_api_client/v2/models/application_security_waf_custom_rule_condition_operator.rb +4 -0
- data/lib/datadog_api_client/v2/models/application_security_waf_custom_rule_condition_parameters.rb +11 -1
- data/lib/datadog_api_client/v2/models/application_security_waf_custom_rule_condition_parameters_type.rb +30 -0
- data/lib/datadog_api_client/v2/models/campaign_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/campaign_response_attributes.rb +289 -0
- data/lib/datadog_api_client/v2/models/campaign_response_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/campaign_status.rb +28 -0
- data/lib/datadog_api_client/v2/models/campaign_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/condition.rb +230 -0
- data/lib/datadog_api_client/v2/models/condition_operator.rb +35 -0
- data/lib/datadog_api_client/v2/models/condition_request.rb +167 -0
- data/lib/datadog_api_client/v2/models/container_data_source.rb +26 -0
- data/lib/datadog_api_client/v2/models/container_scalar_query.rb +227 -0
- data/lib/datadog_api_client/v2/models/container_timeseries_query.rb +217 -0
- data/lib/datadog_api_client/v2/models/convert_job_results_to_signals_attributes.rb +1 -1
- data/lib/datadog_api_client/v2/models/convert_job_results_to_signals_data.rb +2 -2
- data/lib/datadog_api_client/v2/models/convert_job_results_to_signals_request.rb +2 -2
- data/lib/datadog_api_client/v2/models/create_allocations_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/create_campaign_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/create_campaign_request_attributes.rb +259 -0
- data/lib/datadog_api_client/v2/models/create_campaign_request_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/create_maintenance_request_data_attributes.rb +60 -5
- data/lib/datadog_api_client/v2/models/create_rule_request_data.rb +2 -2
- data/lib/datadog_api_client/v2/models/custom_cost_list_response_meta.rb +23 -1
- data/lib/datadog_api_client/v2/models/custom_destination_forward_destination_splunk.rb +24 -1
- data/lib/datadog_api_client/v2/models/custom_destination_response_forward_destination_splunk.rb +24 -1
- data/lib/datadog_api_client/v2/models/events_data_source.rb +11 -0
- data/lib/datadog_api_client/v2/models/events_scalar_query.rb +1 -1
- data/lib/datadog_api_client/v2/models/events_timeseries_query.rb +1 -1
- data/lib/datadog_api_client/v2/models/exposure_rollout_step_request.rb +205 -0
- data/lib/datadog_api_client/v2/models/exposure_schedule_request.rb +200 -0
- data/lib/datadog_api_client/v2/models/feature_flag_attributes.rb +13 -1
- data/lib/datadog_api_client/v2/models/feature_flag_environment.rb +13 -1
- data/lib/datadog_api_client/v2/models/flaky_test_history.rb +21 -1
- data/lib/datadog_api_client/v2/models/flaky_test_history_policy_id.rb +34 -0
- data/lib/datadog_api_client/v2/models/flaky_test_history_policy_meta.rb +235 -0
- data/lib/datadog_api_client/v2/models/flaky_test_history_policy_meta_config.rb +229 -0
- data/lib/datadog_api_client/v2/models/flaky_tests_search_filter.rb +13 -1
- data/lib/datadog_api_client/v2/models/flaky_tests_search_request_attributes.rb +1 -13
- data/lib/datadog_api_client/v2/models/fleet_cluster_attributes.rb +287 -0
- data/lib/datadog_api_client/v2/models/fleet_clusters_response.rb +133 -0
- data/lib/datadog_api_client/v2/models/fleet_clusters_response_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/fleet_clusters_response_data_attributes.rb +107 -0
- data/lib/datadog_api_client/v2/models/fleet_clusters_response_meta.rb +105 -0
- data/lib/datadog_api_client/v2/models/fleet_instrumented_pod_group_attributes.rb +201 -0
- data/lib/datadog_api_client/v2/models/fleet_instrumented_pods_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/fleet_instrumented_pods_response_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/fleet_instrumented_pods_response_data_attributes.rb +107 -0
- data/lib/datadog_api_client/v2/models/fleet_tracer_attributes.rb +197 -0
- data/lib/datadog_api_client/v2/models/fleet_tracers_response.rb +133 -0
- data/lib/datadog_api_client/v2/models/fleet_tracers_response_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/fleet_tracers_response_data_attributes.rb +107 -0
- data/lib/datadog_api_client/v2/models/fleet_tracers_response_meta.rb +105 -0
- data/lib/datadog_api_client/v2/models/full_personal_access_token.rb +135 -0
- data/lib/datadog_api_client/v2/models/full_personal_access_token_attributes.rb +165 -0
- data/lib/datadog_api_client/v2/models/get_investigation_response.rb +144 -0
- data/lib/datadog_api_client/v2/models/get_investigation_response_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/get_investigation_response_data_attributes.rb +167 -0
- data/lib/datadog_api_client/v2/models/get_investigation_response_links.rb +123 -0
- data/lib/datadog_api_client/v2/models/get_io_c_indicator_response.rb +105 -0
- data/lib/datadog_api_client/v2/models/get_io_c_indicator_response_attributes.rb +105 -0
- data/lib/datadog_api_client/v2/models/get_io_c_indicator_response_data.rb +125 -0
- data/lib/datadog_api_client/v2/models/global_org_identifier.rb +144 -0
- data/lib/datadog_api_client/v2/models/guardrail_metric.rb +162 -0
- data/lib/datadog_api_client/v2/models/guardrail_metric_request.rb +144 -0
- data/lib/datadog_api_client/v2/models/guardrail_trigger_action.rb +27 -0
- data/lib/datadog_api_client/v2/models/{threat_hunting_job_data_type.rb → historical_job_data_type.rb} +1 -1
- data/lib/datadog_api_client/v2/models/{threat_hunting_job_list_meta.rb → historical_job_list_meta.rb} +2 -2
- data/lib/datadog_api_client/v2/models/{threat_hunting_job_options.rb → historical_job_options.rb} +2 -2
- data/lib/datadog_api_client/v2/models/{threat_hunting_job_query.rb → historical_job_query.rb} +4 -4
- data/lib/datadog_api_client/v2/models/{threat_hunting_job_response.rb → historical_job_response.rb} +5 -5
- data/lib/datadog_api_client/v2/models/{threat_hunting_job_response_attributes.rb → historical_job_response_attributes.rb} +4 -4
- data/lib/datadog_api_client/v2/models/{threat_hunting_job_response_data.rb → historical_job_response_data.rb} +6 -6
- data/lib/datadog_api_client/v2/models/incident_user_defined_field_attributes_create_request.rb +238 -0
- data/lib/datadog_api_client/v2/models/incident_user_defined_field_attributes_response.rb +394 -0
- data/lib/datadog_api_client/v2/models/incident_user_defined_field_attributes_update_request.rb +180 -0
- data/lib/datadog_api_client/v2/models/incident_user_defined_field_category.rb +27 -0
- data/lib/datadog_api_client/v2/models/incident_user_defined_field_collected.rb +29 -0
- data/lib/datadog_api_client/v2/models/incident_user_defined_field_create_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/incident_user_defined_field_create_relationships.rb +123 -0
- data/lib/datadog_api_client/v2/models/incident_user_defined_field_create_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/incident_user_defined_field_field_type.rb +33 -0
- data/lib/datadog_api_client/v2/models/incident_user_defined_field_list_meta.rb +115 -0
- data/lib/datadog_api_client/v2/models/incident_user_defined_field_list_response.rb +146 -0
- data/lib/datadog_api_client/v2/models/incident_user_defined_field_metadata.rb +228 -0
- data/lib/datadog_api_client/v2/models/incident_user_defined_field_relationships.rb +165 -0
- data/lib/datadog_api_client/v2/models/incident_user_defined_field_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/incident_user_defined_field_response_data.rb +186 -0
- data/lib/datadog_api_client/v2/models/incident_user_defined_field_update_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/incident_user_defined_field_update_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/incident_user_defined_field_valid_value.rb +164 -0
- data/lib/datadog_api_client/v2/models/investigation_conclusion.rb +165 -0
- data/lib/datadog_api_client/v2/models/investigation_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/io_c_explorer_list_response.rb +105 -0
- data/lib/datadog_api_client/v2/models/io_c_explorer_list_response_attributes.rb +127 -0
- data/lib/datadog_api_client/v2/models/io_c_explorer_list_response_data.rb +125 -0
- data/lib/datadog_api_client/v2/models/io_c_explorer_list_response_metadata.rb +105 -0
- data/lib/datadog_api_client/v2/models/io_c_explorer_list_response_paging.rb +105 -0
- data/lib/datadog_api_client/v2/models/io_c_geo_location.rb +125 -0
- data/lib/datadog_api_client/v2/models/io_c_indicator.rb +325 -0
- data/lib/datadog_api_client/v2/models/io_c_indicator_detailed.rb +435 -0
- data/lib/datadog_api_client/v2/models/io_c_score_effect.rb +28 -0
- data/lib/datadog_api_client/v2/models/io_c_signal_severity_count.rb +115 -0
- data/lib/datadog_api_client/v2/models/{synthetics_fast_test_result_device.rb → io_c_source.rb} +5 -15
- data/lib/datadog_api_client/v2/models/issues_search_request_data_attributes.rb +47 -1
- data/lib/datadog_api_client/v2/models/job_create_response.rb +1 -1
- data/lib/datadog_api_client/v2/models/job_create_response_data.rb +1 -1
- data/lib/datadog_api_client/v2/models/job_definition.rb +3 -3
- data/lib/datadog_api_client/v2/models/job_definition_from_rule.rb +1 -1
- data/lib/datadog_api_client/v2/models/list_allocations_response.rb +125 -0
- data/lib/datadog_api_client/v2/models/list_campaigns_response.rb +146 -0
- data/lib/datadog_api_client/v2/models/{list_threat_hunting_jobs_response.rb → list_historical_jobs_response.rb} +6 -6
- data/lib/datadog_api_client/v2/models/list_investigations_response.rb +167 -0
- data/lib/datadog_api_client/v2/models/list_investigations_response_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/list_investigations_response_data_attributes.rb +144 -0
- data/lib/datadog_api_client/v2/models/list_investigations_response_links.rb +194 -0
- data/lib/datadog_api_client/v2/models/list_investigations_response_meta.rb +123 -0
- data/lib/datadog_api_client/v2/models/list_investigations_response_meta_page.rb +165 -0
- data/lib/datadog_api_client/v2/models/list_personal_access_tokens_response.rb +117 -0
- data/lib/datadog_api_client/v2/models/list_scorecards_response.rb +125 -0
- data/lib/datadog_api_client/v2/models/llm_obs_annotated_interaction_item.rb +188 -0
- data/lib/datadog_api_client/v2/models/llm_obs_annotated_interactions_data_attributes_response.rb +125 -0
- data/lib/datadog_api_client/v2/models/llm_obs_annotated_interactions_data_response.rb +165 -0
- data/lib/datadog_api_client/v2/models/llm_obs_annotated_interactions_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/llm_obs_annotated_interactions_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/llm_obs_annotation_item.rb +249 -0
- data/lib/datadog_api_client/v2/models/llm_obs_annotation_queue_data_attributes_request.rb +154 -0
- data/lib/datadog_api_client/v2/models/llm_obs_annotation_queue_data_attributes_response.rb +270 -0
- data/lib/datadog_api_client/v2/models/llm_obs_annotation_queue_data_request.rb +144 -0
- data/lib/datadog_api_client/v2/models/llm_obs_annotation_queue_data_response.rb +165 -0
- data/lib/datadog_api_client/v2/models/llm_obs_annotation_queue_interaction_item.rb +144 -0
- data/lib/datadog_api_client/v2/models/llm_obs_annotation_queue_interaction_response_item.rb +186 -0
- data/lib/datadog_api_client/v2/models/llm_obs_annotation_queue_interactions_data_attributes_request.rb +129 -0
- data/lib/datadog_api_client/v2/models/llm_obs_annotation_queue_interactions_data_attributes_response.rb +125 -0
- data/lib/datadog_api_client/v2/models/llm_obs_annotation_queue_interactions_data_request.rb +144 -0
- data/lib/datadog_api_client/v2/models/llm_obs_annotation_queue_interactions_data_response.rb +165 -0
- data/lib/datadog_api_client/v2/models/llm_obs_annotation_queue_interactions_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/llm_obs_annotation_queue_interactions_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/llm_obs_annotation_queue_interactions_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/llm_obs_annotation_queue_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/llm_obs_annotation_queue_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/llm_obs_annotation_queue_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/llm_obs_annotation_queue_update_data_attributes_request.rb +115 -0
- data/lib/datadog_api_client/v2/models/llm_obs_annotation_queue_update_data_request.rb +144 -0
- data/lib/datadog_api_client/v2/models/llm_obs_annotation_queue_update_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/llm_obs_annotation_queues_response.rb +125 -0
- data/lib/datadog_api_client/v2/models/llm_obs_custom_eval_config_assessment_criteria.rb +148 -0
- data/lib/datadog_api_client/v2/models/llm_obs_custom_eval_config_attributes.rb +225 -0
- data/lib/datadog_api_client/v2/models/llm_obs_custom_eval_config_bedrock_options.rb +105 -0
- data/lib/datadog_api_client/v2/models/llm_obs_custom_eval_config_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/llm_obs_custom_eval_config_eval_scope.rb +28 -0
- data/lib/datadog_api_client/v2/models/llm_obs_custom_eval_config_inference_params.rb +155 -0
- data/lib/datadog_api_client/v2/models/llm_obs_custom_eval_config_integration_provider.rb +31 -0
- data/lib/datadog_api_client/v2/models/llm_obs_custom_eval_config_llm_judge_config.rb +195 -0
- data/lib/datadog_api_client/v2/models/llm_obs_custom_eval_config_llm_provider.rb +145 -0
- data/lib/datadog_api_client/v2/models/llm_obs_custom_eval_config_parsing_type.rb +27 -0
- data/lib/datadog_api_client/v2/models/llm_obs_custom_eval_config_prompt_content.rb +144 -0
- data/lib/datadog_api_client/v2/models/llm_obs_custom_eval_config_prompt_content_value.rb +125 -0
- data/lib/datadog_api_client/v2/models/llm_obs_custom_eval_config_prompt_message.rb +145 -0
- data/lib/datadog_api_client/v2/models/llm_obs_custom_eval_config_prompt_tool_call.rb +135 -0
- data/lib/datadog_api_client/v2/models/llm_obs_custom_eval_config_prompt_tool_result.rb +135 -0
- data/lib/datadog_api_client/v2/models/llm_obs_custom_eval_config_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/llm_obs_custom_eval_config_target.rb +194 -0
- data/lib/datadog_api_client/v2/models/llm_obs_custom_eval_config_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/llm_obs_custom_eval_config_update_attributes.rb +163 -0
- data/lib/datadog_api_client/v2/models/llm_obs_custom_eval_config_update_data.rb +154 -0
- data/lib/datadog_api_client/v2/models/llm_obs_custom_eval_config_update_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/llm_obs_custom_eval_config_user.rb +105 -0
- data/lib/datadog_api_client/v2/models/llm_obs_custom_eval_config_vertex_ai_options.rb +115 -0
- data/lib/datadog_api_client/v2/models/llm_obs_delete_annotation_queue_interactions_data_attributes_request.rb +129 -0
- data/lib/datadog_api_client/v2/models/llm_obs_delete_annotation_queue_interactions_data_request.rb +144 -0
- data/lib/datadog_api_client/v2/models/llm_obs_delete_annotation_queue_interactions_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/llm_obs_interaction_type.rb +27 -0
- data/lib/datadog_api_client/v2/models/metrics_scalar_query.rb +1 -1
- data/lib/datadog_api_client/v2/models/metrics_timeseries_query.rb +1 -1
- data/lib/datadog_api_client/v2/models/monitor_alert_trigger_attributes.rb +165 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_amazon_s3_source.rb +12 -2
- data/lib/datadog_api_client/v2/models/observability_pipeline_amazon_s3_source_compression.rb +29 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_config.rb +1 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_config_destination_item.rb +1 -1
- data/lib/datadog_api_client/v2/models/observability_pipeline_elasticsearch_destination.rb +54 -4
- data/lib/datadog_api_client/v2/models/observability_pipeline_elasticsearch_destination_compression.rb +133 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_elasticsearch_destination_compression_algorithm.rb +30 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_elasticsearch_destination_data_stream.rb +26 -6
- data/lib/datadog_api_client/v2/models/observability_pipeline_enrichment_table_field_event_lookup.rb +123 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_enrichment_table_field_secret_lookup.rb +123 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_enrichment_table_field_vrl_lookup.rb +123 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_enrichment_table_file_key_item_field.rb +66 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_enrichment_table_file_key_items.rb +3 -2
- data/lib/datadog_api_client/v2/models/observability_pipeline_parse_grok_processor_rule.rb +1 -1
- data/lib/datadog_api_client/v2/models/observability_pipeline_splunk_hec_destination.rb +11 -1
- data/lib/datadog_api_client/v2/models/observability_pipeline_splunk_hec_destination_token_strategy.rb +27 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_splunk_hec_source.rb +12 -1
- data/lib/datadog_api_client/v2/models/org_group_attributes.rb +207 -0
- data/lib/datadog_api_client/v2/models/org_group_create_attributes.rb +123 -0
- data/lib/datadog_api_client/v2/models/org_group_create_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/org_group_create_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/org_group_data.rb +175 -0
- data/lib/datadog_api_client/v2/models/org_group_include_option.rb +26 -0
- data/lib/datadog_api_client/v2/models/org_group_list_response.rb +147 -0
- data/lib/datadog_api_client/v2/models/org_group_membership_attributes.rb +207 -0
- data/lib/datadog_api_client/v2/models/org_group_membership_bulk_update_attributes.rb +125 -0
- data/lib/datadog_api_client/v2/models/org_group_membership_bulk_update_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/org_group_membership_bulk_update_relationships.rb +144 -0
- data/lib/datadog_api_client/v2/models/org_group_membership_bulk_update_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/org_group_membership_bulk_update_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/org_group_membership_data.rb +175 -0
- data/lib/datadog_api_client/v2/models/org_group_membership_list_response.rb +135 -0
- data/lib/datadog_api_client/v2/models/org_group_membership_relationship_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/org_group_membership_relationships.rb +105 -0
- data/lib/datadog_api_client/v2/models/org_group_membership_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/org_group_membership_sort_option.rb +29 -0
- data/lib/datadog_api_client/v2/models/org_group_membership_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/org_group_membership_update_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/org_group_membership_update_relationships.rb +123 -0
- data/lib/datadog_api_client/v2/models/org_group_membership_update_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/org_group_memberships_relationship.rb +125 -0
- data/lib/datadog_api_client/v2/models/org_group_pagination_meta.rb +123 -0
- data/lib/datadog_api_client/v2/models/org_group_pagination_meta_page.rb +123 -0
- data/lib/datadog_api_client/v2/models/org_group_policy_attributes.rb +196 -0
- data/lib/datadog_api_client/v2/models/org_group_policy_config_attributes.rb +209 -0
- data/lib/datadog_api_client/v2/models/org_group_policy_config_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/org_group_policy_config_list_response.rb +125 -0
- data/lib/datadog_api_client/v2/models/org_group_policy_config_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/org_group_policy_create_attributes.rb +164 -0
- data/lib/datadog_api_client/v2/models/org_group_policy_create_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/org_group_policy_create_relationships.rb +123 -0
- data/lib/datadog_api_client/v2/models/org_group_policy_create_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/org_group_policy_data.rb +175 -0
- data/lib/datadog_api_client/v2/models/org_group_policy_enforcement_tier.rb +28 -0
- data/lib/datadog_api_client/v2/models/org_group_policy_list_response.rb +135 -0
- data/lib/datadog_api_client/v2/models/org_group_policy_override_attributes.rb +196 -0
- data/lib/datadog_api_client/v2/models/org_group_policy_override_create_attributes.rb +144 -0
- data/lib/datadog_api_client/v2/models/org_group_policy_override_create_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/org_group_policy_override_create_relationships.rb +144 -0
- data/lib/datadog_api_client/v2/models/org_group_policy_override_create_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/org_group_policy_override_data.rb +175 -0
- data/lib/datadog_api_client/v2/models/org_group_policy_override_list_response.rb +135 -0
- data/lib/datadog_api_client/v2/models/org_group_policy_override_relationships.rb +115 -0
- data/lib/datadog_api_client/v2/models/org_group_policy_override_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/org_group_policy_override_sort_option.rb +29 -0
- data/lib/datadog_api_client/v2/models/org_group_policy_override_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/org_group_policy_override_update_attributes.rb +144 -0
- data/lib/datadog_api_client/v2/models/org_group_policy_override_update_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/org_group_policy_override_update_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/org_group_policy_policy_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/org_group_policy_relationship_to_one.rb +123 -0
- data/lib/datadog_api_client/v2/models/org_group_policy_relationship_to_one_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/org_group_policy_relationships.rb +105 -0
- data/lib/datadog_api_client/v2/models/org_group_policy_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/org_group_policy_sort_option.rb +29 -0
- data/lib/datadog_api_client/v2/models/org_group_policy_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/org_group_policy_update_attributes.rb +115 -0
- data/lib/datadog_api_client/v2/models/org_group_policy_update_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/org_group_policy_update_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/org_group_relationship_to_one.rb +123 -0
- data/lib/datadog_api_client/v2/models/org_group_relationship_to_one_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/org_group_relationships.rb +105 -0
- data/lib/datadog_api_client/v2/models/org_group_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/org_group_sort_option.rb +29 -0
- data/lib/datadog_api_client/v2/models/org_group_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/org_group_update_attributes.rb +123 -0
- data/lib/datadog_api_client/v2/models/org_group_update_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/org_group_update_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/overwrite_allocations_request.rb +125 -0
- data/lib/datadog_api_client/v2/models/paginated_response_meta.rb +186 -0
- data/lib/datadog_api_client/v2/models/personal_access_token.rb +135 -0
- data/lib/datadog_api_client/v2/models/personal_access_token_attributes.rb +177 -0
- data/lib/datadog_api_client/v2/models/personal_access_token_create_attributes.rb +167 -0
- data/lib/datadog_api_client/v2/models/personal_access_token_create_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/personal_access_token_create_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/personal_access_token_create_response.rb +105 -0
- data/lib/datadog_api_client/v2/models/personal_access_token_relationships.rb +105 -0
- data/lib/datadog_api_client/v2/models/{run_threat_hunting_job_request.rb → personal_access_token_response.rb} +5 -5
- data/lib/datadog_api_client/v2/models/personal_access_token_response_meta.rb +105 -0
- data/lib/datadog_api_client/v2/models/personal_access_token_response_meta_page.rb +105 -0
- data/lib/datadog_api_client/v2/models/personal_access_token_update_attributes.rb +117 -0
- data/lib/datadog_api_client/v2/models/personal_access_token_update_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/personal_access_token_update_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/personal_access_tokens_sort.rb +31 -0
- data/lib/datadog_api_client/v2/models/personal_access_tokens_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/process_data_source.rb +26 -0
- data/lib/datadog_api_client/v2/models/process_scalar_query.rb +227 -0
- data/lib/datadog_api_client/v2/models/process_timeseries_query.rb +217 -0
- data/lib/datadog_api_client/v2/models/rollout_options.rb +165 -0
- data/lib/datadog_api_client/v2/models/rollout_options_request.rb +151 -0
- data/lib/datadog_api_client/v2/models/rollout_strategy.rb +27 -0
- data/lib/datadog_api_client/v2/models/rule_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/rule_attributes_request.rb +187 -0
- data/lib/datadog_api_client/v2/models/rule_types_items.rb +4 -1
- data/lib/datadog_api_client/v2/models/run_historical_job_request.rb +105 -0
- data/lib/datadog_api_client/v2/models/{run_threat_hunting_job_request_attributes.rb → run_historical_job_request_attributes.rb} +5 -5
- data/lib/datadog_api_client/v2/models/{run_threat_hunting_job_request_data.rb → run_historical_job_request_data.rb} +6 -6
- data/lib/datadog_api_client/v2/models/{run_threat_hunting_job_request_data_type.rb → run_historical_job_request_data_type.rb} +1 -1
- data/lib/datadog_api_client/v2/models/scalar_query.rb +7 -1
- data/lib/datadog_api_client/v2/models/scorecard_list_response_attributes.rb +175 -0
- data/lib/datadog_api_client/v2/models/scorecard_list_response_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/scorecard_list_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/secure_embed_create_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/secure_embed_create_request_attributes.rb +230 -0
- data/lib/datadog_api_client/v2/models/secure_embed_create_request_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/secure_embed_create_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/secure_embed_create_response_attributes.rb +227 -0
- data/lib/datadog_api_client/v2/models/secure_embed_create_response_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/secure_embed_create_response_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/secure_embed_get_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/secure_embed_get_response_attributes.rb +227 -0
- data/lib/datadog_api_client/v2/models/secure_embed_get_response_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/secure_embed_get_response_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/secure_embed_global_time.rb +105 -0
- data/lib/datadog_api_client/v2/models/secure_embed_global_time_live_span.rb +33 -0
- data/lib/datadog_api_client/v2/models/secure_embed_request_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/secure_embed_selectable_template_variable.rb +139 -0
- data/lib/datadog_api_client/v2/models/secure_embed_share_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/secure_embed_status.rb +27 -0
- data/lib/datadog_api_client/v2/models/secure_embed_update_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/secure_embed_update_request_attributes.rb +157 -0
- data/lib/datadog_api_client/v2/models/secure_embed_update_request_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/secure_embed_update_request_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/secure_embed_update_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/secure_embed_update_response_attributes.rb +227 -0
- data/lib/datadog_api_client/v2/models/secure_embed_update_response_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/secure_embed_update_response_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/secure_embed_viewing_preferences.rb +115 -0
- data/lib/datadog_api_client/v2/models/secure_embed_viewing_preferences_theme.rb +28 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_content_pack_activation.rb +1 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_content_pack_integration_status.rb +1 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_content_pack_state_attributes.rb +7 -6
- data/lib/datadog_api_client/v2/models/security_monitoring_content_pack_state_meta.rb +1 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_content_pack_status.rb +1 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_content_pack_timestamp_bucket.rb +1 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_suggested_action.rb +165 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_suggested_action_attributes.rb +145 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_suggested_action_type.rb +27 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_suggested_actions_response.rb +125 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_update_attributes.rb +145 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_update_data.rb +133 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_update_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_signals_bulk_update_data.rb +154 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_signals_bulk_update_request.rb +129 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_sku.rb +1 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_standard_data_source.rb +2 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_standard_rule_query.rb +1 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_terraform_bulk_export_attributes.rb +129 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_terraform_bulk_export_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_terraform_bulk_export_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_terraform_convert_attributes.rb +123 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_terraform_convert_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_terraform_convert_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_terraform_export_attributes.rb +154 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_terraform_export_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_terraform_export_response.rb +105 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_terraform_resource_type.rb +27 -0
- data/lib/datadog_api_client/v2/models/service_account_access_token_create_attributes.rb +156 -0
- data/lib/datadog_api_client/v2/models/service_account_access_token_create_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/service_account_access_token_create_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/slo_data_source.rb +26 -0
- data/lib/datadog_api_client/v2/models/slo_query.rb +205 -0
- data/lib/datadog_api_client/v2/models/slos_group_mode.rb +27 -0
- data/lib/datadog_api_client/v2/models/slos_measure.rb +35 -0
- data/lib/datadog_api_client/v2/models/slos_query_type.rb +28 -0
- data/lib/datadog_api_client/v2/models/synthetics_fast_test_result_attributes.rb +6 -6
- data/lib/datadog_api_client/v2/models/synthetics_fast_test_result_detail.rb +13 -13
- data/lib/datadog_api_client/v2/models/synthetics_fast_test_type.rb +27 -0
- data/lib/datadog_api_client/v2/models/synthetics_poll_test_results_response.rb +119 -0
- data/lib/datadog_api_client/v2/models/synthetics_test_latest_results_response.rb +119 -0
- data/lib/datadog_api_client/v2/models/synthetics_test_result_assertion_result.rb +195 -0
- data/lib/datadog_api_client/v2/models/synthetics_test_result_attributes.rb +175 -0
- data/lib/datadog_api_client/v2/models/synthetics_test_result_batch.rb +105 -0
- data/lib/datadog_api_client/v2/models/synthetics_test_result_bounds.rb +135 -0
- data/lib/datadog_api_client/v2/models/synthetics_test_result_browser_error.rb +155 -0
- data/lib/datadog_api_client/v2/models/synthetics_test_result_bucket_keys.rb +207 -0
- data/lib/datadog_api_client/v2/models/synthetics_test_result_cdn_cache_status.rb +115 -0
- data/lib/datadog_api_client/v2/models/synthetics_test_result_cdn_provider_info.rb +115 -0
- data/lib/datadog_api_client/v2/models/synthetics_test_result_cdn_resource.rb +135 -0
- data/lib/datadog_api_client/v2/models/synthetics_test_result_certificate.rb +217 -0
- data/lib/datadog_api_client/v2/models/synthetics_test_result_certificate_validity.rb +115 -0
- data/lib/datadog_api_client/v2/models/synthetics_test_result_ci.rb +135 -0
- data/lib/datadog_api_client/v2/models/synthetics_test_result_ci_pipeline.rb +135 -0
- data/lib/datadog_api_client/v2/models/synthetics_test_result_ci_provider.rb +105 -0
- data/lib/datadog_api_client/v2/models/synthetics_test_result_ci_stage.rb +105 -0
- data/lib/datadog_api_client/v2/models/synthetics_test_result_data.rb +135 -0
- data/lib/datadog_api_client/v2/models/synthetics_test_result_detail.rb +513 -0
- data/lib/datadog_api_client/v2/models/synthetics_test_result_device.rb +155 -0
- data/lib/datadog_api_client/v2/models/synthetics_test_result_device_browser.rb +125 -0
- data/lib/datadog_api_client/v2/models/synthetics_test_result_device_platform.rb +115 -0
- data/lib/datadog_api_client/v2/models/synthetics_test_result_device_resolution.rb +125 -0
- data/lib/datadog_api_client/v2/models/synthetics_test_result_dns_record.rb +117 -0
- data/lib/datadog_api_client/v2/models/synthetics_test_result_dns_resolution.rb +137 -0
- data/lib/datadog_api_client/v2/models/synthetics_test_result_duration.rb +115 -0
- data/lib/datadog_api_client/v2/models/synthetics_test_result_execution_info.rb +155 -0
- data/lib/datadog_api_client/v2/models/synthetics_test_result_failure.rb +135 -0
- data/lib/datadog_api_client/v2/models/synthetics_test_result_file_ref.rb +145 -0
- data/lib/datadog_api_client/v2/models/synthetics_test_result_git.rb +125 -0
- data/lib/datadog_api_client/v2/models/synthetics_test_result_git_commit.rb +145 -0
- data/lib/datadog_api_client/v2/models/synthetics_test_result_git_user.rb +125 -0
- data/lib/datadog_api_client/v2/models/synthetics_test_result_handshake.rb +115 -0
- data/lib/datadog_api_client/v2/models/{synthetics_fast_test_result_failure.rb → synthetics_test_result_health_check.rb} +17 -17
- data/lib/datadog_api_client/v2/models/synthetics_test_result_included_item.rb +125 -0
- data/lib/datadog_api_client/v2/models/{synthetics_fast_test_result_location.rb → synthetics_test_result_location.rb} +6 -6
- data/lib/datadog_api_client/v2/models/synthetics_test_result_netpath.rb +179 -0
- data/lib/datadog_api_client/v2/models/synthetics_test_result_netpath_destination.rb +125 -0
- data/lib/datadog_api_client/v2/models/synthetics_test_result_netpath_endpoint.rb +105 -0
- data/lib/datadog_api_client/v2/models/synthetics_test_result_netpath_hop.rb +145 -0
- data/lib/datadog_api_client/v2/models/synthetics_test_result_netstats.rb +155 -0
- data/lib/datadog_api_client/v2/models/synthetics_test_result_netstats_hops.rb +125 -0
- data/lib/datadog_api_client/v2/models/synthetics_test_result_network_latency.rb +125 -0
- data/lib/datadog_api_client/v2/models/synthetics_test_result_ocsp_certificate.rb +125 -0
- data/lib/datadog_api_client/v2/models/synthetics_test_result_ocsp_response.rb +125 -0
- data/lib/datadog_api_client/v2/models/synthetics_test_result_ocsp_updates.rb +125 -0
- data/lib/datadog_api_client/v2/models/synthetics_test_result_parent_step.rb +105 -0
- data/lib/datadog_api_client/v2/models/synthetics_test_result_parent_test.rb +105 -0
- data/lib/datadog_api_client/v2/models/synthetics_test_result_redirect.rb +115 -0
- data/lib/datadog_api_client/v2/models/synthetics_test_result_relationship_test.rb +105 -0
- data/lib/datadog_api_client/v2/models/synthetics_test_result_relationship_test_data.rb +115 -0
- data/lib/datadog_api_client/v2/models/synthetics_test_result_relationships.rb +105 -0
- data/lib/datadog_api_client/v2/models/synthetics_test_result_request_info.rb +307 -0
- data/lib/datadog_api_client/v2/models/synthetics_test_result_response.rb +117 -0
- data/lib/datadog_api_client/v2/models/synthetics_test_result_response_info.rb +279 -0
- data/lib/datadog_api_client/v2/models/synthetics_test_result_router.rb +115 -0
- data/lib/datadog_api_client/v2/models/synthetics_test_result_rum_context.rb +125 -0
- data/lib/datadog_api_client/v2/models/synthetics_test_result_run_type.rb +29 -0
- data/lib/datadog_api_client/v2/models/synthetics_test_result_status.rb +28 -0
- data/lib/datadog_api_client/v2/models/synthetics_test_result_step.rb +543 -0
- data/lib/datadog_api_client/v2/models/synthetics_test_result_step_assertion_result.rb +135 -0
- data/lib/datadog_api_client/v2/models/synthetics_test_result_step_element_updates.rb +125 -0
- data/lib/datadog_api_client/v2/models/synthetics_test_result_steps_info.rb +125 -0
- data/lib/datadog_api_client/v2/models/synthetics_test_result_sub_step.rb +125 -0
- data/lib/datadog_api_client/v2/models/synthetics_test_result_sub_test.rb +125 -0
- data/lib/datadog_api_client/v2/models/synthetics_test_result_summary_attributes.rb +195 -0
- data/lib/datadog_api_client/v2/models/synthetics_test_result_summary_data.rb +135 -0
- data/lib/datadog_api_client/v2/models/synthetics_test_result_summary_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/synthetics_test_result_tab.rb +125 -0
- data/lib/datadog_api_client/v2/models/synthetics_test_result_trace.rb +115 -0
- data/lib/datadog_api_client/v2/models/synthetics_test_result_traceroute_hop.rb +177 -0
- data/lib/datadog_api_client/v2/models/synthetics_test_result_turn.rb +167 -0
- data/lib/datadog_api_client/v2/models/synthetics_test_result_turn_step.rb +115 -0
- data/lib/datadog_api_client/v2/models/synthetics_test_result_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/synthetics_test_result_variable.rb +195 -0
- data/lib/datadog_api_client/v2/models/synthetics_test_result_variables.rb +119 -0
- data/lib/datadog_api_client/v2/models/synthetics_test_result_vitals_metrics.rb +155 -0
- data/lib/datadog_api_client/v2/models/synthetics_test_result_warning.rb +127 -0
- data/lib/datadog_api_client/v2/models/synthetics_test_result_web_socket_close.rb +115 -0
- data/lib/datadog_api_client/v2/models/synthetics_test_sub_type.rb +35 -0
- data/lib/datadog_api_client/v2/models/synthetics_test_type.rb +29 -0
- data/lib/datadog_api_client/v2/models/targeting_rule.rb +188 -0
- data/lib/datadog_api_client/v2/models/targeting_rule_request.rb +129 -0
- data/lib/datadog_api_client/v2/models/test_optimization_flaky_tests_management_policies_attempt_to_fix.rb +105 -0
- data/lib/datadog_api_client/v2/models/test_optimization_flaky_tests_management_policies_attributes.rb +135 -0
- data/lib/datadog_api_client/v2/models/test_optimization_flaky_tests_management_policies_auto_disable_rule.rb +126 -0
- data/lib/datadog_api_client/v2/models/test_optimization_flaky_tests_management_policies_auto_quarantine_rule.rb +115 -0
- data/lib/datadog_api_client/v2/models/test_optimization_flaky_tests_management_policies_branch_rule.rb +141 -0
- data/lib/datadog_api_client/v2/models/test_optimization_flaky_tests_management_policies_data.rb +126 -0
- data/lib/datadog_api_client/v2/models/test_optimization_flaky_tests_management_policies_disabled.rb +135 -0
- data/lib/datadog_api_client/v2/models/test_optimization_flaky_tests_management_policies_disabled_failure_rate_rule.rb +148 -0
- data/lib/datadog_api_client/v2/models/test_optimization_flaky_tests_management_policies_disabled_status.rb +28 -0
- data/lib/datadog_api_client/v2/models/test_optimization_flaky_tests_management_policies_get_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/test_optimization_flaky_tests_management_policies_get_request_attributes.rb +127 -0
- data/lib/datadog_api_client/v2/models/test_optimization_flaky_tests_management_policies_get_request_data.rb +145 -0
- data/lib/datadog_api_client/v2/models/test_optimization_flaky_tests_management_policies_quarantined.rb +135 -0
- data/lib/datadog_api_client/v2/models/test_optimization_flaky_tests_management_policies_quarantined_failure_rate_rule.rb +137 -0
- data/lib/datadog_api_client/v2/models/test_optimization_flaky_tests_management_policies_response.rb +105 -0
- data/lib/datadog_api_client/v2/models/test_optimization_flaky_tests_management_policies_type.rb +27 -0
- data/lib/datadog_api_client/v2/models/test_optimization_flaky_tests_management_policies_update_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/test_optimization_flaky_tests_management_policies_update_request_attributes.rb +158 -0
- data/lib/datadog_api_client/v2/models/test_optimization_flaky_tests_management_policies_update_request_data.rb +146 -0
- data/lib/datadog_api_client/v2/models/test_optimization_get_flaky_tests_management_policies_request_data_type.rb +27 -0
- data/lib/datadog_api_client/v2/models/test_optimization_update_flaky_tests_management_policies_request_data_type.rb +27 -0
- data/lib/datadog_api_client/v2/models/timeseries_query.rb +7 -1
- data/lib/datadog_api_client/v2/models/trigger_attributes.rb +144 -0
- data/lib/datadog_api_client/v2/models/trigger_investigation_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/trigger_investigation_request_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/trigger_investigation_request_data_attributes.rb +123 -0
- data/lib/datadog_api_client/v2/models/trigger_investigation_request_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/trigger_investigation_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/trigger_investigation_response_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/trigger_investigation_response_data_attributes.rb +123 -0
- data/lib/datadog_api_client/v2/models/trigger_investigation_response_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/trigger_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/update_campaign_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/update_campaign_request_attributes.rb +259 -0
- data/lib/datadog_api_client/v2/models/update_campaign_request_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/update_rule_request_data.rb +2 -2
- data/lib/datadog_api_client/v2/models/upsert_allocation_request.rb +239 -0
- data/lib/datadog_api_client/v2/models/user_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/variant_weight.rb +184 -0
- data/lib/datadog_api_client/v2/models/variant_weight_request.rb +143 -0
- data/lib/datadog_api_client/version.rb +1 -1
- metadata +693 -33
- data/examples/v2/security-monitoring/CancelThreatHuntingJob.rb +0 -8
- data/examples/v2/security-monitoring/CancelThreatHuntingJob_1945505845.rb +0 -12
- data/examples/v2/security-monitoring/GetThreatHuntingJob.rb +0 -12
- data/examples/v2/security-monitoring/ListThreatHuntingJobs.rb +0 -8
- data/examples/v2/security-monitoring/ListThreatHuntingJobs_1365512061.rb +0 -15
- data/examples/v2/service-scorecards/ListScorecardOutcomes.rb +0 -8
- data/examples/v2/service-scorecards/ListScorecardRules.rb +0 -8
|
@@ -84,12 +84,54 @@ module DatadogAPIClient::V1
|
|
|
84
84
|
# Shows the sum of all browser RUM units over all hours in the current date for all organizations (To be deprecated on October 1st, 2024).
|
|
85
85
|
attr_accessor :browser_rum_units_sum
|
|
86
86
|
|
|
87
|
+
# Shows the last value of Anthropic cloud spend monitored over all hours in the current date for all organizations.
|
|
88
|
+
attr_accessor :ccm_anthropic_spend_last
|
|
89
|
+
|
|
90
|
+
# Shows the last value of AWS cloud spend monitored over all hours in the current date for all organizations.
|
|
91
|
+
attr_accessor :ccm_aws_spend_last
|
|
92
|
+
|
|
93
|
+
# Shows the last value of Azure cloud spend monitored over all hours in the current date for all organizations.
|
|
94
|
+
attr_accessor :ccm_azure_spend_last
|
|
95
|
+
|
|
96
|
+
# Shows the last value of Confluent cloud spend monitored over all hours in the current date for all organizations.
|
|
97
|
+
attr_accessor :ccm_confluent_spend_last
|
|
98
|
+
|
|
99
|
+
# Shows the last value of Databricks cloud spend monitored over all hours in the current date for all organizations.
|
|
100
|
+
attr_accessor :ccm_databricks_spend_last
|
|
101
|
+
|
|
102
|
+
# Shows the last value of Elastic cloud spend monitored over all hours in the current date for all organizations.
|
|
103
|
+
attr_accessor :ccm_elastic_spend_last
|
|
104
|
+
|
|
105
|
+
# Shows the last value of Fastly cloud spend monitored over all hours in the current date for all organizations.
|
|
106
|
+
attr_accessor :ccm_fastly_spend_last
|
|
107
|
+
|
|
108
|
+
# Shows the last value of GCP cloud spend monitored over all hours in the current date for all organizations.
|
|
109
|
+
attr_accessor :ccm_gcp_spend_last
|
|
110
|
+
|
|
111
|
+
# Shows the last value of GitHub cloud spend monitored over all hours in the current date for all organizations.
|
|
112
|
+
attr_accessor :ccm_github_spend_last
|
|
113
|
+
|
|
114
|
+
# Shows the last value of MongoDB cloud spend monitored over all hours in the current date for all organizations.
|
|
115
|
+
attr_accessor :ccm_mongodb_spend_last
|
|
116
|
+
|
|
117
|
+
# Shows the last value of OCI cloud spend monitored over all hours in the current date for all organizations.
|
|
118
|
+
attr_accessor :ccm_oci_spend_last
|
|
119
|
+
|
|
120
|
+
# Shows the last value of OpenAI cloud spend monitored over all hours in the current date for all organizations.
|
|
121
|
+
attr_accessor :ccm_openai_spend_last
|
|
122
|
+
|
|
123
|
+
# Shows the last value of Snowflake cloud spend monitored over all hours in the current date for all organizations.
|
|
124
|
+
attr_accessor :ccm_snowflake_spend_last
|
|
125
|
+
|
|
87
126
|
# Shows the last value of the amount of cloud spend monitored for Enterprise over all hours in the current date for all organizations.
|
|
88
127
|
attr_accessor :ccm_spend_monitored_ent_last
|
|
89
128
|
|
|
90
129
|
# Shows the last value of the amount of cloud spend monitored for Pro over all hours in the current date for all organizations.
|
|
91
130
|
attr_accessor :ccm_spend_monitored_pro_last
|
|
92
131
|
|
|
132
|
+
# Shows the last value of Twilio cloud spend monitored over all hours in the current date for all organizations.
|
|
133
|
+
attr_accessor :ccm_twilio_spend_last
|
|
134
|
+
|
|
93
135
|
# Shows the sum of all CI pipeline indexed spans over all hours in the current month for all organizations.
|
|
94
136
|
attr_accessor :ci_pipeline_indexed_spans_sum
|
|
95
137
|
|
|
@@ -696,8 +738,22 @@ module DatadogAPIClient::V1
|
|
|
696
738
|
:'browser_rum_lite_session_count_sum' => :'browser_rum_lite_session_count_sum',
|
|
697
739
|
:'browser_rum_replay_session_count_sum' => :'browser_rum_replay_session_count_sum',
|
|
698
740
|
:'browser_rum_units_sum' => :'browser_rum_units_sum',
|
|
741
|
+
:'ccm_anthropic_spend_last' => :'ccm_anthropic_spend_last',
|
|
742
|
+
:'ccm_aws_spend_last' => :'ccm_aws_spend_last',
|
|
743
|
+
:'ccm_azure_spend_last' => :'ccm_azure_spend_last',
|
|
744
|
+
:'ccm_confluent_spend_last' => :'ccm_confluent_spend_last',
|
|
745
|
+
:'ccm_databricks_spend_last' => :'ccm_databricks_spend_last',
|
|
746
|
+
:'ccm_elastic_spend_last' => :'ccm_elastic_spend_last',
|
|
747
|
+
:'ccm_fastly_spend_last' => :'ccm_fastly_spend_last',
|
|
748
|
+
:'ccm_gcp_spend_last' => :'ccm_gcp_spend_last',
|
|
749
|
+
:'ccm_github_spend_last' => :'ccm_github_spend_last',
|
|
750
|
+
:'ccm_mongodb_spend_last' => :'ccm_mongodb_spend_last',
|
|
751
|
+
:'ccm_oci_spend_last' => :'ccm_oci_spend_last',
|
|
752
|
+
:'ccm_openai_spend_last' => :'ccm_openai_spend_last',
|
|
753
|
+
:'ccm_snowflake_spend_last' => :'ccm_snowflake_spend_last',
|
|
699
754
|
:'ccm_spend_monitored_ent_last' => :'ccm_spend_monitored_ent_last',
|
|
700
755
|
:'ccm_spend_monitored_pro_last' => :'ccm_spend_monitored_pro_last',
|
|
756
|
+
:'ccm_twilio_spend_last' => :'ccm_twilio_spend_last',
|
|
701
757
|
:'ci_pipeline_indexed_spans_sum' => :'ci_pipeline_indexed_spans_sum',
|
|
702
758
|
:'ci_test_indexed_spans_sum' => :'ci_test_indexed_spans_sum',
|
|
703
759
|
:'ci_visibility_itr_committers_hwm' => :'ci_visibility_itr_committers_hwm',
|
|
@@ -919,8 +975,22 @@ module DatadogAPIClient::V1
|
|
|
919
975
|
:'browser_rum_lite_session_count_sum' => :'Integer',
|
|
920
976
|
:'browser_rum_replay_session_count_sum' => :'Integer',
|
|
921
977
|
:'browser_rum_units_sum' => :'Integer',
|
|
978
|
+
:'ccm_anthropic_spend_last' => :'Integer',
|
|
979
|
+
:'ccm_aws_spend_last' => :'Integer',
|
|
980
|
+
:'ccm_azure_spend_last' => :'Integer',
|
|
981
|
+
:'ccm_confluent_spend_last' => :'Integer',
|
|
982
|
+
:'ccm_databricks_spend_last' => :'Integer',
|
|
983
|
+
:'ccm_elastic_spend_last' => :'Integer',
|
|
984
|
+
:'ccm_fastly_spend_last' => :'Integer',
|
|
985
|
+
:'ccm_gcp_spend_last' => :'Integer',
|
|
986
|
+
:'ccm_github_spend_last' => :'Integer',
|
|
987
|
+
:'ccm_mongodb_spend_last' => :'Integer',
|
|
988
|
+
:'ccm_oci_spend_last' => :'Integer',
|
|
989
|
+
:'ccm_openai_spend_last' => :'Integer',
|
|
990
|
+
:'ccm_snowflake_spend_last' => :'Integer',
|
|
922
991
|
:'ccm_spend_monitored_ent_last' => :'Integer',
|
|
923
992
|
:'ccm_spend_monitored_pro_last' => :'Integer',
|
|
993
|
+
:'ccm_twilio_spend_last' => :'Integer',
|
|
924
994
|
:'ci_pipeline_indexed_spans_sum' => :'Integer',
|
|
925
995
|
:'ci_test_indexed_spans_sum' => :'Integer',
|
|
926
996
|
:'ci_visibility_itr_committers_hwm' => :'Integer',
|
|
@@ -1219,6 +1289,58 @@ module DatadogAPIClient::V1
|
|
|
1219
1289
|
self.browser_rum_units_sum = attributes[:'browser_rum_units_sum']
|
|
1220
1290
|
end
|
|
1221
1291
|
|
|
1292
|
+
if attributes.key?(:'ccm_anthropic_spend_last')
|
|
1293
|
+
self.ccm_anthropic_spend_last = attributes[:'ccm_anthropic_spend_last']
|
|
1294
|
+
end
|
|
1295
|
+
|
|
1296
|
+
if attributes.key?(:'ccm_aws_spend_last')
|
|
1297
|
+
self.ccm_aws_spend_last = attributes[:'ccm_aws_spend_last']
|
|
1298
|
+
end
|
|
1299
|
+
|
|
1300
|
+
if attributes.key?(:'ccm_azure_spend_last')
|
|
1301
|
+
self.ccm_azure_spend_last = attributes[:'ccm_azure_spend_last']
|
|
1302
|
+
end
|
|
1303
|
+
|
|
1304
|
+
if attributes.key?(:'ccm_confluent_spend_last')
|
|
1305
|
+
self.ccm_confluent_spend_last = attributes[:'ccm_confluent_spend_last']
|
|
1306
|
+
end
|
|
1307
|
+
|
|
1308
|
+
if attributes.key?(:'ccm_databricks_spend_last')
|
|
1309
|
+
self.ccm_databricks_spend_last = attributes[:'ccm_databricks_spend_last']
|
|
1310
|
+
end
|
|
1311
|
+
|
|
1312
|
+
if attributes.key?(:'ccm_elastic_spend_last')
|
|
1313
|
+
self.ccm_elastic_spend_last = attributes[:'ccm_elastic_spend_last']
|
|
1314
|
+
end
|
|
1315
|
+
|
|
1316
|
+
if attributes.key?(:'ccm_fastly_spend_last')
|
|
1317
|
+
self.ccm_fastly_spend_last = attributes[:'ccm_fastly_spend_last']
|
|
1318
|
+
end
|
|
1319
|
+
|
|
1320
|
+
if attributes.key?(:'ccm_gcp_spend_last')
|
|
1321
|
+
self.ccm_gcp_spend_last = attributes[:'ccm_gcp_spend_last']
|
|
1322
|
+
end
|
|
1323
|
+
|
|
1324
|
+
if attributes.key?(:'ccm_github_spend_last')
|
|
1325
|
+
self.ccm_github_spend_last = attributes[:'ccm_github_spend_last']
|
|
1326
|
+
end
|
|
1327
|
+
|
|
1328
|
+
if attributes.key?(:'ccm_mongodb_spend_last')
|
|
1329
|
+
self.ccm_mongodb_spend_last = attributes[:'ccm_mongodb_spend_last']
|
|
1330
|
+
end
|
|
1331
|
+
|
|
1332
|
+
if attributes.key?(:'ccm_oci_spend_last')
|
|
1333
|
+
self.ccm_oci_spend_last = attributes[:'ccm_oci_spend_last']
|
|
1334
|
+
end
|
|
1335
|
+
|
|
1336
|
+
if attributes.key?(:'ccm_openai_spend_last')
|
|
1337
|
+
self.ccm_openai_spend_last = attributes[:'ccm_openai_spend_last']
|
|
1338
|
+
end
|
|
1339
|
+
|
|
1340
|
+
if attributes.key?(:'ccm_snowflake_spend_last')
|
|
1341
|
+
self.ccm_snowflake_spend_last = attributes[:'ccm_snowflake_spend_last']
|
|
1342
|
+
end
|
|
1343
|
+
|
|
1222
1344
|
if attributes.key?(:'ccm_spend_monitored_ent_last')
|
|
1223
1345
|
self.ccm_spend_monitored_ent_last = attributes[:'ccm_spend_monitored_ent_last']
|
|
1224
1346
|
end
|
|
@@ -1227,6 +1349,10 @@ module DatadogAPIClient::V1
|
|
|
1227
1349
|
self.ccm_spend_monitored_pro_last = attributes[:'ccm_spend_monitored_pro_last']
|
|
1228
1350
|
end
|
|
1229
1351
|
|
|
1352
|
+
if attributes.key?(:'ccm_twilio_spend_last')
|
|
1353
|
+
self.ccm_twilio_spend_last = attributes[:'ccm_twilio_spend_last']
|
|
1354
|
+
end
|
|
1355
|
+
|
|
1230
1356
|
if attributes.key?(:'ci_pipeline_indexed_spans_sum')
|
|
1231
1357
|
self.ci_pipeline_indexed_spans_sum = attributes[:'ci_pipeline_indexed_spans_sum']
|
|
1232
1358
|
end
|
|
@@ -2049,8 +2175,22 @@ module DatadogAPIClient::V1
|
|
|
2049
2175
|
browser_rum_lite_session_count_sum == o.browser_rum_lite_session_count_sum &&
|
|
2050
2176
|
browser_rum_replay_session_count_sum == o.browser_rum_replay_session_count_sum &&
|
|
2051
2177
|
browser_rum_units_sum == o.browser_rum_units_sum &&
|
|
2178
|
+
ccm_anthropic_spend_last == o.ccm_anthropic_spend_last &&
|
|
2179
|
+
ccm_aws_spend_last == o.ccm_aws_spend_last &&
|
|
2180
|
+
ccm_azure_spend_last == o.ccm_azure_spend_last &&
|
|
2181
|
+
ccm_confluent_spend_last == o.ccm_confluent_spend_last &&
|
|
2182
|
+
ccm_databricks_spend_last == o.ccm_databricks_spend_last &&
|
|
2183
|
+
ccm_elastic_spend_last == o.ccm_elastic_spend_last &&
|
|
2184
|
+
ccm_fastly_spend_last == o.ccm_fastly_spend_last &&
|
|
2185
|
+
ccm_gcp_spend_last == o.ccm_gcp_spend_last &&
|
|
2186
|
+
ccm_github_spend_last == o.ccm_github_spend_last &&
|
|
2187
|
+
ccm_mongodb_spend_last == o.ccm_mongodb_spend_last &&
|
|
2188
|
+
ccm_oci_spend_last == o.ccm_oci_spend_last &&
|
|
2189
|
+
ccm_openai_spend_last == o.ccm_openai_spend_last &&
|
|
2190
|
+
ccm_snowflake_spend_last == o.ccm_snowflake_spend_last &&
|
|
2052
2191
|
ccm_spend_monitored_ent_last == o.ccm_spend_monitored_ent_last &&
|
|
2053
2192
|
ccm_spend_monitored_pro_last == o.ccm_spend_monitored_pro_last &&
|
|
2193
|
+
ccm_twilio_spend_last == o.ccm_twilio_spend_last &&
|
|
2054
2194
|
ci_pipeline_indexed_spans_sum == o.ci_pipeline_indexed_spans_sum &&
|
|
2055
2195
|
ci_test_indexed_spans_sum == o.ci_test_indexed_spans_sum &&
|
|
2056
2196
|
ci_visibility_itr_committers_hwm == o.ci_visibility_itr_committers_hwm &&
|
|
@@ -2251,7 +2391,7 @@ module DatadogAPIClient::V1
|
|
|
2251
2391
|
# @return [Integer] Hash code
|
|
2252
2392
|
# @!visibility private
|
|
2253
2393
|
def hash
|
|
2254
|
-
[agent_host_top99p, apm_azure_app_service_host_top99p, apm_devsecops_host_top99p, apm_enterprise_standalone_hosts_top99p, apm_fargate_count_avg, apm_host_top99p, apm_pro_standalone_hosts_top99p, appsec_fargate_count_avg, asm_serverless_sum, audit_logs_lines_indexed_sum, audit_trail_enabled_hwm, avg_profiled_fargate_tasks, aws_host_top99p, aws_lambda_func_count, aws_lambda_invocations_sum, azure_app_service_top99p, billable_ingested_bytes_sum, bits_ai_investigations_sum, browser_rum_lite_session_count_sum, browser_rum_replay_session_count_sum, browser_rum_units_sum, ccm_spend_monitored_ent_last, ccm_spend_monitored_pro_last, ci_pipeline_indexed_spans_sum, ci_test_indexed_spans_sum, ci_visibility_itr_committers_hwm, ci_visibility_pipeline_committers_hwm, ci_visibility_test_committers_hwm, cloud_cost_management_aws_host_count_avg, cloud_cost_management_azure_host_count_avg, cloud_cost_management_gcp_host_count_avg, cloud_cost_management_host_count_avg, cloud_cost_management_oci_host_count_avg, cloud_siem_events_sum, code_analysis_sa_committers_hwm, code_analysis_sca_committers_hwm, code_security_host_top99p, container_avg, container_excl_agent_avg, container_hwm, csm_container_enterprise_compliance_count_sum, csm_container_enterprise_cws_count_sum, csm_container_enterprise_total_count_sum, csm_host_enterprise_aas_host_count_top99p, csm_host_enterprise_aws_host_count_top99p, csm_host_enterprise_azure_host_count_top99p, csm_host_enterprise_compliance_host_count_top99p, csm_host_enterprise_cws_host_count_top99p, csm_host_enterprise_gcp_host_count_top99p, csm_host_enterprise_oci_host_count_top99p, csm_host_enterprise_total_host_count_top99p, csm_host_pro_oci_host_count_top99p, cspm_aas_host_top99p, cspm_aws_host_top99p, cspm_azure_host_top99p, cspm_container_avg, cspm_container_hwm, cspm_gcp_host_top99p, cspm_host_top99p, custom_ts_avg, cws_container_count_avg, cws_fargate_task_avg, cws_host_top99p, data_jobs_monitoring_host_hr_sum, date, dbm_host_top99p, dbm_queries_count_avg, eph_infra_host_agent_sum, eph_infra_host_alibaba_sum, eph_infra_host_aws_sum, eph_infra_host_azure_sum, eph_infra_host_ent_sum, eph_infra_host_gcp_sum, eph_infra_host_heroku_sum, eph_infra_host_only_aas_sum, eph_infra_host_only_vsphere_sum, eph_infra_host_opentelemetry_apm_sum, eph_infra_host_opentelemetry_sum, eph_infra_host_pro_sum, eph_infra_host_proplus_sum, eph_infra_host_proxmox_sum, error_tracking_apm_error_events_sum, error_tracking_error_events_sum, error_tracking_events_sum, error_tracking_rum_error_events_sum, event_management_correlation_correlated_events_sum, event_management_correlation_correlated_related_events_sum, event_management_correlation_sum, fargate_container_profiler_profiling_fargate_avg, fargate_container_profiler_profiling_fargate_eks_avg, fargate_tasks_count_avg, fargate_tasks_count_hwm, flex_logs_compute_large_avg, flex_logs_compute_medium_avg, flex_logs_compute_small_avg, flex_logs_compute_xlarge_avg, flex_logs_compute_xsmall_avg, flex_logs_starter_avg, flex_logs_starter_storage_index_avg, flex_logs_starter_storage_retention_adjustment_avg, flex_stored_logs_avg, forwarding_events_bytes_sum, gcp_host_top99p, heroku_host_top99p, incident_management_monthly_active_users_hwm, incident_management_seats_hwm, indexed_events_count_sum, infra_edge_monitoring_devices_top99p, infra_host_top99p, ingested_events_bytes_sum, iot_device_sum, iot_device_top99p, llm_observability_min_spend_sum, llm_observability_sum, mobile_rum_lite_session_count_sum, mobile_rum_session_count_android_sum, mobile_rum_session_count_flutter_sum, mobile_rum_session_count_ios_sum, mobile_rum_session_count_reactnative_sum, mobile_rum_session_count_roku_sum, mobile_rum_session_count_sum, mobile_rum_units_sum, ndm_netflow_events_sum, netflow_indexed_events_count_sum, network_device_wireless_top99p, network_path_sum, npm_host_top99p, observability_pipelines_bytes_processed_sum, oci_host_sum, oci_host_top99p, on_call_seat_hwm, online_archive_events_count_sum, opentelemetry_apm_host_top99p, opentelemetry_host_top99p, orgs, product_analytics_sum, profiling_aas_count_top99p, profiling_host_top99p, proxmox_host_sum, proxmox_host_top99p, published_app_hwm, rum_browser_and_mobile_session_count, rum_browser_legacy_session_count_sum, rum_browser_lite_session_count_sum, rum_browser_replay_session_count_sum, rum_indexed_sessions_sum, rum_ingested_sessions_sum, rum_lite_session_count_sum, rum_mobile_legacy_session_count_android_sum, rum_mobile_legacy_session_count_flutter_sum, rum_mobile_legacy_session_count_ios_sum, rum_mobile_legacy_session_count_reactnative_sum, rum_mobile_legacy_session_count_roku_sum, rum_mobile_lite_session_count_android_sum, rum_mobile_lite_session_count_flutter_sum, rum_mobile_lite_session_count_ios_sum, rum_mobile_lite_session_count_kotlinmultiplatform_sum, rum_mobile_lite_session_count_reactnative_sum, rum_mobile_lite_session_count_roku_sum, rum_mobile_lite_session_count_unity_sum, rum_mobile_replay_session_count_android_sum, rum_mobile_replay_session_count_ios_sum, rum_mobile_replay_session_count_kotlinmultiplatform_sum, rum_mobile_replay_session_count_reactnative_sum, rum_replay_session_count_sum, rum_session_count_sum, rum_session_replay_add_on_sum, rum_total_session_count_sum, rum_units_sum, sca_fargate_count_avg, sca_fargate_count_hwm, sds_apm_scanned_bytes_sum, sds_events_scanned_bytes_sum, sds_logs_scanned_bytes_sum, sds_rum_scanned_bytes_sum, sds_total_scanned_bytes_sum, serverless_apps_apm_apm_azure_appservice_instances_avg, serverless_apps_apm_apm_azure_azurefunction_instances_avg, serverless_apps_apm_apm_azure_containerapp_instances_avg, serverless_apps_apm_apm_fargate_ecs_tasks_avg, serverless_apps_apm_apm_gcp_cloudfunction_instances_avg, serverless_apps_apm_apm_gcp_cloudrun_instances_avg, serverless_apps_apm_avg, serverless_apps_apm_excl_fargate_apm_azure_appservice_instances_avg, serverless_apps_apm_excl_fargate_apm_azure_azurefunction_instances_avg, serverless_apps_apm_excl_fargate_apm_azure_containerapp_instances_avg, serverless_apps_apm_excl_fargate_apm_gcp_cloudfunction_instances_avg, serverless_apps_apm_excl_fargate_apm_gcp_cloudrun_instances_avg, serverless_apps_apm_excl_fargate_avg, serverless_apps_azure_container_app_instances_avg, serverless_apps_azure_count_avg, serverless_apps_azure_function_app_instances_avg, serverless_apps_azure_web_app_instances_avg, serverless_apps_ecs_avg, serverless_apps_eks_avg, serverless_apps_excl_fargate_avg, serverless_apps_excl_fargate_azure_container_app_instances_avg, serverless_apps_excl_fargate_azure_function_app_instances_avg, serverless_apps_excl_fargate_azure_web_app_instances_avg, serverless_apps_excl_fargate_google_cloud_functions_instances_avg, serverless_apps_excl_fargate_google_cloud_run_instances_avg, serverless_apps_google_cloud_functions_instances_avg, serverless_apps_google_cloud_run_instances_avg, serverless_apps_google_count_avg, serverless_apps_total_count_avg, siem_analyzed_logs_add_on_count_sum, synthetics_browser_check_calls_count_sum, synthetics_check_calls_count_sum, synthetics_mobile_test_runs_sum, synthetics_parallel_testing_max_slots_hwm, trace_search_indexed_events_count_sum, twol_ingested_events_bytes_sum, universal_service_monitoring_host_top99p, vsphere_host_top99p, vuln_management_host_count_top99p, workflow_executions_usage_sum, additional_properties].hash
|
|
2394
|
+
[agent_host_top99p, apm_azure_app_service_host_top99p, apm_devsecops_host_top99p, apm_enterprise_standalone_hosts_top99p, apm_fargate_count_avg, apm_host_top99p, apm_pro_standalone_hosts_top99p, appsec_fargate_count_avg, asm_serverless_sum, audit_logs_lines_indexed_sum, audit_trail_enabled_hwm, avg_profiled_fargate_tasks, aws_host_top99p, aws_lambda_func_count, aws_lambda_invocations_sum, azure_app_service_top99p, billable_ingested_bytes_sum, bits_ai_investigations_sum, browser_rum_lite_session_count_sum, browser_rum_replay_session_count_sum, browser_rum_units_sum, ccm_anthropic_spend_last, ccm_aws_spend_last, ccm_azure_spend_last, ccm_confluent_spend_last, ccm_databricks_spend_last, ccm_elastic_spend_last, ccm_fastly_spend_last, ccm_gcp_spend_last, ccm_github_spend_last, ccm_mongodb_spend_last, ccm_oci_spend_last, ccm_openai_spend_last, ccm_snowflake_spend_last, ccm_spend_monitored_ent_last, ccm_spend_monitored_pro_last, ccm_twilio_spend_last, ci_pipeline_indexed_spans_sum, ci_test_indexed_spans_sum, ci_visibility_itr_committers_hwm, ci_visibility_pipeline_committers_hwm, ci_visibility_test_committers_hwm, cloud_cost_management_aws_host_count_avg, cloud_cost_management_azure_host_count_avg, cloud_cost_management_gcp_host_count_avg, cloud_cost_management_host_count_avg, cloud_cost_management_oci_host_count_avg, cloud_siem_events_sum, code_analysis_sa_committers_hwm, code_analysis_sca_committers_hwm, code_security_host_top99p, container_avg, container_excl_agent_avg, container_hwm, csm_container_enterprise_compliance_count_sum, csm_container_enterprise_cws_count_sum, csm_container_enterprise_total_count_sum, csm_host_enterprise_aas_host_count_top99p, csm_host_enterprise_aws_host_count_top99p, csm_host_enterprise_azure_host_count_top99p, csm_host_enterprise_compliance_host_count_top99p, csm_host_enterprise_cws_host_count_top99p, csm_host_enterprise_gcp_host_count_top99p, csm_host_enterprise_oci_host_count_top99p, csm_host_enterprise_total_host_count_top99p, csm_host_pro_oci_host_count_top99p, cspm_aas_host_top99p, cspm_aws_host_top99p, cspm_azure_host_top99p, cspm_container_avg, cspm_container_hwm, cspm_gcp_host_top99p, cspm_host_top99p, custom_ts_avg, cws_container_count_avg, cws_fargate_task_avg, cws_host_top99p, data_jobs_monitoring_host_hr_sum, date, dbm_host_top99p, dbm_queries_count_avg, eph_infra_host_agent_sum, eph_infra_host_alibaba_sum, eph_infra_host_aws_sum, eph_infra_host_azure_sum, eph_infra_host_ent_sum, eph_infra_host_gcp_sum, eph_infra_host_heroku_sum, eph_infra_host_only_aas_sum, eph_infra_host_only_vsphere_sum, eph_infra_host_opentelemetry_apm_sum, eph_infra_host_opentelemetry_sum, eph_infra_host_pro_sum, eph_infra_host_proplus_sum, eph_infra_host_proxmox_sum, error_tracking_apm_error_events_sum, error_tracking_error_events_sum, error_tracking_events_sum, error_tracking_rum_error_events_sum, event_management_correlation_correlated_events_sum, event_management_correlation_correlated_related_events_sum, event_management_correlation_sum, fargate_container_profiler_profiling_fargate_avg, fargate_container_profiler_profiling_fargate_eks_avg, fargate_tasks_count_avg, fargate_tasks_count_hwm, flex_logs_compute_large_avg, flex_logs_compute_medium_avg, flex_logs_compute_small_avg, flex_logs_compute_xlarge_avg, flex_logs_compute_xsmall_avg, flex_logs_starter_avg, flex_logs_starter_storage_index_avg, flex_logs_starter_storage_retention_adjustment_avg, flex_stored_logs_avg, forwarding_events_bytes_sum, gcp_host_top99p, heroku_host_top99p, incident_management_monthly_active_users_hwm, incident_management_seats_hwm, indexed_events_count_sum, infra_edge_monitoring_devices_top99p, infra_host_top99p, ingested_events_bytes_sum, iot_device_sum, iot_device_top99p, llm_observability_min_spend_sum, llm_observability_sum, mobile_rum_lite_session_count_sum, mobile_rum_session_count_android_sum, mobile_rum_session_count_flutter_sum, mobile_rum_session_count_ios_sum, mobile_rum_session_count_reactnative_sum, mobile_rum_session_count_roku_sum, mobile_rum_session_count_sum, mobile_rum_units_sum, ndm_netflow_events_sum, netflow_indexed_events_count_sum, network_device_wireless_top99p, network_path_sum, npm_host_top99p, observability_pipelines_bytes_processed_sum, oci_host_sum, oci_host_top99p, on_call_seat_hwm, online_archive_events_count_sum, opentelemetry_apm_host_top99p, opentelemetry_host_top99p, orgs, product_analytics_sum, profiling_aas_count_top99p, profiling_host_top99p, proxmox_host_sum, proxmox_host_top99p, published_app_hwm, rum_browser_and_mobile_session_count, rum_browser_legacy_session_count_sum, rum_browser_lite_session_count_sum, rum_browser_replay_session_count_sum, rum_indexed_sessions_sum, rum_ingested_sessions_sum, rum_lite_session_count_sum, rum_mobile_legacy_session_count_android_sum, rum_mobile_legacy_session_count_flutter_sum, rum_mobile_legacy_session_count_ios_sum, rum_mobile_legacy_session_count_reactnative_sum, rum_mobile_legacy_session_count_roku_sum, rum_mobile_lite_session_count_android_sum, rum_mobile_lite_session_count_flutter_sum, rum_mobile_lite_session_count_ios_sum, rum_mobile_lite_session_count_kotlinmultiplatform_sum, rum_mobile_lite_session_count_reactnative_sum, rum_mobile_lite_session_count_roku_sum, rum_mobile_lite_session_count_unity_sum, rum_mobile_replay_session_count_android_sum, rum_mobile_replay_session_count_ios_sum, rum_mobile_replay_session_count_kotlinmultiplatform_sum, rum_mobile_replay_session_count_reactnative_sum, rum_replay_session_count_sum, rum_session_count_sum, rum_session_replay_add_on_sum, rum_total_session_count_sum, rum_units_sum, sca_fargate_count_avg, sca_fargate_count_hwm, sds_apm_scanned_bytes_sum, sds_events_scanned_bytes_sum, sds_logs_scanned_bytes_sum, sds_rum_scanned_bytes_sum, sds_total_scanned_bytes_sum, serverless_apps_apm_apm_azure_appservice_instances_avg, serverless_apps_apm_apm_azure_azurefunction_instances_avg, serverless_apps_apm_apm_azure_containerapp_instances_avg, serverless_apps_apm_apm_fargate_ecs_tasks_avg, serverless_apps_apm_apm_gcp_cloudfunction_instances_avg, serverless_apps_apm_apm_gcp_cloudrun_instances_avg, serverless_apps_apm_avg, serverless_apps_apm_excl_fargate_apm_azure_appservice_instances_avg, serverless_apps_apm_excl_fargate_apm_azure_azurefunction_instances_avg, serverless_apps_apm_excl_fargate_apm_azure_containerapp_instances_avg, serverless_apps_apm_excl_fargate_apm_gcp_cloudfunction_instances_avg, serverless_apps_apm_excl_fargate_apm_gcp_cloudrun_instances_avg, serverless_apps_apm_excl_fargate_avg, serverless_apps_azure_container_app_instances_avg, serverless_apps_azure_count_avg, serverless_apps_azure_function_app_instances_avg, serverless_apps_azure_web_app_instances_avg, serverless_apps_ecs_avg, serverless_apps_eks_avg, serverless_apps_excl_fargate_avg, serverless_apps_excl_fargate_azure_container_app_instances_avg, serverless_apps_excl_fargate_azure_function_app_instances_avg, serverless_apps_excl_fargate_azure_web_app_instances_avg, serverless_apps_excl_fargate_google_cloud_functions_instances_avg, serverless_apps_excl_fargate_google_cloud_run_instances_avg, serverless_apps_google_cloud_functions_instances_avg, serverless_apps_google_cloud_run_instances_avg, serverless_apps_google_count_avg, serverless_apps_total_count_avg, siem_analyzed_logs_add_on_count_sum, synthetics_browser_check_calls_count_sum, synthetics_check_calls_count_sum, synthetics_mobile_test_runs_sum, synthetics_parallel_testing_max_slots_hwm, trace_search_indexed_events_count_sum, twol_ingested_events_bytes_sum, universal_service_monitoring_host_top99p, vsphere_host_top99p, vuln_management_host_count_top99p, workflow_executions_usage_sum, additional_properties].hash
|
|
2255
2395
|
end
|
|
2256
2396
|
end
|
|
2257
2397
|
end
|
|
@@ -90,12 +90,54 @@ module DatadogAPIClient::V1
|
|
|
90
90
|
# Shows the sum of all browser RUM units over all hours in the current date for the given org (To be deprecated on October 1st, 2024).
|
|
91
91
|
attr_accessor :browser_rum_units_sum
|
|
92
92
|
|
|
93
|
+
# Shows the last value of Anthropic cloud spend monitored over all hours in the current date for the given org.
|
|
94
|
+
attr_accessor :ccm_anthropic_spend_last
|
|
95
|
+
|
|
96
|
+
# Shows the last value of AWS cloud spend monitored over all hours in the current date for the given org.
|
|
97
|
+
attr_accessor :ccm_aws_spend_last
|
|
98
|
+
|
|
99
|
+
# Shows the last value of Azure cloud spend monitored over all hours in the current date for the given org.
|
|
100
|
+
attr_accessor :ccm_azure_spend_last
|
|
101
|
+
|
|
102
|
+
# Shows the last value of Confluent cloud spend monitored over all hours in the current date for the given org.
|
|
103
|
+
attr_accessor :ccm_confluent_spend_last
|
|
104
|
+
|
|
105
|
+
# Shows the last value of Databricks cloud spend monitored over all hours in the current date for the given org.
|
|
106
|
+
attr_accessor :ccm_databricks_spend_last
|
|
107
|
+
|
|
108
|
+
# Shows the last value of Elastic cloud spend monitored over all hours in the current date for the given org.
|
|
109
|
+
attr_accessor :ccm_elastic_spend_last
|
|
110
|
+
|
|
111
|
+
# Shows the last value of Fastly cloud spend monitored over all hours in the current date for the given org.
|
|
112
|
+
attr_accessor :ccm_fastly_spend_last
|
|
113
|
+
|
|
114
|
+
# Shows the last value of GCP cloud spend monitored over all hours in the current date for the given org.
|
|
115
|
+
attr_accessor :ccm_gcp_spend_last
|
|
116
|
+
|
|
117
|
+
# Shows the last value of GitHub cloud spend monitored over all hours in the current date for the given org.
|
|
118
|
+
attr_accessor :ccm_github_spend_last
|
|
119
|
+
|
|
120
|
+
# Shows the last value of MongoDB cloud spend monitored over all hours in the current date for the given org.
|
|
121
|
+
attr_accessor :ccm_mongodb_spend_last
|
|
122
|
+
|
|
123
|
+
# Shows the last value of OCI cloud spend monitored over all hours in the current date for the given org.
|
|
124
|
+
attr_accessor :ccm_oci_spend_last
|
|
125
|
+
|
|
126
|
+
# Shows the last value of OpenAI cloud spend monitored over all hours in the current date for the given org.
|
|
127
|
+
attr_accessor :ccm_openai_spend_last
|
|
128
|
+
|
|
129
|
+
# Shows the last value of Snowflake cloud spend monitored over all hours in the current date for the given org.
|
|
130
|
+
attr_accessor :ccm_snowflake_spend_last
|
|
131
|
+
|
|
93
132
|
# Shows the last value of the amount of cloud spend monitored for Enterprise over all hours in the current date for the given org.
|
|
94
133
|
attr_accessor :ccm_spend_monitored_ent_last
|
|
95
134
|
|
|
96
135
|
# Shows the last value of the amount of cloud spend monitored for Pro over all hours in the current date for the given org.
|
|
97
136
|
attr_accessor :ccm_spend_monitored_pro_last
|
|
98
137
|
|
|
138
|
+
# Shows the last value of Twilio cloud spend monitored over all hours in the current date for the given org.
|
|
139
|
+
attr_accessor :ccm_twilio_spend_last
|
|
140
|
+
|
|
99
141
|
# Shows the sum of all CI pipeline indexed spans over all hours in the current date for the given org.
|
|
100
142
|
attr_accessor :ci_pipeline_indexed_spans_sum
|
|
101
143
|
|
|
@@ -716,8 +758,22 @@ module DatadogAPIClient::V1
|
|
|
716
758
|
:'browser_rum_lite_session_count_sum' => :'browser_rum_lite_session_count_sum',
|
|
717
759
|
:'browser_rum_replay_session_count_sum' => :'browser_rum_replay_session_count_sum',
|
|
718
760
|
:'browser_rum_units_sum' => :'browser_rum_units_sum',
|
|
761
|
+
:'ccm_anthropic_spend_last' => :'ccm_anthropic_spend_last',
|
|
762
|
+
:'ccm_aws_spend_last' => :'ccm_aws_spend_last',
|
|
763
|
+
:'ccm_azure_spend_last' => :'ccm_azure_spend_last',
|
|
764
|
+
:'ccm_confluent_spend_last' => :'ccm_confluent_spend_last',
|
|
765
|
+
:'ccm_databricks_spend_last' => :'ccm_databricks_spend_last',
|
|
766
|
+
:'ccm_elastic_spend_last' => :'ccm_elastic_spend_last',
|
|
767
|
+
:'ccm_fastly_spend_last' => :'ccm_fastly_spend_last',
|
|
768
|
+
:'ccm_gcp_spend_last' => :'ccm_gcp_spend_last',
|
|
769
|
+
:'ccm_github_spend_last' => :'ccm_github_spend_last',
|
|
770
|
+
:'ccm_mongodb_spend_last' => :'ccm_mongodb_spend_last',
|
|
771
|
+
:'ccm_oci_spend_last' => :'ccm_oci_spend_last',
|
|
772
|
+
:'ccm_openai_spend_last' => :'ccm_openai_spend_last',
|
|
773
|
+
:'ccm_snowflake_spend_last' => :'ccm_snowflake_spend_last',
|
|
719
774
|
:'ccm_spend_monitored_ent_last' => :'ccm_spend_monitored_ent_last',
|
|
720
775
|
:'ccm_spend_monitored_pro_last' => :'ccm_spend_monitored_pro_last',
|
|
776
|
+
:'ccm_twilio_spend_last' => :'ccm_twilio_spend_last',
|
|
721
777
|
:'ci_pipeline_indexed_spans_sum' => :'ci_pipeline_indexed_spans_sum',
|
|
722
778
|
:'ci_test_indexed_spans_sum' => :'ci_test_indexed_spans_sum',
|
|
723
779
|
:'ci_visibility_itr_committers_hwm' => :'ci_visibility_itr_committers_hwm',
|
|
@@ -945,8 +1001,22 @@ module DatadogAPIClient::V1
|
|
|
945
1001
|
:'browser_rum_lite_session_count_sum' => :'Integer',
|
|
946
1002
|
:'browser_rum_replay_session_count_sum' => :'Integer',
|
|
947
1003
|
:'browser_rum_units_sum' => :'Integer',
|
|
1004
|
+
:'ccm_anthropic_spend_last' => :'Integer',
|
|
1005
|
+
:'ccm_aws_spend_last' => :'Integer',
|
|
1006
|
+
:'ccm_azure_spend_last' => :'Integer',
|
|
1007
|
+
:'ccm_confluent_spend_last' => :'Integer',
|
|
1008
|
+
:'ccm_databricks_spend_last' => :'Integer',
|
|
1009
|
+
:'ccm_elastic_spend_last' => :'Integer',
|
|
1010
|
+
:'ccm_fastly_spend_last' => :'Integer',
|
|
1011
|
+
:'ccm_gcp_spend_last' => :'Integer',
|
|
1012
|
+
:'ccm_github_spend_last' => :'Integer',
|
|
1013
|
+
:'ccm_mongodb_spend_last' => :'Integer',
|
|
1014
|
+
:'ccm_oci_spend_last' => :'Integer',
|
|
1015
|
+
:'ccm_openai_spend_last' => :'Integer',
|
|
1016
|
+
:'ccm_snowflake_spend_last' => :'Integer',
|
|
948
1017
|
:'ccm_spend_monitored_ent_last' => :'Integer',
|
|
949
1018
|
:'ccm_spend_monitored_pro_last' => :'Integer',
|
|
1019
|
+
:'ccm_twilio_spend_last' => :'Integer',
|
|
950
1020
|
:'ci_pipeline_indexed_spans_sum' => :'Integer',
|
|
951
1021
|
:'ci_test_indexed_spans_sum' => :'Integer',
|
|
952
1022
|
:'ci_visibility_itr_committers_hwm' => :'Integer',
|
|
@@ -1257,6 +1327,58 @@ module DatadogAPIClient::V1
|
|
|
1257
1327
|
self.browser_rum_units_sum = attributes[:'browser_rum_units_sum']
|
|
1258
1328
|
end
|
|
1259
1329
|
|
|
1330
|
+
if attributes.key?(:'ccm_anthropic_spend_last')
|
|
1331
|
+
self.ccm_anthropic_spend_last = attributes[:'ccm_anthropic_spend_last']
|
|
1332
|
+
end
|
|
1333
|
+
|
|
1334
|
+
if attributes.key?(:'ccm_aws_spend_last')
|
|
1335
|
+
self.ccm_aws_spend_last = attributes[:'ccm_aws_spend_last']
|
|
1336
|
+
end
|
|
1337
|
+
|
|
1338
|
+
if attributes.key?(:'ccm_azure_spend_last')
|
|
1339
|
+
self.ccm_azure_spend_last = attributes[:'ccm_azure_spend_last']
|
|
1340
|
+
end
|
|
1341
|
+
|
|
1342
|
+
if attributes.key?(:'ccm_confluent_spend_last')
|
|
1343
|
+
self.ccm_confluent_spend_last = attributes[:'ccm_confluent_spend_last']
|
|
1344
|
+
end
|
|
1345
|
+
|
|
1346
|
+
if attributes.key?(:'ccm_databricks_spend_last')
|
|
1347
|
+
self.ccm_databricks_spend_last = attributes[:'ccm_databricks_spend_last']
|
|
1348
|
+
end
|
|
1349
|
+
|
|
1350
|
+
if attributes.key?(:'ccm_elastic_spend_last')
|
|
1351
|
+
self.ccm_elastic_spend_last = attributes[:'ccm_elastic_spend_last']
|
|
1352
|
+
end
|
|
1353
|
+
|
|
1354
|
+
if attributes.key?(:'ccm_fastly_spend_last')
|
|
1355
|
+
self.ccm_fastly_spend_last = attributes[:'ccm_fastly_spend_last']
|
|
1356
|
+
end
|
|
1357
|
+
|
|
1358
|
+
if attributes.key?(:'ccm_gcp_spend_last')
|
|
1359
|
+
self.ccm_gcp_spend_last = attributes[:'ccm_gcp_spend_last']
|
|
1360
|
+
end
|
|
1361
|
+
|
|
1362
|
+
if attributes.key?(:'ccm_github_spend_last')
|
|
1363
|
+
self.ccm_github_spend_last = attributes[:'ccm_github_spend_last']
|
|
1364
|
+
end
|
|
1365
|
+
|
|
1366
|
+
if attributes.key?(:'ccm_mongodb_spend_last')
|
|
1367
|
+
self.ccm_mongodb_spend_last = attributes[:'ccm_mongodb_spend_last']
|
|
1368
|
+
end
|
|
1369
|
+
|
|
1370
|
+
if attributes.key?(:'ccm_oci_spend_last')
|
|
1371
|
+
self.ccm_oci_spend_last = attributes[:'ccm_oci_spend_last']
|
|
1372
|
+
end
|
|
1373
|
+
|
|
1374
|
+
if attributes.key?(:'ccm_openai_spend_last')
|
|
1375
|
+
self.ccm_openai_spend_last = attributes[:'ccm_openai_spend_last']
|
|
1376
|
+
end
|
|
1377
|
+
|
|
1378
|
+
if attributes.key?(:'ccm_snowflake_spend_last')
|
|
1379
|
+
self.ccm_snowflake_spend_last = attributes[:'ccm_snowflake_spend_last']
|
|
1380
|
+
end
|
|
1381
|
+
|
|
1260
1382
|
if attributes.key?(:'ccm_spend_monitored_ent_last')
|
|
1261
1383
|
self.ccm_spend_monitored_ent_last = attributes[:'ccm_spend_monitored_ent_last']
|
|
1262
1384
|
end
|
|
@@ -1265,6 +1387,10 @@ module DatadogAPIClient::V1
|
|
|
1265
1387
|
self.ccm_spend_monitored_pro_last = attributes[:'ccm_spend_monitored_pro_last']
|
|
1266
1388
|
end
|
|
1267
1389
|
|
|
1390
|
+
if attributes.key?(:'ccm_twilio_spend_last')
|
|
1391
|
+
self.ccm_twilio_spend_last = attributes[:'ccm_twilio_spend_last']
|
|
1392
|
+
end
|
|
1393
|
+
|
|
1268
1394
|
if attributes.key?(:'ci_pipeline_indexed_spans_sum')
|
|
1269
1395
|
self.ci_pipeline_indexed_spans_sum = attributes[:'ci_pipeline_indexed_spans_sum']
|
|
1270
1396
|
end
|
|
@@ -2103,8 +2229,22 @@ module DatadogAPIClient::V1
|
|
|
2103
2229
|
browser_rum_lite_session_count_sum == o.browser_rum_lite_session_count_sum &&
|
|
2104
2230
|
browser_rum_replay_session_count_sum == o.browser_rum_replay_session_count_sum &&
|
|
2105
2231
|
browser_rum_units_sum == o.browser_rum_units_sum &&
|
|
2232
|
+
ccm_anthropic_spend_last == o.ccm_anthropic_spend_last &&
|
|
2233
|
+
ccm_aws_spend_last == o.ccm_aws_spend_last &&
|
|
2234
|
+
ccm_azure_spend_last == o.ccm_azure_spend_last &&
|
|
2235
|
+
ccm_confluent_spend_last == o.ccm_confluent_spend_last &&
|
|
2236
|
+
ccm_databricks_spend_last == o.ccm_databricks_spend_last &&
|
|
2237
|
+
ccm_elastic_spend_last == o.ccm_elastic_spend_last &&
|
|
2238
|
+
ccm_fastly_spend_last == o.ccm_fastly_spend_last &&
|
|
2239
|
+
ccm_gcp_spend_last == o.ccm_gcp_spend_last &&
|
|
2240
|
+
ccm_github_spend_last == o.ccm_github_spend_last &&
|
|
2241
|
+
ccm_mongodb_spend_last == o.ccm_mongodb_spend_last &&
|
|
2242
|
+
ccm_oci_spend_last == o.ccm_oci_spend_last &&
|
|
2243
|
+
ccm_openai_spend_last == o.ccm_openai_spend_last &&
|
|
2244
|
+
ccm_snowflake_spend_last == o.ccm_snowflake_spend_last &&
|
|
2106
2245
|
ccm_spend_monitored_ent_last == o.ccm_spend_monitored_ent_last &&
|
|
2107
2246
|
ccm_spend_monitored_pro_last == o.ccm_spend_monitored_pro_last &&
|
|
2247
|
+
ccm_twilio_spend_last == o.ccm_twilio_spend_last &&
|
|
2108
2248
|
ci_pipeline_indexed_spans_sum == o.ci_pipeline_indexed_spans_sum &&
|
|
2109
2249
|
ci_test_indexed_spans_sum == o.ci_test_indexed_spans_sum &&
|
|
2110
2250
|
ci_visibility_itr_committers_hwm == o.ci_visibility_itr_committers_hwm &&
|
|
@@ -2309,7 +2449,7 @@ module DatadogAPIClient::V1
|
|
|
2309
2449
|
# @return [Integer] Hash code
|
|
2310
2450
|
# @!visibility private
|
|
2311
2451
|
def hash
|
|
2312
|
-
[account_name, account_public_id, agent_host_top99p, apm_azure_app_service_host_top99p, apm_devsecops_host_top99p, apm_enterprise_standalone_hosts_top99p, apm_fargate_count_avg, apm_host_top99p, apm_pro_standalone_hosts_top99p, appsec_fargate_count_avg, asm_serverless_sum, audit_logs_lines_indexed_sum, audit_trail_enabled_hwm, avg_profiled_fargate_tasks, aws_host_top99p, aws_lambda_func_count, aws_lambda_invocations_sum, azure_app_service_top99p, billable_ingested_bytes_sum, bits_ai_investigations_sum, browser_rum_lite_session_count_sum, browser_rum_replay_session_count_sum, browser_rum_units_sum, ccm_spend_monitored_ent_last, ccm_spend_monitored_pro_last, ci_pipeline_indexed_spans_sum, ci_test_indexed_spans_sum, ci_visibility_itr_committers_hwm, ci_visibility_pipeline_committers_hwm, ci_visibility_test_committers_hwm, cloud_cost_management_aws_host_count_avg, cloud_cost_management_azure_host_count_avg, cloud_cost_management_gcp_host_count_avg, cloud_cost_management_host_count_avg, cloud_cost_management_oci_host_count_avg, cloud_siem_events_sum, code_analysis_sa_committers_hwm, code_analysis_sca_committers_hwm, code_security_host_top99p, container_avg, container_excl_agent_avg, container_hwm, csm_container_enterprise_compliance_count_sum, csm_container_enterprise_cws_count_sum, csm_container_enterprise_total_count_sum, csm_host_enterprise_aas_host_count_top99p, csm_host_enterprise_aws_host_count_top99p, csm_host_enterprise_azure_host_count_top99p, csm_host_enterprise_compliance_host_count_top99p, csm_host_enterprise_cws_host_count_top99p, csm_host_enterprise_gcp_host_count_top99p, csm_host_enterprise_oci_host_count_top99p, csm_host_enterprise_total_host_count_top99p, csm_host_pro_oci_host_count_top99p, cspm_aas_host_top99p, cspm_aws_host_top99p, cspm_azure_host_top99p, cspm_container_avg, cspm_container_hwm, cspm_gcp_host_top99p, cspm_host_top99p, custom_historical_ts_avg, custom_live_ts_avg, custom_ts_avg, cws_container_count_avg, cws_fargate_task_avg, cws_host_top99p, data_jobs_monitoring_host_hr_sum, dbm_host_top99p_sum, dbm_queries_avg_sum, eph_infra_host_agent_sum, eph_infra_host_alibaba_sum, eph_infra_host_aws_sum, eph_infra_host_azure_sum, eph_infra_host_ent_sum, eph_infra_host_gcp_sum, eph_infra_host_heroku_sum, eph_infra_host_only_aas_sum, eph_infra_host_only_vsphere_sum, eph_infra_host_opentelemetry_apm_sum, eph_infra_host_opentelemetry_sum, eph_infra_host_pro_sum, eph_infra_host_proplus_sum, eph_infra_host_proxmox_sum, error_tracking_apm_error_events_sum, error_tracking_error_events_sum, error_tracking_events_sum, error_tracking_rum_error_events_sum, event_management_correlation_correlated_events_sum, event_management_correlation_correlated_related_events_sum, event_management_correlation_sum, fargate_container_profiler_profiling_fargate_avg, fargate_container_profiler_profiling_fargate_eks_avg, fargate_tasks_count_avg, fargate_tasks_count_hwm, flex_logs_compute_large_avg, flex_logs_compute_medium_avg, flex_logs_compute_small_avg, flex_logs_compute_xlarge_avg, flex_logs_compute_xsmall_avg, flex_logs_starter_avg, flex_logs_starter_storage_index_avg, flex_logs_starter_storage_retention_adjustment_avg, flex_stored_logs_avg, forwarding_events_bytes_sum, gcp_host_top99p, heroku_host_top99p, id, incident_management_monthly_active_users_hwm, incident_management_seats_hwm, indexed_events_count_sum, infra_edge_monitoring_devices_top99p, infra_host_top99p, ingested_events_bytes_sum, iot_device_agg_sum, iot_device_top99p_sum, llm_observability_min_spend_sum, llm_observability_sum, mobile_rum_lite_session_count_sum, mobile_rum_session_count_android_sum, mobile_rum_session_count_flutter_sum, mobile_rum_session_count_ios_sum, mobile_rum_session_count_reactnative_sum, mobile_rum_session_count_roku_sum, mobile_rum_session_count_sum, mobile_rum_units_sum, name, ndm_netflow_events_sum, netflow_indexed_events_count_sum, network_device_wireless_top99p, network_path_sum, npm_host_top99p, observability_pipelines_bytes_processed_sum, oci_host_sum, oci_host_top99p, on_call_seat_hwm, online_archive_events_count_sum, opentelemetry_apm_host_top99p, opentelemetry_host_top99p, product_analytics_sum, profiling_aas_count_top99p, profiling_host_top99p, proxmox_host_sum, proxmox_host_top99p, public_id, published_app_hwm, region, rum_browser_and_mobile_session_count, rum_browser_legacy_session_count_sum, rum_browser_lite_session_count_sum, rum_browser_replay_session_count_sum, rum_indexed_sessions_sum, rum_ingested_sessions_sum, rum_lite_session_count_sum, rum_mobile_legacy_session_count_android_sum, rum_mobile_legacy_session_count_flutter_sum, rum_mobile_legacy_session_count_ios_sum, rum_mobile_legacy_session_count_reactnative_sum, rum_mobile_legacy_session_count_roku_sum, rum_mobile_lite_session_count_android_sum, rum_mobile_lite_session_count_flutter_sum, rum_mobile_lite_session_count_ios_sum, rum_mobile_lite_session_count_kotlinmultiplatform_sum, rum_mobile_lite_session_count_reactnative_sum, rum_mobile_lite_session_count_roku_sum, rum_mobile_lite_session_count_unity_sum, rum_mobile_replay_session_count_android_sum, rum_mobile_replay_session_count_ios_sum, rum_mobile_replay_session_count_kotlinmultiplatform_sum, rum_mobile_replay_session_count_reactnative_sum, rum_replay_session_count_sum, rum_session_count_sum, rum_session_replay_add_on_sum, rum_total_session_count_sum, rum_units_sum, sca_fargate_count_avg, sca_fargate_count_hwm, sds_apm_scanned_bytes_sum, sds_events_scanned_bytes_sum, sds_logs_scanned_bytes_sum, sds_rum_scanned_bytes_sum, sds_total_scanned_bytes_sum, serverless_apps_apm_apm_azure_appservice_instances_avg, serverless_apps_apm_apm_azure_azurefunction_instances_avg, serverless_apps_apm_apm_azure_containerapp_instances_avg, serverless_apps_apm_apm_fargate_ecs_tasks_avg, serverless_apps_apm_apm_gcp_cloudfunction_instances_avg, serverless_apps_apm_apm_gcp_cloudrun_instances_avg, serverless_apps_apm_avg, serverless_apps_apm_excl_fargate_apm_azure_appservice_instances_avg, serverless_apps_apm_excl_fargate_apm_azure_azurefunction_instances_avg, serverless_apps_apm_excl_fargate_apm_azure_containerapp_instances_avg, serverless_apps_apm_excl_fargate_apm_gcp_cloudfunction_instances_avg, serverless_apps_apm_excl_fargate_apm_gcp_cloudrun_instances_avg, serverless_apps_apm_excl_fargate_avg, serverless_apps_azure_container_app_instances_avg, serverless_apps_azure_count_avg, serverless_apps_azure_function_app_instances_avg, serverless_apps_azure_web_app_instances_avg, serverless_apps_ecs_avg, serverless_apps_eks_avg, serverless_apps_excl_fargate_avg, serverless_apps_excl_fargate_azure_container_app_instances_avg, serverless_apps_excl_fargate_azure_function_app_instances_avg, serverless_apps_excl_fargate_azure_web_app_instances_avg, serverless_apps_excl_fargate_google_cloud_functions_instances_avg, serverless_apps_excl_fargate_google_cloud_run_instances_avg, serverless_apps_google_cloud_functions_instances_avg, serverless_apps_google_cloud_run_instances_avg, serverless_apps_google_count_avg, serverless_apps_total_count_avg, siem_analyzed_logs_add_on_count_sum, synthetics_browser_check_calls_count_sum, synthetics_check_calls_count_sum, synthetics_mobile_test_runs_sum, synthetics_parallel_testing_max_slots_hwm, trace_search_indexed_events_count_sum, twol_ingested_events_bytes_sum, universal_service_monitoring_host_top99p, vsphere_host_top99p, vuln_management_host_count_top99p, workflow_executions_usage_sum, additional_properties].hash
|
|
2452
|
+
[account_name, account_public_id, agent_host_top99p, apm_azure_app_service_host_top99p, apm_devsecops_host_top99p, apm_enterprise_standalone_hosts_top99p, apm_fargate_count_avg, apm_host_top99p, apm_pro_standalone_hosts_top99p, appsec_fargate_count_avg, asm_serverless_sum, audit_logs_lines_indexed_sum, audit_trail_enabled_hwm, avg_profiled_fargate_tasks, aws_host_top99p, aws_lambda_func_count, aws_lambda_invocations_sum, azure_app_service_top99p, billable_ingested_bytes_sum, bits_ai_investigations_sum, browser_rum_lite_session_count_sum, browser_rum_replay_session_count_sum, browser_rum_units_sum, ccm_anthropic_spend_last, ccm_aws_spend_last, ccm_azure_spend_last, ccm_confluent_spend_last, ccm_databricks_spend_last, ccm_elastic_spend_last, ccm_fastly_spend_last, ccm_gcp_spend_last, ccm_github_spend_last, ccm_mongodb_spend_last, ccm_oci_spend_last, ccm_openai_spend_last, ccm_snowflake_spend_last, ccm_spend_monitored_ent_last, ccm_spend_monitored_pro_last, ccm_twilio_spend_last, ci_pipeline_indexed_spans_sum, ci_test_indexed_spans_sum, ci_visibility_itr_committers_hwm, ci_visibility_pipeline_committers_hwm, ci_visibility_test_committers_hwm, cloud_cost_management_aws_host_count_avg, cloud_cost_management_azure_host_count_avg, cloud_cost_management_gcp_host_count_avg, cloud_cost_management_host_count_avg, cloud_cost_management_oci_host_count_avg, cloud_siem_events_sum, code_analysis_sa_committers_hwm, code_analysis_sca_committers_hwm, code_security_host_top99p, container_avg, container_excl_agent_avg, container_hwm, csm_container_enterprise_compliance_count_sum, csm_container_enterprise_cws_count_sum, csm_container_enterprise_total_count_sum, csm_host_enterprise_aas_host_count_top99p, csm_host_enterprise_aws_host_count_top99p, csm_host_enterprise_azure_host_count_top99p, csm_host_enterprise_compliance_host_count_top99p, csm_host_enterprise_cws_host_count_top99p, csm_host_enterprise_gcp_host_count_top99p, csm_host_enterprise_oci_host_count_top99p, csm_host_enterprise_total_host_count_top99p, csm_host_pro_oci_host_count_top99p, cspm_aas_host_top99p, cspm_aws_host_top99p, cspm_azure_host_top99p, cspm_container_avg, cspm_container_hwm, cspm_gcp_host_top99p, cspm_host_top99p, custom_historical_ts_avg, custom_live_ts_avg, custom_ts_avg, cws_container_count_avg, cws_fargate_task_avg, cws_host_top99p, data_jobs_monitoring_host_hr_sum, dbm_host_top99p_sum, dbm_queries_avg_sum, eph_infra_host_agent_sum, eph_infra_host_alibaba_sum, eph_infra_host_aws_sum, eph_infra_host_azure_sum, eph_infra_host_ent_sum, eph_infra_host_gcp_sum, eph_infra_host_heroku_sum, eph_infra_host_only_aas_sum, eph_infra_host_only_vsphere_sum, eph_infra_host_opentelemetry_apm_sum, eph_infra_host_opentelemetry_sum, eph_infra_host_pro_sum, eph_infra_host_proplus_sum, eph_infra_host_proxmox_sum, error_tracking_apm_error_events_sum, error_tracking_error_events_sum, error_tracking_events_sum, error_tracking_rum_error_events_sum, event_management_correlation_correlated_events_sum, event_management_correlation_correlated_related_events_sum, event_management_correlation_sum, fargate_container_profiler_profiling_fargate_avg, fargate_container_profiler_profiling_fargate_eks_avg, fargate_tasks_count_avg, fargate_tasks_count_hwm, flex_logs_compute_large_avg, flex_logs_compute_medium_avg, flex_logs_compute_small_avg, flex_logs_compute_xlarge_avg, flex_logs_compute_xsmall_avg, flex_logs_starter_avg, flex_logs_starter_storage_index_avg, flex_logs_starter_storage_retention_adjustment_avg, flex_stored_logs_avg, forwarding_events_bytes_sum, gcp_host_top99p, heroku_host_top99p, id, incident_management_monthly_active_users_hwm, incident_management_seats_hwm, indexed_events_count_sum, infra_edge_monitoring_devices_top99p, infra_host_top99p, ingested_events_bytes_sum, iot_device_agg_sum, iot_device_top99p_sum, llm_observability_min_spend_sum, llm_observability_sum, mobile_rum_lite_session_count_sum, mobile_rum_session_count_android_sum, mobile_rum_session_count_flutter_sum, mobile_rum_session_count_ios_sum, mobile_rum_session_count_reactnative_sum, mobile_rum_session_count_roku_sum, mobile_rum_session_count_sum, mobile_rum_units_sum, name, ndm_netflow_events_sum, netflow_indexed_events_count_sum, network_device_wireless_top99p, network_path_sum, npm_host_top99p, observability_pipelines_bytes_processed_sum, oci_host_sum, oci_host_top99p, on_call_seat_hwm, online_archive_events_count_sum, opentelemetry_apm_host_top99p, opentelemetry_host_top99p, product_analytics_sum, profiling_aas_count_top99p, profiling_host_top99p, proxmox_host_sum, proxmox_host_top99p, public_id, published_app_hwm, region, rum_browser_and_mobile_session_count, rum_browser_legacy_session_count_sum, rum_browser_lite_session_count_sum, rum_browser_replay_session_count_sum, rum_indexed_sessions_sum, rum_ingested_sessions_sum, rum_lite_session_count_sum, rum_mobile_legacy_session_count_android_sum, rum_mobile_legacy_session_count_flutter_sum, rum_mobile_legacy_session_count_ios_sum, rum_mobile_legacy_session_count_reactnative_sum, rum_mobile_legacy_session_count_roku_sum, rum_mobile_lite_session_count_android_sum, rum_mobile_lite_session_count_flutter_sum, rum_mobile_lite_session_count_ios_sum, rum_mobile_lite_session_count_kotlinmultiplatform_sum, rum_mobile_lite_session_count_reactnative_sum, rum_mobile_lite_session_count_roku_sum, rum_mobile_lite_session_count_unity_sum, rum_mobile_replay_session_count_android_sum, rum_mobile_replay_session_count_ios_sum, rum_mobile_replay_session_count_kotlinmultiplatform_sum, rum_mobile_replay_session_count_reactnative_sum, rum_replay_session_count_sum, rum_session_count_sum, rum_session_replay_add_on_sum, rum_total_session_count_sum, rum_units_sum, sca_fargate_count_avg, sca_fargate_count_hwm, sds_apm_scanned_bytes_sum, sds_events_scanned_bytes_sum, sds_logs_scanned_bytes_sum, sds_rum_scanned_bytes_sum, sds_total_scanned_bytes_sum, serverless_apps_apm_apm_azure_appservice_instances_avg, serverless_apps_apm_apm_azure_azurefunction_instances_avg, serverless_apps_apm_apm_azure_containerapp_instances_avg, serverless_apps_apm_apm_fargate_ecs_tasks_avg, serverless_apps_apm_apm_gcp_cloudfunction_instances_avg, serverless_apps_apm_apm_gcp_cloudrun_instances_avg, serverless_apps_apm_avg, serverless_apps_apm_excl_fargate_apm_azure_appservice_instances_avg, serverless_apps_apm_excl_fargate_apm_azure_azurefunction_instances_avg, serverless_apps_apm_excl_fargate_apm_azure_containerapp_instances_avg, serverless_apps_apm_excl_fargate_apm_gcp_cloudfunction_instances_avg, serverless_apps_apm_excl_fargate_apm_gcp_cloudrun_instances_avg, serverless_apps_apm_excl_fargate_avg, serverless_apps_azure_container_app_instances_avg, serverless_apps_azure_count_avg, serverless_apps_azure_function_app_instances_avg, serverless_apps_azure_web_app_instances_avg, serverless_apps_ecs_avg, serverless_apps_eks_avg, serverless_apps_excl_fargate_avg, serverless_apps_excl_fargate_azure_container_app_instances_avg, serverless_apps_excl_fargate_azure_function_app_instances_avg, serverless_apps_excl_fargate_azure_web_app_instances_avg, serverless_apps_excl_fargate_google_cloud_functions_instances_avg, serverless_apps_excl_fargate_google_cloud_run_instances_avg, serverless_apps_google_cloud_functions_instances_avg, serverless_apps_google_cloud_run_instances_avg, serverless_apps_google_count_avg, serverless_apps_total_count_avg, siem_analyzed_logs_add_on_count_sum, synthetics_browser_check_calls_count_sum, synthetics_check_calls_count_sum, synthetics_mobile_test_runs_sum, synthetics_parallel_testing_max_slots_hwm, trace_search_indexed_events_count_sum, twol_ingested_events_bytes_sum, universal_service_monitoring_host_top99p, vsphere_host_top99p, vuln_management_host_count_top99p, workflow_executions_usage_sum, additional_properties].hash
|
|
2313
2453
|
end
|
|
2314
2454
|
end
|
|
2315
2455
|
end
|