datadog_api_client 2.19.0 → 2.21.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 -0
- data/.generator/schemas/v1/openapi.yaml +430 -172
- data/.generator/schemas/v2/openapi.yaml +3146 -165
- data/.generator/src/generator/templates/api.j2 +5 -5
- data/CHANGELOG.md +48 -0
- data/examples/v1/gcp-integration/CreateGCPIntegration.rb +3 -0
- data/examples/v1/gcp-integration/UpdateGCPIntegration_3544259255.rb +25 -0
- data/examples/v1/logs-indexes/CreateLogsIndex.rb +5 -0
- data/examples/v1/logs-indexes/UpdateLogsIndex.rb +5 -0
- data/examples/v1/synthetics/CreateSyntheticsAPITest.rb +1 -1
- data/examples/v1/synthetics/CreateSyntheticsAPITest_1279271422.rb +29 -0
- data/examples/v1/synthetics/CreateSyntheticsBrowserTest.rb +1 -1
- data/examples/v1/synthetics/TriggerCITests.rb +1 -1
- data/examples/v1/synthetics/UpdateBrowserTest.rb +2 -1
- data/examples/v1/usage-metering/GetUsageLambda.rb +5 -2
- data/examples/v2/api-management/CreateOpenAPI.rb +11 -0
- data/examples/v2/api-management/DeleteOpenAPI.rb +11 -0
- data/examples/v2/api-management/GetOpenAPI.rb +11 -0
- data/examples/v2/api-management/UpdateOpenAPI.rb +14 -0
- data/examples/v2/case-management/ArchiveCase.rb +14 -0
- data/examples/v2/case-management/AssignCase.rb +20 -0
- data/examples/v2/case-management/CreateCase.rb +33 -0
- data/examples/v2/case-management/CreateProject.rb +15 -0
- data/examples/v2/case-management/DeleteProject.rb +5 -0
- data/examples/v2/case-management/GetCase.rb +8 -0
- data/examples/v2/case-management/GetProject.rb +5 -0
- data/examples/v2/case-management/GetProjects.rb +5 -0
- data/examples/v2/case-management/SearchCases.rb +5 -0
- data/examples/v2/case-management/SearchCases_3433960044.rb +5 -0
- data/examples/v2/case-management/UnarchiveCase.rb +14 -0
- data/examples/v2/case-management/UnassignCase.rb +14 -0
- data/examples/v2/case-management/UpdatePriority.rb +17 -0
- data/examples/v2/case-management/UpdateStatus.rb +17 -0
- data/examples/v2/cloud-workload-security/CreateCSMThreatsAgentRule.rb +17 -0
- data/examples/v2/cloud-workload-security/DeleteCSMThreatsAgentRule.rb +8 -0
- data/examples/v2/cloud-workload-security/DownloadCSMThreatsPolicy.rb +5 -0
- data/examples/v2/cloud-workload-security/GetCSMThreatsAgentRule.rb +8 -0
- data/examples/v2/cloud-workload-security/ListCSMThreatsAgentRules.rb +5 -0
- data/examples/v2/cloud-workload-security/UpdateCSMThreatsAgentRule.rb +20 -0
- data/examples/v2/dora-metrics/CreateDORAIncident.rb +6 -3
- data/examples/v2/gcp-integration/CreateGCPSTSAccount_194782945.rb +18 -0
- data/examples/v2/gcp-integration/UpdateGCPSTSAccount_2241994060.rb +21 -0
- data/examples/v2/logs-custom-destinations/CreateLogsCustomDestination.rb +31 -0
- data/examples/v2/logs-custom-destinations/CreateLogsCustomDestination_1091442807.rb +31 -0
- data/examples/v2/logs-custom-destinations/CreateLogsCustomDestination_1288180912.rb +27 -0
- data/examples/v2/logs-custom-destinations/CreateLogsCustomDestination_141236188.rb +32 -0
- data/examples/v2/logs-custom-destinations/CreateLogsCustomDestination_2184123765.rb +31 -0
- data/examples/v2/logs-custom-destinations/DeleteLogsCustomDestination.rb +8 -0
- data/examples/v2/logs-custom-destinations/GetLogsCustomDestination.rb +8 -0
- data/examples/v2/logs-custom-destinations/ListLogsCustomDestinations.rb +5 -0
- data/examples/v2/logs-custom-destinations/UpdateLogsCustomDestination.rb +18 -0
- data/examples/v2/metrics/ListMetricAssets.rb +5 -0
- data/examples/v2/okta-integration/CreateOktaAccount.rb +1 -1
- data/examples/v2/security-monitoring/CreateSecurityMonitoringSuppression.rb +19 -0
- data/examples/v2/security-monitoring/DeleteSecurityMonitoringSuppression.rb +8 -0
- data/examples/v2/security-monitoring/GetSecurityMonitoringSuppression.rb +8 -0
- data/examples/v2/security-monitoring/ListSecurityMonitoringSuppressions.rb +5 -0
- data/examples/v2/security-monitoring/UpdateSecurityMonitoringSuppression.rb +17 -0
- data/examples/v2/teams/GetTeamMemberships_3799131168.rb +8 -0
- data/examples/v2/usage-metering/GetUsageLambdaTracedInvocations.rb +1 -1
- data/lib/datadog_api_client/configuration.rb +4 -0
- data/lib/datadog_api_client/inflector.rb +134 -0
- data/lib/datadog_api_client/v1/api/monitors_api.rb +1 -3
- data/lib/datadog_api_client/v1/api/organizations_api.rb +1 -1
- data/lib/datadog_api_client/v1/api/usage_metering_api.rb +8 -8
- data/lib/datadog_api_client/v1/models/dashboard.rb +5 -1
- data/lib/datadog_api_client/v1/models/dashboard_summary_definition.rb +2 -0
- data/lib/datadog_api_client/v1/models/gcp_account.rb +14 -1
- data/lib/datadog_api_client/v1/models/hourly_usage_attribution_usage_type.rb +6 -0
- data/lib/datadog_api_client/v1/models/log.rb +1 -1
- data/lib/datadog_api_client/v1/models/logs_daily_limit_reset.rb +90 -0
- data/lib/datadog_api_client/v1/models/logs_index.rb +36 -1
- data/lib/datadog_api_client/v1/models/logs_index_update_request.rb +36 -1
- data/lib/datadog_api_client/v1/models/metrics_payload.rb +1 -1
- data/lib/datadog_api_client/v1/models/metrics_query_metadata.rb +1 -1
- data/lib/datadog_api_client/v1/models/monitor_formula_and_function_events_data_source.rb +1 -0
- data/lib/datadog_api_client/v1/models/monthly_usage_attribution_supported_metrics.rb +8 -0
- data/lib/datadog_api_client/v1/models/monthly_usage_attribution_values.rb +84 -4
- data/lib/datadog_api_client/v1/models/slo_correction_create_request_attributes.rb +1 -1
- data/lib/datadog_api_client/v1/models/slo_correction_response_attributes.rb +1 -1
- data/lib/datadog_api_client/v1/models/slo_correction_update_request_attributes.rb +1 -1
- data/lib/datadog_api_client/v1/models/slo_history_metrics.rb +2 -2
- data/lib/datadog_api_client/v1/models/slo_history_metrics_series.rb +1 -1
- data/lib/datadog_api_client/v1/models/slo_history_monitor.rb +1 -1
- data/lib/datadog_api_client/v1/models/slo_history_sli_data.rb +1 -1
- data/lib/datadog_api_client/v1/models/split_config.rb +6 -6
- data/lib/datadog_api_client/v1/models/synthetics_api_step_subtype.rb +1 -0
- data/lib/datadog_api_client/v1/models/synthetics_test_request.rb +21 -1
- data/lib/datadog_api_client/v1/models/usage_attribution_body.rb +1 -1
- data/lib/datadog_api_client/v1/models/usage_attribution_sort.rb +2 -0
- data/lib/datadog_api_client/v1/models/usage_attribution_supported_metrics.rb +2 -0
- data/lib/datadog_api_client/v1/models/usage_lambda_hour.rb +1 -1
- data/lib/datadog_api_client/v1/models/usage_lambda_response.rb +1 -1
- data/lib/datadog_api_client/v1/models/usage_summary_date.rb +81 -1
- data/lib/datadog_api_client/v1/models/usage_summary_date_org.rb +83 -3
- data/lib/datadog_api_client/v1/models/usage_summary_response.rb +182 -102
- data/lib/datadog_api_client/v2/api/api_management_api.rb +319 -0
- data/lib/datadog_api_client/v2/api/case_management_api.rb +942 -0
- data/lib/datadog_api_client/v2/api/ci_visibility_tests_api.rb +2 -2
- data/lib/datadog_api_client/v2/api/cloud_workload_security_api.rb +392 -0
- data/lib/datadog_api_client/v2/api/incident_services_api.rb +15 -0
- data/lib/datadog_api_client/v2/api/logs_custom_destinations_api.rb +355 -0
- data/lib/datadog_api_client/v2/api/metrics_api.rb +69 -1
- data/lib/datadog_api_client/v2/api/organizations_api.rb +1 -1
- data/lib/datadog_api_client/v2/api/security_monitoring_api.rb +329 -0
- data/lib/datadog_api_client/v2/api/service_definition_api.rb +2 -1
- data/lib/datadog_api_client/v2/api/teams_api.rb +22 -0
- data/lib/datadog_api_client/v2/api/usage_metering_api.rb +6 -6
- data/lib/datadog_api_client/v2/models/case.rb +150 -0
- data/lib/datadog_api_client/v2/models/case3rd_party_ticket_status.rb +28 -0
- data/lib/datadog_api_client/v2/models/case_assign.rb +119 -0
- data/lib/datadog_api_client/v2/models/case_assign_attributes.rb +98 -0
- data/lib/datadog_api_client/v2/models/case_assign_request.rb +98 -0
- data/lib/datadog_api_client/v2/models/case_attributes.rb +202 -0
- data/lib/datadog_api_client/v2/models/case_create.rb +129 -0
- data/lib/datadog_api_client/v2/models/case_create_attributes.rb +139 -0
- data/lib/datadog_api_client/v2/models/case_create_relationships.rb +116 -0
- data/lib/datadog_api_client/v2/models/case_create_request.rb +98 -0
- data/lib/datadog_api_client/v2/models/case_empty.rb +98 -0
- data/lib/datadog_api_client/v2/models/case_empty_request.rb +98 -0
- data/lib/datadog_api_client/v2/models/case_priority.rb +31 -0
- data/lib/datadog_api_client/v2/models/case_relationships.rb +120 -0
- data/lib/datadog_api_client/v2/models/case_resource_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/case_response.rb +80 -0
- data/lib/datadog_api_client/v2/models/case_sortable_field.rb +28 -0
- data/lib/datadog_api_client/v2/models/case_status.rb +28 -0
- data/lib/datadog_api_client/v2/models/case_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/case_update_priority.rb +119 -0
- data/lib/datadog_api_client/v2/models/case_update_priority_attributes.rb +98 -0
- data/lib/datadog_api_client/v2/models/case_update_priority_request.rb +98 -0
- data/lib/datadog_api_client/v2/models/case_update_status.rb +119 -0
- data/lib/datadog_api_client/v2/models/case_update_status_attributes.rb +98 -0
- data/lib/datadog_api_client/v2/models/case_update_status_request.rb +98 -0
- data/lib/datadog_api_client/v2/models/cases_response.rb +92 -0
- data/lib/datadog_api_client/v2/models/cases_response_meta.rb +80 -0
- data/lib/datadog_api_client/v2/models/cases_response_meta_pagination.rb +100 -0
- data/lib/datadog_api_client/v2/models/ci_app_aggregate_sort.rb +1 -1
- data/lib/datadog_api_client/v2/models/ci_app_pipelines_group_by.rb +1 -1
- data/lib/datadog_api_client/v2/models/ci_app_tests_group_by.rb +1 -1
- data/lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_action.rb +90 -0
- data/lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_attributes.rb +21 -1
- data/lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_kill.rb +80 -0
- data/lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_update_data.rb +11 -1
- data/lib/datadog_api_client/v2/models/create_open_api_response.rb +80 -0
- data/lib/datadog_api_client/v2/models/create_open_api_response_attributes.rb +82 -0
- data/lib/datadog_api_client/v2/models/create_open_api_response_data.rb +90 -0
- data/lib/datadog_api_client/v2/models/custom_destination_attribute_tags_restriction_list_type.rb +31 -0
- data/lib/datadog_api_client/v2/models/custom_destination_create_request.rb +80 -0
- data/lib/datadog_api_client/v2/models/custom_destination_create_request_attributes.rb +193 -0
- data/lib/datadog_api_client/v2/models/custom_destination_create_request_definition.rb +119 -0
- data/lib/datadog_api_client/v2/models/custom_destination_elasticsearch_destination_auth.rb +119 -0
- data/lib/datadog_api_client/v2/models/custom_destination_forward_destination.rb +64 -0
- data/lib/datadog_api_client/v2/models/custom_destination_forward_destination_elasticsearch.rb +181 -0
- data/lib/datadog_api_client/v2/models/custom_destination_forward_destination_elasticsearch_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/custom_destination_forward_destination_http.rb +141 -0
- data/lib/datadog_api_client/v2/models/custom_destination_forward_destination_http_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/custom_destination_forward_destination_splunk.rb +141 -0
- data/lib/datadog_api_client/v2/models/custom_destination_forward_destination_splunk_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/custom_destination_http_destination_auth.rb +63 -0
- data/lib/datadog_api_client/v2/models/custom_destination_http_destination_auth_basic.rb +140 -0
- data/lib/datadog_api_client/v2/models/custom_destination_http_destination_auth_basic_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/custom_destination_http_destination_auth_custom_header.rb +140 -0
- data/lib/datadog_api_client/v2/models/custom_destination_http_destination_auth_custom_header_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/custom_destination_response.rb +80 -0
- data/lib/datadog_api_client/v2/models/custom_destination_response_attributes.rb +171 -0
- data/lib/datadog_api_client/v2/models/custom_destination_response_definition.rb +100 -0
- data/lib/datadog_api_client/v2/models/custom_destination_response_forward_destination.rb +64 -0
- data/lib/datadog_api_client/v2/models/custom_destination_response_forward_destination_elasticsearch.rb +181 -0
- data/lib/datadog_api_client/v2/models/custom_destination_response_forward_destination_elasticsearch_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/custom_destination_response_forward_destination_http.rb +141 -0
- data/lib/datadog_api_client/v2/models/custom_destination_response_forward_destination_http_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/custom_destination_response_forward_destination_splunk.rb +120 -0
- data/lib/datadog_api_client/v2/models/custom_destination_response_forward_destination_splunk_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/custom_destination_response_http_destination_auth.rb +63 -0
- data/lib/datadog_api_client/v2/models/custom_destination_response_http_destination_auth_basic.rb +98 -0
- data/lib/datadog_api_client/v2/models/custom_destination_response_http_destination_auth_basic_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/custom_destination_response_http_destination_auth_custom_header.rb +119 -0
- data/lib/datadog_api_client/v2/models/custom_destination_response_http_destination_auth_custom_header_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/custom_destination_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/custom_destination_update_request.rb +80 -0
- data/lib/datadog_api_client/v2/models/custom_destination_update_request_attributes.rb +169 -0
- data/lib/datadog_api_client/v2/models/custom_destination_update_request_definition.rb +129 -0
- data/lib/datadog_api_client/v2/models/custom_destinations_response.rb +82 -0
- data/lib/datadog_api_client/v2/models/dora_deployment_request_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/dora_incident_request_attributes.rb +31 -20
- data/lib/datadog_api_client/v2/models/gcpsts_service_account_attributes.rb +14 -1
- data/lib/datadog_api_client/v2/models/jira_issue.rb +90 -0
- data/lib/datadog_api_client/v2/models/jira_issue_result.rb +110 -0
- data/lib/datadog_api_client/v2/models/logs_archive_integration_gcs.rb +1 -12
- data/lib/datadog_api_client/v2/models/metric_asset_attributes.rb +80 -0
- data/lib/datadog_api_client/v2/models/metric_asset_dashboard_relationship.rb +90 -0
- data/lib/datadog_api_client/v2/models/metric_asset_dashboard_relationships.rb +82 -0
- data/lib/datadog_api_client/v2/models/metric_asset_monitor_relationship.rb +90 -0
- data/lib/datadog_api_client/v2/models/metric_asset_monitor_relationships.rb +82 -0
- data/lib/datadog_api_client/v2/models/metric_asset_notebook_relationship.rb +90 -0
- data/lib/datadog_api_client/v2/models/metric_asset_notebook_relationships.rb +82 -0
- data/lib/datadog_api_client/v2/models/metric_asset_response_data.rb +129 -0
- data/lib/datadog_api_client/v2/models/metric_asset_response_included.rb +65 -0
- data/lib/datadog_api_client/v2/models/metric_asset_response_relationships.rb +110 -0
- data/lib/datadog_api_client/v2/models/metric_asset_slo_relationship.rb +90 -0
- data/lib/datadog_api_client/v2/models/metric_asset_slo_relationships.rb +82 -0
- data/lib/datadog_api_client/v2/models/metric_assets_response.rb +92 -0
- data/lib/datadog_api_client/v2/models/metric_dashboard_asset.rb +129 -0
- data/lib/datadog_api_client/v2/models/metric_dashboard_attributes.rb +112 -0
- data/lib/datadog_api_client/v2/models/metric_dashboard_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/metric_monitor_asset.rb +129 -0
- data/lib/datadog_api_client/v2/models/metric_monitor_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/metric_notebook_asset.rb +129 -0
- data/lib/datadog_api_client/v2/models/metric_notebook_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/metric_payload.rb +1 -1
- data/lib/datadog_api_client/v2/models/metric_slo_asset.rb +129 -0
- data/lib/datadog_api_client/v2/models/metric_slo_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/nullable_user_relationship.rb +88 -0
- data/lib/datadog_api_client/v2/models/nullable_user_relationship_data.rb +119 -0
- data/lib/datadog_api_client/v2/models/open_api_endpoint.rb +90 -0
- data/lib/datadog_api_client/v2/models/open_api_file.rb +80 -0
- data/lib/datadog_api_client/v2/models/project.rb +150 -0
- data/lib/datadog_api_client/v2/models/project_attributes.rb +90 -0
- data/lib/datadog_api_client/v2/models/project_create.rb +119 -0
- data/lib/datadog_api_client/v2/models/project_create_attributes.rb +119 -0
- data/lib/datadog_api_client/v2/models/project_create_request.rb +98 -0
- data/lib/datadog_api_client/v2/models/project_relationship.rb +98 -0
- data/lib/datadog_api_client/v2/models/project_relationship_data.rb +119 -0
- data/lib/datadog_api_client/v2/models/project_relationships.rb +90 -0
- data/lib/datadog_api_client/v2/models/project_resource_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/project_response.rb +80 -0
- data/lib/datadog_api_client/v2/models/projects_response.rb +82 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_suppression.rb +100 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_suppression_attributes.rb +198 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_suppression_create_attributes.rb +181 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_suppression_create_data.rb +119 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_suppression_create_request.rb +98 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_suppression_response.rb +80 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_suppression_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_suppression_update_attributes.rb +166 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_suppression_update_data.rb +119 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_suppression_update_request.rb +98 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_suppressions_response.rb +82 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_user.rb +98 -0
- data/lib/datadog_api_client/v2/models/sensitive_data_scanner_included_keyword_configuration.rb +1 -1
- data/lib/datadog_api_client/v2/models/sensitive_data_scanner_standard_pattern_attributes.rb +1 -1
- data/lib/datadog_api_client/v2/models/service_now_ticket.rb +90 -0
- data/lib/datadog_api_client/v2/models/service_now_ticket_result.rb +80 -0
- data/lib/datadog_api_client/v2/models/update_open_api_response.rb +80 -0
- data/lib/datadog_api_client/v2/models/update_open_api_response_attributes.rb +82 -0
- data/lib/datadog_api_client/v2/models/update_open_api_response_data.rb +90 -0
- data/lib/datadog_api_client/v2/models/user_relationship_data.rb +119 -0
- data/lib/datadog_api_client/v2/models/user_resource_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/user_team_included.rb +62 -0
- data/lib/datadog_api_client/v2/models/user_team_response.rb +16 -4
- data/lib/datadog_api_client/v2/models/users_relationship.rb +100 -0
- data/lib/datadog_api_client/version.rb +1 -1
- metadata +179 -3
- data/examples/v1/usage-metering/GetUsageLambda_3132428705.rb +0 -8
|
@@ -328,7 +328,7 @@ components:
|
|
|
328
328
|
type: string
|
|
329
329
|
message:
|
|
330
330
|
description: Message content.
|
|
331
|
-
example: AWS account 12345 has no
|
|
331
|
+
example: AWS account 12345 has no Lambda config to update
|
|
332
332
|
type: string
|
|
333
333
|
type: object
|
|
334
334
|
AWSLogsAsyncResponse:
|
|
@@ -1142,9 +1142,12 @@ components:
|
|
|
1142
1142
|
is_read_only:
|
|
1143
1143
|
default: false
|
|
1144
1144
|
deprecated: true
|
|
1145
|
-
description: Whether this dashboard is read-only. If True, only the author
|
|
1146
|
-
and admins can make changes to it.
|
|
1147
|
-
|
|
1145
|
+
description: 'Whether this dashboard is read-only. If True, only the author
|
|
1146
|
+
and admins can make changes to it.
|
|
1147
|
+
|
|
1148
|
+
|
|
1149
|
+
This property is deprecated; please use the [Restriction Policies API](https://docs.datadoghq.com/api/latest/restriction-policies/)
|
|
1150
|
+
instead to manage write authorization for individual dashboards.'
|
|
1148
1151
|
example: false
|
|
1149
1152
|
type: boolean
|
|
1150
1153
|
layout_type:
|
|
@@ -1165,8 +1168,13 @@ components:
|
|
|
1165
1168
|
reflow_type:
|
|
1166
1169
|
$ref: '#/components/schemas/DashboardReflowType'
|
|
1167
1170
|
restricted_roles:
|
|
1168
|
-
|
|
1171
|
+
deprecated: true
|
|
1172
|
+
description: 'A list of role identifiers. Only the author and users associated
|
|
1169
1173
|
with at least one of these roles can edit this dashboard.
|
|
1174
|
+
|
|
1175
|
+
|
|
1176
|
+
This property is deprecated; please use the [Restriction Policies API](https://docs.datadoghq.com/api/latest/restriction-policies/)
|
|
1177
|
+
instead to manage write authorization for individual dashboards.'
|
|
1170
1178
|
items:
|
|
1171
1179
|
description: A role UUID.
|
|
1172
1180
|
type: string
|
|
@@ -1439,8 +1447,13 @@ components:
|
|
|
1439
1447
|
description: Dashboard identifier.
|
|
1440
1448
|
type: string
|
|
1441
1449
|
is_read_only:
|
|
1442
|
-
|
|
1450
|
+
deprecated: true
|
|
1451
|
+
description: 'Whether this dashboard is read-only. If True, only the author
|
|
1443
1452
|
and admins can make changes to it.
|
|
1453
|
+
|
|
1454
|
+
|
|
1455
|
+
This property is deprecated; please use the [Restriction Policies API](https://docs.datadoghq.com/api/latest/restriction-policies/)
|
|
1456
|
+
instead to manage write authorization for individual dashboards.'
|
|
1444
1457
|
type: boolean
|
|
1445
1458
|
layout_type:
|
|
1446
1459
|
$ref: '#/components/schemas/DashboardLayoutType'
|
|
@@ -3194,6 +3207,18 @@ components:
|
|
|
3194
3207
|
key.'
|
|
3195
3208
|
example: https://www.googleapis.com/robot/v1/metadata/x509/$CLIENT_EMAIL
|
|
3196
3209
|
type: string
|
|
3210
|
+
cloud_run_revision_filters:
|
|
3211
|
+
description: 'Limit the Cloud Run revisions that are pulled into Datadog
|
|
3212
|
+
by using tags.
|
|
3213
|
+
|
|
3214
|
+
Only Cloud Run revision resources that apply to specified filters are
|
|
3215
|
+
imported into Datadog.'
|
|
3216
|
+
example:
|
|
3217
|
+
- $KEY:$VALUE
|
|
3218
|
+
items:
|
|
3219
|
+
description: Cloud Run Filters
|
|
3220
|
+
type: string
|
|
3221
|
+
type: array
|
|
3197
3222
|
errors:
|
|
3198
3223
|
description: An array of errors.
|
|
3199
3224
|
example:
|
|
@@ -4058,6 +4083,8 @@ components:
|
|
|
4058
4083
|
- apm_usm_usage
|
|
4059
4084
|
- appsec_fargate_usage
|
|
4060
4085
|
- appsec_usage
|
|
4086
|
+
- asm_serverless_traced_invocations_usage
|
|
4087
|
+
- asm_serverless_traced_invocations_percentage
|
|
4061
4088
|
- browser_usage
|
|
4062
4089
|
- ci_pipeline_indexed_spans_usage
|
|
4063
4090
|
- ci_test_indexed_spans_usage
|
|
@@ -4074,6 +4101,8 @@ components:
|
|
|
4074
4101
|
- cws_hosts_usage
|
|
4075
4102
|
- dbm_hosts_usage
|
|
4076
4103
|
- dbm_queries_usage
|
|
4104
|
+
- error_tracking_usage
|
|
4105
|
+
- error_tracking_percentage
|
|
4077
4106
|
- estimated_indexed_logs_usage
|
|
4078
4107
|
- estimated_indexed_spans_usage
|
|
4079
4108
|
- estimated_ingested_logs_usage
|
|
@@ -4101,6 +4130,7 @@ components:
|
|
|
4101
4130
|
- ndm_netflow_usage
|
|
4102
4131
|
- npm_host_usage
|
|
4103
4132
|
- obs_pipeline_bytes_usage
|
|
4133
|
+
- obs_pipelines_vcpu_usage
|
|
4104
4134
|
- profiled_container_usage
|
|
4105
4135
|
- profiled_fargate_usage
|
|
4106
4136
|
- profiled_host_usage
|
|
@@ -4112,6 +4142,7 @@ components:
|
|
|
4112
4142
|
- snmp_usage
|
|
4113
4143
|
- universal_service_monitoring_usage
|
|
4114
4144
|
- vuln_management_hosts_usage
|
|
4145
|
+
- workflow_executions_usage
|
|
4115
4146
|
type: string
|
|
4116
4147
|
x-enum-varnames:
|
|
4117
4148
|
- API_USAGE
|
|
@@ -4120,6 +4151,8 @@ components:
|
|
|
4120
4151
|
- APM_USM_USAGE
|
|
4121
4152
|
- APPSEC_FARGATE_USAGE
|
|
4122
4153
|
- APPSEC_USAGE
|
|
4154
|
+
- ASM_SERVERLESS_TRACED_INVOCATIONS_USAGE
|
|
4155
|
+
- ASM_SERVERLESS_TRACED_INVOCATIONS_PERCENTAGE
|
|
4123
4156
|
- BROWSER_USAGE
|
|
4124
4157
|
- CI_PIPELINE_INDEXED_SPANS_USAGE
|
|
4125
4158
|
- CI_TEST_INDEXED_SPANS_USAGE
|
|
@@ -4136,6 +4169,8 @@ components:
|
|
|
4136
4169
|
- CWS_HOSTS_USAGE
|
|
4137
4170
|
- DBM_HOSTS_USAGE
|
|
4138
4171
|
- DBM_QUERIES_USAGE
|
|
4172
|
+
- ERROR_TRACKING_USAGE
|
|
4173
|
+
- ERROR_TRACKING_PERCENTAGE
|
|
4139
4174
|
- ESTIMATED_INDEXED_LOGS_USAGE
|
|
4140
4175
|
- ESTIMATED_INDEXED_SPANS_USAGE
|
|
4141
4176
|
- ESTIMATED_INGESTED_LOGS_USAGE
|
|
@@ -4163,6 +4198,7 @@ components:
|
|
|
4163
4198
|
- NDM_NETFLOW_USAGE
|
|
4164
4199
|
- NPM_HOST_USAGE
|
|
4165
4200
|
- OBS_PIPELINE_BYTES_USAGE
|
|
4201
|
+
- OBS_PIPELINE_VCPU_USAGE
|
|
4166
4202
|
- PROFILED_CONTAINER_USAGE
|
|
4167
4203
|
- PROFILED_FARGATE_USAGE
|
|
4168
4204
|
- PROFILED_HOST_USAGE
|
|
@@ -4174,6 +4210,7 @@ components:
|
|
|
4174
4210
|
- SNMP_USAGE
|
|
4175
4211
|
- UNIVERSAL_SERVICE_MONITORING_USAGE
|
|
4176
4212
|
- VULN_MANAGEMENT_HOSTS_USAGE
|
|
4213
|
+
- WORKFLOW_EXECUTIONS_USAGE
|
|
4177
4214
|
IFrameWidgetDefinition:
|
|
4178
4215
|
description: The iframe widget allows you to embed a portion of any other web
|
|
4179
4216
|
page on your dashboard. Only available on FREE layout dashboards.
|
|
@@ -4750,7 +4787,7 @@ components:
|
|
|
4750
4787
|
content:
|
|
4751
4788
|
$ref: '#/components/schemas/LogContent'
|
|
4752
4789
|
id:
|
|
4753
|
-
description:
|
|
4790
|
+
description: ID of the Log.
|
|
4754
4791
|
example: AAAAAWgN8Xwgr1vKDQAAAABBV2dOOFh3ZzZobm1mWXJFYTR0OA
|
|
4755
4792
|
type: string
|
|
4756
4793
|
type: object
|
|
@@ -5180,6 +5217,21 @@ components:
|
|
|
5180
5217
|
type: string
|
|
5181
5218
|
x-enum-varnames:
|
|
5182
5219
|
- CATEGORY_PROCESSOR
|
|
5220
|
+
LogsDailyLimitReset:
|
|
5221
|
+
description: Object containing options to override the default daily limit reset
|
|
5222
|
+
time.
|
|
5223
|
+
properties:
|
|
5224
|
+
reset_time:
|
|
5225
|
+
description: String in `HH:00` format representing the time of day the daily
|
|
5226
|
+
limit should be reset. The hours must be between 00 and 23 (inclusive).
|
|
5227
|
+
example: '14:00'
|
|
5228
|
+
type: string
|
|
5229
|
+
reset_utc_offset:
|
|
5230
|
+
description: String in `(-|+)HH:00` format representing the UTC offset to
|
|
5231
|
+
apply to the given reset time. The hours must be between -12 and +14 (inclusive).
|
|
5232
|
+
example: +02:00
|
|
5233
|
+
type: string
|
|
5234
|
+
type: object
|
|
5183
5235
|
LogsDateRemapper:
|
|
5184
5236
|
description: "As Datadog receives logs, it timestamps them using the value(s)
|
|
5185
5237
|
from any of these default attributes.\n\n - `timestamp`\n - `date`\n -
|
|
@@ -5394,6 +5446,16 @@ components:
|
|
|
5394
5446
|
example: 300000000
|
|
5395
5447
|
format: int64
|
|
5396
5448
|
type: integer
|
|
5449
|
+
daily_limit_reset:
|
|
5450
|
+
$ref: '#/components/schemas/LogsDailyLimitReset'
|
|
5451
|
+
daily_limit_warning_threshold_percentage:
|
|
5452
|
+
description: A percentage threshold of the daily quota at which a Datadog
|
|
5453
|
+
warning event is generated.
|
|
5454
|
+
example: 70
|
|
5455
|
+
format: double
|
|
5456
|
+
maximum: 99.99
|
|
5457
|
+
minimum: 50
|
|
5458
|
+
type: number
|
|
5397
5459
|
exclusion_filters:
|
|
5398
5460
|
description: 'An array of exclusion objects. The logs are tested against
|
|
5399
5461
|
the query of each filter,
|
|
@@ -5449,6 +5511,16 @@ components:
|
|
|
5449
5511
|
example: 300000000
|
|
5450
5512
|
format: int64
|
|
5451
5513
|
type: integer
|
|
5514
|
+
daily_limit_reset:
|
|
5515
|
+
$ref: '#/components/schemas/LogsDailyLimitReset'
|
|
5516
|
+
daily_limit_warning_threshold_percentage:
|
|
5517
|
+
description: A percentage threshold of the daily quota at which a Datadog
|
|
5518
|
+
warning event is generated.
|
|
5519
|
+
example: 70
|
|
5520
|
+
format: double
|
|
5521
|
+
maximum: 99.99
|
|
5522
|
+
minimum: 50
|
|
5523
|
+
type: number
|
|
5452
5524
|
disable_daily_limit:
|
|
5453
5525
|
description: 'If true, sets the `daily_limit` value to null and the index
|
|
5454
5526
|
is not limited on a daily basis (any
|
|
@@ -6280,7 +6352,7 @@ components:
|
|
|
6280
6352
|
description: The metrics' payload.
|
|
6281
6353
|
properties:
|
|
6282
6354
|
series:
|
|
6283
|
-
description: A list of
|
|
6355
|
+
description: A list of timeseries to submit to Datadog.
|
|
6284
6356
|
example:
|
|
6285
6357
|
- metric: system.load.1
|
|
6286
6358
|
points:
|
|
@@ -6333,7 +6405,7 @@ components:
|
|
|
6333
6405
|
readOnly: true
|
|
6334
6406
|
type: string
|
|
6335
6407
|
pointlist:
|
|
6336
|
-
description: List of points of the
|
|
6408
|
+
description: List of points of the timeseries in milliseconds.
|
|
6337
6409
|
example:
|
|
6338
6410
|
- - 1681683300000.0
|
|
6339
6411
|
- 77.62145685254418
|
|
@@ -6704,6 +6776,7 @@ components:
|
|
|
6704
6776
|
- events
|
|
6705
6777
|
- logs
|
|
6706
6778
|
- spans
|
|
6779
|
+
- database_queries
|
|
6707
6780
|
example: rum
|
|
6708
6781
|
type: string
|
|
6709
6782
|
x-enum-varnames:
|
|
@@ -6714,6 +6787,7 @@ components:
|
|
|
6714
6787
|
- EVENTS
|
|
6715
6788
|
- LOGS
|
|
6716
6789
|
- SPANS
|
|
6790
|
+
- DATABASE_QUERIES
|
|
6717
6791
|
MonitorFormulaAndFunctionQueryDefinition:
|
|
6718
6792
|
description: A formula and function query.
|
|
6719
6793
|
oneOf:
|
|
@@ -7700,6 +7774,8 @@ components:
|
|
|
7700
7774
|
- apm_usm_percentage
|
|
7701
7775
|
- appsec_usage
|
|
7702
7776
|
- appsec_percentage
|
|
7777
|
+
- asm_serverless_traced_invocations_usage
|
|
7778
|
+
- asm_serverless_traced_invocations_percentage
|
|
7703
7779
|
- browser_usage
|
|
7704
7780
|
- browser_percentage
|
|
7705
7781
|
- ci_visibility_itr_usage
|
|
@@ -7726,6 +7802,8 @@ components:
|
|
|
7726
7802
|
- dbm_hosts_usage
|
|
7727
7803
|
- dbm_queries_percentage
|
|
7728
7804
|
- dbm_queries_usage
|
|
7805
|
+
- error_tracking_usage
|
|
7806
|
+
- error_tracking_percentage
|
|
7729
7807
|
- estimated_indexed_logs_usage
|
|
7730
7808
|
- estimated_indexed_logs_percentage
|
|
7731
7809
|
- estimated_ingested_logs_usage
|
|
@@ -7752,6 +7830,8 @@ components:
|
|
|
7752
7830
|
- npm_host_percentage
|
|
7753
7831
|
- obs_pipeline_bytes_usage
|
|
7754
7832
|
- obs_pipeline_bytes_percentage
|
|
7833
|
+
- obs_pipelines_vcpu_usage
|
|
7834
|
+
- obs_pipelines_vcpu_percentage
|
|
7755
7835
|
- profiled_container_usage
|
|
7756
7836
|
- profiled_container_percentage
|
|
7757
7837
|
- profiled_fargate_usage
|
|
@@ -7808,6 +7888,8 @@ components:
|
|
|
7808
7888
|
- ingested_spans_bytes_percentage
|
|
7809
7889
|
- siem_ingested_bytes_usage
|
|
7810
7890
|
- siem_ingested_bytes_percentage
|
|
7891
|
+
- workflow_executions_usage
|
|
7892
|
+
- workflow_executions_percentage
|
|
7811
7893
|
- '*'
|
|
7812
7894
|
type: string
|
|
7813
7895
|
x-enum-varnames:
|
|
@@ -7823,6 +7905,8 @@ components:
|
|
|
7823
7905
|
- APM_USM_PERCENTAGE
|
|
7824
7906
|
- APPSEC_USAGE
|
|
7825
7907
|
- APPSEC_PERCENTAGE
|
|
7908
|
+
- ASM_SERVERLESS_TRACED_INVOCATIONS_USAGE
|
|
7909
|
+
- ASM_SERVERLESS_TRACED_INVOCATIONS_PERCENTAGE
|
|
7826
7910
|
- BROWSER_USAGE
|
|
7827
7911
|
- BROWSER_PERCENTAGE
|
|
7828
7912
|
- CI_VISIBILITY_ITR_USAGE
|
|
@@ -7849,6 +7933,8 @@ components:
|
|
|
7849
7933
|
- DBM_HOSTS_USAGE
|
|
7850
7934
|
- DBM_QUERIES_PERCENTAGE
|
|
7851
7935
|
- DBM_QUERIES_USAGE
|
|
7936
|
+
- ERROR_TRACKING_USAGE
|
|
7937
|
+
- ERROR_TRACKING_PERCENTAGE
|
|
7852
7938
|
- ESTIMATED_INDEXED_LOGS_USAGE
|
|
7853
7939
|
- ESTIMATED_INDEXED_LOGS_PERCENTAGE
|
|
7854
7940
|
- ESTIMATED_INGESTED_LOGS_USAGE
|
|
@@ -7875,6 +7961,8 @@ components:
|
|
|
7875
7961
|
- NPM_HOST_PERCENTAGE
|
|
7876
7962
|
- OBS_PIPELINE_BYTES_USAGE
|
|
7877
7963
|
- OBS_PIPELINE_BYTES_PERCENTAGE
|
|
7964
|
+
- OBS_PIPELINES_VCPU_USAGE
|
|
7965
|
+
- OBS_PIPELINES_VCPU_PERCENTAGE
|
|
7878
7966
|
- PROFILED_CONTAINER_USAGE
|
|
7879
7967
|
- PROFILED_CONTAINER_PERCENTAGE
|
|
7880
7968
|
- PROFILED_FARGATE_USAGE
|
|
@@ -7931,6 +8019,8 @@ components:
|
|
|
7931
8019
|
- INGESTED_SPANS_BYTES_PERCENTAGE
|
|
7932
8020
|
- SIEM_INGESTED_BYTES_USAGE
|
|
7933
8021
|
- SIEM_INGESTED_BYTES_PERCENTAGE
|
|
8022
|
+
- WORKFLOW_EXECUTIONS_USAGE
|
|
8023
|
+
- WORKFLOW_EXECUTIONS_PERCENTAGE
|
|
7934
8024
|
- ALL
|
|
7935
8025
|
MonthlyUsageAttributionValues:
|
|
7936
8026
|
description: Fields in Usage Summary by tag(s).
|
|
@@ -7987,6 +8077,16 @@ components:
|
|
|
7987
8077
|
description: The Application Security Monitoring host usage by tag(s).
|
|
7988
8078
|
format: double
|
|
7989
8079
|
type: number
|
|
8080
|
+
asm_serverless_traced_invocations_percentage:
|
|
8081
|
+
description: The percentage of Application Security Monitoring Serverless
|
|
8082
|
+
traced invocations usage by tag(s).
|
|
8083
|
+
format: double
|
|
8084
|
+
type: number
|
|
8085
|
+
asm_serverless_traced_invocations_usage:
|
|
8086
|
+
description: The Application Security Monitoring Serverless traced invocations
|
|
8087
|
+
usage by tag(s).
|
|
8088
|
+
format: double
|
|
8089
|
+
type: number
|
|
7990
8090
|
browser_percentage:
|
|
7991
8091
|
description: The percentage of synthetic browser test usage by tag(s).
|
|
7992
8092
|
format: double
|
|
@@ -8122,6 +8222,14 @@ components:
|
|
|
8122
8222
|
description: The Database Monitoring queries usage by tag(s).
|
|
8123
8223
|
format: double
|
|
8124
8224
|
type: number
|
|
8225
|
+
error_tracking_percentage:
|
|
8226
|
+
description: The percentage of error tracking events usage by tag(s).
|
|
8227
|
+
format: double
|
|
8228
|
+
type: number
|
|
8229
|
+
error_tracking_usage:
|
|
8230
|
+
description: The error tracking events usage by tag(s).
|
|
8231
|
+
format: double
|
|
8232
|
+
type: number
|
|
8125
8233
|
estimated_indexed_logs_percentage:
|
|
8126
8234
|
description: The percentage of estimated live indexed logs usage by tag(s).
|
|
8127
8235
|
format: double
|
|
@@ -8348,6 +8456,15 @@ components:
|
|
|
8348
8456
|
description: The observability pipeline bytes usage by tag(s).
|
|
8349
8457
|
format: double
|
|
8350
8458
|
type: number
|
|
8459
|
+
obs_pipelines_vcpu_percentage:
|
|
8460
|
+
description: The percentage of observability pipeline per core usage by
|
|
8461
|
+
tag(s).
|
|
8462
|
+
format: double
|
|
8463
|
+
type: number
|
|
8464
|
+
obs_pipelines_vcpu_usage:
|
|
8465
|
+
description: The observability pipeline per core usage by tag(s).
|
|
8466
|
+
format: double
|
|
8467
|
+
type: number
|
|
8351
8468
|
profiled_container_percentage:
|
|
8352
8469
|
description: The percentage of profiled container usage by tag(s).
|
|
8353
8470
|
format: double
|
|
@@ -8437,6 +8554,14 @@ components:
|
|
|
8437
8554
|
description: The Application Vulnerability Management usage by tag(s).
|
|
8438
8555
|
format: double
|
|
8439
8556
|
type: number
|
|
8557
|
+
workflow_executions_percentage:
|
|
8558
|
+
description: The percentage of workflow executions usage by tag(s).
|
|
8559
|
+
format: double
|
|
8560
|
+
type: number
|
|
8561
|
+
workflow_executions_usage:
|
|
8562
|
+
description: The total workflow executions usage by tag(s).
|
|
8563
|
+
format: double
|
|
8564
|
+
type: number
|
|
8440
8565
|
type: object
|
|
8441
8566
|
NoteWidgetDefinition:
|
|
8442
8567
|
description: The notes and links widget is similar to free text widget, but
|
|
@@ -10061,7 +10186,7 @@ components:
|
|
|
10061
10186
|
description: 'The recurrence rules as defined in the iCalendar RFC 5545.
|
|
10062
10187
|
The supported rules for SLO corrections
|
|
10063
10188
|
|
|
10064
|
-
are `FREQ`, `INTERVAL`, `COUNT` and `
|
|
10189
|
+
are `FREQ`, `INTERVAL`, `COUNT`, `UNTIL` and `BYDAY`.'
|
|
10065
10190
|
example: FREQ=DAILY;INTERVAL=10;COUNT=5
|
|
10066
10191
|
type: string
|
|
10067
10192
|
slo_id:
|
|
@@ -10138,7 +10263,7 @@ components:
|
|
|
10138
10263
|
description: 'The recurrence rules as defined in the iCalendar RFC 5545.
|
|
10139
10264
|
The supported rules for SLO corrections
|
|
10140
10265
|
|
|
10141
|
-
are `FREQ`, `INTERVAL`, `COUNT`, and `
|
|
10266
|
+
are `FREQ`, `INTERVAL`, `COUNT`, `UNTIL` and `BYDAY`.'
|
|
10142
10267
|
example: FREQ=DAILY;INTERVAL=10;COUNT=5
|
|
10143
10268
|
nullable: true
|
|
10144
10269
|
type: string
|
|
@@ -10214,7 +10339,7 @@ components:
|
|
|
10214
10339
|
description: 'The recurrence rules as defined in the iCalendar RFC 5545.
|
|
10215
10340
|
The supported rules for SLO corrections
|
|
10216
10341
|
|
|
10217
|
-
are `FREQ`, `INTERVAL`, `COUNT`, and `
|
|
10342
|
+
are `FREQ`, `INTERVAL`, `COUNT`, `UNTIL` and `BYDAY`.'
|
|
10218
10343
|
example: FREQ=DAILY;INTERVAL=10;COUNT=5
|
|
10219
10344
|
type: string
|
|
10220
10345
|
start:
|
|
@@ -10361,7 +10486,7 @@ components:
|
|
|
10361
10486
|
- denominator
|
|
10362
10487
|
type: object
|
|
10363
10488
|
SLOHistoryMetricsSeries:
|
|
10364
|
-
description: 'A representation of `metric` based SLO
|
|
10489
|
+
description: 'A representation of `metric` based SLO timeseries for the provided
|
|
10365
10490
|
queries.
|
|
10366
10491
|
|
|
10367
10492
|
This is the same response type from `batch_query` endpoint.'
|
|
@@ -10482,18 +10607,18 @@ components:
|
|
|
10482
10607
|
type: string
|
|
10483
10608
|
history:
|
|
10484
10609
|
description: For `monitor` based SLOs, this includes the aggregated history
|
|
10485
|
-
as arrays that include
|
|
10610
|
+
as arrays that include timeseries and uptime data where `0=monitor` is
|
|
10486
10611
|
in `OK` state and `1=monitor` is in `alert` state.
|
|
10487
10612
|
example:
|
|
10488
10613
|
- - 1579212382
|
|
10489
10614
|
- 0
|
|
10490
10615
|
items:
|
|
10491
|
-
description: Represents an array
|
|
10616
|
+
description: Represents an array timeseries data.
|
|
10492
10617
|
example:
|
|
10493
10618
|
- 1579212382
|
|
10494
10619
|
- 0
|
|
10495
10620
|
items:
|
|
10496
|
-
description: A
|
|
10621
|
+
description: A timeseries data point which is a tuple of (timestamp,
|
|
10497
10622
|
value).
|
|
10498
10623
|
format: double
|
|
10499
10624
|
type: number
|
|
@@ -10664,18 +10789,18 @@ components:
|
|
|
10664
10789
|
type: string
|
|
10665
10790
|
history:
|
|
10666
10791
|
description: For `monitor` based SLOs, this includes the aggregated history
|
|
10667
|
-
as arrays that include
|
|
10792
|
+
as arrays that include timeseries and uptime data where `0=monitor` is
|
|
10668
10793
|
in `OK` state and `1=monitor` is in `alert` state.
|
|
10669
10794
|
example:
|
|
10670
10795
|
- - 1579212382
|
|
10671
10796
|
- 0
|
|
10672
10797
|
items:
|
|
10673
|
-
description: Represents an array
|
|
10798
|
+
description: Represents an array timeseries data.
|
|
10674
10799
|
example:
|
|
10675
10800
|
- 1579212382
|
|
10676
10801
|
- 0
|
|
10677
10802
|
items:
|
|
10678
|
-
description: A
|
|
10803
|
+
description: A timeseries data point which is a tuple of (timestamp,
|
|
10679
10804
|
value).
|
|
10680
10805
|
format: double
|
|
10681
10806
|
type: number
|
|
@@ -12819,7 +12944,7 @@ components:
|
|
|
12819
12944
|
description: Maximum number of graphs to display in the widget.
|
|
12820
12945
|
example: 24
|
|
12821
12946
|
format: int64
|
|
12822
|
-
maximum:
|
|
12947
|
+
maximum: 500
|
|
12823
12948
|
minimum: 1
|
|
12824
12949
|
type: integer
|
|
12825
12950
|
sort:
|
|
@@ -12835,7 +12960,7 @@ components:
|
|
|
12835
12960
|
description: Manual selection of tags making split graph widget static
|
|
12836
12961
|
items:
|
|
12837
12962
|
$ref: '#/components/schemas/SplitVectorEntry'
|
|
12838
|
-
maxItems:
|
|
12963
|
+
maxItems: 500
|
|
12839
12964
|
type: array
|
|
12840
12965
|
required:
|
|
12841
12966
|
- split_dimensions
|
|
@@ -13165,10 +13290,12 @@ components:
|
|
|
13165
13290
|
only supporting `http`.
|
|
13166
13291
|
enum:
|
|
13167
13292
|
- http
|
|
13293
|
+
- grpc
|
|
13168
13294
|
example: http
|
|
13169
13295
|
type: string
|
|
13170
13296
|
x-enum-varnames:
|
|
13171
13297
|
- HTTP
|
|
13298
|
+
- GRPC
|
|
13172
13299
|
SyntheticsAPITest:
|
|
13173
13300
|
description: Object containing details about a Synthetic API test.
|
|
13174
13301
|
properties:
|
|
@@ -14619,7 +14746,7 @@ components:
|
|
|
14619
14746
|
- edge.laptop_large
|
|
14620
14747
|
- edge.tablet
|
|
14621
14748
|
- edge.mobile_small
|
|
14622
|
-
example: laptop_large
|
|
14749
|
+
example: chrome.laptop_large
|
|
14623
14750
|
type: string
|
|
14624
14751
|
x-enum-varnames:
|
|
14625
14752
|
- LAPTOP_LARGE
|
|
@@ -15678,6 +15805,10 @@ components:
|
|
|
15678
15805
|
description: A protobuf JSON descriptor that needs to be gzipped first then
|
|
15679
15806
|
base64 encoded.
|
|
15680
15807
|
type: string
|
|
15808
|
+
compressedProtoFile:
|
|
15809
|
+
description: A protobuf file that needs to be gzipped first then base64
|
|
15810
|
+
encoded.
|
|
15811
|
+
type: string
|
|
15681
15812
|
dnsServer:
|
|
15682
15813
|
description: DNS server to use for DNS tests.
|
|
15683
15814
|
type: string
|
|
@@ -15695,6 +15826,8 @@ components:
|
|
|
15695
15826
|
host:
|
|
15696
15827
|
description: Host name to perform the test with.
|
|
15697
15828
|
type: string
|
|
15829
|
+
httpVersion:
|
|
15830
|
+
$ref: '#/components/schemas/SyntheticsTestOptionsHTTPVersion'
|
|
15698
15831
|
message:
|
|
15699
15832
|
description: Message to send for UDP or WebSocket tests.
|
|
15700
15833
|
type: string
|
|
@@ -16707,7 +16840,7 @@ components:
|
|
|
16707
16840
|
tags:
|
|
16708
16841
|
$ref: '#/components/schemas/UsageAttributionTagNames'
|
|
16709
16842
|
updated_at:
|
|
16710
|
-
description: Shows the the most recent hour in the current
|
|
16843
|
+
description: Shows the the most recent hour in the current month for all
|
|
16711
16844
|
organizations for which all usages were calculated.
|
|
16712
16845
|
type: string
|
|
16713
16846
|
values:
|
|
@@ -16804,6 +16937,8 @@ components:
|
|
|
16804
16937
|
- appsec_fargate_percentage
|
|
16805
16938
|
- estimated_rum_usage_attribution_usage
|
|
16806
16939
|
- estimated_rum_usage_attribution_percentage
|
|
16940
|
+
- asm_serverless_traced_invocations_usage
|
|
16941
|
+
- asm_serverless_traced_invocations_percentage
|
|
16807
16942
|
type: string
|
|
16808
16943
|
x-enum-varnames:
|
|
16809
16944
|
- API_PERCENTAGE
|
|
@@ -16842,6 +16977,8 @@ components:
|
|
|
16842
16977
|
- APPSEC_FARGATE_PERCENTAGE
|
|
16843
16978
|
- ESTIMATED_RUM_USAGE_ATTRIBUTION_USAGE
|
|
16844
16979
|
- ESTIMATED_RUM_USAGE_ATTRIBUTION_PERCENTAGE
|
|
16980
|
+
- ASM_SERVERLESS_TRACED_INVOCATIONS_USAGE
|
|
16981
|
+
- ASM_SERVERLESS_TRACED_INVOCATIONS_PERCENTAGE
|
|
16845
16982
|
UsageAttributionSupportedMetrics:
|
|
16846
16983
|
description: Supported fields for usage attribution requests (valid requests
|
|
16847
16984
|
contain one or more metrics, or `*` for all).
|
|
@@ -16892,6 +17029,8 @@ components:
|
|
|
16892
17029
|
- appsec_fargate_percentage
|
|
16893
17030
|
- estimated_rum_usage_attribution_usage
|
|
16894
17031
|
- estimated_rum_usage_attribution_percentage
|
|
17032
|
+
- asm_serverless_traced_invocations_usage
|
|
17033
|
+
- asm_serverless_traced_invocations_percentage
|
|
16895
17034
|
- '*'
|
|
16896
17035
|
type: string
|
|
16897
17036
|
x-enum-varnames:
|
|
@@ -16941,6 +17080,8 @@ components:
|
|
|
16941
17080
|
- APPSEC_FARGATE_PERCENTAGE
|
|
16942
17081
|
- ESTIMATED_RUM_USAGE_ATTRIBUTION_USAGE
|
|
16943
17082
|
- ESTIMATED_RUM_USAGE_ATTRIBUTION_PERCENTAGE
|
|
17083
|
+
- ASM_SERVERLESS_TRACED_INVOCATIONS_USAGE
|
|
17084
|
+
- ASM_SERVERLESS_TRACED_INVOCATIONS_PERCENTAGE
|
|
16944
17085
|
- ALL
|
|
16945
17086
|
UsageAttributionTagNames:
|
|
16946
17087
|
additionalProperties:
|
|
@@ -18015,7 +18156,7 @@ components:
|
|
|
18015
18156
|
type: array
|
|
18016
18157
|
type: object
|
|
18017
18158
|
UsageLambdaHour:
|
|
18018
|
-
description: 'Number of
|
|
18159
|
+
description: 'Number of Lambda functions and sum of the invocations of all Lambda
|
|
18019
18160
|
functions
|
|
18020
18161
|
|
|
18021
18162
|
for each hour for a given organization.'
|
|
@@ -18043,8 +18184,8 @@ components:
|
|
|
18043
18184
|
type: string
|
|
18044
18185
|
type: object
|
|
18045
18186
|
UsageLambdaResponse:
|
|
18046
|
-
description: 'Response containing the number of
|
|
18047
|
-
the invocations of all
|
|
18187
|
+
description: 'Response containing the number of Lambda functions and sum of
|
|
18188
|
+
the invocations of all Lambda functions
|
|
18048
18189
|
|
|
18049
18190
|
for each hour for a given organization.'
|
|
18050
18191
|
properties:
|
|
@@ -18651,6 +18792,11 @@ components:
|
|
|
18651
18792
|
Fargate tasks over all hours in the current date for all organizations.
|
|
18652
18793
|
format: int64
|
|
18653
18794
|
type: integer
|
|
18795
|
+
asm_serverless_sum:
|
|
18796
|
+
description: Shows the sum of all Application Security Monitoring Serverless
|
|
18797
|
+
invocations over all hours in the current date for all organizations.
|
|
18798
|
+
format: int64
|
|
18799
|
+
type: integer
|
|
18654
18800
|
audit_logs_lines_indexed_sum:
|
|
18655
18801
|
deprecated: true
|
|
18656
18802
|
description: Shows the sum of audit logs lines indexed over all hours in
|
|
@@ -18741,6 +18887,11 @@ components:
|
|
|
18741
18887
|
given date and given organization.
|
|
18742
18888
|
format: int64
|
|
18743
18889
|
type: integer
|
|
18890
|
+
cloud_cost_management_gcp_host_count_avg:
|
|
18891
|
+
description: Host count average of Cloud Cost Management for GCP for the
|
|
18892
|
+
given date and given organization.
|
|
18893
|
+
format: int64
|
|
18894
|
+
type: integer
|
|
18744
18895
|
cloud_cost_management_host_count_avg:
|
|
18745
18896
|
description: Host count average of Cloud Cost Management for all cloud providers
|
|
18746
18897
|
for the given date and given organization.
|
|
@@ -18888,6 +19039,11 @@ components:
|
|
|
18888
19039
|
over all hours in the current date for all organizations.
|
|
18889
19040
|
format: int64
|
|
18890
19041
|
type: integer
|
|
19042
|
+
error_tracking_events_sum:
|
|
19043
|
+
description: Shows the sum of all Error Tracking events over all hours in
|
|
19044
|
+
the current date for the given org.
|
|
19045
|
+
format: int64
|
|
19046
|
+
type: integer
|
|
18891
19047
|
fargate_tasks_count_avg:
|
|
18892
19048
|
description: Shows the high-watermark of all Fargate tasks over all hours
|
|
18893
19049
|
in the current date for all organizations.
|
|
@@ -18898,6 +19054,31 @@ components:
|
|
|
18898
19054
|
current date for all organizations.
|
|
18899
19055
|
format: int64
|
|
18900
19056
|
type: integer
|
|
19057
|
+
flex_logs_compute_large_avg:
|
|
19058
|
+
description: Shows the average number of Flex Logs Compute Large Instances
|
|
19059
|
+
over all hours in the current date for the given org.
|
|
19060
|
+
format: int64
|
|
19061
|
+
type: integer
|
|
19062
|
+
flex_logs_compute_medium_avg:
|
|
19063
|
+
description: Shows the average number of Flex Logs Compute Medium Instances
|
|
19064
|
+
over all hours in the current date for the given org.
|
|
19065
|
+
format: int64
|
|
19066
|
+
type: integer
|
|
19067
|
+
flex_logs_compute_small_avg:
|
|
19068
|
+
description: Shows the average number of Flex Logs Compute Small Instances
|
|
19069
|
+
over all hours in the current date for the given org.
|
|
19070
|
+
format: int64
|
|
19071
|
+
type: integer
|
|
19072
|
+
flex_logs_compute_xsmall_avg:
|
|
19073
|
+
description: Shows the average number of Flex Logs Compute Extra Small Instances
|
|
19074
|
+
over all hours in the current date for the given org.
|
|
19075
|
+
format: int64
|
|
19076
|
+
type: integer
|
|
19077
|
+
flex_stored_logs_avg:
|
|
19078
|
+
description: Shows the average of all Flex Stored Logs over all hours in
|
|
19079
|
+
the current date for the given org.
|
|
19080
|
+
format: int64
|
|
19081
|
+
type: integer
|
|
18901
19082
|
forwarding_events_bytes_sum:
|
|
18902
19083
|
description: Shows the sum of all log bytes forwarded over all hours in
|
|
18903
19084
|
the current date for all organizations.
|
|
@@ -19168,7 +19349,7 @@ components:
|
|
|
19168
19349
|
type: integer
|
|
19169
19350
|
apm_fargate_count_avg:
|
|
19170
19351
|
description: Shows the average of all APM ECS Fargate tasks over all hours
|
|
19171
|
-
in the current
|
|
19352
|
+
in the current month for the given org.
|
|
19172
19353
|
format: int64
|
|
19173
19354
|
type: integer
|
|
19174
19355
|
apm_host_top99p:
|
|
@@ -19178,7 +19359,12 @@ components:
|
|
|
19178
19359
|
type: integer
|
|
19179
19360
|
appsec_fargate_count_avg:
|
|
19180
19361
|
description: Shows the average of all Application Security Monitoring ECS
|
|
19181
|
-
Fargate tasks over all hours in the current
|
|
19362
|
+
Fargate tasks over all hours in the current month for the given org.
|
|
19363
|
+
format: int64
|
|
19364
|
+
type: integer
|
|
19365
|
+
asm_serverless_sum:
|
|
19366
|
+
description: Shows the sum of all Application Security Monitoring Serverless
|
|
19367
|
+
invocations over all hours in the current month for the given org.
|
|
19182
19368
|
format: int64
|
|
19183
19369
|
type: integer
|
|
19184
19370
|
audit_logs_lines_indexed_sum:
|
|
@@ -19272,6 +19458,11 @@ components:
|
|
|
19272
19458
|
given date and given org.
|
|
19273
19459
|
format: int64
|
|
19274
19460
|
type: integer
|
|
19461
|
+
cloud_cost_management_gcp_host_count_avg:
|
|
19462
|
+
description: Host count average of Cloud Cost Management for GCP for the
|
|
19463
|
+
given date and given org.
|
|
19464
|
+
format: int64
|
|
19465
|
+
type: integer
|
|
19275
19466
|
cloud_cost_management_host_count_avg:
|
|
19276
19467
|
description: Host count average of Cloud Cost Management for all cloud providers
|
|
19277
19468
|
for the given date and given org.
|
|
@@ -19425,6 +19616,11 @@ components:
|
|
|
19425
19616
|
queries over all hours in the current month for the given org.
|
|
19426
19617
|
format: int64
|
|
19427
19618
|
type: integer
|
|
19619
|
+
error_tracking_events_sum:
|
|
19620
|
+
description: Shows the sum of all Error Tracking events over all hours in
|
|
19621
|
+
the current date for the given org.
|
|
19622
|
+
format: int64
|
|
19623
|
+
type: integer
|
|
19428
19624
|
fargate_tasks_count_avg:
|
|
19429
19625
|
description: The average task count for Fargate.
|
|
19430
19626
|
format: int64
|
|
@@ -19434,6 +19630,31 @@ components:
|
|
|
19434
19630
|
in the current date for the given org.
|
|
19435
19631
|
format: int64
|
|
19436
19632
|
type: integer
|
|
19633
|
+
flex_logs_compute_large_avg:
|
|
19634
|
+
description: Shows the average number of Flex Logs Compute Large Instances
|
|
19635
|
+
over all hours in the current date for the given org.
|
|
19636
|
+
format: int64
|
|
19637
|
+
type: integer
|
|
19638
|
+
flex_logs_compute_medium_avg:
|
|
19639
|
+
description: Shows the average number of Flex Logs Compute Medium Instances
|
|
19640
|
+
over all hours in the current date for the given org.
|
|
19641
|
+
format: int64
|
|
19642
|
+
type: integer
|
|
19643
|
+
flex_logs_compute_small_avg:
|
|
19644
|
+
description: Shows the average number of Flex Logs Compute Small Instances
|
|
19645
|
+
over all hours in the current date for the given org.
|
|
19646
|
+
format: int64
|
|
19647
|
+
type: integer
|
|
19648
|
+
flex_logs_compute_xsmall_avg:
|
|
19649
|
+
description: Shows the average number of Flex Logs Compute Extra Small Instances
|
|
19650
|
+
over all hours in the current date for the given org.
|
|
19651
|
+
format: int64
|
|
19652
|
+
type: integer
|
|
19653
|
+
flex_stored_logs_avg:
|
|
19654
|
+
description: Shows the average of all Flex Stored Logs over all hours in
|
|
19655
|
+
the current date for the given org.
|
|
19656
|
+
format: int64
|
|
19657
|
+
type: integer
|
|
19437
19658
|
forwarding_events_bytes_sum:
|
|
19438
19659
|
description: Shows the sum of all log bytes forwarded over all hours in
|
|
19439
19660
|
the current date for the given org.
|
|
@@ -19696,38 +19917,43 @@ components:
|
|
|
19696
19917
|
properties:
|
|
19697
19918
|
agent_host_top99p_sum:
|
|
19698
19919
|
description: Shows the 99th percentile of all agent hosts over all hours
|
|
19699
|
-
in the current
|
|
19920
|
+
in the current month for all organizations.
|
|
19700
19921
|
format: int64
|
|
19701
19922
|
type: integer
|
|
19702
19923
|
apm_azure_app_service_host_top99p_sum:
|
|
19703
19924
|
description: Shows the 99th percentile of all Azure app services using APM
|
|
19704
|
-
over all hours in the current
|
|
19925
|
+
over all hours in the current month all organizations.
|
|
19705
19926
|
format: int64
|
|
19706
19927
|
type: integer
|
|
19707
19928
|
apm_devsecops_host_top99p_sum:
|
|
19708
19929
|
description: Shows the 99th percentile of all APM DevSecOps hosts over all
|
|
19709
|
-
hours in the current
|
|
19930
|
+
hours in the current month for all organizations.
|
|
19710
19931
|
format: int64
|
|
19711
19932
|
type: integer
|
|
19712
19933
|
apm_fargate_count_avg_sum:
|
|
19713
19934
|
description: Shows the average of all APM ECS Fargate tasks over all hours
|
|
19714
|
-
in the current
|
|
19935
|
+
in the current month for all organizations.
|
|
19715
19936
|
format: int64
|
|
19716
19937
|
type: integer
|
|
19717
19938
|
apm_host_top99p_sum:
|
|
19718
19939
|
description: Shows the 99th percentile of all distinct APM hosts over all
|
|
19719
|
-
hours in the current
|
|
19940
|
+
hours in the current month for all organizations.
|
|
19720
19941
|
format: int64
|
|
19721
19942
|
type: integer
|
|
19722
19943
|
appsec_fargate_count_avg_sum:
|
|
19723
19944
|
description: Shows the average of all Application Security Monitoring ECS
|
|
19724
|
-
Fargate tasks over all hours in the current
|
|
19945
|
+
Fargate tasks over all hours in the current month for all organizations.
|
|
19946
|
+
format: int64
|
|
19947
|
+
type: integer
|
|
19948
|
+
asm_serverless_agg_sum:
|
|
19949
|
+
description: Shows the sum of all Application Security Monitoring Serverless
|
|
19950
|
+
invocations over all hours in the current months for all organizations.
|
|
19725
19951
|
format: int64
|
|
19726
19952
|
type: integer
|
|
19727
19953
|
audit_logs_lines_indexed_agg_sum:
|
|
19728
19954
|
deprecated: true
|
|
19729
19955
|
description: Shows the sum of all audit logs lines indexed over all hours
|
|
19730
|
-
in the current
|
|
19956
|
+
in the current month for all organizations.
|
|
19731
19957
|
format: int64
|
|
19732
19958
|
type: integer
|
|
19733
19959
|
audit_trail_enabled_hwm_sum:
|
|
@@ -19737,77 +19963,77 @@ components:
|
|
|
19737
19963
|
type: integer
|
|
19738
19964
|
avg_profiled_fargate_tasks_sum:
|
|
19739
19965
|
description: Shows the average of all profiled Fargate tasks over all hours
|
|
19740
|
-
in the current
|
|
19966
|
+
in the current month for all organizations.
|
|
19741
19967
|
format: int64
|
|
19742
19968
|
type: integer
|
|
19743
19969
|
aws_host_top99p_sum:
|
|
19744
19970
|
description: Shows the 99th percentile of all AWS hosts over all hours in
|
|
19745
|
-
the current
|
|
19971
|
+
the current month for all organizations.
|
|
19746
19972
|
format: int64
|
|
19747
19973
|
type: integer
|
|
19748
19974
|
aws_lambda_func_count:
|
|
19749
19975
|
description: Shows the average of the number of functions that executed
|
|
19750
|
-
1 or more times each hour in the current
|
|
19976
|
+
1 or more times each hour in the current month for all organizations.
|
|
19751
19977
|
format: int64
|
|
19752
19978
|
type: integer
|
|
19753
19979
|
aws_lambda_invocations_sum:
|
|
19754
19980
|
description: Shows the sum of all AWS Lambda invocations over all hours
|
|
19755
|
-
in the current
|
|
19981
|
+
in the current month for all organizations.
|
|
19756
19982
|
format: int64
|
|
19757
19983
|
type: integer
|
|
19758
19984
|
azure_app_service_top99p_sum:
|
|
19759
19985
|
description: Shows the 99th percentile of all Azure app services over all
|
|
19760
|
-
hours in the current
|
|
19986
|
+
hours in the current month for all organizations.
|
|
19761
19987
|
format: int64
|
|
19762
19988
|
type: integer
|
|
19763
19989
|
azure_host_top99p_sum:
|
|
19764
19990
|
description: Shows the 99th percentile of all Azure hosts over all hours
|
|
19765
|
-
in the current
|
|
19991
|
+
in the current month for all organizations.
|
|
19766
19992
|
format: int64
|
|
19767
19993
|
type: integer
|
|
19768
19994
|
billable_ingested_bytes_agg_sum:
|
|
19769
19995
|
description: Shows the sum of all log bytes ingested over all hours in the
|
|
19770
|
-
current
|
|
19996
|
+
current month for all organizations.
|
|
19771
19997
|
format: int64
|
|
19772
19998
|
type: integer
|
|
19773
19999
|
browser_rum_lite_session_count_agg_sum:
|
|
19774
20000
|
description: Shows the sum of all browser lite sessions over all hours in
|
|
19775
|
-
the current
|
|
20001
|
+
the current month for all organizations.
|
|
19776
20002
|
format: int64
|
|
19777
20003
|
type: integer
|
|
19778
20004
|
browser_rum_replay_session_count_agg_sum:
|
|
19779
20005
|
description: Shows the sum of all browser replay sessions over all hours
|
|
19780
|
-
in the current
|
|
20006
|
+
in the current month for all organizations.
|
|
19781
20007
|
format: int64
|
|
19782
20008
|
type: integer
|
|
19783
20009
|
browser_rum_units_agg_sum:
|
|
19784
20010
|
description: Shows the sum of all browser RUM units over all hours in the
|
|
19785
|
-
current
|
|
20011
|
+
current month for all organizations.
|
|
19786
20012
|
format: int64
|
|
19787
20013
|
type: integer
|
|
19788
20014
|
ci_pipeline_indexed_spans_agg_sum:
|
|
19789
20015
|
description: Shows the sum of all CI pipeline indexed spans over all hours
|
|
19790
|
-
in the current
|
|
20016
|
+
in the current month for all organizations.
|
|
19791
20017
|
format: int64
|
|
19792
20018
|
type: integer
|
|
19793
20019
|
ci_test_indexed_spans_agg_sum:
|
|
19794
20020
|
description: Shows the sum of all CI test indexed spans over all hours in
|
|
19795
|
-
the current
|
|
20021
|
+
the current month for all organizations.
|
|
19796
20022
|
format: int64
|
|
19797
20023
|
type: integer
|
|
19798
20024
|
ci_visibility_itr_committers_hwm_sum:
|
|
19799
20025
|
description: Shows the high-water mark of all CI visibility intelligent
|
|
19800
|
-
test runner committers over all hours in the current
|
|
20026
|
+
test runner committers over all hours in the current month for all organizations.
|
|
19801
20027
|
format: int64
|
|
19802
20028
|
type: integer
|
|
19803
20029
|
ci_visibility_pipeline_committers_hwm_sum:
|
|
19804
20030
|
description: Shows the high-water mark of all CI visibility pipeline committers
|
|
19805
|
-
over all hours in the current
|
|
20031
|
+
over all hours in the current month for all organizations.
|
|
19806
20032
|
format: int64
|
|
19807
20033
|
type: integer
|
|
19808
20034
|
ci_visibility_test_committers_hwm_sum:
|
|
19809
20035
|
description: Shows the high-water mark of all CI visibility test committers
|
|
19810
|
-
over all hours in the current
|
|
20036
|
+
over all hours in the current month for all organizations.
|
|
19811
20037
|
format: int64
|
|
19812
20038
|
type: integer
|
|
19813
20039
|
cloud_cost_management_aws_host_count_avg_sum:
|
|
@@ -19820,6 +20046,11 @@ components:
|
|
|
19820
20046
|
Azure.
|
|
19821
20047
|
format: int64
|
|
19822
20048
|
type: integer
|
|
20049
|
+
cloud_cost_management_gcp_host_count_avg_sum:
|
|
20050
|
+
description: Sum of the host count average for Cloud Cost Management for
|
|
20051
|
+
GCP.
|
|
20052
|
+
format: int64
|
|
20053
|
+
type: integer
|
|
19823
20054
|
cloud_cost_management_host_count_avg_sum:
|
|
19824
20055
|
description: Sum of the host count average for Cloud Cost Management for
|
|
19825
20056
|
all cloud providers.
|
|
@@ -19827,12 +20058,12 @@ components:
|
|
|
19827
20058
|
type: integer
|
|
19828
20059
|
cloud_siem_events_agg_sum:
|
|
19829
20060
|
description: Shows the sum of all Cloud Security Information and Event Management
|
|
19830
|
-
events over all hours in the current
|
|
20061
|
+
events over all hours in the current month for all organizations.
|
|
19831
20062
|
format: int64
|
|
19832
20063
|
type: integer
|
|
19833
20064
|
container_avg_sum:
|
|
19834
20065
|
description: Shows the average of all distinct containers over all hours
|
|
19835
|
-
in the current
|
|
20066
|
+
in the current month for all organizations.
|
|
19836
20067
|
format: int64
|
|
19837
20068
|
type: integer
|
|
19838
20069
|
container_excl_agent_avg_sum:
|
|
@@ -19842,123 +20073,123 @@ components:
|
|
|
19842
20073
|
type: integer
|
|
19843
20074
|
container_hwm_sum:
|
|
19844
20075
|
description: Shows the sum of the high-water marks of all distinct containers
|
|
19845
|
-
over all hours in the current
|
|
20076
|
+
over all hours in the current month for all organizations.
|
|
19846
20077
|
format: int64
|
|
19847
20078
|
type: integer
|
|
19848
20079
|
csm_container_enterprise_compliance_count_agg_sum:
|
|
19849
20080
|
description: Shows the sum of all Cloud Security Management Enterprise compliance
|
|
19850
|
-
containers over all hours in the current
|
|
20081
|
+
containers over all hours in the current month for all organizations.
|
|
19851
20082
|
format: int64
|
|
19852
20083
|
type: integer
|
|
19853
20084
|
csm_container_enterprise_cws_count_agg_sum:
|
|
19854
20085
|
description: Shows the sum of all Cloud Security Management Enterprise Cloud
|
|
19855
|
-
Workload Security containers over all hours in the current
|
|
19856
|
-
|
|
20086
|
+
Workload Security containers over all hours in the current month for all
|
|
20087
|
+
organizations.
|
|
19857
20088
|
format: int64
|
|
19858
20089
|
type: integer
|
|
19859
20090
|
csm_container_enterprise_total_count_agg_sum:
|
|
19860
20091
|
description: Shows the sum of all Cloud Security Management Enterprise containers
|
|
19861
|
-
over all hours in the current
|
|
20092
|
+
over all hours in the current month for all organizations.
|
|
19862
20093
|
format: int64
|
|
19863
20094
|
type: integer
|
|
19864
20095
|
csm_host_enterprise_aas_host_count_top99p_sum:
|
|
19865
20096
|
description: Shows the 99th percentile of all Cloud Security Management
|
|
19866
|
-
Enterprise Azure app services hosts over all hours in the current
|
|
20097
|
+
Enterprise Azure app services hosts over all hours in the current month
|
|
19867
20098
|
for all organizations.
|
|
19868
20099
|
format: int64
|
|
19869
20100
|
type: integer
|
|
19870
20101
|
csm_host_enterprise_aws_host_count_top99p_sum:
|
|
19871
20102
|
description: Shows the 99th percentile of all Cloud Security Management
|
|
19872
|
-
Enterprise AWS hosts over all hours in the current
|
|
20103
|
+
Enterprise AWS hosts over all hours in the current month for all organizations.
|
|
19873
20104
|
format: int64
|
|
19874
20105
|
type: integer
|
|
19875
20106
|
csm_host_enterprise_azure_host_count_top99p_sum:
|
|
19876
20107
|
description: Shows the 99th percentile of all Cloud Security Management
|
|
19877
|
-
Enterprise Azure hosts over all hours in the current
|
|
20108
|
+
Enterprise Azure hosts over all hours in the current month for all organizations.
|
|
19878
20109
|
format: int64
|
|
19879
20110
|
type: integer
|
|
19880
20111
|
csm_host_enterprise_compliance_host_count_top99p_sum:
|
|
19881
20112
|
description: Shows the 99th percentile of all Cloud Security Management
|
|
19882
|
-
Enterprise compliance hosts over all hours in the current
|
|
20113
|
+
Enterprise compliance hosts over all hours in the current month for all
|
|
19883
20114
|
organizations.
|
|
19884
20115
|
format: int64
|
|
19885
20116
|
type: integer
|
|
19886
20117
|
csm_host_enterprise_cws_host_count_top99p_sum:
|
|
19887
20118
|
description: Shows the 99th percentile of all Cloud Security Management
|
|
19888
20119
|
Enterprise Cloud Workload Security hosts over all hours in the current
|
|
19889
|
-
|
|
20120
|
+
month for all organizations.
|
|
19890
20121
|
format: int64
|
|
19891
20122
|
type: integer
|
|
19892
20123
|
csm_host_enterprise_gcp_host_count_top99p_sum:
|
|
19893
20124
|
description: Shows the 99th percentile of all Cloud Security Management
|
|
19894
|
-
Enterprise GCP hosts over all hours in the current
|
|
20125
|
+
Enterprise GCP hosts over all hours in the current month for all organizations.
|
|
19895
20126
|
format: int64
|
|
19896
20127
|
type: integer
|
|
19897
20128
|
csm_host_enterprise_total_host_count_top99p_sum:
|
|
19898
20129
|
description: Shows the 99th percentile of all Cloud Security Management
|
|
19899
|
-
Enterprise hosts over all hours in the current
|
|
20130
|
+
Enterprise hosts over all hours in the current month for all organizations.
|
|
19900
20131
|
format: int64
|
|
19901
20132
|
type: integer
|
|
19902
20133
|
cspm_aas_host_top99p_sum:
|
|
19903
20134
|
description: Shows the 99th percentile of all Cloud Security Management
|
|
19904
|
-
Pro Azure app services hosts over all hours in the current
|
|
19905
|
-
|
|
20135
|
+
Pro Azure app services hosts over all hours in the current month for all
|
|
20136
|
+
organizations.
|
|
19906
20137
|
format: int64
|
|
19907
20138
|
type: integer
|
|
19908
20139
|
cspm_aws_host_top99p_sum:
|
|
19909
20140
|
description: Shows the 99th percentile of all Cloud Security Management
|
|
19910
|
-
Pro AWS hosts over all hours in the current
|
|
20141
|
+
Pro AWS hosts over all hours in the current month for all organizations.
|
|
19911
20142
|
format: int64
|
|
19912
20143
|
type: integer
|
|
19913
20144
|
cspm_azure_host_top99p_sum:
|
|
19914
20145
|
description: Shows the 99th percentile of all Cloud Security Management
|
|
19915
|
-
Pro Azure hosts over all hours in the current
|
|
20146
|
+
Pro Azure hosts over all hours in the current month for all organizations.
|
|
19916
20147
|
format: int64
|
|
19917
20148
|
type: integer
|
|
19918
20149
|
cspm_container_avg_sum:
|
|
19919
20150
|
description: Shows the average number of Cloud Security Management Pro containers
|
|
19920
|
-
over all hours in the current
|
|
20151
|
+
over all hours in the current month for all organizations.
|
|
19921
20152
|
format: int64
|
|
19922
20153
|
type: integer
|
|
19923
20154
|
cspm_container_hwm_sum:
|
|
19924
20155
|
description: Shows the sum of the the high-water marks of Cloud Security
|
|
19925
|
-
Management Pro containers over all hours in the current
|
|
20156
|
+
Management Pro containers over all hours in the current month for all
|
|
19926
20157
|
organizations.
|
|
19927
20158
|
format: int64
|
|
19928
20159
|
type: integer
|
|
19929
20160
|
cspm_gcp_host_top99p_sum:
|
|
19930
20161
|
description: Shows the 99th percentile of all Cloud Security Management
|
|
19931
|
-
Pro GCP hosts over all hours in the current
|
|
20162
|
+
Pro GCP hosts over all hours in the current month for all organizations.
|
|
19932
20163
|
format: int64
|
|
19933
20164
|
type: integer
|
|
19934
20165
|
cspm_host_top99p_sum:
|
|
19935
20166
|
description: Shows the 99th percentile of all Cloud Security Management
|
|
19936
|
-
Pro hosts over all hours in the current
|
|
20167
|
+
Pro hosts over all hours in the current month for all organizations.
|
|
19937
20168
|
format: int64
|
|
19938
20169
|
type: integer
|
|
19939
20170
|
custom_historical_ts_sum:
|
|
19940
20171
|
description: Shows the average number of distinct historical custom metrics
|
|
19941
|
-
over all hours in the current
|
|
20172
|
+
over all hours in the current month for all organizations.
|
|
19942
20173
|
format: int64
|
|
19943
20174
|
type: integer
|
|
19944
20175
|
custom_live_ts_sum:
|
|
19945
20176
|
description: Shows the average number of distinct live custom metrics over
|
|
19946
|
-
all hours in the current
|
|
20177
|
+
all hours in the current month for all organizations.
|
|
19947
20178
|
format: int64
|
|
19948
20179
|
type: integer
|
|
19949
20180
|
custom_ts_sum:
|
|
19950
20181
|
description: Shows the average number of distinct custom metrics over all
|
|
19951
|
-
hours in the current
|
|
20182
|
+
hours in the current month for all organizations.
|
|
19952
20183
|
format: int64
|
|
19953
20184
|
type: integer
|
|
19954
20185
|
cws_containers_avg_sum:
|
|
19955
20186
|
description: Shows the average of all distinct Cloud Workload Security containers
|
|
19956
|
-
over all hours in the current
|
|
20187
|
+
over all hours in the current month for all organizations.
|
|
19957
20188
|
format: int64
|
|
19958
20189
|
type: integer
|
|
19959
20190
|
cws_host_top99p_sum:
|
|
19960
20191
|
description: Shows the 99th percentile of all Cloud Workload Security hosts
|
|
19961
|
-
over all hours in the current
|
|
20192
|
+
over all hours in the current month for all organizations.
|
|
19962
20193
|
format: int64
|
|
19963
20194
|
type: integer
|
|
19964
20195
|
dbm_host_top99p_sum:
|
|
@@ -19972,80 +20203,109 @@ components:
|
|
|
19972
20203
|
format: int64
|
|
19973
20204
|
type: integer
|
|
19974
20205
|
end_date:
|
|
19975
|
-
description: Shows the last date of usage in the current
|
|
19976
|
-
organizations.
|
|
20206
|
+
description: Shows the last date of usage in the current month for all organizations.
|
|
19977
20207
|
format: date-time
|
|
19978
20208
|
type: string
|
|
20209
|
+
error_tracking_events_agg_sum:
|
|
20210
|
+
description: Shows the sum of all Error Tracking events over all hours in
|
|
20211
|
+
the current months for all organizations.
|
|
20212
|
+
format: int64
|
|
20213
|
+
type: integer
|
|
19979
20214
|
fargate_tasks_count_avg_sum:
|
|
19980
20215
|
description: Shows the average of all Fargate tasks over all hours in the
|
|
19981
|
-
current
|
|
20216
|
+
current month for all organizations.
|
|
19982
20217
|
format: int64
|
|
19983
20218
|
type: integer
|
|
19984
20219
|
fargate_tasks_count_hwm_sum:
|
|
19985
20220
|
description: Shows the sum of the high-water marks of all Fargate tasks
|
|
20221
|
+
over all hours in the current month for all organizations.
|
|
20222
|
+
format: int64
|
|
20223
|
+
type: integer
|
|
20224
|
+
flex_logs_compute_large_avg_sum:
|
|
20225
|
+
description: Shows the average number of Flex Logs Compute Large Instances
|
|
20226
|
+
over all hours in the current months for all organizations.
|
|
20227
|
+
format: int64
|
|
20228
|
+
type: integer
|
|
20229
|
+
flex_logs_compute_medium_avg_sum:
|
|
20230
|
+
description: Shows the average number of Flex Logs Compute Medium Instances
|
|
20231
|
+
over all hours in the current months for all organizations.
|
|
20232
|
+
format: int64
|
|
20233
|
+
type: integer
|
|
20234
|
+
flex_logs_compute_small_avg_sum:
|
|
20235
|
+
description: Shows the average number of Flex Logs Compute Small Instances
|
|
19986
20236
|
over all hours in the current months for all organizations.
|
|
19987
20237
|
format: int64
|
|
19988
20238
|
type: integer
|
|
20239
|
+
flex_logs_compute_xsmall_avg_sum:
|
|
20240
|
+
description: Shows the average number of Flex Logs Compute Extra Small Instances
|
|
20241
|
+
over all hours in the current months for all organizations.
|
|
20242
|
+
format: int64
|
|
20243
|
+
type: integer
|
|
20244
|
+
flex_stored_logs_avg_sum:
|
|
20245
|
+
description: Shows the average of all Flex Stored Logs over all hours in
|
|
20246
|
+
the current months for all organizations.
|
|
20247
|
+
format: int64
|
|
20248
|
+
type: integer
|
|
19989
20249
|
forwarding_events_bytes_agg_sum:
|
|
19990
20250
|
description: Shows the sum of all logs forwarding bytes over all hours in
|
|
19991
|
-
the current
|
|
20251
|
+
the current month for all organizations (data available as of April 1,
|
|
19992
20252
|
2023)
|
|
19993
20253
|
format: int64
|
|
19994
20254
|
type: integer
|
|
19995
20255
|
gcp_host_top99p_sum:
|
|
19996
20256
|
description: Shows the 99th percentile of all GCP hosts over all hours in
|
|
19997
|
-
the current
|
|
20257
|
+
the current month for all organizations.
|
|
19998
20258
|
format: int64
|
|
19999
20259
|
type: integer
|
|
20000
20260
|
heroku_host_top99p_sum:
|
|
20001
20261
|
description: Shows the 99th percentile of all Heroku dynos over all hours
|
|
20002
|
-
in the current
|
|
20262
|
+
in the current month for all organizations.
|
|
20003
20263
|
format: int64
|
|
20004
20264
|
type: integer
|
|
20005
20265
|
incident_management_monthly_active_users_hwm_sum:
|
|
20006
20266
|
description: Shows sum of the the high-water marks of incident management
|
|
20007
|
-
monthly active users in the current
|
|
20267
|
+
monthly active users in the current month for all organizations.
|
|
20008
20268
|
format: int64
|
|
20009
20269
|
type: integer
|
|
20010
20270
|
indexed_events_count_agg_sum:
|
|
20011
20271
|
description: Shows the sum of all log events indexed over all hours in the
|
|
20012
|
-
current
|
|
20272
|
+
current month for all organizations.
|
|
20013
20273
|
format: int64
|
|
20014
20274
|
type: integer
|
|
20015
20275
|
infra_host_top99p_sum:
|
|
20016
20276
|
description: Shows the 99th percentile of all distinct infrastructure hosts
|
|
20017
|
-
over all hours in the current
|
|
20277
|
+
over all hours in the current month for all organizations.
|
|
20018
20278
|
format: int64
|
|
20019
20279
|
type: integer
|
|
20020
20280
|
ingested_events_bytes_agg_sum:
|
|
20021
20281
|
description: Shows the sum of all log bytes ingested over all hours in the
|
|
20022
|
-
current
|
|
20282
|
+
current month for all organizations.
|
|
20023
20283
|
format: int64
|
|
20024
20284
|
type: integer
|
|
20025
20285
|
iot_device_agg_sum:
|
|
20026
20286
|
description: Shows the sum of all IoT devices over all hours in the current
|
|
20027
|
-
|
|
20287
|
+
month for all organizations.
|
|
20028
20288
|
format: int64
|
|
20029
20289
|
type: integer
|
|
20030
20290
|
iot_device_top99p_sum:
|
|
20031
20291
|
description: Shows the 99th percentile of all IoT devices over all hours
|
|
20032
|
-
in the current
|
|
20292
|
+
in the current month of all organizations.
|
|
20033
20293
|
format: int64
|
|
20034
20294
|
type: integer
|
|
20035
20295
|
last_updated:
|
|
20036
|
-
description: Shows the the most recent hour in the current
|
|
20296
|
+
description: Shows the the most recent hour in the current month for all
|
|
20037
20297
|
organizations for which all usages were calculated.
|
|
20038
20298
|
format: date-time
|
|
20039
20299
|
type: string
|
|
20040
20300
|
live_indexed_events_agg_sum:
|
|
20041
20301
|
description: Shows the sum of all live logs indexed over all hours in the
|
|
20042
|
-
current
|
|
20302
|
+
current month for all organizations (data available as of December 1,
|
|
20043
20303
|
2020).
|
|
20044
20304
|
format: int64
|
|
20045
20305
|
type: integer
|
|
20046
20306
|
live_ingested_bytes_agg_sum:
|
|
20047
20307
|
description: Shows the sum of all live logs bytes ingested over all hours
|
|
20048
|
-
in the current
|
|
20308
|
+
in the current month for all organizations (data available as of December
|
|
20049
20309
|
1, 2020).
|
|
20050
20310
|
format: int64
|
|
20051
20311
|
type: integer
|
|
@@ -20053,105 +20313,105 @@ components:
|
|
|
20053
20313
|
$ref: '#/components/schemas/LogsByRetention'
|
|
20054
20314
|
mobile_rum_lite_session_count_agg_sum:
|
|
20055
20315
|
description: Shows the sum of all mobile lite sessions over all hours in
|
|
20056
|
-
the current
|
|
20316
|
+
the current month for all organizations.
|
|
20057
20317
|
format: int64
|
|
20058
20318
|
type: integer
|
|
20059
20319
|
mobile_rum_session_count_agg_sum:
|
|
20060
20320
|
description: Shows the sum of all mobile RUM Sessions over all hours in
|
|
20061
|
-
the current
|
|
20321
|
+
the current month for all organizations.
|
|
20062
20322
|
format: int64
|
|
20063
20323
|
type: integer
|
|
20064
20324
|
mobile_rum_session_count_android_agg_sum:
|
|
20065
20325
|
description: Shows the sum of all mobile RUM Sessions on Android over all
|
|
20066
|
-
hours in the current
|
|
20326
|
+
hours in the current month for all organizations.
|
|
20067
20327
|
format: int64
|
|
20068
20328
|
type: integer
|
|
20069
20329
|
mobile_rum_session_count_flutter_agg_sum:
|
|
20070
20330
|
description: Shows the sum of all mobile RUM Sessions on Flutter over all
|
|
20071
|
-
hours in the current
|
|
20331
|
+
hours in the current month for all organizations.
|
|
20072
20332
|
format: int64
|
|
20073
20333
|
type: integer
|
|
20074
20334
|
mobile_rum_session_count_ios_agg_sum:
|
|
20075
20335
|
description: Shows the sum of all mobile RUM Sessions on iOS over all hours
|
|
20076
|
-
in the current
|
|
20336
|
+
in the current month for all organizations.
|
|
20077
20337
|
format: int64
|
|
20078
20338
|
type: integer
|
|
20079
20339
|
mobile_rum_session_count_reactnative_agg_sum:
|
|
20080
20340
|
description: Shows the sum of all mobile RUM Sessions on React Native over
|
|
20081
|
-
all hours in the current
|
|
20341
|
+
all hours in the current month for all organizations.
|
|
20082
20342
|
format: int64
|
|
20083
20343
|
type: integer
|
|
20084
20344
|
mobile_rum_session_count_roku_agg_sum:
|
|
20085
20345
|
description: Shows the sum of all mobile RUM Sessions on Roku over all hours
|
|
20086
|
-
in the current
|
|
20346
|
+
in the current month for all organizations.
|
|
20087
20347
|
format: int64
|
|
20088
20348
|
type: integer
|
|
20089
20349
|
mobile_rum_units_agg_sum:
|
|
20090
20350
|
description: Shows the sum of all mobile RUM units over all hours in the
|
|
20091
|
-
current
|
|
20351
|
+
current month for all organizations.
|
|
20092
20352
|
format: int64
|
|
20093
20353
|
type: integer
|
|
20094
20354
|
ndm_netflow_events_agg_sum:
|
|
20095
20355
|
description: Shows the sum of all Network Device Monitoring NetFlow events
|
|
20096
|
-
over all hours in the current
|
|
20356
|
+
over all hours in the current month for all organizations.
|
|
20097
20357
|
format: int64
|
|
20098
20358
|
type: integer
|
|
20099
20359
|
netflow_indexed_events_count_agg_sum:
|
|
20100
20360
|
description: Shows the sum of all Network flows indexed over all hours in
|
|
20101
|
-
the current
|
|
20361
|
+
the current month for all organizations.
|
|
20102
20362
|
format: int64
|
|
20103
20363
|
type: integer
|
|
20104
20364
|
npm_host_top99p_sum:
|
|
20105
20365
|
description: Shows the 99th percentile of all distinct Networks hosts over
|
|
20106
|
-
all hours in the current
|
|
20366
|
+
all hours in the current month for all organizations.
|
|
20107
20367
|
format: int64
|
|
20108
20368
|
type: integer
|
|
20109
20369
|
observability_pipelines_bytes_processed_agg_sum:
|
|
20110
20370
|
description: Sum of all observability pipelines bytes processed over all
|
|
20111
|
-
hours in the current
|
|
20371
|
+
hours in the current month for all organizations.
|
|
20112
20372
|
format: int64
|
|
20113
20373
|
type: integer
|
|
20114
20374
|
online_archive_events_count_agg_sum:
|
|
20115
20375
|
description: Sum of all online archived events over all hours in the current
|
|
20116
|
-
|
|
20376
|
+
month for all organizations.
|
|
20117
20377
|
format: int64
|
|
20118
20378
|
type: integer
|
|
20119
20379
|
opentelemetry_apm_host_top99p_sum:
|
|
20120
20380
|
description: Shows the 99th percentile of APM hosts reported by the Datadog
|
|
20121
20381
|
exporter for the OpenTelemetry Collector over all hours in the current
|
|
20122
|
-
|
|
20382
|
+
month for all organizations.
|
|
20123
20383
|
format: int64
|
|
20124
20384
|
type: integer
|
|
20125
20385
|
opentelemetry_host_top99p_sum:
|
|
20126
20386
|
description: Shows the 99th percentile of all hosts reported by the Datadog
|
|
20127
20387
|
exporter for the OpenTelemetry Collector over all hours in the current
|
|
20128
|
-
|
|
20388
|
+
month for all organizations.
|
|
20129
20389
|
format: int64
|
|
20130
20390
|
type: integer
|
|
20131
20391
|
profiling_aas_count_top99p_sum:
|
|
20132
20392
|
description: Shows the 99th percentile of all profiled Azure app services
|
|
20133
|
-
over all hours in the current
|
|
20393
|
+
over all hours in the current month for all organizations.
|
|
20134
20394
|
format: int64
|
|
20135
20395
|
type: integer
|
|
20136
20396
|
profiling_container_agent_count_avg:
|
|
20137
20397
|
description: Shows the average number of profiled containers over all hours
|
|
20138
|
-
in the current
|
|
20398
|
+
in the current month for all organizations.
|
|
20139
20399
|
format: int64
|
|
20140
20400
|
type: integer
|
|
20141
20401
|
profiling_host_count_top99p_sum:
|
|
20142
20402
|
description: Shows the 99th percentile of all profiled hosts over all hours
|
|
20143
|
-
in the current
|
|
20403
|
+
in the current month for all organizations.
|
|
20144
20404
|
format: int64
|
|
20145
20405
|
type: integer
|
|
20146
20406
|
rehydrated_indexed_events_agg_sum:
|
|
20147
20407
|
description: Shows the sum of all rehydrated logs indexed over all hours
|
|
20148
|
-
in the current
|
|
20408
|
+
in the current month for all organizations (data available as of December
|
|
20149
20409
|
1, 2020).
|
|
20150
20410
|
format: int64
|
|
20151
20411
|
type: integer
|
|
20152
20412
|
rehydrated_ingested_bytes_agg_sum:
|
|
20153
20413
|
description: Shows the sum of all rehydrated logs bytes ingested over all
|
|
20154
|
-
hours in the current
|
|
20414
|
+
hours in the current month for all organizations (data available as of
|
|
20155
20415
|
December 1, 2020).
|
|
20156
20416
|
format: int64
|
|
20157
20417
|
type: integer
|
|
@@ -20162,27 +20422,27 @@ components:
|
|
|
20162
20422
|
type: integer
|
|
20163
20423
|
rum_session_count_agg_sum:
|
|
20164
20424
|
description: Shows the sum of all browser RUM Lite Sessions over all hours
|
|
20165
|
-
in the current
|
|
20425
|
+
in the current month for all organizations.
|
|
20166
20426
|
format: int64
|
|
20167
20427
|
type: integer
|
|
20168
20428
|
rum_total_session_count_agg_sum:
|
|
20169
20429
|
description: Shows the sum of RUM Sessions (browser and mobile) over all
|
|
20170
|
-
hours in the current
|
|
20430
|
+
hours in the current month for all organizations.
|
|
20171
20431
|
format: int64
|
|
20172
20432
|
type: integer
|
|
20173
20433
|
rum_units_agg_sum:
|
|
20174
20434
|
description: Shows the sum of all browser and mobile RUM units over all
|
|
20175
|
-
hours in the current
|
|
20435
|
+
hours in the current month for all organizations.
|
|
20176
20436
|
format: int64
|
|
20177
20437
|
type: integer
|
|
20178
20438
|
sds_apm_scanned_bytes_sum:
|
|
20179
20439
|
description: Sum of all APM bytes scanned with sensitive data scanner in
|
|
20180
|
-
the current
|
|
20440
|
+
the current month for all organizations.
|
|
20181
20441
|
format: int64
|
|
20182
20442
|
type: integer
|
|
20183
20443
|
sds_events_scanned_bytes_sum:
|
|
20184
20444
|
description: Sum of all event stream events bytes scanned with sensitive
|
|
20185
|
-
data scanner in the current
|
|
20445
|
+
data scanner in the current month for all organizations.
|
|
20186
20446
|
format: int64
|
|
20187
20447
|
type: integer
|
|
20188
20448
|
sds_logs_scanned_bytes_sum:
|
|
@@ -20192,7 +20452,7 @@ components:
|
|
|
20192
20452
|
type: integer
|
|
20193
20453
|
sds_rum_scanned_bytes_sum:
|
|
20194
20454
|
description: Sum of all RUM bytes scanned with sensitive data scanner in
|
|
20195
|
-
the current
|
|
20455
|
+
the current month for all organizations.
|
|
20196
20456
|
format: int64
|
|
20197
20457
|
type: integer
|
|
20198
20458
|
sds_total_scanned_bytes_sum:
|
|
@@ -20203,37 +20463,37 @@ components:
|
|
|
20203
20463
|
type: integer
|
|
20204
20464
|
serverless_apps_azure_count_avg_sum:
|
|
20205
20465
|
description: Sum of the average number of Serverless Apps for Azure in the
|
|
20206
|
-
current
|
|
20466
|
+
current month for all organizations.
|
|
20207
20467
|
format: int64
|
|
20208
20468
|
type: integer
|
|
20209
20469
|
serverless_apps_google_count_avg_sum:
|
|
20210
20470
|
description: Sum of the average number of Serverless Apps for Google Cloud
|
|
20211
|
-
in the current
|
|
20471
|
+
in the current month for all organizations.
|
|
20212
20472
|
format: int64
|
|
20213
20473
|
type: integer
|
|
20214
20474
|
serverless_apps_total_count_avg_sum:
|
|
20215
20475
|
description: Sum of the average number of Serverless Apps for Azure and
|
|
20216
|
-
Google Cloud in the current
|
|
20476
|
+
Google Cloud in the current month for all organizations.
|
|
20217
20477
|
format: int64
|
|
20218
20478
|
type: integer
|
|
20219
20479
|
start_date:
|
|
20220
|
-
description: Shows the first date of usage in the current
|
|
20480
|
+
description: Shows the first date of usage in the current month for all
|
|
20221
20481
|
organizations.
|
|
20222
20482
|
format: date-time
|
|
20223
20483
|
type: string
|
|
20224
20484
|
synthetics_browser_check_calls_count_agg_sum:
|
|
20225
20485
|
description: Shows the sum of all Synthetic browser tests over all hours
|
|
20226
|
-
in the current
|
|
20486
|
+
in the current month for all organizations.
|
|
20227
20487
|
format: int64
|
|
20228
20488
|
type: integer
|
|
20229
20489
|
synthetics_check_calls_count_agg_sum:
|
|
20230
20490
|
description: Shows the sum of all Synthetic API tests over all hours in
|
|
20231
|
-
the current
|
|
20491
|
+
the current month for all organizations.
|
|
20232
20492
|
format: int64
|
|
20233
20493
|
type: integer
|
|
20234
20494
|
synthetics_mobile_test_runs_agg_sum:
|
|
20235
20495
|
description: Shows the sum of Synthetic mobile application tests over all
|
|
20236
|
-
hours in the current
|
|
20496
|
+
hours in the current month for all organizations.
|
|
20237
20497
|
format: int64
|
|
20238
20498
|
type: integer
|
|
20239
20499
|
synthetics_parallel_testing_max_slots_hwm_sum:
|
|
@@ -20243,17 +20503,17 @@ components:
|
|
|
20243
20503
|
type: integer
|
|
20244
20504
|
trace_search_indexed_events_count_agg_sum:
|
|
20245
20505
|
description: Shows the sum of all Indexed Spans indexed over all hours in
|
|
20246
|
-
the current
|
|
20506
|
+
the current month for all organizations.
|
|
20247
20507
|
format: int64
|
|
20248
20508
|
type: integer
|
|
20249
20509
|
twol_ingested_events_bytes_agg_sum:
|
|
20250
20510
|
description: Shows the sum of all ingested APM span bytes over all hours
|
|
20251
|
-
in the current
|
|
20511
|
+
in the current month for all organizations.
|
|
20252
20512
|
format: int64
|
|
20253
20513
|
type: integer
|
|
20254
20514
|
universal_service_monitoring_host_top99p_sum:
|
|
20255
20515
|
description: Shows the 99th percentile of all Universal Service Monitoring
|
|
20256
|
-
hosts over all hours in the current
|
|
20516
|
+
hosts over all hours in the current month for all organizations.
|
|
20257
20517
|
format: int64
|
|
20258
20518
|
type: integer
|
|
20259
20519
|
usage:
|
|
@@ -20263,17 +20523,17 @@ components:
|
|
|
20263
20523
|
type: array
|
|
20264
20524
|
vsphere_host_top99p_sum:
|
|
20265
20525
|
description: Shows the 99th percentile of all vSphere hosts over all hours
|
|
20266
|
-
in the current
|
|
20526
|
+
in the current month for all organizations.
|
|
20267
20527
|
format: int64
|
|
20268
20528
|
type: integer
|
|
20269
20529
|
vuln_management_host_count_top99p_sum:
|
|
20270
20530
|
description: Shows the 99th percentile of all Application Vulnerability
|
|
20271
|
-
Management hosts over all hours in the current
|
|
20531
|
+
Management hosts over all hours in the current month for all organizations.
|
|
20272
20532
|
format: int64
|
|
20273
20533
|
type: integer
|
|
20274
20534
|
workflow_executions_usage_agg_sum:
|
|
20275
20535
|
description: Sum of all workflows executed over all hours in the current
|
|
20276
|
-
|
|
20536
|
+
month for all organizations.
|
|
20277
20537
|
format: int64
|
|
20278
20538
|
type: integer
|
|
20279
20539
|
type: object
|
|
@@ -26522,7 +26782,7 @@ paths:
|
|
|
26522
26782
|
**Notes**:
|
|
26523
26783
|
|
|
26524
26784
|
- Synthetic monitors are created through the Synthetics API. See the [Synthetics
|
|
26525
|
-
API]
|
|
26785
|
+
API](https://docs.datadoghq.com/api/latest/synthetics/) documentation for
|
|
26526
26786
|
more information.
|
|
26527
26787
|
|
|
26528
26788
|
- Log monitors require an unscoped App Key.
|
|
@@ -26829,10 +27089,7 @@ paths:
|
|
|
26829
27089
|
|
|
26830
27090
|
- `operator` `<`, `<=`, `>`, `>=`, `==`, or `!=`.
|
|
26831
27091
|
|
|
26832
|
-
- `#` an integer or decimal number used to set the threshold.
|
|
26833
|
-
|
|
26834
|
-
|
|
26835
|
-
**NOTE** Database Monitoring monitors are in alpha on US1.'
|
|
27092
|
+
- `#` an integer or decimal number used to set the threshold.'
|
|
26836
27093
|
operationId: CreateMonitor
|
|
26837
27094
|
requestBody:
|
|
26838
27095
|
content:
|
|
@@ -31118,7 +31375,7 @@ paths:
|
|
|
31118
31375
|
- Usage Metering
|
|
31119
31376
|
/api/v1/usage/aws_lambda:
|
|
31120
31377
|
get:
|
|
31121
|
-
description: 'Get hourly usage for
|
|
31378
|
+
description: 'Get hourly usage for Lambda.
|
|
31122
31379
|
|
|
31123
31380
|
**Note:** hourly usage data for all products is now available in the [Get
|
|
31124
31381
|
hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family).
|
|
@@ -31172,7 +31429,7 @@ paths:
|
|
|
31172
31429
|
appKeyAuth: []
|
|
31173
31430
|
- AuthZ:
|
|
31174
31431
|
- usage_read
|
|
31175
|
-
summary: Get hourly usage for
|
|
31432
|
+
summary: Get hourly usage for Lambda
|
|
31176
31433
|
tags:
|
|
31177
31434
|
- Usage Metering
|
|
31178
31435
|
/api/v1/usage/billable-summary:
|
|
@@ -33521,9 +33778,9 @@ tags:
|
|
|
33521
33778
|
- description: 'Configure your Datadog-AWS-Logs integration directly through Datadog
|
|
33522
33779
|
API.
|
|
33523
33780
|
|
|
33524
|
-
For more information, see the [AWS integration page](https://docs.datadoghq.com/
|
|
33781
|
+
For more information, see the [AWS integration page](https://docs.datadoghq.com/integrations/amazon_web_services/#log-collection).'
|
|
33525
33782
|
externalDocs:
|
|
33526
|
-
url: https://docs.datadoghq.com/
|
|
33783
|
+
url: https://docs.datadoghq.com/integrations/amazon_web_services/#log-collection
|
|
33527
33784
|
name: AWS Logs Integration
|
|
33528
33785
|
- description: "All requests to Datadog\u2019s API must be authenticated.\nRequests
|
|
33529
33786
|
that write data require reporting access and require an `API key`.\nRequests that
|
|
@@ -33531,7 +33788,9 @@ tags:
|
|
|
33531
33788
|
All Datadog API clients are configured by default to consume Datadog US site APIs.\nIf
|
|
33532
33789
|
you are on the Datadog EU site, set the environment variable `DATADOG_HOST` to\n`https://api.datadoghq.eu`
|
|
33533
33790
|
or override this value directly when creating your client.\n\n[Manage your account\u2019s
|
|
33534
|
-
API and application keys](https://app.datadoghq.com/
|
|
33791
|
+
API and application keys](https://app.datadoghq.com/organization-settings/) in
|
|
33792
|
+
Datadog, and see the [API and Application Keys page](https://docs.datadoghq.com/account_management/api-app-keys/)
|
|
33793
|
+
in the documentation."
|
|
33535
33794
|
name: Authentication
|
|
33536
33795
|
- description: 'Configure your Datadog-Azure integration directly through the Datadog
|
|
33537
33796
|
API.
|
|
@@ -33547,10 +33806,9 @@ tags:
|
|
|
33547
33806
|
organization.'
|
|
33548
33807
|
name: Dashboard Lists
|
|
33549
33808
|
x-deprecated: true
|
|
33550
|
-
- description:
|
|
33551
|
-
|
|
33552
|
-
|
|
33553
|
-
find, and share all of your dashboards with your team and organization.'
|
|
33809
|
+
- description: Manage all your dashboards, as well as access to your shared dashboards,
|
|
33810
|
+
through the API. See the [Dashboards page](https://docs.datadoghq.com/dashboards/)
|
|
33811
|
+
for more information.
|
|
33554
33812
|
name: Dashboards
|
|
33555
33813
|
- description: '[Downtiming](https://docs.datadoghq.com/monitors/notify/downtimes)
|
|
33556
33814
|
gives
|
|
@@ -33561,15 +33819,11 @@ tags:
|
|
|
33561
33819
|
|
|
33562
33820
|
end times, prevent all alerting related to specified Datadog tags.'
|
|
33563
33821
|
name: Downtimes
|
|
33564
|
-
- description: 'The
|
|
33565
|
-
|
|
33822
|
+
- description: 'The Event Management API allows you to programmatically post events
|
|
33823
|
+
to the Events Explorer
|
|
33566
33824
|
|
|
33567
|
-
and fetch events from the
|
|
33568
|
-
|
|
33569
|
-
If an event is sent out with a message containing more than 4000 characters, only
|
|
33570
|
-
the
|
|
33571
|
-
|
|
33572
|
-
first 4000 characters are displayed.'
|
|
33825
|
+
and fetch events from the Events Explorer. See the [Event Management page](https://docs.datadoghq.com/service_management/events/)
|
|
33826
|
+
for more information.'
|
|
33573
33827
|
name: Events
|
|
33574
33828
|
- description: 'Configure your Datadog-Google Cloud Platform (GCP) integration directly
|
|
33575
33829
|
|
|
@@ -33577,7 +33831,9 @@ tags:
|
|
|
33577
33831
|
externalDocs:
|
|
33578
33832
|
url: https://docs.datadoghq.com/integrations/google_cloud_platform
|
|
33579
33833
|
name: GCP Integration
|
|
33580
|
-
- description: Get information about your
|
|
33834
|
+
- description: Get information about your infrastructure hosts in Datadog, and mute
|
|
33835
|
+
or unmute any notifications from your hosts. See the [Infrastructure page](https://docs.datadoghq.com/infrastructure/)
|
|
33836
|
+
for more information.
|
|
33581
33837
|
name: Hosts
|
|
33582
33838
|
- description: Get a list of IP prefixes belonging to Datadog.
|
|
33583
33839
|
name: IP Ranges
|
|
@@ -33594,6 +33850,7 @@ tags:
|
|
|
33594
33850
|
url: https://docs.datadoghq.com/account_management/api-app-keys/
|
|
33595
33851
|
name: Key Management
|
|
33596
33852
|
- description: Search your logs and send them to your Datadog platform over HTTP.
|
|
33853
|
+
See the [Log Management page](https://docs.datadoghq.com/logs/) for more information.
|
|
33597
33854
|
name: Logs
|
|
33598
33855
|
- description: 'Manage configuration of [log indexes](https://docs.datadoghq.com/logs/indexes/).
|
|
33599
33856
|
|
|
@@ -33624,7 +33881,8 @@ tags:
|
|
|
33624
33881
|
A graph can only contain a set number of points\nand as the timeframe over which
|
|
33625
33882
|
a metric is viewed increases,\naggregation between points occurs to stay below
|
|
33626
33883
|
that set number.\n\nThe Post, Patch, and Delete `manage_tags` API methods can
|
|
33627
|
-
only be performed by\na user who has the `Manage Tags for Metrics` permission
|
|
33884
|
+
only be performed by\na user who has the `Manage Tags for Metrics` permission.\n\nSee
|
|
33885
|
+
the [Metrics page](https://docs.datadoghq.com/metrics/) for more information."
|
|
33628
33886
|
name: Metrics
|
|
33629
33887
|
- description: '[Monitors](https://docs.datadoghq.com/monitors) allow you to watch
|
|
33630
33888
|
a metric or check that you care about and
|
|
@@ -33660,9 +33918,9 @@ tags:
|
|
|
33660
33918
|
externalDocs:
|
|
33661
33919
|
url: https://docs.datadoghq.com/integrations/pagerduty/
|
|
33662
33920
|
name: PagerDuty Integration
|
|
33663
|
-
- description:
|
|
33664
|
-
|
|
33665
|
-
|
|
33921
|
+
- description: Create and manage your security rules, signals, filters, and more.
|
|
33922
|
+
See the [Datadog Security page](https://docs.datadoghq.com/security/) for more
|
|
33923
|
+
information.
|
|
33666
33924
|
name: Security Monitoring
|
|
33667
33925
|
- description: 'The service check endpoint allows you to post check statuses for use
|
|
33668
33926
|
with monitors.
|
|
@@ -33679,18 +33937,18 @@ tags:
|
|
|
33679
33937
|
an OK status.
|
|
33680
33938
|
|
|
33681
33939
|
|
|
33682
|
-
- [Read more about Service Check monitors
|
|
33940
|
+
- [Read more about Service Check monitors][1].
|
|
33683
33941
|
|
|
33684
|
-
- [Read more about Process Check monitors
|
|
33942
|
+
- [Read more about Process Check monitors][2].
|
|
33685
33943
|
|
|
33686
|
-
- [Read more about Network
|
|
33944
|
+
- [Read more about Network monitors][3].
|
|
33687
33945
|
|
|
33688
|
-
- [Read more about Custom Check monitors
|
|
33946
|
+
- [Read more about Custom Check monitors][4].
|
|
33689
33947
|
|
|
33690
|
-
- [Read more about Service
|
|
33948
|
+
- [Read more about Service Checks and status codes][5].
|
|
33691
33949
|
|
|
33692
33950
|
|
|
33693
|
-
[1]: https://docs.datadoghq.com/monitors/
|
|
33951
|
+
[1]: https://docs.datadoghq.com/monitors/types/service_check/
|
|
33694
33952
|
|
|
33695
33953
|
[2]: https://docs.datadoghq.com/monitors/create/types/process_check/?tab=checkalert
|
|
33696
33954
|
|
|
@@ -33704,7 +33962,8 @@ tags:
|
|
|
33704
33962
|
from negatively impacting\nyour SLO\u2019s status and error budget. You can use
|
|
33705
33963
|
Status Corrections for various purposes, such\nas removing planned maintenance
|
|
33706
33964
|
windows, non-business hours, or other time periods that do\nnot correspond to
|
|
33707
|
-
genuine issues.
|
|
33965
|
+
genuine issues. See [SLO status corrections](https://docs.datadoghq.com/service_management/service_level_objectives/#slo-status-corrections)
|
|
33966
|
+
for more information."
|
|
33708
33967
|
name: Service Level Objective Corrections
|
|
33709
33968
|
- description: '[Service Level Objectives](https://docs.datadoghq.com/monitors/service_level_objectives/#configuration)
|
|
33710
33969
|
|
|
@@ -33754,9 +34013,7 @@ tags:
|
|
|
33754
34013
|
users, feed, chef, puppet, git, bitbucket, fabric, capistrano, etc.
|
|
33755
34014
|
|
|
33756
34015
|
|
|
33757
|
-
Read more about tags on
|
|
33758
|
-
|
|
33759
|
-
[documentation page](https://docs.datadoghq.com/tagging).'
|
|
34016
|
+
Read more about tags on [Getting Started with Tags](https://docs.datadoghq.com/getting_started/tagging/).'
|
|
33760
34017
|
name: Tags
|
|
33761
34018
|
- description: 'The usage metering API allows you to get hourly, daily, and
|
|
33762
34019
|
|
|
@@ -33774,7 +34031,9 @@ tags:
|
|
|
33774
34031
|
|
|
33775
34032
|
You can retrieve up to 24 hours of hourly usage data for multiple organizations,
|
|
33776
34033
|
|
|
33777
|
-
and up to two months of hourly usage data for a single organization in one request.
|
|
34034
|
+
and up to two months of hourly usage data for a single organization in one request.
|
|
34035
|
+
|
|
34036
|
+
Learn more on the [usage details documentation](https://docs.datadoghq.com/account_management/billing/usage_details/).'
|
|
33778
34037
|
externalDocs:
|
|
33779
34038
|
description: Find out more at
|
|
33780
34039
|
url: https://docs.datadoghq.com/account_management/billing/usage_details/
|
|
@@ -33786,9 +34045,8 @@ tags:
|
|
|
33786
34045
|
- description: 'Configure your Datadog-Webhooks integration directly through the Datadog
|
|
33787
34046
|
API.
|
|
33788
34047
|
|
|
33789
|
-
|
|
33790
|
-
|
|
33791
|
-
see the [integration page](https://docs.datadoghq.com/integrations/webhooks).'
|
|
34048
|
+
See the [Webhooks integration page](https://docs.datadoghq.com/integrations/webhooks)
|
|
34049
|
+
for more information.'
|
|
33792
34050
|
externalDocs:
|
|
33793
34051
|
url: https://docs.datadoghq.com/integrations/webhooks
|
|
33794
34052
|
name: Webhooks Integration
|