datadog_api_client 2.29.1 → 2.30.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.apigentools-info +4 -4
- data/.generator/schemas/v1/openapi.yaml +591 -464
- data/.generator/schemas/v2/openapi.yaml +4175 -744
- data/.github/CODEOWNERS +5 -5
- data/.github/workflows/docs.yml +2 -2
- data/.github/workflows/prepare_release.yml +1 -1
- data/.github/workflows/test.yml +4 -1
- data/CHANGELOG.md +42 -0
- data/Gemfile +1 -1
- data/LICENSE-3rdparty.csv +1 -1
- data/RELEASING.md +1 -1
- data/examples/v1/azure-integration/UpdateAzureHostFilters.rb +9 -6
- data/examples/v1/azure-integration/UpdateAzureIntegration.rb +0 -6
- data/examples/v1/logs-pipelines/CreateLogsPipeline.rb +1 -0
- data/examples/v1/logs-pipelines/UpdateLogsPipeline.rb +1 -0
- data/examples/v1/monitors/CreateMonitor_1303514967.rb +32 -0
- data/examples/v1/monitors/ListMonitors.rb +1 -1
- data/examples/v1/monitors/{ListMonitors_3448441939.rb → ListMonitors_2154432960.rb} +1 -1
- data/examples/v1/monitors/{ListMonitors_2966492814.rb → ListMonitors_463213563.rb} +1 -1
- data/examples/v2/action-connection/CreateActionConnection.rb +22 -0
- data/examples/v2/action-connection/DeleteActionConnection.rb +5 -0
- data/examples/v2/action-connection/DeleteActionConnection_2142905164.rb +8 -0
- data/examples/v2/action-connection/GetActionConnection.rb +5 -0
- data/examples/v2/action-connection/UpdateActionConnection.rb +22 -0
- data/examples/v2/agentless-scanning/ListAwsScanOptions.rb +5 -0
- data/examples/v2/{apps → app-builder}/CreateApp.rb +4 -4
- data/examples/v2/{apps → app-builder}/DeleteApp.rb +1 -1
- data/examples/v2/{apps → app-builder}/DeleteApps.rb +2 -2
- data/examples/v2/{apps → app-builder}/GetApp.rb +1 -1
- data/examples/v2/{apps → app-builder}/ListApps.rb +1 -1
- data/examples/v2/app-builder/PublishApp.rb +11 -0
- data/examples/v2/app-builder/UnpublishApp.rb +11 -0
- data/examples/v2/{apps → app-builder}/UpdateApp.rb +2 -2
- data/examples/v2/ci-visibility-pipelines/CreateCIAppPipelineEvent_819339921.rb +29 -0
- data/examples/v2/csm-coverage-analysis/GetCSMCloudAccountsCoverageAnalysis.rb +5 -0
- data/examples/v2/csm-coverage-analysis/GetCSMHostsAndContainersCoverageAnalysis.rb +5 -0
- data/examples/v2/csm-coverage-analysis/GetCSMServerlessCoverageAnalysis.rb +5 -0
- data/examples/v2/data-deletion/CreateDataDeletionRequest.rb +1 -0
- data/examples/v2/events/CreateEvent.rb +1 -1
- data/examples/v2/logs/ListLogs.rb +12 -6
- data/examples/v2/logs/ListLogsGet.rb +1 -1
- data/examples/v2/logs/ListLogsGet_175182691.rb +5 -0
- data/examples/v2/logs/ListLogs_3400928236.rb +23 -0
- data/examples/v2/logs/ListLogs_534975433.rb +29 -0
- data/examples/v2/microsoft-teams-integration/CreateWorkflowsWebhookHandle.rb +15 -0
- data/examples/v2/microsoft-teams-integration/CreateWorkflowsWebhookHandle_1716851881.rb +15 -0
- data/examples/v2/microsoft-teams-integration/DeleteWorkflowsWebhookHandle.rb +5 -0
- data/examples/v2/microsoft-teams-integration/DeleteWorkflowsWebhookHandle_107549514.rb +8 -0
- data/examples/v2/microsoft-teams-integration/GetWorkflowsWebhookHandle.rb +5 -0
- data/examples/v2/microsoft-teams-integration/GetWorkflowsWebhookHandle_3421443805.rb +8 -0
- data/examples/v2/microsoft-teams-integration/ListWorkflowsWebhookHandles.rb +5 -0
- data/examples/v2/microsoft-teams-integration/ListWorkflowsWebhookHandles_620762083.rb +5 -0
- data/examples/v2/microsoft-teams-integration/UpdateWorkflowsWebhookHandle.rb +15 -0
- data/examples/v2/microsoft-teams-integration/UpdateWorkflowsWebhookHandle_163189594.rb +18 -0
- data/examples/v2/security-monitoring/CreateSecurityMonitoringSuppression.rb +1 -0
- data/examples/v2/security-monitoring/CreateSecurityMonitoringSuppression_3192265332.rb +1 -0
- data/examples/v2/security-monitoring/CreateSignalNotificationRule.rb +30 -0
- data/examples/v2/security-monitoring/CreateVulnerabilityNotificationRule.rb +30 -0
- data/examples/v2/security-monitoring/DeleteSignalNotificationRule.rb +8 -0
- data/examples/v2/security-monitoring/DeleteVulnerabilityNotificationRule.rb +8 -0
- data/examples/v2/security-monitoring/GetSBOM.rb +5 -0
- data/examples/v2/security-monitoring/GetSignalNotificationRule.rb +8 -0
- data/examples/v2/security-monitoring/GetSignalNotificationRules.rb +5 -0
- data/examples/v2/security-monitoring/GetVulnerabilityNotificationRule.rb +8 -0
- data/examples/v2/security-monitoring/GetVulnerabilityNotificationRules.rb +5 -0
- data/examples/v2/security-monitoring/ListVulnerabilities.rb +10 -0
- data/examples/v2/security-monitoring/ListVulnerableAssets.rb +10 -0
- data/examples/v2/security-monitoring/PatchSignalNotificationRule.rb +35 -0
- data/examples/v2/security-monitoring/PatchVulnerabilityNotificationRule.rb +35 -0
- data/examples/v2/security-monitoring/RunHistoricalJob.rb +2 -2
- data/examples/v2/usage-metering/GetActiveBillingDimensions.rb +0 -3
- data/examples/v2/usage-metering/GetBillingDimensionMapping.rb +0 -3
- data/examples/v2/usage-metering/GetMonthlyCostAttribution.rb +0 -3
- data/lib/datadog_api_client/configuration.rb +2 -5
- data/lib/datadog_api_client/inflector.rb +145 -44
- data/lib/datadog_api_client/v1/api/monitors_api.rb +28 -4
- data/lib/datadog_api_client/v1/models/azure_account.rb +42 -13
- data/lib/datadog_api_client/v1/models/dashboard.rb +0 -2
- data/lib/datadog_api_client/v1/models/logs_pipeline.rb +23 -1
- data/lib/datadog_api_client/v1/models/monitor_formula_and_function_cost_aggregator.rb +34 -0
- data/lib/datadog_api_client/v1/models/monitor_formula_and_function_cost_data_source.rb +28 -0
- data/lib/datadog_api_client/v1/models/{azure_account_metrics_config.rb → monitor_formula_and_function_cost_query_definition.rb} +81 -16
- data/lib/datadog_api_client/v1/models/monitor_formula_and_function_query_definition.rb +2 -1
- data/lib/datadog_api_client/v1/models/monitor_type.rb +1 -0
- data/lib/datadog_api_client/v1/models/monitor_update_request.rb +1 -1
- data/lib/datadog_api_client/v1/models/resource_provider_config.rb +115 -0
- data/lib/datadog_api_client/v1/models/synthetics_step.rb +11 -1
- data/lib/datadog_api_client/v1/models/usage_summary_date.rb +184 -4
- data/lib/datadog_api_client/v1/models/usage_summary_date_org.rb +183 -3
- data/lib/datadog_api_client/v1/models/usage_summary_response.rb +183 -3
- data/lib/datadog_api_client/v2/api/action_connection_api.rb +295 -0
- data/lib/datadog_api_client/v2/api/agentless_scanning_api.rb +86 -0
- data/lib/datadog_api_client/v2/api/{apps_api.rb → app_builder_api.rb} +184 -38
- data/lib/datadog_api_client/v2/api/csm_coverage_analysis_api.rb +212 -0
- data/lib/datadog_api_client/v2/api/logs_api.rb +8 -8
- data/lib/datadog_api_client/v2/api/metrics_api.rb +1 -1
- data/lib/datadog_api_client/v2/api/microsoft_teams_integration_api.rb +331 -0
- data/lib/datadog_api_client/v2/api/restriction_policies_api.rb +13 -3
- data/lib/datadog_api_client/v2/api/security_monitoring_api.rb +1123 -1
- data/lib/datadog_api_client/v2/api/usage_metering_api.rb +1 -19
- data/lib/datadog_api_client/v2/models/action_connection_attributes.rb +144 -0
- data/lib/datadog_api_client/v2/models/{app_builder_error_errors_items.rb → action_connection_attributes_update.rb} +18 -18
- data/lib/datadog_api_client/v2/models/action_connection_data.rb +154 -0
- data/lib/datadog_api_client/v2/models/{delete_app_response_data_type.rb → action_connection_data_type.rb} +3 -3
- data/lib/datadog_api_client/v2/models/action_connection_data_update.rb +144 -0
- data/lib/datadog_api_client/v2/models/action_connection_integration.rb +63 -0
- data/lib/datadog_api_client/v2/models/action_connection_integration_update.rb +63 -0
- data/lib/datadog_api_client/v2/models/advisory.rb +154 -0
- data/lib/datadog_api_client/v2/models/app_builder_event.rb +1 -1
- data/lib/datadog_api_client/v2/models/{get_app_response_data_type.rb → app_definition_type.rb} +2 -2
- data/lib/datadog_api_client/v2/models/{deployment_included_type.rb → app_deployment_type.rb} +2 -2
- data/lib/datadog_api_client/v2/models/app_meta.rb +15 -25
- data/lib/datadog_api_client/v2/models/{get_app_response_relationship.rb → app_relationship.rb} +5 -5
- data/lib/datadog_api_client/v2/models/asset.rb +165 -0
- data/lib/datadog_api_client/v2/models/asset_attributes.rb +218 -0
- data/lib/datadog_api_client/v2/models/{script_data_type.rb → asset_entity_type.rb} +3 -3
- data/lib/datadog_api_client/v2/models/asset_operating_system.rb +133 -0
- data/lib/datadog_api_client/v2/models/asset_risks.rb +163 -0
- data/lib/datadog_api_client/v2/models/asset_type.rb +30 -0
- data/lib/datadog_api_client/v2/models/{disable_app_response_data_attributes.rb → asset_version.rb} +21 -11
- data/lib/datadog_api_client/v2/models/aws_assume_role.rb +191 -0
- data/lib/datadog_api_client/v2/models/{input_schema_data_type.rb → aws_assume_role_type.rb} +3 -3
- data/lib/datadog_api_client/v2/models/aws_assume_role_update.rb +166 -0
- data/lib/datadog_api_client/v2/models/aws_credentials.rb +62 -0
- data/lib/datadog_api_client/v2/models/aws_credentials_update.rb +62 -0
- data/lib/datadog_api_client/v2/models/aws_integration.rb +144 -0
- data/lib/datadog_api_client/v2/models/{deploy_app_response_data_type.rb → aws_integration_type.rb} +3 -3
- data/lib/datadog_api_client/v2/models/aws_integration_update.rb +133 -0
- data/lib/datadog_api_client/v2/models/aws_scan_options_attributes.rb +135 -0
- data/lib/datadog_api_client/v2/models/{input_schema_data.rb → aws_scan_options_data.rb} +8 -8
- data/lib/datadog_api_client/v2/models/aws_scan_options_response.rb +107 -0
- data/lib/datadog_api_client/v2/models/{delete_apps_request_data_items_type.rb → aws_scan_options_type.rb} +3 -3
- data/lib/datadog_api_client/v2/models/change_event_custom_attributes.rb +1 -1
- data/lib/datadog_api_client/v2/models/change_event_custom_attributes_changed_resource.rb +1 -1
- data/lib/datadog_api_client/v2/models/change_event_custom_attributes_changed_resource_type.rb +1 -0
- data/lib/datadog_api_client/v2/models/ci_app_create_pipeline_event_request_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/{deployment_included_meta.rb → code_location.rb} +41 -33
- data/lib/datadog_api_client/v2/models/component.rb +6 -6
- data/lib/datadog_api_client/v2/models/component_grid.rb +6 -6
- data/lib/datadog_api_client/v2/models/component_grid_properties.rb +4 -4
- data/lib/datadog_api_client/v2/models/component_grid_properties_is_visible.rb +1 -1
- data/lib/datadog_api_client/v2/models/component_grid_type.rb +1 -1
- data/lib/datadog_api_client/v2/models/component_properties.rb +3 -3
- data/lib/datadog_api_client/v2/models/component_properties_is_visible.rb +1 -1
- data/lib/datadog_api_client/v2/models/component_type.rb +1 -1
- data/lib/datadog_api_client/v2/models/create_action_connection_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/{script.rb → create_action_connection_response.rb} +5 -5
- data/lib/datadog_api_client/v2/models/create_app_request.rb +2 -2
- data/lib/datadog_api_client/v2/models/create_app_request_data.rb +4 -4
- data/lib/datadog_api_client/v2/models/create_app_request_data_attributes.rb +19 -41
- data/lib/datadog_api_client/v2/models/create_app_response.rb +2 -2
- data/lib/datadog_api_client/v2/models/create_app_response_data.rb +5 -5
- data/lib/datadog_api_client/v2/models/create_data_deletion_request_body_data.rb +24 -3
- data/lib/datadog_api_client/v2/models/{disable_app_response_data_type.rb → create_data_deletion_request_body_data_type.rb} +3 -3
- data/lib/datadog_api_client/v2/models/create_notification_rule_parameters.rb +105 -0
- data/lib/datadog_api_client/v2/models/create_notification_rule_parameters_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/create_notification_rule_parameters_data_attributes.rb +195 -0
- data/lib/datadog_api_client/v2/models/csm_cloud_accounts_coverage_analysis_attributes.rb +145 -0
- data/lib/datadog_api_client/v2/models/{disable_app_response_data.rb → csm_cloud_accounts_coverage_analysis_data.rb} +9 -19
- data/lib/datadog_api_client/v2/models/csm_cloud_accounts_coverage_analysis_response.rb +105 -0
- data/lib/datadog_api_client/v2/models/csm_coverage_analysis.rb +135 -0
- data/lib/datadog_api_client/v2/models/csm_hosts_and_containers_coverage_analysis_attributes.rb +145 -0
- data/lib/datadog_api_client/v2/models/csm_hosts_and_containers_coverage_analysis_data.rb +125 -0
- data/lib/datadog_api_client/v2/models/csm_hosts_and_containers_coverage_analysis_response.rb +105 -0
- data/lib/datadog_api_client/v2/models/csm_serverless_coverage_analysis_attributes.rb +125 -0
- data/lib/datadog_api_client/v2/models/csm_serverless_coverage_analysis_data.rb +125 -0
- data/lib/datadog_api_client/v2/models/csm_serverless_coverage_analysis_response.rb +105 -0
- data/lib/datadog_api_client/v2/models/custom_connection.rb +5 -5
- data/lib/datadog_api_client/v2/models/custom_connection_attributes.rb +3 -3
- data/lib/datadog_api_client/v2/models/custom_connection_attributes_on_prem_runner.rb +3 -3
- data/lib/datadog_api_client/v2/models/custom_connection_type.rb +1 -1
- data/lib/datadog_api_client/v2/models/cvss.rb +165 -0
- data/lib/datadog_api_client/v2/models/delete_app_response.rb +1 -1
- data/lib/datadog_api_client/v2/models/delete_app_response_data.rb +4 -4
- data/lib/datadog_api_client/v2/models/delete_apps_request.rb +2 -2
- data/lib/datadog_api_client/v2/models/delete_apps_request_data_items.rb +5 -5
- data/lib/datadog_api_client/v2/models/delete_apps_response.rb +2 -2
- data/lib/datadog_api_client/v2/models/delete_apps_response_data_items.rb +5 -5
- data/lib/datadog_api_client/v2/models/dependency_location.rb +207 -0
- data/lib/datadog_api_client/v2/models/{deploy_app_response_data.rb → deployment.rb} +11 -11
- data/lib/datadog_api_client/v2/models/{deploy_app_response_data_attributes.rb → deployment_attributes.rb} +5 -5
- data/lib/datadog_api_client/v2/models/{deployment_relationship_meta.rb → deployment_metadata.rb} +9 -9
- data/lib/datadog_api_client/v2/models/deployment_relationship.rb +4 -4
- data/lib/datadog_api_client/v2/models/deployment_relationship_data.rb +5 -5
- data/lib/datadog_api_client/v2/models/entity_v3.rb +2 -1
- data/lib/datadog_api_client/v2/models/entity_v3_api.rb +180 -0
- data/lib/datadog_api_client/v2/models/entity_v3_api_datadog.rb +126 -0
- data/lib/datadog_api_client/v2/models/entity_v3_api_kind.rb +26 -0
- data/lib/datadog_api_client/v2/models/entity_v3_api_spec.rb +151 -0
- data/lib/datadog_api_client/v2/models/entity_v3_api_spec_interface_definition.rb +80 -0
- data/lib/datadog_api_client/v2/models/{entity_v3_metadata_owner.rb → entity_v3_api_spec_interface_file_ref.rb} +12 -12
- data/lib/datadog_api_client/v2/models/entity_v3_metadata.rb +1 -1
- data/lib/datadog_api_client/v2/models/epss.rb +144 -0
- data/lib/datadog_api_client/v2/models/{input_schema.rb → get_action_connection_response.rb} +5 -5
- data/lib/datadog_api_client/v2/models/get_app_response.rb +7 -7
- data/lib/datadog_api_client/v2/models/get_app_response_data.rb +6 -6
- data/lib/datadog_api_client/v2/models/get_app_response_data_attributes.rb +20 -42
- data/lib/datadog_api_client/v2/models/get_sbom_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/historical_job_options.rb +168 -0
- data/lib/datadog_api_client/v2/models/historical_job_query.rb +171 -0
- data/lib/datadog_api_client/v2/models/{app_builder_error.rb → http_body.rb} +21 -13
- data/lib/datadog_api_client/v2/models/http_credentials.rb +62 -0
- data/lib/datadog_api_client/v2/models/http_credentials_update.rb +62 -0
- data/lib/datadog_api_client/v2/models/http_header.rb +150 -0
- data/lib/datadog_api_client/v2/models/http_header_update.rb +149 -0
- data/lib/datadog_api_client/v2/models/http_integration.rb +171 -0
- data/lib/datadog_api_client/v2/models/http_integration_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/http_integration_update.rb +156 -0
- data/lib/datadog_api_client/v2/models/http_token.rb +171 -0
- data/lib/datadog_api_client/v2/models/http_token_auth.rb +169 -0
- data/lib/datadog_api_client/v2/models/http_token_auth_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/http_token_auth_update.rb +169 -0
- data/lib/datadog_api_client/v2/models/http_token_update.rb +181 -0
- data/lib/datadog_api_client/v2/models/job_definition.rb +6 -18
- data/lib/datadog_api_client/v2/models/jsonapi_error_item.rb +21 -1
- data/lib/datadog_api_client/v2/models/{app_builder_error_errors_items_source.rb → jsonapi_error_item_source.rb} +16 -6
- data/lib/datadog_api_client/v2/models/library.rb +133 -0
- data/lib/datadog_api_client/v2/models/links.rb +185 -0
- data/lib/datadog_api_client/v2/models/list_apps_response.rb +5 -5
- data/lib/datadog_api_client/v2/models/list_apps_response_data_items.rb +8 -8
- data/lib/datadog_api_client/v2/models/list_apps_response_data_items_attributes.rb +6 -6
- data/lib/datadog_api_client/v2/models/list_apps_response_data_items_relationships.rb +2 -2
- data/lib/datadog_api_client/v2/models/list_apps_response_meta.rb +2 -2
- data/lib/datadog_api_client/v2/models/list_apps_response_meta_page.rb +3 -3
- data/lib/datadog_api_client/v2/models/list_vulnerabilities_response.rb +145 -0
- data/lib/datadog_api_client/v2/models/list_vulnerable_assets_response.rb +145 -0
- data/lib/datadog_api_client/v2/models/logs_archive_destination_s3.rb +11 -1
- data/lib/datadog_api_client/v2/models/logs_archive_encryption_s3.rb +133 -0
- data/lib/datadog_api_client/v2/models/logs_archive_encryption_s3_type.rb +28 -0
- data/lib/datadog_api_client/v2/models/metadata.rb +165 -0
- data/lib/datadog_api_client/v2/models/microsoft_teams_create_workflows_webhook_handle_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/microsoft_teams_update_workflows_webhook_handle_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/microsoft_teams_update_workflows_webhook_handle_request_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/microsoft_teams_workflows_webhook_handle_attributes.rb +144 -0
- data/lib/datadog_api_client/v2/models/{input_schema_data_attributes_parameters_items_data_attributes.rb → microsoft_teams_workflows_webhook_handle_request_attributes.rb} +46 -51
- data/lib/datadog_api_client/v2/models/microsoft_teams_workflows_webhook_handle_request_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/microsoft_teams_workflows_webhook_handle_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/microsoft_teams_workflows_webhook_handle_response_data.rb +147 -0
- data/lib/datadog_api_client/v2/models/{create_app_response_data_type.rb → microsoft_teams_workflows_webhook_handle_type.rb} +3 -3
- data/lib/datadog_api_client/v2/models/microsoft_teams_workflows_webhook_handles_response.rb +125 -0
- data/lib/datadog_api_client/v2/models/microsoft_teams_workflows_webhook_response_attributes.rb +123 -0
- data/lib/datadog_api_client/v2/models/notification_rule.rb +168 -0
- data/lib/datadog_api_client/v2/models/notification_rule_attributes.rb +311 -0
- data/lib/datadog_api_client/v2/models/{input_schema_data_attributes_parameters_items.rb → notification_rule_response.rb} +9 -5
- data/lib/datadog_api_client/v2/models/{create_app_request_data_type.rb → notification_rules_type.rb} +3 -3
- data/lib/datadog_api_client/v2/models/patch_notification_rule_parameters.rb +105 -0
- data/lib/datadog_api_client/v2/models/patch_notification_rule_parameters_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/patch_notification_rule_parameters_data_attributes.rb +165 -0
- data/lib/datadog_api_client/v2/models/{disable_app_response.rb → publish_app_response.rb} +5 -5
- data/lib/datadog_api_client/v2/models/query.rb +7 -7
- data/lib/datadog_api_client/v2/models/query_type.rb +1 -1
- data/lib/datadog_api_client/v2/models/remediation.rb +278 -0
- data/lib/datadog_api_client/v2/models/rule_severity.rb +31 -0
- data/lib/datadog_api_client/v2/models/rule_types_items.rb +42 -0
- data/lib/datadog_api_client/v2/models/{deployment_included_attributes.rb → rule_user.rb} +21 -11
- data/lib/datadog_api_client/v2/models/{script_data.rb → sbom.rb} +8 -8
- data/lib/datadog_api_client/v2/models/sbom_attributes.rb +230 -0
- data/lib/datadog_api_client/v2/models/sbom_component.rb +185 -0
- data/lib/datadog_api_client/v2/models/sbom_component_type.rb +37 -0
- data/lib/datadog_api_client/v2/models/sbom_metadata.rb +105 -0
- data/lib/datadog_api_client/v2/models/{script_data_attributes.rb → sbom_metadata_component.rb} +6 -16
- data/lib/datadog_api_client/v2/models/sbom_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_reference_table.rb +2 -2
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_case_create.rb +2 -2
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_evaluation_window.rb +1 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_impossible_travel_options.rb +1 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_keep_alive.rb +1 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_new_value_options.rb +1 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_options.rb +6 -6
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_third_party_options.rb +1 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_update_payload.rb +1 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_rule_create_payload.rb +1 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_rule_payload.rb +1 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_rule_response.rb +1 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_standard_rule_create_payload.rb +1 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_standard_rule_payload.rb +1 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_standard_rule_response.rb +1 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_standard_rule_test_payload.rb +1 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_suppression_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_suppression_create_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_suppression_update_attributes.rb +12 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_third_party_rule_case_create.rb +1 -1
- data/lib/datadog_api_client/v2/models/selectors.rb +160 -0
- data/lib/datadog_api_client/v2/models/spec_version.rb +31 -0
- data/lib/datadog_api_client/v2/models/token_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/trigger_source.rb +28 -0
- data/lib/datadog_api_client/v2/models/unpublish_app_response.rb +105 -0
- data/lib/datadog_api_client/v2/models/update_action_connection_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/{deploy_app_response.rb → update_action_connection_response.rb} +5 -5
- data/lib/datadog_api_client/v2/models/update_app_request.rb +2 -2
- data/lib/datadog_api_client/v2/models/update_app_request_data.rb +6 -6
- data/lib/datadog_api_client/v2/models/update_app_request_data_attributes.rb +19 -41
- data/lib/datadog_api_client/v2/models/update_app_response.rb +7 -7
- data/lib/datadog_api_client/v2/models/update_app_response_data.rb +6 -6
- data/lib/datadog_api_client/v2/models/update_app_response_data_attributes.rb +20 -42
- data/lib/datadog_api_client/v2/models/url_param.rb +150 -0
- data/lib/datadog_api_client/v2/models/url_param_update.rb +149 -0
- data/lib/datadog_api_client/v2/models/vulnerabilities_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/vulnerability.rb +186 -0
- data/lib/datadog_api_client/v2/models/vulnerability_attributes.rb +462 -0
- data/lib/datadog_api_client/v2/models/{deployment_meta.rb → vulnerability_cvss.rb} +43 -34
- data/lib/datadog_api_client/v2/models/vulnerability_dependency_locations.rb +143 -0
- data/lib/datadog_api_client/v2/models/vulnerability_ecosystem.rb +36 -0
- data/lib/datadog_api_client/v2/models/vulnerability_relationships.rb +123 -0
- data/lib/datadog_api_client/v2/models/vulnerability_relationships_affects.rb +123 -0
- data/lib/datadog_api_client/v2/models/{deployment_included.rb → vulnerability_relationships_affects_data.rb} +38 -29
- data/lib/datadog_api_client/v2/models/vulnerability_risks.rb +198 -0
- data/lib/datadog_api_client/v2/models/vulnerability_severity.rb +31 -0
- data/lib/datadog_api_client/v2/models/vulnerability_status.rb +30 -0
- data/lib/datadog_api_client/v2/models/vulnerability_tool.rb +28 -0
- data/lib/datadog_api_client/v2/models/vulnerability_type.rb +67 -0
- data/lib/datadog_api_client/version.rb +1 -1
- metadata +194 -56
- data/examples/v2/app-deployment/DeployApp.rb +0 -11
- data/examples/v2/app-deployment/DisableApp.rb +0 -11
- data/lib/datadog_api_client/v2/api/app_deployment_api.rb +0 -168
- data/lib/datadog_api_client/v2/models/delete_apps_response_data_items_type.rb +0 -26
- data/lib/datadog_api_client/v2/models/deployment_relationship_data_type.rb +0 -26
- data/lib/datadog_api_client/v2/models/input_schema_data_attributes.rb +0 -107
- data/lib/datadog_api_client/v2/models/input_schema_data_attributes_parameters_items_data.rb +0 -105
- data/lib/datadog_api_client/v2/models/list_apps_response_data_items_type.rb +0 -26
- data/lib/datadog_api_client/v2/models/update_app_request_data_type.rb +0 -26
- data/lib/datadog_api_client/v2/models/update_app_response_data_type.rb +0 -26
- data/lib/datadog_api_client/v2/models/update_app_response_relationship.rb +0 -117
@@ -844,8 +844,15 @@ components:
|
|
844
844
|
Only hosts that match one of the defined tags are imported into Datadog.'
|
845
845
|
example: key:value,filter:example
|
846
846
|
type: string
|
847
|
-
|
848
|
-
|
847
|
+
metrics_enabled:
|
848
|
+
description: Enable Azure metrics for your organization.
|
849
|
+
example: true
|
850
|
+
type: boolean
|
851
|
+
metrics_enabled_default:
|
852
|
+
description: Enable Azure metrics for your organization for resource providers
|
853
|
+
where no resource provider config is specified.
|
854
|
+
example: true
|
855
|
+
type: boolean
|
849
856
|
new_client_id:
|
850
857
|
description: Your New Azure web application ID.
|
851
858
|
example: new1c7f6-1234-5678-9101-3fcbf464test
|
@@ -860,37 +867,26 @@ components:
|
|
860
867
|
monitored by this app registration.
|
861
868
|
example: true
|
862
869
|
type: boolean
|
870
|
+
resource_provider_configs:
|
871
|
+
description: Configuration settings applied to resources from the specified
|
872
|
+
Azure resource providers.
|
873
|
+
items:
|
874
|
+
$ref: '#/components/schemas/ResourceProviderConfig'
|
875
|
+
type: array
|
863
876
|
tenant_name:
|
864
877
|
description: Your Azure Active Directory ID.
|
865
878
|
example: testc44-1234-5678-9101-cc00736ftest
|
866
879
|
type: string
|
880
|
+
usage_metrics_enabled:
|
881
|
+
description: Enable azure.usage metrics for your organization.
|
882
|
+
example: true
|
883
|
+
type: boolean
|
867
884
|
type: object
|
868
885
|
AzureAccountListResponse:
|
869
886
|
description: Accounts configured for your organization.
|
870
887
|
items:
|
871
888
|
$ref: '#/components/schemas/AzureAccount'
|
872
889
|
type: array
|
873
|
-
AzureAccountMetricsConfig:
|
874
|
-
description: 'Dictionary containing the key `excluded_resource_providers` which
|
875
|
-
has to be a list of Microsoft Azure Resource Provider names.
|
876
|
-
|
877
|
-
This feature is currently being beta tested.
|
878
|
-
|
879
|
-
In order to enable all resource providers for metric collection, pass:
|
880
|
-
|
881
|
-
`metrics_config: {"excluded_resource_providers": []}` (i.e., an empty list
|
882
|
-
for `excluded_resource_providers`).'
|
883
|
-
properties:
|
884
|
-
excluded_resource_providers:
|
885
|
-
description: List of Microsoft Azure Resource Providers to exclude from
|
886
|
-
metric collection.
|
887
|
-
example:
|
888
|
-
- Microsoft.Sql
|
889
|
-
- Microsoft.Cdn
|
890
|
-
items:
|
891
|
-
type: string
|
892
|
-
type: array
|
893
|
-
type: object
|
894
890
|
CancelDowntimesByScopeRequest:
|
895
891
|
description: Cancel downtimes according to scope.
|
896
892
|
properties:
|
@@ -1213,13 +1209,8 @@ components:
|
|
1213
1209
|
reflow_type:
|
1214
1210
|
$ref: '#/components/schemas/DashboardReflowType'
|
1215
1211
|
restricted_roles:
|
1216
|
-
|
1217
|
-
description: 'A list of role identifiers. Only the author and users associated
|
1212
|
+
description: A list of role identifiers. Only the author and users associated
|
1218
1213
|
with at least one of these roles can edit this dashboard.
|
1219
|
-
|
1220
|
-
|
1221
|
-
This property is deprecated; please use the [Restriction Policies API](https://docs.datadoghq.com/api/latest/restriction-policies/)
|
1222
|
-
instead to manage write authorization for individual dashboards.'
|
1223
1214
|
items:
|
1224
1215
|
description: A role UUID.
|
1225
1216
|
type: string
|
@@ -5935,6 +5926,9 @@ components:
|
|
5935
5926
|
|
5936
5927
|
Make sure to use an application key created by an admin.'
|
5937
5928
|
properties:
|
5929
|
+
description:
|
5930
|
+
description: A description of the pipeline.
|
5931
|
+
type: string
|
5938
5932
|
filter:
|
5939
5933
|
$ref: '#/components/schemas/LogsFilter'
|
5940
5934
|
id:
|
@@ -5957,6 +5951,12 @@ components:
|
|
5957
5951
|
items:
|
5958
5952
|
$ref: '#/components/schemas/LogsProcessor'
|
5959
5953
|
type: array
|
5954
|
+
tags:
|
5955
|
+
description: A list of tags associated with the pipeline.
|
5956
|
+
items:
|
5957
|
+
description: A single tag using the format `key:value`.
|
5958
|
+
type: string
|
5959
|
+
type: array
|
5960
5960
|
type:
|
5961
5961
|
description: Type of pipeline.
|
5962
5962
|
example: pipeline
|
@@ -5966,7 +5966,7 @@ components:
|
|
5966
5966
|
- name
|
5967
5967
|
type: object
|
5968
5968
|
LogsPipelineList:
|
5969
|
-
description: Array of pipeline
|
5969
|
+
description: Array of all log pipeline objects configured for the organization.
|
5970
5970
|
items:
|
5971
5971
|
$ref: '#/components/schemas/LogsPipeline'
|
5972
5972
|
type: array
|
@@ -6793,6 +6793,62 @@ components:
|
|
6793
6793
|
- FIREFOX_LAPTOP_LARGE
|
6794
6794
|
- FIREFOX_TABLET
|
6795
6795
|
- FIREFOX_MOBILE_SMALL
|
6796
|
+
MonitorFormulaAndFunctionCostAggregator:
|
6797
|
+
description: Aggregation methods for metric queries.
|
6798
|
+
enum:
|
6799
|
+
- avg
|
6800
|
+
- sum
|
6801
|
+
- max
|
6802
|
+
- min
|
6803
|
+
- last
|
6804
|
+
- area
|
6805
|
+
- l2norm
|
6806
|
+
- percentile
|
6807
|
+
- stddev
|
6808
|
+
example: avg
|
6809
|
+
type: string
|
6810
|
+
x-enum-varnames:
|
6811
|
+
- AVG
|
6812
|
+
- SUM
|
6813
|
+
- MAX
|
6814
|
+
- MIN
|
6815
|
+
- LAST
|
6816
|
+
- AREA
|
6817
|
+
- L2NORM
|
6818
|
+
- PERCENTILE
|
6819
|
+
- STDDEV
|
6820
|
+
MonitorFormulaAndFunctionCostDataSource:
|
6821
|
+
description: Data source for cost queries.
|
6822
|
+
enum:
|
6823
|
+
- metrics
|
6824
|
+
- cloud_cost
|
6825
|
+
- datadog_usage
|
6826
|
+
example: cloud_cost
|
6827
|
+
type: string
|
6828
|
+
x-enum-varnames:
|
6829
|
+
- METRICS
|
6830
|
+
- CLOUD_COST
|
6831
|
+
- DATADOG_USAGE
|
6832
|
+
MonitorFormulaAndFunctionCostQueryDefinition:
|
6833
|
+
description: A formula and functions cost query.
|
6834
|
+
properties:
|
6835
|
+
aggregator:
|
6836
|
+
$ref: '#/components/schemas/MonitorFormulaAndFunctionCostAggregator'
|
6837
|
+
data_source:
|
6838
|
+
$ref: '#/components/schemas/MonitorFormulaAndFunctionCostDataSource'
|
6839
|
+
name:
|
6840
|
+
description: Name of the query for use in formulas.
|
6841
|
+
example: query1
|
6842
|
+
type: string
|
6843
|
+
query:
|
6844
|
+
description: The monitor query.
|
6845
|
+
example: sum:all.cost{*}.rollup(sum, 86400)
|
6846
|
+
type: string
|
6847
|
+
required:
|
6848
|
+
- name
|
6849
|
+
- data_source
|
6850
|
+
- query
|
6851
|
+
type: object
|
6796
6852
|
MonitorFormulaAndFunctionEventAggregation:
|
6797
6853
|
description: Aggregation methods for event platform queries.
|
6798
6854
|
enum:
|
@@ -6943,6 +6999,7 @@ components:
|
|
6943
6999
|
description: A formula and function query.
|
6944
7000
|
oneOf:
|
6945
7001
|
- $ref: '#/components/schemas/MonitorFormulaAndFunctionEventQueryDefinition'
|
7002
|
+
- $ref: '#/components/schemas/MonitorFormulaAndFunctionCostQueryDefinition'
|
6946
7003
|
MonitorGroupSearchResponse:
|
6947
7004
|
description: The response of a monitor group search.
|
6948
7005
|
example:
|
@@ -7764,6 +7821,7 @@ components:
|
|
7764
7821
|
- error-tracking alert
|
7765
7822
|
- database-monitoring alert
|
7766
7823
|
- network-performance alert
|
7824
|
+
- cost alert
|
7767
7825
|
example: query alert
|
7768
7826
|
type: string
|
7769
7827
|
x-enum-varnames:
|
@@ -7785,6 +7843,7 @@ components:
|
|
7785
7843
|
- ERROR_TRACKING_ALERT
|
7786
7844
|
- DATABASE_MONITORING_ALERT
|
7787
7845
|
- NETWORK_PERFORMANCE_ALERT
|
7846
|
+
- COST_ALERT
|
7788
7847
|
MonitorUpdateRequest:
|
7789
7848
|
description: Object describing a monitor update request.
|
7790
7849
|
properties:
|
@@ -7839,9 +7898,10 @@ components:
|
|
7839
7898
|
be pulled from the [Roles API](https://docs.datadoghq.com/api/latest/roles/#list-roles)
|
7840
7899
|
and are located in the `data.id` field. Editing a monitor includes any
|
7841
7900
|
updates to the monitor configuration, monitor deletion, and muting of
|
7842
|
-
the monitor for any amount of time.
|
7843
|
-
|
7844
|
-
|
7901
|
+
the monitor for any amount of time. You can use the [Restriction Policies
|
7902
|
+
API](https://docs.datadoghq.com/api/latest/restriction-policies/) to manage
|
7903
|
+
write authorization for individual monitors by teams and users, in addition
|
7904
|
+
to roles.
|
7845
7905
|
items:
|
7846
7906
|
description: A role UUID.
|
7847
7907
|
type: string
|
@@ -10209,6 +10269,19 @@ components:
|
|
10209
10269
|
- lookup_enrichment_table
|
10210
10270
|
- type
|
10211
10271
|
type: object
|
10272
|
+
ResourceProviderConfig:
|
10273
|
+
description: Configuration settings applied to resources from the specified
|
10274
|
+
Azure resource provider.
|
10275
|
+
properties:
|
10276
|
+
metrics_enabled:
|
10277
|
+
description: Collect metrics for resources from this provider.
|
10278
|
+
example: true
|
10279
|
+
type: boolean
|
10280
|
+
namespace:
|
10281
|
+
description: The provider namespace to apply this configuration to.
|
10282
|
+
example: Microsoft.Compute
|
10283
|
+
type: string
|
10284
|
+
type: object
|
10212
10285
|
ResponseMetaAttributes:
|
10213
10286
|
description: Object describing meta attributes of response.
|
10214
10287
|
properties:
|
@@ -16265,6 +16338,9 @@ components:
|
|
16265
16338
|
params:
|
16266
16339
|
description: The parameters of the step.
|
16267
16340
|
type: object
|
16341
|
+
public_id:
|
16342
|
+
description: The public ID of the step.
|
16343
|
+
type: string
|
16268
16344
|
timeout:
|
16269
16345
|
description: The time before declaring a step failed.
|
16270
16346
|
format: int64
|
@@ -19697,7 +19773,8 @@ components:
|
|
19697
19773
|
format: int64
|
19698
19774
|
type: integer
|
19699
19775
|
avg_profiled_fargate_tasks:
|
19700
|
-
description: The average
|
19776
|
+
description: The average total count for Fargate Container Profiler over
|
19777
|
+
all hours in the current date for all organizations.
|
19701
19778
|
format: int64
|
19702
19779
|
type: integer
|
19703
19780
|
aws_host_top99p:
|
@@ -19956,6 +20033,73 @@ components:
|
|
19956
20033
|
over all hours in the current date for all organizations.
|
19957
20034
|
format: int64
|
19958
20035
|
type: integer
|
20036
|
+
eph_infra_host_agent_sum:
|
20037
|
+
description: Shows the sum of all ephemeral infrastructure hosts with the
|
20038
|
+
Datadog Agent over all hours in the current date for the given org.
|
20039
|
+
format: int64
|
20040
|
+
type: integer
|
20041
|
+
eph_infra_host_alibaba_sum:
|
20042
|
+
description: Shows the sum of all ephemeral infrastructure hosts on Alibaba
|
20043
|
+
over all hours in the current date for the given org.
|
20044
|
+
format: int64
|
20045
|
+
type: integer
|
20046
|
+
eph_infra_host_aws_sum:
|
20047
|
+
description: Shows the sum of all ephemeral infrastructure hosts on AWS
|
20048
|
+
over all hours in the current date for the given org.
|
20049
|
+
format: int64
|
20050
|
+
type: integer
|
20051
|
+
eph_infra_host_azure_sum:
|
20052
|
+
description: Shows the sum of all ephemeral infrastructure hosts on Azure
|
20053
|
+
over all hours in the current date for the given org.
|
20054
|
+
format: int64
|
20055
|
+
type: integer
|
20056
|
+
eph_infra_host_ent_sum:
|
20057
|
+
description: Shows the sum of all ephemeral infrastructure hosts for Enterprise
|
20058
|
+
over all hours in the current date for the given org.
|
20059
|
+
format: int64
|
20060
|
+
type: integer
|
20061
|
+
eph_infra_host_gcp_sum:
|
20062
|
+
description: Shows the sum of all ephemeral infrastructure hosts on GCP
|
20063
|
+
over all hours in the current date for the given org.
|
20064
|
+
format: int64
|
20065
|
+
type: integer
|
20066
|
+
eph_infra_host_heroku_sum:
|
20067
|
+
description: Shows the sum of all ephemeral infrastructure hosts on Heroku
|
20068
|
+
over all hours in the current date for the given org.
|
20069
|
+
format: int64
|
20070
|
+
type: integer
|
20071
|
+
eph_infra_host_only_aas_sum:
|
20072
|
+
description: Shows the sum of all ephemeral infrastructure hosts with only
|
20073
|
+
Azure App Services over all hours in the current date for the given org.
|
20074
|
+
format: int64
|
20075
|
+
type: integer
|
20076
|
+
eph_infra_host_only_vsphere_sum:
|
20077
|
+
description: Shows the sum of all ephemeral infrastructure hosts with only
|
20078
|
+
vSphere over all hours in the current date for the given org.
|
20079
|
+
format: int64
|
20080
|
+
type: integer
|
20081
|
+
eph_infra_host_opentelemetry_apm_sum:
|
20082
|
+
description: Shows the sum of all ephemeral APM hosts reported by the Datadog
|
20083
|
+
exporter for the OpenTelemetry Collector over all hours in the current
|
20084
|
+
date for the given org.
|
20085
|
+
format: int64
|
20086
|
+
type: integer
|
20087
|
+
eph_infra_host_opentelemetry_sum:
|
20088
|
+
description: Shows the sum of all ephemeral hosts reported by the Datadog
|
20089
|
+
exporter for the OpenTelemetry Collector over all hours in the current
|
20090
|
+
date for the given org.
|
20091
|
+
format: int64
|
20092
|
+
type: integer
|
20093
|
+
eph_infra_host_pro_sum:
|
20094
|
+
description: Shows the sum of all ephemeral infrastructure hosts for Pro
|
20095
|
+
over all hours in the current date for the given org.
|
20096
|
+
format: int64
|
20097
|
+
type: integer
|
20098
|
+
eph_infra_host_proplus_sum:
|
20099
|
+
description: Shows the sum of all ephemeral infrastructure hosts for Pro
|
20100
|
+
Plus over all hours in the current date for the given org.
|
20101
|
+
format: int64
|
20102
|
+
type: integer
|
19959
20103
|
error_tracking_error_events_sum:
|
19960
20104
|
description: Shows the sum of all Error Tracking error events over all hours
|
19961
20105
|
in the current date for the given org.
|
@@ -19971,6 +20115,16 @@ components:
|
|
19971
20115
|
hours in the current date for the given org.
|
19972
20116
|
format: int64
|
19973
20117
|
type: integer
|
20118
|
+
fargate_container_profiler_profiling_fargate_avg:
|
20119
|
+
description: The average number of Profiling Fargate tasks over all hours
|
20120
|
+
in the current date for all organizations.
|
20121
|
+
format: int64
|
20122
|
+
type: integer
|
20123
|
+
fargate_container_profiler_profiling_fargate_eks_avg:
|
20124
|
+
description: The average number of Profiling Fargate Elastic Kubernetes
|
20125
|
+
Service tasks over all hours in the current date for all organizations.
|
20126
|
+
format: int64
|
20127
|
+
type: integer
|
19974
20128
|
fargate_tasks_count_avg:
|
19975
20129
|
description: Shows the high-watermark of all Fargate tasks over all hours
|
19976
20130
|
in the current date for all organizations.
|
@@ -20184,7 +20338,7 @@ components:
|
|
20184
20338
|
type: integer
|
20185
20339
|
profiling_host_top99p:
|
20186
20340
|
description: Shows the 99th percentile of all profiled hosts over all hours
|
20187
|
-
|
20341
|
+
within the current date for all organizations.
|
20188
20342
|
format: int64
|
20189
20343
|
type: integer
|
20190
20344
|
rum_browser_and_mobile_session_count:
|
@@ -20273,10 +20427,25 @@ components:
|
|
20273
20427
|
type: integer
|
20274
20428
|
rum_mobile_lite_session_count_roku_sum:
|
20275
20429
|
description: Shows the sum of all mobile RUM lite sessions on Roku over
|
20276
|
-
all hours
|
20430
|
+
all hours within the current date for all organizations (To be introduced
|
20277
20431
|
on October 1st, 2024).
|
20278
20432
|
format: int64
|
20279
20433
|
type: integer
|
20434
|
+
rum_mobile_replay_session_count_android_sum:
|
20435
|
+
description: Shows the sum of all mobile RUM replay sessions on Android
|
20436
|
+
over all hours within the current date for the given org.
|
20437
|
+
format: int64
|
20438
|
+
type: integer
|
20439
|
+
rum_mobile_replay_session_count_ios_sum:
|
20440
|
+
description: Shows the sum of all mobile RUM replay sessions on iOS over
|
20441
|
+
all hours within the current date for the given org.
|
20442
|
+
format: int64
|
20443
|
+
type: integer
|
20444
|
+
rum_mobile_replay_session_count_reactnative_sum:
|
20445
|
+
description: Shows the sum of all mobile RUM replay sessions on React Native
|
20446
|
+
over all hours within the current date for the given org.
|
20447
|
+
format: int64
|
20448
|
+
type: integer
|
20280
20449
|
rum_replay_session_count_sum:
|
20281
20450
|
description: Shows the sum of all RUM Session Replay counts over all hours
|
20282
20451
|
in the current date for all organizations (To be introduced on October
|
@@ -20468,7 +20637,8 @@ components:
|
|
20468
20637
|
format: int64
|
20469
20638
|
type: integer
|
20470
20639
|
avg_profiled_fargate_tasks:
|
20471
|
-
description: The average
|
20640
|
+
description: The average total count for Fargate Container Profiler over
|
20641
|
+
all hours in the current month for the given org.
|
20472
20642
|
format: int64
|
20473
20643
|
type: integer
|
20474
20644
|
aws_host_top99p:
|
@@ -20733,6 +20903,73 @@ components:
|
|
20733
20903
|
queries over all hours in the current month for the given org.
|
20734
20904
|
format: int64
|
20735
20905
|
type: integer
|
20906
|
+
eph_infra_host_agent_sum:
|
20907
|
+
description: Shows the sum of all ephemeral infrastructure hosts with the
|
20908
|
+
Datadog Agent over all hours in the current date for the given org.
|
20909
|
+
format: int64
|
20910
|
+
type: integer
|
20911
|
+
eph_infra_host_alibaba_sum:
|
20912
|
+
description: Shows the sum of all ephemeral infrastructure hosts on Alibaba
|
20913
|
+
over all hours in the current date for the given org.
|
20914
|
+
format: int64
|
20915
|
+
type: integer
|
20916
|
+
eph_infra_host_aws_sum:
|
20917
|
+
description: Shows the sum of all ephemeral infrastructure hosts on AWS
|
20918
|
+
over all hours in the current date for the given org.
|
20919
|
+
format: int64
|
20920
|
+
type: integer
|
20921
|
+
eph_infra_host_azure_sum:
|
20922
|
+
description: Shows the sum of all ephemeral infrastructure hosts on Azure
|
20923
|
+
over all hours in the current date for the given org.
|
20924
|
+
format: int64
|
20925
|
+
type: integer
|
20926
|
+
eph_infra_host_ent_sum:
|
20927
|
+
description: Shows the sum of all ephemeral infrastructure hosts for Enterprise
|
20928
|
+
over all hours in the current date for the given org.
|
20929
|
+
format: int64
|
20930
|
+
type: integer
|
20931
|
+
eph_infra_host_gcp_sum:
|
20932
|
+
description: Shows the sum of all ephemeral infrastructure hosts on GCP
|
20933
|
+
over all hours in the current date for the given org.
|
20934
|
+
format: int64
|
20935
|
+
type: integer
|
20936
|
+
eph_infra_host_heroku_sum:
|
20937
|
+
description: Shows the sum of all ephemeral infrastructure hosts on Heroku
|
20938
|
+
over all hours in the current date for the given org.
|
20939
|
+
format: int64
|
20940
|
+
type: integer
|
20941
|
+
eph_infra_host_only_aas_sum:
|
20942
|
+
description: Shows the sum of all ephemeral infrastructure hosts with only
|
20943
|
+
Azure App Services over all hours in the current date for the given org.
|
20944
|
+
format: int64
|
20945
|
+
type: integer
|
20946
|
+
eph_infra_host_only_vsphere_sum:
|
20947
|
+
description: Shows the sum of all ephemeral infrastructure hosts with only
|
20948
|
+
vSphere over all hours in the current date for the given org.
|
20949
|
+
format: int64
|
20950
|
+
type: integer
|
20951
|
+
eph_infra_host_opentelemetry_apm_sum:
|
20952
|
+
description: Shows the sum of all ephemeral APM hosts reported by the Datadog
|
20953
|
+
exporter for the OpenTelemetry Collector over all hours in the current
|
20954
|
+
date for the given org.
|
20955
|
+
format: int64
|
20956
|
+
type: integer
|
20957
|
+
eph_infra_host_opentelemetry_sum:
|
20958
|
+
description: Shows the sum of all ephemeral hosts reported by the Datadog
|
20959
|
+
exporter for the OpenTelemetry Collector over all hours in the current
|
20960
|
+
date for the given org.
|
20961
|
+
format: int64
|
20962
|
+
type: integer
|
20963
|
+
eph_infra_host_pro_sum:
|
20964
|
+
description: Shows the sum of all ephemeral infrastructure hosts for Pro
|
20965
|
+
over all hours in the current date for the given org.
|
20966
|
+
format: int64
|
20967
|
+
type: integer
|
20968
|
+
eph_infra_host_proplus_sum:
|
20969
|
+
description: Shows the sum of all ephemeral infrastructure hosts for Pro
|
20970
|
+
Plus over all hours in the current date for the given org.
|
20971
|
+
format: int64
|
20972
|
+
type: integer
|
20736
20973
|
error_tracking_error_events_sum:
|
20737
20974
|
description: Shows the sum of all Error Tracking error events over all hours
|
20738
20975
|
in the current date for the given org.
|
@@ -20748,6 +20985,16 @@ components:
|
|
20748
20985
|
hours in the current date for the given org.
|
20749
20986
|
format: int64
|
20750
20987
|
type: integer
|
20988
|
+
fargate_container_profiler_profiling_fargate_avg:
|
20989
|
+
description: The average number of Profiling Fargate tasks over all hours
|
20990
|
+
in the current month for the given org.
|
20991
|
+
format: int64
|
20992
|
+
type: integer
|
20993
|
+
fargate_container_profiler_profiling_fargate_eks_avg:
|
20994
|
+
description: The average number of Profiling Fargate Elastic Kubernetes
|
20995
|
+
Service tasks over all hours in the current month for the given org.
|
20996
|
+
format: int64
|
20997
|
+
type: integer
|
20751
20998
|
fargate_tasks_count_avg:
|
20752
20999
|
description: The average task count for Fargate.
|
20753
21000
|
format: int64
|
@@ -20959,7 +21206,7 @@ components:
|
|
20959
21206
|
type: integer
|
20960
21207
|
profiling_host_top99p:
|
20961
21208
|
description: Shows the 99th percentile of all profiled hosts over all hours
|
20962
|
-
|
21209
|
+
within the current date for the given org.
|
20963
21210
|
format: int64
|
20964
21211
|
type: integer
|
20965
21212
|
public_id:
|
@@ -21058,6 +21305,21 @@ components:
|
|
21058
21305
|
1st, 2024).
|
21059
21306
|
format: int64
|
21060
21307
|
type: integer
|
21308
|
+
rum_mobile_replay_session_count_android_sum:
|
21309
|
+
description: Shows the sum of all mobile RUM replay sessions on Android
|
21310
|
+
over all hours within the current date for the given org.
|
21311
|
+
format: int64
|
21312
|
+
type: integer
|
21313
|
+
rum_mobile_replay_session_count_ios_sum:
|
21314
|
+
description: Shows the sum of all mobile RUM replay sessions on iOS over
|
21315
|
+
all hours within the current date for the given org.
|
21316
|
+
format: int64
|
21317
|
+
type: integer
|
21318
|
+
rum_mobile_replay_session_count_reactnative_sum:
|
21319
|
+
description: Shows the sum of all mobile RUM replay sessions on React Native
|
21320
|
+
over all hours within the current date for the given org.
|
21321
|
+
format: int64
|
21322
|
+
type: integer
|
21061
21323
|
rum_replay_session_count_sum:
|
21062
21324
|
description: Shows the sum of all RUM Session Replay counts over all hours
|
21063
21325
|
in the current date for the given org (To be introduced on October 1st,
|
@@ -21243,8 +21505,8 @@ components:
|
|
21243
21505
|
format: int64
|
21244
21506
|
type: integer
|
21245
21507
|
avg_profiled_fargate_tasks_sum:
|
21246
|
-
description:
|
21247
|
-
in the current month for all organizations.
|
21508
|
+
description: The average total count for Fargate Container Profiler over
|
21509
|
+
all hours in the current month for all organizations.
|
21248
21510
|
format: int64
|
21249
21511
|
type: integer
|
21250
21512
|
aws_host_top99p_sum:
|
@@ -21517,6 +21779,73 @@ components:
|
|
21517
21779
|
description: Shows the last date of usage in the current month for all organizations.
|
21518
21780
|
format: date-time
|
21519
21781
|
type: string
|
21782
|
+
eph_infra_host_agent_agg_sum:
|
21783
|
+
description: Shows the sum of all ephemeral infrastructure hosts with the
|
21784
|
+
Datadog Agent over all hours in the current month for all organizations.
|
21785
|
+
format: int64
|
21786
|
+
type: integer
|
21787
|
+
eph_infra_host_alibaba_agg_sum:
|
21788
|
+
description: Shows the sum of all ephemeral infrastructure hosts on Alibaba
|
21789
|
+
over all hours in the current month for all organizations.
|
21790
|
+
format: int64
|
21791
|
+
type: integer
|
21792
|
+
eph_infra_host_aws_agg_sum:
|
21793
|
+
description: Shows the sum of all ephemeral infrastructure hosts on AWS
|
21794
|
+
over all hours in the current month for all organizations.
|
21795
|
+
format: int64
|
21796
|
+
type: integer
|
21797
|
+
eph_infra_host_azure_agg_sum:
|
21798
|
+
description: Shows the sum of all ephemeral infrastructure hosts on Azure
|
21799
|
+
over all hours in the current month for all organizations.
|
21800
|
+
format: int64
|
21801
|
+
type: integer
|
21802
|
+
eph_infra_host_ent_agg_sum:
|
21803
|
+
description: Shows the sum of all ephemeral infrastructure hosts for Enterprise
|
21804
|
+
over all hours in the current month for all organizations.
|
21805
|
+
format: int64
|
21806
|
+
type: integer
|
21807
|
+
eph_infra_host_gcp_agg_sum:
|
21808
|
+
description: Shows the sum of all ephemeral infrastructure hosts on GCP
|
21809
|
+
over all hours in the current month for all organizations.
|
21810
|
+
format: int64
|
21811
|
+
type: integer
|
21812
|
+
eph_infra_host_heroku_agg_sum:
|
21813
|
+
description: Shows the sum of all ephemeral infrastructure hosts on Heroku
|
21814
|
+
over all hours in the current month for all organizations.
|
21815
|
+
format: int64
|
21816
|
+
type: integer
|
21817
|
+
eph_infra_host_only_aas_agg_sum:
|
21818
|
+
description: Shows the sum of all ephemeral infrastructure hosts with only
|
21819
|
+
Azure App Services over all hours in the current month for all organizations.
|
21820
|
+
format: int64
|
21821
|
+
type: integer
|
21822
|
+
eph_infra_host_only_vsphere_agg_sum:
|
21823
|
+
description: Shows the sum of all ephemeral infrastructure hosts with only
|
21824
|
+
vSphere over all hours in the current month for all organizations.
|
21825
|
+
format: int64
|
21826
|
+
type: integer
|
21827
|
+
eph_infra_host_opentelemetry_agg_sum:
|
21828
|
+
description: Shows the sum of all ephemeral hosts reported by the Datadog
|
21829
|
+
exporter for the OpenTelemetry Collector over all hours in the current
|
21830
|
+
month for all organizations.
|
21831
|
+
format: int64
|
21832
|
+
type: integer
|
21833
|
+
eph_infra_host_opentelemetry_apm_agg_sum:
|
21834
|
+
description: Shows the sum of all ephemeral APM hosts reported by the Datadog
|
21835
|
+
exporter for the OpenTelemetry Collector over all hours in the current
|
21836
|
+
month for all organizations.
|
21837
|
+
format: int64
|
21838
|
+
type: integer
|
21839
|
+
eph_infra_host_pro_agg_sum:
|
21840
|
+
description: Shows the sum of all ephemeral infrastructure hosts for Pro
|
21841
|
+
over all hours in the current month for all organizations.
|
21842
|
+
format: int64
|
21843
|
+
type: integer
|
21844
|
+
eph_infra_host_proplus_agg_sum:
|
21845
|
+
description: Shows the sum of all ephemeral infrastructure hosts for Pro
|
21846
|
+
Plus over all hours in the current month for all organizations.
|
21847
|
+
format: int64
|
21848
|
+
type: integer
|
21520
21849
|
error_tracking_error_events_agg_sum:
|
21521
21850
|
description: Shows the sum of all Error Tracking error events over all hours
|
21522
21851
|
in the current month for all organizations.
|
@@ -21532,6 +21861,16 @@ components:
|
|
21532
21861
|
hours in the current month for all organizations.
|
21533
21862
|
format: int64
|
21534
21863
|
type: integer
|
21864
|
+
fargate_container_profiler_profiling_fargate_avg_sum:
|
21865
|
+
description: The average number of Profiling Fargate tasks over all hours
|
21866
|
+
in the current month for all organizations.
|
21867
|
+
format: int64
|
21868
|
+
type: integer
|
21869
|
+
fargate_container_profiler_profiling_fargate_eks_avg_sum:
|
21870
|
+
description: The average number of Profiling Fargate Elastic Kubernetes
|
21871
|
+
Service tasks over all hours in the current month for all organizations.
|
21872
|
+
format: int64
|
21873
|
+
type: integer
|
21535
21874
|
fargate_tasks_count_avg_sum:
|
21536
21875
|
description: Shows the average of all Fargate tasks over all hours in the
|
21537
21876
|
current month for all organizations.
|
@@ -21869,10 +22208,25 @@ components:
|
|
21869
22208
|
type: integer
|
21870
22209
|
rum_mobile_lite_session_count_roku_agg_sum:
|
21871
22210
|
description: Shows the sum of all mobile RUM lite sessions on Roku over
|
21872
|
-
all hours
|
22211
|
+
all hours within the current month for all organizations (To be introduced
|
21873
22212
|
on October 1st, 2024).
|
21874
22213
|
format: int64
|
21875
22214
|
type: integer
|
22215
|
+
rum_mobile_replay_session_count_android_agg_sum:
|
22216
|
+
description: Shows the sum of all mobile RUM replay sessions on Android
|
22217
|
+
over all hours within the current month for all organizations.
|
22218
|
+
format: int64
|
22219
|
+
type: integer
|
22220
|
+
rum_mobile_replay_session_count_ios_agg_sum:
|
22221
|
+
description: Shows the sum of all mobile RUM replay sessions on iOS over
|
22222
|
+
all hours within the current month for all organizations.
|
22223
|
+
format: int64
|
22224
|
+
type: integer
|
22225
|
+
rum_mobile_replay_session_count_reactnative_agg_sum:
|
22226
|
+
description: Shows the sum of all mobile RUM replay sessions on React Native
|
22227
|
+
over all hours within the current month for all organizations.
|
22228
|
+
format: int64
|
22229
|
+
type: integer
|
21876
22230
|
rum_replay_session_count_agg_sum:
|
21877
22231
|
description: Shows the sum of all RUM Session Replay counts over all hours
|
21878
22232
|
in the current month for all organizations (To be introduced on October
|
@@ -22261,6 +22615,7 @@ components:
|
|
22261
22615
|
Version:
|
22262
22616
|
description: Version of the updated signal. If server side version is higher,
|
22263
22617
|
update will be rejected.
|
22618
|
+
example: 0
|
22264
22619
|
format: int64
|
22265
22620
|
type: integer
|
22266
22621
|
WebhooksIntegration:
|
@@ -23358,12 +23713,18 @@ components:
|
|
23358
23713
|
continuous_profiler_pgo_read: Read and query Continuous Profiler data
|
23359
23714
|
for Profile-Guided Optimization (PGO).
|
23360
23715
|
create_webhooks: Create webhooks integrations.
|
23716
|
+
dashboards_embed_share: Create, modify, and delete shared dashboards with
|
23717
|
+
share type 'embed'.
|
23718
|
+
dashboards_invite_share: Create, modify, and delete shared dashboards
|
23719
|
+
with share type 'invite'.
|
23361
23720
|
dashboards_public_share: Generate public and authenticated links to share
|
23362
23721
|
dashboards or embeddable graphs externally.
|
23363
23722
|
dashboards_read: View dashboards.
|
23364
23723
|
dashboards_write: Create and change dashboards.
|
23365
23724
|
data_scanner_read: View Data Scanner configurations.
|
23366
23725
|
data_scanner_write: Edit Data Scanner configurations.
|
23726
|
+
embeddable_graphs_share: Generate public links to share embeddable graphs
|
23727
|
+
externally.
|
23367
23728
|
events_read: Read Events data.
|
23368
23729
|
hosts_read: List hosts and their attributes.
|
23369
23730
|
incident_notification_settings_write: Configure Incidents Notification
|
@@ -23382,10 +23743,15 @@ components:
|
|
23382
23743
|
configuring allowed login methods, creating child orgs, subscribing
|
23383
23744
|
& unsubscribing from apps in the marketplace, and enabling & disabling
|
23384
23745
|
Remote Configuration for the entire organization.
|
23746
|
+
security_comments_read: Read comments of vulnerabilities.
|
23385
23747
|
security_monitoring_filters_read: Read Security Filters.
|
23386
23748
|
security_monitoring_filters_write: Create, edit, and delete Security Filters.
|
23387
23749
|
security_monitoring_findings_read: View a list of findings that include
|
23388
23750
|
both misconfigurations and identity risks.
|
23751
|
+
security_monitoring_notification_profiles_read: View Rule Security Notification
|
23752
|
+
rules.
|
23753
|
+
security_monitoring_notification_profiles_write: Create, edit, and delete
|
23754
|
+
Security Notification rules.
|
23389
23755
|
security_monitoring_rules_read: Read Detection Rules.
|
23390
23756
|
security_monitoring_rules_write: Create and edit Detection Rules.
|
23391
23757
|
security_monitoring_signals_read: View Security Signals.
|
@@ -23413,7 +23779,7 @@ components:
|
|
23413
23779
|
Access Manage permission.
|
23414
23780
|
teams_read: Read Teams data. A User with this permission can view Team
|
23415
23781
|
names, metadata, and which Users are on each Team.
|
23416
|
-
|
23782
|
+
test_optimization_read: View Test Optimization.
|
23417
23783
|
timeseries_query: Query Timeseries data.
|
23418
23784
|
usage_read: View your organization's usage and usage attribution.
|
23419
23785
|
user_access_invite: Invite other users to your organization.
|
@@ -23452,8 +23818,6 @@ components:
|
|
23452
23818
|
x-auth-id-alias: appKeyAuth
|
23453
23819
|
x-env-name: DD_APP_KEY
|
23454
23820
|
bearerAuth:
|
23455
|
-
in: header
|
23456
|
-
name: Authorization
|
23457
23821
|
scheme: bearer
|
23458
23822
|
type: http
|
23459
23823
|
x-env-name: DD_BEARER_TOKEN
|
@@ -27997,8 +28361,9 @@ paths:
|
|
27997
28361
|
tags:
|
27998
28362
|
- Logs Indexes
|
27999
28363
|
x-permission:
|
28000
|
-
operator:
|
28001
|
-
permissions:
|
28364
|
+
operator: OR
|
28365
|
+
permissions:
|
28366
|
+
- logs_read_config
|
28002
28367
|
put:
|
28003
28368
|
description: 'This endpoint updates the index order of your organization.
|
28004
28369
|
|
@@ -28070,8 +28435,9 @@ paths:
|
|
28070
28435
|
tags:
|
28071
28436
|
- Logs Indexes
|
28072
28437
|
x-permission:
|
28073
|
-
operator:
|
28074
|
-
permissions:
|
28438
|
+
operator: OR
|
28439
|
+
permissions:
|
28440
|
+
- logs_read_config
|
28075
28441
|
post:
|
28076
28442
|
description: Creates a new index. Returns the Index object passed in the request
|
28077
28443
|
body when the request is successful.
|
@@ -28148,6 +28514,10 @@ paths:
|
|
28148
28514
|
summary: Get an index
|
28149
28515
|
tags:
|
28150
28516
|
- Logs Indexes
|
28517
|
+
x-permission:
|
28518
|
+
operator: OR
|
28519
|
+
permissions:
|
28520
|
+
- logs_read_config
|
28151
28521
|
put:
|
28152
28522
|
description: "Update an index as identified by its name.\nReturns the Index
|
28153
28523
|
object passed in the request body when the request is successful.\n\nUsing
|
@@ -28222,8 +28592,9 @@ paths:
|
|
28222
28592
|
tags:
|
28223
28593
|
- Logs Pipelines
|
28224
28594
|
x-permission:
|
28225
|
-
operator:
|
28226
|
-
permissions:
|
28595
|
+
operator: OR
|
28596
|
+
permissions:
|
28597
|
+
- logs_read_config
|
28227
28598
|
put:
|
28228
28599
|
description: 'Update the order of your pipelines. Since logs are processed sequentially,
|
28229
28600
|
reordering a pipeline may change
|
@@ -28304,8 +28675,9 @@ paths:
|
|
28304
28675
|
tags:
|
28305
28676
|
- Logs Pipelines
|
28306
28677
|
x-permission:
|
28307
|
-
operator:
|
28308
|
-
permissions:
|
28678
|
+
operator: OR
|
28679
|
+
permissions:
|
28680
|
+
- logs_read_config
|
28309
28681
|
post:
|
28310
28682
|
description: Create a pipeline in your organization.
|
28311
28683
|
operationId: CreateLogsPipeline
|
@@ -28419,8 +28791,9 @@ paths:
|
|
28419
28791
|
tags:
|
28420
28792
|
- Logs Pipelines
|
28421
28793
|
x-permission:
|
28422
|
-
operator:
|
28423
|
-
permissions:
|
28794
|
+
operator: OR
|
28795
|
+
permissions:
|
28796
|
+
- logs_read_config
|
28424
28797
|
put:
|
28425
28798
|
description: "Update a given pipeline configuration to change it\u2019s processors
|
28426
28799
|
or their order.\n\n**Note**: Using this method updates your pipeline configuration
|
@@ -28633,7 +29006,7 @@ paths:
|
|
28633
29006
|
- metrics_metadata_write
|
28634
29007
|
/api/v1/monitor:
|
28635
29008
|
get:
|
28636
|
-
description: Get
|
29009
|
+
description: Get all monitors from your organization.
|
28637
29010
|
operationId: ListMonitors
|
28638
29011
|
parameters:
|
28639
29012
|
- description: 'When specified, shows additional information about the group
|
@@ -28716,6 +29089,7 @@ paths:
|
|
28716
29089
|
content:
|
28717
29090
|
application/json:
|
28718
29091
|
schema:
|
29092
|
+
description: An array of monitor objects.
|
28719
29093
|
items:
|
28720
29094
|
$ref: '#/components/schemas/Monitor'
|
28721
29095
|
type: array
|
@@ -28739,7 +29113,7 @@ paths:
|
|
28739
29113
|
appKeyAuth: []
|
28740
29114
|
- AuthZ:
|
28741
29115
|
- monitors_read
|
28742
|
-
summary: Get all
|
29116
|
+
summary: Get all monitors
|
28743
29117
|
tags:
|
28744
29118
|
- Monitors
|
28745
29119
|
x-pagination:
|
@@ -28750,399 +29124,150 @@ paths:
|
|
28750
29124
|
permissions:
|
28751
29125
|
- monitors_read
|
28752
29126
|
post:
|
28753
|
-
description:
|
28754
|
-
|
28755
|
-
|
28756
|
-
|
28757
|
-
|
28758
|
-
|
28759
|
-
|
28760
|
-
|
28761
|
-
|
28762
|
-
-
|
28763
|
-
|
28764
|
-
|
28765
|
-
|
28766
|
-
|
28767
|
-
|
28768
|
-
|
28769
|
-
|
28770
|
-
|
28771
|
-
|
28772
|
-
|
28773
|
-
|
28774
|
-
|
28775
|
-
|
28776
|
-
|
28777
|
-
|
28778
|
-
|
28779
|
-
|
28780
|
-
-
|
28781
|
-
|
28782
|
-
|
28783
|
-
|
28784
|
-
-
|
28785
|
-
|
28786
|
-
|
28787
|
-
|
28788
|
-
|
28789
|
-
|
28790
|
-
|
28791
|
-
|
28792
|
-
|
28793
|
-
|
28794
|
-
|
28795
|
-
|
28796
|
-
|
28797
|
-
|
28798
|
-
-
|
28799
|
-
|
28800
|
-
|
28801
|
-
|
28802
|
-
|
28803
|
-
|
28804
|
-
-
|
28805
|
-
|
28806
|
-
|
28807
|
-
|
28808
|
-
|
28809
|
-
|
28810
|
-
|
28811
|
-
|
28812
|
-
|
28813
|
-
-
|
28814
|
-
|
28815
|
-
|
28816
|
-
|
28817
|
-
|
28818
|
-
|
28819
|
-
|
28820
|
-
|
28821
|
-
|
28822
|
-
|
28823
|
-
|
28824
|
-
|
28825
|
-
|
28826
|
-
|
28827
|
-
|
28828
|
-
- `
|
28829
|
-
|
28830
|
-
|
28831
|
-
|
28832
|
-
- `
|
28833
|
-
|
28834
|
-
|
28835
|
-
|
28836
|
-
|
28837
|
-
|
28838
|
-
|
28839
|
-
- `
|
28840
|
-
|
28841
|
-
|
28842
|
-
|
28843
|
-
|
28844
|
-
|
28845
|
-
|
28846
|
-
|
28847
|
-
|
28848
|
-
|
28849
|
-
|
28850
|
-
- `
|
28851
|
-
|
28852
|
-
|
28853
|
-
|
28854
|
-
|
28855
|
-
last
|
28856
|
-
|
28857
|
-
|
28858
|
-
|
28859
|
-
|
28860
|
-
|
28861
|
-
|
28862
|
-
|
28863
|
-
|
28864
|
-
|
28865
|
-
|
28866
|
-
|
28867
|
-
|
28868
|
-
|
28869
|
-
|
28870
|
-
|
28871
|
-
|
28872
|
-
|
28873
|
-
|
28874
|
-
|
28875
|
-
|
28876
|
-
|
28877
|
-
|
28878
|
-
|
28879
|
-
|
28880
|
-
|
28881
|
-
|
28882
|
-
|
28883
|
-
|
28884
|
-
|
28885
|
-
|
28886
|
-
|
28887
|
-
|
28888
|
-
`
|
28889
|
-
|
28890
|
-
for
|
28891
|
-
|
28892
|
-
|
28893
|
-
|
28894
|
-
|
28895
|
-
|
28896
|
-
|
28897
|
-
For more information, see the [Event Migration guide](https://docs.datadoghq.com/service_management/events/guides/migrating_to_new_events_features/).
|
28898
|
-
|
28899
|
-
|
28900
|
-
##### Event V2 Alert Query
|
28901
|
-
|
28902
|
-
|
28903
|
-
Example: `events(query).rollup(rollup_method[, measure]).last(time_window)
|
28904
|
-
operator #`
|
28905
|
-
|
28906
|
-
|
28907
|
-
- `query` The search query - following the [Log search syntax](https://docs.datadoghq.com/logs/search_syntax/).
|
28908
|
-
|
28909
|
-
- `rollup_method` The stats roll-up method - supports `count`, `avg` and `cardinality`.
|
28910
|
-
|
28911
|
-
- `measure` For `avg` and cardinality `rollup_method` - specify the measure
|
28912
|
-
or the facet name you want to use.
|
28913
|
-
|
28914
|
-
- `time_window` #m (between 1 and 2880), #h (between 1 and 48).
|
28915
|
-
|
28916
|
-
- `operator` `<`, `<=`, `>`, `>=`, `==`, or `!=`.
|
28917
|
-
|
28918
|
-
- `#` an integer or decimal number used to set the threshold.
|
28919
|
-
|
28920
|
-
|
28921
|
-
##### Process Alert Query
|
28922
|
-
|
28923
|
-
|
28924
|
-
Example: `processes(search).over(tags).rollup(''count'').last(timeframe) operator
|
28925
|
-
#`
|
28926
|
-
|
28927
|
-
|
28928
|
-
- `search` free text search string for querying processes.
|
28929
|
-
|
28930
|
-
Matching processes match results on the [Live Processes](https://docs.datadoghq.com/infrastructure/process/?tab=linuxwindows)
|
28931
|
-
page.
|
28932
|
-
|
28933
|
-
- `tags` one or more tags (comma-separated)
|
28934
|
-
|
28935
|
-
- `timeframe` the timeframe to roll up the counts. Examples: 10m, 4h. Supported
|
28936
|
-
timeframes: s, m, h and d
|
28937
|
-
|
28938
|
-
- `operator` <, <=, >, >=, ==, or !=
|
28939
|
-
|
28940
|
-
- `#` an integer or decimal number used to set the threshold
|
28941
|
-
|
28942
|
-
|
28943
|
-
##### Logs Alert Query
|
28944
|
-
|
28945
|
-
|
28946
|
-
Example: `logs(query).index(index_name).rollup(rollup_method[, measure]).last(time_window)
|
28947
|
-
operator #`
|
28948
|
-
|
28949
|
-
|
28950
|
-
- `query` The search query - following the [Log search syntax](https://docs.datadoghq.com/logs/search_syntax/).
|
28951
|
-
|
28952
|
-
- `index_name` For multi-index organizations, the log index in which the request
|
28953
|
-
is performed.
|
28954
|
-
|
28955
|
-
- `rollup_method` The stats roll-up method - supports `count`, `avg` and `cardinality`.
|
28956
|
-
|
28957
|
-
- `measure` For `avg` and cardinality `rollup_method` - specify the measure
|
28958
|
-
or the facet name you want to use.
|
28959
|
-
|
28960
|
-
- `time_window` #m (between 1 and 2880), #h (between 1 and 48).
|
28961
|
-
|
28962
|
-
- `operator` `<`, `<=`, `>`, `>=`, `==`, or `!=`.
|
28963
|
-
|
28964
|
-
- `#` an integer or decimal number used to set the threshold.
|
28965
|
-
|
28966
|
-
|
28967
|
-
##### Composite Query
|
28968
|
-
|
28969
|
-
|
28970
|
-
Example: `12345 && 67890`, where `12345` and `67890` are the IDs of non-composite
|
28971
|
-
monitors
|
28972
|
-
|
28973
|
-
|
28974
|
-
* `name` [*required*, *default* = **dynamic, based on query**]: The name of
|
28975
|
-
the alert.
|
28976
|
-
|
28977
|
-
* `message` [*required*, *default* = **dynamic, based on query**]: A message
|
28978
|
-
to include with notifications for this monitor.
|
28979
|
-
|
28980
|
-
Email notifications can be sent to specific users by using the same ''@username''
|
28981
|
-
notation as events.
|
28982
|
-
|
28983
|
-
* `tags` [*optional*, *default* = **empty list**]: A list of tags to associate
|
28984
|
-
with your monitor.
|
28985
|
-
|
28986
|
-
When getting all monitor details via the API, use the `monitor_tags` argument
|
28987
|
-
to filter results by these tags.
|
28988
|
-
|
28989
|
-
It is only available via the API and isn''t visible or editable in the Datadog
|
28990
|
-
UI.
|
28991
|
-
|
28992
|
-
|
28993
|
-
##### SLO Alert Query
|
28994
|
-
|
28995
|
-
|
28996
|
-
Example: `error_budget("slo_id").over("time_window") operator #`
|
28997
|
-
|
28998
|
-
|
28999
|
-
- `slo_id`: The alphanumeric SLO ID of the SLO you are configuring the alert
|
29000
|
-
for.
|
29001
|
-
|
29002
|
-
- `time_window`: The time window of the SLO target you wish to alert on. Valid
|
29003
|
-
options: `7d`, `30d`, `90d`.
|
29004
|
-
|
29005
|
-
- `operator`: `>=` or `>`
|
29006
|
-
|
29007
|
-
|
29008
|
-
##### Audit Alert Query
|
29009
|
-
|
29010
|
-
|
29011
|
-
Example: `audits(query).rollup(rollup_method[, measure]).last(time_window)
|
29012
|
-
operator #`
|
29013
|
-
|
29014
|
-
|
29015
|
-
- `query` The search query - following the [Log search syntax](https://docs.datadoghq.com/logs/search_syntax/).
|
29016
|
-
|
29017
|
-
- `rollup_method` The stats roll-up method - supports `count`, `avg` and `cardinality`.
|
29018
|
-
|
29019
|
-
- `measure` For `avg` and cardinality `rollup_method` - specify the measure
|
29020
|
-
or the facet name you want to use.
|
29021
|
-
|
29022
|
-
- `time_window` #m (between 1 and 2880), #h (between 1 and 48).
|
29023
|
-
|
29024
|
-
- `operator` `<`, `<=`, `>`, `>=`, `==`, or `!=`.
|
29025
|
-
|
29026
|
-
- `#` an integer or decimal number used to set the threshold.
|
29027
|
-
|
29028
|
-
|
29029
|
-
##### CI Pipelines Alert Query
|
29030
|
-
|
29031
|
-
|
29032
|
-
Example: `ci-pipelines(query).rollup(rollup_method[, measure]).last(time_window)
|
29033
|
-
operator #`
|
29034
|
-
|
29035
|
-
|
29036
|
-
- `query` The search query - following the [Log search syntax](https://docs.datadoghq.com/logs/search_syntax/).
|
29037
|
-
|
29038
|
-
- `rollup_method` The stats roll-up method - supports `count`, `avg`, and
|
29039
|
-
`cardinality`.
|
29040
|
-
|
29041
|
-
- `measure` For `avg` and cardinality `rollup_method` - specify the measure
|
29042
|
-
or the facet name you want to use.
|
29043
|
-
|
29044
|
-
- `time_window` #m (between 1 and 2880), #h (between 1 and 48).
|
29045
|
-
|
29046
|
-
- `operator` `<`, `<=`, `>`, `>=`, `==`, or `!=`.
|
29047
|
-
|
29048
|
-
- `#` an integer or decimal number used to set the threshold.
|
29049
|
-
|
29050
|
-
|
29051
|
-
##### CI Tests Alert Query
|
29052
|
-
|
29053
|
-
|
29054
|
-
Example: `ci-tests(query).rollup(rollup_method[, measure]).last(time_window)
|
29055
|
-
operator #`
|
29056
|
-
|
29057
|
-
|
29058
|
-
- `query` The search query - following the [Log search syntax](https://docs.datadoghq.com/logs/search_syntax/).
|
29059
|
-
|
29060
|
-
- `rollup_method` The stats roll-up method - supports `count`, `avg`, and
|
29061
|
-
`cardinality`.
|
29062
|
-
|
29063
|
-
- `measure` For `avg` and cardinality `rollup_method` - specify the measure
|
29064
|
-
or the facet name you want to use.
|
29065
|
-
|
29066
|
-
- `time_window` #m (between 1 and 2880), #h (between 1 and 48).
|
29067
|
-
|
29068
|
-
- `operator` `<`, `<=`, `>`, `>=`, `==`, or `!=`.
|
29069
|
-
|
29070
|
-
- `#` an integer or decimal number used to set the threshold.
|
29071
|
-
|
29072
|
-
|
29073
|
-
##### Error Tracking Alert Query
|
29074
|
-
|
29075
|
-
|
29076
|
-
"New issue" example: `error-tracking(query).source(issue_source).new().rollup(rollup_method[,
|
29077
|
-
measure]).by(group_by).last(time_window) operator #`
|
29078
|
-
|
29079
|
-
"High impact issue" example: `error-tracking(query).source(issue_source).impact().rollup(rollup_method[,
|
29080
|
-
measure]).by(group_by).last(time_window) operator #`
|
29081
|
-
|
29082
|
-
|
29083
|
-
- `query` The search query - following the [Log search syntax](https://docs.datadoghq.com/logs/search_syntax/).
|
29084
|
-
|
29085
|
-
- `issue_source` The issue source - supports `all`, `browser`, `mobile` and
|
29086
|
-
`backend` and defaults to `all` if omitted.
|
29087
|
-
|
29088
|
-
- `rollup_method` The stats roll-up method - supports `count`, `avg`, and
|
29089
|
-
`cardinality` and defaults to `count` if omitted.
|
29090
|
-
|
29091
|
-
- `measure` For `avg` and cardinality `rollup_method` - specify the measure
|
29092
|
-
or the facet name you want to use.
|
29093
|
-
|
29094
|
-
- `group by` Comma-separated list of attributes to group by - should contain
|
29095
|
-
at least `issue.id`.
|
29096
|
-
|
29097
|
-
- `time_window` #m (between 1 and 2880), #h (between 1 and 48).
|
29098
|
-
|
29099
|
-
- `operator` `<`, `<=`, `>`, `>=`, `==`, or `!=`.
|
29100
|
-
|
29101
|
-
- `#` an integer or decimal number used to set the threshold.
|
29102
|
-
|
29103
|
-
|
29104
|
-
**Database Monitoring Alert Query**
|
29105
|
-
|
29106
|
-
|
29107
|
-
Example: `database-monitoring(query).rollup(rollup_method[, measure]).last(time_window)
|
29108
|
-
operator #`
|
29109
|
-
|
29110
|
-
|
29111
|
-
- `query` The search query - following the [Log search syntax](https://docs.datadoghq.com/logs/search_syntax/).
|
29112
|
-
|
29113
|
-
- `rollup_method` The stats roll-up method - supports `count`, `avg`, and
|
29114
|
-
`cardinality`.
|
29115
|
-
|
29116
|
-
- `measure` For `avg` and cardinality `rollup_method` - specify the measure
|
29117
|
-
or the facet name you want to use.
|
29118
|
-
|
29119
|
-
- `time_window` #m (between 1 and 2880), #h (between 1 and 48).
|
29120
|
-
|
29121
|
-
- `operator` `<`, `<=`, `>`, `>=`, `==`, or `!=`.
|
29122
|
-
|
29123
|
-
- `#` an integer or decimal number used to set the threshold.
|
29124
|
-
|
29125
|
-
|
29126
|
-
**Network Performance Alert Query**
|
29127
|
-
|
29128
|
-
|
29129
|
-
Example: `network-performance(query).rollup(rollup_method[, measure]).last(time_window)
|
29130
|
-
operator #`
|
29131
|
-
|
29132
|
-
|
29133
|
-
- `query` The search query - following the [Log search syntax](https://docs.datadoghq.com/logs/search_syntax/).
|
29134
|
-
|
29135
|
-
- `rollup_method` The stats roll-up method - supports `count`, `avg`, and
|
29136
|
-
`cardinality`.
|
29137
|
-
|
29138
|
-
- `measure` For `avg` and cardinality `rollup_method` - specify the measure
|
29139
|
-
or the facet name you want to use.
|
29140
|
-
|
29141
|
-
- `time_window` #m (between 1 and 2880), #h (between 1 and 48).
|
29142
|
-
|
29143
|
-
- `operator` `<`, `<=`, `>`, `>=`, `==`, or `!=`.
|
29144
|
-
|
29145
|
-
- `#` an integer or decimal number used to set the threshold.'
|
29127
|
+
description: "Create a monitor using the specified options.\n\n#### Monitor
|
29128
|
+
Types\n\nThe type of monitor chosen from:\n\n- anomaly: `query alert`\n- APM:
|
29129
|
+
`query alert` or `trace-analytics alert`\n- composite: `composite`\n- custom:
|
29130
|
+
`service check`\n- forecast: `query alert`\n- host: `service check`\n- integration:
|
29131
|
+
`query alert` or `service check`\n- live process: `process alert`\n- logs:
|
29132
|
+
`log alert`\n- metric: `query alert`\n- network: `service check`\n- outlier:
|
29133
|
+
`query alert`\n- process: `service check`\n- rum: `rum alert`\n- SLO: `slo
|
29134
|
+
alert`\n- watchdog: `event-v2 alert`\n- event-v2: `event-v2 alert`\n- audit:
|
29135
|
+
`audit alert`\n- error-tracking: `error-tracking alert`\n- database-monitoring:
|
29136
|
+
`database-monitoring alert`\n- network-performance: `network-performance alert`\n-
|
29137
|
+
cloud cost: `cost alert`\n\n**Notes**:\n- Synthetic monitors are created through
|
29138
|
+
the Synthetics API. See the [Synthetics API](https://docs.datadoghq.com/api/latest/synthetics/)
|
29139
|
+
documentation for more information.\n- Log monitors require an unscoped App
|
29140
|
+
Key.\n\n#### Query Types\n\n##### Metric Alert Query\n\nExample: `time_aggr(time_window):space_aggr:metric{tags}
|
29141
|
+
[by {key}] operator #`\n\n- `time_aggr`: avg, sum, max, min, change, or pct_change\n-
|
29142
|
+
`time_window`: `last_#m` (with `#` between 1 and 10080 depending on the monitor
|
29143
|
+
type) or `last_#h`(with `#` between 1 and 168 depending on the monitor type)
|
29144
|
+
or `last_1d`, or `last_1w`\n- `space_aggr`: avg, sum, min, or max\n- `tags`:
|
29145
|
+
one or more tags (comma-separated), or *\n- `key`: a 'key' in key:value tag
|
29146
|
+
syntax; defines a separate alert for each tag in the group (multi-alert)\n-
|
29147
|
+
`operator`: <, <=, >, >=, ==, or !=\n- `#`: an integer or decimal number used
|
29148
|
+
to set the threshold\n\nIf you are using the `_change_` or `_pct_change_`
|
29149
|
+
time aggregator, instead use `change_aggr(time_aggr(time_window),\ntimeshift):space_aggr:metric{tags}
|
29150
|
+
[by {key}] operator #` with:\n\n- `change_aggr` change, pct_change\n- `time_aggr`
|
29151
|
+
avg, sum, max, min [Learn more](https://docs.datadoghq.com/monitors/create/types/#define-the-conditions)\n-
|
29152
|
+
`time_window` last\\_#m (between 1 and 2880 depending on the monitor type),
|
29153
|
+
last\\_#h (between 1 and 48 depending on the monitor type), or last_#d (1
|
29154
|
+
or 2)\n- `timeshift` #m_ago (5, 10, 15, or 30), #h_ago (1, 2, or 4), or 1d_ago\n\nUse
|
29155
|
+
this to create an outlier monitor using the following query:\n`avg(last_30m):outliers(avg:system.cpu.user{role:es-events-data}
|
29156
|
+
by {host}, 'dbscan', 7) > 0`\n\n##### Service Check Query\n\nExample: `\"check\".over(tags).last(count).by(group).count_by_status()`\n\n-
|
29157
|
+
`check` name of the check, for example `datadog.agent.up`\n- `tags` one or
|
29158
|
+
more quoted tags (comma-separated), or \"*\". for example: `.over(\"env:prod\",
|
29159
|
+
\"role:db\")`; `over` cannot be blank.\n- `count` must be at greater than
|
29160
|
+
or equal to your max threshold (defined in the `options`). It is limited to
|
29161
|
+
100.\nFor example, if you've specified to notify on 1 critical, 3 ok, and
|
29162
|
+
2 warn statuses, `count` should be at least 3.\n- `group` must be specified
|
29163
|
+
for check monitors. Per-check grouping is already explicitly known for some
|
29164
|
+
service checks.\nFor example, Postgres integration monitors are tagged by
|
29165
|
+
`db`, `host`, and `port`, and Network monitors by `host`, `instance`, and
|
29166
|
+
`url`. See [Service Checks](https://docs.datadoghq.com/api/latest/service-checks/)
|
29167
|
+
documentation for more information.\n\n##### Event Alert Query\n\n**Note:**
|
29168
|
+
The Event Alert Query has been replaced by the Event V2 Alert Query. For more
|
29169
|
+
information, see the [Event Migration guide](https://docs.datadoghq.com/service_management/events/guides/migrating_to_new_events_features/).\n\n#####
|
29170
|
+
Event V2 Alert Query\n\nExample: `events(query).rollup(rollup_method[, measure]).last(time_window)
|
29171
|
+
operator #`\n\n- `query` The search query - following the [Log search syntax](https://docs.datadoghq.com/logs/search_syntax/).\n-
|
29172
|
+
`rollup_method` The stats roll-up method - supports `count`, `avg` and `cardinality`.\n-
|
29173
|
+
`measure` For `avg` and cardinality `rollup_method` - specify the measure
|
29174
|
+
or the facet name you want to use.\n- `time_window` #m (between 1 and 2880),
|
29175
|
+
#h (between 1 and 48).\n- `operator` `<`, `<=`, `>`, `>=`, `==`, or `!=`.\n-
|
29176
|
+
`#` an integer or decimal number used to set the threshold.\n\n##### Process
|
29177
|
+
Alert Query\n\nExample: `processes(search).over(tags).rollup('count').last(timeframe)
|
29178
|
+
operator #`\n\n- `search` free text search string for querying processes.\nMatching
|
29179
|
+
processes match results on the [Live Processes](https://docs.datadoghq.com/infrastructure/process/?tab=linuxwindows)
|
29180
|
+
page.\n- `tags` one or more tags (comma-separated)\n- `timeframe` the timeframe
|
29181
|
+
to roll up the counts. Examples: 10m, 4h. Supported timeframes: s, m, h and
|
29182
|
+
d\n- `operator` <, <=, >, >=, ==, or !=\n- `#` an integer or decimal number
|
29183
|
+
used to set the threshold\n\n##### Logs Alert Query\n\nExample: `logs(query).index(index_name).rollup(rollup_method[,
|
29184
|
+
measure]).last(time_window) operator #`\n\n- `query` The search query - following
|
29185
|
+
the [Log search syntax](https://docs.datadoghq.com/logs/search_syntax/).\n-
|
29186
|
+
`index_name` For multi-index organizations, the log index in which the request
|
29187
|
+
is performed.\n- `rollup_method` The stats roll-up method - supports `count`,
|
29188
|
+
`avg` and `cardinality`.\n- `measure` For `avg` and cardinality `rollup_method`
|
29189
|
+
- specify the measure or the facet name you want to use.\n- `time_window`
|
29190
|
+
#m (between 1 and 2880), #h (between 1 and 48).\n- `operator` `<`, `<=`, `>`,
|
29191
|
+
`>=`, `==`, or `!=`.\n- `#` an integer or decimal number used to set the threshold.\n\n#####
|
29192
|
+
Composite Query\n\nExample: `12345 && 67890`, where `12345` and `67890` are
|
29193
|
+
the IDs of non-composite monitors\n\n* `name` [*required*, *default* = **dynamic,
|
29194
|
+
based on query**]: The name of the alert.\n* `message` [*required*, *default*
|
29195
|
+
= **dynamic, based on query**]: A message to include with notifications for
|
29196
|
+
this monitor.\nEmail notifications can be sent to specific users by using
|
29197
|
+
the same '@username' notation as events.\n* `tags` [*optional*, *default*
|
29198
|
+
= **empty list**]: A list of tags to associate with your monitor.\nWhen getting
|
29199
|
+
all monitor details via the API, use the `monitor_tags` argument to filter
|
29200
|
+
results by these tags.\nIt is only available via the API and isn't visible
|
29201
|
+
or editable in the Datadog UI.\n\n##### SLO Alert Query\n\nExample: `error_budget(\"slo_id\").over(\"time_window\")
|
29202
|
+
operator #`\n\n- `slo_id`: The alphanumeric SLO ID of the SLO you are configuring
|
29203
|
+
the alert for.\n- `time_window`: The time window of the SLO target you wish
|
29204
|
+
to alert on. Valid options: `7d`, `30d`, `90d`.\n- `operator`: `>=` or `>`\n\n#####
|
29205
|
+
Audit Alert Query\n\nExample: `audits(query).rollup(rollup_method[, measure]).last(time_window)
|
29206
|
+
operator #`\n\n- `query` The search query - following the [Log search syntax](https://docs.datadoghq.com/logs/search_syntax/).\n-
|
29207
|
+
`rollup_method` The stats roll-up method - supports `count`, `avg` and `cardinality`.\n-
|
29208
|
+
`measure` For `avg` and cardinality `rollup_method` - specify the measure
|
29209
|
+
or the facet name you want to use.\n- `time_window` #m (between 1 and 2880),
|
29210
|
+
#h (between 1 and 48).\n- `operator` `<`, `<=`, `>`, `>=`, `==`, or `!=`.\n-
|
29211
|
+
`#` an integer or decimal number used to set the threshold.\n\n##### CI Pipelines
|
29212
|
+
Alert Query\n\nExample: `ci-pipelines(query).rollup(rollup_method[, measure]).last(time_window)
|
29213
|
+
operator #`\n\n- `query` The search query - following the [Log search syntax](https://docs.datadoghq.com/logs/search_syntax/).\n-
|
29214
|
+
`rollup_method` The stats roll-up method - supports `count`, `avg`, and `cardinality`.\n-
|
29215
|
+
`measure` For `avg` and cardinality `rollup_method` - specify the measure
|
29216
|
+
or the facet name you want to use.\n- `time_window` #m (between 1 and 2880),
|
29217
|
+
#h (between 1 and 48).\n- `operator` `<`, `<=`, `>`, `>=`, `==`, or `!=`.\n-
|
29218
|
+
`#` an integer or decimal number used to set the threshold.\n\n##### CI Tests
|
29219
|
+
Alert Query\n\nExample: `ci-tests(query).rollup(rollup_method[, measure]).last(time_window)
|
29220
|
+
operator #`\n\n- `query` The search query - following the [Log search syntax](https://docs.datadoghq.com/logs/search_syntax/).\n-
|
29221
|
+
`rollup_method` The stats roll-up method - supports `count`, `avg`, and `cardinality`.\n-
|
29222
|
+
`measure` For `avg` and cardinality `rollup_method` - specify the measure
|
29223
|
+
or the facet name you want to use.\n- `time_window` #m (between 1 and 2880),
|
29224
|
+
#h (between 1 and 48).\n- `operator` `<`, `<=`, `>`, `>=`, `==`, or `!=`.\n-
|
29225
|
+
`#` an integer or decimal number used to set the threshold.\n\n##### Error
|
29226
|
+
Tracking Alert Query\n\n\"New issue\" example: `error-tracking(query).source(issue_source).new().rollup(rollup_method[,
|
29227
|
+
measure]).by(group_by).last(time_window) operator #`\n\"High impact issue\"
|
29228
|
+
example: `error-tracking(query).source(issue_source).impact().rollup(rollup_method[,
|
29229
|
+
measure]).by(group_by).last(time_window) operator #`\n\n- `query` The search
|
29230
|
+
query - following the [Log search syntax](https://docs.datadoghq.com/logs/search_syntax/).\n-
|
29231
|
+
`issue_source` The issue source - supports `all`, `browser`, `mobile` and
|
29232
|
+
`backend` and defaults to `all` if omitted.\n- `rollup_method` The stats roll-up
|
29233
|
+
method - supports `count`, `avg`, and `cardinality` and defaults to `count`
|
29234
|
+
if omitted.\n- `measure` For `avg` and cardinality `rollup_method` - specify
|
29235
|
+
the measure or the facet name you want to use.\n- `group by` Comma-separated
|
29236
|
+
list of attributes to group by - should contain at least `issue.id`.\n- `time_window`
|
29237
|
+
#m (between 1 and 2880), #h (between 1 and 48).\n- `operator` `<`, `<=`, `>`,
|
29238
|
+
`>=`, `==`, or `!=`.\n- `#` an integer or decimal number used to set the threshold.\n\n**Database
|
29239
|
+
Monitoring Alert Query**\n\nExample: `database-monitoring(query).rollup(rollup_method[,
|
29240
|
+
measure]).last(time_window) operator #`\n\n- `query` The search query - following
|
29241
|
+
the [Log search syntax](https://docs.datadoghq.com/logs/search_syntax/).\n-
|
29242
|
+
`rollup_method` The stats roll-up method - supports `count`, `avg`, and `cardinality`.\n-
|
29243
|
+
`measure` For `avg` and cardinality `rollup_method` - specify the measure
|
29244
|
+
or the facet name you want to use.\n- `time_window` #m (between 1 and 2880),
|
29245
|
+
#h (between 1 and 48).\n- `operator` `<`, `<=`, `>`, `>=`, `==`, or `!=`.\n-
|
29246
|
+
`#` an integer or decimal number used to set the threshold.\n\n**Network Performance
|
29247
|
+
Alert Query**\n\nExample: `network-performance(query).rollup(rollup_method[,
|
29248
|
+
measure]).last(time_window) operator #`\n\n- `query` The search query - following
|
29249
|
+
the [Log search syntax](https://docs.datadoghq.com/logs/search_syntax/).\n-
|
29250
|
+
`rollup_method` The stats roll-up method - supports `count`, `avg`, and `cardinality`.\n-
|
29251
|
+
`measure` For `avg` and cardinality `rollup_method` - specify the measure
|
29252
|
+
or the facet name you want to use.\n- `time_window` #m (between 1 and 2880),
|
29253
|
+
#h (between 1 and 48).\n- `operator` `<`, `<=`, `>`, `>=`, `==`, or `!=`.\n-
|
29254
|
+
`#` an integer or decimal number used to set the threshold.\n\n**Cost Alert
|
29255
|
+
Query**\n\nExample: `formula(query).timeframe_type(time_window).function(parameter)
|
29256
|
+
operator #`\n\n- `query` The search query - following the [Log search syntax](https://docs.datadoghq.com/logs/search_syntax/).\n-
|
29257
|
+
`timeframe_type` The timeframe type to evaluate the cost\n - for `forecast`
|
29258
|
+
supports `current`\n - for `change`, `anomaly`, `threshold` supports
|
29259
|
+
`last`\n- `time_window` - supports daily roll-up e.g. `7d`\n- `function` -
|
29260
|
+
[optional, defaults to `threshold` monitor if omitted] supports `change`,
|
29261
|
+
`anomaly`, `forecast`\n- `parameter` Specify the parameter of the type\n -
|
29262
|
+
for `change`:\n - supports `relative`, `absolute`\n - [optional]
|
29263
|
+
supports `#`, where `#` is an integer or decimal number used to set the threshold\n
|
29264
|
+
\ - for `anomaly`:\n - supports `direction=both`, `direction=above`,
|
29265
|
+
`direction=below`\n - [optional] supports `threshold=#`, where `#`
|
29266
|
+
is an integer or decimal number used to set the threshold\n- `operator`\n
|
29267
|
+
\ - for `threshold` supports `<`, `<=`, `>`, `>=`, `==`, or `!=`\n -
|
29268
|
+
for `change` supports `>`, `<`\n - for `anomaly` supports `>=`\n - for
|
29269
|
+
`forecast` supports `>`\n- `#` an integer or decimal number used to set the
|
29270
|
+
threshold."
|
29146
29271
|
operationId: CreateMonitor
|
29147
29272
|
requestBody:
|
29148
29273
|
content:
|
@@ -36425,10 +36550,17 @@ tags:
|
|
36425
36550
|
end times, prevent all alerting related to specified Datadog tags.'
|
36426
36551
|
name: Downtimes
|
36427
36552
|
- description: 'The Event Management API allows you to programmatically post events
|
36428
|
-
to the Events Explorer
|
36553
|
+
to the Events Explorer and fetch events from the Events Explorer. See the [Event
|
36554
|
+
Management page](https://docs.datadoghq.com/service_management/events/) for more
|
36555
|
+
information.
|
36429
36556
|
|
36430
|
-
|
36431
|
-
|
36557
|
+
|
36558
|
+
**Update to Datadog monitor events `aggregation_key` starting March 1, 2025:**
|
36559
|
+
The Datadog monitor events `aggregation_key` is unique to each Monitor ID. Starting
|
36560
|
+
March 1st, this key will also include Monitor Group, making it unique per *Monitor
|
36561
|
+
ID and Monitor Group*. If you''re using monitor events `aggregation_key` in dashboard
|
36562
|
+
queries or the Event API, you must migrate to use `@monitor.id`. Reach out to
|
36563
|
+
[support](https://www.datadoghq.com/support/) if you have any question.'
|
36432
36564
|
name: Events
|
36433
36565
|
- description: 'Configure your Datadog-Google Cloud Platform (GCP) integration directly
|
36434
36566
|
|
@@ -36457,10 +36589,7 @@ tags:
|
|
36457
36589
|
- description: Search your logs and send them to your Datadog platform over HTTP.
|
36458
36590
|
See the [Log Management page](https://docs.datadoghq.com/logs/) for more information.
|
36459
36591
|
name: Logs
|
36460
|
-
- description:
|
36461
|
-
|
36462
|
-
You need an API and non-scoped application key with Admin rights to interact with
|
36463
|
-
these endpoints.'
|
36592
|
+
- description: Manage configuration of [log indexes](https://docs.datadoghq.com/logs/indexes/).
|
36464
36593
|
externalDocs:
|
36465
36594
|
description: Find out more at
|
36466
36595
|
url: https://docs.datadoghq.com/logs/indexes/
|
@@ -36470,14 +36599,12 @@ tags:
|
|
36470
36599
|
page](https://app.datadoghq.com/logs/pipelines)\n for a list of the pipelines
|
36471
36600
|
and processors currently configured in web UI.\n\n- Additional API-related information
|
36472
36601
|
about processors can be found in the\n [processors documentation](https://docs.datadoghq.com/logs/log_configuration/processors/?tab=api#lookup-processor).\n\n-
|
36473
|
-
For more information about Pipelines, see the\n [pipeline documentation](https://docs.datadoghq.com/logs/log_configuration/pipelines).\n\n**Notes:**\n\
|
36474
|
-
|
36475
|
-
|
36476
|
-
|
36477
|
-
|
36478
|
-
|
36479
|
-
you will\nneed to configure all escaped spaces as `%{space}` to use\nin the body
|
36480
|
-
data."
|
36602
|
+
For more information about Pipelines, see the\n [pipeline documentation](https://docs.datadoghq.com/logs/log_configuration/pipelines).\n\n**Notes:**\n\n**Grok
|
36603
|
+
parsing rules may effect JSON output and require\nreturned data to be configured
|
36604
|
+
before using in a request.**\nFor example, if you are using the data returned
|
36605
|
+
from a\nrequest for another request body, and have a parsing rule\nthat uses a
|
36606
|
+
regex pattern like `\\s` for spaces, you will\nneed to configure all escaped spaces
|
36607
|
+
as `%{space}` to use\nin the body data."
|
36481
36608
|
externalDocs:
|
36482
36609
|
description: Find out more at
|
36483
36610
|
url: https://docs.datadoghq.com/logs/log_configuration
|