datadog_api_client 2.4.0 → 2.6.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/.apigentools-info +4 -4
- data/.generator/schemas/v1/openapi.yaml +522 -42
- data/.generator/schemas/v2/openapi.yaml +2305 -133
- data/.generator/src/generator/templates/configuration.j2 +14 -4
- data/.generator/src/generator/templates/model_base.j2 +6 -0
- data/.generator/src/generator/templates/model_generic.j2 +23 -4
- data/.generator/src/generator/templates/package.j2 +0 -1
- data/.github/workflows/approved_status.yml +1 -1
- data/.github/workflows/docs.yml +3 -3
- data/.github/workflows/prepare_release.yml +3 -3
- data/.github/workflows/release.yml +2 -2
- data/.github/workflows/stale.yml +1 -1
- data/.github/workflows/test.yml +19 -20
- data/.github/workflows/test_integration.yml +3 -3
- data/.pre-commit-config.yaml +1 -1
- data/CHANGELOG.md +48 -0
- data/examples/v1/dashboards/CreateDashboard_41622531.rb +56 -0
- data/examples/v1/monitors/CreateMonitor_2012680290.rb +1 -1
- data/examples/v1/service-level-objective-corrections/ListSLOCorrection.rb +5 -1
- data/examples/v1/service-level-objectives/CreateSLO.rb +3 -0
- data/examples/v1/service-level-objectives/UpdateSLO.rb +3 -0
- data/examples/v1/synthetics/CreateGlobalVariable_1068962881.rb +6 -0
- data/examples/v1/synthetics/CreateSyntheticsAPITest.rb +1 -1
- data/examples/v1/synthetics/CreateSyntheticsAPITest_1279271422.rb +1 -1
- data/examples/v1/synthetics/CreateSyntheticsAPITest_1402674167.rb +1 -1
- data/examples/v1/synthetics/CreateSyntheticsAPITest_1487281163.rb +11 -1
- data/examples/v1/synthetics/CreateSyntheticsAPITest_960766374.rb +109 -0
- data/examples/v1/synthetics/CreateSyntheticsBrowserTest.rb +2 -1
- data/examples/v1/synthetics/CreateSyntheticsBrowserTest_2932742688.rb +1 -1
- data/examples/v1/synthetics/ListTests.rb +1 -1
- data/examples/v1/synthetics/UpdateAPITest.rb +1 -1
- data/examples/v1/synthetics/UpdateBrowserTest.rb +3 -1
- data/examples/v2/ci-visibility-pipelines/AggregateCIAppPipelineEvents.rb +1 -4
- data/examples/v2/ci-visibility-pipelines/ListCIAppPipelineEvents.rb +1 -1
- data/examples/v2/ci-visibility-tests/AggregateCIAppTestEvents.rb +0 -3
- data/examples/v2/incidents/SearchIncidents.rb +8 -0
- data/examples/v2/logs-metrics/CreateLogsMetric.rb +3 -1
- data/examples/v2/logs-metrics/UpdateLogsMetric_1901534424.rb +19 -0
- data/examples/v2/metrics/QueryScalarData.rb +35 -0
- data/examples/v2/metrics/QueryTimeseriesData.rb +35 -0
- data/examples/v2/security-monitoring/CreateSecurityMonitoringRule_1092490364.rb +41 -0
- data/examples/v2/security-monitoring/GetSecurityMonitoringRule_3370522281.rb +8 -0
- data/examples/v2/security-monitoring/UpdateSecurityMonitoringRule_428087276.rb +36 -0
- data/examples/v2/sensitive-data-scanner/CreateScanningGroup.rb +36 -0
- data/examples/v2/sensitive-data-scanner/CreateScanningRule.rb +34 -0
- data/examples/v2/sensitive-data-scanner/DeleteScanningGroup.rb +12 -0
- data/examples/v2/sensitive-data-scanner/DeleteScanningRule.rb +12 -0
- data/examples/v2/sensitive-data-scanner/ListScanningGroups.rb +5 -0
- data/examples/v2/sensitive-data-scanner/ListStandardPatterns.rb +5 -0
- data/examples/v2/sensitive-data-scanner/ReorderScanningGroups.rb +29 -0
- data/examples/v2/sensitive-data-scanner/UpdateScanningGroup.rb +40 -0
- data/examples/v2/sensitive-data-scanner/UpdateScanningRule.rb +38 -0
- data/examples/v2/usage-metering/GetHistoricalCostByOrg.rb +1 -1
- data/lib/datadog_api_client/configuration.rb +17 -4
- data/lib/datadog_api_client/inflector.rb +125 -1
- data/lib/datadog_api_client/models.rb +0 -1
- data/lib/datadog_api_client/v1/api/events_api.rb +1 -1
- data/lib/datadog_api_client/v1/api/monitors_api.rb +2 -0
- data/lib/datadog_api_client/v1/api/service_level_objective_corrections_api.rb +4 -0
- data/lib/datadog_api_client/v1/api/synthetics_api.rb +6 -2
- data/lib/datadog_api_client/v1/api/usage_metering_api.rb +5 -5
- data/lib/datadog_api_client/v1/model_base.rb +6 -0
- data/lib/datadog_api_client/v1/models/add_signal_to_incident_request.rb +1 -8
- data/lib/datadog_api_client/v1/models/alert_graph_widget_definition.rb +3 -10
- data/lib/datadog_api_client/v1/models/alert_value_widget_definition.rb +2 -9
- data/lib/datadog_api_client/v1/models/api_error_response.rb +1 -8
- data/lib/datadog_api_client/v1/models/api_key.rb +1 -8
- data/lib/datadog_api_client/v1/models/api_key_list_response.rb +0 -7
- data/lib/datadog_api_client/v1/models/api_key_response.rb +0 -7
- data/lib/datadog_api_client/v1/models/apm_stats_query_column_type.rb +1 -8
- data/lib/datadog_api_client/v1/models/apm_stats_query_definition.rb +5 -12
- data/lib/datadog_api_client/v1/models/application_key.rb +1 -8
- data/lib/datadog_api_client/v1/models/application_key_list_response.rb +0 -7
- data/lib/datadog_api_client/v1/models/application_key_response.rb +0 -7
- data/lib/datadog_api_client/v1/models/authentication_validation_response.rb +0 -7
- data/lib/datadog_api_client/v1/models/aws_account.rb +0 -7
- data/lib/datadog_api_client/v1/models/aws_account_and_lambda_request.rb +2 -9
- data/lib/datadog_api_client/v1/models/aws_account_create_response.rb +0 -7
- data/lib/datadog_api_client/v1/models/aws_account_delete_request.rb +0 -7
- data/lib/datadog_api_client/v1/models/aws_account_list_response.rb +0 -7
- data/lib/datadog_api_client/v1/models/aws_logs_async_error.rb +0 -7
- data/lib/datadog_api_client/v1/models/aws_logs_async_response.rb +0 -7
- data/lib/datadog_api_client/v1/models/aws_logs_lambda.rb +0 -7
- data/lib/datadog_api_client/v1/models/aws_logs_list_response.rb +0 -7
- data/lib/datadog_api_client/v1/models/aws_logs_list_services_response.rb +0 -7
- data/lib/datadog_api_client/v1/models/aws_logs_services_request.rb +2 -9
- data/lib/datadog_api_client/v1/models/aws_tag_filter.rb +0 -7
- data/lib/datadog_api_client/v1/models/aws_tag_filter_create_request.rb +0 -7
- data/lib/datadog_api_client/v1/models/aws_tag_filter_delete_request.rb +0 -7
- data/lib/datadog_api_client/v1/models/aws_tag_filter_list_response.rb +0 -7
- data/lib/datadog_api_client/v1/models/azure_account.rb +0 -7
- data/lib/datadog_api_client/v1/models/cancel_downtimes_by_scope_request.rb +1 -8
- data/lib/datadog_api_client/v1/models/canceled_downtimes_ids.rb +0 -7
- data/lib/datadog_api_client/v1/models/change_widget_definition.rb +2 -9
- data/lib/datadog_api_client/v1/models/change_widget_request.rb +0 -7
- data/lib/datadog_api_client/v1/models/check_can_delete_monitor_response.rb +1 -8
- data/lib/datadog_api_client/v1/models/check_can_delete_monitor_response_data.rb +0 -7
- data/lib/datadog_api_client/v1/models/check_can_delete_slo_response.rb +0 -7
- data/lib/datadog_api_client/v1/models/check_can_delete_slo_response_data.rb +0 -7
- data/lib/datadog_api_client/v1/models/check_status_widget_definition.rb +3 -10
- data/lib/datadog_api_client/v1/models/dashboard.rb +3 -3
- data/lib/datadog_api_client/v1/models/dashboard_bulk_action_data.rb +2 -9
- data/lib/datadog_api_client/v1/models/dashboard_bulk_delete_request.rb +1 -8
- data/lib/datadog_api_client/v1/models/dashboard_delete_response.rb +0 -7
- data/lib/datadog_api_client/v1/models/dashboard_list.rb +1 -8
- data/lib/datadog_api_client/v1/models/dashboard_list_delete_response.rb +0 -7
- data/lib/datadog_api_client/v1/models/dashboard_list_list_response.rb +0 -7
- data/lib/datadog_api_client/v1/models/dashboard_restore_request.rb +1 -8
- data/lib/datadog_api_client/v1/models/dashboard_summary.rb +0 -7
- data/lib/datadog_api_client/v1/models/dashboard_template_variable.rb +1 -1
- data/lib/datadog_api_client/v1/models/dashboard_template_variable_preset.rb +0 -7
- data/lib/datadog_api_client/v1/models/dashboard_template_variable_preset_value.rb +1 -8
- data/lib/datadog_api_client/v1/models/deleted_monitor.rb +0 -7
- data/lib/datadog_api_client/v1/models/distribution_points_payload.rb +1 -8
- data/lib/datadog_api_client/v1/models/distribution_points_series.rb +2 -9
- data/lib/datadog_api_client/v1/models/distribution_widget_definition.rb +2 -9
- data/lib/datadog_api_client/v1/models/distribution_widget_request.rb +0 -7
- data/lib/datadog_api_client/v1/models/distribution_widget_x_axis.rb +0 -7
- data/lib/datadog_api_client/v1/models/distribution_widget_y_axis.rb +0 -7
- data/lib/datadog_api_client/v1/models/downtime.rb +3 -3
- data/lib/datadog_api_client/v1/models/downtime_child.rb +3 -3
- data/lib/datadog_api_client/v1/models/downtime_recurrence.rb +2 -2
- data/lib/datadog_api_client/v1/models/event.rb +1 -1
- data/lib/datadog_api_client/v1/models/event_create_request.rb +3 -3
- data/lib/datadog_api_client/v1/models/event_create_response.rb +0 -7
- data/lib/datadog_api_client/v1/models/event_list_response.rb +0 -7
- data/lib/datadog_api_client/v1/models/event_query_definition.rb +2 -9
- data/lib/datadog_api_client/v1/models/event_response.rb +0 -7
- data/lib/datadog_api_client/v1/models/event_stream_widget_definition.rb +2 -9
- data/lib/datadog_api_client/v1/models/event_timeline_widget_definition.rb +2 -9
- data/lib/datadog_api_client/v1/models/formula_and_function_apm_dependency_stats_query_definition.rb +7 -14
- data/lib/datadog_api_client/v1/models/formula_and_function_apm_resource_stats_query_definition.rb +5 -12
- data/lib/datadog_api_client/v1/models/formula_and_function_event_query_definition.rb +3 -10
- data/lib/datadog_api_client/v1/models/formula_and_function_event_query_definition_compute.rb +1 -8
- data/lib/datadog_api_client/v1/models/formula_and_function_event_query_definition_search.rb +1 -8
- data/lib/datadog_api_client/v1/models/formula_and_function_event_query_group_by.rb +1 -8
- data/lib/datadog_api_client/v1/models/formula_and_function_event_query_group_by_sort.rb +1 -8
- data/lib/datadog_api_client/v1/models/formula_and_function_metric_query_definition.rb +3 -10
- data/lib/datadog_api_client/v1/models/formula_and_function_process_query_definition.rb +3 -10
- data/lib/datadog_api_client/v1/models/free_text_widget_definition.rb +2 -9
- data/lib/datadog_api_client/v1/models/funnel_query.rb +3 -10
- data/lib/datadog_api_client/v1/models/funnel_step.rb +2 -9
- data/lib/datadog_api_client/v1/models/funnel_widget_definition.rb +2 -9
- data/lib/datadog_api_client/v1/models/funnel_widget_request.rb +2 -9
- data/lib/datadog_api_client/v1/models/gcp_account.rb +0 -7
- data/lib/datadog_api_client/v1/models/geomap_widget_definition.rb +4 -11
- data/lib/datadog_api_client/v1/models/geomap_widget_definition_style.rb +2 -9
- data/lib/datadog_api_client/v1/models/geomap_widget_definition_view.rb +1 -8
- data/lib/datadog_api_client/v1/models/geomap_widget_request.rb +0 -7
- data/lib/datadog_api_client/v1/models/graph_snapshot.rb +0 -7
- data/lib/datadog_api_client/v1/models/group_widget_definition.rb +3 -10
- data/lib/datadog_api_client/v1/models/heat_map_widget_definition.rb +2 -9
- data/lib/datadog_api_client/v1/models/heat_map_widget_request.rb +0 -7
- data/lib/datadog_api_client/v1/models/host.rb +0 -7
- data/lib/datadog_api_client/v1/models/host_list_response.rb +0 -7
- data/lib/datadog_api_client/v1/models/host_map_request.rb +0 -7
- data/lib/datadog_api_client/v1/models/host_map_widget_definition.rb +2 -9
- data/lib/datadog_api_client/v1/models/host_map_widget_definition_requests.rb +0 -7
- data/lib/datadog_api_client/v1/models/host_map_widget_definition_style.rb +0 -7
- data/lib/datadog_api_client/v1/models/host_meta.rb +0 -7
- data/lib/datadog_api_client/v1/models/host_meta_install_method.rb +0 -7
- data/lib/datadog_api_client/v1/models/host_metrics.rb +0 -7
- data/lib/datadog_api_client/v1/models/host_mute_response.rb +0 -7
- data/lib/datadog_api_client/v1/models/host_mute_settings.rb +0 -7
- data/lib/datadog_api_client/v1/models/host_tags.rb +0 -7
- data/lib/datadog_api_client/v1/models/host_totals.rb +0 -7
- data/lib/datadog_api_client/v1/models/hourly_usage_attribution_body.rb +0 -7
- data/lib/datadog_api_client/v1/models/hourly_usage_attribution_metadata.rb +0 -7
- data/lib/datadog_api_client/v1/models/hourly_usage_attribution_response.rb +0 -7
- data/lib/datadog_api_client/v1/models/hourly_usage_attribution_usage_type.rb +2 -1
- data/lib/datadog_api_client/v1/models/http_log_error.rb +2 -9
- data/lib/datadog_api_client/v1/models/http_log_item.rb +1 -8
- data/lib/datadog_api_client/v1/models/i_frame_widget_definition.rb +2 -9
- data/lib/datadog_api_client/v1/models/idp_form_data.rb +1 -8
- data/lib/datadog_api_client/v1/models/idp_response.rb +1 -8
- data/lib/datadog_api_client/v1/models/image_widget_definition.rb +2 -9
- data/lib/datadog_api_client/v1/models/intake_payload_accepted.rb +0 -7
- data/lib/datadog_api_client/v1/models/ip_prefixes_agents.rb +0 -7
- data/lib/datadog_api_client/v1/models/ip_prefixes_api.rb +0 -7
- data/lib/datadog_api_client/v1/models/ip_prefixes_apm.rb +0 -7
- data/lib/datadog_api_client/v1/models/ip_prefixes_logs.rb +0 -7
- data/lib/datadog_api_client/v1/models/ip_prefixes_process.rb +0 -7
- data/lib/datadog_api_client/v1/models/ip_prefixes_synthetics.rb +0 -7
- data/lib/datadog_api_client/v1/models/ip_prefixes_synthetics_private_locations.rb +0 -7
- data/lib/datadog_api_client/v1/models/ip_prefixes_webhooks.rb +0 -7
- data/lib/datadog_api_client/v1/models/ip_ranges.rb +0 -7
- data/lib/datadog_api_client/v1/models/list_stream_column.rb +2 -9
- data/lib/datadog_api_client/v1/models/list_stream_query.rb +2 -9
- data/lib/datadog_api_client/v1/models/list_stream_widget_definition.rb +2 -9
- data/lib/datadog_api_client/v1/models/list_stream_widget_request.rb +3 -10
- data/lib/datadog_api_client/v1/models/log.rb +0 -7
- data/lib/datadog_api_client/v1/models/log_content.rb +0 -7
- data/lib/datadog_api_client/v1/models/log_query_definition.rb +0 -7
- data/lib/datadog_api_client/v1/models/log_query_definition_group_by.rb +1 -8
- data/lib/datadog_api_client/v1/models/log_query_definition_group_by_sort.rb +2 -9
- data/lib/datadog_api_client/v1/models/log_query_definition_search.rb +1 -8
- data/lib/datadog_api_client/v1/models/log_stream_widget_definition.rb +1 -8
- data/lib/datadog_api_client/v1/models/logs_api_error.rb +0 -7
- data/lib/datadog_api_client/v1/models/logs_api_error_response.rb +0 -7
- data/lib/datadog_api_client/v1/models/logs_arithmetic_processor.rb +3 -10
- data/lib/datadog_api_client/v1/models/logs_attribute_remapper.rb +3 -10
- data/lib/datadog_api_client/v1/models/logs_by_retention.rb +0 -7
- data/lib/datadog_api_client/v1/models/logs_by_retention_monthly_usage.rb +0 -7
- data/lib/datadog_api_client/v1/models/logs_by_retention_org_usage.rb +0 -7
- data/lib/datadog_api_client/v1/models/logs_by_retention_orgs.rb +0 -7
- data/lib/datadog_api_client/v1/models/logs_category_processor.rb +3 -10
- data/lib/datadog_api_client/v1/models/logs_category_processor_category.rb +0 -7
- data/lib/datadog_api_client/v1/models/logs_date_remapper.rb +2 -9
- data/lib/datadog_api_client/v1/models/logs_exclusion.rb +1 -8
- data/lib/datadog_api_client/v1/models/logs_exclusion_filter.rb +1 -8
- data/lib/datadog_api_client/v1/models/logs_filter.rb +0 -7
- data/lib/datadog_api_client/v1/models/logs_geo_ip_parser.rb +3 -10
- data/lib/datadog_api_client/v1/models/logs_grok_parser.rb +4 -11
- data/lib/datadog_api_client/v1/models/logs_grok_parser_rules.rb +1 -8
- data/lib/datadog_api_client/v1/models/logs_index.rb +2 -9
- data/lib/datadog_api_client/v1/models/logs_index_list_response.rb +0 -7
- data/lib/datadog_api_client/v1/models/logs_index_update_request.rb +1 -8
- data/lib/datadog_api_client/v1/models/logs_indexes_order.rb +1 -8
- data/lib/datadog_api_client/v1/models/logs_list_request.rb +2 -9
- data/lib/datadog_api_client/v1/models/logs_list_request_time.rb +2 -9
- data/lib/datadog_api_client/v1/models/logs_list_response.rb +0 -7
- data/lib/datadog_api_client/v1/models/logs_lookup_processor.rb +4 -11
- data/lib/datadog_api_client/v1/models/logs_message_remapper.rb +2 -9
- data/lib/datadog_api_client/v1/models/logs_pipeline.rb +1 -8
- data/lib/datadog_api_client/v1/models/logs_pipeline_processor.rb +1 -8
- data/lib/datadog_api_client/v1/models/logs_pipelines_order.rb +1 -8
- data/lib/datadog_api_client/v1/models/logs_processor.rb +1 -0
- data/lib/datadog_api_client/v1/models/logs_query_compute.rb +1 -8
- data/lib/datadog_api_client/v1/models/logs_retention_agg_sum_usage.rb +0 -7
- data/lib/datadog_api_client/v1/models/logs_retention_sum_usage.rb +0 -7
- data/lib/datadog_api_client/v1/models/logs_service_remapper.rb +2 -9
- data/lib/datadog_api_client/v1/models/logs_status_remapper.rb +2 -9
- data/lib/datadog_api_client/v1/models/logs_string_builder_processor.rb +3 -10
- data/lib/datadog_api_client/v1/models/logs_trace_remapper.rb +1 -8
- data/lib/datadog_api_client/v1/models/logs_url_parser.rb +3 -3
- data/lib/datadog_api_client/v1/models/logs_user_agent_parser.rb +3 -10
- data/lib/datadog_api_client/v1/models/metric_metadata.rb +0 -7
- data/lib/datadog_api_client/v1/models/metric_search_response.rb +0 -7
- data/lib/datadog_api_client/v1/models/metric_search_response_results.rb +0 -7
- data/lib/datadog_api_client/v1/models/metrics_list_response.rb +0 -7
- data/lib/datadog_api_client/v1/models/metrics_payload.rb +1 -8
- data/lib/datadog_api_client/v1/models/metrics_query_metadata.rb +1 -1
- data/lib/datadog_api_client/v1/models/metrics_query_response.rb +0 -7
- data/lib/datadog_api_client/v1/models/metrics_query_unit.rb +0 -7
- data/lib/datadog_api_client/v1/models/monitor.rb +3 -3
- data/lib/datadog_api_client/v1/models/monitor_formula_and_function_event_query_definition.rb +3 -10
- data/lib/datadog_api_client/v1/models/monitor_formula_and_function_event_query_definition_compute.rb +1 -8
- data/lib/datadog_api_client/v1/models/monitor_formula_and_function_event_query_definition_search.rb +1 -8
- data/lib/datadog_api_client/v1/models/monitor_formula_and_function_event_query_group_by.rb +1 -8
- data/lib/datadog_api_client/v1/models/monitor_formula_and_function_event_query_group_by_sort.rb +1 -8
- data/lib/datadog_api_client/v1/models/monitor_group_search_response.rb +0 -7
- data/lib/datadog_api_client/v1/models/monitor_group_search_response_counts.rb +0 -7
- data/lib/datadog_api_client/v1/models/monitor_options.rb +12 -2
- data/lib/datadog_api_client/v1/models/monitor_options_aggregation.rb +0 -7
- data/lib/datadog_api_client/v1/models/monitor_options_scheduling_options.rb +0 -7
- data/lib/datadog_api_client/v1/models/monitor_options_scheduling_options_evaluation_window.rb +2 -9
- data/lib/datadog_api_client/v1/models/monitor_search_count_item.rb +0 -7
- data/lib/datadog_api_client/v1/models/monitor_search_response.rb +0 -7
- data/lib/datadog_api_client/v1/models/monitor_search_response_counts.rb +0 -7
- data/lib/datadog_api_client/v1/models/monitor_search_response_metadata.rb +0 -7
- data/lib/datadog_api_client/v1/models/monitor_search_result_notification.rb +0 -7
- data/lib/datadog_api_client/v1/models/monitor_state.rb +0 -7
- data/lib/datadog_api_client/v1/models/monitor_state_group.rb +0 -7
- data/lib/datadog_api_client/v1/models/monitor_summary_widget_definition.rb +2 -9
- data/lib/datadog_api_client/v1/models/monitor_update_request.rb +1 -1
- data/lib/datadog_api_client/v1/models/monthly_usage_attribution_body.rb +0 -7
- data/lib/datadog_api_client/v1/models/monthly_usage_attribution_metadata.rb +0 -7
- data/lib/datadog_api_client/v1/models/monthly_usage_attribution_response.rb +0 -7
- data/lib/datadog_api_client/v1/models/monthly_usage_attribution_supported_metrics.rb +4 -2
- data/lib/datadog_api_client/v1/models/monthly_usage_attribution_values.rb +161 -28
- data/lib/datadog_api_client/v1/models/note_widget_definition.rb +2 -9
- data/lib/datadog_api_client/v1/models/notebook_absolute_time.rb +2 -9
- data/lib/datadog_api_client/v1/models/notebook_cell_create_request.rb +2 -9
- data/lib/datadog_api_client/v1/models/notebook_cell_response.rb +3 -10
- data/lib/datadog_api_client/v1/models/notebook_cell_update_request.rb +3 -10
- data/lib/datadog_api_client/v1/models/notebook_create_data.rb +2 -9
- data/lib/datadog_api_client/v1/models/notebook_create_data_attributes.rb +3 -10
- data/lib/datadog_api_client/v1/models/notebook_create_request.rb +1 -8
- data/lib/datadog_api_client/v1/models/notebook_distribution_cell_attributes.rb +1 -1
- data/lib/datadog_api_client/v1/models/notebook_heat_map_cell_attributes.rb +1 -1
- data/lib/datadog_api_client/v1/models/notebook_log_stream_cell_attributes.rb +1 -1
- data/lib/datadog_api_client/v1/models/notebook_markdown_cell_attributes.rb +1 -8
- data/lib/datadog_api_client/v1/models/notebook_markdown_cell_definition.rb +2 -9
- data/lib/datadog_api_client/v1/models/notebook_relative_time.rb +1 -8
- data/lib/datadog_api_client/v1/models/notebook_response.rb +0 -7
- data/lib/datadog_api_client/v1/models/notebook_response_data.rb +3 -10
- data/lib/datadog_api_client/v1/models/notebook_response_data_attributes.rb +3 -10
- data/lib/datadog_api_client/v1/models/notebook_split_by.rb +2 -9
- data/lib/datadog_api_client/v1/models/notebook_timeseries_cell_attributes.rb +1 -1
- data/lib/datadog_api_client/v1/models/notebook_toplist_cell_attributes.rb +1 -1
- data/lib/datadog_api_client/v1/models/notebook_update_data.rb +2 -9
- data/lib/datadog_api_client/v1/models/notebook_update_data_attributes.rb +3 -10
- data/lib/datadog_api_client/v1/models/notebook_update_request.rb +1 -8
- data/lib/datadog_api_client/v1/models/notebooks_response.rb +0 -7
- data/lib/datadog_api_client/v1/models/notebooks_response_data.rb +3 -10
- data/lib/datadog_api_client/v1/models/notebooks_response_data_attributes.rb +1 -8
- data/lib/datadog_api_client/v1/models/notebooks_response_meta.rb +0 -7
- data/lib/datadog_api_client/v1/models/notebooks_response_page.rb +0 -7
- data/lib/datadog_api_client/v1/models/org_downgraded_response.rb +0 -7
- data/lib/datadog_api_client/v1/models/organization.rb +1 -8
- data/lib/datadog_api_client/v1/models/organization_billing.rb +0 -7
- data/lib/datadog_api_client/v1/models/organization_create_body.rb +1 -8
- data/lib/datadog_api_client/v1/models/organization_create_response.rb +0 -7
- data/lib/datadog_api_client/v1/models/organization_list_response.rb +0 -7
- data/lib/datadog_api_client/v1/models/organization_response.rb +0 -7
- data/lib/datadog_api_client/v1/models/organization_settings.rb +0 -7
- data/lib/datadog_api_client/v1/models/organization_settings_saml.rb +0 -7
- data/lib/datadog_api_client/v1/models/organization_settings_saml_autocreate_users_domains.rb +0 -7
- data/lib/datadog_api_client/v1/models/organization_settings_saml_idp_initiated_login.rb +0 -7
- data/lib/datadog_api_client/v1/models/organization_settings_saml_strict_mode.rb +0 -7
- data/lib/datadog_api_client/v1/models/organization_subscription.rb +0 -7
- data/lib/datadog_api_client/v1/models/pager_duty_service.rb +2 -9
- data/lib/datadog_api_client/v1/models/pager_duty_service_key.rb +1 -8
- data/lib/datadog_api_client/v1/models/pager_duty_service_name.rb +1 -8
- data/lib/datadog_api_client/v1/models/pagination.rb +0 -7
- data/lib/datadog_api_client/v1/models/process_query_definition.rb +2 -9
- data/lib/datadog_api_client/v1/models/query_value_widget_definition.rb +2 -9
- data/lib/datadog_api_client/v1/models/query_value_widget_request.rb +0 -7
- data/lib/datadog_api_client/v1/models/reference_table_logs_lookup_processor.rb +191 -0
- data/lib/datadog_api_client/v1/models/response_meta_attributes.rb +0 -7
- data/lib/datadog_api_client/v1/models/scatter_plot_request.rb +0 -7
- data/lib/datadog_api_client/v1/models/scatter_plot_widget_definition.rb +2 -9
- data/lib/datadog_api_client/v1/models/scatter_plot_widget_definition_requests.rb +0 -7
- data/lib/datadog_api_client/v1/models/scatterplot_table_request.rb +0 -7
- data/lib/datadog_api_client/v1/models/scatterplot_widget_formula.rb +2 -9
- data/lib/datadog_api_client/v1/models/search_service_level_objective.rb +0 -7
- data/lib/datadog_api_client/v1/models/search_service_level_objective_data.rb +0 -7
- data/lib/datadog_api_client/v1/models/search_slo_response.rb +0 -7
- data/lib/datadog_api_client/v1/models/search_slo_response_data.rb +0 -7
- data/lib/datadog_api_client/v1/models/search_slo_response_data_attributes.rb +0 -7
- data/lib/datadog_api_client/v1/models/search_slo_response_data_attributes_facets.rb +0 -7
- data/lib/datadog_api_client/v1/models/search_slo_response_data_attributes_facets_object_int.rb +0 -7
- data/lib/datadog_api_client/v1/models/search_slo_response_data_attributes_facets_object_string.rb +0 -7
- data/lib/datadog_api_client/v1/models/search_slo_response_meta.rb +0 -7
- data/lib/datadog_api_client/v1/models/search_slo_response_meta_page.rb +0 -7
- data/lib/datadog_api_client/v1/models/search_slo_threshold.rb +2 -2
- data/lib/datadog_api_client/v1/models/series.rb +2 -2
- data/lib/datadog_api_client/v1/models/service_check.rb +5 -12
- data/lib/datadog_api_client/v1/models/service_check_status.rb +1 -1
- data/lib/datadog_api_client/v1/models/service_level_objective.rb +41 -7
- data/lib/datadog_api_client/v1/models/service_level_objective_query.rb +2 -9
- data/lib/datadog_api_client/v1/models/service_level_objective_request.rb +41 -7
- data/lib/datadog_api_client/v1/models/service_map_widget_definition.rb +3 -10
- data/lib/datadog_api_client/v1/models/service_summary_widget_definition.rb +4 -11
- data/lib/datadog_api_client/v1/models/signal_assignee_update_request.rb +1 -8
- data/lib/datadog_api_client/v1/models/signal_state_update_request.rb +1 -8
- data/lib/datadog_api_client/v1/models/slack_integration_channel.rb +0 -7
- data/lib/datadog_api_client/v1/models/slack_integration_channel_display.rb +0 -7
- data/lib/datadog_api_client/v1/models/slo_bulk_delete_error.rb +3 -10
- data/lib/datadog_api_client/v1/models/slo_bulk_delete_response.rb +0 -7
- data/lib/datadog_api_client/v1/models/slo_bulk_delete_response_data.rb +0 -7
- data/lib/datadog_api_client/v1/models/slo_correction.rb +0 -7
- data/lib/datadog_api_client/v1/models/slo_correction_create_data.rb +1 -8
- data/lib/datadog_api_client/v1/models/slo_correction_create_request.rb +0 -7
- data/lib/datadog_api_client/v1/models/slo_correction_create_request_attributes.rb +3 -10
- data/lib/datadog_api_client/v1/models/slo_correction_list_response.rb +0 -7
- data/lib/datadog_api_client/v1/models/slo_correction_response.rb +0 -7
- data/lib/datadog_api_client/v1/models/slo_correction_response_attributes_modifier.rb +0 -7
- data/lib/datadog_api_client/v1/models/slo_correction_update_data.rb +0 -7
- data/lib/datadog_api_client/v1/models/slo_correction_update_request.rb +0 -7
- data/lib/datadog_api_client/v1/models/slo_correction_update_request_attributes.rb +0 -7
- data/lib/datadog_api_client/v1/models/slo_creator.rb +0 -7
- data/lib/datadog_api_client/v1/models/slo_delete_response.rb +0 -7
- data/lib/datadog_api_client/v1/models/slo_history_metrics.rb +7 -14
- data/lib/datadog_api_client/v1/models/slo_history_metrics_series.rb +3 -10
- data/lib/datadog_api_client/v1/models/slo_history_monitor.rb +0 -7
- data/lib/datadog_api_client/v1/models/slo_history_response.rb +0 -7
- data/lib/datadog_api_client/v1/models/slo_history_response_data.rb +0 -7
- data/lib/datadog_api_client/v1/models/slo_history_response_error.rb +0 -7
- data/lib/datadog_api_client/v1/models/slo_history_response_error_with_type.rb +2 -9
- data/lib/datadog_api_client/v1/models/slo_history_sli_data.rb +0 -7
- data/lib/datadog_api_client/v1/models/slo_list_response.rb +0 -7
- data/lib/datadog_api_client/v1/models/slo_list_response_metadata.rb +0 -7
- data/lib/datadog_api_client/v1/models/slo_list_response_metadata_page.rb +0 -7
- data/lib/datadog_api_client/v1/models/slo_list_widget_definition.rb +2 -9
- data/lib/datadog_api_client/v1/models/slo_list_widget_query.rb +2 -9
- data/lib/datadog_api_client/v1/models/slo_list_widget_request.rb +2 -9
- data/lib/datadog_api_client/v1/models/slo_raw_error_budget_remaining.rb +0 -7
- data/lib/datadog_api_client/v1/models/slo_response.rb +0 -7
- data/lib/datadog_api_client/v1/models/slo_response_data.rb +38 -4
- data/lib/datadog_api_client/v1/models/slo_threshold.rb +2 -9
- data/lib/datadog_api_client/v1/models/slo_widget_definition.rb +2 -9
- data/lib/datadog_api_client/v1/models/successful_signal_update_response.rb +0 -7
- data/lib/datadog_api_client/v1/models/sunburst_widget_definition.rb +2 -9
- data/lib/datadog_api_client/v1/models/sunburst_widget_legend_inline_automatic.rb +1 -8
- data/lib/datadog_api_client/v1/models/sunburst_widget_legend_table.rb +1 -8
- data/lib/datadog_api_client/v1/models/sunburst_widget_request.rb +0 -7
- data/lib/datadog_api_client/v1/models/synthetics_api_step.rb +4 -11
- data/lib/datadog_api_client/v1/models/synthetics_api_test.rb +6 -13
- data/lib/datadog_api_client/v1/models/synthetics_api_test_config.rb +0 -7
- data/lib/datadog_api_client/v1/models/synthetics_api_test_result_data.rb +0 -7
- data/lib/datadog_api_client/v1/models/synthetics_api_test_result_failure.rb +0 -7
- data/lib/datadog_api_client/v1/models/synthetics_api_test_result_full.rb +0 -7
- data/lib/datadog_api_client/v1/models/synthetics_api_test_result_full_check.rb +1 -8
- data/lib/datadog_api_client/v1/models/synthetics_api_test_result_short.rb +0 -7
- data/lib/datadog_api_client/v1/models/synthetics_api_test_result_short_result.rb +0 -7
- data/lib/datadog_api_client/v1/models/synthetics_assertion_json_path_target.rb +2 -9
- data/lib/datadog_api_client/v1/models/synthetics_assertion_json_path_target_target.rb +0 -7
- data/lib/datadog_api_client/v1/models/synthetics_assertion_target.rb +3 -10
- data/lib/datadog_api_client/v1/models/synthetics_assertion_x_path_target.rb +2 -9
- data/lib/datadog_api_client/v1/models/synthetics_assertion_x_path_target_target.rb +0 -7
- data/lib/datadog_api_client/v1/models/synthetics_basic_auth.rb +3 -1
- data/lib/datadog_api_client/v1/models/synthetics_basic_auth_digest.rb +2 -9
- data/lib/datadog_api_client/v1/models/synthetics_basic_auth_ntlm.rb +1 -8
- data/lib/datadog_api_client/v1/models/synthetics_basic_auth_oauth_client.rb +205 -0
- data/lib/datadog_api_client/v1/models/{http_method.rb → synthetics_basic_auth_oauth_client_type.rb} +3 -9
- data/lib/datadog_api_client/v1/models/synthetics_basic_auth_oauth_rop.rb +225 -0
- data/lib/datadog_api_client/v1/models/synthetics_basic_auth_oauth_rop_type.rb +26 -0
- data/lib/datadog_api_client/v1/models/synthetics_basic_auth_oauth_token_api_authentication.rb +27 -0
- data/lib/datadog_api_client/v1/models/synthetics_basic_auth_sigv4.rb +3 -10
- data/lib/datadog_api_client/v1/models/synthetics_basic_auth_web.rb +2 -9
- data/lib/datadog_api_client/v1/models/synthetics_batch_details.rb +0 -7
- data/lib/datadog_api_client/v1/models/synthetics_batch_details_data.rb +0 -7
- data/lib/datadog_api_client/v1/models/synthetics_batch_result.rb +0 -7
- data/lib/datadog_api_client/v1/models/synthetics_browser_error.rb +3 -10
- data/lib/datadog_api_client/v1/models/synthetics_browser_test.rb +6 -13
- data/lib/datadog_api_client/v1/models/synthetics_browser_test_config.rb +2 -9
- data/lib/datadog_api_client/v1/models/synthetics_browser_test_result_data.rb +0 -7
- data/lib/datadog_api_client/v1/models/synthetics_browser_test_result_failure.rb +0 -7
- data/lib/datadog_api_client/v1/models/synthetics_browser_test_result_full.rb +0 -7
- data/lib/datadog_api_client/v1/models/synthetics_browser_test_result_full_check.rb +1 -8
- data/lib/datadog_api_client/v1/models/synthetics_browser_test_result_short.rb +0 -7
- data/lib/datadog_api_client/v1/models/synthetics_browser_test_result_short_result.rb +0 -7
- data/lib/datadog_api_client/v1/models/synthetics_browser_test_rum_settings.rb +1 -8
- data/lib/datadog_api_client/v1/models/synthetics_browser_variable.rb +2 -9
- data/lib/datadog_api_client/v1/models/synthetics_ci_batch_metadata.rb +0 -7
- data/lib/datadog_api_client/v1/models/synthetics_ci_batch_metadata_ci.rb +0 -7
- data/lib/datadog_api_client/v1/models/synthetics_ci_batch_metadata_git.rb +0 -7
- data/lib/datadog_api_client/v1/models/synthetics_ci_batch_metadata_pipeline.rb +0 -7
- data/lib/datadog_api_client/v1/models/synthetics_ci_batch_metadata_provider.rb +0 -7
- data/lib/datadog_api_client/v1/models/synthetics_ci_test.rb +1 -8
- data/lib/datadog_api_client/v1/models/synthetics_ci_test_body.rb +0 -7
- data/lib/datadog_api_client/v1/models/synthetics_config_variable.rb +13 -10
- data/lib/datadog_api_client/v1/models/synthetics_core_web_vitals.rb +0 -7
- data/lib/datadog_api_client/v1/models/synthetics_delete_tests_payload.rb +0 -7
- data/lib/datadog_api_client/v1/models/synthetics_delete_tests_response.rb +0 -7
- data/lib/datadog_api_client/v1/models/synthetics_deleted_test.rb +0 -7
- data/lib/datadog_api_client/v1/models/synthetics_device.rb +4 -11
- data/lib/datadog_api_client/v1/models/synthetics_get_api_test_latest_results_response.rb +0 -7
- data/lib/datadog_api_client/v1/models/synthetics_get_browser_test_latest_results_response.rb +0 -7
- data/lib/datadog_api_client/v1/models/synthetics_global_variable.rb +4 -11
- data/lib/datadog_api_client/v1/models/synthetics_global_variable_attributes.rb +0 -7
- data/lib/datadog_api_client/v1/models/synthetics_global_variable_options.rb +91 -0
- data/lib/datadog_api_client/v1/models/synthetics_global_variable_parse_test_options.rb +1 -8
- data/lib/datadog_api_client/v1/models/synthetics_global_variable_totp_parameters.rb +131 -0
- data/lib/datadog_api_client/v1/models/synthetics_global_variable_value.rb +11 -8
- data/lib/datadog_api_client/v1/models/synthetics_list_global_variables_response.rb +0 -7
- data/lib/datadog_api_client/v1/models/synthetics_list_tests_response.rb +0 -7
- data/lib/datadog_api_client/v1/models/synthetics_location.rb +0 -7
- data/lib/datadog_api_client/v1/models/synthetics_locations.rb +0 -7
- data/lib/datadog_api_client/v1/models/synthetics_parsing_options.rb +0 -7
- data/lib/datadog_api_client/v1/models/synthetics_private_location.rb +3 -10
- data/lib/datadog_api_client/v1/models/synthetics_private_location_creation_response.rb +0 -7
- data/lib/datadog_api_client/v1/models/synthetics_private_location_creation_response_result_encryption.rb +0 -7
- data/lib/datadog_api_client/v1/models/synthetics_private_location_metadata.rb +0 -7
- data/lib/datadog_api_client/v1/models/synthetics_private_location_secrets.rb +0 -7
- data/lib/datadog_api_client/v1/models/synthetics_private_location_secrets_authentication.rb +0 -7
- data/lib/datadog_api_client/v1/models/synthetics_private_location_secrets_config_decryption.rb +0 -7
- data/lib/datadog_api_client/v1/models/synthetics_ssl_certificate.rb +0 -7
- data/lib/datadog_api_client/v1/models/synthetics_ssl_certificate_issuer.rb +0 -7
- data/lib/datadog_api_client/v1/models/synthetics_ssl_certificate_subject.rb +0 -7
- data/lib/datadog_api_client/v1/models/synthetics_step.rb +0 -7
- data/lib/datadog_api_client/v1/models/synthetics_step_detail.rb +0 -7
- data/lib/datadog_api_client/v1/models/synthetics_step_detail_warning.rb +2 -9
- data/lib/datadog_api_client/v1/models/synthetics_test_call_type.rb +27 -0
- data/lib/datadog_api_client/v1/models/synthetics_test_ci_options.rb +0 -7
- data/lib/datadog_api_client/v1/models/synthetics_test_config.rb +0 -7
- data/lib/datadog_api_client/v1/models/synthetics_test_details.rb +0 -7
- data/lib/datadog_api_client/v1/models/synthetics_test_options.rb +2 -9
- data/lib/datadog_api_client/v1/models/synthetics_test_options_monitor_options.rb +1 -8
- data/lib/datadog_api_client/v1/models/synthetics_test_options_retry.rb +0 -7
- data/lib/datadog_api_client/v1/models/synthetics_test_request.rb +16 -13
- data/lib/datadog_api_client/v1/models/synthetics_test_request_certificate.rb +0 -7
- data/lib/datadog_api_client/v1/models/synthetics_test_request_certificate_item.rb +0 -7
- data/lib/datadog_api_client/v1/models/synthetics_test_request_proxy.rb +1 -8
- data/lib/datadog_api_client/v1/models/synthetics_timing.rb +0 -7
- data/lib/datadog_api_client/v1/models/synthetics_trigger_body.rb +1 -8
- data/lib/datadog_api_client/v1/models/synthetics_trigger_ci_test_location.rb +0 -7
- data/lib/datadog_api_client/v1/models/synthetics_trigger_ci_test_run_result.rb +0 -7
- data/lib/datadog_api_client/v1/models/synthetics_trigger_test.rb +1 -8
- data/lib/datadog_api_client/v1/models/synthetics_update_test_pause_status_payload.rb +0 -7
- data/lib/datadog_api_client/v1/models/synthetics_variable_parser.rb +1 -8
- data/lib/datadog_api_client/v1/models/table_widget_definition.rb +2 -9
- data/lib/datadog_api_client/v1/models/table_widget_request.rb +0 -7
- data/lib/datadog_api_client/v1/models/tag_to_hosts.rb +0 -7
- data/lib/datadog_api_client/v1/models/timeseries_background.rb +1 -8
- data/lib/datadog_api_client/v1/models/timeseries_widget_definition.rb +2 -9
- data/lib/datadog_api_client/v1/models/timeseries_widget_expression_alias.rb +1 -8
- data/lib/datadog_api_client/v1/models/timeseries_widget_request.rb +0 -7
- data/lib/datadog_api_client/v1/models/toplist_widget_definition.rb +2 -9
- data/lib/datadog_api_client/v1/models/toplist_widget_request.rb +1 -8
- data/lib/datadog_api_client/v1/models/topology_map_widget_definition.rb +2 -9
- data/lib/datadog_api_client/v1/models/topology_query.rb +1 -8
- data/lib/datadog_api_client/v1/models/topology_request.rb +0 -7
- data/lib/datadog_api_client/v1/models/tree_map_widget_definition.rb +2 -9
- data/lib/datadog_api_client/v1/models/tree_map_widget_request.rb +0 -7
- data/lib/datadog_api_client/v1/models/usage_analyzed_logs_hour.rb +0 -7
- data/lib/datadog_api_client/v1/models/usage_analyzed_logs_response.rb +0 -7
- data/lib/datadog_api_client/v1/models/usage_attribution_aggregates_body.rb +0 -7
- data/lib/datadog_api_client/v1/models/usage_attribution_body.rb +0 -7
- data/lib/datadog_api_client/v1/models/usage_attribution_metadata.rb +0 -7
- data/lib/datadog_api_client/v1/models/usage_attribution_pagination.rb +0 -7
- data/lib/datadog_api_client/v1/models/usage_attribution_response.rb +0 -7
- data/lib/datadog_api_client/v1/models/usage_attribution_sort.rb +2 -0
- data/lib/datadog_api_client/v1/models/usage_attribution_supported_metrics.rb +2 -0
- data/lib/datadog_api_client/v1/models/usage_attribution_values.rb +21 -8
- data/lib/datadog_api_client/v1/models/usage_audit_logs_hour.rb +0 -7
- data/lib/datadog_api_client/v1/models/usage_audit_logs_response.rb +0 -7
- data/lib/datadog_api_client/v1/models/usage_billable_summary_body.rb +0 -7
- data/lib/datadog_api_client/v1/models/usage_billable_summary_hour.rb +0 -7
- data/lib/datadog_api_client/v1/models/usage_billable_summary_keys.rb +91 -8
- data/lib/datadog_api_client/v1/models/usage_billable_summary_response.rb +0 -7
- data/lib/datadog_api_client/v1/models/usage_ci_visibility_hour.rb +0 -7
- data/lib/datadog_api_client/v1/models/usage_ci_visibility_response.rb +0 -7
- data/lib/datadog_api_client/v1/models/usage_cloud_security_posture_management_hour.rb +12 -1
- data/lib/datadog_api_client/v1/models/usage_cloud_security_posture_management_response.rb +0 -7
- data/lib/datadog_api_client/v1/models/usage_custom_reports_attributes.rb +0 -7
- data/lib/datadog_api_client/v1/models/usage_custom_reports_data.rb +0 -7
- data/lib/datadog_api_client/v1/models/usage_custom_reports_meta.rb +0 -7
- data/lib/datadog_api_client/v1/models/usage_custom_reports_page.rb +0 -7
- data/lib/datadog_api_client/v1/models/usage_custom_reports_response.rb +0 -7
- data/lib/datadog_api_client/v1/models/usage_cws_hour.rb +0 -7
- data/lib/datadog_api_client/v1/models/usage_cws_response.rb +0 -7
- data/lib/datadog_api_client/v1/models/usage_dbm_hour.rb +0 -7
- data/lib/datadog_api_client/v1/models/usage_dbm_response.rb +0 -7
- data/lib/datadog_api_client/v1/models/usage_fargate_hour.rb +0 -7
- data/lib/datadog_api_client/v1/models/usage_fargate_response.rb +0 -7
- data/lib/datadog_api_client/v1/models/usage_host_hour.rb +11 -8
- data/lib/datadog_api_client/v1/models/usage_hosts_response.rb +0 -7
- data/lib/datadog_api_client/v1/models/usage_incident_management_hour.rb +0 -7
- data/lib/datadog_api_client/v1/models/usage_incident_management_response.rb +0 -7
- data/lib/datadog_api_client/v1/models/usage_indexed_spans_hour.rb +0 -7
- data/lib/datadog_api_client/v1/models/usage_indexed_spans_response.rb +0 -7
- data/lib/datadog_api_client/v1/models/usage_ingested_spans_hour.rb +0 -7
- data/lib/datadog_api_client/v1/models/usage_ingested_spans_response.rb +0 -7
- data/lib/datadog_api_client/v1/models/usage_iot_hour.rb +0 -7
- data/lib/datadog_api_client/v1/models/usage_iot_response.rb +0 -7
- data/lib/datadog_api_client/v1/models/usage_lambda_hour.rb +0 -7
- data/lib/datadog_api_client/v1/models/usage_lambda_response.rb +0 -7
- data/lib/datadog_api_client/v1/models/usage_logs_by_index_hour.rb +0 -7
- data/lib/datadog_api_client/v1/models/usage_logs_by_index_response.rb +0 -7
- data/lib/datadog_api_client/v1/models/usage_logs_by_retention_hour.rb +0 -7
- data/lib/datadog_api_client/v1/models/usage_logs_by_retention_response.rb +0 -7
- data/lib/datadog_api_client/v1/models/usage_logs_hour.rb +0 -7
- data/lib/datadog_api_client/v1/models/usage_logs_response.rb +0 -7
- data/lib/datadog_api_client/v1/models/usage_network_flows_hour.rb +0 -7
- data/lib/datadog_api_client/v1/models/usage_network_flows_response.rb +0 -7
- data/lib/datadog_api_client/v1/models/usage_network_hosts_hour.rb +0 -7
- data/lib/datadog_api_client/v1/models/usage_network_hosts_response.rb +0 -7
- data/lib/datadog_api_client/v1/models/usage_online_archive_hour.rb +0 -7
- data/lib/datadog_api_client/v1/models/usage_online_archive_response.rb +0 -7
- data/lib/datadog_api_client/v1/models/usage_profiling_hour.rb +0 -7
- data/lib/datadog_api_client/v1/models/usage_profiling_response.rb +0 -7
- data/lib/datadog_api_client/v1/models/usage_rum_sessions_response.rb +0 -7
- data/lib/datadog_api_client/v1/models/usage_rum_units_response.rb +0 -7
- data/lib/datadog_api_client/v1/models/usage_sds_hour.rb +0 -7
- data/lib/datadog_api_client/v1/models/usage_sds_response.rb +0 -7
- data/lib/datadog_api_client/v1/models/usage_snmp_hour.rb +0 -7
- data/lib/datadog_api_client/v1/models/usage_snmp_response.rb +0 -7
- data/lib/datadog_api_client/v1/models/usage_specified_custom_reports_attributes.rb +0 -7
- data/lib/datadog_api_client/v1/models/usage_specified_custom_reports_data.rb +0 -7
- data/lib/datadog_api_client/v1/models/usage_specified_custom_reports_meta.rb +0 -7
- data/lib/datadog_api_client/v1/models/usage_specified_custom_reports_page.rb +0 -7
- data/lib/datadog_api_client/v1/models/usage_specified_custom_reports_response.rb +0 -7
- data/lib/datadog_api_client/v1/models/usage_summary_date.rb +31 -8
- data/lib/datadog_api_client/v1/models/usage_summary_date_org.rb +31 -8
- data/lib/datadog_api_client/v1/models/usage_summary_response.rb +31 -8
- data/lib/datadog_api_client/v1/models/usage_synthetics_api_hour.rb +0 -7
- data/lib/datadog_api_client/v1/models/usage_synthetics_api_response.rb +0 -7
- data/lib/datadog_api_client/v1/models/usage_synthetics_browser_hour.rb +0 -7
- data/lib/datadog_api_client/v1/models/usage_synthetics_browser_response.rb +0 -7
- data/lib/datadog_api_client/v1/models/usage_synthetics_hour.rb +0 -7
- data/lib/datadog_api_client/v1/models/usage_synthetics_response.rb +0 -7
- data/lib/datadog_api_client/v1/models/usage_timeseries_hour.rb +0 -7
- data/lib/datadog_api_client/v1/models/usage_timeseries_response.rb +0 -7
- data/lib/datadog_api_client/v1/models/usage_top_avg_metrics_hour.rb +0 -7
- data/lib/datadog_api_client/v1/models/usage_top_avg_metrics_metadata.rb +0 -7
- data/lib/datadog_api_client/v1/models/usage_top_avg_metrics_response.rb +0 -7
- data/lib/datadog_api_client/v1/models/user.rb +0 -7
- data/lib/datadog_api_client/v1/models/user_disable_response.rb +0 -7
- data/lib/datadog_api_client/v1/models/user_list_response.rb +0 -7
- data/lib/datadog_api_client/v1/models/user_response.rb +0 -7
- data/lib/datadog_api_client/v1/models/webhooks_integration.rb +2 -2
- data/lib/datadog_api_client/v1/models/webhooks_integration_custom_variable.rb +3 -10
- data/lib/datadog_api_client/v1/models/webhooks_integration_custom_variable_response.rb +2 -9
- data/lib/datadog_api_client/v1/models/webhooks_integration_custom_variable_update_request.rb +0 -7
- data/lib/datadog_api_client/v1/models/widget.rb +1 -8
- data/lib/datadog_api_client/v1/models/widget_axis.rb +0 -7
- data/lib/datadog_api_client/v1/models/widget_conditional_format.rb +3 -10
- data/lib/datadog_api_client/v1/models/widget_custom_link.rb +0 -7
- data/lib/datadog_api_client/v1/models/widget_event.rb +1 -8
- data/lib/datadog_api_client/v1/models/widget_field_sort.rb +2 -9
- data/lib/datadog_api_client/v1/models/widget_formula.rb +15 -12
- data/lib/datadog_api_client/v1/models/widget_formula_limit.rb +0 -7
- data/lib/datadog_api_client/v1/models/widget_formula_style.rb +101 -0
- data/lib/datadog_api_client/v1/models/widget_layout.rb +4 -11
- data/lib/datadog_api_client/v1/models/widget_marker.rb +1 -8
- data/lib/datadog_api_client/v1/models/widget_request_style.rb +0 -7
- data/lib/datadog_api_client/v1/models/widget_style.rb +0 -7
- data/lib/datadog_api_client/v1/models/widget_time.rb +0 -7
- data/lib/datadog_api_client/v2/api/authn_mappings_api.rb +1 -1
- data/lib/datadog_api_client/v2/api/incident_services_api.rb +1 -1
- data/lib/datadog_api_client/v2/api/incident_teams_api.rb +1 -1
- data/lib/datadog_api_client/v2/api/incidents_api.rb +85 -1
- data/lib/datadog_api_client/v2/api/key_management_api.rb +3 -3
- data/lib/datadog_api_client/v2/api/metrics_api.rb +148 -0
- data/lib/datadog_api_client/v2/api/roles_api.rb +2 -2
- data/lib/datadog_api_client/v2/api/security_monitoring_api.rb +1 -1
- data/lib/datadog_api_client/v2/api/sensitive_data_scanner_api.rb +649 -0
- data/lib/datadog_api_client/v2/api/service_accounts_api.rb +1 -1
- data/lib/datadog_api_client/v2/api/usage_metering_api.rb +1 -1
- data/lib/datadog_api_client/v2/api/users_api.rb +1 -1
- data/lib/datadog_api_client/v2/model_base.rb +6 -0
- data/lib/datadog_api_client/v2/models/api_error_response.rb +1 -8
- data/lib/datadog_api_client/v2/models/api_key_create_attributes.rb +1 -8
- data/lib/datadog_api_client/v2/models/api_key_create_data.rb +2 -9
- data/lib/datadog_api_client/v2/models/api_key_create_request.rb +1 -8
- data/lib/datadog_api_client/v2/models/api_key_relationships.rb +0 -7
- data/lib/datadog_api_client/v2/models/api_key_response.rb +0 -7
- data/lib/datadog_api_client/v2/models/api_key_update_attributes.rb +1 -8
- data/lib/datadog_api_client/v2/models/api_key_update_data.rb +3 -10
- data/lib/datadog_api_client/v2/models/api_key_update_request.rb +1 -8
- data/lib/datadog_api_client/v2/models/api_keys_response.rb +0 -7
- data/lib/datadog_api_client/v2/models/application_key_create_attributes.rb +1 -1
- data/lib/datadog_api_client/v2/models/application_key_create_data.rb +2 -9
- data/lib/datadog_api_client/v2/models/application_key_create_request.rb +1 -8
- data/lib/datadog_api_client/v2/models/application_key_relationships.rb +0 -7
- data/lib/datadog_api_client/v2/models/application_key_response.rb +0 -7
- data/lib/datadog_api_client/v2/models/application_key_update_data.rb +3 -10
- data/lib/datadog_api_client/v2/models/application_key_update_request.rb +1 -8
- data/lib/datadog_api_client/v2/models/audit_logs_event.rb +0 -7
- data/lib/datadog_api_client/v2/models/audit_logs_event_attributes.rb +0 -7
- data/lib/datadog_api_client/v2/models/audit_logs_events_response.rb +0 -7
- data/lib/datadog_api_client/v2/models/audit_logs_query_filter.rb +0 -7
- data/lib/datadog_api_client/v2/models/audit_logs_query_options.rb +1 -8
- data/lib/datadog_api_client/v2/models/audit_logs_query_page_options.rb +1 -8
- data/lib/datadog_api_client/v2/models/audit_logs_response_links.rb +0 -7
- data/lib/datadog_api_client/v2/models/audit_logs_response_metadata.rb +0 -7
- data/lib/datadog_api_client/v2/models/audit_logs_response_page.rb +0 -7
- data/lib/datadog_api_client/v2/models/audit_logs_search_events_request.rb +0 -7
- data/lib/datadog_api_client/v2/models/audit_logs_warning.rb +0 -7
- data/lib/datadog_api_client/v2/models/authn_mapping.rb +2 -9
- data/lib/datadog_api_client/v2/models/authn_mapping_attributes.rb +0 -7
- data/lib/datadog_api_client/v2/models/authn_mapping_create_attributes.rb +0 -7
- data/lib/datadog_api_client/v2/models/authn_mapping_create_data.rb +1 -8
- data/lib/datadog_api_client/v2/models/authn_mapping_create_relationships.rb +0 -7
- data/lib/datadog_api_client/v2/models/authn_mapping_create_request.rb +1 -8
- data/lib/datadog_api_client/v2/models/authn_mapping_relationships.rb +0 -7
- data/lib/datadog_api_client/v2/models/authn_mapping_response.rb +0 -7
- data/lib/datadog_api_client/v2/models/authn_mapping_update_attributes.rb +0 -7
- data/lib/datadog_api_client/v2/models/authn_mapping_update_data.rb +2 -9
- data/lib/datadog_api_client/v2/models/authn_mapping_update_relationships.rb +0 -7
- data/lib/datadog_api_client/v2/models/authn_mapping_update_request.rb +1 -8
- data/lib/datadog_api_client/v2/models/authn_mappings_response.rb +0 -7
- data/lib/datadog_api_client/v2/models/chargeback_breakdown.rb +0 -7
- data/lib/datadog_api_client/v2/models/ci_app_aggregate_bucket_value_timeseries_point.rb +0 -7
- data/lib/datadog_api_client/v2/models/ci_app_aggregate_sort.rb +0 -7
- data/lib/datadog_api_client/v2/models/ci_app_aggregation_function.rb +4 -0
- data/lib/datadog_api_client/v2/models/ci_app_compute.rb +1 -8
- data/lib/datadog_api_client/v2/models/ci_app_event_attributes.rb +0 -7
- data/lib/datadog_api_client/v2/models/ci_app_group_by_histogram.rb +3 -10
- data/lib/datadog_api_client/v2/models/ci_app_pipeline_event.rb +0 -7
- data/lib/datadog_api_client/v2/models/ci_app_pipeline_events_request.rb +0 -7
- data/lib/datadog_api_client/v2/models/ci_app_pipeline_events_response.rb +1 -8
- data/lib/datadog_api_client/v2/models/ci_app_pipelines_aggregate_request.rb +4 -21
- data/lib/datadog_api_client/v2/models/ci_app_pipelines_aggregation_buckets_response.rb +0 -7
- data/lib/datadog_api_client/v2/models/ci_app_pipelines_analytics_aggregate_response.rb +0 -7
- data/lib/datadog_api_client/v2/models/ci_app_pipelines_bucket_response.rb +1 -8
- data/lib/datadog_api_client/v2/models/ci_app_pipelines_group_by.rb +1 -8
- data/lib/datadog_api_client/v2/models/ci_app_pipelines_query_filter.rb +0 -7
- data/lib/datadog_api_client/v2/models/ci_app_query_options.rb +1 -8
- data/lib/datadog_api_client/v2/models/ci_app_query_page_options.rb +1 -8
- data/lib/datadog_api_client/v2/models/ci_app_response_links.rb +0 -7
- data/lib/datadog_api_client/v2/models/ci_app_response_metadata.rb +1 -18
- data/lib/datadog_api_client/v2/models/ci_app_response_metadata_with_pagination.rb +134 -0
- data/lib/datadog_api_client/v2/models/ci_app_response_page.rb +0 -7
- data/lib/datadog_api_client/v2/models/ci_app_test_event.rb +0 -7
- data/lib/datadog_api_client/v2/models/ci_app_test_events_request.rb +0 -7
- data/lib/datadog_api_client/v2/models/ci_app_test_events_response.rb +1 -8
- data/lib/datadog_api_client/v2/models/ci_app_tests_aggregate_request.rb +4 -21
- data/lib/datadog_api_client/v2/models/ci_app_tests_aggregation_buckets_response.rb +0 -7
- data/lib/datadog_api_client/v2/models/ci_app_tests_analytics_aggregate_response.rb +0 -7
- data/lib/datadog_api_client/v2/models/ci_app_tests_bucket_response.rb +1 -8
- data/lib/datadog_api_client/v2/models/ci_app_tests_group_by.rb +1 -8
- data/lib/datadog_api_client/v2/models/ci_app_tests_query_filter.rb +0 -7
- data/lib/datadog_api_client/v2/models/ci_app_warning.rb +0 -7
- data/lib/datadog_api_client/v2/models/cloud_configuration_compliance_rule_options.rb +115 -0
- data/lib/datadog_api_client/v2/models/cloud_configuration_rego_rule.rb +125 -0
- data/lib/datadog_api_client/v2/models/cloud_configuration_rule_case_create.rb +114 -0
- data/lib/datadog_api_client/v2/models/cloud_configuration_rule_compliance_signal_options.rb +103 -0
- data/lib/datadog_api_client/v2/models/cloud_configuration_rule_create_payload.rb +232 -0
- data/lib/datadog_api_client/v2/models/cloud_configuration_rule_options.rb +104 -0
- data/lib/datadog_api_client/v2/models/cloud_configuration_rule_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_attributes.rb +0 -7
- data/lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_create_attributes.rb +2 -9
- data/lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_create_data.rb +2 -9
- data/lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_create_request.rb +1 -8
- data/lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_creator_attributes.rb +0 -7
- data/lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_data.rb +0 -7
- data/lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_response.rb +0 -7
- data/lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_update_attributes.rb +0 -7
- data/lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_update_data.rb +2 -9
- data/lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_update_request.rb +1 -8
- data/lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_updater_attributes.rb +0 -7
- data/lib/datadog_api_client/v2/models/cloud_workload_security_agent_rules_list_response.rb +0 -7
- data/lib/datadog_api_client/v2/models/confluent_account_create_request.rb +1 -8
- data/lib/datadog_api_client/v2/models/confluent_account_create_request_attributes.rb +2 -9
- data/lib/datadog_api_client/v2/models/confluent_account_create_request_data.rb +2 -9
- data/lib/datadog_api_client/v2/models/confluent_account_resource_attributes.rb +0 -7
- data/lib/datadog_api_client/v2/models/confluent_account_response.rb +0 -7
- data/lib/datadog_api_client/v2/models/confluent_account_response_attributes.rb +1 -8
- data/lib/datadog_api_client/v2/models/confluent_account_response_data.rb +3 -10
- data/lib/datadog_api_client/v2/models/confluent_account_update_request.rb +1 -8
- data/lib/datadog_api_client/v2/models/confluent_account_update_request_attributes.rb +2 -9
- data/lib/datadog_api_client/v2/models/confluent_account_update_request_data.rb +2 -9
- data/lib/datadog_api_client/v2/models/confluent_accounts_response.rb +0 -7
- data/lib/datadog_api_client/v2/models/confluent_resource_request.rb +1 -8
- data/lib/datadog_api_client/v2/models/confluent_resource_request_attributes.rb +0 -7
- data/lib/datadog_api_client/v2/models/confluent_resource_request_data.rb +3 -10
- data/lib/datadog_api_client/v2/models/confluent_resource_response.rb +0 -7
- data/lib/datadog_api_client/v2/models/confluent_resource_response_attributes.rb +1 -8
- data/lib/datadog_api_client/v2/models/confluent_resource_response_data.rb +3 -10
- data/lib/datadog_api_client/v2/models/confluent_resources_response.rb +0 -7
- data/lib/datadog_api_client/v2/models/cost_by_org.rb +0 -7
- data/lib/datadog_api_client/v2/models/cost_by_org_attributes.rb +0 -7
- data/lib/datadog_api_client/v2/models/cost_by_org_response.rb +0 -7
- data/lib/datadog_api_client/v2/models/creator.rb +0 -7
- data/lib/datadog_api_client/v2/models/dashboard_list_add_items_request.rb +0 -7
- data/lib/datadog_api_client/v2/models/dashboard_list_add_items_response.rb +0 -7
- data/lib/datadog_api_client/v2/models/dashboard_list_delete_items_request.rb +0 -7
- data/lib/datadog_api_client/v2/models/dashboard_list_delete_items_response.rb +0 -7
- data/lib/datadog_api_client/v2/models/dashboard_list_item.rb +3 -10
- data/lib/datadog_api_client/v2/models/dashboard_list_item_request.rb +2 -9
- data/lib/datadog_api_client/v2/models/dashboard_list_item_response.rb +2 -9
- data/lib/datadog_api_client/v2/models/dashboard_list_items.rb +1 -8
- data/lib/datadog_api_client/v2/models/dashboard_list_update_items_request.rb +0 -7
- data/lib/datadog_api_client/v2/models/dashboard_list_update_items_response.rb +0 -7
- data/lib/datadog_api_client/v2/models/event.rb +0 -7
- data/lib/datadog_api_client/v2/models/event_response.rb +0 -7
- data/lib/datadog_api_client/v2/models/event_response_attributes.rb +0 -7
- data/lib/datadog_api_client/v2/models/events_aggregation.rb +36 -0
- data/lib/datadog_api_client/v2/models/events_compute.rb +122 -0
- data/lib/datadog_api_client/v2/models/events_data_source.rb +26 -0
- data/lib/datadog_api_client/v2/models/events_group_by.rb +133 -0
- data/lib/datadog_api_client/v2/models/events_group_by_sort.rb +132 -0
- data/lib/datadog_api_client/v2/models/events_list_request.rb +0 -7
- data/lib/datadog_api_client/v2/models/events_list_response.rb +0 -7
- data/lib/datadog_api_client/v2/models/events_list_response_links.rb +0 -7
- data/lib/datadog_api_client/v2/models/events_query_filter.rb +0 -7
- data/lib/datadog_api_client/v2/models/events_query_options.rb +1 -8
- data/lib/datadog_api_client/v2/models/events_request_page.rb +1 -8
- data/lib/datadog_api_client/v2/models/events_response_metadata.rb +0 -7
- data/lib/datadog_api_client/v2/models/events_response_metadata_page.rb +0 -7
- data/lib/datadog_api_client/v2/models/events_scalar_query.rb +167 -0
- data/lib/datadog_api_client/v2/models/events_search.rb +91 -0
- data/lib/datadog_api_client/v2/models/events_sort_type.rb +27 -0
- data/lib/datadog_api_client/v2/models/events_timeseries_query.rb +167 -0
- data/lib/datadog_api_client/v2/models/events_warning.rb +0 -7
- data/lib/datadog_api_client/v2/models/formula_limit.rb +112 -0
- data/lib/datadog_api_client/v2/models/full_api_key.rb +0 -7
- data/lib/datadog_api_client/v2/models/full_api_key_attributes.rb +1 -8
- data/lib/datadog_api_client/v2/models/full_application_key.rb +0 -7
- data/lib/datadog_api_client/v2/models/full_application_key_attributes.rb +1 -1
- data/lib/datadog_api_client/v2/models/hourly_usage.rb +0 -7
- data/lib/datadog_api_client/v2/models/hourly_usage_attributes.rb +0 -7
- data/lib/datadog_api_client/v2/models/hourly_usage_metadata.rb +0 -7
- data/lib/datadog_api_client/v2/models/hourly_usage_response.rb +0 -7
- data/lib/datadog_api_client/v2/models/http_log_error.rb +0 -7
- data/lib/datadog_api_client/v2/models/http_log_errors.rb +0 -7
- data/lib/datadog_api_client/v2/models/http_log_item.rb +1 -8
- data/lib/datadog_api_client/v2/models/idp_metadata_form_data.rb +0 -7
- data/lib/datadog_api_client/v2/models/incident_attachment_data.rb +4 -11
- data/lib/datadog_api_client/v2/models/incident_attachment_link_attributes.rb +2 -9
- data/lib/datadog_api_client/v2/models/incident_attachment_link_attributes_attachment_object.rb +2 -9
- data/lib/datadog_api_client/v2/models/incident_attachment_postmortem_attributes.rb +2 -9
- data/lib/datadog_api_client/v2/models/incident_attachment_relationships.rb +0 -7
- data/lib/datadog_api_client/v2/models/incident_attachment_update_data.rb +1 -8
- data/lib/datadog_api_client/v2/models/incident_attachment_update_request.rb +1 -8
- data/lib/datadog_api_client/v2/models/incident_attachment_update_response.rb +1 -8
- data/lib/datadog_api_client/v2/models/incident_attachments_postmortem_attributes_attachment_object.rb +2 -9
- data/lib/datadog_api_client/v2/models/incident_attachments_response.rb +1 -8
- data/lib/datadog_api_client/v2/models/incident_create_attributes.rb +2 -9
- data/lib/datadog_api_client/v2/models/incident_create_data.rb +2 -9
- data/lib/datadog_api_client/v2/models/incident_create_relationships.rb +1 -8
- data/lib/datadog_api_client/v2/models/incident_create_request.rb +1 -8
- data/lib/datadog_api_client/v2/models/incident_notification_handle.rb +0 -7
- data/lib/datadog_api_client/v2/models/incident_response.rb +1 -8
- data/lib/datadog_api_client/v2/models/incident_response_attributes.rb +1 -1
- data/lib/datadog_api_client/v2/models/incident_response_data.rb +2 -9
- data/lib/datadog_api_client/v2/models/incident_response_meta.rb +0 -7
- data/lib/datadog_api_client/v2/models/incident_response_meta_pagination.rb +0 -7
- data/lib/datadog_api_client/v2/models/incident_response_relationships.rb +0 -7
- data/lib/datadog_api_client/v2/models/incident_search_response.rb +114 -0
- data/lib/datadog_api_client/v2/models/incident_search_response_attributes.rb +150 -0
- data/lib/datadog_api_client/v2/models/incident_search_response_data.rb +101 -0
- data/lib/datadog_api_client/v2/models/incident_search_response_facets_data.rb +213 -0
- data/lib/datadog_api_client/v2/models/incident_search_response_field_facet_data.rb +112 -0
- data/lib/datadog_api_client/v2/models/incident_search_response_incidents_data.rb +102 -0
- data/lib/datadog_api_client/v2/models/incident_search_response_numeric_facet_data.rb +123 -0
- data/lib/datadog_api_client/v2/models/incident_search_response_numeric_facet_data_aggregates.rb +110 -0
- data/lib/datadog_api_client/v2/models/incident_search_response_property_field_facet_data.rb +135 -0
- data/lib/datadog_api_client/v2/models/incident_search_response_user_facet_data.rb +142 -0
- data/lib/datadog_api_client/v2/models/incident_search_results_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/incident_search_sort_order.rb +27 -0
- data/lib/datadog_api_client/v2/models/incident_service_create_attributes.rb +1 -8
- data/lib/datadog_api_client/v2/models/incident_service_create_data.rb +1 -8
- data/lib/datadog_api_client/v2/models/incident_service_create_request.rb +1 -8
- data/lib/datadog_api_client/v2/models/incident_service_relationships.rb +0 -7
- data/lib/datadog_api_client/v2/models/incident_service_response.rb +1 -8
- data/lib/datadog_api_client/v2/models/incident_service_response_attributes.rb +0 -7
- data/lib/datadog_api_client/v2/models/incident_service_response_data.rb +2 -9
- data/lib/datadog_api_client/v2/models/incident_service_update_attributes.rb +1 -8
- data/lib/datadog_api_client/v2/models/incident_service_update_data.rb +1 -8
- data/lib/datadog_api_client/v2/models/incident_service_update_request.rb +1 -8
- data/lib/datadog_api_client/v2/models/incident_services_response.rb +1 -8
- data/lib/datadog_api_client/v2/models/incident_team_create_attributes.rb +1 -8
- data/lib/datadog_api_client/v2/models/incident_team_create_data.rb +1 -8
- data/lib/datadog_api_client/v2/models/incident_team_create_request.rb +1 -8
- data/lib/datadog_api_client/v2/models/incident_team_relationships.rb +0 -7
- data/lib/datadog_api_client/v2/models/incident_team_response.rb +1 -8
- data/lib/datadog_api_client/v2/models/incident_team_response_attributes.rb +0 -7
- data/lib/datadog_api_client/v2/models/incident_team_response_data.rb +0 -7
- data/lib/datadog_api_client/v2/models/incident_team_update_attributes.rb +1 -8
- data/lib/datadog_api_client/v2/models/incident_team_update_data.rb +1 -8
- data/lib/datadog_api_client/v2/models/incident_team_update_request.rb +1 -8
- data/lib/datadog_api_client/v2/models/incident_teams_response.rb +1 -8
- data/lib/datadog_api_client/v2/models/incident_timeline_cell_markdown_create_attributes.rb +2 -9
- data/lib/datadog_api_client/v2/models/incident_timeline_cell_markdown_create_attributes_content.rb +0 -7
- data/lib/datadog_api_client/v2/models/incident_update_data.rb +2 -9
- data/lib/datadog_api_client/v2/models/incident_update_relationships.rb +0 -7
- data/lib/datadog_api_client/v2/models/incident_update_request.rb +1 -8
- data/lib/datadog_api_client/v2/models/incidents_response.rb +1 -8
- data/lib/datadog_api_client/v2/models/intake_payload_accepted.rb +0 -7
- data/lib/datadog_api_client/v2/models/list_application_keys_response.rb +0 -7
- data/lib/datadog_api_client/v2/models/log.rb +0 -7
- data/lib/datadog_api_client/v2/models/log_attributes.rb +0 -7
- data/lib/datadog_api_client/v2/models/logs_aggregate_bucket.rb +1 -8
- data/lib/datadog_api_client/v2/models/logs_aggregate_bucket_value_timeseries_point.rb +0 -7
- data/lib/datadog_api_client/v2/models/logs_aggregate_request.rb +0 -7
- data/lib/datadog_api_client/v2/models/logs_aggregate_request_page.rb +0 -7
- data/lib/datadog_api_client/v2/models/logs_aggregate_response.rb +0 -7
- data/lib/datadog_api_client/v2/models/logs_aggregate_response_data.rb +0 -7
- data/lib/datadog_api_client/v2/models/logs_aggregate_sort.rb +0 -7
- data/lib/datadog_api_client/v2/models/logs_archive.rb +0 -7
- data/lib/datadog_api_client/v2/models/logs_archive_attributes.rb +2 -2
- data/lib/datadog_api_client/v2/models/logs_archive_create_request.rb +0 -7
- data/lib/datadog_api_client/v2/models/logs_archive_create_request_attributes.rb +3 -3
- data/lib/datadog_api_client/v2/models/logs_archive_create_request_definition.rb +1 -8
- data/lib/datadog_api_client/v2/models/logs_archive_definition.rb +1 -8
- data/lib/datadog_api_client/v2/models/logs_archive_destination_azure.rb +4 -11
- data/lib/datadog_api_client/v2/models/logs_archive_destination_gcs.rb +3 -10
- data/lib/datadog_api_client/v2/models/logs_archive_destination_s3.rb +3 -10
- data/lib/datadog_api_client/v2/models/logs_archive_integration_azure.rb +2 -9
- data/lib/datadog_api_client/v2/models/logs_archive_integration_gcs.rb +2 -9
- data/lib/datadog_api_client/v2/models/logs_archive_integration_s3.rb +2 -9
- data/lib/datadog_api_client/v2/models/logs_archive_order.rb +0 -7
- data/lib/datadog_api_client/v2/models/logs_archive_order_attributes.rb +1 -8
- data/lib/datadog_api_client/v2/models/logs_archive_order_definition.rb +2 -9
- data/lib/datadog_api_client/v2/models/logs_archives.rb +0 -7
- data/lib/datadog_api_client/v2/models/logs_compute.rb +1 -8
- data/lib/datadog_api_client/v2/models/logs_group_by.rb +1 -8
- data/lib/datadog_api_client/v2/models/logs_group_by_histogram.rb +3 -10
- data/lib/datadog_api_client/v2/models/logs_list_request.rb +0 -7
- data/lib/datadog_api_client/v2/models/logs_list_request_page.rb +1 -8
- data/lib/datadog_api_client/v2/models/logs_list_response.rb +0 -7
- data/lib/datadog_api_client/v2/models/logs_list_response_links.rb +0 -7
- data/lib/datadog_api_client/v2/models/logs_metric_compute.rb +13 -9
- data/lib/datadog_api_client/v2/models/logs_metric_create_attributes.rb +1 -8
- data/lib/datadog_api_client/v2/models/logs_metric_create_data.rb +3 -10
- data/lib/datadog_api_client/v2/models/logs_metric_create_request.rb +1 -8
- data/lib/datadog_api_client/v2/models/logs_metric_filter.rb +0 -7
- data/lib/datadog_api_client/v2/models/logs_metric_group_by.rb +1 -8
- data/lib/datadog_api_client/v2/models/logs_metric_response.rb +0 -7
- data/lib/datadog_api_client/v2/models/logs_metric_response_attributes.rb +0 -7
- data/lib/datadog_api_client/v2/models/logs_metric_response_compute.rb +12 -8
- data/lib/datadog_api_client/v2/models/logs_metric_response_data.rb +0 -7
- data/lib/datadog_api_client/v2/models/logs_metric_response_filter.rb +0 -7
- data/lib/datadog_api_client/v2/models/logs_metric_response_group_by.rb +0 -7
- data/lib/datadog_api_client/v2/models/logs_metric_update_attributes.rb +11 -8
- data/lib/datadog_api_client/v2/models/logs_metric_update_compute.rb +92 -0
- data/lib/datadog_api_client/v2/models/logs_metric_update_data.rb +2 -9
- data/lib/datadog_api_client/v2/models/logs_metric_update_request.rb +1 -8
- data/lib/datadog_api_client/v2/models/logs_metrics_response.rb +0 -7
- data/lib/datadog_api_client/v2/models/logs_query_filter.rb +0 -7
- data/lib/datadog_api_client/v2/models/logs_query_options.rb +1 -8
- data/lib/datadog_api_client/v2/models/logs_response_metadata.rb +0 -7
- data/lib/datadog_api_client/v2/models/logs_response_metadata_page.rb +0 -7
- data/lib/datadog_api_client/v2/models/logs_warning.rb +0 -7
- data/lib/datadog_api_client/v2/models/metric.rb +0 -7
- data/lib/datadog_api_client/v2/models/metric_all_tags.rb +0 -7
- data/lib/datadog_api_client/v2/models/metric_all_tags_attributes.rb +0 -7
- data/lib/datadog_api_client/v2/models/metric_all_tags_response.rb +0 -7
- data/lib/datadog_api_client/v2/models/metric_bulk_tag_config_create.rb +2 -9
- data/lib/datadog_api_client/v2/models/metric_bulk_tag_config_create_attributes.rb +0 -7
- data/lib/datadog_api_client/v2/models/metric_bulk_tag_config_create_request.rb +1 -8
- data/lib/datadog_api_client/v2/models/metric_bulk_tag_config_delete.rb +2 -9
- data/lib/datadog_api_client/v2/models/metric_bulk_tag_config_delete_attributes.rb +0 -7
- data/lib/datadog_api_client/v2/models/metric_bulk_tag_config_delete_request.rb +1 -8
- data/lib/datadog_api_client/v2/models/metric_bulk_tag_config_response.rb +0 -7
- data/lib/datadog_api_client/v2/models/metric_bulk_tag_config_status.rb +2 -9
- data/lib/datadog_api_client/v2/models/metric_bulk_tag_config_status_attributes.rb +0 -7
- data/lib/datadog_api_client/v2/models/metric_custom_aggregation.rb +2 -9
- data/lib/datadog_api_client/v2/models/metric_distinct_volume.rb +0 -7
- data/lib/datadog_api_client/v2/models/metric_distinct_volume_attributes.rb +0 -7
- data/lib/datadog_api_client/v2/models/metric_estimate.rb +0 -7
- data/lib/datadog_api_client/v2/models/metric_estimate_attributes.rb +0 -7
- data/lib/datadog_api_client/v2/models/metric_estimate_response.rb +0 -7
- data/lib/datadog_api_client/v2/models/metric_ingested_indexed_volume.rb +0 -7
- data/lib/datadog_api_client/v2/models/metric_ingested_indexed_volume_attributes.rb +0 -7
- data/lib/datadog_api_client/v2/models/metric_metadata.rb +0 -7
- data/lib/datadog_api_client/v2/models/metric_origin.rb +3 -10
- data/lib/datadog_api_client/v2/models/metric_payload.rb +1 -8
- data/lib/datadog_api_client/v2/models/metric_point.rb +0 -7
- data/lib/datadog_api_client/v2/models/metric_resource.rb +0 -7
- data/lib/datadog_api_client/v2/models/metric_series.rb +2 -9
- data/lib/datadog_api_client/v2/models/metric_suggested_tags_and_aggregations.rb +0 -7
- data/lib/datadog_api_client/v2/models/metric_suggested_tags_and_aggregations_response.rb +0 -7
- data/lib/datadog_api_client/v2/models/metric_suggested_tags_attributes.rb +0 -7
- data/lib/datadog_api_client/v2/models/metric_tag_configuration.rb +0 -7
- data/lib/datadog_api_client/v2/models/metric_tag_configuration_attributes.rb +1 -8
- data/lib/datadog_api_client/v2/models/metric_tag_configuration_create_attributes.rb +2 -9
- data/lib/datadog_api_client/v2/models/metric_tag_configuration_create_data.rb +2 -9
- data/lib/datadog_api_client/v2/models/metric_tag_configuration_create_request.rb +1 -8
- data/lib/datadog_api_client/v2/models/metric_tag_configuration_response.rb +0 -7
- data/lib/datadog_api_client/v2/models/metric_tag_configuration_update_attributes.rb +0 -7
- data/lib/datadog_api_client/v2/models/metric_tag_configuration_update_data.rb +2 -9
- data/lib/datadog_api_client/v2/models/metric_tag_configuration_update_request.rb +1 -8
- data/lib/datadog_api_client/v2/models/metric_volumes_response.rb +0 -7
- data/lib/datadog_api_client/v2/models/metrics_aggregator.rb +30 -0
- data/lib/datadog_api_client/v2/models/metrics_and_metric_tag_configurations_response.rb +0 -7
- data/lib/datadog_api_client/v2/models/metrics_data_source.rb +26 -0
- data/lib/datadog_api_client/v2/models/metrics_scalar_query.rb +154 -0
- data/lib/datadog_api_client/v2/models/metrics_timeseries_query.rb +133 -0
- data/lib/datadog_api_client/v2/models/monitor_type.rb +1 -8
- data/lib/datadog_api_client/v2/models/nullable_relationship_to_user_data.rb +2 -9
- data/lib/datadog_api_client/v2/models/opsgenie_service_create_attributes.rb +3 -10
- data/lib/datadog_api_client/v2/models/opsgenie_service_create_data.rb +2 -9
- data/lib/datadog_api_client/v2/models/opsgenie_service_create_request.rb +1 -8
- data/lib/datadog_api_client/v2/models/opsgenie_service_response.rb +1 -8
- data/lib/datadog_api_client/v2/models/opsgenie_service_response_data.rb +3 -10
- data/lib/datadog_api_client/v2/models/opsgenie_service_update_data.rb +3 -10
- data/lib/datadog_api_client/v2/models/opsgenie_service_update_request.rb +1 -8
- data/lib/datadog_api_client/v2/models/opsgenie_services_response.rb +1 -8
- data/lib/datadog_api_client/v2/models/organization.rb +1 -8
- data/lib/datadog_api_client/v2/models/organization_attributes.rb +0 -7
- data/lib/datadog_api_client/v2/models/pagination.rb +0 -7
- data/lib/datadog_api_client/v2/models/partial_api_key.rb +0 -7
- data/lib/datadog_api_client/v2/models/partial_api_key_attributes.rb +1 -8
- data/lib/datadog_api_client/v2/models/partial_application_key.rb +0 -7
- data/lib/datadog_api_client/v2/models/partial_application_key_attributes.rb +1 -1
- data/lib/datadog_api_client/v2/models/partial_application_key_response.rb +0 -7
- data/lib/datadog_api_client/v2/models/permission.rb +1 -8
- data/lib/datadog_api_client/v2/models/permission_attributes.rb +0 -7
- data/lib/datadog_api_client/v2/models/permissions_response.rb +0 -7
- data/lib/datadog_api_client/v2/models/process_summaries_meta.rb +0 -7
- data/lib/datadog_api_client/v2/models/process_summaries_meta_page.rb +1 -8
- data/lib/datadog_api_client/v2/models/process_summaries_response.rb +0 -7
- data/lib/datadog_api_client/v2/models/process_summary.rb +0 -7
- data/lib/datadog_api_client/v2/models/process_summary_attributes.rb +0 -7
- data/lib/datadog_api_client/v2/models/query_formula.rb +112 -0
- data/lib/datadog_api_client/v2/models/relationship_to_incident_attachment.rb +1 -8
- data/lib/datadog_api_client/v2/models/relationship_to_incident_attachment_data.rb +2 -9
- data/lib/datadog_api_client/v2/models/relationship_to_incident_integration_metadata_data.rb +2 -9
- data/lib/datadog_api_client/v2/models/relationship_to_incident_integration_metadatas.rb +1 -8
- data/lib/datadog_api_client/v2/models/relationship_to_incident_postmortem.rb +1 -8
- data/lib/datadog_api_client/v2/models/relationship_to_incident_postmortem_data.rb +2 -9
- data/lib/datadog_api_client/v2/models/relationship_to_organization.rb +1 -8
- data/lib/datadog_api_client/v2/models/relationship_to_organization_data.rb +2 -9
- data/lib/datadog_api_client/v2/models/relationship_to_organizations.rb +1 -8
- data/lib/datadog_api_client/v2/models/relationship_to_permission.rb +0 -7
- data/lib/datadog_api_client/v2/models/relationship_to_permission_data.rb +0 -7
- data/lib/datadog_api_client/v2/models/relationship_to_permissions.rb +0 -7
- data/lib/datadog_api_client/v2/models/relationship_to_role.rb +0 -7
- data/lib/datadog_api_client/v2/models/relationship_to_role_data.rb +0 -7
- data/lib/datadog_api_client/v2/models/relationship_to_roles.rb +0 -7
- data/lib/datadog_api_client/v2/models/relationship_to_saml_assertion_attribute.rb +1 -8
- data/lib/datadog_api_client/v2/models/relationship_to_saml_assertion_attribute_data.rb +2 -9
- data/lib/datadog_api_client/v2/models/relationship_to_user.rb +1 -8
- data/lib/datadog_api_client/v2/models/relationship_to_user_data.rb +2 -9
- data/lib/datadog_api_client/v2/models/relationship_to_users.rb +1 -8
- data/lib/datadog_api_client/v2/models/response_meta_attributes.rb +0 -7
- data/lib/datadog_api_client/v2/models/role.rb +1 -8
- data/lib/datadog_api_client/v2/models/role_attributes.rb +0 -7
- data/lib/datadog_api_client/v2/models/role_clone.rb +2 -9
- data/lib/datadog_api_client/v2/models/role_clone_attributes.rb +1 -8
- data/lib/datadog_api_client/v2/models/role_clone_request.rb +1 -8
- data/lib/datadog_api_client/v2/models/role_create_attributes.rb +1 -8
- data/lib/datadog_api_client/v2/models/role_create_data.rb +1 -8
- data/lib/datadog_api_client/v2/models/role_create_request.rb +1 -8
- data/lib/datadog_api_client/v2/models/role_create_response.rb +0 -7
- data/lib/datadog_api_client/v2/models/role_create_response_data.rb +1 -8
- data/lib/datadog_api_client/v2/models/role_relationships.rb +0 -7
- data/lib/datadog_api_client/v2/models/role_response.rb +0 -7
- data/lib/datadog_api_client/v2/models/role_response_relationships.rb +0 -7
- data/lib/datadog_api_client/v2/models/role_update_attributes.rb +0 -7
- data/lib/datadog_api_client/v2/models/role_update_data.rb +3 -10
- data/lib/datadog_api_client/v2/models/role_update_request.rb +1 -8
- data/lib/datadog_api_client/v2/models/role_update_response.rb +0 -7
- data/lib/datadog_api_client/v2/models/role_update_response_data.rb +1 -8
- data/lib/datadog_api_client/v2/models/roles_response.rb +0 -7
- data/lib/datadog_api_client/v2/models/rum_aggregate_bucket_value_timeseries_point.rb +0 -7
- data/lib/datadog_api_client/v2/models/rum_aggregate_request.rb +0 -7
- data/lib/datadog_api_client/v2/models/rum_aggregate_sort.rb +0 -7
- data/lib/datadog_api_client/v2/models/rum_aggregation_buckets_response.rb +0 -7
- data/lib/datadog_api_client/v2/models/rum_analytics_aggregate_response.rb +0 -7
- data/lib/datadog_api_client/v2/models/rum_application.rb +3 -10
- data/lib/datadog_api_client/v2/models/rum_application_attributes.rb +41 -17
- data/lib/datadog_api_client/v2/models/rum_application_create.rb +2 -9
- data/lib/datadog_api_client/v2/models/rum_application_create_attributes.rb +1 -8
- data/lib/datadog_api_client/v2/models/rum_application_create_request.rb +1 -8
- data/lib/datadog_api_client/v2/models/rum_application_list.rb +123 -0
- data/lib/datadog_api_client/v2/models/rum_application_list_attributes.rb +273 -0
- data/lib/datadog_api_client/v2/models/rum_application_list_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/rum_application_response.rb +0 -7
- data/lib/datadog_api_client/v2/models/rum_application_update.rb +2 -9
- data/lib/datadog_api_client/v2/models/rum_application_update_attributes.rb +0 -7
- data/lib/datadog_api_client/v2/models/rum_application_update_request.rb +1 -8
- data/lib/datadog_api_client/v2/models/rum_applications_response.rb +1 -8
- data/lib/datadog_api_client/v2/models/rum_bucket_response.rb +0 -7
- data/lib/datadog_api_client/v2/models/rum_compute.rb +1 -8
- data/lib/datadog_api_client/v2/models/rum_event.rb +0 -7
- data/lib/datadog_api_client/v2/models/rum_event_attributes.rb +0 -7
- data/lib/datadog_api_client/v2/models/rum_events_response.rb +0 -7
- data/lib/datadog_api_client/v2/models/rum_group_by.rb +1 -8
- data/lib/datadog_api_client/v2/models/rum_group_by_histogram.rb +3 -10
- data/lib/datadog_api_client/v2/models/rum_query_filter.rb +0 -7
- data/lib/datadog_api_client/v2/models/rum_query_options.rb +1 -8
- data/lib/datadog_api_client/v2/models/rum_query_page_options.rb +1 -8
- data/lib/datadog_api_client/v2/models/rum_response_links.rb +0 -7
- data/lib/datadog_api_client/v2/models/rum_response_metadata.rb +0 -7
- data/lib/datadog_api_client/v2/models/rum_response_page.rb +0 -7
- data/lib/datadog_api_client/v2/models/rum_search_events_request.rb +0 -7
- data/lib/datadog_api_client/v2/models/rum_warning.rb +0 -7
- data/lib/datadog_api_client/v2/models/saml_assertion_attribute.rb +2 -9
- data/lib/datadog_api_client/v2/models/saml_assertion_attribute_attributes.rb +0 -7
- data/lib/datadog_api_client/v2/models/scalar_column.rb +105 -0
- data/lib/datadog_api_client/v2/models/scalar_formula_query_request.rb +102 -0
- data/lib/datadog_api_client/v2/models/scalar_formula_query_response.rb +101 -0
- data/lib/datadog_api_client/v2/models/scalar_formula_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/scalar_formula_request_attributes.rb +158 -0
- data/lib/datadog_api_client/v2/models/scalar_formula_request_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/scalar_formula_response_atrributes.rb +105 -0
- data/lib/datadog_api_client/v2/models/scalar_formula_response_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/scalar_query.rb +63 -0
- data/lib/datadog_api_client/v2/models/scalar_response.rb +101 -0
- data/lib/datadog_api_client/v2/models/security_filter.rb +0 -7
- data/lib/datadog_api_client/v2/models/security_filter_attributes.rb +1 -8
- data/lib/datadog_api_client/v2/models/security_filter_create_attributes.rb +5 -12
- data/lib/datadog_api_client/v2/models/security_filter_create_data.rb +2 -9
- data/lib/datadog_api_client/v2/models/security_filter_create_request.rb +1 -8
- data/lib/datadog_api_client/v2/models/security_filter_exclusion_filter.rb +2 -9
- data/lib/datadog_api_client/v2/models/security_filter_exclusion_filter_response.rb +0 -7
- data/lib/datadog_api_client/v2/models/security_filter_meta.rb +0 -7
- data/lib/datadog_api_client/v2/models/security_filter_response.rb +0 -7
- data/lib/datadog_api_client/v2/models/security_filter_update_attributes.rb +1 -8
- data/lib/datadog_api_client/v2/models/security_filter_update_data.rb +2 -9
- data/lib/datadog_api_client/v2/models/security_filter_update_request.rb +1 -8
- data/lib/datadog_api_client/v2/models/security_filters_response.rb +0 -7
- data/lib/datadog_api_client/v2/models/security_monitoring_filter.rb +0 -7
- data/lib/datadog_api_client/v2/models/security_monitoring_list_rules_response.rb +0 -7
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_case.rb +0 -7
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_case_create.rb +1 -8
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_create_payload.rb +2 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_impossible_travel_options.rb +0 -7
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_new_value_options.rb +0 -7
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_options.rb +13 -8
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_update_payload.rb +12 -9
- data/lib/datadog_api_client/v2/models/security_monitoring_signal.rb +0 -7
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_assignee_update_attributes.rb +1 -8
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_assignee_update_data.rb +1 -8
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_assignee_update_request.rb +1 -8
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_attributes.rb +0 -7
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_incidents_update_attributes.rb +1 -8
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_incidents_update_data.rb +1 -8
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_incidents_update_request.rb +1 -8
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_list_request.rb +0 -7
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_list_request_filter.rb +0 -7
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_list_request_page.rb +1 -8
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_rule_create_payload.rb +6 -13
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_rule_query.rb +2 -9
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_rule_response.rb +0 -7
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_rule_response_query.rb +1 -8
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_state_update_attributes.rb +1 -8
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_state_update_data.rb +1 -8
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_state_update_request.rb +1 -8
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_triage_attributes.rb +5 -12
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_triage_update_data.rb +0 -7
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_triage_update_response.rb +1 -8
- data/lib/datadog_api_client/v2/models/security_monitoring_signals_list_response.rb +0 -7
- data/lib/datadog_api_client/v2/models/security_monitoring_signals_list_response_links.rb +0 -7
- data/lib/datadog_api_client/v2/models/security_monitoring_signals_list_response_meta.rb +0 -7
- data/lib/datadog_api_client/v2/models/security_monitoring_signals_list_response_meta_page.rb +0 -7
- data/lib/datadog_api_client/v2/models/security_monitoring_standard_rule_create_payload.rb +6 -13
- data/lib/datadog_api_client/v2/models/security_monitoring_standard_rule_query.rb +1 -8
- data/lib/datadog_api_client/v2/models/security_monitoring_standard_rule_response.rb +11 -8
- data/lib/datadog_api_client/v2/models/security_monitoring_triage_user.rb +1 -8
- data/lib/datadog_api_client/v2/models/sensitive_data_scanner_config_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/sensitive_data_scanner_configuration.rb +101 -0
- data/lib/datadog_api_client/v2/models/sensitive_data_scanner_configuration_data.rb +91 -0
- data/lib/datadog_api_client/v2/models/sensitive_data_scanner_configuration_relationships.rb +91 -0
- data/lib/datadog_api_client/v2/models/sensitive_data_scanner_configuration_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/sensitive_data_scanner_create_group_response.rb +101 -0
- data/lib/datadog_api_client/v2/models/sensitive_data_scanner_create_rule_response.rb +101 -0
- data/lib/datadog_api_client/v2/models/sensitive_data_scanner_filter.rb +91 -0
- data/lib/datadog_api_client/v2/models/sensitive_data_scanner_get_config_included_item.rb +63 -0
- data/lib/datadog_api_client/v2/models/sensitive_data_scanner_get_config_response.rb +113 -0
- data/lib/datadog_api_client/v2/models/sensitive_data_scanner_get_config_response_data.rb +111 -0
- data/lib/datadog_api_client/v2/models/sensitive_data_scanner_group.rb +101 -0
- data/lib/datadog_api_client/v2/models/sensitive_data_scanner_group_attributes.rb +133 -0
- data/lib/datadog_api_client/v2/models/sensitive_data_scanner_group_create.rb +133 -0
- data/lib/datadog_api_client/v2/models/sensitive_data_scanner_group_create_request.rb +101 -0
- data/lib/datadog_api_client/v2/models/sensitive_data_scanner_group_data.rb +91 -0
- data/lib/datadog_api_client/v2/models/sensitive_data_scanner_group_delete_request.rb +102 -0
- data/lib/datadog_api_client/v2/models/sensitive_data_scanner_group_delete_response.rb +91 -0
- data/lib/datadog_api_client/v2/models/sensitive_data_scanner_group_included_item.rb +121 -0
- data/lib/datadog_api_client/v2/models/sensitive_data_scanner_group_item.rb +101 -0
- data/lib/datadog_api_client/v2/models/sensitive_data_scanner_group_list.rb +93 -0
- data/lib/datadog_api_client/v2/models/sensitive_data_scanner_group_relationships.rb +101 -0
- data/lib/datadog_api_client/v2/models/sensitive_data_scanner_group_response.rb +121 -0
- data/lib/datadog_api_client/v2/models/sensitive_data_scanner_group_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/sensitive_data_scanner_group_update.rb +121 -0
- data/lib/datadog_api_client/v2/models/sensitive_data_scanner_group_update_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/sensitive_data_scanner_group_update_response.rb +91 -0
- data/lib/datadog_api_client/v2/models/sensitive_data_scanner_meta.rb +142 -0
- data/lib/datadog_api_client/v2/models/sensitive_data_scanner_meta_version_only.rb +102 -0
- data/lib/datadog_api_client/v2/models/sensitive_data_scanner_product.rb +29 -0
- data/lib/datadog_api_client/v2/models/sensitive_data_scanner_reorder_config.rb +111 -0
- data/lib/datadog_api_client/v2/models/sensitive_data_scanner_reorder_groups_response.rb +91 -0
- data/lib/datadog_api_client/v2/models/sensitive_data_scanner_rule.rb +101 -0
- data/lib/datadog_api_client/v2/models/sensitive_data_scanner_rule_attributes.rb +155 -0
- data/lib/datadog_api_client/v2/models/sensitive_data_scanner_rule_create.rb +144 -0
- data/lib/datadog_api_client/v2/models/sensitive_data_scanner_rule_create_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/sensitive_data_scanner_rule_data.rb +93 -0
- data/lib/datadog_api_client/v2/models/sensitive_data_scanner_rule_delete_request.rb +102 -0
- data/lib/datadog_api_client/v2/models/sensitive_data_scanner_rule_delete_response.rb +91 -0
- data/lib/datadog_api_client/v2/models/sensitive_data_scanner_rule_included_item.rb +121 -0
- data/lib/datadog_api_client/v2/models/sensitive_data_scanner_rule_relationships.rb +101 -0
- data/lib/datadog_api_client/v2/models/sensitive_data_scanner_rule_response.rb +121 -0
- data/lib/datadog_api_client/v2/models/sensitive_data_scanner_rule_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/sensitive_data_scanner_rule_update.rb +121 -0
- data/lib/datadog_api_client/v2/models/sensitive_data_scanner_rule_update_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/sensitive_data_scanner_rule_update_response.rb +91 -0
- data/lib/datadog_api_client/v2/models/sensitive_data_scanner_standard_pattern.rb +101 -0
- data/lib/datadog_api_client/v2/models/sensitive_data_scanner_standard_pattern_attributes.rb +113 -0
- data/lib/datadog_api_client/v2/models/sensitive_data_scanner_standard_pattern_data.rb +91 -0
- data/lib/datadog_api_client/v2/models/sensitive_data_scanner_standard_pattern_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/sensitive_data_scanner_standard_patterns_response_data.rb +93 -0
- data/lib/datadog_api_client/v2/models/sensitive_data_scanner_standard_patterns_response_item.rb +111 -0
- data/lib/datadog_api_client/v2/models/sensitive_data_scanner_text_replacement.rb +128 -0
- data/lib/datadog_api_client/v2/models/sensitive_data_scanner_text_replacement_type.rb +35 -0
- data/lib/datadog_api_client/v2/models/service_account_create_attributes.rb +2 -9
- data/lib/datadog_api_client/v2/models/service_account_create_data.rb +2 -9
- data/lib/datadog_api_client/v2/models/service_account_create_request.rb +1 -8
- data/lib/datadog_api_client/v2/models/service_definition_create_response.rb +0 -7
- data/lib/datadog_api_client/v2/models/service_definition_data.rb +0 -7
- data/lib/datadog_api_client/v2/models/service_definition_data_attributes.rb +0 -7
- data/lib/datadog_api_client/v2/models/service_definition_get_response.rb +0 -7
- data/lib/datadog_api_client/v2/models/service_definition_meta.rb +0 -7
- data/lib/datadog_api_client/v2/models/service_definition_v1.rb +2 -9
- data/lib/datadog_api_client/v2/models/service_definition_v1_contact.rb +0 -7
- data/lib/datadog_api_client/v2/models/service_definition_v1_info.rb +1 -8
- data/lib/datadog_api_client/v2/models/service_definition_v1_integrations.rb +0 -7
- data/lib/datadog_api_client/v2/models/service_definition_v1_org.rb +0 -7
- data/lib/datadog_api_client/v2/models/service_definition_v1_resource.rb +3 -10
- data/lib/datadog_api_client/v2/models/service_definition_v2.rb +2 -9
- data/lib/datadog_api_client/v2/models/service_definition_v2_doc.rb +2 -9
- data/lib/datadog_api_client/v2/models/service_definition_v2_email.rb +2 -9
- data/lib/datadog_api_client/v2/models/service_definition_v2_integrations.rb +0 -7
- data/lib/datadog_api_client/v2/models/service_definition_v2_link.rb +3 -10
- data/lib/datadog_api_client/v2/models/service_definition_v2_opsgenie.rb +1 -8
- data/lib/datadog_api_client/v2/models/service_definition_v2_repo.rb +2 -9
- data/lib/datadog_api_client/v2/models/service_definition_v2_slack.rb +2 -9
- data/lib/datadog_api_client/v2/models/service_definitions_list_response.rb +0 -7
- data/lib/datadog_api_client/v2/models/timeseries_formula_query_request.rb +102 -0
- data/lib/datadog_api_client/v2/models/timeseries_formula_query_response.rb +101 -0
- data/lib/datadog_api_client/v2/models/timeseries_formula_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/timeseries_formula_request_attributes.rb +171 -0
- data/lib/datadog_api_client/v2/models/timeseries_formula_request_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/timeseries_formula_response_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/timeseries_query.rb +63 -0
- data/lib/datadog_api_client/v2/models/timeseries_response.rb +101 -0
- data/lib/datadog_api_client/v2/models/timeseries_response_attributes.rb +117 -0
- data/lib/datadog_api_client/v2/models/timeseries_response_series.rb +126 -0
- data/lib/datadog_api_client/v2/models/unit.rb +131 -0
- data/lib/datadog_api_client/v2/models/usage_application_security_monitoring_response.rb +0 -7
- data/lib/datadog_api_client/v2/models/usage_attributes_object.rb +0 -7
- data/lib/datadog_api_client/v2/models/usage_data_object.rb +0 -7
- data/lib/datadog_api_client/v2/models/usage_lambda_traced_invocations_response.rb +0 -7
- data/lib/datadog_api_client/v2/models/usage_observability_pipelines_response.rb +0 -7
- data/lib/datadog_api_client/v2/models/user.rb +0 -7
- data/lib/datadog_api_client/v2/models/user_create_attributes.rb +1 -8
- data/lib/datadog_api_client/v2/models/user_create_data.rb +2 -9
- data/lib/datadog_api_client/v2/models/user_create_request.rb +1 -8
- data/lib/datadog_api_client/v2/models/user_invitation_data.rb +2 -9
- data/lib/datadog_api_client/v2/models/user_invitation_data_attributes.rb +0 -7
- data/lib/datadog_api_client/v2/models/user_invitation_relationships.rb +1 -8
- data/lib/datadog_api_client/v2/models/user_invitation_response.rb +0 -7
- data/lib/datadog_api_client/v2/models/user_invitation_response_data.rb +0 -7
- data/lib/datadog_api_client/v2/models/user_invitations_request.rb +1 -8
- data/lib/datadog_api_client/v2/models/user_invitations_response.rb +0 -7
- data/lib/datadog_api_client/v2/models/user_relationships.rb +0 -7
- data/lib/datadog_api_client/v2/models/user_response.rb +0 -7
- data/lib/datadog_api_client/v2/models/user_response_relationships.rb +0 -7
- data/lib/datadog_api_client/v2/models/user_update_attributes.rb +0 -7
- data/lib/datadog_api_client/v2/models/user_update_data.rb +3 -10
- data/lib/datadog_api_client/v2/models/user_update_request.rb +1 -8
- data/lib/datadog_api_client/v2/models/users_response.rb +0 -7
- data/lib/datadog_api_client/version.rb +1 -1
- data/spec/fixtures/synthetics_unknown_nested_enum.json +3 -3
- data/spec/v1/deserialization_spec.rb +4 -5
- metadata +145 -4
- data/lib/datadog_api_client/api_key_configuration.rb +0 -16
|
@@ -197,6 +197,44 @@ components:
|
|
|
197
197
|
items:
|
|
198
198
|
$ref: '#/components/schemas/IncidentRelatedObject'
|
|
199
199
|
type: array
|
|
200
|
+
IncidentSearchIncludeQueryParameter:
|
|
201
|
+
description: Specifies which types of related objects should be included in
|
|
202
|
+
the response.
|
|
203
|
+
in: query
|
|
204
|
+
name: include
|
|
205
|
+
required: false
|
|
206
|
+
schema:
|
|
207
|
+
$ref: '#/components/schemas/IncidentRelatedObject'
|
|
208
|
+
IncidentSearchQueryQueryParameter:
|
|
209
|
+
description: 'Specifies which incidents should be returned. After entering a
|
|
210
|
+
search query in your [Incidents page][1],
|
|
211
|
+
|
|
212
|
+
use the query parameter value in the URL of the page as the value for this
|
|
213
|
+
parameter.
|
|
214
|
+
|
|
215
|
+
|
|
216
|
+
The query can contain any number of incident facets joined by `ANDs`, along
|
|
217
|
+
with multiple values for each of
|
|
218
|
+
|
|
219
|
+
those facets joined by `OR`s, for instance: `query="state:active AND severity:(SEV-2
|
|
220
|
+
OR SEV-1)"`.
|
|
221
|
+
|
|
222
|
+
|
|
223
|
+
[1]: https://app.datadoghq.com/incidents'
|
|
224
|
+
explode: false
|
|
225
|
+
in: query
|
|
226
|
+
name: query
|
|
227
|
+
required: true
|
|
228
|
+
schema:
|
|
229
|
+
type: string
|
|
230
|
+
IncidentSearchSortQueryParameter:
|
|
231
|
+
description: Specifies the order of returned incidents.
|
|
232
|
+
explode: false
|
|
233
|
+
in: query
|
|
234
|
+
name: sort
|
|
235
|
+
required: false
|
|
236
|
+
schema:
|
|
237
|
+
$ref: '#/components/schemas/IncidentSearchSortOrder'
|
|
200
238
|
IncidentServiceIDPathParameter:
|
|
201
239
|
description: The ID of the incident service.
|
|
202
240
|
in: path
|
|
@@ -286,7 +324,7 @@ components:
|
|
|
286
324
|
format: int64
|
|
287
325
|
type: integer
|
|
288
326
|
PageSize:
|
|
289
|
-
description: Size for a given page.
|
|
327
|
+
description: Size for a given page. The maximum allowed value is 5000.
|
|
290
328
|
in: query
|
|
291
329
|
name: page[size]
|
|
292
330
|
required: false
|
|
@@ -316,6 +354,20 @@ components:
|
|
|
316
354
|
required: true
|
|
317
355
|
schema:
|
|
318
356
|
type: string
|
|
357
|
+
SensitiveDataScannerGroupID:
|
|
358
|
+
description: The ID of a group of rules.
|
|
359
|
+
in: path
|
|
360
|
+
name: group_id
|
|
361
|
+
required: true
|
|
362
|
+
schema:
|
|
363
|
+
type: string
|
|
364
|
+
SensitiveDataScannerRuleID:
|
|
365
|
+
description: The ID of the rule.
|
|
366
|
+
in: path
|
|
367
|
+
name: rule_id
|
|
368
|
+
required: true
|
|
369
|
+
schema:
|
|
370
|
+
type: string
|
|
319
371
|
ServiceAccountID:
|
|
320
372
|
description: The ID of the service account.
|
|
321
373
|
in: path
|
|
@@ -783,8 +835,8 @@ components:
|
|
|
783
835
|
type: integer
|
|
784
836
|
timezone:
|
|
785
837
|
default: UTC
|
|
786
|
-
description:
|
|
787
|
-
|
|
838
|
+
description: The timezone can be specified as GMT, UTC, an offset from UTC
|
|
839
|
+
(like UTC+1), or as a Timezone Database identifier (like America/New_York).
|
|
788
840
|
example: GMT
|
|
789
841
|
type: string
|
|
790
842
|
type: object
|
|
@@ -1182,6 +1234,10 @@ components:
|
|
|
1182
1234
|
- max
|
|
1183
1235
|
- avg
|
|
1184
1236
|
- median
|
|
1237
|
+
- latest
|
|
1238
|
+
- earliest
|
|
1239
|
+
- most_frequent
|
|
1240
|
+
- delta
|
|
1185
1241
|
example: pc90
|
|
1186
1242
|
type: string
|
|
1187
1243
|
x-enum-varnames:
|
|
@@ -1197,6 +1253,10 @@ components:
|
|
|
1197
1253
|
- MAX
|
|
1198
1254
|
- AVG
|
|
1199
1255
|
- MEDIAN
|
|
1256
|
+
- LATEST
|
|
1257
|
+
- EARLIEST
|
|
1258
|
+
- MOST_FREQUENT
|
|
1259
|
+
- DELTA
|
|
1200
1260
|
CIAppCompute:
|
|
1201
1261
|
description: A compute rule to compute metrics or timeseries.
|
|
1202
1262
|
properties:
|
|
@@ -1363,7 +1423,7 @@ components:
|
|
|
1363
1423
|
links:
|
|
1364
1424
|
$ref: '#/components/schemas/CIAppResponseLinks'
|
|
1365
1425
|
meta:
|
|
1366
|
-
$ref: '#/components/schemas/
|
|
1426
|
+
$ref: '#/components/schemas/CIAppResponseMetadataWithPagination'
|
|
1367
1427
|
type: object
|
|
1368
1428
|
CIAppPipelinesAggregateRequest:
|
|
1369
1429
|
description: The object sent with the request to retrieve aggregation buckets
|
|
@@ -1384,8 +1444,6 @@ components:
|
|
|
1384
1444
|
type: array
|
|
1385
1445
|
options:
|
|
1386
1446
|
$ref: '#/components/schemas/CIAppQueryOptions'
|
|
1387
|
-
page:
|
|
1388
|
-
$ref: '#/components/schemas/CIAppQueryPageOptions'
|
|
1389
1447
|
type: object
|
|
1390
1448
|
CIAppPipelinesAggregationBucketsResponse:
|
|
1391
1449
|
description: The query results.
|
|
@@ -1412,7 +1470,6 @@ components:
|
|
|
1412
1470
|
by:
|
|
1413
1471
|
additionalProperties:
|
|
1414
1472
|
description: The values for each group-by.
|
|
1415
|
-
type: string
|
|
1416
1473
|
description: The key-value pairs for each group-by.
|
|
1417
1474
|
example:
|
|
1418
1475
|
'@ci.provider.name': gitlab
|
|
@@ -1476,8 +1533,8 @@ components:
|
|
|
1476
1533
|
type: integer
|
|
1477
1534
|
timezone:
|
|
1478
1535
|
default: UTC
|
|
1479
|
-
description:
|
|
1480
|
-
|
|
1536
|
+
description: The timezone can be specified as GMT, UTC, an offset from UTC
|
|
1537
|
+
(like UTC+1), or as a Timezone Database identifier (like America/New_York).
|
|
1481
1538
|
example: GMT
|
|
1482
1539
|
type: string
|
|
1483
1540
|
type: object
|
|
@@ -1509,6 +1566,29 @@ components:
|
|
|
1509
1566
|
type: string
|
|
1510
1567
|
type: object
|
|
1511
1568
|
CIAppResponseMetadata:
|
|
1569
|
+
description: The metadata associated with a request.
|
|
1570
|
+
properties:
|
|
1571
|
+
elapsed:
|
|
1572
|
+
description: The time elapsed in milliseconds.
|
|
1573
|
+
example: 132
|
|
1574
|
+
format: int64
|
|
1575
|
+
type: integer
|
|
1576
|
+
request_id:
|
|
1577
|
+
description: The identifier of the request.
|
|
1578
|
+
example: MWlFUjVaWGZTTTZPYzM0VXp1OXU2d3xLSVpEMjZKQ0VKUTI0dEYtM3RSOFVR
|
|
1579
|
+
type: string
|
|
1580
|
+
status:
|
|
1581
|
+
$ref: '#/components/schemas/CIAppResponseStatus'
|
|
1582
|
+
warnings:
|
|
1583
|
+
description: 'A list of warnings (non-fatal errors) encountered. Partial
|
|
1584
|
+
results may return if
|
|
1585
|
+
|
|
1586
|
+
warnings are present in the response.'
|
|
1587
|
+
items:
|
|
1588
|
+
$ref: '#/components/schemas/CIAppWarning'
|
|
1589
|
+
type: array
|
|
1590
|
+
type: object
|
|
1591
|
+
CIAppResponseMetadataWithPagination:
|
|
1512
1592
|
description: The metadata associated with a request.
|
|
1513
1593
|
properties:
|
|
1514
1594
|
elapsed:
|
|
@@ -1616,7 +1696,7 @@ components:
|
|
|
1616
1696
|
links:
|
|
1617
1697
|
$ref: '#/components/schemas/CIAppResponseLinks'
|
|
1618
1698
|
meta:
|
|
1619
|
-
$ref: '#/components/schemas/
|
|
1699
|
+
$ref: '#/components/schemas/CIAppResponseMetadataWithPagination'
|
|
1620
1700
|
type: object
|
|
1621
1701
|
CIAppTestsAggregateRequest:
|
|
1622
1702
|
description: The object sent with the request to retrieve aggregation buckets
|
|
@@ -1637,8 +1717,6 @@ components:
|
|
|
1637
1717
|
type: array
|
|
1638
1718
|
options:
|
|
1639
1719
|
$ref: '#/components/schemas/CIAppQueryOptions'
|
|
1640
|
-
page:
|
|
1641
|
-
$ref: '#/components/schemas/CIAppQueryPageOptions'
|
|
1642
1720
|
type: object
|
|
1643
1721
|
CIAppTestsAggregationBucketsResponse:
|
|
1644
1722
|
description: The query results.
|
|
@@ -1665,7 +1743,6 @@ components:
|
|
|
1665
1743
|
by:
|
|
1666
1744
|
additionalProperties:
|
|
1667
1745
|
description: The values for each group-by.
|
|
1668
|
-
type: string
|
|
1669
1746
|
description: The key-value pairs for each group-by.
|
|
1670
1747
|
example:
|
|
1671
1748
|
'@test.service': web-ui-tests
|
|
@@ -1753,6 +1830,158 @@ components:
|
|
|
1753
1830
|
example: infra_host
|
|
1754
1831
|
type: string
|
|
1755
1832
|
type: object
|
|
1833
|
+
CloudConfigurationComplianceRuleOptions:
|
|
1834
|
+
description: 'Options for cloud_configuration rules.
|
|
1835
|
+
|
|
1836
|
+
Fields `resourceType` and `regoRule` are mandatory when managing custom `cloud_configuration`
|
|
1837
|
+
rules.
|
|
1838
|
+
|
|
1839
|
+
'
|
|
1840
|
+
properties:
|
|
1841
|
+
complexRule:
|
|
1842
|
+
description: 'Whether the rule is a complex one.
|
|
1843
|
+
|
|
1844
|
+
Must be set to true if `regoRule.resourceTypes` contains more than one
|
|
1845
|
+
item. Defaults to false.
|
|
1846
|
+
|
|
1847
|
+
'
|
|
1848
|
+
type: boolean
|
|
1849
|
+
regoRule:
|
|
1850
|
+
$ref: '#/components/schemas/CloudConfigurationRegoRule'
|
|
1851
|
+
resourceType:
|
|
1852
|
+
description: 'Main resource type to be checked by the rule. It should be
|
|
1853
|
+
specified again in `regoRule.resourceTypes`.
|
|
1854
|
+
|
|
1855
|
+
'
|
|
1856
|
+
example: aws_acm
|
|
1857
|
+
type: string
|
|
1858
|
+
type: object
|
|
1859
|
+
CloudConfigurationRegoRule:
|
|
1860
|
+
description: Rule details.
|
|
1861
|
+
properties:
|
|
1862
|
+
policy:
|
|
1863
|
+
description: 'The policy written in `rego`, see: https://www.openpolicyagent.org/docs/latest/policy-language/'
|
|
1864
|
+
example: "package datadog\n\nimport data.datadog.output as dd_output\nimport
|
|
1865
|
+
future.keywords.contains\nimport future.keywords.if\nimport future.keywords.in\n\neval(resource)
|
|
1866
|
+
= \"skip\" if {\n # Logic that evaluates to true if the resource should
|
|
1867
|
+
be skipped\n true\n} else = \"pass\" {\n # Logic that evaluates to true
|
|
1868
|
+
if the resource is compliant\n true\n} else = \"fail\" {\n # Logic that
|
|
1869
|
+
evaluates to true if the resource is not compliant\n true\n}\n\n# This
|
|
1870
|
+
part remains unchanged for all rules\nresults contains result if {\n some
|
|
1871
|
+
resource in input.resources[input.main_resource_type]\n result := dd_output.format(resource,
|
|
1872
|
+
eval(resource))\n}\n"
|
|
1873
|
+
type: string
|
|
1874
|
+
resourceTypes:
|
|
1875
|
+
description: List of resource types that will be evaluated upon. Must have
|
|
1876
|
+
at least one element.
|
|
1877
|
+
example:
|
|
1878
|
+
- gcp_iam_service_account
|
|
1879
|
+
- gcp_iam_policy
|
|
1880
|
+
items:
|
|
1881
|
+
type: string
|
|
1882
|
+
type: array
|
|
1883
|
+
required:
|
|
1884
|
+
- policy
|
|
1885
|
+
- resourceTypes
|
|
1886
|
+
type: object
|
|
1887
|
+
CloudConfigurationRuleCaseCreate:
|
|
1888
|
+
description: Description of signals.
|
|
1889
|
+
properties:
|
|
1890
|
+
notifications:
|
|
1891
|
+
description: Notification targets for each rule case.
|
|
1892
|
+
items:
|
|
1893
|
+
description: Notification.
|
|
1894
|
+
type: string
|
|
1895
|
+
type: array
|
|
1896
|
+
status:
|
|
1897
|
+
$ref: '#/components/schemas/SecurityMonitoringRuleSeverity'
|
|
1898
|
+
required:
|
|
1899
|
+
- status
|
|
1900
|
+
type: object
|
|
1901
|
+
CloudConfigurationRuleComplianceSignalOptions:
|
|
1902
|
+
description: How to generate compliance signals. Useful for cloud_configuration
|
|
1903
|
+
rules only.
|
|
1904
|
+
properties:
|
|
1905
|
+
userActivationStatus:
|
|
1906
|
+
description: Whether signals will be sent.
|
|
1907
|
+
type: boolean
|
|
1908
|
+
userGroupByFields:
|
|
1909
|
+
description: Fields to use to group findings by when sending signals.
|
|
1910
|
+
items:
|
|
1911
|
+
type: string
|
|
1912
|
+
type: array
|
|
1913
|
+
type: object
|
|
1914
|
+
CloudConfigurationRuleCreatePayload:
|
|
1915
|
+
description: Create a new cloud configuration rule.
|
|
1916
|
+
properties:
|
|
1917
|
+
cases:
|
|
1918
|
+
description: 'Description of generated findings and signals (severity and
|
|
1919
|
+
channels to be notified in case of a signal). Must contain exactly one
|
|
1920
|
+
item.
|
|
1921
|
+
|
|
1922
|
+
'
|
|
1923
|
+
items:
|
|
1924
|
+
$ref: '#/components/schemas/CloudConfigurationRuleCaseCreate'
|
|
1925
|
+
type: array
|
|
1926
|
+
complianceSignalOptions:
|
|
1927
|
+
$ref: '#/components/schemas/CloudConfigurationRuleComplianceSignalOptions'
|
|
1928
|
+
isEnabled:
|
|
1929
|
+
description: Whether the rule is enabled.
|
|
1930
|
+
example: true
|
|
1931
|
+
type: boolean
|
|
1932
|
+
message:
|
|
1933
|
+
description: Message in markdown format for generated findings and signals.
|
|
1934
|
+
example: '#Description
|
|
1935
|
+
|
|
1936
|
+
Explanation of the rule.
|
|
1937
|
+
|
|
1938
|
+
|
|
1939
|
+
#Remediation
|
|
1940
|
+
|
|
1941
|
+
How to fix the security issue.
|
|
1942
|
+
|
|
1943
|
+
'
|
|
1944
|
+
type: string
|
|
1945
|
+
name:
|
|
1946
|
+
description: The name of the rule.
|
|
1947
|
+
example: My security monitoring rule.
|
|
1948
|
+
type: string
|
|
1949
|
+
options:
|
|
1950
|
+
$ref: '#/components/schemas/CloudConfigurationRuleOptions'
|
|
1951
|
+
tags:
|
|
1952
|
+
description: Tags for generated findings and signals.
|
|
1953
|
+
example:
|
|
1954
|
+
- env:prod
|
|
1955
|
+
- team:security
|
|
1956
|
+
items:
|
|
1957
|
+
description: Tag.
|
|
1958
|
+
type: string
|
|
1959
|
+
type: array
|
|
1960
|
+
type:
|
|
1961
|
+
$ref: '#/components/schemas/CloudConfigurationRuleType'
|
|
1962
|
+
required:
|
|
1963
|
+
- name
|
|
1964
|
+
- isEnabled
|
|
1965
|
+
- options
|
|
1966
|
+
- complianceSignalOptions
|
|
1967
|
+
- cases
|
|
1968
|
+
- message
|
|
1969
|
+
type: object
|
|
1970
|
+
CloudConfigurationRuleOptions:
|
|
1971
|
+
description: Options on cloud configuration rules.
|
|
1972
|
+
properties:
|
|
1973
|
+
complianceRuleOptions:
|
|
1974
|
+
$ref: '#/components/schemas/CloudConfigurationComplianceRuleOptions'
|
|
1975
|
+
required:
|
|
1976
|
+
- complianceRuleOptions
|
|
1977
|
+
type: object
|
|
1978
|
+
CloudConfigurationRuleType:
|
|
1979
|
+
description: The rule type.
|
|
1980
|
+
enum:
|
|
1981
|
+
- cloud_configuration
|
|
1982
|
+
type: string
|
|
1983
|
+
x-enum-varnames:
|
|
1984
|
+
- CLOUD_CONFIGURATION
|
|
1756
1985
|
CloudWorkloadSecurityAgentRuleAttributes:
|
|
1757
1986
|
description: A Cloud Workload Security Agent rule returned by the API.
|
|
1758
1987
|
properties:
|
|
@@ -2651,6 +2880,95 @@ components:
|
|
|
2651
2880
|
type: string
|
|
2652
2881
|
x-enum-varnames:
|
|
2653
2882
|
- EVENT
|
|
2883
|
+
EventsAggregation:
|
|
2884
|
+
default: count
|
|
2885
|
+
description: The type of aggregation that can be performed on events-based queries.
|
|
2886
|
+
enum:
|
|
2887
|
+
- count
|
|
2888
|
+
- cardinality
|
|
2889
|
+
- pc75
|
|
2890
|
+
- pc90
|
|
2891
|
+
- pc95
|
|
2892
|
+
- pc98
|
|
2893
|
+
- pc99
|
|
2894
|
+
- sum
|
|
2895
|
+
- min
|
|
2896
|
+
- max
|
|
2897
|
+
- avg
|
|
2898
|
+
example: count
|
|
2899
|
+
type: string
|
|
2900
|
+
x-enum-varnames:
|
|
2901
|
+
- COUNT
|
|
2902
|
+
- CARDINALITY
|
|
2903
|
+
- PC75
|
|
2904
|
+
- PC90
|
|
2905
|
+
- PC95
|
|
2906
|
+
- PC98
|
|
2907
|
+
- PC99
|
|
2908
|
+
- SUM
|
|
2909
|
+
- MIN
|
|
2910
|
+
- MAX
|
|
2911
|
+
- AVG
|
|
2912
|
+
EventsCompute:
|
|
2913
|
+
description: The instructions for what to compute for this query.
|
|
2914
|
+
properties:
|
|
2915
|
+
aggregation:
|
|
2916
|
+
$ref: '#/components/schemas/EventsAggregation'
|
|
2917
|
+
interval:
|
|
2918
|
+
description: Interval for compute in milliseconds.
|
|
2919
|
+
example: 60000
|
|
2920
|
+
format: int64
|
|
2921
|
+
type: integer
|
|
2922
|
+
metric:
|
|
2923
|
+
description: The "measure" attribute on which to perform the computation.
|
|
2924
|
+
type: string
|
|
2925
|
+
required:
|
|
2926
|
+
- aggregation
|
|
2927
|
+
type: object
|
|
2928
|
+
EventsDataSource:
|
|
2929
|
+
default: logs
|
|
2930
|
+
description: A data source that is powered by the Events Platform.
|
|
2931
|
+
enum:
|
|
2932
|
+
- logs
|
|
2933
|
+
example: logs
|
|
2934
|
+
type: string
|
|
2935
|
+
x-enum-varnames:
|
|
2936
|
+
- LOGS
|
|
2937
|
+
EventsGroupBy:
|
|
2938
|
+
description: A dimension on which to split a query's results.
|
|
2939
|
+
properties:
|
|
2940
|
+
facet:
|
|
2941
|
+
description: The facet by which to split groups.
|
|
2942
|
+
example: '@error.type'
|
|
2943
|
+
type: string
|
|
2944
|
+
limit:
|
|
2945
|
+
description: The maximum number of groups to return.
|
|
2946
|
+
example: 10
|
|
2947
|
+
format: int32
|
|
2948
|
+
maximum: 2147483647
|
|
2949
|
+
type: integer
|
|
2950
|
+
sort:
|
|
2951
|
+
$ref: '#/components/schemas/EventsGroupBySort'
|
|
2952
|
+
required:
|
|
2953
|
+
- facet
|
|
2954
|
+
type: object
|
|
2955
|
+
EventsGroupBySort:
|
|
2956
|
+
description: The dimension by which to sort a query's results.
|
|
2957
|
+
properties:
|
|
2958
|
+
aggregation:
|
|
2959
|
+
$ref: '#/components/schemas/EventsAggregation'
|
|
2960
|
+
metric:
|
|
2961
|
+
description: Metric whose calculated value should be used to define the
|
|
2962
|
+
sort order of a query's results.
|
|
2963
|
+
example: '@duration'
|
|
2964
|
+
type: string
|
|
2965
|
+
order:
|
|
2966
|
+
$ref: '#/components/schemas/QuerySortOrder'
|
|
2967
|
+
type:
|
|
2968
|
+
$ref: '#/components/schemas/EventsSortType'
|
|
2969
|
+
required:
|
|
2970
|
+
- aggregation
|
|
2971
|
+
type: object
|
|
2654
2972
|
EventsListRequest:
|
|
2655
2973
|
description: The object sent with the request to retrieve a list of events from
|
|
2656
2974
|
your organization.
|
|
@@ -2710,6 +3028,11 @@ components:
|
|
|
2710
3028
|
example: now
|
|
2711
3029
|
type: string
|
|
2712
3030
|
type: object
|
|
3031
|
+
EventsQueryGroupBys:
|
|
3032
|
+
description: The list of facets on which to split results.
|
|
3033
|
+
items:
|
|
3034
|
+
$ref: '#/components/schemas/EventsGroupBy'
|
|
3035
|
+
type: array
|
|
2713
3036
|
EventsQueryOptions:
|
|
2714
3037
|
description: 'The global query options that are used. Either provide a timezone
|
|
2715
3038
|
or a time offset but not both,
|
|
@@ -2722,7 +3045,8 @@ components:
|
|
|
2722
3045
|
type: integer
|
|
2723
3046
|
timezone:
|
|
2724
3047
|
default: UTC
|
|
2725
|
-
description:
|
|
3048
|
+
description: The timezone can be specified as GMT, UTC, an offset from UTC
|
|
3049
|
+
(like UTC+1), or as a Timezone Database identifier (like America/New_York).
|
|
2726
3050
|
example: GMT
|
|
2727
3051
|
type: string
|
|
2728
3052
|
type: object
|
|
@@ -2775,6 +3099,39 @@ components:
|
|
|
2775
3099
|
example: eyJzdGFydEF0IjoiQVFBQUFYS2tMS3pPbm40NGV3QUFBQUJCV0V0clRFdDZVbG8zY3pCRmNsbHJiVmxDWlEifQ==
|
|
2776
3100
|
type: string
|
|
2777
3101
|
type: object
|
|
3102
|
+
EventsScalarQuery:
|
|
3103
|
+
description: An individual scalar events query.
|
|
3104
|
+
properties:
|
|
3105
|
+
compute:
|
|
3106
|
+
$ref: '#/components/schemas/EventsCompute'
|
|
3107
|
+
data_source:
|
|
3108
|
+
$ref: '#/components/schemas/EventsDataSource'
|
|
3109
|
+
group_by:
|
|
3110
|
+
$ref: '#/components/schemas/EventsQueryGroupBys'
|
|
3111
|
+
indexes:
|
|
3112
|
+
description: The indexes in which to search.
|
|
3113
|
+
items:
|
|
3114
|
+
description: The unique index name.
|
|
3115
|
+
example: main
|
|
3116
|
+
type: string
|
|
3117
|
+
type: array
|
|
3118
|
+
name:
|
|
3119
|
+
description: The variable name for use in formulas.
|
|
3120
|
+
type: string
|
|
3121
|
+
search:
|
|
3122
|
+
$ref: '#/components/schemas/EventsSearch'
|
|
3123
|
+
required:
|
|
3124
|
+
- data_source
|
|
3125
|
+
- compute
|
|
3126
|
+
type: object
|
|
3127
|
+
EventsSearch:
|
|
3128
|
+
description: Configuration of the search/filter for an events query.
|
|
3129
|
+
properties:
|
|
3130
|
+
query:
|
|
3131
|
+
description: The search/filter string for an events query.
|
|
3132
|
+
example: status:warn service:foo
|
|
3133
|
+
type: string
|
|
3134
|
+
type: object
|
|
2778
3135
|
EventsSort:
|
|
2779
3136
|
description: The sort parameters when querying events.
|
|
2780
3137
|
enum:
|
|
@@ -2784,6 +3141,40 @@ components:
|
|
|
2784
3141
|
x-enum-varnames:
|
|
2785
3142
|
- TIMESTAMP_ASCENDING
|
|
2786
3143
|
- TIMESTAMP_DESCENDING
|
|
3144
|
+
EventsSortType:
|
|
3145
|
+
description: The type of sort to use on the calculated value.
|
|
3146
|
+
enum:
|
|
3147
|
+
- alphabetical
|
|
3148
|
+
- measure
|
|
3149
|
+
type: string
|
|
3150
|
+
x-enum-varnames:
|
|
3151
|
+
- ALPHABETICAL
|
|
3152
|
+
- MEASURE
|
|
3153
|
+
EventsTimeseriesQuery:
|
|
3154
|
+
description: An individual timeseries events query.
|
|
3155
|
+
properties:
|
|
3156
|
+
compute:
|
|
3157
|
+
$ref: '#/components/schemas/EventsCompute'
|
|
3158
|
+
data_source:
|
|
3159
|
+
$ref: '#/components/schemas/EventsDataSource'
|
|
3160
|
+
group_by:
|
|
3161
|
+
$ref: '#/components/schemas/EventsQueryGroupBys'
|
|
3162
|
+
indexes:
|
|
3163
|
+
description: The indexes in which to search.
|
|
3164
|
+
items:
|
|
3165
|
+
description: The unique index name.
|
|
3166
|
+
example: main
|
|
3167
|
+
type: string
|
|
3168
|
+
type: array
|
|
3169
|
+
name:
|
|
3170
|
+
description: The variable name for use in formulas.
|
|
3171
|
+
type: string
|
|
3172
|
+
search:
|
|
3173
|
+
$ref: '#/components/schemas/EventsSearch'
|
|
3174
|
+
required:
|
|
3175
|
+
- data_source
|
|
3176
|
+
- compute
|
|
3177
|
+
type: object
|
|
2787
3178
|
EventsWarning:
|
|
2788
3179
|
description: A warning message indicating something is wrong with the query.
|
|
2789
3180
|
properties:
|
|
@@ -2801,6 +3192,19 @@ components:
|
|
|
2801
3192
|
from the other indexes.
|
|
2802
3193
|
type: string
|
|
2803
3194
|
type: object
|
|
3195
|
+
FormulaLimit:
|
|
3196
|
+
description: Message for specifying limits to the number of values returned
|
|
3197
|
+
by a query.
|
|
3198
|
+
properties:
|
|
3199
|
+
count:
|
|
3200
|
+
description: The number of results to which to limit.
|
|
3201
|
+
example: 10
|
|
3202
|
+
format: int32
|
|
3203
|
+
maximum: 2147483647
|
|
3204
|
+
type: integer
|
|
3205
|
+
order:
|
|
3206
|
+
$ref: '#/components/schemas/QuerySortOrder'
|
|
3207
|
+
type: object
|
|
2804
3208
|
FullAPIKey:
|
|
2805
3209
|
description: Datadog API key.
|
|
2806
3210
|
properties:
|
|
@@ -2893,6 +3297,12 @@ components:
|
|
|
2893
3297
|
nullable: true
|
|
2894
3298
|
type: array
|
|
2895
3299
|
type: object
|
|
3300
|
+
GroupTags:
|
|
3301
|
+
description: List of tags that apply to a single response value.
|
|
3302
|
+
items:
|
|
3303
|
+
description: A single tag that applies to a single response value.
|
|
3304
|
+
type: string
|
|
3305
|
+
type: array
|
|
2896
3306
|
HTTPLog:
|
|
2897
3307
|
description: Structured log message.
|
|
2898
3308
|
items:
|
|
@@ -3657,15 +4067,229 @@ components:
|
|
|
3657
4067
|
last_modified_by_user:
|
|
3658
4068
|
$ref: '#/components/schemas/RelationshipToUser'
|
|
3659
4069
|
type: object
|
|
3660
|
-
|
|
3661
|
-
description:
|
|
4070
|
+
IncidentSearchResponse:
|
|
4071
|
+
description: Response with incidents and facets.
|
|
3662
4072
|
properties:
|
|
3663
|
-
|
|
3664
|
-
|
|
3665
|
-
|
|
3666
|
-
|
|
3667
|
-
|
|
3668
|
-
|
|
4073
|
+
data:
|
|
4074
|
+
$ref: '#/components/schemas/IncidentSearchResponseData'
|
|
4075
|
+
included:
|
|
4076
|
+
description: Included related resources that the user requested.
|
|
4077
|
+
items:
|
|
4078
|
+
$ref: '#/components/schemas/IncidentResponseIncludedItem'
|
|
4079
|
+
readOnly: true
|
|
4080
|
+
type: array
|
|
4081
|
+
required:
|
|
4082
|
+
- data
|
|
4083
|
+
type: object
|
|
4084
|
+
IncidentSearchResponseAttributes:
|
|
4085
|
+
description: Attributes returned by an incident search.
|
|
4086
|
+
properties:
|
|
4087
|
+
facets:
|
|
4088
|
+
$ref: '#/components/schemas/IncidentSearchResponseFacetsData'
|
|
4089
|
+
incidents:
|
|
4090
|
+
description: Incidents returned by the search.
|
|
4091
|
+
items:
|
|
4092
|
+
$ref: '#/components/schemas/IncidentSearchResponseIncidentsData'
|
|
4093
|
+
type: array
|
|
4094
|
+
total:
|
|
4095
|
+
description: Number of incidents returned by the search.
|
|
4096
|
+
example: 10
|
|
4097
|
+
format: int32
|
|
4098
|
+
maximum: 2147483647
|
|
4099
|
+
type: integer
|
|
4100
|
+
required:
|
|
4101
|
+
- facets
|
|
4102
|
+
- incidents
|
|
4103
|
+
- total
|
|
4104
|
+
type: object
|
|
4105
|
+
IncidentSearchResponseData:
|
|
4106
|
+
description: Data returned by an incident search.
|
|
4107
|
+
properties:
|
|
4108
|
+
attributes:
|
|
4109
|
+
$ref: '#/components/schemas/IncidentSearchResponseAttributes'
|
|
4110
|
+
type:
|
|
4111
|
+
$ref: '#/components/schemas/IncidentSearchResultsType'
|
|
4112
|
+
type: object
|
|
4113
|
+
IncidentSearchResponseFacetCount:
|
|
4114
|
+
description: Count of the facet value appearing in search results.
|
|
4115
|
+
example: 5
|
|
4116
|
+
format: int32
|
|
4117
|
+
maximum: 2147483647
|
|
4118
|
+
type: integer
|
|
4119
|
+
IncidentSearchResponseFacetsData:
|
|
4120
|
+
description: Facet data for incidents returned by a search query.
|
|
4121
|
+
properties:
|
|
4122
|
+
commander:
|
|
4123
|
+
description: Facet data for incident commander users.
|
|
4124
|
+
items:
|
|
4125
|
+
$ref: '#/components/schemas/IncidentSearchResponseUserFacetData'
|
|
4126
|
+
type: array
|
|
4127
|
+
created_by:
|
|
4128
|
+
description: Facet data for incident creator users.
|
|
4129
|
+
items:
|
|
4130
|
+
$ref: '#/components/schemas/IncidentSearchResponseUserFacetData'
|
|
4131
|
+
type: array
|
|
4132
|
+
fields:
|
|
4133
|
+
description: Facet data for incident property fields.
|
|
4134
|
+
items:
|
|
4135
|
+
$ref: '#/components/schemas/IncidentSearchResponsePropertyFieldFacetData'
|
|
4136
|
+
type: array
|
|
4137
|
+
impact:
|
|
4138
|
+
description: Facet data for incident impact attributes.
|
|
4139
|
+
items:
|
|
4140
|
+
$ref: '#/components/schemas/IncidentSearchResponseFieldFacetData'
|
|
4141
|
+
type: array
|
|
4142
|
+
last_modified_by:
|
|
4143
|
+
description: Facet data for incident last modified by users.
|
|
4144
|
+
items:
|
|
4145
|
+
$ref: '#/components/schemas/IncidentSearchResponseUserFacetData'
|
|
4146
|
+
type: array
|
|
4147
|
+
postmortem:
|
|
4148
|
+
description: Facet data for incident postmortem existence.
|
|
4149
|
+
items:
|
|
4150
|
+
$ref: '#/components/schemas/IncidentSearchResponseFieldFacetData'
|
|
4151
|
+
type: array
|
|
4152
|
+
responder:
|
|
4153
|
+
description: Facet data for incident responder users.
|
|
4154
|
+
items:
|
|
4155
|
+
$ref: '#/components/schemas/IncidentSearchResponseUserFacetData'
|
|
4156
|
+
type: array
|
|
4157
|
+
severity:
|
|
4158
|
+
description: Facet data for incident severity attributes.
|
|
4159
|
+
items:
|
|
4160
|
+
$ref: '#/components/schemas/IncidentSearchResponseFieldFacetData'
|
|
4161
|
+
type: array
|
|
4162
|
+
state:
|
|
4163
|
+
description: Facet data for incident state attributes.
|
|
4164
|
+
items:
|
|
4165
|
+
$ref: '#/components/schemas/IncidentSearchResponseFieldFacetData'
|
|
4166
|
+
type: array
|
|
4167
|
+
time_to_repair:
|
|
4168
|
+
description: Facet data for incident time to repair metrics.
|
|
4169
|
+
items:
|
|
4170
|
+
$ref: '#/components/schemas/IncidentSearchResponseNumericFacetData'
|
|
4171
|
+
type: array
|
|
4172
|
+
time_to_resolve:
|
|
4173
|
+
description: Facet data for incident time to resolve metrics.
|
|
4174
|
+
items:
|
|
4175
|
+
$ref: '#/components/schemas/IncidentSearchResponseNumericFacetData'
|
|
4176
|
+
type: array
|
|
4177
|
+
type: object
|
|
4178
|
+
IncidentSearchResponseFieldFacetData:
|
|
4179
|
+
description: Facet value and number of occurrences for a property field of an
|
|
4180
|
+
incident.
|
|
4181
|
+
properties:
|
|
4182
|
+
count:
|
|
4183
|
+
$ref: '#/components/schemas/IncidentSearchResponseFacetCount'
|
|
4184
|
+
name:
|
|
4185
|
+
description: The facet value appearing in search results.
|
|
4186
|
+
example: SEV-2
|
|
4187
|
+
type: string
|
|
4188
|
+
type: object
|
|
4189
|
+
IncidentSearchResponseIncidentsData:
|
|
4190
|
+
description: Incident returned by the search.
|
|
4191
|
+
properties:
|
|
4192
|
+
data:
|
|
4193
|
+
$ref: '#/components/schemas/IncidentResponseData'
|
|
4194
|
+
required:
|
|
4195
|
+
- data
|
|
4196
|
+
type: object
|
|
4197
|
+
IncidentSearchResponseNumericFacetData:
|
|
4198
|
+
description: Facet data numeric attributes of an incident.
|
|
4199
|
+
properties:
|
|
4200
|
+
aggregates:
|
|
4201
|
+
$ref: '#/components/schemas/IncidentSearchResponseNumericFacetDataAggregates'
|
|
4202
|
+
name:
|
|
4203
|
+
description: Name of the incident property field.
|
|
4204
|
+
example: time_to_repair
|
|
4205
|
+
type: string
|
|
4206
|
+
required:
|
|
4207
|
+
- name
|
|
4208
|
+
- aggregates
|
|
4209
|
+
type: object
|
|
4210
|
+
IncidentSearchResponseNumericFacetDataAggregates:
|
|
4211
|
+
description: Aggregate information for numeric incident data.
|
|
4212
|
+
properties:
|
|
4213
|
+
max:
|
|
4214
|
+
description: Maximum value of the numeric aggregates.
|
|
4215
|
+
example: 1234.0
|
|
4216
|
+
format: double
|
|
4217
|
+
nullable: true
|
|
4218
|
+
type: number
|
|
4219
|
+
min:
|
|
4220
|
+
description: Minimum value of the numeric aggregates.
|
|
4221
|
+
example: 20.0
|
|
4222
|
+
format: double
|
|
4223
|
+
nullable: true
|
|
4224
|
+
type: number
|
|
4225
|
+
type: object
|
|
4226
|
+
IncidentSearchResponsePropertyFieldFacetData:
|
|
4227
|
+
description: Facet data for the incident property fields.
|
|
4228
|
+
properties:
|
|
4229
|
+
aggregates:
|
|
4230
|
+
$ref: '#/components/schemas/IncidentSearchResponseNumericFacetDataAggregates'
|
|
4231
|
+
facets:
|
|
4232
|
+
description: Facet data for the property field of an incident.
|
|
4233
|
+
items:
|
|
4234
|
+
$ref: '#/components/schemas/IncidentSearchResponseFieldFacetData'
|
|
4235
|
+
type: array
|
|
4236
|
+
name:
|
|
4237
|
+
description: Name of the incident property field.
|
|
4238
|
+
example: Severity
|
|
4239
|
+
type: string
|
|
4240
|
+
required:
|
|
4241
|
+
- facets
|
|
4242
|
+
- name
|
|
4243
|
+
type: object
|
|
4244
|
+
IncidentSearchResponseUserFacetData:
|
|
4245
|
+
description: Facet data for user attributes of an incident.
|
|
4246
|
+
properties:
|
|
4247
|
+
count:
|
|
4248
|
+
$ref: '#/components/schemas/IncidentSearchResponseFacetCount'
|
|
4249
|
+
email:
|
|
4250
|
+
description: Email of the user.
|
|
4251
|
+
example: datadog.user@example.com
|
|
4252
|
+
type: string
|
|
4253
|
+
handle:
|
|
4254
|
+
description: Handle of the user.
|
|
4255
|
+
example: '@datadog.user@example.com'
|
|
4256
|
+
type: string
|
|
4257
|
+
name:
|
|
4258
|
+
description: Name of the user.
|
|
4259
|
+
example: Datadog User
|
|
4260
|
+
type: string
|
|
4261
|
+
uuid:
|
|
4262
|
+
description: ID of the user.
|
|
4263
|
+
example: 773b045d-ccf8-4808-bd3b-955ef6a8c940
|
|
4264
|
+
type: string
|
|
4265
|
+
type: object
|
|
4266
|
+
IncidentSearchResultsType:
|
|
4267
|
+
default: incidents_search_results
|
|
4268
|
+
description: Incident search result type.
|
|
4269
|
+
enum:
|
|
4270
|
+
- incidents_search_results
|
|
4271
|
+
example: incidents_search_results
|
|
4272
|
+
type: string
|
|
4273
|
+
x-enum-varnames:
|
|
4274
|
+
- INCIDENTS_SEARCH_RESULTS
|
|
4275
|
+
IncidentSearchSortOrder:
|
|
4276
|
+
description: The ways searched incidents can be sorted.
|
|
4277
|
+
enum:
|
|
4278
|
+
- created
|
|
4279
|
+
- -created
|
|
4280
|
+
type: string
|
|
4281
|
+
x-enum-varnames:
|
|
4282
|
+
- CREATED_ASCENDING
|
|
4283
|
+
- CREATED_DESCENDING
|
|
4284
|
+
IncidentServiceCreateAttributes:
|
|
4285
|
+
description: The incident service's attributes for a create request.
|
|
4286
|
+
properties:
|
|
4287
|
+
name:
|
|
4288
|
+
description: Name of the incident service.
|
|
4289
|
+
example: an example service name
|
|
4290
|
+
type: string
|
|
4291
|
+
required:
|
|
4292
|
+
- name
|
|
3669
4293
|
type: object
|
|
3670
4294
|
IncidentServiceCreateData:
|
|
3671
4295
|
description: Incident Service payload for create requests.
|
|
@@ -4317,7 +4941,6 @@ components:
|
|
|
4317
4941
|
by:
|
|
4318
4942
|
additionalProperties:
|
|
4319
4943
|
description: The values for each group by
|
|
4320
|
-
type: string
|
|
4321
4944
|
description: The key, value pairs for each group by
|
|
4322
4945
|
example:
|
|
4323
4946
|
'@state': success
|
|
@@ -5003,6 +5626,8 @@ components:
|
|
|
5003
5626
|
properties:
|
|
5004
5627
|
aggregation_type:
|
|
5005
5628
|
$ref: '#/components/schemas/LogsMetricComputeAggregationType'
|
|
5629
|
+
include_percentiles:
|
|
5630
|
+
$ref: '#/components/schemas/LogsMetricComputeIncludePercentiles'
|
|
5006
5631
|
path:
|
|
5007
5632
|
description: The path to the value the log-based metric will aggregate on
|
|
5008
5633
|
(only used if the aggregation type is a "distribution").
|
|
@@ -5021,6 +5646,13 @@ components:
|
|
|
5021
5646
|
x-enum-varnames:
|
|
5022
5647
|
- COUNT
|
|
5023
5648
|
- DISTRIBUTION
|
|
5649
|
+
LogsMetricComputeIncludePercentiles:
|
|
5650
|
+
description: 'Toggle to include or exclude percentile aggregations for distribution
|
|
5651
|
+
metrics.
|
|
5652
|
+
|
|
5653
|
+
Only present when the `aggregation_type` is `distribution`.'
|
|
5654
|
+
example: true
|
|
5655
|
+
type: boolean
|
|
5024
5656
|
LogsMetricCreateAttributes:
|
|
5025
5657
|
description: The object describing the Datadog log-based metric to create.
|
|
5026
5658
|
properties:
|
|
@@ -5112,6 +5744,8 @@ components:
|
|
|
5112
5744
|
properties:
|
|
5113
5745
|
aggregation_type:
|
|
5114
5746
|
$ref: '#/components/schemas/LogsMetricResponseComputeAggregationType'
|
|
5747
|
+
include_percentiles:
|
|
5748
|
+
$ref: '#/components/schemas/LogsMetricComputeIncludePercentiles'
|
|
5115
5749
|
path:
|
|
5116
5750
|
description: The path to the value the log-based metric will aggregate on
|
|
5117
5751
|
(only used if the aggregation type is a "distribution").
|
|
@@ -5173,6 +5807,8 @@ components:
|
|
|
5173
5807
|
LogsMetricUpdateAttributes:
|
|
5174
5808
|
description: The log-based metric properties that will be updated.
|
|
5175
5809
|
properties:
|
|
5810
|
+
compute:
|
|
5811
|
+
$ref: '#/components/schemas/LogsMetricUpdateCompute'
|
|
5176
5812
|
filter:
|
|
5177
5813
|
$ref: '#/components/schemas/LogsMetricFilter'
|
|
5178
5814
|
group_by:
|
|
@@ -5181,6 +5817,12 @@ components:
|
|
|
5181
5817
|
$ref: '#/components/schemas/LogsMetricGroupBy'
|
|
5182
5818
|
type: array
|
|
5183
5819
|
type: object
|
|
5820
|
+
LogsMetricUpdateCompute:
|
|
5821
|
+
description: The compute rule to compute the log-based metric.
|
|
5822
|
+
properties:
|
|
5823
|
+
include_percentiles:
|
|
5824
|
+
$ref: '#/components/schemas/LogsMetricComputeIncludePercentiles'
|
|
5825
|
+
type: object
|
|
5184
5826
|
LogsMetricUpdateData:
|
|
5185
5827
|
description: The new log-based metric properties.
|
|
5186
5828
|
properties:
|
|
@@ -5256,8 +5898,8 @@ components:
|
|
|
5256
5898
|
type: integer
|
|
5257
5899
|
timezone:
|
|
5258
5900
|
default: UTC
|
|
5259
|
-
description:
|
|
5260
|
-
|
|
5901
|
+
description: The timezone can be specified as GMT, UTC, an offset from UTC
|
|
5902
|
+
(like UTC+1), or as a Timezone Database identifier (like America/New_York).
|
|
5261
5903
|
example: GMT
|
|
5262
5904
|
type: string
|
|
5263
5905
|
type: object
|
|
@@ -5969,7 +6611,7 @@ components:
|
|
|
5969
6611
|
format: date-time
|
|
5970
6612
|
type: string
|
|
5971
6613
|
include_percentiles:
|
|
5972
|
-
description: 'Toggle to
|
|
6614
|
+
description: 'Toggle to include or exclude percentile aggregations for distribution
|
|
5973
6615
|
metrics.
|
|
5974
6616
|
|
|
5975
6617
|
Only present when the `metric_type` is `distribution`.'
|
|
@@ -6159,6 +6801,23 @@ components:
|
|
|
6159
6801
|
$ref: '#/components/schemas/MetricVolumes'
|
|
6160
6802
|
readOnly: true
|
|
6161
6803
|
type: object
|
|
6804
|
+
MetricsAggregator:
|
|
6805
|
+
default: avg
|
|
6806
|
+
description: The type of aggregation that can be performed on metrics queries.
|
|
6807
|
+
enum:
|
|
6808
|
+
- avg
|
|
6809
|
+
- min
|
|
6810
|
+
- max
|
|
6811
|
+
- sum
|
|
6812
|
+
- last
|
|
6813
|
+
example: avg
|
|
6814
|
+
type: string
|
|
6815
|
+
x-enum-varnames:
|
|
6816
|
+
- AVG
|
|
6817
|
+
- MIN
|
|
6818
|
+
- MAX
|
|
6819
|
+
- SUM
|
|
6820
|
+
- LAST
|
|
6162
6821
|
MetricsAndMetricTagConfigurations:
|
|
6163
6822
|
description: Object for a metrics and metric tag configurations.
|
|
6164
6823
|
oneOf:
|
|
@@ -6175,6 +6834,50 @@ components:
|
|
|
6175
6834
|
type: array
|
|
6176
6835
|
readOnly: true
|
|
6177
6836
|
type: object
|
|
6837
|
+
MetricsDataSource:
|
|
6838
|
+
default: metrics
|
|
6839
|
+
description: A data source that is powered by the Metrics backend.
|
|
6840
|
+
enum:
|
|
6841
|
+
- metrics
|
|
6842
|
+
example: metrics
|
|
6843
|
+
type: string
|
|
6844
|
+
x-enum-varnames:
|
|
6845
|
+
- METRICS
|
|
6846
|
+
MetricsScalarQuery:
|
|
6847
|
+
description: An individual scalar metrics query.
|
|
6848
|
+
properties:
|
|
6849
|
+
aggregator:
|
|
6850
|
+
$ref: '#/components/schemas/MetricsAggregator'
|
|
6851
|
+
data_source:
|
|
6852
|
+
$ref: '#/components/schemas/MetricsDataSource'
|
|
6853
|
+
name:
|
|
6854
|
+
description: The variable name for use in formulas.
|
|
6855
|
+
type: string
|
|
6856
|
+
query:
|
|
6857
|
+
description: A classic metrics query string.
|
|
6858
|
+
example: avg:system.cpu.user{*}
|
|
6859
|
+
type: string
|
|
6860
|
+
required:
|
|
6861
|
+
- data_source
|
|
6862
|
+
- query
|
|
6863
|
+
- aggregator
|
|
6864
|
+
type: object
|
|
6865
|
+
MetricsTimeseriesQuery:
|
|
6866
|
+
description: An individual timeseries metrics query.
|
|
6867
|
+
properties:
|
|
6868
|
+
data_source:
|
|
6869
|
+
$ref: '#/components/schemas/MetricsDataSource'
|
|
6870
|
+
name:
|
|
6871
|
+
description: The variable name for use in formulas.
|
|
6872
|
+
type: string
|
|
6873
|
+
query:
|
|
6874
|
+
description: A classic metrics query string.
|
|
6875
|
+
example: avg:system.cpu.user{*}
|
|
6876
|
+
type: string
|
|
6877
|
+
required:
|
|
6878
|
+
- data_source
|
|
6879
|
+
- query
|
|
6880
|
+
type: object
|
|
6178
6881
|
MonitorType:
|
|
6179
6882
|
description: Attributes from the monitor that triggered the event.
|
|
6180
6883
|
nullable: true
|
|
@@ -6721,6 +7424,19 @@ components:
|
|
|
6721
7424
|
type: string
|
|
6722
7425
|
x-enum-varnames:
|
|
6723
7426
|
- PROCESS
|
|
7427
|
+
QueryFormula:
|
|
7428
|
+
description: A formula for calculation based on one or more queries.
|
|
7429
|
+
properties:
|
|
7430
|
+
formula:
|
|
7431
|
+
description: Formula string, referencing one or more queries with their
|
|
7432
|
+
name property.
|
|
7433
|
+
example: a+b
|
|
7434
|
+
type: string
|
|
7435
|
+
limit:
|
|
7436
|
+
$ref: '#/components/schemas/FormulaLimit'
|
|
7437
|
+
required:
|
|
7438
|
+
- formula
|
|
7439
|
+
type: object
|
|
6724
7440
|
QuerySortOrder:
|
|
6725
7441
|
default: desc
|
|
6726
7442
|
description: Direction of sort.
|
|
@@ -6885,6 +7601,10 @@ components:
|
|
|
6885
7601
|
description: ID of the RUM application.
|
|
6886
7602
|
example: abcd1234-0000-0000-abcd-1234abcd5678
|
|
6887
7603
|
type: string
|
|
7604
|
+
client_token:
|
|
7605
|
+
description: Client token of the RUM application.
|
|
7606
|
+
example: abcd1234efgh5678ijkl90abcd1234efgh0
|
|
7607
|
+
type: string
|
|
6888
7608
|
created_at:
|
|
6889
7609
|
description: Timestamp in ms of the creation date.
|
|
6890
7610
|
example: 1659479836169
|
|
@@ -6895,9 +7615,12 @@ components:
|
|
|
6895
7615
|
example: john.doe
|
|
6896
7616
|
type: string
|
|
6897
7617
|
hash:
|
|
6898
|
-
description:
|
|
6899
|
-
example: abcd1234efgh5678ijkl90abcd1234efgh0
|
|
7618
|
+
description: Hash of the RUM application. Optional.
|
|
6900
7619
|
type: string
|
|
7620
|
+
is_active:
|
|
7621
|
+
description: Indicates if the RUM application is active.
|
|
7622
|
+
example: true
|
|
7623
|
+
type: boolean
|
|
6901
7624
|
name:
|
|
6902
7625
|
description: Name of the RUM application.
|
|
6903
7626
|
example: my_rum_application
|
|
@@ -6924,6 +7647,7 @@ components:
|
|
|
6924
7647
|
type: string
|
|
6925
7648
|
required:
|
|
6926
7649
|
- application_id
|
|
7650
|
+
- client_token
|
|
6927
7651
|
- created_at
|
|
6928
7652
|
- created_by_handle
|
|
6929
7653
|
- name
|
|
@@ -6975,6 +7699,83 @@ components:
|
|
|
6975
7699
|
type: string
|
|
6976
7700
|
x-enum-varnames:
|
|
6977
7701
|
- RUM_APPLICATION_CREATE
|
|
7702
|
+
RUMApplicationList:
|
|
7703
|
+
description: RUM application list.
|
|
7704
|
+
properties:
|
|
7705
|
+
attributes:
|
|
7706
|
+
$ref: '#/components/schemas/RUMApplicationListAttributes'
|
|
7707
|
+
type:
|
|
7708
|
+
$ref: '#/components/schemas/RUMApplicationListType'
|
|
7709
|
+
required:
|
|
7710
|
+
- attributes
|
|
7711
|
+
- type
|
|
7712
|
+
type: object
|
|
7713
|
+
RUMApplicationListAttributes:
|
|
7714
|
+
description: RUM application list attributes.
|
|
7715
|
+
properties:
|
|
7716
|
+
application_id:
|
|
7717
|
+
description: ID of the RUM application.
|
|
7718
|
+
example: abcd1234-0000-0000-abcd-1234abcd5678
|
|
7719
|
+
type: string
|
|
7720
|
+
created_at:
|
|
7721
|
+
description: Timestamp in ms of the creation date.
|
|
7722
|
+
example: 1659479836169
|
|
7723
|
+
format: int64
|
|
7724
|
+
type: integer
|
|
7725
|
+
created_by_handle:
|
|
7726
|
+
description: Handle of the creator user.
|
|
7727
|
+
example: john.doe
|
|
7728
|
+
type: string
|
|
7729
|
+
hash:
|
|
7730
|
+
description: Hash of the RUM application. Optional.
|
|
7731
|
+
type: string
|
|
7732
|
+
is_active:
|
|
7733
|
+
description: Indicates if the RUM application is active.
|
|
7734
|
+
example: true
|
|
7735
|
+
type: boolean
|
|
7736
|
+
name:
|
|
7737
|
+
description: Name of the RUM application.
|
|
7738
|
+
example: my_rum_application
|
|
7739
|
+
type: string
|
|
7740
|
+
org_id:
|
|
7741
|
+
description: Org ID of the RUM application.
|
|
7742
|
+
example: 999
|
|
7743
|
+
format: int32
|
|
7744
|
+
maximum: 2147483647
|
|
7745
|
+
type: integer
|
|
7746
|
+
type:
|
|
7747
|
+
description: Type of the RUM application. Supported values are `browser`,
|
|
7748
|
+
`ios`, `android`, `react-native`, `flutter`.
|
|
7749
|
+
example: browser
|
|
7750
|
+
type: string
|
|
7751
|
+
updated_at:
|
|
7752
|
+
description: Timestamp in ms of the last update date.
|
|
7753
|
+
example: 1659479836169
|
|
7754
|
+
format: int64
|
|
7755
|
+
type: integer
|
|
7756
|
+
updated_by_handle:
|
|
7757
|
+
description: Handle of the updater user.
|
|
7758
|
+
example: jane.doe
|
|
7759
|
+
type: string
|
|
7760
|
+
required:
|
|
7761
|
+
- application_id
|
|
7762
|
+
- created_at
|
|
7763
|
+
- created_by_handle
|
|
7764
|
+
- name
|
|
7765
|
+
- org_id
|
|
7766
|
+
- type
|
|
7767
|
+
- updated_at
|
|
7768
|
+
- updated_by_handle
|
|
7769
|
+
type: object
|
|
7770
|
+
RUMApplicationListType:
|
|
7771
|
+
default: rum_application
|
|
7772
|
+
description: RUM application list type.
|
|
7773
|
+
enum:
|
|
7774
|
+
- rum_application
|
|
7775
|
+
example: rum_application
|
|
7776
|
+
type: string
|
|
7777
|
+
x-enum-varnames:
|
|
7778
|
+
- RUM_APPLICATION
|
|
6978
7779
|
RUMApplicationResponse:
|
|
6979
7780
|
description: RUM application response.
|
|
6980
7781
|
properties:
|
|
@@ -7041,7 +7842,7 @@ components:
|
|
|
7041
7842
|
data:
|
|
7042
7843
|
description: RUM applications array response.
|
|
7043
7844
|
items:
|
|
7044
|
-
$ref: '#/components/schemas/
|
|
7845
|
+
$ref: '#/components/schemas/RUMApplicationList'
|
|
7045
7846
|
type: array
|
|
7046
7847
|
type: object
|
|
7047
7848
|
RUMBucketResponse:
|
|
@@ -7282,8 +8083,8 @@ components:
|
|
|
7282
8083
|
type: integer
|
|
7283
8084
|
timezone:
|
|
7284
8085
|
default: UTC
|
|
7285
|
-
description:
|
|
7286
|
-
|
|
8086
|
+
description: The timezone can be specified as GMT, UTC, an offset from UTC
|
|
8087
|
+
(like UTC+1), or as a Timezone Database identifier (like America/New_York).
|
|
7287
8088
|
example: GMT
|
|
7288
8089
|
type: string
|
|
7289
8090
|
type: object
|
|
@@ -7928,15 +8729,143 @@ components:
|
|
|
7928
8729
|
type: string
|
|
7929
8730
|
x-enum-varnames:
|
|
7930
8731
|
- SAML_ASSERTION_ATTRIBUTES
|
|
7931
|
-
|
|
7932
|
-
description:
|
|
8732
|
+
ScalarColumn:
|
|
8733
|
+
description: A single column in a scalar query response.
|
|
7933
8734
|
properties:
|
|
7934
|
-
|
|
7935
|
-
|
|
7936
|
-
|
|
7937
|
-
|
|
7938
|
-
|
|
7939
|
-
|
|
8735
|
+
unit:
|
|
8736
|
+
description: List of units.
|
|
8737
|
+
items:
|
|
8738
|
+
$ref: '#/components/schemas/Unit'
|
|
8739
|
+
type: array
|
|
8740
|
+
values:
|
|
8741
|
+
description: Array of values for each group-by combination that results
|
|
8742
|
+
from one formula or query.
|
|
8743
|
+
items:
|
|
8744
|
+
description: An individual value for a given column and group-by.
|
|
8745
|
+
format: double
|
|
8746
|
+
type: number
|
|
8747
|
+
type: array
|
|
8748
|
+
type: object
|
|
8749
|
+
ScalarFormulaQueryRequest:
|
|
8750
|
+
description: A wrapper request around one scalar query to be executed.
|
|
8751
|
+
properties:
|
|
8752
|
+
data:
|
|
8753
|
+
$ref: '#/components/schemas/ScalarFormulaRequest'
|
|
8754
|
+
required:
|
|
8755
|
+
- data
|
|
8756
|
+
type: object
|
|
8757
|
+
ScalarFormulaQueryResponse:
|
|
8758
|
+
description: A message containing one or more responses to scalar queries.
|
|
8759
|
+
properties:
|
|
8760
|
+
data:
|
|
8761
|
+
$ref: '#/components/schemas/ScalarResponse'
|
|
8762
|
+
errors:
|
|
8763
|
+
description: An error generated when processing a request.
|
|
8764
|
+
type: string
|
|
8765
|
+
type: object
|
|
8766
|
+
ScalarFormulaRequest:
|
|
8767
|
+
description: A single scalar query to be executed.
|
|
8768
|
+
properties:
|
|
8769
|
+
attributes:
|
|
8770
|
+
$ref: '#/components/schemas/ScalarFormulaRequestAttributes'
|
|
8771
|
+
type:
|
|
8772
|
+
$ref: '#/components/schemas/ScalarFormulaRequestType'
|
|
8773
|
+
required:
|
|
8774
|
+
- type
|
|
8775
|
+
- attributes
|
|
8776
|
+
type: object
|
|
8777
|
+
ScalarFormulaRequestAttributes:
|
|
8778
|
+
description: The object describing a scalar formula request.
|
|
8779
|
+
properties:
|
|
8780
|
+
formulas:
|
|
8781
|
+
description: List of formulas to be calculated and returned as responses.
|
|
8782
|
+
items:
|
|
8783
|
+
$ref: '#/components/schemas/QueryFormula'
|
|
8784
|
+
type: array
|
|
8785
|
+
from:
|
|
8786
|
+
description: Start date (inclusive) of the query in milliseconds since the
|
|
8787
|
+
Unix epoch.
|
|
8788
|
+
example: 1568899800000
|
|
8789
|
+
format: int64
|
|
8790
|
+
type: integer
|
|
8791
|
+
queries:
|
|
8792
|
+
$ref: '#/components/schemas/ScalarFormulaRequestQueries'
|
|
8793
|
+
to:
|
|
8794
|
+
description: End date (exclusive) of the query in milliseconds since the
|
|
8795
|
+
Unix epoch.
|
|
8796
|
+
example: 1568923200000
|
|
8797
|
+
format: int64
|
|
8798
|
+
type: integer
|
|
8799
|
+
required:
|
|
8800
|
+
- to
|
|
8801
|
+
- from
|
|
8802
|
+
- queries
|
|
8803
|
+
type: object
|
|
8804
|
+
ScalarFormulaRequestQueries:
|
|
8805
|
+
description: List of queries to be run and used as inputs to the formulas.
|
|
8806
|
+
items:
|
|
8807
|
+
$ref: '#/components/schemas/ScalarQuery'
|
|
8808
|
+
type: array
|
|
8809
|
+
ScalarFormulaRequestType:
|
|
8810
|
+
default: scalar_request
|
|
8811
|
+
description: The type of the resource. The value should always be scalar_request.
|
|
8812
|
+
enum:
|
|
8813
|
+
- scalar_request
|
|
8814
|
+
example: scalar_request
|
|
8815
|
+
type: string
|
|
8816
|
+
x-enum-varnames:
|
|
8817
|
+
- SCALAR_REQUEST
|
|
8818
|
+
ScalarFormulaResponseAtrributes:
|
|
8819
|
+
description: The object describing a scalar response.
|
|
8820
|
+
properties:
|
|
8821
|
+
columns:
|
|
8822
|
+
description: List of response columns, each corresponding to an individual
|
|
8823
|
+
formula or query in the request and with values in parallel arrays matching
|
|
8824
|
+
the series list.
|
|
8825
|
+
items:
|
|
8826
|
+
$ref: '#/components/schemas/ScalarColumn'
|
|
8827
|
+
type: array
|
|
8828
|
+
series:
|
|
8829
|
+
$ref: '#/components/schemas/ScalarResponseSeriesList'
|
|
8830
|
+
type: object
|
|
8831
|
+
ScalarFormulaResponseType:
|
|
8832
|
+
default: scalar_response
|
|
8833
|
+
description: The type of the resource. The value should always be scalar_response.
|
|
8834
|
+
enum:
|
|
8835
|
+
- scalar_response
|
|
8836
|
+
example: scalar_response
|
|
8837
|
+
type: string
|
|
8838
|
+
x-enum-varnames:
|
|
8839
|
+
- SCALAR_RESPONSE
|
|
8840
|
+
ScalarQuery:
|
|
8841
|
+
description: An individual scalar query to one of the basic Datadog data sources.
|
|
8842
|
+
oneOf:
|
|
8843
|
+
- $ref: '#/components/schemas/MetricsScalarQuery'
|
|
8844
|
+
- $ref: '#/components/schemas/EventsScalarQuery'
|
|
8845
|
+
type: object
|
|
8846
|
+
ScalarResponse:
|
|
8847
|
+
description: A message containing the response to a scalar query.
|
|
8848
|
+
properties:
|
|
8849
|
+
attributes:
|
|
8850
|
+
$ref: '#/components/schemas/ScalarFormulaResponseAtrributes'
|
|
8851
|
+
type:
|
|
8852
|
+
$ref: '#/components/schemas/ScalarFormulaResponseType'
|
|
8853
|
+
type: object
|
|
8854
|
+
ScalarResponseSeriesList:
|
|
8855
|
+
description: List of group-by tags for the response. Parallel array to the values
|
|
8856
|
+
in each scalar column.
|
|
8857
|
+
items:
|
|
8858
|
+
$ref: '#/components/schemas/GroupTags'
|
|
8859
|
+
type: array
|
|
8860
|
+
SecurityFilter:
|
|
8861
|
+
description: The security filter's properties.
|
|
8862
|
+
properties:
|
|
8863
|
+
attributes:
|
|
8864
|
+
$ref: '#/components/schemas/SecurityFilterAttributes'
|
|
8865
|
+
id:
|
|
8866
|
+
$ref: '#/components/schemas/SecurityFilterID'
|
|
8867
|
+
type:
|
|
8868
|
+
$ref: '#/components/schemas/SecurityFilterType'
|
|
7940
8869
|
type: object
|
|
7941
8870
|
SecurityFilterAttributes:
|
|
7942
8871
|
description: The object describing a security filter.
|
|
@@ -8231,6 +9160,7 @@ components:
|
|
|
8231
9160
|
oneOf:
|
|
8232
9161
|
- $ref: '#/components/schemas/SecurityMonitoringStandardRuleCreatePayload'
|
|
8233
9162
|
- $ref: '#/components/schemas/SecurityMonitoringSignalRuleCreatePayload'
|
|
9163
|
+
- $ref: '#/components/schemas/CloudConfigurationRuleCreatePayload'
|
|
8234
9164
|
type: object
|
|
8235
9165
|
SecurityMonitoringRuleDecreaseCriticalityBasedOnEnv:
|
|
8236
9166
|
description: 'If true, signals in non-production environments have a lower severity
|
|
@@ -8436,6 +9366,8 @@ components:
|
|
|
8436
9366
|
SecurityMonitoringRuleOptions:
|
|
8437
9367
|
description: Options on rules.
|
|
8438
9368
|
properties:
|
|
9369
|
+
complianceRuleOptions:
|
|
9370
|
+
$ref: '#/components/schemas/CloudConfigurationComplianceRuleOptions'
|
|
8439
9371
|
decreaseCriticalityBasedOnEnv:
|
|
8440
9372
|
$ref: '#/components/schemas/SecurityMonitoringRuleDecreaseCriticalityBasedOnEnv'
|
|
8441
9373
|
detectionMethod:
|
|
@@ -8530,6 +9462,8 @@ components:
|
|
|
8530
9462
|
items:
|
|
8531
9463
|
$ref: '#/components/schemas/SecurityMonitoringRuleCase'
|
|
8532
9464
|
type: array
|
|
9465
|
+
complianceSignalOptions:
|
|
9466
|
+
$ref: '#/components/schemas/CloudConfigurationRuleComplianceSignalOptions'
|
|
8533
9467
|
filters:
|
|
8534
9468
|
description: Additional queries to filter matched events before they are
|
|
8535
9469
|
processed.
|
|
@@ -9210,6 +10144,8 @@ components:
|
|
|
9210
10144
|
items:
|
|
9211
10145
|
$ref: '#/components/schemas/SecurityMonitoringRuleCase'
|
|
9212
10146
|
type: array
|
|
10147
|
+
complianceSignalOptions:
|
|
10148
|
+
$ref: '#/components/schemas/CloudConfigurationRuleComplianceSignalOptions'
|
|
9213
10149
|
createdAt:
|
|
9214
10150
|
description: When the rule was created, timestamp in milliseconds.
|
|
9215
10151
|
format: int64
|
|
@@ -9289,100 +10225,687 @@ components:
|
|
|
9289
10225
|
required:
|
|
9290
10226
|
- uuid
|
|
9291
10227
|
type: object
|
|
9292
|
-
|
|
9293
|
-
description:
|
|
10228
|
+
SensitiveDataScannerConfigRequest:
|
|
10229
|
+
description: Group reorder request.
|
|
9294
10230
|
properties:
|
|
9295
|
-
|
|
9296
|
-
|
|
9297
|
-
|
|
10231
|
+
data:
|
|
10232
|
+
$ref: '#/components/schemas/SensitiveDataScannerReorderConfig'
|
|
10233
|
+
meta:
|
|
10234
|
+
$ref: '#/components/schemas/SensitiveDataScannerMetaVersionOnly'
|
|
10235
|
+
required:
|
|
10236
|
+
- data
|
|
10237
|
+
- meta
|
|
10238
|
+
type: object
|
|
10239
|
+
SensitiveDataScannerConfiguration:
|
|
10240
|
+
description: A Sensitive Data Scanner configuration.
|
|
10241
|
+
properties:
|
|
10242
|
+
id:
|
|
10243
|
+
description: ID of the configuration.
|
|
9298
10244
|
type: string
|
|
9299
|
-
|
|
9300
|
-
|
|
10245
|
+
type:
|
|
10246
|
+
$ref: '#/components/schemas/SensitiveDataScannerConfigurationType'
|
|
10247
|
+
type: object
|
|
10248
|
+
SensitiveDataScannerConfigurationData:
|
|
10249
|
+
description: A Sensitive Data Scanner configuration data.
|
|
10250
|
+
properties:
|
|
10251
|
+
data:
|
|
10252
|
+
$ref: '#/components/schemas/SensitiveDataScannerConfiguration'
|
|
10253
|
+
type: object
|
|
10254
|
+
SensitiveDataScannerConfigurationRelationships:
|
|
10255
|
+
description: Relationships of the configuration.
|
|
10256
|
+
properties:
|
|
10257
|
+
groups:
|
|
10258
|
+
$ref: '#/components/schemas/SensitiveDataScannerGroupList'
|
|
10259
|
+
type: object
|
|
10260
|
+
SensitiveDataScannerConfigurationType:
|
|
10261
|
+
default: sensitive_data_scanner_configuration
|
|
10262
|
+
description: Sensitive Data Scanner configuration type.
|
|
10263
|
+
enum:
|
|
10264
|
+
- sensitive_data_scanner_configuration
|
|
10265
|
+
example: sensitive_data_scanner_configuration
|
|
10266
|
+
type: string
|
|
10267
|
+
x-enum-varnames:
|
|
10268
|
+
- SENSITIVE_DATA_SCANNER_CONFIGURATIONS
|
|
10269
|
+
SensitiveDataScannerCreateGroupResponse:
|
|
10270
|
+
description: Create group response.
|
|
10271
|
+
properties:
|
|
10272
|
+
data:
|
|
10273
|
+
$ref: '#/components/schemas/SensitiveDataScannerGroupResponse'
|
|
10274
|
+
meta:
|
|
10275
|
+
$ref: '#/components/schemas/SensitiveDataScannerMetaVersionOnly'
|
|
10276
|
+
type: object
|
|
10277
|
+
SensitiveDataScannerCreateRuleResponse:
|
|
10278
|
+
description: Create rule response.
|
|
10279
|
+
properties:
|
|
10280
|
+
data:
|
|
10281
|
+
$ref: '#/components/schemas/SensitiveDataScannerRuleResponse'
|
|
10282
|
+
meta:
|
|
10283
|
+
$ref: '#/components/schemas/SensitiveDataScannerMetaVersionOnly'
|
|
10284
|
+
type: object
|
|
10285
|
+
SensitiveDataScannerFilter:
|
|
10286
|
+
description: Filter for the Scanning Group.
|
|
10287
|
+
properties:
|
|
10288
|
+
query:
|
|
10289
|
+
description: Query to filter the events.
|
|
9301
10290
|
type: string
|
|
9302
|
-
|
|
9303
|
-
|
|
9304
|
-
|
|
10291
|
+
type: object
|
|
10292
|
+
SensitiveDataScannerGetConfigIncludedArray:
|
|
10293
|
+
description: Included objects from relationships.
|
|
10294
|
+
items:
|
|
10295
|
+
$ref: '#/components/schemas/SensitiveDataScannerGetConfigIncludedItem'
|
|
10296
|
+
type: array
|
|
10297
|
+
SensitiveDataScannerGetConfigIncludedItem:
|
|
10298
|
+
description: An object related to the configuration.
|
|
10299
|
+
oneOf:
|
|
10300
|
+
- $ref: '#/components/schemas/SensitiveDataScannerRuleIncludedItem'
|
|
10301
|
+
- $ref: '#/components/schemas/SensitiveDataScannerGroupIncludedItem'
|
|
10302
|
+
type: object
|
|
10303
|
+
SensitiveDataScannerGetConfigResponse:
|
|
10304
|
+
description: Get all groups response.
|
|
10305
|
+
properties:
|
|
10306
|
+
data:
|
|
10307
|
+
$ref: '#/components/schemas/SensitiveDataScannerGetConfigResponseData'
|
|
10308
|
+
included:
|
|
10309
|
+
$ref: '#/components/schemas/SensitiveDataScannerGetConfigIncludedArray'
|
|
10310
|
+
meta:
|
|
10311
|
+
$ref: '#/components/schemas/SensitiveDataScannerMeta'
|
|
10312
|
+
type: object
|
|
10313
|
+
SensitiveDataScannerGetConfigResponseData:
|
|
10314
|
+
description: Response data related to the scanning groups.
|
|
10315
|
+
properties:
|
|
10316
|
+
id:
|
|
10317
|
+
description: ID of the configuration.
|
|
10318
|
+
type: string
|
|
10319
|
+
relationships:
|
|
10320
|
+
$ref: '#/components/schemas/SensitiveDataScannerConfigurationRelationships'
|
|
10321
|
+
type:
|
|
10322
|
+
$ref: '#/components/schemas/SensitiveDataScannerConfigurationType'
|
|
10323
|
+
type: object
|
|
10324
|
+
SensitiveDataScannerGroup:
|
|
10325
|
+
description: A scanning group.
|
|
10326
|
+
properties:
|
|
10327
|
+
id:
|
|
10328
|
+
description: ID of the group.
|
|
10329
|
+
type: string
|
|
10330
|
+
type:
|
|
10331
|
+
$ref: '#/components/schemas/SensitiveDataScannerGroupType'
|
|
10332
|
+
type: object
|
|
10333
|
+
SensitiveDataScannerGroupAttributes:
|
|
10334
|
+
description: Attributes of the Sensitive Data Scanner group.
|
|
10335
|
+
properties:
|
|
10336
|
+
description:
|
|
10337
|
+
description: Description of the group.
|
|
10338
|
+
type: string
|
|
10339
|
+
filter:
|
|
10340
|
+
$ref: '#/components/schemas/SensitiveDataScannerFilter'
|
|
10341
|
+
is_enabled:
|
|
10342
|
+
description: Whether or not the group is enabled.
|
|
9305
10343
|
type: boolean
|
|
9306
|
-
|
|
9307
|
-
description:
|
|
10344
|
+
name:
|
|
10345
|
+
description: Name of the group.
|
|
9308
10346
|
type: string
|
|
9309
|
-
|
|
9310
|
-
|
|
9311
|
-
|
|
10347
|
+
product_list:
|
|
10348
|
+
description: List of products the scanning group applies.
|
|
10349
|
+
items:
|
|
10350
|
+
$ref: '#/components/schemas/SensitiveDataScannerProduct'
|
|
10351
|
+
type: array
|
|
9312
10352
|
type: object
|
|
9313
|
-
|
|
9314
|
-
description:
|
|
10353
|
+
SensitiveDataScannerGroupCreate:
|
|
10354
|
+
description: Data related to the creation of a group.
|
|
9315
10355
|
properties:
|
|
9316
10356
|
attributes:
|
|
9317
|
-
$ref: '#/components/schemas/
|
|
10357
|
+
$ref: '#/components/schemas/SensitiveDataScannerGroupAttributes'
|
|
9318
10358
|
relationships:
|
|
9319
|
-
$ref: '#/components/schemas/
|
|
10359
|
+
$ref: '#/components/schemas/SensitiveDataScannerGroupRelationships'
|
|
9320
10360
|
type:
|
|
9321
|
-
$ref: '#/components/schemas/
|
|
10361
|
+
$ref: '#/components/schemas/SensitiveDataScannerGroupType'
|
|
9322
10362
|
required:
|
|
9323
|
-
- attributes
|
|
9324
10363
|
- type
|
|
10364
|
+
- attributes
|
|
9325
10365
|
type: object
|
|
9326
|
-
|
|
9327
|
-
description: Create
|
|
10366
|
+
SensitiveDataScannerGroupCreateRequest:
|
|
10367
|
+
description: Create group request.
|
|
9328
10368
|
properties:
|
|
9329
10369
|
data:
|
|
9330
|
-
$ref: '#/components/schemas/
|
|
10370
|
+
$ref: '#/components/schemas/SensitiveDataScannerGroupCreate'
|
|
10371
|
+
meta:
|
|
10372
|
+
$ref: '#/components/schemas/SensitiveDataScannerMetaVersionOnly'
|
|
10373
|
+
type: object
|
|
10374
|
+
SensitiveDataScannerGroupData:
|
|
10375
|
+
description: A scanning group data.
|
|
10376
|
+
properties:
|
|
10377
|
+
data:
|
|
10378
|
+
$ref: '#/components/schemas/SensitiveDataScannerGroup'
|
|
10379
|
+
type: object
|
|
10380
|
+
SensitiveDataScannerGroupDeleteRequest:
|
|
10381
|
+
description: Delete group request.
|
|
10382
|
+
properties:
|
|
10383
|
+
meta:
|
|
10384
|
+
$ref: '#/components/schemas/SensitiveDataScannerMetaVersionOnly'
|
|
9331
10385
|
required:
|
|
9332
|
-
-
|
|
10386
|
+
- meta
|
|
9333
10387
|
type: object
|
|
9334
|
-
|
|
9335
|
-
description:
|
|
10388
|
+
SensitiveDataScannerGroupDeleteResponse:
|
|
10389
|
+
description: Delete group response.
|
|
10390
|
+
properties:
|
|
10391
|
+
meta:
|
|
10392
|
+
$ref: '#/components/schemas/SensitiveDataScannerMetaVersionOnly'
|
|
10393
|
+
type: object
|
|
10394
|
+
SensitiveDataScannerGroupIncludedItem:
|
|
10395
|
+
description: A Scanning Group included item.
|
|
10396
|
+
properties:
|
|
10397
|
+
attributes:
|
|
10398
|
+
$ref: '#/components/schemas/SensitiveDataScannerGroupAttributes'
|
|
10399
|
+
id:
|
|
10400
|
+
description: ID of the group.
|
|
10401
|
+
type: string
|
|
10402
|
+
relationships:
|
|
10403
|
+
$ref: '#/components/schemas/SensitiveDataScannerGroupRelationships'
|
|
10404
|
+
type:
|
|
10405
|
+
$ref: '#/components/schemas/SensitiveDataScannerGroupType'
|
|
10406
|
+
type: object
|
|
10407
|
+
SensitiveDataScannerGroupItem:
|
|
10408
|
+
description: Data related to a Sensitive Data Scanner Group.
|
|
10409
|
+
properties:
|
|
10410
|
+
id:
|
|
10411
|
+
description: ID of the group.
|
|
10412
|
+
type: string
|
|
10413
|
+
type:
|
|
10414
|
+
$ref: '#/components/schemas/SensitiveDataScannerGroupType'
|
|
10415
|
+
type: object
|
|
10416
|
+
SensitiveDataScannerGroupList:
|
|
10417
|
+
description: List of groups, ordered.
|
|
9336
10418
|
properties:
|
|
9337
10419
|
data:
|
|
9338
|
-
description:
|
|
10420
|
+
description: List of groups. The order is important.
|
|
9339
10421
|
items:
|
|
9340
|
-
$ref: '#/components/schemas/
|
|
10422
|
+
$ref: '#/components/schemas/SensitiveDataScannerGroupItem'
|
|
9341
10423
|
type: array
|
|
9342
10424
|
type: object
|
|
9343
|
-
|
|
9344
|
-
description:
|
|
10425
|
+
SensitiveDataScannerGroupRelationships:
|
|
10426
|
+
description: Relationships of the group.
|
|
10427
|
+
properties:
|
|
10428
|
+
configuration:
|
|
10429
|
+
$ref: '#/components/schemas/SensitiveDataScannerConfigurationData'
|
|
10430
|
+
rules:
|
|
10431
|
+
$ref: '#/components/schemas/SensitiveDataScannerRuleData'
|
|
10432
|
+
type: object
|
|
10433
|
+
SensitiveDataScannerGroupResponse:
|
|
10434
|
+
description: Response data related to the creation of a group.
|
|
9345
10435
|
properties:
|
|
9346
10436
|
attributes:
|
|
9347
|
-
$ref: '#/components/schemas/
|
|
10437
|
+
$ref: '#/components/schemas/SensitiveDataScannerGroupAttributes'
|
|
10438
|
+
id:
|
|
10439
|
+
description: ID of the group.
|
|
10440
|
+
type: string
|
|
10441
|
+
relationships:
|
|
10442
|
+
$ref: '#/components/schemas/SensitiveDataScannerGroupRelationships'
|
|
9348
10443
|
type:
|
|
9349
|
-
|
|
10444
|
+
$ref: '#/components/schemas/SensitiveDataScannerGroupType'
|
|
10445
|
+
type: object
|
|
10446
|
+
SensitiveDataScannerGroupType:
|
|
10447
|
+
default: sensitive_data_scanner_group
|
|
10448
|
+
description: Sensitive Data Scanner group type.
|
|
10449
|
+
enum:
|
|
10450
|
+
- sensitive_data_scanner_group
|
|
10451
|
+
example: sensitive_data_scanner_group
|
|
10452
|
+
type: string
|
|
10453
|
+
x-enum-varnames:
|
|
10454
|
+
- SENSITIVE_DATA_SCANNER_GROUP
|
|
10455
|
+
SensitiveDataScannerGroupUpdate:
|
|
10456
|
+
description: Data related to the update of a group.
|
|
10457
|
+
properties:
|
|
10458
|
+
attributes:
|
|
10459
|
+
$ref: '#/components/schemas/SensitiveDataScannerGroupAttributes'
|
|
10460
|
+
id:
|
|
10461
|
+
description: ID of the group.
|
|
9350
10462
|
type: string
|
|
10463
|
+
relationships:
|
|
10464
|
+
$ref: '#/components/schemas/SensitiveDataScannerGroupRelationships'
|
|
10465
|
+
type:
|
|
10466
|
+
$ref: '#/components/schemas/SensitiveDataScannerGroupType'
|
|
9351
10467
|
type: object
|
|
9352
|
-
|
|
9353
|
-
description:
|
|
10468
|
+
SensitiveDataScannerGroupUpdateRequest:
|
|
10469
|
+
description: Update group request.
|
|
9354
10470
|
properties:
|
|
10471
|
+
data:
|
|
10472
|
+
$ref: '#/components/schemas/SensitiveDataScannerGroupUpdate'
|
|
9355
10473
|
meta:
|
|
9356
|
-
$ref: '#/components/schemas/
|
|
9357
|
-
|
|
9358
|
-
|
|
10474
|
+
$ref: '#/components/schemas/SensitiveDataScannerMetaVersionOnly'
|
|
10475
|
+
required:
|
|
10476
|
+
- data
|
|
10477
|
+
- meta
|
|
9359
10478
|
type: object
|
|
9360
|
-
|
|
9361
|
-
description:
|
|
10479
|
+
SensitiveDataScannerGroupUpdateResponse:
|
|
10480
|
+
description: Update group response.
|
|
9362
10481
|
properties:
|
|
9363
|
-
|
|
9364
|
-
$ref: '#/components/schemas/
|
|
10482
|
+
meta:
|
|
10483
|
+
$ref: '#/components/schemas/SensitiveDataScannerMetaVersionOnly'
|
|
9365
10484
|
type: object
|
|
9366
|
-
|
|
9367
|
-
description:
|
|
10485
|
+
SensitiveDataScannerMeta:
|
|
10486
|
+
description: Meta response containing information about the API.
|
|
9368
10487
|
properties:
|
|
9369
|
-
|
|
9370
|
-
description:
|
|
9371
|
-
|
|
9372
|
-
|
|
9373
|
-
|
|
9374
|
-
|
|
9375
|
-
|
|
9376
|
-
|
|
10488
|
+
count_limit:
|
|
10489
|
+
description: Maximum number of scanning rules allowed for the org.
|
|
10490
|
+
format: int64
|
|
10491
|
+
type: integer
|
|
10492
|
+
group_count_limit:
|
|
10493
|
+
description: Maximum number of scanning groups allowed for the org.
|
|
10494
|
+
format: int64
|
|
10495
|
+
type: integer
|
|
10496
|
+
has_highlight_enabled:
|
|
10497
|
+
description: Whether or not scanned events are highlighted in Logs or RUM
|
|
10498
|
+
for the org.
|
|
10499
|
+
type: boolean
|
|
10500
|
+
is_pci_compliant:
|
|
10501
|
+
description: Whether or not the org is compliant to the payment card industry
|
|
10502
|
+
standard.
|
|
10503
|
+
type: boolean
|
|
10504
|
+
version:
|
|
10505
|
+
description: Version of the API.
|
|
10506
|
+
example: 0
|
|
10507
|
+
format: int64
|
|
10508
|
+
minimum: 0
|
|
10509
|
+
type: integer
|
|
10510
|
+
type: object
|
|
10511
|
+
SensitiveDataScannerMetaVersionOnly:
|
|
10512
|
+
description: Meta payload containing information about the API.
|
|
10513
|
+
properties:
|
|
10514
|
+
version:
|
|
10515
|
+
description: Version of the API (optional).
|
|
10516
|
+
example: 0
|
|
10517
|
+
format: int64
|
|
10518
|
+
minimum: 0
|
|
10519
|
+
type: integer
|
|
10520
|
+
type: object
|
|
10521
|
+
SensitiveDataScannerProduct:
|
|
10522
|
+
default: logs
|
|
10523
|
+
description: Datadog product onto which Sensitive Data Scanner can be activated.
|
|
10524
|
+
enum:
|
|
10525
|
+
- logs
|
|
10526
|
+
- rum
|
|
10527
|
+
- events
|
|
10528
|
+
- apm
|
|
10529
|
+
type: string
|
|
10530
|
+
x-enum-varnames:
|
|
10531
|
+
- LOGS
|
|
10532
|
+
- RUM
|
|
10533
|
+
- EVENTS
|
|
10534
|
+
- APM
|
|
10535
|
+
SensitiveDataScannerReorderConfig:
|
|
10536
|
+
description: Data related to the reordering of scanning groups.
|
|
10537
|
+
properties:
|
|
10538
|
+
id:
|
|
10539
|
+
description: ID of the configuration.
|
|
9377
10540
|
type: string
|
|
9378
|
-
|
|
9379
|
-
|
|
10541
|
+
relationships:
|
|
10542
|
+
$ref: '#/components/schemas/SensitiveDataScannerConfigurationRelationships'
|
|
10543
|
+
type:
|
|
10544
|
+
$ref: '#/components/schemas/SensitiveDataScannerConfigurationType'
|
|
10545
|
+
type: object
|
|
10546
|
+
SensitiveDataScannerReorderGroupsResponse:
|
|
10547
|
+
description: Group reorder response.
|
|
10548
|
+
properties:
|
|
10549
|
+
meta:
|
|
10550
|
+
$ref: '#/components/schemas/SensitiveDataScannerMeta'
|
|
10551
|
+
type: object
|
|
10552
|
+
SensitiveDataScannerRule:
|
|
10553
|
+
description: Rule item included in the group.
|
|
10554
|
+
properties:
|
|
10555
|
+
id:
|
|
10556
|
+
description: ID of the rule.
|
|
9380
10557
|
type: string
|
|
10558
|
+
type:
|
|
10559
|
+
$ref: '#/components/schemas/SensitiveDataScannerRuleType'
|
|
9381
10560
|
type: object
|
|
9382
|
-
|
|
9383
|
-
description:
|
|
9384
|
-
|
|
9385
|
-
|
|
10561
|
+
SensitiveDataScannerRuleAttributes:
|
|
10562
|
+
description: Attributes of the Sensitive Data Scanner rule.
|
|
10563
|
+
properties:
|
|
10564
|
+
description:
|
|
10565
|
+
description: Description of the rule.
|
|
10566
|
+
type: string
|
|
10567
|
+
excluded_attributes:
|
|
10568
|
+
description: Attributes excluded from the scan.
|
|
10569
|
+
example:
|
|
10570
|
+
- username
|
|
10571
|
+
items:
|
|
10572
|
+
type: string
|
|
10573
|
+
type: array
|
|
10574
|
+
is_enabled:
|
|
10575
|
+
description: Whether or not the rule is enabled.
|
|
10576
|
+
type: boolean
|
|
10577
|
+
name:
|
|
10578
|
+
description: Name of the rule.
|
|
10579
|
+
type: string
|
|
10580
|
+
pattern:
|
|
10581
|
+
description: Not included if there is a relationship to a standard pattern.
|
|
10582
|
+
type: string
|
|
10583
|
+
tags:
|
|
10584
|
+
description: List of tags.
|
|
10585
|
+
items:
|
|
10586
|
+
type: string
|
|
10587
|
+
type: array
|
|
10588
|
+
text_replacement:
|
|
10589
|
+
$ref: '#/components/schemas/SensitiveDataScannerTextReplacement'
|
|
10590
|
+
type: object
|
|
10591
|
+
SensitiveDataScannerRuleCreate:
|
|
10592
|
+
description: Data related to the creation of a rule.
|
|
10593
|
+
properties:
|
|
10594
|
+
attributes:
|
|
10595
|
+
$ref: '#/components/schemas/SensitiveDataScannerRuleAttributes'
|
|
10596
|
+
relationships:
|
|
10597
|
+
$ref: '#/components/schemas/SensitiveDataScannerRuleRelationships'
|
|
10598
|
+
type:
|
|
10599
|
+
$ref: '#/components/schemas/SensitiveDataScannerRuleType'
|
|
10600
|
+
required:
|
|
10601
|
+
- type
|
|
10602
|
+
- attributes
|
|
10603
|
+
- relationships
|
|
10604
|
+
type: object
|
|
10605
|
+
SensitiveDataScannerRuleCreateRequest:
|
|
10606
|
+
description: Create rule request.
|
|
10607
|
+
properties:
|
|
10608
|
+
data:
|
|
10609
|
+
$ref: '#/components/schemas/SensitiveDataScannerRuleCreate'
|
|
10610
|
+
meta:
|
|
10611
|
+
$ref: '#/components/schemas/SensitiveDataScannerMetaVersionOnly'
|
|
10612
|
+
required:
|
|
10613
|
+
- data
|
|
10614
|
+
- meta
|
|
10615
|
+
type: object
|
|
10616
|
+
SensitiveDataScannerRuleData:
|
|
10617
|
+
description: Rules included in the group.
|
|
10618
|
+
properties:
|
|
10619
|
+
data:
|
|
10620
|
+
description: Rules included in the group. The order is important.
|
|
10621
|
+
items:
|
|
10622
|
+
$ref: '#/components/schemas/SensitiveDataScannerRule'
|
|
10623
|
+
type: array
|
|
10624
|
+
type: object
|
|
10625
|
+
SensitiveDataScannerRuleDeleteRequest:
|
|
10626
|
+
description: Delete rule request.
|
|
10627
|
+
properties:
|
|
10628
|
+
meta:
|
|
10629
|
+
$ref: '#/components/schemas/SensitiveDataScannerMetaVersionOnly'
|
|
10630
|
+
required:
|
|
10631
|
+
- meta
|
|
10632
|
+
type: object
|
|
10633
|
+
SensitiveDataScannerRuleDeleteResponse:
|
|
10634
|
+
description: Delete rule response.
|
|
10635
|
+
properties:
|
|
10636
|
+
meta:
|
|
10637
|
+
$ref: '#/components/schemas/SensitiveDataScannerMetaVersionOnly'
|
|
10638
|
+
type: object
|
|
10639
|
+
SensitiveDataScannerRuleIncludedItem:
|
|
10640
|
+
description: A Scanning Rule included item.
|
|
10641
|
+
properties:
|
|
10642
|
+
attributes:
|
|
10643
|
+
$ref: '#/components/schemas/SensitiveDataScannerRuleAttributes'
|
|
10644
|
+
id:
|
|
10645
|
+
description: ID of the rule.
|
|
10646
|
+
type: string
|
|
10647
|
+
relationships:
|
|
10648
|
+
$ref: '#/components/schemas/SensitiveDataScannerRuleRelationships'
|
|
10649
|
+
type:
|
|
10650
|
+
$ref: '#/components/schemas/SensitiveDataScannerRuleType'
|
|
10651
|
+
type: object
|
|
10652
|
+
SensitiveDataScannerRuleRelationships:
|
|
10653
|
+
description: Relationships of a scanning rule.
|
|
10654
|
+
properties:
|
|
10655
|
+
group:
|
|
10656
|
+
$ref: '#/components/schemas/SensitiveDataScannerGroupData'
|
|
10657
|
+
standard_pattern:
|
|
10658
|
+
$ref: '#/components/schemas/SensitiveDataScannerStandardPatternData'
|
|
10659
|
+
type: object
|
|
10660
|
+
SensitiveDataScannerRuleResponse:
|
|
10661
|
+
description: Response data related to the creation of a rule.
|
|
10662
|
+
properties:
|
|
10663
|
+
attributes:
|
|
10664
|
+
$ref: '#/components/schemas/SensitiveDataScannerRuleAttributes'
|
|
10665
|
+
id:
|
|
10666
|
+
description: ID of the rule.
|
|
10667
|
+
type: string
|
|
10668
|
+
relationships:
|
|
10669
|
+
$ref: '#/components/schemas/SensitiveDataScannerRuleRelationships'
|
|
10670
|
+
type:
|
|
10671
|
+
$ref: '#/components/schemas/SensitiveDataScannerRuleType'
|
|
10672
|
+
type: object
|
|
10673
|
+
SensitiveDataScannerRuleType:
|
|
10674
|
+
default: sensitive_data_scanner_rule
|
|
10675
|
+
description: Sensitive Data Scanner rule type.
|
|
10676
|
+
enum:
|
|
10677
|
+
- sensitive_data_scanner_rule
|
|
10678
|
+
example: sensitive_data_scanner_rule
|
|
10679
|
+
type: string
|
|
10680
|
+
x-enum-varnames:
|
|
10681
|
+
- SENSITIVE_DATA_SCANNER_RULE
|
|
10682
|
+
SensitiveDataScannerRuleUpdate:
|
|
10683
|
+
description: Data related to the update of a rule.
|
|
10684
|
+
properties:
|
|
10685
|
+
attributes:
|
|
10686
|
+
$ref: '#/components/schemas/SensitiveDataScannerRuleAttributes'
|
|
10687
|
+
id:
|
|
10688
|
+
description: ID of the rule.
|
|
10689
|
+
type: string
|
|
10690
|
+
relationships:
|
|
10691
|
+
$ref: '#/components/schemas/SensitiveDataScannerRuleRelationships'
|
|
10692
|
+
type:
|
|
10693
|
+
$ref: '#/components/schemas/SensitiveDataScannerRuleType'
|
|
10694
|
+
type: object
|
|
10695
|
+
SensitiveDataScannerRuleUpdateRequest:
|
|
10696
|
+
description: Update rule request.
|
|
10697
|
+
properties:
|
|
10698
|
+
data:
|
|
10699
|
+
$ref: '#/components/schemas/SensitiveDataScannerRuleUpdate'
|
|
10700
|
+
meta:
|
|
10701
|
+
$ref: '#/components/schemas/SensitiveDataScannerMetaVersionOnly'
|
|
10702
|
+
required:
|
|
10703
|
+
- data
|
|
10704
|
+
- meta
|
|
10705
|
+
type: object
|
|
10706
|
+
SensitiveDataScannerRuleUpdateResponse:
|
|
10707
|
+
description: Update rule response.
|
|
10708
|
+
properties:
|
|
10709
|
+
meta:
|
|
10710
|
+
$ref: '#/components/schemas/SensitiveDataScannerMetaVersionOnly'
|
|
10711
|
+
type: object
|
|
10712
|
+
SensitiveDataScannerStandardPattern:
|
|
10713
|
+
description: Data containing the standard pattern id.
|
|
10714
|
+
properties:
|
|
10715
|
+
id:
|
|
10716
|
+
description: ID of the standard pattern.
|
|
10717
|
+
type: string
|
|
10718
|
+
type:
|
|
10719
|
+
$ref: '#/components/schemas/SensitiveDataScannerStandardPatternType'
|
|
10720
|
+
type: object
|
|
10721
|
+
SensitiveDataScannerStandardPatternAttributes:
|
|
10722
|
+
description: Attributes of the Sensitive Data Scanner standard pattern.
|
|
10723
|
+
properties:
|
|
10724
|
+
name:
|
|
10725
|
+
description: Name of the standard pattern.
|
|
10726
|
+
type: string
|
|
10727
|
+
pattern:
|
|
10728
|
+
description: Regex to match.
|
|
10729
|
+
type: string
|
|
10730
|
+
tags:
|
|
10731
|
+
description: List of tags.
|
|
10732
|
+
items:
|
|
10733
|
+
type: string
|
|
10734
|
+
type: array
|
|
10735
|
+
type: object
|
|
10736
|
+
SensitiveDataScannerStandardPatternData:
|
|
10737
|
+
description: A standard pattern.
|
|
10738
|
+
properties:
|
|
10739
|
+
data:
|
|
10740
|
+
$ref: '#/components/schemas/SensitiveDataScannerStandardPattern'
|
|
10741
|
+
type: object
|
|
10742
|
+
SensitiveDataScannerStandardPatternType:
|
|
10743
|
+
default: sensitive_data_scanner_standard_pattern
|
|
10744
|
+
description: Sensitive Data Scanner standard pattern type.
|
|
10745
|
+
enum:
|
|
10746
|
+
- sensitive_data_scanner_standard_pattern
|
|
10747
|
+
example: sensitive_data_scanner_standard_pattern
|
|
10748
|
+
type: string
|
|
10749
|
+
x-enum-varnames:
|
|
10750
|
+
- SENSITIVE_DATA_SCANNER_STANDARD_PATTERN
|
|
10751
|
+
SensitiveDataScannerStandardPatternsResponse:
|
|
10752
|
+
description: List Standard patterns response.
|
|
10753
|
+
items:
|
|
10754
|
+
$ref: '#/components/schemas/SensitiveDataScannerStandardPatternsResponseItem'
|
|
10755
|
+
type: array
|
|
10756
|
+
SensitiveDataScannerStandardPatternsResponseData:
|
|
10757
|
+
description: List Standard patterns response data.
|
|
10758
|
+
properties:
|
|
10759
|
+
data:
|
|
10760
|
+
$ref: '#/components/schemas/SensitiveDataScannerStandardPatternsResponse'
|
|
10761
|
+
type: object
|
|
10762
|
+
SensitiveDataScannerStandardPatternsResponseItem:
|
|
10763
|
+
description: Standard pattern item.
|
|
10764
|
+
properties:
|
|
10765
|
+
attributes:
|
|
10766
|
+
$ref: '#/components/schemas/SensitiveDataScannerStandardPatternAttributes'
|
|
10767
|
+
id:
|
|
10768
|
+
description: ID of the standard pattern.
|
|
10769
|
+
type: string
|
|
10770
|
+
type:
|
|
10771
|
+
$ref: '#/components/schemas/SensitiveDataScannerStandardPatternType'
|
|
10772
|
+
type: object
|
|
10773
|
+
SensitiveDataScannerTextReplacement:
|
|
10774
|
+
description: Object describing how the scanned event will be replaced.
|
|
10775
|
+
properties:
|
|
10776
|
+
number_of_chars:
|
|
10777
|
+
description: 'Required if type == ''partial_replacement_from_beginning''
|
|
10778
|
+
|
|
10779
|
+
or ''partial_replacement_from_end''. It must be > 0.'
|
|
10780
|
+
format: int64
|
|
10781
|
+
minimum: 0
|
|
10782
|
+
type: integer
|
|
10783
|
+
replacement_string:
|
|
10784
|
+
description: Required if type == 'replacement_string'.
|
|
10785
|
+
type: string
|
|
10786
|
+
type:
|
|
10787
|
+
$ref: '#/components/schemas/SensitiveDataScannerTextReplacementType'
|
|
10788
|
+
type: object
|
|
10789
|
+
SensitiveDataScannerTextReplacementType:
|
|
10790
|
+
default: none
|
|
10791
|
+
description: 'Type of the replacement text. None means no replacement.
|
|
10792
|
+
|
|
10793
|
+
hash means the data will be stubbed. replacement_string means that
|
|
10794
|
+
|
|
10795
|
+
one can chose a text to replace the data. partial_replacement_from_beginning
|
|
10796
|
+
|
|
10797
|
+
allows a user to partially replace the data from the beginning, and
|
|
10798
|
+
|
|
10799
|
+
partial_replacement_from_end on the other hand, allows to replace data from
|
|
10800
|
+
|
|
10801
|
+
the end.'
|
|
10802
|
+
enum:
|
|
10803
|
+
- none
|
|
10804
|
+
- hash
|
|
10805
|
+
- replacement_string
|
|
10806
|
+
- partial_replacement_from_beginning
|
|
10807
|
+
- partial_replacement_from_end
|
|
10808
|
+
type: string
|
|
10809
|
+
x-enum-varnames:
|
|
10810
|
+
- NONE
|
|
10811
|
+
- HASH
|
|
10812
|
+
- REPLACEMENT_STRING
|
|
10813
|
+
- PARTIAL_REPLACEMENT_FROM_BEGINNING
|
|
10814
|
+
- PARTIAL_REPLACEMENT_FROM_END
|
|
10815
|
+
ServiceAccountCreateAttributes:
|
|
10816
|
+
description: Attributes of the created user.
|
|
10817
|
+
properties:
|
|
10818
|
+
email:
|
|
10819
|
+
description: The email of the user.
|
|
10820
|
+
example: jane.doe@example.com
|
|
10821
|
+
type: string
|
|
10822
|
+
name:
|
|
10823
|
+
description: The name of the user.
|
|
10824
|
+
type: string
|
|
10825
|
+
service_account:
|
|
10826
|
+
description: Whether the user is a service account. Must be true.
|
|
10827
|
+
example: true
|
|
10828
|
+
type: boolean
|
|
10829
|
+
title:
|
|
10830
|
+
description: The title of the user.
|
|
10831
|
+
type: string
|
|
10832
|
+
required:
|
|
10833
|
+
- email
|
|
10834
|
+
- service_account
|
|
10835
|
+
type: object
|
|
10836
|
+
ServiceAccountCreateData:
|
|
10837
|
+
description: Object to create a service account User.
|
|
10838
|
+
properties:
|
|
10839
|
+
attributes:
|
|
10840
|
+
$ref: '#/components/schemas/ServiceAccountCreateAttributes'
|
|
10841
|
+
relationships:
|
|
10842
|
+
$ref: '#/components/schemas/UserRelationships'
|
|
10843
|
+
type:
|
|
10844
|
+
$ref: '#/components/schemas/UsersType'
|
|
10845
|
+
required:
|
|
10846
|
+
- attributes
|
|
10847
|
+
- type
|
|
10848
|
+
type: object
|
|
10849
|
+
ServiceAccountCreateRequest:
|
|
10850
|
+
description: Create a service account.
|
|
10851
|
+
properties:
|
|
10852
|
+
data:
|
|
10853
|
+
$ref: '#/components/schemas/ServiceAccountCreateData'
|
|
10854
|
+
required:
|
|
10855
|
+
- data
|
|
10856
|
+
type: object
|
|
10857
|
+
ServiceDefinitionCreateResponse:
|
|
10858
|
+
description: Create service definitions response.
|
|
10859
|
+
properties:
|
|
10860
|
+
data:
|
|
10861
|
+
description: Create service definitions response payload.
|
|
10862
|
+
items:
|
|
10863
|
+
$ref: '#/components/schemas/ServiceDefinitionData'
|
|
10864
|
+
type: array
|
|
10865
|
+
type: object
|
|
10866
|
+
ServiceDefinitionData:
|
|
10867
|
+
description: Service definition data.
|
|
10868
|
+
properties:
|
|
10869
|
+
attributes:
|
|
10870
|
+
$ref: '#/components/schemas/ServiceDefinitionDataAttributes'
|
|
10871
|
+
type:
|
|
10872
|
+
description: Service definition type.
|
|
10873
|
+
type: string
|
|
10874
|
+
type: object
|
|
10875
|
+
ServiceDefinitionDataAttributes:
|
|
10876
|
+
description: Service definition attributes.
|
|
10877
|
+
properties:
|
|
10878
|
+
meta:
|
|
10879
|
+
$ref: '#/components/schemas/ServiceDefinitionMeta'
|
|
10880
|
+
schema:
|
|
10881
|
+
$ref: '#/components/schemas/ServiceDefinitionSchema'
|
|
10882
|
+
type: object
|
|
10883
|
+
ServiceDefinitionGetResponse:
|
|
10884
|
+
description: Get service definition response.
|
|
10885
|
+
properties:
|
|
10886
|
+
data:
|
|
10887
|
+
$ref: '#/components/schemas/ServiceDefinitionData'
|
|
10888
|
+
type: object
|
|
10889
|
+
ServiceDefinitionMeta:
|
|
10890
|
+
description: Metadata about a service definition.
|
|
10891
|
+
properties:
|
|
10892
|
+
github-html-url:
|
|
10893
|
+
description: GitHub HTML URL.
|
|
10894
|
+
type: string
|
|
10895
|
+
ingested-schema-version:
|
|
10896
|
+
description: Ingestion schema version.
|
|
10897
|
+
type: string
|
|
10898
|
+
ingestion-source:
|
|
10899
|
+
description: Ingestion source of the service definition.
|
|
10900
|
+
type: string
|
|
10901
|
+
last-modified-time:
|
|
10902
|
+
description: Last modified time of the service definition.
|
|
10903
|
+
type: string
|
|
10904
|
+
type: object
|
|
10905
|
+
ServiceDefinitionRaw:
|
|
10906
|
+
description: Service Definition in raw JSON/YAML representation.
|
|
10907
|
+
example: '---
|
|
10908
|
+
|
|
9386
10909
|
schema-version: v2
|
|
9387
10910
|
|
|
9388
10911
|
dd-service: my-service
|
|
@@ -9801,41 +11324,230 @@ components:
|
|
|
9801
11324
|
description: Tag associated with your event.
|
|
9802
11325
|
type: string
|
|
9803
11326
|
type: array
|
|
9804
|
-
|
|
9805
|
-
description:
|
|
9806
|
-
example: '2019-01-02T09:42:36.320Z'
|
|
9807
|
-
format: date-time
|
|
9808
|
-
type: string
|
|
9809
|
-
UsageApplicationSecurityMonitoringResponse:
|
|
9810
|
-
description: Application Security Monitoring usage response.
|
|
11327
|
+
TimeseriesFormulaQueryRequest:
|
|
11328
|
+
description: A request wrapper around a single timeseries query to be executed.
|
|
9811
11329
|
properties:
|
|
9812
11330
|
data:
|
|
9813
|
-
|
|
9814
|
-
|
|
9815
|
-
|
|
9816
|
-
type: array
|
|
11331
|
+
$ref: '#/components/schemas/TimeseriesFormulaRequest'
|
|
11332
|
+
required:
|
|
11333
|
+
- data
|
|
9817
11334
|
type: object
|
|
9818
|
-
|
|
9819
|
-
description:
|
|
11335
|
+
TimeseriesFormulaQueryResponse:
|
|
11336
|
+
description: A message containing one response to a timeseries query made with
|
|
11337
|
+
timeseries formula query request.
|
|
9820
11338
|
properties:
|
|
9821
|
-
|
|
9822
|
-
|
|
9823
|
-
|
|
9824
|
-
|
|
9825
|
-
description: The product for which usage is being reported.
|
|
9826
|
-
type: string
|
|
9827
|
-
public_id:
|
|
9828
|
-
description: The organization public ID.
|
|
11339
|
+
data:
|
|
11340
|
+
$ref: '#/components/schemas/TimeseriesResponse'
|
|
11341
|
+
errors:
|
|
11342
|
+
description: The error generated by the request.
|
|
9829
11343
|
type: string
|
|
9830
|
-
timeseries:
|
|
9831
|
-
description: List of usage data reported for each requested hour.
|
|
9832
|
-
items:
|
|
9833
|
-
$ref: '#/components/schemas/UsageTimeSeriesObject'
|
|
9834
|
-
type: array
|
|
9835
|
-
usage_type:
|
|
9836
|
-
$ref: '#/components/schemas/HourlyUsageType'
|
|
9837
11344
|
type: object
|
|
9838
|
-
|
|
11345
|
+
TimeseriesFormulaRequest:
|
|
11346
|
+
description: A single timeseries query to be executed.
|
|
11347
|
+
properties:
|
|
11348
|
+
attributes:
|
|
11349
|
+
$ref: '#/components/schemas/TimeseriesFormulaRequestAttributes'
|
|
11350
|
+
type:
|
|
11351
|
+
$ref: '#/components/schemas/TimeseriesFormulaRequestType'
|
|
11352
|
+
required:
|
|
11353
|
+
- type
|
|
11354
|
+
- attributes
|
|
11355
|
+
type: object
|
|
11356
|
+
TimeseriesFormulaRequestAttributes:
|
|
11357
|
+
description: The object describing a timeseries formula request.
|
|
11358
|
+
properties:
|
|
11359
|
+
formulas:
|
|
11360
|
+
description: List of formulas to be calculated and returned as responses.
|
|
11361
|
+
items:
|
|
11362
|
+
$ref: '#/components/schemas/QueryFormula'
|
|
11363
|
+
type: array
|
|
11364
|
+
from:
|
|
11365
|
+
description: Start date (inclusive) of the query in milliseconds since the
|
|
11366
|
+
Unix epoch.
|
|
11367
|
+
example: 1568899800000
|
|
11368
|
+
format: int64
|
|
11369
|
+
type: integer
|
|
11370
|
+
interval:
|
|
11371
|
+
description: 'A time interval in milliseconds.
|
|
11372
|
+
|
|
11373
|
+
May be overridden by a larger interval if the query would result in
|
|
11374
|
+
|
|
11375
|
+
too many points for the specified timeframe.
|
|
11376
|
+
|
|
11377
|
+
Defaults to a reasonable interval for the given timeframe.'
|
|
11378
|
+
example: 5000
|
|
11379
|
+
format: int64
|
|
11380
|
+
type: integer
|
|
11381
|
+
queries:
|
|
11382
|
+
$ref: '#/components/schemas/TimeseriesFormulaRequestQueries'
|
|
11383
|
+
to:
|
|
11384
|
+
description: End date (exclusive) of the query in milliseconds since the
|
|
11385
|
+
Unix epoch.
|
|
11386
|
+
example: 1568923200000
|
|
11387
|
+
format: int64
|
|
11388
|
+
type: integer
|
|
11389
|
+
required:
|
|
11390
|
+
- to
|
|
11391
|
+
- from
|
|
11392
|
+
- queries
|
|
11393
|
+
type: object
|
|
11394
|
+
TimeseriesFormulaRequestQueries:
|
|
11395
|
+
description: List of queries to be run and used as inputs to the formulas.
|
|
11396
|
+
items:
|
|
11397
|
+
$ref: '#/components/schemas/TimeseriesQuery'
|
|
11398
|
+
type: array
|
|
11399
|
+
TimeseriesFormulaRequestType:
|
|
11400
|
+
default: timeseries_request
|
|
11401
|
+
description: The type of the resource. The value should always be timeseries_request.
|
|
11402
|
+
enum:
|
|
11403
|
+
- timeseries_request
|
|
11404
|
+
example: timeseries_request
|
|
11405
|
+
type: string
|
|
11406
|
+
x-enum-varnames:
|
|
11407
|
+
- TIMESERIES_REQUEST
|
|
11408
|
+
TimeseriesFormulaResponseType:
|
|
11409
|
+
default: timeseries_response
|
|
11410
|
+
description: The type of the resource. The value should always be timeseries_response.
|
|
11411
|
+
enum:
|
|
11412
|
+
- timeseries_response
|
|
11413
|
+
example: timeseries_response
|
|
11414
|
+
type: string
|
|
11415
|
+
x-enum-varnames:
|
|
11416
|
+
- TIMESERIES_RESPONSE
|
|
11417
|
+
TimeseriesQuery:
|
|
11418
|
+
description: An individual timeseries query to one of the basic Datadog data
|
|
11419
|
+
sources.
|
|
11420
|
+
oneOf:
|
|
11421
|
+
- $ref: '#/components/schemas/MetricsTimeseriesQuery'
|
|
11422
|
+
- $ref: '#/components/schemas/EventsTimeseriesQuery'
|
|
11423
|
+
type: object
|
|
11424
|
+
TimeseriesResponse:
|
|
11425
|
+
description: A message containing the response to a timeseries query.
|
|
11426
|
+
properties:
|
|
11427
|
+
attributes:
|
|
11428
|
+
$ref: '#/components/schemas/TimeseriesResponseAttributes'
|
|
11429
|
+
type:
|
|
11430
|
+
$ref: '#/components/schemas/TimeseriesFormulaResponseType'
|
|
11431
|
+
type: object
|
|
11432
|
+
TimeseriesResponseAttributes:
|
|
11433
|
+
description: The object describing a timeseries response.
|
|
11434
|
+
properties:
|
|
11435
|
+
series:
|
|
11436
|
+
$ref: '#/components/schemas/TimeseriesResponseSeriesList'
|
|
11437
|
+
times:
|
|
11438
|
+
$ref: '#/components/schemas/TimeseriesResponseTimes'
|
|
11439
|
+
values:
|
|
11440
|
+
$ref: '#/components/schemas/TimeseriesResponseValuesList'
|
|
11441
|
+
type: object
|
|
11442
|
+
TimeseriesResponseSeries:
|
|
11443
|
+
description: ''
|
|
11444
|
+
properties:
|
|
11445
|
+
group_tags:
|
|
11446
|
+
$ref: '#/components/schemas/GroupTags'
|
|
11447
|
+
query_index:
|
|
11448
|
+
description: The index of the query in the "formulas" array (or "queries"
|
|
11449
|
+
array if no "formulas" was specified).
|
|
11450
|
+
example: 0
|
|
11451
|
+
format: int32
|
|
11452
|
+
maximum: 2147483647
|
|
11453
|
+
type: integer
|
|
11454
|
+
unit:
|
|
11455
|
+
description: List of units.
|
|
11456
|
+
items:
|
|
11457
|
+
$ref: '#/components/schemas/Unit'
|
|
11458
|
+
type: array
|
|
11459
|
+
type: object
|
|
11460
|
+
TimeseriesResponseSeriesList:
|
|
11461
|
+
description: Array of response series. The index here corresponds to the index
|
|
11462
|
+
in the `formulas` or `queries` array from the request.
|
|
11463
|
+
items:
|
|
11464
|
+
$ref: '#/components/schemas/TimeseriesResponseSeries'
|
|
11465
|
+
type: array
|
|
11466
|
+
TimeseriesResponseTimes:
|
|
11467
|
+
description: Array of times, 1-1 match with individual values arrays.
|
|
11468
|
+
items:
|
|
11469
|
+
description: Start date (inclusive) of the query in seconds since the Unix
|
|
11470
|
+
epoch.
|
|
11471
|
+
example: 1568899800000
|
|
11472
|
+
format: int64
|
|
11473
|
+
type: integer
|
|
11474
|
+
type: array
|
|
11475
|
+
TimeseriesResponseValues:
|
|
11476
|
+
description: Array of values for an individual formula or query.
|
|
11477
|
+
items:
|
|
11478
|
+
description: An individual value for a given time.
|
|
11479
|
+
format: double
|
|
11480
|
+
type: number
|
|
11481
|
+
type: array
|
|
11482
|
+
TimeseriesResponseValuesList:
|
|
11483
|
+
description: Array of value-arrays. The index here corresponds to the index
|
|
11484
|
+
in the `formulas` or `queries` array from the request.
|
|
11485
|
+
items:
|
|
11486
|
+
$ref: '#/components/schemas/TimeseriesResponseValues'
|
|
11487
|
+
type: array
|
|
11488
|
+
TimestampEventAttribute:
|
|
11489
|
+
description: Timestamp of your event.
|
|
11490
|
+
example: '2019-01-02T09:42:36.320Z'
|
|
11491
|
+
format: date-time
|
|
11492
|
+
type: string
|
|
11493
|
+
Unit:
|
|
11494
|
+
description: Object containing the metric unit family, scale factor, name, and
|
|
11495
|
+
short name.
|
|
11496
|
+
nullable: true
|
|
11497
|
+
properties:
|
|
11498
|
+
family:
|
|
11499
|
+
description: Unit family, allows for conversion between units of the same
|
|
11500
|
+
family, for scaling.
|
|
11501
|
+
example: time
|
|
11502
|
+
type: string
|
|
11503
|
+
name:
|
|
11504
|
+
description: Unit name
|
|
11505
|
+
example: minute
|
|
11506
|
+
type: string
|
|
11507
|
+
plural:
|
|
11508
|
+
description: Plural form of the unit name.
|
|
11509
|
+
example: minutes
|
|
11510
|
+
type: string
|
|
11511
|
+
scale_factor:
|
|
11512
|
+
description: Factor for scaling between units of the same family.
|
|
11513
|
+
example: 60.0
|
|
11514
|
+
format: double
|
|
11515
|
+
type: number
|
|
11516
|
+
short_name:
|
|
11517
|
+
description: Abbreviation of the unit.
|
|
11518
|
+
example: min
|
|
11519
|
+
type: string
|
|
11520
|
+
type: object
|
|
11521
|
+
UsageApplicationSecurityMonitoringResponse:
|
|
11522
|
+
description: Application Security Monitoring usage response.
|
|
11523
|
+
properties:
|
|
11524
|
+
data:
|
|
11525
|
+
description: Response containing Application Security Monitoring usage.
|
|
11526
|
+
items:
|
|
11527
|
+
$ref: '#/components/schemas/UsageDataObject'
|
|
11528
|
+
type: array
|
|
11529
|
+
type: object
|
|
11530
|
+
UsageAttributesObject:
|
|
11531
|
+
description: Usage attributes data.
|
|
11532
|
+
properties:
|
|
11533
|
+
org_name:
|
|
11534
|
+
description: The organization name.
|
|
11535
|
+
type: string
|
|
11536
|
+
product_family:
|
|
11537
|
+
description: The product for which usage is being reported.
|
|
11538
|
+
type: string
|
|
11539
|
+
public_id:
|
|
11540
|
+
description: The organization public ID.
|
|
11541
|
+
type: string
|
|
11542
|
+
timeseries:
|
|
11543
|
+
description: List of usage data reported for each requested hour.
|
|
11544
|
+
items:
|
|
11545
|
+
$ref: '#/components/schemas/UsageTimeSeriesObject'
|
|
11546
|
+
type: array
|
|
11547
|
+
usage_type:
|
|
11548
|
+
$ref: '#/components/schemas/HourlyUsageType'
|
|
11549
|
+
type: object
|
|
11550
|
+
UsageDataObject:
|
|
9839
11551
|
description: Usage data.
|
|
9840
11552
|
properties:
|
|
9841
11553
|
attributes:
|
|
@@ -10175,6 +11887,9 @@ components:
|
|
|
10175
11887
|
incident_settings_write: Configure Incidents settings.
|
|
10176
11888
|
incident_write: Create, view, and manage incidents in Datadog.
|
|
10177
11889
|
metrics_read: View custom metrics.
|
|
11890
|
+
monitors_downtime: Set downtimes to suppress alerts from any monitor in
|
|
11891
|
+
an organization. The ability to write monitors is not required to set
|
|
11892
|
+
downtimes.
|
|
10178
11893
|
monitors_read: View monitors.
|
|
10179
11894
|
security_monitoring_filters_read: Read Security Filters.
|
|
10180
11895
|
security_monitoring_filters_write: Create, edit, and delete Security Filters.
|
|
@@ -11741,6 +13456,42 @@ paths:
|
|
|
11741
13456
|
x-unstable: '**Note**: This endpoint is in public beta.
|
|
11742
13457
|
|
|
11743
13458
|
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).'
|
|
13459
|
+
/api/v2/incidents/search:
|
|
13460
|
+
get:
|
|
13461
|
+
description: Search for incidents matching a certain query.
|
|
13462
|
+
operationId: SearchIncidents
|
|
13463
|
+
parameters:
|
|
13464
|
+
- $ref: '#/components/parameters/IncidentSearchIncludeQueryParameter'
|
|
13465
|
+
- $ref: '#/components/parameters/IncidentSearchQueryQueryParameter'
|
|
13466
|
+
- $ref: '#/components/parameters/IncidentSearchSortQueryParameter'
|
|
13467
|
+
responses:
|
|
13468
|
+
'200':
|
|
13469
|
+
content:
|
|
13470
|
+
application/json:
|
|
13471
|
+
schema:
|
|
13472
|
+
$ref: '#/components/schemas/IncidentSearchResponse'
|
|
13473
|
+
description: OK
|
|
13474
|
+
'400':
|
|
13475
|
+
$ref: '#/components/responses/BadRequestResponse'
|
|
13476
|
+
'401':
|
|
13477
|
+
$ref: '#/components/responses/UnauthorizedResponse'
|
|
13478
|
+
'403':
|
|
13479
|
+
$ref: '#/components/responses/ForbiddenResponse'
|
|
13480
|
+
'404':
|
|
13481
|
+
$ref: '#/components/responses/NotFoundResponse'
|
|
13482
|
+
'429':
|
|
13483
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
13484
|
+
security:
|
|
13485
|
+
- apiKeyAuth: []
|
|
13486
|
+
appKeyAuth: []
|
|
13487
|
+
- AuthZ:
|
|
13488
|
+
- incident_read
|
|
13489
|
+
summary: Search for incidents
|
|
13490
|
+
tags:
|
|
13491
|
+
- Incidents
|
|
13492
|
+
x-unstable: '**Note**: This endpoint is in public beta.
|
|
13493
|
+
|
|
13494
|
+
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).'
|
|
11744
13495
|
/api/v2/incidents/{incident_id}:
|
|
11745
13496
|
delete:
|
|
11746
13497
|
description: Deletes an existing incident from the users organization.
|
|
@@ -13998,6 +15749,82 @@ paths:
|
|
|
13998
15749
|
cursorPath: meta.page.after
|
|
13999
15750
|
limitParam: page[limit]
|
|
14000
15751
|
resultsPath: data
|
|
15752
|
+
/api/v2/query/scalar:
|
|
15753
|
+
post:
|
|
15754
|
+
description: 'The internal endpoint to query scalar/table data for multiple
|
|
15755
|
+
data sources and
|
|
15756
|
+
|
|
15757
|
+
process the data using formulas and functions.'
|
|
15758
|
+
operationId: QueryScalarData
|
|
15759
|
+
requestBody:
|
|
15760
|
+
content:
|
|
15761
|
+
application/json:
|
|
15762
|
+
schema:
|
|
15763
|
+
$ref: '#/components/schemas/ScalarFormulaQueryRequest'
|
|
15764
|
+
required: true
|
|
15765
|
+
responses:
|
|
15766
|
+
'200':
|
|
15767
|
+
content:
|
|
15768
|
+
application/json:
|
|
15769
|
+
schema:
|
|
15770
|
+
$ref: '#/components/schemas/ScalarFormulaQueryResponse'
|
|
15771
|
+
description: OK
|
|
15772
|
+
'400':
|
|
15773
|
+
$ref: '#/components/responses/BadRequestResponse'
|
|
15774
|
+
'401':
|
|
15775
|
+
$ref: '#/components/responses/UnauthorizedResponse'
|
|
15776
|
+
'403':
|
|
15777
|
+
$ref: '#/components/responses/ForbiddenResponse'
|
|
15778
|
+
'429':
|
|
15779
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
15780
|
+
summary: Scalar cross product query
|
|
15781
|
+
tags:
|
|
15782
|
+
- Metrics
|
|
15783
|
+
x-codegen-request-body-name: body
|
|
15784
|
+
x-unstable: '**Note**: This endpoint is GA for the metrics data source. Logs
|
|
15785
|
+
is in beta.
|
|
15786
|
+
|
|
15787
|
+
We are gradually onboarding support for more sources. If you have any feedback,
|
|
15788
|
+
|
|
15789
|
+
contact [Datadog support](https://docs.datadoghq.com/help/).'
|
|
15790
|
+
/api/v2/query/timeseries:
|
|
15791
|
+
post:
|
|
15792
|
+
description: 'The internal endpoint to query timeseries data for multiple data
|
|
15793
|
+
sources and
|
|
15794
|
+
|
|
15795
|
+
process the data by applying formulas and functions.'
|
|
15796
|
+
operationId: QueryTimeseriesData
|
|
15797
|
+
requestBody:
|
|
15798
|
+
content:
|
|
15799
|
+
application/json:
|
|
15800
|
+
schema:
|
|
15801
|
+
$ref: '#/components/schemas/TimeseriesFormulaQueryRequest'
|
|
15802
|
+
required: true
|
|
15803
|
+
responses:
|
|
15804
|
+
'200':
|
|
15805
|
+
content:
|
|
15806
|
+
application/json:
|
|
15807
|
+
schema:
|
|
15808
|
+
$ref: '#/components/schemas/TimeseriesFormulaQueryResponse'
|
|
15809
|
+
description: OK
|
|
15810
|
+
'400':
|
|
15811
|
+
$ref: '#/components/responses/BadRequestResponse'
|
|
15812
|
+
'401':
|
|
15813
|
+
$ref: '#/components/responses/UnauthorizedResponse'
|
|
15814
|
+
'403':
|
|
15815
|
+
$ref: '#/components/responses/ForbiddenResponse'
|
|
15816
|
+
'429':
|
|
15817
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
15818
|
+
summary: Timeseries cross product query
|
|
15819
|
+
tags:
|
|
15820
|
+
- Metrics
|
|
15821
|
+
x-codegen-request-body-name: body
|
|
15822
|
+
x-unstable: '**Note**: This endpoint is GA for the metrics data source. Logs
|
|
15823
|
+
is in beta.
|
|
15824
|
+
|
|
15825
|
+
We are gradually onboarding support for more sources. If you have any feedback,
|
|
15826
|
+
|
|
15827
|
+
contact [Datadog support](https://docs.datadoghq.com/help/).'
|
|
14001
15828
|
/api/v2/roles:
|
|
14002
15829
|
get:
|
|
14003
15830
|
description: Returns all roles, including their names and their unique identifiers.
|
|
@@ -15587,6 +17414,346 @@ paths:
|
|
|
15587
17414
|
tags:
|
|
15588
17415
|
- Security Monitoring
|
|
15589
17416
|
x-codegen-request-body-name: body
|
|
17417
|
+
/api/v2/sensitive-data-scanner/config:
|
|
17418
|
+
get:
|
|
17419
|
+
description: List all the Scanning groups in your organization.
|
|
17420
|
+
operationId: ListScanningGroups
|
|
17421
|
+
responses:
|
|
17422
|
+
'200':
|
|
17423
|
+
content:
|
|
17424
|
+
application/json:
|
|
17425
|
+
schema:
|
|
17426
|
+
$ref: '#/components/schemas/SensitiveDataScannerGetConfigResponse'
|
|
17427
|
+
description: OK
|
|
17428
|
+
'400':
|
|
17429
|
+
content:
|
|
17430
|
+
application/json:
|
|
17431
|
+
schema:
|
|
17432
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
17433
|
+
description: Bad Request
|
|
17434
|
+
'403':
|
|
17435
|
+
content:
|
|
17436
|
+
application/json:
|
|
17437
|
+
schema:
|
|
17438
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
17439
|
+
description: Authentication Error
|
|
17440
|
+
'429':
|
|
17441
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
17442
|
+
summary: List Scanning Groups
|
|
17443
|
+
tags:
|
|
17444
|
+
- Sensitive Data Scanner
|
|
17445
|
+
patch:
|
|
17446
|
+
description: Reorder the list of groups.
|
|
17447
|
+
operationId: ReorderScanningGroups
|
|
17448
|
+
requestBody:
|
|
17449
|
+
content:
|
|
17450
|
+
application/json:
|
|
17451
|
+
schema:
|
|
17452
|
+
$ref: '#/components/schemas/SensitiveDataScannerConfigRequest'
|
|
17453
|
+
required: true
|
|
17454
|
+
responses:
|
|
17455
|
+
'200':
|
|
17456
|
+
content:
|
|
17457
|
+
application/json:
|
|
17458
|
+
schema:
|
|
17459
|
+
$ref: '#/components/schemas/SensitiveDataScannerReorderGroupsResponse'
|
|
17460
|
+
description: OK
|
|
17461
|
+
'400':
|
|
17462
|
+
content:
|
|
17463
|
+
application/json:
|
|
17464
|
+
schema:
|
|
17465
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
17466
|
+
description: Bad Request
|
|
17467
|
+
'403':
|
|
17468
|
+
content:
|
|
17469
|
+
application/json:
|
|
17470
|
+
schema:
|
|
17471
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
17472
|
+
description: Authentication Error
|
|
17473
|
+
'429':
|
|
17474
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
17475
|
+
summary: Reorder Groups
|
|
17476
|
+
tags:
|
|
17477
|
+
- Sensitive Data Scanner
|
|
17478
|
+
x-codegen-request-body-name: body
|
|
17479
|
+
/api/v2/sensitive-data-scanner/config/groups:
|
|
17480
|
+
post:
|
|
17481
|
+
description: 'Create a scanning group.
|
|
17482
|
+
|
|
17483
|
+
The request MAY include a configuration relationship.
|
|
17484
|
+
|
|
17485
|
+
A rules relationship can be omitted entirely, but if it is included it MUST
|
|
17486
|
+
be
|
|
17487
|
+
|
|
17488
|
+
null or an empty array (rules cannot be created at the same time).
|
|
17489
|
+
|
|
17490
|
+
The new group will be ordered last within the configuration.'
|
|
17491
|
+
operationId: CreateScanningGroup
|
|
17492
|
+
requestBody:
|
|
17493
|
+
content:
|
|
17494
|
+
application/json:
|
|
17495
|
+
schema:
|
|
17496
|
+
$ref: '#/components/schemas/SensitiveDataScannerGroupCreateRequest'
|
|
17497
|
+
required: true
|
|
17498
|
+
responses:
|
|
17499
|
+
'200':
|
|
17500
|
+
content:
|
|
17501
|
+
application/json:
|
|
17502
|
+
schema:
|
|
17503
|
+
$ref: '#/components/schemas/SensitiveDataScannerCreateGroupResponse'
|
|
17504
|
+
description: OK
|
|
17505
|
+
'400':
|
|
17506
|
+
content:
|
|
17507
|
+
application/json:
|
|
17508
|
+
schema:
|
|
17509
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
17510
|
+
description: Bad Request
|
|
17511
|
+
'403':
|
|
17512
|
+
content:
|
|
17513
|
+
application/json:
|
|
17514
|
+
schema:
|
|
17515
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
17516
|
+
description: Authentication Error
|
|
17517
|
+
'429':
|
|
17518
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
17519
|
+
summary: Create Scanning Group
|
|
17520
|
+
tags:
|
|
17521
|
+
- Sensitive Data Scanner
|
|
17522
|
+
x-codegen-request-body-name: body
|
|
17523
|
+
/api/v2/sensitive-data-scanner/config/groups/{group_id}:
|
|
17524
|
+
delete:
|
|
17525
|
+
description: Delete a given group.
|
|
17526
|
+
operationId: DeleteScanningGroup
|
|
17527
|
+
parameters:
|
|
17528
|
+
- $ref: '#/components/parameters/SensitiveDataScannerGroupID'
|
|
17529
|
+
requestBody:
|
|
17530
|
+
content:
|
|
17531
|
+
application/json:
|
|
17532
|
+
schema:
|
|
17533
|
+
$ref: '#/components/schemas/SensitiveDataScannerGroupDeleteRequest'
|
|
17534
|
+
required: true
|
|
17535
|
+
responses:
|
|
17536
|
+
'200':
|
|
17537
|
+
content:
|
|
17538
|
+
application/json:
|
|
17539
|
+
schema:
|
|
17540
|
+
$ref: '#/components/schemas/SensitiveDataScannerGroupDeleteResponse'
|
|
17541
|
+
description: OK
|
|
17542
|
+
'400':
|
|
17543
|
+
content:
|
|
17544
|
+
application/json:
|
|
17545
|
+
schema:
|
|
17546
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
17547
|
+
description: Bad Request
|
|
17548
|
+
'403':
|
|
17549
|
+
content:
|
|
17550
|
+
application/json:
|
|
17551
|
+
schema:
|
|
17552
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
17553
|
+
description: Authentication Error
|
|
17554
|
+
'429':
|
|
17555
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
17556
|
+
summary: Delete Scanning Group
|
|
17557
|
+
tags:
|
|
17558
|
+
- Sensitive Data Scanner
|
|
17559
|
+
x-codegen-request-body-name: body
|
|
17560
|
+
patch:
|
|
17561
|
+
description: 'Update a group, including the order of the rules.
|
|
17562
|
+
|
|
17563
|
+
Rules within the group are reordered by including a rules relationship. If
|
|
17564
|
+
the rules
|
|
17565
|
+
|
|
17566
|
+
relationship is present, its data section MUST contain linkages for all of
|
|
17567
|
+
the rules
|
|
17568
|
+
|
|
17569
|
+
currently in the group, and MUST NOT contain any others.'
|
|
17570
|
+
operationId: UpdateScanningGroup
|
|
17571
|
+
parameters:
|
|
17572
|
+
- $ref: '#/components/parameters/SensitiveDataScannerGroupID'
|
|
17573
|
+
requestBody:
|
|
17574
|
+
content:
|
|
17575
|
+
application/json:
|
|
17576
|
+
schema:
|
|
17577
|
+
$ref: '#/components/schemas/SensitiveDataScannerGroupUpdateRequest'
|
|
17578
|
+
required: true
|
|
17579
|
+
responses:
|
|
17580
|
+
'200':
|
|
17581
|
+
content:
|
|
17582
|
+
application/json:
|
|
17583
|
+
schema:
|
|
17584
|
+
$ref: '#/components/schemas/SensitiveDataScannerGroupUpdateResponse'
|
|
17585
|
+
description: OK
|
|
17586
|
+
'400':
|
|
17587
|
+
content:
|
|
17588
|
+
application/json:
|
|
17589
|
+
schema:
|
|
17590
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
17591
|
+
description: Bad Request
|
|
17592
|
+
'403':
|
|
17593
|
+
content:
|
|
17594
|
+
application/json:
|
|
17595
|
+
schema:
|
|
17596
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
17597
|
+
description: Authentication Error
|
|
17598
|
+
'429':
|
|
17599
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
17600
|
+
summary: Update Scanning Group
|
|
17601
|
+
tags:
|
|
17602
|
+
- Sensitive Data Scanner
|
|
17603
|
+
x-codegen-request-body-name: body
|
|
17604
|
+
/api/v2/sensitive-data-scanner/config/rules:
|
|
17605
|
+
post:
|
|
17606
|
+
description: 'Create a scanning rule in a sensitive data scanner group, ordered
|
|
17607
|
+
last.
|
|
17608
|
+
|
|
17609
|
+
The posted rule MUST include a group relationship.
|
|
17610
|
+
|
|
17611
|
+
It MUST include either a standard_pattern relationship or a regex attribute,
|
|
17612
|
+
but not both.
|
|
17613
|
+
|
|
17614
|
+
If included_attributes is empty or missing, we will scan all attributes except
|
|
17615
|
+
|
|
17616
|
+
excluded_attributes. If both are missing, we will scan the whole event.'
|
|
17617
|
+
operationId: CreateScanningRule
|
|
17618
|
+
requestBody:
|
|
17619
|
+
content:
|
|
17620
|
+
application/json:
|
|
17621
|
+
schema:
|
|
17622
|
+
$ref: '#/components/schemas/SensitiveDataScannerRuleCreateRequest'
|
|
17623
|
+
required: true
|
|
17624
|
+
responses:
|
|
17625
|
+
'200':
|
|
17626
|
+
content:
|
|
17627
|
+
application/json:
|
|
17628
|
+
schema:
|
|
17629
|
+
$ref: '#/components/schemas/SensitiveDataScannerCreateRuleResponse'
|
|
17630
|
+
description: OK
|
|
17631
|
+
'400':
|
|
17632
|
+
content:
|
|
17633
|
+
application/json:
|
|
17634
|
+
schema:
|
|
17635
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
17636
|
+
description: Bad Request
|
|
17637
|
+
'403':
|
|
17638
|
+
content:
|
|
17639
|
+
application/json:
|
|
17640
|
+
schema:
|
|
17641
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
17642
|
+
description: Authentication Error
|
|
17643
|
+
'429':
|
|
17644
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
17645
|
+
summary: Create Scanning Rule
|
|
17646
|
+
tags:
|
|
17647
|
+
- Sensitive Data Scanner
|
|
17648
|
+
x-codegen-request-body-name: body
|
|
17649
|
+
/api/v2/sensitive-data-scanner/config/rules/{rule_id}:
|
|
17650
|
+
delete:
|
|
17651
|
+
description: Delete a given rule.
|
|
17652
|
+
operationId: DeleteScanningRule
|
|
17653
|
+
parameters:
|
|
17654
|
+
- $ref: '#/components/parameters/SensitiveDataScannerRuleID'
|
|
17655
|
+
requestBody:
|
|
17656
|
+
content:
|
|
17657
|
+
application/json:
|
|
17658
|
+
schema:
|
|
17659
|
+
$ref: '#/components/schemas/SensitiveDataScannerRuleDeleteRequest'
|
|
17660
|
+
required: true
|
|
17661
|
+
responses:
|
|
17662
|
+
'200':
|
|
17663
|
+
content:
|
|
17664
|
+
application/json:
|
|
17665
|
+
schema:
|
|
17666
|
+
$ref: '#/components/schemas/SensitiveDataScannerRuleDeleteResponse'
|
|
17667
|
+
description: OK
|
|
17668
|
+
'400':
|
|
17669
|
+
content:
|
|
17670
|
+
application/json:
|
|
17671
|
+
schema:
|
|
17672
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
17673
|
+
description: Bad Request
|
|
17674
|
+
'403':
|
|
17675
|
+
content:
|
|
17676
|
+
application/json:
|
|
17677
|
+
schema:
|
|
17678
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
17679
|
+
description: Authentication Error
|
|
17680
|
+
'429':
|
|
17681
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
17682
|
+
summary: Delete Scanning Rule
|
|
17683
|
+
tags:
|
|
17684
|
+
- Sensitive Data Scanner
|
|
17685
|
+
x-codegen-request-body-name: body
|
|
17686
|
+
patch:
|
|
17687
|
+
description: 'Update a scanning rule.
|
|
17688
|
+
|
|
17689
|
+
The request body MUST NOT include a standard_pattern relationship, as that
|
|
17690
|
+
relationship
|
|
17691
|
+
|
|
17692
|
+
is non-editable. Trying to edit the regex attribute of a rule with a standard_pattern
|
|
17693
|
+
|
|
17694
|
+
relationship will also result in an error.'
|
|
17695
|
+
operationId: UpdateScanningRule
|
|
17696
|
+
parameters:
|
|
17697
|
+
- $ref: '#/components/parameters/SensitiveDataScannerRuleID'
|
|
17698
|
+
requestBody:
|
|
17699
|
+
content:
|
|
17700
|
+
application/json:
|
|
17701
|
+
schema:
|
|
17702
|
+
$ref: '#/components/schemas/SensitiveDataScannerRuleUpdateRequest'
|
|
17703
|
+
required: true
|
|
17704
|
+
responses:
|
|
17705
|
+
'200':
|
|
17706
|
+
content:
|
|
17707
|
+
application/json:
|
|
17708
|
+
schema:
|
|
17709
|
+
$ref: '#/components/schemas/SensitiveDataScannerRuleUpdateResponse'
|
|
17710
|
+
description: OK
|
|
17711
|
+
'400':
|
|
17712
|
+
content:
|
|
17713
|
+
application/json:
|
|
17714
|
+
schema:
|
|
17715
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
17716
|
+
description: Bad Request
|
|
17717
|
+
'403':
|
|
17718
|
+
content:
|
|
17719
|
+
application/json:
|
|
17720
|
+
schema:
|
|
17721
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
17722
|
+
description: Authentication Error
|
|
17723
|
+
'429':
|
|
17724
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
17725
|
+
summary: Update Scanning Rule
|
|
17726
|
+
tags:
|
|
17727
|
+
- Sensitive Data Scanner
|
|
17728
|
+
x-codegen-request-body-name: body
|
|
17729
|
+
/api/v2/sensitive-data-scanner/config/standard-patterns:
|
|
17730
|
+
get:
|
|
17731
|
+
description: Returns all standard patterns.
|
|
17732
|
+
operationId: ListStandardPatterns
|
|
17733
|
+
responses:
|
|
17734
|
+
'200':
|
|
17735
|
+
content:
|
|
17736
|
+
application/json:
|
|
17737
|
+
schema:
|
|
17738
|
+
$ref: '#/components/schemas/SensitiveDataScannerStandardPatternsResponseData'
|
|
17739
|
+
description: OK
|
|
17740
|
+
'400':
|
|
17741
|
+
content:
|
|
17742
|
+
application/json:
|
|
17743
|
+
schema:
|
|
17744
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
17745
|
+
description: Bad Request
|
|
17746
|
+
'403':
|
|
17747
|
+
content:
|
|
17748
|
+
application/json:
|
|
17749
|
+
schema:
|
|
17750
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
17751
|
+
description: Authentication Error
|
|
17752
|
+
'429':
|
|
17753
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
17754
|
+
summary: List standard patterns
|
|
17755
|
+
tags:
|
|
17756
|
+
- Sensitive Data Scanner
|
|
15590
17757
|
/api/v2/series:
|
|
15591
17758
|
post:
|
|
15592
17759
|
description: "The metrics end-point allows you to post time-series data that
|
|
@@ -16649,7 +18816,8 @@ paths:
|
|
|
16649
18816
|
`online_archive`, `profiling`, `rum`, `rum_browser_sessions`, `rum_mobile_sessions`,
|
|
16650
18817
|
`sds`, `snmp`,
|
|
16651
18818
|
|
|
16652
|
-
`synthetics_api`, `synthetics_browser`, and
|
|
18819
|
+
`synthetics_api`, `synthetics_browser`, `synthetics_parallel_testing`, and
|
|
18820
|
+
`timeseries`.'
|
|
16653
18821
|
in: query
|
|
16654
18822
|
name: filter[product_families]
|
|
16655
18823
|
required: true
|
|
@@ -17348,12 +19516,13 @@ tags:
|
|
|
17348
19516
|
url: https://docs.datadoghq.com/logs/logs_to_metrics/
|
|
17349
19517
|
name: Logs Metrics
|
|
17350
19518
|
- description: "The metrics endpoint allows you to:\n\n- Post metrics data so it can
|
|
17351
|
-
be graphed on Datadog\u2019s dashboards\n- Query metrics from any time period
|
|
17352
|
-
Modify tag configurations for metrics\n- View tags
|
|
17353
|
-
A graph can only contain a set number of
|
|
17354
|
-
a metric is viewed increases,\naggregation
|
|
17355
|
-
that set number.\n\nThe Post, Patch, and Delete
|
|
17356
|
-
only be performed by\na user who has the `Manage
|
|
19519
|
+
be graphed on Datadog\u2019s dashboards\n- Query metrics from any time period
|
|
19520
|
+
(timeseries and scalar)\n- Modify tag configurations for metrics\n- View tags
|
|
19521
|
+
and volumes for metrics\n\n**Note**: A graph can only contain a set number of
|
|
19522
|
+
points\nand as the timeframe over which a metric is viewed increases,\naggregation
|
|
19523
|
+
between points occurs to stay below that set number.\n\nThe Post, Patch, and Delete
|
|
19524
|
+
`manage_tags` API methods can only be performed by\na user who has the `Manage
|
|
19525
|
+
Tags for Metrics` permission."
|
|
17357
19526
|
name: Metrics
|
|
17358
19527
|
- description: 'Configure your [Datadog Opsgenie integration](https://docs.datadoghq.com/integrations/opsgenie/)
|
|
17359
19528
|
|
|
@@ -17390,6 +19559,9 @@ tags:
|
|
|
17390
19559
|
|
|
17391
19560
|
signals.'
|
|
17392
19561
|
name: Security Monitoring
|
|
19562
|
+
- description: Create, update, delete, and retrieve sensitive data scanner groups
|
|
19563
|
+
and rules.
|
|
19564
|
+
name: Sensitive Data Scanner
|
|
17393
19565
|
- description: Create, edit, and disable service accounts.
|
|
17394
19566
|
name: Service Accounts
|
|
17395
19567
|
- description: API to create, update, retrieve and delete service definitions.
|