datadog_api_client 2.16.0 → 2.18.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 +799 -16
- data/.generator/schemas/v2/openapi.yaml +2732 -409
- data/.generator/src/generator/cli.py +5 -0
- data/.generator/src/generator/formatter.py +4 -0
- data/.generator/src/generator/openapi.py +2 -0
- data/.generator/src/generator/templates/api_client.j2 +3 -0
- data/.generator/src/generator/templates/datadog_api_client.j2 +19 -0
- data/.generator/src/generator/templates/inflector.j2 +1 -1
- data/.generator/src/generator/templates/model_base.j2 +4 -0
- data/.pre-commit-config.yaml +1 -1
- data/CHANGELOG.md +54 -0
- data/Gemfile +1 -0
- data/LICENSE-3rdparty.csv +1 -0
- data/datadog_api_client.gemspec +2 -0
- data/examples/v1/aws-integration/CreateAWSAccount.rb +2 -2
- data/examples/v1/aws-integration/CreateAWSEventBridgeSource.rb +12 -0
- data/examples/v1/aws-integration/CreateAWSTagFilter.rb +1 -1
- data/examples/v1/aws-integration/CreateNewAWSExternalID.rb +1 -1
- data/examples/v1/aws-integration/DeleteAWSAccount.rb +1 -1
- data/examples/v1/aws-integration/DeleteAWSEventBridgeSource.rb +11 -0
- data/examples/v1/aws-integration/ListAWSEventBridgeSources.rb +5 -0
- data/examples/v1/aws-integration/UpdateAWSAccount.rb +6 -6
- data/examples/v1/azure-integration/CreateAzureIntegration.rb +2 -0
- data/examples/v1/azure-integration/DeleteAzureIntegration.rb +2 -0
- data/examples/v1/azure-integration/UpdateAzureHostFilters.rb +2 -0
- data/examples/v1/azure-integration/UpdateAzureIntegration.rb +2 -0
- data/examples/v1/dashboards/CreateDashboard_1213075383.rb +7 -0
- data/examples/v1/dashboards/CreateDashboard_1284514532.rb +3 -0
- data/examples/v1/monitors/CreateMonitor_1539578087.rb +0 -1
- data/examples/v1/synthetics/PatchTest.rb +22 -0
- data/examples/v2/ci-visibility-pipelines/CreateCIAppPipelineEvent.rb +3 -0
- data/examples/v2/ci-visibility-pipelines/CreateCIAppPipelineEvent_129899466.rb +3 -0
- data/examples/v2/confluent-cloud/DeleteConfluentAccount.rb +4 -1
- data/examples/v2/confluent-cloud/DeleteConfluentResource.rb +5 -0
- data/examples/v2/container-images/ListContainerImages.rb +0 -3
- data/examples/v2/container-images/ListContainerImages_3088586393.rb +0 -3
- data/examples/v2/container-images/ListContainerImages_3974828736.rb +0 -3
- data/examples/v2/containers/ListContainers.rb +5 -0
- data/examples/v2/containers/ListContainers_2175733917.rb +8 -0
- data/examples/v2/containers/ListContainers_931009654.rb +8 -0
- data/examples/v2/dora-metrics/CreateDORADeployment.rb +23 -0
- data/examples/v2/dora-metrics/CreateDORAIncident.rb +25 -0
- data/examples/v2/downtimes/ListMonitorDowntimes.rb +1 -1
- data/examples/v2/events/ListEvents.rb +0 -3
- data/examples/v2/events/ListEvents_1527584014.rb +0 -3
- data/examples/v2/events/ListEvents_2663715109.rb +0 -3
- data/examples/v2/events/SearchEvents.rb +0 -3
- data/examples/v2/events/SearchEvents_3856995058.rb +0 -3
- data/examples/v2/key-management/CreateCurrentUserApplicationKey.rb +2 -7
- data/examples/v2/key-management/DeleteApplicationKey.rb +4 -1
- data/examples/v2/key-management/DeleteCurrentUserApplicationKey.rb +4 -1
- data/examples/v2/okta-integration/CreateOktaAccount.rb +19 -0
- data/examples/v2/okta-integration/DeleteOktaAccount.rb +5 -0
- data/examples/v2/okta-integration/GetOktaAccount.rb +8 -0
- data/examples/v2/okta-integration/ListOktaAccounts.rb +5 -0
- data/examples/v2/okta-integration/UpdateOktaAccount.rb +20 -0
- data/examples/v2/powerpack/CreatePowerpack.rb +1 -0
- data/examples/v2/powerpack/UpdatePowerpack.rb +1 -0
- data/examples/v2/security-monitoring/MuteFindings.rb +29 -0
- data/examples/v2/service-definition/CreateOrUpdateServiceDefinitions.rb +1 -1
- data/examples/v2/service-scorecards/CreateScorecardOutcomesBatch.rb +27 -0
- data/examples/v2/service-scorecards/CreateScorecardRule.rb +19 -0
- data/examples/v2/service-scorecards/DeleteScorecardRule.rb +11 -0
- data/examples/v2/service-scorecards/ListScorecardOutcomes.rb +8 -0
- data/examples/v2/service-scorecards/ListScorecardOutcomes_2663454275.rb +13 -0
- data/examples/v2/service-scorecards/ListScorecardRules.rb +8 -0
- data/examples/v2/service-scorecards/ListScorecardRules_4057666343.rb +13 -0
- data/examples/v2/synthetics/SetOnDemandConcurrencyCap.rb +3 -1
- data/examples/v2/teams/ListTeams_3429963470.rb +12 -0
- data/examples/v2/usage-metering/GetActiveBillingDimensions.rb +8 -0
- data/examples/v2/usage-metering/GetMonthlyCostAttribution.rb +8 -0
- data/examples/v2/usage-metering/GetProjectedCost.rb +8 -0
- data/examples/v2/usage-metering/GetUsageApplicationSecurityMonitoring.rb +4 -1
- data/examples/v2/usage-metering/GetUsageLambdaTracedInvocations.rb +4 -1
- data/examples/v2/usage-metering/GetUsageObservabilityPipelines.rb +4 -1
- data/examples/v2/users/GetUser.rb +5 -2
- data/lib/datadog_api_client/api_client.rb +3 -0
- data/lib/datadog_api_client/configuration.rb +11 -4
- data/lib/datadog_api_client/inflector.rb +137 -9
- data/lib/datadog_api_client/v1/api/aws_integration_api.rb +194 -0
- data/lib/datadog_api_client/v1/api/hosts_api.rb +1 -1
- data/lib/datadog_api_client/v1/api/monitors_api.rb +5 -1
- data/lib/datadog_api_client/v1/api/synthetics_api.rb +73 -1
- data/lib/datadog_api_client/v1/api/usage_metering_api.rb +3 -3
- data/lib/datadog_api_client/v1/model_base.rb +4 -0
- data/lib/datadog_api_client/v1/models/aws_account.rb +2 -1
- data/lib/datadog_api_client/v1/models/aws_event_bridge_account_configuration.rb +105 -0
- data/lib/datadog_api_client/v1/models/aws_event_bridge_create_request.rb +112 -0
- data/lib/datadog_api_client/v1/models/aws_event_bridge_create_response.rb +110 -0
- data/lib/datadog_api_client/v1/models/aws_event_bridge_create_status.rb +26 -0
- data/lib/datadog_api_client/v1/models/aws_event_bridge_delete_request.rb +100 -0
- data/lib/datadog_api_client/v1/models/aws_event_bridge_delete_response.rb +80 -0
- data/lib/datadog_api_client/v1/models/aws_event_bridge_delete_status.rb +26 -0
- data/lib/datadog_api_client/v1/models/aws_event_bridge_list_response.rb +92 -0
- data/lib/datadog_api_client/v1/models/aws_event_bridge_source.rb +90 -0
- data/lib/datadog_api_client/v1/models/azure_account.rb +24 -2
- data/lib/datadog_api_client/v1/models/hourly_usage_attribution_usage_type.rb +21 -0
- data/lib/datadog_api_client/v1/models/monitor_options.rb +1 -1
- data/lib/datadog_api_client/v1/models/monthly_usage_attribution_supported_metrics.rb +42 -0
- data/lib/datadog_api_client/v1/models/monthly_usage_attribution_values.rb +421 -1
- data/lib/datadog_api_client/v1/models/synthetics_patch_test_body.rb +82 -0
- data/lib/datadog_api_client/v1/models/synthetics_patch_test_operation.rb +100 -0
- data/lib/datadog_api_client/v1/models/synthetics_patch_test_operation_name.rb +31 -0
- data/lib/datadog_api_client/v1/models/toplist_widget_definition.rb +11 -1
- data/lib/datadog_api_client/v1/models/toplist_widget_display.rb +63 -0
- data/lib/datadog_api_client/v1/models/toplist_widget_flat.rb +98 -0
- data/lib/datadog_api_client/v1/models/toplist_widget_flat_type.rb +26 -0
- data/lib/datadog_api_client/v1/models/toplist_widget_legend.rb +28 -0
- data/lib/datadog_api_client/v1/models/toplist_widget_scaling.rb +27 -0
- data/lib/datadog_api_client/v1/models/toplist_widget_stacked.rb +119 -0
- data/lib/datadog_api_client/v1/models/toplist_widget_stacked_type.rb +26 -0
- data/lib/datadog_api_client/v1/models/toplist_widget_style.rb +90 -0
- data/lib/datadog_api_client/v1/models/usage_summary_date.rb +11 -1
- data/lib/datadog_api_client/v1/models/usage_summary_date_org.rb +31 -1
- data/lib/datadog_api_client/v1/models/usage_summary_response.rb +31 -1
- data/lib/datadog_api_client/v1/models/widget_live_span.rb +2 -0
- data/lib/datadog_api_client/v2/api/ci_visibility_pipelines_api.rb +6 -0
- data/lib/datadog_api_client/v2/api/container_images_api.rb +0 -6
- data/lib/datadog_api_client/v2/api/containers_api.rb +123 -0
- data/lib/datadog_api_client/v2/api/dora_metrics_api.rb +181 -0
- data/lib/datadog_api_client/v2/api/events_api.rb +0 -12
- data/lib/datadog_api_client/v2/api/key_management_api.rb +8 -0
- data/lib/datadog_api_client/v2/api/metrics_api.rb +6 -3
- data/lib/datadog_api_client/v2/api/okta_integration_api.rb +355 -0
- data/lib/datadog_api_client/v2/api/roles_api.rb +2 -0
- data/lib/datadog_api_client/v2/api/security_monitoring_api.rb +66 -72
- data/lib/datadog_api_client/v2/api/service_scorecards_api.rb +457 -0
- data/lib/datadog_api_client/v2/api/teams_api.rb +2 -0
- data/lib/datadog_api_client/v2/api/usage_metering_api.rb +241 -0
- data/lib/datadog_api_client/v2/model_base.rb +4 -0
- data/lib/datadog_api_client/v2/models/active_billing_dimensions_attributes.rb +92 -0
- data/lib/datadog_api_client/v2/models/active_billing_dimensions_body.rb +100 -0
- data/lib/datadog_api_client/v2/models/active_billing_dimensions_response.rb +80 -0
- data/lib/datadog_api_client/v2/models/active_billing_dimensions_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/api_keys_response.rb +14 -4
- data/lib/datadog_api_client/v2/models/api_keys_response_meta.rb +90 -0
- data/lib/datadog_api_client/v2/models/api_keys_response_meta_page.rb +80 -0
- data/lib/datadog_api_client/v2/models/application_key_response_meta.rb +90 -0
- data/lib/datadog_api_client/v2/models/application_key_response_meta_page.rb +80 -0
- data/lib/datadog_api_client/v2/models/bulk_mute_findings_request.rb +98 -0
- data/lib/datadog_api_client/v2/models/{mute_finding_request_attributes.rb → bulk_mute_findings_request_attributes.rb} +5 -5
- data/lib/datadog_api_client/v2/models/bulk_mute_findings_request_data.rb +161 -0
- data/lib/datadog_api_client/v2/models/bulk_mute_findings_request_meta.rb +82 -0
- data/lib/datadog_api_client/v2/models/bulk_mute_findings_request_meta_findings.rb +80 -0
- data/lib/datadog_api_client/v2/models/{mute_finding_request_properties.rb → bulk_mute_findings_request_properties.rb} +6 -6
- data/lib/datadog_api_client/v2/models/bulk_mute_findings_response.rb +98 -0
- data/lib/datadog_api_client/v2/models/bulk_mute_findings_response_data.rb +90 -0
- data/lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_attributes.rb +13 -1
- data/lib/datadog_api_client/v2/models/{mute_finding_response_data.rb → container.rb} +9 -9
- data/lib/datadog_api_client/v2/models/container_attributes.rb +183 -0
- data/lib/datadog_api_client/v2/models/container_group.rb +110 -0
- data/lib/datadog_api_client/v2/models/container_group_attributes.rb +90 -0
- data/lib/datadog_api_client/v2/models/container_group_relationships.rb +80 -0
- data/lib/datadog_api_client/v2/models/container_group_relationships_link.rb +92 -0
- data/lib/datadog_api_client/v2/models/container_group_relationships_links.rb +80 -0
- data/lib/datadog_api_client/v2/models/container_group_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/container_item.rb +63 -0
- data/lib/datadog_api_client/v2/models/container_meta.rb +80 -0
- data/lib/datadog_api_client/v2/models/container_meta_page.rb +160 -0
- data/lib/datadog_api_client/v2/models/container_meta_page_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/container_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/containers_response.rb +102 -0
- data/lib/datadog_api_client/v2/models/containers_response_links.rb +130 -0
- data/lib/datadog_api_client/v2/models/cost_attribution_aggregates_body.rb +100 -0
- data/lib/datadog_api_client/v2/models/cost_attribution_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/create_rule_request.rb +80 -0
- data/lib/datadog_api_client/v2/models/create_rule_request_data.rb +90 -0
- data/lib/datadog_api_client/v2/models/create_rule_response.rb +80 -0
- data/lib/datadog_api_client/v2/models/create_rule_response_data.rb +110 -0
- data/lib/datadog_api_client/v2/models/dora_deployment_request.rb +98 -0
- data/lib/datadog_api_client/v2/models/dora_deployment_request_attributes.rb +170 -0
- data/lib/datadog_api_client/v2/models/dora_deployment_request_data.rb +98 -0
- data/lib/datadog_api_client/v2/models/dora_deployment_response.rb +98 -0
- data/lib/datadog_api_client/v2/models/dora_deployment_response_data.rb +108 -0
- data/lib/datadog_api_client/v2/models/dora_deployment_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/dora_git_info.rb +125 -0
- data/lib/datadog_api_client/v2/models/{mute_finding_response.rb → dora_incident_request.rb} +6 -6
- data/lib/datadog_api_client/v2/models/dora_incident_request_attributes.rb +179 -0
- data/lib/datadog_api_client/v2/models/dora_incident_request_data.rb +98 -0
- data/lib/datadog_api_client/v2/models/dora_incident_response.rb +98 -0
- data/lib/datadog_api_client/v2/models/dora_incident_response_data.rb +108 -0
- data/lib/datadog_api_client/v2/models/dora_incident_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/full_api_key_attributes.rb +24 -4
- data/lib/datadog_api_client/v2/models/incident_attachment_link_attributes.rb +14 -4
- data/lib/datadog_api_client/v2/models/incident_create_relationships.rb +9 -19
- data/lib/datadog_api_client/v2/models/incident_impacts_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/incident_integration_metadata_attributes.rb +21 -1
- data/lib/datadog_api_client/v2/models/incident_integration_metadata_response_data.rb +11 -1
- data/lib/datadog_api_client/v2/models/incident_integration_relationships.rb +90 -0
- data/lib/datadog_api_client/v2/models/incident_non_datadog_creator.rb +90 -0
- data/lib/datadog_api_client/v2/models/incident_responders_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/incident_response_attributes.rb +69 -4
- data/lib/datadog_api_client/v2/models/incident_response_relationships.rb +42 -4
- data/lib/datadog_api_client/v2/models/incident_severity.rb +31 -0
- data/lib/datadog_api_client/v2/models/incident_todo_attributes.rb +24 -4
- data/lib/datadog_api_client/v2/models/incident_todo_relationships.rb +90 -0
- data/lib/datadog_api_client/v2/models/incident_todo_response_data.rb +11 -1
- data/lib/datadog_api_client/v2/models/incident_update_relationships.rb +8 -0
- data/lib/datadog_api_client/v2/models/incident_user_defined_field_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/list_application_keys_response.rb +14 -4
- data/lib/datadog_api_client/v2/models/list_rules_response.rb +92 -0
- data/lib/datadog_api_client/v2/models/list_rules_response_data_item.rb +110 -0
- data/lib/datadog_api_client/v2/models/list_rules_response_links.rb +80 -0
- data/lib/datadog_api_client/v2/models/metric_bulk_tag_config_create_attributes.rb +13 -1
- data/lib/datadog_api_client/v2/models/metric_bulk_tag_config_status_attributes.rb +12 -1
- data/lib/datadog_api_client/v2/models/metric_tag_configuration_attributes.rb +13 -1
- data/lib/datadog_api_client/v2/models/metric_tag_configuration_create_attributes.rb +13 -1
- data/lib/datadog_api_client/v2/models/metric_tag_configuration_update_attributes.rb +13 -1
- data/lib/datadog_api_client/v2/models/monthly_cost_attribution_attributes.rb +151 -0
- data/lib/datadog_api_client/v2/models/monthly_cost_attribution_body.rb +100 -0
- data/lib/datadog_api_client/v2/models/monthly_cost_attribution_meta.rb +92 -0
- data/lib/datadog_api_client/v2/models/monthly_cost_attribution_pagination.rb +88 -0
- data/lib/datadog_api_client/v2/models/monthly_cost_attribution_response.rb +92 -0
- data/lib/datadog_api_client/v2/models/okta_account.rb +129 -0
- data/lib/datadog_api_client/v2/models/okta_account_attributes.rb +170 -0
- data/lib/datadog_api_client/v2/models/{mute_finding_request.rb → okta_account_request.rb} +6 -6
- data/lib/datadog_api_client/v2/models/okta_account_response.rb +80 -0
- data/lib/datadog_api_client/v2/models/{mute_finding_request_data.rb → okta_account_response_data.rb} +9 -9
- data/lib/datadog_api_client/v2/models/okta_account_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/okta_account_update_request.rb +98 -0
- data/lib/datadog_api_client/v2/models/okta_account_update_request_attributes.rb +149 -0
- data/lib/datadog_api_client/v2/models/okta_account_update_request_data.rb +90 -0
- data/lib/datadog_api_client/v2/models/okta_accounts_response.rb +82 -0
- data/lib/datadog_api_client/v2/models/outcome_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/outcomes_batch_attributes.rb +82 -0
- data/lib/datadog_api_client/v2/models/outcomes_batch_request.rb +80 -0
- data/lib/datadog_api_client/v2/models/outcomes_batch_request_data.rb +90 -0
- data/lib/datadog_api_client/v2/models/outcomes_batch_request_item.rb +150 -0
- data/lib/datadog_api_client/v2/models/outcomes_batch_response.rb +121 -0
- data/lib/datadog_api_client/v2/models/outcomes_batch_response_attributes.rb +120 -0
- data/lib/datadog_api_client/v2/models/outcomes_batch_response_meta.rb +90 -0
- data/lib/datadog_api_client/v2/models/outcomes_batch_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/outcomes_response.rb +104 -0
- data/lib/datadog_api_client/v2/models/outcomes_response_data_item.rb +110 -0
- data/lib/datadog_api_client/v2/models/outcomes_response_included_item.rb +100 -0
- data/lib/datadog_api_client/v2/models/outcomes_response_included_rule_attributes.rb +90 -0
- data/lib/datadog_api_client/v2/models/outcomes_response_links.rb +80 -0
- data/lib/datadog_api_client/v2/models/partial_api_key_attributes.rb +24 -4
- data/lib/datadog_api_client/v2/models/powerpack_group_widget.rb +14 -4
- data/lib/datadog_api_client/v2/models/powerpack_relationships.rb +2 -2
- data/lib/datadog_api_client/v2/models/powerpacks_response_meta_pagination.rb +8 -0
- data/lib/datadog_api_client/v2/models/projected_cost.rb +100 -0
- data/lib/datadog_api_client/v2/models/projected_cost_attributes.rb +132 -0
- data/lib/datadog_api_client/v2/models/projected_cost_response.rb +82 -0
- data/lib/datadog_api_client/v2/models/projected_cost_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/relationship_to_incident_impact_data.rb +119 -0
- data/lib/datadog_api_client/v2/models/relationship_to_incident_impacts.rb +100 -0
- data/lib/datadog_api_client/v2/models/relationship_to_incident_responder_data.rb +119 -0
- data/lib/datadog_api_client/v2/models/relationship_to_incident_responders.rb +100 -0
- data/lib/datadog_api_client/v2/models/relationship_to_incident_user_defined_field_data.rb +119 -0
- data/lib/datadog_api_client/v2/models/relationship_to_incident_user_defined_fields.rb +100 -0
- data/lib/datadog_api_client/v2/models/relationship_to_outcome.rb +80 -0
- data/lib/datadog_api_client/v2/models/relationship_to_outcome_data.rb +90 -0
- data/lib/datadog_api_client/v2/models/relationship_to_rule.rb +80 -0
- data/lib/datadog_api_client/v2/models/relationship_to_rule_data.rb +80 -0
- data/lib/datadog_api_client/v2/models/relationship_to_rule_data_object.rb +90 -0
- data/lib/datadog_api_client/v2/models/rule_attributes.rb +160 -0
- data/lib/datadog_api_client/v2/models/rule_outcome_relationships.rb +80 -0
- data/lib/datadog_api_client/v2/models/rule_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/scorecard_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_type_create.rb +1 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_attributes.rb +7 -7
- data/lib/datadog_api_client/v2/models/security_monitoring_standard_rule_query.rb +11 -1
- data/lib/datadog_api_client/v2/models/sensitive_data_scanner_standard_pattern_attributes.rb +13 -1
- data/lib/datadog_api_client/v2/models/service_definition_v2_dot2.rb +8 -8
- data/lib/datadog_api_client/v2/models/sort_direction.rb +27 -0
- data/lib/datadog_api_client/v2/models/state.rb +28 -0
- data/lib/datadog_api_client/v2/models/teams_field.rb +40 -0
- data/lib/datadog_api_client/v2/models/user_team_permission_attributes.rb +1 -1
- data/lib/datadog_api_client/v2/models/widget_live_span.rb +40 -0
- data/lib/datadog_api_client/version.rb +1 -1
- data/lib/datadog_api_client.rb +16 -1
- metadata +186 -25
- data/examples/v2/confluent-cloud/DeleteConfluentAccount_2919241291.rb +0 -8
- data/examples/v2/downtimes/ListMonitorDowntimes_128979780.rb +0 -5
- data/examples/v2/key-management/CreateCurrentUserApplicationKey_1999509896.rb +0 -14
- data/examples/v2/key-management/DeleteApplicationKey_771691550.rb +0 -8
- data/examples/v2/key-management/DeleteCurrentUserApplicationKey_1266687064.rb +0 -8
- data/examples/v2/key-management/GetCurrentUserApplicationKey_1060640890.rb +0 -8
- data/examples/v2/key-management/ListApplicationKeys_2237010090.rb +0 -5
- data/examples/v2/key-management/ListCurrentUserApplicationKeys_1503860964.rb +0 -5
- data/examples/v2/security-monitoring/UpdateFinding.rb +0 -23
- data/examples/v2/synthetics/GetOnDemandConcurrencyCap_2633566918.rb +0 -5
- data/examples/v2/synthetics/SetOnDemandConcurrencyCap_2850884405.rb +0 -9
- data/examples/v2/usage-metering/GetUsageApplicationSecurityMonitoring_3959166796.rb +0 -8
- data/examples/v2/usage-metering/GetUsageLambdaTracedInvocations_1436752065.rb +0 -8
- data/examples/v2/usage-metering/GetUsageObservabilityPipelines_970725512.rb +0 -8
- data/examples/v2/users/GetUser_3047557953.rb +0 -8
- data/lib/datadog_api_client/v2/models/mute_finding_response_attributes.rb +0 -191
- data/lib/datadog_api_client/v2/models/mute_finding_response_properties.rb +0 -114
|
@@ -56,7 +56,7 @@ components:
|
|
|
56
56
|
type: string
|
|
57
57
|
account_id:
|
|
58
58
|
description: Your AWS Account ID without dashes.
|
|
59
|
-
example: '
|
|
59
|
+
example: '123456789012'
|
|
60
60
|
type: string
|
|
61
61
|
account_specific_namespace_rules:
|
|
62
62
|
additionalProperties:
|
|
@@ -80,7 +80,9 @@ components:
|
|
|
80
80
|
example: true
|
|
81
81
|
type: boolean
|
|
82
82
|
excluded_regions:
|
|
83
|
-
description: An array of AWS regions
|
|
83
|
+
description: 'An array of [AWS regions](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints)
|
|
84
|
+
|
|
85
|
+
to exclude from metrics collection.'
|
|
84
86
|
example:
|
|
85
87
|
- us-east-1
|
|
86
88
|
- us-west-2
|
|
@@ -116,7 +118,7 @@ components:
|
|
|
116
118
|
example:
|
|
117
119
|
- $KEY:$VALUE
|
|
118
120
|
items:
|
|
119
|
-
description: The list of the
|
|
121
|
+
description: The list of the host_tags.
|
|
120
122
|
type: string
|
|
121
123
|
type: array
|
|
122
124
|
metrics_collection_enabled:
|
|
@@ -171,7 +173,7 @@ components:
|
|
|
171
173
|
type: string
|
|
172
174
|
account_id:
|
|
173
175
|
description: Your AWS Account ID without dashes.
|
|
174
|
-
example: '
|
|
176
|
+
example: '123456789012'
|
|
175
177
|
type: string
|
|
176
178
|
role_name:
|
|
177
179
|
description: Your Datadog role delegation name.
|
|
@@ -187,6 +189,136 @@ components:
|
|
|
187
189
|
$ref: '#/components/schemas/AWSAccount'
|
|
188
190
|
type: array
|
|
189
191
|
type: object
|
|
192
|
+
AWSEventBridgeAccountConfiguration:
|
|
193
|
+
description: The EventBridge configuration for one AWS account.
|
|
194
|
+
properties:
|
|
195
|
+
accountId:
|
|
196
|
+
description: Your AWS Account ID without dashes.
|
|
197
|
+
example: '123456789012'
|
|
198
|
+
type: string
|
|
199
|
+
eventHubs:
|
|
200
|
+
description: Array of AWS event sources associated with this account.
|
|
201
|
+
items:
|
|
202
|
+
$ref: '#/components/schemas/AWSEventBridgeSource'
|
|
203
|
+
type: array
|
|
204
|
+
tags:
|
|
205
|
+
description: 'Array of tags (in the form `key:value`) which are added to
|
|
206
|
+
all hosts
|
|
207
|
+
|
|
208
|
+
and metrics reporting through the main AWS integration.'
|
|
209
|
+
example:
|
|
210
|
+
- $KEY:$VALUE
|
|
211
|
+
items:
|
|
212
|
+
description: The list of the host_tags.
|
|
213
|
+
type: string
|
|
214
|
+
type: array
|
|
215
|
+
type: object
|
|
216
|
+
AWSEventBridgeCreateRequest:
|
|
217
|
+
description: An object used to create an EventBridge source.
|
|
218
|
+
properties:
|
|
219
|
+
account_id:
|
|
220
|
+
description: Your AWS Account ID without dashes.
|
|
221
|
+
example: '123456789012'
|
|
222
|
+
type: string
|
|
223
|
+
create_event_bus:
|
|
224
|
+
description: 'True if Datadog should create the event bus in addition to
|
|
225
|
+
the event
|
|
226
|
+
|
|
227
|
+
source. Requires the `events:CreateEventBus` permission.'
|
|
228
|
+
example: true
|
|
229
|
+
type: boolean
|
|
230
|
+
event_generator_name:
|
|
231
|
+
description: 'The given part of the event source name, which is then combined
|
|
232
|
+
with an
|
|
233
|
+
|
|
234
|
+
assigned suffix to form the full name.'
|
|
235
|
+
example: app-alerts
|
|
236
|
+
type: string
|
|
237
|
+
region:
|
|
238
|
+
description: The event source's [AWS region](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints).
|
|
239
|
+
example: us-east-1
|
|
240
|
+
type: string
|
|
241
|
+
type: object
|
|
242
|
+
AWSEventBridgeCreateResponse:
|
|
243
|
+
description: A created EventBridge source.
|
|
244
|
+
properties:
|
|
245
|
+
event_source_name:
|
|
246
|
+
description: The event source name.
|
|
247
|
+
example: app-alerts-zyxw3210
|
|
248
|
+
type: string
|
|
249
|
+
has_bus:
|
|
250
|
+
description: True if the event bus was created in addition to the source.
|
|
251
|
+
example: true
|
|
252
|
+
type: boolean
|
|
253
|
+
region:
|
|
254
|
+
description: The event source's [AWS region](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints).
|
|
255
|
+
example: us-east-1
|
|
256
|
+
type: string
|
|
257
|
+
status:
|
|
258
|
+
$ref: '#/components/schemas/AWSEventBridgeCreateStatus'
|
|
259
|
+
type: object
|
|
260
|
+
AWSEventBridgeCreateStatus:
|
|
261
|
+
description: The event source status "created".
|
|
262
|
+
enum:
|
|
263
|
+
- created
|
|
264
|
+
example: created
|
|
265
|
+
type: string
|
|
266
|
+
x-enum-varnames:
|
|
267
|
+
- CREATED
|
|
268
|
+
AWSEventBridgeDeleteRequest:
|
|
269
|
+
description: An object used to delete an EventBridge source.
|
|
270
|
+
properties:
|
|
271
|
+
account_id:
|
|
272
|
+
description: Your AWS Account ID without dashes.
|
|
273
|
+
example: '123456789012'
|
|
274
|
+
type: string
|
|
275
|
+
event_generator_name:
|
|
276
|
+
description: The event source name.
|
|
277
|
+
example: app-alerts-zyxw3210
|
|
278
|
+
type: string
|
|
279
|
+
region:
|
|
280
|
+
description: The event source's [AWS region](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints).
|
|
281
|
+
example: us-east-1
|
|
282
|
+
type: string
|
|
283
|
+
type: object
|
|
284
|
+
AWSEventBridgeDeleteResponse:
|
|
285
|
+
description: An indicator of the successful deletion of an EventBridge source.
|
|
286
|
+
properties:
|
|
287
|
+
status:
|
|
288
|
+
$ref: '#/components/schemas/AWSEventBridgeDeleteStatus'
|
|
289
|
+
type: object
|
|
290
|
+
AWSEventBridgeDeleteStatus:
|
|
291
|
+
description: The event source status "empty".
|
|
292
|
+
enum:
|
|
293
|
+
- empty
|
|
294
|
+
example: empty
|
|
295
|
+
type: string
|
|
296
|
+
x-enum-varnames:
|
|
297
|
+
- EMPTY
|
|
298
|
+
AWSEventBridgeListResponse:
|
|
299
|
+
description: An object describing the EventBridge configuration for multiple
|
|
300
|
+
accounts.
|
|
301
|
+
properties:
|
|
302
|
+
accounts:
|
|
303
|
+
description: List of accounts with their event sources.
|
|
304
|
+
items:
|
|
305
|
+
$ref: '#/components/schemas/AWSEventBridgeAccountConfiguration'
|
|
306
|
+
type: array
|
|
307
|
+
isInstalled:
|
|
308
|
+
description: True if the EventBridge sub-integration is enabled for your
|
|
309
|
+
organization.
|
|
310
|
+
type: boolean
|
|
311
|
+
type: object
|
|
312
|
+
AWSEventBridgeSource:
|
|
313
|
+
description: An EventBridge source.
|
|
314
|
+
properties:
|
|
315
|
+
name:
|
|
316
|
+
description: The event source name.
|
|
317
|
+
type: string
|
|
318
|
+
region:
|
|
319
|
+
description: The event source's [AWS region](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints).
|
|
320
|
+
type: string
|
|
321
|
+
type: object
|
|
190
322
|
AWSLogsAsyncError:
|
|
191
323
|
description: Description of errors.
|
|
192
324
|
properties:
|
|
@@ -323,7 +455,7 @@ components:
|
|
|
323
455
|
properties:
|
|
324
456
|
account_id:
|
|
325
457
|
description: Your AWS Account ID without dashes.
|
|
326
|
-
example: '
|
|
458
|
+
example: '123456789012'
|
|
327
459
|
type: string
|
|
328
460
|
namespace:
|
|
329
461
|
$ref: '#/components/schemas/AWSNamespace'
|
|
@@ -667,9 +799,18 @@ components:
|
|
|
667
799
|
description: Your Azure web application secret key.
|
|
668
800
|
example: testingx./Sw*g/Y33t..R1cH+hScMDt
|
|
669
801
|
type: string
|
|
802
|
+
container_app_filters:
|
|
803
|
+
description: 'Limit the Azure container apps that are pulled into Datadog
|
|
804
|
+
using tags.
|
|
805
|
+
|
|
806
|
+
Only container apps that match one of the defined tags are imported into
|
|
807
|
+
Datadog.'
|
|
808
|
+
example: key:value,filter:example
|
|
809
|
+
type: string
|
|
670
810
|
cspm_enabled:
|
|
671
|
-
description:
|
|
672
|
-
|
|
811
|
+
description: "When enabled, Datadog\u2019s Cloud Security Management product
|
|
812
|
+
scans resource configurations monitored by this app registration.\nNote:
|
|
813
|
+
This requires resource_collection_enabled to be set to true."
|
|
673
814
|
example: true
|
|
674
815
|
type: boolean
|
|
675
816
|
custom_metrics_enabled:
|
|
@@ -700,6 +841,12 @@ components:
|
|
|
700
841
|
description: Your New Azure Active Directory ID.
|
|
701
842
|
example: new1c44-1234-5678-9101-cc00736ftest
|
|
702
843
|
type: string
|
|
844
|
+
resource_collection_enabled:
|
|
845
|
+
description: When enabled, Datadog collects metadata and configuration info
|
|
846
|
+
from cloud resources (compute instances, databases, load balancers, etc.)
|
|
847
|
+
monitored by this app registration.
|
|
848
|
+
example: true
|
|
849
|
+
type: boolean
|
|
703
850
|
tenant_name:
|
|
704
851
|
description: Your Azure Active Directory ID.
|
|
705
852
|
example: testc44-1234-5678-9101-cc00736ftest
|
|
@@ -3901,11 +4048,15 @@ components:
|
|
|
3901
4048
|
- appsec_fargate_usage
|
|
3902
4049
|
- appsec_usage
|
|
3903
4050
|
- browser_usage
|
|
4051
|
+
- ci_pipeline_indexed_spans_usage
|
|
4052
|
+
- ci_test_indexed_spans_usage
|
|
3904
4053
|
- ci_visibility_itr_usage
|
|
4054
|
+
- cloud_siem_usage
|
|
3905
4055
|
- container_excl_agent_usage
|
|
3906
4056
|
- container_usage
|
|
3907
4057
|
- cspm_containers_usage
|
|
3908
4058
|
- cspm_hosts_usage
|
|
4059
|
+
- custom_event_usage
|
|
3909
4060
|
- custom_ingested_timeseries_usage
|
|
3910
4061
|
- custom_timeseries_usage
|
|
3911
4062
|
- cws_containers_usage
|
|
@@ -3919,8 +4070,22 @@ components:
|
|
|
3919
4070
|
- estimated_rum_sessions_usage
|
|
3920
4071
|
- fargate_usage
|
|
3921
4072
|
- functions_usage
|
|
4073
|
+
- indexed_spans_usage
|
|
3922
4074
|
- infra_host_usage
|
|
4075
|
+
- ingested_logs_bytes_usage
|
|
4076
|
+
- ingested_spans_bytes_usage
|
|
3923
4077
|
- invocations_usage
|
|
4078
|
+
- lambda_traced_invocations_usage
|
|
4079
|
+
- logs_indexed_15day_usage
|
|
4080
|
+
- logs_indexed_180day_usage
|
|
4081
|
+
- logs_indexed_30day_usage
|
|
4082
|
+
- logs_indexed_360day_usage
|
|
4083
|
+
- logs_indexed_3day_usage
|
|
4084
|
+
- logs_indexed_45day_usage
|
|
4085
|
+
- logs_indexed_60day_usage
|
|
4086
|
+
- logs_indexed_7day_usage
|
|
4087
|
+
- logs_indexed_90day_usage
|
|
4088
|
+
- logs_indexed_custom_retention_usage
|
|
3924
4089
|
- mobile_app_testing_usage
|
|
3925
4090
|
- ndm_netflow_usage
|
|
3926
4091
|
- npm_host_usage
|
|
@@ -3928,8 +4093,11 @@ components:
|
|
|
3928
4093
|
- profiled_container_usage
|
|
3929
4094
|
- profiled_fargate_usage
|
|
3930
4095
|
- profiled_host_usage
|
|
4096
|
+
- rum_browser_mobile_sessions_usage
|
|
4097
|
+
- rum_replay_sessions_usage
|
|
3931
4098
|
- sds_scanned_bytes_usage
|
|
3932
4099
|
- serverless_apps_usage
|
|
4100
|
+
- siem_ingested_bytes_usage
|
|
3933
4101
|
- snmp_usage
|
|
3934
4102
|
- universal_service_monitoring_usage
|
|
3935
4103
|
- vuln_management_hosts_usage
|
|
@@ -3942,11 +4110,15 @@ components:
|
|
|
3942
4110
|
- APPSEC_FARGATE_USAGE
|
|
3943
4111
|
- APPSEC_USAGE
|
|
3944
4112
|
- BROWSER_USAGE
|
|
4113
|
+
- CI_PIPELINE_INDEXED_SPANS_USAGE
|
|
4114
|
+
- CI_TEST_INDEXED_SPANS_USAGE
|
|
3945
4115
|
- CI_VISIBILITY_ITR_USAGE
|
|
4116
|
+
- CLOUD_SIEM_USAGE
|
|
3946
4117
|
- CONTAINER_EXCL_AGENT_USAGE
|
|
3947
4118
|
- CONTAINER_USAGE
|
|
3948
4119
|
- CSPM_CONTAINERS_USAGE
|
|
3949
4120
|
- CSPM_HOSTS_USAGE
|
|
4121
|
+
- CUSTOM_EVENT_USAGE
|
|
3950
4122
|
- CUSTOM_INGESTED_TIMESERIES_USAGE
|
|
3951
4123
|
- CUSTOM_TIMESERIES_USAGE
|
|
3952
4124
|
- CWS_CONTAINERS_USAGE
|
|
@@ -3960,8 +4132,22 @@ components:
|
|
|
3960
4132
|
- ESTIMATED_RUM_SESSIONS_USAGE
|
|
3961
4133
|
- FARGATE_USAGE
|
|
3962
4134
|
- FUNCTIONS_USAGE
|
|
4135
|
+
- INDEXED_SPANS_USAGE
|
|
3963
4136
|
- INFRA_HOST_USAGE
|
|
4137
|
+
- INGESTED_LOGS_BYTES_USAGE
|
|
4138
|
+
- INGESTED_SPANS_BYTES_USAGE
|
|
3964
4139
|
- INVOCATIONS_USAGE
|
|
4140
|
+
- LAMBDA_TRACED_INVOCATIONS_USAGE
|
|
4141
|
+
- LOGS_INDEXED_15DAY_USAGE
|
|
4142
|
+
- LOGS_INDEXED_180DAY_USAGE
|
|
4143
|
+
- LOGS_INDEXED_30DAY_USAGE
|
|
4144
|
+
- LOGS_INDEXED_360DAY_USAGE
|
|
4145
|
+
- LOGS_INDEXED_3DAY_USAGE
|
|
4146
|
+
- LOGS_INDEXED_45DAY_USAGE
|
|
4147
|
+
- LOGS_INDEXED_60DAY_USAGE
|
|
4148
|
+
- LOGS_INDEXED_7DAY_USAGE
|
|
4149
|
+
- LOGS_INDEXED_90DAY_USAGE
|
|
4150
|
+
- LOGS_INDEXED_CUSTOM_RETENTION_USAGE
|
|
3965
4151
|
- MOBILE_APP_TESTING_USAGE
|
|
3966
4152
|
- NDM_NETFLOW_USAGE
|
|
3967
4153
|
- NPM_HOST_USAGE
|
|
@@ -3969,8 +4155,11 @@ components:
|
|
|
3969
4155
|
- PROFILED_CONTAINER_USAGE
|
|
3970
4156
|
- PROFILED_FARGATE_USAGE
|
|
3971
4157
|
- PROFILED_HOST_USAGE
|
|
4158
|
+
- RUM_BROWSER_MOBILE_SESSIONS_USAGE
|
|
4159
|
+
- RUM_REPLAY_SESSIONS_USAGE
|
|
3972
4160
|
- SDS_SCANNED_BYTES_USAGE
|
|
3973
4161
|
- SERVERLESS_APPS_USAGE
|
|
4162
|
+
- SIEM_INGESTED_BYTES_USAGE
|
|
3974
4163
|
- SNMP_USAGE
|
|
3975
4164
|
- UNIVERSAL_SERVICE_MONITORING_USAGE
|
|
3976
4165
|
- VULN_MANAGEMENT_HOSTS_USAGE
|
|
@@ -6769,9 +6958,8 @@ components:
|
|
|
6769
6958
|
type: string
|
|
6770
6959
|
type: array
|
|
6771
6960
|
notify_no_data:
|
|
6772
|
-
default: false
|
|
6773
6961
|
description: A Boolean indicating whether this monitor notifies when data
|
|
6774
|
-
stops reporting.
|
|
6962
|
+
stops reporting. Defaults to `false`.
|
|
6775
6963
|
type: boolean
|
|
6776
6964
|
on_missing_data:
|
|
6777
6965
|
$ref: '#/components/schemas/OnMissingDataOption'
|
|
@@ -7505,6 +7693,8 @@ components:
|
|
|
7505
7693
|
- browser_percentage
|
|
7506
7694
|
- ci_visibility_itr_usage
|
|
7507
7695
|
- ci_visibility_itr_percentage
|
|
7696
|
+
- cloud_siem_usage
|
|
7697
|
+
- cloud_siem_percentage
|
|
7508
7698
|
- container_excl_agent_usage
|
|
7509
7699
|
- container_excl_agent_percentage
|
|
7510
7700
|
- container_usage
|
|
@@ -7541,6 +7731,8 @@ components:
|
|
|
7541
7731
|
- infra_host_percentage
|
|
7542
7732
|
- invocations_usage
|
|
7543
7733
|
- invocations_percentage
|
|
7734
|
+
- lambda_traced_invocations_usage
|
|
7735
|
+
- lambda_traced_invocations_percentage
|
|
7544
7736
|
- mobile_app_testing_percentage
|
|
7545
7737
|
- mobile_app_testing_usage
|
|
7546
7738
|
- ndm_netflow_usage
|
|
@@ -7567,6 +7759,44 @@ components:
|
|
|
7567
7759
|
- vuln_management_hosts_percentage
|
|
7568
7760
|
- sds_scanned_bytes_usage
|
|
7569
7761
|
- sds_scanned_bytes_percentage
|
|
7762
|
+
- ci_test_indexed_spans_usage
|
|
7763
|
+
- ci_test_indexed_spans_percentage
|
|
7764
|
+
- ingested_logs_bytes_usage
|
|
7765
|
+
- ingested_logs_bytes_percentage
|
|
7766
|
+
- ci_pipeline_indexed_spans_usage
|
|
7767
|
+
- ci_pipeline_indexed_spans_percentage
|
|
7768
|
+
- indexed_spans_usage
|
|
7769
|
+
- indexed_spans_percentage
|
|
7770
|
+
- custom_event_usage
|
|
7771
|
+
- custom_event_percentage
|
|
7772
|
+
- logs_indexed_custom_retention_usage
|
|
7773
|
+
- logs_indexed_custom_retention_percentage
|
|
7774
|
+
- logs_indexed_360day_usage
|
|
7775
|
+
- logs_indexed_360day_percentage
|
|
7776
|
+
- logs_indexed_180day_usage
|
|
7777
|
+
- logs_indexed_180day_percentage
|
|
7778
|
+
- logs_indexed_90day_usage
|
|
7779
|
+
- logs_indexed_90day_percentage
|
|
7780
|
+
- logs_indexed_60day_usage
|
|
7781
|
+
- logs_indexed_60day_percentage
|
|
7782
|
+
- logs_indexed_45day_usage
|
|
7783
|
+
- logs_indexed_45day_percentage
|
|
7784
|
+
- logs_indexed_30day_usage
|
|
7785
|
+
- logs_indexed_30day_percentage
|
|
7786
|
+
- logs_indexed_15day_usage
|
|
7787
|
+
- logs_indexed_15day_percentage
|
|
7788
|
+
- logs_indexed_7day_usage
|
|
7789
|
+
- logs_indexed_7day_percentage
|
|
7790
|
+
- logs_indexed_3day_usage
|
|
7791
|
+
- logs_indexed_3day_percentage
|
|
7792
|
+
- rum_replay_sessions_usage
|
|
7793
|
+
- rum_replay_sessions_percentage
|
|
7794
|
+
- rum_browser_mobile_sessions_usage
|
|
7795
|
+
- rum_browser_mobile_sessions_percentage
|
|
7796
|
+
- ingested_spans_bytes_usage
|
|
7797
|
+
- ingested_spans_bytes_percentage
|
|
7798
|
+
- siem_ingested_bytes_usage
|
|
7799
|
+
- siem_ingested_bytes_percentage
|
|
7570
7800
|
- '*'
|
|
7571
7801
|
type: string
|
|
7572
7802
|
x-enum-varnames:
|
|
@@ -7586,6 +7816,8 @@ components:
|
|
|
7586
7816
|
- BROWSER_PERCENTAGE
|
|
7587
7817
|
- CI_VISIBILITY_ITR_USAGE
|
|
7588
7818
|
- CI_VISIBILITY_ITR_PERCENTAGE
|
|
7819
|
+
- CLOUD_SIEM_USAGE
|
|
7820
|
+
- CLOUD_SIEM_PERCENTAGE
|
|
7589
7821
|
- CONTAINER_EXCL_AGENT_USAGE
|
|
7590
7822
|
- CONTAINER_EXCL_AGENT_PERCENTAGE
|
|
7591
7823
|
- CONTAINER_USAGE
|
|
@@ -7622,6 +7854,8 @@ components:
|
|
|
7622
7854
|
- INFRA_HOST_PERCENTAGE
|
|
7623
7855
|
- INVOCATIONS_USAGE
|
|
7624
7856
|
- INVOCATIONS_PERCENTAGE
|
|
7857
|
+
- LAMBDA_TRACED_INVOCATIONS_USAGE
|
|
7858
|
+
- LAMBDA_TRACED_INVOCATIONS_PERCENTAGE
|
|
7625
7859
|
- MOBILE_APP_TESTING_USAGE
|
|
7626
7860
|
- MOBILE_APP_TESTING_PERCENTAGE
|
|
7627
7861
|
- NDM_NETFLOW_USAGE
|
|
@@ -7648,6 +7882,44 @@ components:
|
|
|
7648
7882
|
- VULN_MANAGEMENT_HOSTS_PERCENTAGE
|
|
7649
7883
|
- SDS_SCANNED_BYTES_USAGE
|
|
7650
7884
|
- SDS_SCANNED_BYTES_PERCENTAGE
|
|
7885
|
+
- CI_TEST_INDEXED_SPANS_USAGE
|
|
7886
|
+
- CI_TEST_INDEXED_SPANS_PERCENTAGE
|
|
7887
|
+
- INGESTED_LOGS_BYTES_USAGE
|
|
7888
|
+
- INGESTED_LOGS_BYTES_PERCENTAGE
|
|
7889
|
+
- CI_PIPELINE_INDEXED_SPANS_USAGE
|
|
7890
|
+
- CI_PIPELINE_INDEXED_SPANS_PERCENTAGE
|
|
7891
|
+
- INDEXED_SPANS_USAGE
|
|
7892
|
+
- INDEXED_SPANS_PERCENTAGE
|
|
7893
|
+
- CUSTOM_EVENT_USAGE
|
|
7894
|
+
- CUSTOM_EVENT_PERCENTAGE
|
|
7895
|
+
- LOGS_INDEXED_CUSTOM_RETENTION_USAGE
|
|
7896
|
+
- LOGS_INDEXED_CUSTOM_RETENTION_PERCENTAGE
|
|
7897
|
+
- LOGS_INDEXED_360DAY_USAGE
|
|
7898
|
+
- LOGS_INDEXED_360DAY_PERCENTAGE
|
|
7899
|
+
- LOGS_INDEXED_180DAY_USAGE
|
|
7900
|
+
- LOGS_INDEXED_180DAY_PERCENTAGE
|
|
7901
|
+
- LOGS_INDEXED_90DAY_USAGE
|
|
7902
|
+
- LOGS_INDEXED_90DAY_PERCENTAGE
|
|
7903
|
+
- LOGS_INDEXED_60DAY_USAGE
|
|
7904
|
+
- LOGS_INDEXED_60DAY_PERCENTAGE
|
|
7905
|
+
- LOGS_INDEXED_45DAY_USAGE
|
|
7906
|
+
- LOGS_INDEXED_45DAY_PERCENTAGE
|
|
7907
|
+
- LOGS_INDEXED_30DAY_USAGE
|
|
7908
|
+
- LOGS_INDEXED_30DAY_PERCENTAGE
|
|
7909
|
+
- LOGS_INDEXED_15DAY_USAGE
|
|
7910
|
+
- LOGS_INDEXED_15DAY_PERCENTAGE
|
|
7911
|
+
- LOGS_INDEXED_7DAY_USAGE
|
|
7912
|
+
- LOGS_INDEXED_7DAY_PERCENTAGE
|
|
7913
|
+
- LOGS_INDEXED_3DAY_USAGE
|
|
7914
|
+
- LOGS_INDEXED_3DAY_PERCENTAGE
|
|
7915
|
+
- RUM_REPLAY_SESSIONS_USAGE
|
|
7916
|
+
- RUM_REPLAY_SESSIONS_PERCENTAGE
|
|
7917
|
+
- RUM_BROWSER_MOBILE_SESSIONS_USAGE
|
|
7918
|
+
- RUM_BROWSER_MOBILE_SESSIONS_PERCENTAGE
|
|
7919
|
+
- INGESTED_SPANS_BYTES_USAGE
|
|
7920
|
+
- INGESTED_SPANS_BYTES_PERCENTAGE
|
|
7921
|
+
- SIEM_INGESTED_BYTES_USAGE
|
|
7922
|
+
- SIEM_INGESTED_BYTES_PERCENTAGE
|
|
7651
7923
|
- ALL
|
|
7652
7924
|
MonthlyUsageAttributionValues:
|
|
7653
7925
|
description: Fields in Usage Summary by tag(s).
|
|
@@ -7712,6 +7984,22 @@ components:
|
|
|
7712
7984
|
description: The synthetic browser test usage by tag(s).
|
|
7713
7985
|
format: double
|
|
7714
7986
|
type: number
|
|
7987
|
+
ci_pipeline_indexed_spans_percentage:
|
|
7988
|
+
description: The percentage of CI Pipeline Indexed Spans usage by tag(s).
|
|
7989
|
+
format: double
|
|
7990
|
+
type: number
|
|
7991
|
+
ci_pipeline_indexed_spans_usage:
|
|
7992
|
+
description: The total CI Pipeline Indexed Spans usage by tag(s).
|
|
7993
|
+
format: double
|
|
7994
|
+
type: number
|
|
7995
|
+
ci_test_indexed_spans_percentage:
|
|
7996
|
+
description: The percentage of CI Test Indexed Spans usage by tag(s).
|
|
7997
|
+
format: double
|
|
7998
|
+
type: number
|
|
7999
|
+
ci_test_indexed_spans_usage:
|
|
8000
|
+
description: The total CI Test Indexed Spans usage by tag(s).
|
|
8001
|
+
format: double
|
|
8002
|
+
type: number
|
|
7715
8003
|
ci_visibility_itr_percentage:
|
|
7716
8004
|
description: The percentage of Git committers for Intelligent Test Runner
|
|
7717
8005
|
usage by tag(s).
|
|
@@ -7721,6 +8009,16 @@ components:
|
|
|
7721
8009
|
description: The Git committers for Intelligent Test Runner usage by tag(s).
|
|
7722
8010
|
format: double
|
|
7723
8011
|
type: number
|
|
8012
|
+
cloud_siem_percentage:
|
|
8013
|
+
description: The percentage of Cloud Security Information and Event Management
|
|
8014
|
+
usage by tag(s).
|
|
8015
|
+
format: double
|
|
8016
|
+
type: number
|
|
8017
|
+
cloud_siem_usage:
|
|
8018
|
+
description: The Cloud Security Information and Event Management usage by
|
|
8019
|
+
tag(s).
|
|
8020
|
+
format: double
|
|
8021
|
+
type: number
|
|
7724
8022
|
container_excl_agent_percentage:
|
|
7725
8023
|
description: The percentage of container usage without the Datadog Agent
|
|
7726
8024
|
by tag(s).
|
|
@@ -7756,6 +8054,14 @@ components:
|
|
|
7756
8054
|
description: The Cloud Security Management Pro host usage by tag(s).
|
|
7757
8055
|
format: double
|
|
7758
8056
|
type: number
|
|
8057
|
+
custom_event_percentage:
|
|
8058
|
+
description: The percentage of Custom Events usage by tag(s).
|
|
8059
|
+
format: double
|
|
8060
|
+
type: number
|
|
8061
|
+
custom_event_usage:
|
|
8062
|
+
description: The total Custom Events usage by tag(s).
|
|
8063
|
+
format: double
|
|
8064
|
+
type: number
|
|
7759
8065
|
custom_ingested_timeseries_percentage:
|
|
7760
8066
|
description: The percentage of ingested custom metrics usage by tag(s).
|
|
7761
8067
|
format: double
|
|
@@ -7861,6 +8167,14 @@ components:
|
|
|
7861
8167
|
description: The Lambda function usage by tag(s).
|
|
7862
8168
|
format: double
|
|
7863
8169
|
type: number
|
|
8170
|
+
indexed_spans_percentage:
|
|
8171
|
+
description: The percentage of APM Indexed Spans usage by tag(s).
|
|
8172
|
+
format: double
|
|
8173
|
+
type: number
|
|
8174
|
+
indexed_spans_usage:
|
|
8175
|
+
description: The total APM Indexed Spans usage by tag(s).
|
|
8176
|
+
format: double
|
|
8177
|
+
type: number
|
|
7864
8178
|
infra_host_percentage:
|
|
7865
8179
|
description: The percentage of infrastructure host usage by tag(s).
|
|
7866
8180
|
format: double
|
|
@@ -7869,6 +8183,22 @@ components:
|
|
|
7869
8183
|
description: The infrastructure host usage by tag(s).
|
|
7870
8184
|
format: double
|
|
7871
8185
|
type: number
|
|
8186
|
+
ingested_logs_bytes_percentage:
|
|
8187
|
+
description: The percentage of Ingested Logs usage by tag(s).
|
|
8188
|
+
format: double
|
|
8189
|
+
type: number
|
|
8190
|
+
ingested_logs_bytes_usage:
|
|
8191
|
+
description: The total Ingested Logs usage by tag(s).
|
|
8192
|
+
format: double
|
|
8193
|
+
type: number
|
|
8194
|
+
ingested_spans_bytes_percentage:
|
|
8195
|
+
description: The percentage of APM Ingested Spans usage by tag(s).
|
|
8196
|
+
format: double
|
|
8197
|
+
type: number
|
|
8198
|
+
ingested_spans_bytes_usage:
|
|
8199
|
+
description: The total APM Ingested Spans usage by tag(s).
|
|
8200
|
+
format: double
|
|
8201
|
+
type: number
|
|
7872
8202
|
invocations_percentage:
|
|
7873
8203
|
description: The percentage of Lambda invocation usage by tag(s).
|
|
7874
8204
|
format: double
|
|
@@ -7877,6 +8207,102 @@ components:
|
|
|
7877
8207
|
description: The Lambda invocation usage by tag(s).
|
|
7878
8208
|
format: double
|
|
7879
8209
|
type: number
|
|
8210
|
+
lambda_traced_invocations_percentage:
|
|
8211
|
+
description: The percentage of Serverless APM usage by tag(s).
|
|
8212
|
+
format: double
|
|
8213
|
+
type: number
|
|
8214
|
+
lambda_traced_invocations_usage:
|
|
8215
|
+
description: The Serverless APM usage by tag(s).
|
|
8216
|
+
format: double
|
|
8217
|
+
type: number
|
|
8218
|
+
logs_indexed_15day_percentage:
|
|
8219
|
+
description: The percentage of Indexed Logs (15-day Retention) usage by
|
|
8220
|
+
tag(s).
|
|
8221
|
+
format: double
|
|
8222
|
+
type: number
|
|
8223
|
+
logs_indexed_15day_usage:
|
|
8224
|
+
description: The total Indexed Logs (15-day Retention) usage by tag(s).
|
|
8225
|
+
format: double
|
|
8226
|
+
type: number
|
|
8227
|
+
logs_indexed_180day_percentage:
|
|
8228
|
+
description: The percentage of Indexed Logs (180-day Retention) usage by
|
|
8229
|
+
tag(s).
|
|
8230
|
+
format: double
|
|
8231
|
+
type: number
|
|
8232
|
+
logs_indexed_180day_usage:
|
|
8233
|
+
description: The total Indexed Logs (180-day Retention) usage by tag(s).
|
|
8234
|
+
format: double
|
|
8235
|
+
type: number
|
|
8236
|
+
logs_indexed_30day_percentage:
|
|
8237
|
+
description: The percentage of Indexed Logs (30-day Retention) usage by
|
|
8238
|
+
tag(s).
|
|
8239
|
+
format: double
|
|
8240
|
+
type: number
|
|
8241
|
+
logs_indexed_30day_usage:
|
|
8242
|
+
description: The total Indexed Logs (30-day Retention) usage by tag(s).
|
|
8243
|
+
format: double
|
|
8244
|
+
type: number
|
|
8245
|
+
logs_indexed_360day_percentage:
|
|
8246
|
+
description: The percentage of Indexed Logs (360-day Retention) usage by
|
|
8247
|
+
tag(s).
|
|
8248
|
+
format: double
|
|
8249
|
+
type: number
|
|
8250
|
+
logs_indexed_360day_usage:
|
|
8251
|
+
description: The total Indexed Logs (360-day Retention) usage by tag(s).
|
|
8252
|
+
format: double
|
|
8253
|
+
type: number
|
|
8254
|
+
logs_indexed_3day_percentage:
|
|
8255
|
+
description: The percentage of Indexed Logs (3-day Retention) usage by tag(s).
|
|
8256
|
+
format: double
|
|
8257
|
+
type: number
|
|
8258
|
+
logs_indexed_3day_usage:
|
|
8259
|
+
description: The total Indexed Logs (3-day Retention) usage by tag(s).
|
|
8260
|
+
format: double
|
|
8261
|
+
type: number
|
|
8262
|
+
logs_indexed_45day_percentage:
|
|
8263
|
+
description: The percentage of Indexed Logs (45-day Retention) usage by
|
|
8264
|
+
tag(s).
|
|
8265
|
+
format: double
|
|
8266
|
+
type: number
|
|
8267
|
+
logs_indexed_45day_usage:
|
|
8268
|
+
description: The total Indexed Logs (45-day Retention) usage by tag(s).
|
|
8269
|
+
format: double
|
|
8270
|
+
type: number
|
|
8271
|
+
logs_indexed_60day_percentage:
|
|
8272
|
+
description: The percentage of Indexed Logs (60-day Retention) usage by
|
|
8273
|
+
tag(s).
|
|
8274
|
+
format: double
|
|
8275
|
+
type: number
|
|
8276
|
+
logs_indexed_60day_usage:
|
|
8277
|
+
description: The total Indexed Logs (60-day Retention) usage by tag(s).
|
|
8278
|
+
format: double
|
|
8279
|
+
type: number
|
|
8280
|
+
logs_indexed_7day_percentage:
|
|
8281
|
+
description: The percentage of Indexed Logs (7-day Retention) usage by tag(s).
|
|
8282
|
+
format: double
|
|
8283
|
+
type: number
|
|
8284
|
+
logs_indexed_7day_usage:
|
|
8285
|
+
description: The total Indexed Logs (7-day Retention) usage by tag(s).
|
|
8286
|
+
format: double
|
|
8287
|
+
type: number
|
|
8288
|
+
logs_indexed_90day_percentage:
|
|
8289
|
+
description: The percentage of Indexed Logs (90-day Retention) usage by
|
|
8290
|
+
tag(s).
|
|
8291
|
+
format: double
|
|
8292
|
+
type: number
|
|
8293
|
+
logs_indexed_90day_usage:
|
|
8294
|
+
description: The total Indexed Logs (90-day Retention) usage by tag(s).
|
|
8295
|
+
format: double
|
|
8296
|
+
type: number
|
|
8297
|
+
logs_indexed_custom_retention_percentage:
|
|
8298
|
+
description: The percentage of Indexed Logs (Custom Retention) usage by
|
|
8299
|
+
tag(s).
|
|
8300
|
+
format: double
|
|
8301
|
+
type: number
|
|
8302
|
+
logs_indexed_custom_retention_usage:
|
|
8303
|
+
description: The total Indexed Logs (Custom Retention) usage by tag(s).
|
|
8304
|
+
format: double
|
|
8305
|
+
type: number
|
|
7880
8306
|
mobile_app_testing_percentage:
|
|
7881
8307
|
description: The percentage of Synthetic mobile application test usage by
|
|
7882
8308
|
tag(s).
|
|
@@ -7935,6 +8361,22 @@ components:
|
|
|
7935
8361
|
description: The profiled hosts usage by tag(s).
|
|
7936
8362
|
format: double
|
|
7937
8363
|
type: number
|
|
8364
|
+
rum_browser_mobile_sessions_percentage:
|
|
8365
|
+
description: The percentage of RUM Browser and Mobile usage by tag(s).
|
|
8366
|
+
format: double
|
|
8367
|
+
type: number
|
|
8368
|
+
rum_browser_mobile_sessions_usage:
|
|
8369
|
+
description: The total RUM Browser and Mobile usage by tag(s).
|
|
8370
|
+
format: double
|
|
8371
|
+
type: number
|
|
8372
|
+
rum_replay_sessions_percentage:
|
|
8373
|
+
description: The percentage of RUM Replay Sessions usage by tag(s).
|
|
8374
|
+
format: double
|
|
8375
|
+
type: number
|
|
8376
|
+
rum_replay_sessions_usage:
|
|
8377
|
+
description: The total RUM Replay Sessions usage by tag(s).
|
|
8378
|
+
format: double
|
|
8379
|
+
type: number
|
|
7938
8380
|
sds_scanned_bytes_percentage:
|
|
7939
8381
|
description: The percentage of Sensitive Data Scanner usage by tag(s).
|
|
7940
8382
|
format: double
|
|
@@ -7951,6 +8393,14 @@ components:
|
|
|
7951
8393
|
description: The total Serverless Apps usage by tag(s).
|
|
7952
8394
|
format: double
|
|
7953
8395
|
type: number
|
|
8396
|
+
siem_ingested_bytes_percentage:
|
|
8397
|
+
description: The percentage of SIEM usage by tag(s).
|
|
8398
|
+
format: double
|
|
8399
|
+
type: number
|
|
8400
|
+
siem_ingested_bytes_usage:
|
|
8401
|
+
description: The total SIEM usage by tag(s).
|
|
8402
|
+
format: double
|
|
8403
|
+
type: number
|
|
7954
8404
|
snmp_percentage:
|
|
7955
8405
|
description: The percentage of network device usage by tag(s).
|
|
7956
8406
|
format: double
|
|
@@ -14262,6 +14712,55 @@ components:
|
|
|
14262
14712
|
type:
|
|
14263
14713
|
$ref: '#/components/schemas/SyntheticsGlobalVariableParseTestOptionsType'
|
|
14264
14714
|
type: object
|
|
14715
|
+
SyntheticsPatchTestBody:
|
|
14716
|
+
description: Wrapper around an array of [JSON Patch](https://jsonpatch.com)
|
|
14717
|
+
operations to perform on the test
|
|
14718
|
+
properties:
|
|
14719
|
+
data:
|
|
14720
|
+
description: Array of [JSON Patch](https://jsonpatch.com) operations to
|
|
14721
|
+
perform on the test
|
|
14722
|
+
example:
|
|
14723
|
+
- op: replace
|
|
14724
|
+
path: /name
|
|
14725
|
+
value: New test name
|
|
14726
|
+
- op: remove
|
|
14727
|
+
path: /config/assertions/0
|
|
14728
|
+
items:
|
|
14729
|
+
$ref: '#/components/schemas/SyntheticsPatchTestOperation'
|
|
14730
|
+
type: array
|
|
14731
|
+
type: object
|
|
14732
|
+
SyntheticsPatchTestOperation:
|
|
14733
|
+
description: A single [JSON Patch](https://jsonpatch.com) operation to perform
|
|
14734
|
+
on the test
|
|
14735
|
+
properties:
|
|
14736
|
+
op:
|
|
14737
|
+
$ref: '#/components/schemas/SyntheticsPatchTestOperationName'
|
|
14738
|
+
path:
|
|
14739
|
+
description: The path to the value to modify
|
|
14740
|
+
example: /name
|
|
14741
|
+
type: string
|
|
14742
|
+
value:
|
|
14743
|
+
description: A value to use in a [JSON Patch](https://jsonpatch.com) operation
|
|
14744
|
+
example: New Test Name
|
|
14745
|
+
type: object
|
|
14746
|
+
SyntheticsPatchTestOperationName:
|
|
14747
|
+
description: The operation to perform
|
|
14748
|
+
enum:
|
|
14749
|
+
- add
|
|
14750
|
+
- remove
|
|
14751
|
+
- replace
|
|
14752
|
+
- move
|
|
14753
|
+
- copy
|
|
14754
|
+
- test
|
|
14755
|
+
example: replace
|
|
14756
|
+
type: string
|
|
14757
|
+
x-enum-varnames:
|
|
14758
|
+
- ADD
|
|
14759
|
+
- REMOVE
|
|
14760
|
+
- REPLACE
|
|
14761
|
+
- MOVE
|
|
14762
|
+
- COPY
|
|
14763
|
+
- TEST
|
|
14265
14764
|
SyntheticsPlayingTab:
|
|
14266
14765
|
description: Navigate between different tabs for your browser test.
|
|
14267
14766
|
enum:
|
|
@@ -15654,6 +16153,8 @@ components:
|
|
|
15654
16153
|
items:
|
|
15655
16154
|
$ref: '#/components/schemas/ToplistWidgetRequest'
|
|
15656
16155
|
type: array
|
|
16156
|
+
style:
|
|
16157
|
+
$ref: '#/components/schemas/ToplistWidgetStyle'
|
|
15657
16158
|
time:
|
|
15658
16159
|
$ref: '#/components/schemas/WidgetTime'
|
|
15659
16160
|
title:
|
|
@@ -15679,6 +16180,40 @@ components:
|
|
|
15679
16180
|
type: string
|
|
15680
16181
|
x-enum-varnames:
|
|
15681
16182
|
- TOPLIST
|
|
16183
|
+
ToplistWidgetDisplay:
|
|
16184
|
+
description: Top list widget display options.
|
|
16185
|
+
oneOf:
|
|
16186
|
+
- $ref: '#/components/schemas/ToplistWidgetStacked'
|
|
16187
|
+
- $ref: '#/components/schemas/ToplistWidgetFlat'
|
|
16188
|
+
ToplistWidgetFlat:
|
|
16189
|
+
description: Top list widget flat display.
|
|
16190
|
+
properties:
|
|
16191
|
+
type:
|
|
16192
|
+
$ref: '#/components/schemas/ToplistWidgetFlatType'
|
|
16193
|
+
required:
|
|
16194
|
+
- type
|
|
16195
|
+
type: object
|
|
16196
|
+
ToplistWidgetFlatType:
|
|
16197
|
+
default: flat
|
|
16198
|
+
description: Top list widget flat display type.
|
|
16199
|
+
enum:
|
|
16200
|
+
- flat
|
|
16201
|
+
example: flat
|
|
16202
|
+
type: string
|
|
16203
|
+
x-enum-varnames:
|
|
16204
|
+
- FLAT
|
|
16205
|
+
ToplistWidgetLegend:
|
|
16206
|
+
description: Top list widget stacked legend behavior.
|
|
16207
|
+
enum:
|
|
16208
|
+
- automatic
|
|
16209
|
+
- inline
|
|
16210
|
+
- none
|
|
16211
|
+
example: automatic
|
|
16212
|
+
type: string
|
|
16213
|
+
x-enum-varnames:
|
|
16214
|
+
- AUTOMATIC
|
|
16215
|
+
- INLINE
|
|
16216
|
+
- NONE
|
|
15682
16217
|
ToplistWidgetRequest:
|
|
15683
16218
|
description: Updated top list widget.
|
|
15684
16219
|
properties:
|
|
@@ -15728,6 +16263,43 @@ components:
|
|
|
15728
16263
|
style:
|
|
15729
16264
|
$ref: '#/components/schemas/WidgetRequestStyle'
|
|
15730
16265
|
type: object
|
|
16266
|
+
ToplistWidgetScaling:
|
|
16267
|
+
description: Top list widget scaling definition.
|
|
16268
|
+
enum:
|
|
16269
|
+
- absolute
|
|
16270
|
+
- relative
|
|
16271
|
+
type: string
|
|
16272
|
+
x-enum-varnames:
|
|
16273
|
+
- ABSOLUTE
|
|
16274
|
+
- RELATIVE
|
|
16275
|
+
ToplistWidgetStacked:
|
|
16276
|
+
description: Top list widget stacked display options.
|
|
16277
|
+
properties:
|
|
16278
|
+
legend:
|
|
16279
|
+
$ref: '#/components/schemas/ToplistWidgetLegend'
|
|
16280
|
+
type:
|
|
16281
|
+
$ref: '#/components/schemas/ToplistWidgetStackedType'
|
|
16282
|
+
required:
|
|
16283
|
+
- type
|
|
16284
|
+
- legend
|
|
16285
|
+
type: object
|
|
16286
|
+
ToplistWidgetStackedType:
|
|
16287
|
+
default: stacked
|
|
16288
|
+
description: Top list widget stacked display type.
|
|
16289
|
+
enum:
|
|
16290
|
+
- stacked
|
|
16291
|
+
example: stacked
|
|
16292
|
+
type: string
|
|
16293
|
+
x-enum-varnames:
|
|
16294
|
+
- STACKED
|
|
16295
|
+
ToplistWidgetStyle:
|
|
16296
|
+
description: Style customization for a top list widget.
|
|
16297
|
+
properties:
|
|
16298
|
+
display:
|
|
16299
|
+
$ref: '#/components/schemas/ToplistWidgetDisplay'
|
|
16300
|
+
scaling:
|
|
16301
|
+
$ref: '#/components/schemas/ToplistWidgetScaling'
|
|
16302
|
+
type: object
|
|
15731
16303
|
TopologyMapWidgetDefinition:
|
|
15732
16304
|
description: This widget displays a topology of nodes and edges for different
|
|
15733
16305
|
data sources. It replaces the service map widget.
|
|
@@ -18022,6 +18594,11 @@ components:
|
|
|
18022
18594
|
for the given date and given organization.
|
|
18023
18595
|
format: int64
|
|
18024
18596
|
type: integer
|
|
18597
|
+
cloud_siem_events_sum:
|
|
18598
|
+
description: Shows the sum of all Cloud Security Information and Event Management
|
|
18599
|
+
events over all hours in the current date for the given org.
|
|
18600
|
+
format: int64
|
|
18601
|
+
type: integer
|
|
18025
18602
|
container_avg:
|
|
18026
18603
|
description: Shows the average of all distinct containers over all hours
|
|
18027
18604
|
in the current date for all organizations.
|
|
@@ -18543,6 +19120,11 @@ components:
|
|
|
18543
19120
|
for the given date and given org.
|
|
18544
19121
|
format: int64
|
|
18545
19122
|
type: integer
|
|
19123
|
+
cloud_siem_events_sum:
|
|
19124
|
+
description: Shows the sum of all Cloud Security Information and Event Management
|
|
19125
|
+
events over all hours in the current date for the given org.
|
|
19126
|
+
format: int64
|
|
19127
|
+
type: integer
|
|
18546
19128
|
container_avg:
|
|
18547
19129
|
description: Shows the average of all distinct containers over all hours
|
|
18548
19130
|
in the current date for the given org.
|
|
@@ -18651,6 +19233,16 @@ components:
|
|
|
18651
19233
|
Pro hosts over all hours in the current date for the given org.
|
|
18652
19234
|
format: int64
|
|
18653
19235
|
type: integer
|
|
19236
|
+
custom_historical_ts_avg:
|
|
19237
|
+
description: Shows the average number of distinct historical custom metrics
|
|
19238
|
+
over all hours in the current date for the given org.
|
|
19239
|
+
format: int64
|
|
19240
|
+
type: integer
|
|
19241
|
+
custom_live_ts_avg:
|
|
19242
|
+
description: Shows the average number of distinct live custom metrics over
|
|
19243
|
+
all hours in the current date for the given org.
|
|
19244
|
+
format: int64
|
|
19245
|
+
type: integer
|
|
18654
19246
|
custom_ts_avg:
|
|
18655
19247
|
description: Shows the average number of distinct custom metrics over all
|
|
18656
19248
|
hours in the current date for the given org.
|
|
@@ -19071,6 +19663,11 @@ components:
|
|
|
19071
19663
|
all cloud providers.
|
|
19072
19664
|
format: int64
|
|
19073
19665
|
type: integer
|
|
19666
|
+
cloud_siem_events_agg_sum:
|
|
19667
|
+
description: Shows the sum of all Cloud Security Information and Event Management
|
|
19668
|
+
events over all hours in the current months for all organizations.
|
|
19669
|
+
format: int64
|
|
19670
|
+
type: integer
|
|
19074
19671
|
container_avg_sum:
|
|
19075
19672
|
description: Shows the average of all distinct containers over all hours
|
|
19076
19673
|
in the current months for all organizations.
|
|
@@ -19177,6 +19774,16 @@ components:
|
|
|
19177
19774
|
Pro hosts over all hours in the current months for all organizations.
|
|
19178
19775
|
format: int64
|
|
19179
19776
|
type: integer
|
|
19777
|
+
custom_historical_ts_sum:
|
|
19778
|
+
description: Shows the average number of distinct historical custom metrics
|
|
19779
|
+
over all hours in the current months for all organizations.
|
|
19780
|
+
format: int64
|
|
19781
|
+
type: integer
|
|
19782
|
+
custom_live_ts_sum:
|
|
19783
|
+
description: Shows the average number of distinct live custom metrics over
|
|
19784
|
+
all hours in the current months for all organizations.
|
|
19785
|
+
format: int64
|
|
19786
|
+
type: integer
|
|
19180
19787
|
custom_ts_sum:
|
|
19181
19788
|
description: Shows the average number of distinct custom metrics over all
|
|
19182
19789
|
hours in the current months for all organizations.
|
|
@@ -20355,6 +20962,8 @@ components:
|
|
|
20355
20962
|
- 1mo
|
|
20356
20963
|
- 3mo
|
|
20357
20964
|
- 6mo
|
|
20965
|
+
- week_to_date
|
|
20966
|
+
- month_to_date
|
|
20358
20967
|
- 1y
|
|
20359
20968
|
- alert
|
|
20360
20969
|
example: 5m
|
|
@@ -20373,6 +20982,8 @@ components:
|
|
|
20373
20982
|
- PAST_ONE_MONTH
|
|
20374
20983
|
- PAST_THREE_MONTHS
|
|
20375
20984
|
- PAST_SIX_MONTHS
|
|
20985
|
+
- WEEK_TO_DATE
|
|
20986
|
+
- MONTH_TO_DATE
|
|
20376
20987
|
- PAST_ONE_YEAR
|
|
20377
20988
|
- ALERT
|
|
20378
20989
|
WidgetMargin:
|
|
@@ -20718,7 +21329,7 @@ components:
|
|
|
20718
21329
|
an organization. Mute and unmute hosts. The ability to write monitors
|
|
20719
21330
|
is not required to set downtimes.
|
|
20720
21331
|
monitors_read: View monitors.
|
|
20721
|
-
monitors_write: Edit
|
|
21332
|
+
monitors_write: Edit and delete individual monitors.
|
|
20722
21333
|
security_monitoring_filters_read: Read Security Filters.
|
|
20723
21334
|
security_monitoring_filters_write: Create, edit, and delete Security Filters.
|
|
20724
21335
|
security_monitoring_findings_read: View CSPM Findings.
|
|
@@ -22904,7 +23515,8 @@ paths:
|
|
|
22904
23515
|
- Snapshots
|
|
22905
23516
|
/api/v1/host/{host_name}/mute:
|
|
22906
23517
|
post:
|
|
22907
|
-
description: Mute a host.
|
|
23518
|
+
description: Mute a host. **Note:** This creates a [Downtime V2](https://docs.datadoghq.com/api/latest/downtimes/#schedule-a-downtime)
|
|
23519
|
+
for the host.
|
|
22908
23520
|
operationId: MuteHost
|
|
22909
23521
|
parameters:
|
|
22910
23522
|
- description: Name of the host to mute.
|
|
@@ -23348,6 +23960,111 @@ paths:
|
|
|
23348
23960
|
summary: List namespace rules
|
|
23349
23961
|
tags:
|
|
23350
23962
|
- AWS Integration
|
|
23963
|
+
/api/v1/integration/aws/event_bridge:
|
|
23964
|
+
delete:
|
|
23965
|
+
description: Delete an Amazon EventBridge source.
|
|
23966
|
+
operationId: DeleteAWSEventBridgeSource
|
|
23967
|
+
requestBody:
|
|
23968
|
+
content:
|
|
23969
|
+
application/json:
|
|
23970
|
+
schema:
|
|
23971
|
+
$ref: '#/components/schemas/AWSEventBridgeDeleteRequest'
|
|
23972
|
+
description: Delete the Amazon EventBridge source with the given name, region,
|
|
23973
|
+
and associated AWS account.
|
|
23974
|
+
required: true
|
|
23975
|
+
responses:
|
|
23976
|
+
'200':
|
|
23977
|
+
content:
|
|
23978
|
+
application/json:
|
|
23979
|
+
schema:
|
|
23980
|
+
$ref: '#/components/schemas/AWSEventBridgeDeleteResponse'
|
|
23981
|
+
description: OK
|
|
23982
|
+
'400':
|
|
23983
|
+
content:
|
|
23984
|
+
application/json:
|
|
23985
|
+
schema:
|
|
23986
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
23987
|
+
description: Bad Request
|
|
23988
|
+
'403':
|
|
23989
|
+
content:
|
|
23990
|
+
application/json:
|
|
23991
|
+
schema:
|
|
23992
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
23993
|
+
description: Authentication Error
|
|
23994
|
+
'429':
|
|
23995
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
23996
|
+
summary: Delete an Amazon EventBridge source
|
|
23997
|
+
tags:
|
|
23998
|
+
- AWS Integration
|
|
23999
|
+
x-codegen-request-body-name: body
|
|
24000
|
+
get:
|
|
24001
|
+
description: Get all Amazon EventBridge sources.
|
|
24002
|
+
operationId: ListAWSEventBridgeSources
|
|
24003
|
+
parameters: []
|
|
24004
|
+
responses:
|
|
24005
|
+
'200':
|
|
24006
|
+
content:
|
|
24007
|
+
application/json:
|
|
24008
|
+
schema:
|
|
24009
|
+
$ref: '#/components/schemas/AWSEventBridgeListResponse'
|
|
24010
|
+
description: OK
|
|
24011
|
+
'400':
|
|
24012
|
+
content:
|
|
24013
|
+
application/json:
|
|
24014
|
+
schema:
|
|
24015
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
24016
|
+
description: Bad Request
|
|
24017
|
+
'403':
|
|
24018
|
+
content:
|
|
24019
|
+
application/json:
|
|
24020
|
+
schema:
|
|
24021
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
24022
|
+
description: Authentication Error
|
|
24023
|
+
'429':
|
|
24024
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
24025
|
+
security:
|
|
24026
|
+
- apiKeyAuth: []
|
|
24027
|
+
appKeyAuth: []
|
|
24028
|
+
- AuthZ: []
|
|
24029
|
+
summary: Get all Amazon EventBridge sources
|
|
24030
|
+
tags:
|
|
24031
|
+
- AWS Integration
|
|
24032
|
+
post:
|
|
24033
|
+
description: Create an Amazon EventBridge source.
|
|
24034
|
+
operationId: CreateAWSEventBridgeSource
|
|
24035
|
+
requestBody:
|
|
24036
|
+
content:
|
|
24037
|
+
application/json:
|
|
24038
|
+
schema:
|
|
24039
|
+
$ref: '#/components/schemas/AWSEventBridgeCreateRequest'
|
|
24040
|
+
description: Create an Amazon EventBridge source for an AWS account with a
|
|
24041
|
+
given name and region.
|
|
24042
|
+
required: true
|
|
24043
|
+
responses:
|
|
24044
|
+
'200':
|
|
24045
|
+
content:
|
|
24046
|
+
application/json:
|
|
24047
|
+
schema:
|
|
24048
|
+
$ref: '#/components/schemas/AWSEventBridgeCreateResponse'
|
|
24049
|
+
description: OK
|
|
24050
|
+
'400':
|
|
24051
|
+
content:
|
|
24052
|
+
application/json:
|
|
24053
|
+
schema:
|
|
24054
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
24055
|
+
description: Bad Request
|
|
24056
|
+
'403':
|
|
24057
|
+
content:
|
|
24058
|
+
application/json:
|
|
24059
|
+
schema:
|
|
24060
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
24061
|
+
description: Authentication Error
|
|
24062
|
+
'429':
|
|
24063
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
24064
|
+
summary: Create an Amazon EventBridge source
|
|
24065
|
+
tags:
|
|
24066
|
+
- AWS Integration
|
|
24067
|
+
x-codegen-request-body-name: body
|
|
23351
24068
|
/api/v1/integration/aws/filtering:
|
|
23352
24069
|
delete:
|
|
23353
24070
|
description: Delete a tag filtering entry.
|
|
@@ -25626,9 +26343,13 @@ paths:
|
|
|
25626
26343
|
- database-monitoring: `database-monitoring alert`
|
|
25627
26344
|
|
|
25628
26345
|
|
|
25629
|
-
**
|
|
25630
|
-
|
|
25631
|
-
|
|
26346
|
+
**Notes**:
|
|
26347
|
+
|
|
26348
|
+
- Synthetic monitors are created through the Synthetics API. See the [Synthetics
|
|
26349
|
+
API] (https://docs.datadoghq.com/api/latest/synthetics/) documentation for
|
|
26350
|
+
more information.
|
|
26351
|
+
|
|
26352
|
+
- Log monitors require an unscoped App Key.
|
|
25632
26353
|
|
|
25633
26354
|
|
|
25634
26355
|
#### Query Types
|
|
@@ -26213,7 +26934,10 @@ paths:
|
|
|
26213
26934
|
- Monitors
|
|
26214
26935
|
/api/v1/monitor/validate:
|
|
26215
26936
|
post:
|
|
26216
|
-
description: Validate the monitor provided in the request.
|
|
26937
|
+
description: 'Validate the monitor provided in the request.
|
|
26938
|
+
|
|
26939
|
+
|
|
26940
|
+
**Note**: Log monitors require an unscoped App Key.'
|
|
26217
26941
|
operationId: ValidateMonitor
|
|
26218
26942
|
requestBody:
|
|
26219
26943
|
content:
|
|
@@ -29007,7 +29731,7 @@ paths:
|
|
|
29007
29731
|
description: Edit the configuration of a Synthetic browser test.
|
|
29008
29732
|
operationId: UpdateBrowserTest
|
|
29009
29733
|
parameters:
|
|
29010
|
-
- description: The public ID of the test to
|
|
29734
|
+
- description: The public ID of the test to edit.
|
|
29011
29735
|
in: path
|
|
29012
29736
|
name: public_id
|
|
29013
29737
|
required: true
|
|
@@ -29346,6 +30070,65 @@ paths:
|
|
|
29346
30070
|
summary: Get a test configuration
|
|
29347
30071
|
tags:
|
|
29348
30072
|
- Synthetics
|
|
30073
|
+
patch:
|
|
30074
|
+
description: Patch the configuration of a Synthetic test with partial data.
|
|
30075
|
+
operationId: PatchTest
|
|
30076
|
+
parameters:
|
|
30077
|
+
- description: The public ID of the test to patch.
|
|
30078
|
+
in: path
|
|
30079
|
+
name: public_id
|
|
30080
|
+
required: true
|
|
30081
|
+
schema:
|
|
30082
|
+
type: string
|
|
30083
|
+
requestBody:
|
|
30084
|
+
content:
|
|
30085
|
+
application/json:
|
|
30086
|
+
schema:
|
|
30087
|
+
$ref: '#/components/schemas/SyntheticsPatchTestBody'
|
|
30088
|
+
description: '[JSON Patch](https://jsonpatch.com/) compliant list of operations'
|
|
30089
|
+
required: true
|
|
30090
|
+
responses:
|
|
30091
|
+
'200':
|
|
30092
|
+
content:
|
|
30093
|
+
application/json:
|
|
30094
|
+
schema:
|
|
30095
|
+
$ref: '#/components/schemas/SyntheticsTestDetails'
|
|
30096
|
+
description: OK
|
|
30097
|
+
'400':
|
|
30098
|
+
content:
|
|
30099
|
+
application/json:
|
|
30100
|
+
schema:
|
|
30101
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
30102
|
+
description: '- JSON format is wrong
|
|
30103
|
+
|
|
30104
|
+
- Updating sub-type is forbidden'
|
|
30105
|
+
'403':
|
|
30106
|
+
content:
|
|
30107
|
+
application/json:
|
|
30108
|
+
schema:
|
|
30109
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
30110
|
+
description: Forbidden
|
|
30111
|
+
'404':
|
|
30112
|
+
content:
|
|
30113
|
+
application/json:
|
|
30114
|
+
schema:
|
|
30115
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
30116
|
+
description: '- Synthetic Monitoring is not activated for the user
|
|
30117
|
+
|
|
30118
|
+
- Test is not owned by the user
|
|
30119
|
+
|
|
30120
|
+
- Test can''t be found'
|
|
30121
|
+
'429':
|
|
30122
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
30123
|
+
security:
|
|
30124
|
+
- apiKeyAuth: []
|
|
30125
|
+
appKeyAuth: []
|
|
30126
|
+
- AuthZ:
|
|
30127
|
+
- synthetics_write
|
|
30128
|
+
summary: Patch a Synthetic test
|
|
30129
|
+
tags:
|
|
30130
|
+
- Synthetics
|
|
30131
|
+
x-codegen-request-body-name: body
|
|
29349
30132
|
/api/v1/synthetics/tests/{public_id}/results:
|
|
29350
30133
|
get:
|
|
29351
30134
|
description: Get the last 150 test results summaries for a given Synthetic API
|