datadog_api_client 1.10.0 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.apigentools-info +4 -4
- data/.generator/schemas/v1/openapi.yaml +1014 -166
- data/.generator/schemas/v2/openapi.yaml +1615 -86
- data/.generator/src/generator/cli.py +57 -40
- data/.generator/src/generator/formatter.py +14 -0
- data/.generator/src/generator/openapi.py +12 -6
- data/.generator/src/generator/templates/api.j2 +14 -13
- data/.generator/src/generator/templates/api_client.j2 +63 -11
- data/.generator/src/generator/templates/configuration.j2 +12 -8
- data/.generator/src/generator/templates/example.j2 +1 -1
- data/.generator/src/generator/templates/inflector.j2 +28 -0
- data/.generator/src/generator/templates/model_base.j2 +2 -2
- data/.generator/src/generator/templates/model_oneof.j2 +1 -1
- data/.generator/src/generator/templates/package.j2 +7 -12
- data/.github/workflows/approved_status.yml +0 -2
- data/.github/workflows/codeql-analysis.yml +49 -0
- data/.github/workflows/docs.yml +1 -1
- data/.github/workflows/prepare_release.yml +1 -1
- data/.github/workflows/publish.yml +1 -1
- data/.github/workflows/release.yml +1 -1
- data/.github/workflows/test.yml +4 -6
- data/.github/workflows/test_integration.yml +1 -8
- data/.pre-commit-config.yaml +3 -12
- data/CHANGELOG.md +69 -0
- data/Gemfile +1 -0
- data/Makefile +1 -2
- data/README.md +13 -13
- data/datadog_api_client.gemspec +2 -0
- data/examples/v1/dashboards/CreateDashboard_1442588603.rb +61 -0
- data/examples/v1/dashboards/CreateDashboard_252716965.rb +52 -0
- data/examples/v1/dashboards/CreateDashboard_3882428227.rb +60 -0
- data/examples/v1/downtimes/CreateDowntime_1393233946.rb +3 -0
- data/examples/v1/downtimes/CreateDowntime_2908359488.rb +3 -0
- data/examples/v1/downtimes/CreateDowntime_3059354445.rb +3 -0
- data/examples/v1/events/ListEvents.rb +1 -1
- data/examples/v1/metrics/SubmitDistributionPoints.rb +22 -0
- data/examples/v1/metrics/SubmitDistributionPoints_3109558960.rb +25 -0
- data/examples/v1/organizations/DowngradeOrg.rb +5 -0
- data/examples/v1/organizations/UpdateOrg.rb +1 -0
- data/examples/v1/service-level-objectives/GetSLOHistory.rb +1 -1
- data/examples/v1/service-level-objectives/SearchSLO.rb +16 -0
- data/examples/v1/snapshots/GetGraphSnapshot.rb +2 -0
- data/examples/v1/synthetics/CreateSyntheticsAPITest.rb +3 -0
- data/examples/v1/synthetics/CreateSyntheticsBrowserTest_2932742688.rb +4 -1
- data/examples/v1/synthetics/GetAPITestLatestResults.rb +1 -1
- data/examples/v1/synthetics/GetAPITestResult.rb +1 -1
- data/examples/v1/synthetics/GetBrowserTestLatestResults.rb +1 -1
- data/examples/v1/synthetics/GetBrowserTestResult.rb +1 -1
- data/examples/v1/synthetics/UpdateBrowserTest.rb +3 -0
- data/examples/v1/usage-metering/GetDailyCustomReports.rb +1 -1
- data/examples/v1/usage-metering/GetHourlyUsageAttribution.rb +0 -3
- data/examples/v1/usage-metering/GetMonthlyCustomReports.rb +1 -1
- data/examples/v1/usage-metering/GetMonthlyUsageAttribution.rb +0 -3
- data/examples/v1/usage-metering/GetSpecifiedDailyCustomReports.rb +1 -1
- data/examples/v1/usage-metering/GetSpecifiedMonthlyCustomReports.rb +1 -1
- data/examples/v1/usage-metering/GetUsageAttribution.rb +1 -1
- data/examples/v1/usage-metering/GetUsageCIApp.rb +2 -5
- data/examples/v1/usage-metering/GetUsageCIApp_1064440884.rb +8 -0
- data/examples/v1/usage-metering/GetUsageCWS.rb +2 -5
- data/examples/v1/usage-metering/GetUsageCWS_736958514.rb +8 -0
- data/examples/v1/usage-metering/GetUsageDBM.rb +2 -5
- data/examples/v1/usage-metering/GetUsageDBM_3446806203.rb +8 -0
- data/examples/v1/usage-metering/GetUsageLambda.rb +2 -5
- data/examples/v1/usage-metering/GetUsageLambda_3132428705.rb +8 -0
- data/examples/v1/usage-metering/GetUsageLogs.rb +2 -5
- data/examples/v1/usage-metering/GetUsageLogsByIndex.rb +2 -5
- data/examples/v1/usage-metering/GetUsageLogsByIndex_1025184776.rb +8 -0
- data/examples/v1/usage-metering/GetUsageLogs_2562396405.rb +8 -0
- data/examples/v1/usage-metering/GetUsageNetworkFlows.rb +2 -5
- data/examples/v1/usage-metering/GetUsageNetworkFlows_1239422069.rb +8 -0
- data/examples/v1/usage-metering/GetUsageNetworkHosts.rb +2 -5
- data/examples/v1/usage-metering/GetUsageNetworkHosts_1249907835.rb +8 -0
- data/examples/v1/usage-metering/GetUsageOnlineArchive.rb +2 -5
- data/examples/v1/usage-metering/GetUsageOnlineArchive_1501172903.rb +8 -0
- data/examples/v1/usage-metering/GetUsageRumSessions.rb +2 -5
- data/examples/v1/usage-metering/GetUsageRumSessions_714937291.rb +8 -0
- data/examples/v1/usage-metering/GetUsageRumUnits.rb +2 -5
- data/examples/v1/usage-metering/GetUsageRumUnits_3959755399.rb +8 -0
- data/examples/v1/usage-metering/GetUsageSDS.rb +2 -5
- data/examples/v1/usage-metering/GetUsageSDS_271128478.rb +8 -0
- data/examples/v1/usage-metering/GetUsageSynthetics.rb +1 -1
- data/examples/v1/usage-metering/GetUsageSyntheticsAPI.rb +2 -5
- data/examples/v1/usage-metering/GetUsageSyntheticsAPI_4048033529.rb +8 -0
- data/examples/v1/usage-metering/GetUsageSyntheticsBrowser.rb +2 -5
- data/examples/v1/usage-metering/GetUsageSyntheticsBrowser_1704663299.rb +8 -0
- data/examples/v2/events/ListEvents.rb +8 -0
- data/examples/v2/events/ListEvents_2663715109.rb +14 -0
- data/examples/v2/events/SearchEvents.rb +23 -0
- data/examples/v2/incident-services/CreateIncidentService.rb +1 -1
- data/examples/v2/incident-services/DeleteIncidentService.rb +1 -1
- data/examples/v2/incident-services/GetIncidentService.rb +1 -1
- data/examples/v2/incident-services/ListIncidentServices.rb +1 -1
- data/examples/v2/incident-services/UpdateIncidentService.rb +1 -1
- data/examples/v2/incident-teams/CreateIncidentTeam.rb +1 -1
- data/examples/v2/incident-teams/DeleteIncidentTeam.rb +1 -1
- data/examples/v2/incident-teams/GetIncidentTeam.rb +1 -1
- data/examples/v2/incident-teams/ListIncidentTeams.rb +1 -1
- data/examples/v2/incident-teams/UpdateIncidentTeam.rb +1 -1
- data/examples/v2/incidents/CreateIncident.rb +1 -1
- data/examples/v2/incidents/DeleteIncident.rb +1 -1
- data/examples/v2/incidents/GetIncident.rb +1 -1
- data/examples/v2/incidents/ListIncidents.rb +1 -1
- data/examples/v2/incidents/UpdateIncident.rb +1 -1
- data/examples/v2/incidents/UpdateIncident_1009194038.rb +1 -1
- data/examples/v2/incidents/UpdateIncident_3369341440.rb +1 -1
- data/examples/v2/metrics/CreateTagConfiguration.rb +0 -3
- data/examples/v2/metrics/DeleteTagConfiguration.rb +0 -3
- data/examples/v2/metrics/ListTagConfigurationByName.rb +0 -3
- data/examples/v2/metrics/ListTagConfigurations.rb +0 -3
- data/examples/v2/metrics/ListTagConfigurations_103226315.rb +0 -3
- data/examples/v2/metrics/ListTagConfigurations_1799362914.rb +0 -3
- data/examples/v2/metrics/SubmitMetrics.rb +6 -0
- data/examples/v2/metrics/UpdateTagConfiguration.rb +0 -3
- data/examples/v2/opsgenie-integration/CreateOpsgenieService.rb +16 -0
- data/examples/v2/opsgenie-integration/DeleteOpsgenieService.rb +8 -0
- data/examples/v2/opsgenie-integration/GetOpsgenieService.rb +8 -0
- data/examples/v2/opsgenie-integration/ListOpsgenieServices.rb +5 -0
- data/examples/v2/opsgenie-integration/UpdateOpsgenieService.rb +21 -0
- data/examples/v2/security-monitoring/EditSecurityMonitoringSignalAssignee.rb +15 -0
- data/examples/v2/security-monitoring/EditSecurityMonitoringSignalIncidents.rb +15 -0
- data/examples/v2/security-monitoring/EditSecurityMonitoringSignalState.rb +14 -0
- data/examples/v2/security-monitoring/ListSecurityMonitoringSignals.rb +0 -3
- data/examples/v2/security-monitoring/SearchSecurityMonitoringSignals.rb +0 -3
- data/examples/v2/security-monitoring/UpdateSecurityMonitoringRule.rb +4 -0
- data/examples/v2/usage-metering/GetEstimatedCostByOrg.rb +8 -0
- data/examples/v2/usage-metering/GetEstimatedCostByOrg_2734954020.rb +11 -0
- data/examples/v2/usage-metering/GetEstimatedCostByOrg_3186693804.rb +11 -0
- data/examples/v2/usage-metering/GetUsageApplicationSecurityMonitoring.rb +2 -5
- data/examples/v2/usage-metering/GetUsageApplicationSecurityMonitoring_3959166796.rb +8 -0
- data/examples/v2/usage-metering/GetUsageLambdaTracedInvocations.rb +2 -5
- data/examples/v2/usage-metering/GetUsageLambdaTracedInvocations_1436752065.rb +8 -0
- data/examples/v2/usage-metering/GetUsageObservabilityPipelines.rb +2 -5
- data/examples/v2/usage-metering/GetUsageObservabilityPipelines_970725512.rb +8 -0
- data/lib/datadog_api_client/{v2/api_client.rb → api_client.rb} +63 -11
- data/lib/datadog_api_client/api_key_configuration.rb +1 -18
- data/lib/datadog_api_client/{v1/configuration.rb → configuration.rb} +133 -29
- data/lib/datadog_api_client/inflector.rb +1293 -0
- data/lib/datadog_api_client/models.rb +66 -0
- data/lib/datadog_api_client/v1/api/authentication_api.rb +3 -11
- data/lib/datadog_api_client/v1/api/aws_integration_api.rb +19 -91
- data/lib/datadog_api_client/v1/api/aws_logs_integration_api.rb +15 -71
- data/lib/datadog_api_client/v1/api/azure_integration_api.rb +11 -51
- data/lib/datadog_api_client/v1/api/dashboard_lists_api.rb +11 -51
- data/lib/datadog_api_client/v1/api/dashboards_api.rb +15 -71
- data/lib/datadog_api_client/v1/api/downtimes_api.rb +15 -71
- data/lib/datadog_api_client/v1/api/events_api.rb +9 -33
- data/lib/datadog_api_client/v1/api/gcp_integration_api.rb +9 -41
- data/lib/datadog_api_client/v1/api/hosts_api.rb +9 -41
- data/lib/datadog_api_client/v1/api/ip_ranges_api.rb +3 -11
- data/lib/datadog_api_client/v1/api/key_management_api.rb +21 -101
- data/lib/datadog_api_client/v1/api/logs_api.rb +5 -21
- data/lib/datadog_api_client/v1/api/logs_indexes_api.rb +13 -61
- data/lib/datadog_api_client/v1/api/logs_pipelines_api.rb +15 -71
- data/lib/datadog_api_client/v1/api/metrics_api.rb +86 -61
- data/lib/datadog_api_client/v1/api/monitors_api.rb +21 -101
- data/lib/datadog_api_client/v1/api/notebooks_api.rb +11 -51
- data/lib/datadog_api_client/v1/api/organizations_api.rb +77 -52
- data/lib/datadog_api_client/v1/api/pager_duty_integration_api.rb +9 -41
- data/lib/datadog_api_client/v1/api/security_monitoring_api.rb +10 -34
- data/lib/datadog_api_client/v1/api/service_checks_api.rb +3 -11
- data/lib/datadog_api_client/v1/api/service_level_objective_corrections_api.rb +11 -51
- data/lib/datadog_api_client/v1/api/service_level_objectives_api.rb +100 -94
- data/lib/datadog_api_client/v1/api/slack_integration_api.rb +11 -51
- data/lib/datadog_api_client/v1/api/snapshots_api.rb +7 -11
- data/lib/datadog_api_client/v1/api/synthetics_api.rb +55 -271
- data/lib/datadog_api_client/v1/api/tags_api.rb +11 -51
- data/lib/datadog_api_client/v1/api/usage_metering_api.rb +175 -418
- data/lib/datadog_api_client/v1/api/users_api.rb +11 -51
- data/lib/datadog_api_client/v1/api/webhooks_integration_api.rb +17 -81
- data/lib/datadog_api_client/v1/model_base.rb +2 -2
- data/lib/datadog_api_client/v1/models/distribution_point_item.rb +63 -0
- data/lib/datadog_api_client/v1/models/distribution_points_content_encoding.rb +26 -0
- data/lib/datadog_api_client/v1/models/distribution_points_payload.rb +124 -0
- data/lib/datadog_api_client/v1/models/distribution_points_series.rb +179 -0
- data/lib/datadog_api_client/v1/models/distribution_points_type.rb +26 -0
- data/lib/datadog_api_client/v1/models/distribution_widget_histogram_request_query.rb +64 -0
- data/lib/datadog_api_client/v1/models/distribution_widget_histogram_request_type.rb +26 -0
- data/lib/datadog_api_client/v1/models/distribution_widget_request.rb +21 -1
- data/lib/datadog_api_client/v1/models/formula_and_function_apm_resource_stat_name.rb +1 -0
- data/lib/datadog_api_client/v1/models/formula_and_function_query_definition.rb +1 -1
- data/lib/datadog_api_client/v1/models/hourly_usage_attribution_body.rb +5 -1
- data/lib/datadog_api_client/v1/models/hourly_usage_attribution_usage_type.rb +9 -0
- data/lib/datadog_api_client/v1/models/ip_prefixes_synthetics_private_locations.rb +125 -0
- data/lib/datadog_api_client/v1/models/ip_ranges.rb +11 -1
- data/lib/datadog_api_client/v1/models/logs_processor.rb +1 -1
- data/lib/datadog_api_client/v1/models/monitor_formula_and_function_query_definition.rb +1 -1
- data/lib/datadog_api_client/v1/models/monthly_usage_attribution_body.rb +6 -2
- data/lib/datadog_api_client/v1/models/monthly_usage_attribution_supported_metrics.rb +18 -0
- data/lib/datadog_api_client/v1/models/monthly_usage_attribution_values.rb +61 -1
- data/lib/datadog_api_client/v1/models/notebook_cell_create_request_attributes.rb +1 -1
- data/lib/datadog_api_client/v1/models/notebook_cell_response_attributes.rb +1 -1
- data/lib/datadog_api_client/v1/models/notebook_cell_time.rb +1 -1
- data/lib/datadog_api_client/v1/models/notebook_cell_update_request_attributes.rb +1 -1
- data/lib/datadog_api_client/v1/models/notebook_global_time.rb +1 -1
- data/lib/datadog_api_client/v1/models/notebook_update_cell.rb +1 -1
- data/lib/datadog_api_client/v1/models/org_downgraded_response.rb +111 -0
- data/lib/datadog_api_client/v1/models/organization.rb +14 -4
- data/lib/datadog_api_client/v1/models/search_slo_response.rb +131 -0
- data/lib/datadog_api_client/v1/models/search_slo_response_data.rb +121 -0
- data/lib/datadog_api_client/v1/models/search_slo_response_data_attributes.rb +123 -0
- data/lib/datadog_api_client/v1/models/search_slo_response_data_attributes_facets.rb +197 -0
- data/lib/datadog_api_client/v1/models/search_slo_response_data_attributes_facets_object_int.rb +121 -0
- data/lib/datadog_api_client/v1/models/search_slo_response_data_attributes_facets_object_string.rb +121 -0
- data/lib/datadog_api_client/v1/models/search_slo_response_links.rb +151 -0
- data/lib/datadog_api_client/v1/models/search_slo_response_meta.rb +111 -0
- data/lib/datadog_api_client/v1/models/search_slo_response_meta_page.rb +181 -0
- data/lib/datadog_api_client/v1/models/service_level_objective.rb +3 -3
- data/lib/datadog_api_client/v1/models/service_level_objective_query.rb +1 -1
- data/lib/datadog_api_client/v1/models/service_level_objective_request.rb +3 -3
- data/lib/datadog_api_client/v1/models/slo_history_metrics.rb +1 -1
- data/lib/datadog_api_client/v1/models/slo_response_data.rb +1 -1
- data/lib/datadog_api_client/v1/models/sunburst_widget_legend.rb +1 -1
- data/lib/datadog_api_client/v1/models/synthetics_api_test.rb +11 -0
- data/lib/datadog_api_client/v1/models/synthetics_assertion.rb +1 -1
- data/lib/datadog_api_client/v1/models/synthetics_basic_auth.rb +1 -1
- data/lib/datadog_api_client/v1/models/synthetics_browser_test.rb +11 -0
- data/lib/datadog_api_client/v1/models/synthetics_core_web_vitals.rb +2 -2
- data/lib/datadog_api_client/v1/models/synthetics_test_ci_options.rb +111 -0
- data/lib/datadog_api_client/v1/models/synthetics_test_options.rb +11 -1
- data/lib/datadog_api_client/v1/models/tree_map_color_by.rb +1 -1
- data/lib/datadog_api_client/v1/models/tree_map_group_by.rb +1 -1
- data/lib/datadog_api_client/v1/models/tree_map_size_by.rb +1 -1
- data/lib/datadog_api_client/v1/models/tree_map_widget_definition.rb +28 -6
- data/lib/datadog_api_client/v1/models/usage_attribution_body.rb +6 -2
- data/lib/datadog_api_client/v1/models/usage_attribution_sort.rb +6 -0
- data/lib/datadog_api_client/v1/models/usage_attribution_supported_metrics.rb +6 -0
- data/lib/datadog_api_client/v1/models/usage_attribution_values.rb +61 -1
- data/lib/datadog_api_client/v1/models/usage_billable_summary_keys.rb +474 -4
- data/lib/datadog_api_client/v1/models/widget_definition.rb +1 -1
- data/lib/datadog_api_client/v2/api/audit_api.rb +11 -25
- data/lib/datadog_api_client/v2/api/authn_mappings_api.rb +11 -51
- data/lib/datadog_api_client/v2/api/cloud_workload_security_api.rb +14 -62
- data/lib/datadog_api_client/v2/api/dashboard_lists_api.rb +9 -41
- data/lib/datadog_api_client/v2/api/events_api.rb +228 -0
- data/lib/datadog_api_client/v2/api/incident_services_api.rb +36 -46
- data/lib/datadog_api_client/v2/api/incident_teams_api.rb +36 -46
- data/lib/datadog_api_client/v2/api/incidents_api.rb +39 -48
- data/lib/datadog_api_client/v2/api/key_management_api.rb +29 -141
- data/lib/datadog_api_client/v2/api/logs_api.rb +15 -45
- data/lib/datadog_api_client/v2/api/logs_archives_api.rb +21 -101
- data/lib/datadog_api_client/v2/api/logs_metrics_api.rb +11 -51
- data/lib/datadog_api_client/v2/api/metrics_api.rb +26 -114
- data/lib/datadog_api_client/v2/api/opsgenie_integration_api.rb +355 -0
- data/lib/datadog_api_client/v2/api/organizations_api.rb +3 -11
- data/lib/datadog_api_client/v2/api/processes_api.rb +6 -13
- data/lib/datadog_api_client/v2/api/roles_api.rb +27 -131
- data/lib/datadog_api_client/v2/api/rum_api.rb +13 -35
- data/lib/datadog_api_client/v2/api/security_monitoring_api.rb +247 -125
- data/lib/datadog_api_client/v2/api/service_accounts_api.rb +11 -51
- data/lib/datadog_api_client/v2/api/usage_metering_api.rb +190 -50
- data/lib/datadog_api_client/v2/api/users_api.rb +21 -101
- data/lib/datadog_api_client/v2/model_base.rb +2 -2
- data/lib/datadog_api_client/v2/models/api_key_response_included_item.rb +1 -1
- data/lib/datadog_api_client/v2/models/application_key_response_included_item.rb +1 -1
- data/lib/datadog_api_client/v2/models/authn_mapping_included.rb +1 -1
- data/lib/datadog_api_client/v2/models/event.rb +141 -0
- data/lib/datadog_api_client/v2/models/event_attributes.rb +305 -0
- data/lib/datadog_api_client/v2/models/event_priority.rb +27 -0
- data/lib/datadog_api_client/v2/models/event_response.rb +133 -0
- data/lib/datadog_api_client/v2/models/event_response_attributes.rb +133 -0
- data/lib/datadog_api_client/v2/models/event_status_type.rb +35 -0
- data/lib/datadog_api_client/v2/models/event_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/events_list_request.rb +142 -0
- data/lib/datadog_api_client/v2/models/events_list_response.rb +133 -0
- data/lib/datadog_api_client/v2/models/events_list_response_links.rb +112 -0
- data/lib/datadog_api_client/v2/models/events_query_filter.rb +137 -0
- data/lib/datadog_api_client/v2/models/events_query_options.rb +124 -0
- data/lib/datadog_api_client/v2/models/events_request_page.rb +134 -0
- data/lib/datadog_api_client/v2/models/events_response_metadata.rb +144 -0
- data/lib/datadog_api_client/v2/models/events_response_metadata_page.rb +112 -0
- data/lib/datadog_api_client/v2/models/events_sort.rb +27 -0
- data/lib/datadog_api_client/v2/models/events_warning.rb +131 -0
- data/lib/datadog_api_client/v2/models/hourly_usage.rb +133 -0
- data/lib/datadog_api_client/v2/models/hourly_usage_attributes.rb +163 -0
- data/lib/datadog_api_client/v2/models/hourly_usage_measurement.rb +122 -0
- data/lib/datadog_api_client/v2/models/hourly_usage_metadata.rb +111 -0
- data/lib/datadog_api_client/v2/models/hourly_usage_pagination.rb +112 -0
- data/lib/datadog_api_client/v2/models/hourly_usage_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/incident_field_attributes.rb +1 -1
- data/lib/datadog_api_client/v2/models/incident_response_included_item.rb +1 -1
- data/lib/datadog_api_client/v2/models/incident_service_included_items.rb +1 -1
- data/lib/datadog_api_client/v2/models/incident_team_included_items.rb +1 -1
- data/lib/datadog_api_client/v2/models/incident_timeline_cell_create_attributes.rb +1 -1
- data/lib/datadog_api_client/v2/models/intake_payload_accepted.rb +10 -8
- data/lib/datadog_api_client/v2/models/logs_aggregate_bucket_value.rb +1 -1
- data/lib/datadog_api_client/v2/models/logs_archive_create_request_destination.rb +1 -1
- data/lib/datadog_api_client/v2/models/logs_archive_destination.rb +1 -1
- data/lib/datadog_api_client/v2/models/logs_group_by_missing.rb +1 -1
- data/lib/datadog_api_client/v2/models/logs_group_by_total.rb +1 -1
- data/lib/datadog_api_client/v2/models/metric_intake_type.rb +1 -2
- data/lib/datadog_api_client/v2/models/metric_resource.rb +2 -2
- data/lib/datadog_api_client/v2/models/metric_series.rb +1 -1
- data/lib/datadog_api_client/v2/models/metric_tag_configuration_create_attributes.rb +0 -2
- data/lib/datadog_api_client/v2/models/metric_tag_configuration_update_attributes.rb +0 -2
- data/lib/datadog_api_client/v2/models/metric_volumes.rb +1 -1
- data/lib/datadog_api_client/v2/models/metrics_and_metric_tag_configurations.rb +1 -1
- data/lib/datadog_api_client/v2/models/monitor_type.rb +215 -0
- data/lib/datadog_api_client/v2/models/opsgenie_service_create_attributes.rb +174 -0
- data/lib/datadog_api_client/v2/models/opsgenie_service_create_data.rb +145 -0
- data/lib/datadog_api_client/v2/models/opsgenie_service_create_request.rb +122 -0
- data/lib/datadog_api_client/v2/models/opsgenie_service_region_type.rb +28 -0
- data/lib/datadog_api_client/v2/models/opsgenie_service_response.rb +122 -0
- data/lib/datadog_api_client/v2/models/opsgenie_service_response_attributes.rb +132 -0
- data/lib/datadog_api_client/v2/models/opsgenie_service_response_data.rb +166 -0
- data/lib/datadog_api_client/v2/models/opsgenie_service_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/opsgenie_service_update_attributes.rb +142 -0
- data/lib/datadog_api_client/v2/models/opsgenie_service_update_data.rb +166 -0
- data/lib/datadog_api_client/v2/models/opsgenie_service_update_request.rb +122 -0
- data/lib/datadog_api_client/v2/models/opsgenie_services_response.rb +124 -0
- data/lib/datadog_api_client/v2/models/rum_aggregate_bucket_value.rb +1 -1
- data/lib/datadog_api_client/v2/models/rum_group_by_missing.rb +1 -1
- data/lib/datadog_api_client/v2/models/rum_group_by_total.rb +1 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_new_value_options.rb +30 -4
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_new_value_options_learning_method.rb +27 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_new_value_options_learning_threshold.rb +27 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_options.rb +13 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_query.rb +13 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_query_create.rb +13 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_archive_reason.rb +29 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_assignee_update_attributes.rb +132 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_assignee_update_data.rb +122 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_assignee_update_request.rb +122 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_incidents_update_attributes.rb +134 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_incidents_update_data.rb +122 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_incidents_update_request.rb +122 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_state.rb +28 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_state_update_attributes.rb +152 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_state_update_data.rb +122 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_state_update_request.rb +122 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_triage_attributes.rb +248 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_triage_update_data.rb +111 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_triage_update_response.rb +122 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_triage_user.rb +152 -0
- data/lib/datadog_api_client/v2/models/user_response_included_item.rb +1 -1
- data/lib/datadog_api_client/version.rb +1 -1
- data/lib/datadog_api_client.rb +11 -5
- data/spec/{v1/api_client_spec.rb → api_client_spec.rb} +29 -29
- data/spec/{v1/configuration_spec.rb → configuration_spec.rb} +3 -3
- data/spec/spec_helper.rb +1 -3
- metadata +144 -20
- data/.dockerignore +0 -1
- data/.generator/src/generator/templates/api_error.j2 +0 -49
- data/lib/datadog_api_client/v1/api_client.rb +0 -453
- data/lib/datadog_api_client/v1/api_error.rb +0 -60
- data/lib/datadog_api_client/v1.rb +0 -794
- data/lib/datadog_api_client/v2/api_error.rb +0 -60
- data/lib/datadog_api_client/v2/configuration.rb +0 -427
- data/lib/datadog_api_client/v2.rb +0 -540
- data/spec/v2/api_client_spec.rb +0 -210
- data/spec/v2/configuration_spec.rb +0 -45
|
@@ -1299,6 +1299,96 @@ components:
|
|
|
1299
1299
|
type: integer
|
|
1300
1300
|
readOnly: true
|
|
1301
1301
|
type: object
|
|
1302
|
+
DistributionPoint:
|
|
1303
|
+
description: Array of distribution points.
|
|
1304
|
+
example:
|
|
1305
|
+
- 1575317847.0
|
|
1306
|
+
- - 0.5
|
|
1307
|
+
- 1.0
|
|
1308
|
+
items:
|
|
1309
|
+
description: List of distribution point.
|
|
1310
|
+
oneOf:
|
|
1311
|
+
- $ref: '#/components/schemas/DistributionPointTimestamp'
|
|
1312
|
+
- $ref: '#/components/schemas/DistributionPointData'
|
|
1313
|
+
maxItems: 2
|
|
1314
|
+
minItems: 2
|
|
1315
|
+
type: array
|
|
1316
|
+
DistributionPointData:
|
|
1317
|
+
description: Distribution point data.
|
|
1318
|
+
items:
|
|
1319
|
+
description: List of distribution point data.
|
|
1320
|
+
format: double
|
|
1321
|
+
type: number
|
|
1322
|
+
type: array
|
|
1323
|
+
DistributionPointTimestamp:
|
|
1324
|
+
description: Distribution point timestamp. It should be in seconds and current.
|
|
1325
|
+
format: double
|
|
1326
|
+
type: number
|
|
1327
|
+
DistributionPointsContentEncoding:
|
|
1328
|
+
description: HTTP header used to compress the media-type.
|
|
1329
|
+
enum:
|
|
1330
|
+
- deflate
|
|
1331
|
+
type: string
|
|
1332
|
+
x-enum-varnames:
|
|
1333
|
+
- DEFLATE
|
|
1334
|
+
DistributionPointsPayload:
|
|
1335
|
+
description: The distribution points payload.
|
|
1336
|
+
properties:
|
|
1337
|
+
series:
|
|
1338
|
+
description: A list of distribution points series to submit to Datadog.
|
|
1339
|
+
example:
|
|
1340
|
+
- metric: system.load.1
|
|
1341
|
+
points:
|
|
1342
|
+
- - 1475317847.0
|
|
1343
|
+
- - 1.0
|
|
1344
|
+
- 2.0
|
|
1345
|
+
items:
|
|
1346
|
+
$ref: '#/components/schemas/DistributionPointsSeries'
|
|
1347
|
+
type: array
|
|
1348
|
+
required:
|
|
1349
|
+
- series
|
|
1350
|
+
type: object
|
|
1351
|
+
DistributionPointsSeries:
|
|
1352
|
+
description: A distribution points metric to submit to Datadog.
|
|
1353
|
+
properties:
|
|
1354
|
+
host:
|
|
1355
|
+
description: The name of the host that produced the distribution point metric.
|
|
1356
|
+
example: test.example.com
|
|
1357
|
+
type: string
|
|
1358
|
+
metric:
|
|
1359
|
+
description: The name of the distribution points metric.
|
|
1360
|
+
example: system.load.1
|
|
1361
|
+
type: string
|
|
1362
|
+
points:
|
|
1363
|
+
description: Points relating to the distribution point metric. All points
|
|
1364
|
+
must be tuples with timestamp and a list of values (cannot be a string).
|
|
1365
|
+
Timestamps should be in POSIX time in seconds.
|
|
1366
|
+
items:
|
|
1367
|
+
$ref: '#/components/schemas/DistributionPoint'
|
|
1368
|
+
type: array
|
|
1369
|
+
tags:
|
|
1370
|
+
description: A list of tags associated with the distribution point metric.
|
|
1371
|
+
example:
|
|
1372
|
+
- environment:test
|
|
1373
|
+
items:
|
|
1374
|
+
description: Individual tags.
|
|
1375
|
+
type: string
|
|
1376
|
+
type: array
|
|
1377
|
+
type:
|
|
1378
|
+
$ref: '#/components/schemas/DistributionPointsType'
|
|
1379
|
+
required:
|
|
1380
|
+
- metric
|
|
1381
|
+
- points
|
|
1382
|
+
type: object
|
|
1383
|
+
DistributionPointsType:
|
|
1384
|
+
default: distribution
|
|
1385
|
+
description: The type of the distribution point.
|
|
1386
|
+
enum:
|
|
1387
|
+
- distribution
|
|
1388
|
+
example: distribution
|
|
1389
|
+
type: string
|
|
1390
|
+
x-enum-varnames:
|
|
1391
|
+
- DISTRIBUTION
|
|
1302
1392
|
DistributionWidgetDefinition:
|
|
1303
1393
|
description: "The Distribution visualization is another way of showing metrics\naggregated
|
|
1304
1394
|
across one or several tags, such as hosts.\nUnlike the heat map, a distribution
|
|
@@ -1359,6 +1449,25 @@ components:
|
|
|
1359
1449
|
type: string
|
|
1360
1450
|
x-enum-varnames:
|
|
1361
1451
|
- DISTRIBUTION
|
|
1452
|
+
DistributionWidgetHistogramRequestQuery:
|
|
1453
|
+
description: Query definition for Distribution Widget Histogram Request
|
|
1454
|
+
example:
|
|
1455
|
+
data_source: metrics
|
|
1456
|
+
name: query1
|
|
1457
|
+
query: histogram:trace.Load{*}
|
|
1458
|
+
oneOf:
|
|
1459
|
+
- $ref: '#/components/schemas/FormulaAndFunctionMetricQueryDefinition'
|
|
1460
|
+
- $ref: '#/components/schemas/FormulaAndFunctionEventQueryDefinition'
|
|
1461
|
+
- $ref: '#/components/schemas/FormulaAndFunctionApmResourceStatsQueryDefinition'
|
|
1462
|
+
type: object
|
|
1463
|
+
DistributionWidgetHistogramRequestType:
|
|
1464
|
+
description: Request type for the histogram request.
|
|
1465
|
+
enum:
|
|
1466
|
+
- histogram
|
|
1467
|
+
example: histogram
|
|
1468
|
+
type: string
|
|
1469
|
+
x-enum-varnames:
|
|
1470
|
+
- HISTOGRAM
|
|
1362
1471
|
DistributionWidgetRequest:
|
|
1363
1472
|
description: Updated distribution widget.
|
|
1364
1473
|
properties:
|
|
@@ -1379,6 +1488,10 @@ components:
|
|
|
1379
1488
|
q:
|
|
1380
1489
|
description: Widget query.
|
|
1381
1490
|
type: string
|
|
1491
|
+
query:
|
|
1492
|
+
$ref: '#/components/schemas/DistributionWidgetHistogramRequestQuery'
|
|
1493
|
+
request_type:
|
|
1494
|
+
$ref: '#/components/schemas/DistributionWidgetHistogramRequestType'
|
|
1382
1495
|
rum_query:
|
|
1383
1496
|
$ref: '#/components/schemas/LogQueryDefinition'
|
|
1384
1497
|
security_query:
|
|
@@ -2159,6 +2272,7 @@ components:
|
|
|
2159
2272
|
- error_rate
|
|
2160
2273
|
- hits
|
|
2161
2274
|
- latency_avg
|
|
2275
|
+
- latency_distribution
|
|
2162
2276
|
- latency_max
|
|
2163
2277
|
- latency_p50
|
|
2164
2278
|
- latency_p75
|
|
@@ -2172,6 +2286,7 @@ components:
|
|
|
2172
2286
|
- ERROR_RATE
|
|
2173
2287
|
- HITS
|
|
2174
2288
|
- LATENCY_AVG
|
|
2289
|
+
- LATENCY_DISTRIBUTION
|
|
2175
2290
|
- LATENCY_MAX
|
|
2176
2291
|
- LATENCY_P50
|
|
2177
2292
|
- LATENCY_P75
|
|
@@ -3511,10 +3626,19 @@ components:
|
|
|
3511
3626
|
enum:
|
|
3512
3627
|
- api_usage
|
|
3513
3628
|
- apm_host_usage
|
|
3629
|
+
- appsec_usage
|
|
3514
3630
|
- browser_usage
|
|
3515
3631
|
- container_usage
|
|
3632
|
+
- cspm_containers_usage
|
|
3633
|
+
- cspm_hosts_usage
|
|
3516
3634
|
- custom_timeseries_usage
|
|
3635
|
+
- cws_containers_usage
|
|
3636
|
+
- cws_hosts_usage
|
|
3637
|
+
- dbm_hosts_usage
|
|
3638
|
+
- dbm_queries_usage
|
|
3517
3639
|
- estimated_indexed_logs_usage
|
|
3640
|
+
- estimated_indexed_spans_usage
|
|
3641
|
+
- estimated_ingested_spans_usage
|
|
3518
3642
|
- fargate_usage
|
|
3519
3643
|
- functions_usage
|
|
3520
3644
|
- indexed_logs_usage
|
|
@@ -3528,10 +3652,19 @@ components:
|
|
|
3528
3652
|
x-enum-varnames:
|
|
3529
3653
|
- API_USAGE
|
|
3530
3654
|
- APM_HOST_USAGE
|
|
3655
|
+
- APPSEC_USAGE
|
|
3531
3656
|
- BROWSER_USAGE
|
|
3532
3657
|
- CONTAINER_USAGE
|
|
3658
|
+
- CSPM_CONTAINERS_USAGE
|
|
3659
|
+
- CSPM_HOSTS_USAGE
|
|
3533
3660
|
- CUSTOM_TIMESERIES_USAGE
|
|
3661
|
+
- CWS_CONTAINERS_USAGE
|
|
3662
|
+
- CWS_HOSTS_USAGE
|
|
3663
|
+
- DBM_HOSTS_USAGE
|
|
3664
|
+
- DBM_QUERIES_USAGE
|
|
3534
3665
|
- ESTIMATED_INDEXED_LOGS_USAGE
|
|
3666
|
+
- ESTIMATED_INDEXED_SPANS_USAGE
|
|
3667
|
+
- ESTIMATED_INGESTED_SPANS_USAGE
|
|
3535
3668
|
- FARGATE_USAGE
|
|
3536
3669
|
- FUNCTIONS_USAGE
|
|
3537
3670
|
- INDEXED_LOGS_USAGE
|
|
@@ -3678,6 +3811,23 @@ components:
|
|
|
3678
3811
|
description: List of IPv6 prefixes by location.
|
|
3679
3812
|
type: object
|
|
3680
3813
|
type: object
|
|
3814
|
+
IPPrefixesSyntheticsPrivateLocations:
|
|
3815
|
+
description: Available prefix information for the Synthetics Private Locations
|
|
3816
|
+
endpoints.
|
|
3817
|
+
properties:
|
|
3818
|
+
prefixes_ipv4:
|
|
3819
|
+
description: List of IPv4 prefixes.
|
|
3820
|
+
items:
|
|
3821
|
+
description: IPv4 prefix
|
|
3822
|
+
type: string
|
|
3823
|
+
type: array
|
|
3824
|
+
prefixes_ipv6:
|
|
3825
|
+
description: List of IPv6 prefixes.
|
|
3826
|
+
items:
|
|
3827
|
+
description: IPv6 prefix
|
|
3828
|
+
type: string
|
|
3829
|
+
type: array
|
|
3830
|
+
type: object
|
|
3681
3831
|
IPPrefixesWebhooks:
|
|
3682
3832
|
description: Available prefix information for the Webhook endpoints.
|
|
3683
3833
|
properties:
|
|
@@ -3713,6 +3863,8 @@ components:
|
|
|
3713
3863
|
$ref: '#/components/schemas/IPPrefixesProcess'
|
|
3714
3864
|
synthetics:
|
|
3715
3865
|
$ref: '#/components/schemas/IPPrefixesSynthetics'
|
|
3866
|
+
synthetics-private-locations:
|
|
3867
|
+
$ref: '#/components/schemas/IPPrefixesSyntheticsPrivateLocations'
|
|
3716
3868
|
version:
|
|
3717
3869
|
description: Version of the IP list.
|
|
3718
3870
|
example: 11
|
|
@@ -6648,7 +6800,7 @@ components:
|
|
|
6648
6800
|
type: string
|
|
6649
6801
|
tag_config_source:
|
|
6650
6802
|
description: The source of the usage attribution tag configuration and the
|
|
6651
|
-
selected tags in the format `<source_org_name
|
|
6803
|
+
selected tags in the format `<source_org_name>:::<selected tag 1>///<selected
|
|
6652
6804
|
tag 2>///<selected tag 3>`.
|
|
6653
6805
|
type: string
|
|
6654
6806
|
tags:
|
|
@@ -6695,14 +6847,32 @@ components:
|
|
|
6695
6847
|
- api_percentage
|
|
6696
6848
|
- apm_host_usage
|
|
6697
6849
|
- apm_host_percentage
|
|
6850
|
+
- appsec_usage
|
|
6851
|
+
- appsec_percentage
|
|
6698
6852
|
- browser_usage
|
|
6699
6853
|
- browser_percentage
|
|
6700
6854
|
- container_usage
|
|
6701
6855
|
- container_percentage
|
|
6856
|
+
- cspm_containers_percentage
|
|
6857
|
+
- cspm_containers_usage
|
|
6858
|
+
- cspm_hosts_percentage
|
|
6859
|
+
- cspm_hosts_usage
|
|
6702
6860
|
- custom_timeseries_usage
|
|
6703
6861
|
- custom_timeseries_percentage
|
|
6862
|
+
- cws_containers_percentage
|
|
6863
|
+
- cws_containers_usage
|
|
6864
|
+
- cws_hosts_percentage
|
|
6865
|
+
- cws_hosts_usage
|
|
6866
|
+
- dbm_hosts_percentage
|
|
6867
|
+
- dbm_hosts_usage
|
|
6868
|
+
- dbm_queries_percentage
|
|
6869
|
+
- dbm_queries_usage
|
|
6704
6870
|
- estimated_indexed_logs_usage
|
|
6705
6871
|
- estimated_indexed_logs_percentage
|
|
6872
|
+
- estimated_indexed_spans_usage
|
|
6873
|
+
- estimated_indexed_spans_percentage
|
|
6874
|
+
- estimated_ingested_spans_usage
|
|
6875
|
+
- estimated_ingested_spans_percentage
|
|
6706
6876
|
- fargate_usage
|
|
6707
6877
|
- fargate_percentage
|
|
6708
6878
|
- functions_usage
|
|
@@ -6728,14 +6898,32 @@ components:
|
|
|
6728
6898
|
- API_PERCENTAGE
|
|
6729
6899
|
- APM_HOST_USAGE
|
|
6730
6900
|
- APM_HOST_PERCENTAGE
|
|
6901
|
+
- APPSEC_USAGE
|
|
6902
|
+
- APPSEC_PERCENTAGE
|
|
6731
6903
|
- BROWSER_USAGE
|
|
6732
6904
|
- BROWSER_PERCENTAGE
|
|
6733
6905
|
- CONTAINER_USAGE
|
|
6734
6906
|
- CONTAINER_PERCENTAGE
|
|
6907
|
+
- CSPM_CONTAINERS_PERCENTAGE
|
|
6908
|
+
- CSPM_CONTAINERS_USAGE
|
|
6909
|
+
- CSPM_HOSTS_PERCENTAGE
|
|
6910
|
+
- CSPM_HOSTS_USAGE
|
|
6735
6911
|
- CUSTOM_TIMESERIES_USAGE
|
|
6736
6912
|
- CUSTOM_TIMESERIES_PERCENTAGE
|
|
6913
|
+
- CWS_CONTAINERS_PERCENTAGE
|
|
6914
|
+
- CWS_CONTAINERS_USAGE
|
|
6915
|
+
- CWS_HOSTS_PERCENTAGE
|
|
6916
|
+
- CWS_HOSTS_USAGE
|
|
6917
|
+
- DBM_HOSTS_PERCENTAGE
|
|
6918
|
+
- DBM_HOSTS_USAGE
|
|
6919
|
+
- DBM_QUERIES_PERCENTAGE
|
|
6920
|
+
- DBM_QUERIES_USAGE
|
|
6737
6921
|
- ESTIMATED_INDEXED_LOGS_USAGE
|
|
6738
6922
|
- ESTIMATED_INDEXED_LOGS_PERCENTAGE
|
|
6923
|
+
- ESTIMATED_INDEXED_SPANS_USAGE
|
|
6924
|
+
- ESTIMATED_INDEXED_SPANS_PERCENTAGE
|
|
6925
|
+
- ESTIMATED_INGESTED_SPANS_USAGE
|
|
6926
|
+
- ESTIMATED_INGESTED_SPANS_PERCENTAGE
|
|
6739
6927
|
- FARGATE_USAGE
|
|
6740
6928
|
- FARGATE_PERCENTAGE
|
|
6741
6929
|
- FUNCTIONS_USAGE
|
|
@@ -6774,6 +6962,15 @@ components:
|
|
|
6774
6962
|
description: The APM host usage by tag(s).
|
|
6775
6963
|
format: double
|
|
6776
6964
|
type: number
|
|
6965
|
+
appsec_percentage:
|
|
6966
|
+
description: The percentage of Application Security Monitoring host usage
|
|
6967
|
+
by tag(s).
|
|
6968
|
+
format: double
|
|
6969
|
+
type: number
|
|
6970
|
+
appsec_usage:
|
|
6971
|
+
description: The Application Security Monitoring host usage by tag(s).
|
|
6972
|
+
format: double
|
|
6973
|
+
type: number
|
|
6777
6974
|
browser_percentage:
|
|
6778
6975
|
description: The percentage of synthetic browser test usage by tag(s).
|
|
6779
6976
|
format: double
|
|
@@ -6808,6 +7005,26 @@ components:
|
|
|
6808
7005
|
is in private beta.
|
|
6809
7006
|
format: double
|
|
6810
7007
|
type: number
|
|
7008
|
+
estimated_indexed_spans_percentage:
|
|
7009
|
+
description: The percentage of estimated indexed spans usage by tag(s).
|
|
7010
|
+
This field is in private beta.
|
|
7011
|
+
format: double
|
|
7012
|
+
type: number
|
|
7013
|
+
estimated_indexed_spans_usage:
|
|
7014
|
+
description: The estimated indexed spans usage by tag(s). This field is
|
|
7015
|
+
in private beta.
|
|
7016
|
+
format: double
|
|
7017
|
+
type: number
|
|
7018
|
+
estimated_ingested_spans_percentage:
|
|
7019
|
+
description: The percentage of estimated ingested spans usage by tag(s).
|
|
7020
|
+
This field is in private beta.
|
|
7021
|
+
format: double
|
|
7022
|
+
type: number
|
|
7023
|
+
estimated_ingested_spans_usage:
|
|
7024
|
+
description: The estimated ingested spans usage by tag(s). This field is
|
|
7025
|
+
in private beta.
|
|
7026
|
+
format: double
|
|
7027
|
+
type: number
|
|
6811
7028
|
fargate_percentage:
|
|
6812
7029
|
description: The percentage of Fargate usage by tags.
|
|
6813
7030
|
format: double
|
|
@@ -7705,6 +7922,13 @@ components:
|
|
|
7705
7922
|
format: int64
|
|
7706
7923
|
type: integer
|
|
7707
7924
|
type: object
|
|
7925
|
+
OrgDowngradedResponse:
|
|
7926
|
+
description: Status of downgrade
|
|
7927
|
+
properties:
|
|
7928
|
+
message:
|
|
7929
|
+
description: Information pertaining to the downgraded child organization.
|
|
7930
|
+
type: string
|
|
7931
|
+
type: object
|
|
7708
7932
|
Organization:
|
|
7709
7933
|
description: Create, edit, and manage organizations.
|
|
7710
7934
|
properties:
|
|
@@ -7732,6 +7956,11 @@ components:
|
|
|
7732
7956
|
$ref: '#/components/schemas/OrganizationSettings'
|
|
7733
7957
|
subscription:
|
|
7734
7958
|
$ref: '#/components/schemas/OrganizationSubscription'
|
|
7959
|
+
trial:
|
|
7960
|
+
description: Only available for MSP customers. Allows child organizations
|
|
7961
|
+
to be created on a trial plan.
|
|
7962
|
+
example: false
|
|
7963
|
+
type: boolean
|
|
7735
7964
|
type: object
|
|
7736
7965
|
OrganizationBilling:
|
|
7737
7966
|
deprecated: true
|
|
@@ -8476,7 +8705,7 @@ components:
|
|
|
8476
8705
|
format: int64
|
|
8477
8706
|
type: integer
|
|
8478
8707
|
times:
|
|
8479
|
-
description: An array of query timestamps in EPOCH milliseconds
|
|
8708
|
+
description: An array of query timestamps in EPOCH milliseconds.
|
|
8480
8709
|
example: []
|
|
8481
8710
|
items:
|
|
8482
8711
|
description: A timestamp in EPOCH milliseconds.
|
|
@@ -9344,6 +9573,164 @@ components:
|
|
|
9344
9573
|
- formula
|
|
9345
9574
|
- dimension
|
|
9346
9575
|
type: object
|
|
9576
|
+
SearchSLOResponse:
|
|
9577
|
+
description: A search SLO response containing results from the search query.
|
|
9578
|
+
properties:
|
|
9579
|
+
data:
|
|
9580
|
+
$ref: '#/components/schemas/SearchSLOResponseData'
|
|
9581
|
+
links:
|
|
9582
|
+
$ref: '#/components/schemas/SearchSLOResponseLinks'
|
|
9583
|
+
meta:
|
|
9584
|
+
$ref: '#/components/schemas/SearchSLOResponseMeta'
|
|
9585
|
+
type: object
|
|
9586
|
+
SearchSLOResponseData:
|
|
9587
|
+
description: Data from search SLO response.
|
|
9588
|
+
properties:
|
|
9589
|
+
attributes:
|
|
9590
|
+
$ref: '#/components/schemas/SearchSLOResponseDataAttributes'
|
|
9591
|
+
type:
|
|
9592
|
+
description: Type of service level objective result.
|
|
9593
|
+
example: ''
|
|
9594
|
+
type: string
|
|
9595
|
+
type: object
|
|
9596
|
+
SearchSLOResponseDataAttributes:
|
|
9597
|
+
description: Attributes
|
|
9598
|
+
properties:
|
|
9599
|
+
facets:
|
|
9600
|
+
$ref: '#/components/schemas/SearchSLOResponseDataAttributesFacets'
|
|
9601
|
+
slo:
|
|
9602
|
+
description: SLOs
|
|
9603
|
+
items:
|
|
9604
|
+
$ref: '#/components/schemas/ServiceLevelObjective'
|
|
9605
|
+
type: array
|
|
9606
|
+
type: object
|
|
9607
|
+
SearchSLOResponseDataAttributesFacets:
|
|
9608
|
+
description: Facets
|
|
9609
|
+
properties:
|
|
9610
|
+
all_tags:
|
|
9611
|
+
description: All tags associated with an SLO.
|
|
9612
|
+
items:
|
|
9613
|
+
$ref: '#/components/schemas/SearchSLOResponseDataAttributesFacetsObjectString'
|
|
9614
|
+
type: array
|
|
9615
|
+
creator_name:
|
|
9616
|
+
description: Creator of an SLO.
|
|
9617
|
+
items:
|
|
9618
|
+
$ref: '#/components/schemas/SearchSLOResponseDataAttributesFacetsObjectString'
|
|
9619
|
+
type: array
|
|
9620
|
+
env_tags:
|
|
9621
|
+
description: Tags with the `env` tag key.
|
|
9622
|
+
items:
|
|
9623
|
+
$ref: '#/components/schemas/SearchSLOResponseDataAttributesFacetsObjectString'
|
|
9624
|
+
type: array
|
|
9625
|
+
service_tags:
|
|
9626
|
+
description: Tags with the `service` tag key.
|
|
9627
|
+
items:
|
|
9628
|
+
$ref: '#/components/schemas/SearchSLOResponseDataAttributesFacetsObjectString'
|
|
9629
|
+
type: array
|
|
9630
|
+
slo_type:
|
|
9631
|
+
description: Type of SLO.
|
|
9632
|
+
items:
|
|
9633
|
+
$ref: '#/components/schemas/SearchSLOResponseDataAttributesFacetsObjectInt'
|
|
9634
|
+
type: array
|
|
9635
|
+
target:
|
|
9636
|
+
description: SLO Target
|
|
9637
|
+
items:
|
|
9638
|
+
$ref: '#/components/schemas/SearchSLOResponseDataAttributesFacetsObjectInt'
|
|
9639
|
+
type: array
|
|
9640
|
+
team_tags:
|
|
9641
|
+
description: Tags with the `team` tag key.
|
|
9642
|
+
items:
|
|
9643
|
+
$ref: '#/components/schemas/SearchSLOResponseDataAttributesFacetsObjectString'
|
|
9644
|
+
type: array
|
|
9645
|
+
timeframe:
|
|
9646
|
+
description: Timeframes of SLOs.
|
|
9647
|
+
items:
|
|
9648
|
+
$ref: '#/components/schemas/SearchSLOResponseDataAttributesFacetsObjectString'
|
|
9649
|
+
type: array
|
|
9650
|
+
type: object
|
|
9651
|
+
SearchSLOResponseDataAttributesFacetsObjectInt:
|
|
9652
|
+
description: Facet
|
|
9653
|
+
properties:
|
|
9654
|
+
count:
|
|
9655
|
+
description: Count
|
|
9656
|
+
format: int64
|
|
9657
|
+
type: integer
|
|
9658
|
+
name:
|
|
9659
|
+
description: Facet
|
|
9660
|
+
format: double
|
|
9661
|
+
type: number
|
|
9662
|
+
type: object
|
|
9663
|
+
SearchSLOResponseDataAttributesFacetsObjectString:
|
|
9664
|
+
description: Facet
|
|
9665
|
+
properties:
|
|
9666
|
+
count:
|
|
9667
|
+
description: Count
|
|
9668
|
+
format: int64
|
|
9669
|
+
type: integer
|
|
9670
|
+
name:
|
|
9671
|
+
description: Facet
|
|
9672
|
+
type: string
|
|
9673
|
+
type: object
|
|
9674
|
+
SearchSLOResponseLinks:
|
|
9675
|
+
description: Pagination links.
|
|
9676
|
+
properties:
|
|
9677
|
+
first:
|
|
9678
|
+
description: Link to last page.
|
|
9679
|
+
type: string
|
|
9680
|
+
last:
|
|
9681
|
+
description: Link to first page.
|
|
9682
|
+
type: string
|
|
9683
|
+
next:
|
|
9684
|
+
description: Link to the next page.
|
|
9685
|
+
type: string
|
|
9686
|
+
prev:
|
|
9687
|
+
description: Link to previous page.
|
|
9688
|
+
type: string
|
|
9689
|
+
self:
|
|
9690
|
+
description: Link to current page.
|
|
9691
|
+
type: string
|
|
9692
|
+
type: object
|
|
9693
|
+
SearchSLOResponseMeta:
|
|
9694
|
+
description: Searches metadata returned by the API.
|
|
9695
|
+
properties:
|
|
9696
|
+
pagination:
|
|
9697
|
+
$ref: '#/components/schemas/SearchSLOResponseMetaPage'
|
|
9698
|
+
type: object
|
|
9699
|
+
SearchSLOResponseMetaPage:
|
|
9700
|
+
description: Pagination metadata returned by the API.
|
|
9701
|
+
properties:
|
|
9702
|
+
first_number:
|
|
9703
|
+
description: The first number.
|
|
9704
|
+
format: int64
|
|
9705
|
+
type: integer
|
|
9706
|
+
last_number:
|
|
9707
|
+
description: The last number.
|
|
9708
|
+
format: int64
|
|
9709
|
+
type: integer
|
|
9710
|
+
next_number:
|
|
9711
|
+
description: The next number.
|
|
9712
|
+
format: int64
|
|
9713
|
+
type: integer
|
|
9714
|
+
number:
|
|
9715
|
+
description: The page number.
|
|
9716
|
+
format: int64
|
|
9717
|
+
type: integer
|
|
9718
|
+
prev_number:
|
|
9719
|
+
description: The previous page number.
|
|
9720
|
+
format: int64
|
|
9721
|
+
type: integer
|
|
9722
|
+
size:
|
|
9723
|
+
description: The size of the response.
|
|
9724
|
+
format: int64
|
|
9725
|
+
type: integer
|
|
9726
|
+
total:
|
|
9727
|
+
description: The total number of SLOs in the response.
|
|
9728
|
+
format: int64
|
|
9729
|
+
type: integer
|
|
9730
|
+
type:
|
|
9731
|
+
description: Type of pagination.
|
|
9732
|
+
type: string
|
|
9733
|
+
type: object
|
|
9347
9734
|
Series:
|
|
9348
9735
|
description: 'A metric to submit to Datadog.
|
|
9349
9736
|
|
|
@@ -9472,7 +9859,7 @@ components:
|
|
|
9472
9859
|
nullable: true
|
|
9473
9860
|
type: string
|
|
9474
9861
|
groups:
|
|
9475
|
-
description: 'A list of (up to
|
|
9862
|
+
description: 'A list of (up to 100) monitor groups that narrow the scope
|
|
9476
9863
|
of a monitor service level objective.
|
|
9477
9864
|
|
|
9478
9865
|
|
|
@@ -9521,8 +9908,8 @@ components:
|
|
|
9521
9908
|
|
|
9522
9909
|
field.
|
|
9523
9910
|
|
|
9524
|
-
Always included in service level objective responses for monitor
|
|
9525
|
-
level
|
|
9911
|
+
Always included in service level objective responses for monitor-based
|
|
9912
|
+
service level
|
|
9526
9913
|
|
|
9527
9914
|
objectives (but may be empty). Ignored in create/update requests. Does
|
|
9528
9915
|
not
|
|
@@ -9575,7 +9962,7 @@ components:
|
|
|
9575
9962
|
- thresholds
|
|
9576
9963
|
- type
|
|
9577
9964
|
ServiceLevelObjectiveQuery:
|
|
9578
|
-
description: 'A metric
|
|
9965
|
+
description: 'A metric-based SLO. **Required if type is `metric`**. Note that
|
|
9579
9966
|
Datadog only allows the sum by aggregator
|
|
9580
9967
|
|
|
9581
9968
|
to be used because this will sum up all request counts instead of averaging
|
|
@@ -9611,7 +9998,7 @@ components:
|
|
|
9611
9998
|
nullable: true
|
|
9612
9999
|
type: string
|
|
9613
10000
|
groups:
|
|
9614
|
-
description: 'A list of (up to
|
|
10001
|
+
description: 'A list of (up to 100) monitor groups that narrow the scope
|
|
9615
10002
|
of a monitor service level objective.
|
|
9616
10003
|
|
|
9617
10004
|
|
|
@@ -9630,7 +10017,7 @@ components:
|
|
|
9630
10017
|
type: string
|
|
9631
10018
|
type: array
|
|
9632
10019
|
monitor_ids:
|
|
9633
|
-
description: 'A list of monitor
|
|
10020
|
+
description: 'A list of monitor IDs that defines the scope of a monitor
|
|
9634
10021
|
service level
|
|
9635
10022
|
|
|
9636
10023
|
objective. **Required if type is `monitor`**.'
|
|
@@ -10135,6 +10522,7 @@ components:
|
|
|
10135
10522
|
- locations
|
|
10136
10523
|
- options
|
|
10137
10524
|
- type
|
|
10525
|
+
- message
|
|
10138
10526
|
type: object
|
|
10139
10527
|
SyntheticsAPITestConfig:
|
|
10140
10528
|
description: Configuration object for a Synthetic API test.
|
|
@@ -10196,7 +10584,6 @@ components:
|
|
|
10196
10584
|
responseHeaders:
|
|
10197
10585
|
additionalProperties:
|
|
10198
10586
|
description: Returned request header.
|
|
10199
|
-
type: object
|
|
10200
10587
|
description: Response headers returned for the API test.
|
|
10201
10588
|
type: object
|
|
10202
10589
|
responseSize:
|
|
@@ -10731,6 +11118,7 @@ components:
|
|
|
10731
11118
|
- name
|
|
10732
11119
|
- options
|
|
10733
11120
|
- type
|
|
11121
|
+
- message
|
|
10734
11122
|
type: object
|
|
10735
11123
|
SyntheticsBrowserTestConfig:
|
|
10736
11124
|
description: Configuration object for a Synthetic browser test.
|
|
@@ -11228,12 +11616,12 @@ components:
|
|
|
11228
11616
|
properties:
|
|
11229
11617
|
cls:
|
|
11230
11618
|
description: Cumulative Layout Shift.
|
|
11231
|
-
format:
|
|
11232
|
-
type:
|
|
11619
|
+
format: double
|
|
11620
|
+
type: number
|
|
11233
11621
|
lcp:
|
|
11234
11622
|
description: Largest Contentful Paint in milliseconds.
|
|
11235
|
-
format:
|
|
11236
|
-
type:
|
|
11623
|
+
format: double
|
|
11624
|
+
type: number
|
|
11237
11625
|
url:
|
|
11238
11626
|
description: URL attached to the metrics.
|
|
11239
11627
|
type: string
|
|
@@ -11901,6 +12289,12 @@ components:
|
|
|
11901
12289
|
- TYPE_TEXT
|
|
11902
12290
|
- UPLOAD_FILES
|
|
11903
12291
|
- WAIT
|
|
12292
|
+
SyntheticsTestCiOptions:
|
|
12293
|
+
description: CI/CD options for a Synthetic test.
|
|
12294
|
+
properties:
|
|
12295
|
+
executionRule:
|
|
12296
|
+
$ref: '#/components/schemas/SyntheticsTestExecutionRule'
|
|
12297
|
+
type: object
|
|
11904
12298
|
SyntheticsTestConfig:
|
|
11905
12299
|
description: Configuration object for a Synthetic test.
|
|
11906
12300
|
properties:
|
|
@@ -12066,6 +12460,8 @@ components:
|
|
|
12066
12460
|
description: For SSL test, whether or not the test should fail on revoked
|
|
12067
12461
|
certificate in stapled OCSP.
|
|
12068
12462
|
type: boolean
|
|
12463
|
+
ci:
|
|
12464
|
+
$ref: '#/components/schemas/SyntheticsTestCiOptions'
|
|
12069
12465
|
device_ids:
|
|
12070
12466
|
description: For browser test, array with the different device IDs used
|
|
12071
12467
|
to run the test.
|
|
@@ -12863,7 +13259,9 @@ components:
|
|
|
12863
13259
|
type: object
|
|
12864
13260
|
TreeMapColorBy:
|
|
12865
13261
|
default: user
|
|
12866
|
-
|
|
13262
|
+
deprecated: true
|
|
13263
|
+
description: (deprecated) The attribute formerly used to determine color in
|
|
13264
|
+
the widget.
|
|
12867
13265
|
enum:
|
|
12868
13266
|
- user
|
|
12869
13267
|
example: user
|
|
@@ -12871,7 +13269,9 @@ components:
|
|
|
12871
13269
|
x-enum-varnames:
|
|
12872
13270
|
- USER
|
|
12873
13271
|
TreeMapGroupBy:
|
|
12874
|
-
|
|
13272
|
+
deprecated: true
|
|
13273
|
+
description: (deprecated) The attribute formerly used to group elements in the
|
|
13274
|
+
widget.
|
|
12875
13275
|
enum:
|
|
12876
13276
|
- user
|
|
12877
13277
|
- family
|
|
@@ -12883,7 +13283,9 @@ components:
|
|
|
12883
13283
|
- FAMILY
|
|
12884
13284
|
- PROCESS
|
|
12885
13285
|
TreeMapSizeBy:
|
|
12886
|
-
|
|
13286
|
+
deprecated: true
|
|
13287
|
+
description: (deprecated) The attribute formerly used to determine size in the
|
|
13288
|
+
widget.
|
|
12887
13289
|
enum:
|
|
12888
13290
|
- pct_cpu
|
|
12889
13291
|
- pct_mem
|
|
@@ -12893,20 +13295,26 @@ components:
|
|
|
12893
13295
|
- PCT_CPU
|
|
12894
13296
|
- PCT_MEM
|
|
12895
13297
|
TreeMapWidgetDefinition:
|
|
12896
|
-
description:
|
|
12897
|
-
|
|
12898
|
-
|
|
12899
|
-
process data on a single host dashboard \u2014 this may not be reused in other
|
|
12900
|
-
dashboards or for other metrics."
|
|
13298
|
+
description: The treemap visualization enables you to display hierarchical and
|
|
13299
|
+
nested data. It is well suited for queries that describe part-whole relationships,
|
|
13300
|
+
such as resource usage by availability zone, data center, or team.
|
|
12901
13301
|
properties:
|
|
12902
13302
|
color_by:
|
|
12903
13303
|
$ref: '#/components/schemas/TreeMapColorBy'
|
|
13304
|
+
custom_links:
|
|
13305
|
+
description: List of custom links.
|
|
13306
|
+
items:
|
|
13307
|
+
$ref: '#/components/schemas/WidgetCustomLink'
|
|
13308
|
+
type: array
|
|
12904
13309
|
group_by:
|
|
12905
13310
|
$ref: '#/components/schemas/TreeMapGroupBy'
|
|
12906
13311
|
requests:
|
|
12907
|
-
description: List of
|
|
13312
|
+
description: List of treemap widget requests.
|
|
12908
13313
|
example:
|
|
12909
|
-
-
|
|
13314
|
+
- aggregator: sum
|
|
13315
|
+
data_source: metrics
|
|
13316
|
+
name: query1
|
|
13317
|
+
query: sum:system.mem.total{*} by {service}
|
|
12910
13318
|
items:
|
|
12911
13319
|
$ref: '#/components/schemas/TreeMapWidgetRequest'
|
|
12912
13320
|
maxItems: 1
|
|
@@ -12914,6 +13322,8 @@ components:
|
|
|
12914
13322
|
type: array
|
|
12915
13323
|
size_by:
|
|
12916
13324
|
$ref: '#/components/schemas/TreeMapSizeBy'
|
|
13325
|
+
time:
|
|
13326
|
+
$ref: '#/components/schemas/WidgetTime'
|
|
12917
13327
|
title:
|
|
12918
13328
|
description: Title of your widget.
|
|
12919
13329
|
type: string
|
|
@@ -13015,8 +13425,8 @@ components:
|
|
|
13015
13425
|
type: string
|
|
13016
13426
|
tag_config_source:
|
|
13017
13427
|
description: The source of the usage attribution tag configuration and the
|
|
13018
|
-
selected tags in the format `<source_org_name
|
|
13019
|
-
tag 2
|
|
13428
|
+
selected tags in the format `<source_org_name>:::<selected tag 1>///<selected
|
|
13429
|
+
tag 2>///<selected tag 3>`.
|
|
13020
13430
|
type: string
|
|
13021
13431
|
tags:
|
|
13022
13432
|
$ref: '#/components/schemas/UsageAttributionTagNames'
|
|
@@ -13086,6 +13496,8 @@ components:
|
|
|
13086
13496
|
- snmp_usage
|
|
13087
13497
|
- apm_host_usage
|
|
13088
13498
|
- api_usage
|
|
13499
|
+
- appsec_usage
|
|
13500
|
+
- appsec_percentage
|
|
13089
13501
|
- container_usage
|
|
13090
13502
|
- custom_timeseries_percentage
|
|
13091
13503
|
- container_percentage
|
|
@@ -13104,12 +13516,18 @@ components:
|
|
|
13104
13516
|
- lambda_invocations_percentage
|
|
13105
13517
|
- estimated_indexed_logs_usage
|
|
13106
13518
|
- estimated_indexed_logs_percentage
|
|
13519
|
+
- estimated_indexed_spans_usage
|
|
13520
|
+
- estimated_indexed_spans_percentage
|
|
13521
|
+
- estimated_ingested_spans_usage
|
|
13522
|
+
- estimated_ingested_spans_percentage
|
|
13107
13523
|
type: string
|
|
13108
13524
|
x-enum-varnames:
|
|
13109
13525
|
- API_PERCENTAGE
|
|
13110
13526
|
- SNMP_USAGE
|
|
13111
13527
|
- APM_HOST_USAGE
|
|
13112
13528
|
- API_USAGE
|
|
13529
|
+
- APPSEC_USAGE
|
|
13530
|
+
- APPSEC_PERCENTAGE
|
|
13113
13531
|
- CONTAINER_USAGE
|
|
13114
13532
|
- CUSTOM_TIMESERIES_PERCENTAGE
|
|
13115
13533
|
- CONTAINER_PERCENTAGE
|
|
@@ -13128,6 +13546,10 @@ components:
|
|
|
13128
13546
|
- LAMBDA_INVOCATIONS_PERCENTAGE
|
|
13129
13547
|
- ESTIMATED_INDEXED_LOGS_USAGE
|
|
13130
13548
|
- ESTIMATED_INDEXED_LOGS_PERCENTAGE
|
|
13549
|
+
- ESTIMATED_INDEXED_SPANS_USAGE
|
|
13550
|
+
- ESTIMATED_INDEXED_SPANS_PERCENTAGE
|
|
13551
|
+
- ESTIMATED_INGESTED_SPANS_USAGE
|
|
13552
|
+
- ESTIMATED_INGESTED_SPANS_PERCENTAGE
|
|
13131
13553
|
UsageAttributionSupportedMetrics:
|
|
13132
13554
|
description: Supported fields for usage attribution requests (valid requests
|
|
13133
13555
|
contain one or more metrics, or `*` for all).
|
|
@@ -13164,6 +13586,12 @@ components:
|
|
|
13164
13586
|
- dbm_queries_percentage
|
|
13165
13587
|
- estimated_indexed_logs_usage
|
|
13166
13588
|
- estimated_indexed_logs_percentage
|
|
13589
|
+
- appsec_usage
|
|
13590
|
+
- appsec_percentage
|
|
13591
|
+
- estimated_indexed_spans_usage
|
|
13592
|
+
- estimated_indexed_spans_percentage
|
|
13593
|
+
- estimated_ingested_spans_usage
|
|
13594
|
+
- estimated_ingested_spans_percentage
|
|
13167
13595
|
- '*'
|
|
13168
13596
|
type: string
|
|
13169
13597
|
x-enum-varnames:
|
|
@@ -13199,16 +13627,40 @@ components:
|
|
|
13199
13627
|
- DBM_QUERIES_PERCENTAGE
|
|
13200
13628
|
- ESTIMATED_INDEXED_LOGS_USAGE
|
|
13201
13629
|
- ESTIMATED_INDEXED_LOGS_PERCENTAGE
|
|
13630
|
+
- APPSEC_USAGE
|
|
13631
|
+
- APPSEC_PERCENTAGE
|
|
13632
|
+
- ESTIMATED_INDEXED_SPANS_USAGE
|
|
13633
|
+
- ESTIMATED_INDEXED_SPANS_PERCENTAGE
|
|
13634
|
+
- ESTIMATED_INGESTED_SPANS_USAGE
|
|
13635
|
+
- ESTIMATED_INGESTED_SPANS_PERCENTAGE
|
|
13202
13636
|
- ALL
|
|
13203
13637
|
UsageAttributionTagNames:
|
|
13204
13638
|
additionalProperties:
|
|
13205
|
-
description: A list of tag
|
|
13639
|
+
description: 'A list of values that are associated with each tag key.
|
|
13640
|
+
|
|
13641
|
+
|
|
13642
|
+
- An empty list means the resource use wasn''t tagged with the respective
|
|
13643
|
+
tag.
|
|
13644
|
+
|
|
13645
|
+
- Multiple values means the respective tag was applied multiple times on
|
|
13646
|
+
the resource.
|
|
13647
|
+
|
|
13648
|
+
- An `<empty>` value means the resource was tagged with the respective tag
|
|
13649
|
+
but did not have a value.'
|
|
13206
13650
|
items:
|
|
13207
13651
|
description: A given tag in a list.
|
|
13208
13652
|
example: datadog-integrations-lab
|
|
13209
13653
|
type: string
|
|
13210
13654
|
type: array
|
|
13211
|
-
description:
|
|
13655
|
+
description: 'Tag keys and values.
|
|
13656
|
+
|
|
13657
|
+
|
|
13658
|
+
A `null` value here means that the requested tag breakdown cannot be applied
|
|
13659
|
+
because it does not match the [tags
|
|
13660
|
+
|
|
13661
|
+
configured for usage attribution](https://docs.datadoghq.com/account_management/billing/usage_attribution/#getting-started).
|
|
13662
|
+
|
|
13663
|
+
In this scenario the API returns the total usage, not broken down by tags.'
|
|
13212
13664
|
type: object
|
|
13213
13665
|
UsageAttributionValues:
|
|
13214
13666
|
description: Fields in Usage Summary by tag(s).
|
|
@@ -13229,6 +13681,15 @@ components:
|
|
|
13229
13681
|
description: The APM host usage by tag(s).
|
|
13230
13682
|
format: double
|
|
13231
13683
|
type: number
|
|
13684
|
+
appsec_percentage:
|
|
13685
|
+
description: The percentage of Application Security Monitoring host usage
|
|
13686
|
+
by tag(s).
|
|
13687
|
+
format: double
|
|
13688
|
+
type: number
|
|
13689
|
+
appsec_usage:
|
|
13690
|
+
description: The Application Security Monitoring host usage by tag(s).
|
|
13691
|
+
format: double
|
|
13692
|
+
type: number
|
|
13232
13693
|
browser_percentage:
|
|
13233
13694
|
description: The percentage of synthetic browser test usage by tag(s).
|
|
13234
13695
|
format: double
|
|
@@ -13315,20 +13776,40 @@ components:
|
|
|
13315
13776
|
field is in private beta.
|
|
13316
13777
|
format: double
|
|
13317
13778
|
type: number
|
|
13318
|
-
|
|
13319
|
-
description: The percentage of
|
|
13779
|
+
estimated_indexed_spans_percentage:
|
|
13780
|
+
description: The percentage of estimated indexed spans usage by tag(s).
|
|
13781
|
+
Note this field is in private beta.
|
|
13320
13782
|
format: double
|
|
13321
13783
|
type: number
|
|
13322
|
-
|
|
13323
|
-
description: The
|
|
13784
|
+
estimated_indexed_spans_usage:
|
|
13785
|
+
description: The estimated indexed spans usage by tag(s). Note this field
|
|
13786
|
+
is in private beta.
|
|
13324
13787
|
format: double
|
|
13325
13788
|
type: number
|
|
13326
|
-
|
|
13327
|
-
description: The percentage of
|
|
13789
|
+
estimated_ingested_spans_percentage:
|
|
13790
|
+
description: The percentage of estimated ingested spans usage by tag(s).
|
|
13791
|
+
Note this field is in private beta.
|
|
13328
13792
|
format: double
|
|
13329
13793
|
type: number
|
|
13330
|
-
|
|
13331
|
-
description: The
|
|
13794
|
+
estimated_ingested_spans_usage:
|
|
13795
|
+
description: The estimated ingested spans usage by tag(s). Note this field
|
|
13796
|
+
is in private beta.
|
|
13797
|
+
format: double
|
|
13798
|
+
type: number
|
|
13799
|
+
infra_host_percentage:
|
|
13800
|
+
description: The percentage of infrastructure host usage by tag(s).
|
|
13801
|
+
format: double
|
|
13802
|
+
type: number
|
|
13803
|
+
infra_host_usage:
|
|
13804
|
+
description: The infrastructure host usage by tag(s).
|
|
13805
|
+
format: double
|
|
13806
|
+
type: number
|
|
13807
|
+
lambda_functions_percentage:
|
|
13808
|
+
description: The percentage of Lambda function usage by tag(s).
|
|
13809
|
+
format: double
|
|
13810
|
+
type: number
|
|
13811
|
+
lambda_functions_usage:
|
|
13812
|
+
description: The Lambda function usage by tag(s).
|
|
13332
13813
|
format: double
|
|
13333
13814
|
type: number
|
|
13334
13815
|
lambda_invocations_percentage:
|
|
@@ -13466,30 +13947,104 @@ components:
|
|
|
13466
13947
|
UsageBillableSummaryKeys:
|
|
13467
13948
|
description: Response with aggregated usage types.
|
|
13468
13949
|
properties:
|
|
13950
|
+
apm_fargate_average:
|
|
13951
|
+
$ref: '#/components/schemas/UsageBillableSummaryBody'
|
|
13952
|
+
apm_fargate_sum:
|
|
13953
|
+
$ref: '#/components/schemas/UsageBillableSummaryBody'
|
|
13469
13954
|
apm_host_sum:
|
|
13470
13955
|
$ref: '#/components/schemas/UsageBillableSummaryBody'
|
|
13471
13956
|
apm_host_top99p:
|
|
13472
13957
|
$ref: '#/components/schemas/UsageBillableSummaryBody'
|
|
13958
|
+
apm_profiler_host_sum:
|
|
13959
|
+
$ref: '#/components/schemas/UsageBillableSummaryBody'
|
|
13960
|
+
apm_profiler_host_top99p:
|
|
13961
|
+
$ref: '#/components/schemas/UsageBillableSummaryBody'
|
|
13473
13962
|
apm_trace_search_sum:
|
|
13474
13963
|
$ref: '#/components/schemas/UsageBillableSummaryBody'
|
|
13964
|
+
application_security_host_sum:
|
|
13965
|
+
$ref: '#/components/schemas/UsageBillableSummaryBody'
|
|
13966
|
+
ci_pipeline_indexed_spans_sum:
|
|
13967
|
+
$ref: '#/components/schemas/UsageBillableSummaryBody'
|
|
13968
|
+
ci_pipeline_maximum:
|
|
13969
|
+
$ref: '#/components/schemas/UsageBillableSummaryBody'
|
|
13970
|
+
ci_pipeline_sum:
|
|
13971
|
+
$ref: '#/components/schemas/UsageBillableSummaryBody'
|
|
13972
|
+
ci_test_indexed_spans_sum:
|
|
13973
|
+
$ref: '#/components/schemas/UsageBillableSummaryBody'
|
|
13974
|
+
ci_testing_maximum:
|
|
13975
|
+
$ref: '#/components/schemas/UsageBillableSummaryBody'
|
|
13976
|
+
ci_testing_sum:
|
|
13977
|
+
$ref: '#/components/schemas/UsageBillableSummaryBody'
|
|
13978
|
+
cspm_container_sum:
|
|
13979
|
+
$ref: '#/components/schemas/UsageBillableSummaryBody'
|
|
13980
|
+
cspm_host_sum:
|
|
13981
|
+
$ref: '#/components/schemas/UsageBillableSummaryBody'
|
|
13982
|
+
cspm_host_top99p:
|
|
13983
|
+
$ref: '#/components/schemas/UsageBillableSummaryBody'
|
|
13984
|
+
custom_event_sum:
|
|
13985
|
+
$ref: '#/components/schemas/UsageBillableSummaryBody'
|
|
13986
|
+
cws_container_sum:
|
|
13987
|
+
$ref: '#/components/schemas/UsageBillableSummaryBody'
|
|
13988
|
+
cws_host_sum:
|
|
13989
|
+
$ref: '#/components/schemas/UsageBillableSummaryBody'
|
|
13990
|
+
cws_host_top99p:
|
|
13991
|
+
$ref: '#/components/schemas/UsageBillableSummaryBody'
|
|
13992
|
+
dbm_host_sum:
|
|
13993
|
+
$ref: '#/components/schemas/UsageBillableSummaryBody'
|
|
13994
|
+
dbm_host_top99p:
|
|
13995
|
+
$ref: '#/components/schemas/UsageBillableSummaryBody'
|
|
13996
|
+
dbm_normalized_queries_average:
|
|
13997
|
+
$ref: '#/components/schemas/UsageBillableSummaryBody'
|
|
13998
|
+
dbm_normalized_queries_sum:
|
|
13999
|
+
$ref: '#/components/schemas/UsageBillableSummaryBody'
|
|
14000
|
+
fargate_container_apm_and_profiler_average:
|
|
14001
|
+
$ref: '#/components/schemas/UsageBillableSummaryBody'
|
|
14002
|
+
fargate_container_apm_and_profiler_sum:
|
|
14003
|
+
$ref: '#/components/schemas/UsageBillableSummaryBody'
|
|
13475
14004
|
fargate_container_average:
|
|
13476
14005
|
$ref: '#/components/schemas/UsageBillableSummaryBody'
|
|
14006
|
+
fargate_container_profiler_average:
|
|
14007
|
+
$ref: '#/components/schemas/UsageBillableSummaryBody'
|
|
14008
|
+
fargate_container_profiler_sum:
|
|
14009
|
+
$ref: '#/components/schemas/UsageBillableSummaryBody'
|
|
14010
|
+
fargate_container_sum:
|
|
14011
|
+
$ref: '#/components/schemas/UsageBillableSummaryBody'
|
|
14012
|
+
incident_management_maximum:
|
|
14013
|
+
$ref: '#/components/schemas/UsageBillableSummaryBody'
|
|
14014
|
+
incident_management_sum:
|
|
14015
|
+
$ref: '#/components/schemas/UsageBillableSummaryBody'
|
|
14016
|
+
infra_and_apm_host_sum:
|
|
14017
|
+
$ref: '#/components/schemas/UsageBillableSummaryBody'
|
|
14018
|
+
infra_and_apm_host_top99p:
|
|
14019
|
+
$ref: '#/components/schemas/UsageBillableSummaryBody'
|
|
13477
14020
|
infra_container_sum:
|
|
13478
14021
|
$ref: '#/components/schemas/UsageBillableSummaryBody'
|
|
13479
14022
|
infra_host_sum:
|
|
13480
14023
|
$ref: '#/components/schemas/UsageBillableSummaryBody'
|
|
13481
14024
|
infra_host_top99p:
|
|
13482
14025
|
$ref: '#/components/schemas/UsageBillableSummaryBody'
|
|
14026
|
+
ingested_spans_sum:
|
|
14027
|
+
$ref: '#/components/schemas/UsageBillableSummaryBody'
|
|
14028
|
+
ingested_timeseries_average:
|
|
14029
|
+
$ref: '#/components/schemas/UsageBillableSummaryBody'
|
|
14030
|
+
ingested_timeseries_sum:
|
|
14031
|
+
$ref: '#/components/schemas/UsageBillableSummaryBody'
|
|
14032
|
+
iot_sum:
|
|
14033
|
+
$ref: '#/components/schemas/UsageBillableSummaryBody'
|
|
13483
14034
|
iot_top99p:
|
|
13484
14035
|
$ref: '#/components/schemas/UsageBillableSummaryBody'
|
|
13485
14036
|
lambda_function_average:
|
|
13486
14037
|
$ref: '#/components/schemas/UsageBillableSummaryBody'
|
|
14038
|
+
lambda_function_sum:
|
|
14039
|
+
$ref: '#/components/schemas/UsageBillableSummaryBody'
|
|
13487
14040
|
logs_indexed_15day_sum:
|
|
13488
14041
|
$ref: '#/components/schemas/UsageBillableSummaryBody'
|
|
13489
14042
|
logs_indexed_180day_sum:
|
|
13490
14043
|
$ref: '#/components/schemas/UsageBillableSummaryBody'
|
|
13491
14044
|
logs_indexed_30day_sum:
|
|
13492
14045
|
$ref: '#/components/schemas/UsageBillableSummaryBody'
|
|
14046
|
+
logs_indexed_360day_sum:
|
|
14047
|
+
$ref: '#/components/schemas/UsageBillableSummaryBody'
|
|
13493
14048
|
logs_indexed_3day_sum:
|
|
13494
14049
|
$ref: '#/components/schemas/UsageBillableSummaryBody'
|
|
13495
14050
|
logs_indexed_45day_sum:
|
|
@@ -13506,6 +14061,8 @@ components:
|
|
|
13506
14061
|
$ref: '#/components/schemas/UsageBillableSummaryBody'
|
|
13507
14062
|
logs_ingested_sum:
|
|
13508
14063
|
$ref: '#/components/schemas/UsageBillableSummaryBody'
|
|
14064
|
+
network_device_sum:
|
|
14065
|
+
$ref: '#/components/schemas/UsageBillableSummaryBody'
|
|
13509
14066
|
network_device_top99p:
|
|
13510
14067
|
$ref: '#/components/schemas/UsageBillableSummaryBody'
|
|
13511
14068
|
npm_flow_sum:
|
|
@@ -13514,22 +14071,40 @@ components:
|
|
|
13514
14071
|
$ref: '#/components/schemas/UsageBillableSummaryBody'
|
|
13515
14072
|
npm_host_top99p:
|
|
13516
14073
|
$ref: '#/components/schemas/UsageBillableSummaryBody'
|
|
14074
|
+
observability_pipeline_sum:
|
|
14075
|
+
$ref: '#/components/schemas/UsageBillableSummaryBody'
|
|
14076
|
+
online_archive_sum:
|
|
14077
|
+
$ref: '#/components/schemas/UsageBillableSummaryBody'
|
|
13517
14078
|
prof_container_sum:
|
|
13518
14079
|
$ref: '#/components/schemas/UsageBillableSummaryBody'
|
|
14080
|
+
prof_host_sum:
|
|
14081
|
+
$ref: '#/components/schemas/UsageBillableSummaryBody'
|
|
13519
14082
|
prof_host_top99p:
|
|
13520
14083
|
$ref: '#/components/schemas/UsageBillableSummaryBody'
|
|
14084
|
+
rum_lite_sum:
|
|
14085
|
+
$ref: '#/components/schemas/UsageBillableSummaryBody'
|
|
14086
|
+
rum_replay_sum:
|
|
14087
|
+
$ref: '#/components/schemas/UsageBillableSummaryBody'
|
|
13521
14088
|
rum_sum:
|
|
13522
14089
|
$ref: '#/components/schemas/UsageBillableSummaryBody'
|
|
14090
|
+
rum_units_sum:
|
|
14091
|
+
$ref: '#/components/schemas/UsageBillableSummaryBody'
|
|
14092
|
+
sensitive_data_scanner_sum:
|
|
14093
|
+
$ref: '#/components/schemas/UsageBillableSummaryBody'
|
|
13523
14094
|
serverless_invocation_sum:
|
|
13524
14095
|
$ref: '#/components/schemas/UsageBillableSummaryBody'
|
|
13525
14096
|
siem_sum:
|
|
13526
14097
|
$ref: '#/components/schemas/UsageBillableSummaryBody'
|
|
14098
|
+
standard_timeseries_average:
|
|
14099
|
+
$ref: '#/components/schemas/UsageBillableSummaryBody'
|
|
13527
14100
|
synthetics_api_tests_sum:
|
|
13528
14101
|
$ref: '#/components/schemas/UsageBillableSummaryBody'
|
|
13529
14102
|
synthetics_browser_checks_sum:
|
|
13530
14103
|
$ref: '#/components/schemas/UsageBillableSummaryBody'
|
|
13531
14104
|
timeseries_average:
|
|
13532
14105
|
$ref: '#/components/schemas/UsageBillableSummaryBody'
|
|
14106
|
+
timeseries_sum:
|
|
14107
|
+
$ref: '#/components/schemas/UsageBillableSummaryBody'
|
|
13533
14108
|
type: object
|
|
13534
14109
|
UsageBillableSummaryResponse:
|
|
13535
14110
|
description: Response with monthly summary of data billed by Datadog.
|
|
@@ -16732,7 +17307,8 @@ components:
|
|
|
16732
17307
|
authorizationCode:
|
|
16733
17308
|
authorizationUrl: /oauth2/v1/authorize
|
|
16734
17309
|
scopes:
|
|
16735
|
-
dashboards_public_share:
|
|
17310
|
+
dashboards_public_share: Generate public and authenticated links to share
|
|
17311
|
+
dashboards externally.
|
|
16736
17312
|
dashboards_read: View dashboards.
|
|
16737
17313
|
dashboards_write: Create and change dashboards.
|
|
16738
17314
|
events_read: Read Events data.
|
|
@@ -16742,17 +17318,15 @@ components:
|
|
|
16742
17318
|
downtimes.
|
|
16743
17319
|
monitors_read: View monitors.
|
|
16744
17320
|
monitors_write: Edit, mute, and delete individual monitors.
|
|
16745
|
-
|
|
16746
|
-
|
|
16747
|
-
synthetics_global_variable_read: View, search, and use in tests the list
|
|
16748
|
-
of global variables available for Synthetics.
|
|
17321
|
+
synthetics_global_variable_read: View, search, and use Synthetics global
|
|
17322
|
+
variables.
|
|
16749
17323
|
synthetics_global_variable_write: Create, edit, and delete global variables
|
|
16750
17324
|
for Synthetics.
|
|
16751
|
-
synthetics_private_location_read: View, search, and use
|
|
16752
|
-
|
|
17325
|
+
synthetics_private_location_read: View, search, and use Synthetics private
|
|
17326
|
+
locations.
|
|
16753
17327
|
synthetics_private_location_write: Create and delete private locations
|
|
16754
|
-
|
|
16755
|
-
synthetics_read: List and view configured Synthetic tests.
|
|
17328
|
+
in addition to having access to the associated installation guidelines.
|
|
17329
|
+
synthetics_read: List and view configured Synthetic tests and test results.
|
|
16756
17330
|
synthetics_write: Create, edit, and delete Synthetic tests.
|
|
16757
17331
|
timeseries_query: Query Timeseries data.
|
|
16758
17332
|
usage_read: View your organization's usage and usage attribution.
|
|
@@ -17365,7 +17939,7 @@ paths:
|
|
|
17365
17939
|
summary: Get the list of available daily custom reports
|
|
17366
17940
|
tags:
|
|
17367
17941
|
- Usage Metering
|
|
17368
|
-
x-menu-order:
|
|
17942
|
+
x-menu-order: 40
|
|
17369
17943
|
x-undo:
|
|
17370
17944
|
type: safe
|
|
17371
17945
|
x-unstable: '**Note**: This endpoint is in public beta.
|
|
@@ -17416,7 +17990,7 @@ paths:
|
|
|
17416
17990
|
summary: Get specified daily custom reports
|
|
17417
17991
|
tags:
|
|
17418
17992
|
- Usage Metering
|
|
17419
|
-
x-menu-order:
|
|
17993
|
+
x-menu-order: 41
|
|
17420
17994
|
x-undo:
|
|
17421
17995
|
type: safe
|
|
17422
17996
|
x-unstable: '**Note**: This endpoint is in public beta.
|
|
@@ -18019,6 +18593,74 @@ paths:
|
|
|
18019
18593
|
x-menu-order: 6
|
|
18020
18594
|
x-undo:
|
|
18021
18595
|
type: idempotent
|
|
18596
|
+
/api/v1/distribution_points:
|
|
18597
|
+
post:
|
|
18598
|
+
description: "The distribution points end-point allows you to post distribution
|
|
18599
|
+
data that can be graphed on Datadog\u2019s dashboards."
|
|
18600
|
+
operationId: SubmitDistributionPoints
|
|
18601
|
+
parameters:
|
|
18602
|
+
- description: HTTP header used to compress the media-type.
|
|
18603
|
+
in: header
|
|
18604
|
+
name: Content-Encoding
|
|
18605
|
+
required: false
|
|
18606
|
+
schema:
|
|
18607
|
+
$ref: '#/components/schemas/DistributionPointsContentEncoding'
|
|
18608
|
+
requestBody:
|
|
18609
|
+
content:
|
|
18610
|
+
text/json:
|
|
18611
|
+
examples:
|
|
18612
|
+
dynamic-points:
|
|
18613
|
+
description: "Post time-series data that can be graphed on Datadog\u2019s
|
|
18614
|
+
dashboards."
|
|
18615
|
+
externalValue: examples/metrics/distribution-points.json.sh
|
|
18616
|
+
summary: Dynamic Points
|
|
18617
|
+
x-variables:
|
|
18618
|
+
NOW: $(date +%s)
|
|
18619
|
+
schema:
|
|
18620
|
+
$ref: '#/components/schemas/DistributionPointsPayload'
|
|
18621
|
+
required: true
|
|
18622
|
+
responses:
|
|
18623
|
+
'202':
|
|
18624
|
+
content:
|
|
18625
|
+
text/json:
|
|
18626
|
+
schema:
|
|
18627
|
+
$ref: '#/components/schemas/IntakePayloadAccepted'
|
|
18628
|
+
description: Payload accepted
|
|
18629
|
+
'400':
|
|
18630
|
+
content:
|
|
18631
|
+
text/json:
|
|
18632
|
+
schema:
|
|
18633
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
18634
|
+
description: Bad Request
|
|
18635
|
+
'403':
|
|
18636
|
+
content:
|
|
18637
|
+
text/json:
|
|
18638
|
+
schema:
|
|
18639
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
18640
|
+
description: Authentication error
|
|
18641
|
+
'408':
|
|
18642
|
+
content:
|
|
18643
|
+
text/json:
|
|
18644
|
+
schema:
|
|
18645
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
18646
|
+
description: Request timeout
|
|
18647
|
+
'413':
|
|
18648
|
+
content:
|
|
18649
|
+
text/json:
|
|
18650
|
+
schema:
|
|
18651
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
18652
|
+
description: Payload too large
|
|
18653
|
+
'429':
|
|
18654
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
18655
|
+
security:
|
|
18656
|
+
- apiKeyAuth: []
|
|
18657
|
+
summary: Submit distribution points
|
|
18658
|
+
tags:
|
|
18659
|
+
- Metrics
|
|
18660
|
+
x-codegen-request-body-name: body
|
|
18661
|
+
x-menu-order: 1
|
|
18662
|
+
x-undo:
|
|
18663
|
+
type: safe
|
|
18022
18664
|
/api/v1/downtime:
|
|
18023
18665
|
get:
|
|
18024
18666
|
description: Get all scheduled downtimes.
|
|
@@ -18416,7 +19058,7 @@ paths:
|
|
|
18416
19058
|
appKeyAuth: []
|
|
18417
19059
|
- AuthZ:
|
|
18418
19060
|
- events_read
|
|
18419
|
-
summary:
|
|
19061
|
+
summary: Get a list of events
|
|
18420
19062
|
tags:
|
|
18421
19063
|
- Events
|
|
18422
19064
|
x-menu-order: 1
|
|
@@ -18554,6 +19196,22 @@ paths:
|
|
|
18554
19196
|
required: false
|
|
18555
19197
|
schema:
|
|
18556
19198
|
type: string
|
|
19199
|
+
- description: The height of the graph. If no height is specified, the graph's
|
|
19200
|
+
original height is used.
|
|
19201
|
+
in: query
|
|
19202
|
+
name: height
|
|
19203
|
+
required: false
|
|
19204
|
+
schema:
|
|
19205
|
+
format: int64
|
|
19206
|
+
type: integer
|
|
19207
|
+
- description: The width of the graph. If no width is specified, the graph's
|
|
19208
|
+
original width is used.
|
|
19209
|
+
in: query
|
|
19210
|
+
name: width
|
|
19211
|
+
required: false
|
|
19212
|
+
schema:
|
|
19213
|
+
format: int64
|
|
19214
|
+
type: integer
|
|
18557
19215
|
responses:
|
|
18558
19216
|
'200':
|
|
18559
19217
|
content:
|
|
@@ -22537,7 +23195,7 @@ paths:
|
|
|
22537
23195
|
summary: Get the list of available monthly custom reports
|
|
22538
23196
|
tags:
|
|
22539
23197
|
- Usage Metering
|
|
22540
|
-
x-menu-order:
|
|
23198
|
+
x-menu-order: 42
|
|
22541
23199
|
x-undo:
|
|
22542
23200
|
type: safe
|
|
22543
23201
|
x-unstable: '**Note**: This endpoint is in public beta.
|
|
@@ -22594,7 +23252,7 @@ paths:
|
|
|
22594
23252
|
summary: Get specified monthly custom reports
|
|
22595
23253
|
tags:
|
|
22596
23254
|
- Usage Metering
|
|
22597
|
-
x-menu-order:
|
|
23255
|
+
x-menu-order: 43
|
|
22598
23256
|
x-undo:
|
|
22599
23257
|
type: safe
|
|
22600
23258
|
x-unstable: '**Note**: This endpoint is in public beta.
|
|
@@ -22988,7 +23646,7 @@ paths:
|
|
|
22988
23646
|
type: idempotent
|
|
22989
23647
|
/api/v1/org:
|
|
22990
23648
|
get:
|
|
22991
|
-
description:
|
|
23649
|
+
description: This endpoint returns data on your top-level organization.
|
|
22992
23650
|
operationId: ListOrgs
|
|
22993
23651
|
responses:
|
|
22994
23652
|
'200':
|
|
@@ -23151,6 +23809,47 @@ paths:
|
|
|
23151
23809
|
x-menu-order: 4
|
|
23152
23810
|
x-undo:
|
|
23153
23811
|
type: idempotent
|
|
23812
|
+
/api/v1/org/{public_id}/downgrade:
|
|
23813
|
+
post:
|
|
23814
|
+
description: Only available for MSP customers. Removes a child organization
|
|
23815
|
+
from the hierarchy of the master organization and places the child organization
|
|
23816
|
+
on a 30-day trial.
|
|
23817
|
+
operationId: DowngradeOrg
|
|
23818
|
+
parameters:
|
|
23819
|
+
- description: The `public_id` of the organization you are operating within.
|
|
23820
|
+
in: path
|
|
23821
|
+
name: public_id
|
|
23822
|
+
required: true
|
|
23823
|
+
schema:
|
|
23824
|
+
example: abc123
|
|
23825
|
+
type: string
|
|
23826
|
+
responses:
|
|
23827
|
+
'200':
|
|
23828
|
+
content:
|
|
23829
|
+
application/json:
|
|
23830
|
+
schema:
|
|
23831
|
+
$ref: '#/components/schemas/OrgDowngradedResponse'
|
|
23832
|
+
description: OK
|
|
23833
|
+
'400':
|
|
23834
|
+
content:
|
|
23835
|
+
application/json:
|
|
23836
|
+
schema:
|
|
23837
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
23838
|
+
description: Bad Request
|
|
23839
|
+
'403':
|
|
23840
|
+
content:
|
|
23841
|
+
application/json:
|
|
23842
|
+
schema:
|
|
23843
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
23844
|
+
description: Forbidden
|
|
23845
|
+
'429':
|
|
23846
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
23847
|
+
summary: Spin-off Child Organization
|
|
23848
|
+
tags:
|
|
23849
|
+
- Organizations
|
|
23850
|
+
x-menu-order: 6
|
|
23851
|
+
x-undo:
|
|
23852
|
+
type: unsafe
|
|
23154
23853
|
/api/v1/org/{public_id}/idp_metadata:
|
|
23155
23854
|
post:
|
|
23156
23855
|
description: 'There are a couple of options for updating the Identity Provider
|
|
@@ -23354,11 +24053,6 @@ paths:
|
|
|
23354
24053
|
description: Not Found
|
|
23355
24054
|
'429':
|
|
23356
24055
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
23357
|
-
security:
|
|
23358
|
-
- AuthZ:
|
|
23359
|
-
- security_monitoring_signals_write
|
|
23360
|
-
apiKeyAuth: []
|
|
23361
|
-
appKeyAuth: []
|
|
23362
24056
|
summary: Add a security signal to an incident
|
|
23363
24057
|
tags:
|
|
23364
24058
|
- Security Monitoring
|
|
@@ -23405,11 +24099,6 @@ paths:
|
|
|
23405
24099
|
description: Not Found
|
|
23406
24100
|
'429':
|
|
23407
24101
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
23408
|
-
security:
|
|
23409
|
-
- AuthZ:
|
|
23410
|
-
- security_monitoring_signals_write
|
|
23411
|
-
apiKeyAuth: []
|
|
23412
|
-
appKeyAuth: []
|
|
23413
24102
|
summary: Modify the triage assignee of a security signal
|
|
23414
24103
|
tags:
|
|
23415
24104
|
- Security Monitoring
|
|
@@ -23456,11 +24145,6 @@ paths:
|
|
|
23456
24145
|
description: Not Found
|
|
23457
24146
|
'429':
|
|
23458
24147
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
23459
|
-
security:
|
|
23460
|
-
- AuthZ:
|
|
23461
|
-
- security_monitoring_signals_write
|
|
23462
|
-
apiKeyAuth: []
|
|
23463
|
-
appKeyAuth: []
|
|
23464
24148
|
summary: Change the triage state of a security signal
|
|
23465
24149
|
tags:
|
|
23466
24150
|
- Security Monitoring
|
|
@@ -23624,10 +24308,6 @@ paths:
|
|
|
23624
24308
|
description: Not Found
|
|
23625
24309
|
'429':
|
|
23626
24310
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
23627
|
-
security:
|
|
23628
|
-
- apiKeyAuth: []
|
|
23629
|
-
appKeyAuth: []
|
|
23630
|
-
- AuthZ: []
|
|
23631
24311
|
summary: Get all SLOs
|
|
23632
24312
|
tags:
|
|
23633
24313
|
- Service Level Objectives
|
|
@@ -23987,6 +24667,94 @@ paths:
|
|
|
23987
24667
|
x-menu-order: 4
|
|
23988
24668
|
x-undo:
|
|
23989
24669
|
type: idempotent
|
|
24670
|
+
/api/v1/slo/search:
|
|
24671
|
+
get:
|
|
24672
|
+
description: Get a list of service level objective objects for your organization.
|
|
24673
|
+
operationId: SearchSLO
|
|
24674
|
+
parameters:
|
|
24675
|
+
- description: The query string to filter results based on SLO names.
|
|
24676
|
+
in: query
|
|
24677
|
+
name: query
|
|
24678
|
+
required: false
|
|
24679
|
+
schema:
|
|
24680
|
+
type: string
|
|
24681
|
+
- description: The number of files to return in the response `[default=10]`.
|
|
24682
|
+
in: query
|
|
24683
|
+
name: page[size]
|
|
24684
|
+
required: false
|
|
24685
|
+
schema:
|
|
24686
|
+
format: int64
|
|
24687
|
+
type: integer
|
|
24688
|
+
- description: The identifier of the first page to return. This parameter is
|
|
24689
|
+
used for the pagination feature `[default=0]`.
|
|
24690
|
+
in: query
|
|
24691
|
+
name: page[number]
|
|
24692
|
+
required: false
|
|
24693
|
+
schema:
|
|
24694
|
+
format: int64
|
|
24695
|
+
type: integer
|
|
24696
|
+
responses:
|
|
24697
|
+
'200':
|
|
24698
|
+
content:
|
|
24699
|
+
application/json:
|
|
24700
|
+
schema:
|
|
24701
|
+
$ref: '#/components/schemas/SearchSLOResponse'
|
|
24702
|
+
description: OK
|
|
24703
|
+
'400':
|
|
24704
|
+
content:
|
|
24705
|
+
application/json:
|
|
24706
|
+
schema:
|
|
24707
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
24708
|
+
description: Bad Request
|
|
24709
|
+
'403':
|
|
24710
|
+
content:
|
|
24711
|
+
application/json:
|
|
24712
|
+
schema:
|
|
24713
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
24714
|
+
description: Forbidden
|
|
24715
|
+
'429':
|
|
24716
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
24717
|
+
servers:
|
|
24718
|
+
- url: https://{subdomain}.{site}
|
|
24719
|
+
variables:
|
|
24720
|
+
site:
|
|
24721
|
+
default: datadoghq.com
|
|
24722
|
+
description: The regional site for Datadog customers.
|
|
24723
|
+
enum:
|
|
24724
|
+
- datadoghq.com
|
|
24725
|
+
- us3.datadoghq.com
|
|
24726
|
+
- us5.datadoghq.com
|
|
24727
|
+
- ddog-gov.com
|
|
24728
|
+
subdomain:
|
|
24729
|
+
default: api
|
|
24730
|
+
description: The subdomain where the API is deployed.
|
|
24731
|
+
- url: '{protocol}://{name}'
|
|
24732
|
+
variables:
|
|
24733
|
+
name:
|
|
24734
|
+
default: api.datadoghq.com
|
|
24735
|
+
description: Full site DNS name.
|
|
24736
|
+
protocol:
|
|
24737
|
+
default: https
|
|
24738
|
+
description: The protocol for accessing the API.
|
|
24739
|
+
- url: https://{subdomain}.{site}
|
|
24740
|
+
variables:
|
|
24741
|
+
site:
|
|
24742
|
+
default: datadoghq.com
|
|
24743
|
+
description: Any Datadog deployment.
|
|
24744
|
+
subdomain:
|
|
24745
|
+
default: api
|
|
24746
|
+
description: The subdomain where the API is deployed.
|
|
24747
|
+
summary: Search for SLOs
|
|
24748
|
+
tags:
|
|
24749
|
+
- Service Level Objectives
|
|
24750
|
+
x-menu-order: 1
|
|
24751
|
+
x-undo:
|
|
24752
|
+
type: safe
|
|
24753
|
+
x-unstable: '**Note**: Note: This endpoint is in public beta for US regions.
|
|
24754
|
+
|
|
24755
|
+
It is not currently supported in the EU region.
|
|
24756
|
+
|
|
24757
|
+
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).'
|
|
23990
24758
|
/api/v1/slo/{slo_id}:
|
|
23991
24759
|
delete:
|
|
23992
24760
|
description: 'Permanently delete the specified service level objective object.
|
|
@@ -24081,10 +24849,6 @@ paths:
|
|
|
24081
24849
|
description: Not found
|
|
24082
24850
|
'429':
|
|
24083
24851
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
24084
|
-
security:
|
|
24085
|
-
- apiKeyAuth: []
|
|
24086
|
-
appKeyAuth: []
|
|
24087
|
-
- AuthZ: []
|
|
24088
24852
|
summary: Get an SLO's details
|
|
24089
24853
|
tags:
|
|
24090
24854
|
- Service Level Objectives
|
|
@@ -24180,10 +24944,6 @@ paths:
|
|
|
24180
24944
|
description: Not Found
|
|
24181
24945
|
'429':
|
|
24182
24946
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
24183
|
-
security:
|
|
24184
|
-
- apiKeyAuth: []
|
|
24185
|
-
appKeyAuth: []
|
|
24186
|
-
- AuthZ: []
|
|
24187
24947
|
summary: Get Corrections For an SLO
|
|
24188
24948
|
tags:
|
|
24189
24949
|
- Service Level Objectives
|
|
@@ -24268,10 +25028,6 @@ paths:
|
|
|
24268
25028
|
description: Not Found
|
|
24269
25029
|
'429':
|
|
24270
25030
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
24271
|
-
security:
|
|
24272
|
-
- apiKeyAuth: []
|
|
24273
|
-
appKeyAuth: []
|
|
24274
|
-
- AuthZ: []
|
|
24275
25031
|
summary: Get an SLO's history
|
|
24276
25032
|
tags:
|
|
24277
25033
|
- Service Level Objectives
|
|
@@ -25962,7 +26718,10 @@ paths:
|
|
|
25962
26718
|
type: idempotent
|
|
25963
26719
|
/api/v1/usage/analyzed_logs:
|
|
25964
26720
|
get:
|
|
25965
|
-
description: Get hourly usage for analyzed logs (Security Monitoring).
|
|
26721
|
+
description: 'Get hourly usage for analyzed logs (Security Monitoring).
|
|
26722
|
+
|
|
26723
|
+
**Note:** hourly usage data for all products is now available in the [Get
|
|
26724
|
+
hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family)'
|
|
25966
26725
|
operationId: GetUsageAnalyzedLogs
|
|
25967
26726
|
parameters:
|
|
25968
26727
|
- description: 'Datetime in ISO-8601 format, UTC, precise to hour: `[YYYY-MM-DDThh]`
|
|
@@ -26016,7 +26775,7 @@ paths:
|
|
|
26016
26775
|
summary: Get hourly usage for analyzed logs
|
|
26017
26776
|
tags:
|
|
26018
26777
|
- Usage Metering
|
|
26019
|
-
x-menu-order:
|
|
26778
|
+
x-menu-order: 22
|
|
26020
26779
|
x-undo:
|
|
26021
26780
|
type: safe
|
|
26022
26781
|
/api/v1/usage/attribution:
|
|
@@ -26108,7 +26867,7 @@ paths:
|
|
|
26108
26867
|
summary: Get usage attribution
|
|
26109
26868
|
tags:
|
|
26110
26869
|
- Usage Metering
|
|
26111
|
-
x-menu-order:
|
|
26870
|
+
x-menu-order: 39
|
|
26112
26871
|
x-undo:
|
|
26113
26872
|
type: safe
|
|
26114
26873
|
x-unstable: '**Note**: This endpoint is in public beta.
|
|
@@ -26116,7 +26875,10 @@ paths:
|
|
|
26116
26875
|
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).'
|
|
26117
26876
|
/api/v1/usage/audit_logs:
|
|
26118
26877
|
get:
|
|
26119
|
-
description: Get hourly usage for audit logs.
|
|
26878
|
+
description: 'Get hourly usage for audit logs.
|
|
26879
|
+
|
|
26880
|
+
**Note:** hourly usage data for all products is now available in the [Get
|
|
26881
|
+
hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family)'
|
|
26120
26882
|
operationId: GetUsageAuditLogs
|
|
26121
26883
|
parameters:
|
|
26122
26884
|
- description: 'Datetime in ISO-8601 format, UTC, precise to hour: `[YYYY-MM-DDThh]`
|
|
@@ -26170,12 +26932,15 @@ paths:
|
|
|
26170
26932
|
summary: Get hourly usage for audit logs
|
|
26171
26933
|
tags:
|
|
26172
26934
|
- Usage Metering
|
|
26173
|
-
x-menu-order:
|
|
26935
|
+
x-menu-order: 28
|
|
26174
26936
|
x-undo:
|
|
26175
26937
|
type: safe
|
|
26176
26938
|
/api/v1/usage/aws_lambda:
|
|
26177
26939
|
get:
|
|
26178
|
-
description: Get hourly usage for lambda.
|
|
26940
|
+
description: 'Get hourly usage for lambda.
|
|
26941
|
+
|
|
26942
|
+
**Note:** hourly usage data for all products is now available in the [Get
|
|
26943
|
+
hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family)'
|
|
26179
26944
|
operationId: GetUsageLambda
|
|
26180
26945
|
parameters:
|
|
26181
26946
|
- description: 'Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh]
|
|
@@ -26224,10 +26989,10 @@ paths:
|
|
|
26224
26989
|
appKeyAuth: []
|
|
26225
26990
|
- AuthZ:
|
|
26226
26991
|
- usage_read
|
|
26227
|
-
summary: Get hourly usage for
|
|
26992
|
+
summary: Get hourly usage for lambda
|
|
26228
26993
|
tags:
|
|
26229
26994
|
- Usage Metering
|
|
26230
|
-
x-menu-order:
|
|
26995
|
+
x-menu-order: 18
|
|
26231
26996
|
x-undo:
|
|
26232
26997
|
type: safe
|
|
26233
26998
|
/api/v1/usage/billable-summary:
|
|
@@ -26276,12 +27041,15 @@ paths:
|
|
|
26276
27041
|
summary: Get billable usage across your account
|
|
26277
27042
|
tags:
|
|
26278
27043
|
- Usage Metering
|
|
26279
|
-
x-menu-order:
|
|
27044
|
+
x-menu-order: 5
|
|
26280
27045
|
x-undo:
|
|
26281
27046
|
type: safe
|
|
26282
27047
|
/api/v1/usage/ci-app:
|
|
26283
27048
|
get:
|
|
26284
|
-
description: Get hourly usage for CI
|
|
27049
|
+
description: 'Get hourly usage for CI visibility (tests, pipeline, and spans).
|
|
27050
|
+
|
|
27051
|
+
**Note:** hourly usage data for all products is now available in the [Get
|
|
27052
|
+
hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family)'
|
|
26285
27053
|
operationId: GetUsageCIApp
|
|
26286
27054
|
parameters:
|
|
26287
27055
|
- description: 'Datetime in ISO-8601 format, UTC, precise to hour: `[YYYY-MM-DDThh]`
|
|
@@ -26332,15 +27100,18 @@ paths:
|
|
|
26332
27100
|
appKeyAuth: []
|
|
26333
27101
|
- AuthZ:
|
|
26334
27102
|
- usage_read
|
|
26335
|
-
summary: Get hourly usage for CI
|
|
27103
|
+
summary: Get hourly usage for CI visibility
|
|
26336
27104
|
tags:
|
|
26337
27105
|
- Usage Metering
|
|
26338
|
-
x-menu-order:
|
|
27106
|
+
x-menu-order: 34
|
|
26339
27107
|
x-undo:
|
|
26340
27108
|
type: safe
|
|
26341
27109
|
/api/v1/usage/cspm:
|
|
26342
27110
|
get:
|
|
26343
|
-
description: Get hourly usage for
|
|
27111
|
+
description: 'Get hourly usage for cloud security posture management (CSPM).
|
|
27112
|
+
|
|
27113
|
+
**Note:** hourly usage data for all products is now available in the [Get
|
|
27114
|
+
hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family)'
|
|
26344
27115
|
operationId: GetUsageCloudSecurityPostureManagement
|
|
26345
27116
|
parameters:
|
|
26346
27117
|
- description: 'Datetime in ISO-8601 format, UTC, precise to hour: `[YYYY-MM-DDThh]`
|
|
@@ -26394,12 +27165,15 @@ paths:
|
|
|
26394
27165
|
summary: Get hourly usage for CSPM
|
|
26395
27166
|
tags:
|
|
26396
27167
|
- Usage Metering
|
|
26397
|
-
x-menu-order:
|
|
27168
|
+
x-menu-order: 27
|
|
26398
27169
|
x-undo:
|
|
26399
27170
|
type: safe
|
|
26400
27171
|
/api/v1/usage/cws:
|
|
26401
27172
|
get:
|
|
26402
|
-
description: Get hourly usage for
|
|
27173
|
+
description: 'Get hourly usage for cloud workload security.
|
|
27174
|
+
|
|
27175
|
+
**Note:** hourly usage data for all products is now available in the [Get
|
|
27176
|
+
hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family)'
|
|
26403
27177
|
operationId: GetUsageCWS
|
|
26404
27178
|
parameters:
|
|
26405
27179
|
- description: 'Datetime in ISO-8601 format, UTC, precise to hour: `[YYYY-MM-DDThh]`
|
|
@@ -26450,15 +27224,18 @@ paths:
|
|
|
26450
27224
|
appKeyAuth: []
|
|
26451
27225
|
- AuthZ:
|
|
26452
27226
|
- usage_read
|
|
26453
|
-
summary: Get hourly usage for
|
|
27227
|
+
summary: Get hourly usage for cloud workload security
|
|
26454
27228
|
tags:
|
|
26455
27229
|
- Usage Metering
|
|
26456
|
-
x-menu-order:
|
|
27230
|
+
x-menu-order: 29
|
|
26457
27231
|
x-undo:
|
|
26458
27232
|
type: safe
|
|
26459
27233
|
/api/v1/usage/dbm:
|
|
26460
27234
|
get:
|
|
26461
|
-
description: Get hourly usage for
|
|
27235
|
+
description: 'Get hourly usage for database monitoring
|
|
27236
|
+
|
|
27237
|
+
**Note:** hourly usage data for all products is now available in the [Get
|
|
27238
|
+
hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family)'
|
|
26462
27239
|
operationId: GetUsageDBM
|
|
26463
27240
|
parameters:
|
|
26464
27241
|
- description: 'Datetime in ISO-8601 format, UTC, precise to hour: `[YYYY-MM-DDThh]`
|
|
@@ -26509,15 +27286,18 @@ paths:
|
|
|
26509
27286
|
appKeyAuth: []
|
|
26510
27287
|
- AuthZ:
|
|
26511
27288
|
- usage_read
|
|
26512
|
-
summary: Get hourly usage for
|
|
27289
|
+
summary: Get hourly usage for database monitoring
|
|
26513
27290
|
tags:
|
|
26514
27291
|
- Usage Metering
|
|
26515
|
-
x-menu-order:
|
|
27292
|
+
x-menu-order: 30
|
|
26516
27293
|
x-undo:
|
|
26517
27294
|
type: safe
|
|
26518
27295
|
/api/v1/usage/fargate:
|
|
26519
27296
|
get:
|
|
26520
|
-
description: Get hourly usage for [Fargate](https://docs.datadoghq.com/integrations/ecs_fargate/).
|
|
27297
|
+
description: 'Get hourly usage for [Fargate](https://docs.datadoghq.com/integrations/ecs_fargate/).
|
|
27298
|
+
|
|
27299
|
+
**Note:** hourly usage data for all products is now available in the [Get
|
|
27300
|
+
hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family)'
|
|
26521
27301
|
operationId: GetUsageFargate
|
|
26522
27302
|
parameters:
|
|
26523
27303
|
- description: 'Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh]
|
|
@@ -26569,12 +27349,15 @@ paths:
|
|
|
26569
27349
|
summary: Get hourly usage for Fargate
|
|
26570
27350
|
tags:
|
|
26571
27351
|
- Usage Metering
|
|
26572
|
-
x-menu-order:
|
|
27352
|
+
x-menu-order: 17
|
|
26573
27353
|
x-undo:
|
|
26574
27354
|
type: safe
|
|
26575
27355
|
/api/v1/usage/hosts:
|
|
26576
27356
|
get:
|
|
26577
|
-
description: Get hourly usage for hosts and containers.
|
|
27357
|
+
description: 'Get hourly usage for hosts and containers.
|
|
27358
|
+
|
|
27359
|
+
**Note:** hourly usage data for all products is now available in the [Get
|
|
27360
|
+
hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family)'
|
|
26578
27361
|
operationId: GetUsageHosts
|
|
26579
27362
|
parameters:
|
|
26580
27363
|
- description: 'Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh]
|
|
@@ -26626,7 +27409,7 @@ paths:
|
|
|
26626
27409
|
summary: Get hourly usage for hosts and containers
|
|
26627
27410
|
tags:
|
|
26628
27411
|
- Usage Metering
|
|
26629
|
-
x-menu-order:
|
|
27412
|
+
x-menu-order: 10
|
|
26630
27413
|
x-undo:
|
|
26631
27414
|
type: safe
|
|
26632
27415
|
/api/v1/usage/hourly-attribution:
|
|
@@ -26682,6 +27465,13 @@ paths:
|
|
|
26682
27465
|
required: false
|
|
26683
27466
|
schema:
|
|
26684
27467
|
type: string
|
|
27468
|
+
- description: Include child org usage in the response. Defaults to `true`.
|
|
27469
|
+
in: query
|
|
27470
|
+
name: include_descendants
|
|
27471
|
+
required: false
|
|
27472
|
+
schema:
|
|
27473
|
+
default: true
|
|
27474
|
+
type: boolean
|
|
26685
27475
|
responses:
|
|
26686
27476
|
'200':
|
|
26687
27477
|
content:
|
|
@@ -26709,15 +27499,15 @@ paths:
|
|
|
26709
27499
|
summary: Get hourly usage attribution
|
|
26710
27500
|
tags:
|
|
26711
27501
|
- Usage Metering
|
|
26712
|
-
x-menu-order:
|
|
27502
|
+
x-menu-order: 2
|
|
26713
27503
|
x-undo:
|
|
26714
27504
|
type: safe
|
|
26715
|
-
x-unstable: '**Note**: This endpoint is in public beta.
|
|
26716
|
-
|
|
26717
|
-
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).'
|
|
26718
27505
|
/api/v1/usage/incident-management:
|
|
26719
27506
|
get:
|
|
26720
|
-
description: Get hourly usage for incident management.
|
|
27507
|
+
description: 'Get hourly usage for incident management.
|
|
27508
|
+
|
|
27509
|
+
**Note:** hourly usage data for all products is now available in the [Get
|
|
27510
|
+
hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family)'
|
|
26721
27511
|
operationId: GetIncidentManagement
|
|
26722
27512
|
parameters:
|
|
26723
27513
|
- description: 'Datetime in ISO-8601 format, UTC, precise to hour: `[YYYY-MM-DDThh]`
|
|
@@ -26771,12 +27561,15 @@ paths:
|
|
|
26771
27561
|
summary: Get hourly usage for incident management
|
|
26772
27562
|
tags:
|
|
26773
27563
|
- Usage Metering
|
|
26774
|
-
x-menu-order:
|
|
27564
|
+
x-menu-order: 25
|
|
26775
27565
|
x-undo:
|
|
26776
27566
|
type: safe
|
|
26777
27567
|
/api/v1/usage/indexed-spans:
|
|
26778
27568
|
get:
|
|
26779
|
-
description: Get hourly usage for indexed spans.
|
|
27569
|
+
description: 'Get hourly usage for indexed spans.
|
|
27570
|
+
|
|
27571
|
+
**Note:** hourly usage data for all products is now available in the [Get
|
|
27572
|
+
hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family)'
|
|
26780
27573
|
operationId: GetUsageIndexedSpans
|
|
26781
27574
|
parameters:
|
|
26782
27575
|
- description: 'Datetime in ISO-8601 format, UTC, precise to hour: `[YYYY-MM-DDThh]`
|
|
@@ -26828,12 +27621,15 @@ paths:
|
|
|
26828
27621
|
summary: Get hourly usage for indexed spans
|
|
26829
27622
|
tags:
|
|
26830
27623
|
- Usage Metering
|
|
26831
|
-
x-menu-order:
|
|
27624
|
+
x-menu-order: 13
|
|
26832
27625
|
x-undo:
|
|
26833
27626
|
type: safe
|
|
26834
27627
|
/api/v1/usage/ingested-spans:
|
|
26835
27628
|
get:
|
|
26836
|
-
description: Get hourly usage for ingested spans.
|
|
27629
|
+
description: 'Get hourly usage for ingested spans.
|
|
27630
|
+
|
|
27631
|
+
**Note:** hourly usage data for all products is now available in the [Get
|
|
27632
|
+
hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family)'
|
|
26837
27633
|
operationId: GetIngestedSpans
|
|
26838
27634
|
parameters:
|
|
26839
27635
|
- description: 'Datetime in ISO-8601 format, UTC, precise to hour: `[YYYY-MM-DDThh]`
|
|
@@ -26887,12 +27683,15 @@ paths:
|
|
|
26887
27683
|
summary: Get hourly usage for ingested spans
|
|
26888
27684
|
tags:
|
|
26889
27685
|
- Usage Metering
|
|
26890
|
-
x-menu-order:
|
|
27686
|
+
x-menu-order: 24
|
|
26891
27687
|
x-undo:
|
|
26892
27688
|
type: safe
|
|
26893
27689
|
/api/v1/usage/iot:
|
|
26894
27690
|
get:
|
|
26895
|
-
description: Get hourly usage for IoT.
|
|
27691
|
+
description: 'Get hourly usage for IoT.
|
|
27692
|
+
|
|
27693
|
+
**Note:** hourly usage data for all products is now available in the [Get
|
|
27694
|
+
hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family)'
|
|
26896
27695
|
operationId: GetUsageInternetOfThings
|
|
26897
27696
|
parameters:
|
|
26898
27697
|
- description: 'Datetime in ISO-8601 format, UTC, precise to hour: `[YYYY-MM-DDThh]`
|
|
@@ -26946,12 +27745,15 @@ paths:
|
|
|
26946
27745
|
summary: Get hourly usage for IoT
|
|
26947
27746
|
tags:
|
|
26948
27747
|
- Usage Metering
|
|
26949
|
-
x-menu-order:
|
|
27748
|
+
x-menu-order: 26
|
|
26950
27749
|
x-undo:
|
|
26951
27750
|
type: safe
|
|
26952
27751
|
/api/v1/usage/logs:
|
|
26953
27752
|
get:
|
|
26954
|
-
description: Get hourly usage for logs.
|
|
27753
|
+
description: 'Get hourly usage for logs.
|
|
27754
|
+
|
|
27755
|
+
**Note:** hourly usage data for all products is now available in the [Get
|
|
27756
|
+
hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family)'
|
|
26955
27757
|
operationId: GetUsageLogs
|
|
26956
27758
|
parameters:
|
|
26957
27759
|
- description: 'Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh]
|
|
@@ -27000,15 +27802,18 @@ paths:
|
|
|
27000
27802
|
appKeyAuth: []
|
|
27001
27803
|
- AuthZ:
|
|
27002
27804
|
- usage_read
|
|
27003
|
-
summary: Get hourly usage for
|
|
27805
|
+
summary: Get hourly usage for logs
|
|
27004
27806
|
tags:
|
|
27005
27807
|
- Usage Metering
|
|
27006
|
-
x-menu-order:
|
|
27808
|
+
x-menu-order: 11
|
|
27007
27809
|
x-undo:
|
|
27008
27810
|
type: safe
|
|
27009
27811
|
/api/v1/usage/logs-by-retention:
|
|
27010
27812
|
get:
|
|
27011
|
-
description: Get hourly usage for indexed logs by retention period.
|
|
27813
|
+
description: 'Get hourly usage for indexed logs by retention period.
|
|
27814
|
+
|
|
27815
|
+
**Note:** hourly usage data for all products is now available in the [Get
|
|
27816
|
+
hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family)'
|
|
27012
27817
|
operationId: GetUsageLogsByRetention
|
|
27013
27818
|
parameters:
|
|
27014
27819
|
- description: 'Datetime in ISO-8601 format, UTC, precise to hour: `[YYYY-MM-DDThh]`
|
|
@@ -27062,6 +27867,7 @@ paths:
|
|
|
27062
27867
|
summary: Get hourly logs usage by retention
|
|
27063
27868
|
tags:
|
|
27064
27869
|
- Usage Metering
|
|
27870
|
+
x-menu-order: 9
|
|
27065
27871
|
x-undo:
|
|
27066
27872
|
type: safe
|
|
27067
27873
|
/api/v1/usage/logs_by_index:
|
|
@@ -27123,10 +27929,10 @@ paths:
|
|
|
27123
27929
|
appKeyAuth: []
|
|
27124
27930
|
- AuthZ:
|
|
27125
27931
|
- usage_read
|
|
27126
|
-
summary: Get hourly usage for
|
|
27932
|
+
summary: Get hourly usage for logs by index
|
|
27127
27933
|
tags:
|
|
27128
27934
|
- Usage Metering
|
|
27129
|
-
x-menu-order:
|
|
27935
|
+
x-menu-order: 8
|
|
27130
27936
|
x-undo:
|
|
27131
27937
|
type: safe
|
|
27132
27938
|
/api/v1/usage/monthly-attribution:
|
|
@@ -27195,6 +28001,13 @@ paths:
|
|
|
27195
28001
|
required: false
|
|
27196
28002
|
schema:
|
|
27197
28003
|
type: string
|
|
28004
|
+
- description: Include child org usage in the response. Defaults to `true`.
|
|
28005
|
+
in: query
|
|
28006
|
+
name: include_descendants
|
|
28007
|
+
required: false
|
|
28008
|
+
schema:
|
|
28009
|
+
default: true
|
|
28010
|
+
type: boolean
|
|
27198
28011
|
responses:
|
|
27199
28012
|
'200':
|
|
27200
28013
|
content:
|
|
@@ -27230,15 +28043,15 @@ paths:
|
|
|
27230
28043
|
- name: fields
|
|
27231
28044
|
value: '"infra_host_usage"'
|
|
27232
28045
|
step: there is a valid "monthly_usage_attribution" response
|
|
27233
|
-
x-menu-order:
|
|
28046
|
+
x-menu-order: 3
|
|
27234
28047
|
x-undo:
|
|
27235
28048
|
type: safe
|
|
27236
|
-
x-unstable: '**Note**: This endpoint is in public beta.
|
|
27237
|
-
|
|
27238
|
-
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).'
|
|
27239
28049
|
/api/v1/usage/network_flows:
|
|
27240
28050
|
get:
|
|
27241
|
-
description: Get hourly usage for network flows.
|
|
28051
|
+
description: 'Get hourly usage for network flows.
|
|
28052
|
+
|
|
28053
|
+
**Note:** hourly usage data for all products is now available in the [Get
|
|
28054
|
+
hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family)'
|
|
27242
28055
|
operationId: GetUsageNetworkFlows
|
|
27243
28056
|
parameters:
|
|
27244
28057
|
- description: 'Datetime in ISO-8601 format, UTC, precise to hour: `[YYYY-MM-DDThh]`
|
|
@@ -27289,15 +28102,18 @@ paths:
|
|
|
27289
28102
|
appKeyAuth: []
|
|
27290
28103
|
- AuthZ:
|
|
27291
28104
|
- usage_read
|
|
27292
|
-
summary:
|
|
28105
|
+
summary: get hourly usage for network flows
|
|
27293
28106
|
tags:
|
|
27294
28107
|
- Usage Metering
|
|
27295
|
-
x-menu-order:
|
|
28108
|
+
x-menu-order: 21
|
|
27296
28109
|
x-undo:
|
|
27297
28110
|
type: safe
|
|
27298
28111
|
/api/v1/usage/network_hosts:
|
|
27299
28112
|
get:
|
|
27300
|
-
description: Get hourly usage for network hosts.
|
|
28113
|
+
description: 'Get hourly usage for network hosts.
|
|
28114
|
+
|
|
28115
|
+
**Note:** hourly usage data for all products is now available in the [Get
|
|
28116
|
+
hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family)'
|
|
27301
28117
|
operationId: GetUsageNetworkHosts
|
|
27302
28118
|
parameters:
|
|
27303
28119
|
- description: 'Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh]
|
|
@@ -27346,15 +28162,18 @@ paths:
|
|
|
27346
28162
|
appKeyAuth: []
|
|
27347
28163
|
- AuthZ:
|
|
27348
28164
|
- usage_read
|
|
27349
|
-
summary: Get hourly usage for
|
|
28165
|
+
summary: Get hourly usage for network hosts
|
|
27350
28166
|
tags:
|
|
27351
28167
|
- Usage Metering
|
|
27352
|
-
x-menu-order:
|
|
28168
|
+
x-menu-order: 20
|
|
27353
28169
|
x-undo:
|
|
27354
28170
|
type: safe
|
|
27355
28171
|
/api/v1/usage/online-archive:
|
|
27356
28172
|
get:
|
|
27357
|
-
description: Get hourly usage for
|
|
28173
|
+
description: 'Get hourly usage for online archive.
|
|
28174
|
+
|
|
28175
|
+
**Note:** hourly usage data for all products is now available in the [Get
|
|
28176
|
+
hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family)'
|
|
27358
28177
|
operationId: GetUsageOnlineArchive
|
|
27359
28178
|
parameters:
|
|
27360
28179
|
- description: 'Datetime in ISO-8601 format, UTC, precise to hour: `[YYYY-MM-DDThh]`
|
|
@@ -27405,15 +28224,18 @@ paths:
|
|
|
27405
28224
|
appKeyAuth: []
|
|
27406
28225
|
- AuthZ:
|
|
27407
28226
|
- usage_read
|
|
27408
|
-
summary: Get hourly usage for
|
|
28227
|
+
summary: Get hourly usage for online archive
|
|
27409
28228
|
tags:
|
|
27410
28229
|
- Usage Metering
|
|
27411
|
-
x-menu-order:
|
|
28230
|
+
x-menu-order: 35
|
|
27412
28231
|
x-undo:
|
|
27413
28232
|
type: safe
|
|
27414
28233
|
/api/v1/usage/profiling:
|
|
27415
28234
|
get:
|
|
27416
|
-
description: Get hourly usage for profiled hosts.
|
|
28235
|
+
description: 'Get hourly usage for profiled hosts.
|
|
28236
|
+
|
|
28237
|
+
**Note:** hourly usage data for all products is now available in the [Get
|
|
28238
|
+
hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family)'
|
|
27417
28239
|
operationId: GetUsageProfiling
|
|
27418
28240
|
parameters:
|
|
27419
28241
|
- description: 'Datetime in ISO-8601 format, UTC, precise to hour: `[YYYY-MM-DDThh]`
|
|
@@ -27467,13 +28289,16 @@ paths:
|
|
|
27467
28289
|
summary: Get hourly usage for profiled hosts
|
|
27468
28290
|
tags:
|
|
27469
28291
|
- Usage Metering
|
|
27470
|
-
x-menu-order:
|
|
28292
|
+
x-menu-order: 33
|
|
27471
28293
|
x-undo:
|
|
27472
28294
|
type: safe
|
|
27473
28295
|
/api/v1/usage/rum:
|
|
27474
28296
|
get:
|
|
27475
|
-
description: Get hourly usage for [RUM](https://docs.datadoghq.com/real_user_monitoring/)
|
|
28297
|
+
description: 'Get hourly usage for [RUM](https://docs.datadoghq.com/real_user_monitoring/)
|
|
27476
28298
|
Units.
|
|
28299
|
+
|
|
28300
|
+
**Note:** hourly usage data for all products is now available in the [Get
|
|
28301
|
+
hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family)'
|
|
27477
28302
|
operationId: GetUsageRumUnits
|
|
27478
28303
|
parameters:
|
|
27479
28304
|
- description: 'Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh]
|
|
@@ -27522,16 +28347,19 @@ paths:
|
|
|
27522
28347
|
appKeyAuth: []
|
|
27523
28348
|
- AuthZ:
|
|
27524
28349
|
- usage_read
|
|
27525
|
-
summary: Get hourly usage for RUM
|
|
28350
|
+
summary: Get hourly usage for RUM units
|
|
27526
28351
|
tags:
|
|
27527
28352
|
- Usage Metering
|
|
27528
|
-
x-menu-order:
|
|
28353
|
+
x-menu-order: 32
|
|
27529
28354
|
x-undo:
|
|
27530
28355
|
type: safe
|
|
27531
28356
|
/api/v1/usage/rum_sessions:
|
|
27532
28357
|
get:
|
|
27533
|
-
description: Get hourly usage for [RUM](https://docs.datadoghq.com/real_user_monitoring/)
|
|
28358
|
+
description: 'Get hourly usage for [RUM](https://docs.datadoghq.com/real_user_monitoring/)
|
|
27534
28359
|
Sessions.
|
|
28360
|
+
|
|
28361
|
+
**Note:** hourly usage data for all products is now available in the [Get
|
|
28362
|
+
hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family)'
|
|
27535
28363
|
operationId: GetUsageRumSessions
|
|
27536
28364
|
parameters:
|
|
27537
28365
|
- description: 'Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh]
|
|
@@ -27586,15 +28414,18 @@ paths:
|
|
|
27586
28414
|
appKeyAuth: []
|
|
27587
28415
|
- AuthZ:
|
|
27588
28416
|
- usage_read
|
|
27589
|
-
summary: Get hourly usage for RUM
|
|
28417
|
+
summary: Get hourly usage for RUM sessions
|
|
27590
28418
|
tags:
|
|
27591
28419
|
- Usage Metering
|
|
27592
|
-
x-menu-order:
|
|
28420
|
+
x-menu-order: 19
|
|
27593
28421
|
x-undo:
|
|
27594
28422
|
type: safe
|
|
27595
28423
|
/api/v1/usage/sds:
|
|
27596
28424
|
get:
|
|
27597
|
-
description: Get hourly usage for
|
|
28425
|
+
description: 'Get hourly usage for sensitive data scanner.
|
|
28426
|
+
|
|
28427
|
+
**Note:** hourly usage data for all products is now available in the [Get
|
|
28428
|
+
hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family)'
|
|
27598
28429
|
operationId: GetUsageSDS
|
|
27599
28430
|
parameters:
|
|
27600
28431
|
- description: 'Datetime in ISO-8601 format, UTC, precise to hour: `[YYYY-MM-DDThh]`
|
|
@@ -27645,15 +28476,18 @@ paths:
|
|
|
27645
28476
|
appKeyAuth: []
|
|
27646
28477
|
- AuthZ:
|
|
27647
28478
|
- usage_read
|
|
27648
|
-
summary: Get hourly usage for
|
|
28479
|
+
summary: Get hourly usage for sensitive data scanner
|
|
27649
28480
|
tags:
|
|
27650
28481
|
- Usage Metering
|
|
27651
|
-
x-menu-order:
|
|
28482
|
+
x-menu-order: 31
|
|
27652
28483
|
x-undo:
|
|
27653
28484
|
type: safe
|
|
27654
28485
|
/api/v1/usage/snmp:
|
|
27655
28486
|
get:
|
|
27656
|
-
description: Get hourly usage for SNMP devices.
|
|
28487
|
+
description: 'Get hourly usage for SNMP devices.
|
|
28488
|
+
|
|
28489
|
+
**Note:** hourly usage data for all products is now available in the [Get
|
|
28490
|
+
hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family)'
|
|
27657
28491
|
operationId: GetUsageSNMP
|
|
27658
28492
|
parameters:
|
|
27659
28493
|
- description: 'Datetime in ISO-8601 format, UTC, precise to hour: `[YYYY-MM-DDThh]`
|
|
@@ -27707,7 +28541,7 @@ paths:
|
|
|
27707
28541
|
summary: Get hourly usage for SNMP devices
|
|
27708
28542
|
tags:
|
|
27709
28543
|
- Usage Metering
|
|
27710
|
-
x-menu-order:
|
|
28544
|
+
x-menu-order: 23
|
|
27711
28545
|
x-undo:
|
|
27712
28546
|
type: safe
|
|
27713
28547
|
/api/v1/usage/summary:
|
|
@@ -27773,13 +28607,16 @@ paths:
|
|
|
27773
28607
|
summary: Get usage across your multi-org account
|
|
27774
28608
|
tags:
|
|
27775
28609
|
- Usage Metering
|
|
27776
|
-
x-menu-order:
|
|
28610
|
+
x-menu-order: 7
|
|
27777
28611
|
x-undo:
|
|
27778
28612
|
type: safe
|
|
27779
28613
|
/api/v1/usage/synthetics:
|
|
27780
28614
|
get:
|
|
27781
28615
|
deprecated: true
|
|
27782
|
-
description: Get hourly usage for [
|
|
28616
|
+
description: 'Get hourly usage for [synthetics checks](https://docs.datadoghq.com/synthetics/).
|
|
28617
|
+
|
|
28618
|
+
**Note:** hourly usage data for all products is now available in the [Get
|
|
28619
|
+
hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family)'
|
|
27783
28620
|
operationId: GetUsageSynthetics
|
|
27784
28621
|
parameters:
|
|
27785
28622
|
- description: 'Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh]
|
|
@@ -27828,15 +28665,18 @@ paths:
|
|
|
27828
28665
|
appKeyAuth: []
|
|
27829
28666
|
- AuthZ:
|
|
27830
28667
|
- usage_read
|
|
27831
|
-
summary: Get hourly usage for
|
|
28668
|
+
summary: Get hourly usage for synthetics checks
|
|
27832
28669
|
tags:
|
|
27833
28670
|
- Usage Metering
|
|
27834
|
-
x-menu-order:
|
|
28671
|
+
x-menu-order: 14
|
|
27835
28672
|
x-undo:
|
|
27836
28673
|
type: safe
|
|
27837
28674
|
/api/v1/usage/synthetics_api:
|
|
27838
28675
|
get:
|
|
27839
|
-
description: Get hourly usage for [synthetics API checks](https://docs.datadoghq.com/synthetics/).
|
|
28676
|
+
description: 'Get hourly usage for [synthetics API checks](https://docs.datadoghq.com/synthetics/).
|
|
28677
|
+
|
|
28678
|
+
**Note:** hourly usage data for all products is now available in the [Get
|
|
28679
|
+
hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family)'
|
|
27840
28680
|
operationId: GetUsageSyntheticsAPI
|
|
27841
28681
|
parameters:
|
|
27842
28682
|
- description: 'Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh]
|
|
@@ -27885,15 +28725,18 @@ paths:
|
|
|
27885
28725
|
appKeyAuth: []
|
|
27886
28726
|
- AuthZ:
|
|
27887
28727
|
- usage_read
|
|
27888
|
-
summary: Get hourly usage for
|
|
28728
|
+
summary: Get hourly usage for synthetics API checks
|
|
27889
28729
|
tags:
|
|
27890
28730
|
- Usage Metering
|
|
27891
|
-
x-menu-order:
|
|
28731
|
+
x-menu-order: 15
|
|
27892
28732
|
x-undo:
|
|
27893
28733
|
type: safe
|
|
27894
28734
|
/api/v1/usage/synthetics_browser:
|
|
27895
28735
|
get:
|
|
27896
|
-
description: Get hourly usage for synthetics browser checks.
|
|
28736
|
+
description: 'Get hourly usage for synthetics browser checks.
|
|
28737
|
+
|
|
28738
|
+
**Note:** hourly usage data for all products is now available in the [Get
|
|
28739
|
+
hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family)'
|
|
27897
28740
|
operationId: GetUsageSyntheticsBrowser
|
|
27898
28741
|
parameters:
|
|
27899
28742
|
- description: 'Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh]
|
|
@@ -27942,15 +28785,18 @@ paths:
|
|
|
27942
28785
|
appKeyAuth: []
|
|
27943
28786
|
- AuthZ:
|
|
27944
28787
|
- usage_read
|
|
27945
|
-
summary: Get hourly usage for
|
|
28788
|
+
summary: Get hourly usage for synthetics browser checks
|
|
27946
28789
|
tags:
|
|
27947
28790
|
- Usage Metering
|
|
27948
|
-
x-menu-order:
|
|
28791
|
+
x-menu-order: 16
|
|
27949
28792
|
x-undo:
|
|
27950
28793
|
type: safe
|
|
27951
28794
|
/api/v1/usage/timeseries:
|
|
27952
28795
|
get:
|
|
27953
|
-
description: Get hourly usage for [custom metrics](https://docs.datadoghq.com/developers/metrics/custom_metrics/).
|
|
28796
|
+
description: 'Get hourly usage for [custom metrics](https://docs.datadoghq.com/developers/metrics/custom_metrics/).
|
|
28797
|
+
|
|
28798
|
+
**Note:** hourly usage data for all products is now available in the [Get
|
|
28799
|
+
hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family)'
|
|
27954
28800
|
operationId: GetUsageTimeseries
|
|
27955
28801
|
parameters:
|
|
27956
28802
|
- description: 'Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh]
|
|
@@ -28002,7 +28848,7 @@ paths:
|
|
|
28002
28848
|
summary: Get hourly usage for custom metrics
|
|
28003
28849
|
tags:
|
|
28004
28850
|
- Usage Metering
|
|
28005
|
-
x-menu-order:
|
|
28851
|
+
x-menu-order: 12
|
|
28006
28852
|
x-undo:
|
|
28007
28853
|
type: safe
|
|
28008
28854
|
/api/v1/usage/top_avg_metrics:
|
|
@@ -28088,7 +28934,7 @@ paths:
|
|
|
28088
28934
|
summary: Get all custom metrics by hourly average
|
|
28089
28935
|
tags:
|
|
28090
28936
|
- Usage Metering
|
|
28091
|
-
x-menu-order:
|
|
28937
|
+
x-menu-order: 6
|
|
28092
28938
|
x-undo:
|
|
28093
28939
|
type: safe
|
|
28094
28940
|
/api/v1/user:
|
|
@@ -28610,9 +29456,11 @@ tags:
|
|
|
28610
29456
|
event stream
|
|
28611
29457
|
|
|
28612
29458
|
and fetch events from the event stream. Events are limited to 4000 characters.
|
|
28613
|
-
If an event is sent out with a message
|
|
28614
29459
|
|
|
28615
|
-
containing more than 4000 characters only
|
|
29460
|
+
If an event is sent out with a message containing more than 4000 characters, only
|
|
29461
|
+
the
|
|
29462
|
+
|
|
29463
|
+
first 4000 characters are displayed.'
|
|
28616
29464
|
name: Events
|
|
28617
29465
|
- description: 'Configure your Datadog-Google Cloud Platform (GCP) integration directly
|
|
28618
29466
|
|
|
@@ -28697,11 +29545,11 @@ tags:
|
|
|
28697
29545
|
description: Find out more at
|
|
28698
29546
|
url: https://docs.datadoghq.com/account_management/multi_organization
|
|
28699
29547
|
name: Organizations
|
|
28700
|
-
- description: 'Configure your [Datadog-PagerDuty integration](https://docs.datadoghq.com/
|
|
29548
|
+
- description: 'Configure your [Datadog-PagerDuty integration](https://docs.datadoghq.com/integrations/pagerduty/)
|
|
28701
29549
|
|
|
28702
29550
|
directly through the Datadog API.'
|
|
28703
29551
|
externalDocs:
|
|
28704
|
-
url: https://docs.datadoghq.com/
|
|
29552
|
+
url: https://docs.datadoghq.com/integrations/pagerduty/
|
|
28705
29553
|
name: PagerDuty Integration
|
|
28706
29554
|
- description: 'Detection rules for generating signals and listing of generated
|
|
28707
29555
|
|