datadog_api_client 2.2.0 → 2.4.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 +259 -10
- data/.generator/schemas/v2/openapi.yaml +2829 -657
- data/.generator/src/generator/cli.py +11 -0
- data/.generator/src/generator/formatter.py +5 -1
- data/.generator/src/generator/templates/api.j2 +7 -0
- data/.generator/src/generator/templates/api_client.j2 +27 -2
- data/.generator/src/generator/templates/model.j2 +4 -0
- data/.generator/src/generator/templates/model_base.j2 +10 -2
- data/.generator/src/generator/templates/model_generic.j2 +3 -17
- data/.generator/src/generator/templates/model_oneof.j2 +1 -1
- data/.generator/src/generator/templates/scenarios_model_mapping.j2 +16 -0
- data/.github/workflows/docs.yml +2 -0
- data/.github/workflows/test.yml +2 -0
- data/CHANGELOG.md +39 -0
- data/Gemfile +1 -0
- data/examples/v1/logs-indexes/UpdateLogsIndex.rb +3 -0
- data/examples/v1/monitors/CreateMonitor_2012680290.rb +23 -0
- data/examples/v1/monitors/ValidateMonitor_4247196452.rb +4 -1
- data/examples/v1/service-level-objectives/DeleteSLOTimeframeInBulk.rb +2 -2
- data/examples/v1/service-level-objectives/GetSLOHistory.rb +0 -3
- data/examples/v1/synthetics/CreateSyntheticsAPITest_1402674167.rb +1 -1
- data/examples/v1/synthetics/CreateSyntheticsAPITest_1487281163.rb +12 -3
- data/examples/v1/synthetics/UpdateAPITest.rb +2 -2
- data/examples/v1/synthetics/UpdateBrowserTest.rb +1 -0
- data/examples/v1/usage-metering/GetUsageSummary.rb +1 -1
- data/examples/v2/ci-visibility-pipelines/AggregateCIAppPipelineEvents.rb +33 -0
- data/examples/v2/ci-visibility-pipelines/ListCIAppPipelineEvents.rb +11 -0
- data/examples/v2/ci-visibility-pipelines/ListCIAppPipelineEvents_1270618359.rb +10 -0
- data/examples/v2/ci-visibility-pipelines/SearchCIAppPipelineEvents.rb +23 -0
- data/examples/v2/ci-visibility-pipelines/SearchCIAppPipelineEvents_3246135003.rb +22 -0
- data/examples/v2/ci-visibility-tests/AggregateCIAppTestEvents.rb +36 -0
- data/examples/v2/ci-visibility-tests/ListCIAppTestEvents.rb +11 -0
- data/examples/v2/ci-visibility-tests/ListCIAppTestEvents_3852605281.rb +10 -0
- data/examples/v2/ci-visibility-tests/SearchCIAppTestEvents.rb +23 -0
- data/examples/v2/ci-visibility-tests/SearchCIAppTestEvents_1675695429.rb +20 -0
- data/examples/v2/confluent-cloud/CreateConfluentAccount.rb +29 -0
- data/examples/v2/confluent-cloud/CreateConfluentResource.rb +22 -0
- data/examples/v2/confluent-cloud/DeleteConfluentAccount.rb +5 -0
- data/examples/v2/confluent-cloud/DeleteConfluentAccount_2919241291.rb +8 -0
- data/examples/v2/confluent-cloud/GetConfluentAccount.rb +8 -0
- data/examples/v2/confluent-cloud/GetConfluentResource.rb +5 -0
- data/examples/v2/confluent-cloud/ListConfluentAccount.rb +5 -0
- data/examples/v2/confluent-cloud/ListConfluentResource.rb +5 -0
- data/examples/v2/confluent-cloud/UpdateConfluentAccount.rb +22 -0
- data/examples/v2/confluent-cloud/UpdateConfluentResource.rb +19 -0
- data/examples/v2/rum/UpdateRUMApplication.rb +5 -2
- data/examples/v2/security-monitoring/GetSecurityMonitoringRule.rb +4 -1
- data/examples/v2/security-monitoring/UpdateSecurityMonitoringRule.rb +23 -33
- data/examples/v2/service-definition/CreateOrUpdateServiceDefinitions.rb +54 -0
- data/examples/v2/service-definition/DeleteServiceDefinition.rb +5 -0
- data/examples/v2/service-definition/GetServiceDefinition.rb +5 -0
- data/examples/v2/service-definition/ListServiceDefinitions.rb +5 -0
- data/examples/v2/usage-metering/GetEstimatedCostByOrg_3186693804.rb +1 -1
- data/lib/datadog_api_client/api_client.rb +27 -2
- data/lib/datadog_api_client/configuration.rb +0 -1
- data/lib/datadog_api_client/inflector.rb +102 -0
- data/lib/datadog_api_client/v1/api/logs_api.rb +3 -0
- data/lib/datadog_api_client/v1/api/service_level_objectives_api.rb +0 -6
- data/lib/datadog_api_client/v1/api/usage_metering_api.rb +26 -8
- data/lib/datadog_api_client/v1/model_base.rb +10 -2
- data/lib/datadog_api_client/v1/models/add_signal_to_incident_request.rb +0 -13
- data/lib/datadog_api_client/v1/models/alert_graph_widget_definition.rb +0 -15
- data/lib/datadog_api_client/v1/models/alert_value_widget_definition.rb +0 -15
- data/lib/datadog_api_client/v1/models/api_error_response.rb +0 -13
- data/lib/datadog_api_client/v1/models/api_key.rb +0 -13
- data/lib/datadog_api_client/v1/models/api_key_list_response.rb +0 -13
- data/lib/datadog_api_client/v1/models/api_key_response.rb +0 -13
- data/lib/datadog_api_client/v1/models/apm_stats_query_column_type.rb +0 -13
- data/lib/datadog_api_client/v1/models/apm_stats_query_definition.rb +0 -13
- data/lib/datadog_api_client/v1/models/application_key.rb +0 -13
- data/lib/datadog_api_client/v1/models/application_key_list_response.rb +0 -13
- data/lib/datadog_api_client/v1/models/application_key_response.rb +0 -13
- data/lib/datadog_api_client/v1/models/authentication_validation_response.rb +0 -13
- data/lib/datadog_api_client/v1/models/aws_account.rb +0 -19
- data/lib/datadog_api_client/v1/models/aws_account_and_lambda_request.rb +0 -13
- data/lib/datadog_api_client/v1/models/aws_account_create_response.rb +0 -13
- data/lib/datadog_api_client/v1/models/aws_account_delete_request.rb +0 -13
- data/lib/datadog_api_client/v1/models/aws_account_list_response.rb +0 -13
- data/lib/datadog_api_client/v1/models/aws_logs_async_error.rb +0 -13
- data/lib/datadog_api_client/v1/models/aws_logs_async_response.rb +0 -13
- data/lib/datadog_api_client/v1/models/aws_logs_lambda.rb +0 -13
- data/lib/datadog_api_client/v1/models/aws_logs_list_response.rb +0 -13
- data/lib/datadog_api_client/v1/models/aws_logs_list_services_response.rb +0 -13
- data/lib/datadog_api_client/v1/models/aws_logs_services_request.rb +0 -13
- data/lib/datadog_api_client/v1/models/aws_tag_filter.rb +0 -13
- data/lib/datadog_api_client/v1/models/aws_tag_filter_create_request.rb +0 -13
- data/lib/datadog_api_client/v1/models/aws_tag_filter_delete_request.rb +0 -13
- data/lib/datadog_api_client/v1/models/aws_tag_filter_list_response.rb +0 -13
- data/lib/datadog_api_client/v1/models/azure_account.rb +0 -13
- data/lib/datadog_api_client/v1/models/cancel_downtimes_by_scope_request.rb +0 -13
- data/lib/datadog_api_client/v1/models/canceled_downtimes_ids.rb +0 -13
- data/lib/datadog_api_client/v1/models/change_widget_definition.rb +0 -15
- data/lib/datadog_api_client/v1/models/change_widget_request.rb +0 -13
- data/lib/datadog_api_client/v1/models/check_can_delete_monitor_response.rb +0 -13
- data/lib/datadog_api_client/v1/models/check_can_delete_monitor_response_data.rb +0 -13
- data/lib/datadog_api_client/v1/models/check_can_delete_slo_response.rb +0 -13
- data/lib/datadog_api_client/v1/models/check_can_delete_slo_response_data.rb +0 -13
- data/lib/datadog_api_client/v1/models/check_status_widget_definition.rb +0 -15
- data/lib/datadog_api_client/v1/models/creator.rb +0 -13
- data/lib/datadog_api_client/v1/models/dashboard.rb +0 -15
- data/lib/datadog_api_client/v1/models/dashboard_bulk_action_data.rb +0 -15
- data/lib/datadog_api_client/v1/models/dashboard_bulk_delete_request.rb +0 -13
- data/lib/datadog_api_client/v1/models/dashboard_delete_response.rb +0 -13
- data/lib/datadog_api_client/v1/models/dashboard_list.rb +0 -13
- data/lib/datadog_api_client/v1/models/dashboard_list_delete_response.rb +0 -13
- data/lib/datadog_api_client/v1/models/dashboard_list_list_response.rb +0 -13
- data/lib/datadog_api_client/v1/models/dashboard_restore_request.rb +0 -13
- data/lib/datadog_api_client/v1/models/dashboard_summary.rb +0 -13
- data/lib/datadog_api_client/v1/models/dashboard_summary_definition.rb +0 -13
- data/lib/datadog_api_client/v1/models/dashboard_template_variable.rb +0 -13
- data/lib/datadog_api_client/v1/models/dashboard_template_variable_preset.rb +0 -13
- data/lib/datadog_api_client/v1/models/dashboard_template_variable_preset_value.rb +0 -13
- data/lib/datadog_api_client/v1/models/deleted_monitor.rb +0 -13
- data/lib/datadog_api_client/v1/models/distribution_point_item.rb +1 -1
- data/lib/datadog_api_client/v1/models/distribution_points_payload.rb +0 -13
- data/lib/datadog_api_client/v1/models/distribution_points_series.rb +0 -15
- data/lib/datadog_api_client/v1/models/distribution_widget_definition.rb +0 -15
- data/lib/datadog_api_client/v1/models/distribution_widget_histogram_request_query.rb +1 -1
- data/lib/datadog_api_client/v1/models/distribution_widget_request.rb +0 -13
- data/lib/datadog_api_client/v1/models/distribution_widget_x_axis.rb +0 -19
- data/lib/datadog_api_client/v1/models/distribution_widget_y_axis.rb +0 -19
- data/lib/datadog_api_client/v1/models/downtime.rb +0 -13
- data/lib/datadog_api_client/v1/models/downtime_child.rb +0 -13
- data/lib/datadog_api_client/v1/models/downtime_recurrence.rb +0 -13
- data/lib/datadog_api_client/v1/models/event.rb +0 -13
- data/lib/datadog_api_client/v1/models/event_create_request.rb +0 -13
- data/lib/datadog_api_client/v1/models/event_create_response.rb +0 -13
- data/lib/datadog_api_client/v1/models/event_list_response.rb +0 -13
- data/lib/datadog_api_client/v1/models/event_query_definition.rb +0 -13
- data/lib/datadog_api_client/v1/models/event_response.rb +0 -13
- data/lib/datadog_api_client/v1/models/event_stream_widget_definition.rb +0 -15
- data/lib/datadog_api_client/v1/models/event_timeline_widget_definition.rb +0 -15
- data/lib/datadog_api_client/v1/models/formula_and_function_apm_dependency_stats_query_definition.rb +0 -13
- data/lib/datadog_api_client/v1/models/formula_and_function_apm_resource_stats_query_definition.rb +0 -13
- data/lib/datadog_api_client/v1/models/formula_and_function_event_query_definition.rb +0 -13
- data/lib/datadog_api_client/v1/models/formula_and_function_event_query_definition_compute.rb +0 -13
- data/lib/datadog_api_client/v1/models/formula_and_function_event_query_definition_search.rb +0 -13
- data/lib/datadog_api_client/v1/models/formula_and_function_event_query_group_by.rb +0 -13
- data/lib/datadog_api_client/v1/models/formula_and_function_event_query_group_by_sort.rb +0 -15
- data/lib/datadog_api_client/v1/models/formula_and_function_metric_query_definition.rb +0 -13
- data/lib/datadog_api_client/v1/models/formula_and_function_process_query_definition.rb +0 -15
- data/lib/datadog_api_client/v1/models/formula_and_function_query_definition.rb +1 -1
- data/lib/datadog_api_client/v1/models/free_text_widget_definition.rb +0 -15
- data/lib/datadog_api_client/v1/models/funnel_query.rb +0 -15
- data/lib/datadog_api_client/v1/models/funnel_step.rb +0 -13
- data/lib/datadog_api_client/v1/models/funnel_widget_definition.rb +0 -15
- data/lib/datadog_api_client/v1/models/funnel_widget_request.rb +0 -13
- data/lib/datadog_api_client/v1/models/gcp_account.rb +0 -13
- data/lib/datadog_api_client/v1/models/geomap_widget_definition.rb +0 -15
- data/lib/datadog_api_client/v1/models/geomap_widget_definition_style.rb +0 -13
- data/lib/datadog_api_client/v1/models/geomap_widget_definition_view.rb +0 -13
- data/lib/datadog_api_client/v1/models/geomap_widget_request.rb +0 -13
- data/lib/datadog_api_client/v1/models/graph_snapshot.rb +0 -13
- data/lib/datadog_api_client/v1/models/group_widget_definition.rb +0 -17
- data/lib/datadog_api_client/v1/models/heat_map_widget_definition.rb +0 -15
- data/lib/datadog_api_client/v1/models/heat_map_widget_request.rb +0 -13
- data/lib/datadog_api_client/v1/models/host.rb +0 -13
- data/lib/datadog_api_client/v1/models/host_list_response.rb +0 -13
- data/lib/datadog_api_client/v1/models/host_map_request.rb +0 -13
- data/lib/datadog_api_client/v1/models/host_map_widget_definition.rb +0 -15
- data/lib/datadog_api_client/v1/models/host_map_widget_definition_requests.rb +0 -13
- data/lib/datadog_api_client/v1/models/host_map_widget_definition_style.rb +0 -13
- data/lib/datadog_api_client/v1/models/host_meta.rb +0 -13
- data/lib/datadog_api_client/v1/models/host_meta_install_method.rb +0 -13
- data/lib/datadog_api_client/v1/models/host_metrics.rb +0 -13
- data/lib/datadog_api_client/v1/models/host_mute_response.rb +0 -13
- data/lib/datadog_api_client/v1/models/host_mute_settings.rb +0 -13
- data/lib/datadog_api_client/v1/models/host_tags.rb +0 -13
- data/lib/datadog_api_client/v1/models/host_totals.rb +0 -13
- data/lib/datadog_api_client/v1/models/hourly_usage_attribution_body.rb +0 -13
- data/lib/datadog_api_client/v1/models/hourly_usage_attribution_metadata.rb +0 -13
- data/lib/datadog_api_client/v1/models/hourly_usage_attribution_pagination.rb +0 -13
- data/lib/datadog_api_client/v1/models/hourly_usage_attribution_response.rb +0 -13
- data/lib/datadog_api_client/v1/models/hourly_usage_attribution_usage_type.rb +1 -0
- data/lib/datadog_api_client/v1/models/http_log_error.rb +0 -13
- data/lib/datadog_api_client/v1/models/http_log_item.rb +0 -13
- data/lib/datadog_api_client/v1/models/i_frame_widget_definition.rb +0 -15
- data/lib/datadog_api_client/v1/models/idp_form_data.rb +0 -13
- data/lib/datadog_api_client/v1/models/idp_response.rb +0 -13
- data/lib/datadog_api_client/v1/models/image_widget_definition.rb +0 -19
- data/lib/datadog_api_client/v1/models/intake_payload_accepted.rb +0 -13
- data/lib/datadog_api_client/v1/models/ip_prefixes_agents.rb +0 -13
- data/lib/datadog_api_client/v1/models/ip_prefixes_api.rb +0 -13
- data/lib/datadog_api_client/v1/models/ip_prefixes_apm.rb +0 -13
- data/lib/datadog_api_client/v1/models/ip_prefixes_logs.rb +0 -13
- data/lib/datadog_api_client/v1/models/ip_prefixes_process.rb +0 -13
- data/lib/datadog_api_client/v1/models/ip_prefixes_synthetics.rb +0 -13
- data/lib/datadog_api_client/v1/models/ip_prefixes_synthetics_private_locations.rb +0 -13
- data/lib/datadog_api_client/v1/models/ip_prefixes_webhooks.rb +0 -13
- data/lib/datadog_api_client/v1/models/ip_ranges.rb +0 -13
- data/lib/datadog_api_client/v1/models/list_stream_column.rb +0 -13
- data/lib/datadog_api_client/v1/models/list_stream_query.rb +0 -15
- data/lib/datadog_api_client/v1/models/list_stream_widget_definition.rb +0 -15
- data/lib/datadog_api_client/v1/models/list_stream_widget_request.rb +0 -13
- data/lib/datadog_api_client/v1/models/log.rb +0 -13
- data/lib/datadog_api_client/v1/models/log_content.rb +0 -13
- data/lib/datadog_api_client/v1/models/log_query_definition.rb +0 -13
- data/lib/datadog_api_client/v1/models/log_query_definition_group_by.rb +0 -13
- data/lib/datadog_api_client/v1/models/log_query_definition_group_by_sort.rb +0 -13
- data/lib/datadog_api_client/v1/models/log_query_definition_search.rb +0 -13
- data/lib/datadog_api_client/v1/models/log_stream_widget_definition.rb +0 -15
- data/lib/datadog_api_client/v1/models/logs_api_error.rb +0 -13
- data/lib/datadog_api_client/v1/models/logs_api_error_response.rb +0 -13
- data/lib/datadog_api_client/v1/models/logs_arithmetic_processor.rb +0 -19
- data/lib/datadog_api_client/v1/models/logs_attribute_remapper.rb +0 -25
- data/lib/datadog_api_client/v1/models/logs_by_retention.rb +0 -13
- data/lib/datadog_api_client/v1/models/logs_by_retention_monthly_usage.rb +0 -13
- data/lib/datadog_api_client/v1/models/logs_by_retention_org_usage.rb +0 -13
- data/lib/datadog_api_client/v1/models/logs_by_retention_orgs.rb +0 -13
- data/lib/datadog_api_client/v1/models/logs_category_processor.rb +0 -17
- data/lib/datadog_api_client/v1/models/logs_category_processor_category.rb +0 -13
- data/lib/datadog_api_client/v1/models/logs_date_remapper.rb +0 -17
- data/lib/datadog_api_client/v1/models/logs_exclusion.rb +0 -13
- data/lib/datadog_api_client/v1/models/logs_exclusion_filter.rb +0 -13
- data/lib/datadog_api_client/v1/models/logs_filter.rb +0 -13
- data/lib/datadog_api_client/v1/models/logs_geo_ip_parser.rb +0 -21
- data/lib/datadog_api_client/v1/models/logs_grok_parser.rb +0 -19
- data/lib/datadog_api_client/v1/models/logs_grok_parser_rules.rb +0 -15
- data/lib/datadog_api_client/v1/models/logs_index.rb +0 -13
- data/lib/datadog_api_client/v1/models/logs_index_list_response.rb +0 -13
- data/lib/datadog_api_client/v1/models/logs_index_update_request.rb +0 -13
- data/lib/datadog_api_client/v1/models/logs_indexes_order.rb +0 -13
- data/lib/datadog_api_client/v1/models/logs_list_request.rb +0 -13
- data/lib/datadog_api_client/v1/models/logs_list_request_time.rb +0 -13
- data/lib/datadog_api_client/v1/models/logs_list_response.rb +0 -13
- data/lib/datadog_api_client/v1/models/logs_lookup_processor.rb +0 -17
- data/lib/datadog_api_client/v1/models/logs_message_remapper.rb +0 -19
- data/lib/datadog_api_client/v1/models/logs_pipeline.rb +0 -13
- data/lib/datadog_api_client/v1/models/logs_pipeline_processor.rb +0 -17
- data/lib/datadog_api_client/v1/models/logs_pipelines_order.rb +0 -13
- data/lib/datadog_api_client/v1/models/logs_processor.rb +1 -1
- data/lib/datadog_api_client/v1/models/logs_query_compute.rb +0 -13
- data/lib/datadog_api_client/v1/models/logs_retention_agg_sum_usage.rb +0 -13
- data/lib/datadog_api_client/v1/models/logs_retention_sum_usage.rb +0 -13
- data/lib/datadog_api_client/v1/models/logs_service_remapper.rb +0 -17
- data/lib/datadog_api_client/v1/models/logs_status_remapper.rb +0 -17
- data/lib/datadog_api_client/v1/models/logs_string_builder_processor.rb +0 -19
- data/lib/datadog_api_client/v1/models/logs_trace_remapper.rb +0 -19
- data/lib/datadog_api_client/v1/models/logs_url_parser.rb +0 -23
- data/lib/datadog_api_client/v1/models/logs_user_agent_parser.rb +0 -23
- data/lib/datadog_api_client/v1/models/metric_metadata.rb +0 -13
- data/lib/datadog_api_client/v1/models/metric_search_response.rb +0 -13
- data/lib/datadog_api_client/v1/models/metric_search_response_results.rb +0 -13
- data/lib/datadog_api_client/v1/models/metrics_list_response.rb +0 -13
- data/lib/datadog_api_client/v1/models/metrics_payload.rb +0 -13
- data/lib/datadog_api_client/v1/models/metrics_query_metadata.rb +0 -13
- data/lib/datadog_api_client/v1/models/metrics_query_response.rb +0 -13
- data/lib/datadog_api_client/v1/models/metrics_query_unit.rb +0 -13
- data/lib/datadog_api_client/v1/models/monitor.rb +0 -13
- data/lib/datadog_api_client/v1/models/monitor_formula_and_function_event_query_definition.rb +0 -13
- data/lib/datadog_api_client/v1/models/monitor_formula_and_function_event_query_definition_compute.rb +0 -13
- data/lib/datadog_api_client/v1/models/monitor_formula_and_function_event_query_definition_search.rb +0 -13
- data/lib/datadog_api_client/v1/models/monitor_formula_and_function_event_query_group_by.rb +0 -13
- data/lib/datadog_api_client/v1/models/monitor_formula_and_function_event_query_group_by_sort.rb +0 -15
- data/lib/datadog_api_client/v1/models/monitor_formula_and_function_events_data_source.rb +4 -0
- data/lib/datadog_api_client/v1/models/monitor_formula_and_function_query_definition.rb +1 -1
- data/lib/datadog_api_client/v1/models/monitor_group_search_response.rb +0 -13
- data/lib/datadog_api_client/v1/models/monitor_group_search_response_counts.rb +0 -13
- data/lib/datadog_api_client/v1/models/monitor_group_search_result.rb +0 -13
- data/lib/datadog_api_client/v1/models/monitor_options.rb +28 -28
- data/lib/datadog_api_client/v1/models/monitor_options_aggregation.rb +0 -13
- data/lib/datadog_api_client/v1/models/monitor_options_scheduling_options.rb +98 -0
- data/lib/datadog_api_client/v1/models/monitor_options_scheduling_options_evaluation_window.rb +148 -0
- data/lib/datadog_api_client/v1/models/monitor_search_count_item.rb +0 -13
- data/lib/datadog_api_client/v1/models/monitor_search_response.rb +0 -13
- data/lib/datadog_api_client/v1/models/monitor_search_response_counts.rb +0 -13
- data/lib/datadog_api_client/v1/models/monitor_search_response_metadata.rb +0 -13
- data/lib/datadog_api_client/v1/models/monitor_search_result.rb +0 -13
- data/lib/datadog_api_client/v1/models/monitor_search_result_notification.rb +0 -13
- data/lib/datadog_api_client/v1/models/monitor_state.rb +0 -13
- data/lib/datadog_api_client/v1/models/monitor_state_group.rb +0 -13
- data/lib/datadog_api_client/v1/models/monitor_summary_widget_definition.rb +0 -17
- data/lib/datadog_api_client/v1/models/monitor_threshold_window_options.rb +0 -13
- data/lib/datadog_api_client/v1/models/monitor_thresholds.rb +0 -13
- data/lib/datadog_api_client/v1/models/monitor_update_request.rb +0 -13
- data/lib/datadog_api_client/v1/models/monthly_usage_attribution_body.rb +0 -13
- data/lib/datadog_api_client/v1/models/monthly_usage_attribution_metadata.rb +0 -13
- data/lib/datadog_api_client/v1/models/monthly_usage_attribution_pagination.rb +0 -13
- data/lib/datadog_api_client/v1/models/monthly_usage_attribution_response.rb +0 -13
- data/lib/datadog_api_client/v1/models/monthly_usage_attribution_supported_metrics.rb +2 -0
- data/lib/datadog_api_client/v1/models/monthly_usage_attribution_values.rb +21 -14
- data/lib/datadog_api_client/v1/models/note_widget_definition.rb +0 -17
- data/lib/datadog_api_client/v1/models/notebook_absolute_time.rb +0 -13
- data/lib/datadog_api_client/v1/models/notebook_author.rb +0 -13
- data/lib/datadog_api_client/v1/models/notebook_cell_create_request.rb +0 -15
- data/lib/datadog_api_client/v1/models/notebook_cell_create_request_attributes.rb +1 -1
- data/lib/datadog_api_client/v1/models/notebook_cell_response.rb +0 -15
- data/lib/datadog_api_client/v1/models/notebook_cell_response_attributes.rb +1 -1
- data/lib/datadog_api_client/v1/models/notebook_cell_time.rb +1 -1
- data/lib/datadog_api_client/v1/models/notebook_cell_update_request.rb +0 -15
- data/lib/datadog_api_client/v1/models/notebook_cell_update_request_attributes.rb +1 -1
- data/lib/datadog_api_client/v1/models/notebook_create_data.rb +0 -15
- data/lib/datadog_api_client/v1/models/notebook_create_data_attributes.rb +0 -15
- data/lib/datadog_api_client/v1/models/notebook_create_request.rb +0 -13
- data/lib/datadog_api_client/v1/models/notebook_distribution_cell_attributes.rb +0 -13
- data/lib/datadog_api_client/v1/models/notebook_global_time.rb +1 -1
- data/lib/datadog_api_client/v1/models/notebook_heat_map_cell_attributes.rb +0 -13
- data/lib/datadog_api_client/v1/models/notebook_log_stream_cell_attributes.rb +0 -13
- data/lib/datadog_api_client/v1/models/notebook_markdown_cell_attributes.rb +0 -13
- data/lib/datadog_api_client/v1/models/notebook_markdown_cell_definition.rb +0 -15
- data/lib/datadog_api_client/v1/models/notebook_metadata.rb +0 -17
- data/lib/datadog_api_client/v1/models/notebook_relative_time.rb +0 -13
- data/lib/datadog_api_client/v1/models/notebook_response.rb +0 -13
- data/lib/datadog_api_client/v1/models/notebook_response_data.rb +0 -15
- data/lib/datadog_api_client/v1/models/notebook_response_data_attributes.rb +0 -15
- data/lib/datadog_api_client/v1/models/notebook_split_by.rb +0 -13
- data/lib/datadog_api_client/v1/models/notebook_timeseries_cell_attributes.rb +0 -13
- data/lib/datadog_api_client/v1/models/notebook_toplist_cell_attributes.rb +0 -13
- data/lib/datadog_api_client/v1/models/notebook_update_cell.rb +1 -1
- data/lib/datadog_api_client/v1/models/notebook_update_data.rb +0 -15
- data/lib/datadog_api_client/v1/models/notebook_update_data_attributes.rb +0 -15
- data/lib/datadog_api_client/v1/models/notebook_update_request.rb +0 -13
- data/lib/datadog_api_client/v1/models/notebooks_response.rb +0 -13
- data/lib/datadog_api_client/v1/models/notebooks_response_data.rb +0 -15
- data/lib/datadog_api_client/v1/models/notebooks_response_data_attributes.rb +0 -15
- data/lib/datadog_api_client/v1/models/notebooks_response_meta.rb +0 -13
- data/lib/datadog_api_client/v1/models/notebooks_response_page.rb +0 -13
- data/lib/datadog_api_client/v1/models/org_downgraded_response.rb +0 -13
- data/lib/datadog_api_client/v1/models/organization.rb +0 -13
- data/lib/datadog_api_client/v1/models/organization_billing.rb +3 -13
- data/lib/datadog_api_client/v1/models/organization_create_body.rb +0 -13
- data/lib/datadog_api_client/v1/models/organization_create_response.rb +0 -13
- data/lib/datadog_api_client/v1/models/organization_list_response.rb +0 -13
- data/lib/datadog_api_client/v1/models/organization_response.rb +0 -13
- data/lib/datadog_api_client/v1/models/organization_settings.rb +0 -15
- data/lib/datadog_api_client/v1/models/organization_settings_saml.rb +0 -13
- data/lib/datadog_api_client/v1/models/organization_settings_saml_autocreate_users_domains.rb +0 -13
- data/lib/datadog_api_client/v1/models/organization_settings_saml_idp_initiated_login.rb +0 -13
- data/lib/datadog_api_client/v1/models/organization_settings_saml_strict_mode.rb +0 -13
- data/lib/datadog_api_client/v1/models/organization_subscription.rb +3 -13
- data/lib/datadog_api_client/v1/models/pager_duty_service.rb +0 -13
- data/lib/datadog_api_client/v1/models/pager_duty_service_key.rb +0 -13
- data/lib/datadog_api_client/v1/models/pager_duty_service_name.rb +0 -13
- data/lib/datadog_api_client/v1/models/pagination.rb +0 -13
- data/lib/datadog_api_client/v1/models/process_query_definition.rb +0 -13
- data/lib/datadog_api_client/v1/models/query_value_widget_definition.rb +0 -15
- data/lib/datadog_api_client/v1/models/query_value_widget_request.rb +0 -13
- data/lib/datadog_api_client/v1/models/response_meta_attributes.rb +0 -13
- data/lib/datadog_api_client/v1/models/scatter_plot_request.rb +0 -13
- data/lib/datadog_api_client/v1/models/scatter_plot_widget_definition.rb +0 -15
- data/lib/datadog_api_client/v1/models/scatter_plot_widget_definition_requests.rb +0 -13
- data/lib/datadog_api_client/v1/models/scatterplot_table_request.rb +0 -13
- data/lib/datadog_api_client/v1/models/scatterplot_widget_formula.rb +0 -13
- data/lib/datadog_api_client/v1/models/search_service_level_objective.rb +0 -13
- data/lib/datadog_api_client/v1/models/search_service_level_objective_attributes.rb +0 -13
- data/lib/datadog_api_client/v1/models/search_service_level_objective_data.rb +0 -13
- data/lib/datadog_api_client/v1/models/search_slo_query.rb +0 -13
- data/lib/datadog_api_client/v1/models/search_slo_response.rb +0 -13
- data/lib/datadog_api_client/v1/models/search_slo_response_data.rb +0 -13
- data/lib/datadog_api_client/v1/models/search_slo_response_data_attributes.rb +0 -13
- data/lib/datadog_api_client/v1/models/search_slo_response_data_attributes_facets.rb +0 -13
- data/lib/datadog_api_client/v1/models/search_slo_response_data_attributes_facets_object_int.rb +0 -13
- data/lib/datadog_api_client/v1/models/search_slo_response_data_attributes_facets_object_string.rb +0 -13
- data/lib/datadog_api_client/v1/models/search_slo_response_links.rb +0 -13
- data/lib/datadog_api_client/v1/models/search_slo_response_meta.rb +0 -13
- data/lib/datadog_api_client/v1/models/search_slo_response_meta_page.rb +0 -13
- data/lib/datadog_api_client/v1/models/search_slo_threshold.rb +0 -13
- data/lib/datadog_api_client/v1/models/series.rb +0 -15
- data/lib/datadog_api_client/v1/models/service_check.rb +0 -13
- data/lib/datadog_api_client/v1/models/service_level_objective.rb +0 -13
- data/lib/datadog_api_client/v1/models/service_level_objective_query.rb +0 -13
- data/lib/datadog_api_client/v1/models/service_level_objective_request.rb +0 -13
- data/lib/datadog_api_client/v1/models/service_map_widget_definition.rb +0 -15
- data/lib/datadog_api_client/v1/models/service_summary_widget_definition.rb +0 -15
- data/lib/datadog_api_client/v1/models/signal_assignee_update_request.rb +0 -13
- data/lib/datadog_api_client/v1/models/signal_state_update_request.rb +0 -13
- data/lib/datadog_api_client/v1/models/slack_integration_channel.rb +0 -13
- data/lib/datadog_api_client/v1/models/slack_integration_channel_display.rb +0 -21
- data/lib/datadog_api_client/v1/models/slo_bulk_delete_error.rb +0 -13
- data/lib/datadog_api_client/v1/models/slo_bulk_delete_response.rb +0 -13
- data/lib/datadog_api_client/v1/models/slo_bulk_delete_response_data.rb +0 -13
- data/lib/datadog_api_client/v1/models/slo_correction.rb +0 -15
- data/lib/datadog_api_client/v1/models/slo_correction_create_data.rb +0 -15
- data/lib/datadog_api_client/v1/models/slo_correction_create_request.rb +0 -13
- data/lib/datadog_api_client/v1/models/slo_correction_create_request_attributes.rb +0 -13
- data/lib/datadog_api_client/v1/models/slo_correction_list_response.rb +0 -13
- data/lib/datadog_api_client/v1/models/slo_correction_response.rb +0 -13
- data/lib/datadog_api_client/v1/models/slo_correction_response_attributes.rb +0 -13
- data/lib/datadog_api_client/v1/models/slo_correction_response_attributes_modifier.rb +0 -13
- data/lib/datadog_api_client/v1/models/slo_correction_update_data.rb +0 -15
- data/lib/datadog_api_client/v1/models/slo_correction_update_request.rb +0 -13
- data/lib/datadog_api_client/v1/models/slo_correction_update_request_attributes.rb +0 -13
- data/lib/datadog_api_client/v1/models/slo_creator.rb +0 -13
- data/lib/datadog_api_client/v1/models/slo_delete_response.rb +0 -13
- data/lib/datadog_api_client/v1/models/slo_history_metrics.rb +0 -13
- data/lib/datadog_api_client/v1/models/slo_history_metrics_series.rb +0 -13
- data/lib/datadog_api_client/v1/models/slo_history_metrics_series_metadata.rb +0 -13
- data/lib/datadog_api_client/v1/models/slo_history_metrics_series_metadata_unit.rb +0 -13
- data/lib/datadog_api_client/v1/models/slo_history_monitor.rb +0 -13
- data/lib/datadog_api_client/v1/models/slo_history_response.rb +0 -13
- data/lib/datadog_api_client/v1/models/slo_history_response_data.rb +0 -13
- data/lib/datadog_api_client/v1/models/slo_history_response_error.rb +0 -13
- data/lib/datadog_api_client/v1/models/slo_history_response_error_with_type.rb +0 -13
- data/lib/datadog_api_client/v1/models/slo_history_sli_data.rb +0 -13
- data/lib/datadog_api_client/v1/models/slo_list_response.rb +0 -13
- data/lib/datadog_api_client/v1/models/slo_list_response_metadata.rb +0 -13
- data/lib/datadog_api_client/v1/models/slo_list_response_metadata_page.rb +0 -13
- data/lib/datadog_api_client/v1/models/slo_list_widget_definition.rb +0 -15
- data/lib/datadog_api_client/v1/models/slo_list_widget_query.rb +0 -15
- data/lib/datadog_api_client/v1/models/slo_list_widget_request.rb +0 -13
- data/lib/datadog_api_client/v1/models/slo_overall_statuses.rb +0 -13
- data/lib/datadog_api_client/v1/models/slo_raw_error_budget_remaining.rb +0 -13
- data/lib/datadog_api_client/v1/models/slo_response.rb +0 -13
- data/lib/datadog_api_client/v1/models/slo_response_data.rb +0 -13
- data/lib/datadog_api_client/v1/models/slo_threshold.rb +0 -13
- data/lib/datadog_api_client/v1/models/slo_widget_definition.rb +0 -17
- data/lib/datadog_api_client/v1/models/successful_signal_update_response.rb +0 -13
- data/lib/datadog_api_client/v1/models/sunburst_widget_definition.rb +0 -15
- data/lib/datadog_api_client/v1/models/sunburst_widget_legend.rb +1 -1
- data/lib/datadog_api_client/v1/models/sunburst_widget_legend_inline_automatic.rb +0 -13
- data/lib/datadog_api_client/v1/models/sunburst_widget_legend_table.rb +0 -13
- data/lib/datadog_api_client/v1/models/sunburst_widget_request.rb +0 -13
- data/lib/datadog_api_client/v1/models/synthetics_api_step.rb +0 -15
- data/lib/datadog_api_client/v1/models/synthetics_api_test.rb +0 -15
- data/lib/datadog_api_client/v1/models/synthetics_api_test_config.rb +0 -15
- data/lib/datadog_api_client/v1/models/synthetics_api_test_result_data.rb +0 -13
- data/lib/datadog_api_client/v1/models/synthetics_api_test_result_failure.rb +0 -13
- data/lib/datadog_api_client/v1/models/synthetics_api_test_result_full.rb +0 -13
- data/lib/datadog_api_client/v1/models/synthetics_api_test_result_full_check.rb +0 -13
- data/lib/datadog_api_client/v1/models/synthetics_api_test_result_short.rb +0 -13
- data/lib/datadog_api_client/v1/models/synthetics_api_test_result_short_result.rb +0 -13
- data/lib/datadog_api_client/v1/models/synthetics_assertion.rb +3 -2
- data/lib/datadog_api_client/v1/models/synthetics_assertion_json_path_target.rb +0 -13
- data/lib/datadog_api_client/v1/models/synthetics_assertion_json_path_target_target.rb +0 -13
- data/lib/datadog_api_client/v1/models/synthetics_assertion_target.rb +0 -13
- data/lib/datadog_api_client/v1/models/synthetics_assertion_x_path_operator.rb +26 -0
- data/lib/datadog_api_client/v1/models/synthetics_assertion_x_path_target.rb +150 -0
- data/lib/datadog_api_client/v1/models/synthetics_assertion_x_path_target_target.rb +118 -0
- data/lib/datadog_api_client/v1/models/synthetics_basic_auth.rb +1 -1
- data/lib/datadog_api_client/v1/models/synthetics_basic_auth_digest.rb +0 -15
- data/lib/datadog_api_client/v1/models/synthetics_basic_auth_ntlm.rb +0 -15
- data/lib/datadog_api_client/v1/models/synthetics_basic_auth_sigv4.rb +0 -15
- data/lib/datadog_api_client/v1/models/synthetics_basic_auth_web.rb +0 -15
- data/lib/datadog_api_client/v1/models/synthetics_batch_details.rb +0 -13
- data/lib/datadog_api_client/v1/models/synthetics_batch_details_data.rb +0 -13
- data/lib/datadog_api_client/v1/models/synthetics_batch_result.rb +0 -13
- data/lib/datadog_api_client/v1/models/synthetics_browser_error.rb +0 -13
- data/lib/datadog_api_client/v1/models/synthetics_browser_test.rb +1 -16
- data/lib/datadog_api_client/v1/models/synthetics_browser_test_config.rb +0 -15
- data/lib/datadog_api_client/v1/models/synthetics_browser_test_result_data.rb +0 -13
- data/lib/datadog_api_client/v1/models/synthetics_browser_test_result_failure.rb +0 -13
- data/lib/datadog_api_client/v1/models/synthetics_browser_test_result_full.rb +0 -13
- data/lib/datadog_api_client/v1/models/synthetics_browser_test_result_full_check.rb +0 -13
- data/lib/datadog_api_client/v1/models/synthetics_browser_test_result_short.rb +0 -13
- data/lib/datadog_api_client/v1/models/synthetics_browser_test_result_short_result.rb +0 -13
- data/lib/datadog_api_client/v1/models/synthetics_browser_test_rum_settings.rb +0 -13
- data/lib/datadog_api_client/v1/models/synthetics_browser_variable.rb +0 -13
- data/lib/datadog_api_client/v1/models/synthetics_ci_batch_metadata.rb +0 -13
- data/lib/datadog_api_client/v1/models/synthetics_ci_batch_metadata_ci.rb +0 -13
- data/lib/datadog_api_client/v1/models/synthetics_ci_batch_metadata_git.rb +0 -13
- data/lib/datadog_api_client/v1/models/synthetics_ci_batch_metadata_pipeline.rb +0 -13
- data/lib/datadog_api_client/v1/models/synthetics_ci_batch_metadata_provider.rb +0 -13
- data/lib/datadog_api_client/v1/models/synthetics_ci_test.rb +0 -13
- data/lib/datadog_api_client/v1/models/synthetics_ci_test_body.rb +0 -13
- data/lib/datadog_api_client/v1/models/synthetics_config_variable.rb +0 -13
- data/lib/datadog_api_client/v1/models/synthetics_core_web_vitals.rb +0 -13
- data/lib/datadog_api_client/v1/models/synthetics_delete_tests_payload.rb +0 -13
- data/lib/datadog_api_client/v1/models/synthetics_delete_tests_response.rb +0 -13
- data/lib/datadog_api_client/v1/models/synthetics_deleted_test.rb +0 -13
- data/lib/datadog_api_client/v1/models/synthetics_device.rb +0 -13
- data/lib/datadog_api_client/v1/models/synthetics_get_api_test_latest_results_response.rb +0 -13
- data/lib/datadog_api_client/v1/models/synthetics_get_browser_test_latest_results_response.rb +0 -13
- data/lib/datadog_api_client/v1/models/synthetics_global_variable.rb +0 -13
- data/lib/datadog_api_client/v1/models/synthetics_global_variable_attributes.rb +0 -13
- data/lib/datadog_api_client/v1/models/synthetics_global_variable_parse_test_options.rb +0 -13
- data/lib/datadog_api_client/v1/models/synthetics_global_variable_value.rb +0 -13
- data/lib/datadog_api_client/v1/models/synthetics_list_global_variables_response.rb +0 -13
- data/lib/datadog_api_client/v1/models/synthetics_list_tests_response.rb +0 -13
- data/lib/datadog_api_client/v1/models/synthetics_location.rb +0 -13
- data/lib/datadog_api_client/v1/models/synthetics_locations.rb +0 -13
- data/lib/datadog_api_client/v1/models/synthetics_parsing_options.rb +0 -13
- data/lib/datadog_api_client/v1/models/synthetics_private_location.rb +0 -13
- data/lib/datadog_api_client/v1/models/synthetics_private_location_creation_response.rb +0 -13
- data/lib/datadog_api_client/v1/models/synthetics_private_location_creation_response_result_encryption.rb +0 -13
- data/lib/datadog_api_client/v1/models/synthetics_private_location_metadata.rb +0 -13
- data/lib/datadog_api_client/v1/models/synthetics_private_location_secrets.rb +0 -13
- data/lib/datadog_api_client/v1/models/synthetics_private_location_secrets_authentication.rb +0 -13
- data/lib/datadog_api_client/v1/models/synthetics_private_location_secrets_config_decryption.rb +0 -13
- data/lib/datadog_api_client/v1/models/synthetics_ssl_certificate.rb +0 -13
- data/lib/datadog_api_client/v1/models/synthetics_ssl_certificate_issuer.rb +0 -13
- data/lib/datadog_api_client/v1/models/synthetics_ssl_certificate_subject.rb +0 -13
- data/lib/datadog_api_client/v1/models/synthetics_step.rb +11 -14
- data/lib/datadog_api_client/v1/models/synthetics_step_detail.rb +0 -13
- data/lib/datadog_api_client/v1/models/synthetics_step_detail_warning.rb +0 -13
- data/lib/datadog_api_client/v1/models/synthetics_test_ci_options.rb +0 -13
- data/lib/datadog_api_client/v1/models/synthetics_test_config.rb +0 -15
- data/lib/datadog_api_client/v1/models/synthetics_test_details.rb +0 -13
- data/lib/datadog_api_client/v1/models/synthetics_test_options.rb +2 -15
- data/lib/datadog_api_client/v1/models/synthetics_test_options_monitor_options.rb +0 -13
- data/lib/datadog_api_client/v1/models/synthetics_test_options_retry.rb +0 -13
- data/lib/datadog_api_client/v1/models/synthetics_test_request.rb +11 -16
- data/lib/datadog_api_client/v1/models/synthetics_test_request_body_type.rb +31 -0
- data/lib/datadog_api_client/v1/models/synthetics_test_request_certificate.rb +0 -13
- data/lib/datadog_api_client/v1/models/synthetics_test_request_certificate_item.rb +0 -13
- data/lib/datadog_api_client/v1/models/synthetics_test_request_proxy.rb +0 -13
- data/lib/datadog_api_client/v1/models/synthetics_timing.rb +0 -13
- data/lib/datadog_api_client/v1/models/synthetics_trigger_body.rb +0 -13
- data/lib/datadog_api_client/v1/models/synthetics_trigger_ci_test_location.rb +0 -13
- data/lib/datadog_api_client/v1/models/synthetics_trigger_ci_test_run_result.rb +0 -13
- data/lib/datadog_api_client/v1/models/synthetics_trigger_ci_tests_response.rb +0 -13
- data/lib/datadog_api_client/v1/models/synthetics_trigger_test.rb +0 -13
- data/lib/datadog_api_client/v1/models/synthetics_update_test_pause_status_payload.rb +0 -13
- data/lib/datadog_api_client/v1/models/synthetics_variable_parser.rb +0 -13
- data/lib/datadog_api_client/v1/models/table_widget_definition.rb +0 -15
- data/lib/datadog_api_client/v1/models/table_widget_request.rb +0 -13
- data/lib/datadog_api_client/v1/models/tag_to_hosts.rb +0 -13
- data/lib/datadog_api_client/v1/models/timeseries_background.rb +0 -15
- data/lib/datadog_api_client/v1/models/timeseries_widget_definition.rb +0 -15
- data/lib/datadog_api_client/v1/models/timeseries_widget_expression_alias.rb +0 -13
- data/lib/datadog_api_client/v1/models/timeseries_widget_request.rb +0 -13
- data/lib/datadog_api_client/v1/models/toplist_widget_definition.rb +0 -15
- data/lib/datadog_api_client/v1/models/toplist_widget_request.rb +0 -13
- data/lib/datadog_api_client/v1/models/topology_map_widget_definition.rb +0 -15
- data/lib/datadog_api_client/v1/models/topology_query.rb +0 -13
- data/lib/datadog_api_client/v1/models/topology_request.rb +0 -13
- data/lib/datadog_api_client/v1/models/tree_map_color_by.rb +2 -0
- data/lib/datadog_api_client/v1/models/tree_map_group_by.rb +2 -0
- data/lib/datadog_api_client/v1/models/tree_map_size_by.rb +2 -0
- data/lib/datadog_api_client/v1/models/tree_map_widget_definition.rb +0 -17
- data/lib/datadog_api_client/v1/models/tree_map_widget_request.rb +0 -13
- data/lib/datadog_api_client/v1/models/usage_analyzed_logs_hour.rb +0 -13
- data/lib/datadog_api_client/v1/models/usage_analyzed_logs_response.rb +0 -13
- data/lib/datadog_api_client/v1/models/usage_attribution_aggregates_body.rb +0 -13
- data/lib/datadog_api_client/v1/models/usage_attribution_body.rb +0 -13
- data/lib/datadog_api_client/v1/models/usage_attribution_metadata.rb +0 -13
- data/lib/datadog_api_client/v1/models/usage_attribution_pagination.rb +0 -13
- data/lib/datadog_api_client/v1/models/usage_attribution_response.rb +0 -13
- 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 -14
- data/lib/datadog_api_client/v1/models/usage_audit_logs_hour.rb +0 -13
- data/lib/datadog_api_client/v1/models/usage_audit_logs_response.rb +0 -13
- data/lib/datadog_api_client/v1/models/usage_billable_summary_body.rb +0 -13
- data/lib/datadog_api_client/v1/models/usage_billable_summary_hour.rb +0 -13
- data/lib/datadog_api_client/v1/models/usage_billable_summary_keys.rb +0 -13
- data/lib/datadog_api_client/v1/models/usage_billable_summary_response.rb +0 -13
- data/lib/datadog_api_client/v1/models/usage_ci_visibility_hour.rb +0 -13
- data/lib/datadog_api_client/v1/models/usage_ci_visibility_response.rb +0 -13
- data/lib/datadog_api_client/v1/models/usage_cloud_security_posture_management_hour.rb +0 -13
- data/lib/datadog_api_client/v1/models/usage_cloud_security_posture_management_response.rb +0 -13
- data/lib/datadog_api_client/v1/models/usage_custom_reports_attributes.rb +0 -13
- data/lib/datadog_api_client/v1/models/usage_custom_reports_data.rb +0 -15
- data/lib/datadog_api_client/v1/models/usage_custom_reports_meta.rb +0 -13
- data/lib/datadog_api_client/v1/models/usage_custom_reports_page.rb +0 -13
- data/lib/datadog_api_client/v1/models/usage_custom_reports_response.rb +0 -13
- data/lib/datadog_api_client/v1/models/usage_cws_hour.rb +0 -13
- data/lib/datadog_api_client/v1/models/usage_cws_response.rb +0 -13
- data/lib/datadog_api_client/v1/models/usage_dbm_hour.rb +0 -13
- data/lib/datadog_api_client/v1/models/usage_dbm_response.rb +0 -13
- data/lib/datadog_api_client/v1/models/usage_fargate_hour.rb +11 -14
- data/lib/datadog_api_client/v1/models/usage_fargate_response.rb +0 -13
- data/lib/datadog_api_client/v1/models/usage_host_hour.rb +0 -13
- data/lib/datadog_api_client/v1/models/usage_hosts_response.rb +0 -13
- data/lib/datadog_api_client/v1/models/usage_incident_management_hour.rb +0 -13
- data/lib/datadog_api_client/v1/models/usage_incident_management_response.rb +0 -13
- data/lib/datadog_api_client/v1/models/usage_indexed_spans_hour.rb +0 -13
- data/lib/datadog_api_client/v1/models/usage_indexed_spans_response.rb +0 -13
- data/lib/datadog_api_client/v1/models/usage_ingested_spans_hour.rb +0 -13
- data/lib/datadog_api_client/v1/models/usage_ingested_spans_response.rb +0 -13
- data/lib/datadog_api_client/v1/models/usage_iot_hour.rb +0 -13
- data/lib/datadog_api_client/v1/models/usage_iot_response.rb +0 -13
- data/lib/datadog_api_client/v1/models/usage_lambda_hour.rb +0 -13
- data/lib/datadog_api_client/v1/models/usage_lambda_response.rb +0 -13
- data/lib/datadog_api_client/v1/models/usage_logs_by_index_hour.rb +0 -13
- data/lib/datadog_api_client/v1/models/usage_logs_by_index_response.rb +0 -13
- data/lib/datadog_api_client/v1/models/usage_logs_by_retention_hour.rb +0 -13
- data/lib/datadog_api_client/v1/models/usage_logs_by_retention_response.rb +0 -13
- data/lib/datadog_api_client/v1/models/usage_logs_hour.rb +0 -13
- data/lib/datadog_api_client/v1/models/usage_logs_response.rb +0 -13
- data/lib/datadog_api_client/v1/models/usage_network_flows_hour.rb +0 -13
- data/lib/datadog_api_client/v1/models/usage_network_flows_response.rb +0 -13
- data/lib/datadog_api_client/v1/models/usage_network_hosts_hour.rb +0 -13
- data/lib/datadog_api_client/v1/models/usage_network_hosts_response.rb +0 -13
- data/lib/datadog_api_client/v1/models/usage_online_archive_hour.rb +0 -13
- data/lib/datadog_api_client/v1/models/usage_online_archive_response.rb +0 -13
- data/lib/datadog_api_client/v1/models/usage_profiling_hour.rb +0 -13
- data/lib/datadog_api_client/v1/models/usage_profiling_response.rb +0 -13
- data/lib/datadog_api_client/v1/models/usage_rum_sessions_hour.rb +0 -13
- data/lib/datadog_api_client/v1/models/usage_rum_sessions_response.rb +0 -13
- data/lib/datadog_api_client/v1/models/usage_rum_units_hour.rb +0 -13
- data/lib/datadog_api_client/v1/models/usage_rum_units_response.rb +0 -13
- data/lib/datadog_api_client/v1/models/usage_sds_hour.rb +31 -14
- data/lib/datadog_api_client/v1/models/usage_sds_response.rb +0 -13
- data/lib/datadog_api_client/v1/models/usage_snmp_hour.rb +0 -13
- data/lib/datadog_api_client/v1/models/usage_snmp_response.rb +0 -13
- data/lib/datadog_api_client/v1/models/usage_specified_custom_reports_attributes.rb +0 -13
- data/lib/datadog_api_client/v1/models/usage_specified_custom_reports_data.rb +0 -15
- data/lib/datadog_api_client/v1/models/usage_specified_custom_reports_meta.rb +0 -13
- data/lib/datadog_api_client/v1/models/usage_specified_custom_reports_page.rb +0 -13
- data/lib/datadog_api_client/v1/models/usage_specified_custom_reports_response.rb +0 -13
- data/lib/datadog_api_client/v1/models/usage_summary_date.rb +41 -14
- data/lib/datadog_api_client/v1/models/usage_summary_date_org.rb +41 -14
- data/lib/datadog_api_client/v1/models/usage_summary_response.rb +41 -14
- data/lib/datadog_api_client/v1/models/usage_synthetics_api_hour.rb +0 -13
- data/lib/datadog_api_client/v1/models/usage_synthetics_api_response.rb +0 -13
- data/lib/datadog_api_client/v1/models/usage_synthetics_browser_hour.rb +0 -13
- data/lib/datadog_api_client/v1/models/usage_synthetics_browser_response.rb +0 -13
- data/lib/datadog_api_client/v1/models/usage_synthetics_hour.rb +0 -13
- data/lib/datadog_api_client/v1/models/usage_synthetics_response.rb +0 -13
- data/lib/datadog_api_client/v1/models/usage_timeseries_hour.rb +0 -13
- data/lib/datadog_api_client/v1/models/usage_timeseries_response.rb +0 -13
- data/lib/datadog_api_client/v1/models/usage_top_avg_metrics_hour.rb +0 -13
- data/lib/datadog_api_client/v1/models/usage_top_avg_metrics_metadata.rb +0 -13
- data/lib/datadog_api_client/v1/models/usage_top_avg_metrics_pagination.rb +0 -13
- data/lib/datadog_api_client/v1/models/usage_top_avg_metrics_response.rb +0 -13
- data/lib/datadog_api_client/v1/models/user.rb +0 -15
- data/lib/datadog_api_client/v1/models/user_disable_response.rb +0 -13
- data/lib/datadog_api_client/v1/models/user_list_response.rb +0 -13
- data/lib/datadog_api_client/v1/models/user_response.rb +0 -13
- data/lib/datadog_api_client/v1/models/webhooks_integration.rb +0 -15
- data/lib/datadog_api_client/v1/models/webhooks_integration_custom_variable.rb +0 -13
- data/lib/datadog_api_client/v1/models/webhooks_integration_custom_variable_response.rb +0 -13
- data/lib/datadog_api_client/v1/models/webhooks_integration_custom_variable_update_request.rb +0 -13
- data/lib/datadog_api_client/v1/models/webhooks_integration_update_request.rb +0 -15
- data/lib/datadog_api_client/v1/models/widget.rb +0 -13
- data/lib/datadog_api_client/v1/models/widget_axis.rb +0 -19
- data/lib/datadog_api_client/v1/models/widget_conditional_format.rb +0 -13
- data/lib/datadog_api_client/v1/models/widget_custom_link.rb +0 -13
- data/lib/datadog_api_client/v1/models/widget_definition.rb +1 -1
- data/lib/datadog_api_client/v1/models/widget_event.rb +0 -13
- data/lib/datadog_api_client/v1/models/widget_field_sort.rb +0 -13
- data/lib/datadog_api_client/v1/models/widget_formula.rb +0 -13
- data/lib/datadog_api_client/v1/models/widget_formula_limit.rb +0 -15
- data/lib/datadog_api_client/v1/models/widget_layout.rb +0 -13
- data/lib/datadog_api_client/v1/models/widget_marker.rb +0 -13
- data/lib/datadog_api_client/v1/models/widget_request_style.rb +0 -13
- data/lib/datadog_api_client/v1/models/widget_style.rb +0 -13
- data/lib/datadog_api_client/v1/models/widget_time.rb +0 -13
- data/lib/datadog_api_client/v2/api/ci_visibility_pipelines_api.rb +283 -0
- data/lib/datadog_api_client/v2/api/ci_visibility_tests_api.rb +283 -0
- data/lib/datadog_api_client/v2/api/cloud_workload_security_api.rb +1 -1
- data/lib/datadog_api_client/v2/api/confluent_cloud_api.rb +709 -0
- data/lib/datadog_api_client/v2/api/logs_api.rb +6 -0
- data/lib/datadog_api_client/v2/api/metrics_api.rb +10 -1
- data/lib/datadog_api_client/v2/api/service_definition_api.rb +283 -0
- data/lib/datadog_api_client/v2/api/usage_metering_api.rb +6 -2
- data/lib/datadog_api_client/v2/model_base.rb +10 -2
- data/lib/datadog_api_client/v2/models/api_error_response.rb +0 -13
- data/lib/datadog_api_client/v2/models/api_key_create_attributes.rb +0 -13
- data/lib/datadog_api_client/v2/models/api_key_create_data.rb +0 -15
- data/lib/datadog_api_client/v2/models/api_key_create_request.rb +0 -13
- data/lib/datadog_api_client/v2/models/api_key_relationships.rb +0 -13
- data/lib/datadog_api_client/v2/models/api_key_response.rb +0 -13
- data/lib/datadog_api_client/v2/models/api_key_response_included_item.rb +1 -1
- data/lib/datadog_api_client/v2/models/api_key_update_attributes.rb +0 -13
- data/lib/datadog_api_client/v2/models/api_key_update_data.rb +0 -15
- data/lib/datadog_api_client/v2/models/api_key_update_request.rb +0 -13
- data/lib/datadog_api_client/v2/models/api_keys_response.rb +0 -13
- data/lib/datadog_api_client/v2/models/application_key_create_attributes.rb +0 -13
- data/lib/datadog_api_client/v2/models/application_key_create_data.rb +0 -15
- data/lib/datadog_api_client/v2/models/application_key_create_request.rb +0 -13
- data/lib/datadog_api_client/v2/models/application_key_relationships.rb +0 -13
- data/lib/datadog_api_client/v2/models/application_key_response.rb +0 -13
- data/lib/datadog_api_client/v2/models/application_key_response_included_item.rb +1 -1
- data/lib/datadog_api_client/v2/models/application_key_update_attributes.rb +0 -13
- data/lib/datadog_api_client/v2/models/application_key_update_data.rb +0 -15
- data/lib/datadog_api_client/v2/models/application_key_update_request.rb +0 -13
- data/lib/datadog_api_client/v2/models/audit_logs_event.rb +0 -15
- data/lib/datadog_api_client/v2/models/audit_logs_event_attributes.rb +0 -13
- data/lib/datadog_api_client/v2/models/audit_logs_events_response.rb +0 -13
- data/lib/datadog_api_client/v2/models/audit_logs_query_filter.rb +0 -19
- data/lib/datadog_api_client/v2/models/audit_logs_query_options.rb +0 -15
- data/lib/datadog_api_client/v2/models/audit_logs_query_page_options.rb +0 -15
- data/lib/datadog_api_client/v2/models/audit_logs_response_links.rb +0 -13
- data/lib/datadog_api_client/v2/models/audit_logs_response_metadata.rb +0 -13
- data/lib/datadog_api_client/v2/models/audit_logs_response_page.rb +0 -13
- data/lib/datadog_api_client/v2/models/audit_logs_search_events_request.rb +0 -13
- data/lib/datadog_api_client/v2/models/audit_logs_warning.rb +0 -13
- data/lib/datadog_api_client/v2/models/authn_mapping.rb +0 -15
- data/lib/datadog_api_client/v2/models/authn_mapping_attributes.rb +0 -13
- data/lib/datadog_api_client/v2/models/authn_mapping_create_attributes.rb +0 -13
- data/lib/datadog_api_client/v2/models/authn_mapping_create_data.rb +0 -15
- data/lib/datadog_api_client/v2/models/authn_mapping_create_relationships.rb +0 -13
- data/lib/datadog_api_client/v2/models/authn_mapping_create_request.rb +0 -13
- data/lib/datadog_api_client/v2/models/authn_mapping_included.rb +1 -1
- data/lib/datadog_api_client/v2/models/authn_mapping_relationships.rb +0 -13
- data/lib/datadog_api_client/v2/models/authn_mapping_response.rb +0 -13
- data/lib/datadog_api_client/v2/models/authn_mapping_update_attributes.rb +0 -13
- data/lib/datadog_api_client/v2/models/authn_mapping_update_data.rb +0 -15
- data/lib/datadog_api_client/v2/models/authn_mapping_update_relationships.rb +0 -13
- data/lib/datadog_api_client/v2/models/authn_mapping_update_request.rb +0 -13
- data/lib/datadog_api_client/v2/models/authn_mappings_response.rb +0 -13
- data/lib/datadog_api_client/v2/models/chargeback_breakdown.rb +0 -13
- data/lib/datadog_api_client/v2/models/ci_app_aggregate_bucket_value.rb +64 -0
- data/lib/datadog_api_client/v2/models/ci_app_aggregate_bucket_value_timeseries_point.rb +108 -0
- data/lib/datadog_api_client/v2/models/ci_app_aggregate_sort.rb +128 -0
- data/lib/datadog_api_client/v2/models/ci_app_aggregate_sort_type.rb +27 -0
- data/lib/datadog_api_client/v2/models/ci_app_aggregation_function.rb +37 -0
- data/lib/datadog_api_client/v2/models/ci_app_compute.rb +140 -0
- data/lib/datadog_api_client/v2/models/ci_app_compute_type.rb +27 -0
- data/lib/datadog_api_client/v2/models/ci_app_event_attributes.rb +132 -0
- data/lib/datadog_api_client/v2/models/ci_app_group_by_histogram.rb +154 -0
- data/lib/datadog_api_client/v2/models/ci_app_group_by_missing.rb +63 -0
- data/lib/datadog_api_client/v2/models/ci_app_group_by_total.rb +64 -0
- data/lib/datadog_api_client/v2/models/ci_app_pipeline_event.rb +118 -0
- data/lib/datadog_api_client/v2/models/ci_app_pipeline_event_type_name.rb +26 -0
- data/lib/datadog_api_client/v2/models/ci_app_pipeline_events_request.rb +129 -0
- data/lib/datadog_api_client/v2/models/ci_app_pipeline_events_response.rb +120 -0
- data/lib/datadog_api_client/v2/models/ci_app_pipelines_aggregate_request.rb +143 -0
- data/lib/datadog_api_client/v2/models/ci_app_pipelines_aggregation_buckets_response.rb +100 -0
- data/lib/datadog_api_client/v2/models/ci_app_pipelines_analytics_aggregate_response.rb +118 -0
- data/lib/datadog_api_client/v2/models/ci_app_pipelines_bucket_response.rb +108 -0
- data/lib/datadog_api_client/v2/models/ci_app_pipelines_group_by.rb +160 -0
- data/lib/datadog_api_client/v2/models/ci_app_pipelines_query_filter.rb +118 -0
- data/lib/datadog_api_client/v2/models/ci_app_query_options.rb +109 -0
- data/lib/datadog_api_client/v2/models/ci_app_query_page_options.rb +119 -0
- data/lib/datadog_api_client/v2/models/ci_app_response_links.rb +99 -0
- data/lib/datadog_api_client/v2/models/ci_app_response_metadata.rb +141 -0
- data/lib/datadog_api_client/v2/models/ci_app_response_page.rb +98 -0
- data/lib/datadog_api_client/v2/models/ci_app_response_status.rb +27 -0
- data/lib/datadog_api_client/v2/models/ci_app_sort.rb +27 -0
- data/lib/datadog_api_client/v2/models/ci_app_sort_order.rb +27 -0
- data/lib/datadog_api_client/v2/models/ci_app_test_event.rb +118 -0
- data/lib/datadog_api_client/v2/models/ci_app_test_event_type_name.rb +26 -0
- data/lib/datadog_api_client/v2/models/ci_app_test_events_request.rb +129 -0
- data/lib/datadog_api_client/v2/models/ci_app_test_events_response.rb +120 -0
- data/lib/datadog_api_client/v2/models/ci_app_tests_aggregate_request.rb +143 -0
- data/lib/datadog_api_client/v2/models/ci_app_tests_aggregation_buckets_response.rb +100 -0
- data/lib/datadog_api_client/v2/models/ci_app_tests_analytics_aggregate_response.rb +118 -0
- data/lib/datadog_api_client/v2/models/ci_app_tests_bucket_response.rb +108 -0
- data/lib/datadog_api_client/v2/models/ci_app_tests_group_by.rb +160 -0
- data/lib/datadog_api_client/v2/models/ci_app_tests_query_filter.rb +118 -0
- data/lib/datadog_api_client/v2/models/ci_app_warning.rb +118 -0
- data/lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_attributes.rb +0 -13
- data/lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_create_attributes.rb +0 -13
- data/lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_create_data.rb +0 -15
- data/lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_create_request.rb +0 -13
- data/lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_creator_attributes.rb +0 -13
- data/lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_data.rb +0 -15
- data/lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_response.rb +0 -13
- data/lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_update_attributes.rb +0 -13
- data/lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_update_data.rb +0 -15
- data/lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_update_request.rb +0 -13
- data/lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_updater_attributes.rb +0 -13
- data/lib/datadog_api_client/v2/models/cloud_workload_security_agent_rules_list_response.rb +0 -13
- data/lib/datadog_api_client/v2/models/confluent_account_create_request.rb +109 -0
- data/lib/datadog_api_client/v2/models/confluent_account_create_request_attributes.rb +154 -0
- data/lib/datadog_api_client/v2/models/confluent_account_create_request_data.rb +130 -0
- data/lib/datadog_api_client/v2/models/confluent_account_resource_attributes.rb +120 -0
- data/lib/datadog_api_client/v2/models/confluent_account_response.rb +98 -0
- data/lib/datadog_api_client/v2/models/confluent_account_response_attributes.rb +133 -0
- data/lib/datadog_api_client/v2/models/confluent_account_response_data.rb +151 -0
- data/lib/datadog_api_client/v2/models/confluent_account_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/confluent_account_update_request.rb +109 -0
- data/lib/datadog_api_client/v2/models/confluent_account_update_request_attributes.rb +142 -0
- data/lib/datadog_api_client/v2/models/confluent_account_update_request_data.rb +130 -0
- data/lib/datadog_api_client/v2/models/confluent_accounts_response.rb +100 -0
- data/lib/datadog_api_client/v2/models/confluent_resource_request.rb +109 -0
- data/lib/datadog_api_client/v2/models/confluent_resource_request_attributes.rb +110 -0
- data/lib/datadog_api_client/v2/models/confluent_resource_request_data.rb +151 -0
- data/lib/datadog_api_client/v2/models/confluent_resource_response.rb +98 -0
- data/lib/datadog_api_client/v2/models/confluent_resource_response_attributes.rb +121 -0
- data/lib/datadog_api_client/v2/models/confluent_resource_response_data.rb +151 -0
- data/lib/datadog_api_client/v2/models/confluent_resource_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/confluent_resources_response.rb +100 -0
- data/lib/datadog_api_client/v2/models/cost_by_org.rb +0 -15
- data/lib/datadog_api_client/v2/models/cost_by_org_attributes.rb +0 -13
- data/lib/datadog_api_client/v2/models/cost_by_org_response.rb +0 -13
- data/lib/datadog_api_client/v2/models/creator.rb +0 -13
- data/lib/datadog_api_client/v2/models/dashboard_list_add_items_request.rb +0 -13
- data/lib/datadog_api_client/v2/models/dashboard_list_add_items_response.rb +0 -13
- data/lib/datadog_api_client/v2/models/dashboard_list_delete_items_request.rb +0 -13
- data/lib/datadog_api_client/v2/models/dashboard_list_delete_items_response.rb +0 -13
- data/lib/datadog_api_client/v2/models/dashboard_list_item.rb +0 -13
- data/lib/datadog_api_client/v2/models/dashboard_list_item_request.rb +0 -13
- data/lib/datadog_api_client/v2/models/dashboard_list_item_response.rb +0 -13
- data/lib/datadog_api_client/v2/models/dashboard_list_items.rb +0 -13
- data/lib/datadog_api_client/v2/models/dashboard_list_update_items_request.rb +0 -13
- data/lib/datadog_api_client/v2/models/dashboard_list_update_items_response.rb +0 -13
- data/lib/datadog_api_client/v2/models/event.rb +0 -13
- data/lib/datadog_api_client/v2/models/event_attributes.rb +0 -13
- data/lib/datadog_api_client/v2/models/event_response.rb +0 -15
- data/lib/datadog_api_client/v2/models/event_response_attributes.rb +0 -13
- data/lib/datadog_api_client/v2/models/events_list_request.rb +0 -13
- data/lib/datadog_api_client/v2/models/events_list_response.rb +0 -13
- data/lib/datadog_api_client/v2/models/events_list_response_links.rb +0 -13
- data/lib/datadog_api_client/v2/models/events_query_filter.rb +0 -19
- data/lib/datadog_api_client/v2/models/events_query_options.rb +0 -15
- data/lib/datadog_api_client/v2/models/events_request_page.rb +0 -15
- data/lib/datadog_api_client/v2/models/events_response_metadata.rb +0 -13
- data/lib/datadog_api_client/v2/models/events_response_metadata_page.rb +0 -13
- data/lib/datadog_api_client/v2/models/events_warning.rb +0 -13
- data/lib/datadog_api_client/v2/models/full_api_key.rb +0 -15
- data/lib/datadog_api_client/v2/models/full_api_key_attributes.rb +0 -13
- data/lib/datadog_api_client/v2/models/full_application_key.rb +0 -15
- data/lib/datadog_api_client/v2/models/full_application_key_attributes.rb +0 -13
- data/lib/datadog_api_client/v2/models/hourly_usage.rb +0 -15
- data/lib/datadog_api_client/v2/models/hourly_usage_attributes.rb +0 -13
- data/lib/datadog_api_client/v2/models/hourly_usage_measurement.rb +0 -13
- data/lib/datadog_api_client/v2/models/hourly_usage_metadata.rb +0 -13
- data/lib/datadog_api_client/v2/models/hourly_usage_pagination.rb +0 -13
- data/lib/datadog_api_client/v2/models/hourly_usage_response.rb +0 -13
- data/lib/datadog_api_client/v2/models/http_log_error.rb +0 -13
- data/lib/datadog_api_client/v2/models/http_log_errors.rb +0 -13
- data/lib/datadog_api_client/v2/models/http_log_item.rb +3 -16
- data/lib/datadog_api_client/v2/models/idp_metadata_form_data.rb +0 -13
- data/lib/datadog_api_client/v2/models/incident_attachment_attributes.rb +1 -1
- data/lib/datadog_api_client/v2/models/incident_attachment_data.rb +0 -15
- data/lib/datadog_api_client/v2/models/incident_attachment_link_attributes.rb +0 -15
- data/lib/datadog_api_client/v2/models/incident_attachment_link_attributes_attachment_object.rb +0 -13
- data/lib/datadog_api_client/v2/models/incident_attachment_postmortem_attributes.rb +0 -15
- data/lib/datadog_api_client/v2/models/incident_attachment_relationships.rb +0 -13
- data/lib/datadog_api_client/v2/models/incident_attachment_update_attributes.rb +1 -1
- data/lib/datadog_api_client/v2/models/incident_attachment_update_data.rb +0 -15
- data/lib/datadog_api_client/v2/models/incident_attachment_update_request.rb +0 -13
- data/lib/datadog_api_client/v2/models/incident_attachment_update_response.rb +0 -13
- data/lib/datadog_api_client/v2/models/incident_attachments_postmortem_attributes_attachment_object.rb +0 -13
- data/lib/datadog_api_client/v2/models/incident_attachments_response.rb +0 -13
- data/lib/datadog_api_client/v2/models/incident_attachments_response_included_item.rb +1 -1
- data/lib/datadog_api_client/v2/models/incident_create_attributes.rb +0 -13
- data/lib/datadog_api_client/v2/models/incident_create_data.rb +0 -15
- data/lib/datadog_api_client/v2/models/incident_create_relationships.rb +0 -13
- data/lib/datadog_api_client/v2/models/incident_create_request.rb +0 -13
- data/lib/datadog_api_client/v2/models/incident_field_attributes.rb +1 -1
- data/lib/datadog_api_client/v2/models/incident_field_attributes_multiple_value.rb +0 -15
- data/lib/datadog_api_client/v2/models/incident_field_attributes_single_value.rb +0 -15
- data/lib/datadog_api_client/v2/models/incident_notification_handle.rb +0 -13
- data/lib/datadog_api_client/v2/models/incident_response.rb +0 -13
- data/lib/datadog_api_client/v2/models/incident_response_attributes.rb +1 -14
- data/lib/datadog_api_client/v2/models/incident_response_data.rb +0 -15
- data/lib/datadog_api_client/v2/models/incident_response_included_item.rb +1 -1
- data/lib/datadog_api_client/v2/models/incident_response_meta.rb +0 -13
- data/lib/datadog_api_client/v2/models/incident_response_meta_pagination.rb +0 -13
- data/lib/datadog_api_client/v2/models/incident_response_relationships.rb +0 -13
- data/lib/datadog_api_client/v2/models/incident_service_create_attributes.rb +0 -13
- data/lib/datadog_api_client/v2/models/incident_service_create_data.rb +0 -15
- data/lib/datadog_api_client/v2/models/incident_service_create_request.rb +0 -13
- data/lib/datadog_api_client/v2/models/incident_service_included_items.rb +1 -1
- data/lib/datadog_api_client/v2/models/incident_service_relationships.rb +0 -13
- data/lib/datadog_api_client/v2/models/incident_service_response.rb +0 -13
- data/lib/datadog_api_client/v2/models/incident_service_response_attributes.rb +0 -13
- data/lib/datadog_api_client/v2/models/incident_service_response_data.rb +0 -15
- data/lib/datadog_api_client/v2/models/incident_service_update_attributes.rb +0 -13
- data/lib/datadog_api_client/v2/models/incident_service_update_data.rb +0 -15
- data/lib/datadog_api_client/v2/models/incident_service_update_request.rb +0 -13
- data/lib/datadog_api_client/v2/models/incident_services_response.rb +0 -13
- data/lib/datadog_api_client/v2/models/incident_team_create_attributes.rb +0 -13
- data/lib/datadog_api_client/v2/models/incident_team_create_data.rb +0 -15
- data/lib/datadog_api_client/v2/models/incident_team_create_request.rb +0 -13
- data/lib/datadog_api_client/v2/models/incident_team_included_items.rb +1 -1
- data/lib/datadog_api_client/v2/models/incident_team_relationships.rb +0 -13
- data/lib/datadog_api_client/v2/models/incident_team_response.rb +0 -13
- data/lib/datadog_api_client/v2/models/incident_team_response_attributes.rb +0 -13
- data/lib/datadog_api_client/v2/models/incident_team_response_data.rb +0 -15
- data/lib/datadog_api_client/v2/models/incident_team_update_attributes.rb +0 -13
- data/lib/datadog_api_client/v2/models/incident_team_update_data.rb +0 -15
- data/lib/datadog_api_client/v2/models/incident_team_update_request.rb +0 -13
- data/lib/datadog_api_client/v2/models/incident_teams_response.rb +0 -13
- data/lib/datadog_api_client/v2/models/incident_timeline_cell_create_attributes.rb +1 -1
- data/lib/datadog_api_client/v2/models/incident_timeline_cell_markdown_create_attributes.rb +0 -17
- data/lib/datadog_api_client/v2/models/incident_timeline_cell_markdown_create_attributes_content.rb +0 -13
- data/lib/datadog_api_client/v2/models/incident_update_attributes.rb +1 -25
- data/lib/datadog_api_client/v2/models/incident_update_data.rb +0 -15
- data/lib/datadog_api_client/v2/models/incident_update_relationships.rb +0 -13
- data/lib/datadog_api_client/v2/models/incident_update_request.rb +0 -13
- data/lib/datadog_api_client/v2/models/incidents_response.rb +0 -13
- data/lib/datadog_api_client/v2/models/intake_payload_accepted.rb +0 -13
- data/lib/datadog_api_client/v2/models/list_application_keys_response.rb +0 -13
- data/lib/datadog_api_client/v2/models/log.rb +0 -15
- data/lib/datadog_api_client/v2/models/log_attributes.rb +0 -13
- data/lib/datadog_api_client/v2/models/logs_aggregate_bucket.rb +0 -13
- data/lib/datadog_api_client/v2/models/logs_aggregate_bucket_value.rb +1 -1
- data/lib/datadog_api_client/v2/models/logs_aggregate_bucket_value_timeseries_point.rb +0 -13
- data/lib/datadog_api_client/v2/models/logs_aggregate_request.rb +0 -13
- data/lib/datadog_api_client/v2/models/logs_aggregate_request_page.rb +0 -13
- data/lib/datadog_api_client/v2/models/logs_aggregate_response.rb +0 -13
- data/lib/datadog_api_client/v2/models/logs_aggregate_response_data.rb +0 -13
- data/lib/datadog_api_client/v2/models/logs_aggregate_sort.rb +0 -15
- data/lib/datadog_api_client/v2/models/logs_archive.rb +0 -13
- data/lib/datadog_api_client/v2/models/logs_archive_attributes.rb +0 -15
- data/lib/datadog_api_client/v2/models/logs_archive_create_request.rb +0 -13
- data/lib/datadog_api_client/v2/models/logs_archive_create_request_attributes.rb +0 -15
- data/lib/datadog_api_client/v2/models/logs_archive_create_request_definition.rb +0 -15
- data/lib/datadog_api_client/v2/models/logs_archive_create_request_destination.rb +1 -1
- data/lib/datadog_api_client/v2/models/logs_archive_definition.rb +0 -15
- data/lib/datadog_api_client/v2/models/logs_archive_destination.rb +1 -1
- data/lib/datadog_api_client/v2/models/logs_archive_destination_azure.rb +0 -15
- data/lib/datadog_api_client/v2/models/logs_archive_destination_gcs.rb +0 -15
- data/lib/datadog_api_client/v2/models/logs_archive_destination_s3.rb +0 -15
- data/lib/datadog_api_client/v2/models/logs_archive_integration_azure.rb +0 -13
- data/lib/datadog_api_client/v2/models/logs_archive_integration_gcs.rb +0 -13
- data/lib/datadog_api_client/v2/models/logs_archive_integration_s3.rb +0 -13
- data/lib/datadog_api_client/v2/models/logs_archive_order.rb +0 -13
- data/lib/datadog_api_client/v2/models/logs_archive_order_attributes.rb +0 -13
- data/lib/datadog_api_client/v2/models/logs_archive_order_definition.rb +0 -15
- data/lib/datadog_api_client/v2/models/logs_archives.rb +0 -13
- data/lib/datadog_api_client/v2/models/logs_compute.rb +0 -15
- data/lib/datadog_api_client/v2/models/logs_group_by.rb +0 -17
- data/lib/datadog_api_client/v2/models/logs_group_by_histogram.rb +0 -13
- data/lib/datadog_api_client/v2/models/logs_group_by_missing.rb +1 -1
- data/lib/datadog_api_client/v2/models/logs_group_by_total.rb +1 -1
- data/lib/datadog_api_client/v2/models/logs_list_request.rb +0 -13
- data/lib/datadog_api_client/v2/models/logs_list_request_page.rb +0 -15
- data/lib/datadog_api_client/v2/models/logs_list_response.rb +0 -13
- data/lib/datadog_api_client/v2/models/logs_list_response_links.rb +0 -13
- data/lib/datadog_api_client/v2/models/logs_metric_compute.rb +0 -13
- data/lib/datadog_api_client/v2/models/logs_metric_create_attributes.rb +0 -13
- data/lib/datadog_api_client/v2/models/logs_metric_create_data.rb +0 -15
- data/lib/datadog_api_client/v2/models/logs_metric_create_request.rb +0 -13
- data/lib/datadog_api_client/v2/models/logs_metric_filter.rb +0 -15
- data/lib/datadog_api_client/v2/models/logs_metric_group_by.rb +0 -13
- data/lib/datadog_api_client/v2/models/logs_metric_response.rb +0 -13
- data/lib/datadog_api_client/v2/models/logs_metric_response_attributes.rb +0 -13
- data/lib/datadog_api_client/v2/models/logs_metric_response_compute.rb +0 -13
- data/lib/datadog_api_client/v2/models/logs_metric_response_data.rb +0 -15
- data/lib/datadog_api_client/v2/models/logs_metric_response_filter.rb +0 -13
- data/lib/datadog_api_client/v2/models/logs_metric_response_group_by.rb +0 -13
- data/lib/datadog_api_client/v2/models/logs_metric_update_attributes.rb +0 -13
- data/lib/datadog_api_client/v2/models/logs_metric_update_data.rb +0 -15
- data/lib/datadog_api_client/v2/models/logs_metric_update_request.rb +0 -13
- data/lib/datadog_api_client/v2/models/logs_metrics_response.rb +0 -13
- data/lib/datadog_api_client/v2/models/logs_query_filter.rb +11 -22
- data/lib/datadog_api_client/v2/models/logs_query_options.rb +0 -15
- data/lib/datadog_api_client/v2/models/logs_response_metadata.rb +0 -13
- data/lib/datadog_api_client/v2/models/logs_response_metadata_page.rb +0 -13
- data/lib/datadog_api_client/v2/models/logs_storage_tier.rb +27 -0
- data/lib/datadog_api_client/v2/models/logs_warning.rb +0 -13
- data/lib/datadog_api_client/v2/models/metric.rb +0 -15
- data/lib/datadog_api_client/v2/models/metric_all_tags.rb +0 -15
- data/lib/datadog_api_client/v2/models/metric_all_tags_attributes.rb +0 -13
- data/lib/datadog_api_client/v2/models/metric_all_tags_response.rb +0 -13
- data/lib/datadog_api_client/v2/models/metric_bulk_tag_config_create.rb +0 -15
- data/lib/datadog_api_client/v2/models/metric_bulk_tag_config_create_attributes.rb +0 -13
- data/lib/datadog_api_client/v2/models/metric_bulk_tag_config_create_request.rb +0 -13
- data/lib/datadog_api_client/v2/models/metric_bulk_tag_config_delete.rb +0 -15
- data/lib/datadog_api_client/v2/models/metric_bulk_tag_config_delete_attributes.rb +0 -13
- data/lib/datadog_api_client/v2/models/metric_bulk_tag_config_delete_request.rb +0 -13
- data/lib/datadog_api_client/v2/models/metric_bulk_tag_config_response.rb +0 -13
- data/lib/datadog_api_client/v2/models/metric_bulk_tag_config_status.rb +0 -15
- data/lib/datadog_api_client/v2/models/metric_bulk_tag_config_status_attributes.rb +0 -13
- data/lib/datadog_api_client/v2/models/metric_custom_aggregation.rb +0 -13
- data/lib/datadog_api_client/v2/models/metric_distinct_volume.rb +0 -15
- data/lib/datadog_api_client/v2/models/metric_distinct_volume_attributes.rb +0 -13
- data/lib/datadog_api_client/v2/models/metric_estimate.rb +0 -15
- data/lib/datadog_api_client/v2/models/metric_estimate_attributes.rb +0 -15
- data/lib/datadog_api_client/v2/models/metric_estimate_response.rb +0 -13
- data/lib/datadog_api_client/v2/models/metric_ingested_indexed_volume.rb +0 -15
- data/lib/datadog_api_client/v2/models/metric_ingested_indexed_volume_attributes.rb +0 -13
- data/lib/datadog_api_client/v2/models/metric_metadata.rb +0 -13
- data/lib/datadog_api_client/v2/models/metric_origin.rb +0 -19
- data/lib/datadog_api_client/v2/models/metric_payload.rb +0 -13
- data/lib/datadog_api_client/v2/models/metric_point.rb +0 -13
- data/lib/datadog_api_client/v2/models/metric_resource.rb +0 -13
- data/lib/datadog_api_client/v2/models/metric_series.rb +0 -13
- data/lib/datadog_api_client/v2/models/metric_suggested_tags_and_aggregations.rb +0 -15
- data/lib/datadog_api_client/v2/models/metric_suggested_tags_and_aggregations_response.rb +0 -13
- data/lib/datadog_api_client/v2/models/metric_suggested_tags_attributes.rb +0 -13
- data/lib/datadog_api_client/v2/models/metric_tag_configuration.rb +0 -15
- data/lib/datadog_api_client/v2/models/metric_tag_configuration_attributes.rb +0 -15
- data/lib/datadog_api_client/v2/models/metric_tag_configuration_create_attributes.rb +0 -17
- data/lib/datadog_api_client/v2/models/metric_tag_configuration_create_data.rb +0 -15
- data/lib/datadog_api_client/v2/models/metric_tag_configuration_create_request.rb +0 -13
- data/lib/datadog_api_client/v2/models/metric_tag_configuration_response.rb +0 -13
- data/lib/datadog_api_client/v2/models/metric_tag_configuration_update_attributes.rb +0 -15
- data/lib/datadog_api_client/v2/models/metric_tag_configuration_update_data.rb +0 -15
- data/lib/datadog_api_client/v2/models/metric_tag_configuration_update_request.rb +0 -13
- data/lib/datadog_api_client/v2/models/metric_volumes.rb +1 -1
- data/lib/datadog_api_client/v2/models/metric_volumes_response.rb +0 -13
- data/lib/datadog_api_client/v2/models/metrics_and_metric_tag_configurations.rb +1 -1
- data/lib/datadog_api_client/v2/models/metrics_and_metric_tag_configurations_response.rb +0 -13
- data/lib/datadog_api_client/v2/models/monitor_type.rb +11 -13
- data/lib/datadog_api_client/v2/models/nullable_relationship_to_user.rb +0 -13
- data/lib/datadog_api_client/v2/models/nullable_relationship_to_user_data.rb +0 -15
- data/lib/datadog_api_client/v2/models/opsgenie_service_create_attributes.rb +0 -13
- data/lib/datadog_api_client/v2/models/opsgenie_service_create_data.rb +0 -15
- data/lib/datadog_api_client/v2/models/opsgenie_service_create_request.rb +0 -13
- data/lib/datadog_api_client/v2/models/opsgenie_service_response.rb +0 -13
- data/lib/datadog_api_client/v2/models/opsgenie_service_response_attributes.rb +0 -13
- data/lib/datadog_api_client/v2/models/opsgenie_service_response_data.rb +0 -15
- data/lib/datadog_api_client/v2/models/opsgenie_service_update_attributes.rb +0 -13
- data/lib/datadog_api_client/v2/models/opsgenie_service_update_data.rb +0 -15
- data/lib/datadog_api_client/v2/models/opsgenie_service_update_request.rb +0 -13
- data/lib/datadog_api_client/v2/models/opsgenie_services_response.rb +0 -13
- data/lib/datadog_api_client/v2/models/organization.rb +0 -15
- data/lib/datadog_api_client/v2/models/organization_attributes.rb +0 -13
- data/lib/datadog_api_client/v2/models/pagination.rb +0 -13
- data/lib/datadog_api_client/v2/models/partial_api_key.rb +0 -15
- data/lib/datadog_api_client/v2/models/partial_api_key_attributes.rb +0 -13
- data/lib/datadog_api_client/v2/models/partial_application_key.rb +0 -15
- data/lib/datadog_api_client/v2/models/partial_application_key_attributes.rb +0 -13
- data/lib/datadog_api_client/v2/models/partial_application_key_response.rb +0 -13
- data/lib/datadog_api_client/v2/models/permission.rb +0 -15
- data/lib/datadog_api_client/v2/models/permission_attributes.rb +0 -13
- data/lib/datadog_api_client/v2/models/permissions_response.rb +0 -13
- data/lib/datadog_api_client/v2/models/process_summaries_meta.rb +0 -13
- data/lib/datadog_api_client/v2/models/process_summaries_meta_page.rb +0 -13
- data/lib/datadog_api_client/v2/models/process_summaries_response.rb +0 -13
- data/lib/datadog_api_client/v2/models/process_summary.rb +0 -15
- data/lib/datadog_api_client/v2/models/process_summary_attributes.rb +0 -13
- data/lib/datadog_api_client/v2/models/relationship_to_incident_attachment.rb +0 -13
- data/lib/datadog_api_client/v2/models/relationship_to_incident_attachment_data.rb +0 -15
- data/lib/datadog_api_client/v2/models/relationship_to_incident_integration_metadata_data.rb +0 -15
- data/lib/datadog_api_client/v2/models/relationship_to_incident_integration_metadatas.rb +0 -13
- data/lib/datadog_api_client/v2/models/relationship_to_incident_postmortem.rb +0 -13
- data/lib/datadog_api_client/v2/models/relationship_to_incident_postmortem_data.rb +0 -15
- data/lib/datadog_api_client/v2/models/relationship_to_organization.rb +0 -13
- data/lib/datadog_api_client/v2/models/relationship_to_organization_data.rb +0 -15
- data/lib/datadog_api_client/v2/models/relationship_to_organizations.rb +0 -13
- data/lib/datadog_api_client/v2/models/relationship_to_permission.rb +0 -13
- data/lib/datadog_api_client/v2/models/relationship_to_permission_data.rb +0 -15
- data/lib/datadog_api_client/v2/models/relationship_to_permissions.rb +0 -13
- data/lib/datadog_api_client/v2/models/relationship_to_role.rb +0 -13
- data/lib/datadog_api_client/v2/models/relationship_to_role_data.rb +0 -15
- data/lib/datadog_api_client/v2/models/relationship_to_roles.rb +0 -13
- data/lib/datadog_api_client/v2/models/relationship_to_saml_assertion_attribute.rb +0 -13
- data/lib/datadog_api_client/v2/models/relationship_to_saml_assertion_attribute_data.rb +0 -15
- data/lib/datadog_api_client/v2/models/relationship_to_user.rb +0 -13
- data/lib/datadog_api_client/v2/models/relationship_to_user_data.rb +0 -15
- data/lib/datadog_api_client/v2/models/relationship_to_users.rb +0 -13
- data/lib/datadog_api_client/v2/models/response_meta_attributes.rb +0 -13
- data/lib/datadog_api_client/v2/models/role.rb +0 -15
- data/lib/datadog_api_client/v2/models/role_attributes.rb +0 -13
- data/lib/datadog_api_client/v2/models/role_clone.rb +0 -15
- data/lib/datadog_api_client/v2/models/role_clone_attributes.rb +0 -13
- data/lib/datadog_api_client/v2/models/role_clone_request.rb +0 -13
- data/lib/datadog_api_client/v2/models/role_create_attributes.rb +0 -13
- data/lib/datadog_api_client/v2/models/role_create_data.rb +0 -15
- data/lib/datadog_api_client/v2/models/role_create_request.rb +0 -13
- data/lib/datadog_api_client/v2/models/role_create_response.rb +0 -13
- data/lib/datadog_api_client/v2/models/role_create_response_data.rb +0 -15
- data/lib/datadog_api_client/v2/models/role_relationships.rb +0 -13
- data/lib/datadog_api_client/v2/models/role_response.rb +0 -13
- data/lib/datadog_api_client/v2/models/role_response_relationships.rb +0 -13
- data/lib/datadog_api_client/v2/models/role_update_attributes.rb +0 -13
- data/lib/datadog_api_client/v2/models/role_update_data.rb +0 -15
- data/lib/datadog_api_client/v2/models/role_update_request.rb +0 -13
- data/lib/datadog_api_client/v2/models/role_update_response.rb +0 -13
- data/lib/datadog_api_client/v2/models/role_update_response_data.rb +0 -15
- data/lib/datadog_api_client/v2/models/roles_response.rb +0 -13
- data/lib/datadog_api_client/v2/models/rum_aggregate_bucket_value.rb +1 -1
- data/lib/datadog_api_client/v2/models/rum_aggregate_bucket_value_timeseries_point.rb +0 -13
- data/lib/datadog_api_client/v2/models/rum_aggregate_request.rb +0 -13
- data/lib/datadog_api_client/v2/models/rum_aggregate_sort.rb +0 -15
- data/lib/datadog_api_client/v2/models/rum_aggregation_buckets_response.rb +0 -13
- data/lib/datadog_api_client/v2/models/rum_analytics_aggregate_response.rb +0 -13
- data/lib/datadog_api_client/v2/models/rum_application.rb +0 -15
- data/lib/datadog_api_client/v2/models/rum_application_attributes.rb +4 -13
- data/lib/datadog_api_client/v2/models/rum_application_create.rb +0 -15
- data/lib/datadog_api_client/v2/models/rum_application_create_attributes.rb +0 -13
- data/lib/datadog_api_client/v2/models/rum_application_create_request.rb +0 -13
- data/lib/datadog_api_client/v2/models/rum_application_response.rb +0 -13
- data/lib/datadog_api_client/v2/models/rum_application_update.rb +0 -15
- data/lib/datadog_api_client/v2/models/rum_application_update_attributes.rb +0 -13
- data/lib/datadog_api_client/v2/models/rum_application_update_request.rb +0 -13
- data/lib/datadog_api_client/v2/models/rum_applications_response.rb +0 -13
- data/lib/datadog_api_client/v2/models/rum_bucket_response.rb +0 -13
- data/lib/datadog_api_client/v2/models/rum_compute.rb +0 -15
- data/lib/datadog_api_client/v2/models/rum_event.rb +0 -15
- data/lib/datadog_api_client/v2/models/rum_event_attributes.rb +0 -13
- data/lib/datadog_api_client/v2/models/rum_events_response.rb +0 -13
- data/lib/datadog_api_client/v2/models/rum_group_by.rb +0 -17
- data/lib/datadog_api_client/v2/models/rum_group_by_histogram.rb +0 -13
- data/lib/datadog_api_client/v2/models/rum_group_by_missing.rb +1 -1
- data/lib/datadog_api_client/v2/models/rum_group_by_total.rb +1 -1
- data/lib/datadog_api_client/v2/models/rum_query_filter.rb +2 -21
- data/lib/datadog_api_client/v2/models/rum_query_options.rb +0 -15
- data/lib/datadog_api_client/v2/models/rum_query_page_options.rb +0 -15
- data/lib/datadog_api_client/v2/models/rum_response_links.rb +0 -13
- data/lib/datadog_api_client/v2/models/rum_response_metadata.rb +0 -13
- data/lib/datadog_api_client/v2/models/rum_response_page.rb +0 -13
- data/lib/datadog_api_client/v2/models/rum_search_events_request.rb +0 -13
- data/lib/datadog_api_client/v2/models/rum_warning.rb +0 -13
- data/lib/datadog_api_client/v2/models/saml_assertion_attribute.rb +0 -15
- data/lib/datadog_api_client/v2/models/saml_assertion_attribute_attributes.rb +0 -13
- data/lib/datadog_api_client/v2/models/security_filter.rb +0 -15
- data/lib/datadog_api_client/v2/models/security_filter_attributes.rb +0 -13
- data/lib/datadog_api_client/v2/models/security_filter_create_attributes.rb +0 -13
- data/lib/datadog_api_client/v2/models/security_filter_create_data.rb +0 -15
- data/lib/datadog_api_client/v2/models/security_filter_create_request.rb +0 -13
- data/lib/datadog_api_client/v2/models/security_filter_exclusion_filter.rb +0 -13
- data/lib/datadog_api_client/v2/models/security_filter_exclusion_filter_response.rb +0 -13
- data/lib/datadog_api_client/v2/models/security_filter_meta.rb +0 -13
- data/lib/datadog_api_client/v2/models/security_filter_response.rb +0 -13
- data/lib/datadog_api_client/v2/models/security_filter_update_attributes.rb +0 -13
- data/lib/datadog_api_client/v2/models/security_filter_update_data.rb +0 -15
- data/lib/datadog_api_client/v2/models/security_filter_update_request.rb +0 -13
- data/lib/datadog_api_client/v2/models/security_filters_response.rb +0 -13
- data/lib/datadog_api_client/v2/models/security_monitoring_filter.rb +0 -13
- data/lib/datadog_api_client/v2/models/security_monitoring_list_rules_response.rb +0 -13
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_case.rb +0 -13
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_case_create.rb +0 -13
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_create_payload.rb +1 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_impossible_travel_options.rb +0 -13
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_new_value_options.rb +0 -19
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_options.rb +0 -13
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_query.rb +1 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_response.rb +1 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_update_payload.rb +0 -13
- data/lib/datadog_api_client/v2/models/security_monitoring_signal.rb +0 -15
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_assignee_update_attributes.rb +0 -13
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_assignee_update_data.rb +0 -13
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_assignee_update_request.rb +0 -13
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_attributes.rb +0 -13
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_incidents_update_attributes.rb +0 -13
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_incidents_update_data.rb +0 -13
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_incidents_update_request.rb +0 -13
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_list_request.rb +0 -13
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_list_request_filter.rb +0 -13
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_list_request_page.rb +0 -15
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_rule_create_payload.rb +0 -13
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_rule_query.rb +2 -15
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_rule_response.rb +1 -14
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_rule_response_query.rb +173 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_state_update_attributes.rb +0 -13
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_state_update_data.rb +0 -13
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_state_update_request.rb +0 -13
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_triage_attributes.rb +0 -13
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_triage_update_data.rb +0 -13
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_triage_update_response.rb +0 -13
- data/lib/datadog_api_client/v2/models/security_monitoring_signals_list_response.rb +0 -13
- data/lib/datadog_api_client/v2/models/security_monitoring_signals_list_response_links.rb +0 -13
- data/lib/datadog_api_client/v2/models/security_monitoring_signals_list_response_meta.rb +0 -13
- data/lib/datadog_api_client/v2/models/security_monitoring_signals_list_response_meta_page.rb +0 -13
- data/lib/datadog_api_client/v2/models/security_monitoring_standard_rule_create_payload.rb +0 -13
- data/lib/datadog_api_client/v2/models/security_monitoring_standard_rule_query.rb +3 -16
- data/lib/datadog_api_client/v2/models/security_monitoring_standard_rule_response.rb +0 -13
- data/lib/datadog_api_client/v2/models/security_monitoring_triage_user.rb +0 -13
- data/lib/datadog_api_client/v2/models/service_account_create_attributes.rb +0 -13
- data/lib/datadog_api_client/v2/models/service_account_create_data.rb +0 -15
- data/lib/datadog_api_client/v2/models/service_account_create_request.rb +0 -13
- data/lib/datadog_api_client/v2/models/service_definition_create_response.rb +100 -0
- data/lib/datadog_api_client/v2/models/service_definition_data.rb +108 -0
- data/lib/datadog_api_client/v2/models/service_definition_data_attributes.rb +108 -0
- data/lib/datadog_api_client/v2/models/service_definition_get_response.rb +98 -0
- data/lib/datadog_api_client/v2/models/service_definition_meta.rb +128 -0
- data/lib/datadog_api_client/v2/models/service_definition_schema.rb +63 -0
- data/lib/datadog_api_client/v2/models/service_definition_v1.rb +197 -0
- data/lib/datadog_api_client/v2/models/service_definition_v1_contact.rb +108 -0
- data/lib/datadog_api_client/v2/models/service_definition_v1_info.rb +139 -0
- data/lib/datadog_api_client/v2/models/service_definition_v1_integrations.rb +98 -0
- data/lib/datadog_api_client/v2/models/service_definition_v1_org.rb +108 -0
- data/lib/datadog_api_client/v2/models/service_definition_v1_resource.rb +151 -0
- data/lib/datadog_api_client/v2/models/service_definition_v1_resource_type.rb +34 -0
- data/lib/datadog_api_client/v2/models/service_definition_v1_version.rb +26 -0
- data/lib/datadog_api_client/v2/models/service_definition_v2.rb +230 -0
- data/lib/datadog_api_client/v2/models/service_definition_v2_contact.rb +63 -0
- data/lib/datadog_api_client/v2/models/service_definition_v2_doc.rb +140 -0
- data/lib/datadog_api_client/v2/models/service_definition_v2_email.rb +140 -0
- data/lib/datadog_api_client/v2/models/service_definition_v2_email_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/service_definition_v2_integrations.rb +108 -0
- data/lib/datadog_api_client/v2/models/service_definition_v2_link.rb +151 -0
- data/lib/datadog_api_client/v2/models/service_definition_v2_link_type.rb +34 -0
- data/lib/datadog_api_client/v2/models/service_definition_v2_opsgenie.rb +119 -0
- data/lib/datadog_api_client/v2/models/service_definition_v2_opsgenie_region.rb +27 -0
- data/lib/datadog_api_client/v2/models/service_definition_v2_repo.rb +140 -0
- data/lib/datadog_api_client/v2/models/service_definition_v2_slack.rb +140 -0
- data/lib/datadog_api_client/v2/models/service_definition_v2_slack_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/service_definition_v2_version.rb +26 -0
- data/lib/datadog_api_client/v2/models/service_definitions_create_request.rb +63 -0
- data/lib/datadog_api_client/v2/models/service_definitions_list_response.rb +100 -0
- data/lib/datadog_api_client/v2/models/usage_application_security_monitoring_response.rb +0 -13
- data/lib/datadog_api_client/v2/models/usage_attributes_object.rb +0 -13
- data/lib/datadog_api_client/v2/models/usage_data_object.rb +0 -15
- data/lib/datadog_api_client/v2/models/usage_lambda_traced_invocations_response.rb +0 -13
- data/lib/datadog_api_client/v2/models/usage_observability_pipelines_response.rb +0 -13
- data/lib/datadog_api_client/v2/models/usage_time_series_object.rb +0 -13
- data/lib/datadog_api_client/v2/models/user.rb +0 -15
- data/lib/datadog_api_client/v2/models/user_attributes.rb +0 -13
- data/lib/datadog_api_client/v2/models/user_create_attributes.rb +0 -13
- data/lib/datadog_api_client/v2/models/user_create_data.rb +0 -15
- data/lib/datadog_api_client/v2/models/user_create_request.rb +0 -13
- data/lib/datadog_api_client/v2/models/user_invitation_data.rb +0 -15
- data/lib/datadog_api_client/v2/models/user_invitation_data_attributes.rb +0 -13
- data/lib/datadog_api_client/v2/models/user_invitation_relationships.rb +0 -13
- data/lib/datadog_api_client/v2/models/user_invitation_response.rb +0 -13
- data/lib/datadog_api_client/v2/models/user_invitation_response_data.rb +0 -15
- data/lib/datadog_api_client/v2/models/user_invitations_request.rb +0 -13
- data/lib/datadog_api_client/v2/models/user_invitations_response.rb +0 -13
- data/lib/datadog_api_client/v2/models/user_relationships.rb +0 -13
- data/lib/datadog_api_client/v2/models/user_response.rb +0 -13
- data/lib/datadog_api_client/v2/models/user_response_included_item.rb +1 -1
- data/lib/datadog_api_client/v2/models/user_response_relationships.rb +0 -13
- data/lib/datadog_api_client/v2/models/user_update_attributes.rb +0 -13
- data/lib/datadog_api_client/v2/models/user_update_data.rb +0 -15
- data/lib/datadog_api_client/v2/models/user_update_request.rb +0 -13
- data/lib/datadog_api_client/v2/models/users_response.rb +0 -13
- data/lib/datadog_api_client/version.rb +1 -1
- metadata +130 -3
- data/examples/v2/usage-metering/GetEstimatedCostByOrg_2734954020.rb +0 -9
|
@@ -145,6 +145,20 @@ components:
|
|
|
145
145
|
required: true
|
|
146
146
|
schema:
|
|
147
147
|
type: string
|
|
148
|
+
ConfluentAccountID:
|
|
149
|
+
description: Confluent Account id.
|
|
150
|
+
in: path
|
|
151
|
+
name: account_id
|
|
152
|
+
required: true
|
|
153
|
+
schema:
|
|
154
|
+
type: string
|
|
155
|
+
ConfluentResourceID:
|
|
156
|
+
description: Confluent Account Resource ID.
|
|
157
|
+
in: path
|
|
158
|
+
name: resource_id
|
|
159
|
+
required: true
|
|
160
|
+
schema:
|
|
161
|
+
type: string
|
|
148
162
|
IncidentAttachmentFilterQueryParameter:
|
|
149
163
|
description: Specifies which types of attachments are included in the response.
|
|
150
164
|
explode: false
|
|
@@ -310,6 +324,14 @@ components:
|
|
|
310
324
|
schema:
|
|
311
325
|
example: 00000000-0000-1234-0000-000000000000
|
|
312
326
|
type: string
|
|
327
|
+
ServiceName:
|
|
328
|
+
description: The name of the service.
|
|
329
|
+
in: path
|
|
330
|
+
name: service_name
|
|
331
|
+
required: true
|
|
332
|
+
schema:
|
|
333
|
+
example: my-service
|
|
334
|
+
type: string
|
|
313
335
|
SignalID:
|
|
314
336
|
description: The ID of the signal.
|
|
315
337
|
in: path
|
|
@@ -1085,144 +1107,773 @@ components:
|
|
|
1085
1107
|
type: string
|
|
1086
1108
|
x-enum-varnames:
|
|
1087
1109
|
- AUTHN_MAPPINGS
|
|
1088
|
-
|
|
1089
|
-
description:
|
|
1110
|
+
CIAppAggregateBucketValue:
|
|
1111
|
+
description: A bucket value, can either be a timeseries or a single value.
|
|
1112
|
+
oneOf:
|
|
1113
|
+
- $ref: '#/components/schemas/CIAppAggregateBucketValueSingleString'
|
|
1114
|
+
- $ref: '#/components/schemas/CIAppAggregateBucketValueSingleNumber'
|
|
1115
|
+
- $ref: '#/components/schemas/CIAppAggregateBucketValueTimeseries'
|
|
1116
|
+
CIAppAggregateBucketValueSingleNumber:
|
|
1117
|
+
description: A single number value.
|
|
1118
|
+
format: double
|
|
1119
|
+
type: number
|
|
1120
|
+
CIAppAggregateBucketValueSingleString:
|
|
1121
|
+
description: A single string value.
|
|
1122
|
+
type: string
|
|
1123
|
+
CIAppAggregateBucketValueTimeseries:
|
|
1124
|
+
description: A timeseries array.
|
|
1125
|
+
items:
|
|
1126
|
+
$ref: '#/components/schemas/CIAppAggregateBucketValueTimeseriesPoint'
|
|
1127
|
+
type: array
|
|
1128
|
+
x-generate-alias-as-model: true
|
|
1129
|
+
CIAppAggregateBucketValueTimeseriesPoint:
|
|
1130
|
+
description: A timeseries point.
|
|
1090
1131
|
properties:
|
|
1091
|
-
|
|
1092
|
-
description: The
|
|
1093
|
-
example:
|
|
1132
|
+
time:
|
|
1133
|
+
description: The time value for this point.
|
|
1134
|
+
example: '2020-06-08T11:55:00.123Z'
|
|
1135
|
+
format: date-time
|
|
1094
1136
|
type: string
|
|
1095
|
-
|
|
1096
|
-
description: The
|
|
1097
|
-
|
|
1137
|
+
value:
|
|
1138
|
+
description: The value for this point.
|
|
1139
|
+
example: 19
|
|
1098
1140
|
format: double
|
|
1099
1141
|
type: number
|
|
1100
|
-
product_name:
|
|
1101
|
-
description: The product for which cost is being reported.
|
|
1102
|
-
example: infra_host
|
|
1103
|
-
type: string
|
|
1104
1142
|
type: object
|
|
1105
|
-
|
|
1106
|
-
description: A
|
|
1143
|
+
CIAppAggregateSort:
|
|
1144
|
+
description: A sort rule.
|
|
1145
|
+
example:
|
|
1146
|
+
aggregation: count
|
|
1147
|
+
order: asc
|
|
1107
1148
|
properties:
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
description: When the Agent rule was created, timestamp in milliseconds.
|
|
1114
|
-
example: 1624366480320
|
|
1115
|
-
format: int64
|
|
1116
|
-
type: integer
|
|
1117
|
-
creator:
|
|
1118
|
-
$ref: '#/components/schemas/CloudWorkloadSecurityAgentRuleCreatorAttributes'
|
|
1119
|
-
defaultRule:
|
|
1120
|
-
description: Whether the rule is included by default.
|
|
1121
|
-
example: false
|
|
1122
|
-
type: boolean
|
|
1123
|
-
description:
|
|
1124
|
-
description: The description of the Agent rule.
|
|
1125
|
-
example: My Agent rule
|
|
1126
|
-
type: string
|
|
1127
|
-
enabled:
|
|
1128
|
-
description: Whether the Agent rule is enabled.
|
|
1129
|
-
example: true
|
|
1130
|
-
type: boolean
|
|
1131
|
-
expression:
|
|
1132
|
-
description: The SECL expression of the Agent rule.
|
|
1133
|
-
example: exec.file.name == \"sh\"
|
|
1134
|
-
type: string
|
|
1135
|
-
name:
|
|
1136
|
-
description: The name of the Agent rule.
|
|
1137
|
-
example: my_agent_rule
|
|
1149
|
+
aggregation:
|
|
1150
|
+
$ref: '#/components/schemas/CIAppAggregationFunction'
|
|
1151
|
+
metric:
|
|
1152
|
+
description: The metric to sort by (only used for `type=measure`).
|
|
1153
|
+
example: '@duration'
|
|
1138
1154
|
type: string
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
type: integer
|
|
1144
|
-
updater:
|
|
1145
|
-
$ref: '#/components/schemas/CloudWorkloadSecurityAgentRuleUpdaterAttributes'
|
|
1146
|
-
version:
|
|
1147
|
-
description: The version of the Agent rule.
|
|
1148
|
-
example: 23
|
|
1149
|
-
format: int64
|
|
1150
|
-
type: integer
|
|
1155
|
+
order:
|
|
1156
|
+
$ref: '#/components/schemas/CIAppSortOrder'
|
|
1157
|
+
type:
|
|
1158
|
+
$ref: '#/components/schemas/CIAppAggregateSortType'
|
|
1151
1159
|
type: object
|
|
1152
|
-
|
|
1153
|
-
|
|
1160
|
+
CIAppAggregateSortType:
|
|
1161
|
+
default: alphabetical
|
|
1162
|
+
description: The type of sorting algorithm.
|
|
1163
|
+
enum:
|
|
1164
|
+
- alphabetical
|
|
1165
|
+
- measure
|
|
1166
|
+
type: string
|
|
1167
|
+
x-enum-varnames:
|
|
1168
|
+
- ALPHABETICAL
|
|
1169
|
+
- MEASURE
|
|
1170
|
+
CIAppAggregationFunction:
|
|
1171
|
+
description: An aggregation function.
|
|
1172
|
+
enum:
|
|
1173
|
+
- count
|
|
1174
|
+
- cardinality
|
|
1175
|
+
- pc75
|
|
1176
|
+
- pc90
|
|
1177
|
+
- pc95
|
|
1178
|
+
- pc98
|
|
1179
|
+
- pc99
|
|
1180
|
+
- sum
|
|
1181
|
+
- min
|
|
1182
|
+
- max
|
|
1183
|
+
- avg
|
|
1184
|
+
- median
|
|
1185
|
+
example: pc90
|
|
1186
|
+
type: string
|
|
1187
|
+
x-enum-varnames:
|
|
1188
|
+
- COUNT
|
|
1189
|
+
- CARDINALITY
|
|
1190
|
+
- PERCENTILE_75
|
|
1191
|
+
- PERCENTILE_90
|
|
1192
|
+
- PERCENTILE_95
|
|
1193
|
+
- PERCENTILE_98
|
|
1194
|
+
- PERCENTILE_99
|
|
1195
|
+
- SUM
|
|
1196
|
+
- MIN
|
|
1197
|
+
- MAX
|
|
1198
|
+
- AVG
|
|
1199
|
+
- MEDIAN
|
|
1200
|
+
CIAppCompute:
|
|
1201
|
+
description: A compute rule to compute metrics or timeseries.
|
|
1154
1202
|
properties:
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
example:
|
|
1162
|
-
type: boolean
|
|
1163
|
-
expression:
|
|
1164
|
-
description: The SECL expression of the Agent rule.
|
|
1165
|
-
example: exec.file.name == \"sh\"
|
|
1203
|
+
aggregation:
|
|
1204
|
+
$ref: '#/components/schemas/CIAppAggregationFunction'
|
|
1205
|
+
interval:
|
|
1206
|
+
description: 'The time buckets'' size (only used for type=timeseries)
|
|
1207
|
+
|
|
1208
|
+
Defaults to a resolution of 150 points.'
|
|
1209
|
+
example: 5m
|
|
1166
1210
|
type: string
|
|
1167
|
-
|
|
1168
|
-
description: The
|
|
1169
|
-
example:
|
|
1211
|
+
metric:
|
|
1212
|
+
description: The metric to use.
|
|
1213
|
+
example: '@duration'
|
|
1170
1214
|
type: string
|
|
1171
|
-
required:
|
|
1172
|
-
- name
|
|
1173
|
-
- expression
|
|
1174
|
-
type: object
|
|
1175
|
-
CloudWorkloadSecurityAgentRuleCreateData:
|
|
1176
|
-
description: Object for a single Agent rule.
|
|
1177
|
-
properties:
|
|
1178
|
-
attributes:
|
|
1179
|
-
$ref: '#/components/schemas/CloudWorkloadSecurityAgentRuleCreateAttributes'
|
|
1180
1215
|
type:
|
|
1181
|
-
$ref: '#/components/schemas/
|
|
1182
|
-
required:
|
|
1183
|
-
- attributes
|
|
1184
|
-
- type
|
|
1185
|
-
type: object
|
|
1186
|
-
CloudWorkloadSecurityAgentRuleCreateRequest:
|
|
1187
|
-
description: Request object that includes the Agent rule to create.
|
|
1188
|
-
properties:
|
|
1189
|
-
data:
|
|
1190
|
-
$ref: '#/components/schemas/CloudWorkloadSecurityAgentRuleCreateData'
|
|
1216
|
+
$ref: '#/components/schemas/CIAppComputeType'
|
|
1191
1217
|
required:
|
|
1192
|
-
-
|
|
1218
|
+
- aggregation
|
|
1193
1219
|
type: object
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1220
|
+
CIAppComputeType:
|
|
1221
|
+
default: total
|
|
1222
|
+
description: The type of compute.
|
|
1223
|
+
enum:
|
|
1224
|
+
- timeseries
|
|
1225
|
+
- total
|
|
1226
|
+
type: string
|
|
1227
|
+
x-enum-varnames:
|
|
1228
|
+
- TIMESERIES
|
|
1229
|
+
- TOTAL
|
|
1230
|
+
CIAppComputes:
|
|
1231
|
+
additionalProperties:
|
|
1232
|
+
$ref: '#/components/schemas/CIAppAggregateBucketValue'
|
|
1233
|
+
description: A map of the metric name to value for regular compute, or a list
|
|
1234
|
+
of values for a timeseries.
|
|
1205
1235
|
type: object
|
|
1206
|
-
|
|
1207
|
-
description:
|
|
1236
|
+
CIAppEventAttributes:
|
|
1237
|
+
description: JSON object containing all event attributes and their associated
|
|
1238
|
+
values.
|
|
1208
1239
|
properties:
|
|
1209
1240
|
attributes:
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1241
|
+
additionalProperties: {}
|
|
1242
|
+
description: JSON object of attributes from CI Visibility events.
|
|
1243
|
+
example:
|
|
1244
|
+
customAttribute: 123
|
|
1245
|
+
duration: 2345
|
|
1246
|
+
type: object
|
|
1247
|
+
service:
|
|
1248
|
+
description: 'The name of the application or service generating CI Visibility
|
|
1249
|
+
events.
|
|
1250
|
+
|
|
1251
|
+
It is used to switch from CI Visibility to APM, so make sure you define
|
|
1252
|
+
the same
|
|
1253
|
+
|
|
1254
|
+
value when you use both products.'
|
|
1255
|
+
example: web-ui-tests
|
|
1214
1256
|
type: string
|
|
1215
|
-
|
|
1216
|
-
$ref: '#/components/schemas/
|
|
1257
|
+
tags:
|
|
1258
|
+
$ref: '#/components/schemas/TagsEventAttribute'
|
|
1259
|
+
timestamp:
|
|
1260
|
+
$ref: '#/components/schemas/TimestampEventAttribute'
|
|
1217
1261
|
type: object
|
|
1218
|
-
|
|
1219
|
-
description:
|
|
1262
|
+
CIAppGroupByHistogram:
|
|
1263
|
+
description: 'Used to perform a histogram computation (only for measure facets).
|
|
1264
|
+
|
|
1265
|
+
At most, 100 buckets are allowed, the number of buckets is `(max - min)/interval`.'
|
|
1220
1266
|
properties:
|
|
1221
|
-
|
|
1222
|
-
|
|
1267
|
+
interval:
|
|
1268
|
+
description: The bin size of the histogram buckets.
|
|
1269
|
+
example: 10
|
|
1270
|
+
format: double
|
|
1271
|
+
type: number
|
|
1272
|
+
max:
|
|
1273
|
+
description: 'The maximum value for the measure used in the histogram
|
|
1274
|
+
|
|
1275
|
+
(values greater than this one are filtered out).'
|
|
1276
|
+
example: 100
|
|
1277
|
+
format: double
|
|
1278
|
+
type: number
|
|
1279
|
+
min:
|
|
1280
|
+
description: 'The minimum value for the measure used in the histogram
|
|
1281
|
+
|
|
1282
|
+
(values smaller than this one are filtered out).'
|
|
1283
|
+
example: 50
|
|
1284
|
+
format: double
|
|
1285
|
+
type: number
|
|
1286
|
+
required:
|
|
1287
|
+
- interval
|
|
1288
|
+
- min
|
|
1289
|
+
- max
|
|
1223
1290
|
type: object
|
|
1224
|
-
|
|
1225
|
-
|
|
1291
|
+
CIAppGroupByMissing:
|
|
1292
|
+
description: The value to use for logs that don't have the facet used to group-by.
|
|
1293
|
+
oneOf:
|
|
1294
|
+
- $ref: '#/components/schemas/CIAppGroupByMissingString'
|
|
1295
|
+
- $ref: '#/components/schemas/CIAppGroupByMissingNumber'
|
|
1296
|
+
CIAppGroupByMissingNumber:
|
|
1297
|
+
description: The missing value to use if there is a number valued facet.
|
|
1298
|
+
format: double
|
|
1299
|
+
type: number
|
|
1300
|
+
CIAppGroupByMissingString:
|
|
1301
|
+
description: The missing value to use if there is a string valued facet.
|
|
1302
|
+
type: string
|
|
1303
|
+
CIAppGroupByTotal:
|
|
1304
|
+
default: false
|
|
1305
|
+
description: A resulting object to put the given computes in over all the matching
|
|
1306
|
+
records.
|
|
1307
|
+
oneOf:
|
|
1308
|
+
- $ref: '#/components/schemas/CIAppGroupByTotalBoolean'
|
|
1309
|
+
- $ref: '#/components/schemas/CIAppGroupByTotalString'
|
|
1310
|
+
- $ref: '#/components/schemas/CIAppGroupByTotalNumber'
|
|
1311
|
+
CIAppGroupByTotalBoolean:
|
|
1312
|
+
description: If set to true, creates an additional bucket labeled "$facet_total".
|
|
1313
|
+
type: boolean
|
|
1314
|
+
CIAppGroupByTotalNumber:
|
|
1315
|
+
description: A number to use as the key value for the total bucket.
|
|
1316
|
+
format: double
|
|
1317
|
+
type: number
|
|
1318
|
+
CIAppGroupByTotalString:
|
|
1319
|
+
description: A string to use as the key value for the total bucket.
|
|
1320
|
+
type: string
|
|
1321
|
+
CIAppPipelineEvent:
|
|
1322
|
+
description: Object description of a pipeline event after being processed and
|
|
1323
|
+
stored by Datadog.
|
|
1324
|
+
properties:
|
|
1325
|
+
attributes:
|
|
1326
|
+
$ref: '#/components/schemas/CIAppEventAttributes'
|
|
1327
|
+
id:
|
|
1328
|
+
description: Unique ID of the event.
|
|
1329
|
+
example: AAAAAWgN8Xwgr1vKDQAAAABBV2dOOFh3ZzZobm1mWXJFYTR0OA
|
|
1330
|
+
type: string
|
|
1331
|
+
type:
|
|
1332
|
+
$ref: '#/components/schemas/CIAppPipelineEventTypeName'
|
|
1333
|
+
type: object
|
|
1334
|
+
CIAppPipelineEventTypeName:
|
|
1335
|
+
description: Type of the event.
|
|
1336
|
+
enum:
|
|
1337
|
+
- cipipeline
|
|
1338
|
+
example: cipipeline
|
|
1339
|
+
type: string
|
|
1340
|
+
x-enum-varnames:
|
|
1341
|
+
- cipipeline
|
|
1342
|
+
CIAppPipelineEventsRequest:
|
|
1343
|
+
description: The request for a pipelines search.
|
|
1344
|
+
properties:
|
|
1345
|
+
filter:
|
|
1346
|
+
$ref: '#/components/schemas/CIAppPipelinesQueryFilter'
|
|
1347
|
+
options:
|
|
1348
|
+
$ref: '#/components/schemas/CIAppQueryOptions'
|
|
1349
|
+
page:
|
|
1350
|
+
$ref: '#/components/schemas/CIAppQueryPageOptions'
|
|
1351
|
+
sort:
|
|
1352
|
+
$ref: '#/components/schemas/CIAppSort'
|
|
1353
|
+
type: object
|
|
1354
|
+
CIAppPipelineEventsResponse:
|
|
1355
|
+
description: Response object with all pipeline events matching the request and
|
|
1356
|
+
pagination information.
|
|
1357
|
+
properties:
|
|
1358
|
+
data:
|
|
1359
|
+
description: Array of events matching the request.
|
|
1360
|
+
items:
|
|
1361
|
+
$ref: '#/components/schemas/CIAppPipelineEvent'
|
|
1362
|
+
type: array
|
|
1363
|
+
links:
|
|
1364
|
+
$ref: '#/components/schemas/CIAppResponseLinks'
|
|
1365
|
+
meta:
|
|
1366
|
+
$ref: '#/components/schemas/CIAppResponseMetadata'
|
|
1367
|
+
type: object
|
|
1368
|
+
CIAppPipelinesAggregateRequest:
|
|
1369
|
+
description: The object sent with the request to retrieve aggregation buckets
|
|
1370
|
+
of pipeline events from your organization.
|
|
1371
|
+
properties:
|
|
1372
|
+
compute:
|
|
1373
|
+
description: The list of metrics or timeseries to compute for the retrieved
|
|
1374
|
+
buckets.
|
|
1375
|
+
items:
|
|
1376
|
+
$ref: '#/components/schemas/CIAppCompute'
|
|
1377
|
+
type: array
|
|
1378
|
+
filter:
|
|
1379
|
+
$ref: '#/components/schemas/CIAppPipelinesQueryFilter'
|
|
1380
|
+
group_by:
|
|
1381
|
+
description: The rules for the group-by.
|
|
1382
|
+
items:
|
|
1383
|
+
$ref: '#/components/schemas/CIAppPipelinesGroupBy'
|
|
1384
|
+
type: array
|
|
1385
|
+
options:
|
|
1386
|
+
$ref: '#/components/schemas/CIAppQueryOptions'
|
|
1387
|
+
page:
|
|
1388
|
+
$ref: '#/components/schemas/CIAppQueryPageOptions'
|
|
1389
|
+
type: object
|
|
1390
|
+
CIAppPipelinesAggregationBucketsResponse:
|
|
1391
|
+
description: The query results.
|
|
1392
|
+
properties:
|
|
1393
|
+
buckets:
|
|
1394
|
+
description: The list of matching buckets, one item per bucket.
|
|
1395
|
+
items:
|
|
1396
|
+
$ref: '#/components/schemas/CIAppPipelinesBucketResponse'
|
|
1397
|
+
type: array
|
|
1398
|
+
type: object
|
|
1399
|
+
CIAppPipelinesAnalyticsAggregateResponse:
|
|
1400
|
+
description: The response object for the pipeline events aggregate API endpoint.
|
|
1401
|
+
properties:
|
|
1402
|
+
data:
|
|
1403
|
+
$ref: '#/components/schemas/CIAppPipelinesAggregationBucketsResponse'
|
|
1404
|
+
links:
|
|
1405
|
+
$ref: '#/components/schemas/CIAppResponseLinks'
|
|
1406
|
+
meta:
|
|
1407
|
+
$ref: '#/components/schemas/CIAppResponseMetadata'
|
|
1408
|
+
type: object
|
|
1409
|
+
CIAppPipelinesBucketResponse:
|
|
1410
|
+
description: Bucket values.
|
|
1411
|
+
properties:
|
|
1412
|
+
by:
|
|
1413
|
+
additionalProperties:
|
|
1414
|
+
description: The values for each group-by.
|
|
1415
|
+
type: string
|
|
1416
|
+
description: The key-value pairs for each group-by.
|
|
1417
|
+
example:
|
|
1418
|
+
'@ci.provider.name': gitlab
|
|
1419
|
+
'@ci.status': success
|
|
1420
|
+
type: object
|
|
1421
|
+
computes:
|
|
1422
|
+
$ref: '#/components/schemas/CIAppComputes'
|
|
1423
|
+
type: object
|
|
1424
|
+
CIAppPipelinesGroupBy:
|
|
1425
|
+
description: A group-by rule.
|
|
1426
|
+
properties:
|
|
1427
|
+
facet:
|
|
1428
|
+
description: The name of the facet to use (required).
|
|
1429
|
+
example: '@ci.status'
|
|
1430
|
+
type: string
|
|
1431
|
+
histogram:
|
|
1432
|
+
$ref: '#/components/schemas/CIAppGroupByHistogram'
|
|
1433
|
+
limit:
|
|
1434
|
+
default: 10
|
|
1435
|
+
description: The maximum buckets to return for this group-by.
|
|
1436
|
+
format: int64
|
|
1437
|
+
type: integer
|
|
1438
|
+
missing:
|
|
1439
|
+
$ref: '#/components/schemas/CIAppGroupByMissing'
|
|
1440
|
+
sort:
|
|
1441
|
+
$ref: '#/components/schemas/CIAppAggregateSort'
|
|
1442
|
+
total:
|
|
1443
|
+
$ref: '#/components/schemas/CIAppGroupByTotal'
|
|
1444
|
+
required:
|
|
1445
|
+
- facet
|
|
1446
|
+
type: object
|
|
1447
|
+
CIAppPipelinesQueryFilter:
|
|
1448
|
+
description: The search and filter query settings.
|
|
1449
|
+
properties:
|
|
1450
|
+
from:
|
|
1451
|
+
default: now-15m
|
|
1452
|
+
description: The minimum time for the requested events; supports date, math,
|
|
1453
|
+
and regular timestamps (in milliseconds).
|
|
1454
|
+
example: now-15m
|
|
1455
|
+
type: string
|
|
1456
|
+
query:
|
|
1457
|
+
default: '*'
|
|
1458
|
+
description: The search query following the Log search syntax.
|
|
1459
|
+
example: '@ci.provider.name:github AND @ci.status:error'
|
|
1460
|
+
type: string
|
|
1461
|
+
to:
|
|
1462
|
+
default: now
|
|
1463
|
+
description: The maximum time for the requested events, supports date, math,
|
|
1464
|
+
and regular timestamps (in milliseconds).
|
|
1465
|
+
example: now
|
|
1466
|
+
type: string
|
|
1467
|
+
type: object
|
|
1468
|
+
CIAppQueryOptions:
|
|
1469
|
+
description: 'Global query options that are used during the query.
|
|
1470
|
+
|
|
1471
|
+
Only supply timezone or time offset, not both. Otherwise, the query fails.'
|
|
1472
|
+
properties:
|
|
1473
|
+
time_offset:
|
|
1474
|
+
description: The time offset (in seconds) to apply to the query.
|
|
1475
|
+
format: int64
|
|
1476
|
+
type: integer
|
|
1477
|
+
timezone:
|
|
1478
|
+
default: UTC
|
|
1479
|
+
description: 'The timezone can be specified both as an offset, for example:
|
|
1480
|
+
"UTC+03:00".'
|
|
1481
|
+
example: GMT
|
|
1482
|
+
type: string
|
|
1483
|
+
type: object
|
|
1484
|
+
CIAppQueryPageOptions:
|
|
1485
|
+
description: Paging attributes for listing events.
|
|
1486
|
+
properties:
|
|
1487
|
+
cursor:
|
|
1488
|
+
description: List following results with a cursor provided in the previous
|
|
1489
|
+
query.
|
|
1490
|
+
example: eyJzdGFydEF0IjoiQVFBQUFYS2tMS3pPbm40NGV3QUFBQUJCV0V0clRFdDZVbG8zY3pCRmNsbHJiVmxDWlEifQ==
|
|
1491
|
+
type: string
|
|
1492
|
+
limit:
|
|
1493
|
+
default: 10
|
|
1494
|
+
description: Maximum number of events in the response.
|
|
1495
|
+
example: 25
|
|
1496
|
+
format: int32
|
|
1497
|
+
maximum: 1000
|
|
1498
|
+
type: integer
|
|
1499
|
+
type: object
|
|
1500
|
+
CIAppResponseLinks:
|
|
1501
|
+
description: Links attributes.
|
|
1502
|
+
properties:
|
|
1503
|
+
next:
|
|
1504
|
+
description: 'Link for the next set of results. The request can also be
|
|
1505
|
+
made using the
|
|
1506
|
+
|
|
1507
|
+
POST endpoint.'
|
|
1508
|
+
example: https://app.datadoghq.com/api/v2/ci/tests/events?filter[query]=foo&page[cursor]=eyJzdGFydEF0IjoiQVFBQUFYS2tMS3pPbm40NGV3QUFBQUJCV0V0clRFdDZVbG8zY3pCRmNsbHJiVmxDWlEifQ==
|
|
1509
|
+
type: string
|
|
1510
|
+
type: object
|
|
1511
|
+
CIAppResponseMetadata:
|
|
1512
|
+
description: The metadata associated with a request.
|
|
1513
|
+
properties:
|
|
1514
|
+
elapsed:
|
|
1515
|
+
description: The time elapsed in milliseconds.
|
|
1516
|
+
example: 132
|
|
1517
|
+
format: int64
|
|
1518
|
+
type: integer
|
|
1519
|
+
page:
|
|
1520
|
+
$ref: '#/components/schemas/CIAppResponsePage'
|
|
1521
|
+
request_id:
|
|
1522
|
+
description: The identifier of the request.
|
|
1523
|
+
example: MWlFUjVaWGZTTTZPYzM0VXp1OXU2d3xLSVpEMjZKQ0VKUTI0dEYtM3RSOFVR
|
|
1524
|
+
type: string
|
|
1525
|
+
status:
|
|
1526
|
+
$ref: '#/components/schemas/CIAppResponseStatus'
|
|
1527
|
+
warnings:
|
|
1528
|
+
description: 'A list of warnings (non-fatal errors) encountered. Partial
|
|
1529
|
+
results may return if
|
|
1530
|
+
|
|
1531
|
+
warnings are present in the response.'
|
|
1532
|
+
items:
|
|
1533
|
+
$ref: '#/components/schemas/CIAppWarning'
|
|
1534
|
+
type: array
|
|
1535
|
+
type: object
|
|
1536
|
+
CIAppResponsePage:
|
|
1537
|
+
description: Paging attributes.
|
|
1538
|
+
properties:
|
|
1539
|
+
after:
|
|
1540
|
+
description: The cursor to use to get the next results, if any. To make
|
|
1541
|
+
the next request, use the same parameters with the addition of `page[cursor]`.
|
|
1542
|
+
example: eyJzdGFydEF0IjoiQVFBQUFYS2tMS3pPbm40NGV3QUFBQUJCV0V0clRFdDZVbG8zY3pCRmNsbHJiVmxDWlEifQ==
|
|
1543
|
+
type: string
|
|
1544
|
+
type: object
|
|
1545
|
+
CIAppResponseStatus:
|
|
1546
|
+
description: The status of the response.
|
|
1547
|
+
enum:
|
|
1548
|
+
- done
|
|
1549
|
+
- timeout
|
|
1550
|
+
example: done
|
|
1551
|
+
type: string
|
|
1552
|
+
x-enum-varnames:
|
|
1553
|
+
- DONE
|
|
1554
|
+
- TIMEOUT
|
|
1555
|
+
CIAppSort:
|
|
1556
|
+
description: Sort parameters when querying events.
|
|
1557
|
+
enum:
|
|
1558
|
+
- timestamp
|
|
1559
|
+
- -timestamp
|
|
1560
|
+
type: string
|
|
1561
|
+
x-enum-varnames:
|
|
1562
|
+
- TIMESTAMP_ASCENDING
|
|
1563
|
+
- TIMESTAMP_DESCENDING
|
|
1564
|
+
CIAppSortOrder:
|
|
1565
|
+
description: The order to use, ascending or descending.
|
|
1566
|
+
enum:
|
|
1567
|
+
- asc
|
|
1568
|
+
- desc
|
|
1569
|
+
example: asc
|
|
1570
|
+
type: string
|
|
1571
|
+
x-enum-varnames:
|
|
1572
|
+
- ASCENDING
|
|
1573
|
+
- DESCENDING
|
|
1574
|
+
CIAppTestEvent:
|
|
1575
|
+
description: Object description of test event after being processed and stored
|
|
1576
|
+
by Datadog.
|
|
1577
|
+
properties:
|
|
1578
|
+
attributes:
|
|
1579
|
+
$ref: '#/components/schemas/CIAppEventAttributes'
|
|
1580
|
+
id:
|
|
1581
|
+
description: Unique ID of the event.
|
|
1582
|
+
example: AAAAAWgN8Xwgr1vKDQAAAABBV2dOOFh3ZzZobm1mWXJFYTR0OA
|
|
1583
|
+
type: string
|
|
1584
|
+
type:
|
|
1585
|
+
$ref: '#/components/schemas/CIAppTestEventTypeName'
|
|
1586
|
+
type: object
|
|
1587
|
+
CIAppTestEventTypeName:
|
|
1588
|
+
description: Type of the event.
|
|
1589
|
+
enum:
|
|
1590
|
+
- citest
|
|
1591
|
+
example: citest
|
|
1592
|
+
type: string
|
|
1593
|
+
x-enum-varnames:
|
|
1594
|
+
- citest
|
|
1595
|
+
CIAppTestEventsRequest:
|
|
1596
|
+
description: The request for a tests search.
|
|
1597
|
+
properties:
|
|
1598
|
+
filter:
|
|
1599
|
+
$ref: '#/components/schemas/CIAppTestsQueryFilter'
|
|
1600
|
+
options:
|
|
1601
|
+
$ref: '#/components/schemas/CIAppQueryOptions'
|
|
1602
|
+
page:
|
|
1603
|
+
$ref: '#/components/schemas/CIAppQueryPageOptions'
|
|
1604
|
+
sort:
|
|
1605
|
+
$ref: '#/components/schemas/CIAppSort'
|
|
1606
|
+
type: object
|
|
1607
|
+
CIAppTestEventsResponse:
|
|
1608
|
+
description: Response object with all test events matching the request and pagination
|
|
1609
|
+
information.
|
|
1610
|
+
properties:
|
|
1611
|
+
data:
|
|
1612
|
+
description: Array of events matching the request.
|
|
1613
|
+
items:
|
|
1614
|
+
$ref: '#/components/schemas/CIAppTestEvent'
|
|
1615
|
+
type: array
|
|
1616
|
+
links:
|
|
1617
|
+
$ref: '#/components/schemas/CIAppResponseLinks'
|
|
1618
|
+
meta:
|
|
1619
|
+
$ref: '#/components/schemas/CIAppResponseMetadata'
|
|
1620
|
+
type: object
|
|
1621
|
+
CIAppTestsAggregateRequest:
|
|
1622
|
+
description: The object sent with the request to retrieve aggregation buckets
|
|
1623
|
+
of test events from your organization.
|
|
1624
|
+
properties:
|
|
1625
|
+
compute:
|
|
1626
|
+
description: The list of metrics or timeseries to compute for the retrieved
|
|
1627
|
+
buckets.
|
|
1628
|
+
items:
|
|
1629
|
+
$ref: '#/components/schemas/CIAppCompute'
|
|
1630
|
+
type: array
|
|
1631
|
+
filter:
|
|
1632
|
+
$ref: '#/components/schemas/CIAppTestsQueryFilter'
|
|
1633
|
+
group_by:
|
|
1634
|
+
description: The rules for the group-by.
|
|
1635
|
+
items:
|
|
1636
|
+
$ref: '#/components/schemas/CIAppTestsGroupBy'
|
|
1637
|
+
type: array
|
|
1638
|
+
options:
|
|
1639
|
+
$ref: '#/components/schemas/CIAppQueryOptions'
|
|
1640
|
+
page:
|
|
1641
|
+
$ref: '#/components/schemas/CIAppQueryPageOptions'
|
|
1642
|
+
type: object
|
|
1643
|
+
CIAppTestsAggregationBucketsResponse:
|
|
1644
|
+
description: The query results.
|
|
1645
|
+
properties:
|
|
1646
|
+
buckets:
|
|
1647
|
+
description: The list of matching buckets, one item per bucket.
|
|
1648
|
+
items:
|
|
1649
|
+
$ref: '#/components/schemas/CIAppTestsBucketResponse'
|
|
1650
|
+
type: array
|
|
1651
|
+
type: object
|
|
1652
|
+
CIAppTestsAnalyticsAggregateResponse:
|
|
1653
|
+
description: The response object for the test events aggregate API endpoint.
|
|
1654
|
+
properties:
|
|
1655
|
+
data:
|
|
1656
|
+
$ref: '#/components/schemas/CIAppTestsAggregationBucketsResponse'
|
|
1657
|
+
links:
|
|
1658
|
+
$ref: '#/components/schemas/CIAppResponseLinks'
|
|
1659
|
+
meta:
|
|
1660
|
+
$ref: '#/components/schemas/CIAppResponseMetadata'
|
|
1661
|
+
type: object
|
|
1662
|
+
CIAppTestsBucketResponse:
|
|
1663
|
+
description: Bucket values.
|
|
1664
|
+
properties:
|
|
1665
|
+
by:
|
|
1666
|
+
additionalProperties:
|
|
1667
|
+
description: The values for each group-by.
|
|
1668
|
+
type: string
|
|
1669
|
+
description: The key-value pairs for each group-by.
|
|
1670
|
+
example:
|
|
1671
|
+
'@test.service': web-ui-tests
|
|
1672
|
+
'@test.status': skip
|
|
1673
|
+
type: object
|
|
1674
|
+
computes:
|
|
1675
|
+
$ref: '#/components/schemas/CIAppComputes'
|
|
1676
|
+
type: object
|
|
1677
|
+
CIAppTestsGroupBy:
|
|
1678
|
+
description: A group-by rule.
|
|
1679
|
+
properties:
|
|
1680
|
+
facet:
|
|
1681
|
+
description: The name of the facet to use (required).
|
|
1682
|
+
example: '@test.service'
|
|
1683
|
+
type: string
|
|
1684
|
+
histogram:
|
|
1685
|
+
$ref: '#/components/schemas/CIAppGroupByHistogram'
|
|
1686
|
+
limit:
|
|
1687
|
+
default: 10
|
|
1688
|
+
description: The maximum buckets to return for this group-by.
|
|
1689
|
+
format: int64
|
|
1690
|
+
type: integer
|
|
1691
|
+
missing:
|
|
1692
|
+
$ref: '#/components/schemas/CIAppGroupByMissing'
|
|
1693
|
+
sort:
|
|
1694
|
+
$ref: '#/components/schemas/CIAppAggregateSort'
|
|
1695
|
+
total:
|
|
1696
|
+
$ref: '#/components/schemas/CIAppGroupByTotal'
|
|
1697
|
+
required:
|
|
1698
|
+
- facet
|
|
1699
|
+
type: object
|
|
1700
|
+
CIAppTestsQueryFilter:
|
|
1701
|
+
description: The search and filter query settings.
|
|
1702
|
+
properties:
|
|
1703
|
+
from:
|
|
1704
|
+
default: now-15m
|
|
1705
|
+
description: The minimum time for the requested events; supports date, math,
|
|
1706
|
+
and regular timestamps (in milliseconds).
|
|
1707
|
+
example: now-15m
|
|
1708
|
+
type: string
|
|
1709
|
+
query:
|
|
1710
|
+
default: '*'
|
|
1711
|
+
description: The search query following the Log search syntax.
|
|
1712
|
+
example: '@test.service:web-ui-tests AND @test.status:fail'
|
|
1713
|
+
type: string
|
|
1714
|
+
to:
|
|
1715
|
+
default: now
|
|
1716
|
+
description: The maximum time for the requested events, supports date, math,
|
|
1717
|
+
and regular timestamps (in milliseconds).
|
|
1718
|
+
example: now
|
|
1719
|
+
type: string
|
|
1720
|
+
type: object
|
|
1721
|
+
CIAppWarning:
|
|
1722
|
+
description: A warning message indicating something that went wrong with the
|
|
1723
|
+
query.
|
|
1724
|
+
properties:
|
|
1725
|
+
code:
|
|
1726
|
+
description: A unique code for this type of warning.
|
|
1727
|
+
example: unknown_index
|
|
1728
|
+
type: string
|
|
1729
|
+
detail:
|
|
1730
|
+
description: A detailed explanation of this specific warning.
|
|
1731
|
+
example: 'indexes: foo, bar'
|
|
1732
|
+
type: string
|
|
1733
|
+
title:
|
|
1734
|
+
description: A short human-readable summary of the warning.
|
|
1735
|
+
example: One or several indexes are missing or invalid, results hold data
|
|
1736
|
+
from the other indexes
|
|
1737
|
+
type: string
|
|
1738
|
+
type: object
|
|
1739
|
+
ChargebackBreakdown:
|
|
1740
|
+
description: Charges breakdown.
|
|
1741
|
+
properties:
|
|
1742
|
+
charge_type:
|
|
1743
|
+
description: The type of charge for a particular product.
|
|
1744
|
+
example: on_demand
|
|
1745
|
+
type: string
|
|
1746
|
+
cost:
|
|
1747
|
+
description: The cost for a particular product and charge type during a
|
|
1748
|
+
given month.
|
|
1749
|
+
format: double
|
|
1750
|
+
type: number
|
|
1751
|
+
product_name:
|
|
1752
|
+
description: The product for which cost is being reported.
|
|
1753
|
+
example: infra_host
|
|
1754
|
+
type: string
|
|
1755
|
+
type: object
|
|
1756
|
+
CloudWorkloadSecurityAgentRuleAttributes:
|
|
1757
|
+
description: A Cloud Workload Security Agent rule returned by the API.
|
|
1758
|
+
properties:
|
|
1759
|
+
category:
|
|
1760
|
+
description: The category of the Agent rule.
|
|
1761
|
+
example: Process Activity
|
|
1762
|
+
type: string
|
|
1763
|
+
creationDate:
|
|
1764
|
+
description: When the Agent rule was created, timestamp in milliseconds.
|
|
1765
|
+
example: 1624366480320
|
|
1766
|
+
format: int64
|
|
1767
|
+
type: integer
|
|
1768
|
+
creator:
|
|
1769
|
+
$ref: '#/components/schemas/CloudWorkloadSecurityAgentRuleCreatorAttributes'
|
|
1770
|
+
defaultRule:
|
|
1771
|
+
description: Whether the rule is included by default.
|
|
1772
|
+
example: false
|
|
1773
|
+
type: boolean
|
|
1774
|
+
description:
|
|
1775
|
+
description: The description of the Agent rule.
|
|
1776
|
+
example: My Agent rule
|
|
1777
|
+
type: string
|
|
1778
|
+
enabled:
|
|
1779
|
+
description: Whether the Agent rule is enabled.
|
|
1780
|
+
example: true
|
|
1781
|
+
type: boolean
|
|
1782
|
+
expression:
|
|
1783
|
+
description: The SECL expression of the Agent rule.
|
|
1784
|
+
example: exec.file.name == \"sh\"
|
|
1785
|
+
type: string
|
|
1786
|
+
name:
|
|
1787
|
+
description: The name of the Agent rule.
|
|
1788
|
+
example: my_agent_rule
|
|
1789
|
+
type: string
|
|
1790
|
+
updatedAt:
|
|
1791
|
+
description: When the Agent rule was last updated, timestamp in milliseconds.
|
|
1792
|
+
example: 1624366480320
|
|
1793
|
+
format: int64
|
|
1794
|
+
type: integer
|
|
1795
|
+
updater:
|
|
1796
|
+
$ref: '#/components/schemas/CloudWorkloadSecurityAgentRuleUpdaterAttributes'
|
|
1797
|
+
version:
|
|
1798
|
+
description: The version of the Agent rule.
|
|
1799
|
+
example: 23
|
|
1800
|
+
format: int64
|
|
1801
|
+
type: integer
|
|
1802
|
+
type: object
|
|
1803
|
+
CloudWorkloadSecurityAgentRuleCreateAttributes:
|
|
1804
|
+
description: Create a new Cloud Workload Security Agent rule.
|
|
1805
|
+
properties:
|
|
1806
|
+
description:
|
|
1807
|
+
description: The description of the Agent rule.
|
|
1808
|
+
example: My Agent rule
|
|
1809
|
+
type: string
|
|
1810
|
+
enabled:
|
|
1811
|
+
description: Whether the Agent rule is enabled.
|
|
1812
|
+
example: true
|
|
1813
|
+
type: boolean
|
|
1814
|
+
expression:
|
|
1815
|
+
description: The SECL expression of the Agent rule.
|
|
1816
|
+
example: exec.file.name == \"sh\"
|
|
1817
|
+
type: string
|
|
1818
|
+
name:
|
|
1819
|
+
description: The name of the Agent rule.
|
|
1820
|
+
example: my_agent_rule
|
|
1821
|
+
type: string
|
|
1822
|
+
required:
|
|
1823
|
+
- name
|
|
1824
|
+
- expression
|
|
1825
|
+
type: object
|
|
1826
|
+
CloudWorkloadSecurityAgentRuleCreateData:
|
|
1827
|
+
description: Object for a single Agent rule.
|
|
1828
|
+
properties:
|
|
1829
|
+
attributes:
|
|
1830
|
+
$ref: '#/components/schemas/CloudWorkloadSecurityAgentRuleCreateAttributes'
|
|
1831
|
+
type:
|
|
1832
|
+
$ref: '#/components/schemas/CloudWorkloadSecurityAgentRuleType'
|
|
1833
|
+
required:
|
|
1834
|
+
- attributes
|
|
1835
|
+
- type
|
|
1836
|
+
type: object
|
|
1837
|
+
CloudWorkloadSecurityAgentRuleCreateRequest:
|
|
1838
|
+
description: Request object that includes the Agent rule to create.
|
|
1839
|
+
properties:
|
|
1840
|
+
data:
|
|
1841
|
+
$ref: '#/components/schemas/CloudWorkloadSecurityAgentRuleCreateData'
|
|
1842
|
+
required:
|
|
1843
|
+
- data
|
|
1844
|
+
type: object
|
|
1845
|
+
CloudWorkloadSecurityAgentRuleCreatorAttributes:
|
|
1846
|
+
description: The attributes of the user who created the Agent rule.
|
|
1847
|
+
properties:
|
|
1848
|
+
handle:
|
|
1849
|
+
description: The handle of the user.
|
|
1850
|
+
example: datadog.user@example.com
|
|
1851
|
+
type: string
|
|
1852
|
+
name:
|
|
1853
|
+
description: The name of the user.
|
|
1854
|
+
example: Datadog User
|
|
1855
|
+
type: string
|
|
1856
|
+
type: object
|
|
1857
|
+
CloudWorkloadSecurityAgentRuleData:
|
|
1858
|
+
description: Object for a single Agent rule.
|
|
1859
|
+
properties:
|
|
1860
|
+
attributes:
|
|
1861
|
+
$ref: '#/components/schemas/CloudWorkloadSecurityAgentRuleAttributes'
|
|
1862
|
+
id:
|
|
1863
|
+
description: The ID of the Agent rule.
|
|
1864
|
+
example: 3dd-0uc-h1s
|
|
1865
|
+
type: string
|
|
1866
|
+
type:
|
|
1867
|
+
$ref: '#/components/schemas/CloudWorkloadSecurityAgentRuleType'
|
|
1868
|
+
type: object
|
|
1869
|
+
CloudWorkloadSecurityAgentRuleResponse:
|
|
1870
|
+
description: Response object that includes an Agent rule.
|
|
1871
|
+
properties:
|
|
1872
|
+
data:
|
|
1873
|
+
$ref: '#/components/schemas/CloudWorkloadSecurityAgentRuleData'
|
|
1874
|
+
type: object
|
|
1875
|
+
CloudWorkloadSecurityAgentRuleType:
|
|
1876
|
+
default: agent_rule
|
|
1226
1877
|
description: The type of the resource. The value should always be `agent_rule`.
|
|
1227
1878
|
enum:
|
|
1228
1879
|
- agent_rule
|
|
@@ -1266,25 +1917,306 @@ components:
|
|
|
1266
1917
|
required:
|
|
1267
1918
|
- data
|
|
1268
1919
|
type: object
|
|
1269
|
-
CloudWorkloadSecurityAgentRuleUpdaterAttributes:
|
|
1270
|
-
description: The attributes of the user who last updated the Agent rule.
|
|
1920
|
+
CloudWorkloadSecurityAgentRuleUpdaterAttributes:
|
|
1921
|
+
description: The attributes of the user who last updated the Agent rule.
|
|
1922
|
+
properties:
|
|
1923
|
+
handle:
|
|
1924
|
+
description: The handle of the user.
|
|
1925
|
+
example: datadog.user@example.com
|
|
1926
|
+
type: string
|
|
1927
|
+
name:
|
|
1928
|
+
description: The name of the user.
|
|
1929
|
+
example: Datadog User
|
|
1930
|
+
type: string
|
|
1931
|
+
type: object
|
|
1932
|
+
CloudWorkloadSecurityAgentRulesListResponse:
|
|
1933
|
+
description: Response object that includes a list of Agent rule.
|
|
1934
|
+
properties:
|
|
1935
|
+
data:
|
|
1936
|
+
description: A list of Agent rules objects.
|
|
1937
|
+
items:
|
|
1938
|
+
$ref: '#/components/schemas/CloudWorkloadSecurityAgentRuleData'
|
|
1939
|
+
type: array
|
|
1940
|
+
type: object
|
|
1941
|
+
ConfluentAccountCreateRequest:
|
|
1942
|
+
description: Payload schema when adding a Confluent account.
|
|
1943
|
+
properties:
|
|
1944
|
+
data:
|
|
1945
|
+
$ref: '#/components/schemas/ConfluentAccountCreateRequestData'
|
|
1946
|
+
required:
|
|
1947
|
+
- data
|
|
1948
|
+
type: object
|
|
1949
|
+
ConfluentAccountCreateRequestAttributes:
|
|
1950
|
+
description: Attributes associated with the account creation request.
|
|
1951
|
+
properties:
|
|
1952
|
+
api_key:
|
|
1953
|
+
description: The API key associated with your Confluent account.
|
|
1954
|
+
example: TESTAPIKEY123
|
|
1955
|
+
type: string
|
|
1956
|
+
api_secret:
|
|
1957
|
+
description: The API secret associated with your Confluent account.
|
|
1958
|
+
example: test-api-secret-123
|
|
1959
|
+
type: string
|
|
1960
|
+
resources:
|
|
1961
|
+
description: A list of Confluent resources associated with the Confluent
|
|
1962
|
+
account.
|
|
1963
|
+
items:
|
|
1964
|
+
$ref: '#/components/schemas/ConfluentAccountResourceAttributes'
|
|
1965
|
+
type: array
|
|
1966
|
+
tags:
|
|
1967
|
+
description: A list of strings representing tags. Can be a single key, or
|
|
1968
|
+
key-value pairs separated by a colon.
|
|
1969
|
+
example:
|
|
1970
|
+
- myTag
|
|
1971
|
+
- myTag2:myValue
|
|
1972
|
+
items:
|
|
1973
|
+
type: string
|
|
1974
|
+
type: array
|
|
1975
|
+
required:
|
|
1976
|
+
- api_key
|
|
1977
|
+
- api_secret
|
|
1978
|
+
type: object
|
|
1979
|
+
ConfluentAccountCreateRequestData:
|
|
1980
|
+
description: The data body for adding a Confluent account.
|
|
1981
|
+
properties:
|
|
1982
|
+
attributes:
|
|
1983
|
+
$ref: '#/components/schemas/ConfluentAccountCreateRequestAttributes'
|
|
1984
|
+
type:
|
|
1985
|
+
$ref: '#/components/schemas/ConfluentAccountType'
|
|
1986
|
+
required:
|
|
1987
|
+
- attributes
|
|
1988
|
+
- type
|
|
1989
|
+
type: object
|
|
1990
|
+
ConfluentAccountResourceAttributes:
|
|
1991
|
+
description: Attributes object for updating a Confluent resource.
|
|
1992
|
+
properties:
|
|
1993
|
+
id:
|
|
1994
|
+
description: The ID associated with a Confluent resource.
|
|
1995
|
+
example: resource-id-123
|
|
1996
|
+
type: string
|
|
1997
|
+
resource_type:
|
|
1998
|
+
description: The resource type of the Resource. Can be `kafka`, `connector`,
|
|
1999
|
+
`ksql`, or `schema_registry`.
|
|
2000
|
+
example: kafka
|
|
2001
|
+
type: string
|
|
2002
|
+
tags:
|
|
2003
|
+
description: A list of strings representing tags. Can be a single key, or
|
|
2004
|
+
key-value pairs separated by a colon.
|
|
2005
|
+
example:
|
|
2006
|
+
- myTag
|
|
2007
|
+
- myTag2:myValue
|
|
2008
|
+
items:
|
|
2009
|
+
type: string
|
|
2010
|
+
type: array
|
|
2011
|
+
type: object
|
|
2012
|
+
ConfluentAccountResponse:
|
|
2013
|
+
description: The expected response schema when getting a Confluent account.
|
|
2014
|
+
properties:
|
|
2015
|
+
data:
|
|
2016
|
+
$ref: '#/components/schemas/ConfluentAccountResponseData'
|
|
2017
|
+
type: object
|
|
2018
|
+
ConfluentAccountResponseAttributes:
|
|
2019
|
+
description: The attributes of a Confluent account.
|
|
2020
|
+
properties:
|
|
2021
|
+
api_key:
|
|
2022
|
+
description: The API key associated with your Confluent account.
|
|
2023
|
+
example: TESTAPIKEY123
|
|
2024
|
+
type: string
|
|
2025
|
+
resources:
|
|
2026
|
+
description: A list of Confluent resources associated with the Confluent
|
|
2027
|
+
account.
|
|
2028
|
+
items:
|
|
2029
|
+
$ref: '#/components/schemas/ConfluentResourceResponseAttributes'
|
|
2030
|
+
type: array
|
|
2031
|
+
tags:
|
|
2032
|
+
description: A list of strings representing tags. Can be a single key, or
|
|
2033
|
+
key-value pairs separated by a colon.
|
|
2034
|
+
example:
|
|
2035
|
+
- myTag
|
|
2036
|
+
- myTag2:myValue
|
|
2037
|
+
items:
|
|
2038
|
+
type: string
|
|
2039
|
+
type: array
|
|
2040
|
+
required:
|
|
2041
|
+
- api_key
|
|
2042
|
+
type: object
|
|
2043
|
+
ConfluentAccountResponseData:
|
|
2044
|
+
description: An API key and API secret pair that represents a Confluent account.
|
|
2045
|
+
properties:
|
|
2046
|
+
attributes:
|
|
2047
|
+
$ref: '#/components/schemas/ConfluentAccountResponseAttributes'
|
|
2048
|
+
id:
|
|
2049
|
+
description: A randomly generated ID associated with a Confluent account.
|
|
2050
|
+
example: account_id_abc123
|
|
2051
|
+
type: string
|
|
2052
|
+
type:
|
|
2053
|
+
$ref: '#/components/schemas/ConfluentAccountType'
|
|
2054
|
+
required:
|
|
2055
|
+
- attributes
|
|
2056
|
+
- id
|
|
2057
|
+
- type
|
|
2058
|
+
type: object
|
|
2059
|
+
ConfluentAccountType:
|
|
2060
|
+
default: confluent-cloud-accounts
|
|
2061
|
+
description: The JSON:API type for this API. Should always be `confluent-cloud-accounts`.
|
|
2062
|
+
enum:
|
|
2063
|
+
- confluent-cloud-accounts
|
|
2064
|
+
example: confluent-cloud-accounts
|
|
2065
|
+
type: string
|
|
2066
|
+
x-enum-varnames:
|
|
2067
|
+
- CONFLUENT_CLOUD_ACCOUNTS
|
|
2068
|
+
ConfluentAccountUpdateRequest:
|
|
2069
|
+
description: The JSON:API request for updating a Confluent account.
|
|
2070
|
+
properties:
|
|
2071
|
+
data:
|
|
2072
|
+
$ref: '#/components/schemas/ConfluentAccountUpdateRequestData'
|
|
2073
|
+
required:
|
|
2074
|
+
- data
|
|
2075
|
+
type: object
|
|
2076
|
+
ConfluentAccountUpdateRequestAttributes:
|
|
2077
|
+
description: Attributes object for updating a Confluent account.
|
|
2078
|
+
properties:
|
|
2079
|
+
api_key:
|
|
2080
|
+
description: The API key associated with your Confluent account.
|
|
2081
|
+
example: TESTAPIKEY123
|
|
2082
|
+
type: string
|
|
2083
|
+
api_secret:
|
|
2084
|
+
description: The API secret associated with your Confluent account.
|
|
2085
|
+
example: test-api-secret-123
|
|
2086
|
+
type: string
|
|
2087
|
+
tags:
|
|
2088
|
+
description: A list of strings representing tags. Can be a single key, or
|
|
2089
|
+
key-value pairs separated by a colon.
|
|
2090
|
+
example:
|
|
2091
|
+
- myTag
|
|
2092
|
+
- myTag2:myValue
|
|
2093
|
+
items:
|
|
2094
|
+
type: string
|
|
2095
|
+
type: array
|
|
2096
|
+
required:
|
|
2097
|
+
- api_key
|
|
2098
|
+
- api_secret
|
|
2099
|
+
type: object
|
|
2100
|
+
ConfluentAccountUpdateRequestData:
|
|
2101
|
+
description: Data object for updating a Confluent account.
|
|
2102
|
+
properties:
|
|
2103
|
+
attributes:
|
|
2104
|
+
$ref: '#/components/schemas/ConfluentAccountUpdateRequestAttributes'
|
|
2105
|
+
type:
|
|
2106
|
+
$ref: '#/components/schemas/ConfluentAccountType'
|
|
2107
|
+
required:
|
|
2108
|
+
- attributes
|
|
2109
|
+
- type
|
|
2110
|
+
type: object
|
|
2111
|
+
ConfluentAccountsResponse:
|
|
2112
|
+
description: Confluent account returned by the API.
|
|
2113
|
+
properties:
|
|
2114
|
+
data:
|
|
2115
|
+
description: The Confluent account.
|
|
2116
|
+
items:
|
|
2117
|
+
$ref: '#/components/schemas/ConfluentAccountResponseData'
|
|
2118
|
+
type: array
|
|
2119
|
+
type: object
|
|
2120
|
+
ConfluentResourceRequest:
|
|
2121
|
+
description: The JSON:API request for updating a Confluent resource.
|
|
2122
|
+
properties:
|
|
2123
|
+
data:
|
|
2124
|
+
$ref: '#/components/schemas/ConfluentResourceRequestData'
|
|
2125
|
+
required:
|
|
2126
|
+
- data
|
|
2127
|
+
type: object
|
|
2128
|
+
ConfluentResourceRequestAttributes:
|
|
2129
|
+
description: Attributes object for updating a Confluent resource.
|
|
2130
|
+
properties:
|
|
2131
|
+
resource_type:
|
|
2132
|
+
description: The resource type of the Resource. Can be `kafka`, `connector`,
|
|
2133
|
+
`ksql`, or `schema_registry`.
|
|
2134
|
+
example: kafka
|
|
2135
|
+
type: string
|
|
2136
|
+
tags:
|
|
2137
|
+
description: A list of strings representing tags. Can be a single key, or
|
|
2138
|
+
key-value pairs separated by a colon.
|
|
2139
|
+
example:
|
|
2140
|
+
- myTag
|
|
2141
|
+
- myTag2:myValue
|
|
2142
|
+
items:
|
|
2143
|
+
type: string
|
|
2144
|
+
type: array
|
|
2145
|
+
type: object
|
|
2146
|
+
ConfluentResourceRequestData:
|
|
2147
|
+
description: JSON:API request for updating a Confluent resource.
|
|
2148
|
+
properties:
|
|
2149
|
+
attributes:
|
|
2150
|
+
$ref: '#/components/schemas/ConfluentResourceRequestAttributes'
|
|
2151
|
+
id:
|
|
2152
|
+
description: The ID associated with a Confluent resource.
|
|
2153
|
+
example: resource-id-123
|
|
2154
|
+
type: string
|
|
2155
|
+
type:
|
|
2156
|
+
$ref: '#/components/schemas/ConfluentResourceType'
|
|
2157
|
+
required:
|
|
2158
|
+
- attributes
|
|
2159
|
+
- type
|
|
2160
|
+
- id
|
|
2161
|
+
type: object
|
|
2162
|
+
ConfluentResourceResponse:
|
|
2163
|
+
description: Response schema when interacting with a Confluent resource.
|
|
2164
|
+
properties:
|
|
2165
|
+
data:
|
|
2166
|
+
$ref: '#/components/schemas/ConfluentResourceResponseData'
|
|
2167
|
+
type: object
|
|
2168
|
+
ConfluentResourceResponseAttributes:
|
|
2169
|
+
description: Model representation of a Confluent Cloud resource.
|
|
2170
|
+
properties:
|
|
2171
|
+
resource_type:
|
|
2172
|
+
description: The resource type of the Resource. Can be `kafka`, `connector`,
|
|
2173
|
+
`ksql`, or `schema_registry`.
|
|
2174
|
+
example: kafka
|
|
2175
|
+
type: string
|
|
2176
|
+
tags:
|
|
2177
|
+
description: A list of strings representing tags. Can be a single key, or
|
|
2178
|
+
key-value pairs separated by a colon.
|
|
2179
|
+
example:
|
|
2180
|
+
- myTag
|
|
2181
|
+
- myTag2:myValue
|
|
2182
|
+
items:
|
|
2183
|
+
type: string
|
|
2184
|
+
type: array
|
|
2185
|
+
required:
|
|
2186
|
+
- resource_type
|
|
2187
|
+
type: object
|
|
2188
|
+
ConfluentResourceResponseData:
|
|
2189
|
+
description: Confluent Cloud resource data.
|
|
1271
2190
|
properties:
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
description: The name of the user.
|
|
1278
|
-
example: Datadog User
|
|
2191
|
+
attributes:
|
|
2192
|
+
$ref: '#/components/schemas/ConfluentResourceResponseAttributes'
|
|
2193
|
+
id:
|
|
2194
|
+
description: The ID associated with the Confluent resource.
|
|
2195
|
+
example: resource_id_abc123
|
|
1279
2196
|
type: string
|
|
2197
|
+
type:
|
|
2198
|
+
$ref: '#/components/schemas/ConfluentResourceType'
|
|
2199
|
+
required:
|
|
2200
|
+
- attributes
|
|
2201
|
+
- type
|
|
2202
|
+
- id
|
|
1280
2203
|
type: object
|
|
1281
|
-
|
|
1282
|
-
|
|
2204
|
+
ConfluentResourceType:
|
|
2205
|
+
default: confluent-cloud-resources
|
|
2206
|
+
description: The JSON:API type for this request.
|
|
2207
|
+
enum:
|
|
2208
|
+
- confluent-cloud-resources
|
|
2209
|
+
example: confluent-cloud-resources
|
|
2210
|
+
type: string
|
|
2211
|
+
x-enum-varnames:
|
|
2212
|
+
- CONFLUENT_CLOUD_RESOURCES
|
|
2213
|
+
ConfluentResourcesResponse:
|
|
2214
|
+
description: Response schema when interacting with a list of Confluent resources.
|
|
1283
2215
|
properties:
|
|
1284
2216
|
data:
|
|
1285
|
-
description:
|
|
2217
|
+
description: The JSON:API data attribute.
|
|
1286
2218
|
items:
|
|
1287
|
-
$ref: '#/components/schemas/
|
|
2219
|
+
$ref: '#/components/schemas/ConfluentResourceResponseData'
|
|
1288
2220
|
type: array
|
|
1289
2221
|
type: object
|
|
1290
2222
|
ContentEncoding:
|
|
@@ -1545,6 +2477,7 @@ components:
|
|
|
1545
2477
|
source_id:
|
|
1546
2478
|
description: Event source ID.
|
|
1547
2479
|
example: 36
|
|
2480
|
+
format: int64
|
|
1548
2481
|
type: integer
|
|
1549
2482
|
type:
|
|
1550
2483
|
description: Event type.
|
|
@@ -1595,12 +2528,14 @@ components:
|
|
|
1595
2528
|
monitor_id:
|
|
1596
2529
|
description: ID of the monitor that triggered the event. When an event isn't
|
|
1597
2530
|
related to a monitor, this field is empty.
|
|
2531
|
+
format: int64
|
|
1598
2532
|
nullable: true
|
|
1599
2533
|
type: integer
|
|
1600
2534
|
priority:
|
|
1601
2535
|
$ref: '#/components/schemas/EventPriority'
|
|
1602
2536
|
related_event_id:
|
|
1603
2537
|
description: Related event ID.
|
|
2538
|
+
format: int64
|
|
1604
2539
|
type: integer
|
|
1605
2540
|
service:
|
|
1606
2541
|
description: Service that triggered the event.
|
|
@@ -2001,7 +2936,7 @@ components:
|
|
|
2001
2936
|
When it matches an integration name, Datadog automatically installs the
|
|
2002
2937
|
corresponding parsers and facets.
|
|
2003
2938
|
|
|
2004
|
-
See [reserved attributes](https://docs.datadoghq.com/logs/
|
|
2939
|
+
See [reserved attributes](https://docs.datadoghq.com/logs/log_configuration/attributes_naming_convention/#reserved-attributes).'
|
|
2005
2940
|
example: nginx
|
|
2006
2941
|
type: string
|
|
2007
2942
|
ddtags:
|
|
@@ -2013,7 +2948,7 @@ components:
|
|
|
2013
2948
|
example: i-012345678
|
|
2014
2949
|
type: string
|
|
2015
2950
|
message:
|
|
2016
|
-
description: 'The message [reserved attribute](https://docs.datadoghq.com/logs/
|
|
2951
|
+
description: 'The message [reserved attribute](https://docs.datadoghq.com/logs/log_configuration/attributes_naming_convention/#reserved-attributes)
|
|
2017
2952
|
|
|
2018
2953
|
of your log. By default, Datadog ingests the value of the message attribute
|
|
2019
2954
|
as the body of the log entry.
|
|
@@ -2029,7 +2964,7 @@ components:
|
|
|
2029
2964
|
It is used to switch from Logs to APM, so make sure you define the same
|
|
2030
2965
|
value when you use both products.
|
|
2031
2966
|
|
|
2032
|
-
See [reserved attributes](https://docs.datadoghq.com/logs/
|
|
2967
|
+
See [reserved attributes](https://docs.datadoghq.com/logs/log_configuration/attributes_naming_convention/#reserved-attributes).'
|
|
2033
2968
|
example: payment
|
|
2034
2969
|
type: string
|
|
2035
2970
|
required:
|
|
@@ -2620,7 +3555,8 @@ components:
|
|
|
2620
3555
|
format: int64
|
|
2621
3556
|
type: integer
|
|
2622
3557
|
resolved:
|
|
2623
|
-
description: Timestamp when the incident's state was
|
|
3558
|
+
description: Timestamp when the incident's state was last changed from active
|
|
3559
|
+
or stable to resolved or completed.
|
|
2624
3560
|
format: date-time
|
|
2625
3561
|
nullable: true
|
|
2626
3562
|
type: string
|
|
@@ -3129,11 +4065,6 @@ components:
|
|
|
3129
4065
|
items:
|
|
3130
4066
|
$ref: '#/components/schemas/IncidentNotificationHandle'
|
|
3131
4067
|
type: array
|
|
3132
|
-
resolved:
|
|
3133
|
-
description: Timestamp when the incident's state was set to resolved.
|
|
3134
|
-
format: date-time
|
|
3135
|
-
nullable: true
|
|
3136
|
-
type: string
|
|
3137
4068
|
title:
|
|
3138
4069
|
description: The title of the incident, which summarizes what happened.
|
|
3139
4070
|
example: A test incident title
|
|
@@ -4304,6 +5235,8 @@ components:
|
|
|
4304
5235
|
description: The search query - following the log search syntax.
|
|
4305
5236
|
example: service:web* AND @http.status_code:[200 TO 299]
|
|
4306
5237
|
type: string
|
|
5238
|
+
storage_tier:
|
|
5239
|
+
$ref: '#/components/schemas/LogsStorageTier'
|
|
4307
5240
|
to:
|
|
4308
5241
|
default: now
|
|
4309
5242
|
description: The maximum time for the requested logs, supports date math
|
|
@@ -4383,6 +5316,17 @@ components:
|
|
|
4383
5316
|
x-enum-varnames:
|
|
4384
5317
|
- ASCENDING
|
|
4385
5318
|
- DESCENDING
|
|
5319
|
+
LogsStorageTier:
|
|
5320
|
+
default: indexes
|
|
5321
|
+
description: Specifies storage type as indexes or online-archives
|
|
5322
|
+
enum:
|
|
5323
|
+
- indexes
|
|
5324
|
+
- online-archives
|
|
5325
|
+
example: indexes
|
|
5326
|
+
type: string
|
|
5327
|
+
x-enum-varnames:
|
|
5328
|
+
- INDEXES
|
|
5329
|
+
- ONLINE_ARCHIVES
|
|
4386
5330
|
LogsWarning:
|
|
4387
5331
|
description: A warning message indicating something that went wrong with the
|
|
4388
5332
|
query
|
|
@@ -5238,9 +6182,12 @@ components:
|
|
|
5238
6182
|
created_at:
|
|
5239
6183
|
description: The POSIX timestamp of the monitor's creation in nanoseconds.
|
|
5240
6184
|
example: 1646318692000
|
|
6185
|
+
format: int64
|
|
5241
6186
|
type: integer
|
|
5242
6187
|
group_status:
|
|
5243
6188
|
description: Monitor group status used when there is no `result_groups`.
|
|
6189
|
+
format: int32
|
|
6190
|
+
maximum: 2147483647
|
|
5244
6191
|
type: integer
|
|
5245
6192
|
groups:
|
|
5246
6193
|
description: Groups to which the monitor belongs.
|
|
@@ -5250,12 +6197,14 @@ components:
|
|
|
5250
6197
|
type: array
|
|
5251
6198
|
id:
|
|
5252
6199
|
description: The monitor ID.
|
|
6200
|
+
format: int64
|
|
5253
6201
|
type: integer
|
|
5254
6202
|
message:
|
|
5255
6203
|
description: The monitor message.
|
|
5256
6204
|
type: string
|
|
5257
6205
|
modified:
|
|
5258
6206
|
description: The monitor's last-modified timestamp.
|
|
6207
|
+
format: int64
|
|
5259
6208
|
type: integer
|
|
5260
6209
|
name:
|
|
5261
6210
|
description: The monitor name.
|
|
@@ -5957,6 +6906,7 @@ components:
|
|
|
5957
6906
|
description: Org ID of the RUM application.
|
|
5958
6907
|
example: 999
|
|
5959
6908
|
format: int32
|
|
6909
|
+
maximum: 2147483647
|
|
5960
6910
|
type: integer
|
|
5961
6911
|
type:
|
|
5962
6912
|
description: Type of the RUM application. Supported values are `browser`,
|
|
@@ -6300,8 +7250,10 @@ components:
|
|
|
6300
7250
|
properties:
|
|
6301
7251
|
from:
|
|
6302
7252
|
default: now-15m
|
|
6303
|
-
description: The minimum time for the requested events; supports date
|
|
6304
|
-
|
|
7253
|
+
description: The minimum time for the requested events; supports date (in
|
|
7254
|
+
[ISO 8601](https://www.w3.org/TR/NOTE-datetime) format with full date,
|
|
7255
|
+
hours, minutes, and the `Z` UTC indicator - seconds and fractional seconds
|
|
7256
|
+
are optional), math, and regular timestamps (in milliseconds).
|
|
6305
7257
|
example: now-15m
|
|
6306
7258
|
type: string
|
|
6307
7259
|
query:
|
|
@@ -6311,8 +7263,10 @@ components:
|
|
|
6311
7263
|
type: string
|
|
6312
7264
|
to:
|
|
6313
7265
|
default: now
|
|
6314
|
-
description: The maximum time for the requested events; supports date
|
|
6315
|
-
|
|
7266
|
+
description: The maximum time for the requested events; supports date (in
|
|
7267
|
+
[ISO 8601](https://www.w3.org/TR/NOTE-datetime) format with full date,
|
|
7268
|
+
hours, minutes, and the `Z` UTC indicator - seconds and fractional seconds
|
|
7269
|
+
are optional), math, and regular timestamps (in milliseconds).
|
|
6316
7270
|
example: now
|
|
6317
7271
|
type: string
|
|
6318
7272
|
type: object
|
|
@@ -7850,7 +8804,7 @@ components:
|
|
|
7850
8804
|
- message
|
|
7851
8805
|
type: object
|
|
7852
8806
|
SecurityMonitoringSignalRuleQuery:
|
|
7853
|
-
description: Query for matching rule on signals
|
|
8807
|
+
description: Query for matching rule on signals.
|
|
7854
8808
|
properties:
|
|
7855
8809
|
aggregation:
|
|
7856
8810
|
$ref: '#/components/schemas/SecurityMonitoringRuleQueryAggregation'
|
|
@@ -7866,8 +8820,7 @@ components:
|
|
|
7866
8820
|
maximum: 9
|
|
7867
8821
|
type: integer
|
|
7868
8822
|
metrics:
|
|
7869
|
-
description: Group of target fields to aggregate over
|
|
7870
|
-
value aggregations.
|
|
8823
|
+
description: Group of target fields to aggregate over.
|
|
7871
8824
|
items:
|
|
7872
8825
|
description: Field.
|
|
7873
8826
|
type: string
|
|
@@ -7877,7 +8830,7 @@ components:
|
|
|
7877
8830
|
type: string
|
|
7878
8831
|
ruleId:
|
|
7879
8832
|
description: Rule ID to match on signals.
|
|
7880
|
-
example:
|
|
8833
|
+
example: org-ru1-e1d
|
|
7881
8834
|
type: string
|
|
7882
8835
|
required:
|
|
7883
8836
|
- ruleId
|
|
@@ -7931,7 +8884,7 @@ components:
|
|
|
7931
8884
|
queries:
|
|
7932
8885
|
description: Queries for selecting logs which are part of the rule.
|
|
7933
8886
|
items:
|
|
7934
|
-
$ref: '#/components/schemas/
|
|
8887
|
+
$ref: '#/components/schemas/SecurityMonitoringSignalRuleResponseQuery'
|
|
7935
8888
|
type: array
|
|
7936
8889
|
tags:
|
|
7937
8890
|
description: Tags for generated signals.
|
|
@@ -7949,6 +8902,40 @@ components:
|
|
|
7949
8902
|
description: The version of the rule.
|
|
7950
8903
|
format: int64
|
|
7951
8904
|
type: integer
|
|
8905
|
+
SecurityMonitoringSignalRuleResponseQuery:
|
|
8906
|
+
description: Query for matching rule on signals.
|
|
8907
|
+
properties:
|
|
8908
|
+
aggregation:
|
|
8909
|
+
$ref: '#/components/schemas/SecurityMonitoringRuleQueryAggregation'
|
|
8910
|
+
correlatedByFields:
|
|
8911
|
+
description: Fields to group by.
|
|
8912
|
+
items:
|
|
8913
|
+
description: Field.
|
|
8914
|
+
type: string
|
|
8915
|
+
type: array
|
|
8916
|
+
correlatedQueryIndex:
|
|
8917
|
+
description: Index of the rule query used to retrieve the correlated field.
|
|
8918
|
+
format: int32
|
|
8919
|
+
maximum: 9
|
|
8920
|
+
type: integer
|
|
8921
|
+
defaultRuleId:
|
|
8922
|
+
description: Default Rule ID to match on signals.
|
|
8923
|
+
example: d3f-ru1-e1d
|
|
8924
|
+
type: string
|
|
8925
|
+
metrics:
|
|
8926
|
+
description: Group of target fields to aggregate over.
|
|
8927
|
+
items:
|
|
8928
|
+
description: Field.
|
|
8929
|
+
type: string
|
|
8930
|
+
type: array
|
|
8931
|
+
name:
|
|
8932
|
+
description: Name of the query.
|
|
8933
|
+
type: string
|
|
8934
|
+
ruleId:
|
|
8935
|
+
description: Rule ID to match on signals.
|
|
8936
|
+
example: org-ru1-e1d
|
|
8937
|
+
type: string
|
|
8938
|
+
type: object
|
|
7952
8939
|
SecurityMonitoringSignalRuleType:
|
|
7953
8940
|
description: The rule type.
|
|
7954
8941
|
enum:
|
|
@@ -7962,6 +8949,7 @@ components:
|
|
|
7962
8949
|
- open
|
|
7963
8950
|
- archived
|
|
7964
8951
|
- under_review
|
|
8952
|
+
example: open
|
|
7965
8953
|
type: string
|
|
7966
8954
|
x-enum-varnames:
|
|
7967
8955
|
- OPEN
|
|
@@ -8189,13 +9177,17 @@ components:
|
|
|
8189
9177
|
type: string
|
|
8190
9178
|
type: array
|
|
8191
9179
|
metric:
|
|
8192
|
-
|
|
9180
|
+
deprecated: true
|
|
9181
|
+
description: '(Deprecated) The target field to aggregate over when using
|
|
9182
|
+
the sum or max
|
|
8193
9183
|
|
|
8194
|
-
aggregations.'
|
|
9184
|
+
aggregations. `metrics` field should be used instead.'
|
|
8195
9185
|
type: string
|
|
8196
9186
|
metrics:
|
|
8197
|
-
description: Group of target fields to aggregate over when using the
|
|
8198
|
-
value aggregations.
|
|
9187
|
+
description: Group of target fields to aggregate over when using the sum,
|
|
9188
|
+
max, geo data, or new value aggregations. The sum, max, and geo data aggregations
|
|
9189
|
+
only accept one value in this list, whereas the new value aggregation
|
|
9190
|
+
accepts up to five values.
|
|
8199
9191
|
items:
|
|
8200
9192
|
description: Field.
|
|
8201
9193
|
type: string
|
|
@@ -8328,17 +9320,492 @@ components:
|
|
|
8328
9320
|
type:
|
|
8329
9321
|
$ref: '#/components/schemas/UsersType'
|
|
8330
9322
|
required:
|
|
8331
|
-
- attributes
|
|
9323
|
+
- attributes
|
|
9324
|
+
- type
|
|
9325
|
+
type: object
|
|
9326
|
+
ServiceAccountCreateRequest:
|
|
9327
|
+
description: Create a service account.
|
|
9328
|
+
properties:
|
|
9329
|
+
data:
|
|
9330
|
+
$ref: '#/components/schemas/ServiceAccountCreateData'
|
|
9331
|
+
required:
|
|
9332
|
+
- data
|
|
9333
|
+
type: object
|
|
9334
|
+
ServiceDefinitionCreateResponse:
|
|
9335
|
+
description: Create service definitions response.
|
|
9336
|
+
properties:
|
|
9337
|
+
data:
|
|
9338
|
+
description: Create service definitions response payload.
|
|
9339
|
+
items:
|
|
9340
|
+
$ref: '#/components/schemas/ServiceDefinitionData'
|
|
9341
|
+
type: array
|
|
9342
|
+
type: object
|
|
9343
|
+
ServiceDefinitionData:
|
|
9344
|
+
description: Service definition data.
|
|
9345
|
+
properties:
|
|
9346
|
+
attributes:
|
|
9347
|
+
$ref: '#/components/schemas/ServiceDefinitionDataAttributes'
|
|
9348
|
+
type:
|
|
9349
|
+
description: Service definition type.
|
|
9350
|
+
type: string
|
|
9351
|
+
type: object
|
|
9352
|
+
ServiceDefinitionDataAttributes:
|
|
9353
|
+
description: Service definition attributes.
|
|
9354
|
+
properties:
|
|
9355
|
+
meta:
|
|
9356
|
+
$ref: '#/components/schemas/ServiceDefinitionMeta'
|
|
9357
|
+
schema:
|
|
9358
|
+
$ref: '#/components/schemas/ServiceDefinitionSchema'
|
|
9359
|
+
type: object
|
|
9360
|
+
ServiceDefinitionGetResponse:
|
|
9361
|
+
description: Get service definition response.
|
|
9362
|
+
properties:
|
|
9363
|
+
data:
|
|
9364
|
+
$ref: '#/components/schemas/ServiceDefinitionData'
|
|
9365
|
+
type: object
|
|
9366
|
+
ServiceDefinitionMeta:
|
|
9367
|
+
description: Metadata about a service definition.
|
|
9368
|
+
properties:
|
|
9369
|
+
github-html-url:
|
|
9370
|
+
description: GitHub HTML URL.
|
|
9371
|
+
type: string
|
|
9372
|
+
ingested-schema-version:
|
|
9373
|
+
description: Ingestion schema version.
|
|
9374
|
+
type: string
|
|
9375
|
+
ingestion-source:
|
|
9376
|
+
description: Ingestion source of the service definition.
|
|
9377
|
+
type: string
|
|
9378
|
+
last-modified-time:
|
|
9379
|
+
description: Last modified time of the service definition.
|
|
9380
|
+
type: string
|
|
9381
|
+
type: object
|
|
9382
|
+
ServiceDefinitionRaw:
|
|
9383
|
+
description: Service Definition in raw JSON/YAML representation.
|
|
9384
|
+
example: '---
|
|
9385
|
+
|
|
9386
|
+
schema-version: v2
|
|
9387
|
+
|
|
9388
|
+
dd-service: my-service
|
|
9389
|
+
|
|
9390
|
+
'
|
|
9391
|
+
type: string
|
|
9392
|
+
ServiceDefinitionSchema:
|
|
9393
|
+
description: Service definition schema.
|
|
9394
|
+
oneOf:
|
|
9395
|
+
- $ref: '#/components/schemas/ServiceDefinitionV1'
|
|
9396
|
+
- $ref: '#/components/schemas/ServiceDefinitionV2'
|
|
9397
|
+
type: object
|
|
9398
|
+
ServiceDefinitionV1:
|
|
9399
|
+
deprecated: true
|
|
9400
|
+
description: Deprecated - Service definition V1 for providing additional service
|
|
9401
|
+
metadata and integrations.
|
|
9402
|
+
properties:
|
|
9403
|
+
contact:
|
|
9404
|
+
$ref: '#/components/schemas/ServiceDefinitionV1Contact'
|
|
9405
|
+
extensions:
|
|
9406
|
+
additionalProperties: {}
|
|
9407
|
+
description: Extensions to V1 schema.
|
|
9408
|
+
example:
|
|
9409
|
+
myorg/extension: extensionValue
|
|
9410
|
+
type: object
|
|
9411
|
+
external-resources:
|
|
9412
|
+
description: A list of external links related to the services.
|
|
9413
|
+
items:
|
|
9414
|
+
$ref: '#/components/schemas/ServiceDefinitionV1Resource'
|
|
9415
|
+
type: array
|
|
9416
|
+
info:
|
|
9417
|
+
$ref: '#/components/schemas/ServiceDefinitionV1Info'
|
|
9418
|
+
integrations:
|
|
9419
|
+
$ref: '#/components/schemas/ServiceDefinitionV1Integrations'
|
|
9420
|
+
org:
|
|
9421
|
+
$ref: '#/components/schemas/ServiceDefinitionV1Org'
|
|
9422
|
+
schema-version:
|
|
9423
|
+
$ref: '#/components/schemas/ServiceDefinitionV1Version'
|
|
9424
|
+
tags:
|
|
9425
|
+
description: A set of custom tags.
|
|
9426
|
+
example:
|
|
9427
|
+
- my:tag
|
|
9428
|
+
- service:tag
|
|
9429
|
+
items:
|
|
9430
|
+
type: string
|
|
9431
|
+
type: array
|
|
9432
|
+
required:
|
|
9433
|
+
- schema-version
|
|
9434
|
+
- info
|
|
9435
|
+
type: object
|
|
9436
|
+
ServiceDefinitionV1Contact:
|
|
9437
|
+
description: Contact information about the service.
|
|
9438
|
+
properties:
|
|
9439
|
+
email:
|
|
9440
|
+
description: "Service owner\u2019s email."
|
|
9441
|
+
example: contact@datadoghq.com
|
|
9442
|
+
format: email
|
|
9443
|
+
type: string
|
|
9444
|
+
slack:
|
|
9445
|
+
description: "Service owner\u2019s Slack channel."
|
|
9446
|
+
example: https://yourcompany.slack.com/archives/channel123
|
|
9447
|
+
type: string
|
|
9448
|
+
ServiceDefinitionV1Info:
|
|
9449
|
+
description: Basic information about a service.
|
|
9450
|
+
properties:
|
|
9451
|
+
dd-service:
|
|
9452
|
+
description: Unique identifier of the service. Must be unique across all
|
|
9453
|
+
services and is used to match with a service in Datadog.
|
|
9454
|
+
example: myservice
|
|
9455
|
+
type: string
|
|
9456
|
+
description:
|
|
9457
|
+
description: A short description of the service.
|
|
9458
|
+
example: A shopping cart service
|
|
9459
|
+
type: string
|
|
9460
|
+
display-name:
|
|
9461
|
+
description: A friendly name of the service.
|
|
9462
|
+
example: My Service
|
|
9463
|
+
type: string
|
|
9464
|
+
service-tier:
|
|
9465
|
+
description: Service tier.
|
|
9466
|
+
example: Tier 1
|
|
9467
|
+
type: string
|
|
9468
|
+
required:
|
|
9469
|
+
- dd-service
|
|
9470
|
+
type: object
|
|
9471
|
+
ServiceDefinitionV1Integrations:
|
|
9472
|
+
description: Third party integrations that Datadog supports.
|
|
9473
|
+
properties:
|
|
9474
|
+
pagerduty:
|
|
9475
|
+
$ref: '#/components/schemas/ServiceDefinitionV1Pagerduty'
|
|
9476
|
+
type: object
|
|
9477
|
+
ServiceDefinitionV1Org:
|
|
9478
|
+
description: Org related information about the service.
|
|
9479
|
+
properties:
|
|
9480
|
+
application:
|
|
9481
|
+
description: App feature this service supports.
|
|
9482
|
+
example: E-Commerce
|
|
9483
|
+
type: string
|
|
9484
|
+
team:
|
|
9485
|
+
description: Team that owns the service.
|
|
9486
|
+
example: my-team
|
|
9487
|
+
type: string
|
|
9488
|
+
type: object
|
|
9489
|
+
ServiceDefinitionV1Pagerduty:
|
|
9490
|
+
description: PagerDuty service URL for the service.
|
|
9491
|
+
example: https://my-org.pagerduty.com/service-directory/PMyService
|
|
9492
|
+
type: string
|
|
9493
|
+
ServiceDefinitionV1Resource:
|
|
9494
|
+
description: Service's external links.
|
|
9495
|
+
properties:
|
|
9496
|
+
name:
|
|
9497
|
+
description: Link name.
|
|
9498
|
+
example: Runbook
|
|
9499
|
+
type: string
|
|
9500
|
+
type:
|
|
9501
|
+
$ref: '#/components/schemas/ServiceDefinitionV1ResourceType'
|
|
9502
|
+
url:
|
|
9503
|
+
description: Link URL.
|
|
9504
|
+
example: https://my-runbook
|
|
9505
|
+
type: string
|
|
9506
|
+
required:
|
|
9507
|
+
- name
|
|
9508
|
+
- type
|
|
9509
|
+
- url
|
|
9510
|
+
type: object
|
|
9511
|
+
ServiceDefinitionV1ResourceType:
|
|
9512
|
+
description: Link type.
|
|
9513
|
+
enum:
|
|
9514
|
+
- doc
|
|
9515
|
+
- wiki
|
|
9516
|
+
- runbook
|
|
9517
|
+
- url
|
|
9518
|
+
- repo
|
|
9519
|
+
- dashboard
|
|
9520
|
+
- oncall
|
|
9521
|
+
- code
|
|
9522
|
+
- link
|
|
9523
|
+
example: runbook
|
|
9524
|
+
type: string
|
|
9525
|
+
x-enum-varnames:
|
|
9526
|
+
- DOC
|
|
9527
|
+
- WIKI
|
|
9528
|
+
- RUNBOOK
|
|
9529
|
+
- URL
|
|
9530
|
+
- REPO
|
|
9531
|
+
- DASHBOARD
|
|
9532
|
+
- ONCALL
|
|
9533
|
+
- CODE
|
|
9534
|
+
- LINK
|
|
9535
|
+
ServiceDefinitionV1Version:
|
|
9536
|
+
default: v1
|
|
9537
|
+
description: Schema version being used.
|
|
9538
|
+
enum:
|
|
9539
|
+
- v1
|
|
9540
|
+
example: v1
|
|
9541
|
+
type: string
|
|
9542
|
+
x-enum-varnames:
|
|
9543
|
+
- V1
|
|
9544
|
+
ServiceDefinitionV2:
|
|
9545
|
+
description: Service definition V2 for providing service metadata and integrations.
|
|
9546
|
+
properties:
|
|
9547
|
+
contacts:
|
|
9548
|
+
description: A list of contacts related to the services.
|
|
9549
|
+
items:
|
|
9550
|
+
$ref: '#/components/schemas/ServiceDefinitionV2Contact'
|
|
9551
|
+
type: array
|
|
9552
|
+
dd-service:
|
|
9553
|
+
description: Unique identifier of the service. Must be unique across all
|
|
9554
|
+
services and is used to match with a service in Datadog.
|
|
9555
|
+
example: my-service
|
|
9556
|
+
type: string
|
|
9557
|
+
dd-team:
|
|
9558
|
+
description: Experimental feature. A Team handle that matches a Team in
|
|
9559
|
+
the Datadog Teams product.
|
|
9560
|
+
example: my-team
|
|
9561
|
+
type: string
|
|
9562
|
+
docs:
|
|
9563
|
+
description: A list of documentation related to the services.
|
|
9564
|
+
items:
|
|
9565
|
+
$ref: '#/components/schemas/ServiceDefinitionV2Doc'
|
|
9566
|
+
type: array
|
|
9567
|
+
extensions:
|
|
9568
|
+
additionalProperties: {}
|
|
9569
|
+
description: Extensions to V2 schema.
|
|
9570
|
+
example:
|
|
9571
|
+
myorg/extension: extensionValue
|
|
9572
|
+
type: object
|
|
9573
|
+
integrations:
|
|
9574
|
+
$ref: '#/components/schemas/ServiceDefinitionV2Integrations'
|
|
9575
|
+
links:
|
|
9576
|
+
description: A list of links related to the services.
|
|
9577
|
+
items:
|
|
9578
|
+
$ref: '#/components/schemas/ServiceDefinitionV2Link'
|
|
9579
|
+
type: array
|
|
9580
|
+
repos:
|
|
9581
|
+
description: A list of code repositories related to the services.
|
|
9582
|
+
items:
|
|
9583
|
+
$ref: '#/components/schemas/ServiceDefinitionV2Repo'
|
|
9584
|
+
type: array
|
|
9585
|
+
schema-version:
|
|
9586
|
+
$ref: '#/components/schemas/ServiceDefinitionV2Version'
|
|
9587
|
+
tags:
|
|
9588
|
+
description: A set of custom tags.
|
|
9589
|
+
example:
|
|
9590
|
+
- my:tag
|
|
9591
|
+
- service:tag
|
|
9592
|
+
items:
|
|
9593
|
+
type: string
|
|
9594
|
+
type: array
|
|
9595
|
+
team:
|
|
9596
|
+
description: Team that owns the service.
|
|
9597
|
+
example: my-team
|
|
9598
|
+
type: string
|
|
9599
|
+
required:
|
|
9600
|
+
- schema-version
|
|
9601
|
+
- dd-service
|
|
9602
|
+
type: object
|
|
9603
|
+
ServiceDefinitionV2Contact:
|
|
9604
|
+
description: Service owner's contacts information.
|
|
9605
|
+
oneOf:
|
|
9606
|
+
- $ref: '#/components/schemas/ServiceDefinitionV2Email'
|
|
9607
|
+
- $ref: '#/components/schemas/ServiceDefinitionV2Slack'
|
|
9608
|
+
ServiceDefinitionV2Doc:
|
|
9609
|
+
description: Service documents.
|
|
9610
|
+
properties:
|
|
9611
|
+
name:
|
|
9612
|
+
description: Document name.
|
|
9613
|
+
example: Architecture
|
|
9614
|
+
type: string
|
|
9615
|
+
provider:
|
|
9616
|
+
description: Document provider.
|
|
9617
|
+
example: google drive
|
|
9618
|
+
type: string
|
|
9619
|
+
url:
|
|
9620
|
+
description: Document URL.
|
|
9621
|
+
example: https://gdrive/mydoc
|
|
9622
|
+
type: string
|
|
9623
|
+
required:
|
|
9624
|
+
- name
|
|
9625
|
+
- url
|
|
9626
|
+
type: object
|
|
9627
|
+
ServiceDefinitionV2Email:
|
|
9628
|
+
description: Service owner's email.
|
|
9629
|
+
properties:
|
|
9630
|
+
contact:
|
|
9631
|
+
description: Contact value.
|
|
9632
|
+
example: contact@datadoghq.com
|
|
9633
|
+
format: email
|
|
9634
|
+
type: string
|
|
9635
|
+
name:
|
|
9636
|
+
description: Contact email.
|
|
9637
|
+
example: Team Email
|
|
9638
|
+
type: string
|
|
9639
|
+
type:
|
|
9640
|
+
$ref: '#/components/schemas/ServiceDefinitionV2EmailType'
|
|
9641
|
+
required:
|
|
9642
|
+
- type
|
|
9643
|
+
- contact
|
|
9644
|
+
type: object
|
|
9645
|
+
ServiceDefinitionV2EmailType:
|
|
9646
|
+
description: Contact type.
|
|
9647
|
+
enum:
|
|
9648
|
+
- email
|
|
9649
|
+
example: email
|
|
9650
|
+
type: string
|
|
9651
|
+
x-enum-varnames:
|
|
9652
|
+
- EMAIL
|
|
9653
|
+
ServiceDefinitionV2Integrations:
|
|
9654
|
+
description: Third party integrations that Datadog supports.
|
|
9655
|
+
properties:
|
|
9656
|
+
opsgenie:
|
|
9657
|
+
$ref: '#/components/schemas/ServiceDefinitionV2Opsgenie'
|
|
9658
|
+
pagerduty:
|
|
9659
|
+
$ref: '#/components/schemas/ServiceDefinitionV2Pagerduty'
|
|
9660
|
+
type: object
|
|
9661
|
+
ServiceDefinitionV2Link:
|
|
9662
|
+
description: Service's external links.
|
|
9663
|
+
properties:
|
|
9664
|
+
name:
|
|
9665
|
+
description: Link name.
|
|
9666
|
+
example: Runbook
|
|
9667
|
+
type: string
|
|
9668
|
+
type:
|
|
9669
|
+
$ref: '#/components/schemas/ServiceDefinitionV2LinkType'
|
|
9670
|
+
url:
|
|
9671
|
+
description: Link URL.
|
|
9672
|
+
example: https://my-runbook
|
|
9673
|
+
type: string
|
|
9674
|
+
required:
|
|
9675
|
+
- name
|
|
9676
|
+
- type
|
|
9677
|
+
- url
|
|
9678
|
+
type: object
|
|
9679
|
+
ServiceDefinitionV2LinkType:
|
|
9680
|
+
description: Link type.
|
|
9681
|
+
enum:
|
|
9682
|
+
- doc
|
|
9683
|
+
- wiki
|
|
9684
|
+
- runbook
|
|
9685
|
+
- url
|
|
9686
|
+
- repo
|
|
9687
|
+
- dashboard
|
|
9688
|
+
- oncall
|
|
9689
|
+
- code
|
|
9690
|
+
- link
|
|
9691
|
+
example: runbook
|
|
9692
|
+
type: string
|
|
9693
|
+
x-enum-varnames:
|
|
9694
|
+
- DOC
|
|
9695
|
+
- WIKI
|
|
9696
|
+
- RUNBOOK
|
|
9697
|
+
- URL
|
|
9698
|
+
- REPO
|
|
9699
|
+
- DASHBOARD
|
|
9700
|
+
- ONCALL
|
|
9701
|
+
- CODE
|
|
9702
|
+
- LINK
|
|
9703
|
+
ServiceDefinitionV2Opsgenie:
|
|
9704
|
+
description: Opsgenie integration for the service.
|
|
9705
|
+
properties:
|
|
9706
|
+
region:
|
|
9707
|
+
$ref: '#/components/schemas/ServiceDefinitionV2OpsgenieRegion'
|
|
9708
|
+
service-url:
|
|
9709
|
+
description: Opsgenie service url.
|
|
9710
|
+
example: https://my-org.opsgenie.com/service/123e4567-e89b-12d3-a456-426614174000
|
|
9711
|
+
type: string
|
|
9712
|
+
required:
|
|
9713
|
+
- service-url
|
|
9714
|
+
type: object
|
|
9715
|
+
ServiceDefinitionV2OpsgenieRegion:
|
|
9716
|
+
description: Opsgenie instance region.
|
|
9717
|
+
enum:
|
|
9718
|
+
- US
|
|
9719
|
+
- EU
|
|
9720
|
+
example: US
|
|
9721
|
+
type: string
|
|
9722
|
+
x-enum-varnames:
|
|
9723
|
+
- US
|
|
9724
|
+
- EU
|
|
9725
|
+
ServiceDefinitionV2Pagerduty:
|
|
9726
|
+
description: PagerDuty service URL for the service.
|
|
9727
|
+
example: https://my-org.pagerduty.com/service-directory/PMyService
|
|
9728
|
+
type: string
|
|
9729
|
+
ServiceDefinitionV2Repo:
|
|
9730
|
+
description: Service code repositories.
|
|
9731
|
+
properties:
|
|
9732
|
+
name:
|
|
9733
|
+
description: Repository name.
|
|
9734
|
+
example: Source Code
|
|
9735
|
+
type: string
|
|
9736
|
+
provider:
|
|
9737
|
+
description: Repository provider.
|
|
9738
|
+
example: GitHub
|
|
9739
|
+
type: string
|
|
9740
|
+
url:
|
|
9741
|
+
description: Repository URL.
|
|
9742
|
+
example: https://github.com/DataDog/schema
|
|
9743
|
+
type: string
|
|
9744
|
+
required:
|
|
9745
|
+
- name
|
|
9746
|
+
- url
|
|
9747
|
+
type: object
|
|
9748
|
+
ServiceDefinitionV2Slack:
|
|
9749
|
+
description: Service owner's Slack channel.
|
|
9750
|
+
properties:
|
|
9751
|
+
contact:
|
|
9752
|
+
description: Slack Channel.
|
|
9753
|
+
example: https://yourcompany.slack.com/archives/channel123
|
|
9754
|
+
type: string
|
|
9755
|
+
name:
|
|
9756
|
+
description: Contact Slack.
|
|
9757
|
+
example: Team Slack
|
|
9758
|
+
type: string
|
|
9759
|
+
type:
|
|
9760
|
+
$ref: '#/components/schemas/ServiceDefinitionV2SlackType'
|
|
9761
|
+
required:
|
|
8332
9762
|
- type
|
|
9763
|
+
- contact
|
|
8333
9764
|
type: object
|
|
8334
|
-
|
|
8335
|
-
description:
|
|
9765
|
+
ServiceDefinitionV2SlackType:
|
|
9766
|
+
description: Contact type.
|
|
9767
|
+
enum:
|
|
9768
|
+
- slack
|
|
9769
|
+
example: slack
|
|
9770
|
+
type: string
|
|
9771
|
+
x-enum-varnames:
|
|
9772
|
+
- SLACK
|
|
9773
|
+
ServiceDefinitionV2Version:
|
|
9774
|
+
default: v2
|
|
9775
|
+
description: Schema version being used.
|
|
9776
|
+
enum:
|
|
9777
|
+
- v2
|
|
9778
|
+
example: v2
|
|
9779
|
+
type: string
|
|
9780
|
+
x-enum-varnames:
|
|
9781
|
+
- V2
|
|
9782
|
+
ServiceDefinitionsCreateRequest:
|
|
9783
|
+
description: Create service definitions request.
|
|
9784
|
+
oneOf:
|
|
9785
|
+
- $ref: '#/components/schemas/ServiceDefinitionV2'
|
|
9786
|
+
- $ref: '#/components/schemas/ServiceDefinitionRaw'
|
|
9787
|
+
ServiceDefinitionsListResponse:
|
|
9788
|
+
description: Create service definitions response.
|
|
8336
9789
|
properties:
|
|
8337
9790
|
data:
|
|
8338
|
-
|
|
8339
|
-
|
|
8340
|
-
|
|
9791
|
+
description: Data representing service definitions.
|
|
9792
|
+
items:
|
|
9793
|
+
$ref: '#/components/schemas/ServiceDefinitionData'
|
|
9794
|
+
type: array
|
|
8341
9795
|
type: object
|
|
9796
|
+
TagsEventAttribute:
|
|
9797
|
+
description: Array of tags associated with your event.
|
|
9798
|
+
example:
|
|
9799
|
+
- team:A
|
|
9800
|
+
items:
|
|
9801
|
+
description: Tag associated with your event.
|
|
9802
|
+
type: string
|
|
9803
|
+
type: array
|
|
9804
|
+
TimestampEventAttribute:
|
|
9805
|
+
description: Timestamp of your event.
|
|
9806
|
+
example: '2019-01-02T09:42:36.320Z'
|
|
9807
|
+
format: date-time
|
|
9808
|
+
type: string
|
|
8342
9809
|
UsageApplicationSecurityMonitoringResponse:
|
|
8343
9810
|
description: Application Security Monitoring usage response.
|
|
8344
9811
|
properties:
|
|
@@ -8718,6 +10185,7 @@ components:
|
|
|
8718
10185
|
user_access_invite: Invite other users to your organization.
|
|
8719
10186
|
user_access_manage: Disable users, manage user roles, manage SAML-to-role
|
|
8720
10187
|
mappings, and configure logs restriction queries.
|
|
10188
|
+
user_access_read: View users and their roles and settings.
|
|
8721
10189
|
tokenUrl: /oauth2/v1/token
|
|
8722
10190
|
type: oauth2
|
|
8723
10191
|
apiKeyAuth:
|
|
@@ -8787,15 +10255,253 @@ paths:
|
|
|
8787
10255
|
content:
|
|
8788
10256
|
application/json:
|
|
8789
10257
|
schema:
|
|
8790
|
-
$ref: '#/components/schemas/APIKeyCreateRequest'
|
|
10258
|
+
$ref: '#/components/schemas/APIKeyCreateRequest'
|
|
10259
|
+
required: true
|
|
10260
|
+
responses:
|
|
10261
|
+
'201':
|
|
10262
|
+
content:
|
|
10263
|
+
application/json:
|
|
10264
|
+
schema:
|
|
10265
|
+
$ref: '#/components/schemas/APIKeyResponse'
|
|
10266
|
+
description: Created
|
|
10267
|
+
'400':
|
|
10268
|
+
content:
|
|
10269
|
+
application/json:
|
|
10270
|
+
schema:
|
|
10271
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
10272
|
+
description: Bad Request
|
|
10273
|
+
'403':
|
|
10274
|
+
content:
|
|
10275
|
+
application/json:
|
|
10276
|
+
schema:
|
|
10277
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
10278
|
+
description: Forbidden
|
|
10279
|
+
'429':
|
|
10280
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
10281
|
+
summary: Create an API key
|
|
10282
|
+
tags:
|
|
10283
|
+
- Key Management
|
|
10284
|
+
x-codegen-request-body-name: body
|
|
10285
|
+
/api/v2/api_keys/{api_key_id}:
|
|
10286
|
+
delete:
|
|
10287
|
+
description: Delete an API key.
|
|
10288
|
+
operationId: DeleteAPIKey
|
|
10289
|
+
parameters:
|
|
10290
|
+
- $ref: '#/components/parameters/APIKeyId'
|
|
10291
|
+
responses:
|
|
10292
|
+
'204':
|
|
10293
|
+
description: No Content
|
|
10294
|
+
'403':
|
|
10295
|
+
content:
|
|
10296
|
+
application/json:
|
|
10297
|
+
schema:
|
|
10298
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
10299
|
+
description: Forbidden
|
|
10300
|
+
'404':
|
|
10301
|
+
content:
|
|
10302
|
+
application/json:
|
|
10303
|
+
schema:
|
|
10304
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
10305
|
+
description: Not Found
|
|
10306
|
+
'429':
|
|
10307
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
10308
|
+
summary: Delete an API key
|
|
10309
|
+
tags:
|
|
10310
|
+
- Key Management
|
|
10311
|
+
get:
|
|
10312
|
+
description: Get an API key.
|
|
10313
|
+
operationId: GetAPIKey
|
|
10314
|
+
parameters:
|
|
10315
|
+
- $ref: '#/components/parameters/APIKeyId'
|
|
10316
|
+
- $ref: '#/components/parameters/APIKeyIncludeParameter'
|
|
10317
|
+
responses:
|
|
10318
|
+
'200':
|
|
10319
|
+
content:
|
|
10320
|
+
application/json:
|
|
10321
|
+
schema:
|
|
10322
|
+
$ref: '#/components/schemas/APIKeyResponse'
|
|
10323
|
+
description: OK
|
|
10324
|
+
'403':
|
|
10325
|
+
content:
|
|
10326
|
+
application/json:
|
|
10327
|
+
schema:
|
|
10328
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
10329
|
+
description: Forbidden
|
|
10330
|
+
'404':
|
|
10331
|
+
content:
|
|
10332
|
+
application/json:
|
|
10333
|
+
schema:
|
|
10334
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
10335
|
+
description: Not Found
|
|
10336
|
+
'429':
|
|
10337
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
10338
|
+
summary: Get API key
|
|
10339
|
+
tags:
|
|
10340
|
+
- Key Management
|
|
10341
|
+
patch:
|
|
10342
|
+
description: Update an API key.
|
|
10343
|
+
operationId: UpdateAPIKey
|
|
10344
|
+
parameters:
|
|
10345
|
+
- $ref: '#/components/parameters/APIKeyId'
|
|
10346
|
+
requestBody:
|
|
10347
|
+
content:
|
|
10348
|
+
application/json:
|
|
10349
|
+
schema:
|
|
10350
|
+
$ref: '#/components/schemas/APIKeyUpdateRequest'
|
|
10351
|
+
required: true
|
|
10352
|
+
responses:
|
|
10353
|
+
'200':
|
|
10354
|
+
content:
|
|
10355
|
+
application/json:
|
|
10356
|
+
schema:
|
|
10357
|
+
$ref: '#/components/schemas/APIKeyResponse'
|
|
10358
|
+
description: OK
|
|
10359
|
+
'400':
|
|
10360
|
+
content:
|
|
10361
|
+
application/json:
|
|
10362
|
+
schema:
|
|
10363
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
10364
|
+
description: Bad Request
|
|
10365
|
+
'403':
|
|
10366
|
+
content:
|
|
10367
|
+
application/json:
|
|
10368
|
+
schema:
|
|
10369
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
10370
|
+
description: Forbidden
|
|
10371
|
+
'404':
|
|
10372
|
+
content:
|
|
10373
|
+
application/json:
|
|
10374
|
+
schema:
|
|
10375
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
10376
|
+
description: Not Found
|
|
10377
|
+
'429':
|
|
10378
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
10379
|
+
summary: Edit an API key
|
|
10380
|
+
tags:
|
|
10381
|
+
- Key Management
|
|
10382
|
+
x-codegen-request-body-name: body
|
|
10383
|
+
/api/v2/application_keys:
|
|
10384
|
+
get:
|
|
10385
|
+
description: List all application keys available for your org
|
|
10386
|
+
operationId: ListApplicationKeys
|
|
10387
|
+
parameters:
|
|
10388
|
+
- $ref: '#/components/parameters/PageSize'
|
|
10389
|
+
- $ref: '#/components/parameters/PageNumber'
|
|
10390
|
+
- $ref: '#/components/parameters/ApplicationKeysSortParameter'
|
|
10391
|
+
- $ref: '#/components/parameters/ApplicationKeyFilterParameter'
|
|
10392
|
+
- $ref: '#/components/parameters/ApplicationKeyFilterCreatedAtStartParameter'
|
|
10393
|
+
- $ref: '#/components/parameters/ApplicationKeyFilterCreatedAtEndParameter'
|
|
10394
|
+
responses:
|
|
10395
|
+
'200':
|
|
10396
|
+
content:
|
|
10397
|
+
application/json:
|
|
10398
|
+
schema:
|
|
10399
|
+
$ref: '#/components/schemas/ListApplicationKeysResponse'
|
|
10400
|
+
description: OK
|
|
10401
|
+
'400':
|
|
10402
|
+
content:
|
|
10403
|
+
application/json:
|
|
10404
|
+
schema:
|
|
10405
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
10406
|
+
description: Bad Request
|
|
10407
|
+
'403':
|
|
10408
|
+
content:
|
|
10409
|
+
application/json:
|
|
10410
|
+
schema:
|
|
10411
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
10412
|
+
description: Forbidden
|
|
10413
|
+
'404':
|
|
10414
|
+
content:
|
|
10415
|
+
application/json:
|
|
10416
|
+
schema:
|
|
10417
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
10418
|
+
description: Not Found
|
|
10419
|
+
'429':
|
|
10420
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
10421
|
+
summary: Get all application keys
|
|
10422
|
+
tags:
|
|
10423
|
+
- Key Management
|
|
10424
|
+
/api/v2/application_keys/{app_key_id}:
|
|
10425
|
+
delete:
|
|
10426
|
+
description: Delete an application key
|
|
10427
|
+
operationId: DeleteApplicationKey
|
|
10428
|
+
parameters:
|
|
10429
|
+
- $ref: '#/components/parameters/ApplicationKeyID'
|
|
10430
|
+
responses:
|
|
10431
|
+
'204':
|
|
10432
|
+
description: No Content
|
|
10433
|
+
'403':
|
|
10434
|
+
content:
|
|
10435
|
+
application/json:
|
|
10436
|
+
schema:
|
|
10437
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
10438
|
+
description: Forbidden
|
|
10439
|
+
'404':
|
|
10440
|
+
content:
|
|
10441
|
+
application/json:
|
|
10442
|
+
schema:
|
|
10443
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
10444
|
+
description: Not Found
|
|
10445
|
+
'429':
|
|
10446
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
10447
|
+
summary: Delete an application key
|
|
10448
|
+
tags:
|
|
10449
|
+
- Key Management
|
|
10450
|
+
x-codegen-request-body-name: body
|
|
10451
|
+
get:
|
|
10452
|
+
description: Get an application key for your org.
|
|
10453
|
+
operationId: GetApplicationKey
|
|
10454
|
+
parameters:
|
|
10455
|
+
- $ref: '#/components/parameters/ApplicationKeyID'
|
|
10456
|
+
- $ref: '#/components/parameters/ApplicationKeyIncludeParameter'
|
|
10457
|
+
responses:
|
|
10458
|
+
'200':
|
|
10459
|
+
content:
|
|
10460
|
+
application/json:
|
|
10461
|
+
schema:
|
|
10462
|
+
$ref: '#/components/schemas/ApplicationKeyResponse'
|
|
10463
|
+
description: OK
|
|
10464
|
+
'400':
|
|
10465
|
+
content:
|
|
10466
|
+
application/json:
|
|
10467
|
+
schema:
|
|
10468
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
10469
|
+
description: Bad Request
|
|
10470
|
+
'403':
|
|
10471
|
+
content:
|
|
10472
|
+
application/json:
|
|
10473
|
+
schema:
|
|
10474
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
10475
|
+
description: Forbidden
|
|
10476
|
+
'404':
|
|
10477
|
+
content:
|
|
10478
|
+
application/json:
|
|
10479
|
+
schema:
|
|
10480
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
10481
|
+
description: Not Found
|
|
10482
|
+
'429':
|
|
10483
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
10484
|
+
summary: Get an application key
|
|
10485
|
+
tags:
|
|
10486
|
+
- Key Management
|
|
10487
|
+
patch:
|
|
10488
|
+
description: Edit an application key
|
|
10489
|
+
operationId: UpdateApplicationKey
|
|
10490
|
+
parameters:
|
|
10491
|
+
- $ref: '#/components/parameters/ApplicationKeyID'
|
|
10492
|
+
requestBody:
|
|
10493
|
+
content:
|
|
10494
|
+
application/json:
|
|
10495
|
+
schema:
|
|
10496
|
+
$ref: '#/components/schemas/ApplicationKeyUpdateRequest'
|
|
8791
10497
|
required: true
|
|
8792
10498
|
responses:
|
|
8793
|
-
'
|
|
10499
|
+
'200':
|
|
8794
10500
|
content:
|
|
8795
10501
|
application/json:
|
|
8796
10502
|
schema:
|
|
8797
|
-
$ref: '#/components/schemas/
|
|
8798
|
-
description:
|
|
10503
|
+
$ref: '#/components/schemas/ApplicationKeyResponse'
|
|
10504
|
+
description: OK
|
|
8799
10505
|
'400':
|
|
8800
10506
|
content:
|
|
8801
10507
|
application/json:
|
|
@@ -8808,85 +10514,197 @@ paths:
|
|
|
8808
10514
|
schema:
|
|
8809
10515
|
$ref: '#/components/schemas/APIErrorResponse'
|
|
8810
10516
|
description: Forbidden
|
|
10517
|
+
'404':
|
|
10518
|
+
content:
|
|
10519
|
+
application/json:
|
|
10520
|
+
schema:
|
|
10521
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
10522
|
+
description: Not Found
|
|
8811
10523
|
'429':
|
|
8812
10524
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
8813
|
-
summary:
|
|
10525
|
+
summary: Edit an application key
|
|
8814
10526
|
tags:
|
|
8815
10527
|
- Key Management
|
|
8816
10528
|
x-codegen-request-body-name: body
|
|
8817
|
-
/api/v2/
|
|
8818
|
-
|
|
8819
|
-
description:
|
|
8820
|
-
|
|
10529
|
+
/api/v2/audit/events:
|
|
10530
|
+
get:
|
|
10531
|
+
description: 'List endpoint returns events that match a Audit Logs search query.
|
|
10532
|
+
|
|
10533
|
+
[Results are paginated][1].
|
|
10534
|
+
|
|
10535
|
+
|
|
10536
|
+
Use this endpoint to see your latest Audit Logs events.
|
|
10537
|
+
|
|
10538
|
+
|
|
10539
|
+
[1]: https://docs.datadoghq.com/logs/guide/collect-multiple-logs-with-pagination'
|
|
10540
|
+
operationId: ListAuditLogs
|
|
8821
10541
|
parameters:
|
|
8822
|
-
-
|
|
10542
|
+
- description: Search query following Audit Logs syntax.
|
|
10543
|
+
example: '@type:session @application_id:xxxx'
|
|
10544
|
+
in: query
|
|
10545
|
+
name: filter[query]
|
|
10546
|
+
required: false
|
|
10547
|
+
schema:
|
|
10548
|
+
type: string
|
|
10549
|
+
- description: Minimum timestamp for requested events.
|
|
10550
|
+
example: '2019-01-02T09:42:36.320Z'
|
|
10551
|
+
in: query
|
|
10552
|
+
name: filter[from]
|
|
10553
|
+
required: false
|
|
10554
|
+
schema:
|
|
10555
|
+
format: date-time
|
|
10556
|
+
type: string
|
|
10557
|
+
- description: Maximum timestamp for requested events.
|
|
10558
|
+
example: '2019-01-03T09:42:36.320Z'
|
|
10559
|
+
in: query
|
|
10560
|
+
name: filter[to]
|
|
10561
|
+
required: false
|
|
10562
|
+
schema:
|
|
10563
|
+
format: date-time
|
|
10564
|
+
type: string
|
|
10565
|
+
- description: Order of events in results.
|
|
10566
|
+
in: query
|
|
10567
|
+
name: sort
|
|
10568
|
+
required: false
|
|
10569
|
+
schema:
|
|
10570
|
+
$ref: '#/components/schemas/AuditLogsSort'
|
|
10571
|
+
- description: List following results with a cursor provided in the previous
|
|
10572
|
+
query.
|
|
10573
|
+
example: eyJzdGFydEF0IjoiQVFBQUFYS2tMS3pPbm40NGV3QUFBQUJCV0V0clRFdDZVbG8zY3pCRmNsbHJiVmxDWlEifQ==
|
|
10574
|
+
in: query
|
|
10575
|
+
name: page[cursor]
|
|
10576
|
+
required: false
|
|
10577
|
+
schema:
|
|
10578
|
+
type: string
|
|
10579
|
+
- description: Maximum number of events in the response.
|
|
10580
|
+
example: 25
|
|
10581
|
+
in: query
|
|
10582
|
+
name: page[limit]
|
|
10583
|
+
required: false
|
|
10584
|
+
schema:
|
|
10585
|
+
default: 10
|
|
10586
|
+
format: int32
|
|
10587
|
+
maximum: 1000
|
|
10588
|
+
type: integer
|
|
8823
10589
|
responses:
|
|
8824
|
-
'
|
|
8825
|
-
description: No Content
|
|
8826
|
-
'403':
|
|
10590
|
+
'200':
|
|
8827
10591
|
content:
|
|
8828
10592
|
application/json:
|
|
8829
10593
|
schema:
|
|
8830
|
-
$ref: '#/components/schemas/
|
|
8831
|
-
description:
|
|
8832
|
-
'
|
|
10594
|
+
$ref: '#/components/schemas/AuditLogsEventsResponse'
|
|
10595
|
+
description: OK
|
|
10596
|
+
'400':
|
|
10597
|
+
$ref: '#/components/responses/BadRequestResponse'
|
|
10598
|
+
'403':
|
|
10599
|
+
$ref: '#/components/responses/NotAuthorizedResponse'
|
|
10600
|
+
'429':
|
|
10601
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
10602
|
+
summary: Get a list of Audit Logs events
|
|
10603
|
+
tags:
|
|
10604
|
+
- Audit
|
|
10605
|
+
x-pagination:
|
|
10606
|
+
cursorParam: page[cursor]
|
|
10607
|
+
cursorPath: meta.page.after
|
|
10608
|
+
limitParam: page[limit]
|
|
10609
|
+
resultsPath: data
|
|
10610
|
+
/api/v2/audit/events/search:
|
|
10611
|
+
post:
|
|
10612
|
+
description: 'List endpoint returns Audit Logs events that match an Audit search
|
|
10613
|
+
query.
|
|
10614
|
+
|
|
10615
|
+
[Results are paginated][1].
|
|
10616
|
+
|
|
10617
|
+
|
|
10618
|
+
Use this endpoint to build complex Audit Logs events filtering and search.
|
|
10619
|
+
|
|
10620
|
+
|
|
10621
|
+
[1]: https://docs.datadoghq.com/logs/guide/collect-multiple-logs-with-pagination'
|
|
10622
|
+
operationId: SearchAuditLogs
|
|
10623
|
+
requestBody:
|
|
10624
|
+
content:
|
|
10625
|
+
application/json:
|
|
10626
|
+
schema:
|
|
10627
|
+
$ref: '#/components/schemas/AuditLogsSearchEventsRequest'
|
|
10628
|
+
required: false
|
|
10629
|
+
responses:
|
|
10630
|
+
'200':
|
|
8833
10631
|
content:
|
|
8834
10632
|
application/json:
|
|
8835
10633
|
schema:
|
|
8836
|
-
$ref: '#/components/schemas/
|
|
8837
|
-
description:
|
|
10634
|
+
$ref: '#/components/schemas/AuditLogsEventsResponse'
|
|
10635
|
+
description: OK
|
|
10636
|
+
'400':
|
|
10637
|
+
$ref: '#/components/responses/BadRequestResponse'
|
|
10638
|
+
'403':
|
|
10639
|
+
$ref: '#/components/responses/NotAuthorizedResponse'
|
|
8838
10640
|
'429':
|
|
8839
10641
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
8840
|
-
summary:
|
|
10642
|
+
summary: Search Audit Logs events
|
|
8841
10643
|
tags:
|
|
8842
|
-
-
|
|
10644
|
+
- Audit
|
|
10645
|
+
x-codegen-request-body-name: body
|
|
10646
|
+
x-pagination:
|
|
10647
|
+
cursorParam: body.page.cursor
|
|
10648
|
+
cursorPath: meta.page.after
|
|
10649
|
+
limitParam: body.page.limit
|
|
10650
|
+
resultsPath: data
|
|
10651
|
+
/api/v2/authn_mappings:
|
|
8843
10652
|
get:
|
|
8844
|
-
description:
|
|
8845
|
-
operationId:
|
|
10653
|
+
description: List all AuthN Mappings in the org.
|
|
10654
|
+
operationId: ListAuthNMappings
|
|
8846
10655
|
parameters:
|
|
8847
|
-
- $ref: '#/components/parameters/
|
|
8848
|
-
- $ref: '#/components/parameters/
|
|
10656
|
+
- $ref: '#/components/parameters/PageSize'
|
|
10657
|
+
- $ref: '#/components/parameters/PageNumber'
|
|
10658
|
+
- description: Sort AuthN Mappings depending on the given field.
|
|
10659
|
+
in: query
|
|
10660
|
+
name: sort
|
|
10661
|
+
required: false
|
|
10662
|
+
schema:
|
|
10663
|
+
$ref: '#/components/schemas/AuthNMappingsSort'
|
|
10664
|
+
- description: Filter all mappings by the given string.
|
|
10665
|
+
in: query
|
|
10666
|
+
name: filter
|
|
10667
|
+
required: false
|
|
10668
|
+
schema:
|
|
10669
|
+
type: string
|
|
8849
10670
|
responses:
|
|
8850
10671
|
'200':
|
|
8851
10672
|
content:
|
|
8852
10673
|
application/json:
|
|
8853
10674
|
schema:
|
|
8854
|
-
$ref: '#/components/schemas/
|
|
10675
|
+
$ref: '#/components/schemas/AuthNMappingsResponse'
|
|
8855
10676
|
description: OK
|
|
8856
10677
|
'403':
|
|
8857
10678
|
content:
|
|
8858
10679
|
application/json:
|
|
8859
10680
|
schema:
|
|
8860
10681
|
$ref: '#/components/schemas/APIErrorResponse'
|
|
8861
|
-
description:
|
|
8862
|
-
'404':
|
|
8863
|
-
content:
|
|
8864
|
-
application/json:
|
|
8865
|
-
schema:
|
|
8866
|
-
$ref: '#/components/schemas/APIErrorResponse'
|
|
8867
|
-
description: Not Found
|
|
10682
|
+
description: Authentication Error
|
|
8868
10683
|
'429':
|
|
8869
10684
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
8870
|
-
|
|
10685
|
+
security:
|
|
10686
|
+
- apiKeyAuth: []
|
|
10687
|
+
appKeyAuth: []
|
|
10688
|
+
- AuthZ: []
|
|
10689
|
+
summary: List all AuthN Mappings
|
|
8871
10690
|
tags:
|
|
8872
|
-
-
|
|
8873
|
-
|
|
8874
|
-
|
|
8875
|
-
|
|
8876
|
-
|
|
8877
|
-
- $ref: '#/components/parameters/APIKeyId'
|
|
10691
|
+
- AuthN Mappings
|
|
10692
|
+
x-permission: OPEN()
|
|
10693
|
+
post:
|
|
10694
|
+
description: Create an AuthN Mapping.
|
|
10695
|
+
operationId: CreateAuthNMapping
|
|
8878
10696
|
requestBody:
|
|
8879
10697
|
content:
|
|
8880
10698
|
application/json:
|
|
8881
10699
|
schema:
|
|
8882
|
-
$ref: '#/components/schemas/
|
|
10700
|
+
$ref: '#/components/schemas/AuthNMappingCreateRequest'
|
|
8883
10701
|
required: true
|
|
8884
10702
|
responses:
|
|
8885
10703
|
'200':
|
|
8886
10704
|
content:
|
|
8887
10705
|
application/json:
|
|
8888
10706
|
schema:
|
|
8889
|
-
$ref: '#/components/schemas/
|
|
10707
|
+
$ref: '#/components/schemas/AuthNMappingResponse'
|
|
8890
10708
|
description: OK
|
|
8891
10709
|
'400':
|
|
8892
10710
|
content:
|
|
@@ -8899,7 +10717,7 @@ paths:
|
|
|
8899
10717
|
application/json:
|
|
8900
10718
|
schema:
|
|
8901
10719
|
$ref: '#/components/schemas/APIErrorResponse'
|
|
8902
|
-
description:
|
|
10720
|
+
description: Authentication Error
|
|
8903
10721
|
'404':
|
|
8904
10722
|
content:
|
|
8905
10723
|
application/json:
|
|
@@ -8908,40 +10726,31 @@ paths:
|
|
|
8908
10726
|
description: Not Found
|
|
8909
10727
|
'429':
|
|
8910
10728
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
8911
|
-
|
|
10729
|
+
security:
|
|
10730
|
+
- apiKeyAuth: []
|
|
10731
|
+
appKeyAuth: []
|
|
10732
|
+
- AuthZ:
|
|
10733
|
+
- user_access_manage
|
|
10734
|
+
summary: Create an AuthN Mapping
|
|
8912
10735
|
tags:
|
|
8913
|
-
-
|
|
10736
|
+
- AuthN Mappings
|
|
8914
10737
|
x-codegen-request-body-name: body
|
|
8915
|
-
|
|
8916
|
-
|
|
8917
|
-
|
|
8918
|
-
|
|
10738
|
+
x-permission: OR(USER_ACCESS_MANAGE)
|
|
10739
|
+
/api/v2/authn_mappings/{authn_mapping_id}:
|
|
10740
|
+
delete:
|
|
10741
|
+
description: Delete an AuthN Mapping specified by AuthN Mapping UUID.
|
|
10742
|
+
operationId: DeleteAuthNMapping
|
|
8919
10743
|
parameters:
|
|
8920
|
-
- $ref: '#/components/parameters/
|
|
8921
|
-
- $ref: '#/components/parameters/PageNumber'
|
|
8922
|
-
- $ref: '#/components/parameters/ApplicationKeysSortParameter'
|
|
8923
|
-
- $ref: '#/components/parameters/ApplicationKeyFilterParameter'
|
|
8924
|
-
- $ref: '#/components/parameters/ApplicationKeyFilterCreatedAtStartParameter'
|
|
8925
|
-
- $ref: '#/components/parameters/ApplicationKeyFilterCreatedAtEndParameter'
|
|
10744
|
+
- $ref: '#/components/parameters/AuthNMappingID'
|
|
8926
10745
|
responses:
|
|
8927
|
-
'
|
|
8928
|
-
content:
|
|
8929
|
-
application/json:
|
|
8930
|
-
schema:
|
|
8931
|
-
$ref: '#/components/schemas/ListApplicationKeysResponse'
|
|
10746
|
+
'204':
|
|
8932
10747
|
description: OK
|
|
8933
|
-
'400':
|
|
8934
|
-
content:
|
|
8935
|
-
application/json:
|
|
8936
|
-
schema:
|
|
8937
|
-
$ref: '#/components/schemas/APIErrorResponse'
|
|
8938
|
-
description: Bad Request
|
|
8939
10748
|
'403':
|
|
8940
10749
|
content:
|
|
8941
10750
|
application/json:
|
|
8942
10751
|
schema:
|
|
8943
10752
|
$ref: '#/components/schemas/APIErrorResponse'
|
|
8944
|
-
description:
|
|
10753
|
+
description: Authentication Error
|
|
8945
10754
|
'404':
|
|
8946
10755
|
content:
|
|
8947
10756
|
application/json:
|
|
@@ -8950,24 +10759,33 @@ paths:
|
|
|
8950
10759
|
description: Not Found
|
|
8951
10760
|
'429':
|
|
8952
10761
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
8953
|
-
|
|
10762
|
+
security:
|
|
10763
|
+
- apiKeyAuth: []
|
|
10764
|
+
appKeyAuth: []
|
|
10765
|
+
- AuthZ:
|
|
10766
|
+
- user_access_manage
|
|
10767
|
+
summary: Delete an AuthN Mapping
|
|
8954
10768
|
tags:
|
|
8955
|
-
-
|
|
8956
|
-
|
|
8957
|
-
|
|
8958
|
-
description:
|
|
8959
|
-
operationId:
|
|
10769
|
+
- AuthN Mappings
|
|
10770
|
+
x-permission: OR(USER_ACCESS_MANAGE)
|
|
10771
|
+
get:
|
|
10772
|
+
description: Get an AuthN Mapping specified by the AuthN Mapping UUID.
|
|
10773
|
+
operationId: GetAuthNMapping
|
|
8960
10774
|
parameters:
|
|
8961
|
-
- $ref: '#/components/parameters/
|
|
10775
|
+
- $ref: '#/components/parameters/AuthNMappingID'
|
|
8962
10776
|
responses:
|
|
8963
|
-
'
|
|
8964
|
-
|
|
10777
|
+
'200':
|
|
10778
|
+
content:
|
|
10779
|
+
application/json:
|
|
10780
|
+
schema:
|
|
10781
|
+
$ref: '#/components/schemas/AuthNMappingResponse'
|
|
10782
|
+
description: OK
|
|
8965
10783
|
'403':
|
|
8966
10784
|
content:
|
|
8967
10785
|
application/json:
|
|
8968
10786
|
schema:
|
|
8969
10787
|
$ref: '#/components/schemas/APIErrorResponse'
|
|
8970
|
-
description:
|
|
10788
|
+
description: Authentication Error
|
|
8971
10789
|
'404':
|
|
8972
10790
|
content:
|
|
8973
10791
|
application/json:
|
|
@@ -8976,22 +10794,31 @@ paths:
|
|
|
8976
10794
|
description: Not Found
|
|
8977
10795
|
'429':
|
|
8978
10796
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
8979
|
-
|
|
10797
|
+
security:
|
|
10798
|
+
- apiKeyAuth: []
|
|
10799
|
+
appKeyAuth: []
|
|
10800
|
+
- AuthZ: []
|
|
10801
|
+
summary: Get an AuthN Mapping by UUID
|
|
8980
10802
|
tags:
|
|
8981
|
-
-
|
|
8982
|
-
x-
|
|
8983
|
-
|
|
8984
|
-
description:
|
|
8985
|
-
operationId:
|
|
10803
|
+
- AuthN Mappings
|
|
10804
|
+
x-permission: OPEN()
|
|
10805
|
+
patch:
|
|
10806
|
+
description: Edit an AuthN Mapping.
|
|
10807
|
+
operationId: UpdateAuthNMapping
|
|
8986
10808
|
parameters:
|
|
8987
|
-
- $ref: '#/components/parameters/
|
|
8988
|
-
|
|
10809
|
+
- $ref: '#/components/parameters/AuthNMappingID'
|
|
10810
|
+
requestBody:
|
|
10811
|
+
content:
|
|
10812
|
+
application/json:
|
|
10813
|
+
schema:
|
|
10814
|
+
$ref: '#/components/schemas/AuthNMappingUpdateRequest'
|
|
10815
|
+
required: true
|
|
8989
10816
|
responses:
|
|
8990
10817
|
'200':
|
|
8991
10818
|
content:
|
|
8992
10819
|
application/json:
|
|
8993
10820
|
schema:
|
|
8994
|
-
$ref: '#/components/schemas/
|
|
10821
|
+
$ref: '#/components/schemas/AuthNMappingResponse'
|
|
8995
10822
|
description: OK
|
|
8996
10823
|
'400':
|
|
8997
10824
|
content:
|
|
@@ -9004,75 +10831,82 @@ paths:
|
|
|
9004
10831
|
application/json:
|
|
9005
10832
|
schema:
|
|
9006
10833
|
$ref: '#/components/schemas/APIErrorResponse'
|
|
9007
|
-
description:
|
|
10834
|
+
description: Authentication Error
|
|
9008
10835
|
'404':
|
|
9009
10836
|
content:
|
|
9010
10837
|
application/json:
|
|
9011
10838
|
schema:
|
|
9012
10839
|
$ref: '#/components/schemas/APIErrorResponse'
|
|
9013
10840
|
description: Not Found
|
|
10841
|
+
'409':
|
|
10842
|
+
content:
|
|
10843
|
+
application/json:
|
|
10844
|
+
schema:
|
|
10845
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
10846
|
+
description: Conflict
|
|
10847
|
+
'422':
|
|
10848
|
+
content:
|
|
10849
|
+
application/json:
|
|
10850
|
+
schema:
|
|
10851
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
10852
|
+
description: Unprocessable Entity
|
|
9014
10853
|
'429':
|
|
9015
10854
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
9016
|
-
|
|
10855
|
+
security:
|
|
10856
|
+
- apiKeyAuth: []
|
|
10857
|
+
appKeyAuth: []
|
|
10858
|
+
- AuthZ:
|
|
10859
|
+
- user_access_manage
|
|
10860
|
+
summary: Edit an AuthN Mapping
|
|
9017
10861
|
tags:
|
|
9018
|
-
-
|
|
9019
|
-
|
|
9020
|
-
|
|
9021
|
-
|
|
9022
|
-
|
|
9023
|
-
|
|
10862
|
+
- AuthN Mappings
|
|
10863
|
+
x-codegen-request-body-name: body
|
|
10864
|
+
x-permission: OR(USER_ACCESS_MANAGE)
|
|
10865
|
+
/api/v2/ci/pipelines/analytics/aggregate:
|
|
10866
|
+
post:
|
|
10867
|
+
description: The API endpoint to aggregate CI Visibility pipeline events into
|
|
10868
|
+
buckets of computed metrics and timeseries.
|
|
10869
|
+
operationId: AggregateCIAppPipelineEvents
|
|
9024
10870
|
requestBody:
|
|
9025
10871
|
content:
|
|
9026
10872
|
application/json:
|
|
9027
10873
|
schema:
|
|
9028
|
-
$ref: '#/components/schemas/
|
|
10874
|
+
$ref: '#/components/schemas/CIAppPipelinesAggregateRequest'
|
|
9029
10875
|
required: true
|
|
9030
10876
|
responses:
|
|
9031
10877
|
'200':
|
|
9032
10878
|
content:
|
|
9033
10879
|
application/json:
|
|
9034
10880
|
schema:
|
|
9035
|
-
$ref: '#/components/schemas/
|
|
10881
|
+
$ref: '#/components/schemas/CIAppPipelinesAnalyticsAggregateResponse'
|
|
9036
10882
|
description: OK
|
|
9037
10883
|
'400':
|
|
9038
|
-
|
|
9039
|
-
application/json:
|
|
9040
|
-
schema:
|
|
9041
|
-
$ref: '#/components/schemas/APIErrorResponse'
|
|
9042
|
-
description: Bad Request
|
|
10884
|
+
$ref: '#/components/responses/BadRequestResponse'
|
|
9043
10885
|
'403':
|
|
9044
|
-
|
|
9045
|
-
application/json:
|
|
9046
|
-
schema:
|
|
9047
|
-
$ref: '#/components/schemas/APIErrorResponse'
|
|
9048
|
-
description: Forbidden
|
|
9049
|
-
'404':
|
|
9050
|
-
content:
|
|
9051
|
-
application/json:
|
|
9052
|
-
schema:
|
|
9053
|
-
$ref: '#/components/schemas/APIErrorResponse'
|
|
9054
|
-
description: Not Found
|
|
10886
|
+
$ref: '#/components/responses/NotAuthorizedResponse'
|
|
9055
10887
|
'429':
|
|
9056
10888
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
9057
|
-
|
|
10889
|
+
security:
|
|
10890
|
+
- apiKeyAuth: []
|
|
10891
|
+
appKeyAuth: []
|
|
10892
|
+
- AuthZ: []
|
|
10893
|
+
summary: Aggregate pipelines events
|
|
9058
10894
|
tags:
|
|
9059
|
-
-
|
|
10895
|
+
- CI Visibility Pipelines
|
|
9060
10896
|
x-codegen-request-body-name: body
|
|
9061
|
-
/api/v2/
|
|
10897
|
+
/api/v2/ci/pipelines/events:
|
|
9062
10898
|
get:
|
|
9063
|
-
description: 'List endpoint returns events that match
|
|
10899
|
+
description: 'List endpoint returns CI Visibility pipeline events that match
|
|
10900
|
+
a log search query.
|
|
9064
10901
|
|
|
9065
|
-
[Results are paginated]
|
|
9066
|
-
|
|
9067
|
-
|
|
9068
|
-
Use this endpoint to see your latest Audit Logs events.
|
|
10902
|
+
[Results are paginated similarly to logs](https://docs.datadoghq.com/logs/guide/collect-multiple-logs-with-pagination).
|
|
9069
10903
|
|
|
9070
10904
|
|
|
9071
|
-
|
|
9072
|
-
operationId:
|
|
10905
|
+
Use this endpoint to see your latest pipeline events.'
|
|
10906
|
+
operationId: ListCIAppPipelineEvents
|
|
9073
10907
|
parameters:
|
|
9074
|
-
- description: Search query following
|
|
9075
|
-
example: '@
|
|
10908
|
+
- description: Search query following log syntax.
|
|
10909
|
+
example: '@ci.provider.name:github @ci.pipeline.name:Pull Request Labeler'
|
|
9076
10910
|
in: query
|
|
9077
10911
|
name: filter[query]
|
|
9078
10912
|
required: false
|
|
@@ -9099,7 +10933,7 @@ paths:
|
|
|
9099
10933
|
name: sort
|
|
9100
10934
|
required: false
|
|
9101
10935
|
schema:
|
|
9102
|
-
$ref: '#/components/schemas/
|
|
10936
|
+
$ref: '#/components/schemas/CIAppSort'
|
|
9103
10937
|
- description: List following results with a cursor provided in the previous
|
|
9104
10938
|
query.
|
|
9105
10939
|
example: eyJzdGFydEF0IjoiQVFBQUFYS2tMS3pPbm40NGV3QUFBQUJCV0V0clRFdDZVbG8zY3pCRmNsbHJiVmxDWlEifQ==
|
|
@@ -9123,7 +10957,7 @@ paths:
|
|
|
9123
10957
|
content:
|
|
9124
10958
|
application/json:
|
|
9125
10959
|
schema:
|
|
9126
|
-
$ref: '#/components/schemas/
|
|
10960
|
+
$ref: '#/components/schemas/CIAppPipelineEventsResponse'
|
|
9127
10961
|
description: OK
|
|
9128
10962
|
'400':
|
|
9129
10963
|
$ref: '#/components/responses/BadRequestResponse'
|
|
@@ -9131,39 +10965,40 @@ paths:
|
|
|
9131
10965
|
$ref: '#/components/responses/NotAuthorizedResponse'
|
|
9132
10966
|
'429':
|
|
9133
10967
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
9134
|
-
|
|
10968
|
+
security:
|
|
10969
|
+
- apiKeyAuth: []
|
|
10970
|
+
appKeyAuth: []
|
|
10971
|
+
- AuthZ: []
|
|
10972
|
+
summary: Get a list of pipelines events
|
|
9135
10973
|
tags:
|
|
9136
|
-
-
|
|
10974
|
+
- CI Visibility Pipelines
|
|
9137
10975
|
x-pagination:
|
|
9138
10976
|
cursorParam: page[cursor]
|
|
9139
10977
|
cursorPath: meta.page.after
|
|
9140
10978
|
limitParam: page[limit]
|
|
9141
10979
|
resultsPath: data
|
|
9142
|
-
/api/v2/
|
|
10980
|
+
/api/v2/ci/pipelines/events/search:
|
|
9143
10981
|
post:
|
|
9144
|
-
description: 'List endpoint returns
|
|
9145
|
-
query.
|
|
10982
|
+
description: 'List endpoint returns CI Visibility pipeline events that match
|
|
10983
|
+
a log search query.
|
|
9146
10984
|
|
|
9147
|
-
[Results are paginated]
|
|
9148
|
-
|
|
9149
|
-
|
|
9150
|
-
Use this endpoint to build complex Audit Logs events filtering and search.
|
|
10985
|
+
[Results are paginated similarly to logs](https://docs.datadoghq.com/logs/guide/collect-multiple-logs-with-pagination).
|
|
9151
10986
|
|
|
9152
10987
|
|
|
9153
|
-
|
|
9154
|
-
operationId:
|
|
10988
|
+
Use this endpoint to build complex events filtering and search.'
|
|
10989
|
+
operationId: SearchCIAppPipelineEvents
|
|
9155
10990
|
requestBody:
|
|
9156
10991
|
content:
|
|
9157
10992
|
application/json:
|
|
9158
10993
|
schema:
|
|
9159
|
-
$ref: '#/components/schemas/
|
|
10994
|
+
$ref: '#/components/schemas/CIAppPipelineEventsRequest'
|
|
9160
10995
|
required: false
|
|
9161
10996
|
responses:
|
|
9162
10997
|
'200':
|
|
9163
10998
|
content:
|
|
9164
10999
|
application/json:
|
|
9165
11000
|
schema:
|
|
9166
|
-
$ref: '#/components/schemas/
|
|
11001
|
+
$ref: '#/components/schemas/CIAppPipelineEventsResponse'
|
|
9167
11002
|
description: OK
|
|
9168
11003
|
'400':
|
|
9169
11004
|
$ref: '#/components/responses/BadRequestResponse'
|
|
@@ -9171,229 +11006,176 @@ paths:
|
|
|
9171
11006
|
$ref: '#/components/responses/NotAuthorizedResponse'
|
|
9172
11007
|
'429':
|
|
9173
11008
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
9174
|
-
|
|
11009
|
+
security:
|
|
11010
|
+
- apiKeyAuth: []
|
|
11011
|
+
appKeyAuth: []
|
|
11012
|
+
- AuthZ: []
|
|
11013
|
+
summary: Search pipelines events
|
|
9175
11014
|
tags:
|
|
9176
|
-
-
|
|
11015
|
+
- CI Visibility Pipelines
|
|
9177
11016
|
x-codegen-request-body-name: body
|
|
9178
11017
|
x-pagination:
|
|
9179
11018
|
cursorParam: body.page.cursor
|
|
9180
11019
|
cursorPath: meta.page.after
|
|
9181
11020
|
limitParam: body.page.limit
|
|
9182
11021
|
resultsPath: data
|
|
9183
|
-
/api/v2/
|
|
9184
|
-
get:
|
|
9185
|
-
description: List all AuthN Mappings in the org.
|
|
9186
|
-
operationId: ListAuthNMappings
|
|
9187
|
-
parameters:
|
|
9188
|
-
- $ref: '#/components/parameters/PageSize'
|
|
9189
|
-
- $ref: '#/components/parameters/PageNumber'
|
|
9190
|
-
- description: Sort AuthN Mappings depending on the given field.
|
|
9191
|
-
in: query
|
|
9192
|
-
name: sort
|
|
9193
|
-
required: false
|
|
9194
|
-
schema:
|
|
9195
|
-
$ref: '#/components/schemas/AuthNMappingsSort'
|
|
9196
|
-
- description: Filter all mappings by the given string.
|
|
9197
|
-
in: query
|
|
9198
|
-
name: filter
|
|
9199
|
-
required: false
|
|
9200
|
-
schema:
|
|
9201
|
-
type: string
|
|
9202
|
-
responses:
|
|
9203
|
-
'200':
|
|
9204
|
-
content:
|
|
9205
|
-
application/json:
|
|
9206
|
-
schema:
|
|
9207
|
-
$ref: '#/components/schemas/AuthNMappingsResponse'
|
|
9208
|
-
description: OK
|
|
9209
|
-
'403':
|
|
9210
|
-
content:
|
|
9211
|
-
application/json:
|
|
9212
|
-
schema:
|
|
9213
|
-
$ref: '#/components/schemas/APIErrorResponse'
|
|
9214
|
-
description: Authentication Error
|
|
9215
|
-
'429':
|
|
9216
|
-
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
9217
|
-
security:
|
|
9218
|
-
- apiKeyAuth: []
|
|
9219
|
-
appKeyAuth: []
|
|
9220
|
-
- AuthZ: []
|
|
9221
|
-
summary: List all AuthN Mappings
|
|
9222
|
-
tags:
|
|
9223
|
-
- AuthN Mappings
|
|
9224
|
-
x-permission: OPEN()
|
|
11022
|
+
/api/v2/ci/tests/analytics/aggregate:
|
|
9225
11023
|
post:
|
|
9226
|
-
description:
|
|
9227
|
-
|
|
11024
|
+
description: The API endpoint to aggregate CI Visibility test events into buckets
|
|
11025
|
+
of computed metrics and timeseries.
|
|
11026
|
+
operationId: AggregateCIAppTestEvents
|
|
9228
11027
|
requestBody:
|
|
9229
11028
|
content:
|
|
9230
11029
|
application/json:
|
|
9231
11030
|
schema:
|
|
9232
|
-
$ref: '#/components/schemas/
|
|
11031
|
+
$ref: '#/components/schemas/CIAppTestsAggregateRequest'
|
|
9233
11032
|
required: true
|
|
9234
11033
|
responses:
|
|
9235
11034
|
'200':
|
|
9236
11035
|
content:
|
|
9237
11036
|
application/json:
|
|
9238
11037
|
schema:
|
|
9239
|
-
$ref: '#/components/schemas/
|
|
11038
|
+
$ref: '#/components/schemas/CIAppTestsAnalyticsAggregateResponse'
|
|
9240
11039
|
description: OK
|
|
9241
11040
|
'400':
|
|
9242
|
-
|
|
9243
|
-
application/json:
|
|
9244
|
-
schema:
|
|
9245
|
-
$ref: '#/components/schemas/APIErrorResponse'
|
|
9246
|
-
description: Bad Request
|
|
11041
|
+
$ref: '#/components/responses/BadRequestResponse'
|
|
9247
11042
|
'403':
|
|
9248
|
-
|
|
9249
|
-
application/json:
|
|
9250
|
-
schema:
|
|
9251
|
-
$ref: '#/components/schemas/APIErrorResponse'
|
|
9252
|
-
description: Authentication Error
|
|
9253
|
-
'404':
|
|
9254
|
-
content:
|
|
9255
|
-
application/json:
|
|
9256
|
-
schema:
|
|
9257
|
-
$ref: '#/components/schemas/APIErrorResponse'
|
|
9258
|
-
description: Not Found
|
|
11043
|
+
$ref: '#/components/responses/NotAuthorizedResponse'
|
|
9259
11044
|
'429':
|
|
9260
11045
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
9261
11046
|
security:
|
|
9262
11047
|
- apiKeyAuth: []
|
|
9263
11048
|
appKeyAuth: []
|
|
9264
|
-
- AuthZ:
|
|
9265
|
-
|
|
9266
|
-
summary: Create an AuthN Mapping
|
|
11049
|
+
- AuthZ: []
|
|
11050
|
+
summary: Aggregate tests events
|
|
9267
11051
|
tags:
|
|
9268
|
-
-
|
|
11052
|
+
- CI Visibility Tests
|
|
9269
11053
|
x-codegen-request-body-name: body
|
|
9270
|
-
|
|
9271
|
-
/api/v2/authn_mappings/{authn_mapping_id}:
|
|
9272
|
-
delete:
|
|
9273
|
-
description: Delete an AuthN Mapping specified by AuthN Mapping UUID.
|
|
9274
|
-
operationId: DeleteAuthNMapping
|
|
9275
|
-
parameters:
|
|
9276
|
-
- $ref: '#/components/parameters/AuthNMappingID'
|
|
9277
|
-
responses:
|
|
9278
|
-
'204':
|
|
9279
|
-
description: OK
|
|
9280
|
-
'403':
|
|
9281
|
-
content:
|
|
9282
|
-
application/json:
|
|
9283
|
-
schema:
|
|
9284
|
-
$ref: '#/components/schemas/APIErrorResponse'
|
|
9285
|
-
description: Authentication Error
|
|
9286
|
-
'404':
|
|
9287
|
-
content:
|
|
9288
|
-
application/json:
|
|
9289
|
-
schema:
|
|
9290
|
-
$ref: '#/components/schemas/APIErrorResponse'
|
|
9291
|
-
description: Not Found
|
|
9292
|
-
'429':
|
|
9293
|
-
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
9294
|
-
security:
|
|
9295
|
-
- apiKeyAuth: []
|
|
9296
|
-
appKeyAuth: []
|
|
9297
|
-
- AuthZ:
|
|
9298
|
-
- user_access_manage
|
|
9299
|
-
summary: Delete an AuthN Mapping
|
|
9300
|
-
tags:
|
|
9301
|
-
- AuthN Mappings
|
|
9302
|
-
x-permission: OR(USER_ACCESS_MANAGE)
|
|
11054
|
+
/api/v2/ci/tests/events:
|
|
9303
11055
|
get:
|
|
9304
|
-
description:
|
|
9305
|
-
|
|
11056
|
+
description: 'List endpoint returns CI Visibility test events that match a log
|
|
11057
|
+
search query.
|
|
11058
|
+
|
|
11059
|
+
[Results are paginated similarly to logs](https://docs.datadoghq.com/logs/guide/collect-multiple-logs-with-pagination).
|
|
11060
|
+
|
|
11061
|
+
|
|
11062
|
+
Use this endpoint to see your latest test events.'
|
|
11063
|
+
operationId: ListCIAppTestEvents
|
|
9306
11064
|
parameters:
|
|
9307
|
-
-
|
|
11065
|
+
- description: Search query following log syntax.
|
|
11066
|
+
example: '@test.name:test_foo @test.suite:github.com/DataDog/dd-go/model'
|
|
11067
|
+
in: query
|
|
11068
|
+
name: filter[query]
|
|
11069
|
+
required: false
|
|
11070
|
+
schema:
|
|
11071
|
+
type: string
|
|
11072
|
+
- description: Minimum timestamp for requested events.
|
|
11073
|
+
example: '2019-01-02T09:42:36.320Z'
|
|
11074
|
+
in: query
|
|
11075
|
+
name: filter[from]
|
|
11076
|
+
required: false
|
|
11077
|
+
schema:
|
|
11078
|
+
format: date-time
|
|
11079
|
+
type: string
|
|
11080
|
+
- description: Maximum timestamp for requested events.
|
|
11081
|
+
example: '2019-01-03T09:42:36.320Z'
|
|
11082
|
+
in: query
|
|
11083
|
+
name: filter[to]
|
|
11084
|
+
required: false
|
|
11085
|
+
schema:
|
|
11086
|
+
format: date-time
|
|
11087
|
+
type: string
|
|
11088
|
+
- description: Order of events in results.
|
|
11089
|
+
in: query
|
|
11090
|
+
name: sort
|
|
11091
|
+
required: false
|
|
11092
|
+
schema:
|
|
11093
|
+
$ref: '#/components/schemas/CIAppSort'
|
|
11094
|
+
- description: List following results with a cursor provided in the previous
|
|
11095
|
+
query.
|
|
11096
|
+
example: eyJzdGFydEF0IjoiQVFBQUFYS2tMS3pPbm40NGV3QUFBQUJCV0V0clRFdDZVbG8zY3pCRmNsbHJiVmxDWlEifQ==
|
|
11097
|
+
in: query
|
|
11098
|
+
name: page[cursor]
|
|
11099
|
+
required: false
|
|
11100
|
+
schema:
|
|
11101
|
+
type: string
|
|
11102
|
+
- description: Maximum number of events in the response.
|
|
11103
|
+
example: 25
|
|
11104
|
+
in: query
|
|
11105
|
+
name: page[limit]
|
|
11106
|
+
required: false
|
|
11107
|
+
schema:
|
|
11108
|
+
default: 10
|
|
11109
|
+
format: int32
|
|
11110
|
+
maximum: 1000
|
|
11111
|
+
type: integer
|
|
9308
11112
|
responses:
|
|
9309
11113
|
'200':
|
|
9310
11114
|
content:
|
|
9311
11115
|
application/json:
|
|
9312
11116
|
schema:
|
|
9313
|
-
$ref: '#/components/schemas/
|
|
11117
|
+
$ref: '#/components/schemas/CIAppTestEventsResponse'
|
|
9314
11118
|
description: OK
|
|
11119
|
+
'400':
|
|
11120
|
+
$ref: '#/components/responses/BadRequestResponse'
|
|
9315
11121
|
'403':
|
|
9316
|
-
|
|
9317
|
-
application/json:
|
|
9318
|
-
schema:
|
|
9319
|
-
$ref: '#/components/schemas/APIErrorResponse'
|
|
9320
|
-
description: Authentication Error
|
|
9321
|
-
'404':
|
|
9322
|
-
content:
|
|
9323
|
-
application/json:
|
|
9324
|
-
schema:
|
|
9325
|
-
$ref: '#/components/schemas/APIErrorResponse'
|
|
9326
|
-
description: Not Found
|
|
11122
|
+
$ref: '#/components/responses/NotAuthorizedResponse'
|
|
9327
11123
|
'429':
|
|
9328
11124
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
9329
11125
|
security:
|
|
9330
11126
|
- apiKeyAuth: []
|
|
9331
11127
|
appKeyAuth: []
|
|
9332
11128
|
- AuthZ: []
|
|
9333
|
-
summary: Get
|
|
11129
|
+
summary: Get a list of tests events
|
|
9334
11130
|
tags:
|
|
9335
|
-
-
|
|
9336
|
-
x-
|
|
9337
|
-
|
|
9338
|
-
|
|
9339
|
-
|
|
9340
|
-
|
|
9341
|
-
|
|
11131
|
+
- CI Visibility Tests
|
|
11132
|
+
x-pagination:
|
|
11133
|
+
cursorParam: page[cursor]
|
|
11134
|
+
cursorPath: meta.page.after
|
|
11135
|
+
limitParam: page[limit]
|
|
11136
|
+
resultsPath: data
|
|
11137
|
+
/api/v2/ci/tests/events/search:
|
|
11138
|
+
post:
|
|
11139
|
+
description: 'List endpoint returns CI Visibility test events that match a log
|
|
11140
|
+
search query.
|
|
11141
|
+
|
|
11142
|
+
[Results are paginated similarly to logs](https://docs.datadoghq.com/logs/guide/collect-multiple-logs-with-pagination).
|
|
11143
|
+
|
|
11144
|
+
|
|
11145
|
+
Use this endpoint to build complex events filtering and search.'
|
|
11146
|
+
operationId: SearchCIAppTestEvents
|
|
9342
11147
|
requestBody:
|
|
9343
11148
|
content:
|
|
9344
11149
|
application/json:
|
|
9345
11150
|
schema:
|
|
9346
|
-
$ref: '#/components/schemas/
|
|
9347
|
-
required:
|
|
11151
|
+
$ref: '#/components/schemas/CIAppTestEventsRequest'
|
|
11152
|
+
required: false
|
|
9348
11153
|
responses:
|
|
9349
11154
|
'200':
|
|
9350
11155
|
content:
|
|
9351
11156
|
application/json:
|
|
9352
11157
|
schema:
|
|
9353
|
-
$ref: '#/components/schemas/
|
|
11158
|
+
$ref: '#/components/schemas/CIAppTestEventsResponse'
|
|
9354
11159
|
description: OK
|
|
9355
11160
|
'400':
|
|
9356
|
-
|
|
9357
|
-
application/json:
|
|
9358
|
-
schema:
|
|
9359
|
-
$ref: '#/components/schemas/APIErrorResponse'
|
|
9360
|
-
description: Bad Request
|
|
11161
|
+
$ref: '#/components/responses/BadRequestResponse'
|
|
9361
11162
|
'403':
|
|
9362
|
-
|
|
9363
|
-
application/json:
|
|
9364
|
-
schema:
|
|
9365
|
-
$ref: '#/components/schemas/APIErrorResponse'
|
|
9366
|
-
description: Authentication Error
|
|
9367
|
-
'404':
|
|
9368
|
-
content:
|
|
9369
|
-
application/json:
|
|
9370
|
-
schema:
|
|
9371
|
-
$ref: '#/components/schemas/APIErrorResponse'
|
|
9372
|
-
description: Not Found
|
|
9373
|
-
'409':
|
|
9374
|
-
content:
|
|
9375
|
-
application/json:
|
|
9376
|
-
schema:
|
|
9377
|
-
$ref: '#/components/schemas/APIErrorResponse'
|
|
9378
|
-
description: Conflict
|
|
9379
|
-
'422':
|
|
9380
|
-
content:
|
|
9381
|
-
application/json:
|
|
9382
|
-
schema:
|
|
9383
|
-
$ref: '#/components/schemas/APIErrorResponse'
|
|
9384
|
-
description: Unprocessable Entity
|
|
11163
|
+
$ref: '#/components/responses/NotAuthorizedResponse'
|
|
9385
11164
|
'429':
|
|
9386
11165
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
9387
11166
|
security:
|
|
9388
11167
|
- apiKeyAuth: []
|
|
9389
11168
|
appKeyAuth: []
|
|
9390
|
-
- AuthZ:
|
|
9391
|
-
|
|
9392
|
-
summary: Edit an AuthN Mapping
|
|
11169
|
+
- AuthZ: []
|
|
11170
|
+
summary: Search tests events
|
|
9393
11171
|
tags:
|
|
9394
|
-
-
|
|
11172
|
+
- CI Visibility Tests
|
|
9395
11173
|
x-codegen-request-body-name: body
|
|
9396
|
-
x-
|
|
11174
|
+
x-pagination:
|
|
11175
|
+
cursorParam: body.page.cursor
|
|
11176
|
+
cursorPath: meta.page.after
|
|
11177
|
+
limitParam: body.page.limit
|
|
11178
|
+
resultsPath: data
|
|
9397
11179
|
/api/v2/current_user/application_keys:
|
|
9398
11180
|
get:
|
|
9399
11181
|
description: List all application keys available for current user
|
|
@@ -9811,89 +11593,275 @@ paths:
|
|
|
9811
11593
|
content:
|
|
9812
11594
|
application/json:
|
|
9813
11595
|
schema:
|
|
9814
|
-
$ref: '#/components/schemas/EventsListResponse'
|
|
11596
|
+
$ref: '#/components/schemas/EventsListResponse'
|
|
11597
|
+
description: OK
|
|
11598
|
+
'400':
|
|
11599
|
+
$ref: '#/components/responses/BadRequestResponse'
|
|
11600
|
+
'403':
|
|
11601
|
+
$ref: '#/components/responses/NotAuthorizedResponse'
|
|
11602
|
+
'429':
|
|
11603
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
11604
|
+
security:
|
|
11605
|
+
- apiKeyAuth: []
|
|
11606
|
+
appKeyAuth: []
|
|
11607
|
+
- AuthZ:
|
|
11608
|
+
- events_read
|
|
11609
|
+
summary: Get a list of events
|
|
11610
|
+
tags:
|
|
11611
|
+
- Events
|
|
11612
|
+
x-pagination:
|
|
11613
|
+
cursorParam: page[cursor]
|
|
11614
|
+
cursorPath: meta.page.after
|
|
11615
|
+
limitParam: page[limit]
|
|
11616
|
+
resultsPath: data
|
|
11617
|
+
x-unstable: '**Note**: This endpoint is in private beta.
|
|
11618
|
+
|
|
11619
|
+
For access, contact [Datadog support](https://docs.datadoghq.com/help/).'
|
|
11620
|
+
/api/v2/events/search:
|
|
11621
|
+
post:
|
|
11622
|
+
description: 'List endpoint returns events that match an events search query.
|
|
11623
|
+
|
|
11624
|
+
[Results are paginated similarly to logs](https://docs.datadoghq.com/logs/guide/collect-multiple-logs-with-pagination).
|
|
11625
|
+
|
|
11626
|
+
|
|
11627
|
+
Use this endpoint to build complex events filtering and search.'
|
|
11628
|
+
operationId: SearchEvents
|
|
11629
|
+
requestBody:
|
|
11630
|
+
content:
|
|
11631
|
+
application/json:
|
|
11632
|
+
schema:
|
|
11633
|
+
$ref: '#/components/schemas/EventsListRequest'
|
|
11634
|
+
required: false
|
|
11635
|
+
responses:
|
|
11636
|
+
'200':
|
|
11637
|
+
content:
|
|
11638
|
+
application/json:
|
|
11639
|
+
schema:
|
|
11640
|
+
$ref: '#/components/schemas/EventsListResponse'
|
|
11641
|
+
description: OK
|
|
11642
|
+
'400':
|
|
11643
|
+
$ref: '#/components/responses/BadRequestResponse'
|
|
11644
|
+
'403':
|
|
11645
|
+
$ref: '#/components/responses/NotAuthorizedResponse'
|
|
11646
|
+
'429':
|
|
11647
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
11648
|
+
security:
|
|
11649
|
+
- apiKeyAuth: []
|
|
11650
|
+
appKeyAuth: []
|
|
11651
|
+
- AuthZ:
|
|
11652
|
+
- events_read
|
|
11653
|
+
summary: Search events
|
|
11654
|
+
tags:
|
|
11655
|
+
- Events
|
|
11656
|
+
x-codegen-request-body-name: body
|
|
11657
|
+
x-pagination:
|
|
11658
|
+
cursorParam: body.page.cursor
|
|
11659
|
+
cursorPath: meta.page.after
|
|
11660
|
+
limitParam: body.page.limit
|
|
11661
|
+
resultsPath: data
|
|
11662
|
+
x-unstable: '**Note**: This endpoint is in private beta.
|
|
11663
|
+
|
|
11664
|
+
For access, contact [Datadog support](https://docs.datadoghq.com/help/).'
|
|
11665
|
+
/api/v2/incidents:
|
|
11666
|
+
get:
|
|
11667
|
+
description: Get all incidents for the user's organization.
|
|
11668
|
+
operationId: ListIncidents
|
|
11669
|
+
parameters:
|
|
11670
|
+
- $ref: '#/components/parameters/IncidentIncludeQueryParameter'
|
|
11671
|
+
- $ref: '#/components/parameters/PageSize'
|
|
11672
|
+
- $ref: '#/components/parameters/PageOffset'
|
|
11673
|
+
responses:
|
|
11674
|
+
'200':
|
|
11675
|
+
content:
|
|
11676
|
+
application/json:
|
|
11677
|
+
schema:
|
|
11678
|
+
$ref: '#/components/schemas/IncidentsResponse'
|
|
11679
|
+
description: OK
|
|
11680
|
+
'400':
|
|
11681
|
+
$ref: '#/components/responses/BadRequestResponse'
|
|
11682
|
+
'401':
|
|
11683
|
+
$ref: '#/components/responses/UnauthorizedResponse'
|
|
11684
|
+
'403':
|
|
11685
|
+
$ref: '#/components/responses/ForbiddenResponse'
|
|
11686
|
+
'404':
|
|
11687
|
+
$ref: '#/components/responses/NotFoundResponse'
|
|
11688
|
+
'429':
|
|
11689
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
11690
|
+
security:
|
|
11691
|
+
- apiKeyAuth: []
|
|
11692
|
+
appKeyAuth: []
|
|
11693
|
+
- AuthZ:
|
|
11694
|
+
- incident_read
|
|
11695
|
+
summary: Get a list of incidents
|
|
11696
|
+
tags:
|
|
11697
|
+
- Incidents
|
|
11698
|
+
x-pagination:
|
|
11699
|
+
limitParam: page[size]
|
|
11700
|
+
pageOffsetParam: page[offset]
|
|
11701
|
+
resultsPath: data
|
|
11702
|
+
x-unstable: '**Note**: This endpoint is in public beta.
|
|
11703
|
+
|
|
11704
|
+
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).'
|
|
11705
|
+
post:
|
|
11706
|
+
description: Create an incident.
|
|
11707
|
+
operationId: CreateIncident
|
|
11708
|
+
requestBody:
|
|
11709
|
+
content:
|
|
11710
|
+
application/json:
|
|
11711
|
+
schema:
|
|
11712
|
+
$ref: '#/components/schemas/IncidentCreateRequest'
|
|
11713
|
+
description: Incident payload.
|
|
11714
|
+
required: true
|
|
11715
|
+
responses:
|
|
11716
|
+
'201':
|
|
11717
|
+
content:
|
|
11718
|
+
application/json:
|
|
11719
|
+
schema:
|
|
11720
|
+
$ref: '#/components/schemas/IncidentResponse'
|
|
11721
|
+
description: CREATED
|
|
11722
|
+
'400':
|
|
11723
|
+
$ref: '#/components/responses/BadRequestResponse'
|
|
11724
|
+
'401':
|
|
11725
|
+
$ref: '#/components/responses/UnauthorizedResponse'
|
|
11726
|
+
'403':
|
|
11727
|
+
$ref: '#/components/responses/ForbiddenResponse'
|
|
11728
|
+
'404':
|
|
11729
|
+
$ref: '#/components/responses/NotFoundResponse'
|
|
11730
|
+
'429':
|
|
11731
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
11732
|
+
security:
|
|
11733
|
+
- apiKeyAuth: []
|
|
11734
|
+
appKeyAuth: []
|
|
11735
|
+
- AuthZ:
|
|
11736
|
+
- incident_write
|
|
11737
|
+
summary: Create an incident
|
|
11738
|
+
tags:
|
|
11739
|
+
- Incidents
|
|
11740
|
+
x-codegen-request-body-name: body
|
|
11741
|
+
x-unstable: '**Note**: This endpoint is in public beta.
|
|
11742
|
+
|
|
11743
|
+
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).'
|
|
11744
|
+
/api/v2/incidents/{incident_id}:
|
|
11745
|
+
delete:
|
|
11746
|
+
description: Deletes an existing incident from the users organization.
|
|
11747
|
+
operationId: DeleteIncident
|
|
11748
|
+
parameters:
|
|
11749
|
+
- $ref: '#/components/parameters/IncidentIDPathParameter'
|
|
11750
|
+
responses:
|
|
11751
|
+
'204':
|
|
11752
|
+
description: OK
|
|
11753
|
+
'400':
|
|
11754
|
+
$ref: '#/components/responses/BadRequestResponse'
|
|
11755
|
+
'401':
|
|
11756
|
+
$ref: '#/components/responses/UnauthorizedResponse'
|
|
11757
|
+
'403':
|
|
11758
|
+
$ref: '#/components/responses/ForbiddenResponse'
|
|
11759
|
+
'404':
|
|
11760
|
+
$ref: '#/components/responses/NotFoundResponse'
|
|
11761
|
+
'429':
|
|
11762
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
11763
|
+
security:
|
|
11764
|
+
- apiKeyAuth: []
|
|
11765
|
+
appKeyAuth: []
|
|
11766
|
+
- AuthZ:
|
|
11767
|
+
- incident_write
|
|
11768
|
+
summary: Delete an existing incident
|
|
11769
|
+
tags:
|
|
11770
|
+
- Incidents
|
|
11771
|
+
x-unstable: '**Note**: This endpoint is in public beta.
|
|
11772
|
+
|
|
11773
|
+
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).'
|
|
11774
|
+
get:
|
|
11775
|
+
description: Get the details of an incident by `incident_id`.
|
|
11776
|
+
operationId: GetIncident
|
|
11777
|
+
parameters:
|
|
11778
|
+
- $ref: '#/components/parameters/IncidentIDPathParameter'
|
|
11779
|
+
- $ref: '#/components/parameters/IncidentIncludeQueryParameter'
|
|
11780
|
+
responses:
|
|
11781
|
+
'200':
|
|
11782
|
+
content:
|
|
11783
|
+
application/json:
|
|
11784
|
+
schema:
|
|
11785
|
+
$ref: '#/components/schemas/IncidentResponse'
|
|
9815
11786
|
description: OK
|
|
9816
11787
|
'400':
|
|
9817
11788
|
$ref: '#/components/responses/BadRequestResponse'
|
|
11789
|
+
'401':
|
|
11790
|
+
$ref: '#/components/responses/UnauthorizedResponse'
|
|
9818
11791
|
'403':
|
|
9819
|
-
$ref: '#/components/responses/
|
|
11792
|
+
$ref: '#/components/responses/ForbiddenResponse'
|
|
11793
|
+
'404':
|
|
11794
|
+
$ref: '#/components/responses/NotFoundResponse'
|
|
9820
11795
|
'429':
|
|
9821
11796
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
9822
11797
|
security:
|
|
9823
11798
|
- apiKeyAuth: []
|
|
9824
11799
|
appKeyAuth: []
|
|
9825
11800
|
- AuthZ:
|
|
9826
|
-
-
|
|
9827
|
-
summary: Get
|
|
11801
|
+
- incident_read
|
|
11802
|
+
summary: Get the details of an incident
|
|
9828
11803
|
tags:
|
|
9829
|
-
-
|
|
9830
|
-
x-
|
|
9831
|
-
cursorParam: page[cursor]
|
|
9832
|
-
cursorPath: meta.page.after
|
|
9833
|
-
limitParam: page[limit]
|
|
9834
|
-
resultsPath: data
|
|
9835
|
-
x-unstable: '**Note**: This endpoint is in private beta.
|
|
9836
|
-
|
|
9837
|
-
For access, contact [Datadog support](https://docs.datadoghq.com/help/).'
|
|
9838
|
-
/api/v2/events/search:
|
|
9839
|
-
post:
|
|
9840
|
-
description: 'List endpoint returns events that match an events search query.
|
|
9841
|
-
|
|
9842
|
-
[Results are paginated similarly to logs](https://docs.datadoghq.com/logs/guide/collect-multiple-logs-with-pagination).
|
|
9843
|
-
|
|
11804
|
+
- Incidents
|
|
11805
|
+
x-unstable: '**Note**: This endpoint is in public beta.
|
|
9844
11806
|
|
|
9845
|
-
|
|
9846
|
-
|
|
11807
|
+
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).'
|
|
11808
|
+
patch:
|
|
11809
|
+
description: Updates an incident. Provide only the attributes that should be
|
|
11810
|
+
updated as this request is a partial update.
|
|
11811
|
+
operationId: UpdateIncident
|
|
11812
|
+
parameters:
|
|
11813
|
+
- $ref: '#/components/parameters/IncidentIDPathParameter'
|
|
11814
|
+
- $ref: '#/components/parameters/IncidentIncludeQueryParameter'
|
|
9847
11815
|
requestBody:
|
|
9848
11816
|
content:
|
|
9849
11817
|
application/json:
|
|
9850
11818
|
schema:
|
|
9851
|
-
$ref: '#/components/schemas/
|
|
9852
|
-
|
|
11819
|
+
$ref: '#/components/schemas/IncidentUpdateRequest'
|
|
11820
|
+
description: Incident Payload.
|
|
11821
|
+
required: true
|
|
9853
11822
|
responses:
|
|
9854
11823
|
'200':
|
|
9855
11824
|
content:
|
|
9856
11825
|
application/json:
|
|
9857
11826
|
schema:
|
|
9858
|
-
$ref: '#/components/schemas/
|
|
11827
|
+
$ref: '#/components/schemas/IncidentResponse'
|
|
9859
11828
|
description: OK
|
|
9860
11829
|
'400':
|
|
9861
11830
|
$ref: '#/components/responses/BadRequestResponse'
|
|
11831
|
+
'401':
|
|
11832
|
+
$ref: '#/components/responses/UnauthorizedResponse'
|
|
9862
11833
|
'403':
|
|
9863
|
-
$ref: '#/components/responses/
|
|
11834
|
+
$ref: '#/components/responses/ForbiddenResponse'
|
|
11835
|
+
'404':
|
|
11836
|
+
$ref: '#/components/responses/NotFoundResponse'
|
|
9864
11837
|
'429':
|
|
9865
11838
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
9866
11839
|
security:
|
|
9867
11840
|
- apiKeyAuth: []
|
|
9868
11841
|
appKeyAuth: []
|
|
9869
11842
|
- AuthZ:
|
|
9870
|
-
-
|
|
9871
|
-
summary:
|
|
11843
|
+
- incident_write
|
|
11844
|
+
summary: Update an existing incident
|
|
9872
11845
|
tags:
|
|
9873
|
-
-
|
|
11846
|
+
- Incidents
|
|
9874
11847
|
x-codegen-request-body-name: body
|
|
9875
|
-
x-
|
|
9876
|
-
cursorParam: body.page.cursor
|
|
9877
|
-
cursorPath: meta.page.after
|
|
9878
|
-
limitParam: body.page.limit
|
|
9879
|
-
resultsPath: data
|
|
9880
|
-
x-unstable: '**Note**: This endpoint is in private beta.
|
|
11848
|
+
x-unstable: '**Note**: This endpoint is in public beta.
|
|
9881
11849
|
|
|
9882
|
-
|
|
9883
|
-
/api/v2/incidents:
|
|
11850
|
+
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).'
|
|
11851
|
+
/api/v2/incidents/{incident_id}/attachments:
|
|
9884
11852
|
get:
|
|
9885
|
-
description: Get all
|
|
9886
|
-
operationId:
|
|
11853
|
+
description: Get all attachments for a given incident.
|
|
11854
|
+
operationId: ListIncidentAttachments
|
|
9887
11855
|
parameters:
|
|
9888
|
-
- $ref: '#/components/parameters/
|
|
9889
|
-
- $ref: '#/components/parameters/
|
|
9890
|
-
- $ref: '#/components/parameters/
|
|
11856
|
+
- $ref: '#/components/parameters/IncidentIDPathParameter'
|
|
11857
|
+
- $ref: '#/components/parameters/IncidentAttachmentIncludeQueryParameter'
|
|
11858
|
+
- $ref: '#/components/parameters/IncidentAttachmentFilterQueryParameter'
|
|
9891
11859
|
responses:
|
|
9892
11860
|
'200':
|
|
9893
11861
|
content:
|
|
9894
11862
|
application/json:
|
|
9895
11863
|
schema:
|
|
9896
|
-
$ref: '#/components/schemas/
|
|
11864
|
+
$ref: '#/components/schemas/IncidentAttachmentsResponse'
|
|
9897
11865
|
description: OK
|
|
9898
11866
|
'400':
|
|
9899
11867
|
$ref: '#/components/responses/BadRequestResponse'
|
|
@@ -9910,33 +11878,33 @@ paths:
|
|
|
9910
11878
|
appKeyAuth: []
|
|
9911
11879
|
- AuthZ:
|
|
9912
11880
|
- incident_read
|
|
9913
|
-
summary: Get a list of
|
|
11881
|
+
summary: Get a list of attachments
|
|
9914
11882
|
tags:
|
|
9915
11883
|
- Incidents
|
|
9916
|
-
x-pagination:
|
|
9917
|
-
limitParam: page[size]
|
|
9918
|
-
pageOffsetParam: page[offset]
|
|
9919
|
-
resultsPath: data
|
|
9920
11884
|
x-unstable: '**Note**: This endpoint is in public beta.
|
|
9921
11885
|
|
|
9922
11886
|
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).'
|
|
9923
|
-
|
|
9924
|
-
description:
|
|
9925
|
-
|
|
11887
|
+
patch:
|
|
11888
|
+
description: The bulk update endpoint for creating, updating, and deleting attachments
|
|
11889
|
+
for a given incident.
|
|
11890
|
+
operationId: UpdateIncidentAttachments
|
|
11891
|
+
parameters:
|
|
11892
|
+
- $ref: '#/components/parameters/IncidentIDPathParameter'
|
|
11893
|
+
- $ref: '#/components/parameters/IncidentAttachmentIncludeQueryParameter'
|
|
9926
11894
|
requestBody:
|
|
9927
11895
|
content:
|
|
9928
11896
|
application/json:
|
|
9929
11897
|
schema:
|
|
9930
|
-
$ref: '#/components/schemas/
|
|
9931
|
-
description: Incident
|
|
11898
|
+
$ref: '#/components/schemas/IncidentAttachmentUpdateRequest'
|
|
11899
|
+
description: Incident Attachment Payload.
|
|
9932
11900
|
required: true
|
|
9933
11901
|
responses:
|
|
9934
|
-
'
|
|
11902
|
+
'200':
|
|
9935
11903
|
content:
|
|
9936
11904
|
application/json:
|
|
9937
11905
|
schema:
|
|
9938
|
-
$ref: '#/components/schemas/
|
|
9939
|
-
description:
|
|
11906
|
+
$ref: '#/components/schemas/IncidentAttachmentUpdateResponse'
|
|
11907
|
+
description: OK
|
|
9940
11908
|
'400':
|
|
9941
11909
|
$ref: '#/components/responses/BadRequestResponse'
|
|
9942
11910
|
'401':
|
|
@@ -9947,252 +11915,328 @@ paths:
|
|
|
9947
11915
|
$ref: '#/components/responses/NotFoundResponse'
|
|
9948
11916
|
'429':
|
|
9949
11917
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
9950
|
-
|
|
9951
|
-
- apiKeyAuth: []
|
|
9952
|
-
appKeyAuth: []
|
|
9953
|
-
- AuthZ:
|
|
9954
|
-
- incident_write
|
|
9955
|
-
summary: Create an incident
|
|
11918
|
+
summary: Create, update, and delete incident attachments
|
|
9956
11919
|
tags:
|
|
9957
11920
|
- Incidents
|
|
9958
11921
|
x-codegen-request-body-name: body
|
|
9959
11922
|
x-unstable: '**Note**: This endpoint is in public beta.
|
|
9960
11923
|
|
|
9961
11924
|
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).'
|
|
9962
|
-
/api/v2/
|
|
11925
|
+
/api/v2/integration/opsgenie/services:
|
|
11926
|
+
get:
|
|
11927
|
+
description: Get a list of all services from the Datadog Opsgenie integration.
|
|
11928
|
+
operationId: ListOpsgenieServices
|
|
11929
|
+
responses:
|
|
11930
|
+
'200':
|
|
11931
|
+
content:
|
|
11932
|
+
application/json:
|
|
11933
|
+
schema:
|
|
11934
|
+
$ref: '#/components/schemas/OpsgenieServicesResponse'
|
|
11935
|
+
description: OK
|
|
11936
|
+
'403':
|
|
11937
|
+
$ref: '#/components/responses/ForbiddenResponse'
|
|
11938
|
+
'429':
|
|
11939
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
11940
|
+
summary: Get all service objects
|
|
11941
|
+
tags:
|
|
11942
|
+
- Opsgenie Integration
|
|
11943
|
+
post:
|
|
11944
|
+
description: Create a new service object in the Opsgenie integration.
|
|
11945
|
+
operationId: CreateOpsgenieService
|
|
11946
|
+
requestBody:
|
|
11947
|
+
content:
|
|
11948
|
+
application/json:
|
|
11949
|
+
schema:
|
|
11950
|
+
$ref: '#/components/schemas/OpsgenieServiceCreateRequest'
|
|
11951
|
+
description: Opsgenie service payload
|
|
11952
|
+
required: true
|
|
11953
|
+
responses:
|
|
11954
|
+
'201':
|
|
11955
|
+
content:
|
|
11956
|
+
application/json:
|
|
11957
|
+
schema:
|
|
11958
|
+
$ref: '#/components/schemas/OpsgenieServiceResponse'
|
|
11959
|
+
description: CREATED
|
|
11960
|
+
'400':
|
|
11961
|
+
$ref: '#/components/responses/BadRequestResponse'
|
|
11962
|
+
'403':
|
|
11963
|
+
$ref: '#/components/responses/ForbiddenResponse'
|
|
11964
|
+
'409':
|
|
11965
|
+
$ref: '#/components/responses/ConflictResponse'
|
|
11966
|
+
'429':
|
|
11967
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
11968
|
+
summary: Create a new service object
|
|
11969
|
+
tags:
|
|
11970
|
+
- Opsgenie Integration
|
|
11971
|
+
x-codegen-request-body-name: body
|
|
11972
|
+
/api/v2/integration/opsgenie/services/{integration_service_id}:
|
|
9963
11973
|
delete:
|
|
9964
|
-
description:
|
|
9965
|
-
operationId:
|
|
11974
|
+
description: Delete a single service object in the Datadog Opsgenie integration.
|
|
11975
|
+
operationId: DeleteOpsgenieService
|
|
9966
11976
|
parameters:
|
|
9967
|
-
- $ref: '#/components/parameters/
|
|
11977
|
+
- $ref: '#/components/parameters/OpsgenieServiceIDPathParameter'
|
|
11978
|
+
responses:
|
|
11979
|
+
'204':
|
|
11980
|
+
description: OK
|
|
11981
|
+
'400':
|
|
11982
|
+
$ref: '#/components/responses/BadRequestResponse'
|
|
11983
|
+
'403':
|
|
11984
|
+
$ref: '#/components/responses/ForbiddenResponse'
|
|
11985
|
+
'404':
|
|
11986
|
+
$ref: '#/components/responses/NotFoundResponse'
|
|
11987
|
+
'429':
|
|
11988
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
11989
|
+
summary: Delete a single service object
|
|
11990
|
+
tags:
|
|
11991
|
+
- Opsgenie Integration
|
|
11992
|
+
get:
|
|
11993
|
+
description: Get a single service from the Datadog Opsgenie integration.
|
|
11994
|
+
operationId: GetOpsgenieService
|
|
11995
|
+
parameters:
|
|
11996
|
+
- $ref: '#/components/parameters/OpsgenieServiceIDPathParameter'
|
|
11997
|
+
responses:
|
|
11998
|
+
'200':
|
|
11999
|
+
content:
|
|
12000
|
+
application/json:
|
|
12001
|
+
schema:
|
|
12002
|
+
$ref: '#/components/schemas/OpsgenieServiceResponse'
|
|
12003
|
+
description: OK
|
|
12004
|
+
'400':
|
|
12005
|
+
$ref: '#/components/responses/BadRequestResponse'
|
|
12006
|
+
'403':
|
|
12007
|
+
$ref: '#/components/responses/ForbiddenResponse'
|
|
12008
|
+
'404':
|
|
12009
|
+
$ref: '#/components/responses/NotFoundResponse'
|
|
12010
|
+
'409':
|
|
12011
|
+
$ref: '#/components/responses/ConflictResponse'
|
|
12012
|
+
'429':
|
|
12013
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
12014
|
+
summary: Get a single service object
|
|
12015
|
+
tags:
|
|
12016
|
+
- Opsgenie Integration
|
|
12017
|
+
patch:
|
|
12018
|
+
description: Update a single service object in the Datadog Opsgenie integration.
|
|
12019
|
+
operationId: UpdateOpsgenieService
|
|
12020
|
+
parameters:
|
|
12021
|
+
- $ref: '#/components/parameters/OpsgenieServiceIDPathParameter'
|
|
12022
|
+
requestBody:
|
|
12023
|
+
content:
|
|
12024
|
+
application/json:
|
|
12025
|
+
schema:
|
|
12026
|
+
$ref: '#/components/schemas/OpsgenieServiceUpdateRequest'
|
|
12027
|
+
description: Opsgenie service payload.
|
|
12028
|
+
required: true
|
|
9968
12029
|
responses:
|
|
9969
|
-
'
|
|
12030
|
+
'200':
|
|
12031
|
+
content:
|
|
12032
|
+
application/json:
|
|
12033
|
+
schema:
|
|
12034
|
+
$ref: '#/components/schemas/OpsgenieServiceResponse'
|
|
9970
12035
|
description: OK
|
|
9971
12036
|
'400':
|
|
9972
12037
|
$ref: '#/components/responses/BadRequestResponse'
|
|
9973
|
-
'401':
|
|
9974
|
-
$ref: '#/components/responses/UnauthorizedResponse'
|
|
9975
12038
|
'403':
|
|
9976
12039
|
$ref: '#/components/responses/ForbiddenResponse'
|
|
9977
12040
|
'404':
|
|
9978
12041
|
$ref: '#/components/responses/NotFoundResponse'
|
|
12042
|
+
'409':
|
|
12043
|
+
$ref: '#/components/responses/ConflictResponse'
|
|
9979
12044
|
'429':
|
|
9980
12045
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
9981
|
-
|
|
9982
|
-
- apiKeyAuth: []
|
|
9983
|
-
appKeyAuth: []
|
|
9984
|
-
- AuthZ:
|
|
9985
|
-
- incident_write
|
|
9986
|
-
summary: Delete an existing incident
|
|
12046
|
+
summary: Update a single service object
|
|
9987
12047
|
tags:
|
|
9988
|
-
-
|
|
9989
|
-
x-
|
|
9990
|
-
|
|
9991
|
-
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).'
|
|
12048
|
+
- Opsgenie Integration
|
|
12049
|
+
x-codegen-request-body-name: body
|
|
12050
|
+
/api/v2/integrations/confluent-cloud/accounts:
|
|
9992
12051
|
get:
|
|
9993
|
-
description:
|
|
9994
|
-
operationId:
|
|
9995
|
-
parameters:
|
|
9996
|
-
- $ref: '#/components/parameters/IncidentIDPathParameter'
|
|
9997
|
-
- $ref: '#/components/parameters/IncidentIncludeQueryParameter'
|
|
12052
|
+
description: List Confluent accounts.
|
|
12053
|
+
operationId: ListConfluentAccount
|
|
9998
12054
|
responses:
|
|
9999
12055
|
'200':
|
|
10000
12056
|
content:
|
|
10001
12057
|
application/json:
|
|
10002
12058
|
schema:
|
|
10003
|
-
$ref: '#/components/schemas/
|
|
12059
|
+
$ref: '#/components/schemas/ConfluentAccountsResponse'
|
|
10004
12060
|
description: OK
|
|
10005
12061
|
'400':
|
|
10006
12062
|
$ref: '#/components/responses/BadRequestResponse'
|
|
10007
|
-
'401':
|
|
10008
|
-
$ref: '#/components/responses/UnauthorizedResponse'
|
|
10009
12063
|
'403':
|
|
10010
12064
|
$ref: '#/components/responses/ForbiddenResponse'
|
|
10011
12065
|
'404':
|
|
10012
12066
|
$ref: '#/components/responses/NotFoundResponse'
|
|
10013
12067
|
'429':
|
|
10014
12068
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
10015
|
-
|
|
10016
|
-
- apiKeyAuth: []
|
|
10017
|
-
appKeyAuth: []
|
|
10018
|
-
- AuthZ:
|
|
10019
|
-
- incident_read
|
|
10020
|
-
summary: Get the details of an incident
|
|
12069
|
+
summary: List Confluent accounts
|
|
10021
12070
|
tags:
|
|
10022
|
-
-
|
|
10023
|
-
|
|
10024
|
-
|
|
10025
|
-
|
|
10026
|
-
patch:
|
|
10027
|
-
description: Updates an incident. Provide only the attributes that should be
|
|
10028
|
-
updated as this request is a partial update.
|
|
10029
|
-
operationId: UpdateIncident
|
|
10030
|
-
parameters:
|
|
10031
|
-
- $ref: '#/components/parameters/IncidentIDPathParameter'
|
|
10032
|
-
- $ref: '#/components/parameters/IncidentIncludeQueryParameter'
|
|
12071
|
+
- Confluent Cloud
|
|
12072
|
+
post:
|
|
12073
|
+
description: Create a Confluent account.
|
|
12074
|
+
operationId: CreateConfluentAccount
|
|
10033
12075
|
requestBody:
|
|
10034
12076
|
content:
|
|
10035
12077
|
application/json:
|
|
10036
12078
|
schema:
|
|
10037
|
-
$ref: '#/components/schemas/
|
|
10038
|
-
description:
|
|
12079
|
+
$ref: '#/components/schemas/ConfluentAccountCreateRequest'
|
|
12080
|
+
description: Confluent payload
|
|
10039
12081
|
required: true
|
|
10040
12082
|
responses:
|
|
10041
|
-
'
|
|
12083
|
+
'201':
|
|
10042
12084
|
content:
|
|
10043
12085
|
application/json:
|
|
10044
12086
|
schema:
|
|
10045
|
-
$ref: '#/components/schemas/
|
|
12087
|
+
$ref: '#/components/schemas/ConfluentAccountResponse'
|
|
10046
12088
|
description: OK
|
|
10047
12089
|
'400':
|
|
10048
12090
|
$ref: '#/components/responses/BadRequestResponse'
|
|
10049
|
-
'401':
|
|
10050
|
-
$ref: '#/components/responses/UnauthorizedResponse'
|
|
10051
12091
|
'403':
|
|
10052
12092
|
$ref: '#/components/responses/ForbiddenResponse'
|
|
10053
12093
|
'404':
|
|
10054
12094
|
$ref: '#/components/responses/NotFoundResponse'
|
|
10055
12095
|
'429':
|
|
10056
12096
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
10057
|
-
|
|
10058
|
-
- apiKeyAuth: []
|
|
10059
|
-
appKeyAuth: []
|
|
10060
|
-
- AuthZ:
|
|
10061
|
-
- incident_write
|
|
10062
|
-
summary: Update an existing incident
|
|
12097
|
+
summary: Add Confluent account
|
|
10063
12098
|
tags:
|
|
10064
|
-
-
|
|
12099
|
+
- Confluent Cloud
|
|
10065
12100
|
x-codegen-request-body-name: body
|
|
10066
|
-
|
|
10067
|
-
|
|
10068
|
-
|
|
10069
|
-
|
|
12101
|
+
/api/v2/integrations/confluent-cloud/accounts/{account_id}:
|
|
12102
|
+
delete:
|
|
12103
|
+
description: Delete a Confluent account with the provided account ID.
|
|
12104
|
+
operationId: DeleteConfluentAccount
|
|
12105
|
+
parameters:
|
|
12106
|
+
- $ref: '#/components/parameters/ConfluentAccountID'
|
|
12107
|
+
responses:
|
|
12108
|
+
'204':
|
|
12109
|
+
description: OK
|
|
12110
|
+
'400':
|
|
12111
|
+
$ref: '#/components/responses/BadRequestResponse'
|
|
12112
|
+
'403':
|
|
12113
|
+
$ref: '#/components/responses/ForbiddenResponse'
|
|
12114
|
+
'404':
|
|
12115
|
+
$ref: '#/components/responses/NotFoundResponse'
|
|
12116
|
+
'429':
|
|
12117
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
12118
|
+
summary: Delete Confluent account
|
|
12119
|
+
tags:
|
|
12120
|
+
- Confluent Cloud
|
|
10070
12121
|
get:
|
|
10071
|
-
description: Get
|
|
10072
|
-
operationId:
|
|
12122
|
+
description: Get the Confluent account with the provided account ID.
|
|
12123
|
+
operationId: GetConfluentAccount
|
|
10073
12124
|
parameters:
|
|
10074
|
-
- $ref: '#/components/parameters/
|
|
10075
|
-
- $ref: '#/components/parameters/IncidentAttachmentIncludeQueryParameter'
|
|
10076
|
-
- $ref: '#/components/parameters/IncidentAttachmentFilterQueryParameter'
|
|
12125
|
+
- $ref: '#/components/parameters/ConfluentAccountID'
|
|
10077
12126
|
responses:
|
|
10078
12127
|
'200':
|
|
10079
12128
|
content:
|
|
10080
12129
|
application/json:
|
|
10081
12130
|
schema:
|
|
10082
|
-
$ref: '#/components/schemas/
|
|
12131
|
+
$ref: '#/components/schemas/ConfluentAccountResponse'
|
|
10083
12132
|
description: OK
|
|
10084
12133
|
'400':
|
|
10085
12134
|
$ref: '#/components/responses/BadRequestResponse'
|
|
10086
|
-
'401':
|
|
10087
|
-
$ref: '#/components/responses/UnauthorizedResponse'
|
|
10088
12135
|
'403':
|
|
10089
12136
|
$ref: '#/components/responses/ForbiddenResponse'
|
|
10090
12137
|
'404':
|
|
10091
12138
|
$ref: '#/components/responses/NotFoundResponse'
|
|
10092
12139
|
'429':
|
|
10093
12140
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
10094
|
-
|
|
10095
|
-
- apiKeyAuth: []
|
|
10096
|
-
appKeyAuth: []
|
|
10097
|
-
- AuthZ:
|
|
10098
|
-
- incident_read
|
|
10099
|
-
summary: Get a list of attachments
|
|
12141
|
+
summary: Get Confluent account
|
|
10100
12142
|
tags:
|
|
10101
|
-
-
|
|
10102
|
-
x-unstable: '**Note**: This endpoint is in public beta.
|
|
10103
|
-
|
|
10104
|
-
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).'
|
|
12143
|
+
- Confluent Cloud
|
|
10105
12144
|
patch:
|
|
10106
|
-
description:
|
|
10107
|
-
|
|
10108
|
-
operationId: UpdateIncidentAttachments
|
|
12145
|
+
description: Update the Confluent account with the provided account ID.
|
|
12146
|
+
operationId: UpdateConfluentAccount
|
|
10109
12147
|
parameters:
|
|
10110
|
-
- $ref: '#/components/parameters/
|
|
10111
|
-
- $ref: '#/components/parameters/IncidentAttachmentIncludeQueryParameter'
|
|
12148
|
+
- $ref: '#/components/parameters/ConfluentAccountID'
|
|
10112
12149
|
requestBody:
|
|
10113
12150
|
content:
|
|
10114
12151
|
application/json:
|
|
10115
12152
|
schema:
|
|
10116
|
-
$ref: '#/components/schemas/
|
|
10117
|
-
description:
|
|
12153
|
+
$ref: '#/components/schemas/ConfluentAccountUpdateRequest'
|
|
12154
|
+
description: Confluent payload
|
|
10118
12155
|
required: true
|
|
10119
12156
|
responses:
|
|
10120
12157
|
'200':
|
|
10121
12158
|
content:
|
|
10122
12159
|
application/json:
|
|
10123
12160
|
schema:
|
|
10124
|
-
$ref: '#/components/schemas/
|
|
12161
|
+
$ref: '#/components/schemas/ConfluentAccountResponse'
|
|
10125
12162
|
description: OK
|
|
10126
12163
|
'400':
|
|
10127
12164
|
$ref: '#/components/responses/BadRequestResponse'
|
|
10128
|
-
'401':
|
|
10129
|
-
$ref: '#/components/responses/UnauthorizedResponse'
|
|
10130
12165
|
'403':
|
|
10131
12166
|
$ref: '#/components/responses/ForbiddenResponse'
|
|
10132
12167
|
'404':
|
|
10133
12168
|
$ref: '#/components/responses/NotFoundResponse'
|
|
10134
12169
|
'429':
|
|
10135
12170
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
10136
|
-
summary:
|
|
12171
|
+
summary: Update Confluent account
|
|
10137
12172
|
tags:
|
|
10138
|
-
-
|
|
12173
|
+
- Confluent Cloud
|
|
10139
12174
|
x-codegen-request-body-name: body
|
|
10140
|
-
|
|
10141
|
-
|
|
10142
|
-
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).'
|
|
10143
|
-
/api/v2/integration/opsgenie/services:
|
|
12175
|
+
/api/v2/integrations/confluent-cloud/accounts/{account_id}/resources:
|
|
10144
12176
|
get:
|
|
10145
|
-
description: Get a
|
|
10146
|
-
|
|
12177
|
+
description: Get a Confluent resource for the account associated with the provided
|
|
12178
|
+
ID.
|
|
12179
|
+
operationId: ListConfluentResource
|
|
12180
|
+
parameters:
|
|
12181
|
+
- $ref: '#/components/parameters/ConfluentAccountID'
|
|
10147
12182
|
responses:
|
|
10148
12183
|
'200':
|
|
10149
12184
|
content:
|
|
10150
12185
|
application/json:
|
|
10151
12186
|
schema:
|
|
10152
|
-
$ref: '#/components/schemas/
|
|
12187
|
+
$ref: '#/components/schemas/ConfluentResourcesResponse'
|
|
10153
12188
|
description: OK
|
|
12189
|
+
'400':
|
|
12190
|
+
$ref: '#/components/responses/BadRequestResponse'
|
|
10154
12191
|
'403':
|
|
10155
12192
|
$ref: '#/components/responses/ForbiddenResponse'
|
|
12193
|
+
'404':
|
|
12194
|
+
$ref: '#/components/responses/NotFoundResponse'
|
|
10156
12195
|
'429':
|
|
10157
12196
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
10158
|
-
summary:
|
|
12197
|
+
summary: List Confluent Account resources
|
|
10159
12198
|
tags:
|
|
10160
|
-
-
|
|
12199
|
+
- Confluent Cloud
|
|
10161
12200
|
post:
|
|
10162
|
-
description: Create a
|
|
10163
|
-
|
|
12201
|
+
description: Create a Confluent resource for the account associated with the
|
|
12202
|
+
provided ID.
|
|
12203
|
+
operationId: CreateConfluentResource
|
|
12204
|
+
parameters:
|
|
12205
|
+
- $ref: '#/components/parameters/ConfluentAccountID'
|
|
10164
12206
|
requestBody:
|
|
10165
12207
|
content:
|
|
10166
12208
|
application/json:
|
|
10167
12209
|
schema:
|
|
10168
|
-
$ref: '#/components/schemas/
|
|
10169
|
-
description:
|
|
12210
|
+
$ref: '#/components/schemas/ConfluentResourceRequest'
|
|
12211
|
+
description: Confluent payload
|
|
10170
12212
|
required: true
|
|
10171
12213
|
responses:
|
|
10172
12214
|
'201':
|
|
10173
12215
|
content:
|
|
10174
12216
|
application/json:
|
|
10175
12217
|
schema:
|
|
10176
|
-
$ref: '#/components/schemas/
|
|
10177
|
-
description:
|
|
12218
|
+
$ref: '#/components/schemas/ConfluentResourceResponse'
|
|
12219
|
+
description: OK
|
|
10178
12220
|
'400':
|
|
10179
12221
|
$ref: '#/components/responses/BadRequestResponse'
|
|
10180
12222
|
'403':
|
|
10181
12223
|
$ref: '#/components/responses/ForbiddenResponse'
|
|
10182
|
-
'
|
|
10183
|
-
$ref: '#/components/responses/
|
|
12224
|
+
'404':
|
|
12225
|
+
$ref: '#/components/responses/NotFoundResponse'
|
|
10184
12226
|
'429':
|
|
10185
12227
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
10186
|
-
summary:
|
|
12228
|
+
summary: Add resource to Confluent account
|
|
10187
12229
|
tags:
|
|
10188
|
-
-
|
|
12230
|
+
- Confluent Cloud
|
|
10189
12231
|
x-codegen-request-body-name: body
|
|
10190
|
-
/api/v2/
|
|
12232
|
+
/api/v2/integrations/confluent-cloud/accounts/{account_id}/resources/{resource_id}:
|
|
10191
12233
|
delete:
|
|
10192
|
-
description: Delete a
|
|
10193
|
-
|
|
12234
|
+
description: Delete a Confluent resource with the provided resource id for the
|
|
12235
|
+
account associated with the provided account ID.
|
|
12236
|
+
operationId: DeleteConfluentResource
|
|
10194
12237
|
parameters:
|
|
10195
|
-
- $ref: '#/components/parameters/
|
|
12238
|
+
- $ref: '#/components/parameters/ConfluentAccountID'
|
|
12239
|
+
- $ref: '#/components/parameters/ConfluentResourceID'
|
|
10196
12240
|
responses:
|
|
10197
12241
|
'204':
|
|
10198
12242
|
description: OK
|
|
@@ -10204,20 +12248,22 @@ paths:
|
|
|
10204
12248
|
$ref: '#/components/responses/NotFoundResponse'
|
|
10205
12249
|
'429':
|
|
10206
12250
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
10207
|
-
summary: Delete
|
|
12251
|
+
summary: Delete resource from Confluent account
|
|
10208
12252
|
tags:
|
|
10209
|
-
-
|
|
12253
|
+
- Confluent Cloud
|
|
10210
12254
|
get:
|
|
10211
|
-
description: Get a
|
|
10212
|
-
|
|
12255
|
+
description: Get a Confluent resource with the provided resource id for the
|
|
12256
|
+
account associated with the provided account ID.
|
|
12257
|
+
operationId: GetConfluentResource
|
|
10213
12258
|
parameters:
|
|
10214
|
-
- $ref: '#/components/parameters/
|
|
12259
|
+
- $ref: '#/components/parameters/ConfluentAccountID'
|
|
12260
|
+
- $ref: '#/components/parameters/ConfluentResourceID'
|
|
10215
12261
|
responses:
|
|
10216
12262
|
'200':
|
|
10217
12263
|
content:
|
|
10218
12264
|
application/json:
|
|
10219
12265
|
schema:
|
|
10220
|
-
$ref: '#/components/schemas/
|
|
12266
|
+
$ref: '#/components/schemas/ConfluentResourceResponse'
|
|
10221
12267
|
description: OK
|
|
10222
12268
|
'400':
|
|
10223
12269
|
$ref: '#/components/responses/BadRequestResponse'
|
|
@@ -10225,31 +12271,31 @@ paths:
|
|
|
10225
12271
|
$ref: '#/components/responses/ForbiddenResponse'
|
|
10226
12272
|
'404':
|
|
10227
12273
|
$ref: '#/components/responses/NotFoundResponse'
|
|
10228
|
-
'409':
|
|
10229
|
-
$ref: '#/components/responses/ConflictResponse'
|
|
10230
12274
|
'429':
|
|
10231
12275
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
10232
|
-
summary: Get
|
|
12276
|
+
summary: Get resource from Confluent account
|
|
10233
12277
|
tags:
|
|
10234
|
-
-
|
|
12278
|
+
- Confluent Cloud
|
|
10235
12279
|
patch:
|
|
10236
|
-
description: Update a
|
|
10237
|
-
|
|
12280
|
+
description: Update a Confluent resource with the provided resource id for the
|
|
12281
|
+
account associated with the provided account ID.
|
|
12282
|
+
operationId: UpdateConfluentResource
|
|
10238
12283
|
parameters:
|
|
10239
|
-
- $ref: '#/components/parameters/
|
|
12284
|
+
- $ref: '#/components/parameters/ConfluentAccountID'
|
|
12285
|
+
- $ref: '#/components/parameters/ConfluentResourceID'
|
|
10240
12286
|
requestBody:
|
|
10241
12287
|
content:
|
|
10242
12288
|
application/json:
|
|
10243
12289
|
schema:
|
|
10244
|
-
$ref: '#/components/schemas/
|
|
10245
|
-
description:
|
|
12290
|
+
$ref: '#/components/schemas/ConfluentResourceRequest'
|
|
12291
|
+
description: Confluent payload
|
|
10246
12292
|
required: true
|
|
10247
12293
|
responses:
|
|
10248
12294
|
'200':
|
|
10249
12295
|
content:
|
|
10250
12296
|
application/json:
|
|
10251
12297
|
schema:
|
|
10252
|
-
$ref: '#/components/schemas/
|
|
12298
|
+
$ref: '#/components/schemas/ConfluentResourceResponse'
|
|
10253
12299
|
description: OK
|
|
10254
12300
|
'400':
|
|
10255
12301
|
$ref: '#/components/responses/BadRequestResponse'
|
|
@@ -10257,14 +12303,16 @@ paths:
|
|
|
10257
12303
|
$ref: '#/components/responses/ForbiddenResponse'
|
|
10258
12304
|
'404':
|
|
10259
12305
|
$ref: '#/components/responses/NotFoundResponse'
|
|
10260
|
-
'409':
|
|
10261
|
-
$ref: '#/components/responses/ConflictResponse'
|
|
10262
12306
|
'429':
|
|
10263
12307
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
10264
|
-
summary: Update
|
|
12308
|
+
summary: Update resource in Confluent account
|
|
10265
12309
|
tags:
|
|
10266
|
-
-
|
|
12310
|
+
- Confluent Cloud
|
|
10267
12311
|
x-codegen-request-body-name: body
|
|
12312
|
+
x-permission:
|
|
12313
|
+
operator: OR
|
|
12314
|
+
permissions:
|
|
12315
|
+
- STANDARD
|
|
10268
12316
|
/api/v2/logs:
|
|
10269
12317
|
post:
|
|
10270
12318
|
description: 'Send your logs to your Datadog platform over HTTP. Limits per
|
|
@@ -11076,6 +13124,13 @@ paths:
|
|
|
11076
13124
|
schema:
|
|
11077
13125
|
format: date-time
|
|
11078
13126
|
type: string
|
|
13127
|
+
- description: Specifies the storage type to be used
|
|
13128
|
+
example: indexes
|
|
13129
|
+
in: query
|
|
13130
|
+
name: filter[storage_tier]
|
|
13131
|
+
required: false
|
|
13132
|
+
schema:
|
|
13133
|
+
$ref: '#/components/schemas/LogsStorageTier'
|
|
11079
13134
|
- description: Order of logs in results.
|
|
11080
13135
|
in: query
|
|
11081
13136
|
name: sort
|
|
@@ -11172,7 +13227,9 @@ paths:
|
|
|
11172
13227
|
resultsPath: data
|
|
11173
13228
|
/api/v2/metrics:
|
|
11174
13229
|
get:
|
|
11175
|
-
description: Returns all metrics
|
|
13230
|
+
description: "Returns all metrics that can be configured in the Metrics Summary
|
|
13231
|
+
page or with Metrics without Limits\u2122 (matching additional filters if
|
|
13232
|
+
specified)."
|
|
11176
13233
|
operationId: ListTagConfigurations
|
|
11177
13234
|
parameters:
|
|
11178
13235
|
- description: Filter custom metrics that have configured tags.
|
|
@@ -11506,6 +13563,8 @@ paths:
|
|
|
11506
13563
|
name: filter[hours_ago]
|
|
11507
13564
|
required: false
|
|
11508
13565
|
schema:
|
|
13566
|
+
format: int32
|
|
13567
|
+
maximum: 2147483647
|
|
11509
13568
|
type: integer
|
|
11510
13569
|
- description: The number of aggregations that a `count`, `rate`, or `gauge`
|
|
11511
13570
|
metric is configured to use. Max number of aggregation combos is 9.
|
|
@@ -11514,6 +13573,8 @@ paths:
|
|
|
11514
13573
|
name: filter[num_aggregations]
|
|
11515
13574
|
required: false
|
|
11516
13575
|
schema:
|
|
13576
|
+
format: int32
|
|
13577
|
+
maximum: 9
|
|
11517
13578
|
type: integer
|
|
11518
13579
|
- description: A boolean, for distribution metrics only, to estimate cardinality
|
|
11519
13580
|
if the metric includes additional percentile aggregators.
|
|
@@ -11530,6 +13591,8 @@ paths:
|
|
|
11530
13591
|
name: filter[timespan_h]
|
|
11531
13592
|
required: false
|
|
11532
13593
|
schema:
|
|
13594
|
+
format: int32
|
|
13595
|
+
maximum: 2147483647
|
|
11533
13596
|
type: integer
|
|
11534
13597
|
responses:
|
|
11535
13598
|
'200':
|
|
@@ -12802,7 +14865,7 @@ paths:
|
|
|
12802
14865
|
Cloud Workload Security rules, and downloads them as a .policy file. This
|
|
12803
14866
|
file can then be deployed to
|
|
12804
14867
|
|
|
12805
|
-
your
|
|
14868
|
+
your Agents to update the policy running in your environment.'
|
|
12806
14869
|
operationId: DownloadCloudWorkloadPolicyFile
|
|
12807
14870
|
responses:
|
|
12808
14871
|
'200':
|
|
@@ -13388,7 +15451,7 @@ paths:
|
|
|
13388
15451
|
- apiKeyAuth: []
|
|
13389
15452
|
appKeyAuth: []
|
|
13390
15453
|
- AuthZ:
|
|
13391
|
-
-
|
|
15454
|
+
- security_monitoring_signals_read
|
|
13392
15455
|
summary: Get a signal's details
|
|
13393
15456
|
tags:
|
|
13394
15457
|
- Security Monitoring
|
|
@@ -13886,6 +15949,99 @@ paths:
|
|
|
13886
15949
|
x-unstable: '**Note**: This endpoint is in public beta.
|
|
13887
15950
|
|
|
13888
15951
|
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).'
|
|
15952
|
+
/api/v2/services/definitions:
|
|
15953
|
+
get:
|
|
15954
|
+
description: Get a list of all service definitions from the Datadog Service
|
|
15955
|
+
Catalog.
|
|
15956
|
+
operationId: ListServiceDefinitions
|
|
15957
|
+
responses:
|
|
15958
|
+
'200':
|
|
15959
|
+
content:
|
|
15960
|
+
application/json:
|
|
15961
|
+
schema:
|
|
15962
|
+
$ref: '#/components/schemas/ServiceDefinitionsListResponse'
|
|
15963
|
+
description: OK
|
|
15964
|
+
'403':
|
|
15965
|
+
$ref: '#/components/responses/ForbiddenResponse'
|
|
15966
|
+
'429':
|
|
15967
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
15968
|
+
summary: Get all service definitions
|
|
15969
|
+
tags:
|
|
15970
|
+
- Service Definition
|
|
15971
|
+
post:
|
|
15972
|
+
description: Create or update service definition in the Datadog Service Catalog.
|
|
15973
|
+
operationId: CreateOrUpdateServiceDefinitions
|
|
15974
|
+
requestBody:
|
|
15975
|
+
content:
|
|
15976
|
+
application/json:
|
|
15977
|
+
schema:
|
|
15978
|
+
$ref: '#/components/schemas/ServiceDefinitionsCreateRequest'
|
|
15979
|
+
description: Service Definition YAML/JSON.
|
|
15980
|
+
required: true
|
|
15981
|
+
responses:
|
|
15982
|
+
'200':
|
|
15983
|
+
content:
|
|
15984
|
+
application/json:
|
|
15985
|
+
schema:
|
|
15986
|
+
$ref: '#/components/schemas/ServiceDefinitionCreateResponse'
|
|
15987
|
+
description: CREATED
|
|
15988
|
+
'400':
|
|
15989
|
+
$ref: '#/components/responses/BadRequestResponse'
|
|
15990
|
+
'403':
|
|
15991
|
+
$ref: '#/components/responses/ForbiddenResponse'
|
|
15992
|
+
'409':
|
|
15993
|
+
$ref: '#/components/responses/ConflictResponse'
|
|
15994
|
+
'429':
|
|
15995
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
15996
|
+
summary: Create or update service definition
|
|
15997
|
+
tags:
|
|
15998
|
+
- Service Definition
|
|
15999
|
+
x-codegen-request-body-name: body
|
|
16000
|
+
/api/v2/services/definitions/{service_name}:
|
|
16001
|
+
delete:
|
|
16002
|
+
description: Delete a single service definition in the Datadog Service Catalog.
|
|
16003
|
+
operationId: DeleteServiceDefinition
|
|
16004
|
+
parameters:
|
|
16005
|
+
- $ref: '#/components/parameters/ServiceName'
|
|
16006
|
+
responses:
|
|
16007
|
+
'204':
|
|
16008
|
+
description: OK
|
|
16009
|
+
'400':
|
|
16010
|
+
$ref: '#/components/responses/BadRequestResponse'
|
|
16011
|
+
'403':
|
|
16012
|
+
$ref: '#/components/responses/ForbiddenResponse'
|
|
16013
|
+
'404':
|
|
16014
|
+
$ref: '#/components/responses/NotFoundResponse'
|
|
16015
|
+
'429':
|
|
16016
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
16017
|
+
summary: Delete a single service definition
|
|
16018
|
+
tags:
|
|
16019
|
+
- Service Definition
|
|
16020
|
+
get:
|
|
16021
|
+
description: Get a single service definition from the Datadog Service Catalog.
|
|
16022
|
+
operationId: GetServiceDefinition
|
|
16023
|
+
parameters:
|
|
16024
|
+
- $ref: '#/components/parameters/ServiceName'
|
|
16025
|
+
responses:
|
|
16026
|
+
'200':
|
|
16027
|
+
content:
|
|
16028
|
+
application/json:
|
|
16029
|
+
schema:
|
|
16030
|
+
$ref: '#/components/schemas/ServiceDefinitionGetResponse'
|
|
16031
|
+
description: OK
|
|
16032
|
+
'400':
|
|
16033
|
+
$ref: '#/components/responses/BadRequestResponse'
|
|
16034
|
+
'403':
|
|
16035
|
+
$ref: '#/components/responses/ForbiddenResponse'
|
|
16036
|
+
'404':
|
|
16037
|
+
$ref: '#/components/responses/NotFoundResponse'
|
|
16038
|
+
'409':
|
|
16039
|
+
$ref: '#/components/responses/ConflictResponse'
|
|
16040
|
+
'429':
|
|
16041
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
16042
|
+
summary: Get a single service definition
|
|
16043
|
+
tags:
|
|
16044
|
+
- Service Definition
|
|
13889
16045
|
/api/v2/services/{service_id}:
|
|
13890
16046
|
delete:
|
|
13891
16047
|
description: Deletes an existing incident service.
|
|
@@ -14309,7 +16465,9 @@ paths:
|
|
|
14309
16465
|
get:
|
|
14310
16466
|
description: 'Get estimated cost across multi-org and single root-org accounts.
|
|
14311
16467
|
|
|
14312
|
-
Estimated cost data is only available for the current month and previous month
|
|
16468
|
+
Estimated cost data is only available for the current month and previous month
|
|
16469
|
+
|
|
16470
|
+
and is delayed by up to 72 hours from when it was incurred.
|
|
14313
16471
|
|
|
14314
16472
|
To access historical costs prior to this, use the `/historical_cost` endpoint.'
|
|
14315
16473
|
operationId: GetEstimatedCostByOrg
|
|
@@ -14458,7 +16616,7 @@ paths:
|
|
|
14458
16616
|
- Usage Metering
|
|
14459
16617
|
/api/v2/usage/hourly_usage:
|
|
14460
16618
|
get:
|
|
14461
|
-
description: Get hourly usage by product family
|
|
16619
|
+
description: Get hourly usage by product family.
|
|
14462
16620
|
operationId: GetHourlyUsage
|
|
14463
16621
|
parameters:
|
|
14464
16622
|
- description: 'Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh]
|
|
@@ -14838,7 +16996,8 @@ paths:
|
|
|
14838
16996
|
security:
|
|
14839
16997
|
- apiKeyAuth: []
|
|
14840
16998
|
appKeyAuth: []
|
|
14841
|
-
- AuthZ:
|
|
16999
|
+
- AuthZ:
|
|
17000
|
+
- user_access_read
|
|
14842
17001
|
summary: List all users
|
|
14843
17002
|
tags:
|
|
14844
17003
|
- Users
|
|
@@ -14945,7 +17104,8 @@ paths:
|
|
|
14945
17104
|
security:
|
|
14946
17105
|
- apiKeyAuth: []
|
|
14947
17106
|
appKeyAuth: []
|
|
14948
|
-
- AuthZ:
|
|
17107
|
+
- AuthZ:
|
|
17108
|
+
- user_access_read
|
|
14949
17109
|
summary: Get user details
|
|
14950
17110
|
tags:
|
|
14951
17111
|
- Users
|
|
@@ -15074,7 +17234,8 @@ paths:
|
|
|
15074
17234
|
security:
|
|
15075
17235
|
- apiKeyAuth: []
|
|
15076
17236
|
appKeyAuth: []
|
|
15077
|
-
- AuthZ:
|
|
17237
|
+
- AuthZ:
|
|
17238
|
+
- user_access_read
|
|
15078
17239
|
summary: Get a user permissions
|
|
15079
17240
|
tags:
|
|
15080
17241
|
- Users
|
|
@@ -15122,9 +17283,16 @@ tags:
|
|
|
15122
17283
|
|
|
15123
17284
|
sent from Identity Providers.'
|
|
15124
17285
|
name: AuthN Mappings
|
|
17286
|
+
- description: Search or aggregate your CI Visibility pipeline events over HTTP.
|
|
17287
|
+
name: CI Visibility Pipelines
|
|
17288
|
+
- description: Search or aggregate your CI Visibility test events over HTTP.
|
|
17289
|
+
name: CI Visibility Tests
|
|
15125
17290
|
- description: Workload activity security rules for generating events using the Datadog
|
|
15126
17291
|
security Agent.
|
|
15127
17292
|
name: Cloud Workload Security
|
|
17293
|
+
- description: Configure your Datadog Confluent Cloud integration directly through
|
|
17294
|
+
the Datadog API.
|
|
17295
|
+
name: Confluent Cloud
|
|
15128
17296
|
- description: 'Interact with your dashboard lists through the API to
|
|
15129
17297
|
|
|
15130
17298
|
organize, find, and share all of your dashboards with your team and
|
|
@@ -15224,6 +17392,10 @@ tags:
|
|
|
15224
17392
|
name: Security Monitoring
|
|
15225
17393
|
- description: Create, edit, and disable service accounts.
|
|
15226
17394
|
name: Service Accounts
|
|
17395
|
+
- description: API to create, update, retrieve and delete service definitions.
|
|
17396
|
+
externalDocs:
|
|
17397
|
+
url: https://docs.datadoghq.com/tracing/service_catalog/
|
|
17398
|
+
name: Service Definition
|
|
15227
17399
|
- description: 'The usage metering API allows you to get hourly, daily, and
|
|
15228
17400
|
|
|
15229
17401
|
monthly usage across multiple facets of Datadog.
|