datadog_api_client 1.11.0 → 2.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.apigentools-info +4 -4
- data/.generator/conftest.py +2 -1
- data/.generator/schemas/v1/openapi.yaml +293 -116
- data/.generator/schemas/v2/openapi.yaml +1156 -41
- data/.generator/src/generator/cli.py +57 -40
- 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 +6 -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 -1
- data/.pre-commit-config.yaml +3 -12
- data/CHANGELOG.md +44 -0
- data/Gemfile +1 -0
- data/Makefile +1 -2
- data/README.md +13 -13
- data/datadog_api_client.gemspec +2 -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/pagerduty-integration/DeletePagerDutyIntegrationService.rb +2 -2
- data/examples/v1/service-level-objectives/GetSLOHistory.rb +1 -1
- data/examples/v1/service-level-objectives/SearchSLO.rb +1 -1
- data/examples/v1/synthetics/CreateSyntheticsBrowserTest_2932742688.rb +1 -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/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/audit/ListAuditLogs_1275402458.rb +8 -0
- data/examples/v2/audit/SearchAuditLogs_3215529662.rb +22 -0
- data/examples/v2/events/ListEvents.rb +8 -0
- data/examples/v2/events/ListEvents_1527584014.rb +13 -0
- data/examples/v2/events/ListEvents_2663715109.rb +14 -0
- data/examples/v2/events/SearchEvents.rb +23 -0
- data/examples/v2/events/SearchEvents_3856995058.rb +25 -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/ListIncidents_2665616954.rb +11 -0
- 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/logs/ListLogsGet_738202670.rb +8 -0
- data/examples/v2/logs/ListLogs_3138392594.rb +25 -0
- data/examples/v2/metrics/SubmitMetrics.rb +6 -0
- data/examples/v2/processes/ListProcesses_797840471.rb +8 -0
- data/examples/v2/rum/ListRUMEvents_2680821282.rb +8 -0
- data/examples/v2/rum/SearchRUMEvents_574690310.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_3960412991.rb +8 -0
- data/examples/v2/security-monitoring/SearchSecurityMonitoringSignals_1309350146.rb +20 -0
- data/examples/v2/security-monitoring/UpdateSecurityMonitoringRule.rb +1 -0
- data/examples/v2/usage-metering/GetEstimatedCostByOrg.rb +5 -2
- 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} +84 -31
- 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 +15 -71
- 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 +13 -61
- 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 +8 -32
- 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 +31 -99
- data/lib/datadog_api_client/v1/api/slack_integration_api.rb +11 -51
- data/lib/datadog_api_client/v1/api/snapshots_api.rb +3 -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 +171 -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 +1 -1
- data/lib/datadog_api_client/v1/models/distribution_widget_histogram_request_query.rb +1 -1
- 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 +7 -0
- 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 +14 -0
- data/lib/datadog_api_client/v1/models/monthly_usage_attribution_values.rb +21 -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/sunburst_widget_legend.rb +1 -1
- 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/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 +2 -0
- data/lib/datadog_api_client/v1/models/usage_attribution_supported_metrics.rb +2 -0
- data/lib/datadog_api_client/v1/models/usage_attribution_values.rb +22 -2
- 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 +13 -61
- 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 -112
- data/lib/datadog_api_client/v2/api/opsgenie_integration_api.rb +11 -51
- 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 +132 -68
- 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/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_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/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_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 +13 -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 +109 -22
- data/.dockerignore +0 -1
- data/.generator/src/generator/templates/api_error.j2 +0 -49
- data/examples/v2/usage-metering/GetEstimatedCostByOrg_1171921972.rb +0 -9
- data/examples/v2/usage-metering/GetEstimatedCostByOrg_627383212.rb +0 -9
- 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 -813
- data/lib/datadog_api_client/v2/api_error.rb +0 -60
- data/lib/datadog_api_client/v2/configuration.rb +0 -420
- data/lib/datadog_api_client/v2.rb +0 -555
- data/spec/v2/api_client_spec.rb +0 -210
- data/spec/v2/configuration_spec.rb +0 -45
@@ -3629,9 +3629,16 @@ components:
|
|
3629
3629
|
- appsec_usage
|
3630
3630
|
- browser_usage
|
3631
3631
|
- container_usage
|
3632
|
+
- cspm_containers_usage
|
3633
|
+
- cspm_hosts_usage
|
3632
3634
|
- custom_timeseries_usage
|
3635
|
+
- cws_containers_usage
|
3636
|
+
- cws_hosts_usage
|
3637
|
+
- dbm_hosts_usage
|
3638
|
+
- dbm_queries_usage
|
3633
3639
|
- estimated_indexed_logs_usage
|
3634
3640
|
- estimated_indexed_spans_usage
|
3641
|
+
- estimated_ingested_spans_usage
|
3635
3642
|
- fargate_usage
|
3636
3643
|
- functions_usage
|
3637
3644
|
- indexed_logs_usage
|
@@ -3648,9 +3655,16 @@ components:
|
|
3648
3655
|
- APPSEC_USAGE
|
3649
3656
|
- BROWSER_USAGE
|
3650
3657
|
- CONTAINER_USAGE
|
3658
|
+
- CSPM_CONTAINERS_USAGE
|
3659
|
+
- CSPM_HOSTS_USAGE
|
3651
3660
|
- CUSTOM_TIMESERIES_USAGE
|
3661
|
+
- CWS_CONTAINERS_USAGE
|
3662
|
+
- CWS_HOSTS_USAGE
|
3663
|
+
- DBM_HOSTS_USAGE
|
3664
|
+
- DBM_QUERIES_USAGE
|
3652
3665
|
- ESTIMATED_INDEXED_LOGS_USAGE
|
3653
3666
|
- ESTIMATED_INDEXED_SPANS_USAGE
|
3667
|
+
- ESTIMATED_INGESTED_SPANS_USAGE
|
3654
3668
|
- FARGATE_USAGE
|
3655
3669
|
- FUNCTIONS_USAGE
|
3656
3670
|
- INDEXED_LOGS_USAGE
|
@@ -6786,7 +6800,7 @@ components:
|
|
6786
6800
|
type: string
|
6787
6801
|
tag_config_source:
|
6788
6802
|
description: The source of the usage attribution tag configuration and the
|
6789
|
-
selected tags in the format `<source_org_name
|
6803
|
+
selected tags in the format `<source_org_name>:::<selected tag 1>///<selected
|
6790
6804
|
tag 2>///<selected tag 3>`.
|
6791
6805
|
type: string
|
6792
6806
|
tags:
|
@@ -6839,12 +6853,26 @@ components:
|
|
6839
6853
|
- browser_percentage
|
6840
6854
|
- container_usage
|
6841
6855
|
- container_percentage
|
6856
|
+
- cspm_containers_percentage
|
6857
|
+
- cspm_containers_usage
|
6858
|
+
- cspm_hosts_percentage
|
6859
|
+
- cspm_hosts_usage
|
6842
6860
|
- custom_timeseries_usage
|
6843
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
|
6844
6870
|
- estimated_indexed_logs_usage
|
6845
6871
|
- estimated_indexed_logs_percentage
|
6846
6872
|
- estimated_indexed_spans_usage
|
6847
6873
|
- estimated_indexed_spans_percentage
|
6874
|
+
- estimated_ingested_spans_usage
|
6875
|
+
- estimated_ingested_spans_percentage
|
6848
6876
|
- fargate_usage
|
6849
6877
|
- fargate_percentage
|
6850
6878
|
- functions_usage
|
@@ -6876,12 +6904,26 @@ components:
|
|
6876
6904
|
- BROWSER_PERCENTAGE
|
6877
6905
|
- CONTAINER_USAGE
|
6878
6906
|
- CONTAINER_PERCENTAGE
|
6907
|
+
- CSPM_CONTAINERS_PERCENTAGE
|
6908
|
+
- CSPM_CONTAINERS_USAGE
|
6909
|
+
- CSPM_HOSTS_PERCENTAGE
|
6910
|
+
- CSPM_HOSTS_USAGE
|
6879
6911
|
- CUSTOM_TIMESERIES_USAGE
|
6880
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
|
6881
6921
|
- ESTIMATED_INDEXED_LOGS_USAGE
|
6882
6922
|
- ESTIMATED_INDEXED_LOGS_PERCENTAGE
|
6883
6923
|
- ESTIMATED_INDEXED_SPANS_USAGE
|
6884
6924
|
- ESTIMATED_INDEXED_SPANS_PERCENTAGE
|
6925
|
+
- ESTIMATED_INGESTED_SPANS_USAGE
|
6926
|
+
- ESTIMATED_INGESTED_SPANS_PERCENTAGE
|
6885
6927
|
- FARGATE_USAGE
|
6886
6928
|
- FARGATE_PERCENTAGE
|
6887
6929
|
- FUNCTIONS_USAGE
|
@@ -6973,6 +7015,16 @@ components:
|
|
6973
7015
|
in private beta.
|
6974
7016
|
format: double
|
6975
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
|
6976
7028
|
fargate_percentage:
|
6977
7029
|
description: The percentage of Fargate usage by tags.
|
6978
7030
|
format: double
|
@@ -13207,7 +13259,9 @@ components:
|
|
13207
13259
|
type: object
|
13208
13260
|
TreeMapColorBy:
|
13209
13261
|
default: user
|
13210
|
-
|
13262
|
+
deprecated: true
|
13263
|
+
description: (deprecated) The attribute formerly used to determine color in
|
13264
|
+
the widget.
|
13211
13265
|
enum:
|
13212
13266
|
- user
|
13213
13267
|
example: user
|
@@ -13215,7 +13269,9 @@ components:
|
|
13215
13269
|
x-enum-varnames:
|
13216
13270
|
- USER
|
13217
13271
|
TreeMapGroupBy:
|
13218
|
-
|
13272
|
+
deprecated: true
|
13273
|
+
description: (deprecated) The attribute formerly used to group elements in the
|
13274
|
+
widget.
|
13219
13275
|
enum:
|
13220
13276
|
- user
|
13221
13277
|
- family
|
@@ -13227,7 +13283,9 @@ components:
|
|
13227
13283
|
- FAMILY
|
13228
13284
|
- PROCESS
|
13229
13285
|
TreeMapSizeBy:
|
13230
|
-
|
13286
|
+
deprecated: true
|
13287
|
+
description: (deprecated) The attribute formerly used to determine size in the
|
13288
|
+
widget.
|
13231
13289
|
enum:
|
13232
13290
|
- pct_cpu
|
13233
13291
|
- pct_mem
|
@@ -13237,20 +13295,26 @@ components:
|
|
13237
13295
|
- PCT_CPU
|
13238
13296
|
- PCT_MEM
|
13239
13297
|
TreeMapWidgetDefinition:
|
13240
|
-
description:
|
13241
|
-
|
13242
|
-
|
13243
|
-
process data on a single host dashboard \u2014 this may not be reused in other
|
13244
|
-
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.
|
13245
13301
|
properties:
|
13246
13302
|
color_by:
|
13247
13303
|
$ref: '#/components/schemas/TreeMapColorBy'
|
13304
|
+
custom_links:
|
13305
|
+
description: List of custom links.
|
13306
|
+
items:
|
13307
|
+
$ref: '#/components/schemas/WidgetCustomLink'
|
13308
|
+
type: array
|
13248
13309
|
group_by:
|
13249
13310
|
$ref: '#/components/schemas/TreeMapGroupBy'
|
13250
13311
|
requests:
|
13251
|
-
description: List of
|
13312
|
+
description: List of treemap widget requests.
|
13252
13313
|
example:
|
13253
|
-
-
|
13314
|
+
- aggregator: sum
|
13315
|
+
data_source: metrics
|
13316
|
+
name: query1
|
13317
|
+
query: sum:system.mem.total{*} by {service}
|
13254
13318
|
items:
|
13255
13319
|
$ref: '#/components/schemas/TreeMapWidgetRequest'
|
13256
13320
|
maxItems: 1
|
@@ -13258,6 +13322,8 @@ components:
|
|
13258
13322
|
type: array
|
13259
13323
|
size_by:
|
13260
13324
|
$ref: '#/components/schemas/TreeMapSizeBy'
|
13325
|
+
time:
|
13326
|
+
$ref: '#/components/schemas/WidgetTime'
|
13261
13327
|
title:
|
13262
13328
|
description: Title of your widget.
|
13263
13329
|
type: string
|
@@ -13359,8 +13425,8 @@ components:
|
|
13359
13425
|
type: string
|
13360
13426
|
tag_config_source:
|
13361
13427
|
description: The source of the usage attribution tag configuration and the
|
13362
|
-
selected tags in the format `<source_org_name
|
13363
|
-
tag 2
|
13428
|
+
selected tags in the format `<source_org_name>:::<selected tag 1>///<selected
|
13429
|
+
tag 2>///<selected tag 3>`.
|
13364
13430
|
type: string
|
13365
13431
|
tags:
|
13366
13432
|
$ref: '#/components/schemas/UsageAttributionTagNames'
|
@@ -13452,6 +13518,8 @@ components:
|
|
13452
13518
|
- estimated_indexed_logs_percentage
|
13453
13519
|
- estimated_indexed_spans_usage
|
13454
13520
|
- estimated_indexed_spans_percentage
|
13521
|
+
- estimated_ingested_spans_usage
|
13522
|
+
- estimated_ingested_spans_percentage
|
13455
13523
|
type: string
|
13456
13524
|
x-enum-varnames:
|
13457
13525
|
- API_PERCENTAGE
|
@@ -13480,6 +13548,8 @@ components:
|
|
13480
13548
|
- ESTIMATED_INDEXED_LOGS_PERCENTAGE
|
13481
13549
|
- ESTIMATED_INDEXED_SPANS_USAGE
|
13482
13550
|
- ESTIMATED_INDEXED_SPANS_PERCENTAGE
|
13551
|
+
- ESTIMATED_INGESTED_SPANS_USAGE
|
13552
|
+
- ESTIMATED_INGESTED_SPANS_PERCENTAGE
|
13483
13553
|
UsageAttributionSupportedMetrics:
|
13484
13554
|
description: Supported fields for usage attribution requests (valid requests
|
13485
13555
|
contain one or more metrics, or `*` for all).
|
@@ -13520,6 +13590,8 @@ components:
|
|
13520
13590
|
- appsec_percentage
|
13521
13591
|
- estimated_indexed_spans_usage
|
13522
13592
|
- estimated_indexed_spans_percentage
|
13593
|
+
- estimated_ingested_spans_usage
|
13594
|
+
- estimated_ingested_spans_percentage
|
13523
13595
|
- '*'
|
13524
13596
|
type: string
|
13525
13597
|
x-enum-varnames:
|
@@ -13559,16 +13631,36 @@ components:
|
|
13559
13631
|
- APPSEC_PERCENTAGE
|
13560
13632
|
- ESTIMATED_INDEXED_SPANS_USAGE
|
13561
13633
|
- ESTIMATED_INDEXED_SPANS_PERCENTAGE
|
13634
|
+
- ESTIMATED_INGESTED_SPANS_USAGE
|
13635
|
+
- ESTIMATED_INGESTED_SPANS_PERCENTAGE
|
13562
13636
|
- ALL
|
13563
13637
|
UsageAttributionTagNames:
|
13564
13638
|
additionalProperties:
|
13565
|
-
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.'
|
13566
13650
|
items:
|
13567
13651
|
description: A given tag in a list.
|
13568
13652
|
example: datadog-integrations-lab
|
13569
13653
|
type: string
|
13570
13654
|
type: array
|
13571
|
-
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.'
|
13572
13664
|
type: object
|
13573
13665
|
UsageAttributionValues:
|
13574
13666
|
description: Fields in Usage Summary by tag(s).
|
@@ -13592,6 +13684,8 @@ components:
|
|
13592
13684
|
appsec_percentage:
|
13593
13685
|
description: The percentage of Application Security Monitoring host usage
|
13594
13686
|
by tag(s).
|
13687
|
+
format: double
|
13688
|
+
type: number
|
13595
13689
|
appsec_usage:
|
13596
13690
|
description: The Application Security Monitoring host usage by tag(s).
|
13597
13691
|
format: double
|
@@ -13692,6 +13786,16 @@ components:
|
|
13692
13786
|
is in private beta.
|
13693
13787
|
format: double
|
13694
13788
|
type: number
|
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.
|
13792
|
+
format: double
|
13793
|
+
type: number
|
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
|
13695
13799
|
infra_host_percentage:
|
13696
13800
|
description: The percentage of infrastructure host usage by tag(s).
|
13697
13801
|
format: double
|
@@ -17214,15 +17318,15 @@ components:
|
|
17214
17318
|
downtimes.
|
17215
17319
|
monitors_read: View monitors.
|
17216
17320
|
monitors_write: Edit, mute, and delete individual monitors.
|
17217
|
-
synthetics_global_variable_read: View, search, and use
|
17218
|
-
|
17321
|
+
synthetics_global_variable_read: View, search, and use Synthetics global
|
17322
|
+
variables.
|
17219
17323
|
synthetics_global_variable_write: Create, edit, and delete global variables
|
17220
17324
|
for Synthetics.
|
17221
|
-
synthetics_private_location_read: View, search, and use
|
17222
|
-
|
17325
|
+
synthetics_private_location_read: View, search, and use Synthetics private
|
17326
|
+
locations.
|
17223
17327
|
synthetics_private_location_write: Create and delete private locations
|
17224
|
-
|
17225
|
-
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.
|
17226
17330
|
synthetics_write: Create, edit, and delete Synthetic tests.
|
17227
17331
|
timeseries_query: Query Timeseries data.
|
17228
17332
|
usage_read: View your organization's usage and usage attribution.
|
@@ -17835,7 +17939,7 @@ paths:
|
|
17835
17939
|
summary: Get the list of available daily custom reports
|
17836
17940
|
tags:
|
17837
17941
|
- Usage Metering
|
17838
|
-
x-menu-order:
|
17942
|
+
x-menu-order: 40
|
17839
17943
|
x-undo:
|
17840
17944
|
type: safe
|
17841
17945
|
x-unstable: '**Note**: This endpoint is in public beta.
|
@@ -17886,7 +17990,7 @@ paths:
|
|
17886
17990
|
summary: Get specified daily custom reports
|
17887
17991
|
tags:
|
17888
17992
|
- Usage Metering
|
17889
|
-
x-menu-order:
|
17993
|
+
x-menu-order: 41
|
17890
17994
|
x-undo:
|
17891
17995
|
type: safe
|
17892
17996
|
x-unstable: '**Note**: This endpoint is in public beta.
|
@@ -18954,7 +19058,7 @@ paths:
|
|
18954
19058
|
appKeyAuth: []
|
18955
19059
|
- AuthZ:
|
18956
19060
|
- events_read
|
18957
|
-
summary:
|
19061
|
+
summary: Get a list of events
|
18958
19062
|
tags:
|
18959
19063
|
- Events
|
18960
19064
|
x-menu-order: 1
|
@@ -20515,8 +20619,8 @@ paths:
|
|
20515
20619
|
schema:
|
20516
20620
|
type: string
|
20517
20621
|
responses:
|
20518
|
-
'
|
20519
|
-
description:
|
20622
|
+
'204':
|
20623
|
+
description: No Content
|
20520
20624
|
'403':
|
20521
20625
|
content:
|
20522
20626
|
application/json:
|
@@ -23091,7 +23195,7 @@ paths:
|
|
23091
23195
|
summary: Get the list of available monthly custom reports
|
23092
23196
|
tags:
|
23093
23197
|
- Usage Metering
|
23094
|
-
x-menu-order:
|
23198
|
+
x-menu-order: 42
|
23095
23199
|
x-undo:
|
23096
23200
|
type: safe
|
23097
23201
|
x-unstable: '**Note**: This endpoint is in public beta.
|
@@ -23148,7 +23252,7 @@ paths:
|
|
23148
23252
|
summary: Get specified monthly custom reports
|
23149
23253
|
tags:
|
23150
23254
|
- Usage Metering
|
23151
|
-
x-menu-order:
|
23255
|
+
x-menu-order: 43
|
23152
23256
|
x-undo:
|
23153
23257
|
type: safe
|
23154
23258
|
x-unstable: '**Note**: This endpoint is in public beta.
|
@@ -23949,11 +24053,6 @@ paths:
|
|
23949
24053
|
description: Not Found
|
23950
24054
|
'429':
|
23951
24055
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
23952
|
-
security:
|
23953
|
-
- AuthZ:
|
23954
|
-
- security_monitoring_signals_write
|
23955
|
-
apiKeyAuth: []
|
23956
|
-
appKeyAuth: []
|
23957
24056
|
summary: Add a security signal to an incident
|
23958
24057
|
tags:
|
23959
24058
|
- Security Monitoring
|
@@ -26619,7 +26718,10 @@ paths:
|
|
26619
26718
|
type: idempotent
|
26620
26719
|
/api/v1/usage/analyzed_logs:
|
26621
26720
|
get:
|
26622
|
-
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)'
|
26623
26725
|
operationId: GetUsageAnalyzedLogs
|
26624
26726
|
parameters:
|
26625
26727
|
- description: 'Datetime in ISO-8601 format, UTC, precise to hour: `[YYYY-MM-DDThh]`
|
@@ -26673,7 +26775,7 @@ paths:
|
|
26673
26775
|
summary: Get hourly usage for analyzed logs
|
26674
26776
|
tags:
|
26675
26777
|
- Usage Metering
|
26676
|
-
x-menu-order:
|
26778
|
+
x-menu-order: 22
|
26677
26779
|
x-undo:
|
26678
26780
|
type: safe
|
26679
26781
|
/api/v1/usage/attribution:
|
@@ -26765,7 +26867,7 @@ paths:
|
|
26765
26867
|
summary: Get usage attribution
|
26766
26868
|
tags:
|
26767
26869
|
- Usage Metering
|
26768
|
-
x-menu-order:
|
26870
|
+
x-menu-order: 39
|
26769
26871
|
x-undo:
|
26770
26872
|
type: safe
|
26771
26873
|
x-unstable: '**Note**: This endpoint is in public beta.
|
@@ -26773,7 +26875,10 @@ paths:
|
|
26773
26875
|
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).'
|
26774
26876
|
/api/v1/usage/audit_logs:
|
26775
26877
|
get:
|
26776
|
-
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)'
|
26777
26882
|
operationId: GetUsageAuditLogs
|
26778
26883
|
parameters:
|
26779
26884
|
- description: 'Datetime in ISO-8601 format, UTC, precise to hour: `[YYYY-MM-DDThh]`
|
@@ -26827,12 +26932,15 @@ paths:
|
|
26827
26932
|
summary: Get hourly usage for audit logs
|
26828
26933
|
tags:
|
26829
26934
|
- Usage Metering
|
26830
|
-
x-menu-order:
|
26935
|
+
x-menu-order: 28
|
26831
26936
|
x-undo:
|
26832
26937
|
type: safe
|
26833
26938
|
/api/v1/usage/aws_lambda:
|
26834
26939
|
get:
|
26835
|
-
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)'
|
26836
26944
|
operationId: GetUsageLambda
|
26837
26945
|
parameters:
|
26838
26946
|
- description: 'Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh]
|
@@ -26881,10 +26989,10 @@ paths:
|
|
26881
26989
|
appKeyAuth: []
|
26882
26990
|
- AuthZ:
|
26883
26991
|
- usage_read
|
26884
|
-
summary: Get hourly usage for
|
26992
|
+
summary: Get hourly usage for lambda
|
26885
26993
|
tags:
|
26886
26994
|
- Usage Metering
|
26887
|
-
x-menu-order:
|
26995
|
+
x-menu-order: 18
|
26888
26996
|
x-undo:
|
26889
26997
|
type: safe
|
26890
26998
|
/api/v1/usage/billable-summary:
|
@@ -26933,12 +27041,15 @@ paths:
|
|
26933
27041
|
summary: Get billable usage across your account
|
26934
27042
|
tags:
|
26935
27043
|
- Usage Metering
|
26936
|
-
x-menu-order:
|
27044
|
+
x-menu-order: 5
|
26937
27045
|
x-undo:
|
26938
27046
|
type: safe
|
26939
27047
|
/api/v1/usage/ci-app:
|
26940
27048
|
get:
|
26941
|
-
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)'
|
26942
27053
|
operationId: GetUsageCIApp
|
26943
27054
|
parameters:
|
26944
27055
|
- description: 'Datetime in ISO-8601 format, UTC, precise to hour: `[YYYY-MM-DDThh]`
|
@@ -26989,15 +27100,18 @@ paths:
|
|
26989
27100
|
appKeyAuth: []
|
26990
27101
|
- AuthZ:
|
26991
27102
|
- usage_read
|
26992
|
-
summary: Get hourly usage for CI
|
27103
|
+
summary: Get hourly usage for CI visibility
|
26993
27104
|
tags:
|
26994
27105
|
- Usage Metering
|
26995
|
-
x-menu-order:
|
27106
|
+
x-menu-order: 34
|
26996
27107
|
x-undo:
|
26997
27108
|
type: safe
|
26998
27109
|
/api/v1/usage/cspm:
|
26999
27110
|
get:
|
27000
|
-
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)'
|
27001
27115
|
operationId: GetUsageCloudSecurityPostureManagement
|
27002
27116
|
parameters:
|
27003
27117
|
- description: 'Datetime in ISO-8601 format, UTC, precise to hour: `[YYYY-MM-DDThh]`
|
@@ -27051,12 +27165,15 @@ paths:
|
|
27051
27165
|
summary: Get hourly usage for CSPM
|
27052
27166
|
tags:
|
27053
27167
|
- Usage Metering
|
27054
|
-
x-menu-order:
|
27168
|
+
x-menu-order: 27
|
27055
27169
|
x-undo:
|
27056
27170
|
type: safe
|
27057
27171
|
/api/v1/usage/cws:
|
27058
27172
|
get:
|
27059
|
-
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)'
|
27060
27177
|
operationId: GetUsageCWS
|
27061
27178
|
parameters:
|
27062
27179
|
- description: 'Datetime in ISO-8601 format, UTC, precise to hour: `[YYYY-MM-DDThh]`
|
@@ -27107,15 +27224,18 @@ paths:
|
|
27107
27224
|
appKeyAuth: []
|
27108
27225
|
- AuthZ:
|
27109
27226
|
- usage_read
|
27110
|
-
summary: Get hourly usage for
|
27227
|
+
summary: Get hourly usage for cloud workload security
|
27111
27228
|
tags:
|
27112
27229
|
- Usage Metering
|
27113
|
-
x-menu-order:
|
27230
|
+
x-menu-order: 29
|
27114
27231
|
x-undo:
|
27115
27232
|
type: safe
|
27116
27233
|
/api/v1/usage/dbm:
|
27117
27234
|
get:
|
27118
|
-
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)'
|
27119
27239
|
operationId: GetUsageDBM
|
27120
27240
|
parameters:
|
27121
27241
|
- description: 'Datetime in ISO-8601 format, UTC, precise to hour: `[YYYY-MM-DDThh]`
|
@@ -27166,15 +27286,18 @@ paths:
|
|
27166
27286
|
appKeyAuth: []
|
27167
27287
|
- AuthZ:
|
27168
27288
|
- usage_read
|
27169
|
-
summary: Get hourly usage for
|
27289
|
+
summary: Get hourly usage for database monitoring
|
27170
27290
|
tags:
|
27171
27291
|
- Usage Metering
|
27172
|
-
x-menu-order:
|
27292
|
+
x-menu-order: 30
|
27173
27293
|
x-undo:
|
27174
27294
|
type: safe
|
27175
27295
|
/api/v1/usage/fargate:
|
27176
27296
|
get:
|
27177
|
-
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)'
|
27178
27301
|
operationId: GetUsageFargate
|
27179
27302
|
parameters:
|
27180
27303
|
- description: 'Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh]
|
@@ -27226,12 +27349,15 @@ paths:
|
|
27226
27349
|
summary: Get hourly usage for Fargate
|
27227
27350
|
tags:
|
27228
27351
|
- Usage Metering
|
27229
|
-
x-menu-order:
|
27352
|
+
x-menu-order: 17
|
27230
27353
|
x-undo:
|
27231
27354
|
type: safe
|
27232
27355
|
/api/v1/usage/hosts:
|
27233
27356
|
get:
|
27234
|
-
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)'
|
27235
27361
|
operationId: GetUsageHosts
|
27236
27362
|
parameters:
|
27237
27363
|
- description: 'Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh]
|
@@ -27283,7 +27409,7 @@ paths:
|
|
27283
27409
|
summary: Get hourly usage for hosts and containers
|
27284
27410
|
tags:
|
27285
27411
|
- Usage Metering
|
27286
|
-
x-menu-order:
|
27412
|
+
x-menu-order: 10
|
27287
27413
|
x-undo:
|
27288
27414
|
type: safe
|
27289
27415
|
/api/v1/usage/hourly-attribution:
|
@@ -27373,15 +27499,15 @@ paths:
|
|
27373
27499
|
summary: Get hourly usage attribution
|
27374
27500
|
tags:
|
27375
27501
|
- Usage Metering
|
27376
|
-
x-menu-order:
|
27502
|
+
x-menu-order: 2
|
27377
27503
|
x-undo:
|
27378
27504
|
type: safe
|
27379
|
-
x-unstable: '**Note**: This endpoint is in public beta.
|
27380
|
-
|
27381
|
-
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).'
|
27382
27505
|
/api/v1/usage/incident-management:
|
27383
27506
|
get:
|
27384
|
-
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)'
|
27385
27511
|
operationId: GetIncidentManagement
|
27386
27512
|
parameters:
|
27387
27513
|
- description: 'Datetime in ISO-8601 format, UTC, precise to hour: `[YYYY-MM-DDThh]`
|
@@ -27435,12 +27561,15 @@ paths:
|
|
27435
27561
|
summary: Get hourly usage for incident management
|
27436
27562
|
tags:
|
27437
27563
|
- Usage Metering
|
27438
|
-
x-menu-order:
|
27564
|
+
x-menu-order: 25
|
27439
27565
|
x-undo:
|
27440
27566
|
type: safe
|
27441
27567
|
/api/v1/usage/indexed-spans:
|
27442
27568
|
get:
|
27443
|
-
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)'
|
27444
27573
|
operationId: GetUsageIndexedSpans
|
27445
27574
|
parameters:
|
27446
27575
|
- description: 'Datetime in ISO-8601 format, UTC, precise to hour: `[YYYY-MM-DDThh]`
|
@@ -27492,12 +27621,15 @@ paths:
|
|
27492
27621
|
summary: Get hourly usage for indexed spans
|
27493
27622
|
tags:
|
27494
27623
|
- Usage Metering
|
27495
|
-
x-menu-order:
|
27624
|
+
x-menu-order: 13
|
27496
27625
|
x-undo:
|
27497
27626
|
type: safe
|
27498
27627
|
/api/v1/usage/ingested-spans:
|
27499
27628
|
get:
|
27500
|
-
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)'
|
27501
27633
|
operationId: GetIngestedSpans
|
27502
27634
|
parameters:
|
27503
27635
|
- description: 'Datetime in ISO-8601 format, UTC, precise to hour: `[YYYY-MM-DDThh]`
|
@@ -27551,12 +27683,15 @@ paths:
|
|
27551
27683
|
summary: Get hourly usage for ingested spans
|
27552
27684
|
tags:
|
27553
27685
|
- Usage Metering
|
27554
|
-
x-menu-order:
|
27686
|
+
x-menu-order: 24
|
27555
27687
|
x-undo:
|
27556
27688
|
type: safe
|
27557
27689
|
/api/v1/usage/iot:
|
27558
27690
|
get:
|
27559
|
-
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)'
|
27560
27695
|
operationId: GetUsageInternetOfThings
|
27561
27696
|
parameters:
|
27562
27697
|
- description: 'Datetime in ISO-8601 format, UTC, precise to hour: `[YYYY-MM-DDThh]`
|
@@ -27610,12 +27745,15 @@ paths:
|
|
27610
27745
|
summary: Get hourly usage for IoT
|
27611
27746
|
tags:
|
27612
27747
|
- Usage Metering
|
27613
|
-
x-menu-order:
|
27748
|
+
x-menu-order: 26
|
27614
27749
|
x-undo:
|
27615
27750
|
type: safe
|
27616
27751
|
/api/v1/usage/logs:
|
27617
27752
|
get:
|
27618
|
-
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)'
|
27619
27757
|
operationId: GetUsageLogs
|
27620
27758
|
parameters:
|
27621
27759
|
- description: 'Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh]
|
@@ -27664,15 +27802,18 @@ paths:
|
|
27664
27802
|
appKeyAuth: []
|
27665
27803
|
- AuthZ:
|
27666
27804
|
- usage_read
|
27667
|
-
summary: Get hourly usage for
|
27805
|
+
summary: Get hourly usage for logs
|
27668
27806
|
tags:
|
27669
27807
|
- Usage Metering
|
27670
|
-
x-menu-order:
|
27808
|
+
x-menu-order: 11
|
27671
27809
|
x-undo:
|
27672
27810
|
type: safe
|
27673
27811
|
/api/v1/usage/logs-by-retention:
|
27674
27812
|
get:
|
27675
|
-
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)'
|
27676
27817
|
operationId: GetUsageLogsByRetention
|
27677
27818
|
parameters:
|
27678
27819
|
- description: 'Datetime in ISO-8601 format, UTC, precise to hour: `[YYYY-MM-DDThh]`
|
@@ -27726,6 +27867,7 @@ paths:
|
|
27726
27867
|
summary: Get hourly logs usage by retention
|
27727
27868
|
tags:
|
27728
27869
|
- Usage Metering
|
27870
|
+
x-menu-order: 9
|
27729
27871
|
x-undo:
|
27730
27872
|
type: safe
|
27731
27873
|
/api/v1/usage/logs_by_index:
|
@@ -27787,10 +27929,10 @@ paths:
|
|
27787
27929
|
appKeyAuth: []
|
27788
27930
|
- AuthZ:
|
27789
27931
|
- usage_read
|
27790
|
-
summary: Get hourly usage for
|
27932
|
+
summary: Get hourly usage for logs by index
|
27791
27933
|
tags:
|
27792
27934
|
- Usage Metering
|
27793
|
-
x-menu-order:
|
27935
|
+
x-menu-order: 8
|
27794
27936
|
x-undo:
|
27795
27937
|
type: safe
|
27796
27938
|
/api/v1/usage/monthly-attribution:
|
@@ -27901,15 +28043,15 @@ paths:
|
|
27901
28043
|
- name: fields
|
27902
28044
|
value: '"infra_host_usage"'
|
27903
28045
|
step: there is a valid "monthly_usage_attribution" response
|
27904
|
-
x-menu-order:
|
28046
|
+
x-menu-order: 3
|
27905
28047
|
x-undo:
|
27906
28048
|
type: safe
|
27907
|
-
x-unstable: '**Note**: This endpoint is in public beta.
|
27908
|
-
|
27909
|
-
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).'
|
27910
28049
|
/api/v1/usage/network_flows:
|
27911
28050
|
get:
|
27912
|
-
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)'
|
27913
28055
|
operationId: GetUsageNetworkFlows
|
27914
28056
|
parameters:
|
27915
28057
|
- description: 'Datetime in ISO-8601 format, UTC, precise to hour: `[YYYY-MM-DDThh]`
|
@@ -27960,15 +28102,18 @@ paths:
|
|
27960
28102
|
appKeyAuth: []
|
27961
28103
|
- AuthZ:
|
27962
28104
|
- usage_read
|
27963
|
-
summary:
|
28105
|
+
summary: get hourly usage for network flows
|
27964
28106
|
tags:
|
27965
28107
|
- Usage Metering
|
27966
|
-
x-menu-order:
|
28108
|
+
x-menu-order: 21
|
27967
28109
|
x-undo:
|
27968
28110
|
type: safe
|
27969
28111
|
/api/v1/usage/network_hosts:
|
27970
28112
|
get:
|
27971
|
-
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)'
|
27972
28117
|
operationId: GetUsageNetworkHosts
|
27973
28118
|
parameters:
|
27974
28119
|
- description: 'Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh]
|
@@ -28017,15 +28162,18 @@ paths:
|
|
28017
28162
|
appKeyAuth: []
|
28018
28163
|
- AuthZ:
|
28019
28164
|
- usage_read
|
28020
|
-
summary: Get hourly usage for
|
28165
|
+
summary: Get hourly usage for network hosts
|
28021
28166
|
tags:
|
28022
28167
|
- Usage Metering
|
28023
|
-
x-menu-order:
|
28168
|
+
x-menu-order: 20
|
28024
28169
|
x-undo:
|
28025
28170
|
type: safe
|
28026
28171
|
/api/v1/usage/online-archive:
|
28027
28172
|
get:
|
28028
|
-
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)'
|
28029
28177
|
operationId: GetUsageOnlineArchive
|
28030
28178
|
parameters:
|
28031
28179
|
- description: 'Datetime in ISO-8601 format, UTC, precise to hour: `[YYYY-MM-DDThh]`
|
@@ -28076,15 +28224,18 @@ paths:
|
|
28076
28224
|
appKeyAuth: []
|
28077
28225
|
- AuthZ:
|
28078
28226
|
- usage_read
|
28079
|
-
summary: Get hourly usage for
|
28227
|
+
summary: Get hourly usage for online archive
|
28080
28228
|
tags:
|
28081
28229
|
- Usage Metering
|
28082
|
-
x-menu-order:
|
28230
|
+
x-menu-order: 35
|
28083
28231
|
x-undo:
|
28084
28232
|
type: safe
|
28085
28233
|
/api/v1/usage/profiling:
|
28086
28234
|
get:
|
28087
|
-
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)'
|
28088
28239
|
operationId: GetUsageProfiling
|
28089
28240
|
parameters:
|
28090
28241
|
- description: 'Datetime in ISO-8601 format, UTC, precise to hour: `[YYYY-MM-DDThh]`
|
@@ -28138,13 +28289,16 @@ paths:
|
|
28138
28289
|
summary: Get hourly usage for profiled hosts
|
28139
28290
|
tags:
|
28140
28291
|
- Usage Metering
|
28141
|
-
x-menu-order:
|
28292
|
+
x-menu-order: 33
|
28142
28293
|
x-undo:
|
28143
28294
|
type: safe
|
28144
28295
|
/api/v1/usage/rum:
|
28145
28296
|
get:
|
28146
|
-
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/)
|
28147
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)'
|
28148
28302
|
operationId: GetUsageRumUnits
|
28149
28303
|
parameters:
|
28150
28304
|
- description: 'Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh]
|
@@ -28193,16 +28347,19 @@ paths:
|
|
28193
28347
|
appKeyAuth: []
|
28194
28348
|
- AuthZ:
|
28195
28349
|
- usage_read
|
28196
|
-
summary: Get hourly usage for RUM
|
28350
|
+
summary: Get hourly usage for RUM units
|
28197
28351
|
tags:
|
28198
28352
|
- Usage Metering
|
28199
|
-
x-menu-order:
|
28353
|
+
x-menu-order: 32
|
28200
28354
|
x-undo:
|
28201
28355
|
type: safe
|
28202
28356
|
/api/v1/usage/rum_sessions:
|
28203
28357
|
get:
|
28204
|
-
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/)
|
28205
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)'
|
28206
28363
|
operationId: GetUsageRumSessions
|
28207
28364
|
parameters:
|
28208
28365
|
- description: 'Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh]
|
@@ -28257,15 +28414,18 @@ paths:
|
|
28257
28414
|
appKeyAuth: []
|
28258
28415
|
- AuthZ:
|
28259
28416
|
- usage_read
|
28260
|
-
summary: Get hourly usage for RUM
|
28417
|
+
summary: Get hourly usage for RUM sessions
|
28261
28418
|
tags:
|
28262
28419
|
- Usage Metering
|
28263
|
-
x-menu-order:
|
28420
|
+
x-menu-order: 19
|
28264
28421
|
x-undo:
|
28265
28422
|
type: safe
|
28266
28423
|
/api/v1/usage/sds:
|
28267
28424
|
get:
|
28268
|
-
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)'
|
28269
28429
|
operationId: GetUsageSDS
|
28270
28430
|
parameters:
|
28271
28431
|
- description: 'Datetime in ISO-8601 format, UTC, precise to hour: `[YYYY-MM-DDThh]`
|
@@ -28316,15 +28476,18 @@ paths:
|
|
28316
28476
|
appKeyAuth: []
|
28317
28477
|
- AuthZ:
|
28318
28478
|
- usage_read
|
28319
|
-
summary: Get hourly usage for
|
28479
|
+
summary: Get hourly usage for sensitive data scanner
|
28320
28480
|
tags:
|
28321
28481
|
- Usage Metering
|
28322
|
-
x-menu-order:
|
28482
|
+
x-menu-order: 31
|
28323
28483
|
x-undo:
|
28324
28484
|
type: safe
|
28325
28485
|
/api/v1/usage/snmp:
|
28326
28486
|
get:
|
28327
|
-
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)'
|
28328
28491
|
operationId: GetUsageSNMP
|
28329
28492
|
parameters:
|
28330
28493
|
- description: 'Datetime in ISO-8601 format, UTC, precise to hour: `[YYYY-MM-DDThh]`
|
@@ -28378,7 +28541,7 @@ paths:
|
|
28378
28541
|
summary: Get hourly usage for SNMP devices
|
28379
28542
|
tags:
|
28380
28543
|
- Usage Metering
|
28381
|
-
x-menu-order:
|
28544
|
+
x-menu-order: 23
|
28382
28545
|
x-undo:
|
28383
28546
|
type: safe
|
28384
28547
|
/api/v1/usage/summary:
|
@@ -28444,13 +28607,16 @@ paths:
|
|
28444
28607
|
summary: Get usage across your multi-org account
|
28445
28608
|
tags:
|
28446
28609
|
- Usage Metering
|
28447
|
-
x-menu-order:
|
28610
|
+
x-menu-order: 7
|
28448
28611
|
x-undo:
|
28449
28612
|
type: safe
|
28450
28613
|
/api/v1/usage/synthetics:
|
28451
28614
|
get:
|
28452
28615
|
deprecated: true
|
28453
|
-
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)'
|
28454
28620
|
operationId: GetUsageSynthetics
|
28455
28621
|
parameters:
|
28456
28622
|
- description: 'Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh]
|
@@ -28499,15 +28665,18 @@ paths:
|
|
28499
28665
|
appKeyAuth: []
|
28500
28666
|
- AuthZ:
|
28501
28667
|
- usage_read
|
28502
|
-
summary: Get hourly usage for
|
28668
|
+
summary: Get hourly usage for synthetics checks
|
28503
28669
|
tags:
|
28504
28670
|
- Usage Metering
|
28505
|
-
x-menu-order:
|
28671
|
+
x-menu-order: 14
|
28506
28672
|
x-undo:
|
28507
28673
|
type: safe
|
28508
28674
|
/api/v1/usage/synthetics_api:
|
28509
28675
|
get:
|
28510
|
-
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)'
|
28511
28680
|
operationId: GetUsageSyntheticsAPI
|
28512
28681
|
parameters:
|
28513
28682
|
- description: 'Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh]
|
@@ -28556,15 +28725,18 @@ paths:
|
|
28556
28725
|
appKeyAuth: []
|
28557
28726
|
- AuthZ:
|
28558
28727
|
- usage_read
|
28559
|
-
summary: Get hourly usage for
|
28728
|
+
summary: Get hourly usage for synthetics API checks
|
28560
28729
|
tags:
|
28561
28730
|
- Usage Metering
|
28562
|
-
x-menu-order:
|
28731
|
+
x-menu-order: 15
|
28563
28732
|
x-undo:
|
28564
28733
|
type: safe
|
28565
28734
|
/api/v1/usage/synthetics_browser:
|
28566
28735
|
get:
|
28567
|
-
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)'
|
28568
28740
|
operationId: GetUsageSyntheticsBrowser
|
28569
28741
|
parameters:
|
28570
28742
|
- description: 'Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh]
|
@@ -28613,15 +28785,18 @@ paths:
|
|
28613
28785
|
appKeyAuth: []
|
28614
28786
|
- AuthZ:
|
28615
28787
|
- usage_read
|
28616
|
-
summary: Get hourly usage for
|
28788
|
+
summary: Get hourly usage for synthetics browser checks
|
28617
28789
|
tags:
|
28618
28790
|
- Usage Metering
|
28619
|
-
x-menu-order:
|
28791
|
+
x-menu-order: 16
|
28620
28792
|
x-undo:
|
28621
28793
|
type: safe
|
28622
28794
|
/api/v1/usage/timeseries:
|
28623
28795
|
get:
|
28624
|
-
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)'
|
28625
28800
|
operationId: GetUsageTimeseries
|
28626
28801
|
parameters:
|
28627
28802
|
- description: 'Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh]
|
@@ -28673,7 +28848,7 @@ paths:
|
|
28673
28848
|
summary: Get hourly usage for custom metrics
|
28674
28849
|
tags:
|
28675
28850
|
- Usage Metering
|
28676
|
-
x-menu-order:
|
28851
|
+
x-menu-order: 12
|
28677
28852
|
x-undo:
|
28678
28853
|
type: safe
|
28679
28854
|
/api/v1/usage/top_avg_metrics:
|
@@ -28759,7 +28934,7 @@ paths:
|
|
28759
28934
|
summary: Get all custom metrics by hourly average
|
28760
28935
|
tags:
|
28761
28936
|
- Usage Metering
|
28762
|
-
x-menu-order:
|
28937
|
+
x-menu-order: 6
|
28763
28938
|
x-undo:
|
28764
28939
|
type: safe
|
28765
28940
|
/api/v1/user:
|
@@ -29281,9 +29456,11 @@ tags:
|
|
29281
29456
|
event stream
|
29282
29457
|
|
29283
29458
|
and fetch events from the event stream. Events are limited to 4000 characters.
|
29284
|
-
If an event is sent out with a message
|
29285
29459
|
|
29286
|
-
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.'
|
29287
29464
|
name: Events
|
29288
29465
|
- description: 'Configure your Datadog-Google Cloud Platform (GCP) integration directly
|
29289
29466
|
|