datadog_api_client 2.30.0 → 2.31.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 +338 -22
- data/.generator/schemas/v2/openapi.yaml +3672 -98
- data/CHANGELOG.md +37 -0
- data/examples/v1/dashboards/CreateDashboard_1490099434.rb +65 -0
- data/examples/v1/dashboards/CreateDashboard_3520534424.rb +61 -0
- data/examples/v1/logs-indexes/DeleteLogsIndex.rb +5 -0
- data/examples/v1/logs-pipelines/CreateLogsPipeline_2707101123.rb +23 -0
- data/examples/v1/synthetics/CreateSyntheticsAPITest_1279271422.rb +1 -0
- data/examples/v2/agentless-scanning/CreateAwsOnDemandTask.rb +14 -0
- data/examples/v2/agentless-scanning/CreateAwsScanOptions.rb +18 -0
- data/examples/v2/agentless-scanning/DeleteAwsScanOptions.rb +5 -0
- data/examples/v2/agentless-scanning/GetAwsOnDemandTask.rb +5 -0
- data/examples/v2/agentless-scanning/ListAwsOnDemandTasks.rb +5 -0
- data/examples/v2/agentless-scanning/UpdateAwsScanOptions.rb +17 -0
- data/examples/v2/app-builder/CreateApp.rb +121 -13
- data/examples/v2/app-builder/DeleteApp.rb +0 -3
- data/examples/v2/app-builder/DeleteApps.rb +0 -3
- data/examples/v2/app-builder/GetApp.rb +0 -3
- data/examples/v2/app-builder/ListApps.rb +0 -3
- data/examples/v2/app-builder/PublishApp.rb +0 -3
- data/examples/v2/app-builder/UnpublishApp.rb +0 -3
- data/examples/v2/app-builder/UpdateApp.rb +0 -3
- data/examples/v2/application-security/CreateApplicationSecurityWafCustomRule.rb +55 -0
- data/examples/v2/application-security/CreateApplicationSecurityWafExclusionFilter.rb +33 -0
- data/examples/v2/application-security/DeleteApplicationSecurityWafCustomRule.rb +5 -0
- data/examples/v2/application-security/DeleteApplicationSecurityWafExclusionFilter.rb +8 -0
- data/examples/v2/application-security/GetApplicationSecurityWafCustomRule.rb +5 -0
- data/examples/v2/application-security/GetApplicationSecurityWafExclusionFilter.rb +8 -0
- data/examples/v2/application-security/ListApplicationSecurityWAFCustomRules.rb +5 -0
- data/examples/v2/application-security/ListApplicationSecurityWafExclusionFilters.rb +5 -0
- data/examples/v2/application-security/UpdateApplicationSecurityWafCustomRule.rb +46 -0
- data/examples/v2/application-security/UpdateApplicationSecurityWafExclusionFilter.rb +22 -0
- data/examples/v2/rum-retention-filters/CreateRetentionFilter.rb +21 -0
- data/examples/v2/rum-retention-filters/DeleteRetentionFilter.rb +5 -0
- data/examples/v2/rum-retention-filters/GetRetentionFilter.rb +5 -0
- data/examples/v2/rum-retention-filters/ListRetentionFilters.rb +5 -0
- data/examples/v2/rum-retention-filters/OrderRetentionFilters.rb +22 -0
- data/examples/v2/rum-retention-filters/UpdateRetentionFilter.rb +19 -0
- data/examples/v2/security-monitoring/CreateSecurityMonitoringRule_1965169892.rb +50 -0
- data/examples/v2/security-monitoring/CreateSignalNotificationRule.rb +1 -1
- data/examples/v2/security-monitoring/CreateVulnerabilityNotificationRule.rb +1 -1
- data/examples/v2/security-monitoring/DeleteSignalNotificationRule.rb +1 -1
- data/examples/v2/security-monitoring/DeleteVulnerabilityNotificationRule.rb +1 -1
- data/examples/v2/security-monitoring/GetRuleVersionHistory.rb +8 -0
- data/examples/v2/security-monitoring/GetRuleVersionHistory_2467565841.rb +11 -0
- data/examples/v2/security-monitoring/GetSBOM.rb +3 -0
- data/examples/v2/security-monitoring/GetSignalNotificationRule.rb +1 -1
- data/examples/v2/security-monitoring/GetSignalNotificationRules.rb +1 -1
- data/examples/v2/security-monitoring/GetVulnerabilityNotificationRule.rb +1 -1
- data/examples/v2/security-monitoring/GetVulnerabilityNotificationRules.rb +1 -1
- data/examples/v2/security-monitoring/ListVulnerabilities.rb +3 -0
- data/examples/v2/security-monitoring/ListVulnerableAssets.rb +3 -0
- data/examples/v2/security-monitoring/PatchSignalNotificationRule.rb +1 -1
- data/examples/v2/security-monitoring/PatchVulnerabilityNotificationRule.rb +1 -1
- data/examples/v2/software-catalog/UpsertCatalogEntity.rb +5 -1
- data/examples/v2/workflow-automation/CreateWorkflow.rb +95 -0
- data/examples/v2/workflow-automation/DeleteWorkflow.rb +8 -0
- data/examples/v2/workflow-automation/GetWorkflow.rb +8 -0
- data/examples/v2/workflow-automation/UpdateWorkflow.rb +99 -0
- data/lib/datadog_api_client/configuration.rb +4 -8
- data/lib/datadog_api_client/inflector.rb +188 -1
- data/lib/datadog_api_client/v1/api/logs_indexes_api.rb +66 -0
- data/lib/datadog_api_client/v1/api/monitors_api.rb +1 -1
- data/lib/datadog_api_client/v1/models/check_can_delete_monitor_response_data.rb +1 -1
- data/lib/datadog_api_client/v1/models/check_can_delete_slo_response_data.rb +1 -1
- data/lib/datadog_api_client/v1/models/dashboard_share_type.rb +1 -0
- data/lib/datadog_api_client/v1/models/logs_processor.rb +2 -1
- data/lib/datadog_api_client/v1/models/logs_span_remapper.rb +160 -0
- data/lib/datadog_api_client/v1/models/logs_span_remapper_type.rb +26 -0
- data/lib/datadog_api_client/v1/models/monitor_options_scheduling_options_evaluation_window.rb +14 -4
- data/lib/datadog_api_client/v1/models/monitor_search_result.rb +13 -1
- data/lib/datadog_api_client/v1/models/number_format_unit.rb +63 -0
- data/lib/datadog_api_client/v1/models/number_format_unit_canonical.rb +125 -0
- data/lib/datadog_api_client/v1/models/number_format_unit_custom.rb +137 -0
- data/lib/datadog_api_client/v1/models/number_format_unit_custom_type.rb +26 -0
- data/lib/datadog_api_client/v1/models/number_format_unit_scale.rb +115 -0
- data/lib/datadog_api_client/v1/models/number_format_unit_scale_type.rb +26 -0
- data/lib/datadog_api_client/v1/models/shared_dashboard.rb +85 -9
- data/lib/datadog_api_client/v1/models/shared_dashboard_invitees_items.rb +151 -0
- data/lib/datadog_api_client/v1/models/shared_dashboard_status.rb +27 -0
- data/lib/datadog_api_client/v1/models/shared_dashboard_update_request.rb +68 -3
- data/lib/datadog_api_client/v1/models/slo_correction_list_response.rb +1 -1
- data/lib/datadog_api_client/v1/models/synthetics_api_test_step.rb +11 -1
- data/lib/datadog_api_client/v1/models/synthetics_browser_variable_type.rb +0 -1
- data/lib/datadog_api_client/v1/models/synthetics_ci_test_body.rb +1 -1
- data/lib/datadog_api_client/v1/models/synthetics_mobile_step_params_element_user_locator.rb +1 -1
- data/lib/datadog_api_client/v1/models/synthetics_trigger_body.rb +1 -1
- data/lib/datadog_api_client/v1/models/table_widget_cell_display_mode.rb +1 -0
- data/lib/datadog_api_client/v1/models/usage_summary_response.rb +3 -3
- data/lib/datadog_api_client/v1/models/viewing_preferences.rb +115 -0
- data/lib/datadog_api_client/v1/models/viewing_preferences_theme.rb +28 -0
- data/lib/datadog_api_client/v1/models/widget_formula.rb +21 -1
- data/lib/datadog_api_client/v1/models/widget_formula_cell_display_mode_options.rb +115 -0
- data/lib/datadog_api_client/v1/models/widget_formula_cell_display_mode_options_trend_type.rb +28 -0
- data/lib/datadog_api_client/v1/models/widget_formula_cell_display_mode_options_y_scale.rb +27 -0
- data/lib/datadog_api_client/v1/models/widget_number_format.rb +123 -0
- data/lib/datadog_api_client/v2/api/agentless_scanning_api.rb +398 -2
- data/lib/datadog_api_client/v2/api/api_management_api.rb +15 -0
- data/lib/datadog_api_client/v2/api/app_builder_api.rb +0 -48
- data/lib/datadog_api_client/v2/api/application_security_api.rb +689 -0
- data/lib/datadog_api_client/v2/api/cloud_cost_management_api.rb +1 -1
- data/lib/datadog_api_client/v2/api/confluent_cloud_api.rb +8 -8
- data/lib/datadog_api_client/v2/api/metrics_api.rb +3 -1
- data/lib/datadog_api_client/v2/api/rum_retention_filters_api.rb +455 -0
- data/lib/datadog_api_client/v2/api/security_monitoring_api.rb +116 -23
- data/lib/datadog_api_client/v2/api/software_catalog_api.rb +1 -2
- data/lib/datadog_api_client/v2/api/workflow_automation_api.rb +269 -0
- data/lib/datadog_api_client/v2/models/account_filtering_config.rb +129 -0
- data/lib/datadog_api_client/v2/models/action_query.rb +198 -0
- data/lib/datadog_api_client/v2/models/action_query_condition.rb +63 -0
- data/lib/datadog_api_client/v2/models/action_query_debounce_in_ms.rb +63 -0
- data/lib/datadog_api_client/v2/models/action_query_mocked_outputs.rb +63 -0
- data/lib/datadog_api_client/v2/models/action_query_mocked_outputs_enabled.rb +63 -0
- data/lib/datadog_api_client/v2/models/action_query_mocked_outputs_object.rb +133 -0
- data/lib/datadog_api_client/v2/models/action_query_only_trigger_manually.rb +63 -0
- data/lib/datadog_api_client/v2/models/action_query_polling_interval_in_ms.rb +63 -0
- data/lib/datadog_api_client/v2/models/action_query_properties.rb +203 -0
- data/lib/datadog_api_client/v2/models/action_query_requires_confirmation.rb +63 -0
- data/lib/datadog_api_client/v2/models/action_query_show_toast_on_error.rb +63 -0
- data/lib/datadog_api_client/v2/models/action_query_spec.rb +63 -0
- data/lib/datadog_api_client/v2/models/action_query_spec_connection_group.rb +117 -0
- data/lib/datadog_api_client/v2/models/action_query_spec_inputs.rb +63 -0
- data/lib/datadog_api_client/v2/models/action_query_spec_object.rb +153 -0
- data/lib/datadog_api_client/v2/models/action_query_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/annotation.rb +165 -0
- data/lib/datadog_api_client/v2/models/annotation_display.rb +105 -0
- data/lib/datadog_api_client/v2/models/annotation_display_bounds.rb +135 -0
- data/lib/datadog_api_client/v2/models/annotation_markdown_text_annotation.rb +105 -0
- data/lib/datadog_api_client/v2/models/api_trigger.rb +105 -0
- data/lib/datadog_api_client/v2/models/api_trigger_wrapper.rb +135 -0
- data/lib/datadog_api_client/v2/models/app_trigger_wrapper.rb +135 -0
- data/lib/datadog_api_client/v2/models/application_security_waf_custom_rule_action.rb +115 -0
- data/lib/datadog_api_client/v2/models/application_security_waf_custom_rule_action_action.rb +27 -0
- data/lib/datadog_api_client/v2/models/application_security_waf_custom_rule_action_parameters.rb +115 -0
- data/lib/datadog_api_client/v2/models/application_security_waf_custom_rule_attributes.rb +253 -0
- data/lib/datadog_api_client/v2/models/application_security_waf_custom_rule_condition.rb +144 -0
- data/lib/datadog_api_client/v2/models/application_security_waf_custom_rule_condition_input.rb +135 -0
- data/lib/datadog_api_client/v2/models/application_security_waf_custom_rule_condition_input_address.rb +46 -0
- data/lib/datadog_api_client/v2/models/application_security_waf_custom_rule_condition_operator.rb +36 -0
- data/lib/datadog_api_client/v2/models/application_security_waf_custom_rule_condition_options.rb +115 -0
- data/lib/datadog_api_client/v2/models/application_security_waf_custom_rule_condition_parameters.rb +178 -0
- data/lib/datadog_api_client/v2/models/application_security_waf_custom_rule_create_attributes.rb +243 -0
- data/lib/datadog_api_client/v2/models/application_security_waf_custom_rule_create_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/application_security_waf_custom_rule_create_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/application_security_waf_custom_rule_data.rb +125 -0
- data/lib/datadog_api_client/v2/models/application_security_waf_custom_rule_list_response.rb +107 -0
- data/lib/datadog_api_client/v2/models/application_security_waf_custom_rule_metadata.rb +155 -0
- data/lib/datadog_api_client/v2/models/application_security_waf_custom_rule_response.rb +105 -0
- data/lib/datadog_api_client/v2/models/application_security_waf_custom_rule_scope.rb +144 -0
- data/lib/datadog_api_client/v2/models/application_security_waf_custom_rule_tags.rb +145 -0
- data/lib/datadog_api_client/v2/models/application_security_waf_custom_rule_tags_category.rb +28 -0
- data/lib/datadog_api_client/v2/models/application_security_waf_custom_rule_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/application_security_waf_custom_rule_update_attributes.rb +243 -0
- data/lib/datadog_api_client/v2/models/application_security_waf_custom_rule_update_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/application_security_waf_custom_rule_update_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/application_security_waf_exclusion_filter_attributes.rb +213 -0
- data/lib/datadog_api_client/v2/models/application_security_waf_exclusion_filter_create_attributes.rb +212 -0
- data/lib/datadog_api_client/v2/models/application_security_waf_exclusion_filter_create_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/application_security_waf_exclusion_filter_create_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/application_security_waf_exclusion_filter_metadata.rb +155 -0
- data/lib/datadog_api_client/v2/models/application_security_waf_exclusion_filter_on_match.rb +26 -0
- data/lib/datadog_api_client/v2/models/application_security_waf_exclusion_filter_resource.rb +125 -0
- data/lib/datadog_api_client/v2/models/application_security_waf_exclusion_filter_response.rb +105 -0
- data/lib/datadog_api_client/v2/models/application_security_waf_exclusion_filter_rules_target.rb +115 -0
- data/lib/datadog_api_client/v2/models/application_security_waf_exclusion_filter_rules_target_tags.rb +115 -0
- data/lib/datadog_api_client/v2/models/application_security_waf_exclusion_filter_scope.rb +115 -0
- data/lib/datadog_api_client/v2/models/application_security_waf_exclusion_filter_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/application_security_waf_exclusion_filter_update_attributes.rb +212 -0
- data/lib/datadog_api_client/v2/models/application_security_waf_exclusion_filter_update_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/application_security_waf_exclusion_filter_update_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/application_security_waf_exclusion_filters_response.rb +107 -0
- data/lib/datadog_api_client/v2/models/aws_cur_config_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/aws_cur_config_patch_request_attributes.rb +12 -20
- data/lib/datadog_api_client/v2/models/aws_cur_config_post_request_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/aws_on_demand_attributes.rb +138 -0
- data/lib/datadog_api_client/v2/models/aws_on_demand_create_attributes.rb +123 -0
- data/lib/datadog_api_client/v2/models/aws_on_demand_create_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/aws_on_demand_create_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/aws_on_demand_data.rb +125 -0
- data/lib/datadog_api_client/v2/models/aws_on_demand_list_response.rb +107 -0
- data/lib/datadog_api_client/v2/models/aws_on_demand_response.rb +105 -0
- data/lib/datadog_api_client/v2/models/aws_on_demand_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/aws_scan_options_create_attributes.rb +186 -0
- data/lib/datadog_api_client/v2/models/aws_scan_options_create_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/aws_scan_options_create_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/aws_scan_options_list_response.rb +107 -0
- data/lib/datadog_api_client/v2/models/aws_scan_options_response.rb +4 -6
- data/lib/datadog_api_client/v2/models/aws_scan_options_update_attributes.rb +135 -0
- data/lib/datadog_api_client/v2/models/aws_scan_options_update_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/aws_scan_options_update_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/case_trigger.rb +105 -0
- data/lib/datadog_api_client/v2/models/case_trigger_wrapper.rb +135 -0
- data/lib/datadog_api_client/v2/models/change_event_trigger_wrapper.rb +135 -0
- data/lib/datadog_api_client/v2/models/completion_condition.rb +154 -0
- data/lib/datadog_api_client/v2/models/completion_condition_operator.rb +37 -0
- data/lib/datadog_api_client/v2/models/completion_gate.rb +144 -0
- data/lib/datadog_api_client/v2/models/connection.rb +144 -0
- data/lib/datadog_api_client/v2/models/connection_env.rb +147 -0
- data/lib/datadog_api_client/v2/models/connection_env_env.rb +26 -0
- data/lib/datadog_api_client/v2/models/connection_group.rb +167 -0
- data/lib/datadog_api_client/v2/models/create_workflow_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/create_workflow_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/dashboard_trigger_wrapper.rb +135 -0
- data/lib/datadog_api_client/v2/models/data_transform.rb +186 -0
- data/lib/datadog_api_client/v2/models/data_transform_properties.rb +105 -0
- data/lib/datadog_api_client/v2/models/{query_type.rb → data_transform_type.rb} +2 -4
- data/lib/datadog_api_client/v2/models/error_handler.rb +144 -0
- data/lib/datadog_api_client/v2/models/fastly_service.rb +1 -1
- data/lib/datadog_api_client/v2/models/get_rule_version_history_data.rb +125 -0
- data/lib/datadog_api_client/v2/models/get_rule_version_history_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/get_rule_version_history_response.rb +105 -0
- data/lib/datadog_api_client/v2/models/get_workflow_response.rb +105 -0
- data/lib/datadog_api_client/v2/models/github_webhook_trigger.rb +105 -0
- data/lib/datadog_api_client/v2/models/github_webhook_trigger_wrapper.rb +135 -0
- data/lib/datadog_api_client/v2/models/incident_trigger.rb +105 -0
- data/lib/datadog_api_client/v2/models/incident_trigger_wrapper.rb +135 -0
- data/lib/datadog_api_client/v2/models/input_schema.rb +107 -0
- data/lib/datadog_api_client/v2/models/input_schema_parameters.rb +174 -0
- data/lib/datadog_api_client/v2/models/input_schema_parameters_type.rb +33 -0
- data/lib/datadog_api_client/v2/models/job_definition.rb +13 -1
- data/lib/datadog_api_client/v2/models/logs_archive_destination_s3.rb +11 -1
- data/lib/datadog_api_client/v2/models/logs_archive_storage_class_s3_type.rb +30 -0
- data/lib/datadog_api_client/v2/models/metric_bulk_tag_config_create_attributes.rb +50 -1
- data/lib/datadog_api_client/v2/models/monitor_trigger.rb +105 -0
- data/lib/datadog_api_client/v2/models/monitor_trigger_wrapper.rb +135 -0
- data/lib/datadog_api_client/v2/models/outbound_edge.rb +144 -0
- data/lib/datadog_api_client/v2/models/output_schema.rb +107 -0
- data/lib/datadog_api_client/v2/models/output_schema_parameters.rb +184 -0
- data/lib/datadog_api_client/v2/models/output_schema_parameters_type.rb +33 -0
- data/lib/datadog_api_client/v2/models/parameter.rb +144 -0
- data/lib/datadog_api_client/v2/models/query.rb +37 -160
- data/lib/datadog_api_client/v2/models/readiness_gate.rb +123 -0
- data/lib/datadog_api_client/v2/models/readiness_gate_threshold_type.rb +27 -0
- data/lib/datadog_api_client/v2/models/retry_strategy.rb +133 -0
- data/lib/datadog_api_client/v2/models/retry_strategy_kind.rb +26 -0
- data/lib/datadog_api_client/v2/models/retry_strategy_linear.rb +144 -0
- data/lib/datadog_api_client/v2/models/rule_types_items.rb +1 -1
- data/lib/datadog_api_client/v2/models/rule_version_history.rb +133 -0
- data/lib/datadog_api_client/v2/models/rule_version_update.rb +125 -0
- data/lib/datadog_api_client/v2/models/rule_version_update_type.rb +28 -0
- data/lib/datadog_api_client/v2/models/rule_versions.rb +117 -0
- data/lib/datadog_api_client/v2/models/rum_retention_filter_attributes.rb +167 -0
- data/lib/datadog_api_client/v2/models/rum_retention_filter_create_attributes.rb +193 -0
- data/lib/datadog_api_client/v2/models/rum_retention_filter_create_data.rb +154 -0
- data/lib/datadog_api_client/v2/models/rum_retention_filter_create_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/rum_retention_filter_data.rb +135 -0
- data/lib/datadog_api_client/v2/models/rum_retention_filter_event_type.rb +32 -0
- data/lib/datadog_api_client/v2/models/rum_retention_filter_meta.rb +105 -0
- data/lib/datadog_api_client/v2/models/rum_retention_filter_response.rb +105 -0
- data/lib/datadog_api_client/v2/models/rum_retention_filter_source.rb +29 -0
- data/lib/datadog_api_client/v2/models/rum_retention_filter_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/rum_retention_filter_update_attributes.rb +167 -0
- data/lib/datadog_api_client/v2/models/rum_retention_filter_update_data.rb +175 -0
- data/lib/datadog_api_client/v2/models/rum_retention_filter_update_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/rum_retention_filters_order_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/rum_retention_filters_order_request.rb +108 -0
- data/lib/datadog_api_client/v2/models/rum_retention_filters_order_response.rb +107 -0
- data/lib/datadog_api_client/v2/models/rum_retention_filters_response.rb +107 -0
- data/lib/datadog_api_client/v2/models/schedule_trigger.rb +123 -0
- data/lib/datadog_api_client/v2/models/schedule_trigger_wrapper.rb +135 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_case.rb +13 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_case_action.rb +115 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_case_action_options.rb +123 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_case_action_type.rb +27 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_case_create.rb +13 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_evaluation_window.rb +4 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_keep_alive.rb +2 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_update_payload.rb +13 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_standard_rule_create_payload.rb +13 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_standard_rule_payload.rb +13 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_standard_rule_response.rb +13 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_standard_rule_test_payload.rb +13 -1
- data/lib/datadog_api_client/v2/models/security_trigger.rb +105 -0
- data/lib/datadog_api_client/v2/models/security_trigger_wrapper.rb +135 -0
- data/lib/datadog_api_client/v2/models/selectors.rb +1 -1
- data/lib/datadog_api_client/v2/models/slack_trigger_wrapper.rb +135 -0
- data/lib/datadog_api_client/v2/models/spec.rb +173 -0
- data/lib/datadog_api_client/v2/models/state_variable.rb +186 -0
- data/lib/datadog_api_client/v2/models/state_variable_properties.rb +105 -0
- data/lib/datadog_api_client/v2/models/state_variable_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/step.rb +220 -0
- data/lib/datadog_api_client/v2/models/step_display.rb +105 -0
- data/lib/datadog_api_client/v2/models/step_display_bounds.rb +115 -0
- data/lib/datadog_api_client/v2/models/trigger.rb +73 -0
- data/lib/datadog_api_client/v2/models/trigger_rate_limit.rb +115 -0
- data/lib/datadog_api_client/v2/models/update_workflow_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/update_workflow_response.rb +105 -0
- data/lib/datadog_api_client/v2/models/workflow_data.rb +164 -0
- data/lib/datadog_api_client/v2/models/workflow_data_attributes.rb +206 -0
- data/lib/datadog_api_client/v2/models/workflow_data_relationships.rb +115 -0
- data/lib/datadog_api_client/v2/models/workflow_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/workflow_data_update.rb +164 -0
- data/lib/datadog_api_client/v2/models/workflow_data_update_attributes.rb +177 -0
- data/lib/datadog_api_client/v2/models/workflow_trigger_wrapper.rb +135 -0
- data/lib/datadog_api_client/v2/models/workflow_user_relationship.rb +105 -0
- data/lib/datadog_api_client/v2/models/workflow_user_relationship_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/workflow_user_relationship_type.rb +26 -0
- data/lib/datadog_api_client/version.rb +1 -1
- metadata +223 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bf07414e021c91812a18c8340e904572b9a694f8f08e03c40a246266dd728cf5
|
4
|
+
data.tar.gz: 20dd8412640a0197a75ae4737663bdc430ab38c9e61a9d9dd82b17b8b4a66665
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a8027d3ef0b9be260236e9bb2216fb42649c436fe99642080c5b873d8e774d601a8e505ab614a4208061d97b46b2a306ba669b8604ddb30a0c47dd54afe46785
|
7
|
+
data.tar.gz: 05bf60ab43160d6d93d3e2b52e4ba7e2dba4ffb044e567af9d34cf011e1803bf08b6841004561b0217a49c686ac43f402e7140a0299f29bedc50d16cfcf52f73
|
data/.apigentools-info
CHANGED
@@ -4,13 +4,13 @@
|
|
4
4
|
"spec_versions": {
|
5
5
|
"v1": {
|
6
6
|
"apigentools_version": "1.6.6",
|
7
|
-
"regenerated": "2025-
|
8
|
-
"spec_repo_commit": "
|
7
|
+
"regenerated": "2025-03-11 13:16:50.144910",
|
8
|
+
"spec_repo_commit": "d7618fa5"
|
9
9
|
},
|
10
10
|
"v2": {
|
11
11
|
"apigentools_version": "1.6.6",
|
12
|
-
"regenerated": "2025-
|
13
|
-
"spec_repo_commit": "
|
12
|
+
"regenerated": "2025-03-11 13:16:50.165212",
|
13
|
+
"spec_repo_commit": "d7618fa5"
|
14
14
|
}
|
15
15
|
}
|
16
16
|
}
|
@@ -1034,7 +1034,7 @@ components:
|
|
1034
1034
|
example: {}
|
1035
1035
|
properties:
|
1036
1036
|
ok:
|
1037
|
-
description: An array of
|
1037
|
+
description: An array of Monitor IDs that can be safely deleted.
|
1038
1038
|
items:
|
1039
1039
|
description: ID of a monitor that can be safely deleted.
|
1040
1040
|
format: int64
|
@@ -1057,7 +1057,7 @@ components:
|
|
1057
1057
|
description: An array of service level objective objects.
|
1058
1058
|
properties:
|
1059
1059
|
ok:
|
1060
|
-
description: An array of
|
1060
|
+
description: An array of SLO IDs that can be safely deleted.
|
1061
1061
|
items:
|
1062
1062
|
description: An SLO ID.
|
1063
1063
|
type: string
|
@@ -1451,11 +1451,13 @@ components:
|
|
1451
1451
|
enum:
|
1452
1452
|
- open
|
1453
1453
|
- invite
|
1454
|
+
- embed
|
1454
1455
|
nullable: true
|
1455
1456
|
type: string
|
1456
1457
|
x-enum-varnames:
|
1457
1458
|
- OPEN
|
1458
1459
|
- INVITE
|
1460
|
+
- EMBED
|
1459
1461
|
DashboardSummary:
|
1460
1462
|
description: Dashboard summary response.
|
1461
1463
|
properties:
|
@@ -6049,6 +6051,7 @@ components:
|
|
6049
6051
|
- $ref: '#/components/schemas/LogsLookupProcessor'
|
6050
6052
|
- $ref: '#/components/schemas/ReferenceTableLogsLookupProcessor'
|
6051
6053
|
- $ref: '#/components/schemas/LogsTraceRemapper'
|
6054
|
+
- $ref: '#/components/schemas/LogsSpanRemapper'
|
6052
6055
|
LogsQueryCompute:
|
6053
6056
|
description: Define computation for a log query.
|
6054
6057
|
properties:
|
@@ -6160,6 +6163,43 @@ components:
|
|
6160
6163
|
x-enum-varnames:
|
6161
6164
|
- TIME_ASCENDING
|
6162
6165
|
- TIME_DESCENDING
|
6166
|
+
LogsSpanRemapper:
|
6167
|
+
description: "There are two ways to define correlation between application spans
|
6168
|
+
and logs:\n\n 1. Follow the documentation on [how to inject a span ID in
|
6169
|
+
the application logs](https://docs.datadoghq.com/tracing/connect_logs_and_traces).\n
|
6170
|
+
\ Log integrations automatically handle all remaining setup steps by default.\n\n
|
6171
|
+
\ 2. Use the span remapper processor to define a log attribute as its associated
|
6172
|
+
span ID."
|
6173
|
+
properties:
|
6174
|
+
is_enabled:
|
6175
|
+
default: false
|
6176
|
+
description: Whether or not the processor is enabled.
|
6177
|
+
type: boolean
|
6178
|
+
name:
|
6179
|
+
description: Name of the processor.
|
6180
|
+
type: string
|
6181
|
+
sources:
|
6182
|
+
default:
|
6183
|
+
- dd.span_id
|
6184
|
+
description: Array of source attributes.
|
6185
|
+
items:
|
6186
|
+
description: Attribute to extract the span ID from.
|
6187
|
+
type: string
|
6188
|
+
type: array
|
6189
|
+
type:
|
6190
|
+
$ref: '#/components/schemas/LogsSpanRemapperType'
|
6191
|
+
required:
|
6192
|
+
- type
|
6193
|
+
type: object
|
6194
|
+
LogsSpanRemapperType:
|
6195
|
+
default: span-id-remapper
|
6196
|
+
description: Type of logs span remapper.
|
6197
|
+
enum:
|
6198
|
+
- span-id-remapper
|
6199
|
+
example: span-id-remapper
|
6200
|
+
type: string
|
6201
|
+
x-enum-varnames:
|
6202
|
+
- SPAN_ID_REMAPPER
|
6163
6203
|
LogsStatusRemapper:
|
6164
6204
|
description: "Use this Processor if you want to assign some attributes as the
|
6165
6205
|
official status.\n\nEach incoming status value is mapped as follows.\n\n -
|
@@ -6275,7 +6315,7 @@ components:
|
|
6275
6315
|
- dd.trace_id
|
6276
6316
|
description: Array of source attributes.
|
6277
6317
|
items:
|
6278
|
-
description: Attribute to extract the
|
6318
|
+
description: Attribute to extract the trace ID from.
|
6279
6319
|
type: string
|
6280
6320
|
type: array
|
6281
6321
|
type:
|
@@ -7399,7 +7439,7 @@ components:
|
|
7399
7439
|
properties:
|
7400
7440
|
day_starts:
|
7401
7441
|
description: The time of the day at which a one day cumulative evaluation
|
7402
|
-
window starts.
|
7442
|
+
window starts.
|
7403
7443
|
example: 04:00
|
7404
7444
|
type: string
|
7405
7445
|
hour_starts:
|
@@ -7418,6 +7458,11 @@ components:
|
|
7418
7458
|
maximum: 1
|
7419
7459
|
minimum: 1
|
7420
7460
|
type: integer
|
7461
|
+
timezone:
|
7462
|
+
description: The timezone of the time of the day of the cumulative evaluation
|
7463
|
+
window start.
|
7464
|
+
example: Europe/Paris
|
7465
|
+
type: string
|
7421
7466
|
type: object
|
7422
7467
|
MonitorOverallStates:
|
7423
7468
|
description: The different states your monitor can be in.
|
@@ -7506,6 +7551,9 @@ components:
|
|
7506
7551
|
- handle: jane@datadoghq.com
|
7507
7552
|
name: Jane Doe
|
7508
7553
|
org_id: 1234
|
7554
|
+
quality_issues:
|
7555
|
+
- broken_at_handle
|
7556
|
+
- noisy_monitor
|
7509
7557
|
scopes:
|
7510
7558
|
- '!availability-zone:us-east-1c'
|
7511
7559
|
- name:cassandra
|
@@ -7605,6 +7653,14 @@ components:
|
|
7605
7653
|
format: int64
|
7606
7654
|
readOnly: true
|
7607
7655
|
type: integer
|
7656
|
+
quality_issues:
|
7657
|
+
description: Quality issues detected with the monitor.
|
7658
|
+
items:
|
7659
|
+
description: A quality issue detected with the monitor.
|
7660
|
+
readOnly: true
|
7661
|
+
type: string
|
7662
|
+
readOnly: true
|
7663
|
+
type: array
|
7608
7664
|
query:
|
7609
7665
|
description: The monitor query.
|
7610
7666
|
example: avg(last_5m):sum:system.net.bytes_rcvd{host:host0} > 100
|
@@ -9727,6 +9783,62 @@ components:
|
|
9727
9783
|
items:
|
9728
9784
|
$ref: '#/components/schemas/NotifyEndType'
|
9729
9785
|
type: array
|
9786
|
+
NumberFormatUnit:
|
9787
|
+
description: Number format unit.
|
9788
|
+
oneOf:
|
9789
|
+
- $ref: '#/components/schemas/NumberFormatUnitCanonical'
|
9790
|
+
- $ref: '#/components/schemas/NumberFormatUnitCustom'
|
9791
|
+
NumberFormatUnitCanonical:
|
9792
|
+
description: Canonical unit.
|
9793
|
+
properties:
|
9794
|
+
per_unit_name:
|
9795
|
+
description: The name of the unit per item.
|
9796
|
+
example: bytes
|
9797
|
+
type: string
|
9798
|
+
type:
|
9799
|
+
$ref: '#/components/schemas/NumberFormatUnitScaleType'
|
9800
|
+
unit_name:
|
9801
|
+
description: The name of the unit.
|
9802
|
+
example: bytes
|
9803
|
+
type: string
|
9804
|
+
type: object
|
9805
|
+
NumberFormatUnitCustom:
|
9806
|
+
description: Custom unit.
|
9807
|
+
properties:
|
9808
|
+
label:
|
9809
|
+
description: The label for the custom unit.
|
9810
|
+
maxLength: 12
|
9811
|
+
minLength: 1
|
9812
|
+
type: string
|
9813
|
+
type:
|
9814
|
+
$ref: '#/components/schemas/NumberFormatUnitCustomType'
|
9815
|
+
type: object
|
9816
|
+
NumberFormatUnitCustomType:
|
9817
|
+
description: The type of custom unit.
|
9818
|
+
enum:
|
9819
|
+
- custom_unit_label
|
9820
|
+
type: string
|
9821
|
+
x-enum-varnames:
|
9822
|
+
- CUSTOM_UNIT_LABEL
|
9823
|
+
NumberFormatUnitScale:
|
9824
|
+
description: The definition of `NumberFormatUnitScale` object.
|
9825
|
+
nullable: true
|
9826
|
+
properties:
|
9827
|
+
type:
|
9828
|
+
$ref: '#/components/schemas/NumberFormatUnitScaleType'
|
9829
|
+
unit_name:
|
9830
|
+
description: The name of the unit.
|
9831
|
+
example: bytes
|
9832
|
+
type: string
|
9833
|
+
type: object
|
9834
|
+
NumberFormatUnitScaleType:
|
9835
|
+
description: The type of unit scale.
|
9836
|
+
enum:
|
9837
|
+
- canonical_unit
|
9838
|
+
example: canonical_unit
|
9839
|
+
type: string
|
9840
|
+
x-enum-varnames:
|
9841
|
+
- CANONICAL_UNIT
|
9730
9842
|
OnMissingDataOption:
|
9731
9843
|
description: 'Controls how groups or monitors are treated if an evaluation does
|
9732
9844
|
not return any data points.
|
@@ -10516,7 +10628,7 @@ components:
|
|
10516
10628
|
description: A list of SLO correction objects.
|
10517
10629
|
properties:
|
10518
10630
|
data:
|
10519
|
-
description: The list of
|
10631
|
+
description: The list of SLO corrections objects.
|
10520
10632
|
items:
|
10521
10633
|
$ref: '#/components/schemas/SLOCorrection'
|
10522
10634
|
type: array
|
@@ -12953,7 +13065,7 @@ components:
|
|
12953
13065
|
properties:
|
12954
13066
|
author:
|
12955
13067
|
$ref: '#/components/schemas/SharedDashboardAuthor'
|
12956
|
-
|
13068
|
+
created:
|
12957
13069
|
description: Date the dashboard was shared.
|
12958
13070
|
format: date-time
|
12959
13071
|
readOnly: true
|
@@ -12964,6 +13076,20 @@ components:
|
|
12964
13076
|
type: string
|
12965
13077
|
dashboard_type:
|
12966
13078
|
$ref: '#/components/schemas/DashboardType'
|
13079
|
+
embeddable_domains:
|
13080
|
+
description: The `SharedDashboard` `embeddable_domains`.
|
13081
|
+
example:
|
13082
|
+
- https://domain.atlassian.net/
|
13083
|
+
- http://myserver.com/
|
13084
|
+
items:
|
13085
|
+
description: The allowlisted referrers for an EMBED shared dashboard.
|
13086
|
+
type: string
|
13087
|
+
type: array
|
13088
|
+
expiration:
|
13089
|
+
description: The time when an OPEN shared dashboard becomes publicly unavailable.
|
13090
|
+
format: date-time
|
13091
|
+
nullable: true
|
13092
|
+
type: string
|
12967
13093
|
global_time:
|
12968
13094
|
$ref: '#/components/schemas/DashboardGlobalTime'
|
12969
13095
|
global_time_selectable_enabled:
|
@@ -12971,6 +13097,23 @@ components:
|
|
12971
13097
|
setting for the shared dashboard.
|
12972
13098
|
nullable: true
|
12973
13099
|
type: boolean
|
13100
|
+
invitees:
|
13101
|
+
description: The `SharedDashboard` `invitees`.
|
13102
|
+
example:
|
13103
|
+
- access_expiration: '2030-01-01T12:00:00.00Z'
|
13104
|
+
email: test@datadoghq.com
|
13105
|
+
- access_expiration: null
|
13106
|
+
email: test2@datadoghq.com
|
13107
|
+
items:
|
13108
|
+
$ref: '#/components/schemas/SharedDashboardInviteesItems'
|
13109
|
+
type: array
|
13110
|
+
last_accessed:
|
13111
|
+
description: The last time the shared dashboard was accessed. Null if never
|
13112
|
+
accessed.
|
13113
|
+
format: date-time
|
13114
|
+
nullable: true
|
13115
|
+
readOnly: true
|
13116
|
+
type: string
|
12974
13117
|
public_url:
|
12975
13118
|
description: URL of the shared dashboard.
|
12976
13119
|
readOnly: true
|
@@ -12990,6 +13133,7 @@ components:
|
|
12990
13133
|
nullable: true
|
12991
13134
|
type: array
|
12992
13135
|
share_list:
|
13136
|
+
deprecated: true
|
12993
13137
|
description: List of email addresses that can receive an invitation to access
|
12994
13138
|
to the shared dashboard.
|
12995
13139
|
example:
|
@@ -13003,10 +13147,17 @@ components:
|
|
13003
13147
|
type: array
|
13004
13148
|
share_type:
|
13005
13149
|
$ref: '#/components/schemas/DashboardShareType'
|
13150
|
+
status:
|
13151
|
+
$ref: '#/components/schemas/SharedDashboardStatus'
|
13152
|
+
title:
|
13153
|
+
description: Title of the shared dashboard.
|
13154
|
+
type: string
|
13006
13155
|
token:
|
13007
13156
|
description: A unique token assigned to the shared dashboard.
|
13008
13157
|
readOnly: true
|
13009
13158
|
type: string
|
13159
|
+
viewing_preferences:
|
13160
|
+
$ref: '#/components/schemas/ViewingPreferences'
|
13010
13161
|
required:
|
13011
13162
|
- dashboard_id
|
13012
13163
|
- dashboard_type
|
@@ -13026,6 +13177,27 @@ components:
|
|
13026
13177
|
type: string
|
13027
13178
|
readOnly: true
|
13028
13179
|
type: object
|
13180
|
+
SharedDashboardInviteesItems:
|
13181
|
+
description: The allowlisted invitees for an INVITE-only shared dashboard.
|
13182
|
+
properties:
|
13183
|
+
access_expiration:
|
13184
|
+
description: Time of the invitee expiration. Null means the invite will
|
13185
|
+
not expire.
|
13186
|
+
format: date-time
|
13187
|
+
nullable: true
|
13188
|
+
type: string
|
13189
|
+
created_at:
|
13190
|
+
description: Time that the invitee was created.
|
13191
|
+
format: date-time
|
13192
|
+
readOnly: true
|
13193
|
+
type: string
|
13194
|
+
email:
|
13195
|
+
description: Email of the invitee.
|
13196
|
+
example: test@datadoghq.com
|
13197
|
+
type: string
|
13198
|
+
required:
|
13199
|
+
- email
|
13200
|
+
type: object
|
13029
13201
|
SharedDashboardInvites:
|
13030
13202
|
description: Invitations data and metadata that exists for a shared dashboard
|
13031
13203
|
returned by the API.
|
@@ -13142,6 +13314,17 @@ components:
|
|
13142
13314
|
format: int64
|
13143
13315
|
type: integer
|
13144
13316
|
type: object
|
13317
|
+
SharedDashboardStatus:
|
13318
|
+
description: Active means the dashboard is publicly available. Paused means
|
13319
|
+
the dashboard is not publicly available.
|
13320
|
+
enum:
|
13321
|
+
- active
|
13322
|
+
- paused
|
13323
|
+
example: active
|
13324
|
+
type: string
|
13325
|
+
x-enum-varnames:
|
13326
|
+
- ACTIVE
|
13327
|
+
- PAUSED
|
13145
13328
|
SharedDashboardUpdateRequest:
|
13146
13329
|
description: Update a shared dashboard's settings.
|
13147
13330
|
example:
|
@@ -13152,6 +13335,20 @@ components:
|
|
13152
13335
|
- test2@datadoghq.com
|
13153
13336
|
share_type: invite
|
13154
13337
|
properties:
|
13338
|
+
embeddable_domains:
|
13339
|
+
description: The `SharedDashboard` `embeddable_domains`.
|
13340
|
+
example:
|
13341
|
+
- https://domain.atlassian.net/
|
13342
|
+
- http://myserver.com/
|
13343
|
+
items:
|
13344
|
+
description: The allowlisted referrers for an EMBED shared dashboard.
|
13345
|
+
type: string
|
13346
|
+
type: array
|
13347
|
+
expiration:
|
13348
|
+
description: The time when an OPEN shared dashboard becomes publicly unavailable.
|
13349
|
+
format: date-time
|
13350
|
+
nullable: true
|
13351
|
+
type: string
|
13155
13352
|
global_time:
|
13156
13353
|
$ref: '#/components/schemas/SharedDashboardUpdateRequestGlobalTime'
|
13157
13354
|
global_time_selectable_enabled:
|
@@ -13159,6 +13356,16 @@ components:
|
|
13159
13356
|
setting for the shared dashboard.
|
13160
13357
|
nullable: true
|
13161
13358
|
type: boolean
|
13359
|
+
invitees:
|
13360
|
+
description: The `SharedDashboard` `invitees`.
|
13361
|
+
example:
|
13362
|
+
- access_expiration: '2030-01-01T12:00:00.00Z'
|
13363
|
+
email: test@datadoghq.com
|
13364
|
+
- access_expiration: null
|
13365
|
+
email: test2@datadoghq.com
|
13366
|
+
items:
|
13367
|
+
$ref: '#/components/schemas/SharedDashboardInviteesItems'
|
13368
|
+
type: array
|
13162
13369
|
selectable_template_vars:
|
13163
13370
|
description: List of objects representing template variables on the shared
|
13164
13371
|
dashboard which can have selectable values.
|
@@ -13174,6 +13381,7 @@ components:
|
|
13174
13381
|
nullable: true
|
13175
13382
|
type: array
|
13176
13383
|
share_list:
|
13384
|
+
deprecated: true
|
13177
13385
|
description: List of email addresses that can be given access to the shared
|
13178
13386
|
dashboard.
|
13179
13387
|
example:
|
@@ -13187,8 +13395,13 @@ components:
|
|
13187
13395
|
type: array
|
13188
13396
|
share_type:
|
13189
13397
|
$ref: '#/components/schemas/DashboardShareType'
|
13190
|
-
|
13191
|
-
|
13398
|
+
status:
|
13399
|
+
$ref: '#/components/schemas/SharedDashboardStatus'
|
13400
|
+
title:
|
13401
|
+
description: Title of the shared dashboard.
|
13402
|
+
type: string
|
13403
|
+
viewing_preferences:
|
13404
|
+
$ref: '#/components/schemas/ViewingPreferences'
|
13192
13405
|
type: object
|
13193
13406
|
SharedDashboardUpdateRequestGlobalTime:
|
13194
13407
|
description: Timeframe setting for the shared dashboard.
|
@@ -13831,6 +14044,9 @@ components:
|
|
13831
14044
|
items:
|
13832
14045
|
$ref: '#/components/schemas/SyntheticsParsingOptions'
|
13833
14046
|
type: array
|
14047
|
+
extractedValuesFromScript:
|
14048
|
+
description: Generate variables using JavaScript.
|
14049
|
+
type: string
|
13834
14050
|
isCritical:
|
13835
14051
|
description: 'Determines whether or not to consider the entire test as failed
|
13836
14052
|
if this step fails.
|
@@ -14988,7 +15204,6 @@ components:
|
|
14988
15204
|
- element
|
14989
15205
|
- email
|
14990
15206
|
- global
|
14991
|
-
- javascript
|
14992
15207
|
- text
|
14993
15208
|
example: text
|
14994
15209
|
type: string
|
@@ -14996,7 +15211,6 @@ components:
|
|
14996
15211
|
- ELEMENT
|
14997
15212
|
- EMAIL
|
14998
15213
|
- GLOBAL
|
14999
|
-
- JAVASCRIPT
|
15000
15214
|
- TEXT
|
15001
15215
|
SyntheticsCIBatchMetadata:
|
15002
15216
|
description: Metadata for the Synthetic tests run.
|
@@ -15098,7 +15312,7 @@ components:
|
|
15098
15312
|
description: Object describing the synthetics tests to trigger.
|
15099
15313
|
properties:
|
15100
15314
|
tests:
|
15101
|
-
description:
|
15315
|
+
description: List of Synthetic tests with overrides.
|
15102
15316
|
items:
|
15103
15317
|
$ref: '#/components/schemas/SyntheticsCITest'
|
15104
15318
|
type: array
|
@@ -15726,8 +15940,7 @@ components:
|
|
15726
15940
|
description: User locator to find the element.
|
15727
15941
|
properties:
|
15728
15942
|
failTestOnCannotLocate:
|
15729
|
-
description: Whether if the
|
15730
|
-
found.
|
15943
|
+
description: Whether if the test should fail if the element cannot be found.
|
15731
15944
|
type: boolean
|
15732
15945
|
values:
|
15733
15946
|
description: Values of the user locator.
|
@@ -17183,7 +17396,7 @@ components:
|
|
17183
17396
|
description: Object describing the Synthetic tests to trigger.
|
17184
17397
|
properties:
|
17185
17398
|
tests:
|
17186
|
-
description:
|
17399
|
+
description: List of Synthetic tests.
|
17187
17400
|
items:
|
17188
17401
|
$ref: '#/components/schemas/SyntheticsTriggerTest'
|
17189
17402
|
type: array
|
@@ -17343,11 +17556,13 @@ components:
|
|
17343
17556
|
enum:
|
17344
17557
|
- number
|
17345
17558
|
- bar
|
17559
|
+
- trend
|
17346
17560
|
example: number
|
17347
17561
|
type: string
|
17348
17562
|
x-enum-varnames:
|
17349
17563
|
- NUMBER
|
17350
17564
|
- BAR
|
17565
|
+
- TREND
|
17351
17566
|
TableWidgetDefinition:
|
17352
17567
|
description: The table visualization is available on timeboards and screenboards.
|
17353
17568
|
It displays columns of metrics grouped by tag key.
|
@@ -21715,9 +21930,8 @@ components:
|
|
21715
21930
|
format: int64
|
21716
21931
|
type: integer
|
21717
21932
|
cspm_container_hwm_sum:
|
21718
|
-
description: Shows the sum of the
|
21719
|
-
|
21720
|
-
organizations.
|
21933
|
+
description: Shows the sum of the high-water marks of Cloud Security Management
|
21934
|
+
Pro containers over all hours in the current month for all organizations.
|
21721
21935
|
format: int64
|
21722
21936
|
type: integer
|
21723
21937
|
cspm_gcp_host_top99p_sum:
|
@@ -21938,8 +22152,8 @@ components:
|
|
21938
22152
|
format: int64
|
21939
22153
|
type: integer
|
21940
22154
|
incident_management_monthly_active_users_hwm_sum:
|
21941
|
-
description: Shows sum of the
|
21942
|
-
|
22155
|
+
description: Shows sum of the high-water marks of incident management monthly
|
22156
|
+
active users in the current month for all organizations.
|
21943
22157
|
format: int64
|
21944
22158
|
type: integer
|
21945
22159
|
indexed_events_count_agg_sum:
|
@@ -21970,8 +22184,8 @@ components:
|
|
21970
22184
|
format: int64
|
21971
22185
|
type: integer
|
21972
22186
|
last_updated:
|
21973
|
-
description: Shows the
|
21974
|
-
|
22187
|
+
description: Shows the most recent hour in the current month for all organizations
|
22188
|
+
for which all usages were calculated.
|
21975
22189
|
format: date-time
|
21976
22190
|
type: string
|
21977
22191
|
live_indexed_events_agg_sum:
|
@@ -22618,6 +22832,28 @@ components:
|
|
22618
22832
|
example: 0
|
22619
22833
|
format: int64
|
22620
22834
|
type: integer
|
22835
|
+
ViewingPreferences:
|
22836
|
+
description: The viewing preferences for a shared dashboard.
|
22837
|
+
properties:
|
22838
|
+
high_density:
|
22839
|
+
description: Whether the widgets on the shared dashboard should be displayed
|
22840
|
+
with high density.
|
22841
|
+
type: boolean
|
22842
|
+
theme:
|
22843
|
+
$ref: '#/components/schemas/ViewingPreferencesTheme'
|
22844
|
+
type: object
|
22845
|
+
ViewingPreferencesTheme:
|
22846
|
+
description: The theme of the shared dashboard view. "system" follows your system's
|
22847
|
+
default viewing theme.
|
22848
|
+
enum:
|
22849
|
+
- system
|
22850
|
+
- light
|
22851
|
+
- dark
|
22852
|
+
type: string
|
22853
|
+
x-enum-varnames:
|
22854
|
+
- SYSTEM
|
22855
|
+
- LIGHT
|
22856
|
+
- DARK
|
22621
22857
|
WebhooksIntegration:
|
22622
22858
|
description: Datadog-Webhooks integration.
|
22623
22859
|
properties:
|
@@ -23037,6 +23273,8 @@ components:
|
|
23037
23273
|
type: string
|
23038
23274
|
cell_display_mode:
|
23039
23275
|
$ref: '#/components/schemas/TableWidgetCellDisplayMode'
|
23276
|
+
cell_display_mode_options:
|
23277
|
+
$ref: '#/components/schemas/WidgetFormulaCellDisplayModeOptions'
|
23040
23278
|
conditional_formats:
|
23041
23279
|
description: List of conditional formats.
|
23042
23280
|
items:
|
@@ -23048,11 +23286,44 @@ components:
|
|
23048
23286
|
type: string
|
23049
23287
|
limit:
|
23050
23288
|
$ref: '#/components/schemas/WidgetFormulaLimit'
|
23289
|
+
number_format:
|
23290
|
+
$ref: '#/components/schemas/WidgetNumberFormat'
|
23051
23291
|
style:
|
23052
23292
|
$ref: '#/components/schemas/WidgetFormulaStyle'
|
23053
23293
|
required:
|
23054
23294
|
- formula
|
23055
23295
|
type: object
|
23296
|
+
WidgetFormulaCellDisplayModeOptions:
|
23297
|
+
description: Cell display mode options for the widget formula. (only if `cell_display_mode`
|
23298
|
+
is set to `trend`).
|
23299
|
+
properties:
|
23300
|
+
trend_type:
|
23301
|
+
$ref: '#/components/schemas/WidgetFormulaCellDisplayModeOptionsTrendType'
|
23302
|
+
y_scale:
|
23303
|
+
$ref: '#/components/schemas/WidgetFormulaCellDisplayModeOptionsYScale'
|
23304
|
+
type: object
|
23305
|
+
WidgetFormulaCellDisplayModeOptionsTrendType:
|
23306
|
+
description: Trend type for the cell display mode options.
|
23307
|
+
enum:
|
23308
|
+
- area
|
23309
|
+
- line
|
23310
|
+
- bars
|
23311
|
+
example: area
|
23312
|
+
type: string
|
23313
|
+
x-enum-varnames:
|
23314
|
+
- AREA
|
23315
|
+
- LINE
|
23316
|
+
- BARS
|
23317
|
+
WidgetFormulaCellDisplayModeOptionsYScale:
|
23318
|
+
description: Y scale for the cell display mode options.
|
23319
|
+
enum:
|
23320
|
+
- shared
|
23321
|
+
- independent
|
23322
|
+
example: shared
|
23323
|
+
type: string
|
23324
|
+
x-enum-varnames:
|
23325
|
+
- SHARED
|
23326
|
+
- INDEPENDENT
|
23056
23327
|
WidgetFormulaLimit:
|
23057
23328
|
description: Options for limiting results returned.
|
23058
23329
|
properties:
|
@@ -23467,6 +23738,14 @@ components:
|
|
23467
23738
|
x-enum-varnames:
|
23468
23739
|
- HOST
|
23469
23740
|
- CONTAINER
|
23741
|
+
WidgetNumberFormat:
|
23742
|
+
description: Number format options for the widget.
|
23743
|
+
properties:
|
23744
|
+
unit:
|
23745
|
+
$ref: '#/components/schemas/NumberFormatUnit'
|
23746
|
+
unit_scale:
|
23747
|
+
$ref: '#/components/schemas/NumberFormatUnitScale'
|
23748
|
+
type: object
|
23470
23749
|
WidgetOrderBy:
|
23471
23750
|
description: What to order by.
|
23472
23751
|
enum:
|
@@ -28479,6 +28758,43 @@ paths:
|
|
28479
28758
|
permissions:
|
28480
28759
|
- logs_modify_indexes
|
28481
28760
|
/api/v1/logs/config/indexes/{name}:
|
28761
|
+
delete:
|
28762
|
+
description: 'Delete an existing index from your organization. Index deletions
|
28763
|
+
are permanent and cannot be reverted.
|
28764
|
+
|
28765
|
+
You cannot recreate an index with the same name as deleted ones.'
|
28766
|
+
operationId: DeleteLogsIndex
|
28767
|
+
parameters:
|
28768
|
+
- description: Name of the log index.
|
28769
|
+
in: path
|
28770
|
+
name: name
|
28771
|
+
required: true
|
28772
|
+
schema:
|
28773
|
+
type: string
|
28774
|
+
responses:
|
28775
|
+
'200':
|
28776
|
+
description: OK
|
28777
|
+
'403':
|
28778
|
+
content:
|
28779
|
+
application/json:
|
28780
|
+
schema:
|
28781
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
28782
|
+
description: Forbidden
|
28783
|
+
'404':
|
28784
|
+
content:
|
28785
|
+
application/json:
|
28786
|
+
schema:
|
28787
|
+
$ref: '#/components/schemas/LogsAPIErrorResponse'
|
28788
|
+
description: Not Found
|
28789
|
+
'429':
|
28790
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
28791
|
+
summary: Delete an index
|
28792
|
+
tags:
|
28793
|
+
- Logs Indexes
|
28794
|
+
x-permission:
|
28795
|
+
operator: OR
|
28796
|
+
permissions:
|
28797
|
+
- logs_modify_indexes
|
28482
28798
|
get:
|
28483
28799
|
description: Get one log index from your organization. This endpoint takes no
|
28484
28800
|
JSON arguments.
|
@@ -29012,7 +29328,7 @@ paths:
|
|
29012
29328
|
- description: 'When specified, shows additional information about the group
|
29013
29329
|
states.
|
29014
29330
|
|
29015
|
-
Choose one or more from `all`, `alert`, `warn`, and `no data
|
29331
|
+
Choose one or more from `all`, `alert`, `warn`, and `no data` (`no%20data`).'
|
29016
29332
|
in: query
|
29017
29333
|
name: group_states
|
29018
29334
|
required: false
|