datadog_api_client 2.31.1 → 2.32.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 +80 -4
- data/.generator/schemas/v2/openapi.yaml +2404 -55
- data/.generator/src/generator/cli.py +1 -1
- data/.generator/src/generator/formatter.py +3 -0
- data/.generator/src/generator/templates/api.j2 +1 -1
- data/.generator/src/generator/templates/inflector.j2 +1 -1
- data/CHANGELOG.md +27 -0
- data/examples/v1/slack-integration/CreateSlackIntegrationChannel.rb +1 -0
- data/examples/v1/slack-integration/UpdateSlackIntegrationChannel.rb +1 -0
- data/examples/v2/action-connection/CreateActionConnection.rb +1 -1
- data/examples/v2/action-connection/DeleteActionConnection.rb +4 -1
- data/examples/v2/apm-retention-filters/CreateApmRetentionFilter_3853850379.rb +21 -0
- data/examples/v2/apm-retention-filters/UpdateApmRetentionFilter_3916044058.rb +25 -0
- data/examples/v2/cloud-network-monitoring/GetAggregatedConnections.rb +8 -0
- data/examples/v2/cloud-network-monitoring/GetAggregatedConnections_3059356111.rb +8 -0
- data/examples/v2/observability-pipelines/CreatePipeline.rb +44 -0
- data/examples/v2/observability-pipelines/DeletePipeline.rb +11 -0
- data/examples/v2/observability-pipelines/GetPipeline.rb +11 -0
- data/examples/v2/observability-pipelines/UpdatePipeline.rb +48 -0
- data/examples/v2/on-call/CreateOnCallSchedule.rb +61 -0
- data/examples/v2/on-call/DeleteOnCallSchedule.rb +8 -0
- data/examples/v2/on-call/GetOnCallSchedule.rb +8 -0
- data/examples/v2/on-call/UpdateOnCallSchedule.rb +68 -0
- data/examples/v2/security-monitoring/CreateSecurityMonitoringRule_1965169892.rb +6 -0
- data/examples/v2/service-definition/CreateOrUpdateServiceDefinitions.rb +1 -1
- data/examples/v2/software-catalog/UpsertCatalogEntity.rb +1 -0
- data/lib/datadog_api_client/configuration.rb +5 -0
- data/lib/datadog_api_client/inflector.rb +122 -1
- data/lib/datadog_api_client/v1/api/monitors_api.rb +1 -1
- data/lib/datadog_api_client/v1/models/formula_and_function_slo_query_type.rb +1 -0
- data/lib/datadog_api_client/v1/models/slack_integration_channel_display.rb +11 -1
- data/lib/datadog_api_client/v1/models/synthetics_step_type.rb +1 -0
- data/lib/datadog_api_client/v1/models/usage_summary_date.rb +41 -1
- data/lib/datadog_api_client/v1/models/usage_summary_date_org.rb +41 -1
- data/lib/datadog_api_client/v1/models/usage_summary_response.rb +41 -1
- data/lib/datadog_api_client/v2/api/cloud_network_monitoring_api.rb +108 -0
- data/lib/datadog_api_client/v2/api/downtimes_api.rb +2 -0
- data/lib/datadog_api_client/v2/api/observability_pipelines_api.rb +319 -0
- data/lib/datadog_api_client/v2/api/on_call_api.rb +301 -0
- data/lib/datadog_api_client/v2/api/restriction_policies_api.rb +7 -3
- data/lib/datadog_api_client/v2/models/api_trigger.rb +1 -1
- data/lib/datadog_api_client/v2/models/api_trigger_wrapper.rb +1 -1
- data/lib/datadog_api_client/v2/models/app_trigger_wrapper.rb +1 -1
- data/lib/datadog_api_client/v2/models/application_security_waf_custom_rule_tags_category.rb +1 -1
- data/lib/datadog_api_client/v2/models/case_trigger.rb +1 -1
- data/lib/datadog_api_client/v2/models/case_trigger_wrapper.rb +1 -1
- data/lib/datadog_api_client/v2/models/change_event_trigger_wrapper.rb +1 -1
- data/lib/datadog_api_client/v2/models/dashboard_trigger_wrapper.rb +1 -1
- data/lib/datadog_api_client/v2/models/database_monitoring_trigger_wrapper.rb +135 -0
- data/lib/datadog_api_client/v2/models/entity_response_included_incident.rb +1 -1
- data/lib/datadog_api_client/v2/models/{service_definition_v2_dot2_type.rb → entity_response_included_incident_type.rb} +3 -9
- data/lib/datadog_api_client/v2/models/entity_response_included_oncall.rb +1 -1
- data/lib/datadog_api_client/v2/models/entity_response_included_oncall_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/entity_response_included_raw_schema.rb +1 -1
- data/lib/datadog_api_client/v2/models/entity_response_included_raw_schema_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/entity_response_included_related_entity.rb +1 -1
- data/lib/datadog_api_client/v2/models/entity_response_included_related_entity_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/entity_response_included_schema.rb +1 -1
- data/lib/datadog_api_client/v2/models/entity_response_included_schema_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/entity_v3_datastore_spec.rb +13 -1
- data/lib/datadog_api_client/v2/models/entity_v3_queue_spec.rb +13 -1
- data/lib/datadog_api_client/v2/models/entity_v3_service_spec.rb +13 -1
- data/lib/datadog_api_client/v2/models/github_webhook_trigger.rb +1 -1
- data/lib/datadog_api_client/v2/models/github_webhook_trigger_wrapper.rb +1 -1
- data/lib/datadog_api_client/v2/models/historical_job_query.rb +11 -1
- data/lib/datadog_api_client/v2/models/incident_trigger.rb +1 -1
- data/lib/datadog_api_client/v2/models/incident_trigger_wrapper.rb +1 -1
- data/lib/datadog_api_client/v2/models/interface_attributes.rb +13 -1
- data/lib/datadog_api_client/v2/models/layer.rb +135 -0
- data/lib/datadog_api_client/v2/models/layer_attributes.rb +157 -0
- data/lib/datadog_api_client/v2/models/layer_attributes_interval.rb +144 -0
- data/lib/datadog_api_client/v2/models/layer_attributes_restrictions_items.rb +136 -0
- data/lib/datadog_api_client/v2/models/layer_attributes_restrictions_items_end_day.rb +32 -0
- data/lib/datadog_api_client/v2/models/layer_attributes_restrictions_items_start_day.rb +32 -0
- data/lib/datadog_api_client/v2/models/layer_relationships.rb +105 -0
- data/lib/datadog_api_client/v2/models/layer_relationships_members.rb +107 -0
- data/lib/datadog_api_client/v2/models/layer_relationships_members_data_items.rb +116 -0
- data/lib/datadog_api_client/v2/models/layer_relationships_members_data_items_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/layer_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/logs_aggregate_request.rb +1 -1
- data/lib/datadog_api_client/v2/models/logs_list_request.rb +1 -1
- data/lib/datadog_api_client/v2/models/logs_query_options.rb +4 -1
- data/lib/datadog_api_client/v2/models/monitor_trigger.rb +1 -1
- data/lib/datadog_api_client/v2/models/monitor_trigger_wrapper.rb +1 -1
- data/lib/datadog_api_client/v2/models/notebook_trigger_wrapper.rb +135 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline.rb +123 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_add_fields_processor.rb +211 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_add_fields_processor_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_config.rb +171 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_config_destination_item.rb +62 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_config_processor_item.rb +67 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_config_source_item.rb +63 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_create_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_create_request_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_data_attributes.rb +144 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_datadog_agent_source.rb +154 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_datadog_agent_source_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_datadog_logs_destination.rb +167 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_datadog_logs_destination_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_field_value.rb +144 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_filter_processor.rb +188 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_filter_processor_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_kafka_source.rb +220 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_kafka_source_librdkafka_option.rb +144 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_kafka_source_sasl.rb +105 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_kafka_source_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_parse_json_processor.rb +209 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_parse_json_processor_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_pipeline_kafka_source_sasl_mechanism.rb +28 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_quota_processor.rb +285 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_quota_processor_limit.rb +144 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_quota_processor_limit_enforce_type.rb +27 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_quota_processor_override.rb +146 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_quota_processor_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_remove_fields_processor.rb +211 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_remove_fields_processor_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_rename_fields_processor.rb +211 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_rename_fields_processor_field.rb +165 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_rename_fields_processor_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_tls.rb +143 -0
- data/lib/datadog_api_client/v2/models/retention_filter_all_attributes.rb +16 -5
- data/lib/datadog_api_client/v2/models/retention_filter_attributes.rb +16 -5
- data/lib/datadog_api_client/v2/models/retention_filter_create_attributes.rb +16 -5
- data/lib/datadog_api_client/v2/models/retention_filter_update_attributes.rb +16 -5
- data/lib/datadog_api_client/v2/models/schedule.rb +117 -0
- data/lib/datadog_api_client/v2/models/schedule_create_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/schedule_create_request_data.rb +154 -0
- data/lib/datadog_api_client/v2/models/schedule_create_request_data_attributes.rb +179 -0
- data/lib/datadog_api_client/v2/models/schedule_create_request_data_attributes_layers_items.rb +231 -0
- data/lib/datadog_api_client/v2/models/schedule_create_request_data_attributes_layers_items_interval.rb +144 -0
- data/lib/datadog_api_client/v2/models/schedule_create_request_data_attributes_layers_items_members_items.rb +105 -0
- data/lib/datadog_api_client/v2/models/schedule_create_request_data_attributes_layers_items_members_items_user.rb +105 -0
- data/lib/datadog_api_client/v2/models/schedule_create_request_data_attributes_layers_items_restrictions_items.rb +136 -0
- data/lib/datadog_api_client/v2/models/schedule_create_request_data_attributes_layers_items_restrictions_items_end_day.rb +32 -0
- data/lib/datadog_api_client/v2/models/schedule_create_request_data_attributes_layers_items_restrictions_items_start_day.rb +32 -0
- data/lib/datadog_api_client/v2/models/schedule_create_request_data_relationships.rb +105 -0
- data/lib/datadog_api_client/v2/models/schedule_create_request_data_relationships_teams.rb +107 -0
- data/lib/datadog_api_client/v2/models/schedule_create_request_data_relationships_teams_data_items.rb +116 -0
- data/lib/datadog_api_client/v2/models/schedule_create_request_data_relationships_teams_data_items_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/schedule_create_request_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/schedule_data.rb +135 -0
- data/lib/datadog_api_client/v2/models/schedule_data_attributes.rb +127 -0
- data/lib/datadog_api_client/v2/models/schedule_data_included_item.rb +65 -0
- data/lib/datadog_api_client/v2/models/schedule_data_relationships.rb +115 -0
- data/lib/datadog_api_client/v2/models/schedule_data_relationships_layers.rb +107 -0
- data/lib/datadog_api_client/v2/models/schedule_data_relationships_layers_data_items.rb +115 -0
- data/lib/datadog_api_client/v2/models/schedule_data_relationships_layers_data_items_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/schedule_data_relationships_teams.rb +107 -0
- data/lib/datadog_api_client/v2/models/schedule_data_relationships_teams_data_items.rb +115 -0
- data/lib/datadog_api_client/v2/models/schedule_data_relationships_teams_data_items_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/schedule_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/schedule_member.rb +125 -0
- data/lib/datadog_api_client/v2/models/schedule_member_relationships.rb +105 -0
- data/lib/datadog_api_client/v2/models/schedule_member_relationships_user.rb +105 -0
- data/lib/datadog_api_client/v2/models/schedule_member_relationships_user_data.rb +115 -0
- data/lib/datadog_api_client/v2/models/schedule_member_relationships_user_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/schedule_member_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/schedule_trigger.rb +1 -1
- data/lib/datadog_api_client/v2/models/schedule_trigger_wrapper.rb +1 -1
- data/lib/datadog_api_client/v2/models/schedule_update_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/schedule_update_request_data.rb +175 -0
- data/lib/datadog_api_client/v2/models/schedule_update_request_data_attributes.rb +179 -0
- data/lib/datadog_api_client/v2/models/schedule_update_request_data_attributes_layers_items.rb +180 -0
- data/lib/datadog_api_client/v2/models/schedule_update_request_data_attributes_layers_items_interval.rb +144 -0
- data/lib/datadog_api_client/v2/models/schedule_update_request_data_attributes_layers_items_members_items.rb +106 -0
- data/lib/datadog_api_client/v2/models/schedule_update_request_data_attributes_layers_items_members_items_user.rb +105 -0
- data/lib/datadog_api_client/v2/models/schedule_update_request_data_attributes_layers_items_restrictions_items.rb +136 -0
- data/lib/datadog_api_client/v2/models/schedule_update_request_data_attributes_layers_items_restrictions_items_end_day.rb +32 -0
- data/lib/datadog_api_client/v2/models/schedule_update_request_data_attributes_layers_items_restrictions_items_start_day.rb +32 -0
- data/lib/datadog_api_client/v2/models/schedule_update_request_data_relationships.rb +105 -0
- data/lib/datadog_api_client/v2/models/schedule_update_request_data_relationships_teams.rb +107 -0
- data/lib/datadog_api_client/v2/models/schedule_update_request_data_relationships_teams_data_items.rb +115 -0
- data/lib/datadog_api_client/v2/models/schedule_update_request_data_relationships_teams_data_items_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/schedule_update_request_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/schedule_user.rb +125 -0
- data/lib/datadog_api_client/v2/models/schedule_user_attributes.rb +115 -0
- data/lib/datadog_api_client/v2/models/schedule_user_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_case_action_options.rb +13 -3
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_case_action_type.rb +1 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_standard_data_source.rb +31 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_standard_rule_query.rb +11 -1
- data/lib/datadog_api_client/v2/models/security_trigger.rb +1 -1
- data/lib/datadog_api_client/v2/models/security_trigger_wrapper.rb +1 -1
- data/lib/datadog_api_client/v2/models/self_service_trigger_wrapper.rb +135 -0
- data/lib/datadog_api_client/v2/models/service_definition_v2_dot2.rb +1 -1
- data/lib/datadog_api_client/v2/models/single_aggregated_connection_response_array.rb +107 -0
- data/lib/datadog_api_client/v2/models/single_aggregated_connection_response_data.rb +125 -0
- data/lib/datadog_api_client/v2/models/single_aggregated_connection_response_data_attributes.rb +215 -0
- data/lib/datadog_api_client/v2/models/single_aggregated_connection_response_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/slack_trigger_wrapper.rb +1 -1
- data/lib/datadog_api_client/v2/models/software_catalog_trigger_wrapper.rb +135 -0
- data/lib/datadog_api_client/v2/models/team_reference.rb +135 -0
- data/lib/datadog_api_client/v2/models/team_reference_attributes.rb +135 -0
- data/lib/datadog_api_client/v2/models/team_reference_relationships.rb +105 -0
- data/lib/datadog_api_client/v2/models/team_reference_relationships_oncall_users.rb +107 -0
- data/lib/datadog_api_client/v2/models/team_reference_relationships_oncall_users_data_items.rb +115 -0
- data/lib/datadog_api_client/v2/models/team_reference_relationships_oncall_users_data_items_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/team_reference_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/trigger.rb +4 -0
- data/lib/datadog_api_client/v2/models/workflow_trigger_wrapper.rb +1 -1
- data/lib/datadog_api_client/version.rb +1 -1
- metadata +136 -4
- data/examples/v2/action-connection/DeleteActionConnection_2142905164.rb +0 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 30ac429d2ae6c6d6175f6ea1e3de68dd9919df2a152f8e5f8a96c04b45e3e3c5
|
4
|
+
data.tar.gz: 3c6f7937dc44194b7ee5e2298310e62d2d6d20f243cc773860eaa03f3ebe076c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 699c41670d27f59b75dc60a405e05b53097dddfb1d440c440fe59b2c6c960ae5e5a80a99c523c0726ce1096e28f13ad9f7b7c8bb0d04c20f55ab3510bd4cf417
|
7
|
+
data.tar.gz: d9516ee2c024e6897eb8f1eb4c9c9d24a98522b97ca54b37fda2d4299719141217491f0b0ed754e3ae45fe19d2776b0358c9c2f16e43fd721669dcc280e3cc0d
|
data/.apigentools-info
CHANGED
@@ -4,13 +4,13 @@
|
|
4
4
|
"spec_versions": {
|
5
5
|
"v1": {
|
6
6
|
"apigentools_version": "1.6.6",
|
7
|
-
"regenerated": "2025-
|
8
|
-
"spec_repo_commit": "
|
7
|
+
"regenerated": "2025-04-14 08:41:51.732917",
|
8
|
+
"spec_repo_commit": "e73254d7"
|
9
9
|
},
|
10
10
|
"v2": {
|
11
11
|
"apigentools_version": "1.6.6",
|
12
|
-
"regenerated": "2025-
|
13
|
-
"spec_repo_commit": "
|
12
|
+
"regenerated": "2025-04-14 08:41:51.748495",
|
13
|
+
"spec_repo_commit": "e73254d7"
|
14
14
|
}
|
15
15
|
}
|
16
16
|
}
|
@@ -3094,11 +3094,13 @@ components:
|
|
3094
3094
|
description: Name of the query for use in formulas.
|
3095
3095
|
enum:
|
3096
3096
|
- metric
|
3097
|
+
- monitor
|
3097
3098
|
- time_slice
|
3098
3099
|
example: metric
|
3099
3100
|
type: string
|
3100
3101
|
x-enum-varnames:
|
3101
3102
|
- METRIC
|
3103
|
+
- MONITOR
|
3102
3104
|
- TIME_SLICE
|
3103
3105
|
FormulaType:
|
3104
3106
|
description: Set the sort type to formula.
|
@@ -13489,6 +13491,10 @@ components:
|
|
13489
13491
|
default: true
|
13490
13492
|
description: Show the main body of the alert event.
|
13491
13493
|
type: boolean
|
13494
|
+
mute_buttons:
|
13495
|
+
default: false
|
13496
|
+
description: Show interactive buttons to mute the alerting monitor.
|
13497
|
+
type: boolean
|
13492
13498
|
notified:
|
13493
13499
|
default: true
|
13494
13500
|
description: Show the list of @-handles in the alert event.
|
@@ -13507,12 +13513,14 @@ components:
|
|
13507
13513
|
example:
|
13508
13514
|
- display:
|
13509
13515
|
message: true
|
13516
|
+
mute_buttons: true
|
13510
13517
|
notified: true
|
13511
13518
|
snapshot: true
|
13512
13519
|
tags: true
|
13513
13520
|
name: '#channel_name_main_account'
|
13514
13521
|
- display:
|
13515
13522
|
message: true
|
13523
|
+
mute_buttons: true
|
13516
13524
|
notified: true
|
13517
13525
|
snapshot: false
|
13518
13526
|
tags: true
|
@@ -16655,6 +16663,7 @@ components:
|
|
16655
16663
|
- assertFromJavascript
|
16656
16664
|
- assertPageContains
|
16657
16665
|
- assertPageLacks
|
16666
|
+
- assertRequests
|
16658
16667
|
- click
|
16659
16668
|
- extractFromJavascript
|
16660
16669
|
- extractVariable
|
@@ -16683,6 +16692,7 @@ components:
|
|
16683
16692
|
- ASSERT_FROM_JAVASCRIPT
|
16684
16693
|
- ASSERT_PAGE_CONTAINS
|
16685
16694
|
- ASSERT_PAGE_LACKS
|
16695
|
+
- ASSERT_REQUESTS
|
16686
16696
|
- CLICK
|
16687
16697
|
- EXTRACT_FROM_JAVASCRIPT
|
16688
16698
|
- EXTRACT_VARIABLE
|
@@ -20315,6 +20325,11 @@ components:
|
|
20315
20325
|
Plus over all hours in the current date for the given org.
|
20316
20326
|
format: int64
|
20317
20327
|
type: integer
|
20328
|
+
error_tracking_apm_error_events_sum:
|
20329
|
+
description: Shows the sum of all Error Tracking APM error events over all
|
20330
|
+
hours in the current date for the given org.
|
20331
|
+
format: int64
|
20332
|
+
type: integer
|
20318
20333
|
error_tracking_error_events_sum:
|
20319
20334
|
description: Shows the sum of all Error Tracking error events over all hours
|
20320
20335
|
in the current date for the given org.
|
@@ -20634,6 +20649,11 @@ components:
|
|
20634
20649
|
1st, 2024).
|
20635
20650
|
format: int64
|
20636
20651
|
type: integer
|
20652
|
+
rum_mobile_lite_session_count_kotlinmultiplatform_sum:
|
20653
|
+
description: Shows the sum of all mobile RUM lite sessions on Kotlin Multiplatform
|
20654
|
+
over all hours within the current date for all organizations.
|
20655
|
+
format: int64
|
20656
|
+
type: integer
|
20637
20657
|
rum_mobile_lite_session_count_reactnative_sum:
|
20638
20658
|
description: Shows the sum of all mobile RUM lite sessions on React Native
|
20639
20659
|
over all hours in the current date for all organizations (To be introduced
|
@@ -20646,6 +20666,11 @@ components:
|
|
20646
20666
|
on October 1st, 2024).
|
20647
20667
|
format: int64
|
20648
20668
|
type: integer
|
20669
|
+
rum_mobile_lite_session_count_unity_sum:
|
20670
|
+
description: Shows the sum of all mobile RUM lite sessions on Unity over
|
20671
|
+
all hours within the current date for all organizations.
|
20672
|
+
format: int64
|
20673
|
+
type: integer
|
20649
20674
|
rum_mobile_replay_session_count_android_sum:
|
20650
20675
|
description: Shows the sum of all mobile RUM replay sessions on Android
|
20651
20676
|
over all hours within the current date for the given org.
|
@@ -20656,6 +20681,11 @@ components:
|
|
20656
20681
|
all hours within the current date for the given org.
|
20657
20682
|
format: int64
|
20658
20683
|
type: integer
|
20684
|
+
rum_mobile_replay_session_count_kotlinmultiplatform_sum:
|
20685
|
+
description: Shows the sum of all mobile RUM replay sessions on Kotlin Multiplatform
|
20686
|
+
over all hours within the current date for all organizations.
|
20687
|
+
format: int64
|
20688
|
+
type: integer
|
20659
20689
|
rum_mobile_replay_session_count_reactnative_sum:
|
20660
20690
|
description: Shows the sum of all mobile RUM replay sessions on React Native
|
20661
20691
|
over all hours within the current date for the given org.
|
@@ -21185,6 +21215,11 @@ components:
|
|
21185
21215
|
Plus over all hours in the current date for the given org.
|
21186
21216
|
format: int64
|
21187
21217
|
type: integer
|
21218
|
+
error_tracking_apm_error_events_sum:
|
21219
|
+
description: Shows the sum of all Error Tracking APM error events over all
|
21220
|
+
hours in the current date for the given org.
|
21221
|
+
format: int64
|
21222
|
+
type: integer
|
21188
21223
|
error_tracking_error_events_sum:
|
21189
21224
|
description: Shows the sum of all Error Tracking error events over all hours
|
21190
21225
|
in the current date for the given org.
|
@@ -21508,6 +21543,11 @@ components:
|
|
21508
21543
|
1st, 2024).
|
21509
21544
|
format: int64
|
21510
21545
|
type: integer
|
21546
|
+
rum_mobile_lite_session_count_kotlinmultiplatform_sum:
|
21547
|
+
description: Shows the sum of all mobile RUM lite sessions on Kotlin Multiplatform
|
21548
|
+
over all hours within the current date for the given org.
|
21549
|
+
format: int64
|
21550
|
+
type: integer
|
21511
21551
|
rum_mobile_lite_session_count_reactnative_sum:
|
21512
21552
|
description: Shows the sum of all mobile RUM lite sessions on React Native
|
21513
21553
|
over all hours in the current date for the given org (To be introduced
|
@@ -21520,6 +21560,11 @@ components:
|
|
21520
21560
|
1st, 2024).
|
21521
21561
|
format: int64
|
21522
21562
|
type: integer
|
21563
|
+
rum_mobile_lite_session_count_unity_sum:
|
21564
|
+
description: Shows the sum of all mobile RUM lite sessions on Unity over
|
21565
|
+
all hours within the current date for the given org.
|
21566
|
+
format: int64
|
21567
|
+
type: integer
|
21523
21568
|
rum_mobile_replay_session_count_android_sum:
|
21524
21569
|
description: Shows the sum of all mobile RUM replay sessions on Android
|
21525
21570
|
over all hours within the current date for the given org.
|
@@ -21530,6 +21575,11 @@ components:
|
|
21530
21575
|
all hours within the current date for the given org.
|
21531
21576
|
format: int64
|
21532
21577
|
type: integer
|
21578
|
+
rum_mobile_replay_session_count_kotlinmultiplatform_sum:
|
21579
|
+
description: Shows the sum of all mobile RUM replay sessions on Kotlin Multiplatform
|
21580
|
+
over all hours within the current date for the given org.
|
21581
|
+
format: int64
|
21582
|
+
type: integer
|
21533
21583
|
rum_mobile_replay_session_count_reactnative_sum:
|
21534
21584
|
description: Shows the sum of all mobile RUM replay sessions on React Native
|
21535
21585
|
over all hours within the current date for the given org.
|
@@ -22060,6 +22110,11 @@ components:
|
|
22060
22110
|
Plus over all hours in the current month for all organizations.
|
22061
22111
|
format: int64
|
22062
22112
|
type: integer
|
22113
|
+
error_tracking_apm_error_events_agg_sum:
|
22114
|
+
description: Shows the sum of all Error Tracking APM error events over all
|
22115
|
+
hours in the current month for all organizations.
|
22116
|
+
format: int64
|
22117
|
+
type: integer
|
22063
22118
|
error_tracking_error_events_agg_sum:
|
22064
22119
|
description: Shows the sum of all Error Tracking error events over all hours
|
22065
22120
|
in the current month for all organizations.
|
@@ -22414,6 +22469,11 @@ components:
|
|
22414
22469
|
October 1st, 2024).
|
22415
22470
|
format: int64
|
22416
22471
|
type: integer
|
22472
|
+
rum_mobile_lite_session_count_kotlinmultiplatform_agg_sum:
|
22473
|
+
description: Shows the sum of all mobile RUM lite sessions on Kotlin Multiplatform
|
22474
|
+
over all hours within the current month for all organizations.
|
22475
|
+
format: int64
|
22476
|
+
type: integer
|
22417
22477
|
rum_mobile_lite_session_count_reactnative_agg_sum:
|
22418
22478
|
description: Shows the sum of all mobile RUM lite sessions on React Native
|
22419
22479
|
over all hours in the current month for all organizations (To be introduced
|
@@ -22426,6 +22486,11 @@ components:
|
|
22426
22486
|
on October 1st, 2024).
|
22427
22487
|
format: int64
|
22428
22488
|
type: integer
|
22489
|
+
rum_mobile_lite_session_count_unity_agg_sum:
|
22490
|
+
description: Shows the sum of all mobile RUM lite sessions on Unity over
|
22491
|
+
all hours within the current month for all organizations.
|
22492
|
+
format: int64
|
22493
|
+
type: integer
|
22429
22494
|
rum_mobile_replay_session_count_android_agg_sum:
|
22430
22495
|
description: Shows the sum of all mobile RUM replay sessions on Android
|
22431
22496
|
over all hours within the current month for all organizations.
|
@@ -22436,6 +22501,11 @@ components:
|
|
22436
22501
|
all hours within the current month for all organizations.
|
22437
22502
|
format: int64
|
22438
22503
|
type: integer
|
22504
|
+
rum_mobile_replay_session_count_kotlinmultiplatform_agg_sum:
|
22505
|
+
description: Shows the sum of all mobile RUM replay sessions on Kotlin Multiplatform
|
22506
|
+
over all hours within the current month for all organizations.
|
22507
|
+
format: int64
|
22508
|
+
type: integer
|
22439
22509
|
rum_mobile_replay_session_count_reactnative_agg_sum:
|
22440
22510
|
description: Shows the sum of all mobile RUM replay sessions on React Native
|
22441
22511
|
over all hours within the current month for all organizations.
|
@@ -29328,7 +29398,7 @@ paths:
|
|
29328
29398
|
- description: 'When specified, shows additional information about the group
|
29329
29399
|
states.
|
29330
29400
|
|
29331
|
-
Choose one or more from `all`, `alert`, `warn`, and `no data
|
29401
|
+
Choose one or more from `all`, `alert`, `warn`, and `no data`.'
|
29332
29402
|
in: query
|
29333
29403
|
name: group_states
|
29334
29404
|
required: false
|
@@ -36788,7 +36858,7 @@ servers:
|
|
36788
36858
|
variables:
|
36789
36859
|
site:
|
36790
36860
|
default: datadoghq.com
|
36791
|
-
description: The regional site for
|
36861
|
+
description: The regional site for Datadog customers.
|
36792
36862
|
enum:
|
36793
36863
|
- datadoghq.com
|
36794
36864
|
- us3.datadoghq.com
|
@@ -36863,7 +36933,10 @@ tags:
|
|
36863
36933
|
|
36864
36934
|
scopes from alerting. Downtime settings, which can be scheduled with start and
|
36865
36935
|
|
36866
|
-
end times, prevent all alerting related to specified Datadog tags.
|
36936
|
+
end times, prevent all alerting related to specified Datadog tags.
|
36937
|
+
|
36938
|
+
|
36939
|
+
**Note:** `curl` commands require [url encoding](https://curl.se/docs/url-syntax.html).'
|
36867
36940
|
name: Downtimes
|
36868
36941
|
- description: 'The Event Management API allows you to programmatically post events
|
36869
36942
|
to the Events Explorer and fetch events from the Events Explorer. See the [Event
|
@@ -36940,7 +37013,10 @@ tags:
|
|
36940
37013
|
notifies your team when a defined threshold has exceeded.
|
36941
37014
|
|
36942
37015
|
|
36943
|
-
For more information, see [Creating Monitors](https://docs.datadoghq.com/monitors/create/types/).
|
37016
|
+
For more information, see [Creating Monitors](https://docs.datadoghq.com/monitors/create/types/).
|
37017
|
+
|
37018
|
+
|
37019
|
+
**Note:** `curl` commands require [url encoding](https://curl.se/docs/url-syntax.html).'
|
36944
37020
|
externalDocs:
|
36945
37021
|
description: Find out more at
|
36946
37022
|
url: https://docs.datadoghq.com/monitors/create/types/
|