datadog_api_client 2.27.1 → 2.28.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.apigentools-info +4 -4
- data/.generator/conftest.py +0 -3
- data/.generator/schemas/v1/openapi.yaml +385 -616
- data/.generator/schemas/v2/openapi.yaml +1498 -386
- data/.generator/src/generator/formatter.py +2 -43
- data/.generator/src/generator/keywords.json +43 -0
- data/.generator/src/generator/templates/api.j2 +4 -0
- data/.generator/src/generator/templates/api_client.j2 +1 -0
- data/CHANGELOG.md +39 -0
- data/examples/v1/dashboards/CreateDashboard_1413226400.rb +66 -0
- data/examples/v1/dashboards/CreateDashboard_3298564989.rb +65 -0
- data/examples/v1/gcp-integration/CreateGCPIntegration.rb +1 -0
- data/examples/v1/gcp-integration/UpdateGCPIntegration.rb +1 -0
- data/examples/v1/gcp-integration/UpdateGCPIntegration_3544259255.rb +1 -0
- data/examples/v1/monitors/ValidateExistingMonitor.rb +0 -1
- data/examples/v1/monitors/ValidateMonitor.rb +0 -1
- data/examples/v1/monitors/ValidateMonitor_4247196452.rb +0 -1
- data/examples/v1/synthetics/CreateSyntheticsAPITest.rb +3 -1
- data/examples/v1/synthetics/CreateSyntheticsMobileTest.rb +1 -1
- data/examples/v1/synthetics/UpdateBrowserTest.rb +3 -1
- data/examples/v1/synthetics/UpdateMobileTest.rb +1 -1
- data/examples/v2/domain-allowlist/GetDomainAllowlist.rb +5 -0
- data/examples/v2/domain-allowlist/PatchDomainAllowlist.rb +17 -0
- data/examples/v2/gcp-integration/CreateGCPSTSAccount_2597004741.rb +1 -0
- data/examples/v2/incidents/CreateIncidentType.rb +19 -0
- data/examples/v2/incidents/DeleteIncidentType.rb +11 -0
- data/examples/v2/incidents/GetIncidentType.rb +8 -0
- data/examples/v2/incidents/ListIncidentTypes.rb +8 -0
- data/examples/v2/incidents/UpdateIncidentType.rb +22 -0
- data/examples/v2/metrics/QueryScalarData.rb +0 -3
- data/examples/v2/metrics/QueryScalarData_3112571352.rb +0 -3
- data/examples/v2/metrics/QueryTimeseriesData.rb +0 -3
- data/examples/v2/metrics/QueryTimeseriesData_301142940.rb +0 -3
- data/examples/v2/microsoft-teams-integration/CreateTenantBasedHandle.rb +17 -0
- data/examples/v2/microsoft-teams-integration/{CreateApiHandle_1540689753.rb → CreateTenantBasedHandle_1540689753.rb} +5 -5
- data/examples/v2/microsoft-teams-integration/DeleteTenantBasedHandle.rb +5 -0
- data/examples/v2/microsoft-teams-integration/DeleteTenantBasedHandle_377884154.rb +8 -0
- data/examples/v2/microsoft-teams-integration/GetTenantBasedHandle.rb +5 -0
- data/examples/v2/microsoft-teams-integration/GetTenantBasedHandle_2883785101.rb +8 -0
- data/examples/v2/microsoft-teams-integration/{ListApiHandles.rb → ListTenantBasedHandles.rb} +2 -2
- data/examples/v2/microsoft-teams-integration/{ListApiHandles_769592979.rb → ListTenantBasedHandles_769592979.rb} +1 -1
- data/examples/v2/microsoft-teams-integration/UpdateTenantBasedHandle.rb +17 -0
- data/examples/v2/microsoft-teams-integration/UpdateTenantBasedHandle_419892746.rb +18 -0
- data/examples/v2/rum-metrics/CreateRumMetric.rb +32 -0
- data/examples/v2/rum-metrics/DeleteRumMetric.rb +8 -0
- data/examples/v2/rum-metrics/GetRumMetric.rb +8 -0
- data/examples/v2/rum-metrics/ListRumMetrics.rb +5 -0
- data/examples/v2/rum-metrics/UpdateRumMetric.rb +29 -0
- data/examples/v2/security-monitoring/ListFindings_1668290866.rb +14 -0
- data/examples/v2/usage-metering/GetBillingDimensionMapping.rb +8 -0
- data/examples/v2/usage-metering/GetMonthlyCostAttribution.rb +4 -1
- data/lib/datadog_api_client/api_client.rb +1 -0
- data/lib/datadog_api_client/configuration.rb +6 -2
- data/lib/datadog_api_client/inflector.rb +81 -28
- data/lib/datadog_api_client/v1/api/monitors_api.rb +6 -3
- data/lib/datadog_api_client/v1/api/synthetics_api.rb +2 -0
- data/lib/datadog_api_client/v1/api/usage_metering_api.rb +5 -3
- data/lib/datadog_api_client/v1/models/gcp_account.rb +11 -1
- data/lib/datadog_api_client/v1/models/hourly_usage_attribution_usage_type.rb +1 -3
- data/lib/datadog_api_client/v1/models/list_stream_source.rb +1 -0
- data/lib/datadog_api_client/v1/models/monthly_usage_attribution_supported_metrics.rb +2 -6
- data/lib/datadog_api_client/v1/models/monthly_usage_attribution_values.rb +11 -61
- data/lib/datadog_api_client/v1/models/slo_history_monitor.rb +1 -1
- data/lib/datadog_api_client/v1/models/synthetics_batch_details_data.rb +2 -2
- data/lib/datadog_api_client/v1/models/synthetics_batch_result.rb +2 -2
- data/lib/datadog_api_client/v1/models/{synthetics_status.rb → synthetics_batch_status.rb} +4 -4
- data/lib/datadog_api_client/v1/models/synthetics_mobile_step.rb +32 -6
- data/lib/datadog_api_client/v1/models/synthetics_mobile_step_params.rb +249 -0
- data/lib/datadog_api_client/v1/models/synthetics_mobile_step_params_direction.rb +29 -0
- data/lib/datadog_api_client/v1/models/synthetics_mobile_step_params_element.rb +175 -0
- data/lib/datadog_api_client/v1/models/synthetics_mobile_step_params_element_context_type.rb +27 -0
- data/lib/datadog_api_client/v1/models/synthetics_mobile_step_params_element_relative_position.rb +115 -0
- data/lib/datadog_api_client/v1/models/synthetics_mobile_step_params_element_user_locator.rb +117 -0
- data/lib/datadog_api_client/v1/models/synthetics_mobile_step_params_element_user_locator_values_items.rb +115 -0
- data/lib/datadog_api_client/v1/models/synthetics_mobile_step_params_element_user_locator_values_items_type.rb +30 -0
- data/lib/datadog_api_client/v1/models/{synthetics_mobile_test_initial_application_arguments.rb → synthetics_mobile_step_params_positions_items.rb} +21 -11
- data/lib/datadog_api_client/v1/models/synthetics_mobile_step_params_value.rb +63 -0
- data/lib/datadog_api_client/v1/models/{synthetics_mobile_test_ci_options.rb → synthetics_mobile_step_params_variable.rb} +38 -17
- data/lib/datadog_api_client/v1/models/synthetics_mobile_test.rb +2 -2
- data/lib/datadog_api_client/v1/models/synthetics_mobile_test_config.rb +1 -1
- data/lib/datadog_api_client/v1/models/synthetics_mobile_test_options.rb +42 -16
- data/lib/datadog_api_client/v1/models/synthetics_mobile_tests_mobile_application.rb +24 -5
- data/lib/datadog_api_client/v1/models/synthetics_step.rb +22 -2
- data/lib/datadog_api_client/v1/models/synthetics_step_detail.rb +21 -1
- data/lib/datadog_api_client/v1/models/synthetics_test_ci_options.rb +19 -1
- data/lib/datadog_api_client/v1/models/synthetics_test_details_type.rb +1 -0
- data/lib/datadog_api_client/v1/models/synthetics_test_options_monitor_options.rb +34 -4
- data/lib/datadog_api_client/v1/models/{synthetics_mobile_test_options_monitor_options_notification_preset_name.rb → synthetics_test_options_monitor_options_notification_preset_name.rb} +2 -2
- data/lib/datadog_api_client/v1/models/synthetics_test_options_scheduling.rb +31 -2
- data/lib/datadog_api_client/v1/models/synthetics_test_options_scheduling_timeframe.rb +32 -6
- data/lib/datadog_api_client/v1/models/{synthetics_mobile_test_binding_items.rb → synthetics_test_restriction_policy_binding.rb} +11 -11
- data/lib/datadog_api_client/v1/models/{synthetics_mobile_test_binding_items_role.rb → synthetics_test_restriction_policy_binding_relation.rb} +2 -2
- data/lib/datadog_api_client/v1/models/toplist_widget_stacked.rb +1 -12
- data/lib/datadog_api_client/v1/models/usage_summary_date.rb +21 -1
- data/lib/datadog_api_client/v1/models/usage_summary_date_org.rb +21 -1
- data/lib/datadog_api_client/v1/models/usage_summary_response.rb +21 -1
- data/lib/datadog_api_client/v2/api/cloud_cost_management_api.rb +3 -69
- data/lib/datadog_api_client/v2/api/domain_allowlist_api.rb +153 -0
- data/lib/datadog_api_client/v2/api/incidents_api.rb +361 -0
- data/lib/datadog_api_client/v2/api/metrics_api.rb +1 -13
- data/lib/datadog_api_client/v2/api/microsoft_teams_integration_api.rb +98 -161
- data/lib/datadog_api_client/v2/api/rum_metrics_api.rb +357 -0
- data/lib/datadog_api_client/v2/api/security_monitoring_api.rb +3 -0
- data/lib/datadog_api_client/v2/api/software_catalog_api.rb +19 -19
- data/lib/datadog_api_client/v2/api/teams_api.rb +1 -0
- data/lib/datadog_api_client/v2/api/usage_metering_api.rb +79 -10
- data/lib/datadog_api_client/v2/models/billing_dimensions_mapping_body_item.rb +125 -0
- data/lib/datadog_api_client/v2/models/billing_dimensions_mapping_body_item_attributes.rb +127 -0
- data/lib/datadog_api_client/v2/models/billing_dimensions_mapping_body_item_attributes_endpoints_items.rb +127 -0
- data/lib/datadog_api_client/v2/models/billing_dimensions_mapping_body_item_attributes_endpoints_items_status.rb +27 -0
- data/lib/datadog_api_client/v2/models/billing_dimensions_mapping_response.rb +107 -0
- data/lib/datadog_api_client/v2/models/cloudflare_account_create_request_attributes.rb +1 -1
- data/lib/datadog_api_client/v2/models/cloudflare_account_response_attributes.rb +1 -1
- data/lib/datadog_api_client/v2/models/cloudflare_account_update_request_attributes.rb +1 -1
- data/lib/datadog_api_client/v2/models/domain_allowlist.rb +151 -0
- data/lib/datadog_api_client/v2/models/{aws_related_account_attributes.rb → domain_allowlist_attributes.rb} +20 -18
- data/lib/datadog_api_client/v2/models/domain_allowlist_request.rb +123 -0
- data/lib/datadog_api_client/{v1/models/synthetics_mobile_test_binding.rb → v2/models/domain_allowlist_response.rb} +13 -13
- data/lib/datadog_api_client/v2/models/domain_allowlist_response_data.rb +151 -0
- data/lib/datadog_api_client/v2/models/domain_allowlist_response_data_attributes.rb +117 -0
- data/lib/datadog_api_client/v2/models/{microsoft_teams_api_handle_type.rb → domain_allowlist_type.rb} +3 -3
- data/lib/datadog_api_client/v2/models/entity_attributes.rb +1 -1
- data/lib/datadog_api_client/v2/models/entity_data.rb +1 -1
- data/lib/datadog_api_client/v2/models/entity_response_included_incident.rb +1 -1
- 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_related_oncall_attributes.rb +1 -1
- data/lib/datadog_api_client/v2/models/entity_response_included_related_oncall_escalation_item.rb +1 -1
- data/lib/datadog_api_client/v2/models/entity_response_included_schema.rb +1 -1
- data/lib/datadog_api_client/v2/models/entity_v3_api_version.rb +1 -1
- data/lib/datadog_api_client/v2/models/entity_v3_datadog_code_location_item.rb +3 -3
- data/lib/datadog_api_client/v2/models/entity_v3_datadog_event_item.rb +2 -2
- data/lib/datadog_api_client/v2/models/entity_v3_datadog_integration_opsgenie.rb +2 -2
- data/lib/datadog_api_client/v2/models/entity_v3_datadog_integration_pagerduty.rb +2 -2
- data/lib/datadog_api_client/v2/models/entity_v3_datadog_log_item.rb +3 -3
- data/lib/datadog_api_client/v2/models/entity_v3_datadog_performance.rb +2 -2
- data/lib/datadog_api_client/v2/models/entity_v3_datadog_pipelines.rb +2 -2
- data/lib/datadog_api_client/v2/models/entity_v3_datastore.rb +4 -4
- data/lib/datadog_api_client/v2/models/entity_v3_datastore_datadog.rb +4 -4
- data/lib/datadog_api_client/v2/models/entity_v3_datastore_spec.rb +2 -2
- data/lib/datadog_api_client/v2/models/entity_v3_integrations.rb +3 -3
- data/lib/datadog_api_client/v2/models/entity_v3_metadata.rb +9 -9
- data/lib/datadog_api_client/v2/models/entity_v3_metadata_additional_owners_items.rb +2 -2
- data/lib/datadog_api_client/v2/models/entity_v3_metadata_contacts_items.rb +2 -2
- data/lib/datadog_api_client/v2/models/entity_v3_metadata_links_items.rb +2 -2
- data/lib/datadog_api_client/v2/models/entity_v3_metadata_owner.rb +2 -2
- data/lib/datadog_api_client/v2/models/entity_v3_queue.rb +5 -5
- data/lib/datadog_api_client/v2/models/entity_v3_queue_datadog.rb +4 -4
- data/lib/datadog_api_client/v2/models/entity_v3_queue_spec.rb +2 -2
- data/lib/datadog_api_client/v2/models/entity_v3_service.rb +5 -5
- data/lib/datadog_api_client/v2/models/entity_v3_service_datadog.rb +6 -6
- data/lib/datadog_api_client/v2/models/entity_v3_service_spec.rb +3 -3
- data/lib/datadog_api_client/v2/models/entity_v3_system.rb +5 -5
- data/lib/datadog_api_client/v2/models/entity_v3_system_datadog.rb +5 -5
- data/lib/datadog_api_client/v2/models/finding_attributes.rb +14 -4
- data/lib/datadog_api_client/v2/models/finding_vulnerability_type.rb +29 -0
- data/lib/datadog_api_client/v2/models/gcp_metric_namespace_config.rb +115 -0
- data/lib/datadog_api_client/v2/models/gcpsts_service_account_attributes.rb +23 -1
- data/lib/datadog_api_client/v2/models/incident_create_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/incident_integration_metadata_metadata.rb +2 -1
- data/lib/datadog_api_client/v2/models/incident_response_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/incident_response_included_item.rb +1 -1
- data/lib/datadog_api_client/v2/models/incident_type_attributes.rb +193 -0
- data/lib/datadog_api_client/v2/models/{microsoft_teams_api_handle_request_data.rb → incident_type_create_data.rb} +7 -7
- data/lib/datadog_api_client/v2/models/{microsoft_teams_create_api_handle_request.rb → incident_type_create_request.rb} +5 -5
- data/lib/datadog_api_client/v2/models/{microsoft_teams_api_handles_response.rb → incident_type_list_response.rb} +5 -5
- data/lib/datadog_api_client/v2/models/{aws_related_account.rb → incident_type_object.rb} +8 -8
- data/lib/datadog_api_client/v2/models/incident_type_patch_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/{microsoft_teams_create_api_handle_response.rb → incident_type_patch_request.rb} +5 -5
- data/lib/datadog_api_client/v2/models/{microsoft_teams_update_api_handle_request.rb → incident_type_response.rb} +5 -5
- data/lib/datadog_api_client/v2/models/{aws_related_account_type.rb → incident_type_type.rb} +3 -3
- data/lib/datadog_api_client/v2/models/incident_type_update_attributes.rb +175 -0
- data/lib/datadog_api_client/v2/models/incident_user_attributes.rb +153 -0
- data/lib/datadog_api_client/v2/models/incident_user_data.rb +125 -0
- data/lib/datadog_api_client/v2/models/include_type.rb +1 -1
- data/lib/datadog_api_client/v2/models/list_entity_catalog_response_links.rb +3 -3
- data/lib/datadog_api_client/v2/models/microsoft_teams_create_tenant_based_handle_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/{microsoft_teams_api_handle_attributes.rb → microsoft_teams_tenant_based_handle_attributes.rb} +4 -4
- data/lib/datadog_api_client/v2/models/{microsoft_teams_api_handle_info_response_attributes.rb → microsoft_teams_tenant_based_handle_info_response_attributes.rb} +4 -4
- data/lib/datadog_api_client/v2/models/{microsoft_teams_api_handle_response_data.rb → microsoft_teams_tenant_based_handle_info_response_data.rb} +8 -8
- data/lib/datadog_api_client/v2/models/microsoft_teams_tenant_based_handle_info_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/{microsoft_teams_api_handle_request_attributes.rb → microsoft_teams_tenant_based_handle_request_attributes.rb} +4 -4
- data/lib/datadog_api_client/v2/models/{microsoft_teams_update_api_handle_request_data.rb → microsoft_teams_tenant_based_handle_request_data.rb} +7 -7
- data/lib/datadog_api_client/v2/models/microsoft_teams_tenant_based_handle_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/{microsoft_teams_api_handle_info_response_data.rb → microsoft_teams_tenant_based_handle_response_data.rb} +8 -8
- data/lib/datadog_api_client/v2/models/microsoft_teams_tenant_based_handle_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/microsoft_teams_tenant_based_handles_response.rb +125 -0
- data/lib/datadog_api_client/v2/models/microsoft_teams_update_tenant_based_handle_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/microsoft_teams_update_tenant_based_handle_request_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/ms_teams_integration_metadata.rb +125 -0
- data/lib/datadog_api_client/v2/models/ms_teams_integration_metadata_teams_item.rb +186 -0
- data/lib/datadog_api_client/v2/models/relation_type.rb +1 -1
- data/lib/datadog_api_client/v2/models/relationship_item.rb +1 -1
- data/lib/datadog_api_client/v2/models/rum_metric_compute.rb +145 -0
- data/lib/datadog_api_client/v2/models/rum_metric_compute_aggregation_type.rb +27 -0
- data/lib/datadog_api_client/v2/models/rum_metric_create_attributes.rb +176 -0
- data/lib/datadog_api_client/v2/models/rum_metric_create_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/rum_metric_create_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/rum_metric_event_type.rb +32 -0
- data/lib/datadog_api_client/v2/models/rum_metric_filter.rb +123 -0
- data/lib/datadog_api_client/v2/models/rum_metric_group_by.rb +133 -0
- data/lib/datadog_api_client/v2/models/{microsoft_teams_api_handle_info_response.rb → rum_metric_response.rb} +5 -5
- data/lib/datadog_api_client/v2/models/rum_metric_response_attributes.rb +147 -0
- data/lib/datadog_api_client/v2/models/rum_metric_response_compute.rb +127 -0
- data/lib/datadog_api_client/v2/models/rum_metric_response_data.rb +125 -0
- data/lib/datadog_api_client/{v1/models/synthetics_mobile_test_initial_application_arguments_property_names.rb → v2/models/rum_metric_response_filter.rb} +13 -13
- data/lib/datadog_api_client/v2/models/rum_metric_response_group_by.rb +115 -0
- data/lib/datadog_api_client/v2/models/rum_metric_response_uniqueness.rb +105 -0
- data/lib/datadog_api_client/v2/models/{microsoft_teams_api_handle_info_type.rb → rum_metric_type.rb} +3 -3
- data/lib/datadog_api_client/v2/models/rum_metric_uniqueness.rb +123 -0
- data/lib/datadog_api_client/v2/models/rum_metric_uniqueness_when.rb +27 -0
- data/lib/datadog_api_client/v2/models/rum_metric_update_attributes.rb +127 -0
- data/lib/datadog_api_client/v2/models/rum_metric_update_compute.rb +106 -0
- data/lib/datadog_api_client/v2/models/rum_metric_update_data.rb +154 -0
- data/lib/datadog_api_client/v2/models/rum_metric_update_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/{aws_related_accounts_response.rb → rum_metrics_response.rb} +5 -5
- data/lib/datadog_api_client/v2/models/sensitive_data_scanner_included_keyword_configuration.rb +15 -4
- data/lib/datadog_api_client/v2/models/sensitive_data_scanner_meta.rb +2 -2
- data/lib/datadog_api_client/v2/models/upsert_catalog_entity_request.rb +1 -1
- data/lib/datadog_api_client/version.rb +1 -1
- metadata +110 -43
- data/examples/v2/cloud-cost-management/ListAWSRelatedAccounts.rb +0 -5
- data/examples/v2/microsoft-teams-integration/CreateApiHandle.rb +0 -17
- data/examples/v2/microsoft-teams-integration/DeleteApiHandle.rb +0 -5
- data/examples/v2/microsoft-teams-integration/DeleteApiHandle_377884154.rb +0 -8
- data/examples/v2/microsoft-teams-integration/GetApiHandle.rb +0 -5
- data/examples/v2/microsoft-teams-integration/GetApiHandleByName.rb +0 -5
- data/examples/v2/microsoft-teams-integration/GetApiHandleByName_1103107145.rb +0 -8
- data/examples/v2/microsoft-teams-integration/GetApiHandle_2883785101.rb +0 -8
- data/examples/v2/microsoft-teams-integration/UpdateApiHandle.rb +0 -17
- data/examples/v2/microsoft-teams-integration/UpdateApiHandle_419892746.rb +0 -18
- data/lib/datadog_api_client/v1/models/synthetics_mobile_device_id.rb +0 -251
- data/lib/datadog_api_client/v1/models/synthetics_mobile_test_options_monitor_options.rb +0 -155
@@ -203,7 +203,7 @@ components:
|
|
203
203
|
schema:
|
204
204
|
type: string
|
205
205
|
EntityID:
|
206
|
-
description: UUID or Entity Ref
|
206
|
+
description: UUID or Entity Ref.
|
207
207
|
in: path
|
208
208
|
name: entity_id
|
209
209
|
required: true
|
@@ -232,41 +232,41 @@ components:
|
|
232
232
|
schema:
|
233
233
|
type: string
|
234
234
|
FilterByExcludeSnapshot:
|
235
|
-
description: Filter entities by excluding snapshotted entities
|
235
|
+
description: Filter entities by excluding snapshotted entities.
|
236
236
|
in: query
|
237
|
-
name:
|
237
|
+
name: filter[exclude_snapshot]
|
238
238
|
required: false
|
239
239
|
schema:
|
240
240
|
type: string
|
241
241
|
FilterByID:
|
242
|
-
description: Filter entities by UUID
|
242
|
+
description: Filter entities by UUID.
|
243
243
|
explode: true
|
244
244
|
in: query
|
245
|
-
name:
|
245
|
+
name: filter[id]
|
246
246
|
required: false
|
247
247
|
schema:
|
248
248
|
type: string
|
249
249
|
FilterByKind:
|
250
|
-
description: Filter entities by kind
|
250
|
+
description: Filter entities by kind.
|
251
251
|
explode: true
|
252
252
|
in: query
|
253
|
-
name:
|
253
|
+
name: filter[kind]
|
254
254
|
required: false
|
255
255
|
schema:
|
256
256
|
type: string
|
257
257
|
FilterByName:
|
258
|
-
description: Filter entities by name
|
258
|
+
description: Filter entities by name.
|
259
259
|
explode: true
|
260
260
|
in: query
|
261
|
-
name:
|
261
|
+
name: filter[name]
|
262
262
|
required: false
|
263
263
|
schema:
|
264
264
|
type: string
|
265
265
|
FilterByOwner:
|
266
|
-
description: Filter entities by owner
|
266
|
+
description: Filter entities by owner.
|
267
267
|
explode: true
|
268
268
|
in: query
|
269
|
-
name:
|
269
|
+
name: filter[owner]
|
270
270
|
required: false
|
271
271
|
schema:
|
272
272
|
type: string
|
@@ -274,15 +274,15 @@ components:
|
|
274
274
|
description: Filter entities by reference
|
275
275
|
explode: true
|
276
276
|
in: query
|
277
|
-
name:
|
277
|
+
name: filter[ref]
|
278
278
|
required: false
|
279
279
|
schema:
|
280
280
|
type: string
|
281
281
|
FilterByRelationType:
|
282
|
-
description: Filter entities by relation type
|
282
|
+
description: Filter entities by relation type.
|
283
283
|
explode: true
|
284
284
|
in: query
|
285
|
-
name:
|
285
|
+
name: filter[relation][type]
|
286
286
|
required: false
|
287
287
|
schema:
|
288
288
|
$ref: '#/components/schemas/RelationType'
|
@@ -421,8 +421,22 @@ components:
|
|
421
421
|
required: true
|
422
422
|
schema:
|
423
423
|
type: string
|
424
|
+
IncidentTypeIDPathParameter:
|
425
|
+
description: The UUID of the incident type.
|
426
|
+
in: path
|
427
|
+
name: incident_type_id
|
428
|
+
required: true
|
429
|
+
schema:
|
430
|
+
type: string
|
431
|
+
IncidentTypeIncludeDeletedParameter:
|
432
|
+
description: Include deleted incident types in the response.
|
433
|
+
in: query
|
434
|
+
name: include_deleted
|
435
|
+
schema:
|
436
|
+
default: false
|
437
|
+
type: boolean
|
424
438
|
Include:
|
425
|
-
description:
|
439
|
+
description: Include relationship data.
|
426
440
|
explode: true
|
427
441
|
in: query
|
428
442
|
name: include
|
@@ -458,24 +472,24 @@ components:
|
|
458
472
|
required: true
|
459
473
|
schema:
|
460
474
|
type: string
|
461
|
-
|
462
|
-
description: Your handle
|
463
|
-
in:
|
464
|
-
name:
|
465
|
-
required:
|
475
|
+
MicrosoftTeamsHandleNameQueryParameter:
|
476
|
+
description: Your tenant-based handle name.
|
477
|
+
in: query
|
478
|
+
name: name
|
479
|
+
required: false
|
466
480
|
schema:
|
467
481
|
type: string
|
468
|
-
|
469
|
-
description: Your
|
482
|
+
MicrosoftTeamsTeamNamePathParameter:
|
483
|
+
description: Your team name.
|
470
484
|
in: path
|
471
|
-
name:
|
485
|
+
name: team_name
|
472
486
|
required: true
|
473
487
|
schema:
|
474
488
|
type: string
|
475
|
-
|
476
|
-
description: Your
|
489
|
+
MicrosoftTeamsTenantBasedHandleIDPathParameter:
|
490
|
+
description: Your tenant-based handle id.
|
477
491
|
in: path
|
478
|
-
name:
|
492
|
+
name: handle_id
|
479
493
|
required: true
|
480
494
|
schema:
|
481
495
|
type: string
|
@@ -583,6 +597,13 @@ components:
|
|
583
597
|
required: true
|
584
598
|
schema:
|
585
599
|
type: string
|
600
|
+
RumMetricIDParameter:
|
601
|
+
description: The name of the rum-based metric.
|
602
|
+
in: path
|
603
|
+
name: metric_id
|
604
|
+
required: true
|
605
|
+
schema:
|
606
|
+
type: string
|
586
607
|
SchemaVersion:
|
587
608
|
description: The schema version desired in the response.
|
588
609
|
in: query
|
@@ -955,49 +976,6 @@ components:
|
|
955
976
|
type: string
|
956
977
|
x-enum-varnames:
|
957
978
|
- API_KEYS
|
958
|
-
AWSRelatedAccount:
|
959
|
-
description: AWS related account.
|
960
|
-
properties:
|
961
|
-
attributes:
|
962
|
-
$ref: '#/components/schemas/AWSRelatedAccountAttributes'
|
963
|
-
id:
|
964
|
-
description: The AWS account ID.
|
965
|
-
example: '123456789123'
|
966
|
-
type: string
|
967
|
-
type:
|
968
|
-
$ref: '#/components/schemas/AWSRelatedAccountType'
|
969
|
-
required:
|
970
|
-
- id
|
971
|
-
- type
|
972
|
-
type: object
|
973
|
-
AWSRelatedAccountAttributes:
|
974
|
-
description: Attributes for an AWS related account.
|
975
|
-
properties:
|
976
|
-
has_datadog_integration:
|
977
|
-
description: Whether or not the AWS account has a Datadog integration.
|
978
|
-
type: boolean
|
979
|
-
name:
|
980
|
-
description: The name of the AWS account.
|
981
|
-
type: string
|
982
|
-
type: object
|
983
|
-
AWSRelatedAccountType:
|
984
|
-
default: aws_account
|
985
|
-
description: Type of AWS related account.
|
986
|
-
enum:
|
987
|
-
- aws_account
|
988
|
-
example: aws_account
|
989
|
-
type: string
|
990
|
-
x-enum-varnames:
|
991
|
-
- AWS_ACCOUNT
|
992
|
-
AWSRelatedAccountsResponse:
|
993
|
-
description: List of AWS related accounts.
|
994
|
-
properties:
|
995
|
-
data:
|
996
|
-
description: An AWS related account.
|
997
|
-
items:
|
998
|
-
$ref: '#/components/schemas/AWSRelatedAccount'
|
999
|
-
type: array
|
1000
|
-
type: object
|
1001
979
|
ActiveBillingDimensionsAttributes:
|
1002
980
|
description: List of active billing dimensions.
|
1003
981
|
properties:
|
@@ -2165,6 +2143,74 @@ components:
|
|
2165
2143
|
- storage_account
|
2166
2144
|
- storage_container
|
2167
2145
|
type: object
|
2146
|
+
BillingDimensionsMappingBody:
|
2147
|
+
description: Billing dimensions mapping data.
|
2148
|
+
items:
|
2149
|
+
$ref: '#/components/schemas/BillingDimensionsMappingBodyItem'
|
2150
|
+
type: array
|
2151
|
+
BillingDimensionsMappingBodyItem:
|
2152
|
+
description: The mapping data for each billing dimension.
|
2153
|
+
properties:
|
2154
|
+
attributes:
|
2155
|
+
$ref: '#/components/schemas/BillingDimensionsMappingBodyItemAttributes'
|
2156
|
+
id:
|
2157
|
+
description: ID of the billing dimension.
|
2158
|
+
type: string
|
2159
|
+
type:
|
2160
|
+
$ref: '#/components/schemas/ActiveBillingDimensionsType'
|
2161
|
+
type: object
|
2162
|
+
BillingDimensionsMappingBodyItemAttributes:
|
2163
|
+
description: Mapping of billing dimensions to endpoint keys.
|
2164
|
+
properties:
|
2165
|
+
endpoints:
|
2166
|
+
description: List of supported endpoints with their keys mapped to the billing_dimension.
|
2167
|
+
items:
|
2168
|
+
$ref: '#/components/schemas/BillingDimensionsMappingBodyItemAttributesEndpointsItems'
|
2169
|
+
type: array
|
2170
|
+
in_app_label:
|
2171
|
+
description: Label used for the billing dimension in the Plan & Usage charts.
|
2172
|
+
example: APM Hosts
|
2173
|
+
type: string
|
2174
|
+
timestamp:
|
2175
|
+
description: 'Month in ISO-8601 format, UTC, and precise to the second:
|
2176
|
+
`[YYYY-MM-DDThh:mm:ss]`.'
|
2177
|
+
format: date-time
|
2178
|
+
type: string
|
2179
|
+
type: object
|
2180
|
+
BillingDimensionsMappingBodyItemAttributesEndpointsItems:
|
2181
|
+
description: An endpoint's keys mapped to the billing_dimension.
|
2182
|
+
properties:
|
2183
|
+
id:
|
2184
|
+
description: The URL for the endpoint.
|
2185
|
+
example: api/v1/usage/billable-summary
|
2186
|
+
type: string
|
2187
|
+
keys:
|
2188
|
+
description: The billing dimension.
|
2189
|
+
example:
|
2190
|
+
- apm_host_top99p
|
2191
|
+
- apm_host_sum
|
2192
|
+
items:
|
2193
|
+
example: apm_host_top99p
|
2194
|
+
type: string
|
2195
|
+
type: array
|
2196
|
+
status:
|
2197
|
+
$ref: '#/components/schemas/BillingDimensionsMappingBodyItemAttributesEndpointsItemsStatus'
|
2198
|
+
type: object
|
2199
|
+
BillingDimensionsMappingBodyItemAttributesEndpointsItemsStatus:
|
2200
|
+
description: Denotes whether mapping keys were available for this endpoint.
|
2201
|
+
enum:
|
2202
|
+
- OK
|
2203
|
+
- NOT_FOUND
|
2204
|
+
type: string
|
2205
|
+
x-enum-varnames:
|
2206
|
+
- OK
|
2207
|
+
- NOT_FOUND
|
2208
|
+
BillingDimensionsMappingResponse:
|
2209
|
+
description: Billing dimensions mapping response.
|
2210
|
+
properties:
|
2211
|
+
data:
|
2212
|
+
$ref: '#/components/schemas/BillingDimensionsMappingBody'
|
2213
|
+
type: object
|
2168
2214
|
BulkMuteFindingsRequest:
|
2169
2215
|
description: The new bulk mute finding request.
|
2170
2216
|
properties:
|
@@ -4506,10 +4552,13 @@ components:
|
|
4506
4552
|
example: test-name
|
4507
4553
|
type: string
|
4508
4554
|
resources:
|
4509
|
-
description: An allowlist of resources to restrict pulling metrics for
|
4555
|
+
description: An allowlist of resources to restrict pulling metrics for including
|
4556
|
+
`'web', 'dns', 'lb' (load balancer), 'worker'`.
|
4510
4557
|
example:
|
4511
4558
|
- web
|
4512
4559
|
- dns
|
4560
|
+
- lb
|
4561
|
+
- worker
|
4513
4562
|
items:
|
4514
4563
|
type: string
|
4515
4564
|
type: array
|
@@ -4554,10 +4603,13 @@ components:
|
|
4554
4603
|
example: test-name
|
4555
4604
|
type: string
|
4556
4605
|
resources:
|
4557
|
-
description: An allowlist of resources
|
4606
|
+
description: An allowlist of resources, such as `web`, `dns`, `lb` (load
|
4607
|
+
balancer), `worker`, that restricts pulling metrics from those resources.
|
4558
4608
|
example:
|
4559
4609
|
- web
|
4560
4610
|
- dns
|
4611
|
+
- lb
|
4612
|
+
- worker
|
4561
4613
|
items:
|
4562
4614
|
type: string
|
4563
4615
|
type: array
|
@@ -4621,10 +4673,13 @@ components:
|
|
4621
4673
|
description: The name of the Cloudflare account.
|
4622
4674
|
type: string
|
4623
4675
|
resources:
|
4624
|
-
description: An allowlist of resources to restrict pulling metrics for
|
4676
|
+
description: An allowlist of resources to restrict pulling metrics for including
|
4677
|
+
`'web', 'dns', 'lb' (load balancer), 'worker'`.
|
4625
4678
|
example:
|
4626
4679
|
- web
|
4627
4680
|
- dns
|
4681
|
+
- lb
|
4682
|
+
- worker
|
4628
4683
|
items:
|
4629
4684
|
type: string
|
4630
4685
|
type: array
|
@@ -7101,6 +7156,81 @@ components:
|
|
7101
7156
|
description: The type of the resource. The value should always be device.
|
7102
7157
|
type: string
|
7103
7158
|
type: object
|
7159
|
+
DomainAllowlist:
|
7160
|
+
description: The email domain allowlist for an org.
|
7161
|
+
properties:
|
7162
|
+
attributes:
|
7163
|
+
$ref: '#/components/schemas/DomainAllowlistAttributes'
|
7164
|
+
id:
|
7165
|
+
description: The unique identifier of the org.
|
7166
|
+
nullable: true
|
7167
|
+
type: string
|
7168
|
+
type:
|
7169
|
+
$ref: '#/components/schemas/DomainAllowlistType'
|
7170
|
+
required:
|
7171
|
+
- type
|
7172
|
+
type: object
|
7173
|
+
DomainAllowlistAttributes:
|
7174
|
+
description: The details of the email domain allowlist.
|
7175
|
+
properties:
|
7176
|
+
domains:
|
7177
|
+
description: The list of domains in the email domain allowlist.
|
7178
|
+
items:
|
7179
|
+
type: string
|
7180
|
+
type: array
|
7181
|
+
enabled:
|
7182
|
+
description: Whether the email domain allowlist is enabled for the org.
|
7183
|
+
type: boolean
|
7184
|
+
type: object
|
7185
|
+
DomainAllowlistRequest:
|
7186
|
+
description: Request containing the desired email domain allowlist configuration.
|
7187
|
+
properties:
|
7188
|
+
data:
|
7189
|
+
$ref: '#/components/schemas/DomainAllowlist'
|
7190
|
+
required:
|
7191
|
+
- data
|
7192
|
+
type: object
|
7193
|
+
DomainAllowlistResponse:
|
7194
|
+
description: Response containing information about the email domain allowlist.
|
7195
|
+
properties:
|
7196
|
+
data:
|
7197
|
+
$ref: '#/components/schemas/DomainAllowlistResponseData'
|
7198
|
+
type: object
|
7199
|
+
DomainAllowlistResponseData:
|
7200
|
+
description: The email domain allowlist response for an org.
|
7201
|
+
properties:
|
7202
|
+
attributes:
|
7203
|
+
$ref: '#/components/schemas/DomainAllowlistResponseDataAttributes'
|
7204
|
+
id:
|
7205
|
+
description: The unique identifier of the org.
|
7206
|
+
nullable: true
|
7207
|
+
type: string
|
7208
|
+
type:
|
7209
|
+
$ref: '#/components/schemas/DomainAllowlistType'
|
7210
|
+
required:
|
7211
|
+
- type
|
7212
|
+
type: object
|
7213
|
+
DomainAllowlistResponseDataAttributes:
|
7214
|
+
description: The details of the email domain allowlist.
|
7215
|
+
properties:
|
7216
|
+
domains:
|
7217
|
+
description: The list of domains in the email domain allowlist.
|
7218
|
+
items:
|
7219
|
+
type: string
|
7220
|
+
type: array
|
7221
|
+
enabled:
|
7222
|
+
description: Whether the email domain allowlist is enabled for the org.
|
7223
|
+
type: boolean
|
7224
|
+
type: object
|
7225
|
+
DomainAllowlistType:
|
7226
|
+
default: domain_allowlist
|
7227
|
+
description: Email domain allowlist allowlist type.
|
7228
|
+
enum:
|
7229
|
+
- domain_allowlist
|
7230
|
+
example: domain_allowlist
|
7231
|
+
type: string
|
7232
|
+
x-enum-varnames:
|
7233
|
+
- DOMAIN_ALLOWLIST
|
7104
7234
|
DowntimeCreateRequest:
|
7105
7235
|
description: Request for creating a downtime.
|
7106
7236
|
properties:
|
@@ -7680,7 +7810,7 @@ components:
|
|
7680
7810
|
description: Entity attributes.
|
7681
7811
|
properties:
|
7682
7812
|
apiVersion:
|
7683
|
-
description: The
|
7813
|
+
description: The API version.
|
7684
7814
|
type: string
|
7685
7815
|
description:
|
7686
7816
|
description: The description.
|
@@ -7712,7 +7842,7 @@ components:
|
|
7712
7842
|
attributes:
|
7713
7843
|
$ref: '#/components/schemas/EntityAttributes'
|
7714
7844
|
id:
|
7715
|
-
description: Entity
|
7845
|
+
description: Entity ID.
|
7716
7846
|
type: string
|
7717
7847
|
meta:
|
7718
7848
|
$ref: '#/components/schemas/EntityMeta'
|
@@ -7739,7 +7869,7 @@ components:
|
|
7739
7869
|
type: string
|
7740
7870
|
type: object
|
7741
7871
|
EntityRaw:
|
7742
|
-
description: Entity definition in raw JSON
|
7872
|
+
description: Entity definition in raw JSON or YAML representation.
|
7743
7873
|
example: "apiVersion: v3\nkind: service\nmetadata:\n name: myservice\n"
|
7744
7874
|
type: string
|
7745
7875
|
EntityRelationships:
|
@@ -7767,7 +7897,7 @@ components:
|
|
7767
7897
|
attributes:
|
7768
7898
|
$ref: '#/components/schemas/EntityResponseIncludedRelatedIncidentAttributes'
|
7769
7899
|
id:
|
7770
|
-
description: Incident
|
7900
|
+
description: Incident ID.
|
7771
7901
|
type: string
|
7772
7902
|
type:
|
7773
7903
|
description: Incident description.
|
@@ -7791,7 +7921,7 @@ components:
|
|
7791
7921
|
attributes:
|
7792
7922
|
$ref: '#/components/schemas/EntityResponseIncludedRawSchemaAttributes'
|
7793
7923
|
id:
|
7794
|
-
description: Raw schema
|
7924
|
+
description: Raw schema ID.
|
7795
7925
|
type: string
|
7796
7926
|
type:
|
7797
7927
|
description: Raw schema type.
|
@@ -7882,7 +8012,7 @@ components:
|
|
7882
8012
|
type: string
|
7883
8013
|
type: object
|
7884
8014
|
EntityResponseIncludedRelatedOncallEscalationItem:
|
7885
|
-
description: Oncall escalation
|
8015
|
+
description: Oncall escalation.
|
7886
8016
|
properties:
|
7887
8017
|
email:
|
7888
8018
|
description: Oncall email.
|
@@ -7896,7 +8026,7 @@ components:
|
|
7896
8026
|
type: string
|
7897
8027
|
type: object
|
7898
8028
|
EntityResponseIncludedRelatedOncallEscalations:
|
7899
|
-
description: Oncall escalations
|
8029
|
+
description: Oncall escalations.
|
7900
8030
|
items:
|
7901
8031
|
$ref: '#/components/schemas/EntityResponseIncludedRelatedOncallEscalationItem'
|
7902
8032
|
type: array
|
@@ -7906,7 +8036,7 @@ components:
|
|
7906
8036
|
attributes:
|
7907
8037
|
$ref: '#/components/schemas/EntityResponseIncludedSchemaAttributes'
|
7908
8038
|
id:
|
7909
|
-
description: Entity
|
8039
|
+
description: Entity ID.
|
7910
8040
|
type: string
|
7911
8041
|
type:
|
7912
8042
|
description: Schema type.
|
@@ -7969,7 +8099,7 @@ components:
|
|
7969
8099
|
- $ref: '#/components/schemas/EntityV3System'
|
7970
8100
|
EntityV3APIVersion:
|
7971
8101
|
description: The schema version of entity type. The field is known as schema-version
|
7972
|
-
in the previous version
|
8102
|
+
in the previous version.
|
7973
8103
|
enum:
|
7974
8104
|
- v3
|
7975
8105
|
example: v3
|
@@ -7978,21 +8108,21 @@ components:
|
|
7978
8108
|
- V3
|
7979
8109
|
EntityV3DatadogCodeLocationItem:
|
7980
8110
|
additionalProperties: false
|
7981
|
-
description:
|
8111
|
+
description: Code location item.
|
7982
8112
|
properties:
|
7983
8113
|
paths:
|
7984
|
-
description: The paths (glob) to the source code of the service
|
8114
|
+
description: The paths (glob) to the source code of the service.
|
7985
8115
|
items:
|
7986
8116
|
type: string
|
7987
8117
|
type: array
|
7988
8118
|
repositoryURL:
|
7989
|
-
description: The repository path of the source code of the entity
|
8119
|
+
description: The repository path of the source code of the entity.
|
7990
8120
|
pattern: url
|
7991
8121
|
type: string
|
7992
8122
|
type: object
|
7993
8123
|
EntityV3DatadogCodeLocations:
|
7994
8124
|
additionalProperties: false
|
7995
|
-
description: Schema for mapping source code locations to an entity
|
8125
|
+
description: Schema for mapping source code locations to an entity.
|
7996
8126
|
items:
|
7997
8127
|
$ref: '#/components/schemas/EntityV3DatadogCodeLocationItem'
|
7998
8128
|
type: array
|
@@ -8001,28 +8131,28 @@ components:
|
|
8001
8131
|
description: Events association item.
|
8002
8132
|
properties:
|
8003
8133
|
name:
|
8004
|
-
description: The name of the query
|
8134
|
+
description: The name of the query.
|
8005
8135
|
type: string
|
8006
8136
|
query:
|
8007
|
-
description: The query to run
|
8137
|
+
description: The query to run.
|
8008
8138
|
type: string
|
8009
8139
|
type: object
|
8010
8140
|
EntityV3DatadogEvents:
|
8011
8141
|
additionalProperties: false
|
8012
|
-
description: Events associations
|
8142
|
+
description: Events associations.
|
8013
8143
|
items:
|
8014
8144
|
$ref: '#/components/schemas/EntityV3DatadogEventItem'
|
8015
8145
|
type: array
|
8016
8146
|
EntityV3DatadogIntegrationOpsgenie:
|
8017
8147
|
additionalProperties: false
|
8018
|
-
description: An Opsgenie integration schema
|
8148
|
+
description: An Opsgenie integration schema.
|
8019
8149
|
properties:
|
8020
8150
|
region:
|
8021
8151
|
description: The region for the Opsgenie integration.
|
8022
8152
|
minLength: 1
|
8023
8153
|
type: string
|
8024
8154
|
serviceURL:
|
8025
|
-
description: The service
|
8155
|
+
description: The service URL for the Opsgenie integration.
|
8026
8156
|
example: https://www.opsgenie.com/service/shopping-cart
|
8027
8157
|
minLength: 1
|
8028
8158
|
type: string
|
@@ -8031,10 +8161,10 @@ components:
|
|
8031
8161
|
type: object
|
8032
8162
|
EntityV3DatadogIntegrationPagerduty:
|
8033
8163
|
additionalProperties: false
|
8034
|
-
description:
|
8164
|
+
description: A PagerDuty integration schema.
|
8035
8165
|
properties:
|
8036
8166
|
serviceURL:
|
8037
|
-
description: The service
|
8167
|
+
description: The service URL for the PagerDuty integration.
|
8038
8168
|
example: https://www.pagerduty.com/service-directory/Pshopping-cart
|
8039
8169
|
minLength: 1
|
8040
8170
|
type: string
|
@@ -8043,46 +8173,46 @@ components:
|
|
8043
8173
|
type: object
|
8044
8174
|
EntityV3DatadogLogItem:
|
8045
8175
|
additionalProperties: false
|
8046
|
-
description:
|
8176
|
+
description: Log association item.
|
8047
8177
|
properties:
|
8048
8178
|
name:
|
8049
|
-
description: The name of the query
|
8179
|
+
description: The name of the query.
|
8050
8180
|
type: string
|
8051
8181
|
query:
|
8052
|
-
description: The query to run
|
8182
|
+
description: The query to run.
|
8053
8183
|
type: string
|
8054
8184
|
type: object
|
8055
8185
|
EntityV3DatadogLogs:
|
8056
8186
|
additionalProperties: false
|
8057
|
-
description: Logs association
|
8187
|
+
description: Logs association.
|
8058
8188
|
items:
|
8059
8189
|
$ref: '#/components/schemas/EntityV3DatadogLogItem'
|
8060
8190
|
type: array
|
8061
8191
|
EntityV3DatadogPerformance:
|
8062
8192
|
additionalProperties: false
|
8063
|
-
description: Performance stats association
|
8193
|
+
description: Performance stats association.
|
8064
8194
|
properties:
|
8065
8195
|
tags:
|
8066
8196
|
description: A list of APM entity tags that associates the APM Stats data
|
8067
|
-
with the entity
|
8197
|
+
with the entity.
|
8068
8198
|
items:
|
8069
8199
|
type: string
|
8070
8200
|
type: array
|
8071
8201
|
type: object
|
8072
8202
|
EntityV3DatadogPipelines:
|
8073
8203
|
additionalProperties: false
|
8074
|
-
description: CI Pipelines association
|
8204
|
+
description: CI Pipelines association.
|
8075
8205
|
properties:
|
8076
8206
|
fingerprints:
|
8077
8207
|
description: A list of CI Fingerprints that associate CI Pipelines with
|
8078
|
-
the entity
|
8208
|
+
the entity.
|
8079
8209
|
items:
|
8080
8210
|
type: string
|
8081
8211
|
type: array
|
8082
8212
|
type: object
|
8083
8213
|
EntityV3Datastore:
|
8084
8214
|
additionalProperties: false
|
8085
|
-
description: Schema for datastore entities
|
8215
|
+
description: Schema for datastore entities.
|
8086
8216
|
properties:
|
8087
8217
|
apiVersion:
|
8088
8218
|
$ref: '#/components/schemas/EntityV3APIVersion'
|
@@ -8108,7 +8238,7 @@ components:
|
|
8108
8238
|
type: object
|
8109
8239
|
EntityV3DatastoreDatadog:
|
8110
8240
|
additionalProperties: false
|
8111
|
-
description: Datadog product integrations for the datastore entity
|
8241
|
+
description: Datadog product integrations for the datastore entity.
|
8112
8242
|
properties:
|
8113
8243
|
events:
|
8114
8244
|
$ref: '#/components/schemas/EntityV3DatadogEvents'
|
@@ -8134,16 +8264,16 @@ components:
|
|
8134
8264
|
minLength: 1
|
8135
8265
|
type: string
|
8136
8266
|
tier:
|
8137
|
-
description: The importance of the datastore
|
8267
|
+
description: The importance of the datastore.
|
8138
8268
|
minLength: 1
|
8139
8269
|
type: string
|
8140
8270
|
type:
|
8141
|
-
description: The type of datastore
|
8271
|
+
description: The type of datastore.
|
8142
8272
|
type: string
|
8143
8273
|
type: object
|
8144
8274
|
EntityV3Integrations:
|
8145
8275
|
additionalProperties: false
|
8146
|
-
description: A base schema for defining third
|
8276
|
+
description: A base schema for defining third-party integrations.
|
8147
8277
|
properties:
|
8148
8278
|
opsgenie:
|
8149
8279
|
$ref: '#/components/schemas/EntityV3DatadogIntegrationOpsgenie'
|
@@ -8156,23 +8286,23 @@ components:
|
|
8156
8286
|
properties:
|
8157
8287
|
additionalOwners:
|
8158
8288
|
additionalProperties: false
|
8159
|
-
description: The additional owners of the entity, usually a team
|
8289
|
+
description: The additional owners of the entity, usually a team.
|
8160
8290
|
items:
|
8161
8291
|
$ref: '#/components/schemas/EntityV3MetadataAdditionalOwnersItems'
|
8162
8292
|
type: array
|
8163
8293
|
contacts:
|
8164
8294
|
additionalProperties: false
|
8165
|
-
description: A list of contacts for the entity
|
8295
|
+
description: A list of contacts for the entity.
|
8166
8296
|
items:
|
8167
8297
|
$ref: '#/components/schemas/EntityV3MetadataContactsItems'
|
8168
8298
|
type: array
|
8169
8299
|
description:
|
8170
8300
|
description: Short description of the entity. The UI can leverage the description
|
8171
|
-
for display
|
8301
|
+
for display.
|
8172
8302
|
type: string
|
8173
8303
|
displayName:
|
8174
8304
|
description: User friendly name of the entity. The UI can leverage the display
|
8175
|
-
name for display
|
8305
|
+
name for display.
|
8176
8306
|
type: string
|
8177
8307
|
id:
|
8178
8308
|
description: A read-only globally unique identifier for the entity generated
|
@@ -8186,7 +8316,7 @@ components:
|
|
8186
8316
|
type: string
|
8187
8317
|
links:
|
8188
8318
|
additionalProperties: false
|
8189
|
-
description: A list of links for the entity
|
8319
|
+
description: A list of links for the entity.
|
8190
8320
|
items:
|
8191
8321
|
$ref: '#/components/schemas/EntityV3MetadataLinksItems'
|
8192
8322
|
type: array
|
@@ -8196,20 +8326,20 @@ components:
|
|
8196
8326
|
Datadog. User supplied values are ignored.
|
8197
8327
|
type: object
|
8198
8328
|
name:
|
8199
|
-
description:
|
8329
|
+
description: Unique name given to an entity under the kind/namespace.
|
8200
8330
|
example: myService
|
8201
8331
|
minLength: 1
|
8202
8332
|
type: string
|
8203
8333
|
namespace:
|
8204
8334
|
description: Namespace is a part of unique identifier. It has a default
|
8205
|
-
value of 'default'
|
8335
|
+
value of 'default'.
|
8206
8336
|
example: default
|
8207
8337
|
minLength: 1
|
8208
8338
|
type: string
|
8209
8339
|
owner:
|
8210
8340
|
$ref: '#/components/schemas/EntityV3MetadataOwner'
|
8211
8341
|
tags:
|
8212
|
-
description: A set of custom tags
|
8342
|
+
description: A set of custom tags.
|
8213
8343
|
example:
|
8214
8344
|
- this:tag
|
8215
8345
|
- that:tag
|
@@ -8223,11 +8353,11 @@ components:
|
|
8223
8353
|
description: The definition of Entity V3 Metadata Additional Owners Items object.
|
8224
8354
|
properties:
|
8225
8355
|
name:
|
8226
|
-
description: Team name
|
8356
|
+
description: Team name.
|
8227
8357
|
example: ''
|
8228
8358
|
type: string
|
8229
8359
|
type:
|
8230
|
-
description: Team type
|
8360
|
+
description: Team type.
|
8231
8361
|
type: string
|
8232
8362
|
required:
|
8233
8363
|
- name
|
@@ -8236,11 +8366,11 @@ components:
|
|
8236
8366
|
description: The definition of Entity V3 Metadata Contacts Items object.
|
8237
8367
|
properties:
|
8238
8368
|
contact:
|
8239
|
-
description: Contact value
|
8369
|
+
description: Contact value.
|
8240
8370
|
example: https://slack/
|
8241
8371
|
type: string
|
8242
8372
|
name:
|
8243
|
-
description: Contact name
|
8373
|
+
description: Contact name.
|
8244
8374
|
minLength: 2
|
8245
8375
|
type: string
|
8246
8376
|
type:
|
@@ -8256,7 +8386,7 @@ components:
|
|
8256
8386
|
description: The definition of Entity V3 Metadata Links Items object.
|
8257
8387
|
properties:
|
8258
8388
|
name:
|
8259
|
-
description: Link name
|
8389
|
+
description: Link name.
|
8260
8390
|
example: mylink
|
8261
8391
|
type: string
|
8262
8392
|
provider:
|
@@ -8268,7 +8398,7 @@ components:
|
|
8268
8398
|
example: link
|
8269
8399
|
type: string
|
8270
8400
|
url:
|
8271
|
-
description: Link
|
8401
|
+
description: Link URL.
|
8272
8402
|
example: https://mylink
|
8273
8403
|
type: string
|
8274
8404
|
required:
|
@@ -8278,14 +8408,14 @@ components:
|
|
8278
8408
|
type: object
|
8279
8409
|
EntityV3MetadataOwner:
|
8280
8410
|
additionalProperties: false
|
8281
|
-
description: The owner of the entity, usually a team
|
8411
|
+
description: The owner of the entity, usually a team.
|
8282
8412
|
properties:
|
8283
8413
|
name:
|
8284
|
-
description: Team name
|
8414
|
+
description: Team name.
|
8285
8415
|
type: string
|
8286
8416
|
EntityV3Queue:
|
8287
8417
|
additionalProperties: false
|
8288
|
-
description: Schema for queue entities
|
8418
|
+
description: Schema for queue entities.
|
8289
8419
|
properties:
|
8290
8420
|
apiVersion:
|
8291
8421
|
$ref: '#/components/schemas/EntityV3APIVersion'
|
@@ -8293,8 +8423,8 @@ components:
|
|
8293
8423
|
$ref: '#/components/schemas/EntityV3QueueDatadog'
|
8294
8424
|
extensions:
|
8295
8425
|
additionalProperties: {}
|
8296
|
-
description: Custom extensions. This is the free-formed field to send client
|
8297
|
-
|
8426
|
+
description: Custom extensions. This is the free-formed field to send client-side
|
8427
|
+
metadata. No Datadog features are affected by this field.
|
8298
8428
|
type: object
|
8299
8429
|
integrations:
|
8300
8430
|
$ref: '#/components/schemas/EntityV3Integrations'
|
@@ -8311,7 +8441,7 @@ components:
|
|
8311
8441
|
type: object
|
8312
8442
|
EntityV3QueueDatadog:
|
8313
8443
|
additionalProperties: false
|
8314
|
-
description: Datadog product integrations for the datastore entity
|
8444
|
+
description: Datadog product integrations for the datastore entity.
|
8315
8445
|
properties:
|
8316
8446
|
events:
|
8317
8447
|
$ref: '#/components/schemas/EntityV3DatadogEvents'
|
@@ -8337,16 +8467,16 @@ components:
|
|
8337
8467
|
minLength: 1
|
8338
8468
|
type: string
|
8339
8469
|
tier:
|
8340
|
-
description: The importance of the queue
|
8470
|
+
description: The importance of the queue.
|
8341
8471
|
minLength: 1
|
8342
8472
|
type: string
|
8343
8473
|
type:
|
8344
|
-
description: The type of queue
|
8474
|
+
description: The type of queue.
|
8345
8475
|
type: string
|
8346
8476
|
type: object
|
8347
8477
|
EntityV3Service:
|
8348
8478
|
additionalProperties: false
|
8349
|
-
description: Schema for service entities
|
8479
|
+
description: Schema for service entities.
|
8350
8480
|
properties:
|
8351
8481
|
apiVersion:
|
8352
8482
|
$ref: '#/components/schemas/EntityV3APIVersion'
|
@@ -8354,8 +8484,8 @@ components:
|
|
8354
8484
|
$ref: '#/components/schemas/EntityV3ServiceDatadog'
|
8355
8485
|
extensions:
|
8356
8486
|
additionalProperties: {}
|
8357
|
-
description: Custom extensions. This is the free-formed field to send client
|
8358
|
-
|
8487
|
+
description: Custom extensions. This is the free-formed field to send client-side
|
8488
|
+
metadata. No Datadog features are affected by this field.
|
8359
8489
|
type: object
|
8360
8490
|
integrations:
|
8361
8491
|
$ref: '#/components/schemas/EntityV3Integrations'
|
@@ -8372,7 +8502,7 @@ components:
|
|
8372
8502
|
type: object
|
8373
8503
|
EntityV3ServiceDatadog:
|
8374
8504
|
additionalProperties: false
|
8375
|
-
description: Datadog product integrations for the service entity
|
8505
|
+
description: Datadog product integrations for the service entity.
|
8376
8506
|
properties:
|
8377
8507
|
codeLocations:
|
8378
8508
|
$ref: '#/components/schemas/EntityV3DatadogCodeLocations'
|
@@ -8398,7 +8528,7 @@ components:
|
|
8398
8528
|
description: The definition of Entity V3 Service Spec object.
|
8399
8529
|
properties:
|
8400
8530
|
dependsOn:
|
8401
|
-
description: A list of components the service depends on
|
8531
|
+
description: A list of components the service depends on.
|
8402
8532
|
items:
|
8403
8533
|
type: string
|
8404
8534
|
type: array
|
@@ -8412,16 +8542,16 @@ components:
|
|
8412
8542
|
minLength: 1
|
8413
8543
|
type: string
|
8414
8544
|
tier:
|
8415
|
-
description: The importance of the component
|
8545
|
+
description: The importance of the component.
|
8416
8546
|
minLength: 1
|
8417
8547
|
type: string
|
8418
8548
|
type:
|
8419
|
-
description: The type of service
|
8549
|
+
description: The type of service.
|
8420
8550
|
type: string
|
8421
8551
|
type: object
|
8422
8552
|
EntityV3System:
|
8423
8553
|
additionalProperties: false
|
8424
|
-
description: Schema for system entities
|
8554
|
+
description: Schema for system entities.
|
8425
8555
|
properties:
|
8426
8556
|
apiVersion:
|
8427
8557
|
$ref: '#/components/schemas/EntityV3APIVersion'
|
@@ -8429,8 +8559,8 @@ components:
|
|
8429
8559
|
$ref: '#/components/schemas/EntityV3SystemDatadog'
|
8430
8560
|
extensions:
|
8431
8561
|
additionalProperties: {}
|
8432
|
-
description: Custom extensions. This is the free-formed field to send client
|
8433
|
-
|
8562
|
+
description: Custom extensions. This is the free-formed field to send client-side
|
8563
|
+
metadata. No Datadog features are affected by this field.
|
8434
8564
|
type: object
|
8435
8565
|
integrations:
|
8436
8566
|
$ref: '#/components/schemas/EntityV3Integrations'
|
@@ -8447,7 +8577,7 @@ components:
|
|
8447
8577
|
type: object
|
8448
8578
|
EntityV3SystemDatadog:
|
8449
8579
|
additionalProperties: false
|
8450
|
-
description: Datadog product integrations for the service entity
|
8580
|
+
description: Datadog product integrations for the service entity.
|
8451
8581
|
properties:
|
8452
8582
|
events:
|
8453
8583
|
$ref: '#/components/schemas/EntityV3DatadogEvents'
|
@@ -9230,6 +9360,8 @@ components:
|
|
9230
9360
|
$ref: '#/components/schemas/FindingStatus'
|
9231
9361
|
tags:
|
9232
9362
|
$ref: '#/components/schemas/FindingTags'
|
9363
|
+
vulnerability_type:
|
9364
|
+
$ref: '#/components/schemas/FindingVulnerabilityType'
|
9233
9365
|
type: object
|
9234
9366
|
FindingEvaluation:
|
9235
9367
|
description: The evaluation of the finding.
|
@@ -9363,6 +9495,20 @@ components:
|
|
9363
9495
|
type: string
|
9364
9496
|
x-enum-varnames:
|
9365
9497
|
- FINDING
|
9498
|
+
FindingVulnerabilityType:
|
9499
|
+
description: The vulnerability type of the finding.
|
9500
|
+
enum:
|
9501
|
+
- misconfiguration
|
9502
|
+
- attack_path
|
9503
|
+
- identity_risk
|
9504
|
+
- api_security
|
9505
|
+
example: misconfiguration
|
9506
|
+
type: string
|
9507
|
+
x-enum-varnames:
|
9508
|
+
- MISCONFIGURATION
|
9509
|
+
- ATTACK_PATH
|
9510
|
+
- IDENTITY_RISK
|
9511
|
+
- API_SECURITY
|
9366
9512
|
FormulaLimit:
|
9367
9513
|
description: 'Message for specifying limits to the number of values returned
|
9368
9514
|
by a query.
|
@@ -9477,6 +9623,20 @@ components:
|
|
9477
9623
|
nullable: true
|
9478
9624
|
type: array
|
9479
9625
|
type: object
|
9626
|
+
GCPMetricNamespaceConfig:
|
9627
|
+
description: Configuration for a GCP metric namespace.
|
9628
|
+
properties:
|
9629
|
+
disabled:
|
9630
|
+
default: false
|
9631
|
+
description: When disabled, Datadog does not collect metrics that are related
|
9632
|
+
to this GCP metric namespace.
|
9633
|
+
example: true
|
9634
|
+
type: boolean
|
9635
|
+
id:
|
9636
|
+
description: The id of the GCP metric namespace.
|
9637
|
+
example: aiplatform
|
9638
|
+
type: string
|
9639
|
+
type: object
|
9480
9640
|
GCPSTSDelegateAccount:
|
9481
9641
|
description: Datadog principal service account info.
|
9482
9642
|
properties:
|
@@ -9566,6 +9726,12 @@ components:
|
|
9566
9726
|
product for this service account. Note: This requires resource_collection_enabled
|
9567
9727
|
to be set to true.'
|
9568
9728
|
type: boolean
|
9729
|
+
is_resource_change_collection_enabled:
|
9730
|
+
default: false
|
9731
|
+
description: When enabled, Datadog scans for all resource change data in
|
9732
|
+
your Google Cloud environment.
|
9733
|
+
example: true
|
9734
|
+
type: boolean
|
9569
9735
|
is_security_command_center_enabled:
|
9570
9736
|
default: false
|
9571
9737
|
description: 'When enabled, Datadog will attempt to collect Security Command
|
@@ -9573,6 +9739,14 @@ components:
|
|
9573
9739
|
account.'
|
9574
9740
|
example: true
|
9575
9741
|
type: boolean
|
9742
|
+
metric_namespace_configs:
|
9743
|
+
description: Configurations for GCP metric namespaces.
|
9744
|
+
example:
|
9745
|
+
- disabled: true
|
9746
|
+
id: aiplatform
|
9747
|
+
items:
|
9748
|
+
$ref: '#/components/schemas/GCPMetricNamespaceConfig'
|
9749
|
+
type: array
|
9576
9750
|
resource_collection_enabled:
|
9577
9751
|
description: When enabled, Datadog scans for all resources in your GCP environment.
|
9578
9752
|
type: boolean
|
@@ -9895,7 +10069,6 @@ components:
|
|
9895
10069
|
HTTPLogItem:
|
9896
10070
|
additionalProperties:
|
9897
10071
|
description: Additional log attributes.
|
9898
|
-
type: string
|
9899
10072
|
description: Logs that are sent over HTTP.
|
9900
10073
|
properties:
|
9901
10074
|
ddsource:
|
@@ -10429,6 +10602,11 @@ components:
|
|
10429
10602
|
type: dropdown
|
10430
10603
|
value: SEV-5
|
10431
10604
|
type: object
|
10605
|
+
incident_type_uuid:
|
10606
|
+
description: A unique identifier that represents an incident type. The default
|
10607
|
+
incident type will be used if this property is not provided.
|
10608
|
+
example: 00000000-0000-0000-0000-000000000000
|
10609
|
+
type: string
|
10432
10610
|
initial_cells:
|
10433
10611
|
description: An array of initial timeline cells to be placed at the beginning
|
10434
10612
|
of the incident timeline.
|
@@ -10640,6 +10818,7 @@ components:
|
|
10640
10818
|
oneOf:
|
10641
10819
|
- $ref: '#/components/schemas/SlackIntegrationMetadata'
|
10642
10820
|
- $ref: '#/components/schemas/JiraIntegrationMetadata'
|
10821
|
+
- $ref: '#/components/schemas/MSTeamsIntegrationMetadata'
|
10643
10822
|
IncidentIntegrationMetadataPatchData:
|
10644
10823
|
description: Incident integration metadata data for a patch request.
|
10645
10824
|
properties:
|
@@ -10835,6 +11014,10 @@ components:
|
|
10835
11014
|
type: dropdown
|
10836
11015
|
value: SEV-5
|
10837
11016
|
type: object
|
11017
|
+
incident_type_uuid:
|
11018
|
+
description: A unique identifier that represents an incident type.
|
11019
|
+
example: 00000000-0000-0000-0000-000000000000
|
11020
|
+
type: string
|
10838
11021
|
modified:
|
10839
11022
|
description: Timestamp when the incident was last modified.
|
10840
11023
|
format: date-time
|
@@ -10930,7 +11113,7 @@ components:
|
|
10930
11113
|
IncidentResponseIncludedItem:
|
10931
11114
|
description: An object related to an incident that is included in the response.
|
10932
11115
|
oneOf:
|
10933
|
-
- $ref: '#/components/schemas/
|
11116
|
+
- $ref: '#/components/schemas/IncidentUserData'
|
10934
11117
|
- $ref: '#/components/schemas/IncidentAttachmentData'
|
10935
11118
|
IncidentResponseMeta:
|
10936
11119
|
description: The metadata object containing pagination metadata.
|
@@ -11780,6 +11963,188 @@ components:
|
|
11780
11963
|
type: string
|
11781
11964
|
x-enum-varnames:
|
11782
11965
|
- INCIDENTS
|
11966
|
+
IncidentTypeAttributes:
|
11967
|
+
description: Incident type's attributes.
|
11968
|
+
properties:
|
11969
|
+
createdAt:
|
11970
|
+
description: Timestamp when the incident type was created.
|
11971
|
+
format: date-time
|
11972
|
+
readOnly: true
|
11973
|
+
type: string
|
11974
|
+
createdBy:
|
11975
|
+
description: A unique identifier that represents the user that created the
|
11976
|
+
incident type.
|
11977
|
+
example: 00000000-0000-0000-0000-000000000000
|
11978
|
+
readOnly: true
|
11979
|
+
type: string
|
11980
|
+
description:
|
11981
|
+
description: Text that describes the incident type.
|
11982
|
+
example: Any incidents that harm (or have the potential to) the confidentiality,
|
11983
|
+
integrity, or availability of our data.
|
11984
|
+
type: string
|
11985
|
+
is_default:
|
11986
|
+
default: false
|
11987
|
+
description: If true, this incident type will be used as the default incident
|
11988
|
+
type if a type is not specified during the creation of incident resources.
|
11989
|
+
example: false
|
11990
|
+
type: boolean
|
11991
|
+
lastModifiedBy:
|
11992
|
+
description: A unique identifier that represents the user that last modified
|
11993
|
+
the incident type.
|
11994
|
+
example: 00000000-0000-0000-0000-000000000000
|
11995
|
+
readOnly: true
|
11996
|
+
type: string
|
11997
|
+
modifiedAt:
|
11998
|
+
description: Timestamp when the incident type was last modified.
|
11999
|
+
format: date-time
|
12000
|
+
readOnly: true
|
12001
|
+
type: string
|
12002
|
+
name:
|
12003
|
+
description: The name of the incident type.
|
12004
|
+
example: Security Incident
|
12005
|
+
type: string
|
12006
|
+
prefix:
|
12007
|
+
description: The string that will be prepended to the incident title across
|
12008
|
+
the Datadog app.
|
12009
|
+
example: IR
|
12010
|
+
readOnly: true
|
12011
|
+
type: string
|
12012
|
+
required:
|
12013
|
+
- name
|
12014
|
+
type: object
|
12015
|
+
IncidentTypeCreateData:
|
12016
|
+
description: Incident type data for a create request.
|
12017
|
+
properties:
|
12018
|
+
attributes:
|
12019
|
+
$ref: '#/components/schemas/IncidentTypeAttributes'
|
12020
|
+
type:
|
12021
|
+
$ref: '#/components/schemas/IncidentTypeType'
|
12022
|
+
required:
|
12023
|
+
- type
|
12024
|
+
- attributes
|
12025
|
+
type: object
|
12026
|
+
IncidentTypeCreateRequest:
|
12027
|
+
description: Create request for an incident type.
|
12028
|
+
properties:
|
12029
|
+
data:
|
12030
|
+
$ref: '#/components/schemas/IncidentTypeCreateData'
|
12031
|
+
required:
|
12032
|
+
- data
|
12033
|
+
type: object
|
12034
|
+
IncidentTypeListResponse:
|
12035
|
+
description: Response with a list of incident types.
|
12036
|
+
properties:
|
12037
|
+
data:
|
12038
|
+
description: An array of incident type objects.
|
12039
|
+
items:
|
12040
|
+
$ref: '#/components/schemas/IncidentTypeObject'
|
12041
|
+
type: array
|
12042
|
+
required:
|
12043
|
+
- data
|
12044
|
+
type: object
|
12045
|
+
IncidentTypeObject:
|
12046
|
+
description: Incident type response data.
|
12047
|
+
properties:
|
12048
|
+
attributes:
|
12049
|
+
$ref: '#/components/schemas/IncidentTypeAttributes'
|
12050
|
+
id:
|
12051
|
+
description: The incident type's ID.
|
12052
|
+
example: 00000000-0000-0000-0000-000000000000
|
12053
|
+
type: string
|
12054
|
+
type:
|
12055
|
+
$ref: '#/components/schemas/IncidentTypeType'
|
12056
|
+
required:
|
12057
|
+
- id
|
12058
|
+
- type
|
12059
|
+
type: object
|
12060
|
+
IncidentTypePatchData:
|
12061
|
+
description: Incident type data for a patch request.
|
12062
|
+
properties:
|
12063
|
+
attributes:
|
12064
|
+
$ref: '#/components/schemas/IncidentTypeUpdateAttributes'
|
12065
|
+
id:
|
12066
|
+
description: The incident type's ID.
|
12067
|
+
example: 00000000-0000-0000-0000-000000000000
|
12068
|
+
type: string
|
12069
|
+
type:
|
12070
|
+
$ref: '#/components/schemas/IncidentTypeType'
|
12071
|
+
required:
|
12072
|
+
- id
|
12073
|
+
- type
|
12074
|
+
- attributes
|
12075
|
+
type: object
|
12076
|
+
IncidentTypePatchRequest:
|
12077
|
+
description: Patch request for an incident type.
|
12078
|
+
properties:
|
12079
|
+
data:
|
12080
|
+
$ref: '#/components/schemas/IncidentTypePatchData'
|
12081
|
+
required:
|
12082
|
+
- data
|
12083
|
+
type: object
|
12084
|
+
IncidentTypeResponse:
|
12085
|
+
description: Incident type response data.
|
12086
|
+
properties:
|
12087
|
+
data:
|
12088
|
+
$ref: '#/components/schemas/IncidentTypeObject'
|
12089
|
+
required:
|
12090
|
+
- data
|
12091
|
+
type: object
|
12092
|
+
IncidentTypeType:
|
12093
|
+
default: incident_types
|
12094
|
+
description: Incident type resource type.
|
12095
|
+
enum:
|
12096
|
+
- incident_types
|
12097
|
+
example: incident_types
|
12098
|
+
type: string
|
12099
|
+
x-enum-varnames:
|
12100
|
+
- INCIDENT_TYPES
|
12101
|
+
IncidentTypeUpdateAttributes:
|
12102
|
+
description: Incident type's attributes for updates.
|
12103
|
+
properties:
|
12104
|
+
createdAt:
|
12105
|
+
description: Timestamp when the incident type was created.
|
12106
|
+
format: date-time
|
12107
|
+
readOnly: true
|
12108
|
+
type: string
|
12109
|
+
createdBy:
|
12110
|
+
description: A unique identifier that represents the user that created the
|
12111
|
+
incident type.
|
12112
|
+
example: 00000000-0000-0000-0000-000000000000
|
12113
|
+
readOnly: true
|
12114
|
+
type: string
|
12115
|
+
description:
|
12116
|
+
description: Text that describes the incident type.
|
12117
|
+
example: 'Any incidents that harm (or have the potential to) the confidentiality,
|
12118
|
+
integrity, or availability of our data. Note: This will notify the security
|
12119
|
+
team.'
|
12120
|
+
type: string
|
12121
|
+
is_default:
|
12122
|
+
description: When true, this incident type will be used as the default type
|
12123
|
+
when an incident type is not specified.
|
12124
|
+
example: false
|
12125
|
+
type: boolean
|
12126
|
+
lastModifiedBy:
|
12127
|
+
description: A unique identifier that represents the user that last modified
|
12128
|
+
the incident type.
|
12129
|
+
example: 00000000-0000-0000-0000-000000000000
|
12130
|
+
readOnly: true
|
12131
|
+
type: string
|
12132
|
+
modifiedAt:
|
12133
|
+
description: Timestamp when the incident type was last modified.
|
12134
|
+
format: date-time
|
12135
|
+
readOnly: true
|
12136
|
+
type: string
|
12137
|
+
name:
|
12138
|
+
description: The name of the incident type.
|
12139
|
+
example: Security Incident
|
12140
|
+
type: string
|
12141
|
+
prefix:
|
12142
|
+
description: The string that will be prepended to the incident title across
|
12143
|
+
the Datadog app.
|
12144
|
+
example: IR
|
12145
|
+
readOnly: true
|
12146
|
+
type: string
|
12147
|
+
type: object
|
11783
12148
|
IncidentUpdateAttributes:
|
11784
12149
|
description: The incident's attributes for an update request.
|
11785
12150
|
properties:
|
@@ -11869,6 +12234,37 @@ components:
|
|
11869
12234
|
required:
|
11870
12235
|
- data
|
11871
12236
|
type: object
|
12237
|
+
IncidentUserAttributes:
|
12238
|
+
description: Attributes of user object returned by the API.
|
12239
|
+
properties:
|
12240
|
+
email:
|
12241
|
+
description: Email of the user.
|
12242
|
+
type: string
|
12243
|
+
handle:
|
12244
|
+
description: Handle of the user.
|
12245
|
+
type: string
|
12246
|
+
icon:
|
12247
|
+
description: URL of the user's icon.
|
12248
|
+
type: string
|
12249
|
+
name:
|
12250
|
+
description: Name of the user.
|
12251
|
+
nullable: true
|
12252
|
+
type: string
|
12253
|
+
uuid:
|
12254
|
+
description: UUID of the user.
|
12255
|
+
type: string
|
12256
|
+
type: object
|
12257
|
+
IncidentUserData:
|
12258
|
+
description: User object returned by the API.
|
12259
|
+
properties:
|
12260
|
+
attributes:
|
12261
|
+
$ref: '#/components/schemas/IncidentUserAttributes'
|
12262
|
+
id:
|
12263
|
+
description: ID of the user.
|
12264
|
+
type: string
|
12265
|
+
type:
|
12266
|
+
$ref: '#/components/schemas/UsersType'
|
12267
|
+
type: object
|
11872
12268
|
IncidentUserDefinedFieldType:
|
11873
12269
|
description: The incident user defined fields type.
|
11874
12270
|
enum:
|
@@ -11892,6 +12288,7 @@ components:
|
|
11892
12288
|
customer_impact_start: null
|
11893
12289
|
customer_impacted: false
|
11894
12290
|
detected: '2020-04-14T00:00:00+00:00'
|
12291
|
+
incident_type_uuid: 00000000-0000-0000-0000-000000000001
|
11895
12292
|
modified: '2020-09-17T14:16:58.696424+00:00'
|
11896
12293
|
public_id: 1
|
11897
12294
|
resolved: null
|
@@ -11937,6 +12334,7 @@ components:
|
|
11937
12334
|
customer_impact_start: null
|
11938
12335
|
customer_impacted: false
|
11939
12336
|
detected: '2020-04-14T00:00:00+00:00'
|
12337
|
+
incident_type_uuid: 00000000-0000-0000-0000-000000000002
|
11940
12338
|
modified: '2020-09-17T14:16:58.696424+00:00'
|
11941
12339
|
public_id: 2
|
11942
12340
|
resolved: null
|
@@ -11986,7 +12384,7 @@ components:
|
|
11986
12384
|
- data
|
11987
12385
|
type: object
|
11988
12386
|
IncludeType:
|
11989
|
-
description:
|
12387
|
+
description: Supported include types.
|
11990
12388
|
enum:
|
11991
12389
|
- schema
|
11992
12390
|
- raw_schema
|
@@ -12322,13 +12720,13 @@ components:
|
|
12322
12720
|
description: List entity response links.
|
12323
12721
|
properties:
|
12324
12722
|
next:
|
12325
|
-
description:
|
12723
|
+
description: Next link.
|
12326
12724
|
type: string
|
12327
12725
|
previous:
|
12328
|
-
description:
|
12726
|
+
description: Previous link.
|
12329
12727
|
type: string
|
12330
12728
|
self:
|
12331
|
-
description:
|
12729
|
+
description: Current link.
|
12332
12730
|
type: string
|
12333
12731
|
type: object
|
12334
12732
|
ListFindingsData:
|
@@ -13603,6 +14001,43 @@ components:
|
|
13603
14001
|
from the other indexes
|
13604
14002
|
type: string
|
13605
14003
|
type: object
|
14004
|
+
MSTeamsIntegrationMetadata:
|
14005
|
+
description: Incident integration metadata for the Microsoft Teams integration.
|
14006
|
+
properties:
|
14007
|
+
teams:
|
14008
|
+
description: Array of Microsoft Teams in this integration metadata.
|
14009
|
+
example: []
|
14010
|
+
items:
|
14011
|
+
$ref: '#/components/schemas/MSTeamsIntegrationMetadataTeamsItem'
|
14012
|
+
type: array
|
14013
|
+
required:
|
14014
|
+
- teams
|
14015
|
+
type: object
|
14016
|
+
MSTeamsIntegrationMetadataTeamsItem:
|
14017
|
+
description: Item in the Microsoft Teams integration metadata teams array.
|
14018
|
+
properties:
|
14019
|
+
ms_channel_id:
|
14020
|
+
description: Microsoft Teams channel ID.
|
14021
|
+
example: 19:abc00abcdef00a0abcdef0abcdef0a@thread.tacv2
|
14022
|
+
type: string
|
14023
|
+
ms_channel_name:
|
14024
|
+
description: Microsoft Teams channel name.
|
14025
|
+
example: incident-0001-example
|
14026
|
+
type: string
|
14027
|
+
ms_tenant_id:
|
14028
|
+
description: Microsoft Teams tenant ID.
|
14029
|
+
example: 00000000-abcd-0005-0000-000000000000
|
14030
|
+
type: string
|
14031
|
+
redirect_url:
|
14032
|
+
description: URL redirecting to the Microsoft Teams channel.
|
14033
|
+
example: https://teams.microsoft.com/l/channel/19%3Aabc00abcdef00a0abcdef0abcdef0a%40thread.tacv2/conversations?groupId=12345678-abcd-dcba-abcd-1234567890ab&tenantId=00000000-abcd-0005-0000-000000000000
|
14034
|
+
type: string
|
14035
|
+
required:
|
14036
|
+
- ms_tenant_id
|
14037
|
+
- ms_channel_id
|
14038
|
+
- ms_channel_name
|
14039
|
+
- redirect_url
|
14040
|
+
type: object
|
13606
14041
|
Metric:
|
13607
14042
|
description: Object for a single metric tag configuration.
|
13608
14043
|
example:
|
@@ -14809,8 +15244,64 @@ components:
|
|
14809
15244
|
- data_source
|
14810
15245
|
- query
|
14811
15246
|
type: object
|
14812
|
-
|
14813
|
-
description:
|
15247
|
+
MicrosoftTeamsChannelInfoResponseAttributes:
|
15248
|
+
description: Channel attributes.
|
15249
|
+
properties:
|
15250
|
+
is_primary:
|
15251
|
+
description: Indicates if this is the primary channel.
|
15252
|
+
example: true
|
15253
|
+
maxLength: 255
|
15254
|
+
type: boolean
|
15255
|
+
team_id:
|
15256
|
+
description: Team id.
|
15257
|
+
example: 00000000-0000-0000-0000-000000000000
|
15258
|
+
maxLength: 255
|
15259
|
+
type: string
|
15260
|
+
tenant_id:
|
15261
|
+
description: Tenant id.
|
15262
|
+
example: 00000000-0000-0000-0000-000000000001
|
15263
|
+
maxLength: 255
|
15264
|
+
type: string
|
15265
|
+
type: object
|
15266
|
+
MicrosoftTeamsChannelInfoResponseData:
|
15267
|
+
description: Channel data from a response.
|
15268
|
+
properties:
|
15269
|
+
attributes:
|
15270
|
+
$ref: '#/components/schemas/MicrosoftTeamsChannelInfoResponseAttributes'
|
15271
|
+
id:
|
15272
|
+
description: The ID of the channel.
|
15273
|
+
example: 19:b41k24b14bn1nwffkernfkwrnfneubgkr@thread.tacv2
|
15274
|
+
maxLength: 255
|
15275
|
+
minLength: 1
|
15276
|
+
type: string
|
15277
|
+
type:
|
15278
|
+
$ref: '#/components/schemas/MicrosoftTeamsChannelInfoType'
|
15279
|
+
type: object
|
15280
|
+
MicrosoftTeamsChannelInfoType:
|
15281
|
+
default: ms-teams-channel-info
|
15282
|
+
description: Channel info resource type.
|
15283
|
+
enum:
|
15284
|
+
- ms-teams-channel-info
|
15285
|
+
example: ms-teams-channel-info
|
15286
|
+
type: string
|
15287
|
+
x-enum-varnames:
|
15288
|
+
- MS_TEAMS_CHANNEL_INFO
|
15289
|
+
MicrosoftTeamsCreateTenantBasedHandleRequest:
|
15290
|
+
description: Create tenant-based handle request.
|
15291
|
+
properties:
|
15292
|
+
data:
|
15293
|
+
$ref: '#/components/schemas/MicrosoftTeamsTenantBasedHandleRequestData'
|
15294
|
+
required:
|
15295
|
+
- data
|
15296
|
+
type: object
|
15297
|
+
MicrosoftTeamsGetChannelByNameResponse:
|
15298
|
+
description: Response with channel, team, and tenant ID information.
|
15299
|
+
properties:
|
15300
|
+
data:
|
15301
|
+
$ref: '#/components/schemas/MicrosoftTeamsChannelInfoResponseData'
|
15302
|
+
type: object
|
15303
|
+
MicrosoftTeamsTenantBasedHandleAttributes:
|
15304
|
+
description: Tenant-based handle attributes.
|
14814
15305
|
properties:
|
14815
15306
|
channel_id:
|
14816
15307
|
description: Channel id.
|
@@ -14818,7 +15309,7 @@ components:
|
|
14818
15309
|
maxLength: 255
|
14819
15310
|
type: string
|
14820
15311
|
name:
|
14821
|
-
description:
|
15312
|
+
description: Tenant-based handle name.
|
14822
15313
|
example: fake-handle-name
|
14823
15314
|
maxLength: 255
|
14824
15315
|
type: string
|
@@ -14833,14 +15324,8 @@ components:
|
|
14833
15324
|
maxLength: 255
|
14834
15325
|
type: string
|
14835
15326
|
type: object
|
14836
|
-
|
14837
|
-
description:
|
14838
|
-
properties:
|
14839
|
-
data:
|
14840
|
-
$ref: '#/components/schemas/MicrosoftTeamsApiHandleInfoResponseData'
|
14841
|
-
type: object
|
14842
|
-
MicrosoftTeamsApiHandleInfoResponseAttributes:
|
14843
|
-
description: Handle attributes.
|
15327
|
+
MicrosoftTeamsTenantBasedHandleInfoResponseAttributes:
|
15328
|
+
description: Tenant-based handle attributes.
|
14844
15329
|
properties:
|
14845
15330
|
channel_id:
|
14846
15331
|
description: Channel id.
|
@@ -14853,7 +15338,7 @@ components:
|
|
14853
15338
|
maxLength: 255
|
14854
15339
|
type: string
|
14855
15340
|
name:
|
14856
|
-
description:
|
15341
|
+
description: Tenant-based handle name.
|
14857
15342
|
example: fake-handle-name
|
14858
15343
|
maxLength: 255
|
14859
15344
|
type: string
|
@@ -14878,31 +15363,31 @@ components:
|
|
14878
15363
|
maxLength: 255
|
14879
15364
|
type: string
|
14880
15365
|
type: object
|
14881
|
-
|
14882
|
-
description:
|
15366
|
+
MicrosoftTeamsTenantBasedHandleInfoResponseData:
|
15367
|
+
description: Tenant-based handle data from a response.
|
14883
15368
|
properties:
|
14884
15369
|
attributes:
|
14885
|
-
$ref: '#/components/schemas/
|
15370
|
+
$ref: '#/components/schemas/MicrosoftTeamsTenantBasedHandleInfoResponseAttributes'
|
14886
15371
|
id:
|
14887
|
-
description: The ID of the handle.
|
15372
|
+
description: The ID of the tenant-based handle.
|
14888
15373
|
example: 596da4af-0563-4097-90ff-07230c3f9db3
|
14889
15374
|
maxLength: 100
|
14890
15375
|
minLength: 1
|
14891
15376
|
type: string
|
14892
15377
|
type:
|
14893
|
-
$ref: '#/components/schemas/
|
15378
|
+
$ref: '#/components/schemas/MicrosoftTeamsTenantBasedHandleInfoType'
|
14894
15379
|
type: object
|
14895
|
-
|
14896
|
-
default: ms-teams-handle-info
|
14897
|
-
description:
|
15380
|
+
MicrosoftTeamsTenantBasedHandleInfoType:
|
15381
|
+
default: ms-teams-tenant-based-handle-info
|
15382
|
+
description: Tenant-based handle resource type.
|
14898
15383
|
enum:
|
14899
|
-
- ms-teams-handle-info
|
14900
|
-
example: ms-teams-handle-info
|
15384
|
+
- ms-teams-tenant-based-handle-info
|
15385
|
+
example: ms-teams-tenant-based-handle-info
|
14901
15386
|
type: string
|
14902
15387
|
x-enum-varnames:
|
14903
|
-
-
|
14904
|
-
|
14905
|
-
description:
|
15388
|
+
- MS_TEAMS_TENANT_BASED_HANDLE_INFO
|
15389
|
+
MicrosoftTeamsTenantBasedHandleRequestAttributes:
|
15390
|
+
description: Tenant-based handle attributes.
|
14906
15391
|
properties:
|
14907
15392
|
channel_id:
|
14908
15393
|
description: Channel id.
|
@@ -14910,7 +15395,7 @@ components:
|
|
14910
15395
|
maxLength: 255
|
14911
15396
|
type: string
|
14912
15397
|
name:
|
14913
|
-
description:
|
15398
|
+
description: Tenant-based handle name.
|
14914
15399
|
example: fake-handle-name
|
14915
15400
|
maxLength: 255
|
14916
15401
|
type: string
|
@@ -14930,45 +15415,53 @@ components:
|
|
14930
15415
|
- team_id
|
14931
15416
|
- tenant_id
|
14932
15417
|
type: object
|
14933
|
-
|
14934
|
-
description:
|
15418
|
+
MicrosoftTeamsTenantBasedHandleRequestData:
|
15419
|
+
description: Tenant-based handle data from a response.
|
14935
15420
|
properties:
|
14936
15421
|
attributes:
|
14937
|
-
$ref: '#/components/schemas/
|
15422
|
+
$ref: '#/components/schemas/MicrosoftTeamsTenantBasedHandleRequestAttributes'
|
14938
15423
|
type:
|
14939
|
-
$ref: '#/components/schemas/
|
15424
|
+
$ref: '#/components/schemas/MicrosoftTeamsTenantBasedHandleType'
|
14940
15425
|
required:
|
14941
15426
|
- type
|
14942
15427
|
- attributes
|
14943
15428
|
type: object
|
14944
|
-
|
14945
|
-
description:
|
15429
|
+
MicrosoftTeamsTenantBasedHandleResponse:
|
15430
|
+
description: Response of a tenant-based handle.
|
15431
|
+
properties:
|
15432
|
+
data:
|
15433
|
+
$ref: '#/components/schemas/MicrosoftTeamsTenantBasedHandleResponseData'
|
15434
|
+
required:
|
15435
|
+
- data
|
15436
|
+
type: object
|
15437
|
+
MicrosoftTeamsTenantBasedHandleResponseData:
|
15438
|
+
description: Tenant-based handle data from a response.
|
14946
15439
|
properties:
|
14947
15440
|
attributes:
|
14948
|
-
$ref: '#/components/schemas/
|
15441
|
+
$ref: '#/components/schemas/MicrosoftTeamsTenantBasedHandleAttributes'
|
14949
15442
|
id:
|
14950
|
-
description: The ID of the handle.
|
15443
|
+
description: The ID of the tenant-based handle.
|
14951
15444
|
example: 596da4af-0563-4097-90ff-07230c3f9db3
|
14952
15445
|
maxLength: 100
|
14953
15446
|
minLength: 1
|
14954
15447
|
type: string
|
14955
15448
|
type:
|
14956
|
-
$ref: '#/components/schemas/
|
15449
|
+
$ref: '#/components/schemas/MicrosoftTeamsTenantBasedHandleType'
|
14957
15450
|
type: object
|
14958
|
-
|
14959
|
-
default: handle
|
14960
|
-
description: Specifies the handle resource type.
|
15451
|
+
MicrosoftTeamsTenantBasedHandleType:
|
15452
|
+
default: tenant-based-handle
|
15453
|
+
description: Specifies the tenant-based handle resource type.
|
14961
15454
|
enum:
|
14962
|
-
- handle
|
14963
|
-
example: handle
|
15455
|
+
- tenant-based-handle
|
15456
|
+
example: tenant-based-handle
|
14964
15457
|
type: string
|
14965
15458
|
x-enum-varnames:
|
14966
|
-
-
|
14967
|
-
|
14968
|
-
description: Response with a list of handles.
|
15459
|
+
- TENANT_BASED_HANDLE
|
15460
|
+
MicrosoftTeamsTenantBasedHandlesResponse:
|
15461
|
+
description: Response with a list of tenant-based handles.
|
14969
15462
|
properties:
|
14970
15463
|
data:
|
14971
|
-
description: An array of handles.
|
15464
|
+
description: An array of tenant-based handles.
|
14972
15465
|
example:
|
14973
15466
|
- attributes:
|
14974
15467
|
channelId: 19:b41k24b14bn1nwffkernfkwrnfneubgkr@thread.tacv2
|
@@ -14979,7 +15472,7 @@ components:
|
|
14979
15472
|
tenantId: 00000000-0000-0000-0000-000000000001
|
14980
15473
|
tenantName: Company, Inc.
|
14981
15474
|
id: 596da4af-0563-4097-90ff-07230c3f9db3
|
14982
|
-
type: ms-teams-handle-info
|
15475
|
+
type: ms-teams-tenant-based-handle-info
|
14983
15476
|
- attributes:
|
14984
15477
|
channelId: 19:b41k24b14bn1nwffkernfkwrnfneubgk1@thread.tacv2
|
14985
15478
|
channelName: General2
|
@@ -14989,92 +15482,28 @@ components:
|
|
14989
15482
|
tenantId: 00000000-0000-0000-0000-000000000003
|
14990
15483
|
tenantName: Company, Inc.
|
14991
15484
|
id: 596da4af-0563-4097-90ff-07230c3f9db4
|
14992
|
-
type: ms-teams-handle-info
|
15485
|
+
type: ms-teams-tenant-based-handle-info
|
14993
15486
|
items:
|
14994
|
-
$ref: '#/components/schemas/
|
15487
|
+
$ref: '#/components/schemas/MicrosoftTeamsTenantBasedHandleInfoResponseData'
|
14995
15488
|
type: array
|
14996
15489
|
required:
|
14997
15490
|
- data
|
14998
15491
|
type: object
|
14999
|
-
|
15000
|
-
description:
|
15001
|
-
properties:
|
15002
|
-
is_primary:
|
15003
|
-
description: Indicates if this is the primary channel.
|
15004
|
-
example: true
|
15005
|
-
maxLength: 255
|
15006
|
-
type: boolean
|
15007
|
-
team_id:
|
15008
|
-
description: Team id.
|
15009
|
-
example: 00000000-0000-0000-0000-000000000000
|
15010
|
-
maxLength: 255
|
15011
|
-
type: string
|
15012
|
-
tenant_id:
|
15013
|
-
description: Tenant id.
|
15014
|
-
example: 00000000-0000-0000-0000-000000000001
|
15015
|
-
maxLength: 255
|
15016
|
-
type: string
|
15017
|
-
type: object
|
15018
|
-
MicrosoftTeamsChannelInfoResponseData:
|
15019
|
-
description: Channel data from a response.
|
15020
|
-
properties:
|
15021
|
-
attributes:
|
15022
|
-
$ref: '#/components/schemas/MicrosoftTeamsChannelInfoResponseAttributes'
|
15023
|
-
id:
|
15024
|
-
description: The ID of the channel.
|
15025
|
-
example: 19:b41k24b14bn1nwffkernfkwrnfneubgkr@thread.tacv2
|
15026
|
-
maxLength: 255
|
15027
|
-
minLength: 1
|
15028
|
-
type: string
|
15029
|
-
type:
|
15030
|
-
$ref: '#/components/schemas/MicrosoftTeamsChannelInfoType'
|
15031
|
-
type: object
|
15032
|
-
MicrosoftTeamsChannelInfoType:
|
15033
|
-
default: ms-teams-channel-info
|
15034
|
-
description: Channel info resource type.
|
15035
|
-
enum:
|
15036
|
-
- ms-teams-channel-info
|
15037
|
-
example: ms-teams-channel-info
|
15038
|
-
type: string
|
15039
|
-
x-enum-varnames:
|
15040
|
-
- MS_TEAMS_CHANNEL_INFO
|
15041
|
-
MicrosoftTeamsCreateApiHandleRequest:
|
15042
|
-
description: Create handle request.
|
15043
|
-
properties:
|
15044
|
-
data:
|
15045
|
-
$ref: '#/components/schemas/MicrosoftTeamsApiHandleRequestData'
|
15046
|
-
required:
|
15047
|
-
- data
|
15048
|
-
type: object
|
15049
|
-
MicrosoftTeamsCreateApiHandleResponse:
|
15050
|
-
description: Response of a handle.
|
15051
|
-
properties:
|
15052
|
-
data:
|
15053
|
-
$ref: '#/components/schemas/MicrosoftTeamsApiHandleResponseData'
|
15054
|
-
required:
|
15055
|
-
- data
|
15056
|
-
type: object
|
15057
|
-
MicrosoftTeamsGetChannelByNameResponse:
|
15058
|
-
description: Response with channel, team, and tenant ID information.
|
15059
|
-
properties:
|
15060
|
-
data:
|
15061
|
-
$ref: '#/components/schemas/MicrosoftTeamsChannelInfoResponseData'
|
15062
|
-
type: object
|
15063
|
-
MicrosoftTeamsUpdateApiHandleRequest:
|
15064
|
-
description: Update handle request.
|
15492
|
+
MicrosoftTeamsUpdateTenantBasedHandleRequest:
|
15493
|
+
description: Update tenant-based handle request.
|
15065
15494
|
properties:
|
15066
15495
|
data:
|
15067
|
-
$ref: '#/components/schemas/
|
15496
|
+
$ref: '#/components/schemas/MicrosoftTeamsUpdateTenantBasedHandleRequestData'
|
15068
15497
|
required:
|
15069
15498
|
- data
|
15070
15499
|
type: object
|
15071
|
-
|
15072
|
-
description:
|
15500
|
+
MicrosoftTeamsUpdateTenantBasedHandleRequestData:
|
15501
|
+
description: Tenant-based handle data from a response.
|
15073
15502
|
properties:
|
15074
15503
|
attributes:
|
15075
|
-
$ref: '#/components/schemas/
|
15504
|
+
$ref: '#/components/schemas/MicrosoftTeamsTenantBasedHandleAttributes'
|
15076
15505
|
type:
|
15077
|
-
$ref: '#/components/schemas/
|
15506
|
+
$ref: '#/components/schemas/MicrosoftTeamsTenantBasedHandleType'
|
15078
15507
|
required:
|
15079
15508
|
- type
|
15080
15509
|
- attributes
|
@@ -17707,7 +18136,7 @@ components:
|
|
17707
18136
|
type: string
|
17708
18137
|
type: object
|
17709
18138
|
RelationType:
|
17710
|
-
description:
|
18139
|
+
description: Supported relation types.
|
17711
18140
|
enum:
|
17712
18141
|
- RelationTypeOwns
|
17713
18142
|
- RelationTypeOwnedBy
|
@@ -17740,7 +18169,7 @@ components:
|
|
17740
18169
|
description: Relationship entry.
|
17741
18170
|
properties:
|
17742
18171
|
id:
|
17743
|
-
description: Associated data
|
18172
|
+
description: Associated data ID.
|
17744
18173
|
type: string
|
17745
18174
|
type:
|
17746
18175
|
description: Relationship type.
|
@@ -18887,6 +19316,290 @@ components:
|
|
18887
19316
|
type: string
|
18888
19317
|
x-enum-varnames:
|
18889
19318
|
- RULE
|
19319
|
+
RumMetricCompute:
|
19320
|
+
description: The compute rule to compute the rum-based metric.
|
19321
|
+
properties:
|
19322
|
+
aggregation_type:
|
19323
|
+
$ref: '#/components/schemas/RumMetricComputeAggregationType'
|
19324
|
+
include_percentiles:
|
19325
|
+
$ref: '#/components/schemas/RumMetricComputeIncludePercentiles'
|
19326
|
+
path:
|
19327
|
+
description: 'The path to the value the rum-based metric will aggregate
|
19328
|
+
on.
|
19329
|
+
|
19330
|
+
Only present when `aggregation_type` is `distribution`.'
|
19331
|
+
example: '@duration'
|
19332
|
+
type: string
|
19333
|
+
required:
|
19334
|
+
- aggregation_type
|
19335
|
+
type: object
|
19336
|
+
RumMetricComputeAggregationType:
|
19337
|
+
description: The type of aggregation to use.
|
19338
|
+
enum:
|
19339
|
+
- count
|
19340
|
+
- distribution
|
19341
|
+
example: distribution
|
19342
|
+
type: string
|
19343
|
+
x-enum-varnames:
|
19344
|
+
- COUNT
|
19345
|
+
- DISTRIBUTION
|
19346
|
+
RumMetricComputeIncludePercentiles:
|
19347
|
+
description: 'Toggle to include or exclude percentile aggregations for distribution
|
19348
|
+
metrics.
|
19349
|
+
|
19350
|
+
Only present when `aggregation_type` is `distribution`.'
|
19351
|
+
example: true
|
19352
|
+
type: boolean
|
19353
|
+
RumMetricCreateAttributes:
|
19354
|
+
description: The object describing the Datadog rum-based metric to create.
|
19355
|
+
properties:
|
19356
|
+
compute:
|
19357
|
+
$ref: '#/components/schemas/RumMetricCompute'
|
19358
|
+
event_type:
|
19359
|
+
$ref: '#/components/schemas/RumMetricEventType'
|
19360
|
+
filter:
|
19361
|
+
$ref: '#/components/schemas/RumMetricFilter'
|
19362
|
+
group_by:
|
19363
|
+
description: The rules for the group by.
|
19364
|
+
items:
|
19365
|
+
$ref: '#/components/schemas/RumMetricGroupBy'
|
19366
|
+
type: array
|
19367
|
+
uniqueness:
|
19368
|
+
$ref: '#/components/schemas/RumMetricUniqueness'
|
19369
|
+
required:
|
19370
|
+
- event_type
|
19371
|
+
- compute
|
19372
|
+
type: object
|
19373
|
+
RumMetricCreateData:
|
19374
|
+
description: The new rum-based metric properties.
|
19375
|
+
properties:
|
19376
|
+
attributes:
|
19377
|
+
$ref: '#/components/schemas/RumMetricCreateAttributes'
|
19378
|
+
id:
|
19379
|
+
$ref: '#/components/schemas/RumMetricID'
|
19380
|
+
type:
|
19381
|
+
$ref: '#/components/schemas/RumMetricType'
|
19382
|
+
required:
|
19383
|
+
- id
|
19384
|
+
- type
|
19385
|
+
- attributes
|
19386
|
+
type: object
|
19387
|
+
RumMetricCreateRequest:
|
19388
|
+
description: The new rum-based metric body.
|
19389
|
+
properties:
|
19390
|
+
data:
|
19391
|
+
$ref: '#/components/schemas/RumMetricCreateData'
|
19392
|
+
required:
|
19393
|
+
- data
|
19394
|
+
type: object
|
19395
|
+
RumMetricEventType:
|
19396
|
+
description: The type of RUM events to filter on.
|
19397
|
+
enum:
|
19398
|
+
- session
|
19399
|
+
- view
|
19400
|
+
- action
|
19401
|
+
- error
|
19402
|
+
- resource
|
19403
|
+
- long_task
|
19404
|
+
- vital
|
19405
|
+
example: session
|
19406
|
+
type: string
|
19407
|
+
x-enum-varnames:
|
19408
|
+
- SESSION
|
19409
|
+
- VIEW
|
19410
|
+
- ACTION
|
19411
|
+
- ERROR
|
19412
|
+
- RESOURCE
|
19413
|
+
- LONG_TASK
|
19414
|
+
- VITAL
|
19415
|
+
RumMetricFilter:
|
19416
|
+
description: The rum-based metric filter. Events matching this filter will be
|
19417
|
+
aggregated in this metric.
|
19418
|
+
properties:
|
19419
|
+
query:
|
19420
|
+
default: '*'
|
19421
|
+
description: The search query - following the RUM search syntax.
|
19422
|
+
example: '@service:web-ui: '
|
19423
|
+
type: string
|
19424
|
+
required:
|
19425
|
+
- query
|
19426
|
+
type: object
|
19427
|
+
RumMetricGroupBy:
|
19428
|
+
description: A group by rule.
|
19429
|
+
properties:
|
19430
|
+
path:
|
19431
|
+
description: The path to the value the rum-based metric will be aggregated
|
19432
|
+
over.
|
19433
|
+
example: '@browser.name'
|
19434
|
+
type: string
|
19435
|
+
tag_name:
|
19436
|
+
description: Eventual name of the tag that gets created. By default, `path`
|
19437
|
+
is used as the tag name.
|
19438
|
+
example: browser_name
|
19439
|
+
type: string
|
19440
|
+
required:
|
19441
|
+
- path
|
19442
|
+
type: object
|
19443
|
+
RumMetricID:
|
19444
|
+
description: The name of the rum-based metric.
|
19445
|
+
example: rum.sessions.webui.count
|
19446
|
+
type: string
|
19447
|
+
RumMetricResponse:
|
19448
|
+
description: The rum-based metric object.
|
19449
|
+
properties:
|
19450
|
+
data:
|
19451
|
+
$ref: '#/components/schemas/RumMetricResponseData'
|
19452
|
+
type: object
|
19453
|
+
RumMetricResponseAttributes:
|
19454
|
+
description: The object describing a Datadog rum-based metric.
|
19455
|
+
properties:
|
19456
|
+
compute:
|
19457
|
+
$ref: '#/components/schemas/RumMetricResponseCompute'
|
19458
|
+
event_type:
|
19459
|
+
$ref: '#/components/schemas/RumMetricEventType'
|
19460
|
+
filter:
|
19461
|
+
$ref: '#/components/schemas/RumMetricResponseFilter'
|
19462
|
+
group_by:
|
19463
|
+
description: The rules for the group by.
|
19464
|
+
items:
|
19465
|
+
$ref: '#/components/schemas/RumMetricResponseGroupBy'
|
19466
|
+
type: array
|
19467
|
+
uniqueness:
|
19468
|
+
$ref: '#/components/schemas/RumMetricResponseUniqueness'
|
19469
|
+
type: object
|
19470
|
+
RumMetricResponseCompute:
|
19471
|
+
description: The compute rule to compute the rum-based metric.
|
19472
|
+
properties:
|
19473
|
+
aggregation_type:
|
19474
|
+
$ref: '#/components/schemas/RumMetricComputeAggregationType'
|
19475
|
+
include_percentiles:
|
19476
|
+
$ref: '#/components/schemas/RumMetricComputeIncludePercentiles'
|
19477
|
+
path:
|
19478
|
+
description: 'The path to the value the rum-based metric will aggregate
|
19479
|
+
on.
|
19480
|
+
|
19481
|
+
Only present when `aggregation_type` is `distribution`.'
|
19482
|
+
example: '@duration'
|
19483
|
+
type: string
|
19484
|
+
type: object
|
19485
|
+
RumMetricResponseData:
|
19486
|
+
description: The rum-based metric properties.
|
19487
|
+
properties:
|
19488
|
+
attributes:
|
19489
|
+
$ref: '#/components/schemas/RumMetricResponseAttributes'
|
19490
|
+
id:
|
19491
|
+
$ref: '#/components/schemas/RumMetricID'
|
19492
|
+
type:
|
19493
|
+
$ref: '#/components/schemas/RumMetricType'
|
19494
|
+
type: object
|
19495
|
+
RumMetricResponseFilter:
|
19496
|
+
description: The rum-based metric filter. RUM events matching this filter will
|
19497
|
+
be aggregated in this metric.
|
19498
|
+
properties:
|
19499
|
+
query:
|
19500
|
+
description: The search query - following the RUM search syntax.
|
19501
|
+
example: service:web* AND @http.status_code:[200 TO 299]
|
19502
|
+
type: string
|
19503
|
+
type: object
|
19504
|
+
RumMetricResponseGroupBy:
|
19505
|
+
description: A group by rule.
|
19506
|
+
properties:
|
19507
|
+
path:
|
19508
|
+
description: The path to the value the rum-based metric will be aggregated
|
19509
|
+
over.
|
19510
|
+
example: '@http.status_code'
|
19511
|
+
type: string
|
19512
|
+
tag_name:
|
19513
|
+
description: Eventual name of the tag that gets created. By default, `path`
|
19514
|
+
is used as the tag name.
|
19515
|
+
example: status_code
|
19516
|
+
type: string
|
19517
|
+
type: object
|
19518
|
+
RumMetricResponseUniqueness:
|
19519
|
+
description: The rule to count updatable events. Is only set if `event_type`
|
19520
|
+
is `session` or `view`.
|
19521
|
+
properties:
|
19522
|
+
when:
|
19523
|
+
$ref: '#/components/schemas/RumMetricUniquenessWhen'
|
19524
|
+
type: object
|
19525
|
+
RumMetricType:
|
19526
|
+
default: rum_metrics
|
19527
|
+
description: The type of the resource. The value should always be rum_metrics.
|
19528
|
+
enum:
|
19529
|
+
- rum_metrics
|
19530
|
+
example: rum_metrics
|
19531
|
+
type: string
|
19532
|
+
x-enum-varnames:
|
19533
|
+
- RUM_METRICS
|
19534
|
+
RumMetricUniqueness:
|
19535
|
+
description: The rule to count updatable events. Is only set if `event_type`
|
19536
|
+
is `sessions` or `views`.
|
19537
|
+
properties:
|
19538
|
+
when:
|
19539
|
+
$ref: '#/components/schemas/RumMetricUniquenessWhen'
|
19540
|
+
required:
|
19541
|
+
- when
|
19542
|
+
type: object
|
19543
|
+
RumMetricUniquenessWhen:
|
19544
|
+
description: When to count updatable events. `match` when the event is first
|
19545
|
+
seen, or `end` when the event is complete.
|
19546
|
+
enum:
|
19547
|
+
- match
|
19548
|
+
- end
|
19549
|
+
example: match
|
19550
|
+
type: string
|
19551
|
+
x-enum-varnames:
|
19552
|
+
- WHEN_MATCH
|
19553
|
+
- WHEN_END
|
19554
|
+
RumMetricUpdateAttributes:
|
19555
|
+
description: The rum-based metric properties that will be updated.
|
19556
|
+
properties:
|
19557
|
+
compute:
|
19558
|
+
$ref: '#/components/schemas/RumMetricUpdateCompute'
|
19559
|
+
filter:
|
19560
|
+
$ref: '#/components/schemas/RumMetricFilter'
|
19561
|
+
group_by:
|
19562
|
+
description: The rules for the group by.
|
19563
|
+
items:
|
19564
|
+
$ref: '#/components/schemas/RumMetricGroupBy'
|
19565
|
+
type: array
|
19566
|
+
type: object
|
19567
|
+
RumMetricUpdateCompute:
|
19568
|
+
description: The compute rule to compute the rum-based metric.
|
19569
|
+
properties:
|
19570
|
+
include_percentiles:
|
19571
|
+
$ref: '#/components/schemas/RumMetricComputeIncludePercentiles'
|
19572
|
+
type: object
|
19573
|
+
RumMetricUpdateData:
|
19574
|
+
description: The new rum-based metric properties.
|
19575
|
+
properties:
|
19576
|
+
attributes:
|
19577
|
+
$ref: '#/components/schemas/RumMetricUpdateAttributes'
|
19578
|
+
id:
|
19579
|
+
$ref: '#/components/schemas/RumMetricID'
|
19580
|
+
type:
|
19581
|
+
$ref: '#/components/schemas/RumMetricType'
|
19582
|
+
required:
|
19583
|
+
- type
|
19584
|
+
- attributes
|
19585
|
+
type: object
|
19586
|
+
RumMetricUpdateRequest:
|
19587
|
+
description: The new rum-based metric body.
|
19588
|
+
properties:
|
19589
|
+
data:
|
19590
|
+
$ref: '#/components/schemas/RumMetricUpdateData'
|
19591
|
+
required:
|
19592
|
+
- data
|
19593
|
+
type: object
|
19594
|
+
RumMetricsResponse:
|
19595
|
+
description: All the available rum-based metric objects.
|
19596
|
+
properties:
|
19597
|
+
data:
|
19598
|
+
description: A list of rum-based metric objects.
|
19599
|
+
items:
|
19600
|
+
$ref: '#/components/schemas/RumMetricResponseData'
|
19601
|
+
type: array
|
19602
|
+
type: object
|
18890
19603
|
SAMLAssertionAttribute:
|
18891
19604
|
description: SAML assertion attribute.
|
18892
19605
|
properties:
|
@@ -21579,6 +22292,13 @@ components:
|
|
21579
22292
|
items:
|
21580
22293
|
type: string
|
21581
22294
|
type: array
|
22295
|
+
use_recommended_keywords:
|
22296
|
+
description: 'Should the rule use the underlying standard pattern keyword
|
22297
|
+
configuration. If set to `true`, the rule must be tied
|
22298
|
+
|
22299
|
+
to a standard pattern. If set to `false`, the specified keywords and `character_count`
|
22300
|
+
are applied.'
|
22301
|
+
type: boolean
|
21582
22302
|
required:
|
21583
22303
|
- keywords
|
21584
22304
|
- character_count
|
@@ -21595,11 +22315,15 @@ components:
|
|
21595
22315
|
format: int64
|
21596
22316
|
type: integer
|
21597
22317
|
has_highlight_enabled:
|
21598
|
-
|
21599
|
-
|
22318
|
+
default: true
|
22319
|
+
deprecated: true
|
22320
|
+
description: (Deprecated) Whether or not scanned events are highlighted
|
22321
|
+
in Logs or RUM for the org.
|
21600
22322
|
type: boolean
|
21601
22323
|
has_multi_pass_enabled:
|
21602
|
-
|
22324
|
+
deprecated: true
|
22325
|
+
description: (Deprecated) Whether or not scanned events have multi-pass
|
22326
|
+
enabled.
|
21603
22327
|
type: boolean
|
21604
22328
|
is_pci_compliant:
|
21605
22329
|
description: Whether or not the org is compliant to the payment card industry
|
@@ -24787,7 +25511,7 @@ components:
|
|
24787
25511
|
$ref: '#/components/schemas/RuleType'
|
24788
25512
|
type: object
|
24789
25513
|
UpsertCatalogEntityRequest:
|
24790
|
-
description: Create
|
25514
|
+
description: Create or update entity request.
|
24791
25515
|
oneOf:
|
24792
25516
|
- $ref: '#/components/schemas/EntityV3'
|
24793
25517
|
- $ref: '#/components/schemas/EntityRaw'
|
@@ -25567,6 +26291,7 @@ components:
|
|
25567
26291
|
incident_notification_settings_write: Configure Incidents Notification
|
25568
26292
|
settings.
|
25569
26293
|
incident_read: View incidents in Datadog.
|
26294
|
+
incident_settings_read: View Incident Settings.
|
25570
26295
|
incident_settings_write: Configure Incident Settings.
|
25571
26296
|
incident_write: Create, view, and manage incidents in Datadog.
|
25572
26297
|
metrics_read: View custom metrics.
|
@@ -27455,7 +28180,7 @@ paths:
|
|
27455
28180
|
application/json:
|
27456
28181
|
schema:
|
27457
28182
|
$ref: '#/components/schemas/UpsertCatalogEntityRequest'
|
27458
|
-
description: Entity YAML
|
28183
|
+
description: Entity YAML or JSON.
|
27459
28184
|
required: true
|
27460
28185
|
responses:
|
27461
28186
|
'202':
|
@@ -28231,53 +28956,6 @@ paths:
|
|
28231
28956
|
operator: OR
|
28232
28957
|
permissions:
|
28233
28958
|
- cloud_cost_management_write
|
28234
|
-
/api/v2/cost/aws_related_accounts:
|
28235
|
-
get:
|
28236
|
-
deprecated: true
|
28237
|
-
description: List the AWS accounts in an organization by calling 'organizations:ListAccounts'
|
28238
|
-
from the specified management account.
|
28239
|
-
operationId: ListAWSRelatedAccounts
|
28240
|
-
parameters:
|
28241
|
-
- description: The ID of the management account to filter by.
|
28242
|
-
example: '123456789123'
|
28243
|
-
in: query
|
28244
|
-
name: filter[management_account_id]
|
28245
|
-
required: true
|
28246
|
-
schema:
|
28247
|
-
type: string
|
28248
|
-
responses:
|
28249
|
-
'200':
|
28250
|
-
content:
|
28251
|
-
application/json:
|
28252
|
-
schema:
|
28253
|
-
$ref: '#/components/schemas/AWSRelatedAccountsResponse'
|
28254
|
-
description: OK
|
28255
|
-
'400':
|
28256
|
-
content:
|
28257
|
-
application/json:
|
28258
|
-
schema:
|
28259
|
-
$ref: '#/components/schemas/APIErrorResponse'
|
28260
|
-
description: Bad Request
|
28261
|
-
'403':
|
28262
|
-
content:
|
28263
|
-
application/json:
|
28264
|
-
schema:
|
28265
|
-
$ref: '#/components/schemas/APIErrorResponse'
|
28266
|
-
description: Forbidden
|
28267
|
-
'429':
|
28268
|
-
$ref: '#/components/responses/TooManyRequestsResponse'
|
28269
|
-
security:
|
28270
|
-
- apiKeyAuth: []
|
28271
|
-
appKeyAuth: []
|
28272
|
-
- AuthZ:
|
28273
|
-
- cloud_cost_management_read
|
28274
|
-
summary: List related AWS accounts
|
28275
|
-
tags:
|
28276
|
-
- Cloud Cost Management
|
28277
|
-
x-permission:
|
28278
|
-
operator: OR
|
28279
|
-
permissions:
|
28280
|
-
- cloud_cost_management_read
|
28281
28959
|
/api/v2/cost/azure_uc_config:
|
28282
28960
|
get:
|
28283
28961
|
description: List the Azure configs.
|
@@ -28544,6 +29222,7 @@ paths:
|
|
28544
29222
|
- Cloud Cost Management
|
28545
29223
|
/api/v2/cost/enabled:
|
28546
29224
|
get:
|
29225
|
+
deprecated: true
|
28547
29226
|
description: Get the Cloud Cost Management activity.
|
28548
29227
|
operationId: GetCloudCostActivity
|
28549
29228
|
responses:
|
@@ -28645,7 +29324,7 @@ paths:
|
|
28645
29324
|
for cost ending this month.'
|
28646
29325
|
in: query
|
28647
29326
|
name: end_month
|
28648
|
-
required:
|
29327
|
+
required: false
|
28649
29328
|
schema:
|
28650
29329
|
format: date-time
|
28651
29330
|
type: string
|
@@ -29130,6 +29809,61 @@ paths:
|
|
29130
29809
|
tags:
|
29131
29810
|
- Dashboard Lists
|
29132
29811
|
x-codegen-request-body-name: body
|
29812
|
+
/api/v2/domain_allowlist:
|
29813
|
+
get:
|
29814
|
+
description: Get the domain allowlist for an organization.
|
29815
|
+
operationId: GetDomainAllowlist
|
29816
|
+
responses:
|
29817
|
+
'200':
|
29818
|
+
content:
|
29819
|
+
application/json:
|
29820
|
+
schema:
|
29821
|
+
$ref: '#/components/schemas/DomainAllowlistResponse'
|
29822
|
+
description: OK
|
29823
|
+
'429':
|
29824
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
29825
|
+
security:
|
29826
|
+
- apiKeyAuth: []
|
29827
|
+
appKeyAuth: []
|
29828
|
+
- AuthZ:
|
29829
|
+
- org_management
|
29830
|
+
summary: Get Domain Allowlist
|
29831
|
+
tags:
|
29832
|
+
- Domain Allowlist
|
29833
|
+
x-permission:
|
29834
|
+
operator: OR
|
29835
|
+
permissions:
|
29836
|
+
- org_management
|
29837
|
+
patch:
|
29838
|
+
description: Update the domain allowlist for an organization.
|
29839
|
+
operationId: PatchDomainAllowlist
|
29840
|
+
requestBody:
|
29841
|
+
content:
|
29842
|
+
application/json:
|
29843
|
+
schema:
|
29844
|
+
$ref: '#/components/schemas/DomainAllowlistRequest'
|
29845
|
+
required: true
|
29846
|
+
responses:
|
29847
|
+
'200':
|
29848
|
+
content:
|
29849
|
+
application/json:
|
29850
|
+
schema:
|
29851
|
+
$ref: '#/components/schemas/DomainAllowlistResponse'
|
29852
|
+
description: OK
|
29853
|
+
'429':
|
29854
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
29855
|
+
security:
|
29856
|
+
- apiKeyAuth: []
|
29857
|
+
appKeyAuth: []
|
29858
|
+
- AuthZ:
|
29859
|
+
- org_management
|
29860
|
+
summary: Sets Domain Allowlist
|
29861
|
+
tags:
|
29862
|
+
- Domain Allowlist
|
29863
|
+
x-permission:
|
29864
|
+
operator: OR
|
29865
|
+
permissions:
|
29866
|
+
- org_management
|
29133
29867
|
/api/v2/dora/deployment:
|
29134
29868
|
post:
|
29135
29869
|
description: 'Use this API endpoint to provide data about deployments for DORA
|
@@ -29706,6 +30440,206 @@ paths:
|
|
29706
30440
|
- incident_write
|
29707
30441
|
x-unstable: '**Note**: This endpoint is in public beta.
|
29708
30442
|
|
30443
|
+
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).'
|
30444
|
+
/api/v2/incidents/config/types:
|
30445
|
+
get:
|
30446
|
+
description: Get all incident types.
|
30447
|
+
operationId: ListIncidentTypes
|
30448
|
+
parameters:
|
30449
|
+
- $ref: '#/components/parameters/IncidentTypeIncludeDeletedParameter'
|
30450
|
+
responses:
|
30451
|
+
'200':
|
30452
|
+
content:
|
30453
|
+
application/json:
|
30454
|
+
schema:
|
30455
|
+
$ref: '#/components/schemas/IncidentTypeListResponse'
|
30456
|
+
description: OK
|
30457
|
+
'400':
|
30458
|
+
$ref: '#/components/responses/BadRequestResponse'
|
30459
|
+
'401':
|
30460
|
+
$ref: '#/components/responses/UnauthorizedResponse'
|
30461
|
+
'403':
|
30462
|
+
$ref: '#/components/responses/ForbiddenResponse'
|
30463
|
+
'429':
|
30464
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
30465
|
+
security:
|
30466
|
+
- apiKeyAuth: []
|
30467
|
+
appKeyAuth: []
|
30468
|
+
- AuthZ:
|
30469
|
+
- incident_settings_read
|
30470
|
+
- incident_read
|
30471
|
+
summary: Get a list of incident types
|
30472
|
+
tags:
|
30473
|
+
- Incidents
|
30474
|
+
x-permission:
|
30475
|
+
operator: OR
|
30476
|
+
permissions:
|
30477
|
+
- incident_settings_read
|
30478
|
+
- incident_read
|
30479
|
+
x-unstable: '**Note**: This endpoint is in public beta.
|
30480
|
+
|
30481
|
+
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).'
|
30482
|
+
post:
|
30483
|
+
description: Create an incident type.
|
30484
|
+
operationId: CreateIncidentType
|
30485
|
+
requestBody:
|
30486
|
+
content:
|
30487
|
+
application/json:
|
30488
|
+
schema:
|
30489
|
+
$ref: '#/components/schemas/IncidentTypeCreateRequest'
|
30490
|
+
description: Incident type payload.
|
30491
|
+
required: true
|
30492
|
+
responses:
|
30493
|
+
'201':
|
30494
|
+
content:
|
30495
|
+
application/json:
|
30496
|
+
schema:
|
30497
|
+
$ref: '#/components/schemas/IncidentTypeResponse'
|
30498
|
+
description: CREATED
|
30499
|
+
'400':
|
30500
|
+
$ref: '#/components/responses/BadRequestResponse'
|
30501
|
+
'401':
|
30502
|
+
$ref: '#/components/responses/UnauthorizedResponse'
|
30503
|
+
'403':
|
30504
|
+
$ref: '#/components/responses/ForbiddenResponse'
|
30505
|
+
'404':
|
30506
|
+
$ref: '#/components/responses/NotFoundResponse'
|
30507
|
+
'429':
|
30508
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
30509
|
+
security:
|
30510
|
+
- apiKeyAuth: []
|
30511
|
+
appKeyAuth: []
|
30512
|
+
- AuthZ:
|
30513
|
+
- incident_settings_write
|
30514
|
+
summary: Create an incident type
|
30515
|
+
tags:
|
30516
|
+
- Incidents
|
30517
|
+
x-codegen-request-body-name: body
|
30518
|
+
x-permission:
|
30519
|
+
operator: OR
|
30520
|
+
permissions:
|
30521
|
+
- incident_settings_write
|
30522
|
+
x-unstable: '**Note**: This endpoint is in public beta.
|
30523
|
+
|
30524
|
+
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).'
|
30525
|
+
/api/v2/incidents/config/types/{incident_type_id}:
|
30526
|
+
delete:
|
30527
|
+
description: Delete an incident type.
|
30528
|
+
operationId: DeleteIncidentType
|
30529
|
+
parameters:
|
30530
|
+
- $ref: '#/components/parameters/IncidentTypeIDPathParameter'
|
30531
|
+
responses:
|
30532
|
+
'204':
|
30533
|
+
description: OK
|
30534
|
+
'400':
|
30535
|
+
$ref: '#/components/responses/BadRequestResponse'
|
30536
|
+
'401':
|
30537
|
+
$ref: '#/components/responses/UnauthorizedResponse'
|
30538
|
+
'403':
|
30539
|
+
$ref: '#/components/responses/ForbiddenResponse'
|
30540
|
+
'404':
|
30541
|
+
$ref: '#/components/responses/NotFoundResponse'
|
30542
|
+
'429':
|
30543
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
30544
|
+
security:
|
30545
|
+
- apiKeyAuth: []
|
30546
|
+
appKeyAuth: []
|
30547
|
+
- AuthZ:
|
30548
|
+
- incident_settings_write
|
30549
|
+
summary: Delete an incident type
|
30550
|
+
tags:
|
30551
|
+
- Incidents
|
30552
|
+
x-codegen-request-body-name: body
|
30553
|
+
x-permission:
|
30554
|
+
operator: OR
|
30555
|
+
permissions:
|
30556
|
+
- incident_settings_write
|
30557
|
+
x-unstable: '**Note**: This endpoint is in public beta.
|
30558
|
+
|
30559
|
+
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).'
|
30560
|
+
get:
|
30561
|
+
description: Get incident type details.
|
30562
|
+
operationId: GetIncidentType
|
30563
|
+
parameters:
|
30564
|
+
- $ref: '#/components/parameters/IncidentTypeIDPathParameter'
|
30565
|
+
responses:
|
30566
|
+
'200':
|
30567
|
+
content:
|
30568
|
+
application/json:
|
30569
|
+
schema:
|
30570
|
+
$ref: '#/components/schemas/IncidentTypeResponse'
|
30571
|
+
description: OK
|
30572
|
+
'400':
|
30573
|
+
$ref: '#/components/responses/BadRequestResponse'
|
30574
|
+
'401':
|
30575
|
+
$ref: '#/components/responses/UnauthorizedResponse'
|
30576
|
+
'403':
|
30577
|
+
$ref: '#/components/responses/ForbiddenResponse'
|
30578
|
+
'404':
|
30579
|
+
$ref: '#/components/responses/NotFoundResponse'
|
30580
|
+
'429':
|
30581
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
30582
|
+
security:
|
30583
|
+
- apiKeyAuth: []
|
30584
|
+
appKeyAuth: []
|
30585
|
+
- AuthZ:
|
30586
|
+
- incident_settings_read
|
30587
|
+
- incident_read
|
30588
|
+
summary: Get incident type details
|
30589
|
+
tags:
|
30590
|
+
- Incidents
|
30591
|
+
x-permission:
|
30592
|
+
operator: OR
|
30593
|
+
permissions:
|
30594
|
+
- incident_settings_read
|
30595
|
+
- incident_read
|
30596
|
+
x-unstable: '**Note**: This endpoint is in public beta.
|
30597
|
+
|
30598
|
+
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).'
|
30599
|
+
patch:
|
30600
|
+
description: Update an incident type.
|
30601
|
+
operationId: UpdateIncidentType
|
30602
|
+
parameters:
|
30603
|
+
- $ref: '#/components/parameters/IncidentTypeIDPathParameter'
|
30604
|
+
requestBody:
|
30605
|
+
content:
|
30606
|
+
application/json:
|
30607
|
+
schema:
|
30608
|
+
$ref: '#/components/schemas/IncidentTypePatchRequest'
|
30609
|
+
description: Incident type payload.
|
30610
|
+
required: true
|
30611
|
+
responses:
|
30612
|
+
'200':
|
30613
|
+
content:
|
30614
|
+
application/json:
|
30615
|
+
schema:
|
30616
|
+
$ref: '#/components/schemas/IncidentTypeResponse'
|
30617
|
+
description: OK
|
30618
|
+
'400':
|
30619
|
+
$ref: '#/components/responses/BadRequestResponse'
|
30620
|
+
'401':
|
30621
|
+
$ref: '#/components/responses/UnauthorizedResponse'
|
30622
|
+
'403':
|
30623
|
+
$ref: '#/components/responses/ForbiddenResponse'
|
30624
|
+
'404':
|
30625
|
+
$ref: '#/components/responses/NotFoundResponse'
|
30626
|
+
'429':
|
30627
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
30628
|
+
security:
|
30629
|
+
- apiKeyAuth: []
|
30630
|
+
appKeyAuth: []
|
30631
|
+
- AuthZ:
|
30632
|
+
- incident_settings_write
|
30633
|
+
summary: Update an incident type
|
30634
|
+
tags:
|
30635
|
+
- Incidents
|
30636
|
+
x-codegen-request-body-name: body
|
30637
|
+
x-permission:
|
30638
|
+
operator: OR
|
30639
|
+
permissions:
|
30640
|
+
- incident_settings_write
|
30641
|
+
x-unstable: '**Note**: This endpoint is in public beta.
|
30642
|
+
|
29709
30643
|
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).'
|
29710
30644
|
/api/v2/incidents/search:
|
29711
30645
|
get:
|
@@ -30543,16 +31477,18 @@ paths:
|
|
30543
31477
|
- Microsoft Teams Integration
|
30544
31478
|
/api/v2/integration/ms-teams/configuration/tenant-based-handles:
|
30545
31479
|
get:
|
30546
|
-
description: Get a list of all handles from the Datadog Microsoft
|
30547
|
-
|
31480
|
+
description: Get a list of all tenant-based handles from the Datadog Microsoft
|
31481
|
+
Teams integration.
|
31482
|
+
operationId: ListTenantBasedHandles
|
30548
31483
|
parameters:
|
30549
31484
|
- $ref: '#/components/parameters/MicrosoftTeamsTenantIDQueryParameter'
|
31485
|
+
- $ref: '#/components/parameters/MicrosoftTeamsHandleNameQueryParameter'
|
30550
31486
|
responses:
|
30551
31487
|
'200':
|
30552
31488
|
content:
|
30553
31489
|
application/json:
|
30554
31490
|
schema:
|
30555
|
-
$ref: '#/components/schemas/
|
31491
|
+
$ref: '#/components/schemas/MicrosoftTeamsTenantBasedHandlesResponse'
|
30556
31492
|
description: OK
|
30557
31493
|
'400':
|
30558
31494
|
$ref: '#/components/responses/BadRequestResponse'
|
@@ -30564,25 +31500,25 @@ paths:
|
|
30564
31500
|
$ref: '#/components/responses/PreconditionFailedResponse'
|
30565
31501
|
'429':
|
30566
31502
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
30567
|
-
summary: Get all handles
|
31503
|
+
summary: Get all tenant-based handles
|
30568
31504
|
tags:
|
30569
31505
|
- Microsoft Teams Integration
|
30570
31506
|
post:
|
30571
|
-
description: Create a handle in the Datadog Microsoft Teams integration.
|
30572
|
-
operationId:
|
31507
|
+
description: Create a tenant-based handle in the Datadog Microsoft Teams integration.
|
31508
|
+
operationId: CreateTenantBasedHandle
|
30573
31509
|
requestBody:
|
30574
31510
|
content:
|
30575
31511
|
application/json:
|
30576
31512
|
schema:
|
30577
|
-
$ref: '#/components/schemas/
|
30578
|
-
description:
|
31513
|
+
$ref: '#/components/schemas/MicrosoftTeamsCreateTenantBasedHandleRequest'
|
31514
|
+
description: Tenant-based handle payload.
|
30579
31515
|
required: true
|
30580
31516
|
responses:
|
30581
31517
|
'201':
|
30582
31518
|
content:
|
30583
31519
|
application/json:
|
30584
31520
|
schema:
|
30585
|
-
$ref: '#/components/schemas/
|
31521
|
+
$ref: '#/components/schemas/MicrosoftTeamsTenantBasedHandleResponse'
|
30586
31522
|
description: CREATED
|
30587
31523
|
'400':
|
30588
31524
|
$ref: '#/components/responses/BadRequestResponse'
|
@@ -30596,43 +31532,16 @@ paths:
|
|
30596
31532
|
$ref: '#/components/responses/PreconditionFailedResponse'
|
30597
31533
|
'429':
|
30598
31534
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
30599
|
-
summary: Create handle
|
31535
|
+
summary: Create tenant-based handle
|
30600
31536
|
tags:
|
30601
31537
|
- Microsoft Teams Integration
|
30602
31538
|
x-codegen-request-body-name: body
|
30603
|
-
/api/v2/integration/ms-teams/configuration/tenant-based-handles/name/{handle_name}:
|
30604
|
-
get:
|
30605
|
-
description: Get the tenant, team, and channel information of a handle by name
|
30606
|
-
from the Datadog Microsoft Teams integration.
|
30607
|
-
operationId: GetApiHandleByName
|
30608
|
-
parameters:
|
30609
|
-
- $ref: '#/components/parameters/MicrosoftTeamsHandleNamePathParameter'
|
30610
|
-
responses:
|
30611
|
-
'200':
|
30612
|
-
content:
|
30613
|
-
application/json:
|
30614
|
-
schema:
|
30615
|
-
$ref: '#/components/schemas/MicrosoftTeamsApiHandleInfoResponse'
|
30616
|
-
description: OK
|
30617
|
-
'400':
|
30618
|
-
$ref: '#/components/responses/BadRequestResponse'
|
30619
|
-
'403':
|
30620
|
-
$ref: '#/components/responses/ForbiddenResponse'
|
30621
|
-
'404':
|
30622
|
-
$ref: '#/components/responses/NotFoundResponse'
|
30623
|
-
'412':
|
30624
|
-
$ref: '#/components/responses/PreconditionFailedResponse'
|
30625
|
-
'429':
|
30626
|
-
$ref: '#/components/responses/TooManyRequestsResponse'
|
30627
|
-
summary: Get handle information by name
|
30628
|
-
tags:
|
30629
|
-
- Microsoft Teams Integration
|
30630
31539
|
/api/v2/integration/ms-teams/configuration/tenant-based-handles/{handle_id}:
|
30631
31540
|
delete:
|
30632
|
-
description: Delete a handle from the Datadog Microsoft Teams integration.
|
30633
|
-
operationId:
|
31541
|
+
description: Delete a tenant-based handle from the Datadog Microsoft Teams integration.
|
31542
|
+
operationId: DeleteTenantBasedHandle
|
30634
31543
|
parameters:
|
30635
|
-
- $ref: '#/components/parameters/
|
31544
|
+
- $ref: '#/components/parameters/MicrosoftTeamsTenantBasedHandleIDPathParameter'
|
30636
31545
|
responses:
|
30637
31546
|
'204':
|
30638
31547
|
description: OK
|
@@ -30644,21 +31553,21 @@ paths:
|
|
30644
31553
|
$ref: '#/components/responses/PreconditionFailedResponse'
|
30645
31554
|
'429':
|
30646
31555
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
30647
|
-
summary: Delete handle
|
31556
|
+
summary: Delete tenant-based handle
|
30648
31557
|
tags:
|
30649
31558
|
- Microsoft Teams Integration
|
30650
31559
|
get:
|
30651
|
-
description: Get the tenant, team, and channel information of a
|
30652
|
-
the Datadog Microsoft Teams integration.
|
30653
|
-
operationId:
|
31560
|
+
description: Get the tenant, team, and channel information of a tenant-based
|
31561
|
+
handle from the Datadog Microsoft Teams integration.
|
31562
|
+
operationId: GetTenantBasedHandle
|
30654
31563
|
parameters:
|
30655
|
-
- $ref: '#/components/parameters/
|
31564
|
+
- $ref: '#/components/parameters/MicrosoftTeamsTenantBasedHandleIDPathParameter'
|
30656
31565
|
responses:
|
30657
31566
|
'200':
|
30658
31567
|
content:
|
30659
31568
|
application/json:
|
30660
31569
|
schema:
|
30661
|
-
$ref: '#/components/schemas/
|
31570
|
+
$ref: '#/components/schemas/MicrosoftTeamsTenantBasedHandleResponse'
|
30662
31571
|
description: OK
|
30663
31572
|
'400':
|
30664
31573
|
$ref: '#/components/responses/BadRequestResponse'
|
@@ -30670,27 +31579,27 @@ paths:
|
|
30670
31579
|
$ref: '#/components/responses/PreconditionFailedResponse'
|
30671
31580
|
'429':
|
30672
31581
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
30673
|
-
summary: Get handle information
|
31582
|
+
summary: Get tenant-based handle information
|
30674
31583
|
tags:
|
30675
31584
|
- Microsoft Teams Integration
|
30676
31585
|
patch:
|
30677
|
-
description: Update a handle from the Datadog Microsoft Teams integration.
|
30678
|
-
operationId:
|
31586
|
+
description: Update a tenant-based handle from the Datadog Microsoft Teams integration.
|
31587
|
+
operationId: UpdateTenantBasedHandle
|
30679
31588
|
parameters:
|
30680
|
-
- $ref: '#/components/parameters/
|
31589
|
+
- $ref: '#/components/parameters/MicrosoftTeamsTenantBasedHandleIDPathParameter'
|
30681
31590
|
requestBody:
|
30682
31591
|
content:
|
30683
31592
|
application/json:
|
30684
31593
|
schema:
|
30685
|
-
$ref: '#/components/schemas/
|
30686
|
-
description:
|
31594
|
+
$ref: '#/components/schemas/MicrosoftTeamsUpdateTenantBasedHandleRequest'
|
31595
|
+
description: Tenant-based handle payload.
|
30687
31596
|
required: true
|
30688
31597
|
responses:
|
30689
31598
|
'200':
|
30690
31599
|
content:
|
30691
31600
|
application/json:
|
30692
31601
|
schema:
|
30693
|
-
$ref: '#/components/schemas/
|
31602
|
+
$ref: '#/components/schemas/MicrosoftTeamsTenantBasedHandleResponse'
|
30694
31603
|
description: OK
|
30695
31604
|
'400':
|
30696
31605
|
$ref: '#/components/responses/BadRequestResponse'
|
@@ -30704,7 +31613,7 @@ paths:
|
|
30704
31613
|
$ref: '#/components/responses/PreconditionFailedResponse'
|
30705
31614
|
'429':
|
30706
31615
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
30707
|
-
summary: Update handle
|
31616
|
+
summary: Update tenant-based handle
|
30708
31617
|
tags:
|
30709
31618
|
- Microsoft Teams Integration
|
30710
31619
|
x-codegen-request-body-name: body
|
@@ -33234,7 +34143,8 @@ paths:
|
|
33234
34143
|
- metrics_read
|
33235
34144
|
/api/v2/metrics/{metric_name}/all-tags:
|
33236
34145
|
get:
|
33237
|
-
description: View indexed tag key-value pairs for a given metric name
|
34146
|
+
description: View indexed tag key-value pairs for a given metric name over the
|
34147
|
+
previous hour.
|
33238
34148
|
operationId: ListTagsByMetricName
|
33239
34149
|
parameters:
|
33240
34150
|
- $ref: '#/components/parameters/MetricName'
|
@@ -34333,6 +35243,17 @@ paths:
|
|
34333
35243
|
required: false
|
34334
35244
|
schema:
|
34335
35245
|
$ref: '#/components/schemas/FindingStatus'
|
35246
|
+
- description: Return findings that match the selected vulnerability types (repeatable).
|
35247
|
+
example:
|
35248
|
+
- misconfiguration
|
35249
|
+
explode: true
|
35250
|
+
in: query
|
35251
|
+
name: filter[vulnerability_type]
|
35252
|
+
required: false
|
35253
|
+
schema:
|
35254
|
+
items:
|
35255
|
+
$ref: '#/components/schemas/FindingVulnerabilityType'
|
35256
|
+
type: array
|
34336
35257
|
responses:
|
34337
35258
|
'200':
|
34338
35259
|
content:
|
@@ -34800,12 +35721,6 @@ paths:
|
|
34800
35721
|
operator: OR
|
34801
35722
|
permissions:
|
34802
35723
|
- timeseries_query
|
34803
|
-
x-unstable: '**Note**: This endpoint is GA for Metrics, Real User Monitoring
|
34804
|
-
(RUM), Cloud Cost Management, and Log Management data sources.
|
34805
|
-
|
34806
|
-
We are gradually onboarding support for more sources. If you have any
|
34807
|
-
|
34808
|
-
feedback, contact [Datadog Support](https://docs.datadoghq.com/help/).'
|
34809
35724
|
/api/v2/query/timeseries:
|
34810
35725
|
post:
|
34811
35726
|
description: 'Query timeseries data across various data sources and
|
@@ -34846,12 +35761,6 @@ paths:
|
|
34846
35761
|
operator: OR
|
34847
35762
|
permissions:
|
34848
35763
|
- timeseries_query
|
34849
|
-
x-unstable: '**Note**: This endpoint is GA for Metrics, Real User Monitoring
|
34850
|
-
(RUM), Cloud Cost Management, and Log Management data sources.
|
34851
|
-
|
34852
|
-
We are gradually onboarding support for more sources. If you have any
|
34853
|
-
|
34854
|
-
feedback, contact [Datadog Support](https://docs.datadoghq.com/help/).'
|
34855
35764
|
/api/v2/remote_config/products/cws/agent_rules:
|
34856
35765
|
get:
|
34857
35766
|
description: Get the list of Cloud Security Management Threats Agent rules.
|
@@ -35897,6 +36806,131 @@ paths:
|
|
35897
36806
|
operator: OR
|
35898
36807
|
permissions:
|
35899
36808
|
- rum_apps_write
|
36809
|
+
/api/v2/rum/config/metrics:
|
36810
|
+
get:
|
36811
|
+
description: Get the list of configured rum-based metrics with their definitions.
|
36812
|
+
operationId: ListRumMetrics
|
36813
|
+
responses:
|
36814
|
+
'200':
|
36815
|
+
content:
|
36816
|
+
application/json:
|
36817
|
+
schema:
|
36818
|
+
$ref: '#/components/schemas/RumMetricsResponse'
|
36819
|
+
description: OK
|
36820
|
+
'403':
|
36821
|
+
$ref: '#/components/responses/NotAuthorizedResponse'
|
36822
|
+
'429':
|
36823
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
36824
|
+
summary: Get all rum-based metrics
|
36825
|
+
tags:
|
36826
|
+
- Rum Metrics
|
36827
|
+
post:
|
36828
|
+
description: 'Create a metric based on your organization''s RUM data.
|
36829
|
+
|
36830
|
+
Returns the rum-based metric object from the request body when the request
|
36831
|
+
is successful.'
|
36832
|
+
operationId: CreateRumMetric
|
36833
|
+
requestBody:
|
36834
|
+
content:
|
36835
|
+
application/json:
|
36836
|
+
schema:
|
36837
|
+
$ref: '#/components/schemas/RumMetricCreateRequest'
|
36838
|
+
description: The definition of the new rum-based metric.
|
36839
|
+
required: true
|
36840
|
+
responses:
|
36841
|
+
'201':
|
36842
|
+
content:
|
36843
|
+
application/json:
|
36844
|
+
schema:
|
36845
|
+
$ref: '#/components/schemas/RumMetricResponse'
|
36846
|
+
description: Created
|
36847
|
+
'400':
|
36848
|
+
$ref: '#/components/responses/BadRequestResponse'
|
36849
|
+
'403':
|
36850
|
+
$ref: '#/components/responses/NotAuthorizedResponse'
|
36851
|
+
'409':
|
36852
|
+
$ref: '#/components/responses/ConflictResponse'
|
36853
|
+
'429':
|
36854
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
36855
|
+
summary: Create a rum-based metric
|
36856
|
+
tags:
|
36857
|
+
- Rum Metrics
|
36858
|
+
x-codegen-request-body-name: body
|
36859
|
+
/api/v2/rum/config/metrics/{metric_id}:
|
36860
|
+
delete:
|
36861
|
+
description: Delete a specific rum-based metric from your organization.
|
36862
|
+
operationId: DeleteRumMetric
|
36863
|
+
parameters:
|
36864
|
+
- $ref: '#/components/parameters/RumMetricIDParameter'
|
36865
|
+
responses:
|
36866
|
+
'204':
|
36867
|
+
description: No Content
|
36868
|
+
'403':
|
36869
|
+
$ref: '#/components/responses/NotAuthorizedResponse'
|
36870
|
+
'404':
|
36871
|
+
$ref: '#/components/responses/NotFoundResponse'
|
36872
|
+
'429':
|
36873
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
36874
|
+
summary: Delete a rum-based metric
|
36875
|
+
tags:
|
36876
|
+
- Rum Metrics
|
36877
|
+
get:
|
36878
|
+
description: Get a specific rum-based metric from your organization.
|
36879
|
+
operationId: GetRumMetric
|
36880
|
+
parameters:
|
36881
|
+
- $ref: '#/components/parameters/RumMetricIDParameter'
|
36882
|
+
responses:
|
36883
|
+
'200':
|
36884
|
+
content:
|
36885
|
+
application/json:
|
36886
|
+
schema:
|
36887
|
+
$ref: '#/components/schemas/RumMetricResponse'
|
36888
|
+
description: OK
|
36889
|
+
'403':
|
36890
|
+
$ref: '#/components/responses/NotAuthorizedResponse'
|
36891
|
+
'404':
|
36892
|
+
$ref: '#/components/responses/NotFoundResponse'
|
36893
|
+
'429':
|
36894
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
36895
|
+
summary: Get a rum-based metric
|
36896
|
+
tags:
|
36897
|
+
- Rum Metrics
|
36898
|
+
patch:
|
36899
|
+
description: 'Update a specific rum-based metric from your organization.
|
36900
|
+
|
36901
|
+
Returns the rum-based metric object from the request body when the request
|
36902
|
+
is successful.'
|
36903
|
+
operationId: UpdateRumMetric
|
36904
|
+
parameters:
|
36905
|
+
- $ref: '#/components/parameters/RumMetricIDParameter'
|
36906
|
+
requestBody:
|
36907
|
+
content:
|
36908
|
+
application/json:
|
36909
|
+
schema:
|
36910
|
+
$ref: '#/components/schemas/RumMetricUpdateRequest'
|
36911
|
+
description: New definition of the rum-based metric.
|
36912
|
+
required: true
|
36913
|
+
responses:
|
36914
|
+
'200':
|
36915
|
+
content:
|
36916
|
+
application/json:
|
36917
|
+
schema:
|
36918
|
+
$ref: '#/components/schemas/RumMetricResponse'
|
36919
|
+
description: OK
|
36920
|
+
'400':
|
36921
|
+
$ref: '#/components/responses/BadRequestResponse'
|
36922
|
+
'403':
|
36923
|
+
$ref: '#/components/responses/NotAuthorizedResponse'
|
36924
|
+
'404':
|
36925
|
+
$ref: '#/components/responses/NotFoundResponse'
|
36926
|
+
'409':
|
36927
|
+
$ref: '#/components/responses/ConflictResponse'
|
36928
|
+
'429':
|
36929
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
36930
|
+
summary: Update a rum-based metric
|
36931
|
+
tags:
|
36932
|
+
- Rum Metrics
|
36933
|
+
x-codegen-request-body-name: body
|
35900
36934
|
/api/v2/rum/events:
|
35901
36935
|
get:
|
35902
36936
|
description: 'List endpoint returns events that match a RUM search query.
|
@@ -39995,6 +41029,70 @@ paths:
|
|
39995
41029
|
operator: OR
|
39996
41030
|
permissions:
|
39997
41031
|
- usage_read
|
41032
|
+
/api/v2/usage/billing_dimension_mapping:
|
41033
|
+
get:
|
41034
|
+
description: 'Get a mapping of billing dimensions to the corresponding keys
|
41035
|
+
for the supported usage metering public API endpoints.
|
41036
|
+
|
41037
|
+
Mapping data is updated on a monthly cadence.
|
41038
|
+
|
41039
|
+
|
41040
|
+
This endpoint is only accessible to [parent-level organizations](https://docs.datadoghq.com/account_management/multi_organization/).'
|
41041
|
+
operationId: GetBillingDimensionMapping
|
41042
|
+
parameters:
|
41043
|
+
- description: Datetime in ISO-8601 format, UTC, and for mappings beginning
|
41044
|
+
this month. Defaults to the current month.
|
41045
|
+
in: query
|
41046
|
+
name: filter[month]
|
41047
|
+
required: false
|
41048
|
+
schema:
|
41049
|
+
format: date-time
|
41050
|
+
type: string
|
41051
|
+
- description: String to specify whether to retrieve active billing dimension
|
41052
|
+
mappings for the contract or for all available mappings. Allowed views have
|
41053
|
+
the string `active` or `all`. Defaults to `active`.
|
41054
|
+
in: query
|
41055
|
+
name: filter[view]
|
41056
|
+
required: false
|
41057
|
+
schema:
|
41058
|
+
default: active
|
41059
|
+
type: string
|
41060
|
+
responses:
|
41061
|
+
'200':
|
41062
|
+
content:
|
41063
|
+
application/json;datetime-format=rfc3339:
|
41064
|
+
schema:
|
41065
|
+
$ref: '#/components/schemas/BillingDimensionsMappingResponse'
|
41066
|
+
description: OK
|
41067
|
+
'400':
|
41068
|
+
content:
|
41069
|
+
application/json;datetime-format=rfc3339:
|
41070
|
+
schema:
|
41071
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
41072
|
+
description: Bad Request
|
41073
|
+
'403':
|
41074
|
+
content:
|
41075
|
+
application/json;datetime-format=rfc3339:
|
41076
|
+
schema:
|
41077
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
41078
|
+
description: Forbidden - User is not authorized
|
41079
|
+
'429':
|
41080
|
+
content:
|
41081
|
+
application/json;datetime-format=rfc3339:
|
41082
|
+
schema:
|
41083
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
41084
|
+
description: Too many requests
|
41085
|
+
security:
|
41086
|
+
- apiKeyAuth: []
|
41087
|
+
appKeyAuth: []
|
41088
|
+
- AuthZ:
|
41089
|
+
- usage_read
|
41090
|
+
summary: Get billing dimension mapping for usage endpoints
|
41091
|
+
tags:
|
41092
|
+
- Usage Metering
|
41093
|
+
x-unstable: '**Note**: This endpoint is in Preview.
|
41094
|
+
|
41095
|
+
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).'
|
39998
41096
|
/api/v2/usage/cost_by_org:
|
39999
41097
|
get:
|
40000
41098
|
deprecated: true
|
@@ -40288,7 +41386,7 @@ paths:
|
|
40288
41386
|
`observability_pipelines`,
|
40289
41387
|
|
40290
41388
|
`online_archive`, `profiling`, `rum`, `rum_browser_sessions`, `rum_mobile_sessions`,
|
40291
|
-
`sds`, `snmp`,
|
41389
|
+
`sds`, `snmp`, `software_delivery`,
|
40292
41390
|
|
40293
41391
|
`synthetics_api`, `synthetics_browser`, `synthetics_mobile`, `synthetics_parallel_testing`,
|
40294
41392
|
`timeseries`, `vuln_management`,
|
@@ -41296,6 +42394,14 @@ tags:
|
|
41296
42394
|
|
41297
42395
|
organization.'
|
41298
42396
|
name: Dashboard Lists
|
42397
|
+
- description: 'Configure your Datadog Email Domain Allowlist directly through the
|
42398
|
+
Datadog API.
|
42399
|
+
|
42400
|
+
The Email Domain Allowlist controls the domains that certain datadog emails can
|
42401
|
+
be sent to.
|
42402
|
+
|
42403
|
+
For more information, see the [Domain Allowlist docs page](https://docs.datadoghq.com/account_management/org_settings/domain_allowlist)'
|
42404
|
+
name: Domain Allowlist
|
41299
42405
|
- description: '**Note**: Downtime V2 is currently in private beta. To request access,
|
41300
42406
|
contact [Datadog support](https://docs.datadoghq.com/help/).
|
41301
42407
|
|
@@ -41496,6 +42602,12 @@ tags:
|
|
41496
42602
|
|
41497
42603
|
[Pipelines page](https://app.datadoghq.com/logs/pipelines).'
|
41498
42604
|
name: Roles
|
42605
|
+
- description: Manage configuration of [rum-based metrics](https://app.datadoghq.com/rum/generate-metrics)
|
42606
|
+
for your organization.
|
42607
|
+
externalDocs:
|
42608
|
+
description: Find out more at
|
42609
|
+
url: https://docs.datadoghq.com/real_user_monitoring/platform/generate_metrics/
|
42610
|
+
name: Rum Metrics
|
41499
42611
|
- description: Create and manage your security rules, signals, filters, and more.
|
41500
42612
|
See the [Datadog Security page](https://docs.datadoghq.com/security/) for more
|
41501
42613
|
information.
|
@@ -41531,7 +42643,7 @@ tags:
|
|
41531
42643
|
This feature is currently in BETA. If you have any feedback, contact [Datadog
|
41532
42644
|
support](https://docs.datadoghq.com/help/).'
|
41533
42645
|
name: Service Scorecards
|
41534
|
-
- description: API to create, update, retrieve and delete Software Catalog entities.
|
42646
|
+
- description: API to create, update, retrieve, and delete Software Catalog entities.
|
41535
42647
|
externalDocs:
|
41536
42648
|
url: https://docs.datadoghq.com/service_catalog/service_definitions#metadata-schema-v30-beta
|
41537
42649
|
name: Software Catalog
|