datadog_api_client 2.8.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 +966 -34
- data/.generator/schemas/v2/openapi.yaml +7697 -4475
- data/.generator/src/generator/formatter.py +2 -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_base.j2 +8 -4
- 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 +60 -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 +62 -0
- 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 +32 -0
- 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 +31 -0
- data/examples/v2/incidents/CreateIncidentTodo.rb +23 -0
- data/examples/v2/incidents/DeleteIncident.rb +1 -1
- data/examples/v2/incidents/DeleteIncidentIntegration.rb +14 -0
- data/examples/v2/incidents/DeleteIncidentTodo.rb +14 -0
- data/examples/v2/incidents/GetIncident.rb +1 -1
- data/examples/v2/incidents/GetIncidentIntegration.rb +14 -0
- 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 +11 -0
- 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 +34 -0
- 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/GetIPAllowlist.rb +5 -0
- data/examples/v2/ip-allowlist/UpdateIPAllowlist.rb +25 -0
- 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/restriction-policies/DeleteRestrictionPolicy.rb +5 -0
- data/examples/v2/restriction-policies/GetRestrictionPolicy.rb +5 -0
- data/examples/v2/restriction-policies/UpdateRestrictionPolicy.rb +25 -0
- 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/synthetics/GetOnDemandConcurrencyCap.rb +5 -0
- data/examples/v2/synthetics/GetOnDemandConcurrencyCap_2633566918.rb +5 -0
- data/examples/v2/synthetics/SetOnDemandConcurrencyCap.rb +7 -0
- data/examples/v2/synthetics/SetOnDemandConcurrencyCap_2850884405.rb +9 -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 +15 -0
- data/lib/datadog_api_client/inflector.rb +161 -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/snapshots_api.rb +2 -2
- 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/model_base.rb +7 -3
- data/lib/datadog_api_client/v1/models/application_key.rb +16 -16
- data/lib/datadog_api_client/v1/models/cancel_downtimes_by_scope_request.rb +1 -1
- 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 +2 -1
- data/lib/datadog_api_client/v1/models/downtime_child.rb +2 -1
- data/lib/datadog_api_client/v1/models/formula_and_function_events_data_source.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 +3 -0
- data/lib/datadog_api_client/v1/models/list_stream_source.rb +3 -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 +6 -0
- data/lib/datadog_api_client/v1/models/monthly_usage_attribution_values.rb +66 -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_sessions_hour.rb +12 -1
- 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 +41 -1
- data/lib/datadog_api_client/v1/models/usage_summary_date_org.rb +41 -1
- data/lib/datadog_api_client/v1/models/usage_summary_response.rb +41 -1
- data/lib/datadog_api_client/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 +836 -43
- data/lib/datadog_api_client/v2/api/ip_allowlist_api.rb +153 -0
- data/lib/datadog_api_client/v2/api/logs_api.rb +1 -0
- data/lib/datadog_api_client/v2/api/restriction_policies_api.rb +245 -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/synthetics_api.rb +153 -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/model_base.rb +7 -3
- 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/events_data_source.rb +1 -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_attributes.rb +161 -0
- data/lib/datadog_api_client/v2/models/incident_integration_metadata_create_data.rb +123 -0
- data/lib/datadog_api_client/v2/models/incident_integration_metadata_create_request.rb +102 -0
- data/lib/datadog_api_client/v2/models/incident_integration_metadata_list_response.rb +126 -0
- data/lib/datadog_api_client/v2/models/incident_integration_metadata_metadata.rb +63 -0
- data/lib/datadog_api_client/v2/models/incident_integration_metadata_patch_data.rb +123 -0
- data/lib/datadog_api_client/v2/models/incident_integration_metadata_patch_request.rb +102 -0
- data/lib/datadog_api_client/v2/models/incident_integration_metadata_response.rb +114 -0
- data/lib/datadog_api_client/v2/models/incident_integration_metadata_response_data.rb +133 -0
- data/lib/datadog_api_client/v2/models/incident_integration_metadata_response_included_item.rb +62 -0
- 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/incident_update_data.rb +1 -1
- data/lib/datadog_api_client/v2/models/ip_allowlist_attributes.rb +103 -0
- data/lib/datadog_api_client/v2/models/ip_allowlist_data.rb +122 -0
- data/lib/datadog_api_client/v2/models/ip_allowlist_entry.rb +102 -0
- data/lib/datadog_api_client/v2/models/ip_allowlist_entry_attributes.rb +121 -0
- data/lib/datadog_api_client/v2/models/ip_allowlist_entry_data.rb +122 -0
- data/lib/datadog_api_client/v2/models/ip_allowlist_entry_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/ip_allowlist_response.rb +91 -0
- data/lib/datadog_api_client/v2/models/ip_allowlist_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/ip_allowlist_update_request.rb +102 -0
- data/lib/datadog_api_client/v2/models/jira_integration_metadata.rb +104 -0
- data/lib/datadog_api_client/v2/models/jira_integration_metadata_issues_item.rb +153 -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_aggregator.rb +4 -0
- 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/on_demand_concurrency_cap.rb +91 -0
- data/lib/datadog_api_client/v2/models/on_demand_concurrency_cap_attributes.rb +91 -0
- data/lib/datadog_api_client/v2/models/on_demand_concurrency_cap_response.rb +91 -0
- data/lib/datadog_api_client/v2/models/relationship_to_incident_integration_metadatas.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/restriction_policy.rb +144 -0
- data/lib/datadog_api_client/v2/models/restriction_policy_attributes.rb +104 -0
- data/lib/datadog_api_client/v2/models/restriction_policy_binding.rb +127 -0
- data/lib/datadog_api_client/v2/models/restriction_policy_response.rb +102 -0
- data/lib/datadog_api_client/v2/models/restriction_policy_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/restriction_policy_update_request.rb +102 -0
- data/lib/datadog_api_client/v2/models/rum_aggregate_bucket_value.rb +1 -1
- data/lib/datadog_api_client/v2/models/rum_application_attributes.rb +7 -7
- data/lib/datadog_api_client/v2/models/rum_application_list_attributes.rb +7 -7
- 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_rule_type_read.rb +1 -0
- 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/slack_integration_metadata.rb +104 -0
- data/lib/datadog_api_client/v2/models/slack_integration_metadata_channel_item.rb +154 -0
- 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 +218 -2
|
@@ -697,7 +697,8 @@ components:
|
|
|
697
697
|
description: Cancel downtimes according to scope.
|
|
698
698
|
properties:
|
|
699
699
|
scope:
|
|
700
|
-
description: 'The scope(s) to which the downtime applies
|
|
700
|
+
description: 'The scope(s) to which the downtime applies and must be in
|
|
701
|
+
`key:value` format. For example, `host:app2`.
|
|
701
702
|
|
|
702
703
|
Provide multiple scopes as a comma-separated list like `env:dev,env:prod`.
|
|
703
704
|
|
|
@@ -829,6 +830,7 @@ components:
|
|
|
829
830
|
type: string
|
|
830
831
|
type: array
|
|
831
832
|
description: A mapping of Monitor ID to strings denoting where it's used.
|
|
833
|
+
nullable: true
|
|
832
834
|
type: object
|
|
833
835
|
required:
|
|
834
836
|
- data
|
|
@@ -1005,6 +1007,14 @@ components:
|
|
|
1005
1007
|
description: A role UUID.
|
|
1006
1008
|
type: string
|
|
1007
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
|
|
1008
1018
|
template_variable_presets:
|
|
1009
1019
|
description: Array of template variables saved views.
|
|
1010
1020
|
items:
|
|
@@ -1083,10 +1093,46 @@ components:
|
|
|
1083
1093
|
description: ID of the deleted dashboard.
|
|
1084
1094
|
type: string
|
|
1085
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
|
|
1086
1124
|
DashboardID:
|
|
1087
1125
|
description: Dashboard resource ID.
|
|
1088
1126
|
example: 123-abc-456
|
|
1089
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
|
|
1090
1136
|
DashboardLayoutType:
|
|
1091
1137
|
description: Layout type of the dashboard.
|
|
1092
1138
|
enum:
|
|
@@ -1191,6 +1237,17 @@ components:
|
|
|
1191
1237
|
required:
|
|
1192
1238
|
- data
|
|
1193
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
|
|
1194
1251
|
DashboardSummary:
|
|
1195
1252
|
description: Dashboard summary response.
|
|
1196
1253
|
properties:
|
|
@@ -1317,6 +1374,23 @@ components:
|
|
|
1317
1374
|
minItems: 1
|
|
1318
1375
|
type: array
|
|
1319
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
|
|
1320
1394
|
DeletedMonitor:
|
|
1321
1395
|
description: Response from the delete monitor call.
|
|
1322
1396
|
properties:
|
|
@@ -1638,6 +1712,7 @@ components:
|
|
|
1638
1712
|
Email notifications can be sent to specific users by using the same `@username`
|
|
1639
1713
|
notation as events.'
|
|
1640
1714
|
example: Message on the downtime
|
|
1715
|
+
nullable: true
|
|
1641
1716
|
type: string
|
|
1642
1717
|
monitor_id:
|
|
1643
1718
|
description: 'A single monitor to which the downtime applies.
|
|
@@ -1678,7 +1753,8 @@ components:
|
|
|
1678
1753
|
recurrence:
|
|
1679
1754
|
$ref: '#/components/schemas/DowntimeRecurrence'
|
|
1680
1755
|
scope:
|
|
1681
|
-
description: 'The scope(s) to which the downtime applies
|
|
1756
|
+
description: 'The scope(s) to which the downtime applies and must be in
|
|
1757
|
+
`key:value` format. For example, `host:app2`.
|
|
1682
1758
|
|
|
1683
1759
|
Provide multiple scopes as a comma-separated list like `env:dev,env:prod`.
|
|
1684
1760
|
|
|
@@ -1772,6 +1848,7 @@ components:
|
|
|
1772
1848
|
Email notifications can be sent to specific users by using the same `@username`
|
|
1773
1849
|
notation as events.'
|
|
1774
1850
|
example: Message on the downtime
|
|
1851
|
+
nullable: true
|
|
1775
1852
|
type: string
|
|
1776
1853
|
monitor_id:
|
|
1777
1854
|
description: 'A single monitor to which the downtime applies.
|
|
@@ -1812,7 +1889,8 @@ components:
|
|
|
1812
1889
|
recurrence:
|
|
1813
1890
|
$ref: '#/components/schemas/DowntimeRecurrence'
|
|
1814
1891
|
scope:
|
|
1815
|
-
description: 'The scope(s) to which the downtime applies
|
|
1892
|
+
description: 'The scope(s) to which the downtime applies and must be in
|
|
1893
|
+
`key:value` format. For example, `host:app2`.
|
|
1816
1894
|
|
|
1817
1895
|
Provide multiple scopes as a comma-separated list like `env:dev,env:prod`.
|
|
1818
1896
|
|
|
@@ -2518,6 +2596,7 @@ components:
|
|
|
2518
2596
|
- audit
|
|
2519
2597
|
- events
|
|
2520
2598
|
- ci_tests
|
|
2599
|
+
- ci_pipelines
|
|
2521
2600
|
example: logs
|
|
2522
2601
|
type: string
|
|
2523
2602
|
x-enum-varnames:
|
|
@@ -2530,6 +2609,7 @@ components:
|
|
|
2530
2609
|
- AUDIT
|
|
2531
2610
|
- EVENTS
|
|
2532
2611
|
- CI_TESTS
|
|
2612
|
+
- CI_PIPELINES
|
|
2533
2613
|
FormulaAndFunctionMetricAggregation:
|
|
2534
2614
|
description: The aggregation methods available for metrics queries.
|
|
2535
2615
|
enum:
|
|
@@ -3249,6 +3329,7 @@ components:
|
|
|
3249
3329
|
mute_timeout:
|
|
3250
3330
|
description: Timeout of the mute applied to your host.
|
|
3251
3331
|
format: int64
|
|
3332
|
+
nullable: true
|
|
3252
3333
|
type: integer
|
|
3253
3334
|
name:
|
|
3254
3335
|
description: The host name.
|
|
@@ -3593,6 +3674,10 @@ components:
|
|
|
3593
3674
|
public_id:
|
|
3594
3675
|
description: The organization public ID.
|
|
3595
3676
|
type: string
|
|
3677
|
+
region:
|
|
3678
|
+
description: The region of the Datadog instance that the organization belongs
|
|
3679
|
+
to.
|
|
3680
|
+
type: string
|
|
3596
3681
|
tag_config_source:
|
|
3597
3682
|
description: The source of the usage attribution tag configuration and the
|
|
3598
3683
|
selected tags in the format of `<source_org_name>:::<selected tag 1>///<selected
|
|
@@ -3650,6 +3735,7 @@ components:
|
|
|
3650
3735
|
- container_usage
|
|
3651
3736
|
- cspm_containers_usage
|
|
3652
3737
|
- cspm_hosts_usage
|
|
3738
|
+
- custom_ingested_timeseries_usage
|
|
3653
3739
|
- custom_timeseries_usage
|
|
3654
3740
|
- cws_containers_usage
|
|
3655
3741
|
- cws_hosts_usage
|
|
@@ -3665,9 +3751,11 @@ components:
|
|
|
3665
3751
|
- invocations_usage
|
|
3666
3752
|
- npm_host_usage
|
|
3667
3753
|
- profiled_container_usage
|
|
3754
|
+
- profiled_fargate_usage
|
|
3668
3755
|
- profiled_host_usage
|
|
3669
3756
|
- snmp_usage
|
|
3670
3757
|
- estimated_rum_sessions_usage
|
|
3758
|
+
- universal_service_monitoring_usage
|
|
3671
3759
|
type: string
|
|
3672
3760
|
x-enum-varnames:
|
|
3673
3761
|
- API_USAGE
|
|
@@ -3680,6 +3768,7 @@ components:
|
|
|
3680
3768
|
- CONTAINER_USAGE
|
|
3681
3769
|
- CSPM_CONTAINERS_USAGE
|
|
3682
3770
|
- CSPM_HOSTS_USAGE
|
|
3771
|
+
- CUSTOM_INGESTED_TIMESERIES_USAGE
|
|
3683
3772
|
- CUSTOM_TIMESERIES_USAGE
|
|
3684
3773
|
- CWS_CONTAINERS_USAGE
|
|
3685
3774
|
- CWS_HOSTS_USAGE
|
|
@@ -3695,9 +3784,11 @@ components:
|
|
|
3695
3784
|
- INVOCATIONS_USAGE
|
|
3696
3785
|
- NPM_HOST_USAGE
|
|
3697
3786
|
- PROFILED_CONTAINER_USAGE
|
|
3787
|
+
- PROFILED_FARGATE_USAGE
|
|
3698
3788
|
- PROFILED_HOST_USAGE
|
|
3699
3789
|
- SNMP_USAGE
|
|
3700
3790
|
- ESTIMATED_RUM_SESSIONS_USAGE
|
|
3791
|
+
- UNIVERSAL_SERVICE_MONITORING_USAGE
|
|
3701
3792
|
IFrameWidgetDefinition:
|
|
3702
3793
|
description: The iframe widget allows you to embed a portion of any other web
|
|
3703
3794
|
page on your dashboard. Only available on FREE layout dashboards.
|
|
@@ -4132,8 +4223,11 @@ components:
|
|
|
4132
4223
|
enum:
|
|
4133
4224
|
- logs_stream
|
|
4134
4225
|
- audit_stream
|
|
4226
|
+
- ci_pipeline_stream
|
|
4227
|
+
- ci_test_stream
|
|
4135
4228
|
- rum_issue_stream
|
|
4136
4229
|
- apm_issue_stream
|
|
4230
|
+
- logs_issue_stream
|
|
4137
4231
|
- logs_pattern_stream
|
|
4138
4232
|
- logs_transaction_stream
|
|
4139
4233
|
- event_stream
|
|
@@ -4142,8 +4236,11 @@ components:
|
|
|
4142
4236
|
x-enum-varnames:
|
|
4143
4237
|
- LOGS_STREAM
|
|
4144
4238
|
- AUDIT_STREAM
|
|
4239
|
+
- CI_PIPELINE_STREAM
|
|
4240
|
+
- CI_TEST_STREAM
|
|
4145
4241
|
- RUM_ISSUE_STREAM
|
|
4146
4242
|
- APM_ISSUE_STREAM
|
|
4243
|
+
- LOGS_ISSUE_STREAM
|
|
4147
4244
|
- LOGS_PATTERN_STREAM
|
|
4148
4245
|
- LOGS_TRANSACTION_STREAM
|
|
4149
4246
|
- EVENT_STREAM
|
|
@@ -5063,6 +5160,7 @@ components:
|
|
|
5063
5160
|
description: 'Hash identifier of the next log to return in the list.
|
|
5064
5161
|
|
|
5065
5162
|
This parameter is used for the pagination feature.'
|
|
5163
|
+
nullable: true
|
|
5066
5164
|
type: string
|
|
5067
5165
|
status:
|
|
5068
5166
|
description: Status of the response.
|
|
@@ -5759,7 +5857,7 @@ components:
|
|
|
5759
5857
|
readOnly: true
|
|
5760
5858
|
type: string
|
|
5761
5859
|
interval:
|
|
5762
|
-
description: Number of
|
|
5860
|
+
description: Number of milliseconds between data samples.
|
|
5763
5861
|
format: int64
|
|
5764
5862
|
readOnly: true
|
|
5765
5863
|
type: integer
|
|
@@ -5774,10 +5872,10 @@ components:
|
|
|
5774
5872
|
readOnly: true
|
|
5775
5873
|
type: string
|
|
5776
5874
|
pointlist:
|
|
5777
|
-
description: List of points of the time series.
|
|
5875
|
+
description: List of points of the time series in milliseconds.
|
|
5778
5876
|
example:
|
|
5779
|
-
- -
|
|
5780
|
-
-
|
|
5877
|
+
- - 1681683300000.0
|
|
5878
|
+
- 77.62145685254418
|
|
5781
5879
|
items:
|
|
5782
5880
|
$ref: '#/components/schemas/Point'
|
|
5783
5881
|
readOnly: true
|
|
@@ -7043,6 +7141,10 @@ components:
|
|
|
7043
7141
|
public_id:
|
|
7044
7142
|
description: The organization public ID.
|
|
7045
7143
|
type: string
|
|
7144
|
+
region:
|
|
7145
|
+
description: The region of the Datadog instance that the organization belongs
|
|
7146
|
+
to.
|
|
7147
|
+
type: string
|
|
7046
7148
|
tag_config_source:
|
|
7047
7149
|
description: The source of the usage attribution tag configuration and the
|
|
7048
7150
|
selected tags in the format `<source_org_name>:::<selected tag 1>///<selected
|
|
@@ -7110,6 +7212,8 @@ components:
|
|
|
7110
7212
|
- cspm_hosts_usage
|
|
7111
7213
|
- custom_timeseries_usage
|
|
7112
7214
|
- custom_timeseries_percentage
|
|
7215
|
+
- custom_ingested_timeseries_usage
|
|
7216
|
+
- custom_ingested_timeseries_percentage
|
|
7113
7217
|
- cws_containers_percentage
|
|
7114
7218
|
- cws_containers_usage
|
|
7115
7219
|
- cws_hosts_percentage
|
|
@@ -7138,12 +7242,16 @@ components:
|
|
|
7138
7242
|
- npm_host_percentage
|
|
7139
7243
|
- profiled_container_usage
|
|
7140
7244
|
- profiled_container_percentage
|
|
7245
|
+
- profiled_fargate_usage
|
|
7246
|
+
- profiled_fargate_percentage
|
|
7141
7247
|
- profiled_host_usage
|
|
7142
7248
|
- profiled_host_percentage
|
|
7143
7249
|
- snmp_usage
|
|
7144
7250
|
- snmp_percentage
|
|
7145
7251
|
- estimated_rum_sessions_usage
|
|
7146
7252
|
- estimated_rum_sessions_percentage
|
|
7253
|
+
- universal_service_monitoring_usage
|
|
7254
|
+
- universal_service_monitoring_percentage
|
|
7147
7255
|
- '*'
|
|
7148
7256
|
type: string
|
|
7149
7257
|
x-enum-varnames:
|
|
@@ -7169,6 +7277,8 @@ components:
|
|
|
7169
7277
|
- CSPM_HOSTS_USAGE
|
|
7170
7278
|
- CUSTOM_TIMESERIES_USAGE
|
|
7171
7279
|
- CUSTOM_TIMESERIES_PERCENTAGE
|
|
7280
|
+
- CUSTOM_INGESTED_TIMESERIES_USAGE
|
|
7281
|
+
- CUSTOM_INGESTED_TIMESERIES_PERCENTAGE
|
|
7172
7282
|
- CWS_CONTAINERS_PERCENTAGE
|
|
7173
7283
|
- CWS_CONTAINERS_USAGE
|
|
7174
7284
|
- CWS_HOSTS_PERCENTAGE
|
|
@@ -7197,12 +7307,16 @@ components:
|
|
|
7197
7307
|
- NPM_HOST_PERCENTAGE
|
|
7198
7308
|
- PROFILED_CONTAINER_USAGE
|
|
7199
7309
|
- PROFILED_CONTAINER_PERCENTAGE
|
|
7310
|
+
- PROFILED_FARGATE_USAGE
|
|
7311
|
+
- PROFILED_FARGATE_PERCENTAGE
|
|
7200
7312
|
- PROFILED_HOST_USAGE
|
|
7201
7313
|
- PROFILED_HOST_PERCENTAGE
|
|
7202
7314
|
- SNMP_USAGE
|
|
7203
7315
|
- SNMP_PERCENTAGE
|
|
7204
7316
|
- ESTIMATED_RUM_SESSIONS_USAGE
|
|
7205
7317
|
- ESTIMATED_RUM_SESSIONS_PERCENTAGE
|
|
7318
|
+
- UNIVERSAL_SERVICE_MONITORING_USAGE
|
|
7319
|
+
- UNIVERSAL_SERVICE_MONITORING_PERCENTAGE
|
|
7206
7320
|
- ALL
|
|
7207
7321
|
MonthlyUsageAttributionValues:
|
|
7208
7322
|
description: Fields in Usage Summary by tag(s).
|
|
@@ -7291,12 +7405,20 @@ components:
|
|
|
7291
7405
|
description: The CSPM host usage by tag(s).
|
|
7292
7406
|
format: double
|
|
7293
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
|
|
7294
7416
|
custom_timeseries_percentage:
|
|
7295
|
-
description: The percentage of custom metrics usage by tag(s).
|
|
7417
|
+
description: The percentage of indexed custom metrics usage by tag(s).
|
|
7296
7418
|
format: double
|
|
7297
7419
|
type: number
|
|
7298
7420
|
custom_timeseries_usage:
|
|
7299
|
-
description: The custom metrics usage by tag(s).
|
|
7421
|
+
description: The indexed custom metrics usage by tag(s).
|
|
7300
7422
|
format: double
|
|
7301
7423
|
type: number
|
|
7302
7424
|
cws_containers_percentage:
|
|
@@ -7420,6 +7542,14 @@ components:
|
|
|
7420
7542
|
description: The profiled container usage by tag(s).
|
|
7421
7543
|
format: double
|
|
7422
7544
|
type: number
|
|
7545
|
+
profiled_fargate_percentage:
|
|
7546
|
+
description: The percentage of profiled Fargate task usage by tag(s).
|
|
7547
|
+
format: double
|
|
7548
|
+
type: number
|
|
7549
|
+
profiled_fargate_usage:
|
|
7550
|
+
description: The profiled Fargate task usage by tag(s).
|
|
7551
|
+
format: double
|
|
7552
|
+
type: number
|
|
7423
7553
|
profiled_host_percentage:
|
|
7424
7554
|
description: The percentage of profiled hosts usage by tag(s).
|
|
7425
7555
|
format: double
|
|
@@ -7436,6 +7566,14 @@ components:
|
|
|
7436
7566
|
description: The network device usage by tag(s).
|
|
7437
7567
|
format: double
|
|
7438
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
|
|
7439
7577
|
type: object
|
|
7440
7578
|
NoteWidgetDefinition:
|
|
7441
7579
|
description: The notes and links widget is similar to free text widget, but
|
|
@@ -8978,6 +9116,7 @@ components:
|
|
|
8978
9116
|
created_at:
|
|
8979
9117
|
description: The epoch timestamp of when the correction was created at.
|
|
8980
9118
|
format: int64
|
|
9119
|
+
nullable: true
|
|
8981
9120
|
type: integer
|
|
8982
9121
|
creator:
|
|
8983
9122
|
$ref: '#/components/schemas/Creator'
|
|
@@ -8994,10 +9133,12 @@ components:
|
|
|
8994
9133
|
end:
|
|
8995
9134
|
description: Ending time of the correction in epoch seconds.
|
|
8996
9135
|
format: int64
|
|
9136
|
+
nullable: true
|
|
8997
9137
|
type: integer
|
|
8998
9138
|
modified_at:
|
|
8999
9139
|
description: The epoch timestamp of when the correction was modified at.
|
|
9000
9140
|
format: int64
|
|
9141
|
+
nullable: true
|
|
9001
9142
|
type: integer
|
|
9002
9143
|
modifier:
|
|
9003
9144
|
$ref: '#/components/schemas/SLOCorrectionResponseAttributesModifier'
|
|
@@ -9108,6 +9249,7 @@ components:
|
|
|
9108
9249
|
type: integer
|
|
9109
9250
|
name:
|
|
9110
9251
|
description: Name of the creator.
|
|
9252
|
+
nullable: true
|
|
9111
9253
|
type: string
|
|
9112
9254
|
type: object
|
|
9113
9255
|
SLODeleteResponse:
|
|
@@ -9379,6 +9521,7 @@ components:
|
|
|
9379
9521
|
description: The current SLI value of the SLO over the history window.
|
|
9380
9522
|
example: 99.99
|
|
9381
9523
|
format: double
|
|
9524
|
+
nullable: true
|
|
9382
9525
|
type: number
|
|
9383
9526
|
span_precision:
|
|
9384
9527
|
description: The amount of decimal places the SLI value is accurate to for
|
|
@@ -9403,6 +9546,7 @@ components:
|
|
|
9403
9546
|
level objective.
|
|
9404
9547
|
items:
|
|
9405
9548
|
$ref: '#/components/schemas/SLOHistoryResponseError'
|
|
9549
|
+
nullable: true
|
|
9406
9550
|
type: array
|
|
9407
9551
|
type: object
|
|
9408
9552
|
SLOHistoryResponseData:
|
|
@@ -9563,6 +9707,7 @@ components:
|
|
|
9563
9707
|
description: The current SLI value of the SLO over the history window.
|
|
9564
9708
|
example: 99.99
|
|
9565
9709
|
format: double
|
|
9710
|
+
nullable: true
|
|
9566
9711
|
type: number
|
|
9567
9712
|
span_precision:
|
|
9568
9713
|
description: The amount of decimal places the SLI value is accurate to for
|
|
@@ -9575,6 +9720,7 @@ components:
|
|
|
9575
9720
|
description: Use `sli_value` instead.
|
|
9576
9721
|
example: 99.99
|
|
9577
9722
|
format: double
|
|
9723
|
+
nullable: true
|
|
9578
9724
|
type: number
|
|
9579
9725
|
type: object
|
|
9580
9726
|
SLOListResponse:
|
|
@@ -10658,6 +10804,28 @@ components:
|
|
|
10658
10804
|
description: The type of the object, must be `slo`.
|
|
10659
10805
|
type: string
|
|
10660
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
|
|
10661
10829
|
Series:
|
|
10662
10830
|
description: 'A metric to submit to Datadog.
|
|
10663
10831
|
|
|
@@ -11153,6 +11321,260 @@ components:
|
|
|
11153
11321
|
type: string
|
|
11154
11322
|
x-enum-varnames:
|
|
11155
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
|
|
11156
11578
|
SignalArchiveReason:
|
|
11157
11579
|
description: Reason why a signal has been archived.
|
|
11158
11580
|
enum:
|
|
@@ -13871,6 +14293,10 @@ components:
|
|
|
13871
14293
|
example: ''
|
|
13872
14294
|
type: string
|
|
13873
14295
|
type: array
|
|
14296
|
+
compressedJsonDescriptor:
|
|
14297
|
+
description: A protobuf JSON descriptor that needs to be gzipped first then
|
|
14298
|
+
base64 encoded.
|
|
14299
|
+
type: string
|
|
13874
14300
|
dnsServer:
|
|
13875
14301
|
description: DNS server to use for DNS tests.
|
|
13876
14302
|
type: string
|
|
@@ -15085,6 +15511,7 @@ components:
|
|
|
15085
15511
|
configured for usage attribution](https://docs.datadoghq.com/account_management/billing/usage_attribution/#getting-started).
|
|
15086
15512
|
|
|
15087
15513
|
In this scenario the API returns the total usage, not broken down by tags.'
|
|
15514
|
+
nullable: true
|
|
15088
15515
|
type: object
|
|
15089
15516
|
UsageAttributionValues:
|
|
15090
15517
|
description: Fields in Usage Summary by tag(s).
|
|
@@ -15420,7 +15847,7 @@ components:
|
|
|
15420
15847
|
$ref: '#/components/schemas/UsageBillableSummaryBody'
|
|
15421
15848
|
application_security_host_sum:
|
|
15422
15849
|
$ref: '#/components/schemas/UsageBillableSummaryBody'
|
|
15423
|
-
|
|
15850
|
+
application_security_host_top99p:
|
|
15424
15851
|
$ref: '#/components/schemas/UsageBillableSummaryBody'
|
|
15425
15852
|
ci_pipeline_indexed_spans_sum:
|
|
15426
15853
|
$ref: '#/components/schemas/UsageBillableSummaryBody'
|
|
@@ -15594,22 +16021,26 @@ components:
|
|
|
15594
16021
|
ci_pipeline_indexed_spans:
|
|
15595
16022
|
description: The number of spans for pipelines in the queried hour.
|
|
15596
16023
|
format: int64
|
|
16024
|
+
nullable: true
|
|
15597
16025
|
type: integer
|
|
15598
16026
|
ci_test_indexed_spans:
|
|
15599
16027
|
description: The number of spans for tests in the queried hour.
|
|
15600
16028
|
format: int64
|
|
16029
|
+
nullable: true
|
|
15601
16030
|
type: integer
|
|
15602
16031
|
ci_visibility_pipeline_committers:
|
|
15603
16032
|
description: Shows the total count of all active Git committers for Pipelines
|
|
15604
16033
|
in the current month. A committer is active if they commit at least 3
|
|
15605
16034
|
times in a given month.
|
|
15606
16035
|
format: int64
|
|
16036
|
+
nullable: true
|
|
15607
16037
|
type: integer
|
|
15608
16038
|
ci_visibility_test_committers:
|
|
15609
16039
|
description: The total count of all active Git committers for tests in the
|
|
15610
16040
|
current month. A committer is active if they commit at least 3 times in
|
|
15611
16041
|
a given month.
|
|
15612
16042
|
format: int64
|
|
16043
|
+
nullable: true
|
|
15613
16044
|
type: integer
|
|
15614
16045
|
org_name:
|
|
15615
16046
|
description: The organization name.
|
|
@@ -15635,11 +16066,13 @@ components:
|
|
|
15635
16066
|
description: "The total number of Cloud Workload Security container hours
|
|
15636
16067
|
from the start of the given hour\u2019s month until the given hour."
|
|
15637
16068
|
format: int64
|
|
16069
|
+
nullable: true
|
|
15638
16070
|
type: integer
|
|
15639
16071
|
cws_host_count:
|
|
15640
16072
|
description: "The total number of Cloud Workload Security host hours from
|
|
15641
16073
|
the start of the given hour\u2019s month until the given hour."
|
|
15642
16074
|
format: int64
|
|
16075
|
+
nullable: true
|
|
15643
16076
|
type: integer
|
|
15644
16077
|
hour:
|
|
15645
16078
|
description: The hour for the usage.
|
|
@@ -15797,11 +16230,13 @@ components:
|
|
|
15797
16230
|
description: "The total number of Database Monitoring host hours from the
|
|
15798
16231
|
start of the given hour\u2019s month until the given hour."
|
|
15799
16232
|
format: int64
|
|
16233
|
+
nullable: true
|
|
15800
16234
|
type: integer
|
|
15801
16235
|
dbm_queries_count:
|
|
15802
16236
|
description: "The total number of normalized Database Monitoring queries
|
|
15803
16237
|
from the start of the given hour\u2019s month until the given hour."
|
|
15804
16238
|
format: int64
|
|
16239
|
+
nullable: true
|
|
15805
16240
|
type: integer
|
|
15806
16241
|
hour:
|
|
15807
16242
|
description: The hour for the usage.
|
|
@@ -15831,15 +16266,18 @@ components:
|
|
|
15831
16266
|
description: The high-water mark of APM ECS Fargate tasks during the given
|
|
15832
16267
|
hour.
|
|
15833
16268
|
format: int64
|
|
16269
|
+
nullable: true
|
|
15834
16270
|
type: integer
|
|
15835
16271
|
appsec_fargate_count:
|
|
15836
16272
|
description: The Application Security Monitoring ECS Fargate tasks during
|
|
15837
16273
|
the given hour.
|
|
15838
16274
|
format: int64
|
|
16275
|
+
nullable: true
|
|
15839
16276
|
type: integer
|
|
15840
16277
|
avg_profiled_fargate_tasks:
|
|
15841
16278
|
description: The average profiled task count for Fargate Profiling.
|
|
15842
16279
|
format: int64
|
|
16280
|
+
nullable: true
|
|
15843
16281
|
type: integer
|
|
15844
16282
|
hour:
|
|
15845
16283
|
description: The hour for the usage.
|
|
@@ -15854,6 +16292,7 @@ components:
|
|
|
15854
16292
|
tasks_count:
|
|
15855
16293
|
description: The number of Fargate tasks run.
|
|
15856
16294
|
format: int64
|
|
16295
|
+
nullable: true
|
|
15857
16296
|
type: integer
|
|
15858
16297
|
type: object
|
|
15859
16298
|
UsageFargateResponse:
|
|
@@ -15875,6 +16314,7 @@ components:
|
|
|
15875
16314
|
|
|
15876
16315
|
during a given hour that were running the Datadog Agent.'
|
|
15877
16316
|
format: int64
|
|
16317
|
+
nullable: true
|
|
15878
16318
|
type: integer
|
|
15879
16319
|
alibaba_host_count:
|
|
15880
16320
|
description: 'Contains the total number of hosts that reported through Alibaba
|
|
@@ -15882,17 +16322,20 @@ components:
|
|
|
15882
16322
|
|
|
15883
16323
|
(and were NOT running the Datadog Agent).'
|
|
15884
16324
|
format: int64
|
|
16325
|
+
nullable: true
|
|
15885
16326
|
type: integer
|
|
15886
16327
|
apm_azure_app_service_host_count:
|
|
15887
16328
|
description: Contains the total number of Azure App Services hosts using
|
|
15888
16329
|
APM.
|
|
15889
16330
|
format: int64
|
|
16331
|
+
nullable: true
|
|
15890
16332
|
type: integer
|
|
15891
16333
|
apm_host_count:
|
|
15892
16334
|
description: 'Shows the total number of hosts using APM during the hour,
|
|
15893
16335
|
|
|
15894
16336
|
these are counted as billable (except during trial periods).'
|
|
15895
16337
|
format: int64
|
|
16338
|
+
nullable: true
|
|
15896
16339
|
type: integer
|
|
15897
16340
|
aws_host_count:
|
|
15898
16341
|
description: 'Contains the total number of hosts that reported through the
|
|
@@ -15900,6 +16343,7 @@ components:
|
|
|
15900
16343
|
|
|
15901
16344
|
(and were NOT running the Datadog Agent).'
|
|
15902
16345
|
format: int64
|
|
16346
|
+
nullable: true
|
|
15903
16347
|
type: integer
|
|
15904
16348
|
azure_host_count:
|
|
15905
16349
|
description: 'Contains the total number of hosts that reported through Azure
|
|
@@ -15907,11 +16351,13 @@ components:
|
|
|
15907
16351
|
|
|
15908
16352
|
(and were NOT running the Datadog Agent).'
|
|
15909
16353
|
format: int64
|
|
16354
|
+
nullable: true
|
|
15910
16355
|
type: integer
|
|
15911
16356
|
container_count:
|
|
15912
16357
|
description: Shows the total number of containers reported by the Docker
|
|
15913
16358
|
integration during the hour.
|
|
15914
16359
|
format: int64
|
|
16360
|
+
nullable: true
|
|
15915
16361
|
type: integer
|
|
15916
16362
|
gcp_host_count:
|
|
15917
16363
|
description: 'Contains the total number of hosts that reported through the
|
|
@@ -15919,11 +16365,13 @@ components:
|
|
|
15919
16365
|
|
|
15920
16366
|
(and were NOT running the Datadog Agent).'
|
|
15921
16367
|
format: int64
|
|
16368
|
+
nullable: true
|
|
15922
16369
|
type: integer
|
|
15923
16370
|
heroku_host_count:
|
|
15924
16371
|
description: Contains the total number of Heroku dynos reported by the Datadog
|
|
15925
16372
|
Agent.
|
|
15926
16373
|
format: int64
|
|
16374
|
+
nullable: true
|
|
15927
16375
|
type: integer
|
|
15928
16376
|
host_count:
|
|
15929
16377
|
description: 'Contains the total number of billable infrastructure hosts
|
|
@@ -15931,10 +16379,12 @@ components:
|
|
|
15931
16379
|
|
|
15932
16380
|
This is the sum of `agent_host_count`, `aws_host_count`, and `gcp_host_count`.'
|
|
15933
16381
|
format: int64
|
|
16382
|
+
nullable: true
|
|
15934
16383
|
type: integer
|
|
15935
16384
|
hour:
|
|
15936
16385
|
description: The hour for the usage.
|
|
15937
16386
|
format: date-time
|
|
16387
|
+
nullable: true
|
|
15938
16388
|
type: string
|
|
15939
16389
|
infra_azure_app_service:
|
|
15940
16390
|
description: 'Contains the total number of hosts that reported through the
|
|
@@ -15942,16 +16392,19 @@ components:
|
|
|
15942
16392
|
|
|
15943
16393
|
(and were NOT running the Datadog Agent).'
|
|
15944
16394
|
format: int64
|
|
16395
|
+
nullable: true
|
|
15945
16396
|
type: integer
|
|
15946
16397
|
opentelemetry_apm_host_count:
|
|
15947
16398
|
description: Contains the total number of hosts using APM reported by Datadog
|
|
15948
16399
|
exporter for the OpenTelemetry Collector.
|
|
15949
16400
|
format: int64
|
|
16401
|
+
nullable: true
|
|
15950
16402
|
type: integer
|
|
15951
16403
|
opentelemetry_host_count:
|
|
15952
16404
|
description: Contains the total number of hosts reported by Datadog exporter
|
|
15953
16405
|
for the OpenTelemetry Collector.
|
|
15954
16406
|
format: int64
|
|
16407
|
+
nullable: true
|
|
15955
16408
|
type: integer
|
|
15956
16409
|
org_name:
|
|
15957
16410
|
description: The organization name.
|
|
@@ -15965,6 +16418,7 @@ components:
|
|
|
15965
16418
|
|
|
15966
16419
|
(and were NOT running the Datadog Agent).'
|
|
15967
16420
|
format: int64
|
|
16421
|
+
nullable: true
|
|
15968
16422
|
type: integer
|
|
15969
16423
|
type: object
|
|
15970
16424
|
UsageHostsResponse:
|
|
@@ -15988,6 +16442,7 @@ components:
|
|
|
15988
16442
|
description: Contains the total number monthly active users from the start
|
|
15989
16443
|
of the given hour's month until the given hour.
|
|
15990
16444
|
format: int64
|
|
16445
|
+
nullable: true
|
|
15991
16446
|
type: integer
|
|
15992
16447
|
org_name:
|
|
15993
16448
|
description: The organization name.
|
|
@@ -16100,6 +16555,7 @@ components:
|
|
|
16100
16555
|
description: Contains the number of different functions for each region
|
|
16101
16556
|
and AWS account.
|
|
16102
16557
|
format: int64
|
|
16558
|
+
nullable: true
|
|
16103
16559
|
type: integer
|
|
16104
16560
|
hour:
|
|
16105
16561
|
description: The hour for the usage.
|
|
@@ -16108,6 +16564,7 @@ components:
|
|
|
16108
16564
|
invocations_sum:
|
|
16109
16565
|
description: Contains the sum of invocations of all functions.
|
|
16110
16566
|
format: int64
|
|
16567
|
+
nullable: true
|
|
16111
16568
|
type: integer
|
|
16112
16569
|
org_name:
|
|
16113
16570
|
description: The organization name.
|
|
@@ -16213,6 +16670,7 @@ components:
|
|
|
16213
16670
|
billable_ingested_bytes:
|
|
16214
16671
|
description: Contains the number of billable log bytes ingested.
|
|
16215
16672
|
format: int64
|
|
16673
|
+
nullable: true
|
|
16216
16674
|
type: integer
|
|
16217
16675
|
hour:
|
|
16218
16676
|
description: The hour for the usage.
|
|
@@ -16221,30 +16679,42 @@ components:
|
|
|
16221
16679
|
indexed_events_count:
|
|
16222
16680
|
description: Contains the number of log events indexed.
|
|
16223
16681
|
format: int64
|
|
16682
|
+
nullable: true
|
|
16224
16683
|
type: integer
|
|
16225
16684
|
ingested_events_bytes:
|
|
16226
16685
|
description: Contains the number of log bytes ingested.
|
|
16227
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
|
|
16228
16694
|
type: integer
|
|
16229
16695
|
logs_live_indexed_count:
|
|
16230
16696
|
description: Contains the number of live log events indexed (data available
|
|
16231
16697
|
as of December 1, 2020).
|
|
16232
16698
|
format: int64
|
|
16699
|
+
nullable: true
|
|
16233
16700
|
type: integer
|
|
16234
16701
|
logs_live_ingested_bytes:
|
|
16235
16702
|
description: Contains the number of live log bytes ingested (data available
|
|
16236
16703
|
as of December 1, 2020).
|
|
16237
16704
|
format: int64
|
|
16705
|
+
nullable: true
|
|
16238
16706
|
type: integer
|
|
16239
16707
|
logs_rehydrated_indexed_count:
|
|
16240
16708
|
description: Contains the number of rehydrated log events indexed (data
|
|
16241
16709
|
available as of December 1, 2020).
|
|
16242
16710
|
format: int64
|
|
16711
|
+
nullable: true
|
|
16243
16712
|
type: integer
|
|
16244
16713
|
logs_rehydrated_ingested_bytes:
|
|
16245
16714
|
description: Contains the number of rehydrated log bytes ingested (data
|
|
16246
16715
|
available as of December 1, 2020).
|
|
16247
16716
|
format: int64
|
|
16717
|
+
nullable: true
|
|
16248
16718
|
type: integer
|
|
16249
16719
|
org_name:
|
|
16250
16720
|
description: The organization name.
|
|
@@ -16337,6 +16807,7 @@ components:
|
|
|
16337
16807
|
online_archive_events_count:
|
|
16338
16808
|
description: Total count of online archived events within the hour.
|
|
16339
16809
|
format: int64
|
|
16810
|
+
nullable: true
|
|
16340
16811
|
type: integer
|
|
16341
16812
|
org_name:
|
|
16342
16813
|
description: The organization name.
|
|
@@ -16360,11 +16831,13 @@ components:
|
|
|
16360
16831
|
avg_container_agent_count:
|
|
16361
16832
|
description: Get average number of container agents for that hour.
|
|
16362
16833
|
format: int64
|
|
16834
|
+
nullable: true
|
|
16363
16835
|
type: integer
|
|
16364
16836
|
host_count:
|
|
16365
16837
|
description: Contains the total number of profiled hosts reporting during
|
|
16366
16838
|
a given hour.
|
|
16367
16839
|
format: int64
|
|
16840
|
+
nullable: true
|
|
16368
16841
|
type: integer
|
|
16369
16842
|
hour:
|
|
16370
16843
|
description: The hour for the usage.
|
|
@@ -16425,6 +16898,12 @@ components:
|
|
|
16425
16898
|
format: int64
|
|
16426
16899
|
nullable: true
|
|
16427
16900
|
type: integer
|
|
16901
|
+
session_count_flutter:
|
|
16902
|
+
description: Contains the number of mobile RUM Sessions on Flutter (data
|
|
16903
|
+
available beginning March 1, 2023).
|
|
16904
|
+
format: int64
|
|
16905
|
+
nullable: true
|
|
16906
|
+
type: integer
|
|
16428
16907
|
session_count_ios:
|
|
16429
16908
|
description: Contains the number of mobile RUM Sessions on iOS (data available
|
|
16430
16909
|
beginning December 1, 2020).
|
|
@@ -16455,10 +16934,12 @@ components:
|
|
|
16455
16934
|
browser_rum_units:
|
|
16456
16935
|
description: The number of browser RUM units.
|
|
16457
16936
|
format: int64
|
|
16937
|
+
nullable: true
|
|
16458
16938
|
type: integer
|
|
16459
16939
|
mobile_rum_units:
|
|
16460
16940
|
description: The number of mobile RUM units.
|
|
16461
16941
|
format: int64
|
|
16942
|
+
nullable: true
|
|
16462
16943
|
type: integer
|
|
16463
16944
|
org_name:
|
|
16464
16945
|
description: The organization name.
|
|
@@ -16553,6 +17034,7 @@ components:
|
|
|
16553
17034
|
snmp_devices:
|
|
16554
17035
|
description: Contains the number of SNMP devices.
|
|
16555
17036
|
format: int64
|
|
17037
|
+
nullable: true
|
|
16556
17038
|
type: integer
|
|
16557
17039
|
type: object
|
|
16558
17040
|
UsageSNMPResponse:
|
|
@@ -16679,10 +17161,16 @@ components:
|
|
|
16679
17161
|
format: int64
|
|
16680
17162
|
type: integer
|
|
16681
17163
|
audit_logs_lines_indexed_sum:
|
|
17164
|
+
deprecated: true
|
|
16682
17165
|
description: Shows the sum of audit logs lines indexed over all hours in
|
|
16683
17166
|
the current date for all organizations.
|
|
16684
17167
|
format: int64
|
|
16685
17168
|
type: integer
|
|
17169
|
+
audit_trail_enabled_hwm:
|
|
17170
|
+
description: Shows the number of organizations that had Audit Trail enabled
|
|
17171
|
+
in the current date.
|
|
17172
|
+
format: int64
|
|
17173
|
+
type: integer
|
|
16686
17174
|
avg_profiled_fargate_tasks:
|
|
16687
17175
|
description: The average profiled task count for Fargate Profiling.
|
|
16688
17176
|
format: int64
|
|
@@ -16841,6 +17329,11 @@ components:
|
|
|
16841
17329
|
current date for all organizations.
|
|
16842
17330
|
format: int64
|
|
16843
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
|
|
16844
17337
|
gcp_host_top99p:
|
|
16845
17338
|
description: Shows the 99th percentile of all GCP hosts over all hours in
|
|
16846
17339
|
the current date for all organizations.
|
|
@@ -16891,6 +17384,11 @@ components:
|
|
|
16891
17384
|
hours in the current date for all organizations.
|
|
16892
17385
|
format: int64
|
|
16893
17386
|
type: integer
|
|
17387
|
+
mobile_rum_session_count_flutter_sum:
|
|
17388
|
+
description: Shows the sum of all mobile RUM Sessions on Flutter over all
|
|
17389
|
+
hours in the current date for all organizations.
|
|
17390
|
+
format: int64
|
|
17391
|
+
type: integer
|
|
16894
17392
|
mobile_rum_session_count_ios_sum:
|
|
16895
17393
|
description: Shows the sum of all mobile RUM Sessions on iOS over all hours
|
|
16896
17394
|
in the current date for all organizations.
|
|
@@ -17024,7 +17522,12 @@ components:
|
|
|
17024
17522
|
in the current date for all organizations.
|
|
17025
17523
|
format: int64
|
|
17026
17524
|
type: integer
|
|
17027
|
-
|
|
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
|
|
17530
|
+
vsphere_host_top99p:
|
|
17028
17531
|
description: Shows the 99th percentile of all vSphere hosts over all hours
|
|
17029
17532
|
in the current date for all organizations.
|
|
17030
17533
|
format: int64
|
|
@@ -17060,10 +17563,16 @@ components:
|
|
|
17060
17563
|
format: int64
|
|
17061
17564
|
type: integer
|
|
17062
17565
|
audit_logs_lines_indexed_sum:
|
|
17566
|
+
deprecated: true
|
|
17063
17567
|
description: Shows the sum of all audit logs lines indexed over all hours
|
|
17064
17568
|
in the current date for the given org.
|
|
17065
17569
|
format: int64
|
|
17066
17570
|
type: integer
|
|
17571
|
+
audit_trail_enabled_hwm:
|
|
17572
|
+
description: Shows whether Audit Trail is enabled for the current date for
|
|
17573
|
+
the given org.
|
|
17574
|
+
format: int64
|
|
17575
|
+
type: integer
|
|
17067
17576
|
avg_profiled_fargate_tasks:
|
|
17068
17577
|
description: The average profiled task count for Fargate Profiling.
|
|
17069
17578
|
format: int64
|
|
@@ -17218,6 +17727,11 @@ components:
|
|
|
17218
17727
|
in the current date for the given org.
|
|
17219
17728
|
format: int64
|
|
17220
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
|
|
17221
17735
|
gcp_host_top99p:
|
|
17222
17736
|
description: Shows the 99th percentile of all GCP hosts over all hours in
|
|
17223
17737
|
the current date for the given org.
|
|
@@ -17271,6 +17785,11 @@ components:
|
|
|
17271
17785
|
hours in the current date for the given org.
|
|
17272
17786
|
format: int64
|
|
17273
17787
|
type: integer
|
|
17788
|
+
mobile_rum_session_count_flutter_sum:
|
|
17789
|
+
description: Shows the sum of all mobile RUM Sessions on Flutter over all
|
|
17790
|
+
hours in the current date for the given org.
|
|
17791
|
+
format: int64
|
|
17792
|
+
type: integer
|
|
17274
17793
|
mobile_rum_session_count_ios_sum:
|
|
17275
17794
|
description: Shows the sum of all mobile RUM Sessions on iOS over all hours
|
|
17276
17795
|
in the current date for the given org.
|
|
@@ -17408,6 +17927,11 @@ components:
|
|
|
17408
17927
|
in the current date for the given org.
|
|
17409
17928
|
format: int64
|
|
17410
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
|
|
17411
17935
|
vsphere_host_top99p:
|
|
17412
17936
|
description: Shows the 99th percentile of all vSphere hosts over all hours
|
|
17413
17937
|
in the current date for the given org.
|
|
@@ -17444,10 +17968,16 @@ components:
|
|
|
17444
17968
|
format: int64
|
|
17445
17969
|
type: integer
|
|
17446
17970
|
audit_logs_lines_indexed_agg_sum:
|
|
17971
|
+
deprecated: true
|
|
17447
17972
|
description: Shows the sum of all audit logs lines indexed over all hours
|
|
17448
17973
|
in the current months for all organizations.
|
|
17449
17974
|
format: int64
|
|
17450
17975
|
type: integer
|
|
17976
|
+
audit_trail_enabled_hwm_sum:
|
|
17977
|
+
description: Shows the total number of organizations that had Audit Trail
|
|
17978
|
+
enabled over a specific number of months.
|
|
17979
|
+
format: int64
|
|
17980
|
+
type: integer
|
|
17451
17981
|
avg_profiled_fargate_tasks_sum:
|
|
17452
17982
|
description: Shows the average of all profiled Fargate tasks over all hours
|
|
17453
17983
|
in the current months for all organizations.
|
|
@@ -17614,6 +18144,12 @@ components:
|
|
|
17614
18144
|
over all hours in the current months for all organizations.
|
|
17615
18145
|
format: int64
|
|
17616
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
|
|
17617
18153
|
gcp_host_top99p_sum:
|
|
17618
18154
|
description: Shows the 99th percentile of all GCP hosts over all hours in
|
|
17619
18155
|
the current months for all organizations.
|
|
@@ -17688,6 +18224,11 @@ components:
|
|
|
17688
18224
|
hours in the current months for all organizations.
|
|
17689
18225
|
format: int64
|
|
17690
18226
|
type: integer
|
|
18227
|
+
mobile_rum_session_count_flutter_agg_sum:
|
|
18228
|
+
description: Shows the sum of all mobile RUM Sessions on Flutter over all
|
|
18229
|
+
hours in the current months for all organizations.
|
|
18230
|
+
format: int64
|
|
18231
|
+
type: integer
|
|
17691
18232
|
mobile_rum_session_count_ios_agg_sum:
|
|
17692
18233
|
description: Shows the sum of all mobile RUM Sessions on iOS over all hours
|
|
17693
18234
|
in the current months for all organizations.
|
|
@@ -17833,6 +18374,11 @@ components:
|
|
|
17833
18374
|
in the current months for all organizations.
|
|
17834
18375
|
format: int64
|
|
17835
18376
|
type: integer
|
|
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
|
|
17836
18382
|
usage:
|
|
17837
18383
|
description: An array of objects regarding hourly usage.
|
|
17838
18384
|
items:
|
|
@@ -17850,6 +18396,7 @@ components:
|
|
|
17850
18396
|
check_calls_count:
|
|
17851
18397
|
description: Contains the number of Synthetics API tests run.
|
|
17852
18398
|
format: int64
|
|
18399
|
+
nullable: true
|
|
17853
18400
|
type: integer
|
|
17854
18401
|
hour:
|
|
17855
18402
|
description: The hour for the usage.
|
|
@@ -17879,6 +18426,7 @@ components:
|
|
|
17879
18426
|
browser_check_calls_count:
|
|
17880
18427
|
description: Contains the number of Synthetics Browser tests run.
|
|
17881
18428
|
format: int64
|
|
18429
|
+
nullable: true
|
|
17882
18430
|
type: integer
|
|
17883
18431
|
hour:
|
|
17884
18432
|
description: The hour for the usage.
|
|
@@ -18016,6 +18564,7 @@ components:
|
|
|
18016
18564
|
total_number_of_records:
|
|
18017
18565
|
description: Total number of records.
|
|
18018
18566
|
format: int64
|
|
18567
|
+
nullable: true
|
|
18019
18568
|
type: integer
|
|
18020
18569
|
type: object
|
|
18021
18570
|
UsageTopAvgMetricsResponse:
|
|
@@ -19112,6 +19661,7 @@ paths:
|
|
|
19112
19661
|
- datadoghq.com
|
|
19113
19662
|
- us3.datadoghq.com
|
|
19114
19663
|
- us5.datadoghq.com
|
|
19664
|
+
- ap1.datadoghq.com
|
|
19115
19665
|
- datadoghq.eu
|
|
19116
19666
|
- ddog-gov.com
|
|
19117
19667
|
subdomain:
|
|
@@ -20065,6 +20615,379 @@ paths:
|
|
|
20065
20615
|
tags:
|
|
20066
20616
|
- Dashboard Lists
|
|
20067
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
|
|
20068
20991
|
/api/v1/dashboard/{dashboard_id}:
|
|
20069
20992
|
delete:
|
|
20070
20993
|
description: Delete a dashboard using the specified ID.
|
|
@@ -20273,6 +21196,12 @@ paths:
|
|
|
20273
21196
|
required: false
|
|
20274
21197
|
schema:
|
|
20275
21198
|
type: boolean
|
|
21199
|
+
- description: Return creator information.
|
|
21200
|
+
in: query
|
|
21201
|
+
name: with_creator
|
|
21202
|
+
required: false
|
|
21203
|
+
schema:
|
|
21204
|
+
type: boolean
|
|
20276
21205
|
responses:
|
|
20277
21206
|
'200':
|
|
20278
21207
|
content:
|
|
@@ -20718,14 +21647,14 @@ paths:
|
|
|
20718
21647
|
name: metric_query
|
|
20719
21648
|
schema:
|
|
20720
21649
|
type: string
|
|
20721
|
-
- description: The POSIX timestamp of the start of the query.
|
|
21650
|
+
- description: The POSIX timestamp of the start of the query in seconds.
|
|
20722
21651
|
in: query
|
|
20723
21652
|
name: start
|
|
20724
21653
|
required: true
|
|
20725
21654
|
schema:
|
|
20726
21655
|
format: int64
|
|
20727
21656
|
type: integer
|
|
20728
|
-
- description: The POSIX timestamp of the end of the query.
|
|
21657
|
+
- description: The POSIX timestamp of the end of the query in seconds.
|
|
20729
21658
|
in: query
|
|
20730
21659
|
name: end
|
|
20731
21660
|
required: true
|
|
@@ -23756,8 +24685,8 @@ paths:
|
|
|
23756
24685
|
- `#` an integer or decimal number used to set the threshold.
|
|
23757
24686
|
|
|
23758
24687
|
|
|
23759
|
-
**NOTE** Only available on US1-FED and in closed beta on US1, EU, US3,
|
|
23760
|
-
US5.
|
|
24688
|
+
**NOTE** Only available on US1-FED and in closed beta on US1, EU, AP1, US3,
|
|
24689
|
+
and US5.
|
|
23761
24690
|
|
|
23762
24691
|
|
|
23763
24692
|
**CI Pipelines Alert Query**
|
|
@@ -23782,7 +24711,7 @@ paths:
|
|
|
23782
24711
|
- `#` an integer or decimal number used to set the threshold.
|
|
23783
24712
|
|
|
23784
24713
|
|
|
23785
|
-
**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.
|
|
23786
24715
|
|
|
23787
24716
|
|
|
23788
24717
|
**CI Tests Alert Query**
|
|
@@ -23807,8 +24736,8 @@ paths:
|
|
|
23807
24736
|
- `#` an integer or decimal number used to set the threshold.
|
|
23808
24737
|
|
|
23809
24738
|
|
|
23810
|
-
**NOTE** CI Test monitors are available only in closed beta on US1, EU,
|
|
23811
|
-
and US5.
|
|
24739
|
+
**NOTE** CI Test monitors are available only in closed beta on US1, EU, AP1,
|
|
24740
|
+
US3, and US5.
|
|
23812
24741
|
|
|
23813
24742
|
|
|
23814
24743
|
**Error Tracking Alert Query**
|
|
@@ -25921,6 +26850,7 @@ paths:
|
|
|
25921
26850
|
- datadoghq.eu
|
|
25922
26851
|
- us3.datadoghq.com
|
|
25923
26852
|
- us5.datadoghq.com
|
|
26853
|
+
- ap1.datadoghq.com
|
|
25924
26854
|
- ddog-gov.com
|
|
25925
26855
|
subdomain:
|
|
25926
26856
|
default: api
|
|
@@ -26886,8 +27816,8 @@ paths:
|
|
|
26886
27816
|
x-codegen-request-body-name: body
|
|
26887
27817
|
/api/v1/synthetics/tests/browser/{public_id}/results:
|
|
26888
27818
|
get:
|
|
26889
|
-
description: Get the last
|
|
26890
|
-
test.
|
|
27819
|
+
description: Get the last 150 test results summaries for a given Synthetics
|
|
27820
|
+
Browser test.
|
|
26891
27821
|
operationId: GetBrowserTestLatestResults
|
|
26892
27822
|
parameters:
|
|
26893
27823
|
- description: 'The public ID of the browser test for which to search results
|
|
@@ -27170,8 +28100,8 @@ paths:
|
|
|
27170
28100
|
- Synthetics
|
|
27171
28101
|
/api/v1/synthetics/tests/{public_id}/results:
|
|
27172
28102
|
get:
|
|
27173
|
-
description: Get the last
|
|
27174
|
-
test.
|
|
28103
|
+
description: Get the last 150 test results summaries for a given Synthetics
|
|
28104
|
+
API test.
|
|
27175
28105
|
operationId: GetAPITestLatestResults
|
|
27176
28106
|
parameters:
|
|
27177
28107
|
- description: The public ID of the test for which to search results for.
|
|
@@ -27920,12 +28850,10 @@ paths:
|
|
|
27920
28850
|
- Usage Metering
|
|
27921
28851
|
/api/v1/usage/audit_logs:
|
|
27922
28852
|
get:
|
|
28853
|
+
deprecated: true
|
|
27923
28854
|
description: 'Get hourly usage for audit logs.
|
|
27924
28855
|
|
|
27925
|
-
**Note:**
|
|
27926
|
-
hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family).
|
|
27927
|
-
Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/)
|
|
27928
|
-
for the associated migration guide.'
|
|
28856
|
+
**Note:** This endpoint has been deprecated.'
|
|
27929
28857
|
operationId: GetUsageAuditLogs
|
|
27930
28858
|
parameters:
|
|
27931
28859
|
- description: 'Datetime in ISO-8601 format, UTC, precise to hour: `[YYYY-MM-DDThh]`
|
|
@@ -28448,10 +29376,11 @@ paths:
|
|
|
28448
29376
|
- Usage Metering
|
|
28449
29377
|
/api/v1/usage/hourly-attribution:
|
|
28450
29378
|
get:
|
|
28451
|
-
description: "Get hourly usage attribution
|
|
28452
|
-
|
|
28453
|
-
|
|
28454
|
-
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
|
|
28455
29384
|
:= response.metadata.pagination.next_record_id\nWHILE cursor != null BEGIN\n
|
|
28456
29385
|
\ sleep(5 seconds) # Avoid running into rate limit\n response := GetHourlyUsageAttribution(start_month,
|
|
28457
29386
|
next_record_id=cursor)\n cursor := response.metadata.pagination.next_record_id\nEND\n```"
|
|
@@ -28959,10 +29888,11 @@ paths:
|
|
|
28959
29888
|
- Usage Metering
|
|
28960
29889
|
/api/v1/usage/monthly-attribution:
|
|
28961
29890
|
get:
|
|
28962
|
-
description: "Get monthly usage attribution
|
|
28963
|
-
|
|
28964
|
-
|
|
28965
|
-
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
|
|
28966
29896
|
:= response.metadata.pagination.next_record_id\nWHILE cursor != null BEGIN\n
|
|
28967
29897
|
\ sleep(5 seconds) # Avoid running into rate limit\n response := GetMonthlyUsageAttribution(start_month,
|
|
28968
29898
|
next_record_id=cursor)\n cursor := response.metadata.pagination.next_record_id\nEND\n```"
|
|
@@ -30312,6 +31242,7 @@ paths:
|
|
|
30312
31242
|
- datadoghq.com
|
|
30313
31243
|
- us3.datadoghq.com
|
|
30314
31244
|
- us5.datadoghq.com
|
|
31245
|
+
- ap1.datadoghq.com
|
|
30315
31246
|
- datadoghq.eu
|
|
30316
31247
|
- ddog-gov.com
|
|
30317
31248
|
subdomain:
|
|
@@ -30350,6 +31281,7 @@ servers:
|
|
|
30350
31281
|
- datadoghq.com
|
|
30351
31282
|
- us3.datadoghq.com
|
|
30352
31283
|
- us5.datadoghq.com
|
|
31284
|
+
- ap1.datadoghq.com
|
|
30353
31285
|
- datadoghq.eu
|
|
30354
31286
|
- ddog-gov.com
|
|
30355
31287
|
subdomain:
|