datadog_api_client 2.20.0 → 2.22.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 +502 -754
- data/.generator/schemas/v2/openapi.yaml +2903 -102
- data/.github/workflows/prepare_release.yml +2 -2
- data/.github/workflows/publish.yml +2 -2
- data/.github/workflows/release.yml +2 -2
- data/.github/workflows/test.yml +1 -1
- data/CHANGELOG.md +52 -0
- data/Gemfile +1 -1
- data/examples/v1/aws-integration/CreateAWSAccount.rb +1 -1
- data/examples/v1/aws-integration/CreateNewAWSExternalID.rb +1 -0
- data/examples/v1/aws-integration/UpdateAWSAccount.rb +1 -1
- data/examples/v1/gcp-integration/CreateGCPIntegration.rb +3 -0
- data/examples/v1/gcp-integration/UpdateGCPIntegration_3544259255.rb +25 -0
- data/examples/v1/synthetics/CreateSyntheticsAPITest_1241981394.rb +118 -0
- data/examples/v1/synthetics/CreateSyntheticsAPITest_1279271422.rb +29 -0
- data/examples/v1/synthetics/UpdateBrowserTest.rb +4 -0
- data/examples/v2/apm-retention-filters/UpdateApmRetentionFilter.rb +2 -2
- data/examples/v2/authn-mappings/CreateAuthNMapping.rb +1 -1
- data/examples/v2/authn-mappings/UpdateAuthNMapping.rb +1 -1
- 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.rb +1 -1
- data/examples/v2/gcp-integration/CreateGCPSTSAccount_109518525.rb +1 -1
- data/examples/v2/gcp-integration/CreateGCPSTSAccount_130557025.rb +1 -1
- data/examples/v2/gcp-integration/CreateGCPSTSAccount_194782945.rb +18 -0
- data/examples/v2/gcp-integration/CreateGCPSTSAccount_2597004741.rb +1 -1
- data/examples/v2/gcp-integration/CreateGCPSTSAccount_4235664992.rb +1 -1
- data/examples/v2/gcp-integration/UpdateGCPSTSAccount.rb +1 -1
- data/examples/v2/gcp-integration/UpdateGCPSTSAccount_2241994060.rb +21 -0
- data/examples/v2/gcp-integration/UpdateGCPSTSAccount_3205636354.rb +1 -1
- 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 +22 -0
- data/examples/v2/metrics/ListMetricAssets.rb +5 -0
- data/examples/v2/metrics/QueryScalarData_3112571352.rb +2 -2
- data/examples/v2/metrics/QueryTimeseriesData_301142940.rb +3 -3
- data/examples/v2/security-monitoring/CreateSecurityMonitoringSuppression_3192265332.rb +19 -0
- data/examples/v2/security-monitoring/ValidateSecurityMonitoringRule.rb +42 -0
- data/examples/v2/service-definition/CreateOrUpdateServiceDefinitions.rb +4 -0
- data/examples/v2/service-level-objectives/CreateSLOReportJob.rb +20 -0
- data/examples/v2/service-level-objectives/GetSLOReport.rb +8 -0
- data/examples/v2/service-level-objectives/GetSLOReportJobStatus.rb +11 -0
- data/lib/datadog_api_client/configuration.rb +3 -0
- data/lib/datadog_api_client/inflector.rb +132 -7
- data/lib/datadog_api_client/v1/api/monitors_api.rb +1 -3
- data/lib/datadog_api_client/v1/api/usage_metering_api.rb +104 -131
- data/lib/datadog_api_client/v1/models/aws_account.rb +12 -2
- 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 +8 -0
- data/lib/datadog_api_client/v1/models/monitor_formula_and_function_events_data_source.rb +1 -0
- data/lib/datadog_api_client/v1/models/monitor_options.rb +4 -1
- data/lib/datadog_api_client/v1/models/monthly_usage_attribution_supported_metrics.rb +12 -0
- data/lib/datadog_api_client/v1/models/monthly_usage_attribution_values.rb +124 -4
- data/lib/datadog_api_client/v1/models/series.rb +1 -1
- data/lib/datadog_api_client/v1/models/slo_time_slice_condition.rb +14 -2
- data/lib/datadog_api_client/v1/models/slo_time_slice_interval.rb +29 -0
- data/lib/datadog_api_client/v1/models/slo_time_slice_spec.rb +1 -1
- 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 +23 -1
- data/lib/datadog_api_client/v1/models/synthetics_test_request_body_file.rb +175 -0
- data/lib/datadog_api_client/v1/models/synthetics_test_request_body_type.rb +2 -0
- 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/apm_retention_filters_api.rb +6 -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 +70 -2
- data/lib/datadog_api_client/v2/api/security_monitoring_api.rb +67 -0
- data/lib/datadog_api_client/v2/api/service_definition_api.rb +2 -1
- data/lib/datadog_api_client/v2/api/service_level_objectives_api.rb +245 -0
- data/lib/datadog_api_client/v2/api/usage_metering_api.rb +15 -6
- data/lib/datadog_api_client/v2/models/authn_mapping_create_data.rb +1 -1
- data/lib/datadog_api_client/v2/models/authn_mapping_create_relationships.rb +37 -54
- data/lib/datadog_api_client/v2/models/authn_mapping_included.rb +2 -1
- data/lib/datadog_api_client/v2/models/authn_mapping_relationship_to_role.rb +98 -0
- data/lib/datadog_api_client/v2/models/authn_mapping_relationship_to_team.rb +98 -0
- data/lib/datadog_api_client/v2/models/authn_mapping_relationships.rb +14 -4
- data/lib/datadog_api_client/v2/models/authn_mapping_team.rb +100 -0
- data/lib/datadog_api_client/v2/models/authn_mapping_team_attributes.rb +212 -0
- data/lib/datadog_api_client/v2/models/authn_mapping_update_data.rb +1 -1
- data/lib/datadog_api_client/v2/models/authn_mapping_update_relationships.rb +37 -54
- 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/{v1/models/usage_attribution_pagination.rb → v2/models/case_update_status_attributes.rb} +29 -51
- data/lib/datadog_api_client/v2/models/case_update_status_request.rb +98 -0
- data/lib/datadog_api_client/{v1/models/usage_attribution_metadata.rb → v2/models/cases_response.rb} +22 -22
- 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/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 +1 -1
- data/lib/datadog_api_client/v2/models/dora_incident_request_attributes.rb +21 -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_series.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/{v1/models/usage_attribution_response.rb → v2/models/nullable_user_relationship.rb} +22 -26
- data/lib/datadog_api_client/v2/models/nullable_user_relationship_data.rb +119 -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/relationship_to_team.rb +80 -0
- data/lib/datadog_api_client/v2/models/relationship_to_team_data.rb +90 -0
- data/lib/datadog_api_client/v2/models/retention_filter_update_attributes.rb +183 -0
- data/lib/datadog_api_client/v2/models/retention_filter_update_data.rb +1 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_update_payload.rb +1 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_rule_create_payload.rb +1 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_rule_response.rb +1 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_standard_rule_create_payload.rb +1 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_standard_rule_response.rb +1 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_suppression_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_suppression_create_attributes.rb +13 -14
- data/lib/datadog_api_client/v2/models/security_monitoring_suppression_update_attributes.rb +11 -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_definition_v2_dot2.rb +13 -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/slo_report_create_request.rb +98 -0
- data/lib/datadog_api_client/v2/models/slo_report_create_request_attributes.rb +160 -0
- data/lib/datadog_api_client/v2/models/slo_report_create_request_data.rb +98 -0
- data/lib/datadog_api_client/v2/models/slo_report_interval.rb +27 -0
- data/lib/datadog_api_client/v2/models/slo_report_post_response.rb +80 -0
- data/lib/datadog_api_client/v2/models/slo_report_post_response_data.rb +90 -0
- data/lib/datadog_api_client/v2/models/slo_report_status.rb +29 -0
- data/lib/datadog_api_client/v2/models/slo_report_status_get_response.rb +80 -0
- data/lib/datadog_api_client/v2/models/slo_report_status_get_response_attributes.rb +80 -0
- data/lib/datadog_api_client/v2/models/slo_report_status_get_response_data.rb +100 -0
- data/lib/datadog_api_client/v2/models/timeseries_response_series.rb +8 -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/user_teams_response.rb +13 -1
- data/lib/datadog_api_client/v2/models/users_relationship.rb +100 -0
- data/lib/datadog_api_client/version.rb +1 -1
- metadata +196 -33
- data/examples/v1/usage-metering/GetUsageAttribution.rb +0 -9
- data/lib/datadog_api_client/v1/models/usage_attribution_body.rb +0 -152
- data/lib/datadog_api_client/v1/models/usage_attribution_sort.rb +0 -61
- data/lib/datadog_api_client/v1/models/usage_attribution_supported_metrics.rb +0 -72
- data/lib/datadog_api_client/v1/models/usage_attribution_values.rb +0 -590
|
@@ -90,6 +90,12 @@ components:
|
|
|
90
90
|
description: Regions to exclude.
|
|
91
91
|
type: string
|
|
92
92
|
type: array
|
|
93
|
+
extended_resource_collection_enabled:
|
|
94
|
+
default: false
|
|
95
|
+
description: Whether Datadog collects additional attributes and configuration
|
|
96
|
+
information about the resources in your AWS account. Required for `cspm_resource_collection`.
|
|
97
|
+
example: true
|
|
98
|
+
type: boolean
|
|
93
99
|
filter_tags:
|
|
94
100
|
description: 'The array of EC2 tags (in the form `key:value`) defines a
|
|
95
101
|
filter that Datadog uses when collecting metrics from EC2.
|
|
@@ -128,8 +134,9 @@ components:
|
|
|
128
134
|
type: boolean
|
|
129
135
|
resource_collection_enabled:
|
|
130
136
|
default: false
|
|
131
|
-
|
|
132
|
-
|
|
137
|
+
deprecated: true
|
|
138
|
+
description: Deprecated in favor of 'extended_resource_collection_enabled'.
|
|
139
|
+
Whether Datadog collects a standard set of resources from your AWS account.
|
|
133
140
|
example: true
|
|
134
141
|
type: boolean
|
|
135
142
|
role_name:
|
|
@@ -3207,6 +3214,18 @@ components:
|
|
|
3207
3214
|
key.'
|
|
3208
3215
|
example: https://www.googleapis.com/robot/v1/metadata/x509/$CLIENT_EMAIL
|
|
3209
3216
|
type: string
|
|
3217
|
+
cloud_run_revision_filters:
|
|
3218
|
+
description: 'Limit the Cloud Run revisions that are pulled into Datadog
|
|
3219
|
+
by using tags.
|
|
3220
|
+
|
|
3221
|
+
Only Cloud Run revision resources that apply to specified filters are
|
|
3222
|
+
imported into Datadog.'
|
|
3223
|
+
example:
|
|
3224
|
+
- $KEY:$VALUE
|
|
3225
|
+
items:
|
|
3226
|
+
description: Cloud Run Filters
|
|
3227
|
+
type: string
|
|
3228
|
+
type: array
|
|
3210
3229
|
errors:
|
|
3211
3230
|
description: An array of errors.
|
|
3212
3231
|
example:
|
|
@@ -4071,6 +4090,8 @@ components:
|
|
|
4071
4090
|
- apm_usm_usage
|
|
4072
4091
|
- appsec_fargate_usage
|
|
4073
4092
|
- appsec_usage
|
|
4093
|
+
- asm_serverless_traced_invocations_usage
|
|
4094
|
+
- asm_serverless_traced_invocations_percentage
|
|
4074
4095
|
- browser_usage
|
|
4075
4096
|
- ci_pipeline_indexed_spans_usage
|
|
4076
4097
|
- ci_test_indexed_spans_usage
|
|
@@ -4087,6 +4108,8 @@ components:
|
|
|
4087
4108
|
- cws_hosts_usage
|
|
4088
4109
|
- dbm_hosts_usage
|
|
4089
4110
|
- dbm_queries_usage
|
|
4111
|
+
- error_tracking_usage
|
|
4112
|
+
- error_tracking_percentage
|
|
4090
4113
|
- estimated_indexed_logs_usage
|
|
4091
4114
|
- estimated_indexed_spans_usage
|
|
4092
4115
|
- estimated_ingested_logs_usage
|
|
@@ -4094,6 +4117,7 @@ components:
|
|
|
4094
4117
|
- estimated_rum_sessions_usage
|
|
4095
4118
|
- fargate_usage
|
|
4096
4119
|
- functions_usage
|
|
4120
|
+
- incident_management_monthly_active_users_usage
|
|
4097
4121
|
- indexed_spans_usage
|
|
4098
4122
|
- infra_host_usage
|
|
4099
4123
|
- ingested_logs_bytes_usage
|
|
@@ -4114,6 +4138,8 @@ components:
|
|
|
4114
4138
|
- ndm_netflow_usage
|
|
4115
4139
|
- npm_host_usage
|
|
4116
4140
|
- obs_pipeline_bytes_usage
|
|
4141
|
+
- obs_pipelines_vcpu_usage
|
|
4142
|
+
- online_archive_usage
|
|
4117
4143
|
- profiled_container_usage
|
|
4118
4144
|
- profiled_fargate_usage
|
|
4119
4145
|
- profiled_host_usage
|
|
@@ -4125,6 +4151,7 @@ components:
|
|
|
4125
4151
|
- snmp_usage
|
|
4126
4152
|
- universal_service_monitoring_usage
|
|
4127
4153
|
- vuln_management_hosts_usage
|
|
4154
|
+
- workflow_executions_usage
|
|
4128
4155
|
type: string
|
|
4129
4156
|
x-enum-varnames:
|
|
4130
4157
|
- API_USAGE
|
|
@@ -4133,6 +4160,8 @@ components:
|
|
|
4133
4160
|
- APM_USM_USAGE
|
|
4134
4161
|
- APPSEC_FARGATE_USAGE
|
|
4135
4162
|
- APPSEC_USAGE
|
|
4163
|
+
- ASM_SERVERLESS_TRACED_INVOCATIONS_USAGE
|
|
4164
|
+
- ASM_SERVERLESS_TRACED_INVOCATIONS_PERCENTAGE
|
|
4136
4165
|
- BROWSER_USAGE
|
|
4137
4166
|
- CI_PIPELINE_INDEXED_SPANS_USAGE
|
|
4138
4167
|
- CI_TEST_INDEXED_SPANS_USAGE
|
|
@@ -4149,6 +4178,8 @@ components:
|
|
|
4149
4178
|
- CWS_HOSTS_USAGE
|
|
4150
4179
|
- DBM_HOSTS_USAGE
|
|
4151
4180
|
- DBM_QUERIES_USAGE
|
|
4181
|
+
- ERROR_TRACKING_USAGE
|
|
4182
|
+
- ERROR_TRACKING_PERCENTAGE
|
|
4152
4183
|
- ESTIMATED_INDEXED_LOGS_USAGE
|
|
4153
4184
|
- ESTIMATED_INDEXED_SPANS_USAGE
|
|
4154
4185
|
- ESTIMATED_INGESTED_LOGS_USAGE
|
|
@@ -4156,6 +4187,7 @@ components:
|
|
|
4156
4187
|
- ESTIMATED_RUM_SESSIONS_USAGE
|
|
4157
4188
|
- FARGATE_USAGE
|
|
4158
4189
|
- FUNCTIONS_USAGE
|
|
4190
|
+
- INCIDENT_MANAGEMENT_MONTHLY_ACTIVE_USERS_USAGE
|
|
4159
4191
|
- INDEXED_SPANS_USAGE
|
|
4160
4192
|
- INFRA_HOST_USAGE
|
|
4161
4193
|
- INGESTED_LOGS_BYTES_USAGE
|
|
@@ -4176,6 +4208,8 @@ components:
|
|
|
4176
4208
|
- NDM_NETFLOW_USAGE
|
|
4177
4209
|
- NPM_HOST_USAGE
|
|
4178
4210
|
- OBS_PIPELINE_BYTES_USAGE
|
|
4211
|
+
- OBS_PIPELINE_VCPU_USAGE
|
|
4212
|
+
- ONLINE_ARCHIVE_USAGE
|
|
4179
4213
|
- PROFILED_CONTAINER_USAGE
|
|
4180
4214
|
- PROFILED_FARGATE_USAGE
|
|
4181
4215
|
- PROFILED_HOST_USAGE
|
|
@@ -4187,6 +4221,7 @@ components:
|
|
|
4187
4221
|
- SNMP_USAGE
|
|
4188
4222
|
- UNIVERSAL_SERVICE_MONITORING_USAGE
|
|
4189
4223
|
- VULN_MANAGEMENT_HOSTS_USAGE
|
|
4224
|
+
- WORKFLOW_EXECUTIONS_USAGE
|
|
4190
4225
|
IFrameWidgetDefinition:
|
|
4191
4226
|
description: The iframe widget allows you to embed a portion of any other web
|
|
4192
4227
|
page on your dashboard. Only available on FREE layout dashboards.
|
|
@@ -6752,6 +6787,7 @@ components:
|
|
|
6752
6787
|
- events
|
|
6753
6788
|
- logs
|
|
6754
6789
|
- spans
|
|
6790
|
+
- database_queries
|
|
6755
6791
|
example: rum
|
|
6756
6792
|
type: string
|
|
6757
6793
|
x-enum-varnames:
|
|
@@ -6762,6 +6798,7 @@ components:
|
|
|
6762
6798
|
- EVENTS
|
|
6763
6799
|
- LOGS
|
|
6764
6800
|
- SPANS
|
|
6801
|
+
- DATABASE_QUERIES
|
|
6765
6802
|
MonitorFormulaAndFunctionQueryDefinition:
|
|
6766
6803
|
description: A formula and function query.
|
|
6767
6804
|
oneOf:
|
|
@@ -7037,8 +7074,13 @@ components:
|
|
|
7037
7074
|
nullable: true
|
|
7038
7075
|
type: integer
|
|
7039
7076
|
renotify_statuses:
|
|
7040
|
-
description: The types of monitor statuses for which re-notification messages
|
|
7077
|
+
description: 'The types of monitor statuses for which re-notification messages
|
|
7041
7078
|
are sent.
|
|
7079
|
+
|
|
7080
|
+
Default: **null** if `renotify_interval` is **null**.
|
|
7081
|
+
|
|
7082
|
+
If `renotify_interval` is set, defaults to renotify on `Alert` and `No
|
|
7083
|
+
Data`.'
|
|
7042
7084
|
items:
|
|
7043
7085
|
$ref: '#/components/schemas/MonitorRenotifyStatusType'
|
|
7044
7086
|
nullable: true
|
|
@@ -7047,7 +7089,7 @@ components:
|
|
|
7047
7089
|
description: "A Boolean indicating whether this monitor needs a full window
|
|
7048
7090
|
of data before it\u2019s evaluated.\nWe highly recommend you set this
|
|
7049
7091
|
to `false` for sparse metrics,\notherwise some evaluations are skipped.
|
|
7050
|
-
Default is false."
|
|
7092
|
+
Default is false. This setting only applies to\nmetric monitors."
|
|
7051
7093
|
type: boolean
|
|
7052
7094
|
scheduling_options:
|
|
7053
7095
|
$ref: '#/components/schemas/MonitorOptionsSchedulingOptions'
|
|
@@ -7748,6 +7790,8 @@ components:
|
|
|
7748
7790
|
- apm_usm_percentage
|
|
7749
7791
|
- appsec_usage
|
|
7750
7792
|
- appsec_percentage
|
|
7793
|
+
- asm_serverless_traced_invocations_usage
|
|
7794
|
+
- asm_serverless_traced_invocations_percentage
|
|
7751
7795
|
- browser_usage
|
|
7752
7796
|
- browser_percentage
|
|
7753
7797
|
- ci_visibility_itr_usage
|
|
@@ -7774,6 +7818,8 @@ components:
|
|
|
7774
7818
|
- dbm_hosts_usage
|
|
7775
7819
|
- dbm_queries_percentage
|
|
7776
7820
|
- dbm_queries_usage
|
|
7821
|
+
- error_tracking_usage
|
|
7822
|
+
- error_tracking_percentage
|
|
7777
7823
|
- estimated_indexed_logs_usage
|
|
7778
7824
|
- estimated_indexed_logs_percentage
|
|
7779
7825
|
- estimated_ingested_logs_usage
|
|
@@ -7786,6 +7832,8 @@ components:
|
|
|
7786
7832
|
- fargate_percentage
|
|
7787
7833
|
- functions_usage
|
|
7788
7834
|
- functions_percentage
|
|
7835
|
+
- incident_management_monthly_active_users_usage
|
|
7836
|
+
- incident_management_monthly_active_users_percentage
|
|
7789
7837
|
- infra_host_usage
|
|
7790
7838
|
- infra_host_percentage
|
|
7791
7839
|
- invocations_usage
|
|
@@ -7800,6 +7848,10 @@ components:
|
|
|
7800
7848
|
- npm_host_percentage
|
|
7801
7849
|
- obs_pipeline_bytes_usage
|
|
7802
7850
|
- obs_pipeline_bytes_percentage
|
|
7851
|
+
- obs_pipelines_vcpu_usage
|
|
7852
|
+
- obs_pipelines_vcpu_percentage
|
|
7853
|
+
- online_archive_usage
|
|
7854
|
+
- online_archive_percentage
|
|
7803
7855
|
- profiled_container_usage
|
|
7804
7856
|
- profiled_container_percentage
|
|
7805
7857
|
- profiled_fargate_usage
|
|
@@ -7856,6 +7908,8 @@ components:
|
|
|
7856
7908
|
- ingested_spans_bytes_percentage
|
|
7857
7909
|
- siem_ingested_bytes_usage
|
|
7858
7910
|
- siem_ingested_bytes_percentage
|
|
7911
|
+
- workflow_executions_usage
|
|
7912
|
+
- workflow_executions_percentage
|
|
7859
7913
|
- '*'
|
|
7860
7914
|
type: string
|
|
7861
7915
|
x-enum-varnames:
|
|
@@ -7871,6 +7925,8 @@ components:
|
|
|
7871
7925
|
- APM_USM_PERCENTAGE
|
|
7872
7926
|
- APPSEC_USAGE
|
|
7873
7927
|
- APPSEC_PERCENTAGE
|
|
7928
|
+
- ASM_SERVERLESS_TRACED_INVOCATIONS_USAGE
|
|
7929
|
+
- ASM_SERVERLESS_TRACED_INVOCATIONS_PERCENTAGE
|
|
7874
7930
|
- BROWSER_USAGE
|
|
7875
7931
|
- BROWSER_PERCENTAGE
|
|
7876
7932
|
- CI_VISIBILITY_ITR_USAGE
|
|
@@ -7897,6 +7953,8 @@ components:
|
|
|
7897
7953
|
- DBM_HOSTS_USAGE
|
|
7898
7954
|
- DBM_QUERIES_PERCENTAGE
|
|
7899
7955
|
- DBM_QUERIES_USAGE
|
|
7956
|
+
- ERROR_TRACKING_USAGE
|
|
7957
|
+
- ERROR_TRACKING_PERCENTAGE
|
|
7900
7958
|
- ESTIMATED_INDEXED_LOGS_USAGE
|
|
7901
7959
|
- ESTIMATED_INDEXED_LOGS_PERCENTAGE
|
|
7902
7960
|
- ESTIMATED_INGESTED_LOGS_USAGE
|
|
@@ -7909,6 +7967,8 @@ components:
|
|
|
7909
7967
|
- FARGATE_PERCENTAGE
|
|
7910
7968
|
- FUNCTIONS_USAGE
|
|
7911
7969
|
- FUNCTIONS_PERCENTAGE
|
|
7970
|
+
- INCIDENT_MANAGEMENT_MONTHLY_ACTIVE_USERS_USAGE
|
|
7971
|
+
- INCIDENT_MANAGEMENT_MONTHLY_ACTIVE_USERS_PERCENTAGE
|
|
7912
7972
|
- INFRA_HOST_USAGE
|
|
7913
7973
|
- INFRA_HOST_PERCENTAGE
|
|
7914
7974
|
- INVOCATIONS_USAGE
|
|
@@ -7923,6 +7983,10 @@ components:
|
|
|
7923
7983
|
- NPM_HOST_PERCENTAGE
|
|
7924
7984
|
- OBS_PIPELINE_BYTES_USAGE
|
|
7925
7985
|
- OBS_PIPELINE_BYTES_PERCENTAGE
|
|
7986
|
+
- OBS_PIPELINES_VCPU_USAGE
|
|
7987
|
+
- OBS_PIPELINES_VCPU_PERCENTAGE
|
|
7988
|
+
- ONLINE_ARCHIVE_USAGE
|
|
7989
|
+
- ONLINE_ARCHIVE_PERCENTAGE
|
|
7926
7990
|
- PROFILED_CONTAINER_USAGE
|
|
7927
7991
|
- PROFILED_CONTAINER_PERCENTAGE
|
|
7928
7992
|
- PROFILED_FARGATE_USAGE
|
|
@@ -7979,6 +8043,8 @@ components:
|
|
|
7979
8043
|
- INGESTED_SPANS_BYTES_PERCENTAGE
|
|
7980
8044
|
- SIEM_INGESTED_BYTES_USAGE
|
|
7981
8045
|
- SIEM_INGESTED_BYTES_PERCENTAGE
|
|
8046
|
+
- WORKFLOW_EXECUTIONS_USAGE
|
|
8047
|
+
- WORKFLOW_EXECUTIONS_PERCENTAGE
|
|
7982
8048
|
- ALL
|
|
7983
8049
|
MonthlyUsageAttributionValues:
|
|
7984
8050
|
description: Fields in Usage Summary by tag(s).
|
|
@@ -8035,6 +8101,16 @@ components:
|
|
|
8035
8101
|
description: The Application Security Monitoring host usage by tag(s).
|
|
8036
8102
|
format: double
|
|
8037
8103
|
type: number
|
|
8104
|
+
asm_serverless_traced_invocations_percentage:
|
|
8105
|
+
description: The percentage of Application Security Monitoring Serverless
|
|
8106
|
+
traced invocations usage by tag(s).
|
|
8107
|
+
format: double
|
|
8108
|
+
type: number
|
|
8109
|
+
asm_serverless_traced_invocations_usage:
|
|
8110
|
+
description: The Application Security Monitoring Serverless traced invocations
|
|
8111
|
+
usage by tag(s).
|
|
8112
|
+
format: double
|
|
8113
|
+
type: number
|
|
8038
8114
|
browser_percentage:
|
|
8039
8115
|
description: The percentage of synthetic browser test usage by tag(s).
|
|
8040
8116
|
format: double
|
|
@@ -8170,6 +8246,14 @@ components:
|
|
|
8170
8246
|
description: The Database Monitoring queries usage by tag(s).
|
|
8171
8247
|
format: double
|
|
8172
8248
|
type: number
|
|
8249
|
+
error_tracking_percentage:
|
|
8250
|
+
description: The percentage of error tracking events usage by tag(s).
|
|
8251
|
+
format: double
|
|
8252
|
+
type: number
|
|
8253
|
+
error_tracking_usage:
|
|
8254
|
+
description: The error tracking events usage by tag(s).
|
|
8255
|
+
format: double
|
|
8256
|
+
type: number
|
|
8173
8257
|
estimated_indexed_logs_percentage:
|
|
8174
8258
|
description: The percentage of estimated live indexed logs usage by tag(s).
|
|
8175
8259
|
format: double
|
|
@@ -8226,6 +8310,15 @@ components:
|
|
|
8226
8310
|
description: The Lambda function usage by tag(s).
|
|
8227
8311
|
format: double
|
|
8228
8312
|
type: number
|
|
8313
|
+
incident_management_monthly_active_users_percentage:
|
|
8314
|
+
description: The percentage of Incident Management monthly active users
|
|
8315
|
+
usage by tag(s).
|
|
8316
|
+
format: double
|
|
8317
|
+
type: number
|
|
8318
|
+
incident_management_monthly_active_users_usage:
|
|
8319
|
+
description: The Incident Management monthly active users usage by tag(s).
|
|
8320
|
+
format: double
|
|
8321
|
+
type: number
|
|
8229
8322
|
indexed_spans_percentage:
|
|
8230
8323
|
description: The percentage of APM Indexed Spans usage by tag(s).
|
|
8231
8324
|
format: double
|
|
@@ -8396,6 +8489,23 @@ components:
|
|
|
8396
8489
|
description: The observability pipeline bytes usage by tag(s).
|
|
8397
8490
|
format: double
|
|
8398
8491
|
type: number
|
|
8492
|
+
obs_pipelines_vcpu_percentage:
|
|
8493
|
+
description: The percentage of observability pipeline per core usage by
|
|
8494
|
+
tag(s).
|
|
8495
|
+
format: double
|
|
8496
|
+
type: number
|
|
8497
|
+
obs_pipelines_vcpu_usage:
|
|
8498
|
+
description: The observability pipeline per core usage by tag(s).
|
|
8499
|
+
format: double
|
|
8500
|
+
type: number
|
|
8501
|
+
online_archive_percentage:
|
|
8502
|
+
description: The percentage of online archive usage by tag(s).
|
|
8503
|
+
format: double
|
|
8504
|
+
type: number
|
|
8505
|
+
online_archive_usage:
|
|
8506
|
+
description: The online archive usage by tag(s).
|
|
8507
|
+
format: double
|
|
8508
|
+
type: number
|
|
8399
8509
|
profiled_container_percentage:
|
|
8400
8510
|
description: The percentage of profiled container usage by tag(s).
|
|
8401
8511
|
format: double
|
|
@@ -8485,6 +8595,14 @@ components:
|
|
|
8485
8595
|
description: The Application Vulnerability Management usage by tag(s).
|
|
8486
8596
|
format: double
|
|
8487
8597
|
type: number
|
|
8598
|
+
workflow_executions_percentage:
|
|
8599
|
+
description: The percentage of workflow executions usage by tag(s).
|
|
8600
|
+
format: double
|
|
8601
|
+
type: number
|
|
8602
|
+
workflow_executions_usage:
|
|
8603
|
+
description: The total workflow executions usage by tag(s).
|
|
8604
|
+
format: double
|
|
8605
|
+
type: number
|
|
8488
8606
|
type: object
|
|
8489
8607
|
NoteWidgetDefinition:
|
|
8490
8608
|
description: The notes and links widget is similar to free text widget, but
|
|
@@ -11264,7 +11382,8 @@ components:
|
|
|
11264
11382
|
description: 'The time-slice condition, composed of 3 parts: 1. the metric timeseries
|
|
11265
11383
|
query, 2. the comparator,
|
|
11266
11384
|
|
|
11267
|
-
and 3. the threshold.
|
|
11385
|
+
and 3. the threshold. Optionally, a fourth part, the query interval, can be
|
|
11386
|
+
provided.'
|
|
11268
11387
|
example:
|
|
11269
11388
|
comparator: <
|
|
11270
11389
|
query:
|
|
@@ -11283,6 +11402,8 @@ components:
|
|
|
11283
11402
|
$ref: '#/components/schemas/SLOTimeSliceComparator'
|
|
11284
11403
|
query:
|
|
11285
11404
|
$ref: '#/components/schemas/SLOTimeSliceQuery'
|
|
11405
|
+
query_interval_seconds:
|
|
11406
|
+
$ref: '#/components/schemas/SLOTimeSliceInterval'
|
|
11286
11407
|
threshold:
|
|
11287
11408
|
description: The threshold value to which each SLI value will be compared.
|
|
11288
11409
|
example: 5
|
|
@@ -11293,6 +11414,22 @@ components:
|
|
|
11293
11414
|
- threshold
|
|
11294
11415
|
- query
|
|
11295
11416
|
type: object
|
|
11417
|
+
SLOTimeSliceInterval:
|
|
11418
|
+
description: 'The interval used when querying data, which defines the size of
|
|
11419
|
+
a time slice.
|
|
11420
|
+
|
|
11421
|
+
Two values are allowed: 60 (1 minute) and 300 (5 minutes).
|
|
11422
|
+
|
|
11423
|
+
If not provided, the value defaults to 300 (5 minutes).'
|
|
11424
|
+
enum:
|
|
11425
|
+
- 60
|
|
11426
|
+
- 300
|
|
11427
|
+
example: 300
|
|
11428
|
+
format: int32
|
|
11429
|
+
type: integer
|
|
11430
|
+
x-enum-varnames:
|
|
11431
|
+
- ONE_MINUTE
|
|
11432
|
+
- FIVE_MINUTES
|
|
11296
11433
|
SLOTimeSliceQuery:
|
|
11297
11434
|
description: The queries and formula used to calculate the SLI value.
|
|
11298
11435
|
example:
|
|
@@ -12013,7 +12150,7 @@ components:
|
|
|
12013
12150
|
interval:
|
|
12014
12151
|
default: null
|
|
12015
12152
|
description: If the type of the metric is rate or count, define the corresponding
|
|
12016
|
-
interval.
|
|
12153
|
+
interval in seconds.
|
|
12017
12154
|
example: 20
|
|
12018
12155
|
format: int64
|
|
12019
12156
|
nullable: true
|
|
@@ -13213,10 +13350,12 @@ components:
|
|
|
13213
13350
|
only supporting `http`.
|
|
13214
13351
|
enum:
|
|
13215
13352
|
- http
|
|
13353
|
+
- grpc
|
|
13216
13354
|
example: http
|
|
13217
13355
|
type: string
|
|
13218
13356
|
x-enum-varnames:
|
|
13219
13357
|
- HTTP
|
|
13358
|
+
- GRPC
|
|
13220
13359
|
SyntheticsAPITest:
|
|
13221
13360
|
description: Object containing details about a Synthetic API test.
|
|
13222
13361
|
properties:
|
|
@@ -15739,6 +15878,11 @@ components:
|
|
|
15739
15878
|
maximum: 65535
|
|
15740
15879
|
minimum: 1
|
|
15741
15880
|
type: integer
|
|
15881
|
+
files:
|
|
15882
|
+
description: Files to be used as part of the request in the test.
|
|
15883
|
+
items:
|
|
15884
|
+
$ref: '#/components/schemas/SyntheticsTestRequestBodyFile'
|
|
15885
|
+
type: array
|
|
15742
15886
|
follow_redirects:
|
|
15743
15887
|
description: Specifies whether or not the request follows redirects.
|
|
15744
15888
|
type: boolean
|
|
@@ -15747,6 +15891,8 @@ components:
|
|
|
15747
15891
|
host:
|
|
15748
15892
|
description: Host name to perform the test with.
|
|
15749
15893
|
type: string
|
|
15894
|
+
httpVersion:
|
|
15895
|
+
$ref: '#/components/schemas/SyntheticsTestOptionsHTTPVersion'
|
|
15750
15896
|
message:
|
|
15751
15897
|
description: Message to send for UDP or WebSocket tests.
|
|
15752
15898
|
type: string
|
|
@@ -15803,6 +15949,32 @@ components:
|
|
|
15803
15949
|
example: https://example.com
|
|
15804
15950
|
type: string
|
|
15805
15951
|
type: object
|
|
15952
|
+
SyntheticsTestRequestBodyFile:
|
|
15953
|
+
description: Object describing a file to be used as part of the request in the
|
|
15954
|
+
test.
|
|
15955
|
+
properties:
|
|
15956
|
+
bucketKey:
|
|
15957
|
+
description: Bucket key of the file.
|
|
15958
|
+
type: string
|
|
15959
|
+
content:
|
|
15960
|
+
description: Content of the file.
|
|
15961
|
+
maxLength: 3145728
|
|
15962
|
+
type: string
|
|
15963
|
+
name:
|
|
15964
|
+
description: Name of the file.
|
|
15965
|
+
maxLength: 1500
|
|
15966
|
+
type: string
|
|
15967
|
+
size:
|
|
15968
|
+
description: Size of the file.
|
|
15969
|
+
format: int64
|
|
15970
|
+
maximum: 3145728
|
|
15971
|
+
minimum: 1
|
|
15972
|
+
type: integer
|
|
15973
|
+
type:
|
|
15974
|
+
description: Type of the file.
|
|
15975
|
+
maxLength: 1500
|
|
15976
|
+
type: string
|
|
15977
|
+
type: object
|
|
15806
15978
|
SyntheticsTestRequestBodyType:
|
|
15807
15979
|
description: Type of the request body.
|
|
15808
15980
|
enum:
|
|
@@ -15812,6 +15984,8 @@ components:
|
|
|
15812
15984
|
- text/html
|
|
15813
15985
|
- application/x-www-form-urlencoded
|
|
15814
15986
|
- graphql
|
|
15987
|
+
- application/octet-stream
|
|
15988
|
+
- multipart/form-data
|
|
15815
15989
|
example: text/plain
|
|
15816
15990
|
type: string
|
|
15817
15991
|
x-enum-varnames:
|
|
@@ -15821,6 +15995,8 @@ components:
|
|
|
15821
15995
|
- TEXT_HTML
|
|
15822
15996
|
- APPLICATION_X_WWW_FORM_URLENCODED
|
|
15823
15997
|
- GRAPHQL
|
|
15998
|
+
- APPLICATION_OCTET_STREAM
|
|
15999
|
+
- MULTIPART_FORM_DATA
|
|
15824
16000
|
SyntheticsTestRequestCertificate:
|
|
15825
16001
|
description: Client certificate to use when performing the test request.
|
|
15826
16002
|
properties:
|
|
@@ -16738,262 +16914,6 @@ components:
|
|
|
16738
16914
|
format: double
|
|
16739
16915
|
type: number
|
|
16740
16916
|
type: object
|
|
16741
|
-
UsageAttributionBody:
|
|
16742
|
-
description: Usage Summary by tag for a given organization.
|
|
16743
|
-
properties:
|
|
16744
|
-
month:
|
|
16745
|
-
description: 'Datetime in ISO-8601 format, UTC, precise to month: [YYYY-MM].'
|
|
16746
|
-
format: date-time
|
|
16747
|
-
type: string
|
|
16748
|
-
org_name:
|
|
16749
|
-
description: The name of the organization.
|
|
16750
|
-
type: string
|
|
16751
|
-
public_id:
|
|
16752
|
-
description: The organization public ID.
|
|
16753
|
-
type: string
|
|
16754
|
-
tag_config_source:
|
|
16755
|
-
description: The source of the usage attribution tag configuration and the
|
|
16756
|
-
selected tags in the format `<source_org_name>:::<selected tag 1>///<selected
|
|
16757
|
-
tag 2>///<selected tag 3>`.
|
|
16758
|
-
type: string
|
|
16759
|
-
tags:
|
|
16760
|
-
$ref: '#/components/schemas/UsageAttributionTagNames'
|
|
16761
|
-
updated_at:
|
|
16762
|
-
description: Shows the the most recent hour in the current months for all
|
|
16763
|
-
organizations for which all usages were calculated.
|
|
16764
|
-
type: string
|
|
16765
|
-
values:
|
|
16766
|
-
$ref: '#/components/schemas/UsageAttributionValues'
|
|
16767
|
-
type: object
|
|
16768
|
-
UsageAttributionLimit:
|
|
16769
|
-
default: 5000
|
|
16770
|
-
description: Maximum number of records to be returned.
|
|
16771
|
-
format: int64
|
|
16772
|
-
type: integer
|
|
16773
|
-
UsageAttributionMetadata:
|
|
16774
|
-
description: The object containing document metadata.
|
|
16775
|
-
properties:
|
|
16776
|
-
aggregates:
|
|
16777
|
-
$ref: '#/components/schemas/UsageAttributionAggregates'
|
|
16778
|
-
pagination:
|
|
16779
|
-
$ref: '#/components/schemas/UsageAttributionPagination'
|
|
16780
|
-
type: object
|
|
16781
|
-
UsageAttributionOffset:
|
|
16782
|
-
default: 0
|
|
16783
|
-
description: Number of records to skip before beginning to return.
|
|
16784
|
-
format: int64
|
|
16785
|
-
type: integer
|
|
16786
|
-
UsageAttributionPagination:
|
|
16787
|
-
description: The metadata for the current pagination.
|
|
16788
|
-
properties:
|
|
16789
|
-
limit:
|
|
16790
|
-
description: Maximum amount of records to be returned.
|
|
16791
|
-
format: int64
|
|
16792
|
-
type: integer
|
|
16793
|
-
offset:
|
|
16794
|
-
description: Records to be skipped before beginning to return.
|
|
16795
|
-
format: int64
|
|
16796
|
-
type: integer
|
|
16797
|
-
sort_direction:
|
|
16798
|
-
description: Direction to sort by.
|
|
16799
|
-
type: string
|
|
16800
|
-
sort_name:
|
|
16801
|
-
description: Field to sort by.
|
|
16802
|
-
type: string
|
|
16803
|
-
total_number_of_records:
|
|
16804
|
-
description: Total number of records.
|
|
16805
|
-
format: int64
|
|
16806
|
-
type: integer
|
|
16807
|
-
type: object
|
|
16808
|
-
UsageAttributionResponse:
|
|
16809
|
-
description: Response containing the Usage Summary by tag(s).
|
|
16810
|
-
properties:
|
|
16811
|
-
metadata:
|
|
16812
|
-
$ref: '#/components/schemas/UsageAttributionMetadata'
|
|
16813
|
-
usage:
|
|
16814
|
-
description: Get usage summary by tag(s).
|
|
16815
|
-
items:
|
|
16816
|
-
$ref: '#/components/schemas/UsageAttributionBody'
|
|
16817
|
-
type: array
|
|
16818
|
-
type: object
|
|
16819
|
-
UsageAttributionSort:
|
|
16820
|
-
default: custom_timeseries_usage
|
|
16821
|
-
description: The field to sort by.
|
|
16822
|
-
enum:
|
|
16823
|
-
- api_percentage
|
|
16824
|
-
- snmp_usage
|
|
16825
|
-
- apm_host_usage
|
|
16826
|
-
- api_usage
|
|
16827
|
-
- appsec_usage
|
|
16828
|
-
- appsec_percentage
|
|
16829
|
-
- container_usage
|
|
16830
|
-
- custom_timeseries_percentage
|
|
16831
|
-
- container_percentage
|
|
16832
|
-
- apm_host_percentage
|
|
16833
|
-
- npm_host_percentage
|
|
16834
|
-
- browser_percentage
|
|
16835
|
-
- browser_usage
|
|
16836
|
-
- infra_host_percentage
|
|
16837
|
-
- snmp_percentage
|
|
16838
|
-
- npm_host_usage
|
|
16839
|
-
- infra_host_usage
|
|
16840
|
-
- custom_timeseries_usage
|
|
16841
|
-
- lambda_functions_usage
|
|
16842
|
-
- lambda_functions_percentage
|
|
16843
|
-
- lambda_invocations_usage
|
|
16844
|
-
- lambda_invocations_percentage
|
|
16845
|
-
- estimated_indexed_logs_usage
|
|
16846
|
-
- estimated_indexed_logs_percentage
|
|
16847
|
-
- estimated_ingested_logs_usage
|
|
16848
|
-
- estimated_ingested_logs_percentage
|
|
16849
|
-
- estimated_indexed_spans_usage
|
|
16850
|
-
- estimated_indexed_spans_percentage
|
|
16851
|
-
- estimated_ingested_spans_usage
|
|
16852
|
-
- estimated_ingested_spans_percentage
|
|
16853
|
-
- apm_fargate_usage
|
|
16854
|
-
- apm_fargate_percentage
|
|
16855
|
-
- appsec_fargate_usage
|
|
16856
|
-
- appsec_fargate_percentage
|
|
16857
|
-
- estimated_rum_usage_attribution_usage
|
|
16858
|
-
- estimated_rum_usage_attribution_percentage
|
|
16859
|
-
type: string
|
|
16860
|
-
x-enum-varnames:
|
|
16861
|
-
- API_PERCENTAGE
|
|
16862
|
-
- SNMP_USAGE
|
|
16863
|
-
- APM_HOST_USAGE
|
|
16864
|
-
- API_USAGE
|
|
16865
|
-
- APPSEC_USAGE
|
|
16866
|
-
- APPSEC_PERCENTAGE
|
|
16867
|
-
- CONTAINER_USAGE
|
|
16868
|
-
- CUSTOM_TIMESERIES_PERCENTAGE
|
|
16869
|
-
- CONTAINER_PERCENTAGE
|
|
16870
|
-
- APM_HOST_PERCENTAGE
|
|
16871
|
-
- NPM_HOST_PERCENTAGE
|
|
16872
|
-
- BROWSER_PERCENTAGE
|
|
16873
|
-
- BROWSER_USAGE
|
|
16874
|
-
- INFRA_HOST_PERCENTAGE
|
|
16875
|
-
- SNMP_PERCENTAGE
|
|
16876
|
-
- NPM_HOST_USAGE
|
|
16877
|
-
- INFRA_HOST_USAGE
|
|
16878
|
-
- CUSTOM_TIMESERIES_USAGE
|
|
16879
|
-
- LAMBDA_FUNCTIONS_USAGE
|
|
16880
|
-
- LAMBDA_FUNCTIONS_PERCENTAGE
|
|
16881
|
-
- LAMBDA_INVOCATIONS_USAGE
|
|
16882
|
-
- LAMBDA_INVOCATIONS_PERCENTAGE
|
|
16883
|
-
- ESTIMATED_INDEXED_LOGS_USAGE
|
|
16884
|
-
- ESTIMATED_INDEXED_LOGS_PERCENTAGE
|
|
16885
|
-
- ESTIMATED_INGESTED_LOGS_USAGE
|
|
16886
|
-
- ESTIMATED_INGESTED_LOGS_PERCENTAGE
|
|
16887
|
-
- ESTIMATED_INDEXED_SPANS_USAGE
|
|
16888
|
-
- ESTIMATED_INDEXED_SPANS_PERCENTAGE
|
|
16889
|
-
- ESTIMATED_INGESTED_SPANS_USAGE
|
|
16890
|
-
- ESTIMATED_INGESTED_SPANS_PERCENTAGE
|
|
16891
|
-
- APM_FARGATE_USAGE
|
|
16892
|
-
- APM_FARGATE_PERCENTAGE
|
|
16893
|
-
- APPSEC_FARGATE_USAGE
|
|
16894
|
-
- APPSEC_FARGATE_PERCENTAGE
|
|
16895
|
-
- ESTIMATED_RUM_USAGE_ATTRIBUTION_USAGE
|
|
16896
|
-
- ESTIMATED_RUM_USAGE_ATTRIBUTION_PERCENTAGE
|
|
16897
|
-
UsageAttributionSupportedMetrics:
|
|
16898
|
-
description: Supported fields for usage attribution requests (valid requests
|
|
16899
|
-
contain one or more metrics, or `*` for all).
|
|
16900
|
-
enum:
|
|
16901
|
-
- custom_timeseries_usage
|
|
16902
|
-
- container_usage
|
|
16903
|
-
- snmp_percentage
|
|
16904
|
-
- apm_host_usage
|
|
16905
|
-
- browser_usage
|
|
16906
|
-
- npm_host_percentage
|
|
16907
|
-
- infra_host_usage
|
|
16908
|
-
- custom_timeseries_percentage
|
|
16909
|
-
- container_percentage
|
|
16910
|
-
- api_usage
|
|
16911
|
-
- apm_host_percentage
|
|
16912
|
-
- infra_host_percentage
|
|
16913
|
-
- snmp_usage
|
|
16914
|
-
- browser_percentage
|
|
16915
|
-
- api_percentage
|
|
16916
|
-
- npm_host_usage
|
|
16917
|
-
- lambda_functions_usage
|
|
16918
|
-
- lambda_functions_percentage
|
|
16919
|
-
- lambda_invocations_usage
|
|
16920
|
-
- lambda_invocations_percentage
|
|
16921
|
-
- fargate_usage
|
|
16922
|
-
- fargate_percentage
|
|
16923
|
-
- profiled_host_usage
|
|
16924
|
-
- profiled_host_percentage
|
|
16925
|
-
- profiled_container_usage
|
|
16926
|
-
- profiled_container_percentage
|
|
16927
|
-
- dbm_hosts_usage
|
|
16928
|
-
- dbm_hosts_percentage
|
|
16929
|
-
- dbm_queries_usage
|
|
16930
|
-
- dbm_queries_percentage
|
|
16931
|
-
- estimated_indexed_logs_usage
|
|
16932
|
-
- estimated_indexed_logs_percentage
|
|
16933
|
-
- estimated_ingested_logs_usage
|
|
16934
|
-
- estimated_ingested_logs_percentage
|
|
16935
|
-
- appsec_usage
|
|
16936
|
-
- appsec_percentage
|
|
16937
|
-
- estimated_indexed_spans_usage
|
|
16938
|
-
- estimated_indexed_spans_percentage
|
|
16939
|
-
- estimated_ingested_spans_usage
|
|
16940
|
-
- estimated_ingested_spans_percentage
|
|
16941
|
-
- apm_fargate_usage
|
|
16942
|
-
- apm_fargate_percentage
|
|
16943
|
-
- appsec_fargate_usage
|
|
16944
|
-
- appsec_fargate_percentage
|
|
16945
|
-
- estimated_rum_usage_attribution_usage
|
|
16946
|
-
- estimated_rum_usage_attribution_percentage
|
|
16947
|
-
- '*'
|
|
16948
|
-
type: string
|
|
16949
|
-
x-enum-varnames:
|
|
16950
|
-
- CUSTOM_TIMESERIES_USAGE
|
|
16951
|
-
- CONTAINER_USAGE
|
|
16952
|
-
- SNMP_PERCENTAGE
|
|
16953
|
-
- APM_HOST_USAGE
|
|
16954
|
-
- BROWSER_USAGE
|
|
16955
|
-
- NPM_HOST_PERCENTAGE
|
|
16956
|
-
- INFRA_HOST_USAGE
|
|
16957
|
-
- CUSTOM_TIMESERIES_PERCENTAGE
|
|
16958
|
-
- CONTAINER_PERCENTAGE
|
|
16959
|
-
- API_USAGE
|
|
16960
|
-
- APM_HOST_PERCENTAGE
|
|
16961
|
-
- INFRA_HOST_PERCENTAGE
|
|
16962
|
-
- SNMP_USAGE
|
|
16963
|
-
- BROWSER_PERCENTAGE
|
|
16964
|
-
- API_PERCENTAGE
|
|
16965
|
-
- NPM_HOST_USAGE
|
|
16966
|
-
- LAMBDA_FUNCTIONS_USAGE
|
|
16967
|
-
- LAMBDA_FUNCTIONS_PERCENTAGE
|
|
16968
|
-
- LAMBDA_INVOCATIONS_USAGE
|
|
16969
|
-
- LAMBDA_INVOCATIONS_PERCENTAGE
|
|
16970
|
-
- FARGATE_USAGE
|
|
16971
|
-
- FARGATE_PERCENTAGE
|
|
16972
|
-
- PROFILED_HOST_USAGE
|
|
16973
|
-
- PROFILED_HOST_PERCENTAGE
|
|
16974
|
-
- PROFILED_CONTAINER_USAGE
|
|
16975
|
-
- PROFILED_CONTAINER_PERCENTAGE
|
|
16976
|
-
- DBM_HOSTS_USAGE
|
|
16977
|
-
- DBM_HOSTS_PERCENTAGE
|
|
16978
|
-
- DBM_QUERIES_USAGE
|
|
16979
|
-
- DBM_QUERIES_PERCENTAGE
|
|
16980
|
-
- ESTIMATED_INDEXED_LOGS_USAGE
|
|
16981
|
-
- ESTIMATED_INDEXED_LOGS_PERCENTAGE
|
|
16982
|
-
- ESTIMATED_INGESTED_LOGS_USAGE
|
|
16983
|
-
- ESTIMATED_INGESTED_LOGS_PERCENTAGE
|
|
16984
|
-
- APPSEC_USAGE
|
|
16985
|
-
- APPSEC_PERCENTAGE
|
|
16986
|
-
- ESTIMATED_INDEXED_SPANS_USAGE
|
|
16987
|
-
- ESTIMATED_INDEXED_SPANS_PERCENTAGE
|
|
16988
|
-
- ESTIMATED_INGESTED_SPANS_USAGE
|
|
16989
|
-
- ESTIMATED_INGESTED_SPANS_PERCENTAGE
|
|
16990
|
-
- APM_FARGATE_USAGE
|
|
16991
|
-
- APM_FARGATE_PERCENTAGE
|
|
16992
|
-
- APPSEC_FARGATE_USAGE
|
|
16993
|
-
- APPSEC_FARGATE_PERCENTAGE
|
|
16994
|
-
- ESTIMATED_RUM_USAGE_ATTRIBUTION_USAGE
|
|
16995
|
-
- ESTIMATED_RUM_USAGE_ATTRIBUTION_PERCENTAGE
|
|
16996
|
-
- ALL
|
|
16997
16917
|
UsageAttributionTagNames:
|
|
16998
16918
|
additionalProperties:
|
|
16999
16919
|
description: 'A list of values that are associated with each tag key.
|
|
@@ -17023,225 +16943,6 @@ components:
|
|
|
17023
16943
|
In this scenario the API returns the total usage, not broken down by tags.'
|
|
17024
16944
|
nullable: true
|
|
17025
16945
|
type: object
|
|
17026
|
-
UsageAttributionValues:
|
|
17027
|
-
description: Fields in Usage Summary by tag(s).
|
|
17028
|
-
properties:
|
|
17029
|
-
api_percentage:
|
|
17030
|
-
description: The percentage of synthetic API test usage by tag(s).
|
|
17031
|
-
format: double
|
|
17032
|
-
type: number
|
|
17033
|
-
api_usage:
|
|
17034
|
-
description: The synthetic API test usage by tag(s).
|
|
17035
|
-
format: double
|
|
17036
|
-
type: number
|
|
17037
|
-
apm_fargate_percentage:
|
|
17038
|
-
description: The percentage of APM ECS Fargate task usage by tag(s).
|
|
17039
|
-
format: double
|
|
17040
|
-
type: number
|
|
17041
|
-
apm_fargate_usage:
|
|
17042
|
-
description: The APM ECS Fargate task usage by tag(s).
|
|
17043
|
-
format: double
|
|
17044
|
-
type: number
|
|
17045
|
-
apm_host_percentage:
|
|
17046
|
-
description: The percentage of APM host usage by tag(s).
|
|
17047
|
-
format: double
|
|
17048
|
-
type: number
|
|
17049
|
-
apm_host_usage:
|
|
17050
|
-
description: The APM host usage by tag(s).
|
|
17051
|
-
format: double
|
|
17052
|
-
type: number
|
|
17053
|
-
appsec_fargate_percentage:
|
|
17054
|
-
description: The percentage of Application Security Monitoring ECS Fargate
|
|
17055
|
-
task usage by tag(s).
|
|
17056
|
-
format: double
|
|
17057
|
-
type: number
|
|
17058
|
-
appsec_fargate_usage:
|
|
17059
|
-
description: The Application Security Monitoring ECS Fargate task usage
|
|
17060
|
-
by tag(s).
|
|
17061
|
-
format: double
|
|
17062
|
-
type: number
|
|
17063
|
-
appsec_percentage:
|
|
17064
|
-
description: The percentage of Application Security Monitoring host usage
|
|
17065
|
-
by tag(s).
|
|
17066
|
-
format: double
|
|
17067
|
-
type: number
|
|
17068
|
-
appsec_usage:
|
|
17069
|
-
description: The Application Security Monitoring host usage by tag(s).
|
|
17070
|
-
format: double
|
|
17071
|
-
type: number
|
|
17072
|
-
browser_percentage:
|
|
17073
|
-
description: The percentage of synthetic browser test usage by tag(s).
|
|
17074
|
-
format: double
|
|
17075
|
-
type: number
|
|
17076
|
-
browser_usage:
|
|
17077
|
-
description: The synthetic browser test usage by tag(s).
|
|
17078
|
-
format: double
|
|
17079
|
-
type: number
|
|
17080
|
-
container_percentage:
|
|
17081
|
-
description: The percentage of container usage by tag(s).
|
|
17082
|
-
format: double
|
|
17083
|
-
type: number
|
|
17084
|
-
container_usage:
|
|
17085
|
-
description: The container usage by tag(s).
|
|
17086
|
-
format: double
|
|
17087
|
-
type: number
|
|
17088
|
-
cspm_container_percentage:
|
|
17089
|
-
description: The percentage of Cloud Security Management Pro container usage
|
|
17090
|
-
by tag(s)
|
|
17091
|
-
format: double
|
|
17092
|
-
type: number
|
|
17093
|
-
cspm_container_usage:
|
|
17094
|
-
description: The Cloud Security Management Pro container usage by tag(s)
|
|
17095
|
-
format: double
|
|
17096
|
-
type: number
|
|
17097
|
-
cspm_host_percentage:
|
|
17098
|
-
description: The percentage of Cloud Security Management Pro host usage
|
|
17099
|
-
by tag(s)
|
|
17100
|
-
format: double
|
|
17101
|
-
type: number
|
|
17102
|
-
cspm_host_usage:
|
|
17103
|
-
description: The Cloud Security Management Pro host usage by tag(s)
|
|
17104
|
-
format: double
|
|
17105
|
-
type: number
|
|
17106
|
-
custom_timeseries_percentage:
|
|
17107
|
-
description: The percentage of custom metrics usage by tag(s).
|
|
17108
|
-
format: double
|
|
17109
|
-
type: number
|
|
17110
|
-
custom_timeseries_usage:
|
|
17111
|
-
description: The custom metrics usage by tag(s).
|
|
17112
|
-
format: double
|
|
17113
|
-
type: number
|
|
17114
|
-
cws_container_percentage:
|
|
17115
|
-
description: The percentage of Cloud Workload Security container usage by
|
|
17116
|
-
tag(s)
|
|
17117
|
-
format: double
|
|
17118
|
-
type: number
|
|
17119
|
-
cws_container_usage:
|
|
17120
|
-
description: The Cloud Workload Security container usage by tag(s)
|
|
17121
|
-
format: double
|
|
17122
|
-
type: number
|
|
17123
|
-
cws_host_percentage:
|
|
17124
|
-
description: The percentage of Cloud Workload Security host usage by tag(s)
|
|
17125
|
-
format: double
|
|
17126
|
-
type: number
|
|
17127
|
-
cws_host_usage:
|
|
17128
|
-
description: The Cloud Workload Security host usage by tag(s)
|
|
17129
|
-
format: double
|
|
17130
|
-
type: number
|
|
17131
|
-
dbm_hosts_percentage:
|
|
17132
|
-
description: The percentage of Database Monitoring host usage by tag(s).
|
|
17133
|
-
format: double
|
|
17134
|
-
type: number
|
|
17135
|
-
dbm_hosts_usage:
|
|
17136
|
-
description: The Database Monitoring host usage by tag(s).
|
|
17137
|
-
format: double
|
|
17138
|
-
type: number
|
|
17139
|
-
dbm_queries_percentage:
|
|
17140
|
-
description: The percentage of Database Monitoring normalized queries usage
|
|
17141
|
-
by tag(s).
|
|
17142
|
-
format: double
|
|
17143
|
-
type: number
|
|
17144
|
-
dbm_queries_usage:
|
|
17145
|
-
description: The Database Monitoring normalized queries usage by tag(s).
|
|
17146
|
-
format: double
|
|
17147
|
-
type: number
|
|
17148
|
-
estimated_indexed_logs_percentage:
|
|
17149
|
-
description: The percentage of estimated live indexed logs usage by tag(s).
|
|
17150
|
-
format: double
|
|
17151
|
-
type: number
|
|
17152
|
-
estimated_indexed_logs_usage:
|
|
17153
|
-
description: The estimated live indexed logs usage by tag(s).
|
|
17154
|
-
format: double
|
|
17155
|
-
type: number
|
|
17156
|
-
estimated_indexed_spans_percentage:
|
|
17157
|
-
description: The percentage of estimated indexed spans usage by tag(s).
|
|
17158
|
-
format: double
|
|
17159
|
-
type: number
|
|
17160
|
-
estimated_indexed_spans_usage:
|
|
17161
|
-
description: The estimated indexed spans usage by tag(s).
|
|
17162
|
-
format: double
|
|
17163
|
-
type: number
|
|
17164
|
-
estimated_ingested_logs_percentage:
|
|
17165
|
-
description: The percentage of estimated live ingested logs usage by tag(s).
|
|
17166
|
-
format: double
|
|
17167
|
-
type: number
|
|
17168
|
-
estimated_ingested_logs_usage:
|
|
17169
|
-
description: The estimated live ingested logs usage by tag(s).
|
|
17170
|
-
format: double
|
|
17171
|
-
type: number
|
|
17172
|
-
estimated_ingested_spans_percentage:
|
|
17173
|
-
description: The percentage of estimated ingested spans usage by tag(s).
|
|
17174
|
-
format: double
|
|
17175
|
-
type: number
|
|
17176
|
-
estimated_ingested_spans_usage:
|
|
17177
|
-
description: The estimated ingested spans usage by tag(s).
|
|
17178
|
-
format: double
|
|
17179
|
-
type: number
|
|
17180
|
-
estimated_rum_sessions_percentage:
|
|
17181
|
-
description: The percentage of estimated rum sessions usage by tag(s).
|
|
17182
|
-
format: double
|
|
17183
|
-
type: number
|
|
17184
|
-
estimated_rum_sessions_usage:
|
|
17185
|
-
description: The estimated rum sessions usage by tag(s).
|
|
17186
|
-
format: double
|
|
17187
|
-
type: number
|
|
17188
|
-
infra_host_percentage:
|
|
17189
|
-
description: The percentage of infrastructure host usage by tag(s).
|
|
17190
|
-
format: double
|
|
17191
|
-
type: number
|
|
17192
|
-
infra_host_usage:
|
|
17193
|
-
description: The infrastructure host usage by tag(s).
|
|
17194
|
-
format: double
|
|
17195
|
-
type: number
|
|
17196
|
-
lambda_functions_percentage:
|
|
17197
|
-
description: The percentage of Lambda function usage by tag(s).
|
|
17198
|
-
format: double
|
|
17199
|
-
type: number
|
|
17200
|
-
lambda_functions_usage:
|
|
17201
|
-
description: The Lambda function usage by tag(s).
|
|
17202
|
-
format: double
|
|
17203
|
-
type: number
|
|
17204
|
-
lambda_invocations_percentage:
|
|
17205
|
-
description: The percentage of Lambda invocation usage by tag(s).
|
|
17206
|
-
format: double
|
|
17207
|
-
type: number
|
|
17208
|
-
lambda_invocations_usage:
|
|
17209
|
-
description: The Lambda invocation usage by tag(s).
|
|
17210
|
-
format: double
|
|
17211
|
-
type: number
|
|
17212
|
-
npm_host_percentage:
|
|
17213
|
-
description: The percentage of network host usage by tag(s).
|
|
17214
|
-
format: double
|
|
17215
|
-
type: number
|
|
17216
|
-
npm_host_usage:
|
|
17217
|
-
description: The network host usage by tag(s).
|
|
17218
|
-
format: double
|
|
17219
|
-
type: number
|
|
17220
|
-
profiled_container_percentage:
|
|
17221
|
-
description: The percentage of profiled containers usage by tag(s).
|
|
17222
|
-
format: double
|
|
17223
|
-
type: number
|
|
17224
|
-
profiled_container_usage:
|
|
17225
|
-
description: The profiled container usage by tag(s).
|
|
17226
|
-
format: double
|
|
17227
|
-
type: number
|
|
17228
|
-
profiled_hosts_percentage:
|
|
17229
|
-
description: The percentage of profiled hosts usage by tag(s).
|
|
17230
|
-
format: double
|
|
17231
|
-
type: number
|
|
17232
|
-
profiled_hosts_usage:
|
|
17233
|
-
description: The profiled host usage by tag(s).
|
|
17234
|
-
format: double
|
|
17235
|
-
type: number
|
|
17236
|
-
snmp_percentage:
|
|
17237
|
-
description: The percentage of network device usage by tag(s).
|
|
17238
|
-
format: double
|
|
17239
|
-
type: number
|
|
17240
|
-
snmp_usage:
|
|
17241
|
-
description: The network device usage by tag(s).
|
|
17242
|
-
format: double
|
|
17243
|
-
type: number
|
|
17244
|
-
type: object
|
|
17245
16946
|
UsageAuditLogsHour:
|
|
17246
16947
|
description: Audit logs usage for a given organization for a given hour.
|
|
17247
16948
|
properties:
|
|
@@ -18703,6 +18404,11 @@ components:
|
|
|
18703
18404
|
Fargate tasks over all hours in the current date for all organizations.
|
|
18704
18405
|
format: int64
|
|
18705
18406
|
type: integer
|
|
18407
|
+
asm_serverless_sum:
|
|
18408
|
+
description: Shows the sum of all Application Security Monitoring Serverless
|
|
18409
|
+
invocations over all hours in the current date for all organizations.
|
|
18410
|
+
format: int64
|
|
18411
|
+
type: integer
|
|
18706
18412
|
audit_logs_lines_indexed_sum:
|
|
18707
18413
|
deprecated: true
|
|
18708
18414
|
description: Shows the sum of audit logs lines indexed over all hours in
|
|
@@ -18793,6 +18499,11 @@ components:
|
|
|
18793
18499
|
given date and given organization.
|
|
18794
18500
|
format: int64
|
|
18795
18501
|
type: integer
|
|
18502
|
+
cloud_cost_management_gcp_host_count_avg:
|
|
18503
|
+
description: Host count average of Cloud Cost Management for GCP for the
|
|
18504
|
+
given date and given organization.
|
|
18505
|
+
format: int64
|
|
18506
|
+
type: integer
|
|
18796
18507
|
cloud_cost_management_host_count_avg:
|
|
18797
18508
|
description: Host count average of Cloud Cost Management for all cloud providers
|
|
18798
18509
|
for the given date and given organization.
|
|
@@ -18940,6 +18651,11 @@ components:
|
|
|
18940
18651
|
over all hours in the current date for all organizations.
|
|
18941
18652
|
format: int64
|
|
18942
18653
|
type: integer
|
|
18654
|
+
error_tracking_events_sum:
|
|
18655
|
+
description: Shows the sum of all Error Tracking events over all hours in
|
|
18656
|
+
the current date for the given org.
|
|
18657
|
+
format: int64
|
|
18658
|
+
type: integer
|
|
18943
18659
|
fargate_tasks_count_avg:
|
|
18944
18660
|
description: Shows the high-watermark of all Fargate tasks over all hours
|
|
18945
18661
|
in the current date for all organizations.
|
|
@@ -18950,6 +18666,31 @@ components:
|
|
|
18950
18666
|
current date for all organizations.
|
|
18951
18667
|
format: int64
|
|
18952
18668
|
type: integer
|
|
18669
|
+
flex_logs_compute_large_avg:
|
|
18670
|
+
description: Shows the average number of Flex Logs Compute Large Instances
|
|
18671
|
+
over all hours in the current date for the given org.
|
|
18672
|
+
format: int64
|
|
18673
|
+
type: integer
|
|
18674
|
+
flex_logs_compute_medium_avg:
|
|
18675
|
+
description: Shows the average number of Flex Logs Compute Medium Instances
|
|
18676
|
+
over all hours in the current date for the given org.
|
|
18677
|
+
format: int64
|
|
18678
|
+
type: integer
|
|
18679
|
+
flex_logs_compute_small_avg:
|
|
18680
|
+
description: Shows the average number of Flex Logs Compute Small Instances
|
|
18681
|
+
over all hours in the current date for the given org.
|
|
18682
|
+
format: int64
|
|
18683
|
+
type: integer
|
|
18684
|
+
flex_logs_compute_xsmall_avg:
|
|
18685
|
+
description: Shows the average number of Flex Logs Compute Extra Small Instances
|
|
18686
|
+
over all hours in the current date for the given org.
|
|
18687
|
+
format: int64
|
|
18688
|
+
type: integer
|
|
18689
|
+
flex_stored_logs_avg:
|
|
18690
|
+
description: Shows the average of all Flex Stored Logs over all hours in
|
|
18691
|
+
the current date for the given org.
|
|
18692
|
+
format: int64
|
|
18693
|
+
type: integer
|
|
18953
18694
|
forwarding_events_bytes_sum:
|
|
18954
18695
|
description: Shows the sum of all log bytes forwarded over all hours in
|
|
18955
18696
|
the current date for all organizations.
|
|
@@ -19220,7 +18961,7 @@ components:
|
|
|
19220
18961
|
type: integer
|
|
19221
18962
|
apm_fargate_count_avg:
|
|
19222
18963
|
description: Shows the average of all APM ECS Fargate tasks over all hours
|
|
19223
|
-
in the current
|
|
18964
|
+
in the current month for the given org.
|
|
19224
18965
|
format: int64
|
|
19225
18966
|
type: integer
|
|
19226
18967
|
apm_host_top99p:
|
|
@@ -19230,7 +18971,12 @@ components:
|
|
|
19230
18971
|
type: integer
|
|
19231
18972
|
appsec_fargate_count_avg:
|
|
19232
18973
|
description: Shows the average of all Application Security Monitoring ECS
|
|
19233
|
-
Fargate tasks over all hours in the current
|
|
18974
|
+
Fargate tasks over all hours in the current month for the given org.
|
|
18975
|
+
format: int64
|
|
18976
|
+
type: integer
|
|
18977
|
+
asm_serverless_sum:
|
|
18978
|
+
description: Shows the sum of all Application Security Monitoring Serverless
|
|
18979
|
+
invocations over all hours in the current month for the given org.
|
|
19234
18980
|
format: int64
|
|
19235
18981
|
type: integer
|
|
19236
18982
|
audit_logs_lines_indexed_sum:
|
|
@@ -19324,6 +19070,11 @@ components:
|
|
|
19324
19070
|
given date and given org.
|
|
19325
19071
|
format: int64
|
|
19326
19072
|
type: integer
|
|
19073
|
+
cloud_cost_management_gcp_host_count_avg:
|
|
19074
|
+
description: Host count average of Cloud Cost Management for GCP for the
|
|
19075
|
+
given date and given org.
|
|
19076
|
+
format: int64
|
|
19077
|
+
type: integer
|
|
19327
19078
|
cloud_cost_management_host_count_avg:
|
|
19328
19079
|
description: Host count average of Cloud Cost Management for all cloud providers
|
|
19329
19080
|
for the given date and given org.
|
|
@@ -19477,6 +19228,11 @@ components:
|
|
|
19477
19228
|
queries over all hours in the current month for the given org.
|
|
19478
19229
|
format: int64
|
|
19479
19230
|
type: integer
|
|
19231
|
+
error_tracking_events_sum:
|
|
19232
|
+
description: Shows the sum of all Error Tracking events over all hours in
|
|
19233
|
+
the current date for the given org.
|
|
19234
|
+
format: int64
|
|
19235
|
+
type: integer
|
|
19480
19236
|
fargate_tasks_count_avg:
|
|
19481
19237
|
description: The average task count for Fargate.
|
|
19482
19238
|
format: int64
|
|
@@ -19486,6 +19242,31 @@ components:
|
|
|
19486
19242
|
in the current date for the given org.
|
|
19487
19243
|
format: int64
|
|
19488
19244
|
type: integer
|
|
19245
|
+
flex_logs_compute_large_avg:
|
|
19246
|
+
description: Shows the average number of Flex Logs Compute Large Instances
|
|
19247
|
+
over all hours in the current date for the given org.
|
|
19248
|
+
format: int64
|
|
19249
|
+
type: integer
|
|
19250
|
+
flex_logs_compute_medium_avg:
|
|
19251
|
+
description: Shows the average number of Flex Logs Compute Medium Instances
|
|
19252
|
+
over all hours in the current date for the given org.
|
|
19253
|
+
format: int64
|
|
19254
|
+
type: integer
|
|
19255
|
+
flex_logs_compute_small_avg:
|
|
19256
|
+
description: Shows the average number of Flex Logs Compute Small Instances
|
|
19257
|
+
over all hours in the current date for the given org.
|
|
19258
|
+
format: int64
|
|
19259
|
+
type: integer
|
|
19260
|
+
flex_logs_compute_xsmall_avg:
|
|
19261
|
+
description: Shows the average number of Flex Logs Compute Extra Small Instances
|
|
19262
|
+
over all hours in the current date for the given org.
|
|
19263
|
+
format: int64
|
|
19264
|
+
type: integer
|
|
19265
|
+
flex_stored_logs_avg:
|
|
19266
|
+
description: Shows the average of all Flex Stored Logs over all hours in
|
|
19267
|
+
the current date for the given org.
|
|
19268
|
+
format: int64
|
|
19269
|
+
type: integer
|
|
19489
19270
|
forwarding_events_bytes_sum:
|
|
19490
19271
|
description: Shows the sum of all log bytes forwarded over all hours in
|
|
19491
19272
|
the current date for the given org.
|
|
@@ -19748,38 +19529,43 @@ components:
|
|
|
19748
19529
|
properties:
|
|
19749
19530
|
agent_host_top99p_sum:
|
|
19750
19531
|
description: Shows the 99th percentile of all agent hosts over all hours
|
|
19751
|
-
in the current
|
|
19532
|
+
in the current month for all organizations.
|
|
19752
19533
|
format: int64
|
|
19753
19534
|
type: integer
|
|
19754
19535
|
apm_azure_app_service_host_top99p_sum:
|
|
19755
19536
|
description: Shows the 99th percentile of all Azure app services using APM
|
|
19756
|
-
over all hours in the current
|
|
19537
|
+
over all hours in the current month all organizations.
|
|
19757
19538
|
format: int64
|
|
19758
19539
|
type: integer
|
|
19759
19540
|
apm_devsecops_host_top99p_sum:
|
|
19760
19541
|
description: Shows the 99th percentile of all APM DevSecOps hosts over all
|
|
19761
|
-
hours in the current
|
|
19542
|
+
hours in the current month for all organizations.
|
|
19762
19543
|
format: int64
|
|
19763
19544
|
type: integer
|
|
19764
19545
|
apm_fargate_count_avg_sum:
|
|
19765
19546
|
description: Shows the average of all APM ECS Fargate tasks over all hours
|
|
19766
|
-
in the current
|
|
19547
|
+
in the current month for all organizations.
|
|
19767
19548
|
format: int64
|
|
19768
19549
|
type: integer
|
|
19769
19550
|
apm_host_top99p_sum:
|
|
19770
19551
|
description: Shows the 99th percentile of all distinct APM hosts over all
|
|
19771
|
-
hours in the current
|
|
19552
|
+
hours in the current month for all organizations.
|
|
19772
19553
|
format: int64
|
|
19773
19554
|
type: integer
|
|
19774
19555
|
appsec_fargate_count_avg_sum:
|
|
19775
19556
|
description: Shows the average of all Application Security Monitoring ECS
|
|
19776
|
-
Fargate tasks over all hours in the current
|
|
19557
|
+
Fargate tasks over all hours in the current month for all organizations.
|
|
19558
|
+
format: int64
|
|
19559
|
+
type: integer
|
|
19560
|
+
asm_serverless_agg_sum:
|
|
19561
|
+
description: Shows the sum of all Application Security Monitoring Serverless
|
|
19562
|
+
invocations over all hours in the current months for all organizations.
|
|
19777
19563
|
format: int64
|
|
19778
19564
|
type: integer
|
|
19779
19565
|
audit_logs_lines_indexed_agg_sum:
|
|
19780
19566
|
deprecated: true
|
|
19781
19567
|
description: Shows the sum of all audit logs lines indexed over all hours
|
|
19782
|
-
in the current
|
|
19568
|
+
in the current month for all organizations.
|
|
19783
19569
|
format: int64
|
|
19784
19570
|
type: integer
|
|
19785
19571
|
audit_trail_enabled_hwm_sum:
|
|
@@ -19789,77 +19575,77 @@ components:
|
|
|
19789
19575
|
type: integer
|
|
19790
19576
|
avg_profiled_fargate_tasks_sum:
|
|
19791
19577
|
description: Shows the average of all profiled Fargate tasks over all hours
|
|
19792
|
-
in the current
|
|
19578
|
+
in the current month for all organizations.
|
|
19793
19579
|
format: int64
|
|
19794
19580
|
type: integer
|
|
19795
19581
|
aws_host_top99p_sum:
|
|
19796
19582
|
description: Shows the 99th percentile of all AWS hosts over all hours in
|
|
19797
|
-
the current
|
|
19583
|
+
the current month for all organizations.
|
|
19798
19584
|
format: int64
|
|
19799
19585
|
type: integer
|
|
19800
19586
|
aws_lambda_func_count:
|
|
19801
19587
|
description: Shows the average of the number of functions that executed
|
|
19802
|
-
1 or more times each hour in the current
|
|
19588
|
+
1 or more times each hour in the current month for all organizations.
|
|
19803
19589
|
format: int64
|
|
19804
19590
|
type: integer
|
|
19805
19591
|
aws_lambda_invocations_sum:
|
|
19806
19592
|
description: Shows the sum of all AWS Lambda invocations over all hours
|
|
19807
|
-
in the current
|
|
19593
|
+
in the current month for all organizations.
|
|
19808
19594
|
format: int64
|
|
19809
19595
|
type: integer
|
|
19810
19596
|
azure_app_service_top99p_sum:
|
|
19811
19597
|
description: Shows the 99th percentile of all Azure app services over all
|
|
19812
|
-
hours in the current
|
|
19598
|
+
hours in the current month for all organizations.
|
|
19813
19599
|
format: int64
|
|
19814
19600
|
type: integer
|
|
19815
19601
|
azure_host_top99p_sum:
|
|
19816
19602
|
description: Shows the 99th percentile of all Azure hosts over all hours
|
|
19817
|
-
in the current
|
|
19603
|
+
in the current month for all organizations.
|
|
19818
19604
|
format: int64
|
|
19819
19605
|
type: integer
|
|
19820
19606
|
billable_ingested_bytes_agg_sum:
|
|
19821
19607
|
description: Shows the sum of all log bytes ingested over all hours in the
|
|
19822
|
-
current
|
|
19608
|
+
current month for all organizations.
|
|
19823
19609
|
format: int64
|
|
19824
19610
|
type: integer
|
|
19825
19611
|
browser_rum_lite_session_count_agg_sum:
|
|
19826
19612
|
description: Shows the sum of all browser lite sessions over all hours in
|
|
19827
|
-
the current
|
|
19613
|
+
the current month for all organizations.
|
|
19828
19614
|
format: int64
|
|
19829
19615
|
type: integer
|
|
19830
19616
|
browser_rum_replay_session_count_agg_sum:
|
|
19831
19617
|
description: Shows the sum of all browser replay sessions over all hours
|
|
19832
|
-
in the current
|
|
19618
|
+
in the current month for all organizations.
|
|
19833
19619
|
format: int64
|
|
19834
19620
|
type: integer
|
|
19835
19621
|
browser_rum_units_agg_sum:
|
|
19836
19622
|
description: Shows the sum of all browser RUM units over all hours in the
|
|
19837
|
-
current
|
|
19623
|
+
current month for all organizations.
|
|
19838
19624
|
format: int64
|
|
19839
19625
|
type: integer
|
|
19840
19626
|
ci_pipeline_indexed_spans_agg_sum:
|
|
19841
19627
|
description: Shows the sum of all CI pipeline indexed spans over all hours
|
|
19842
|
-
in the current
|
|
19628
|
+
in the current month for all organizations.
|
|
19843
19629
|
format: int64
|
|
19844
19630
|
type: integer
|
|
19845
19631
|
ci_test_indexed_spans_agg_sum:
|
|
19846
19632
|
description: Shows the sum of all CI test indexed spans over all hours in
|
|
19847
|
-
the current
|
|
19633
|
+
the current month for all organizations.
|
|
19848
19634
|
format: int64
|
|
19849
19635
|
type: integer
|
|
19850
19636
|
ci_visibility_itr_committers_hwm_sum:
|
|
19851
19637
|
description: Shows the high-water mark of all CI visibility intelligent
|
|
19852
|
-
test runner committers over all hours in the current
|
|
19638
|
+
test runner committers over all hours in the current month for all organizations.
|
|
19853
19639
|
format: int64
|
|
19854
19640
|
type: integer
|
|
19855
19641
|
ci_visibility_pipeline_committers_hwm_sum:
|
|
19856
19642
|
description: Shows the high-water mark of all CI visibility pipeline committers
|
|
19857
|
-
over all hours in the current
|
|
19643
|
+
over all hours in the current month for all organizations.
|
|
19858
19644
|
format: int64
|
|
19859
19645
|
type: integer
|
|
19860
19646
|
ci_visibility_test_committers_hwm_sum:
|
|
19861
19647
|
description: Shows the high-water mark of all CI visibility test committers
|
|
19862
|
-
over all hours in the current
|
|
19648
|
+
over all hours in the current month for all organizations.
|
|
19863
19649
|
format: int64
|
|
19864
19650
|
type: integer
|
|
19865
19651
|
cloud_cost_management_aws_host_count_avg_sum:
|
|
@@ -19872,6 +19658,11 @@ components:
|
|
|
19872
19658
|
Azure.
|
|
19873
19659
|
format: int64
|
|
19874
19660
|
type: integer
|
|
19661
|
+
cloud_cost_management_gcp_host_count_avg_sum:
|
|
19662
|
+
description: Sum of the host count average for Cloud Cost Management for
|
|
19663
|
+
GCP.
|
|
19664
|
+
format: int64
|
|
19665
|
+
type: integer
|
|
19875
19666
|
cloud_cost_management_host_count_avg_sum:
|
|
19876
19667
|
description: Sum of the host count average for Cloud Cost Management for
|
|
19877
19668
|
all cloud providers.
|
|
@@ -19879,12 +19670,12 @@ components:
|
|
|
19879
19670
|
type: integer
|
|
19880
19671
|
cloud_siem_events_agg_sum:
|
|
19881
19672
|
description: Shows the sum of all Cloud Security Information and Event Management
|
|
19882
|
-
events over all hours in the current
|
|
19673
|
+
events over all hours in the current month for all organizations.
|
|
19883
19674
|
format: int64
|
|
19884
19675
|
type: integer
|
|
19885
19676
|
container_avg_sum:
|
|
19886
19677
|
description: Shows the average of all distinct containers over all hours
|
|
19887
|
-
in the current
|
|
19678
|
+
in the current month for all organizations.
|
|
19888
19679
|
format: int64
|
|
19889
19680
|
type: integer
|
|
19890
19681
|
container_excl_agent_avg_sum:
|
|
@@ -19894,123 +19685,123 @@ components:
|
|
|
19894
19685
|
type: integer
|
|
19895
19686
|
container_hwm_sum:
|
|
19896
19687
|
description: Shows the sum of the high-water marks of all distinct containers
|
|
19897
|
-
over all hours in the current
|
|
19688
|
+
over all hours in the current month for all organizations.
|
|
19898
19689
|
format: int64
|
|
19899
19690
|
type: integer
|
|
19900
19691
|
csm_container_enterprise_compliance_count_agg_sum:
|
|
19901
19692
|
description: Shows the sum of all Cloud Security Management Enterprise compliance
|
|
19902
|
-
containers over all hours in the current
|
|
19693
|
+
containers over all hours in the current month for all organizations.
|
|
19903
19694
|
format: int64
|
|
19904
19695
|
type: integer
|
|
19905
19696
|
csm_container_enterprise_cws_count_agg_sum:
|
|
19906
19697
|
description: Shows the sum of all Cloud Security Management Enterprise Cloud
|
|
19907
|
-
Workload Security containers over all hours in the current
|
|
19908
|
-
|
|
19698
|
+
Workload Security containers over all hours in the current month for all
|
|
19699
|
+
organizations.
|
|
19909
19700
|
format: int64
|
|
19910
19701
|
type: integer
|
|
19911
19702
|
csm_container_enterprise_total_count_agg_sum:
|
|
19912
19703
|
description: Shows the sum of all Cloud Security Management Enterprise containers
|
|
19913
|
-
over all hours in the current
|
|
19704
|
+
over all hours in the current month for all organizations.
|
|
19914
19705
|
format: int64
|
|
19915
19706
|
type: integer
|
|
19916
19707
|
csm_host_enterprise_aas_host_count_top99p_sum:
|
|
19917
19708
|
description: Shows the 99th percentile of all Cloud Security Management
|
|
19918
|
-
Enterprise Azure app services hosts over all hours in the current
|
|
19709
|
+
Enterprise Azure app services hosts over all hours in the current month
|
|
19919
19710
|
for all organizations.
|
|
19920
19711
|
format: int64
|
|
19921
19712
|
type: integer
|
|
19922
19713
|
csm_host_enterprise_aws_host_count_top99p_sum:
|
|
19923
19714
|
description: Shows the 99th percentile of all Cloud Security Management
|
|
19924
|
-
Enterprise AWS hosts over all hours in the current
|
|
19715
|
+
Enterprise AWS hosts over all hours in the current month for all organizations.
|
|
19925
19716
|
format: int64
|
|
19926
19717
|
type: integer
|
|
19927
19718
|
csm_host_enterprise_azure_host_count_top99p_sum:
|
|
19928
19719
|
description: Shows the 99th percentile of all Cloud Security Management
|
|
19929
|
-
Enterprise Azure hosts over all hours in the current
|
|
19720
|
+
Enterprise Azure hosts over all hours in the current month for all organizations.
|
|
19930
19721
|
format: int64
|
|
19931
19722
|
type: integer
|
|
19932
19723
|
csm_host_enterprise_compliance_host_count_top99p_sum:
|
|
19933
19724
|
description: Shows the 99th percentile of all Cloud Security Management
|
|
19934
|
-
Enterprise compliance hosts over all hours in the current
|
|
19725
|
+
Enterprise compliance hosts over all hours in the current month for all
|
|
19935
19726
|
organizations.
|
|
19936
19727
|
format: int64
|
|
19937
19728
|
type: integer
|
|
19938
19729
|
csm_host_enterprise_cws_host_count_top99p_sum:
|
|
19939
19730
|
description: Shows the 99th percentile of all Cloud Security Management
|
|
19940
19731
|
Enterprise Cloud Workload Security hosts over all hours in the current
|
|
19941
|
-
|
|
19732
|
+
month for all organizations.
|
|
19942
19733
|
format: int64
|
|
19943
19734
|
type: integer
|
|
19944
19735
|
csm_host_enterprise_gcp_host_count_top99p_sum:
|
|
19945
19736
|
description: Shows the 99th percentile of all Cloud Security Management
|
|
19946
|
-
Enterprise GCP hosts over all hours in the current
|
|
19737
|
+
Enterprise GCP hosts over all hours in the current month for all organizations.
|
|
19947
19738
|
format: int64
|
|
19948
19739
|
type: integer
|
|
19949
19740
|
csm_host_enterprise_total_host_count_top99p_sum:
|
|
19950
19741
|
description: Shows the 99th percentile of all Cloud Security Management
|
|
19951
|
-
Enterprise hosts over all hours in the current
|
|
19742
|
+
Enterprise hosts over all hours in the current month for all organizations.
|
|
19952
19743
|
format: int64
|
|
19953
19744
|
type: integer
|
|
19954
19745
|
cspm_aas_host_top99p_sum:
|
|
19955
19746
|
description: Shows the 99th percentile of all Cloud Security Management
|
|
19956
|
-
Pro Azure app services hosts over all hours in the current
|
|
19957
|
-
|
|
19747
|
+
Pro Azure app services hosts over all hours in the current month for all
|
|
19748
|
+
organizations.
|
|
19958
19749
|
format: int64
|
|
19959
19750
|
type: integer
|
|
19960
19751
|
cspm_aws_host_top99p_sum:
|
|
19961
19752
|
description: Shows the 99th percentile of all Cloud Security Management
|
|
19962
|
-
Pro AWS hosts over all hours in the current
|
|
19753
|
+
Pro AWS hosts over all hours in the current month for all organizations.
|
|
19963
19754
|
format: int64
|
|
19964
19755
|
type: integer
|
|
19965
19756
|
cspm_azure_host_top99p_sum:
|
|
19966
19757
|
description: Shows the 99th percentile of all Cloud Security Management
|
|
19967
|
-
Pro Azure hosts over all hours in the current
|
|
19758
|
+
Pro Azure hosts over all hours in the current month for all organizations.
|
|
19968
19759
|
format: int64
|
|
19969
19760
|
type: integer
|
|
19970
19761
|
cspm_container_avg_sum:
|
|
19971
19762
|
description: Shows the average number of Cloud Security Management Pro containers
|
|
19972
|
-
over all hours in the current
|
|
19763
|
+
over all hours in the current month for all organizations.
|
|
19973
19764
|
format: int64
|
|
19974
19765
|
type: integer
|
|
19975
19766
|
cspm_container_hwm_sum:
|
|
19976
19767
|
description: Shows the sum of the the high-water marks of Cloud Security
|
|
19977
|
-
Management Pro containers over all hours in the current
|
|
19768
|
+
Management Pro containers over all hours in the current month for all
|
|
19978
19769
|
organizations.
|
|
19979
19770
|
format: int64
|
|
19980
19771
|
type: integer
|
|
19981
19772
|
cspm_gcp_host_top99p_sum:
|
|
19982
19773
|
description: Shows the 99th percentile of all Cloud Security Management
|
|
19983
|
-
Pro GCP hosts over all hours in the current
|
|
19774
|
+
Pro GCP hosts over all hours in the current month for all organizations.
|
|
19984
19775
|
format: int64
|
|
19985
19776
|
type: integer
|
|
19986
19777
|
cspm_host_top99p_sum:
|
|
19987
19778
|
description: Shows the 99th percentile of all Cloud Security Management
|
|
19988
|
-
Pro hosts over all hours in the current
|
|
19779
|
+
Pro hosts over all hours in the current month for all organizations.
|
|
19989
19780
|
format: int64
|
|
19990
19781
|
type: integer
|
|
19991
19782
|
custom_historical_ts_sum:
|
|
19992
19783
|
description: Shows the average number of distinct historical custom metrics
|
|
19993
|
-
over all hours in the current
|
|
19784
|
+
over all hours in the current month for all organizations.
|
|
19994
19785
|
format: int64
|
|
19995
19786
|
type: integer
|
|
19996
19787
|
custom_live_ts_sum:
|
|
19997
19788
|
description: Shows the average number of distinct live custom metrics over
|
|
19998
|
-
all hours in the current
|
|
19789
|
+
all hours in the current month for all organizations.
|
|
19999
19790
|
format: int64
|
|
20000
19791
|
type: integer
|
|
20001
19792
|
custom_ts_sum:
|
|
20002
19793
|
description: Shows the average number of distinct custom metrics over all
|
|
20003
|
-
hours in the current
|
|
19794
|
+
hours in the current month for all organizations.
|
|
20004
19795
|
format: int64
|
|
20005
19796
|
type: integer
|
|
20006
19797
|
cws_containers_avg_sum:
|
|
20007
19798
|
description: Shows the average of all distinct Cloud Workload Security containers
|
|
20008
|
-
over all hours in the current
|
|
19799
|
+
over all hours in the current month for all organizations.
|
|
20009
19800
|
format: int64
|
|
20010
19801
|
type: integer
|
|
20011
19802
|
cws_host_top99p_sum:
|
|
20012
19803
|
description: Shows the 99th percentile of all Cloud Workload Security hosts
|
|
20013
|
-
over all hours in the current
|
|
19804
|
+
over all hours in the current month for all organizations.
|
|
20014
19805
|
format: int64
|
|
20015
19806
|
type: integer
|
|
20016
19807
|
dbm_host_top99p_sum:
|
|
@@ -20024,80 +19815,109 @@ components:
|
|
|
20024
19815
|
format: int64
|
|
20025
19816
|
type: integer
|
|
20026
19817
|
end_date:
|
|
20027
|
-
description: Shows the last date of usage in the current
|
|
20028
|
-
organizations.
|
|
19818
|
+
description: Shows the last date of usage in the current month for all organizations.
|
|
20029
19819
|
format: date-time
|
|
20030
19820
|
type: string
|
|
19821
|
+
error_tracking_events_agg_sum:
|
|
19822
|
+
description: Shows the sum of all Error Tracking events over all hours in
|
|
19823
|
+
the current months for all organizations.
|
|
19824
|
+
format: int64
|
|
19825
|
+
type: integer
|
|
20031
19826
|
fargate_tasks_count_avg_sum:
|
|
20032
19827
|
description: Shows the average of all Fargate tasks over all hours in the
|
|
20033
|
-
current
|
|
19828
|
+
current month for all organizations.
|
|
20034
19829
|
format: int64
|
|
20035
19830
|
type: integer
|
|
20036
19831
|
fargate_tasks_count_hwm_sum:
|
|
20037
19832
|
description: Shows the sum of the high-water marks of all Fargate tasks
|
|
19833
|
+
over all hours in the current month for all organizations.
|
|
19834
|
+
format: int64
|
|
19835
|
+
type: integer
|
|
19836
|
+
flex_logs_compute_large_avg_sum:
|
|
19837
|
+
description: Shows the average number of Flex Logs Compute Large Instances
|
|
19838
|
+
over all hours in the current months for all organizations.
|
|
19839
|
+
format: int64
|
|
19840
|
+
type: integer
|
|
19841
|
+
flex_logs_compute_medium_avg_sum:
|
|
19842
|
+
description: Shows the average number of Flex Logs Compute Medium Instances
|
|
19843
|
+
over all hours in the current months for all organizations.
|
|
19844
|
+
format: int64
|
|
19845
|
+
type: integer
|
|
19846
|
+
flex_logs_compute_small_avg_sum:
|
|
19847
|
+
description: Shows the average number of Flex Logs Compute Small Instances
|
|
19848
|
+
over all hours in the current months for all organizations.
|
|
19849
|
+
format: int64
|
|
19850
|
+
type: integer
|
|
19851
|
+
flex_logs_compute_xsmall_avg_sum:
|
|
19852
|
+
description: Shows the average number of Flex Logs Compute Extra Small Instances
|
|
20038
19853
|
over all hours in the current months for all organizations.
|
|
20039
19854
|
format: int64
|
|
20040
19855
|
type: integer
|
|
19856
|
+
flex_stored_logs_avg_sum:
|
|
19857
|
+
description: Shows the average of all Flex Stored Logs over all hours in
|
|
19858
|
+
the current months for all organizations.
|
|
19859
|
+
format: int64
|
|
19860
|
+
type: integer
|
|
20041
19861
|
forwarding_events_bytes_agg_sum:
|
|
20042
19862
|
description: Shows the sum of all logs forwarding bytes over all hours in
|
|
20043
|
-
the current
|
|
19863
|
+
the current month for all organizations (data available as of April 1,
|
|
20044
19864
|
2023)
|
|
20045
19865
|
format: int64
|
|
20046
19866
|
type: integer
|
|
20047
19867
|
gcp_host_top99p_sum:
|
|
20048
19868
|
description: Shows the 99th percentile of all GCP hosts over all hours in
|
|
20049
|
-
the current
|
|
19869
|
+
the current month for all organizations.
|
|
20050
19870
|
format: int64
|
|
20051
19871
|
type: integer
|
|
20052
19872
|
heroku_host_top99p_sum:
|
|
20053
19873
|
description: Shows the 99th percentile of all Heroku dynos over all hours
|
|
20054
|
-
in the current
|
|
19874
|
+
in the current month for all organizations.
|
|
20055
19875
|
format: int64
|
|
20056
19876
|
type: integer
|
|
20057
19877
|
incident_management_monthly_active_users_hwm_sum:
|
|
20058
19878
|
description: Shows sum of the the high-water marks of incident management
|
|
20059
|
-
monthly active users in the current
|
|
19879
|
+
monthly active users in the current month for all organizations.
|
|
20060
19880
|
format: int64
|
|
20061
19881
|
type: integer
|
|
20062
19882
|
indexed_events_count_agg_sum:
|
|
20063
19883
|
description: Shows the sum of all log events indexed over all hours in the
|
|
20064
|
-
current
|
|
19884
|
+
current month for all organizations.
|
|
20065
19885
|
format: int64
|
|
20066
19886
|
type: integer
|
|
20067
19887
|
infra_host_top99p_sum:
|
|
20068
19888
|
description: Shows the 99th percentile of all distinct infrastructure hosts
|
|
20069
|
-
over all hours in the current
|
|
19889
|
+
over all hours in the current month for all organizations.
|
|
20070
19890
|
format: int64
|
|
20071
19891
|
type: integer
|
|
20072
19892
|
ingested_events_bytes_agg_sum:
|
|
20073
19893
|
description: Shows the sum of all log bytes ingested over all hours in the
|
|
20074
|
-
current
|
|
19894
|
+
current month for all organizations.
|
|
20075
19895
|
format: int64
|
|
20076
19896
|
type: integer
|
|
20077
19897
|
iot_device_agg_sum:
|
|
20078
19898
|
description: Shows the sum of all IoT devices over all hours in the current
|
|
20079
|
-
|
|
19899
|
+
month for all organizations.
|
|
20080
19900
|
format: int64
|
|
20081
19901
|
type: integer
|
|
20082
19902
|
iot_device_top99p_sum:
|
|
20083
19903
|
description: Shows the 99th percentile of all IoT devices over all hours
|
|
20084
|
-
in the current
|
|
19904
|
+
in the current month of all organizations.
|
|
20085
19905
|
format: int64
|
|
20086
19906
|
type: integer
|
|
20087
19907
|
last_updated:
|
|
20088
|
-
description: Shows the the most recent hour in the current
|
|
19908
|
+
description: Shows the the most recent hour in the current month for all
|
|
20089
19909
|
organizations for which all usages were calculated.
|
|
20090
19910
|
format: date-time
|
|
20091
19911
|
type: string
|
|
20092
19912
|
live_indexed_events_agg_sum:
|
|
20093
19913
|
description: Shows the sum of all live logs indexed over all hours in the
|
|
20094
|
-
current
|
|
19914
|
+
current month for all organizations (data available as of December 1,
|
|
20095
19915
|
2020).
|
|
20096
19916
|
format: int64
|
|
20097
19917
|
type: integer
|
|
20098
19918
|
live_ingested_bytes_agg_sum:
|
|
20099
19919
|
description: Shows the sum of all live logs bytes ingested over all hours
|
|
20100
|
-
in the current
|
|
19920
|
+
in the current month for all organizations (data available as of December
|
|
20101
19921
|
1, 2020).
|
|
20102
19922
|
format: int64
|
|
20103
19923
|
type: integer
|
|
@@ -20105,105 +19925,105 @@ components:
|
|
|
20105
19925
|
$ref: '#/components/schemas/LogsByRetention'
|
|
20106
19926
|
mobile_rum_lite_session_count_agg_sum:
|
|
20107
19927
|
description: Shows the sum of all mobile lite sessions over all hours in
|
|
20108
|
-
the current
|
|
19928
|
+
the current month for all organizations.
|
|
20109
19929
|
format: int64
|
|
20110
19930
|
type: integer
|
|
20111
19931
|
mobile_rum_session_count_agg_sum:
|
|
20112
19932
|
description: Shows the sum of all mobile RUM Sessions over all hours in
|
|
20113
|
-
the current
|
|
19933
|
+
the current month for all organizations.
|
|
20114
19934
|
format: int64
|
|
20115
19935
|
type: integer
|
|
20116
19936
|
mobile_rum_session_count_android_agg_sum:
|
|
20117
19937
|
description: Shows the sum of all mobile RUM Sessions on Android over all
|
|
20118
|
-
hours in the current
|
|
19938
|
+
hours in the current month for all organizations.
|
|
20119
19939
|
format: int64
|
|
20120
19940
|
type: integer
|
|
20121
19941
|
mobile_rum_session_count_flutter_agg_sum:
|
|
20122
19942
|
description: Shows the sum of all mobile RUM Sessions on Flutter over all
|
|
20123
|
-
hours in the current
|
|
19943
|
+
hours in the current month for all organizations.
|
|
20124
19944
|
format: int64
|
|
20125
19945
|
type: integer
|
|
20126
19946
|
mobile_rum_session_count_ios_agg_sum:
|
|
20127
19947
|
description: Shows the sum of all mobile RUM Sessions on iOS over all hours
|
|
20128
|
-
in the current
|
|
19948
|
+
in the current month for all organizations.
|
|
20129
19949
|
format: int64
|
|
20130
19950
|
type: integer
|
|
20131
19951
|
mobile_rum_session_count_reactnative_agg_sum:
|
|
20132
19952
|
description: Shows the sum of all mobile RUM Sessions on React Native over
|
|
20133
|
-
all hours in the current
|
|
19953
|
+
all hours in the current month for all organizations.
|
|
20134
19954
|
format: int64
|
|
20135
19955
|
type: integer
|
|
20136
19956
|
mobile_rum_session_count_roku_agg_sum:
|
|
20137
19957
|
description: Shows the sum of all mobile RUM Sessions on Roku over all hours
|
|
20138
|
-
in the current
|
|
19958
|
+
in the current month for all organizations.
|
|
20139
19959
|
format: int64
|
|
20140
19960
|
type: integer
|
|
20141
19961
|
mobile_rum_units_agg_sum:
|
|
20142
19962
|
description: Shows the sum of all mobile RUM units over all hours in the
|
|
20143
|
-
current
|
|
19963
|
+
current month for all organizations.
|
|
20144
19964
|
format: int64
|
|
20145
19965
|
type: integer
|
|
20146
19966
|
ndm_netflow_events_agg_sum:
|
|
20147
19967
|
description: Shows the sum of all Network Device Monitoring NetFlow events
|
|
20148
|
-
over all hours in the current
|
|
19968
|
+
over all hours in the current month for all organizations.
|
|
20149
19969
|
format: int64
|
|
20150
19970
|
type: integer
|
|
20151
19971
|
netflow_indexed_events_count_agg_sum:
|
|
20152
19972
|
description: Shows the sum of all Network flows indexed over all hours in
|
|
20153
|
-
the current
|
|
19973
|
+
the current month for all organizations.
|
|
20154
19974
|
format: int64
|
|
20155
19975
|
type: integer
|
|
20156
19976
|
npm_host_top99p_sum:
|
|
20157
19977
|
description: Shows the 99th percentile of all distinct Networks hosts over
|
|
20158
|
-
all hours in the current
|
|
19978
|
+
all hours in the current month for all organizations.
|
|
20159
19979
|
format: int64
|
|
20160
19980
|
type: integer
|
|
20161
19981
|
observability_pipelines_bytes_processed_agg_sum:
|
|
20162
19982
|
description: Sum of all observability pipelines bytes processed over all
|
|
20163
|
-
hours in the current
|
|
19983
|
+
hours in the current month for all organizations.
|
|
20164
19984
|
format: int64
|
|
20165
19985
|
type: integer
|
|
20166
19986
|
online_archive_events_count_agg_sum:
|
|
20167
19987
|
description: Sum of all online archived events over all hours in the current
|
|
20168
|
-
|
|
19988
|
+
month for all organizations.
|
|
20169
19989
|
format: int64
|
|
20170
19990
|
type: integer
|
|
20171
19991
|
opentelemetry_apm_host_top99p_sum:
|
|
20172
19992
|
description: Shows the 99th percentile of APM hosts reported by the Datadog
|
|
20173
19993
|
exporter for the OpenTelemetry Collector over all hours in the current
|
|
20174
|
-
|
|
19994
|
+
month for all organizations.
|
|
20175
19995
|
format: int64
|
|
20176
19996
|
type: integer
|
|
20177
19997
|
opentelemetry_host_top99p_sum:
|
|
20178
19998
|
description: Shows the 99th percentile of all hosts reported by the Datadog
|
|
20179
19999
|
exporter for the OpenTelemetry Collector over all hours in the current
|
|
20180
|
-
|
|
20000
|
+
month for all organizations.
|
|
20181
20001
|
format: int64
|
|
20182
20002
|
type: integer
|
|
20183
20003
|
profiling_aas_count_top99p_sum:
|
|
20184
20004
|
description: Shows the 99th percentile of all profiled Azure app services
|
|
20185
|
-
over all hours in the current
|
|
20005
|
+
over all hours in the current month for all organizations.
|
|
20186
20006
|
format: int64
|
|
20187
20007
|
type: integer
|
|
20188
20008
|
profiling_container_agent_count_avg:
|
|
20189
20009
|
description: Shows the average number of profiled containers over all hours
|
|
20190
|
-
in the current
|
|
20010
|
+
in the current month for all organizations.
|
|
20191
20011
|
format: int64
|
|
20192
20012
|
type: integer
|
|
20193
20013
|
profiling_host_count_top99p_sum:
|
|
20194
20014
|
description: Shows the 99th percentile of all profiled hosts over all hours
|
|
20195
|
-
in the current
|
|
20015
|
+
in the current month for all organizations.
|
|
20196
20016
|
format: int64
|
|
20197
20017
|
type: integer
|
|
20198
20018
|
rehydrated_indexed_events_agg_sum:
|
|
20199
20019
|
description: Shows the sum of all rehydrated logs indexed over all hours
|
|
20200
|
-
in the current
|
|
20020
|
+
in the current month for all organizations (data available as of December
|
|
20201
20021
|
1, 2020).
|
|
20202
20022
|
format: int64
|
|
20203
20023
|
type: integer
|
|
20204
20024
|
rehydrated_ingested_bytes_agg_sum:
|
|
20205
20025
|
description: Shows the sum of all rehydrated logs bytes ingested over all
|
|
20206
|
-
hours in the current
|
|
20026
|
+
hours in the current month for all organizations (data available as of
|
|
20207
20027
|
December 1, 2020).
|
|
20208
20028
|
format: int64
|
|
20209
20029
|
type: integer
|
|
@@ -20214,27 +20034,27 @@ components:
|
|
|
20214
20034
|
type: integer
|
|
20215
20035
|
rum_session_count_agg_sum:
|
|
20216
20036
|
description: Shows the sum of all browser RUM Lite Sessions over all hours
|
|
20217
|
-
in the current
|
|
20037
|
+
in the current month for all organizations.
|
|
20218
20038
|
format: int64
|
|
20219
20039
|
type: integer
|
|
20220
20040
|
rum_total_session_count_agg_sum:
|
|
20221
20041
|
description: Shows the sum of RUM Sessions (browser and mobile) over all
|
|
20222
|
-
hours in the current
|
|
20042
|
+
hours in the current month for all organizations.
|
|
20223
20043
|
format: int64
|
|
20224
20044
|
type: integer
|
|
20225
20045
|
rum_units_agg_sum:
|
|
20226
20046
|
description: Shows the sum of all browser and mobile RUM units over all
|
|
20227
|
-
hours in the current
|
|
20047
|
+
hours in the current month for all organizations.
|
|
20228
20048
|
format: int64
|
|
20229
20049
|
type: integer
|
|
20230
20050
|
sds_apm_scanned_bytes_sum:
|
|
20231
20051
|
description: Sum of all APM bytes scanned with sensitive data scanner in
|
|
20232
|
-
the current
|
|
20052
|
+
the current month for all organizations.
|
|
20233
20053
|
format: int64
|
|
20234
20054
|
type: integer
|
|
20235
20055
|
sds_events_scanned_bytes_sum:
|
|
20236
20056
|
description: Sum of all event stream events bytes scanned with sensitive
|
|
20237
|
-
data scanner in the current
|
|
20057
|
+
data scanner in the current month for all organizations.
|
|
20238
20058
|
format: int64
|
|
20239
20059
|
type: integer
|
|
20240
20060
|
sds_logs_scanned_bytes_sum:
|
|
@@ -20244,7 +20064,7 @@ components:
|
|
|
20244
20064
|
type: integer
|
|
20245
20065
|
sds_rum_scanned_bytes_sum:
|
|
20246
20066
|
description: Sum of all RUM bytes scanned with sensitive data scanner in
|
|
20247
|
-
the current
|
|
20067
|
+
the current month for all organizations.
|
|
20248
20068
|
format: int64
|
|
20249
20069
|
type: integer
|
|
20250
20070
|
sds_total_scanned_bytes_sum:
|
|
@@ -20255,37 +20075,37 @@ components:
|
|
|
20255
20075
|
type: integer
|
|
20256
20076
|
serverless_apps_azure_count_avg_sum:
|
|
20257
20077
|
description: Sum of the average number of Serverless Apps for Azure in the
|
|
20258
|
-
current
|
|
20078
|
+
current month for all organizations.
|
|
20259
20079
|
format: int64
|
|
20260
20080
|
type: integer
|
|
20261
20081
|
serverless_apps_google_count_avg_sum:
|
|
20262
20082
|
description: Sum of the average number of Serverless Apps for Google Cloud
|
|
20263
|
-
in the current
|
|
20083
|
+
in the current month for all organizations.
|
|
20264
20084
|
format: int64
|
|
20265
20085
|
type: integer
|
|
20266
20086
|
serverless_apps_total_count_avg_sum:
|
|
20267
20087
|
description: Sum of the average number of Serverless Apps for Azure and
|
|
20268
|
-
Google Cloud in the current
|
|
20088
|
+
Google Cloud in the current month for all organizations.
|
|
20269
20089
|
format: int64
|
|
20270
20090
|
type: integer
|
|
20271
20091
|
start_date:
|
|
20272
|
-
description: Shows the first date of usage in the current
|
|
20092
|
+
description: Shows the first date of usage in the current month for all
|
|
20273
20093
|
organizations.
|
|
20274
20094
|
format: date-time
|
|
20275
20095
|
type: string
|
|
20276
20096
|
synthetics_browser_check_calls_count_agg_sum:
|
|
20277
20097
|
description: Shows the sum of all Synthetic browser tests over all hours
|
|
20278
|
-
in the current
|
|
20098
|
+
in the current month for all organizations.
|
|
20279
20099
|
format: int64
|
|
20280
20100
|
type: integer
|
|
20281
20101
|
synthetics_check_calls_count_agg_sum:
|
|
20282
20102
|
description: Shows the sum of all Synthetic API tests over all hours in
|
|
20283
|
-
the current
|
|
20103
|
+
the current month for all organizations.
|
|
20284
20104
|
format: int64
|
|
20285
20105
|
type: integer
|
|
20286
20106
|
synthetics_mobile_test_runs_agg_sum:
|
|
20287
20107
|
description: Shows the sum of Synthetic mobile application tests over all
|
|
20288
|
-
hours in the current
|
|
20108
|
+
hours in the current month for all organizations.
|
|
20289
20109
|
format: int64
|
|
20290
20110
|
type: integer
|
|
20291
20111
|
synthetics_parallel_testing_max_slots_hwm_sum:
|
|
@@ -20295,17 +20115,17 @@ components:
|
|
|
20295
20115
|
type: integer
|
|
20296
20116
|
trace_search_indexed_events_count_agg_sum:
|
|
20297
20117
|
description: Shows the sum of all Indexed Spans indexed over all hours in
|
|
20298
|
-
the current
|
|
20118
|
+
the current month for all organizations.
|
|
20299
20119
|
format: int64
|
|
20300
20120
|
type: integer
|
|
20301
20121
|
twol_ingested_events_bytes_agg_sum:
|
|
20302
20122
|
description: Shows the sum of all ingested APM span bytes over all hours
|
|
20303
|
-
in the current
|
|
20123
|
+
in the current month for all organizations.
|
|
20304
20124
|
format: int64
|
|
20305
20125
|
type: integer
|
|
20306
20126
|
universal_service_monitoring_host_top99p_sum:
|
|
20307
20127
|
description: Shows the 99th percentile of all Universal Service Monitoring
|
|
20308
|
-
hosts over all hours in the current
|
|
20128
|
+
hosts over all hours in the current month for all organizations.
|
|
20309
20129
|
format: int64
|
|
20310
20130
|
type: integer
|
|
20311
20131
|
usage:
|
|
@@ -20315,17 +20135,17 @@ components:
|
|
|
20315
20135
|
type: array
|
|
20316
20136
|
vsphere_host_top99p_sum:
|
|
20317
20137
|
description: Shows the 99th percentile of all vSphere hosts over all hours
|
|
20318
|
-
in the current
|
|
20138
|
+
in the current month for all organizations.
|
|
20319
20139
|
format: int64
|
|
20320
20140
|
type: integer
|
|
20321
20141
|
vuln_management_host_count_top99p_sum:
|
|
20322
20142
|
description: Shows the 99th percentile of all Application Vulnerability
|
|
20323
|
-
Management hosts over all hours in the current
|
|
20143
|
+
Management hosts over all hours in the current month for all organizations.
|
|
20324
20144
|
format: int64
|
|
20325
20145
|
type: integer
|
|
20326
20146
|
workflow_executions_usage_agg_sum:
|
|
20327
20147
|
description: Sum of all workflows executed over all hours in the current
|
|
20328
|
-
|
|
20148
|
+
month for all organizations.
|
|
20329
20149
|
format: int64
|
|
20330
20150
|
type: integer
|
|
20331
20151
|
type: object
|
|
@@ -26574,7 +26394,7 @@ paths:
|
|
|
26574
26394
|
**Notes**:
|
|
26575
26395
|
|
|
26576
26396
|
- Synthetic monitors are created through the Synthetics API. See the [Synthetics
|
|
26577
|
-
API]
|
|
26397
|
+
API](https://docs.datadoghq.com/api/latest/synthetics/) documentation for
|
|
26578
26398
|
more information.
|
|
26579
26399
|
|
|
26580
26400
|
- Log monitors require an unscoped App Key.
|
|
@@ -26881,10 +26701,7 @@ paths:
|
|
|
26881
26701
|
|
|
26882
26702
|
- `operator` `<`, `<=`, `>`, `>=`, `==`, or `!=`.
|
|
26883
26703
|
|
|
26884
|
-
- `#` an integer or decimal number used to set the threshold.
|
|
26885
|
-
|
|
26886
|
-
|
|
26887
|
-
**NOTE** Database Monitoring monitors are in alpha on US1.'
|
|
26704
|
+
- `#` an integer or decimal number used to set the threshold.'
|
|
26888
26705
|
operationId: CreateMonitor
|
|
26889
26706
|
requestBody:
|
|
26890
26707
|
content:
|
|
@@ -30956,10 +30773,11 @@ paths:
|
|
|
30956
30773
|
x-codegen-request-body-name: body
|
|
30957
30774
|
/api/v1/usage/analyzed_logs:
|
|
30958
30775
|
get:
|
|
30776
|
+
deprecated: true
|
|
30959
30777
|
description: 'Get hourly usage for analyzed logs (Security Monitoring).
|
|
30960
30778
|
|
|
30961
|
-
**Note:**
|
|
30962
|
-
hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family).
|
|
30779
|
+
**Note:** This endpoint has been deprecated. Hourly usage data for all products
|
|
30780
|
+
is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family).
|
|
30963
30781
|
Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/)
|
|
30964
30782
|
for the associated migration guide.'
|
|
30965
30783
|
operationId: GetUsageAnalyzedLogs
|
|
@@ -31015,100 +30833,6 @@ paths:
|
|
|
31015
30833
|
summary: Get hourly usage for analyzed logs
|
|
31016
30834
|
tags:
|
|
31017
30835
|
- Usage Metering
|
|
31018
|
-
/api/v1/usage/attribution:
|
|
31019
|
-
get:
|
|
31020
|
-
deprecated: true
|
|
31021
|
-
description: 'Get usage attribution.
|
|
31022
|
-
|
|
31023
|
-
**Note:** This endpoint will be fully deprecated on December 1, 2022.
|
|
31024
|
-
|
|
31025
|
-
Refer to [Migrating from v1 to v2 of the Usage Attribution API](https://docs.datadoghq.com/account_management/guide/usage-attribution-migration/)
|
|
31026
|
-
for the associated migration guide.'
|
|
31027
|
-
operationId: GetUsageAttribution
|
|
31028
|
-
parameters:
|
|
31029
|
-
- description: 'Datetime in ISO-8601 format, UTC, precise to month: `[YYYY-MM]`
|
|
31030
|
-
for usage beginning in this month.
|
|
31031
|
-
|
|
31032
|
-
Maximum of 15 months ago.'
|
|
31033
|
-
in: query
|
|
31034
|
-
name: start_month
|
|
31035
|
-
required: true
|
|
31036
|
-
schema:
|
|
31037
|
-
format: date-time
|
|
31038
|
-
type: string
|
|
31039
|
-
- description: Comma-separated list of usage types to return, or `*` for all
|
|
31040
|
-
usage types.
|
|
31041
|
-
in: query
|
|
31042
|
-
name: fields
|
|
31043
|
-
required: true
|
|
31044
|
-
schema:
|
|
31045
|
-
$ref: '#/components/schemas/UsageAttributionSupportedMetrics'
|
|
31046
|
-
- description: 'Datetime in ISO-8601 format, UTC, precise to month: `[YYYY-MM]`
|
|
31047
|
-
for usage ending this month.'
|
|
31048
|
-
in: query
|
|
31049
|
-
name: end_month
|
|
31050
|
-
required: false
|
|
31051
|
-
schema:
|
|
31052
|
-
format: date-time
|
|
31053
|
-
type: string
|
|
31054
|
-
- description: 'The direction to sort by: `[desc, asc]`.'
|
|
31055
|
-
in: query
|
|
31056
|
-
name: sort_direction
|
|
31057
|
-
required: false
|
|
31058
|
-
schema:
|
|
31059
|
-
$ref: '#/components/schemas/UsageSortDirection'
|
|
31060
|
-
- description: The field to sort by.
|
|
31061
|
-
in: query
|
|
31062
|
-
name: sort_name
|
|
31063
|
-
required: false
|
|
31064
|
-
schema:
|
|
31065
|
-
$ref: '#/components/schemas/UsageAttributionSort'
|
|
31066
|
-
- description: Include child org usage in the response. Defaults to false.
|
|
31067
|
-
in: query
|
|
31068
|
-
name: include_descendants
|
|
31069
|
-
required: false
|
|
31070
|
-
schema:
|
|
31071
|
-
default: false
|
|
31072
|
-
type: boolean
|
|
31073
|
-
- description: Number of records to skip before beginning to return.
|
|
31074
|
-
in: query
|
|
31075
|
-
name: offset
|
|
31076
|
-
required: false
|
|
31077
|
-
schema:
|
|
31078
|
-
$ref: '#/components/schemas/UsageAttributionOffset'
|
|
31079
|
-
- description: Maximum number of records to be returned.
|
|
31080
|
-
in: query
|
|
31081
|
-
name: limit
|
|
31082
|
-
required: false
|
|
31083
|
-
schema:
|
|
31084
|
-
$ref: '#/components/schemas/UsageAttributionLimit'
|
|
31085
|
-
responses:
|
|
31086
|
-
'200':
|
|
31087
|
-
content:
|
|
31088
|
-
application/json;datetime-format=rfc3339:
|
|
31089
|
-
schema:
|
|
31090
|
-
$ref: '#/components/schemas/UsageAttributionResponse'
|
|
31091
|
-
description: OK
|
|
31092
|
-
'403':
|
|
31093
|
-
content:
|
|
31094
|
-
application/json;datetime-format=rfc3339:
|
|
31095
|
-
schema:
|
|
31096
|
-
$ref: '#/components/schemas/APIErrorResponse'
|
|
31097
|
-
description: Forbidden - User is not authorized
|
|
31098
|
-
'429':
|
|
31099
|
-
content:
|
|
31100
|
-
application/json;datetime-format=rfc3339:
|
|
31101
|
-
schema:
|
|
31102
|
-
$ref: '#/components/schemas/APIErrorResponse'
|
|
31103
|
-
description: Too many requests
|
|
31104
|
-
security:
|
|
31105
|
-
- apiKeyAuth: []
|
|
31106
|
-
appKeyAuth: []
|
|
31107
|
-
- AuthZ:
|
|
31108
|
-
- usage_read
|
|
31109
|
-
summary: Get usage attribution
|
|
31110
|
-
tags:
|
|
31111
|
-
- Usage Metering
|
|
31112
30836
|
/api/v1/usage/audit_logs:
|
|
31113
30837
|
get:
|
|
31114
30838
|
deprecated: true
|
|
@@ -31170,10 +30894,11 @@ paths:
|
|
|
31170
30894
|
- Usage Metering
|
|
31171
30895
|
/api/v1/usage/aws_lambda:
|
|
31172
30896
|
get:
|
|
30897
|
+
deprecated: true
|
|
31173
30898
|
description: 'Get hourly usage for Lambda.
|
|
31174
30899
|
|
|
31175
|
-
**Note:**
|
|
31176
|
-
hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family).
|
|
30900
|
+
**Note:** This endpoint has been deprecated. Hourly usage data for all products
|
|
30901
|
+
is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family).
|
|
31177
30902
|
Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/)
|
|
31178
30903
|
for the associated migration guide.'
|
|
31179
30904
|
operationId: GetUsageLambda
|
|
@@ -31275,10 +31000,11 @@ paths:
|
|
|
31275
31000
|
- Usage Metering
|
|
31276
31001
|
/api/v1/usage/ci-app:
|
|
31277
31002
|
get:
|
|
31003
|
+
deprecated: true
|
|
31278
31004
|
description: 'Get hourly usage for CI visibility (tests, pipeline, and spans).
|
|
31279
31005
|
|
|
31280
|
-
**Note:**
|
|
31281
|
-
hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family).
|
|
31006
|
+
**Note:** This endpoint has been deprecated. Hourly usage data for all products
|
|
31007
|
+
is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family).
|
|
31282
31008
|
Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/)
|
|
31283
31009
|
for the associated migration guide.'
|
|
31284
31010
|
operationId: GetUsageCIApp
|
|
@@ -31336,10 +31062,11 @@ paths:
|
|
|
31336
31062
|
- Usage Metering
|
|
31337
31063
|
/api/v1/usage/cspm:
|
|
31338
31064
|
get:
|
|
31065
|
+
deprecated: true
|
|
31339
31066
|
description: 'Get hourly usage for cloud security management (CSM) pro.
|
|
31340
31067
|
|
|
31341
|
-
**Note:**
|
|
31342
|
-
hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family).
|
|
31068
|
+
**Note:** This endpoint has been deprecated. Hourly usage data for all products
|
|
31069
|
+
is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family).
|
|
31343
31070
|
Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/)
|
|
31344
31071
|
for the associated migration guide.'
|
|
31345
31072
|
operationId: GetUsageCloudSecurityPostureManagement
|
|
@@ -31397,10 +31124,11 @@ paths:
|
|
|
31397
31124
|
- Usage Metering
|
|
31398
31125
|
/api/v1/usage/cws:
|
|
31399
31126
|
get:
|
|
31127
|
+
deprecated: true
|
|
31400
31128
|
description: 'Get hourly usage for cloud workload security.
|
|
31401
31129
|
|
|
31402
|
-
**Note:**
|
|
31403
|
-
hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family).
|
|
31130
|
+
**Note:** This endpoint has been deprecated. Hourly usage data for all products
|
|
31131
|
+
is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family).
|
|
31404
31132
|
Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/)
|
|
31405
31133
|
for the associated migration guide.'
|
|
31406
31134
|
operationId: GetUsageCWS
|
|
@@ -31458,10 +31186,11 @@ paths:
|
|
|
31458
31186
|
- Usage Metering
|
|
31459
31187
|
/api/v1/usage/dbm:
|
|
31460
31188
|
get:
|
|
31189
|
+
deprecated: true
|
|
31461
31190
|
description: 'Get hourly usage for database monitoring
|
|
31462
31191
|
|
|
31463
|
-
**Note:**
|
|
31464
|
-
hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family).
|
|
31192
|
+
**Note:** This endpoint has been deprecated. Hourly usage data for all products
|
|
31193
|
+
is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family).
|
|
31465
31194
|
Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/)
|
|
31466
31195
|
for the associated migration guide.'
|
|
31467
31196
|
operationId: GetUsageDBM
|
|
@@ -31519,10 +31248,11 @@ paths:
|
|
|
31519
31248
|
- Usage Metering
|
|
31520
31249
|
/api/v1/usage/fargate:
|
|
31521
31250
|
get:
|
|
31251
|
+
deprecated: true
|
|
31522
31252
|
description: 'Get hourly usage for [Fargate](https://docs.datadoghq.com/integrations/ecs_fargate/).
|
|
31523
31253
|
|
|
31524
|
-
**Note:**
|
|
31525
|
-
hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family).
|
|
31254
|
+
**Note:** This endpoint has been deprecated. Hourly usage data for all products
|
|
31255
|
+
is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family).
|
|
31526
31256
|
Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/)
|
|
31527
31257
|
for the associated migration guide.'
|
|
31528
31258
|
operationId: GetUsageFargate
|
|
@@ -31578,10 +31308,11 @@ paths:
|
|
|
31578
31308
|
- Usage Metering
|
|
31579
31309
|
/api/v1/usage/hosts:
|
|
31580
31310
|
get:
|
|
31311
|
+
deprecated: true
|
|
31581
31312
|
description: 'Get hourly usage for hosts and containers.
|
|
31582
31313
|
|
|
31583
|
-
**Note:**
|
|
31584
|
-
hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family).
|
|
31314
|
+
**Note:** This endpoint has been deprecated. Hourly usage data for all products
|
|
31315
|
+
is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family).
|
|
31585
31316
|
Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/)
|
|
31586
31317
|
for the associated migration guide.'
|
|
31587
31318
|
operationId: GetUsageHosts
|
|
@@ -31725,10 +31456,11 @@ paths:
|
|
|
31725
31456
|
- Usage Metering
|
|
31726
31457
|
/api/v1/usage/incident-management:
|
|
31727
31458
|
get:
|
|
31459
|
+
deprecated: true
|
|
31728
31460
|
description: 'Get hourly usage for incident management.
|
|
31729
31461
|
|
|
31730
|
-
**Note:**
|
|
31731
|
-
hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family).
|
|
31462
|
+
**Note:** This endpoint has been deprecated. Hourly usage data for all products
|
|
31463
|
+
is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family).
|
|
31732
31464
|
Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/)
|
|
31733
31465
|
for the associated migration guide.'
|
|
31734
31466
|
operationId: GetIncidentManagement
|
|
@@ -31786,10 +31518,11 @@ paths:
|
|
|
31786
31518
|
- Usage Metering
|
|
31787
31519
|
/api/v1/usage/indexed-spans:
|
|
31788
31520
|
get:
|
|
31521
|
+
deprecated: true
|
|
31789
31522
|
description: 'Get hourly usage for indexed spans.
|
|
31790
31523
|
|
|
31791
|
-
**Note:**
|
|
31792
|
-
hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family).
|
|
31524
|
+
**Note:** This endpoint has been deprecated. Hourly usage data for all products
|
|
31525
|
+
is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family).
|
|
31793
31526
|
Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/)
|
|
31794
31527
|
for the associated migration guide.'
|
|
31795
31528
|
operationId: GetUsageIndexedSpans
|
|
@@ -31845,10 +31578,11 @@ paths:
|
|
|
31845
31578
|
- Usage Metering
|
|
31846
31579
|
/api/v1/usage/ingested-spans:
|
|
31847
31580
|
get:
|
|
31581
|
+
deprecated: true
|
|
31848
31582
|
description: 'Get hourly usage for ingested spans.
|
|
31849
31583
|
|
|
31850
|
-
**Note:**
|
|
31851
|
-
hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family).
|
|
31584
|
+
**Note:** This endpoint has been deprecated. Hourly usage data for all products
|
|
31585
|
+
is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family).
|
|
31852
31586
|
Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/)
|
|
31853
31587
|
for the associated migration guide.'
|
|
31854
31588
|
operationId: GetIngestedSpans
|
|
@@ -31906,10 +31640,11 @@ paths:
|
|
|
31906
31640
|
- Usage Metering
|
|
31907
31641
|
/api/v1/usage/iot:
|
|
31908
31642
|
get:
|
|
31643
|
+
deprecated: true
|
|
31909
31644
|
description: 'Get hourly usage for IoT.
|
|
31910
31645
|
|
|
31911
|
-
**Note:**
|
|
31912
|
-
hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family).
|
|
31646
|
+
**Note:** This endpoint has been deprecated. Hourly usage data for all products
|
|
31647
|
+
is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family).
|
|
31913
31648
|
Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/)
|
|
31914
31649
|
for the associated migration guide.'
|
|
31915
31650
|
operationId: GetUsageInternetOfThings
|
|
@@ -31967,10 +31702,11 @@ paths:
|
|
|
31967
31702
|
- Usage Metering
|
|
31968
31703
|
/api/v1/usage/logs:
|
|
31969
31704
|
get:
|
|
31705
|
+
deprecated: true
|
|
31970
31706
|
description: 'Get hourly usage for logs.
|
|
31971
31707
|
|
|
31972
|
-
**Note:**
|
|
31973
|
-
hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family).
|
|
31708
|
+
**Note:** This endpoint has been deprecated. Hourly usage data for all products
|
|
31709
|
+
is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family).
|
|
31974
31710
|
Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/)
|
|
31975
31711
|
for the associated migration guide.'
|
|
31976
31712
|
operationId: GetUsageLogs
|
|
@@ -32026,10 +31762,11 @@ paths:
|
|
|
32026
31762
|
- Usage Metering
|
|
32027
31763
|
/api/v1/usage/logs-by-retention:
|
|
32028
31764
|
get:
|
|
31765
|
+
deprecated: true
|
|
32029
31766
|
description: 'Get hourly usage for indexed logs by retention period.
|
|
32030
31767
|
|
|
32031
|
-
**Note:**
|
|
32032
|
-
hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family).
|
|
31768
|
+
**Note:** This endpoint has been deprecated. Hourly usage data for all products
|
|
31769
|
+
is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family).
|
|
32033
31770
|
Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/)
|
|
32034
31771
|
for the associated migration guide.'
|
|
32035
31772
|
operationId: GetUsageLogsByRetention
|
|
@@ -32250,10 +31987,11 @@ paths:
|
|
|
32250
31987
|
- Usage Metering
|
|
32251
31988
|
/api/v1/usage/network_flows:
|
|
32252
31989
|
get:
|
|
31990
|
+
deprecated: true
|
|
32253
31991
|
description: 'Get hourly usage for network flows.
|
|
32254
31992
|
|
|
32255
|
-
**Note:**
|
|
32256
|
-
hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family).
|
|
31993
|
+
**Note:** This endpoint has been deprecated. Hourly usage data for all products
|
|
31994
|
+
is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family).
|
|
32257
31995
|
Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/)
|
|
32258
31996
|
for the associated migration guide.'
|
|
32259
31997
|
operationId: GetUsageNetworkFlows
|
|
@@ -32311,10 +32049,11 @@ paths:
|
|
|
32311
32049
|
- Usage Metering
|
|
32312
32050
|
/api/v1/usage/network_hosts:
|
|
32313
32051
|
get:
|
|
32052
|
+
deprecated: true
|
|
32314
32053
|
description: 'Get hourly usage for network hosts.
|
|
32315
32054
|
|
|
32316
|
-
**Note:**
|
|
32317
|
-
hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family).
|
|
32055
|
+
**Note:** This endpoint has been deprecated. Hourly usage data for all products
|
|
32056
|
+
is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family).
|
|
32318
32057
|
Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/)
|
|
32319
32058
|
for the associated migration guide.'
|
|
32320
32059
|
operationId: GetUsageNetworkHosts
|
|
@@ -32370,10 +32109,11 @@ paths:
|
|
|
32370
32109
|
- Usage Metering
|
|
32371
32110
|
/api/v1/usage/online-archive:
|
|
32372
32111
|
get:
|
|
32112
|
+
deprecated: true
|
|
32373
32113
|
description: 'Get hourly usage for online archive.
|
|
32374
32114
|
|
|
32375
|
-
**Note:**
|
|
32376
|
-
hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family).
|
|
32115
|
+
**Note:** This endpoint has been deprecated. Hourly usage data for all products
|
|
32116
|
+
is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family).
|
|
32377
32117
|
Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/)
|
|
32378
32118
|
for the associated migration guide.'
|
|
32379
32119
|
operationId: GetUsageOnlineArchive
|
|
@@ -32431,10 +32171,11 @@ paths:
|
|
|
32431
32171
|
- Usage Metering
|
|
32432
32172
|
/api/v1/usage/profiling:
|
|
32433
32173
|
get:
|
|
32174
|
+
deprecated: true
|
|
32434
32175
|
description: 'Get hourly usage for profiled hosts.
|
|
32435
32176
|
|
|
32436
|
-
**Note:**
|
|
32437
|
-
hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family).
|
|
32177
|
+
**Note:** This endpoint has been deprecated. Hourly usage data for all products
|
|
32178
|
+
is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family).
|
|
32438
32179
|
Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/)
|
|
32439
32180
|
for the associated migration guide.'
|
|
32440
32181
|
operationId: GetUsageProfiling
|
|
@@ -32492,11 +32233,12 @@ paths:
|
|
|
32492
32233
|
- Usage Metering
|
|
32493
32234
|
/api/v1/usage/rum:
|
|
32494
32235
|
get:
|
|
32236
|
+
deprecated: true
|
|
32495
32237
|
description: 'Get hourly usage for [RUM](https://docs.datadoghq.com/real_user_monitoring/)
|
|
32496
32238
|
Units.
|
|
32497
32239
|
|
|
32498
|
-
**Note:**
|
|
32499
|
-
hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family).
|
|
32240
|
+
**Note:** This endpoint has been deprecated. Hourly usage data for all products
|
|
32241
|
+
is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family).
|
|
32500
32242
|
Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/)
|
|
32501
32243
|
for the associated migration guide.'
|
|
32502
32244
|
operationId: GetUsageRumUnits
|
|
@@ -32552,11 +32294,12 @@ paths:
|
|
|
32552
32294
|
- Usage Metering
|
|
32553
32295
|
/api/v1/usage/rum_sessions:
|
|
32554
32296
|
get:
|
|
32297
|
+
deprecated: true
|
|
32555
32298
|
description: 'Get hourly usage for [RUM](https://docs.datadoghq.com/real_user_monitoring/)
|
|
32556
32299
|
Sessions.
|
|
32557
32300
|
|
|
32558
|
-
**Note:**
|
|
32559
|
-
hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family).
|
|
32301
|
+
**Note:** This endpoint has been deprecated. Hourly usage data for all products
|
|
32302
|
+
is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family).
|
|
32560
32303
|
Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/)
|
|
32561
32304
|
for the associated migration guide.'
|
|
32562
32305
|
operationId: GetUsageRumSessions
|
|
@@ -32618,10 +32361,11 @@ paths:
|
|
|
32618
32361
|
- Usage Metering
|
|
32619
32362
|
/api/v1/usage/sds:
|
|
32620
32363
|
get:
|
|
32364
|
+
deprecated: true
|
|
32621
32365
|
description: 'Get hourly usage for sensitive data scanner.
|
|
32622
32366
|
|
|
32623
|
-
**Note:**
|
|
32624
|
-
hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family).
|
|
32367
|
+
**Note:** This endpoint has been deprecated. Hourly usage data for all products
|
|
32368
|
+
is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family).
|
|
32625
32369
|
Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/)
|
|
32626
32370
|
for the associated migration guide.'
|
|
32627
32371
|
operationId: GetUsageSDS
|
|
@@ -32679,10 +32423,11 @@ paths:
|
|
|
32679
32423
|
- Usage Metering
|
|
32680
32424
|
/api/v1/usage/snmp:
|
|
32681
32425
|
get:
|
|
32426
|
+
deprecated: true
|
|
32682
32427
|
description: 'Get hourly usage for SNMP devices.
|
|
32683
32428
|
|
|
32684
|
-
**Note:**
|
|
32685
|
-
hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family).
|
|
32429
|
+
**Note:** This endpoint has been deprecated. Hourly usage data for all products
|
|
32430
|
+
is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family).
|
|
32686
32431
|
Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/)
|
|
32687
32432
|
for the associated migration guide.'
|
|
32688
32433
|
operationId: GetUsageSNMP
|
|
@@ -32805,8 +32550,8 @@ paths:
|
|
|
32805
32550
|
deprecated: true
|
|
32806
32551
|
description: 'Get hourly usage for [synthetics checks](https://docs.datadoghq.com/synthetics/).
|
|
32807
32552
|
|
|
32808
|
-
**Note:**
|
|
32809
|
-
hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family).
|
|
32553
|
+
**Note:** This endpoint has been deprecated. Hourly usage data for all products
|
|
32554
|
+
is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family).
|
|
32810
32555
|
Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/)
|
|
32811
32556
|
for the associated migration guide.'
|
|
32812
32557
|
operationId: GetUsageSynthetics
|
|
@@ -32862,10 +32607,11 @@ paths:
|
|
|
32862
32607
|
- Usage Metering
|
|
32863
32608
|
/api/v1/usage/synthetics_api:
|
|
32864
32609
|
get:
|
|
32610
|
+
deprecated: true
|
|
32865
32611
|
description: 'Get hourly usage for [synthetics API checks](https://docs.datadoghq.com/synthetics/).
|
|
32866
32612
|
|
|
32867
|
-
**Note:**
|
|
32868
|
-
hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family).
|
|
32613
|
+
**Note:** This endpoint has been deprecated. Hourly usage data for all products
|
|
32614
|
+
is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family).
|
|
32869
32615
|
Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/)
|
|
32870
32616
|
for the associated migration guide.'
|
|
32871
32617
|
operationId: GetUsageSyntheticsAPI
|
|
@@ -32921,10 +32667,11 @@ paths:
|
|
|
32921
32667
|
- Usage Metering
|
|
32922
32668
|
/api/v1/usage/synthetics_browser:
|
|
32923
32669
|
get:
|
|
32670
|
+
deprecated: true
|
|
32924
32671
|
description: 'Get hourly usage for synthetics browser checks.
|
|
32925
32672
|
|
|
32926
|
-
**Note:**
|
|
32927
|
-
hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family).
|
|
32673
|
+
**Note:** This endpoint has been deprecated. Hourly usage data for all products
|
|
32674
|
+
is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family).
|
|
32928
32675
|
Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/)
|
|
32929
32676
|
for the associated migration guide.'
|
|
32930
32677
|
operationId: GetUsageSyntheticsBrowser
|
|
@@ -32980,10 +32727,11 @@ paths:
|
|
|
32980
32727
|
- Usage Metering
|
|
32981
32728
|
/api/v1/usage/timeseries:
|
|
32982
32729
|
get:
|
|
32730
|
+
deprecated: true
|
|
32983
32731
|
description: 'Get hourly usage for [custom metrics](https://docs.datadoghq.com/developers/metrics/custom_metrics/).
|
|
32984
32732
|
|
|
32985
|
-
**Note:**
|
|
32986
|
-
hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family).
|
|
32733
|
+
**Note:** This endpoint has been deprecated. Hourly usage data for all products
|
|
32734
|
+
is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family).
|
|
32987
32735
|
Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/)
|
|
32988
32736
|
for the associated migration guide.'
|
|
32989
32737
|
operationId: GetUsageTimeseries
|
|
@@ -33645,6 +33393,7 @@ tags:
|
|
|
33645
33393
|
url: https://docs.datadoghq.com/account_management/api-app-keys/
|
|
33646
33394
|
name: Key Management
|
|
33647
33395
|
- description: Search your logs and send them to your Datadog platform over HTTP.
|
|
33396
|
+
See the [Log Management page](https://docs.datadoghq.com/logs/) for more information.
|
|
33648
33397
|
name: Logs
|
|
33649
33398
|
- description: 'Manage configuration of [log indexes](https://docs.datadoghq.com/logs/indexes/).
|
|
33650
33399
|
|
|
@@ -33675,7 +33424,8 @@ tags:
|
|
|
33675
33424
|
A graph can only contain a set number of points\nand as the timeframe over which
|
|
33676
33425
|
a metric is viewed increases,\naggregation between points occurs to stay below
|
|
33677
33426
|
that set number.\n\nThe Post, Patch, and Delete `manage_tags` API methods can
|
|
33678
|
-
only be performed by\na user who has the `Manage Tags for Metrics` permission
|
|
33427
|
+
only be performed by\na user who has the `Manage Tags for Metrics` permission.\n\nSee
|
|
33428
|
+
the [Metrics page](https://docs.datadoghq.com/metrics/) for more information."
|
|
33679
33429
|
name: Metrics
|
|
33680
33430
|
- description: '[Monitors](https://docs.datadoghq.com/monitors) allow you to watch
|
|
33681
33431
|
a metric or check that you care about and
|
|
@@ -33711,9 +33461,9 @@ tags:
|
|
|
33711
33461
|
externalDocs:
|
|
33712
33462
|
url: https://docs.datadoghq.com/integrations/pagerduty/
|
|
33713
33463
|
name: PagerDuty Integration
|
|
33714
|
-
- description:
|
|
33715
|
-
|
|
33716
|
-
|
|
33464
|
+
- description: Create and manage your security rules, signals, filters, and more.
|
|
33465
|
+
See the [Datadog Security page](https://docs.datadoghq.com/security/) for more
|
|
33466
|
+
information.
|
|
33717
33467
|
name: Security Monitoring
|
|
33718
33468
|
- description: 'The service check endpoint allows you to post check statuses for use
|
|
33719
33469
|
with monitors.
|
|
@@ -33730,18 +33480,18 @@ tags:
|
|
|
33730
33480
|
an OK status.
|
|
33731
33481
|
|
|
33732
33482
|
|
|
33733
|
-
- [Read more about Service Check monitors
|
|
33483
|
+
- [Read more about Service Check monitors][1].
|
|
33734
33484
|
|
|
33735
|
-
- [Read more about Process Check monitors
|
|
33485
|
+
- [Read more about Process Check monitors][2].
|
|
33736
33486
|
|
|
33737
|
-
- [Read more about Network
|
|
33487
|
+
- [Read more about Network monitors][3].
|
|
33738
33488
|
|
|
33739
|
-
- [Read more about Custom Check monitors
|
|
33489
|
+
- [Read more about Custom Check monitors][4].
|
|
33740
33490
|
|
|
33741
|
-
- [Read more about Service
|
|
33491
|
+
- [Read more about Service Checks and status codes][5].
|
|
33742
33492
|
|
|
33743
33493
|
|
|
33744
|
-
[1]: https://docs.datadoghq.com/monitors/
|
|
33494
|
+
[1]: https://docs.datadoghq.com/monitors/types/service_check/
|
|
33745
33495
|
|
|
33746
33496
|
[2]: https://docs.datadoghq.com/monitors/create/types/process_check/?tab=checkalert
|
|
33747
33497
|
|
|
@@ -33755,7 +33505,8 @@ tags:
|
|
|
33755
33505
|
from negatively impacting\nyour SLO\u2019s status and error budget. You can use
|
|
33756
33506
|
Status Corrections for various purposes, such\nas removing planned maintenance
|
|
33757
33507
|
windows, non-business hours, or other time periods that do\nnot correspond to
|
|
33758
|
-
genuine issues.
|
|
33508
|
+
genuine issues. See [SLO status corrections](https://docs.datadoghq.com/service_management/service_level_objectives/#slo-status-corrections)
|
|
33509
|
+
for more information."
|
|
33759
33510
|
name: Service Level Objective Corrections
|
|
33760
33511
|
- description: '[Service Level Objectives](https://docs.datadoghq.com/monitors/service_level_objectives/#configuration)
|
|
33761
33512
|
|
|
@@ -33805,9 +33556,7 @@ tags:
|
|
|
33805
33556
|
users, feed, chef, puppet, git, bitbucket, fabric, capistrano, etc.
|
|
33806
33557
|
|
|
33807
33558
|
|
|
33808
|
-
Read more about tags on
|
|
33809
|
-
|
|
33810
|
-
[documentation page](https://docs.datadoghq.com/tagging).'
|
|
33559
|
+
Read more about tags on [Getting Started with Tags](https://docs.datadoghq.com/getting_started/tagging/).'
|
|
33811
33560
|
name: Tags
|
|
33812
33561
|
- description: 'The usage metering API allows you to get hourly, daily, and
|
|
33813
33562
|
|
|
@@ -33839,9 +33588,8 @@ tags:
|
|
|
33839
33588
|
- description: 'Configure your Datadog-Webhooks integration directly through the Datadog
|
|
33840
33589
|
API.
|
|
33841
33590
|
|
|
33842
|
-
|
|
33843
|
-
|
|
33844
|
-
see the [integration page](https://docs.datadoghq.com/integrations/webhooks).'
|
|
33591
|
+
See the [Webhooks integration page](https://docs.datadoghq.com/integrations/webhooks)
|
|
33592
|
+
for more information.'
|
|
33845
33593
|
externalDocs:
|
|
33846
33594
|
url: https://docs.datadoghq.com/integrations/webhooks
|
|
33847
33595
|
name: Webhooks Integration
|