datadog_api_client 2.9.0 → 2.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.apigentools-info +4 -4
- data/.generator/conftest.py +5 -24
- data/.generator/poetry.lock +164 -189
- data/.generator/schemas/v1/openapi.yaml +901 -30
- data/.generator/schemas/v2/openapi.yaml +3810 -1428
- data/.generator/src/generator/formatter.py +1 -1
- data/.generator/src/generator/openapi.py +2 -1
- data/.generator/src/generator/templates/api_client.j2 +2 -2
- data/.generator/src/generator/templates/example.j2 +1 -1
- data/.generator/src/generator/templates/model_oneof.j2 +1 -1
- data/.github/workflows/test.yml +1 -1
- data/.github/workflows/test_integration.yml +3 -3
- data/CHANGELOG.md +36 -0
- data/README.md +1 -1
- data/examples/v1/dashboard-lists/CreateDashboardList.rb +1 -1
- data/examples/v1/dashboard-lists/UpdateDashboardList.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_1024858348.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_1039800684.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_109450134.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_1094917386.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_1177423752.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_1200099236.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_1213075383.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_1307120899.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_1423904722.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_1442588603.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_145494973.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_173805046.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_1738608750.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_2029850837.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_2034634967.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_2064651578.rb +64 -0
- data/examples/v1/dashboards/CreateDashboard_2104498738.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_2308247857.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_2316374332.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_2336428357.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_2338918735.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_2342457693.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_2349863258.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_2432046716.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_2490110261.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_252716965.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_2607944105.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_2610827685.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_2634813877.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_2644712913.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_2652180930.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_2705593938.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_2800096921.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_2843286292.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_2917274132.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_2921337351.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_3117424216.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_3195475781.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_3250131584.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_3669695268.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_3882428227.rb +2 -2
- data/examples/v1/dashboards/CreateDashboard_3982498788.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_4026341408.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_4076476470.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_41622531.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_417992286.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_578885732.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_651038379.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_765140092.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_798168180.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_803346562.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_913313564.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_915214113.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_927141680.rb +1 -1
- data/examples/v1/dashboards/CreatePublicDashboard.rb +17 -0
- data/examples/v1/dashboards/DeletePublicDashboard.rb +5 -0
- data/examples/v1/dashboards/DeletePublicDashboardInvitation.rb +16 -0
- data/examples/v1/dashboards/GetPublicDashboard.rb +8 -0
- data/examples/v1/dashboards/GetPublicDashboardInvitations.rb +8 -0
- data/examples/v1/dashboards/SendPublicDashboardInvitation.rb +17 -0
- data/examples/v1/dashboards/UpdateDashboard.rb +1 -1
- data/examples/v1/dashboards/UpdateDashboard_3454865944.rb +40 -0
- data/examples/v1/dashboards/UpdatePublicDashboard.rb +16 -0
- data/examples/v1/downtimes/CreateDowntime.rb +2 -2
- data/examples/v1/downtimes/CreateDowntime_1393233946.rb +1 -1
- data/examples/v1/downtimes/CreateDowntime_2908359488.rb +1 -1
- data/examples/v1/downtimes/CreateDowntime_3059354445.rb +1 -1
- data/examples/v1/downtimes/CreateDowntime_3355644446.rb +2 -2
- data/examples/v1/downtimes/ListDowntimes.rb +4 -1
- data/examples/v1/downtimes/UpdateDowntime.rb +1 -1
- data/examples/v1/events/CreateEvent.rb +2 -2
- data/examples/v1/events/CreateEvent_19927815.rb +2 -2
- data/examples/v1/logs/SubmitLog.rb +2 -2
- data/examples/v1/logs/SubmitLog_1920474053.rb +2 -2
- data/examples/v1/logs/SubmitLog_3418823904.rb +2 -2
- data/examples/v1/metrics/SubmitMetrics.rb +1 -1
- data/examples/v1/metrics/SubmitMetrics_2203981258.rb +1 -1
- data/examples/v1/monitors/CreateMonitor.rb +2 -2
- data/examples/v1/monitors/CreateMonitor_1969035628.rb +2 -2
- data/examples/v1/monitors/CreateMonitor_2012680290.rb +1 -1
- data/examples/v1/monitors/CreateMonitor_2520912138.rb +2 -2
- data/examples/v1/monitors/CreateMonitor_3790803616.rb +2 -2
- data/examples/v1/monitors/CreateMonitor_3824294658.rb +2 -2
- data/examples/v1/monitors/CreateMonitor_3883669300.rb +2 -2
- data/examples/v1/monitors/CreateMonitor_440013737.rb +2 -2
- data/examples/v1/monitors/ListMonitors_3448441939.rb +1 -1
- data/examples/v1/monitors/ValidateExistingMonitor.rb +2 -2
- data/examples/v1/monitors/ValidateMonitor.rb +2 -2
- data/examples/v1/monitors/ValidateMonitor_4247196452.rb +2 -2
- data/examples/v1/notebooks/CreateNotebook.rb +1 -1
- data/examples/v1/notebooks/UpdateNotebook.rb +1 -1
- data/examples/v1/service-checks/SubmitServiceCheck.rb +1 -1
- data/examples/v1/service-level-objective-corrections/CreateSLOCorrection.rb +1 -1
- data/examples/v1/service-level-objective-corrections/CreateSLOCorrection_1326388368.rb +1 -1
- data/examples/v1/service-level-objective-corrections/UpdateSLOCorrection.rb +1 -1
- data/examples/v1/service-level-objectives/CreateSLO.rb +1 -1
- data/examples/v1/synthetics/CreateGlobalVariable_1068962881.rb +1 -1
- data/examples/v1/synthetics/CreatePrivateLocation.rb +3 -3
- data/examples/v1/synthetics/CreateSyntheticsAPITest_1072503741.rb +1 -1
- data/examples/v1/synthetics/CreateSyntheticsAPITest_1279271422.rb +2 -2
- data/examples/v1/synthetics/CreateSyntheticsAPITest_1402674167.rb +2 -2
- data/examples/v1/synthetics/CreateSyntheticsAPITest_1487281163.rb +3 -3
- data/examples/v1/synthetics/CreateSyntheticsAPITest_2472747642.rb +2 -2
- data/examples/v1/synthetics/CreateSyntheticsAPITest_3829801148.rb +2 -2
- data/examples/v1/synthetics/CreateSyntheticsAPITest_960766374.rb +3 -3
- data/examples/v1/synthetics/CreateSyntheticsBrowserTest.rb +1 -1
- data/examples/v1/synthetics/CreateSyntheticsBrowserTest_2932742688.rb +1 -1
- data/examples/v1/synthetics/CreateSyntheticsBrowserTest_397420811.rb +1 -1
- data/examples/v1/synthetics/UpdateAPITest.rb +2 -2
- data/examples/v1/webhooks-integration/CreateWebhooksIntegration.rb +1 -1
- data/examples/v1/webhooks-integration/CreateWebhooksIntegrationCustomVariable.rb +1 -1
- data/examples/v2/authn-mappings/CreateAuthNMapping.rb +2 -2
- data/examples/v2/cloud-workload-security/CreateCloudWorkloadSecurityAgentRule.rb +1 -1
- data/examples/v2/cloudflare-integration/CreateCloudflareAccount.rb +2 -2
- data/examples/v2/cloudflare-integration/UpdateCloudflareAccount.rb +1 -1
- data/examples/v2/confluent-cloud/CreateConfluentResource.rb +1 -1
- data/examples/v2/events/ListEvents.rb +1 -1
- data/examples/v2/events/ListEvents_1527584014.rb +1 -1
- data/examples/v2/events/ListEvents_2663715109.rb +1 -1
- data/examples/v2/events/SearchEvents.rb +1 -1
- data/examples/v2/events/SearchEvents_3856995058.rb +1 -1
- data/examples/v2/fastly-integration/CreateFastlyAccount.rb +2 -2
- data/examples/v2/incident-services/CreateIncidentService.rb +2 -2
- 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 +2 -2
- 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 +2 -2
- data/examples/v2/incidents/CreateIncidentIntegration.rb +1 -1
- data/examples/v2/incidents/CreateIncidentTodo.rb +23 -0
- data/examples/v2/incidents/DeleteIncident.rb +1 -1
- data/examples/v2/incidents/DeleteIncidentIntegration.rb +1 -1
- data/examples/v2/incidents/DeleteIncidentTodo.rb +14 -0
- data/examples/v2/incidents/GetIncident.rb +1 -1
- data/examples/v2/incidents/GetIncidentIntegration.rb +1 -1
- data/examples/v2/incidents/GetIncidentTodo.rb +14 -0
- data/examples/v2/incidents/ListIncidentAttachments.rb +1 -1
- data/examples/v2/incidents/ListIncidentAttachments_2457735435.rb +1 -1
- data/examples/v2/incidents/ListIncidentIntegrations.rb +1 -1
- data/examples/v2/incidents/ListIncidentTodos.rb +11 -0
- data/examples/v2/incidents/ListIncidents.rb +1 -1
- data/examples/v2/incidents/ListIncidents_2665616954.rb +1 -1
- data/examples/v2/incidents/SearchIncidents.rb +1 -1
- data/examples/v2/incidents/SearchIncidents_1931679109.rb +11 -0
- data/examples/v2/incidents/UpdateIncident.rb +1 -1
- data/examples/v2/incidents/UpdateIncidentAttachments.rb +1 -1
- data/examples/v2/incidents/UpdateIncidentAttachments_3881702075.rb +2 -2
- data/examples/v2/incidents/UpdateIncidentIntegration.rb +1 -1
- data/examples/v2/incidents/UpdateIncidentTodo.rb +28 -0
- data/examples/v2/incidents/UpdateIncident_1009194038.rb +1 -1
- data/examples/v2/incidents/UpdateIncident_3369341440.rb +1 -1
- data/examples/v2/ip-allowlist/UpdateIPAllowlist.rb +1 -1
- data/examples/v2/key-management/CreateAPIKey.rb +1 -1
- data/examples/v2/key-management/CreateCurrentUserApplicationKey_1999509896.rb +1 -1
- data/examples/v2/key-management/CreateCurrentUserApplicationKey_3383369233.rb +1 -1
- data/examples/v2/key-management/UpdateAPIKey.rb +1 -1
- data/examples/v2/logs/SubmitLog.rb +1 -1
- data/examples/v2/logs-metrics/CreateLogsMetric.rb +1 -1
- data/examples/v2/logs-metrics/DeleteLogsMetric.rb +1 -1
- data/examples/v2/metrics/CreateBulkTagsMetricsConfiguration.rb +1 -1
- data/examples/v2/metrics/CreateTagConfiguration.rb +2 -2
- data/examples/v2/metrics/DeleteTagConfiguration.rb +1 -1
- data/examples/v2/metrics/ListActiveMetricConfigurations.rb +1 -1
- data/examples/v2/metrics/ListTagConfigurations_265033704.rb +1 -1
- data/examples/v2/metrics/ListVolumesByMetricName.rb +1 -1
- data/examples/v2/metrics/QueryScalarData.rb +1 -1
- data/examples/v2/metrics/QueryScalarData_3112571352.rb +1 -1
- data/examples/v2/metrics/QueryTimeseriesData.rb +1 -1
- data/examples/v2/metrics/QueryTimeseriesData_301142940.rb +1 -1
- data/examples/v2/opsgenie-integration/CreateOpsgenieService.rb +1 -1
- data/examples/v2/roles/CloneRole.rb +1 -1
- data/examples/v2/roles/CreateRole.rb +1 -1
- data/examples/v2/security-monitoring/CreateSecurityFilter.rb +2 -2
- data/examples/v2/security-monitoring/CreateSecurityMonitoringRule.rb +1 -1
- data/examples/v2/security-monitoring/CreateSecurityMonitoringRule_1092490364.rb +1 -1
- data/examples/v2/security-monitoring/CreateSecurityMonitoringRule_461183901.rb +1 -1
- data/examples/v2/security-monitoring/CreateSecurityMonitoringRule_498211763.rb +1 -1
- data/examples/v2/security-monitoring/CreateSecurityMonitoringRule_914562040.rb +1 -1
- data/examples/v2/security-monitoring/UpdateSecurityFilter.rb +2 -2
- data/examples/v2/security-monitoring/UpdateSecurityMonitoringRule.rb +1 -1
- data/examples/v2/security-monitoring/UpdateSecurityMonitoringRule_428087276.rb +1 -1
- data/examples/v2/sensitive-data-scanner/CreateScanningGroup.rb +1 -1
- data/examples/v2/sensitive-data-scanner/CreateScanningRule.rb +1 -1
- data/examples/v2/sensitive-data-scanner/UpdateScanningGroup.rb +1 -1
- data/examples/v2/sensitive-data-scanner/UpdateScanningRule.rb +1 -1
- data/examples/v2/service-accounts/CreateServiceAccount.rb +1 -1
- data/examples/v2/service-accounts/CreateServiceAccountApplicationKey_1761876297.rb +1 -1
- data/examples/v2/service-accounts/CreateServiceAccountApplicationKey_3480494373.rb +1 -1
- data/examples/v2/service-definition/CreateOrUpdateServiceDefinitions.rb +19 -27
- data/examples/v2/service-definition/CreateOrUpdateServiceDefinitions_1808735248.rb +54 -0
- data/examples/v2/service-definition/CreateOrUpdateServiceDefinitions_2619874414.rb +53 -0
- data/examples/v2/service-definition/ListServiceDefinitions_336468013.rb +8 -0
- data/examples/v2/spans-metrics/CreateSpansMetric.rb +28 -0
- data/examples/v2/spans-metrics/DeleteSpansMetric.rb +8 -0
- data/examples/v2/spans-metrics/GetSpansMetric.rb +8 -0
- data/examples/v2/spans-metrics/ListSpansMetrics.rb +5 -0
- data/examples/v2/spans-metrics/UpdateSpansMetric.rb +29 -0
- data/examples/v2/teams/CreateTeam.rb +20 -0
- data/examples/v2/teams/CreateTeamLink.rb +19 -0
- data/examples/v2/teams/CreateTeamMembership.rb +22 -0
- data/examples/v2/teams/DeleteTeam.rb +8 -0
- data/examples/v2/teams/DeleteTeamLink.rb +11 -0
- data/examples/v2/teams/DeleteTeamMembership.rb +8 -0
- data/examples/v2/teams/GetTeam.rb +8 -0
- data/examples/v2/teams/GetTeamLink.rb +11 -0
- data/examples/v2/teams/GetTeamLinks.rb +8 -0
- data/examples/v2/teams/GetTeamMemberships.rb +8 -0
- data/examples/v2/teams/GetTeamPermissionSettings.rb +8 -0
- data/examples/v2/teams/ListTeams.rb +5 -0
- data/examples/v2/teams/UpdateTeam.rb +20 -0
- data/examples/v2/teams/UpdateTeamLink.rb +21 -0
- data/examples/v2/teams/UpdateTeamMembership.rb +14 -0
- data/examples/v2/teams/UpdateTeamPermissionSetting.rb +17 -0
- data/examples/v2/users/CreateUser.rb +1 -1
- data/lib/datadog_api_client/api_client.rb +2 -2
- data/lib/datadog_api_client/configuration.rb +10 -0
- data/lib/datadog_api_client/inflector.rb +126 -0
- data/lib/datadog_api_client/v1/api/dashboards_api.rb +482 -0
- data/lib/datadog_api_client/v1/api/downtimes_api.rb +2 -0
- data/lib/datadog_api_client/v1/api/monitors_api.rb +3 -3
- data/lib/datadog_api_client/v1/api/synthetics_api.rb +2 -2
- data/lib/datadog_api_client/v1/api/usage_metering_api.rb +9 -6
- data/lib/datadog_api_client/v1/models/check_can_delete_monitor_response.rb +8 -0
- data/lib/datadog_api_client/v1/models/dashboard.rb +25 -1
- data/lib/datadog_api_client/v1/models/dashboard_global_time.rb +91 -0
- data/lib/datadog_api_client/v1/models/dashboard_global_time_live_span.rb +33 -0
- data/lib/datadog_api_client/v1/models/dashboard_invite_type.rb +26 -0
- data/lib/datadog_api_client/v1/models/dashboard_share_type.rb +27 -0
- data/lib/datadog_api_client/v1/models/dashboard_type.rb +27 -0
- data/lib/datadog_api_client/v1/models/delete_shared_dashboard_response.rb +91 -0
- 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/downtime.rb +1 -0
- data/lib/datadog_api_client/v1/models/downtime_child.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/host.rb +8 -0
- data/lib/datadog_api_client/v1/models/hourly_usage_attribution_body.rb +19 -1
- data/lib/datadog_api_client/v1/models/hourly_usage_attribution_usage_type.rb +2 -0
- data/lib/datadog_api_client/v1/models/logs_list_response.rb +8 -0
- data/lib/datadog_api_client/v1/models/logs_processor.rb +1 -1
- data/lib/datadog_api_client/v1/models/metrics_query_metadata.rb +2 -2
- 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 +19 -1
- data/lib/datadog_api_client/v1/models/monthly_usage_attribution_supported_metrics.rb +4 -0
- data/lib/datadog_api_client/v1/models/monthly_usage_attribution_values.rb +46 -6
- 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/selectable_template_variable_items.rb +131 -0
- data/lib/datadog_api_client/v1/models/shared_dashboard.rb +228 -0
- data/lib/datadog_api_client/v1/models/shared_dashboard_author.rb +109 -0
- data/lib/datadog_api_client/v1/models/shared_dashboard_invites.rb +112 -0
- data/lib/datadog_api_client/v1/models/shared_dashboard_invites_data.rb +63 -0
- data/lib/datadog_api_client/v1/models/shared_dashboard_invites_data_object.rb +123 -0
- data/lib/datadog_api_client/v1/models/shared_dashboard_invites_data_object_attributes.rb +149 -0
- data/lib/datadog_api_client/v1/models/shared_dashboard_invites_meta.rb +91 -0
- data/lib/datadog_api_client/v1/models/shared_dashboard_invites_meta_page.rb +91 -0
- data/lib/datadog_api_client/v1/models/shared_dashboard_update_request.rb +147 -0
- data/lib/datadog_api_client/v1/models/shared_dashboard_update_request_global_time.rb +91 -0
- data/lib/datadog_api_client/v1/models/slo_correction_response_attributes.rb +3 -0
- data/lib/datadog_api_client/v1/models/slo_creator.rb +8 -0
- data/lib/datadog_api_client/v1/models/slo_history_monitor.rb +8 -0
- data/lib/datadog_api_client/v1/models/slo_history_response.rb +8 -0
- data/lib/datadog_api_client/v1/models/slo_history_sli_data.rb +9 -0
- 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/synthetics_test_request.rb +11 -1
- data/lib/datadog_api_client/v1/models/usage_attribution_body.rb +8 -0
- data/lib/datadog_api_client/v1/models/usage_billable_summary_keys.rb +7 -7
- data/lib/datadog_api_client/v1/models/usage_ci_visibility_hour.rb +11 -0
- data/lib/datadog_api_client/v1/models/usage_cws_hour.rb +9 -0
- data/lib/datadog_api_client/v1/models/usage_dbm_hour.rb +9 -0
- data/lib/datadog_api_client/v1/models/usage_fargate_hour.rb +11 -0
- data/lib/datadog_api_client/v1/models/usage_host_hour.rb +22 -0
- data/lib/datadog_api_client/v1/models/usage_incident_management_hour.rb +8 -0
- data/lib/datadog_api_client/v1/models/usage_lambda_hour.rb +9 -0
- data/lib/datadog_api_client/v1/models/usage_logs_hour.rb +26 -1
- data/lib/datadog_api_client/v1/models/usage_online_archive_hour.rb +8 -0
- data/lib/datadog_api_client/v1/models/usage_profiling_hour.rb +9 -0
- data/lib/datadog_api_client/v1/models/usage_rum_units_hour.rb +2 -0
- data/lib/datadog_api_client/v1/models/usage_snmp_hour.rb +8 -0
- data/lib/datadog_api_client/v1/models/usage_summary_date.rb +21 -1
- data/lib/datadog_api_client/v1/models/usage_summary_date_org.rb +21 -1
- data/lib/datadog_api_client/v1/models/usage_summary_response.rb +21 -1
- data/lib/datadog_api_client/v1/models/usage_synthetics_api_hour.rb +8 -0
- data/lib/datadog_api_client/v1/models/usage_synthetics_browser_hour.rb +8 -0
- data/lib/datadog_api_client/v1/models/usage_top_avg_metrics_pagination.rb +1 -0
- data/lib/datadog_api_client/v1/models/widget_definition.rb +1 -1
- data/lib/datadog_api_client/v2/api/incidents_api.rb +409 -0
- data/lib/datadog_api_client/v2/api/restriction_policies_api.rb +9 -0
- data/lib/datadog_api_client/v2/api/service_definition_api.rb +25 -0
- data/lib/datadog_api_client/v2/api/spans_metrics_api.rb +357 -0
- data/lib/datadog_api_client/v2/api/teams_api.rb +1166 -0
- data/lib/datadog_api_client/v2/api/usage_metering_api.rb +1 -1
- 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/ci_app_aggregate_bucket_value.rb +1 -1
- data/lib/datadog_api_client/v2/models/ci_app_group_by_missing.rb +1 -1
- data/lib/datadog_api_client/v2/models/ci_app_group_by_total.rb +1 -1
- data/lib/datadog_api_client/v2/models/cloud_configuration_rule_compliance_signal_options.rb +9 -0
- data/lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_creator_attributes.rb +8 -0
- data/lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_updater_attributes.rb +8 -0
- data/lib/datadog_api_client/v2/models/confluent_account_resource_attributes.rb +12 -1
- data/lib/datadog_api_client/v2/models/confluent_resource_request_attributes.rb +12 -1
- data/lib/datadog_api_client/v2/models/creator.rb +8 -0
- data/lib/datadog_api_client/v2/models/dashboard_list_item.rb +8 -0
- data/lib/datadog_api_client/v2/models/get_team_memberships_sort.rb +33 -0
- data/lib/datadog_api_client/v2/models/incident_attachment_attributes.rb +1 -1
- data/lib/datadog_api_client/v2/models/incident_attachment_update_attributes.rb +1 -1
- data/lib/datadog_api_client/v2/models/incident_attachments_response_included_item.rb +1 -1
- data/lib/datadog_api_client/v2/models/incident_field_attributes.rb +1 -1
- data/lib/datadog_api_client/v2/models/incident_integration_metadata_metadata.rb +1 -1
- data/lib/datadog_api_client/v2/models/incident_integration_metadata_response_included_item.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_search_response.rb +14 -4
- data/lib/datadog_api_client/v2/models/incident_search_response_meta.rb +91 -0
- 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/incident_todo_anonymous_assignee.rb +165 -0
- data/lib/datadog_api_client/v2/models/incident_todo_anonymous_assignee_source.rb +27 -0
- data/lib/datadog_api_client/v2/models/incident_todo_assignee.rb +63 -0
- data/lib/datadog_api_client/v2/models/incident_todo_attributes.rb +164 -0
- data/lib/datadog_api_client/v2/models/incident_todo_create_data.rb +123 -0
- data/lib/datadog_api_client/v2/models/incident_todo_create_request.rb +102 -0
- data/lib/datadog_api_client/v2/models/incident_todo_list_response.rb +126 -0
- data/lib/datadog_api_client/v2/models/incident_todo_patch_data.rb +123 -0
- data/lib/datadog_api_client/v2/models/incident_todo_patch_request.rb +102 -0
- data/lib/datadog_api_client/v2/models/incident_todo_response.rb +114 -0
- data/lib/datadog_api_client/v2/models/incident_todo_response_data.rb +133 -0
- data/lib/datadog_api_client/v2/models/incident_todo_response_included_item.rb +62 -0
- data/lib/datadog_api_client/v2/models/incident_todo_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/list_teams_include.rb +27 -0
- data/lib/datadog_api_client/v2/models/list_teams_sort.rb +29 -0
- 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_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_config_policy_policy.rb +1 -1
- data/lib/datadog_api_client/v2/models/monitor_config_policy_policy_create_request.rb +1 -1
- data/lib/datadog_api_client/v2/models/relationship_to_team_link_data.rb +123 -0
- data/lib/datadog_api_client/v2/models/relationship_to_team_links.rb +93 -0
- data/lib/datadog_api_client/v2/models/relationship_to_user_team_permission.rb +91 -0
- data/lib/datadog_api_client/v2/models/relationship_to_user_team_permission_data.rb +123 -0
- data/lib/datadog_api_client/v2/models/relationship_to_user_team_user.rb +102 -0
- data/lib/datadog_api_client/v2/models/relationship_to_user_team_user_data.rb +123 -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/scalar_column.rb +1 -1
- data/lib/datadog_api_client/v2/models/scalar_query.rb +1 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_create_payload.rb +1 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_query.rb +1 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_response.rb +1 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_triage_user.rb +8 -0
- data/lib/datadog_api_client/v2/models/sensitive_data_scanner_get_config_included_item.rb +1 -1
- data/lib/datadog_api_client/v2/models/service_definition_schema.rb +3 -2
- data/lib/datadog_api_client/v2/models/service_definition_v2_contact.rb +3 -2
- data/lib/datadog_api_client/v2/models/service_definition_v2_dot1.rb +229 -0
- data/lib/datadog_api_client/v2/models/service_definition_v2_dot1_contact.rb +64 -0
- data/lib/datadog_api_client/v2/models/service_definition_v2_dot1_email.rb +133 -0
- data/lib/datadog_api_client/v2/models/service_definition_v2_dot1_email_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/service_definition_v2_dot1_integrations.rb +101 -0
- data/lib/datadog_api_client/v2/models/service_definition_v2_dot1_link.rb +154 -0
- data/lib/datadog_api_client/v2/models/service_definition_v2_dot1_link_type.rb +30 -0
- data/lib/datadog_api_client/v2/models/service_definition_v2_dot1_ms_teams.rb +133 -0
- data/lib/datadog_api_client/v2/models/service_definition_v2_dot1_ms_teams_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/service_definition_v2_dot1_opsgenie.rb +112 -0
- data/lib/datadog_api_client/v2/models/service_definition_v2_dot1_opsgenie_region.rb +27 -0
- data/lib/datadog_api_client/v2/models/service_definition_v2_dot1_pagerduty.rb +91 -0
- data/lib/datadog_api_client/v2/models/service_definition_v2_dot1_slack.rb +133 -0
- data/lib/datadog_api_client/v2/models/service_definition_v2_dot1_slack_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/service_definition_v2_dot1_version.rb +26 -0
- data/lib/datadog_api_client/v2/models/service_definition_v2_ms_teams.rb +133 -0
- data/lib/datadog_api_client/v2/models/service_definition_v2_ms_teams_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/service_definitions_create_request.rb +2 -1
- data/lib/datadog_api_client/v2/models/spans_metric_compute.rb +123 -0
- data/lib/datadog_api_client/v2/models/spans_metric_compute_aggregation_type.rb +27 -0
- data/lib/datadog_api_client/v2/models/spans_metric_create_attributes.rb +124 -0
- data/lib/datadog_api_client/v2/models/spans_metric_create_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/spans_metric_create_request.rb +102 -0
- data/lib/datadog_api_client/v2/models/spans_metric_filter.rb +91 -0
- data/lib/datadog_api_client/v2/models/spans_metric_group_by.rb +112 -0
- data/lib/datadog_api_client/v2/models/spans_metric_response.rb +91 -0
- data/lib/datadog_api_client/v2/models/spans_metric_response_attributes.rb +113 -0
- data/lib/datadog_api_client/v2/models/spans_metric_response_compute.rb +112 -0
- data/lib/datadog_api_client/v2/models/spans_metric_response_data.rb +111 -0
- data/lib/datadog_api_client/v2/models/spans_metric_response_filter.rb +91 -0
- data/lib/datadog_api_client/v2/models/spans_metric_response_group_by.rb +101 -0
- data/lib/datadog_api_client/v2/models/spans_metric_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/spans_metric_update_attributes.rb +113 -0
- data/lib/datadog_api_client/v2/models/spans_metric_update_compute.rb +92 -0
- data/lib/datadog_api_client/v2/models/spans_metric_update_data.rb +123 -0
- data/lib/datadog_api_client/v2/models/spans_metric_update_request.rb +102 -0
- data/lib/datadog_api_client/v2/models/spans_metrics_response.rb +93 -0
- data/lib/datadog_api_client/v2/models/team.rb +154 -0
- data/lib/datadog_api_client/v2/models/team_attributes.rb +233 -0
- data/lib/datadog_api_client/v2/models/team_create.rb +133 -0
- data/lib/datadog_api_client/v2/models/team_create_attributes.rb +162 -0
- data/lib/datadog_api_client/v2/models/team_create_relationships.rb +91 -0
- data/lib/datadog_api_client/v2/models/team_create_request.rb +102 -0
- data/lib/datadog_api_client/v2/models/team_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/team_included.rb +64 -0
- data/lib/datadog_api_client/v2/models/team_link.rb +144 -0
- data/lib/datadog_api_client/v2/models/team_link_attributes.rb +158 -0
- data/lib/datadog_api_client/v2/models/team_link_create.rb +123 -0
- data/lib/datadog_api_client/v2/models/team_link_create_request.rb +102 -0
- data/lib/datadog_api_client/v2/models/team_link_response.rb +91 -0
- data/lib/datadog_api_client/v2/models/team_link_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/team_links_response.rb +93 -0
- data/lib/datadog_api_client/v2/models/team_permission_setting.rb +133 -0
- data/lib/datadog_api_client/v2/models/team_permission_setting_attributes.rb +133 -0
- data/lib/datadog_api_client/v2/models/team_permission_setting_response.rb +91 -0
- data/lib/datadog_api_client/v2/models/team_permission_setting_serializer_action.rb +27 -0
- data/lib/datadog_api_client/v2/models/team_permission_setting_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/team_permission_setting_update.rb +112 -0
- data/lib/datadog_api_client/v2/models/team_permission_setting_update_attributes.rb +91 -0
- data/lib/datadog_api_client/v2/models/team_permission_setting_update_request.rb +102 -0
- data/lib/datadog_api_client/v2/models/team_permission_setting_value.rb +30 -0
- data/lib/datadog_api_client/v2/models/team_permission_settings_response.rb +93 -0
- data/lib/datadog_api_client/v2/models/team_relationships.rb +101 -0
- data/lib/datadog_api_client/v2/models/team_response.rb +91 -0
- data/lib/datadog_api_client/v2/models/team_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/team_update.rb +133 -0
- data/lib/datadog_api_client/v2/models/team_update_attributes.rb +187 -0
- data/lib/datadog_api_client/v2/models/team_update_relationships.rb +91 -0
- data/lib/datadog_api_client/v2/models/team_update_request.rb +102 -0
- data/lib/datadog_api_client/v2/models/teams_response.rb +105 -0
- data/lib/datadog_api_client/v2/models/timeseries_query.rb +1 -1
- data/lib/datadog_api_client/v2/models/user_response_included_item.rb +1 -1
- data/lib/datadog_api_client/v2/models/user_team.rb +143 -0
- data/lib/datadog_api_client/v2/models/user_team_attributes.rb +99 -0
- data/lib/datadog_api_client/v2/models/user_team_create.rb +122 -0
- data/lib/datadog_api_client/v2/models/user_team_permission.rb +133 -0
- data/lib/datadog_api_client/v2/models/user_team_permission_attributes.rb +91 -0
- data/lib/datadog_api_client/v2/models/user_team_permission_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/user_team_relationships.rb +91 -0
- data/lib/datadog_api_client/v2/models/user_team_request.rb +102 -0
- data/lib/datadog_api_client/v2/models/user_team_response.rb +91 -0
- data/lib/datadog_api_client/v2/models/user_team_role.rb +26 -0
- data/lib/datadog_api_client/v2/models/user_team_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/user_team_update.rb +112 -0
- data/lib/datadog_api_client/v2/models/user_team_update_request.rb +102 -0
- data/lib/datadog_api_client/v2/models/user_team_user_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/user_teams_response.rb +93 -0
- data/lib/datadog_api_client/version.rb +1 -1
- metadata +167 -2
|
@@ -830,6 +830,7 @@ components:
|
|
|
830
830
|
type: string
|
|
831
831
|
type: array
|
|
832
832
|
description: A mapping of Monitor ID to strings denoting where it's used.
|
|
833
|
+
nullable: true
|
|
833
834
|
type: object
|
|
834
835
|
required:
|
|
835
836
|
- data
|
|
@@ -1006,6 +1007,14 @@ components:
|
|
|
1006
1007
|
description: A role UUID.
|
|
1007
1008
|
type: string
|
|
1008
1009
|
type: array
|
|
1010
|
+
tags:
|
|
1011
|
+
description: List of team names representing ownership of a dashboard.
|
|
1012
|
+
items:
|
|
1013
|
+
description: The name of a Datadog team of the form `team:<name>`
|
|
1014
|
+
type: string
|
|
1015
|
+
maxItems: 5
|
|
1016
|
+
nullable: true
|
|
1017
|
+
type: array
|
|
1009
1018
|
template_variable_presets:
|
|
1010
1019
|
description: Array of template variables saved views.
|
|
1011
1020
|
items:
|
|
@@ -1084,10 +1093,46 @@ components:
|
|
|
1084
1093
|
description: ID of the deleted dashboard.
|
|
1085
1094
|
type: string
|
|
1086
1095
|
type: object
|
|
1096
|
+
DashboardGlobalTime:
|
|
1097
|
+
description: Object containing the live span selection for the dashboard.
|
|
1098
|
+
properties:
|
|
1099
|
+
live_span:
|
|
1100
|
+
$ref: '#/components/schemas/DashboardGlobalTimeLiveSpan'
|
|
1101
|
+
type: object
|
|
1102
|
+
DashboardGlobalTimeLiveSpan:
|
|
1103
|
+
description: Dashboard global time live_span selection
|
|
1104
|
+
enum:
|
|
1105
|
+
- 15m
|
|
1106
|
+
- 1h
|
|
1107
|
+
- 4h
|
|
1108
|
+
- 1d
|
|
1109
|
+
- 2d
|
|
1110
|
+
- 1w
|
|
1111
|
+
- 1mo
|
|
1112
|
+
- 3mo
|
|
1113
|
+
example: 1h
|
|
1114
|
+
type: string
|
|
1115
|
+
x-enum-varnames:
|
|
1116
|
+
- PAST_FIFTEEN_MINUTES
|
|
1117
|
+
- PAST_ONE_HOUR
|
|
1118
|
+
- PAST_FOUR_HOURS
|
|
1119
|
+
- PAST_ONE_DAY
|
|
1120
|
+
- PAST_TWO_DAYS
|
|
1121
|
+
- PAST_ONE_WEEK
|
|
1122
|
+
- PAST_ONE_MONTH
|
|
1123
|
+
- PAST_THREE_MONTHS
|
|
1087
1124
|
DashboardID:
|
|
1088
1125
|
description: Dashboard resource ID.
|
|
1089
1126
|
example: 123-abc-456
|
|
1090
1127
|
type: string
|
|
1128
|
+
DashboardInviteType:
|
|
1129
|
+
description: Type for shared dashboard invitation request body.
|
|
1130
|
+
enum:
|
|
1131
|
+
- public_dashboard_invitation
|
|
1132
|
+
example: public_dashboard_invitation
|
|
1133
|
+
type: string
|
|
1134
|
+
x-enum-varnames:
|
|
1135
|
+
- PUBLIC_DASHBOARD_INVITATION
|
|
1091
1136
|
DashboardLayoutType:
|
|
1092
1137
|
description: Layout type of the dashboard.
|
|
1093
1138
|
enum:
|
|
@@ -1192,6 +1237,17 @@ components:
|
|
|
1192
1237
|
required:
|
|
1193
1238
|
- data
|
|
1194
1239
|
type: object
|
|
1240
|
+
DashboardShareType:
|
|
1241
|
+
description: Type of sharing access (either open to anyone who has the public
|
|
1242
|
+
URL or invite-only).
|
|
1243
|
+
enum:
|
|
1244
|
+
- open
|
|
1245
|
+
- invite
|
|
1246
|
+
nullable: true
|
|
1247
|
+
type: string
|
|
1248
|
+
x-enum-varnames:
|
|
1249
|
+
- OPEN
|
|
1250
|
+
- INVITE
|
|
1195
1251
|
DashboardSummary:
|
|
1196
1252
|
description: Dashboard summary response.
|
|
1197
1253
|
properties:
|
|
@@ -1318,6 +1374,23 @@ components:
|
|
|
1318
1374
|
minItems: 1
|
|
1319
1375
|
type: array
|
|
1320
1376
|
type: object
|
|
1377
|
+
DashboardType:
|
|
1378
|
+
description: The type of the associated private dashboard.
|
|
1379
|
+
enum:
|
|
1380
|
+
- custom_timeboard
|
|
1381
|
+
- custom_screenboard
|
|
1382
|
+
example: custom_timeboard
|
|
1383
|
+
type: string
|
|
1384
|
+
x-enum-varnames:
|
|
1385
|
+
- CUSTOM_TIMEBOARD
|
|
1386
|
+
- CUSTOM_SCREENBOARD
|
|
1387
|
+
DeleteSharedDashboardResponse:
|
|
1388
|
+
description: Response containing token of deleted shared dashboard.
|
|
1389
|
+
properties:
|
|
1390
|
+
deleted_public_dashboard_token:
|
|
1391
|
+
description: Token associated with the shared dashboard that was revoked.
|
|
1392
|
+
type: string
|
|
1393
|
+
type: object
|
|
1321
1394
|
DeletedMonitor:
|
|
1322
1395
|
description: Response from the delete monitor call.
|
|
1323
1396
|
properties:
|
|
@@ -1639,6 +1712,7 @@ components:
|
|
|
1639
1712
|
Email notifications can be sent to specific users by using the same `@username`
|
|
1640
1713
|
notation as events.'
|
|
1641
1714
|
example: Message on the downtime
|
|
1715
|
+
nullable: true
|
|
1642
1716
|
type: string
|
|
1643
1717
|
monitor_id:
|
|
1644
1718
|
description: 'A single monitor to which the downtime applies.
|
|
@@ -1774,6 +1848,7 @@ components:
|
|
|
1774
1848
|
Email notifications can be sent to specific users by using the same `@username`
|
|
1775
1849
|
notation as events.'
|
|
1776
1850
|
example: Message on the downtime
|
|
1851
|
+
nullable: true
|
|
1777
1852
|
type: string
|
|
1778
1853
|
monitor_id:
|
|
1779
1854
|
description: 'A single monitor to which the downtime applies.
|
|
@@ -3254,6 +3329,7 @@ components:
|
|
|
3254
3329
|
mute_timeout:
|
|
3255
3330
|
description: Timeout of the mute applied to your host.
|
|
3256
3331
|
format: int64
|
|
3332
|
+
nullable: true
|
|
3257
3333
|
type: integer
|
|
3258
3334
|
name:
|
|
3259
3335
|
description: The host name.
|
|
@@ -3598,6 +3674,10 @@ components:
|
|
|
3598
3674
|
public_id:
|
|
3599
3675
|
description: The organization public ID.
|
|
3600
3676
|
type: string
|
|
3677
|
+
region:
|
|
3678
|
+
description: The region of the Datadog instance that the organization belongs
|
|
3679
|
+
to.
|
|
3680
|
+
type: string
|
|
3601
3681
|
tag_config_source:
|
|
3602
3682
|
description: The source of the usage attribution tag configuration and the
|
|
3603
3683
|
selected tags in the format of `<source_org_name>:::<selected tag 1>///<selected
|
|
@@ -3655,6 +3735,7 @@ components:
|
|
|
3655
3735
|
- container_usage
|
|
3656
3736
|
- cspm_containers_usage
|
|
3657
3737
|
- cspm_hosts_usage
|
|
3738
|
+
- custom_ingested_timeseries_usage
|
|
3658
3739
|
- custom_timeseries_usage
|
|
3659
3740
|
- cws_containers_usage
|
|
3660
3741
|
- cws_hosts_usage
|
|
@@ -3674,6 +3755,7 @@ components:
|
|
|
3674
3755
|
- profiled_host_usage
|
|
3675
3756
|
- snmp_usage
|
|
3676
3757
|
- estimated_rum_sessions_usage
|
|
3758
|
+
- universal_service_monitoring_usage
|
|
3677
3759
|
type: string
|
|
3678
3760
|
x-enum-varnames:
|
|
3679
3761
|
- API_USAGE
|
|
@@ -3686,6 +3768,7 @@ components:
|
|
|
3686
3768
|
- CONTAINER_USAGE
|
|
3687
3769
|
- CSPM_CONTAINERS_USAGE
|
|
3688
3770
|
- CSPM_HOSTS_USAGE
|
|
3771
|
+
- CUSTOM_INGESTED_TIMESERIES_USAGE
|
|
3689
3772
|
- CUSTOM_TIMESERIES_USAGE
|
|
3690
3773
|
- CWS_CONTAINERS_USAGE
|
|
3691
3774
|
- CWS_HOSTS_USAGE
|
|
@@ -3705,6 +3788,7 @@ components:
|
|
|
3705
3788
|
- PROFILED_HOST_USAGE
|
|
3706
3789
|
- SNMP_USAGE
|
|
3707
3790
|
- ESTIMATED_RUM_SESSIONS_USAGE
|
|
3791
|
+
- UNIVERSAL_SERVICE_MONITORING_USAGE
|
|
3708
3792
|
IFrameWidgetDefinition:
|
|
3709
3793
|
description: The iframe widget allows you to embed a portion of any other web
|
|
3710
3794
|
page on your dashboard. Only available on FREE layout dashboards.
|
|
@@ -5076,6 +5160,7 @@ components:
|
|
|
5076
5160
|
description: 'Hash identifier of the next log to return in the list.
|
|
5077
5161
|
|
|
5078
5162
|
This parameter is used for the pagination feature.'
|
|
5163
|
+
nullable: true
|
|
5079
5164
|
type: string
|
|
5080
5165
|
status:
|
|
5081
5166
|
description: Status of the response.
|
|
@@ -5772,7 +5857,7 @@ components:
|
|
|
5772
5857
|
readOnly: true
|
|
5773
5858
|
type: string
|
|
5774
5859
|
interval:
|
|
5775
|
-
description: Number of
|
|
5860
|
+
description: Number of milliseconds between data samples.
|
|
5776
5861
|
format: int64
|
|
5777
5862
|
readOnly: true
|
|
5778
5863
|
type: integer
|
|
@@ -5787,10 +5872,10 @@ components:
|
|
|
5787
5872
|
readOnly: true
|
|
5788
5873
|
type: string
|
|
5789
5874
|
pointlist:
|
|
5790
|
-
description: List of points of the time series.
|
|
5875
|
+
description: List of points of the time series in milliseconds.
|
|
5791
5876
|
example:
|
|
5792
|
-
- -
|
|
5793
|
-
-
|
|
5877
|
+
- - 1681683300000.0
|
|
5878
|
+
- 77.62145685254418
|
|
5794
5879
|
items:
|
|
5795
5880
|
$ref: '#/components/schemas/Point'
|
|
5796
5881
|
readOnly: true
|
|
@@ -7056,6 +7141,10 @@ components:
|
|
|
7056
7141
|
public_id:
|
|
7057
7142
|
description: The organization public ID.
|
|
7058
7143
|
type: string
|
|
7144
|
+
region:
|
|
7145
|
+
description: The region of the Datadog instance that the organization belongs
|
|
7146
|
+
to.
|
|
7147
|
+
type: string
|
|
7059
7148
|
tag_config_source:
|
|
7060
7149
|
description: The source of the usage attribution tag configuration and the
|
|
7061
7150
|
selected tags in the format `<source_org_name>:::<selected tag 1>///<selected
|
|
@@ -7123,6 +7212,8 @@ components:
|
|
|
7123
7212
|
- cspm_hosts_usage
|
|
7124
7213
|
- custom_timeseries_usage
|
|
7125
7214
|
- custom_timeseries_percentage
|
|
7215
|
+
- custom_ingested_timeseries_usage
|
|
7216
|
+
- custom_ingested_timeseries_percentage
|
|
7126
7217
|
- cws_containers_percentage
|
|
7127
7218
|
- cws_containers_usage
|
|
7128
7219
|
- cws_hosts_percentage
|
|
@@ -7159,6 +7250,8 @@ components:
|
|
|
7159
7250
|
- snmp_percentage
|
|
7160
7251
|
- estimated_rum_sessions_usage
|
|
7161
7252
|
- estimated_rum_sessions_percentage
|
|
7253
|
+
- universal_service_monitoring_usage
|
|
7254
|
+
- universal_service_monitoring_percentage
|
|
7162
7255
|
- '*'
|
|
7163
7256
|
type: string
|
|
7164
7257
|
x-enum-varnames:
|
|
@@ -7184,6 +7277,8 @@ components:
|
|
|
7184
7277
|
- CSPM_HOSTS_USAGE
|
|
7185
7278
|
- CUSTOM_TIMESERIES_USAGE
|
|
7186
7279
|
- CUSTOM_TIMESERIES_PERCENTAGE
|
|
7280
|
+
- CUSTOM_INGESTED_TIMESERIES_USAGE
|
|
7281
|
+
- CUSTOM_INGESTED_TIMESERIES_PERCENTAGE
|
|
7187
7282
|
- CWS_CONTAINERS_PERCENTAGE
|
|
7188
7283
|
- CWS_CONTAINERS_USAGE
|
|
7189
7284
|
- CWS_HOSTS_PERCENTAGE
|
|
@@ -7220,6 +7315,8 @@ components:
|
|
|
7220
7315
|
- SNMP_PERCENTAGE
|
|
7221
7316
|
- ESTIMATED_RUM_SESSIONS_USAGE
|
|
7222
7317
|
- ESTIMATED_RUM_SESSIONS_PERCENTAGE
|
|
7318
|
+
- UNIVERSAL_SERVICE_MONITORING_USAGE
|
|
7319
|
+
- UNIVERSAL_SERVICE_MONITORING_PERCENTAGE
|
|
7223
7320
|
- ALL
|
|
7224
7321
|
MonthlyUsageAttributionValues:
|
|
7225
7322
|
description: Fields in Usage Summary by tag(s).
|
|
@@ -7308,12 +7405,20 @@ components:
|
|
|
7308
7405
|
description: The CSPM host usage by tag(s).
|
|
7309
7406
|
format: double
|
|
7310
7407
|
type: number
|
|
7408
|
+
custom_ingested_timeseries_percentage:
|
|
7409
|
+
description: The percentage of ingested custom metrics usage by tag(s).
|
|
7410
|
+
format: double
|
|
7411
|
+
type: number
|
|
7412
|
+
custom_ingested_timeseries_usage:
|
|
7413
|
+
description: The ingested custom metrics usage by tag(s).
|
|
7414
|
+
format: double
|
|
7415
|
+
type: number
|
|
7311
7416
|
custom_timeseries_percentage:
|
|
7312
|
-
description: The percentage of custom metrics usage by tag(s).
|
|
7417
|
+
description: The percentage of indexed custom metrics usage by tag(s).
|
|
7313
7418
|
format: double
|
|
7314
7419
|
type: number
|
|
7315
7420
|
custom_timeseries_usage:
|
|
7316
|
-
description: The custom metrics usage by tag(s).
|
|
7421
|
+
description: The indexed custom metrics usage by tag(s).
|
|
7317
7422
|
format: double
|
|
7318
7423
|
type: number
|
|
7319
7424
|
cws_containers_percentage:
|
|
@@ -7461,6 +7566,14 @@ components:
|
|
|
7461
7566
|
description: The network device usage by tag(s).
|
|
7462
7567
|
format: double
|
|
7463
7568
|
type: number
|
|
7569
|
+
universal_service_monitoring_percentage:
|
|
7570
|
+
description: The percentage of universal service monitoring usage by tag(s).
|
|
7571
|
+
format: double
|
|
7572
|
+
type: number
|
|
7573
|
+
universal_service_monitoring_usage:
|
|
7574
|
+
description: The universal service monitoring usage by tag(s).
|
|
7575
|
+
format: double
|
|
7576
|
+
type: number
|
|
7464
7577
|
type: object
|
|
7465
7578
|
NoteWidgetDefinition:
|
|
7466
7579
|
description: The notes and links widget is similar to free text widget, but
|
|
@@ -9003,6 +9116,7 @@ components:
|
|
|
9003
9116
|
created_at:
|
|
9004
9117
|
description: The epoch timestamp of when the correction was created at.
|
|
9005
9118
|
format: int64
|
|
9119
|
+
nullable: true
|
|
9006
9120
|
type: integer
|
|
9007
9121
|
creator:
|
|
9008
9122
|
$ref: '#/components/schemas/Creator'
|
|
@@ -9019,10 +9133,12 @@ components:
|
|
|
9019
9133
|
end:
|
|
9020
9134
|
description: Ending time of the correction in epoch seconds.
|
|
9021
9135
|
format: int64
|
|
9136
|
+
nullable: true
|
|
9022
9137
|
type: integer
|
|
9023
9138
|
modified_at:
|
|
9024
9139
|
description: The epoch timestamp of when the correction was modified at.
|
|
9025
9140
|
format: int64
|
|
9141
|
+
nullable: true
|
|
9026
9142
|
type: integer
|
|
9027
9143
|
modifier:
|
|
9028
9144
|
$ref: '#/components/schemas/SLOCorrectionResponseAttributesModifier'
|
|
@@ -9133,6 +9249,7 @@ components:
|
|
|
9133
9249
|
type: integer
|
|
9134
9250
|
name:
|
|
9135
9251
|
description: Name of the creator.
|
|
9252
|
+
nullable: true
|
|
9136
9253
|
type: string
|
|
9137
9254
|
type: object
|
|
9138
9255
|
SLODeleteResponse:
|
|
@@ -9404,6 +9521,7 @@ components:
|
|
|
9404
9521
|
description: The current SLI value of the SLO over the history window.
|
|
9405
9522
|
example: 99.99
|
|
9406
9523
|
format: double
|
|
9524
|
+
nullable: true
|
|
9407
9525
|
type: number
|
|
9408
9526
|
span_precision:
|
|
9409
9527
|
description: The amount of decimal places the SLI value is accurate to for
|
|
@@ -9428,6 +9546,7 @@ components:
|
|
|
9428
9546
|
level objective.
|
|
9429
9547
|
items:
|
|
9430
9548
|
$ref: '#/components/schemas/SLOHistoryResponseError'
|
|
9549
|
+
nullable: true
|
|
9431
9550
|
type: array
|
|
9432
9551
|
type: object
|
|
9433
9552
|
SLOHistoryResponseData:
|
|
@@ -9588,6 +9707,7 @@ components:
|
|
|
9588
9707
|
description: The current SLI value of the SLO over the history window.
|
|
9589
9708
|
example: 99.99
|
|
9590
9709
|
format: double
|
|
9710
|
+
nullable: true
|
|
9591
9711
|
type: number
|
|
9592
9712
|
span_precision:
|
|
9593
9713
|
description: The amount of decimal places the SLI value is accurate to for
|
|
@@ -9600,6 +9720,7 @@ components:
|
|
|
9600
9720
|
description: Use `sli_value` instead.
|
|
9601
9721
|
example: 99.99
|
|
9602
9722
|
format: double
|
|
9723
|
+
nullable: true
|
|
9603
9724
|
type: number
|
|
9604
9725
|
type: object
|
|
9605
9726
|
SLOListResponse:
|
|
@@ -10683,6 +10804,28 @@ components:
|
|
|
10683
10804
|
description: The type of the object, must be `slo`.
|
|
10684
10805
|
type: string
|
|
10685
10806
|
type: object
|
|
10807
|
+
SelectableTemplateVariableItems:
|
|
10808
|
+
description: Object containing the template variable's name, associated tag/attribute,
|
|
10809
|
+
default value and selectable values.
|
|
10810
|
+
properties:
|
|
10811
|
+
default_value:
|
|
10812
|
+
description: The default value of the template variable.
|
|
10813
|
+
type: string
|
|
10814
|
+
name:
|
|
10815
|
+
description: Name of the template variable.
|
|
10816
|
+
type: string
|
|
10817
|
+
prefix:
|
|
10818
|
+
description: The tag/attribute key associated with the template variable.
|
|
10819
|
+
type: string
|
|
10820
|
+
visible_tags:
|
|
10821
|
+
description: List of visible tag values on the shared dashboard.
|
|
10822
|
+
items:
|
|
10823
|
+
description: Other values for this tag that can be selected on the shared
|
|
10824
|
+
dashboard.
|
|
10825
|
+
type: string
|
|
10826
|
+
nullable: true
|
|
10827
|
+
type: array
|
|
10828
|
+
type: object
|
|
10686
10829
|
Series:
|
|
10687
10830
|
description: 'A metric to submit to Datadog.
|
|
10688
10831
|
|
|
@@ -11178,6 +11321,260 @@ components:
|
|
|
11178
11321
|
type: string
|
|
11179
11322
|
x-enum-varnames:
|
|
11180
11323
|
- TRACE_SERVICE
|
|
11324
|
+
SharedDashboard:
|
|
11325
|
+
description: The metadata object associated with how a dashboard has been/will
|
|
11326
|
+
be shared.
|
|
11327
|
+
properties:
|
|
11328
|
+
author:
|
|
11329
|
+
$ref: '#/components/schemas/SharedDashboardAuthor'
|
|
11330
|
+
created_at:
|
|
11331
|
+
description: Date the dashboard was shared.
|
|
11332
|
+
format: date-time
|
|
11333
|
+
readOnly: true
|
|
11334
|
+
type: string
|
|
11335
|
+
dashboard_id:
|
|
11336
|
+
description: ID of the dashboard to share.
|
|
11337
|
+
example: 123-abc-456
|
|
11338
|
+
type: string
|
|
11339
|
+
dashboard_type:
|
|
11340
|
+
$ref: '#/components/schemas/DashboardType'
|
|
11341
|
+
global_time:
|
|
11342
|
+
$ref: '#/components/schemas/DashboardGlobalTime'
|
|
11343
|
+
global_time_selectable_enabled:
|
|
11344
|
+
description: Whether to allow viewers to select a different global time
|
|
11345
|
+
setting for the shared dashboard.
|
|
11346
|
+
nullable: true
|
|
11347
|
+
type: boolean
|
|
11348
|
+
public_url:
|
|
11349
|
+
description: URL of the shared dashboard.
|
|
11350
|
+
readOnly: true
|
|
11351
|
+
type: string
|
|
11352
|
+
selectable_template_vars:
|
|
11353
|
+
description: List of objects representing template variables on the shared
|
|
11354
|
+
dashboard which can have selectable values.
|
|
11355
|
+
example:
|
|
11356
|
+
- default_value: '*'
|
|
11357
|
+
name: exampleVar
|
|
11358
|
+
prefix: test
|
|
11359
|
+
visible_tags:
|
|
11360
|
+
- selectableValue1
|
|
11361
|
+
- selectableValue2
|
|
11362
|
+
items:
|
|
11363
|
+
$ref: '#/components/schemas/SelectableTemplateVariableItems'
|
|
11364
|
+
nullable: true
|
|
11365
|
+
type: array
|
|
11366
|
+
share_list:
|
|
11367
|
+
description: List of email addresses that can receive an invitation to access
|
|
11368
|
+
to the shared dashboard.
|
|
11369
|
+
example:
|
|
11370
|
+
- test@datadoghq.com
|
|
11371
|
+
- test2@email.com
|
|
11372
|
+
items:
|
|
11373
|
+
description: Email address that can receive an invitation to access the
|
|
11374
|
+
shared dashboard.
|
|
11375
|
+
format: email
|
|
11376
|
+
type: string
|
|
11377
|
+
nullable: true
|
|
11378
|
+
type: array
|
|
11379
|
+
share_type:
|
|
11380
|
+
$ref: '#/components/schemas/DashboardShareType'
|
|
11381
|
+
token:
|
|
11382
|
+
description: A unique token assigned to the shared dashboard.
|
|
11383
|
+
readOnly: true
|
|
11384
|
+
type: string
|
|
11385
|
+
required:
|
|
11386
|
+
- dashboard_id
|
|
11387
|
+
- dashboard_type
|
|
11388
|
+
type: object
|
|
11389
|
+
SharedDashboardAuthor:
|
|
11390
|
+
description: User who shared the dashboard.
|
|
11391
|
+
properties:
|
|
11392
|
+
handle:
|
|
11393
|
+
description: Identifier of the user who shared the dashboard.
|
|
11394
|
+
example: test@datadoghq.com
|
|
11395
|
+
readOnly: true
|
|
11396
|
+
type: string
|
|
11397
|
+
name:
|
|
11398
|
+
description: Name of the user who shared the dashboard.
|
|
11399
|
+
nullable: true
|
|
11400
|
+
readOnly: true
|
|
11401
|
+
type: string
|
|
11402
|
+
readOnly: true
|
|
11403
|
+
type: object
|
|
11404
|
+
SharedDashboardInvites:
|
|
11405
|
+
description: Invitations data and metadata that exists for a shared dashboard
|
|
11406
|
+
returned by the API.
|
|
11407
|
+
example:
|
|
11408
|
+
data:
|
|
11409
|
+
- attributes:
|
|
11410
|
+
email: test@datadoghq.com
|
|
11411
|
+
type: public_dashboard_invitation
|
|
11412
|
+
properties:
|
|
11413
|
+
data:
|
|
11414
|
+
$ref: '#/components/schemas/SharedDashboardInvitesData'
|
|
11415
|
+
meta:
|
|
11416
|
+
$ref: '#/components/schemas/SharedDashboardInvitesMeta'
|
|
11417
|
+
required:
|
|
11418
|
+
- data
|
|
11419
|
+
type: object
|
|
11420
|
+
SharedDashboardInvitesData:
|
|
11421
|
+
description: An object or list of objects containing the information for an
|
|
11422
|
+
invitation to a shared dashboard.
|
|
11423
|
+
example:
|
|
11424
|
+
- attributes:
|
|
11425
|
+
email: test@datadoghq.com
|
|
11426
|
+
type: public_dashboard_invitation
|
|
11427
|
+
oneOf:
|
|
11428
|
+
- $ref: '#/components/schemas/SharedDashboardInvitesDataObject'
|
|
11429
|
+
- $ref: '#/components/schemas/SharedDashboardInvitesDataList'
|
|
11430
|
+
SharedDashboardInvitesDataList:
|
|
11431
|
+
description: A list of objects containing the information for an invitation(s)
|
|
11432
|
+
to a shared dashboard.
|
|
11433
|
+
example:
|
|
11434
|
+
- attributes:
|
|
11435
|
+
email: test@datadoghq.com
|
|
11436
|
+
type: public_dashboard_invitation
|
|
11437
|
+
items:
|
|
11438
|
+
$ref: '#/components/schemas/SharedDashboardInvitesDataObject'
|
|
11439
|
+
type: array
|
|
11440
|
+
SharedDashboardInvitesDataObject:
|
|
11441
|
+
description: Object containing the information for an invitation to a shared
|
|
11442
|
+
dashboard.
|
|
11443
|
+
example:
|
|
11444
|
+
attributes:
|
|
11445
|
+
created_at: '2020-12-07T20:16:27.846985+00:00'
|
|
11446
|
+
email: test@datadoghq.com
|
|
11447
|
+
has_session: false
|
|
11448
|
+
invitation_expiry: '2020-12-07T21:16:27.840542+00:00'
|
|
11449
|
+
session_expiry: null
|
|
11450
|
+
share_token: XXXXXX-123456abcedfg7890hijklmnopqrstuv
|
|
11451
|
+
type: public_dashboard_invitation
|
|
11452
|
+
properties:
|
|
11453
|
+
attributes:
|
|
11454
|
+
$ref: '#/components/schemas/SharedDashboardInvitesDataObjectAttributes'
|
|
11455
|
+
type:
|
|
11456
|
+
$ref: '#/components/schemas/DashboardInviteType'
|
|
11457
|
+
required:
|
|
11458
|
+
- type
|
|
11459
|
+
- attributes
|
|
11460
|
+
type: object
|
|
11461
|
+
SharedDashboardInvitesDataObjectAttributes:
|
|
11462
|
+
description: Attributes of the shared dashboard invitation
|
|
11463
|
+
example:
|
|
11464
|
+
created_at: '2020-12-07T20:16:27.846985+00:00'
|
|
11465
|
+
email: test@datadoghq.com
|
|
11466
|
+
has_session: false
|
|
11467
|
+
invitation_expiry: '2020-12-07T21:16:27.840542+00:00'
|
|
11468
|
+
session_expiry: null
|
|
11469
|
+
share_token: XXXXXX-123456abcedfg7890hijklmnopqrstuv
|
|
11470
|
+
properties:
|
|
11471
|
+
created_at:
|
|
11472
|
+
description: When the invitation was sent.
|
|
11473
|
+
format: date-time
|
|
11474
|
+
readOnly: true
|
|
11475
|
+
type: string
|
|
11476
|
+
email:
|
|
11477
|
+
description: An email address that an invitation has been (or if used in
|
|
11478
|
+
invitation request, will be) sent to.
|
|
11479
|
+
nullable: false
|
|
11480
|
+
type: string
|
|
11481
|
+
has_session:
|
|
11482
|
+
description: Indicates whether an active session exists for the invitation
|
|
11483
|
+
(produced when a user clicks the link in the email).
|
|
11484
|
+
readOnly: true
|
|
11485
|
+
type: boolean
|
|
11486
|
+
invitation_expiry:
|
|
11487
|
+
description: When the invitation expires.
|
|
11488
|
+
format: date-time
|
|
11489
|
+
readOnly: true
|
|
11490
|
+
type: string
|
|
11491
|
+
session_expiry:
|
|
11492
|
+
description: When the invited user's session expires. null if the invitation
|
|
11493
|
+
has no associated session.
|
|
11494
|
+
format: date-time
|
|
11495
|
+
nullable: true
|
|
11496
|
+
readOnly: true
|
|
11497
|
+
type: string
|
|
11498
|
+
share_token:
|
|
11499
|
+
description: The unique token of the shared dashboard that was (or is to
|
|
11500
|
+
be) shared.
|
|
11501
|
+
readOnly: true
|
|
11502
|
+
type: string
|
|
11503
|
+
type: object
|
|
11504
|
+
SharedDashboardInvitesMeta:
|
|
11505
|
+
description: Pagination metadata returned by the API.
|
|
11506
|
+
properties:
|
|
11507
|
+
page:
|
|
11508
|
+
$ref: '#/components/schemas/SharedDashboardInvitesMetaPage'
|
|
11509
|
+
readOnly: true
|
|
11510
|
+
type: object
|
|
11511
|
+
SharedDashboardInvitesMetaPage:
|
|
11512
|
+
description: Object containing the total count of invitations across all pages
|
|
11513
|
+
properties:
|
|
11514
|
+
total_count:
|
|
11515
|
+
description: The total number of invitations on this shared board, across
|
|
11516
|
+
all pages.
|
|
11517
|
+
format: int64
|
|
11518
|
+
type: integer
|
|
11519
|
+
type: object
|
|
11520
|
+
SharedDashboardUpdateRequest:
|
|
11521
|
+
description: Update a shared dashboard's settings.
|
|
11522
|
+
example:
|
|
11523
|
+
global_time:
|
|
11524
|
+
live_span: 1h
|
|
11525
|
+
share_list:
|
|
11526
|
+
- test@datadoghq.com
|
|
11527
|
+
- test2@datadoghq.com
|
|
11528
|
+
share_type: invite
|
|
11529
|
+
properties:
|
|
11530
|
+
global_time:
|
|
11531
|
+
$ref: '#/components/schemas/SharedDashboardUpdateRequestGlobalTime'
|
|
11532
|
+
global_time_selectable_enabled:
|
|
11533
|
+
description: Whether to allow viewers to select a different global time
|
|
11534
|
+
setting for the shared dashboard.
|
|
11535
|
+
nullable: true
|
|
11536
|
+
type: boolean
|
|
11537
|
+
selectable_template_vars:
|
|
11538
|
+
description: List of objects representing template variables on the shared
|
|
11539
|
+
dashboard which can have selectable values.
|
|
11540
|
+
example:
|
|
11541
|
+
- default_value: '*'
|
|
11542
|
+
name: exampleVar
|
|
11543
|
+
prefix: test
|
|
11544
|
+
visible_tags:
|
|
11545
|
+
- selectableValue1
|
|
11546
|
+
- selectableValue2
|
|
11547
|
+
items:
|
|
11548
|
+
$ref: '#/components/schemas/SelectableTemplateVariableItems'
|
|
11549
|
+
nullable: true
|
|
11550
|
+
type: array
|
|
11551
|
+
share_list:
|
|
11552
|
+
description: List of email addresses that can be given access to the shared
|
|
11553
|
+
dashboard.
|
|
11554
|
+
example:
|
|
11555
|
+
- test@datadoghq.com
|
|
11556
|
+
- test2@email.com
|
|
11557
|
+
items:
|
|
11558
|
+
description: Email address that can receive an invitation to access the
|
|
11559
|
+
shared dashboard.
|
|
11560
|
+
format: email
|
|
11561
|
+
type: string
|
|
11562
|
+
nullable: true
|
|
11563
|
+
type: array
|
|
11564
|
+
share_type:
|
|
11565
|
+
$ref: '#/components/schemas/DashboardShareType'
|
|
11566
|
+
required:
|
|
11567
|
+
- global_time
|
|
11568
|
+
type: object
|
|
11569
|
+
SharedDashboardUpdateRequestGlobalTime:
|
|
11570
|
+
description: Timeframe setting for the shared dashboard.
|
|
11571
|
+
example:
|
|
11572
|
+
live_span: 1h
|
|
11573
|
+
nullable: true
|
|
11574
|
+
properties:
|
|
11575
|
+
live_span:
|
|
11576
|
+
$ref: '#/components/schemas/DashboardGlobalTimeLiveSpan'
|
|
11577
|
+
type: object
|
|
11181
11578
|
SignalArchiveReason:
|
|
11182
11579
|
description: Reason why a signal has been archived.
|
|
11183
11580
|
enum:
|
|
@@ -13896,6 +14293,10 @@ components:
|
|
|
13896
14293
|
example: ''
|
|
13897
14294
|
type: string
|
|
13898
14295
|
type: array
|
|
14296
|
+
compressedJsonDescriptor:
|
|
14297
|
+
description: A protobuf JSON descriptor that needs to be gzipped first then
|
|
14298
|
+
base64 encoded.
|
|
14299
|
+
type: string
|
|
13899
14300
|
dnsServer:
|
|
13900
14301
|
description: DNS server to use for DNS tests.
|
|
13901
14302
|
type: string
|
|
@@ -15110,6 +15511,7 @@ components:
|
|
|
15110
15511
|
configured for usage attribution](https://docs.datadoghq.com/account_management/billing/usage_attribution/#getting-started).
|
|
15111
15512
|
|
|
15112
15513
|
In this scenario the API returns the total usage, not broken down by tags.'
|
|
15514
|
+
nullable: true
|
|
15113
15515
|
type: object
|
|
15114
15516
|
UsageAttributionValues:
|
|
15115
15517
|
description: Fields in Usage Summary by tag(s).
|
|
@@ -15445,7 +15847,7 @@ components:
|
|
|
15445
15847
|
$ref: '#/components/schemas/UsageBillableSummaryBody'
|
|
15446
15848
|
application_security_host_sum:
|
|
15447
15849
|
$ref: '#/components/schemas/UsageBillableSummaryBody'
|
|
15448
|
-
|
|
15850
|
+
application_security_host_top99p:
|
|
15449
15851
|
$ref: '#/components/schemas/UsageBillableSummaryBody'
|
|
15450
15852
|
ci_pipeline_indexed_spans_sum:
|
|
15451
15853
|
$ref: '#/components/schemas/UsageBillableSummaryBody'
|
|
@@ -15619,22 +16021,26 @@ components:
|
|
|
15619
16021
|
ci_pipeline_indexed_spans:
|
|
15620
16022
|
description: The number of spans for pipelines in the queried hour.
|
|
15621
16023
|
format: int64
|
|
16024
|
+
nullable: true
|
|
15622
16025
|
type: integer
|
|
15623
16026
|
ci_test_indexed_spans:
|
|
15624
16027
|
description: The number of spans for tests in the queried hour.
|
|
15625
16028
|
format: int64
|
|
16029
|
+
nullable: true
|
|
15626
16030
|
type: integer
|
|
15627
16031
|
ci_visibility_pipeline_committers:
|
|
15628
16032
|
description: Shows the total count of all active Git committers for Pipelines
|
|
15629
16033
|
in the current month. A committer is active if they commit at least 3
|
|
15630
16034
|
times in a given month.
|
|
15631
16035
|
format: int64
|
|
16036
|
+
nullable: true
|
|
15632
16037
|
type: integer
|
|
15633
16038
|
ci_visibility_test_committers:
|
|
15634
16039
|
description: The total count of all active Git committers for tests in the
|
|
15635
16040
|
current month. A committer is active if they commit at least 3 times in
|
|
15636
16041
|
a given month.
|
|
15637
16042
|
format: int64
|
|
16043
|
+
nullable: true
|
|
15638
16044
|
type: integer
|
|
15639
16045
|
org_name:
|
|
15640
16046
|
description: The organization name.
|
|
@@ -15660,11 +16066,13 @@ components:
|
|
|
15660
16066
|
description: "The total number of Cloud Workload Security container hours
|
|
15661
16067
|
from the start of the given hour\u2019s month until the given hour."
|
|
15662
16068
|
format: int64
|
|
16069
|
+
nullable: true
|
|
15663
16070
|
type: integer
|
|
15664
16071
|
cws_host_count:
|
|
15665
16072
|
description: "The total number of Cloud Workload Security host hours from
|
|
15666
16073
|
the start of the given hour\u2019s month until the given hour."
|
|
15667
16074
|
format: int64
|
|
16075
|
+
nullable: true
|
|
15668
16076
|
type: integer
|
|
15669
16077
|
hour:
|
|
15670
16078
|
description: The hour for the usage.
|
|
@@ -15822,11 +16230,13 @@ components:
|
|
|
15822
16230
|
description: "The total number of Database Monitoring host hours from the
|
|
15823
16231
|
start of the given hour\u2019s month until the given hour."
|
|
15824
16232
|
format: int64
|
|
16233
|
+
nullable: true
|
|
15825
16234
|
type: integer
|
|
15826
16235
|
dbm_queries_count:
|
|
15827
16236
|
description: "The total number of normalized Database Monitoring queries
|
|
15828
16237
|
from the start of the given hour\u2019s month until the given hour."
|
|
15829
16238
|
format: int64
|
|
16239
|
+
nullable: true
|
|
15830
16240
|
type: integer
|
|
15831
16241
|
hour:
|
|
15832
16242
|
description: The hour for the usage.
|
|
@@ -15856,15 +16266,18 @@ components:
|
|
|
15856
16266
|
description: The high-water mark of APM ECS Fargate tasks during the given
|
|
15857
16267
|
hour.
|
|
15858
16268
|
format: int64
|
|
16269
|
+
nullable: true
|
|
15859
16270
|
type: integer
|
|
15860
16271
|
appsec_fargate_count:
|
|
15861
16272
|
description: The Application Security Monitoring ECS Fargate tasks during
|
|
15862
16273
|
the given hour.
|
|
15863
16274
|
format: int64
|
|
16275
|
+
nullable: true
|
|
15864
16276
|
type: integer
|
|
15865
16277
|
avg_profiled_fargate_tasks:
|
|
15866
16278
|
description: The average profiled task count for Fargate Profiling.
|
|
15867
16279
|
format: int64
|
|
16280
|
+
nullable: true
|
|
15868
16281
|
type: integer
|
|
15869
16282
|
hour:
|
|
15870
16283
|
description: The hour for the usage.
|
|
@@ -15879,6 +16292,7 @@ components:
|
|
|
15879
16292
|
tasks_count:
|
|
15880
16293
|
description: The number of Fargate tasks run.
|
|
15881
16294
|
format: int64
|
|
16295
|
+
nullable: true
|
|
15882
16296
|
type: integer
|
|
15883
16297
|
type: object
|
|
15884
16298
|
UsageFargateResponse:
|
|
@@ -15900,6 +16314,7 @@ components:
|
|
|
15900
16314
|
|
|
15901
16315
|
during a given hour that were running the Datadog Agent.'
|
|
15902
16316
|
format: int64
|
|
16317
|
+
nullable: true
|
|
15903
16318
|
type: integer
|
|
15904
16319
|
alibaba_host_count:
|
|
15905
16320
|
description: 'Contains the total number of hosts that reported through Alibaba
|
|
@@ -15907,17 +16322,20 @@ components:
|
|
|
15907
16322
|
|
|
15908
16323
|
(and were NOT running the Datadog Agent).'
|
|
15909
16324
|
format: int64
|
|
16325
|
+
nullable: true
|
|
15910
16326
|
type: integer
|
|
15911
16327
|
apm_azure_app_service_host_count:
|
|
15912
16328
|
description: Contains the total number of Azure App Services hosts using
|
|
15913
16329
|
APM.
|
|
15914
16330
|
format: int64
|
|
16331
|
+
nullable: true
|
|
15915
16332
|
type: integer
|
|
15916
16333
|
apm_host_count:
|
|
15917
16334
|
description: 'Shows the total number of hosts using APM during the hour,
|
|
15918
16335
|
|
|
15919
16336
|
these are counted as billable (except during trial periods).'
|
|
15920
16337
|
format: int64
|
|
16338
|
+
nullable: true
|
|
15921
16339
|
type: integer
|
|
15922
16340
|
aws_host_count:
|
|
15923
16341
|
description: 'Contains the total number of hosts that reported through the
|
|
@@ -15925,6 +16343,7 @@ components:
|
|
|
15925
16343
|
|
|
15926
16344
|
(and were NOT running the Datadog Agent).'
|
|
15927
16345
|
format: int64
|
|
16346
|
+
nullable: true
|
|
15928
16347
|
type: integer
|
|
15929
16348
|
azure_host_count:
|
|
15930
16349
|
description: 'Contains the total number of hosts that reported through Azure
|
|
@@ -15932,11 +16351,13 @@ components:
|
|
|
15932
16351
|
|
|
15933
16352
|
(and were NOT running the Datadog Agent).'
|
|
15934
16353
|
format: int64
|
|
16354
|
+
nullable: true
|
|
15935
16355
|
type: integer
|
|
15936
16356
|
container_count:
|
|
15937
16357
|
description: Shows the total number of containers reported by the Docker
|
|
15938
16358
|
integration during the hour.
|
|
15939
16359
|
format: int64
|
|
16360
|
+
nullable: true
|
|
15940
16361
|
type: integer
|
|
15941
16362
|
gcp_host_count:
|
|
15942
16363
|
description: 'Contains the total number of hosts that reported through the
|
|
@@ -15944,11 +16365,13 @@ components:
|
|
|
15944
16365
|
|
|
15945
16366
|
(and were NOT running the Datadog Agent).'
|
|
15946
16367
|
format: int64
|
|
16368
|
+
nullable: true
|
|
15947
16369
|
type: integer
|
|
15948
16370
|
heroku_host_count:
|
|
15949
16371
|
description: Contains the total number of Heroku dynos reported by the Datadog
|
|
15950
16372
|
Agent.
|
|
15951
16373
|
format: int64
|
|
16374
|
+
nullable: true
|
|
15952
16375
|
type: integer
|
|
15953
16376
|
host_count:
|
|
15954
16377
|
description: 'Contains the total number of billable infrastructure hosts
|
|
@@ -15956,10 +16379,12 @@ components:
|
|
|
15956
16379
|
|
|
15957
16380
|
This is the sum of `agent_host_count`, `aws_host_count`, and `gcp_host_count`.'
|
|
15958
16381
|
format: int64
|
|
16382
|
+
nullable: true
|
|
15959
16383
|
type: integer
|
|
15960
16384
|
hour:
|
|
15961
16385
|
description: The hour for the usage.
|
|
15962
16386
|
format: date-time
|
|
16387
|
+
nullable: true
|
|
15963
16388
|
type: string
|
|
15964
16389
|
infra_azure_app_service:
|
|
15965
16390
|
description: 'Contains the total number of hosts that reported through the
|
|
@@ -15967,16 +16392,19 @@ components:
|
|
|
15967
16392
|
|
|
15968
16393
|
(and were NOT running the Datadog Agent).'
|
|
15969
16394
|
format: int64
|
|
16395
|
+
nullable: true
|
|
15970
16396
|
type: integer
|
|
15971
16397
|
opentelemetry_apm_host_count:
|
|
15972
16398
|
description: Contains the total number of hosts using APM reported by Datadog
|
|
15973
16399
|
exporter for the OpenTelemetry Collector.
|
|
15974
16400
|
format: int64
|
|
16401
|
+
nullable: true
|
|
15975
16402
|
type: integer
|
|
15976
16403
|
opentelemetry_host_count:
|
|
15977
16404
|
description: Contains the total number of hosts reported by Datadog exporter
|
|
15978
16405
|
for the OpenTelemetry Collector.
|
|
15979
16406
|
format: int64
|
|
16407
|
+
nullable: true
|
|
15980
16408
|
type: integer
|
|
15981
16409
|
org_name:
|
|
15982
16410
|
description: The organization name.
|
|
@@ -15990,6 +16418,7 @@ components:
|
|
|
15990
16418
|
|
|
15991
16419
|
(and were NOT running the Datadog Agent).'
|
|
15992
16420
|
format: int64
|
|
16421
|
+
nullable: true
|
|
15993
16422
|
type: integer
|
|
15994
16423
|
type: object
|
|
15995
16424
|
UsageHostsResponse:
|
|
@@ -16013,6 +16442,7 @@ components:
|
|
|
16013
16442
|
description: Contains the total number monthly active users from the start
|
|
16014
16443
|
of the given hour's month until the given hour.
|
|
16015
16444
|
format: int64
|
|
16445
|
+
nullable: true
|
|
16016
16446
|
type: integer
|
|
16017
16447
|
org_name:
|
|
16018
16448
|
description: The organization name.
|
|
@@ -16125,6 +16555,7 @@ components:
|
|
|
16125
16555
|
description: Contains the number of different functions for each region
|
|
16126
16556
|
and AWS account.
|
|
16127
16557
|
format: int64
|
|
16558
|
+
nullable: true
|
|
16128
16559
|
type: integer
|
|
16129
16560
|
hour:
|
|
16130
16561
|
description: The hour for the usage.
|
|
@@ -16133,6 +16564,7 @@ components:
|
|
|
16133
16564
|
invocations_sum:
|
|
16134
16565
|
description: Contains the sum of invocations of all functions.
|
|
16135
16566
|
format: int64
|
|
16567
|
+
nullable: true
|
|
16136
16568
|
type: integer
|
|
16137
16569
|
org_name:
|
|
16138
16570
|
description: The organization name.
|
|
@@ -16238,6 +16670,7 @@ components:
|
|
|
16238
16670
|
billable_ingested_bytes:
|
|
16239
16671
|
description: Contains the number of billable log bytes ingested.
|
|
16240
16672
|
format: int64
|
|
16673
|
+
nullable: true
|
|
16241
16674
|
type: integer
|
|
16242
16675
|
hour:
|
|
16243
16676
|
description: The hour for the usage.
|
|
@@ -16246,30 +16679,42 @@ components:
|
|
|
16246
16679
|
indexed_events_count:
|
|
16247
16680
|
description: Contains the number of log events indexed.
|
|
16248
16681
|
format: int64
|
|
16682
|
+
nullable: true
|
|
16249
16683
|
type: integer
|
|
16250
16684
|
ingested_events_bytes:
|
|
16251
16685
|
description: Contains the number of log bytes ingested.
|
|
16252
16686
|
format: int64
|
|
16687
|
+
nullable: true
|
|
16688
|
+
type: integer
|
|
16689
|
+
logs_forwarding_events_bytes:
|
|
16690
|
+
description: Contains the number of logs forwarded bytes (data available
|
|
16691
|
+
as of April 1st 2023)
|
|
16692
|
+
format: int64
|
|
16693
|
+
nullable: true
|
|
16253
16694
|
type: integer
|
|
16254
16695
|
logs_live_indexed_count:
|
|
16255
16696
|
description: Contains the number of live log events indexed (data available
|
|
16256
16697
|
as of December 1, 2020).
|
|
16257
16698
|
format: int64
|
|
16699
|
+
nullable: true
|
|
16258
16700
|
type: integer
|
|
16259
16701
|
logs_live_ingested_bytes:
|
|
16260
16702
|
description: Contains the number of live log bytes ingested (data available
|
|
16261
16703
|
as of December 1, 2020).
|
|
16262
16704
|
format: int64
|
|
16705
|
+
nullable: true
|
|
16263
16706
|
type: integer
|
|
16264
16707
|
logs_rehydrated_indexed_count:
|
|
16265
16708
|
description: Contains the number of rehydrated log events indexed (data
|
|
16266
16709
|
available as of December 1, 2020).
|
|
16267
16710
|
format: int64
|
|
16711
|
+
nullable: true
|
|
16268
16712
|
type: integer
|
|
16269
16713
|
logs_rehydrated_ingested_bytes:
|
|
16270
16714
|
description: Contains the number of rehydrated log bytes ingested (data
|
|
16271
16715
|
available as of December 1, 2020).
|
|
16272
16716
|
format: int64
|
|
16717
|
+
nullable: true
|
|
16273
16718
|
type: integer
|
|
16274
16719
|
org_name:
|
|
16275
16720
|
description: The organization name.
|
|
@@ -16362,6 +16807,7 @@ components:
|
|
|
16362
16807
|
online_archive_events_count:
|
|
16363
16808
|
description: Total count of online archived events within the hour.
|
|
16364
16809
|
format: int64
|
|
16810
|
+
nullable: true
|
|
16365
16811
|
type: integer
|
|
16366
16812
|
org_name:
|
|
16367
16813
|
description: The organization name.
|
|
@@ -16385,11 +16831,13 @@ components:
|
|
|
16385
16831
|
avg_container_agent_count:
|
|
16386
16832
|
description: Get average number of container agents for that hour.
|
|
16387
16833
|
format: int64
|
|
16834
|
+
nullable: true
|
|
16388
16835
|
type: integer
|
|
16389
16836
|
host_count:
|
|
16390
16837
|
description: Contains the total number of profiled hosts reporting during
|
|
16391
16838
|
a given hour.
|
|
16392
16839
|
format: int64
|
|
16840
|
+
nullable: true
|
|
16393
16841
|
type: integer
|
|
16394
16842
|
hour:
|
|
16395
16843
|
description: The hour for the usage.
|
|
@@ -16486,10 +16934,12 @@ components:
|
|
|
16486
16934
|
browser_rum_units:
|
|
16487
16935
|
description: The number of browser RUM units.
|
|
16488
16936
|
format: int64
|
|
16937
|
+
nullable: true
|
|
16489
16938
|
type: integer
|
|
16490
16939
|
mobile_rum_units:
|
|
16491
16940
|
description: The number of mobile RUM units.
|
|
16492
16941
|
format: int64
|
|
16942
|
+
nullable: true
|
|
16493
16943
|
type: integer
|
|
16494
16944
|
org_name:
|
|
16495
16945
|
description: The organization name.
|
|
@@ -16584,6 +17034,7 @@ components:
|
|
|
16584
17034
|
snmp_devices:
|
|
16585
17035
|
description: Contains the number of SNMP devices.
|
|
16586
17036
|
format: int64
|
|
17037
|
+
nullable: true
|
|
16587
17038
|
type: integer
|
|
16588
17039
|
type: object
|
|
16589
17040
|
UsageSNMPResponse:
|
|
@@ -16710,6 +17161,7 @@ components:
|
|
|
16710
17161
|
format: int64
|
|
16711
17162
|
type: integer
|
|
16712
17163
|
audit_logs_lines_indexed_sum:
|
|
17164
|
+
deprecated: true
|
|
16713
17165
|
description: Shows the sum of audit logs lines indexed over all hours in
|
|
16714
17166
|
the current date for all organizations.
|
|
16715
17167
|
format: int64
|
|
@@ -16877,6 +17329,11 @@ components:
|
|
|
16877
17329
|
current date for all organizations.
|
|
16878
17330
|
format: int64
|
|
16879
17331
|
type: integer
|
|
17332
|
+
forwarding_events_bytes_sum:
|
|
17333
|
+
description: Shows the sum of all log bytes forwarded over all hours in
|
|
17334
|
+
the current date for all organizations.
|
|
17335
|
+
format: int64
|
|
17336
|
+
type: integer
|
|
16880
17337
|
gcp_host_top99p:
|
|
16881
17338
|
description: Shows the 99th percentile of all GCP hosts over all hours in
|
|
16882
17339
|
the current date for all organizations.
|
|
@@ -17065,6 +17522,11 @@ components:
|
|
|
17065
17522
|
in the current date for all organizations.
|
|
17066
17523
|
format: int64
|
|
17067
17524
|
type: integer
|
|
17525
|
+
universal_service_monitoring_host_top99p:
|
|
17526
|
+
description: Shows the 99th percentile of all universal service management
|
|
17527
|
+
hosts over all hours in the current date for the given org.
|
|
17528
|
+
format: int64
|
|
17529
|
+
type: integer
|
|
17068
17530
|
vsphere_host_top99p:
|
|
17069
17531
|
description: Shows the 99th percentile of all vSphere hosts over all hours
|
|
17070
17532
|
in the current date for all organizations.
|
|
@@ -17101,6 +17563,7 @@ components:
|
|
|
17101
17563
|
format: int64
|
|
17102
17564
|
type: integer
|
|
17103
17565
|
audit_logs_lines_indexed_sum:
|
|
17566
|
+
deprecated: true
|
|
17104
17567
|
description: Shows the sum of all audit logs lines indexed over all hours
|
|
17105
17568
|
in the current date for the given org.
|
|
17106
17569
|
format: int64
|
|
@@ -17264,6 +17727,11 @@ components:
|
|
|
17264
17727
|
in the current date for the given org.
|
|
17265
17728
|
format: int64
|
|
17266
17729
|
type: integer
|
|
17730
|
+
forwarding_events_bytes_sum:
|
|
17731
|
+
description: Shows the sum of all log bytes forwarded over all hours in
|
|
17732
|
+
the current date for the given org.
|
|
17733
|
+
format: int64
|
|
17734
|
+
type: integer
|
|
17267
17735
|
gcp_host_top99p:
|
|
17268
17736
|
description: Shows the 99th percentile of all GCP hosts over all hours in
|
|
17269
17737
|
the current date for the given org.
|
|
@@ -17459,6 +17927,11 @@ components:
|
|
|
17459
17927
|
in the current date for the given org.
|
|
17460
17928
|
format: int64
|
|
17461
17929
|
type: integer
|
|
17930
|
+
universal_service_monitoring_host_top99p:
|
|
17931
|
+
description: Shows the 99th percentile of all Universal Service Monitoring
|
|
17932
|
+
hosts over all hours in the current date for the given org.
|
|
17933
|
+
format: int64
|
|
17934
|
+
type: integer
|
|
17462
17935
|
vsphere_host_top99p:
|
|
17463
17936
|
description: Shows the 99th percentile of all vSphere hosts over all hours
|
|
17464
17937
|
in the current date for the given org.
|
|
@@ -17495,6 +17968,7 @@ components:
|
|
|
17495
17968
|
format: int64
|
|
17496
17969
|
type: integer
|
|
17497
17970
|
audit_logs_lines_indexed_agg_sum:
|
|
17971
|
+
deprecated: true
|
|
17498
17972
|
description: Shows the sum of all audit logs lines indexed over all hours
|
|
17499
17973
|
in the current months for all organizations.
|
|
17500
17974
|
format: int64
|
|
@@ -17670,6 +18144,12 @@ components:
|
|
|
17670
18144
|
over all hours in the current months for all organizations.
|
|
17671
18145
|
format: int64
|
|
17672
18146
|
type: integer
|
|
18147
|
+
forwarding_events_bytes_agg_sum:
|
|
18148
|
+
description: Shows the sum of all logs forwarding bytes over all hours in
|
|
18149
|
+
the current months for all organizations (data available as of April 1,
|
|
18150
|
+
2023)
|
|
18151
|
+
format: int64
|
|
18152
|
+
type: integer
|
|
17673
18153
|
gcp_host_top99p_sum:
|
|
17674
18154
|
description: Shows the 99th percentile of all GCP hosts over all hours in
|
|
17675
18155
|
the current months for all organizations.
|
|
@@ -17894,8 +18374,13 @@ components:
|
|
|
17894
18374
|
in the current months for all organizations.
|
|
17895
18375
|
format: int64
|
|
17896
18376
|
type: integer
|
|
17897
|
-
|
|
17898
|
-
description:
|
|
18377
|
+
universal_service_monitoring_host_top99p_sum:
|
|
18378
|
+
description: Shows the 99th percentile of all Universal Service Monitoring
|
|
18379
|
+
hosts over all hours in the current months for all organizations.
|
|
18380
|
+
format: int64
|
|
18381
|
+
type: integer
|
|
18382
|
+
usage:
|
|
18383
|
+
description: An array of objects regarding hourly usage.
|
|
17899
18384
|
items:
|
|
17900
18385
|
$ref: '#/components/schemas/UsageSummaryDate'
|
|
17901
18386
|
type: array
|
|
@@ -17911,6 +18396,7 @@ components:
|
|
|
17911
18396
|
check_calls_count:
|
|
17912
18397
|
description: Contains the number of Synthetics API tests run.
|
|
17913
18398
|
format: int64
|
|
18399
|
+
nullable: true
|
|
17914
18400
|
type: integer
|
|
17915
18401
|
hour:
|
|
17916
18402
|
description: The hour for the usage.
|
|
@@ -17940,6 +18426,7 @@ components:
|
|
|
17940
18426
|
browser_check_calls_count:
|
|
17941
18427
|
description: Contains the number of Synthetics Browser tests run.
|
|
17942
18428
|
format: int64
|
|
18429
|
+
nullable: true
|
|
17943
18430
|
type: integer
|
|
17944
18431
|
hour:
|
|
17945
18432
|
description: The hour for the usage.
|
|
@@ -18077,6 +18564,7 @@ components:
|
|
|
18077
18564
|
total_number_of_records:
|
|
18078
18565
|
description: Total number of records.
|
|
18079
18566
|
format: int64
|
|
18567
|
+
nullable: true
|
|
18080
18568
|
type: integer
|
|
18081
18569
|
type: object
|
|
18082
18570
|
UsageTopAvgMetricsResponse:
|
|
@@ -19173,6 +19661,7 @@ paths:
|
|
|
19173
19661
|
- datadoghq.com
|
|
19174
19662
|
- us3.datadoghq.com
|
|
19175
19663
|
- us5.datadoghq.com
|
|
19664
|
+
- ap1.datadoghq.com
|
|
19176
19665
|
- datadoghq.eu
|
|
19177
19666
|
- ddog-gov.com
|
|
19178
19667
|
subdomain:
|
|
@@ -20126,6 +20615,379 @@ paths:
|
|
|
20126
20615
|
tags:
|
|
20127
20616
|
- Dashboard Lists
|
|
20128
20617
|
x-codegen-request-body-name: body
|
|
20618
|
+
/api/v1/dashboard/public:
|
|
20619
|
+
post:
|
|
20620
|
+
description: Share a specified private dashboard, generating a URL at which
|
|
20621
|
+
it can be publicly viewed.
|
|
20622
|
+
operationId: CreatePublicDashboard
|
|
20623
|
+
requestBody:
|
|
20624
|
+
content:
|
|
20625
|
+
application/json:
|
|
20626
|
+
examples:
|
|
20627
|
+
json-request-body:
|
|
20628
|
+
value:
|
|
20629
|
+
dashboard_id: 123-abc-456
|
|
20630
|
+
dashboard_type: custom_timeboard
|
|
20631
|
+
share_type: open
|
|
20632
|
+
schema:
|
|
20633
|
+
$ref: '#/components/schemas/SharedDashboard'
|
|
20634
|
+
description: Create a shared dashboard request body.
|
|
20635
|
+
required: true
|
|
20636
|
+
responses:
|
|
20637
|
+
'200':
|
|
20638
|
+
content:
|
|
20639
|
+
application/json:
|
|
20640
|
+
schema:
|
|
20641
|
+
$ref: '#/components/schemas/SharedDashboard'
|
|
20642
|
+
description: OK
|
|
20643
|
+
'400':
|
|
20644
|
+
content:
|
|
20645
|
+
application/json:
|
|
20646
|
+
schema:
|
|
20647
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
20648
|
+
description: Bad Request
|
|
20649
|
+
'403':
|
|
20650
|
+
content:
|
|
20651
|
+
application/json:
|
|
20652
|
+
schema:
|
|
20653
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
20654
|
+
description: Forbidden
|
|
20655
|
+
'404':
|
|
20656
|
+
content:
|
|
20657
|
+
application/json:
|
|
20658
|
+
schema:
|
|
20659
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
20660
|
+
description: Dashboard Not Found
|
|
20661
|
+
'429':
|
|
20662
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
20663
|
+
security:
|
|
20664
|
+
- apiKeyAuth: []
|
|
20665
|
+
appKeyAuth: []
|
|
20666
|
+
- AuthZ:
|
|
20667
|
+
- dashboards_public_share
|
|
20668
|
+
summary: Create a shared dashboard
|
|
20669
|
+
tags:
|
|
20670
|
+
- Dashboards
|
|
20671
|
+
x-codegen-request-body-name: body
|
|
20672
|
+
/api/v1/dashboard/public/{token}:
|
|
20673
|
+
delete:
|
|
20674
|
+
description: Revoke the public URL for a dashboard (rendering it private) associated
|
|
20675
|
+
with the specified token.
|
|
20676
|
+
operationId: DeletePublicDashboard
|
|
20677
|
+
parameters:
|
|
20678
|
+
- description: The token of the shared dashboard.
|
|
20679
|
+
in: path
|
|
20680
|
+
name: token
|
|
20681
|
+
required: true
|
|
20682
|
+
schema:
|
|
20683
|
+
type: string
|
|
20684
|
+
responses:
|
|
20685
|
+
'200':
|
|
20686
|
+
content:
|
|
20687
|
+
application/json:
|
|
20688
|
+
schema:
|
|
20689
|
+
$ref: '#/components/schemas/DeleteSharedDashboardResponse'
|
|
20690
|
+
description: OK
|
|
20691
|
+
'403':
|
|
20692
|
+
content:
|
|
20693
|
+
application/json:
|
|
20694
|
+
schema:
|
|
20695
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
20696
|
+
description: Forbidden
|
|
20697
|
+
'404':
|
|
20698
|
+
content:
|
|
20699
|
+
application/json:
|
|
20700
|
+
schema:
|
|
20701
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
20702
|
+
description: Shared Dashboard Not Found
|
|
20703
|
+
'429':
|
|
20704
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
20705
|
+
security:
|
|
20706
|
+
- apiKeyAuth: []
|
|
20707
|
+
appKeyAuth: []
|
|
20708
|
+
- AuthZ:
|
|
20709
|
+
- dashboards_public_share
|
|
20710
|
+
summary: Revoke a shared dashboard URL
|
|
20711
|
+
tags:
|
|
20712
|
+
- Dashboards
|
|
20713
|
+
get:
|
|
20714
|
+
description: Fetch an existing shared dashboard's sharing metadata associated
|
|
20715
|
+
with the specified token.
|
|
20716
|
+
operationId: GetPublicDashboard
|
|
20717
|
+
parameters:
|
|
20718
|
+
- description: The token of the shared dashboard. Generated when a dashboard
|
|
20719
|
+
is shared.
|
|
20720
|
+
in: path
|
|
20721
|
+
name: token
|
|
20722
|
+
required: true
|
|
20723
|
+
schema:
|
|
20724
|
+
type: string
|
|
20725
|
+
responses:
|
|
20726
|
+
'200':
|
|
20727
|
+
content:
|
|
20728
|
+
application/json:
|
|
20729
|
+
schema:
|
|
20730
|
+
$ref: '#/components/schemas/SharedDashboard'
|
|
20731
|
+
description: OK
|
|
20732
|
+
'403':
|
|
20733
|
+
content:
|
|
20734
|
+
application/json:
|
|
20735
|
+
schema:
|
|
20736
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
20737
|
+
description: Forbidden
|
|
20738
|
+
'404':
|
|
20739
|
+
content:
|
|
20740
|
+
application/json:
|
|
20741
|
+
schema:
|
|
20742
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
20743
|
+
description: Shared Dashboard Not Found
|
|
20744
|
+
'429':
|
|
20745
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
20746
|
+
security:
|
|
20747
|
+
- apiKeyAuth: []
|
|
20748
|
+
appKeyAuth: []
|
|
20749
|
+
- AuthZ:
|
|
20750
|
+
- dashboards_read
|
|
20751
|
+
summary: Get a shared dashboard
|
|
20752
|
+
tags:
|
|
20753
|
+
- Dashboards
|
|
20754
|
+
put:
|
|
20755
|
+
description: Update a shared dashboard associated with the specified token.
|
|
20756
|
+
operationId: UpdatePublicDashboard
|
|
20757
|
+
parameters:
|
|
20758
|
+
- description: The token of the shared dashboard.
|
|
20759
|
+
in: path
|
|
20760
|
+
name: token
|
|
20761
|
+
required: true
|
|
20762
|
+
schema:
|
|
20763
|
+
type: string
|
|
20764
|
+
requestBody:
|
|
20765
|
+
content:
|
|
20766
|
+
application/json:
|
|
20767
|
+
examples:
|
|
20768
|
+
json-request-body:
|
|
20769
|
+
value:
|
|
20770
|
+
global_time:
|
|
20771
|
+
live_span: 1h
|
|
20772
|
+
selectable_template_vars:
|
|
20773
|
+
- default_value: '*'
|
|
20774
|
+
name: exampleVar
|
|
20775
|
+
prefix: test
|
|
20776
|
+
visible_tags:
|
|
20777
|
+
- selectableValue1
|
|
20778
|
+
- selectableValue2
|
|
20779
|
+
share_list:
|
|
20780
|
+
- test@datadoghq.com
|
|
20781
|
+
- test2@datadoghq.com
|
|
20782
|
+
share_type: invite
|
|
20783
|
+
schema:
|
|
20784
|
+
$ref: '#/components/schemas/SharedDashboardUpdateRequest'
|
|
20785
|
+
description: Update Dashboard request body.
|
|
20786
|
+
required: true
|
|
20787
|
+
responses:
|
|
20788
|
+
'200':
|
|
20789
|
+
content:
|
|
20790
|
+
application/json:
|
|
20791
|
+
schema:
|
|
20792
|
+
$ref: '#/components/schemas/SharedDashboard'
|
|
20793
|
+
description: OK
|
|
20794
|
+
'400':
|
|
20795
|
+
content:
|
|
20796
|
+
application/json:
|
|
20797
|
+
schema:
|
|
20798
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
20799
|
+
description: Bad Request
|
|
20800
|
+
'403':
|
|
20801
|
+
content:
|
|
20802
|
+
application/json:
|
|
20803
|
+
schema:
|
|
20804
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
20805
|
+
description: Authentication Error
|
|
20806
|
+
'404':
|
|
20807
|
+
content:
|
|
20808
|
+
application/json:
|
|
20809
|
+
schema:
|
|
20810
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
20811
|
+
description: Item Not Found
|
|
20812
|
+
'429':
|
|
20813
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
20814
|
+
security:
|
|
20815
|
+
- apiKeyAuth: []
|
|
20816
|
+
appKeyAuth: []
|
|
20817
|
+
- AuthZ:
|
|
20818
|
+
- dashboards_public_share
|
|
20819
|
+
summary: Update a shared dashboard
|
|
20820
|
+
tags:
|
|
20821
|
+
- Dashboards
|
|
20822
|
+
x-codegen-request-body-name: body
|
|
20823
|
+
/api/v1/dashboard/public/{token}/invitation:
|
|
20824
|
+
delete:
|
|
20825
|
+
description: Revoke previously sent invitation emails and active sessions used
|
|
20826
|
+
to access a given shared dashboard for specific email addresses.
|
|
20827
|
+
operationId: DeletePublicDashboardInvitation
|
|
20828
|
+
parameters:
|
|
20829
|
+
- description: The token of the shared dashboard.
|
|
20830
|
+
in: path
|
|
20831
|
+
name: token
|
|
20832
|
+
required: true
|
|
20833
|
+
schema:
|
|
20834
|
+
type: string
|
|
20835
|
+
requestBody:
|
|
20836
|
+
content:
|
|
20837
|
+
application/json:
|
|
20838
|
+
examples:
|
|
20839
|
+
json-request-body:
|
|
20840
|
+
value:
|
|
20841
|
+
data:
|
|
20842
|
+
attributes:
|
|
20843
|
+
email: test@datadoghq.com
|
|
20844
|
+
type: public_dashboard_invitation
|
|
20845
|
+
schema:
|
|
20846
|
+
$ref: '#/components/schemas/SharedDashboardInvites'
|
|
20847
|
+
description: Shared Dashboard Invitation deletion request body.
|
|
20848
|
+
required: true
|
|
20849
|
+
responses:
|
|
20850
|
+
'204':
|
|
20851
|
+
description: OK
|
|
20852
|
+
'403':
|
|
20853
|
+
content:
|
|
20854
|
+
application/json:
|
|
20855
|
+
schema:
|
|
20856
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
20857
|
+
description: Forbidden
|
|
20858
|
+
'404':
|
|
20859
|
+
content:
|
|
20860
|
+
application/json:
|
|
20861
|
+
schema:
|
|
20862
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
20863
|
+
description: Not Found
|
|
20864
|
+
'429':
|
|
20865
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
20866
|
+
security:
|
|
20867
|
+
- apiKeyAuth: []
|
|
20868
|
+
appKeyAuth: []
|
|
20869
|
+
- AuthZ:
|
|
20870
|
+
- dashboards_public_share
|
|
20871
|
+
summary: Revoke shared dashboard invitations
|
|
20872
|
+
tags:
|
|
20873
|
+
- Dashboards
|
|
20874
|
+
x-codegen-request-body-name: body
|
|
20875
|
+
get:
|
|
20876
|
+
description: Describe the invitations that exist for the given shared dashboard
|
|
20877
|
+
(paginated).
|
|
20878
|
+
operationId: GetPublicDashboardInvitations
|
|
20879
|
+
parameters:
|
|
20880
|
+
- description: Token of the shared dashboard for which to fetch invitations.
|
|
20881
|
+
in: path
|
|
20882
|
+
name: token
|
|
20883
|
+
required: true
|
|
20884
|
+
schema:
|
|
20885
|
+
type: string
|
|
20886
|
+
- description: The number of records to return in a single request.
|
|
20887
|
+
in: query
|
|
20888
|
+
name: page_size
|
|
20889
|
+
required: false
|
|
20890
|
+
schema:
|
|
20891
|
+
format: int64
|
|
20892
|
+
type: integer
|
|
20893
|
+
- description: The page to access (base 0).
|
|
20894
|
+
in: query
|
|
20895
|
+
name: page_number
|
|
20896
|
+
required: false
|
|
20897
|
+
schema:
|
|
20898
|
+
format: int64
|
|
20899
|
+
type: integer
|
|
20900
|
+
responses:
|
|
20901
|
+
'200':
|
|
20902
|
+
content:
|
|
20903
|
+
application/json:
|
|
20904
|
+
schema:
|
|
20905
|
+
$ref: '#/components/schemas/SharedDashboardInvites'
|
|
20906
|
+
description: OK
|
|
20907
|
+
'403':
|
|
20908
|
+
content:
|
|
20909
|
+
application/json:
|
|
20910
|
+
schema:
|
|
20911
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
20912
|
+
description: Forbidden
|
|
20913
|
+
'404':
|
|
20914
|
+
content:
|
|
20915
|
+
application/json:
|
|
20916
|
+
schema:
|
|
20917
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
20918
|
+
description: Not Found
|
|
20919
|
+
'429':
|
|
20920
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
20921
|
+
security:
|
|
20922
|
+
- apiKeyAuth: []
|
|
20923
|
+
appKeyAuth: []
|
|
20924
|
+
- AuthZ:
|
|
20925
|
+
- dashboards_public_share
|
|
20926
|
+
summary: Get all invitations for a shared dashboard
|
|
20927
|
+
tags:
|
|
20928
|
+
- Dashboards
|
|
20929
|
+
post:
|
|
20930
|
+
description: Send emails to specified email addresses containing links to access
|
|
20931
|
+
a given authenticated shared dashboard. Email addresses must already belong
|
|
20932
|
+
to the authenticated shared dashboard's share_list.
|
|
20933
|
+
operationId: SendPublicDashboardInvitation
|
|
20934
|
+
parameters:
|
|
20935
|
+
- description: The token of the shared dashboard.
|
|
20936
|
+
in: path
|
|
20937
|
+
name: token
|
|
20938
|
+
required: true
|
|
20939
|
+
schema:
|
|
20940
|
+
type: string
|
|
20941
|
+
requestBody:
|
|
20942
|
+
content:
|
|
20943
|
+
application/json:
|
|
20944
|
+
examples:
|
|
20945
|
+
json-request-body:
|
|
20946
|
+
value:
|
|
20947
|
+
data:
|
|
20948
|
+
- attributes:
|
|
20949
|
+
email: test@datadoghq.com
|
|
20950
|
+
type: public_dashboard_invitation
|
|
20951
|
+
schema:
|
|
20952
|
+
$ref: '#/components/schemas/SharedDashboardInvites'
|
|
20953
|
+
description: Shared Dashboard Invitation request body.
|
|
20954
|
+
required: true
|
|
20955
|
+
responses:
|
|
20956
|
+
'201':
|
|
20957
|
+
content:
|
|
20958
|
+
application/json:
|
|
20959
|
+
schema:
|
|
20960
|
+
$ref: '#/components/schemas/SharedDashboardInvites'
|
|
20961
|
+
description: OK
|
|
20962
|
+
'400':
|
|
20963
|
+
content:
|
|
20964
|
+
application/json:
|
|
20965
|
+
schema:
|
|
20966
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
20967
|
+
description: Bad Request
|
|
20968
|
+
'403':
|
|
20969
|
+
content:
|
|
20970
|
+
application/json:
|
|
20971
|
+
schema:
|
|
20972
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
20973
|
+
description: Forbidden
|
|
20974
|
+
'404':
|
|
20975
|
+
content:
|
|
20976
|
+
application/json:
|
|
20977
|
+
schema:
|
|
20978
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
20979
|
+
description: Not Found
|
|
20980
|
+
'429':
|
|
20981
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
20982
|
+
security:
|
|
20983
|
+
- apiKeyAuth: []
|
|
20984
|
+
appKeyAuth: []
|
|
20985
|
+
- AuthZ:
|
|
20986
|
+
- dashboards_public_share
|
|
20987
|
+
summary: Send shared dashboard invitation email
|
|
20988
|
+
tags:
|
|
20989
|
+
- Dashboards
|
|
20990
|
+
x-codegen-request-body-name: body
|
|
20129
20991
|
/api/v1/dashboard/{dashboard_id}:
|
|
20130
20992
|
delete:
|
|
20131
20993
|
description: Delete a dashboard using the specified ID.
|
|
@@ -20334,6 +21196,12 @@ paths:
|
|
|
20334
21196
|
required: false
|
|
20335
21197
|
schema:
|
|
20336
21198
|
type: boolean
|
|
21199
|
+
- description: Return creator information.
|
|
21200
|
+
in: query
|
|
21201
|
+
name: with_creator
|
|
21202
|
+
required: false
|
|
21203
|
+
schema:
|
|
21204
|
+
type: boolean
|
|
20337
21205
|
responses:
|
|
20338
21206
|
'200':
|
|
20339
21207
|
content:
|
|
@@ -23817,8 +24685,8 @@ paths:
|
|
|
23817
24685
|
- `#` an integer or decimal number used to set the threshold.
|
|
23818
24686
|
|
|
23819
24687
|
|
|
23820
|
-
**NOTE** Only available on US1-FED and in closed beta on US1, EU, US3,
|
|
23821
|
-
US5.
|
|
24688
|
+
**NOTE** Only available on US1-FED and in closed beta on US1, EU, AP1, US3,
|
|
24689
|
+
and US5.
|
|
23822
24690
|
|
|
23823
24691
|
|
|
23824
24692
|
**CI Pipelines Alert Query**
|
|
@@ -23843,7 +24711,7 @@ paths:
|
|
|
23843
24711
|
- `#` an integer or decimal number used to set the threshold.
|
|
23844
24712
|
|
|
23845
24713
|
|
|
23846
|
-
**NOTE** CI Pipeline monitors are in alpha on US1, EU, US3 and US5.
|
|
24714
|
+
**NOTE** CI Pipeline monitors are in alpha on US1, EU, AP1, US3, and US5.
|
|
23847
24715
|
|
|
23848
24716
|
|
|
23849
24717
|
**CI Tests Alert Query**
|
|
@@ -23868,8 +24736,8 @@ paths:
|
|
|
23868
24736
|
- `#` an integer or decimal number used to set the threshold.
|
|
23869
24737
|
|
|
23870
24738
|
|
|
23871
|
-
**NOTE** CI Test monitors are available only in closed beta on US1, EU,
|
|
23872
|
-
and US5.
|
|
24739
|
+
**NOTE** CI Test monitors are available only in closed beta on US1, EU, AP1,
|
|
24740
|
+
US3, and US5.
|
|
23873
24741
|
|
|
23874
24742
|
|
|
23875
24743
|
**Error Tracking Alert Query**
|
|
@@ -25982,6 +26850,7 @@ paths:
|
|
|
25982
26850
|
- datadoghq.eu
|
|
25983
26851
|
- us3.datadoghq.com
|
|
25984
26852
|
- us5.datadoghq.com
|
|
26853
|
+
- ap1.datadoghq.com
|
|
25985
26854
|
- ddog-gov.com
|
|
25986
26855
|
subdomain:
|
|
25987
26856
|
default: api
|
|
@@ -26947,8 +27816,8 @@ paths:
|
|
|
26947
27816
|
x-codegen-request-body-name: body
|
|
26948
27817
|
/api/v1/synthetics/tests/browser/{public_id}/results:
|
|
26949
27818
|
get:
|
|
26950
|
-
description: Get the last
|
|
26951
|
-
test.
|
|
27819
|
+
description: Get the last 150 test results summaries for a given Synthetics
|
|
27820
|
+
Browser test.
|
|
26952
27821
|
operationId: GetBrowserTestLatestResults
|
|
26953
27822
|
parameters:
|
|
26954
27823
|
- description: 'The public ID of the browser test for which to search results
|
|
@@ -27231,8 +28100,8 @@ paths:
|
|
|
27231
28100
|
- Synthetics
|
|
27232
28101
|
/api/v1/synthetics/tests/{public_id}/results:
|
|
27233
28102
|
get:
|
|
27234
|
-
description: Get the last
|
|
27235
|
-
test.
|
|
28103
|
+
description: Get the last 150 test results summaries for a given Synthetics
|
|
28104
|
+
API test.
|
|
27236
28105
|
operationId: GetAPITestLatestResults
|
|
27237
28106
|
parameters:
|
|
27238
28107
|
- description: The public ID of the test for which to search results for.
|
|
@@ -27981,12 +28850,10 @@ paths:
|
|
|
27981
28850
|
- Usage Metering
|
|
27982
28851
|
/api/v1/usage/audit_logs:
|
|
27983
28852
|
get:
|
|
28853
|
+
deprecated: true
|
|
27984
28854
|
description: 'Get hourly usage for audit logs.
|
|
27985
28855
|
|
|
27986
|
-
**Note:**
|
|
27987
|
-
hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family).
|
|
27988
|
-
Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/)
|
|
27989
|
-
for the associated migration guide.'
|
|
28856
|
+
**Note:** This endpoint has been deprecated.'
|
|
27990
28857
|
operationId: GetUsageAuditLogs
|
|
27991
28858
|
parameters:
|
|
27992
28859
|
- description: 'Datetime in ISO-8601 format, UTC, precise to hour: `[YYYY-MM-DDThh]`
|
|
@@ -28509,10 +29376,11 @@ paths:
|
|
|
28509
29376
|
- Usage Metering
|
|
28510
29377
|
/api/v1/usage/hourly-attribution:
|
|
28511
29378
|
get:
|
|
28512
|
-
description: "Get hourly usage attribution
|
|
28513
|
-
|
|
28514
|
-
|
|
28515
|
-
as a parameter.\nPseudo
|
|
29379
|
+
description: "Get hourly usage attribution. Multi-region data is available starting
|
|
29380
|
+
March 1, 2023.\n\nThis API endpoint is paginated. To make sure you receive
|
|
29381
|
+
all records, check if the value of `next_record_id` is\nset in the response.
|
|
29382
|
+
If it is, make another request and pass `next_record_id` as a parameter.\nPseudo
|
|
29383
|
+
code example:\n\n```\nresponse := GetHourlyUsageAttribution(start_month)\ncursor
|
|
28516
29384
|
:= response.metadata.pagination.next_record_id\nWHILE cursor != null BEGIN\n
|
|
28517
29385
|
\ sleep(5 seconds) # Avoid running into rate limit\n response := GetHourlyUsageAttribution(start_month,
|
|
28518
29386
|
next_record_id=cursor)\n cursor := response.metadata.pagination.next_record_id\nEND\n```"
|
|
@@ -29020,10 +29888,11 @@ paths:
|
|
|
29020
29888
|
- Usage Metering
|
|
29021
29889
|
/api/v1/usage/monthly-attribution:
|
|
29022
29890
|
get:
|
|
29023
|
-
description: "Get monthly usage attribution
|
|
29024
|
-
|
|
29025
|
-
|
|
29026
|
-
as a parameter.\nPseudo
|
|
29891
|
+
description: "Get monthly usage attribution. Multi-region data is available
|
|
29892
|
+
starting March 1, 2023.\n\nThis API endpoint is paginated. To make sure you
|
|
29893
|
+
receive all records, check if the value of `next_record_id` is\nset in the
|
|
29894
|
+
response. If it is, make another request and pass `next_record_id` as a parameter.\nPseudo
|
|
29895
|
+
code example:\n\n```\nresponse := GetMonthlyUsageAttribution(start_month)\ncursor
|
|
29027
29896
|
:= response.metadata.pagination.next_record_id\nWHILE cursor != null BEGIN\n
|
|
29028
29897
|
\ sleep(5 seconds) # Avoid running into rate limit\n response := GetMonthlyUsageAttribution(start_month,
|
|
29029
29898
|
next_record_id=cursor)\n cursor := response.metadata.pagination.next_record_id\nEND\n```"
|
|
@@ -30373,6 +31242,7 @@ paths:
|
|
|
30373
31242
|
- datadoghq.com
|
|
30374
31243
|
- us3.datadoghq.com
|
|
30375
31244
|
- us5.datadoghq.com
|
|
31245
|
+
- ap1.datadoghq.com
|
|
30376
31246
|
- datadoghq.eu
|
|
30377
31247
|
- ddog-gov.com
|
|
30378
31248
|
subdomain:
|
|
@@ -30411,6 +31281,7 @@ servers:
|
|
|
30411
31281
|
- datadoghq.com
|
|
30412
31282
|
- us3.datadoghq.com
|
|
30413
31283
|
- us5.datadoghq.com
|
|
31284
|
+
- ap1.datadoghq.com
|
|
30414
31285
|
- datadoghq.eu
|
|
30415
31286
|
- ddog-gov.com
|
|
30416
31287
|
subdomain:
|