datadog_api_client 2.50.0 → 2.51.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 +347 -59
- data/.generator/schemas/v2/openapi.yaml +8140 -1112
- data/.github/workflows/docs.yml +2 -0
- data/CHANGELOG.md +35 -0
- data/examples/v1/dashboards/CreateDashboard_1024858348.rb +0 -1
- data/examples/v1/dashboards/CreateDashboard_1307120899.rb +0 -1
- data/examples/v1/dashboards/CreateDashboard_2064651578.rb +0 -1
- data/examples/v1/dashboards/CreateDashboard_2490110261.rb +0 -1
- data/examples/v1/dashboards/CreateDashboard_2800096921.rb +0 -1
- data/examples/v1/dashboards/CreateDashboard_3066042014.rb +0 -1
- data/examples/v1/dashboards/CreateDashboard_3451918078.rb +0 -1
- data/examples/v1/dashboards/CreateDashboard_3669695268.rb +0 -1
- data/examples/v1/dashboards/CreateDashboard_3882428227.rb +0 -1
- data/examples/v1/dashboards/CreateDashboard_4018282928.rb +47 -0
- data/examples/v1/dashboards/CreateDashboard_4262729673.rb +0 -1
- data/examples/v1/dashboards/CreateDashboard_578885732.rb +0 -1
- data/examples/v1/dashboards/CreateDashboard_607525069.rb +0 -1
- data/examples/v1/dashboards/CreateDashboard_732700533.rb +46 -0
- data/examples/v1/dashboards/CreateDashboard_9836563.rb +0 -1
- data/examples/v1/dashboards/CreateDashboard_985012506.rb +0 -1
- data/examples/v1/synthetics/CreateSyntheticsAPITest_1241981394.rb +1 -0
- data/examples/v1/synthetics/GetMobileTest.rb +2 -5
- data/examples/v1/synthetics/GetMobileTest_212471226.rb +8 -0
- data/examples/v1/synthetics/UpdateMobileTest.rb +84 -16
- data/examples/v1/synthetics/UpdateMobileTest_477498912.rb +30 -0
- data/examples/v2/change-management/CreateChangeRequest.rb +29 -0
- data/examples/v2/change-management/CreateChangeRequestBranch.rb +18 -0
- data/examples/v2/change-management/DeleteChangeRequestDecision.rb +8 -0
- data/examples/v2/change-management/GetChangeRequest.rb +8 -0
- data/examples/v2/change-management/UpdateChangeRequest.rb +50 -0
- data/examples/v2/change-management/UpdateChangeRequestDecision.rb +45 -0
- data/examples/v2/cloud-authentication/CreateAWSCloudAuthPersonaMapping.rb +18 -0
- data/examples/v2/cloud-authentication/DeleteAWSCloudAuthPersonaMapping.rb +8 -0
- data/examples/v2/cloud-authentication/GetAWSCloudAuthPersonaMapping.rb +8 -0
- data/examples/v2/cloud-authentication/ListAWSCloudAuthPersonaMappings.rb +8 -0
- data/examples/v2/dora-metrics/CreateDORAFailure.rb +1 -1
- data/examples/v2/dora-metrics/CreateDORAIncident.rb +1 -1
- data/examples/v2/dora-metrics/DeleteDORAFailure.rb +2 -2
- data/examples/v2/dora-metrics/DeleteDORAFailure_3462074974.rb +5 -0
- data/examples/v2/dora-metrics/GetDORAFailure.rb +1 -1
- data/examples/v2/dora-metrics/ListDORAFailures.rb +6 -4
- data/examples/v2/dora-metrics/ListDORAFailures_3269988848.rb +16 -0
- data/examples/v2/google-chat-integration/CreateOrganizationHandle.rb +15 -0
- data/examples/v2/google-chat-integration/DeleteOrganizationHandle.rb +8 -0
- data/examples/v2/google-chat-integration/GetOrganizationHandle.rb +8 -0
- data/examples/v2/google-chat-integration/GetSpaceByDisplayName.rb +5 -0
- data/examples/v2/google-chat-integration/ListOrganizationHandles.rb +5 -0
- data/examples/v2/google-chat-integration/UpdateOrganizationHandle.rb +18 -0
- data/examples/v2/incidents/ImportIncident.rb +18 -0
- data/examples/v2/integrations/ListIntegrations.rb +5 -0
- data/examples/v2/llm-observability/CreateLLMObsDataset.rb +17 -0
- data/examples/v2/llm-observability/CreateLLMObsDatasetRecords.rb +22 -0
- data/examples/v2/llm-observability/CreateLLMObsExperiment.rb +19 -0
- data/examples/v2/llm-observability/CreateLLMObsExperimentEvents.rb +49 -0
- data/examples/v2/llm-observability/CreateLLMObsProject.rb +17 -0
- data/examples/v2/llm-observability/DeleteLLMObsDatasetRecords.rb +19 -0
- data/examples/v2/llm-observability/DeleteLLMObsDatasets.rb +19 -0
- data/examples/v2/llm-observability/DeleteLLMObsExperiments.rb +19 -0
- data/examples/v2/llm-observability/DeleteLLMObsProjects.rb +19 -0
- data/examples/v2/llm-observability/ListLLMObsDatasetRecords.rb +8 -0
- data/examples/v2/llm-observability/ListLLMObsDatasets.rb +8 -0
- data/examples/v2/llm-observability/ListLLMObsExperiments.rb +8 -0
- data/examples/v2/llm-observability/ListLLMObsProjects.rb +8 -0
- data/examples/v2/llm-observability/UpdateLLMObsDataset.rb +15 -0
- data/examples/v2/llm-observability/UpdateLLMObsDatasetRecords.rb +23 -0
- data/examples/v2/llm-observability/UpdateLLMObsExperiment.rb +15 -0
- data/examples/v2/llm-observability/UpdateLLMObsProject.rb +15 -0
- data/examples/v2/network-device-monitoring/ListInterfaceUserTags.rb +5 -0
- data/examples/v2/network-device-monitoring/UpdateInterfaceUserTags.rb +18 -0
- data/examples/v2/observability-pipelines/ValidatePipeline_1330454428.rb +50 -0
- data/examples/v2/observability-pipelines/ValidatePipeline_2899320203.rb +54 -0
- data/examples/v2/observability-pipelines/ValidatePipeline_3024756866.rb +89 -0
- data/examples/v2/observability-pipelines/ValidatePipeline_3565101276.rb +55 -0
- data/examples/v2/product-analytics/QueryProductAnalyticsScalar.rb +26 -0
- data/examples/v2/product-analytics/QueryProductAnalyticsTimeseries.rb +26 -0
- data/examples/v2/roles/CreateRole.rb +1 -0
- data/examples/v2/seats/AssignSeatsUser.rb +20 -0
- data/examples/v2/seats/GetSeatsUsers.rb +8 -0
- data/examples/v2/seats/UnassignSeatsUser.rb +20 -0
- data/examples/v2/status-pages/CreateMaintenance.rb +25 -0
- data/examples/v2/status-pages/CreateMaintenance_2202276054.rb +29 -0
- data/examples/v2/status-pages/GetMaintenance.rb +11 -0
- data/examples/v2/status-pages/ListMaintenances.rb +5 -0
- data/examples/v2/status-pages/UpdateMaintenance.rb +22 -0
- data/examples/v2/synthetics/CreateSyntheticsNetworkTest.rb +46 -0
- data/examples/v2/synthetics/CreateSyntheticsSuite.rb +1 -1
- data/examples/v2/synthetics/DeleteSyntheticsSuites.rb +1 -1
- data/examples/v2/synthetics/DeleteSyntheticsTests.rb +16 -0
- data/examples/v2/synthetics/EditSyntheticsSuite.rb +1 -1
- data/examples/v2/synthetics/GetSyntheticsNetworkTest.rb +5 -0
- data/examples/v2/synthetics/GetSyntheticsSuite.rb +1 -1
- data/examples/v2/synthetics/SearchSuites.rb +1 -1
- data/examples/v2/synthetics/SearchSuites_2539131170.rb +5 -0
- data/examples/v2/synthetics/UpdateSyntheticsNetworkTest.rb +67 -0
- data/examples/v2/usage-metering/GetUsageAttributionTypes.rb +5 -0
- data/lib/datadog_api_client/configuration.rb +28 -0
- data/lib/datadog_api_client/inflector.rb +293 -4
- data/lib/datadog_api_client/v1/api/synthetics_api.rb +6 -6
- data/lib/datadog_api_client/v1/api/usage_metering_api.rb +4 -6
- data/lib/datadog_api_client/v1/models/bar_chart_widget_request.rb +1 -1
- data/lib/datadog_api_client/v1/models/change_widget_request.rb +1 -1
- data/lib/datadog_api_client/v1/models/distribution_widget_request.rb +2 -2
- data/lib/datadog_api_client/v1/models/formula_and_function_event_query_definition.rb +3 -5
- data/lib/datadog_api_client/v1/models/formula_and_function_event_query_group_by_config.rb +63 -0
- data/lib/datadog_api_client/v1/models/formula_and_function_event_query_group_by_fields.rb +145 -0
- data/lib/datadog_api_client/v1/models/geomap_widget_request.rb +1 -1
- data/lib/datadog_api_client/v1/models/heat_map_widget_definition.rb +1 -1
- data/lib/datadog_api_client/v1/models/heat_map_widget_request.rb +2 -2
- data/lib/datadog_api_client/v1/models/hourly_usage_attribution_body.rb +2 -2
- data/lib/datadog_api_client/v1/models/hourly_usage_attribution_usage_type.rb +4 -2
- data/lib/datadog_api_client/v1/models/monthly_usage_attribution_body.rb +0 -1
- data/lib/datadog_api_client/v1/models/monthly_usage_attribution_supported_metrics.rb +2 -1
- data/lib/datadog_api_client/v1/models/monthly_usage_attribution_values.rb +21 -2
- data/lib/datadog_api_client/v1/models/query_value_widget_request.rb +1 -1
- data/lib/datadog_api_client/v1/models/sunburst_widget_request.rb +1 -1
- data/lib/datadog_api_client/v1/models/synthetics_assertion_type.rb +2 -0
- data/lib/datadog_api_client/v1/models/synthetics_batch_result.rb +1 -1
- data/lib/datadog_api_client/v1/models/synthetics_test_details.rb +1 -1
- data/lib/datadog_api_client/v1/models/synthetics_test_details_type.rb +2 -1
- data/lib/datadog_api_client/v1/models/synthetics_test_details_without_steps.rb +1 -1
- data/lib/datadog_api_client/v1/models/synthetics_test_request_body_file.rb +11 -1
- data/lib/datadog_api_client/v1/models/table_widget_request.rb +1 -1
- data/lib/datadog_api_client/v1/models/timeseries_widget_definition.rb +1 -1
- data/lib/datadog_api_client/v1/models/timeseries_widget_request.rb +1 -1
- data/lib/datadog_api_client/v1/models/toplist_widget_request.rb +1 -1
- data/lib/datadog_api_client/v1/models/tree_map_widget_request.rb +1 -1
- data/lib/datadog_api_client/v1/models/usage_billable_summary_hour.rb +1 -1
- data/lib/datadog_api_client/v1/models/widget_event.rb +3 -0
- data/lib/datadog_api_client/v1/models/widget_histogram_request_type.rb +1 -1
- data/lib/datadog_api_client/v1/models/widget_new_fixed_span.rb +2 -2
- data/lib/datadog_api_client/v2/api/change_management_api.rb +485 -0
- data/lib/datadog_api_client/v2/api/cloud_authentication_api.rb +307 -0
- data/lib/datadog_api_client/v2/api/code_coverage_api.rb +0 -4
- data/lib/datadog_api_client/v2/api/dora_metrics_api.rb +22 -26
- data/lib/datadog_api_client/v2/api/google_chat_integration_api.rb +450 -0
- data/lib/datadog_api_client/v2/api/incidents_api.rb +77 -0
- data/lib/datadog_api_client/v2/api/integrations_api.rb +83 -0
- data/lib/datadog_api_client/v2/api/llm_observability_api.rb +1351 -0
- data/lib/datadog_api_client/v2/api/metrics_api.rb +11 -3
- data/lib/datadog_api_client/v2/api/network_device_monitoring_api.rb +137 -0
- data/lib/datadog_api_client/v2/api/product_analytics_api.rb +137 -0
- data/lib/datadog_api_client/v2/api/seats_api.rb +230 -0
- data/lib/datadog_api_client/v2/api/security_monitoring_api.rb +7 -1
- data/lib/datadog_api_client/v2/api/status_pages_api.rb +303 -0
- data/lib/datadog_api_client/v2/api/synthetics_api.rb +270 -11
- data/lib/datadog_api_client/v2/api/usage_metering_api.rb +60 -0
- data/lib/datadog_api_client/v2/models/alert_event_custom_attributes_links_items_category.rb +1 -0
- data/lib/datadog_api_client/v2/models/assign_seats_user_request.rb +105 -0
- data/lib/datadog_api_client/v2/models/assign_seats_user_request_data.rb +154 -0
- data/lib/datadog_api_client/v2/models/assign_seats_user_request_data_attributes.rb +146 -0
- data/lib/datadog_api_client/v2/models/assign_seats_user_response.rb +105 -0
- data/lib/datadog_api_client/v2/models/assign_seats_user_response_data.rb +125 -0
- data/lib/datadog_api_client/v2/models/assign_seats_user_response_data_attributes.rb +117 -0
- data/lib/datadog_api_client/v2/models/aws_cloud_auth_persona_mapping_attributes_response.rb +165 -0
- data/lib/datadog_api_client/v2/models/aws_cloud_auth_persona_mapping_create_attributes.rb +144 -0
- data/lib/datadog_api_client/v2/models/aws_cloud_auth_persona_mapping_create_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/aws_cloud_auth_persona_mapping_create_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/aws_cloud_auth_persona_mapping_data_response.rb +165 -0
- data/lib/datadog_api_client/v2/models/aws_cloud_auth_persona_mapping_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/aws_cloud_auth_persona_mapping_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/aws_cloud_auth_persona_mappings_response.rb +125 -0
- data/lib/datadog_api_client/v2/models/azure_storage_destination.rb +11 -1
- data/lib/datadog_api_client/v2/models/change_event_custom_attributes_changed_resource.rb +7 -1
- data/lib/datadog_api_client/v2/models/change_request_branch_create_attributes.rb +144 -0
- data/lib/datadog_api_client/v2/models/change_request_branch_create_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/change_request_branch_create_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/change_request_branch_resource_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/change_request_change_type.rb +28 -0
- data/lib/datadog_api_client/v2/models/change_request_create_attributes.rb +225 -0
- data/lib/datadog_api_client/v2/models/change_request_create_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/change_request_create_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/change_request_decision_create_attributes.rb +115 -0
- data/lib/datadog_api_client/v2/models/change_request_decision_create_item.rb +164 -0
- data/lib/datadog_api_client/v2/models/change_request_decision_create_relationships.rb +105 -0
- data/lib/datadog_api_client/v2/models/change_request_decision_relationship_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/change_request_decision_relationships.rb +165 -0
- data/lib/datadog_api_client/v2/models/change_request_decision_resource_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/change_request_decision_response_attributes.rb +228 -0
- data/lib/datadog_api_client/v2/models/change_request_decision_status_type.rb +28 -0
- data/lib/datadog_api_client/v2/models/change_request_decision_update_data.rb +143 -0
- data/lib/datadog_api_client/v2/models/change_request_decision_update_data_attributes.rb +105 -0
- data/lib/datadog_api_client/v2/models/change_request_decision_update_data_relationships.rb +123 -0
- data/lib/datadog_api_client/v2/models/change_request_decision_update_request.rb +135 -0
- data/lib/datadog_api_client/v2/models/change_request_decisions_relationship.rb +125 -0
- data/lib/datadog_api_client/v2/models/change_request_included_decision.rb +175 -0
- data/lib/datadog_api_client/v2/models/change_request_included_item.rb +63 -0
- data/lib/datadog_api_client/v2/models/change_request_included_user.rb +165 -0
- data/lib/datadog_api_client/v2/models/change_request_included_user_attributes.rb +165 -0
- data/lib/datadog_api_client/v2/models/change_request_relationships.rb +165 -0
- data/lib/datadog_api_client/v2/models/change_request_resource_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/change_request_response.rb +135 -0
- data/lib/datadog_api_client/v2/models/change_request_response_attributes.rb +508 -0
- data/lib/datadog_api_client/v2/models/change_request_response_data.rb +175 -0
- data/lib/datadog_api_client/v2/models/change_request_risk_level.rb +29 -0
- data/lib/datadog_api_client/v2/models/change_request_update_attributes.rb +155 -0
- data/lib/datadog_api_client/v2/models/change_request_update_data.rb +143 -0
- data/lib/datadog_api_client/v2/models/change_request_update_relationships.rb +105 -0
- data/lib/datadog_api_client/v2/models/change_request_update_request.rb +135 -0
- data/lib/datadog_api_client/v2/models/change_request_user_relationship.rb +113 -0
- data/lib/datadog_api_client/v2/models/change_request_user_relationship_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/create_maintenance_request.rb +105 -0
- data/lib/datadog_api_client/v2/models/create_maintenance_request_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/create_maintenance_request_data_attributes.rb +196 -0
- data/lib/datadog_api_client/v2/models/create_maintenance_request_data_attributes_components_affected_items.rb +154 -0
- data/lib/datadog_api_client/v2/models/degradation.rb +1 -1
- data/lib/datadog_api_client/v2/models/degradation_array.rb +2 -2
- data/lib/datadog_api_client/v2/models/degradation_data_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/degradation_data_attributes_source.rb +165 -0
- data/lib/datadog_api_client/v2/models/degradation_data_attributes_source_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/degradation_data_attributes_updates_items.rb +11 -1
- data/lib/datadog_api_client/v2/models/{degradation_array_included.rb → degradation_included.rb} +1 -1
- data/lib/datadog_api_client/v2/models/deleted_test_response_data.rb +125 -0
- data/lib/datadog_api_client/v2/models/deleted_test_response_data_attributes.rb +115 -0
- data/lib/datadog_api_client/v2/models/deleted_tests_request_delete.rb +143 -0
- data/lib/datadog_api_client/v2/models/deleted_tests_request_delete_attributes.rb +135 -0
- data/lib/datadog_api_client/v2/models/deleted_tests_request_delete_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/deleted_tests_request_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/deleted_tests_response.rb +107 -0
- data/lib/datadog_api_client/v2/models/deleted_tests_response_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/dora_deployment_patch_remediation.rb +5 -34
- data/lib/datadog_api_client/v2/models/dora_deployment_patch_remediation_type.rb +1 -1
- data/lib/datadog_api_client/v2/models/dora_deployment_patch_request_attributes.rb +1 -1
- data/lib/datadog_api_client/v2/models/dora_failure_fetch_response.rb +1 -1
- data/lib/datadog_api_client/v2/models/dora_failure_request.rb +1 -1
- data/lib/datadog_api_client/v2/models/dora_failure_request_attributes.rb +8 -8
- data/lib/datadog_api_client/v2/models/dora_failure_request_data.rb +1 -1
- data/lib/datadog_api_client/v2/models/dora_failure_response.rb +2 -2
- data/lib/datadog_api_client/v2/models/dora_failure_response_data.rb +3 -3
- data/lib/datadog_api_client/v2/models/dora_failure_type.rb +1 -1
- data/lib/datadog_api_client/v2/models/dora_failures_list_response.rb +1 -1
- data/lib/datadog_api_client/v2/models/dora_incident_object.rb +1 -1
- data/lib/datadog_api_client/v2/models/dora_list_failures_request.rb +1 -1
- data/lib/datadog_api_client/v2/models/dora_list_failures_request_attributes.rb +1 -1
- data/lib/datadog_api_client/v2/models/dora_list_failures_request_data.rb +1 -1
- data/lib/datadog_api_client/v2/models/form_trigger.rb +105 -0
- data/lib/datadog_api_client/v2/models/form_trigger_wrapper.rb +135 -0
- data/lib/datadog_api_client/v2/models/google_chat_app_named_space_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/google_chat_app_named_space_response_attributes.rb +186 -0
- data/lib/datadog_api_client/v2/models/google_chat_app_named_space_response_data.rb +147 -0
- data/lib/datadog_api_client/v2/models/google_chat_app_named_space_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/google_chat_create_organization_handle_request.rb +144 -0
- data/lib/datadog_api_client/v2/models/google_chat_create_organization_handle_request_attributes.rb +152 -0
- data/lib/datadog_api_client/v2/models/google_chat_create_organization_handle_request_data.rb +123 -0
- data/lib/datadog_api_client/v2/models/google_chat_organization_handle_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/google_chat_organization_handle_response_attributes.rb +165 -0
- data/lib/datadog_api_client/v2/models/google_chat_organization_handle_response_data.rb +147 -0
- data/lib/datadog_api_client/v2/models/google_chat_organization_handle_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/google_chat_organization_handles_response.rb +125 -0
- data/lib/datadog_api_client/v2/models/google_chat_update_organization_handle_request.rb +144 -0
- data/lib/datadog_api_client/v2/models/google_chat_update_organization_handle_request_attributes.rb +144 -0
- data/lib/datadog_api_client/v2/models/google_chat_update_organization_handle_request_data.rb +123 -0
- data/lib/datadog_api_client/v2/models/incident_import_field_attributes.rb +63 -0
- data/lib/datadog_api_client/v2/models/incident_import_field_attributes_multiple_value.rb +90 -0
- data/lib/datadog_api_client/v2/models/incident_import_field_attributes_single_value.rb +88 -0
- data/lib/datadog_api_client/v2/models/incident_import_related_object.rb +30 -0
- data/lib/datadog_api_client/v2/models/incident_import_relationships.rb +124 -0
- data/lib/datadog_api_client/v2/models/incident_import_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/incident_import_request_attributes.rb +187 -0
- data/lib/datadog_api_client/v2/models/incident_import_request_data.rb +154 -0
- data/lib/datadog_api_client/v2/models/incident_import_response.rb +135 -0
- data/lib/datadog_api_client/v2/models/incident_import_response_attributes.rb +378 -0
- data/lib/datadog_api_client/v2/models/incident_import_response_data.rb +164 -0
- data/lib/datadog_api_client/v2/models/incident_import_response_included_item.rb +63 -0
- data/lib/datadog_api_client/v2/models/incident_import_response_relationships.rb +203 -0
- data/lib/datadog_api_client/v2/models/incident_import_visibility.rb +27 -0
- data/lib/datadog_api_client/v2/models/incident_integration_metadata_attributes.rb +3 -3
- data/lib/datadog_api_client/v2/models/integration.rb +175 -0
- data/lib/datadog_api_client/v2/models/integration_attributes.rb +188 -0
- data/lib/datadog_api_client/v2/models/integration_links.rb +105 -0
- data/lib/datadog_api_client/v2/models/integration_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/list_integrations_response.rb +125 -0
- data/lib/datadog_api_client/v2/models/list_interface_tags_response.rb +105 -0
- data/lib/datadog_api_client/v2/models/list_interface_tags_response_data.rb +125 -0
- data/lib/datadog_api_client/v2/models/llm_obs_cursor_meta.rb +113 -0
- data/lib/datadog_api_client/v2/models/llm_obs_dataset_data_attributes_request.rb +143 -0
- data/lib/datadog_api_client/v2/models/llm_obs_dataset_data_attributes_response.rb +215 -0
- data/lib/datadog_api_client/v2/models/llm_obs_dataset_data_request.rb +144 -0
- data/lib/datadog_api_client/v2/models/llm_obs_dataset_data_response.rb +165 -0
- data/lib/datadog_api_client/v2/models/llm_obs_dataset_record_data_response.rb +226 -0
- data/lib/datadog_api_client/v2/models/llm_obs_dataset_record_item.rb +134 -0
- data/lib/datadog_api_client/v2/models/llm_obs_dataset_record_update_item.rb +162 -0
- data/lib/datadog_api_client/v2/models/llm_obs_dataset_records_data_attributes_request.rb +135 -0
- data/lib/datadog_api_client/v2/models/llm_obs_dataset_records_data_request.rb +144 -0
- data/lib/datadog_api_client/v2/models/llm_obs_dataset_records_list_response.rb +135 -0
- data/lib/datadog_api_client/v2/models/llm_obs_dataset_records_mutation_data.rb +125 -0
- data/lib/datadog_api_client/v2/models/llm_obs_dataset_records_mutation_response.rb +125 -0
- data/lib/datadog_api_client/v2/models/llm_obs_dataset_records_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/llm_obs_dataset_records_update_data_attributes_request.rb +125 -0
- data/lib/datadog_api_client/v2/models/llm_obs_dataset_records_update_data_request.rb +144 -0
- data/lib/datadog_api_client/v2/models/llm_obs_dataset_records_update_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/llm_obs_dataset_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/llm_obs_dataset_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/llm_obs_dataset_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/llm_obs_dataset_update_data_attributes_request.rb +125 -0
- data/lib/datadog_api_client/v2/models/llm_obs_dataset_update_data_request.rb +144 -0
- data/lib/datadog_api_client/v2/models/llm_obs_dataset_update_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/llm_obs_datasets_response.rb +135 -0
- data/lib/datadog_api_client/v2/models/llm_obs_delete_dataset_records_data_attributes_request.rb +125 -0
- data/lib/datadog_api_client/v2/models/llm_obs_delete_dataset_records_data_request.rb +144 -0
- data/lib/datadog_api_client/v2/models/llm_obs_delete_dataset_records_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/llm_obs_delete_datasets_data_attributes_request.rb +125 -0
- data/lib/datadog_api_client/v2/models/llm_obs_delete_datasets_data_request.rb +144 -0
- data/lib/datadog_api_client/v2/models/llm_obs_delete_datasets_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/llm_obs_delete_experiments_data_attributes_request.rb +125 -0
- data/lib/datadog_api_client/v2/models/llm_obs_delete_experiments_data_request.rb +144 -0
- data/lib/datadog_api_client/v2/models/llm_obs_delete_experiments_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/llm_obs_delete_projects_data_attributes_request.rb +125 -0
- data/lib/datadog_api_client/v2/models/llm_obs_delete_projects_data_request.rb +144 -0
- data/lib/datadog_api_client/v2/models/llm_obs_delete_projects_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/llm_obs_event_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/llm_obs_experiment_data_attributes_request.rb +215 -0
- data/lib/datadog_api_client/v2/models/llm_obs_experiment_data_attributes_response.rb +247 -0
- data/lib/datadog_api_client/v2/models/llm_obs_experiment_data_request.rb +144 -0
- data/lib/datadog_api_client/v2/models/llm_obs_experiment_data_response.rb +165 -0
- data/lib/datadog_api_client/v2/models/llm_obs_experiment_events_data_attributes_request.rb +119 -0
- data/lib/datadog_api_client/v2/models/llm_obs_experiment_events_data_request.rb +144 -0
- data/lib/datadog_api_client/v2/models/llm_obs_experiment_events_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/llm_obs_experiment_metric.rb +278 -0
- data/lib/datadog_api_client/v2/models/llm_obs_experiment_metric_error.rb +105 -0
- data/lib/datadog_api_client/v2/models/llm_obs_experiment_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/llm_obs_experiment_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/llm_obs_experiment_span.rb +292 -0
- data/lib/datadog_api_client/v2/models/llm_obs_experiment_span_error.rb +125 -0
- data/lib/datadog_api_client/v2/models/llm_obs_experiment_span_meta.rb +144 -0
- data/lib/datadog_api_client/v2/models/llm_obs_experiment_span_status.rb +27 -0
- data/lib/datadog_api_client/v2/models/llm_obs_experiment_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/llm_obs_experiment_update_data_attributes_request.rb +115 -0
- data/lib/datadog_api_client/v2/models/llm_obs_experiment_update_data_request.rb +144 -0
- data/lib/datadog_api_client/v2/models/llm_obs_experiment_update_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/llm_obs_experiments_response.rb +135 -0
- data/lib/datadog_api_client/v2/models/llm_obs_metric_assessment.rb +27 -0
- data/lib/datadog_api_client/v2/models/llm_obs_metric_score_type.rb +29 -0
- data/lib/datadog_api_client/v2/models/llm_obs_project_data_attributes_request.rb +133 -0
- data/lib/datadog_api_client/v2/models/llm_obs_project_data_attributes_response.rb +183 -0
- data/lib/datadog_api_client/v2/models/llm_obs_project_data_request.rb +144 -0
- data/lib/datadog_api_client/v2/models/llm_obs_project_data_response.rb +165 -0
- data/lib/datadog_api_client/v2/models/llm_obs_project_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/llm_obs_project_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/llm_obs_project_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/llm_obs_project_update_data_attributes_request.rb +115 -0
- data/lib/datadog_api_client/v2/models/llm_obs_project_update_data_request.rb +144 -0
- data/lib/datadog_api_client/v2/models/llm_obs_project_update_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/llm_obs_projects_response.rb +135 -0
- data/lib/datadog_api_client/v2/models/llm_obs_record_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/maintenance.rb +117 -0
- data/lib/datadog_api_client/v2/models/maintenance_array.rb +147 -0
- data/lib/datadog_api_client/v2/models/maintenance_data.rb +153 -0
- data/lib/datadog_api_client/v2/models/maintenance_data_attributes.rb +209 -0
- data/lib/datadog_api_client/v2/models/maintenance_data_attributes_components_affected_items.rb +154 -0
- data/lib/datadog_api_client/v2/models/maintenance_data_attributes_status.rb +28 -0
- data/lib/datadog_api_client/v2/models/maintenance_data_attributes_updates_items.rb +177 -0
- data/lib/datadog_api_client/v2/models/maintenance_data_attributes_updates_items_components_affected_items.rb +154 -0
- data/lib/datadog_api_client/v2/models/maintenance_data_relationships.rb +125 -0
- data/lib/datadog_api_client/v2/models/maintenance_data_relationships_created_by_user.rb +123 -0
- data/lib/datadog_api_client/v2/models/maintenance_data_relationships_created_by_user_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/maintenance_data_relationships_last_modified_by_user.rb +123 -0
- data/lib/datadog_api_client/v2/models/maintenance_data_relationships_last_modified_by_user_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/maintenance_data_relationships_status_page.rb +123 -0
- data/lib/datadog_api_client/v2/models/maintenance_data_relationships_status_page_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/microsoft_sentinel_destination.rb +21 -1
- data/lib/datadog_api_client/v2/models/observability_pipeline_amazon_data_firehose_source.rb +11 -1
- data/lib/datadog_api_client/v2/models/observability_pipeline_amazon_s3_source.rb +13 -3
- data/lib/datadog_api_client/v2/models/observability_pipeline_cloud_prem_destination.rb +11 -1
- data/lib/datadog_api_client/v2/models/observability_pipeline_crowd_strike_next_gen_siem_destination.rb +21 -1
- data/lib/datadog_api_client/v2/models/observability_pipeline_elasticsearch_destination.rb +22 -1
- data/lib/datadog_api_client/v2/models/observability_pipeline_elasticsearch_destination_auth.rb +144 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_enrichment_table_reference_table.rb +11 -1
- data/lib/datadog_api_client/v2/models/observability_pipeline_fluent_bit_source.rb +11 -1
- data/lib/datadog_api_client/v2/models/observability_pipeline_fluentd_source.rb +11 -1
- data/lib/datadog_api_client/v2/models/observability_pipeline_gcp_auth.rb +2 -2
- data/lib/datadog_api_client/v2/models/observability_pipeline_google_chronicle_destination.rb +12 -2
- data/lib/datadog_api_client/v2/models/observability_pipeline_google_cloud_storage_destination.rb +2 -2
- data/lib/datadog_api_client/v2/models/observability_pipeline_google_pub_sub_destination.rb +13 -3
- data/lib/datadog_api_client/v2/models/observability_pipeline_google_pub_sub_source.rb +2 -2
- data/lib/datadog_api_client/v2/models/observability_pipeline_http_client_destination.rb +53 -3
- data/lib/datadog_api_client/v2/models/observability_pipeline_http_client_source.rb +53 -3
- data/lib/datadog_api_client/v2/models/observability_pipeline_http_server_source.rb +43 -3
- data/lib/datadog_api_client/v2/models/observability_pipeline_kafka_destination.rb +11 -1
- data/lib/datadog_api_client/v2/models/observability_pipeline_kafka_sasl.rb +23 -3
- data/lib/datadog_api_client/v2/models/observability_pipeline_kafka_source.rb +11 -1
- data/lib/datadog_api_client/v2/models/observability_pipeline_logstash_source.rb +11 -1
- data/lib/datadog_api_client/v2/models/observability_pipeline_new_relic_destination.rb +21 -1
- data/lib/datadog_api_client/v2/models/observability_pipeline_ocsf_mapper_processor_mapping_mapping.rb +2 -1
- data/lib/datadog_api_client/v2/models/observability_pipeline_ocsf_mapping_custom.rb +167 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_ocsf_mapping_custom_field_mapping.rb +173 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_ocsf_mapping_custom_lookup.rb +117 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_ocsf_mapping_custom_lookup_table_entry.rb +155 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_ocsf_mapping_custom_metadata.rb +156 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_open_search_destination.rb +22 -1
- data/lib/datadog_api_client/v2/models/observability_pipeline_rsyslog_destination.rb +11 -1
- data/lib/datadog_api_client/v2/models/observability_pipeline_rsyslog_source.rb +11 -1
- data/lib/datadog_api_client/v2/models/observability_pipeline_sentinel_one_destination.rb +11 -1
- data/lib/datadog_api_client/v2/models/observability_pipeline_socket_destination.rb +11 -1
- data/lib/datadog_api_client/v2/models/observability_pipeline_socket_source.rb +11 -1
- data/lib/datadog_api_client/v2/models/observability_pipeline_splunk_hec_destination.rb +21 -1
- data/lib/datadog_api_client/v2/models/observability_pipeline_splunk_hec_source.rb +11 -1
- data/lib/datadog_api_client/v2/models/observability_pipeline_splunk_tcp_source.rb +11 -1
- data/lib/datadog_api_client/v2/models/observability_pipeline_sumo_logic_destination.rb +11 -1
- data/lib/datadog_api_client/v2/models/observability_pipeline_sumo_logic_source.rb +11 -1
- data/lib/datadog_api_client/v2/models/observability_pipeline_syslog_ng_destination.rb +11 -1
- data/lib/datadog_api_client/v2/models/observability_pipeline_syslog_ng_source.rb +11 -1
- data/lib/datadog_api_client/v2/models/observability_pipeline_tls.rb +13 -3
- data/lib/datadog_api_client/v2/models/{status_pages_response_meta.rb → pagination_meta.rb} +3 -3
- data/lib/datadog_api_client/v2/models/{status_pages_pagination.rb → pagination_meta_page.rb} +4 -4
- data/lib/datadog_api_client/v2/models/{status_pages_pagination_type.rb → pagination_meta_page_type.rb} +1 -1
- data/lib/datadog_api_client/v2/models/patch_maintenance_request.rb +105 -0
- data/lib/datadog_api_client/v2/models/patch_maintenance_request_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/patch_maintenance_request_data_attributes.rb +177 -0
- data/lib/datadog_api_client/v2/models/patch_maintenance_request_data_attributes_components_affected_items.rb +154 -0
- data/lib/datadog_api_client/v2/models/patch_maintenance_request_data_attributes_components_affected_items_status.rb +27 -0
- data/lib/datadog_api_client/v2/models/patch_maintenance_request_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/product_analytics_analytics_query.rb +191 -0
- data/lib/datadog_api_client/v2/models/product_analytics_analytics_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/product_analytics_analytics_request_attributes.rb +185 -0
- data/lib/datadog_api_client/v2/models/product_analytics_analytics_request_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/product_analytics_analytics_request_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/product_analytics_audience_account_subquery.rb +133 -0
- data/lib/datadog_api_client/v2/models/product_analytics_audience_filters.rb +141 -0
- data/lib/datadog_api_client/v2/models/product_analytics_audience_segment_subquery.rb +144 -0
- data/lib/datadog_api_client/v2/models/product_analytics_audience_user_subquery.rb +133 -0
- data/lib/datadog_api_client/v2/models/product_analytics_base_query.rb +65 -0
- data/lib/datadog_api_client/v2/models/product_analytics_compute.rb +143 -0
- data/lib/datadog_api_client/v2/models/product_analytics_event_query.rb +144 -0
- data/lib/datadog_api_client/v2/models/product_analytics_event_query_data_source.rb +26 -0
- data/lib/datadog_api_client/v2/models/product_analytics_event_search.rb +105 -0
- data/lib/datadog_api_client/v2/models/product_analytics_execution_type.rb +29 -0
- data/lib/datadog_api_client/v2/models/product_analytics_group_by.rb +163 -0
- data/lib/datadog_api_client/v2/models/product_analytics_group_by_sort.rb +125 -0
- data/lib/datadog_api_client/v2/models/product_analytics_interval.rb +137 -0
- data/lib/datadog_api_client/v2/models/product_analytics_occurrence_filter.rb +154 -0
- data/lib/datadog_api_client/v2/models/product_analytics_occurrence_query.rb +144 -0
- data/lib/datadog_api_client/v2/models/product_analytics_occurrence_query_data_source.rb +26 -0
- data/lib/datadog_api_client/v2/models/product_analytics_occurrence_search.rb +115 -0
- data/lib/datadog_api_client/v2/models/product_analytics_response_meta.rb +115 -0
- data/lib/datadog_api_client/v2/models/product_analytics_response_meta_status.rb +28 -0
- data/lib/datadog_api_client/v2/models/product_analytics_scalar_column.rb +137 -0
- data/lib/datadog_api_client/v2/models/product_analytics_scalar_column_meta.rb +115 -0
- data/lib/datadog_api_client/v2/models/product_analytics_scalar_column_type.rb +27 -0
- data/lib/datadog_api_client/v2/models/product_analytics_scalar_response.rb +115 -0
- data/lib/datadog_api_client/v2/models/product_analytics_scalar_response_attributes.rb +107 -0
- data/lib/datadog_api_client/v2/models/product_analytics_scalar_response_data.rb +125 -0
- data/lib/datadog_api_client/v2/models/product_analytics_scalar_response_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/product_analytics_serie.rb +129 -0
- data/lib/datadog_api_client/v2/models/product_analytics_timeseries_response.rb +115 -0
- data/lib/datadog_api_client/v2/models/product_analytics_timeseries_response_attributes.rb +143 -0
- data/lib/datadog_api_client/v2/models/product_analytics_timeseries_response_data.rb +125 -0
- data/lib/datadog_api_client/v2/models/product_analytics_timeseries_response_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/product_analytics_unit.rb +155 -0
- data/lib/datadog_api_client/v2/models/role_attributes.rb +15 -1
- data/lib/datadog_api_client/v2/models/role_clone_attributes.rb +17 -3
- data/lib/datadog_api_client/v2/models/role_create_attributes.rb +17 -3
- data/lib/datadog_api_client/v2/models/role_update_attributes.rb +15 -1
- data/lib/datadog_api_client/v2/models/seat_assignments_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/seat_user_data.rb +133 -0
- data/lib/datadog_api_client/v2/models/seat_user_data_array.rb +117 -0
- data/lib/datadog_api_client/v2/models/seat_user_data_attributes.rb +135 -0
- data/lib/datadog_api_client/v2/models/seat_user_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/seat_user_meta.rb +125 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_sort.rb +39 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_suppression_sort.rb +1 -0
- data/lib/datadog_api_client/v2/models/status_page_array.rb +1 -1
- data/lib/datadog_api_client/v2/models/status_pages_component_data_attributes_status.rb +1 -0
- data/lib/datadog_api_client/v2/models/status_pages_component_group_attributes_components_items_status.rb +1 -0
- data/lib/datadog_api_client/v2/models/synthetics_network_assertion.rb +65 -0
- data/lib/datadog_api_client/v2/models/synthetics_network_assertion_jitter.rb +165 -0
- data/lib/datadog_api_client/v2/models/synthetics_network_assertion_jitter_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/synthetics_network_assertion_latency.rb +186 -0
- data/lib/datadog_api_client/v2/models/synthetics_network_assertion_latency_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/synthetics_network_assertion_multi_network_hop.rb +186 -0
- data/lib/datadog_api_client/v2/models/synthetics_network_assertion_multi_network_hop_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/synthetics_network_assertion_operator.rb +31 -0
- data/lib/datadog_api_client/v2/models/synthetics_network_assertion_packet_loss_percentage.rb +173 -0
- data/lib/datadog_api_client/v2/models/synthetics_network_assertion_packet_loss_percentage_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/synthetics_network_assertion_property.rb +28 -0
- data/lib/datadog_api_client/v2/models/synthetics_network_test.rb +284 -0
- data/lib/datadog_api_client/v2/models/synthetics_network_test_config.rb +117 -0
- data/lib/datadog_api_client/v2/models/synthetics_network_test_edit.rb +144 -0
- data/lib/datadog_api_client/v2/models/synthetics_network_test_edit_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/synthetics_network_test_request.rb +237 -0
- data/lib/datadog_api_client/v2/models/synthetics_network_test_request_tcp_method.rb +28 -0
- data/lib/datadog_api_client/v2/models/synthetics_network_test_response.rb +105 -0
- data/lib/datadog_api_client/v2/models/synthetics_network_test_response_data.rb +125 -0
- data/lib/datadog_api_client/v2/models/synthetics_network_test_response_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/synthetics_network_test_sub_type.rb +28 -0
- data/lib/datadog_api_client/v2/models/synthetics_network_test_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/synthetics_test_options.rb +226 -0
- data/lib/datadog_api_client/v2/models/synthetics_test_options_monitor_options.rb +155 -0
- data/lib/datadog_api_client/v2/models/synthetics_test_options_monitor_options_notification_preset_name.rb +32 -0
- data/lib/datadog_api_client/v2/models/synthetics_test_options_retry.rb +117 -0
- data/lib/datadog_api_client/v2/models/synthetics_test_options_scheduling.rb +146 -0
- data/lib/datadog_api_client/v2/models/synthetics_test_options_scheduling_timeframe.rb +173 -0
- data/lib/datadog_api_client/v2/models/synthetics_test_pause_status.rb +28 -0
- data/lib/datadog_api_client/v2/models/trigger.rb +1 -0
- data/lib/datadog_api_client/v2/models/unassign_seats_user_request.rb +105 -0
- data/lib/datadog_api_client/v2/models/unassign_seats_user_request_data.rb +154 -0
- data/lib/datadog_api_client/v2/models/unassign_seats_user_request_data_attributes.rb +146 -0
- data/lib/datadog_api_client/v2/models/usage_attribution_types_attributes.rb +107 -0
- data/lib/datadog_api_client/v2/models/usage_attribution_types_body.rb +125 -0
- data/lib/datadog_api_client/v2/models/usage_attribution_types_response.rb +105 -0
- data/lib/datadog_api_client/v2/models/usage_attribution_types_type.rb +26 -0
- data/lib/datadog_api_client/version.rb +1 -1
- metadata +357 -5
|
@@ -979,8 +979,12 @@ components:
|
|
|
979
979
|
properties:
|
|
980
980
|
apm_query:
|
|
981
981
|
$ref: '#/components/schemas/LogQueryDefinition'
|
|
982
|
+
deprecated: true
|
|
983
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
982
984
|
audit_query:
|
|
983
985
|
$ref: '#/components/schemas/LogQueryDefinition'
|
|
986
|
+
deprecated: true
|
|
987
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
984
988
|
conditional_formats:
|
|
985
989
|
description: List of conditional formats.
|
|
986
990
|
example:
|
|
@@ -992,6 +996,8 @@ components:
|
|
|
992
996
|
type: array
|
|
993
997
|
event_query:
|
|
994
998
|
$ref: '#/components/schemas/LogQueryDefinition'
|
|
999
|
+
deprecated: true
|
|
1000
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
995
1001
|
formulas:
|
|
996
1002
|
description: List of formulas that operate on queries.
|
|
997
1003
|
items:
|
|
@@ -999,14 +1005,23 @@ components:
|
|
|
999
1005
|
type: array
|
|
1000
1006
|
log_query:
|
|
1001
1007
|
$ref: '#/components/schemas/LogQueryDefinition'
|
|
1008
|
+
deprecated: true
|
|
1009
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
1002
1010
|
network_query:
|
|
1003
1011
|
$ref: '#/components/schemas/LogQueryDefinition'
|
|
1012
|
+
deprecated: true
|
|
1013
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
1004
1014
|
process_query:
|
|
1005
1015
|
$ref: '#/components/schemas/ProcessQueryDefinition'
|
|
1016
|
+
deprecated: true
|
|
1017
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
1006
1018
|
profile_metrics_query:
|
|
1007
1019
|
$ref: '#/components/schemas/LogQueryDefinition'
|
|
1020
|
+
deprecated: true
|
|
1021
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
1008
1022
|
q:
|
|
1009
|
-
|
|
1023
|
+
deprecated: true
|
|
1024
|
+
description: Widget query. Deprecated - Use `queries` and `formulas` instead.
|
|
1010
1025
|
type: string
|
|
1011
1026
|
queries:
|
|
1012
1027
|
description: List of queries that can be returned directly or used in formulas.
|
|
@@ -1017,8 +1032,12 @@ components:
|
|
|
1017
1032
|
$ref: '#/components/schemas/FormulaAndFunctionResponseFormat'
|
|
1018
1033
|
rum_query:
|
|
1019
1034
|
$ref: '#/components/schemas/LogQueryDefinition'
|
|
1035
|
+
deprecated: true
|
|
1036
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
1020
1037
|
security_query:
|
|
1021
1038
|
$ref: '#/components/schemas/LogQueryDefinition'
|
|
1039
|
+
deprecated: true
|
|
1040
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
1022
1041
|
sort:
|
|
1023
1042
|
$ref: '#/components/schemas/WidgetSortBy'
|
|
1024
1043
|
style:
|
|
@@ -1143,12 +1162,16 @@ components:
|
|
|
1143
1162
|
properties:
|
|
1144
1163
|
apm_query:
|
|
1145
1164
|
$ref: '#/components/schemas/LogQueryDefinition'
|
|
1165
|
+
deprecated: true
|
|
1166
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
1146
1167
|
change_type:
|
|
1147
1168
|
$ref: '#/components/schemas/WidgetChangeType'
|
|
1148
1169
|
compare_to:
|
|
1149
1170
|
$ref: '#/components/schemas/WidgetCompareTo'
|
|
1150
1171
|
event_query:
|
|
1151
1172
|
$ref: '#/components/schemas/LogQueryDefinition'
|
|
1173
|
+
deprecated: true
|
|
1174
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
1152
1175
|
formulas:
|
|
1153
1176
|
description: List of formulas that operate on queries.
|
|
1154
1177
|
items:
|
|
@@ -1159,18 +1182,28 @@ components:
|
|
|
1159
1182
|
type: boolean
|
|
1160
1183
|
log_query:
|
|
1161
1184
|
$ref: '#/components/schemas/LogQueryDefinition'
|
|
1185
|
+
deprecated: true
|
|
1186
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
1162
1187
|
network_query:
|
|
1163
1188
|
$ref: '#/components/schemas/LogQueryDefinition'
|
|
1189
|
+
deprecated: true
|
|
1190
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
1164
1191
|
order_by:
|
|
1165
1192
|
$ref: '#/components/schemas/WidgetOrderBy'
|
|
1166
1193
|
order_dir:
|
|
1167
1194
|
$ref: '#/components/schemas/WidgetSort'
|
|
1168
1195
|
process_query:
|
|
1169
1196
|
$ref: '#/components/schemas/ProcessQueryDefinition'
|
|
1197
|
+
deprecated: true
|
|
1198
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
1170
1199
|
profile_metrics_query:
|
|
1171
1200
|
$ref: '#/components/schemas/LogQueryDefinition'
|
|
1201
|
+
deprecated: true
|
|
1202
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
1172
1203
|
q:
|
|
1173
|
-
|
|
1204
|
+
deprecated: true
|
|
1205
|
+
description: Query definition. Deprecated - Use `queries` and `formulas`
|
|
1206
|
+
instead.
|
|
1174
1207
|
type: string
|
|
1175
1208
|
queries:
|
|
1176
1209
|
description: List of queries that can be returned directly or used in formulas.
|
|
@@ -1181,8 +1214,12 @@ components:
|
|
|
1181
1214
|
$ref: '#/components/schemas/FormulaAndFunctionResponseFormat'
|
|
1182
1215
|
rum_query:
|
|
1183
1216
|
$ref: '#/components/schemas/LogQueryDefinition'
|
|
1217
|
+
deprecated: true
|
|
1218
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
1184
1219
|
security_query:
|
|
1185
1220
|
$ref: '#/components/schemas/LogQueryDefinition'
|
|
1221
|
+
deprecated: true
|
|
1222
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
1186
1223
|
show_present:
|
|
1187
1224
|
description: Whether to show the present value.
|
|
1188
1225
|
type: boolean
|
|
@@ -1919,8 +1956,6 @@ components:
|
|
|
1919
1956
|
description: "Array of one request object to display in the widget.\n\nSee
|
|
1920
1957
|
the dedicated [Request JSON schema documentation](https://docs.datadoghq.com/dashboards/graphing_json/request_json)\n
|
|
1921
1958
|
to learn how to build the `REQUEST_SCHEMA`."
|
|
1922
|
-
example:
|
|
1923
|
-
- q: host:X tags:Y
|
|
1924
1959
|
items:
|
|
1925
1960
|
$ref: '#/components/schemas/DistributionWidgetRequest'
|
|
1926
1961
|
maxItems: 1
|
|
@@ -1975,10 +2010,14 @@ components:
|
|
|
1975
2010
|
properties:
|
|
1976
2011
|
apm_query:
|
|
1977
2012
|
$ref: '#/components/schemas/LogQueryDefinition'
|
|
2013
|
+
deprecated: true
|
|
2014
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
1978
2015
|
apm_stats_query:
|
|
1979
2016
|
$ref: '#/components/schemas/ApmStatsQueryDefinition'
|
|
1980
2017
|
event_query:
|
|
1981
2018
|
$ref: '#/components/schemas/LogQueryDefinition'
|
|
2019
|
+
deprecated: true
|
|
2020
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
1982
2021
|
formulas:
|
|
1983
2022
|
description: List of formulas that operate on queries.
|
|
1984
2023
|
items:
|
|
@@ -1986,14 +2025,23 @@ components:
|
|
|
1986
2025
|
type: array
|
|
1987
2026
|
log_query:
|
|
1988
2027
|
$ref: '#/components/schemas/LogQueryDefinition'
|
|
2028
|
+
deprecated: true
|
|
2029
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
1989
2030
|
network_query:
|
|
1990
2031
|
$ref: '#/components/schemas/LogQueryDefinition'
|
|
2032
|
+
deprecated: true
|
|
2033
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
1991
2034
|
process_query:
|
|
1992
2035
|
$ref: '#/components/schemas/ProcessQueryDefinition'
|
|
2036
|
+
deprecated: true
|
|
2037
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
1993
2038
|
profile_metrics_query:
|
|
1994
2039
|
$ref: '#/components/schemas/LogQueryDefinition'
|
|
2040
|
+
deprecated: true
|
|
2041
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
1995
2042
|
q:
|
|
1996
|
-
|
|
2043
|
+
deprecated: true
|
|
2044
|
+
description: Widget query. Deprecated - Use `queries` and `formulas` instead.
|
|
1997
2045
|
type: string
|
|
1998
2046
|
queries:
|
|
1999
2047
|
description: List of queries that can be returned directly or used in formulas.
|
|
@@ -2004,12 +2052,20 @@ components:
|
|
|
2004
2052
|
$ref: '#/components/schemas/DistributionWidgetHistogramRequestQuery'
|
|
2005
2053
|
request_type:
|
|
2006
2054
|
$ref: '#/components/schemas/WidgetHistogramRequestType'
|
|
2055
|
+
description: Distribution of point values for distribution metrics. Renders
|
|
2056
|
+
a histogram of raw metric data points.
|
|
2007
2057
|
response_format:
|
|
2008
2058
|
$ref: '#/components/schemas/FormulaAndFunctionResponseFormat'
|
|
2059
|
+
description: Distribution of aggregated grouped queries. Use `request_type`
|
|
2060
|
+
instead for distribution of point values from distribution metrics.
|
|
2009
2061
|
rum_query:
|
|
2010
2062
|
$ref: '#/components/schemas/LogQueryDefinition'
|
|
2063
|
+
deprecated: true
|
|
2064
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
2011
2065
|
security_query:
|
|
2012
2066
|
$ref: '#/components/schemas/LogQueryDefinition'
|
|
2067
|
+
deprecated: true
|
|
2068
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
2013
2069
|
style:
|
|
2014
2070
|
$ref: '#/components/schemas/WidgetStyle'
|
|
2015
2071
|
type: object
|
|
@@ -2962,10 +3018,7 @@ components:
|
|
|
2962
3018
|
data_source:
|
|
2963
3019
|
$ref: '#/components/schemas/FormulaAndFunctionEventsDataSource'
|
|
2964
3020
|
group_by:
|
|
2965
|
-
|
|
2966
|
-
items:
|
|
2967
|
-
$ref: '#/components/schemas/FormulaAndFunctionEventQueryGroupBy'
|
|
2968
|
-
type: array
|
|
3021
|
+
$ref: '#/components/schemas/FormulaAndFunctionEventQueryGroupByConfig'
|
|
2969
3022
|
indexes:
|
|
2970
3023
|
description: An array of index names to query in the stream. Omit or use
|
|
2971
3024
|
`[]` to query all indexes at once.
|
|
@@ -3037,6 +3090,40 @@ components:
|
|
|
3037
3090
|
required:
|
|
3038
3091
|
- facet
|
|
3039
3092
|
type: object
|
|
3093
|
+
FormulaAndFunctionEventQueryGroupByConfig:
|
|
3094
|
+
description: Group by configuration for a formula and functions events query.
|
|
3095
|
+
Accepts either a list of facet objects or a flat object that specifies a list
|
|
3096
|
+
of facet fields.
|
|
3097
|
+
oneOf:
|
|
3098
|
+
- $ref: '#/components/schemas/FormulaAndFunctionEventQueryGroupByList'
|
|
3099
|
+
- $ref: '#/components/schemas/FormulaAndFunctionEventQueryGroupByFields'
|
|
3100
|
+
FormulaAndFunctionEventQueryGroupByFields:
|
|
3101
|
+
description: Flat group by configuration using multiple event facet fields.
|
|
3102
|
+
properties:
|
|
3103
|
+
fields:
|
|
3104
|
+
description: List of event facets to group by.
|
|
3105
|
+
example:
|
|
3106
|
+
- hostname
|
|
3107
|
+
- service
|
|
3108
|
+
items:
|
|
3109
|
+
description: Event facet.
|
|
3110
|
+
type: string
|
|
3111
|
+
type: array
|
|
3112
|
+
limit:
|
|
3113
|
+
description: Number of groups to return.
|
|
3114
|
+
example: 10
|
|
3115
|
+
format: int64
|
|
3116
|
+
type: integer
|
|
3117
|
+
sort:
|
|
3118
|
+
$ref: '#/components/schemas/FormulaAndFunctionEventQueryGroupBySort'
|
|
3119
|
+
required:
|
|
3120
|
+
- fields
|
|
3121
|
+
type: object
|
|
3122
|
+
FormulaAndFunctionEventQueryGroupByList:
|
|
3123
|
+
description: List of objects used to group by.
|
|
3124
|
+
items:
|
|
3125
|
+
$ref: '#/components/schemas/FormulaAndFunctionEventQueryGroupBy'
|
|
3126
|
+
type: array
|
|
3040
3127
|
FormulaAndFunctionEventQueryGroupBySort:
|
|
3041
3128
|
description: Options for sorting group by results.
|
|
3042
3129
|
properties:
|
|
@@ -3735,8 +3822,12 @@ components:
|
|
|
3735
3822
|
type: array
|
|
3736
3823
|
log_query:
|
|
3737
3824
|
$ref: '#/components/schemas/LogQueryDefinition'
|
|
3825
|
+
deprecated: true
|
|
3826
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
3738
3827
|
q:
|
|
3739
|
-
|
|
3828
|
+
deprecated: true
|
|
3829
|
+
description: The widget metrics query. Deprecated - Use `queries` and `formulas`
|
|
3830
|
+
instead.
|
|
3740
3831
|
type: string
|
|
3741
3832
|
queries:
|
|
3742
3833
|
description: List of queries that can be returned directly or used in formulas.
|
|
@@ -3749,8 +3840,12 @@ components:
|
|
|
3749
3840
|
$ref: '#/components/schemas/FormulaAndFunctionResponseFormat'
|
|
3750
3841
|
rum_query:
|
|
3751
3842
|
$ref: '#/components/schemas/LogQueryDefinition'
|
|
3843
|
+
deprecated: true
|
|
3844
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
3752
3845
|
security_query:
|
|
3753
3846
|
$ref: '#/components/schemas/LogQueryDefinition'
|
|
3847
|
+
deprecated: true
|
|
3848
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
3754
3849
|
sort:
|
|
3755
3850
|
$ref: '#/components/schemas/WidgetSortBy'
|
|
3756
3851
|
style:
|
|
@@ -3927,7 +4022,9 @@ components:
|
|
|
3927
4022
|
$ref: '#/components/schemas/WidgetCustomLink'
|
|
3928
4023
|
type: array
|
|
3929
4024
|
events:
|
|
3930
|
-
|
|
4025
|
+
deprecated: true
|
|
4026
|
+
description: List of widget events. Deprecated - Use `overlay` request type
|
|
4027
|
+
instead.
|
|
3931
4028
|
items:
|
|
3932
4029
|
$ref: '#/components/schemas/WidgetEvent'
|
|
3933
4030
|
type: array
|
|
@@ -3987,8 +4084,12 @@ components:
|
|
|
3987
4084
|
properties:
|
|
3988
4085
|
apm_query:
|
|
3989
4086
|
$ref: '#/components/schemas/LogQueryDefinition'
|
|
4087
|
+
deprecated: true
|
|
4088
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
3990
4089
|
event_query:
|
|
3991
4090
|
$ref: '#/components/schemas/EventQueryDefinition'
|
|
4091
|
+
deprecated: true
|
|
4092
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
3992
4093
|
formulas:
|
|
3993
4094
|
description: List of formulas that operate on queries.
|
|
3994
4095
|
items:
|
|
@@ -3996,14 +4097,23 @@ components:
|
|
|
3996
4097
|
type: array
|
|
3997
4098
|
log_query:
|
|
3998
4099
|
$ref: '#/components/schemas/LogQueryDefinition'
|
|
4100
|
+
deprecated: true
|
|
4101
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
3999
4102
|
network_query:
|
|
4000
4103
|
$ref: '#/components/schemas/LogQueryDefinition'
|
|
4104
|
+
deprecated: true
|
|
4105
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
4001
4106
|
process_query:
|
|
4002
4107
|
$ref: '#/components/schemas/ProcessQueryDefinition'
|
|
4108
|
+
deprecated: true
|
|
4109
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
4003
4110
|
profile_metrics_query:
|
|
4004
4111
|
$ref: '#/components/schemas/LogQueryDefinition'
|
|
4112
|
+
deprecated: true
|
|
4113
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
4005
4114
|
q:
|
|
4006
|
-
|
|
4115
|
+
deprecated: true
|
|
4116
|
+
description: Widget query. Deprecated - Use `queries` and `formulas` instead.
|
|
4007
4117
|
type: string
|
|
4008
4118
|
queries:
|
|
4009
4119
|
description: List of queries that can be returned directly or used in formulas.
|
|
@@ -4014,12 +4124,19 @@ components:
|
|
|
4014
4124
|
$ref: '#/components/schemas/FormulaAndFunctionMetricQueryDefinition'
|
|
4015
4125
|
request_type:
|
|
4016
4126
|
$ref: '#/components/schemas/WidgetHistogramRequestType'
|
|
4127
|
+
description: Applicable only for distribution of point values for distribution
|
|
4128
|
+
metrics.
|
|
4017
4129
|
response_format:
|
|
4018
4130
|
$ref: '#/components/schemas/FormulaAndFunctionResponseFormat'
|
|
4131
|
+
description: Applicable only for distribution of aggregated grouped queries.
|
|
4019
4132
|
rum_query:
|
|
4020
4133
|
$ref: '#/components/schemas/LogQueryDefinition'
|
|
4134
|
+
deprecated: true
|
|
4135
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
4021
4136
|
security_query:
|
|
4022
4137
|
$ref: '#/components/schemas/LogQueryDefinition'
|
|
4138
|
+
deprecated: true
|
|
4139
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
4023
4140
|
style:
|
|
4024
4141
|
$ref: '#/components/schemas/WidgetStyle'
|
|
4025
4142
|
type: object
|
|
@@ -4134,23 +4251,39 @@ components:
|
|
|
4134
4251
|
properties:
|
|
4135
4252
|
apm_query:
|
|
4136
4253
|
$ref: '#/components/schemas/LogQueryDefinition'
|
|
4254
|
+
deprecated: true
|
|
4255
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
4137
4256
|
event_query:
|
|
4138
4257
|
$ref: '#/components/schemas/LogQueryDefinition'
|
|
4258
|
+
deprecated: true
|
|
4259
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
4139
4260
|
log_query:
|
|
4140
4261
|
$ref: '#/components/schemas/LogQueryDefinition'
|
|
4262
|
+
deprecated: true
|
|
4263
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
4141
4264
|
network_query:
|
|
4142
4265
|
$ref: '#/components/schemas/LogQueryDefinition'
|
|
4266
|
+
deprecated: true
|
|
4267
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
4143
4268
|
process_query:
|
|
4144
4269
|
$ref: '#/components/schemas/ProcessQueryDefinition'
|
|
4270
|
+
deprecated: true
|
|
4271
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
4145
4272
|
profile_metrics_query:
|
|
4146
4273
|
$ref: '#/components/schemas/LogQueryDefinition'
|
|
4274
|
+
deprecated: true
|
|
4275
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
4147
4276
|
q:
|
|
4148
4277
|
description: Query definition.
|
|
4149
4278
|
type: string
|
|
4150
4279
|
rum_query:
|
|
4151
4280
|
$ref: '#/components/schemas/LogQueryDefinition'
|
|
4281
|
+
deprecated: true
|
|
4282
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
4152
4283
|
security_query:
|
|
4153
4284
|
$ref: '#/components/schemas/LogQueryDefinition'
|
|
4285
|
+
deprecated: true
|
|
4286
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
4154
4287
|
type: object
|
|
4155
4288
|
HostMapWidgetDefinition:
|
|
4156
4289
|
description: The host map widget graphs any metric across your hosts using the
|
|
@@ -4475,10 +4608,11 @@ components:
|
|
|
4475
4608
|
type: array
|
|
4476
4609
|
type: object
|
|
4477
4610
|
HourlyUsageAttributionUsageType:
|
|
4478
|
-
description: 'Supported products for hourly usage attribution requests.
|
|
4611
|
+
description: 'Supported products for hourly usage attribution requests. Usage
|
|
4612
|
+
types are in the format `<usage_type>_usage`.
|
|
4479
4613
|
|
|
4480
|
-
|
|
4481
|
-
|
|
4614
|
+
To obtain the complete list of valid usage types, make a request to the [Get
|
|
4615
|
+
usage attribution types API](https://docs.datadoghq.com/api/latest/usage-metering/#get-usage-attribution-types).'
|
|
4482
4616
|
enum:
|
|
4483
4617
|
- api_usage
|
|
4484
4618
|
- apm_fargate_usage
|
|
@@ -4490,6 +4624,8 @@ components:
|
|
|
4490
4624
|
- asm_serverless_traced_invocations_percentage
|
|
4491
4625
|
- bits_ai_investigations_usage
|
|
4492
4626
|
- browser_usage
|
|
4627
|
+
- ci_code_coverage_committers_percentage
|
|
4628
|
+
- ci_code_coverage_committers_usage
|
|
4493
4629
|
- ci_pipeline_indexed_spans_usage
|
|
4494
4630
|
- ci_test_indexed_spans_usage
|
|
4495
4631
|
- ci_visibility_itr_usage
|
|
@@ -4575,6 +4711,8 @@ components:
|
|
|
4575
4711
|
- ASM_SERVERLESS_TRACED_INVOCATIONS_PERCENTAGE
|
|
4576
4712
|
- BITS_AI_INVESTIGATIONS_USAGE
|
|
4577
4713
|
- BROWSER_USAGE
|
|
4714
|
+
- CI_CODE_COVERAGE_COMMITTERS_PERCENTAGE
|
|
4715
|
+
- CI_CODE_COVERAGE_COMMITTERS_USAGE
|
|
4578
4716
|
- CI_PIPELINE_INDEXED_SPANS_USAGE
|
|
4579
4717
|
- CI_TEST_INDEXED_SPANS_USAGE
|
|
4580
4718
|
- CI_VISIBILITY_ITR_USAGE
|
|
@@ -9028,7 +9166,11 @@ components:
|
|
|
9028
9166
|
type: array
|
|
9029
9167
|
type: object
|
|
9030
9168
|
MonthlyUsageAttributionSupportedMetrics:
|
|
9031
|
-
description: Supported metrics for monthly usage attribution requests.
|
|
9169
|
+
description: 'Supported metrics for monthly usage attribution requests. Usage
|
|
9170
|
+
types are in the format `<usage_type>_usage`.
|
|
9171
|
+
|
|
9172
|
+
To obtain the complete list of valid usage types, make a request to the [Get
|
|
9173
|
+
usage attribution types API](https://docs.datadoghq.com/api/latest/usage-metering/#get-usage-attribution-types).'
|
|
9032
9174
|
enum:
|
|
9033
9175
|
- api_usage
|
|
9034
9176
|
- api_percentage
|
|
@@ -9359,10 +9501,7 @@ components:
|
|
|
9359
9501
|
- SCA_FARGATE_PERCENTAGE
|
|
9360
9502
|
- ALL
|
|
9361
9503
|
MonthlyUsageAttributionValues:
|
|
9362
|
-
description:
|
|
9363
|
-
|
|
9364
|
-
The following values have been **deprecated**: `estimated_indexed_spans_usage`,
|
|
9365
|
-
`estimated_indexed_spans_percentage`, `estimated_ingested_spans_usage`, `estimated_ingested_spans_percentage`.'
|
|
9504
|
+
description: Fields in Usage Summary by tag(s).
|
|
9366
9505
|
properties:
|
|
9367
9506
|
api_percentage:
|
|
9368
9507
|
description: The percentage of synthetic API test usage by tag(s).
|
|
@@ -9442,6 +9581,14 @@ components:
|
|
|
9442
9581
|
description: The synthetic browser test usage by tag(s).
|
|
9443
9582
|
format: double
|
|
9444
9583
|
type: number
|
|
9584
|
+
ci_code_coverage_committers_percentage:
|
|
9585
|
+
description: The percentage of Code Coverage committers usage by tag(s).
|
|
9586
|
+
format: double
|
|
9587
|
+
type: number
|
|
9588
|
+
ci_code_coverage_committers_usage:
|
|
9589
|
+
description: The total Code Coverage committers usage by tag(s).
|
|
9590
|
+
format: double
|
|
9591
|
+
type: number
|
|
9445
9592
|
ci_pipeline_indexed_spans_percentage:
|
|
9446
9593
|
description: The percentage of CI Pipeline Indexed Spans usage by tag(s).
|
|
9447
9594
|
format: double
|
|
@@ -11430,8 +11577,12 @@ components:
|
|
|
11430
11577
|
$ref: '#/components/schemas/WidgetAggregator'
|
|
11431
11578
|
apm_query:
|
|
11432
11579
|
$ref: '#/components/schemas/LogQueryDefinition'
|
|
11580
|
+
deprecated: true
|
|
11581
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
11433
11582
|
audit_query:
|
|
11434
11583
|
$ref: '#/components/schemas/LogQueryDefinition'
|
|
11584
|
+
deprecated: true
|
|
11585
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
11435
11586
|
conditional_formats:
|
|
11436
11587
|
description: List of conditional formats.
|
|
11437
11588
|
items:
|
|
@@ -11439,6 +11590,8 @@ components:
|
|
|
11439
11590
|
type: array
|
|
11440
11591
|
event_query:
|
|
11441
11592
|
$ref: '#/components/schemas/LogQueryDefinition'
|
|
11593
|
+
deprecated: true
|
|
11594
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
11442
11595
|
formulas:
|
|
11443
11596
|
description: List of formulas that operate on queries.
|
|
11444
11597
|
items:
|
|
@@ -11446,14 +11599,23 @@ components:
|
|
|
11446
11599
|
type: array
|
|
11447
11600
|
log_query:
|
|
11448
11601
|
$ref: '#/components/schemas/LogQueryDefinition'
|
|
11602
|
+
deprecated: true
|
|
11603
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
11449
11604
|
network_query:
|
|
11450
11605
|
$ref: '#/components/schemas/LogQueryDefinition'
|
|
11606
|
+
deprecated: true
|
|
11607
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
11451
11608
|
process_query:
|
|
11452
11609
|
$ref: '#/components/schemas/ProcessQueryDefinition'
|
|
11610
|
+
deprecated: true
|
|
11611
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
11453
11612
|
profile_metrics_query:
|
|
11454
11613
|
$ref: '#/components/schemas/LogQueryDefinition'
|
|
11614
|
+
deprecated: true
|
|
11615
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
11455
11616
|
q:
|
|
11456
|
-
|
|
11617
|
+
deprecated: true
|
|
11618
|
+
description: Widget query. Deprecated - Use `queries` and `formulas` instead.
|
|
11457
11619
|
type: string
|
|
11458
11620
|
queries:
|
|
11459
11621
|
description: List of queries that can be returned directly or used in formulas.
|
|
@@ -11464,8 +11626,12 @@ components:
|
|
|
11464
11626
|
$ref: '#/components/schemas/FormulaAndFunctionResponseFormat'
|
|
11465
11627
|
rum_query:
|
|
11466
11628
|
$ref: '#/components/schemas/LogQueryDefinition'
|
|
11629
|
+
deprecated: true
|
|
11630
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
11467
11631
|
security_query:
|
|
11468
11632
|
$ref: '#/components/schemas/LogQueryDefinition'
|
|
11633
|
+
deprecated: true
|
|
11634
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
11469
11635
|
type: object
|
|
11470
11636
|
ReferenceTableLogsLookupProcessor:
|
|
11471
11637
|
description: '**Note**: Reference Tables are in public beta.
|
|
@@ -13197,23 +13363,39 @@ components:
|
|
|
13197
13363
|
$ref: '#/components/schemas/ScatterplotWidgetAggregator'
|
|
13198
13364
|
apm_query:
|
|
13199
13365
|
$ref: '#/components/schemas/LogQueryDefinition'
|
|
13366
|
+
deprecated: true
|
|
13367
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
13200
13368
|
event_query:
|
|
13201
13369
|
$ref: '#/components/schemas/LogQueryDefinition'
|
|
13370
|
+
deprecated: true
|
|
13371
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
13202
13372
|
log_query:
|
|
13203
13373
|
$ref: '#/components/schemas/LogQueryDefinition'
|
|
13374
|
+
deprecated: true
|
|
13375
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
13204
13376
|
network_query:
|
|
13205
13377
|
$ref: '#/components/schemas/LogQueryDefinition'
|
|
13378
|
+
deprecated: true
|
|
13379
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
13206
13380
|
process_query:
|
|
13207
13381
|
$ref: '#/components/schemas/ProcessQueryDefinition'
|
|
13382
|
+
deprecated: true
|
|
13383
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
13208
13384
|
profile_metrics_query:
|
|
13209
13385
|
$ref: '#/components/schemas/LogQueryDefinition'
|
|
13386
|
+
deprecated: true
|
|
13387
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
13210
13388
|
q:
|
|
13211
13389
|
description: Query definition.
|
|
13212
13390
|
type: string
|
|
13213
13391
|
rum_query:
|
|
13214
13392
|
$ref: '#/components/schemas/LogQueryDefinition'
|
|
13393
|
+
deprecated: true
|
|
13394
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
13215
13395
|
security_query:
|
|
13216
13396
|
$ref: '#/components/schemas/LogQueryDefinition'
|
|
13397
|
+
deprecated: true
|
|
13398
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
13217
13399
|
type: object
|
|
13218
13400
|
ScatterPlotWidgetDefinition:
|
|
13219
13401
|
description: The scatter plot visualization allows you to graph a chosen scope
|
|
@@ -14999,10 +15181,16 @@ components:
|
|
|
14999
15181
|
properties:
|
|
15000
15182
|
apm_query:
|
|
15001
15183
|
$ref: '#/components/schemas/LogQueryDefinition'
|
|
15184
|
+
deprecated: true
|
|
15185
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
15002
15186
|
audit_query:
|
|
15003
15187
|
$ref: '#/components/schemas/LogQueryDefinition'
|
|
15188
|
+
deprecated: true
|
|
15189
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
15004
15190
|
event_query:
|
|
15005
15191
|
$ref: '#/components/schemas/LogQueryDefinition'
|
|
15192
|
+
deprecated: true
|
|
15193
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
15006
15194
|
formulas:
|
|
15007
15195
|
description: List of formulas that operate on queries.
|
|
15008
15196
|
items:
|
|
@@ -15010,14 +15198,23 @@ components:
|
|
|
15010
15198
|
type: array
|
|
15011
15199
|
log_query:
|
|
15012
15200
|
$ref: '#/components/schemas/LogQueryDefinition'
|
|
15201
|
+
deprecated: true
|
|
15202
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
15013
15203
|
network_query:
|
|
15014
15204
|
$ref: '#/components/schemas/LogQueryDefinition'
|
|
15205
|
+
deprecated: true
|
|
15206
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
15015
15207
|
process_query:
|
|
15016
15208
|
$ref: '#/components/schemas/ProcessQueryDefinition'
|
|
15209
|
+
deprecated: true
|
|
15210
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
15017
15211
|
profile_metrics_query:
|
|
15018
15212
|
$ref: '#/components/schemas/LogQueryDefinition'
|
|
15213
|
+
deprecated: true
|
|
15214
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
15019
15215
|
q:
|
|
15020
|
-
|
|
15216
|
+
deprecated: true
|
|
15217
|
+
description: Widget query. Deprecated - Use `queries` and `formulas` instead.
|
|
15021
15218
|
type: string
|
|
15022
15219
|
queries:
|
|
15023
15220
|
description: List of queries that can be returned directly or used in formulas.
|
|
@@ -15028,8 +15225,12 @@ components:
|
|
|
15028
15225
|
$ref: '#/components/schemas/FormulaAndFunctionResponseFormat'
|
|
15029
15226
|
rum_query:
|
|
15030
15227
|
$ref: '#/components/schemas/LogQueryDefinition'
|
|
15228
|
+
deprecated: true
|
|
15229
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
15031
15230
|
security_query:
|
|
15032
15231
|
$ref: '#/components/schemas/LogQueryDefinition'
|
|
15232
|
+
deprecated: true
|
|
15233
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
15033
15234
|
style:
|
|
15034
15235
|
$ref: '#/components/schemas/WidgetStyle'
|
|
15035
15236
|
type: object
|
|
@@ -15720,6 +15921,8 @@ components:
|
|
|
15720
15921
|
- grpcMetadata
|
|
15721
15922
|
- grpcProto
|
|
15722
15923
|
- connection
|
|
15924
|
+
- multiNetworkHop
|
|
15925
|
+
- jitter
|
|
15723
15926
|
example: statusCode
|
|
15724
15927
|
type: string
|
|
15725
15928
|
x-enum-varnames:
|
|
@@ -15742,6 +15945,8 @@ components:
|
|
|
15742
15945
|
- GRPC_METADATA
|
|
15743
15946
|
- GRPC_PROTO
|
|
15744
15947
|
- CONNECTION
|
|
15948
|
+
- MULTI_NETWORK_HOP
|
|
15949
|
+
- JITTER
|
|
15745
15950
|
SyntheticsAssertionXPathOperator:
|
|
15746
15951
|
description: Assertion operator to apply.
|
|
15747
15952
|
enum:
|
|
@@ -18125,16 +18330,18 @@ components:
|
|
|
18125
18330
|
- WEBSOCKET
|
|
18126
18331
|
- GRPC
|
|
18127
18332
|
SyntheticsTestDetailsType:
|
|
18128
|
-
description: Type of the Synthetic test
|
|
18333
|
+
description: Type of the Synthetic test.
|
|
18129
18334
|
enum:
|
|
18130
18335
|
- api
|
|
18131
18336
|
- browser
|
|
18132
18337
|
- mobile
|
|
18338
|
+
- network
|
|
18133
18339
|
type: string
|
|
18134
18340
|
x-enum-varnames:
|
|
18135
18341
|
- API
|
|
18136
18342
|
- BROWSER
|
|
18137
18343
|
- MOBILE
|
|
18344
|
+
- NETWORK
|
|
18138
18345
|
SyntheticsTestDetailsWithoutSteps:
|
|
18139
18346
|
description: Object containing details about your Synthetic test, without test
|
|
18140
18347
|
steps.
|
|
@@ -18605,6 +18812,10 @@ components:
|
|
|
18605
18812
|
description: Content of the file.
|
|
18606
18813
|
maxLength: 3145728
|
|
18607
18814
|
type: string
|
|
18815
|
+
encoding:
|
|
18816
|
+
description: Encoding of the file content. The only supported value is `base64`,
|
|
18817
|
+
indicating the `content` field contains base64-encoded data.
|
|
18818
|
+
type: string
|
|
18608
18819
|
name:
|
|
18609
18820
|
description: Name of the file.
|
|
18610
18821
|
maxLength: 1500
|
|
@@ -19026,6 +19237,8 @@ components:
|
|
|
19026
19237
|
type: string
|
|
19027
19238
|
apm_query:
|
|
19028
19239
|
$ref: '#/components/schemas/LogQueryDefinition'
|
|
19240
|
+
deprecated: true
|
|
19241
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
19029
19242
|
apm_stats_query:
|
|
19030
19243
|
$ref: '#/components/schemas/ApmStatsQueryDefinition'
|
|
19031
19244
|
cell_display_mode:
|
|
@@ -19040,6 +19253,8 @@ components:
|
|
|
19040
19253
|
type: array
|
|
19041
19254
|
event_query:
|
|
19042
19255
|
$ref: '#/components/schemas/LogQueryDefinition'
|
|
19256
|
+
deprecated: true
|
|
19257
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
19043
19258
|
formulas:
|
|
19044
19259
|
description: List of formulas that operate on queries.
|
|
19045
19260
|
items:
|
|
@@ -19052,16 +19267,26 @@ components:
|
|
|
19052
19267
|
type: integer
|
|
19053
19268
|
log_query:
|
|
19054
19269
|
$ref: '#/components/schemas/LogQueryDefinition'
|
|
19270
|
+
deprecated: true
|
|
19271
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
19055
19272
|
network_query:
|
|
19056
19273
|
$ref: '#/components/schemas/LogQueryDefinition'
|
|
19274
|
+
deprecated: true
|
|
19275
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
19057
19276
|
order:
|
|
19058
19277
|
$ref: '#/components/schemas/WidgetSort'
|
|
19059
19278
|
process_query:
|
|
19060
19279
|
$ref: '#/components/schemas/ProcessQueryDefinition'
|
|
19280
|
+
deprecated: true
|
|
19281
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
19061
19282
|
profile_metrics_query:
|
|
19062
19283
|
$ref: '#/components/schemas/LogQueryDefinition'
|
|
19284
|
+
deprecated: true
|
|
19285
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
19063
19286
|
q:
|
|
19064
|
-
|
|
19287
|
+
deprecated: true
|
|
19288
|
+
description: Query definition. Deprecated - Use `queries` and `formulas`
|
|
19289
|
+
instead.
|
|
19065
19290
|
type: string
|
|
19066
19291
|
queries:
|
|
19067
19292
|
description: List of queries that can be returned directly or used in formulas.
|
|
@@ -19072,8 +19297,12 @@ components:
|
|
|
19072
19297
|
$ref: '#/components/schemas/FormulaAndFunctionResponseFormat'
|
|
19073
19298
|
rum_query:
|
|
19074
19299
|
$ref: '#/components/schemas/LogQueryDefinition'
|
|
19300
|
+
deprecated: true
|
|
19301
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
19075
19302
|
security_query:
|
|
19076
19303
|
$ref: '#/components/schemas/LogQueryDefinition'
|
|
19304
|
+
deprecated: true
|
|
19305
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
19077
19306
|
sort:
|
|
19078
19307
|
$ref: '#/components/schemas/WidgetSortBy'
|
|
19079
19308
|
text_formats:
|
|
@@ -19317,7 +19546,9 @@ components:
|
|
|
19317
19546
|
$ref: '#/components/schemas/WidgetCustomLink'
|
|
19318
19547
|
type: array
|
|
19319
19548
|
events:
|
|
19320
|
-
|
|
19549
|
+
deprecated: true
|
|
19550
|
+
description: List of widget events. Deprecated - Use `overlay` request type
|
|
19551
|
+
instead.
|
|
19321
19552
|
items:
|
|
19322
19553
|
$ref: '#/components/schemas/WidgetEvent'
|
|
19323
19554
|
type: array
|
|
@@ -19419,12 +19650,18 @@ components:
|
|
|
19419
19650
|
properties:
|
|
19420
19651
|
apm_query:
|
|
19421
19652
|
$ref: '#/components/schemas/LogQueryDefinition'
|
|
19653
|
+
deprecated: true
|
|
19654
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
19422
19655
|
audit_query:
|
|
19423
19656
|
$ref: '#/components/schemas/LogQueryDefinition'
|
|
19657
|
+
deprecated: true
|
|
19658
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
19424
19659
|
display_type:
|
|
19425
19660
|
$ref: '#/components/schemas/WidgetDisplayType'
|
|
19426
19661
|
event_query:
|
|
19427
19662
|
$ref: '#/components/schemas/LogQueryDefinition'
|
|
19663
|
+
deprecated: true
|
|
19664
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
19428
19665
|
formulas:
|
|
19429
19666
|
description: List of formulas that operate on queries.
|
|
19430
19667
|
items:
|
|
@@ -19432,6 +19669,8 @@ components:
|
|
|
19432
19669
|
type: array
|
|
19433
19670
|
log_query:
|
|
19434
19671
|
$ref: '#/components/schemas/LogQueryDefinition'
|
|
19672
|
+
deprecated: true
|
|
19673
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
19435
19674
|
metadata:
|
|
19436
19675
|
description: Used to define expression aliases.
|
|
19437
19676
|
items:
|
|
@@ -19439,15 +19678,22 @@ components:
|
|
|
19439
19678
|
type: array
|
|
19440
19679
|
network_query:
|
|
19441
19680
|
$ref: '#/components/schemas/LogQueryDefinition'
|
|
19681
|
+
deprecated: true
|
|
19682
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
19442
19683
|
on_right_yaxis:
|
|
19443
19684
|
description: Whether or not to display a second y-axis on the right.
|
|
19444
19685
|
type: boolean
|
|
19445
19686
|
process_query:
|
|
19446
19687
|
$ref: '#/components/schemas/ProcessQueryDefinition'
|
|
19688
|
+
deprecated: true
|
|
19689
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
19447
19690
|
profile_metrics_query:
|
|
19448
19691
|
$ref: '#/components/schemas/LogQueryDefinition'
|
|
19692
|
+
deprecated: true
|
|
19693
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
19449
19694
|
q:
|
|
19450
|
-
|
|
19695
|
+
deprecated: true
|
|
19696
|
+
description: Widget query. Deprecated - Use `queries` and `formulas` instead.
|
|
19451
19697
|
type: string
|
|
19452
19698
|
queries:
|
|
19453
19699
|
description: List of queries that can be returned directly or used in formulas.
|
|
@@ -19458,8 +19704,12 @@ components:
|
|
|
19458
19704
|
$ref: '#/components/schemas/FormulaAndFunctionResponseFormat'
|
|
19459
19705
|
rum_query:
|
|
19460
19706
|
$ref: '#/components/schemas/LogQueryDefinition'
|
|
19707
|
+
deprecated: true
|
|
19708
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
19461
19709
|
security_query:
|
|
19462
19710
|
$ref: '#/components/schemas/LogQueryDefinition'
|
|
19711
|
+
deprecated: true
|
|
19712
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
19463
19713
|
style:
|
|
19464
19714
|
$ref: '#/components/schemas/WidgetRequestStyle'
|
|
19465
19715
|
type: object
|
|
@@ -19546,8 +19796,12 @@ components:
|
|
|
19546
19796
|
properties:
|
|
19547
19797
|
apm_query:
|
|
19548
19798
|
$ref: '#/components/schemas/LogQueryDefinition'
|
|
19799
|
+
deprecated: true
|
|
19800
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
19549
19801
|
audit_query:
|
|
19550
19802
|
$ref: '#/components/schemas/LogQueryDefinition'
|
|
19803
|
+
deprecated: true
|
|
19804
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
19551
19805
|
conditional_formats:
|
|
19552
19806
|
description: List of conditional formats.
|
|
19553
19807
|
example:
|
|
@@ -19560,6 +19814,8 @@ components:
|
|
|
19560
19814
|
type: array
|
|
19561
19815
|
event_query:
|
|
19562
19816
|
$ref: '#/components/schemas/LogQueryDefinition'
|
|
19817
|
+
deprecated: true
|
|
19818
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
19563
19819
|
formulas:
|
|
19564
19820
|
description: List of formulas that operate on queries.
|
|
19565
19821
|
items:
|
|
@@ -19567,14 +19823,23 @@ components:
|
|
|
19567
19823
|
type: array
|
|
19568
19824
|
log_query:
|
|
19569
19825
|
$ref: '#/components/schemas/LogQueryDefinition'
|
|
19826
|
+
deprecated: true
|
|
19827
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
19570
19828
|
network_query:
|
|
19571
19829
|
$ref: '#/components/schemas/LogQueryDefinition'
|
|
19830
|
+
deprecated: true
|
|
19831
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
19572
19832
|
process_query:
|
|
19573
19833
|
$ref: '#/components/schemas/ProcessQueryDefinition'
|
|
19834
|
+
deprecated: true
|
|
19835
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
19574
19836
|
profile_metrics_query:
|
|
19575
19837
|
$ref: '#/components/schemas/LogQueryDefinition'
|
|
19838
|
+
deprecated: true
|
|
19839
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
19576
19840
|
q:
|
|
19577
|
-
|
|
19841
|
+
deprecated: true
|
|
19842
|
+
description: Widget query. Deprecated - Use `queries` and `formulas` instead.
|
|
19578
19843
|
type: string
|
|
19579
19844
|
queries:
|
|
19580
19845
|
description: List of queries that can be returned directly or used in formulas.
|
|
@@ -19585,8 +19850,12 @@ components:
|
|
|
19585
19850
|
$ref: '#/components/schemas/FormulaAndFunctionResponseFormat'
|
|
19586
19851
|
rum_query:
|
|
19587
19852
|
$ref: '#/components/schemas/LogQueryDefinition'
|
|
19853
|
+
deprecated: true
|
|
19854
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
19588
19855
|
security_query:
|
|
19589
19856
|
$ref: '#/components/schemas/LogQueryDefinition'
|
|
19857
|
+
deprecated: true
|
|
19858
|
+
description: Deprecated - Use `queries` and `formulas` instead.
|
|
19590
19859
|
sort:
|
|
19591
19860
|
$ref: '#/components/schemas/WidgetSortBy'
|
|
19592
19861
|
style:
|
|
@@ -19810,7 +20079,9 @@ components:
|
|
|
19810
20079
|
$ref: '#/components/schemas/WidgetFormula'
|
|
19811
20080
|
type: array
|
|
19812
20081
|
q:
|
|
19813
|
-
|
|
20082
|
+
deprecated: true
|
|
20083
|
+
description: The widget metrics query. Deprecated - Use `queries` and `formulas`
|
|
20084
|
+
instead.
|
|
19814
20085
|
type: string
|
|
19815
20086
|
queries:
|
|
19816
20087
|
description: List of queries that can be returned directly or used in formulas.
|
|
@@ -19978,7 +20249,8 @@ components:
|
|
|
19978
20249
|
description: The account public ID.
|
|
19979
20250
|
type: string
|
|
19980
20251
|
billing_plan:
|
|
19981
|
-
|
|
20252
|
+
deprecated: true
|
|
20253
|
+
description: The billing plan (metadata). (Deprecated from June 2026)
|
|
19982
20254
|
type: string
|
|
19983
20255
|
end_date:
|
|
19984
20256
|
description: Shows the last date of usage.
|
|
@@ -25470,6 +25742,7 @@ components:
|
|
|
25470
25742
|
- LINE
|
|
25471
25743
|
- OVERLAY
|
|
25472
25744
|
WidgetEvent:
|
|
25745
|
+
deprecated: true
|
|
25473
25746
|
description: 'Event overlay control options.
|
|
25474
25747
|
|
|
25475
25748
|
|
|
@@ -25637,7 +25910,9 @@ components:
|
|
|
25637
25910
|
- CHECK
|
|
25638
25911
|
- CLUSTER
|
|
25639
25912
|
WidgetHistogramRequestType:
|
|
25640
|
-
description: Request type for
|
|
25913
|
+
description: Request type for distribution of point values for distribution
|
|
25914
|
+
metrics. Query space aggregator must be `histogram:<metric name>` for points
|
|
25915
|
+
distributions.
|
|
25641
25916
|
enum:
|
|
25642
25917
|
- histogram
|
|
25643
25918
|
example: histogram
|
|
@@ -25937,8 +26212,8 @@ components:
|
|
|
25937
26212
|
description: Used for fixed span times, such as 'March 1 to March 7'.
|
|
25938
26213
|
properties:
|
|
25939
26214
|
from:
|
|
25940
|
-
description: Start time in
|
|
25941
|
-
example:
|
|
26215
|
+
description: Start time in milliseconds since epoch.
|
|
26216
|
+
example: 1712080128000
|
|
25942
26217
|
format: int64
|
|
25943
26218
|
minimum: 0
|
|
25944
26219
|
type: integer
|
|
@@ -25946,8 +26221,8 @@ components:
|
|
|
25946
26221
|
description: Whether to hide incomplete cost data in the widget.
|
|
25947
26222
|
type: boolean
|
|
25948
26223
|
to:
|
|
25949
|
-
description: End time in
|
|
25950
|
-
example:
|
|
26224
|
+
description: End time in milliseconds since epoch.
|
|
26225
|
+
example: 1712083128000
|
|
25951
26226
|
format: int64
|
|
25952
26227
|
minimum: 0
|
|
25953
26228
|
type: integer
|
|
@@ -35519,7 +35794,7 @@ paths:
|
|
|
35519
35794
|
get:
|
|
35520
35795
|
description: 'Get the detailed configuration associated with
|
|
35521
35796
|
|
|
35522
|
-
a Synthetic
|
|
35797
|
+
a Synthetic mobile test.'
|
|
35523
35798
|
operationId: GetMobileTest
|
|
35524
35799
|
parameters:
|
|
35525
35800
|
- description: The public ID of the test to get details from.
|
|
@@ -35556,7 +35831,7 @@ paths:
|
|
|
35556
35831
|
appKeyAuth: []
|
|
35557
35832
|
- AuthZ:
|
|
35558
35833
|
- synthetics_read
|
|
35559
|
-
summary: Get a
|
|
35834
|
+
summary: Get a mobile test
|
|
35560
35835
|
tags:
|
|
35561
35836
|
- Synthetics
|
|
35562
35837
|
x-permission:
|
|
@@ -35564,7 +35839,7 @@ paths:
|
|
|
35564
35839
|
permissions:
|
|
35565
35840
|
- synthetics_read
|
|
35566
35841
|
put:
|
|
35567
|
-
description: Edit the configuration of a Synthetic
|
|
35842
|
+
description: Edit the configuration of a Synthetic mobile test.
|
|
35568
35843
|
operationId: UpdateMobileTest
|
|
35569
35844
|
parameters:
|
|
35570
35845
|
- description: The public ID of the test to get details from.
|
|
@@ -35618,7 +35893,7 @@ paths:
|
|
|
35618
35893
|
appKeyAuth: []
|
|
35619
35894
|
- AuthZ:
|
|
35620
35895
|
- synthetics_write
|
|
35621
|
-
summary: Edit a
|
|
35896
|
+
summary: Edit a mobile test
|
|
35622
35897
|
tags:
|
|
35623
35898
|
- Synthetics
|
|
35624
35899
|
x-codegen-request-body-name: body
|
|
@@ -37232,10 +37507,7 @@ paths:
|
|
|
37232
37507
|
code example:\n\n```\nresponse := GetHourlyUsageAttribution(start_month)\ncursor
|
|
37233
37508
|
:= response.metadata.pagination.next_record_id\nWHILE cursor != null BEGIN\n
|
|
37234
37509
|
\ sleep(5 seconds) # Avoid running into rate limit\n response := GetHourlyUsageAttribution(start_month,
|
|
37235
|
-
next_record_id=cursor)\n cursor := response.metadata.pagination.next_record_id\nEND\n
|
|
37236
|
-
following values have been **deprecated**:\n `estimated_indexed_spans_usage`,
|
|
37237
|
-
`estimated_indexed_spans_percentage`, `estimated_ingested_spans_usage`, `estimated_ingested_spans_percentage`,
|
|
37238
|
-
`llm_observability_usage`, `llm_observability_percentage`."
|
|
37510
|
+
next_record_id=cursor)\n cursor := response.metadata.pagination.next_record_id\nEND\n```"
|
|
37239
37511
|
operationId: GetHourlyUsageAttribution
|
|
37240
37512
|
parameters:
|
|
37241
37513
|
- description: 'Datetime in ISO-8601 format, UTC, precise to hour: `[YYYY-MM-DDThh]`
|
|
@@ -37256,9 +37528,14 @@ paths:
|
|
|
37256
37528
|
schema:
|
|
37257
37529
|
format: date-time
|
|
37258
37530
|
type: string
|
|
37259
|
-
- description: 'Usage type to retrieve.
|
|
37531
|
+
- description: 'Usage type to retrieve. Usage types are in the format `<usage_type>_usage`.
|
|
37532
|
+
|
|
37533
|
+
Example: `infra_host_usage`
|
|
37260
37534
|
|
|
37261
|
-
|
|
37535
|
+
To obtain the complete list of active usage types that can be used to replace
|
|
37536
|
+
|
|
37537
|
+
`<usage_type>` in the field names, make a request to the [Get usage attribution
|
|
37538
|
+
types API](https://docs.datadoghq.com/api/latest/usage-metering/#get-usage-attribution-types).'
|
|
37262
37539
|
in: query
|
|
37263
37540
|
name: usage_type
|
|
37264
37541
|
required: true
|
|
@@ -37811,10 +38088,15 @@ paths:
|
|
|
37811
38088
|
- description: 'Comma-separated list of usage types to return, or `*` for all
|
|
37812
38089
|
usage types.
|
|
37813
38090
|
|
|
37814
|
-
|
|
38091
|
+
Usage types are in the format `<usage_type>_usage` and `<usage_type>_percentage`.
|
|
38092
|
+
|
|
38093
|
+
Example: `infra_host_usage,infra_host_percentage`
|
|
37815
38094
|
|
|
37816
|
-
|
|
37817
|
-
|
|
38095
|
+
To obtain the complete list of usage attribution types that can be used
|
|
38096
|
+
to replace
|
|
38097
|
+
|
|
38098
|
+
`<usage_type>` in the field names, make a request to the [Get usage attribution
|
|
38099
|
+
types API](https://docs.datadoghq.com/api/latest/usage-metering/#get-usage-attribution-types).'
|
|
37818
38100
|
in: query
|
|
37819
38101
|
name: fields
|
|
37820
38102
|
required: true
|
|
@@ -37826,12 +38108,15 @@ paths:
|
|
|
37826
38108
|
required: false
|
|
37827
38109
|
schema:
|
|
37828
38110
|
$ref: '#/components/schemas/UsageSortDirection'
|
|
37829
|
-
- description: 'The field to sort by.
|
|
38111
|
+
- description: 'The field to sort by. Sort fields are in the format `<usage_type>_usage`.
|
|
38112
|
+
|
|
38113
|
+
Example: `infra_host_usage`
|
|
37830
38114
|
|
|
37831
|
-
|
|
38115
|
+
To obtain the complete list of usage attribution types that can be used
|
|
38116
|
+
to replace
|
|
37832
38117
|
|
|
37833
|
-
|
|
37834
|
-
|
|
38118
|
+
`<usage_type>` in the field names, make a request to the [Get usage attribution
|
|
38119
|
+
types API](https://docs.datadoghq.com/api/latest/usage-metering/#get-usage-attribution-types).'
|
|
37835
38120
|
in: query
|
|
37836
38121
|
name: sort_name
|
|
37837
38122
|
required: false
|
|
@@ -39523,18 +39808,21 @@ tags:
|
|
|
39523
39808
|
name: Slack Integration
|
|
39524
39809
|
- description: Take graph snapshots using the API.
|
|
39525
39810
|
name: Snapshots
|
|
39526
|
-
- description: '
|
|
39527
|
-
|
|
39811
|
+
- description: 'Synthetic tests use simulated requests and actions so you can monitor
|
|
39812
|
+
the availability and performance of systems and applications. Datadog supports
|
|
39813
|
+
the following types of synthetic tests:
|
|
39814
|
+
|
|
39815
|
+
- [API tests](https://docs.datadoghq.com/synthetics/api_tests/)
|
|
39816
|
+
|
|
39817
|
+
- [Browser tests](https://docs.datadoghq.com/synthetics/browser_tests)
|
|
39528
39818
|
|
|
39529
|
-
|
|
39530
|
-
come in
|
|
39819
|
+
- [Network Path tests](https://docs.datadoghq.com/synthetics/network_path_tests/)
|
|
39531
39820
|
|
|
39532
|
-
|
|
39821
|
+
- [Mobile Application tests](https://docs.datadoghq.com/synthetics/mobile_app_testing)
|
|
39533
39822
|
|
|
39534
|
-
and [browser tests](https://docs.datadoghq.com/synthetics/browser_tests). You
|
|
39535
|
-
can use Datadog''s API to
|
|
39536
39823
|
|
|
39537
|
-
manage
|
|
39824
|
+
You can use the Datadog API to create, manage, and organize tests and test suites
|
|
39825
|
+
programmatically.
|
|
39538
39826
|
|
|
39539
39827
|
|
|
39540
39828
|
For more information, see the [Synthetic Monitoring documentation](https://docs.datadoghq.com/synthetics/).'
|