datadog_api_client 2.20.0 → 2.21.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.apigentools-info +4 -4
- data/.generator/conftest.py +5 -0
- data/.generator/schemas/v1/openapi.yaml +333 -128
- data/.generator/schemas/v2/openapi.yaml +2450 -131
- data/CHANGELOG.md +28 -0
- data/examples/v1/gcp-integration/CreateGCPIntegration.rb +3 -0
- data/examples/v1/gcp-integration/UpdateGCPIntegration_3544259255.rb +25 -0
- data/examples/v1/synthetics/CreateSyntheticsAPITest_1279271422.rb +29 -0
- data/examples/v1/synthetics/UpdateBrowserTest.rb +1 -0
- data/examples/v2/case-management/ArchiveCase.rb +14 -0
- data/examples/v2/case-management/AssignCase.rb +20 -0
- data/examples/v2/case-management/CreateCase.rb +33 -0
- data/examples/v2/case-management/CreateProject.rb +15 -0
- data/examples/v2/case-management/DeleteProject.rb +5 -0
- data/examples/v2/case-management/GetCase.rb +8 -0
- data/examples/v2/case-management/GetProject.rb +5 -0
- data/examples/v2/case-management/GetProjects.rb +5 -0
- data/examples/v2/case-management/SearchCases.rb +5 -0
- data/examples/v2/case-management/SearchCases_3433960044.rb +5 -0
- data/examples/v2/case-management/UnarchiveCase.rb +14 -0
- data/examples/v2/case-management/UnassignCase.rb +14 -0
- data/examples/v2/case-management/UpdatePriority.rb +17 -0
- data/examples/v2/case-management/UpdateStatus.rb +17 -0
- data/examples/v2/cloud-workload-security/CreateCSMThreatsAgentRule.rb +17 -0
- data/examples/v2/cloud-workload-security/DeleteCSMThreatsAgentRule.rb +8 -0
- data/examples/v2/cloud-workload-security/DownloadCSMThreatsPolicy.rb +5 -0
- data/examples/v2/cloud-workload-security/GetCSMThreatsAgentRule.rb +8 -0
- data/examples/v2/cloud-workload-security/ListCSMThreatsAgentRules.rb +5 -0
- data/examples/v2/cloud-workload-security/UpdateCSMThreatsAgentRule.rb +20 -0
- data/examples/v2/dora-metrics/CreateDORAIncident.rb +6 -3
- data/examples/v2/gcp-integration/CreateGCPSTSAccount_194782945.rb +18 -0
- data/examples/v2/gcp-integration/UpdateGCPSTSAccount_2241994060.rb +21 -0
- data/examples/v2/logs-custom-destinations/CreateLogsCustomDestination.rb +31 -0
- data/examples/v2/logs-custom-destinations/CreateLogsCustomDestination_1091442807.rb +31 -0
- data/examples/v2/logs-custom-destinations/CreateLogsCustomDestination_1288180912.rb +27 -0
- data/examples/v2/logs-custom-destinations/CreateLogsCustomDestination_141236188.rb +32 -0
- data/examples/v2/logs-custom-destinations/CreateLogsCustomDestination_2184123765.rb +31 -0
- data/examples/v2/logs-custom-destinations/DeleteLogsCustomDestination.rb +8 -0
- data/examples/v2/logs-custom-destinations/GetLogsCustomDestination.rb +8 -0
- data/examples/v2/logs-custom-destinations/ListLogsCustomDestinations.rb +5 -0
- data/examples/v2/logs-custom-destinations/UpdateLogsCustomDestination.rb +18 -0
- data/examples/v2/metrics/ListMetricAssets.rb +5 -0
- data/lib/datadog_api_client/inflector.rb +112 -0
- data/lib/datadog_api_client/v1/api/monitors_api.rb +1 -3
- data/lib/datadog_api_client/v1/api/usage_metering_api.rb +5 -5
- data/lib/datadog_api_client/v1/models/gcp_account.rb +14 -1
- data/lib/datadog_api_client/v1/models/hourly_usage_attribution_usage_type.rb +6 -0
- data/lib/datadog_api_client/v1/models/monitor_formula_and_function_events_data_source.rb +1 -0
- data/lib/datadog_api_client/v1/models/monthly_usage_attribution_supported_metrics.rb +8 -0
- data/lib/datadog_api_client/v1/models/monthly_usage_attribution_values.rb +84 -4
- data/lib/datadog_api_client/v1/models/synthetics_api_step_subtype.rb +1 -0
- data/lib/datadog_api_client/v1/models/synthetics_test_request.rb +11 -1
- data/lib/datadog_api_client/v1/models/usage_attribution_body.rb +1 -1
- data/lib/datadog_api_client/v1/models/usage_attribution_sort.rb +2 -0
- data/lib/datadog_api_client/v1/models/usage_attribution_supported_metrics.rb +2 -0
- data/lib/datadog_api_client/v1/models/usage_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/case_management_api.rb +942 -0
- data/lib/datadog_api_client/v2/api/ci_visibility_tests_api.rb +2 -2
- data/lib/datadog_api_client/v2/api/cloud_workload_security_api.rb +392 -0
- data/lib/datadog_api_client/v2/api/incident_services_api.rb +15 -0
- data/lib/datadog_api_client/v2/api/logs_custom_destinations_api.rb +355 -0
- data/lib/datadog_api_client/v2/api/metrics_api.rb +69 -1
- data/lib/datadog_api_client/v2/api/service_definition_api.rb +2 -1
- data/lib/datadog_api_client/v2/api/usage_metering_api.rb +3 -3
- data/lib/datadog_api_client/v2/models/case.rb +150 -0
- data/lib/datadog_api_client/v2/models/case3rd_party_ticket_status.rb +28 -0
- data/lib/datadog_api_client/v2/models/case_assign.rb +119 -0
- data/lib/datadog_api_client/v2/models/case_assign_attributes.rb +98 -0
- data/lib/datadog_api_client/v2/models/case_assign_request.rb +98 -0
- data/lib/datadog_api_client/v2/models/case_attributes.rb +202 -0
- data/lib/datadog_api_client/v2/models/case_create.rb +129 -0
- data/lib/datadog_api_client/v2/models/case_create_attributes.rb +139 -0
- data/lib/datadog_api_client/v2/models/case_create_relationships.rb +116 -0
- data/lib/datadog_api_client/v2/models/case_create_request.rb +98 -0
- data/lib/datadog_api_client/v2/models/case_empty.rb +98 -0
- data/lib/datadog_api_client/v2/models/case_empty_request.rb +98 -0
- data/lib/datadog_api_client/v2/models/case_priority.rb +31 -0
- data/lib/datadog_api_client/v2/models/case_relationships.rb +120 -0
- data/lib/datadog_api_client/v2/models/case_resource_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/case_response.rb +80 -0
- data/lib/datadog_api_client/v2/models/case_sortable_field.rb +28 -0
- data/lib/datadog_api_client/v2/models/case_status.rb +28 -0
- data/lib/datadog_api_client/v2/models/case_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/case_update_priority.rb +119 -0
- data/lib/datadog_api_client/v2/models/case_update_priority_attributes.rb +98 -0
- data/lib/datadog_api_client/v2/models/case_update_priority_request.rb +98 -0
- data/lib/datadog_api_client/v2/models/case_update_status.rb +119 -0
- data/lib/datadog_api_client/v2/models/case_update_status_attributes.rb +98 -0
- data/lib/datadog_api_client/v2/models/case_update_status_request.rb +98 -0
- data/lib/datadog_api_client/v2/models/cases_response.rb +92 -0
- data/lib/datadog_api_client/v2/models/cases_response_meta.rb +80 -0
- data/lib/datadog_api_client/v2/models/cases_response_meta_pagination.rb +100 -0
- data/lib/datadog_api_client/v2/models/ci_app_aggregate_sort.rb +1 -1
- data/lib/datadog_api_client/v2/models/ci_app_pipelines_group_by.rb +1 -1
- data/lib/datadog_api_client/v2/models/ci_app_tests_group_by.rb +1 -1
- data/lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_action.rb +90 -0
- data/lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_attributes.rb +21 -1
- data/lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_kill.rb +80 -0
- data/lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_update_data.rb +11 -1
- data/lib/datadog_api_client/v2/models/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_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_slo_asset.rb +129 -0
- data/lib/datadog_api_client/v2/models/metric_slo_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/nullable_user_relationship.rb +88 -0
- data/lib/datadog_api_client/v2/models/nullable_user_relationship_data.rb +119 -0
- data/lib/datadog_api_client/v2/models/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/sensitive_data_scanner_standard_pattern_attributes.rb +1 -1
- data/lib/datadog_api_client/v2/models/service_now_ticket.rb +90 -0
- data/lib/datadog_api_client/v2/models/service_now_ticket_result.rb +80 -0
- data/lib/datadog_api_client/v2/models/user_relationship_data.rb +119 -0
- data/lib/datadog_api_client/v2/models/user_resource_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/user_team_included.rb +62 -0
- data/lib/datadog_api_client/v2/models/user_team_response.rb +16 -4
- data/lib/datadog_api_client/v2/models/users_relationship.rb +100 -0
- data/lib/datadog_api_client/version.rb +1 -1
- metadata +147 -2
|
@@ -3207,6 +3207,18 @@ components:
|
|
|
3207
3207
|
key.'
|
|
3208
3208
|
example: https://www.googleapis.com/robot/v1/metadata/x509/$CLIENT_EMAIL
|
|
3209
3209
|
type: string
|
|
3210
|
+
cloud_run_revision_filters:
|
|
3211
|
+
description: 'Limit the Cloud Run revisions that are pulled into Datadog
|
|
3212
|
+
by using tags.
|
|
3213
|
+
|
|
3214
|
+
Only Cloud Run revision resources that apply to specified filters are
|
|
3215
|
+
imported into Datadog.'
|
|
3216
|
+
example:
|
|
3217
|
+
- $KEY:$VALUE
|
|
3218
|
+
items:
|
|
3219
|
+
description: Cloud Run Filters
|
|
3220
|
+
type: string
|
|
3221
|
+
type: array
|
|
3210
3222
|
errors:
|
|
3211
3223
|
description: An array of errors.
|
|
3212
3224
|
example:
|
|
@@ -4071,6 +4083,8 @@ components:
|
|
|
4071
4083
|
- apm_usm_usage
|
|
4072
4084
|
- appsec_fargate_usage
|
|
4073
4085
|
- appsec_usage
|
|
4086
|
+
- asm_serverless_traced_invocations_usage
|
|
4087
|
+
- asm_serverless_traced_invocations_percentage
|
|
4074
4088
|
- browser_usage
|
|
4075
4089
|
- ci_pipeline_indexed_spans_usage
|
|
4076
4090
|
- ci_test_indexed_spans_usage
|
|
@@ -4087,6 +4101,8 @@ components:
|
|
|
4087
4101
|
- cws_hosts_usage
|
|
4088
4102
|
- dbm_hosts_usage
|
|
4089
4103
|
- dbm_queries_usage
|
|
4104
|
+
- error_tracking_usage
|
|
4105
|
+
- error_tracking_percentage
|
|
4090
4106
|
- estimated_indexed_logs_usage
|
|
4091
4107
|
- estimated_indexed_spans_usage
|
|
4092
4108
|
- estimated_ingested_logs_usage
|
|
@@ -4114,6 +4130,7 @@ components:
|
|
|
4114
4130
|
- ndm_netflow_usage
|
|
4115
4131
|
- npm_host_usage
|
|
4116
4132
|
- obs_pipeline_bytes_usage
|
|
4133
|
+
- obs_pipelines_vcpu_usage
|
|
4117
4134
|
- profiled_container_usage
|
|
4118
4135
|
- profiled_fargate_usage
|
|
4119
4136
|
- profiled_host_usage
|
|
@@ -4125,6 +4142,7 @@ components:
|
|
|
4125
4142
|
- snmp_usage
|
|
4126
4143
|
- universal_service_monitoring_usage
|
|
4127
4144
|
- vuln_management_hosts_usage
|
|
4145
|
+
- workflow_executions_usage
|
|
4128
4146
|
type: string
|
|
4129
4147
|
x-enum-varnames:
|
|
4130
4148
|
- API_USAGE
|
|
@@ -4133,6 +4151,8 @@ components:
|
|
|
4133
4151
|
- APM_USM_USAGE
|
|
4134
4152
|
- APPSEC_FARGATE_USAGE
|
|
4135
4153
|
- APPSEC_USAGE
|
|
4154
|
+
- ASM_SERVERLESS_TRACED_INVOCATIONS_USAGE
|
|
4155
|
+
- ASM_SERVERLESS_TRACED_INVOCATIONS_PERCENTAGE
|
|
4136
4156
|
- BROWSER_USAGE
|
|
4137
4157
|
- CI_PIPELINE_INDEXED_SPANS_USAGE
|
|
4138
4158
|
- CI_TEST_INDEXED_SPANS_USAGE
|
|
@@ -4149,6 +4169,8 @@ components:
|
|
|
4149
4169
|
- CWS_HOSTS_USAGE
|
|
4150
4170
|
- DBM_HOSTS_USAGE
|
|
4151
4171
|
- DBM_QUERIES_USAGE
|
|
4172
|
+
- ERROR_TRACKING_USAGE
|
|
4173
|
+
- ERROR_TRACKING_PERCENTAGE
|
|
4152
4174
|
- ESTIMATED_INDEXED_LOGS_USAGE
|
|
4153
4175
|
- ESTIMATED_INDEXED_SPANS_USAGE
|
|
4154
4176
|
- ESTIMATED_INGESTED_LOGS_USAGE
|
|
@@ -4176,6 +4198,7 @@ components:
|
|
|
4176
4198
|
- NDM_NETFLOW_USAGE
|
|
4177
4199
|
- NPM_HOST_USAGE
|
|
4178
4200
|
- OBS_PIPELINE_BYTES_USAGE
|
|
4201
|
+
- OBS_PIPELINE_VCPU_USAGE
|
|
4179
4202
|
- PROFILED_CONTAINER_USAGE
|
|
4180
4203
|
- PROFILED_FARGATE_USAGE
|
|
4181
4204
|
- PROFILED_HOST_USAGE
|
|
@@ -4187,6 +4210,7 @@ components:
|
|
|
4187
4210
|
- SNMP_USAGE
|
|
4188
4211
|
- UNIVERSAL_SERVICE_MONITORING_USAGE
|
|
4189
4212
|
- VULN_MANAGEMENT_HOSTS_USAGE
|
|
4213
|
+
- WORKFLOW_EXECUTIONS_USAGE
|
|
4190
4214
|
IFrameWidgetDefinition:
|
|
4191
4215
|
description: The iframe widget allows you to embed a portion of any other web
|
|
4192
4216
|
page on your dashboard. Only available on FREE layout dashboards.
|
|
@@ -6752,6 +6776,7 @@ components:
|
|
|
6752
6776
|
- events
|
|
6753
6777
|
- logs
|
|
6754
6778
|
- spans
|
|
6779
|
+
- database_queries
|
|
6755
6780
|
example: rum
|
|
6756
6781
|
type: string
|
|
6757
6782
|
x-enum-varnames:
|
|
@@ -6762,6 +6787,7 @@ components:
|
|
|
6762
6787
|
- EVENTS
|
|
6763
6788
|
- LOGS
|
|
6764
6789
|
- SPANS
|
|
6790
|
+
- DATABASE_QUERIES
|
|
6765
6791
|
MonitorFormulaAndFunctionQueryDefinition:
|
|
6766
6792
|
description: A formula and function query.
|
|
6767
6793
|
oneOf:
|
|
@@ -7748,6 +7774,8 @@ components:
|
|
|
7748
7774
|
- apm_usm_percentage
|
|
7749
7775
|
- appsec_usage
|
|
7750
7776
|
- appsec_percentage
|
|
7777
|
+
- asm_serverless_traced_invocations_usage
|
|
7778
|
+
- asm_serverless_traced_invocations_percentage
|
|
7751
7779
|
- browser_usage
|
|
7752
7780
|
- browser_percentage
|
|
7753
7781
|
- ci_visibility_itr_usage
|
|
@@ -7774,6 +7802,8 @@ components:
|
|
|
7774
7802
|
- dbm_hosts_usage
|
|
7775
7803
|
- dbm_queries_percentage
|
|
7776
7804
|
- dbm_queries_usage
|
|
7805
|
+
- error_tracking_usage
|
|
7806
|
+
- error_tracking_percentage
|
|
7777
7807
|
- estimated_indexed_logs_usage
|
|
7778
7808
|
- estimated_indexed_logs_percentage
|
|
7779
7809
|
- estimated_ingested_logs_usage
|
|
@@ -7800,6 +7830,8 @@ components:
|
|
|
7800
7830
|
- npm_host_percentage
|
|
7801
7831
|
- obs_pipeline_bytes_usage
|
|
7802
7832
|
- obs_pipeline_bytes_percentage
|
|
7833
|
+
- obs_pipelines_vcpu_usage
|
|
7834
|
+
- obs_pipelines_vcpu_percentage
|
|
7803
7835
|
- profiled_container_usage
|
|
7804
7836
|
- profiled_container_percentage
|
|
7805
7837
|
- profiled_fargate_usage
|
|
@@ -7856,6 +7888,8 @@ components:
|
|
|
7856
7888
|
- ingested_spans_bytes_percentage
|
|
7857
7889
|
- siem_ingested_bytes_usage
|
|
7858
7890
|
- siem_ingested_bytes_percentage
|
|
7891
|
+
- workflow_executions_usage
|
|
7892
|
+
- workflow_executions_percentage
|
|
7859
7893
|
- '*'
|
|
7860
7894
|
type: string
|
|
7861
7895
|
x-enum-varnames:
|
|
@@ -7871,6 +7905,8 @@ components:
|
|
|
7871
7905
|
- APM_USM_PERCENTAGE
|
|
7872
7906
|
- APPSEC_USAGE
|
|
7873
7907
|
- APPSEC_PERCENTAGE
|
|
7908
|
+
- ASM_SERVERLESS_TRACED_INVOCATIONS_USAGE
|
|
7909
|
+
- ASM_SERVERLESS_TRACED_INVOCATIONS_PERCENTAGE
|
|
7874
7910
|
- BROWSER_USAGE
|
|
7875
7911
|
- BROWSER_PERCENTAGE
|
|
7876
7912
|
- CI_VISIBILITY_ITR_USAGE
|
|
@@ -7897,6 +7933,8 @@ components:
|
|
|
7897
7933
|
- DBM_HOSTS_USAGE
|
|
7898
7934
|
- DBM_QUERIES_PERCENTAGE
|
|
7899
7935
|
- DBM_QUERIES_USAGE
|
|
7936
|
+
- ERROR_TRACKING_USAGE
|
|
7937
|
+
- ERROR_TRACKING_PERCENTAGE
|
|
7900
7938
|
- ESTIMATED_INDEXED_LOGS_USAGE
|
|
7901
7939
|
- ESTIMATED_INDEXED_LOGS_PERCENTAGE
|
|
7902
7940
|
- ESTIMATED_INGESTED_LOGS_USAGE
|
|
@@ -7923,6 +7961,8 @@ components:
|
|
|
7923
7961
|
- NPM_HOST_PERCENTAGE
|
|
7924
7962
|
- OBS_PIPELINE_BYTES_USAGE
|
|
7925
7963
|
- OBS_PIPELINE_BYTES_PERCENTAGE
|
|
7964
|
+
- OBS_PIPELINES_VCPU_USAGE
|
|
7965
|
+
- OBS_PIPELINES_VCPU_PERCENTAGE
|
|
7926
7966
|
- PROFILED_CONTAINER_USAGE
|
|
7927
7967
|
- PROFILED_CONTAINER_PERCENTAGE
|
|
7928
7968
|
- PROFILED_FARGATE_USAGE
|
|
@@ -7979,6 +8019,8 @@ components:
|
|
|
7979
8019
|
- INGESTED_SPANS_BYTES_PERCENTAGE
|
|
7980
8020
|
- SIEM_INGESTED_BYTES_USAGE
|
|
7981
8021
|
- SIEM_INGESTED_BYTES_PERCENTAGE
|
|
8022
|
+
- WORKFLOW_EXECUTIONS_USAGE
|
|
8023
|
+
- WORKFLOW_EXECUTIONS_PERCENTAGE
|
|
7982
8024
|
- ALL
|
|
7983
8025
|
MonthlyUsageAttributionValues:
|
|
7984
8026
|
description: Fields in Usage Summary by tag(s).
|
|
@@ -8035,6 +8077,16 @@ components:
|
|
|
8035
8077
|
description: The Application Security Monitoring host usage by tag(s).
|
|
8036
8078
|
format: double
|
|
8037
8079
|
type: number
|
|
8080
|
+
asm_serverless_traced_invocations_percentage:
|
|
8081
|
+
description: The percentage of Application Security Monitoring Serverless
|
|
8082
|
+
traced invocations usage by tag(s).
|
|
8083
|
+
format: double
|
|
8084
|
+
type: number
|
|
8085
|
+
asm_serverless_traced_invocations_usage:
|
|
8086
|
+
description: The Application Security Monitoring Serverless traced invocations
|
|
8087
|
+
usage by tag(s).
|
|
8088
|
+
format: double
|
|
8089
|
+
type: number
|
|
8038
8090
|
browser_percentage:
|
|
8039
8091
|
description: The percentage of synthetic browser test usage by tag(s).
|
|
8040
8092
|
format: double
|
|
@@ -8170,6 +8222,14 @@ components:
|
|
|
8170
8222
|
description: The Database Monitoring queries usage by tag(s).
|
|
8171
8223
|
format: double
|
|
8172
8224
|
type: number
|
|
8225
|
+
error_tracking_percentage:
|
|
8226
|
+
description: The percentage of error tracking events usage by tag(s).
|
|
8227
|
+
format: double
|
|
8228
|
+
type: number
|
|
8229
|
+
error_tracking_usage:
|
|
8230
|
+
description: The error tracking events usage by tag(s).
|
|
8231
|
+
format: double
|
|
8232
|
+
type: number
|
|
8173
8233
|
estimated_indexed_logs_percentage:
|
|
8174
8234
|
description: The percentage of estimated live indexed logs usage by tag(s).
|
|
8175
8235
|
format: double
|
|
@@ -8396,6 +8456,15 @@ components:
|
|
|
8396
8456
|
description: The observability pipeline bytes usage by tag(s).
|
|
8397
8457
|
format: double
|
|
8398
8458
|
type: number
|
|
8459
|
+
obs_pipelines_vcpu_percentage:
|
|
8460
|
+
description: The percentage of observability pipeline per core usage by
|
|
8461
|
+
tag(s).
|
|
8462
|
+
format: double
|
|
8463
|
+
type: number
|
|
8464
|
+
obs_pipelines_vcpu_usage:
|
|
8465
|
+
description: The observability pipeline per core usage by tag(s).
|
|
8466
|
+
format: double
|
|
8467
|
+
type: number
|
|
8399
8468
|
profiled_container_percentage:
|
|
8400
8469
|
description: The percentage of profiled container usage by tag(s).
|
|
8401
8470
|
format: double
|
|
@@ -8485,6 +8554,14 @@ components:
|
|
|
8485
8554
|
description: The Application Vulnerability Management usage by tag(s).
|
|
8486
8555
|
format: double
|
|
8487
8556
|
type: number
|
|
8557
|
+
workflow_executions_percentage:
|
|
8558
|
+
description: The percentage of workflow executions usage by tag(s).
|
|
8559
|
+
format: double
|
|
8560
|
+
type: number
|
|
8561
|
+
workflow_executions_usage:
|
|
8562
|
+
description: The total workflow executions usage by tag(s).
|
|
8563
|
+
format: double
|
|
8564
|
+
type: number
|
|
8488
8565
|
type: object
|
|
8489
8566
|
NoteWidgetDefinition:
|
|
8490
8567
|
description: The notes and links widget is similar to free text widget, but
|
|
@@ -13213,10 +13290,12 @@ components:
|
|
|
13213
13290
|
only supporting `http`.
|
|
13214
13291
|
enum:
|
|
13215
13292
|
- http
|
|
13293
|
+
- grpc
|
|
13216
13294
|
example: http
|
|
13217
13295
|
type: string
|
|
13218
13296
|
x-enum-varnames:
|
|
13219
13297
|
- HTTP
|
|
13298
|
+
- GRPC
|
|
13220
13299
|
SyntheticsAPITest:
|
|
13221
13300
|
description: Object containing details about a Synthetic API test.
|
|
13222
13301
|
properties:
|
|
@@ -15747,6 +15826,8 @@ components:
|
|
|
15747
15826
|
host:
|
|
15748
15827
|
description: Host name to perform the test with.
|
|
15749
15828
|
type: string
|
|
15829
|
+
httpVersion:
|
|
15830
|
+
$ref: '#/components/schemas/SyntheticsTestOptionsHTTPVersion'
|
|
15750
15831
|
message:
|
|
15751
15832
|
description: Message to send for UDP or WebSocket tests.
|
|
15752
15833
|
type: string
|
|
@@ -16759,7 +16840,7 @@ components:
|
|
|
16759
16840
|
tags:
|
|
16760
16841
|
$ref: '#/components/schemas/UsageAttributionTagNames'
|
|
16761
16842
|
updated_at:
|
|
16762
|
-
description: Shows the the most recent hour in the current
|
|
16843
|
+
description: Shows the the most recent hour in the current month for all
|
|
16763
16844
|
organizations for which all usages were calculated.
|
|
16764
16845
|
type: string
|
|
16765
16846
|
values:
|
|
@@ -16856,6 +16937,8 @@ components:
|
|
|
16856
16937
|
- appsec_fargate_percentage
|
|
16857
16938
|
- estimated_rum_usage_attribution_usage
|
|
16858
16939
|
- estimated_rum_usage_attribution_percentage
|
|
16940
|
+
- asm_serverless_traced_invocations_usage
|
|
16941
|
+
- asm_serverless_traced_invocations_percentage
|
|
16859
16942
|
type: string
|
|
16860
16943
|
x-enum-varnames:
|
|
16861
16944
|
- API_PERCENTAGE
|
|
@@ -16894,6 +16977,8 @@ components:
|
|
|
16894
16977
|
- APPSEC_FARGATE_PERCENTAGE
|
|
16895
16978
|
- ESTIMATED_RUM_USAGE_ATTRIBUTION_USAGE
|
|
16896
16979
|
- ESTIMATED_RUM_USAGE_ATTRIBUTION_PERCENTAGE
|
|
16980
|
+
- ASM_SERVERLESS_TRACED_INVOCATIONS_USAGE
|
|
16981
|
+
- ASM_SERVERLESS_TRACED_INVOCATIONS_PERCENTAGE
|
|
16897
16982
|
UsageAttributionSupportedMetrics:
|
|
16898
16983
|
description: Supported fields for usage attribution requests (valid requests
|
|
16899
16984
|
contain one or more metrics, or `*` for all).
|
|
@@ -16944,6 +17029,8 @@ components:
|
|
|
16944
17029
|
- appsec_fargate_percentage
|
|
16945
17030
|
- estimated_rum_usage_attribution_usage
|
|
16946
17031
|
- estimated_rum_usage_attribution_percentage
|
|
17032
|
+
- asm_serverless_traced_invocations_usage
|
|
17033
|
+
- asm_serverless_traced_invocations_percentage
|
|
16947
17034
|
- '*'
|
|
16948
17035
|
type: string
|
|
16949
17036
|
x-enum-varnames:
|
|
@@ -16993,6 +17080,8 @@ components:
|
|
|
16993
17080
|
- APPSEC_FARGATE_PERCENTAGE
|
|
16994
17081
|
- ESTIMATED_RUM_USAGE_ATTRIBUTION_USAGE
|
|
16995
17082
|
- ESTIMATED_RUM_USAGE_ATTRIBUTION_PERCENTAGE
|
|
17083
|
+
- ASM_SERVERLESS_TRACED_INVOCATIONS_USAGE
|
|
17084
|
+
- ASM_SERVERLESS_TRACED_INVOCATIONS_PERCENTAGE
|
|
16996
17085
|
- ALL
|
|
16997
17086
|
UsageAttributionTagNames:
|
|
16998
17087
|
additionalProperties:
|
|
@@ -18703,6 +18792,11 @@ components:
|
|
|
18703
18792
|
Fargate tasks over all hours in the current date for all organizations.
|
|
18704
18793
|
format: int64
|
|
18705
18794
|
type: integer
|
|
18795
|
+
asm_serverless_sum:
|
|
18796
|
+
description: Shows the sum of all Application Security Monitoring Serverless
|
|
18797
|
+
invocations over all hours in the current date for all organizations.
|
|
18798
|
+
format: int64
|
|
18799
|
+
type: integer
|
|
18706
18800
|
audit_logs_lines_indexed_sum:
|
|
18707
18801
|
deprecated: true
|
|
18708
18802
|
description: Shows the sum of audit logs lines indexed over all hours in
|
|
@@ -18793,6 +18887,11 @@ components:
|
|
|
18793
18887
|
given date and given organization.
|
|
18794
18888
|
format: int64
|
|
18795
18889
|
type: integer
|
|
18890
|
+
cloud_cost_management_gcp_host_count_avg:
|
|
18891
|
+
description: Host count average of Cloud Cost Management for GCP for the
|
|
18892
|
+
given date and given organization.
|
|
18893
|
+
format: int64
|
|
18894
|
+
type: integer
|
|
18796
18895
|
cloud_cost_management_host_count_avg:
|
|
18797
18896
|
description: Host count average of Cloud Cost Management for all cloud providers
|
|
18798
18897
|
for the given date and given organization.
|
|
@@ -18940,6 +19039,11 @@ components:
|
|
|
18940
19039
|
over all hours in the current date for all organizations.
|
|
18941
19040
|
format: int64
|
|
18942
19041
|
type: integer
|
|
19042
|
+
error_tracking_events_sum:
|
|
19043
|
+
description: Shows the sum of all Error Tracking events over all hours in
|
|
19044
|
+
the current date for the given org.
|
|
19045
|
+
format: int64
|
|
19046
|
+
type: integer
|
|
18943
19047
|
fargate_tasks_count_avg:
|
|
18944
19048
|
description: Shows the high-watermark of all Fargate tasks over all hours
|
|
18945
19049
|
in the current date for all organizations.
|
|
@@ -18950,6 +19054,31 @@ components:
|
|
|
18950
19054
|
current date for all organizations.
|
|
18951
19055
|
format: int64
|
|
18952
19056
|
type: integer
|
|
19057
|
+
flex_logs_compute_large_avg:
|
|
19058
|
+
description: Shows the average number of Flex Logs Compute Large Instances
|
|
19059
|
+
over all hours in the current date for the given org.
|
|
19060
|
+
format: int64
|
|
19061
|
+
type: integer
|
|
19062
|
+
flex_logs_compute_medium_avg:
|
|
19063
|
+
description: Shows the average number of Flex Logs Compute Medium Instances
|
|
19064
|
+
over all hours in the current date for the given org.
|
|
19065
|
+
format: int64
|
|
19066
|
+
type: integer
|
|
19067
|
+
flex_logs_compute_small_avg:
|
|
19068
|
+
description: Shows the average number of Flex Logs Compute Small Instances
|
|
19069
|
+
over all hours in the current date for the given org.
|
|
19070
|
+
format: int64
|
|
19071
|
+
type: integer
|
|
19072
|
+
flex_logs_compute_xsmall_avg:
|
|
19073
|
+
description: Shows the average number of Flex Logs Compute Extra Small Instances
|
|
19074
|
+
over all hours in the current date for the given org.
|
|
19075
|
+
format: int64
|
|
19076
|
+
type: integer
|
|
19077
|
+
flex_stored_logs_avg:
|
|
19078
|
+
description: Shows the average of all Flex Stored Logs over all hours in
|
|
19079
|
+
the current date for the given org.
|
|
19080
|
+
format: int64
|
|
19081
|
+
type: integer
|
|
18953
19082
|
forwarding_events_bytes_sum:
|
|
18954
19083
|
description: Shows the sum of all log bytes forwarded over all hours in
|
|
18955
19084
|
the current date for all organizations.
|
|
@@ -19220,7 +19349,7 @@ components:
|
|
|
19220
19349
|
type: integer
|
|
19221
19350
|
apm_fargate_count_avg:
|
|
19222
19351
|
description: Shows the average of all APM ECS Fargate tasks over all hours
|
|
19223
|
-
in the current
|
|
19352
|
+
in the current month for the given org.
|
|
19224
19353
|
format: int64
|
|
19225
19354
|
type: integer
|
|
19226
19355
|
apm_host_top99p:
|
|
@@ -19230,7 +19359,12 @@ components:
|
|
|
19230
19359
|
type: integer
|
|
19231
19360
|
appsec_fargate_count_avg:
|
|
19232
19361
|
description: Shows the average of all Application Security Monitoring ECS
|
|
19233
|
-
Fargate tasks over all hours in the current
|
|
19362
|
+
Fargate tasks over all hours in the current month for the given org.
|
|
19363
|
+
format: int64
|
|
19364
|
+
type: integer
|
|
19365
|
+
asm_serverless_sum:
|
|
19366
|
+
description: Shows the sum of all Application Security Monitoring Serverless
|
|
19367
|
+
invocations over all hours in the current month for the given org.
|
|
19234
19368
|
format: int64
|
|
19235
19369
|
type: integer
|
|
19236
19370
|
audit_logs_lines_indexed_sum:
|
|
@@ -19324,6 +19458,11 @@ components:
|
|
|
19324
19458
|
given date and given org.
|
|
19325
19459
|
format: int64
|
|
19326
19460
|
type: integer
|
|
19461
|
+
cloud_cost_management_gcp_host_count_avg:
|
|
19462
|
+
description: Host count average of Cloud Cost Management for GCP for the
|
|
19463
|
+
given date and given org.
|
|
19464
|
+
format: int64
|
|
19465
|
+
type: integer
|
|
19327
19466
|
cloud_cost_management_host_count_avg:
|
|
19328
19467
|
description: Host count average of Cloud Cost Management for all cloud providers
|
|
19329
19468
|
for the given date and given org.
|
|
@@ -19477,6 +19616,11 @@ components:
|
|
|
19477
19616
|
queries over all hours in the current month for the given org.
|
|
19478
19617
|
format: int64
|
|
19479
19618
|
type: integer
|
|
19619
|
+
error_tracking_events_sum:
|
|
19620
|
+
description: Shows the sum of all Error Tracking events over all hours in
|
|
19621
|
+
the current date for the given org.
|
|
19622
|
+
format: int64
|
|
19623
|
+
type: integer
|
|
19480
19624
|
fargate_tasks_count_avg:
|
|
19481
19625
|
description: The average task count for Fargate.
|
|
19482
19626
|
format: int64
|
|
@@ -19486,6 +19630,31 @@ components:
|
|
|
19486
19630
|
in the current date for the given org.
|
|
19487
19631
|
format: int64
|
|
19488
19632
|
type: integer
|
|
19633
|
+
flex_logs_compute_large_avg:
|
|
19634
|
+
description: Shows the average number of Flex Logs Compute Large Instances
|
|
19635
|
+
over all hours in the current date for the given org.
|
|
19636
|
+
format: int64
|
|
19637
|
+
type: integer
|
|
19638
|
+
flex_logs_compute_medium_avg:
|
|
19639
|
+
description: Shows the average number of Flex Logs Compute Medium Instances
|
|
19640
|
+
over all hours in the current date for the given org.
|
|
19641
|
+
format: int64
|
|
19642
|
+
type: integer
|
|
19643
|
+
flex_logs_compute_small_avg:
|
|
19644
|
+
description: Shows the average number of Flex Logs Compute Small Instances
|
|
19645
|
+
over all hours in the current date for the given org.
|
|
19646
|
+
format: int64
|
|
19647
|
+
type: integer
|
|
19648
|
+
flex_logs_compute_xsmall_avg:
|
|
19649
|
+
description: Shows the average number of Flex Logs Compute Extra Small Instances
|
|
19650
|
+
over all hours in the current date for the given org.
|
|
19651
|
+
format: int64
|
|
19652
|
+
type: integer
|
|
19653
|
+
flex_stored_logs_avg:
|
|
19654
|
+
description: Shows the average of all Flex Stored Logs over all hours in
|
|
19655
|
+
the current date for the given org.
|
|
19656
|
+
format: int64
|
|
19657
|
+
type: integer
|
|
19489
19658
|
forwarding_events_bytes_sum:
|
|
19490
19659
|
description: Shows the sum of all log bytes forwarded over all hours in
|
|
19491
19660
|
the current date for the given org.
|
|
@@ -19748,38 +19917,43 @@ components:
|
|
|
19748
19917
|
properties:
|
|
19749
19918
|
agent_host_top99p_sum:
|
|
19750
19919
|
description: Shows the 99th percentile of all agent hosts over all hours
|
|
19751
|
-
in the current
|
|
19920
|
+
in the current month for all organizations.
|
|
19752
19921
|
format: int64
|
|
19753
19922
|
type: integer
|
|
19754
19923
|
apm_azure_app_service_host_top99p_sum:
|
|
19755
19924
|
description: Shows the 99th percentile of all Azure app services using APM
|
|
19756
|
-
over all hours in the current
|
|
19925
|
+
over all hours in the current month all organizations.
|
|
19757
19926
|
format: int64
|
|
19758
19927
|
type: integer
|
|
19759
19928
|
apm_devsecops_host_top99p_sum:
|
|
19760
19929
|
description: Shows the 99th percentile of all APM DevSecOps hosts over all
|
|
19761
|
-
hours in the current
|
|
19930
|
+
hours in the current month for all organizations.
|
|
19762
19931
|
format: int64
|
|
19763
19932
|
type: integer
|
|
19764
19933
|
apm_fargate_count_avg_sum:
|
|
19765
19934
|
description: Shows the average of all APM ECS Fargate tasks over all hours
|
|
19766
|
-
in the current
|
|
19935
|
+
in the current month for all organizations.
|
|
19767
19936
|
format: int64
|
|
19768
19937
|
type: integer
|
|
19769
19938
|
apm_host_top99p_sum:
|
|
19770
19939
|
description: Shows the 99th percentile of all distinct APM hosts over all
|
|
19771
|
-
hours in the current
|
|
19940
|
+
hours in the current month for all organizations.
|
|
19772
19941
|
format: int64
|
|
19773
19942
|
type: integer
|
|
19774
19943
|
appsec_fargate_count_avg_sum:
|
|
19775
19944
|
description: Shows the average of all Application Security Monitoring ECS
|
|
19776
|
-
Fargate tasks over all hours in the current
|
|
19945
|
+
Fargate tasks over all hours in the current month for all organizations.
|
|
19946
|
+
format: int64
|
|
19947
|
+
type: integer
|
|
19948
|
+
asm_serverless_agg_sum:
|
|
19949
|
+
description: Shows the sum of all Application Security Monitoring Serverless
|
|
19950
|
+
invocations over all hours in the current months for all organizations.
|
|
19777
19951
|
format: int64
|
|
19778
19952
|
type: integer
|
|
19779
19953
|
audit_logs_lines_indexed_agg_sum:
|
|
19780
19954
|
deprecated: true
|
|
19781
19955
|
description: Shows the sum of all audit logs lines indexed over all hours
|
|
19782
|
-
in the current
|
|
19956
|
+
in the current month for all organizations.
|
|
19783
19957
|
format: int64
|
|
19784
19958
|
type: integer
|
|
19785
19959
|
audit_trail_enabled_hwm_sum:
|
|
@@ -19789,77 +19963,77 @@ components:
|
|
|
19789
19963
|
type: integer
|
|
19790
19964
|
avg_profiled_fargate_tasks_sum:
|
|
19791
19965
|
description: Shows the average of all profiled Fargate tasks over all hours
|
|
19792
|
-
in the current
|
|
19966
|
+
in the current month for all organizations.
|
|
19793
19967
|
format: int64
|
|
19794
19968
|
type: integer
|
|
19795
19969
|
aws_host_top99p_sum:
|
|
19796
19970
|
description: Shows the 99th percentile of all AWS hosts over all hours in
|
|
19797
|
-
the current
|
|
19971
|
+
the current month for all organizations.
|
|
19798
19972
|
format: int64
|
|
19799
19973
|
type: integer
|
|
19800
19974
|
aws_lambda_func_count:
|
|
19801
19975
|
description: Shows the average of the number of functions that executed
|
|
19802
|
-
1 or more times each hour in the current
|
|
19976
|
+
1 or more times each hour in the current month for all organizations.
|
|
19803
19977
|
format: int64
|
|
19804
19978
|
type: integer
|
|
19805
19979
|
aws_lambda_invocations_sum:
|
|
19806
19980
|
description: Shows the sum of all AWS Lambda invocations over all hours
|
|
19807
|
-
in the current
|
|
19981
|
+
in the current month for all organizations.
|
|
19808
19982
|
format: int64
|
|
19809
19983
|
type: integer
|
|
19810
19984
|
azure_app_service_top99p_sum:
|
|
19811
19985
|
description: Shows the 99th percentile of all Azure app services over all
|
|
19812
|
-
hours in the current
|
|
19986
|
+
hours in the current month for all organizations.
|
|
19813
19987
|
format: int64
|
|
19814
19988
|
type: integer
|
|
19815
19989
|
azure_host_top99p_sum:
|
|
19816
19990
|
description: Shows the 99th percentile of all Azure hosts over all hours
|
|
19817
|
-
in the current
|
|
19991
|
+
in the current month for all organizations.
|
|
19818
19992
|
format: int64
|
|
19819
19993
|
type: integer
|
|
19820
19994
|
billable_ingested_bytes_agg_sum:
|
|
19821
19995
|
description: Shows the sum of all log bytes ingested over all hours in the
|
|
19822
|
-
current
|
|
19996
|
+
current month for all organizations.
|
|
19823
19997
|
format: int64
|
|
19824
19998
|
type: integer
|
|
19825
19999
|
browser_rum_lite_session_count_agg_sum:
|
|
19826
20000
|
description: Shows the sum of all browser lite sessions over all hours in
|
|
19827
|
-
the current
|
|
20001
|
+
the current month for all organizations.
|
|
19828
20002
|
format: int64
|
|
19829
20003
|
type: integer
|
|
19830
20004
|
browser_rum_replay_session_count_agg_sum:
|
|
19831
20005
|
description: Shows the sum of all browser replay sessions over all hours
|
|
19832
|
-
in the current
|
|
20006
|
+
in the current month for all organizations.
|
|
19833
20007
|
format: int64
|
|
19834
20008
|
type: integer
|
|
19835
20009
|
browser_rum_units_agg_sum:
|
|
19836
20010
|
description: Shows the sum of all browser RUM units over all hours in the
|
|
19837
|
-
current
|
|
20011
|
+
current month for all organizations.
|
|
19838
20012
|
format: int64
|
|
19839
20013
|
type: integer
|
|
19840
20014
|
ci_pipeline_indexed_spans_agg_sum:
|
|
19841
20015
|
description: Shows the sum of all CI pipeline indexed spans over all hours
|
|
19842
|
-
in the current
|
|
20016
|
+
in the current month for all organizations.
|
|
19843
20017
|
format: int64
|
|
19844
20018
|
type: integer
|
|
19845
20019
|
ci_test_indexed_spans_agg_sum:
|
|
19846
20020
|
description: Shows the sum of all CI test indexed spans over all hours in
|
|
19847
|
-
the current
|
|
20021
|
+
the current month for all organizations.
|
|
19848
20022
|
format: int64
|
|
19849
20023
|
type: integer
|
|
19850
20024
|
ci_visibility_itr_committers_hwm_sum:
|
|
19851
20025
|
description: Shows the high-water mark of all CI visibility intelligent
|
|
19852
|
-
test runner committers over all hours in the current
|
|
20026
|
+
test runner committers over all hours in the current month for all organizations.
|
|
19853
20027
|
format: int64
|
|
19854
20028
|
type: integer
|
|
19855
20029
|
ci_visibility_pipeline_committers_hwm_sum:
|
|
19856
20030
|
description: Shows the high-water mark of all CI visibility pipeline committers
|
|
19857
|
-
over all hours in the current
|
|
20031
|
+
over all hours in the current month for all organizations.
|
|
19858
20032
|
format: int64
|
|
19859
20033
|
type: integer
|
|
19860
20034
|
ci_visibility_test_committers_hwm_sum:
|
|
19861
20035
|
description: Shows the high-water mark of all CI visibility test committers
|
|
19862
|
-
over all hours in the current
|
|
20036
|
+
over all hours in the current month for all organizations.
|
|
19863
20037
|
format: int64
|
|
19864
20038
|
type: integer
|
|
19865
20039
|
cloud_cost_management_aws_host_count_avg_sum:
|
|
@@ -19872,6 +20046,11 @@ components:
|
|
|
19872
20046
|
Azure.
|
|
19873
20047
|
format: int64
|
|
19874
20048
|
type: integer
|
|
20049
|
+
cloud_cost_management_gcp_host_count_avg_sum:
|
|
20050
|
+
description: Sum of the host count average for Cloud Cost Management for
|
|
20051
|
+
GCP.
|
|
20052
|
+
format: int64
|
|
20053
|
+
type: integer
|
|
19875
20054
|
cloud_cost_management_host_count_avg_sum:
|
|
19876
20055
|
description: Sum of the host count average for Cloud Cost Management for
|
|
19877
20056
|
all cloud providers.
|
|
@@ -19879,12 +20058,12 @@ components:
|
|
|
19879
20058
|
type: integer
|
|
19880
20059
|
cloud_siem_events_agg_sum:
|
|
19881
20060
|
description: Shows the sum of all Cloud Security Information and Event Management
|
|
19882
|
-
events over all hours in the current
|
|
20061
|
+
events over all hours in the current month for all organizations.
|
|
19883
20062
|
format: int64
|
|
19884
20063
|
type: integer
|
|
19885
20064
|
container_avg_sum:
|
|
19886
20065
|
description: Shows the average of all distinct containers over all hours
|
|
19887
|
-
in the current
|
|
20066
|
+
in the current month for all organizations.
|
|
19888
20067
|
format: int64
|
|
19889
20068
|
type: integer
|
|
19890
20069
|
container_excl_agent_avg_sum:
|
|
@@ -19894,123 +20073,123 @@ components:
|
|
|
19894
20073
|
type: integer
|
|
19895
20074
|
container_hwm_sum:
|
|
19896
20075
|
description: Shows the sum of the high-water marks of all distinct containers
|
|
19897
|
-
over all hours in the current
|
|
20076
|
+
over all hours in the current month for all organizations.
|
|
19898
20077
|
format: int64
|
|
19899
20078
|
type: integer
|
|
19900
20079
|
csm_container_enterprise_compliance_count_agg_sum:
|
|
19901
20080
|
description: Shows the sum of all Cloud Security Management Enterprise compliance
|
|
19902
|
-
containers over all hours in the current
|
|
20081
|
+
containers over all hours in the current month for all organizations.
|
|
19903
20082
|
format: int64
|
|
19904
20083
|
type: integer
|
|
19905
20084
|
csm_container_enterprise_cws_count_agg_sum:
|
|
19906
20085
|
description: Shows the sum of all Cloud Security Management Enterprise Cloud
|
|
19907
|
-
Workload Security containers over all hours in the current
|
|
19908
|
-
|
|
20086
|
+
Workload Security containers over all hours in the current month for all
|
|
20087
|
+
organizations.
|
|
19909
20088
|
format: int64
|
|
19910
20089
|
type: integer
|
|
19911
20090
|
csm_container_enterprise_total_count_agg_sum:
|
|
19912
20091
|
description: Shows the sum of all Cloud Security Management Enterprise containers
|
|
19913
|
-
over all hours in the current
|
|
20092
|
+
over all hours in the current month for all organizations.
|
|
19914
20093
|
format: int64
|
|
19915
20094
|
type: integer
|
|
19916
20095
|
csm_host_enterprise_aas_host_count_top99p_sum:
|
|
19917
20096
|
description: Shows the 99th percentile of all Cloud Security Management
|
|
19918
|
-
Enterprise Azure app services hosts over all hours in the current
|
|
20097
|
+
Enterprise Azure app services hosts over all hours in the current month
|
|
19919
20098
|
for all organizations.
|
|
19920
20099
|
format: int64
|
|
19921
20100
|
type: integer
|
|
19922
20101
|
csm_host_enterprise_aws_host_count_top99p_sum:
|
|
19923
20102
|
description: Shows the 99th percentile of all Cloud Security Management
|
|
19924
|
-
Enterprise AWS hosts over all hours in the current
|
|
20103
|
+
Enterprise AWS hosts over all hours in the current month for all organizations.
|
|
19925
20104
|
format: int64
|
|
19926
20105
|
type: integer
|
|
19927
20106
|
csm_host_enterprise_azure_host_count_top99p_sum:
|
|
19928
20107
|
description: Shows the 99th percentile of all Cloud Security Management
|
|
19929
|
-
Enterprise Azure hosts over all hours in the current
|
|
20108
|
+
Enterprise Azure hosts over all hours in the current month for all organizations.
|
|
19930
20109
|
format: int64
|
|
19931
20110
|
type: integer
|
|
19932
20111
|
csm_host_enterprise_compliance_host_count_top99p_sum:
|
|
19933
20112
|
description: Shows the 99th percentile of all Cloud Security Management
|
|
19934
|
-
Enterprise compliance hosts over all hours in the current
|
|
20113
|
+
Enterprise compliance hosts over all hours in the current month for all
|
|
19935
20114
|
organizations.
|
|
19936
20115
|
format: int64
|
|
19937
20116
|
type: integer
|
|
19938
20117
|
csm_host_enterprise_cws_host_count_top99p_sum:
|
|
19939
20118
|
description: Shows the 99th percentile of all Cloud Security Management
|
|
19940
20119
|
Enterprise Cloud Workload Security hosts over all hours in the current
|
|
19941
|
-
|
|
20120
|
+
month for all organizations.
|
|
19942
20121
|
format: int64
|
|
19943
20122
|
type: integer
|
|
19944
20123
|
csm_host_enterprise_gcp_host_count_top99p_sum:
|
|
19945
20124
|
description: Shows the 99th percentile of all Cloud Security Management
|
|
19946
|
-
Enterprise GCP hosts over all hours in the current
|
|
20125
|
+
Enterprise GCP hosts over all hours in the current month for all organizations.
|
|
19947
20126
|
format: int64
|
|
19948
20127
|
type: integer
|
|
19949
20128
|
csm_host_enterprise_total_host_count_top99p_sum:
|
|
19950
20129
|
description: Shows the 99th percentile of all Cloud Security Management
|
|
19951
|
-
Enterprise hosts over all hours in the current
|
|
20130
|
+
Enterprise hosts over all hours in the current month for all organizations.
|
|
19952
20131
|
format: int64
|
|
19953
20132
|
type: integer
|
|
19954
20133
|
cspm_aas_host_top99p_sum:
|
|
19955
20134
|
description: Shows the 99th percentile of all Cloud Security Management
|
|
19956
|
-
Pro Azure app services hosts over all hours in the current
|
|
19957
|
-
|
|
20135
|
+
Pro Azure app services hosts over all hours in the current month for all
|
|
20136
|
+
organizations.
|
|
19958
20137
|
format: int64
|
|
19959
20138
|
type: integer
|
|
19960
20139
|
cspm_aws_host_top99p_sum:
|
|
19961
20140
|
description: Shows the 99th percentile of all Cloud Security Management
|
|
19962
|
-
Pro AWS hosts over all hours in the current
|
|
20141
|
+
Pro AWS hosts over all hours in the current month for all organizations.
|
|
19963
20142
|
format: int64
|
|
19964
20143
|
type: integer
|
|
19965
20144
|
cspm_azure_host_top99p_sum:
|
|
19966
20145
|
description: Shows the 99th percentile of all Cloud Security Management
|
|
19967
|
-
Pro Azure hosts over all hours in the current
|
|
20146
|
+
Pro Azure hosts over all hours in the current month for all organizations.
|
|
19968
20147
|
format: int64
|
|
19969
20148
|
type: integer
|
|
19970
20149
|
cspm_container_avg_sum:
|
|
19971
20150
|
description: Shows the average number of Cloud Security Management Pro containers
|
|
19972
|
-
over all hours in the current
|
|
20151
|
+
over all hours in the current month for all organizations.
|
|
19973
20152
|
format: int64
|
|
19974
20153
|
type: integer
|
|
19975
20154
|
cspm_container_hwm_sum:
|
|
19976
20155
|
description: Shows the sum of the the high-water marks of Cloud Security
|
|
19977
|
-
Management Pro containers over all hours in the current
|
|
20156
|
+
Management Pro containers over all hours in the current month for all
|
|
19978
20157
|
organizations.
|
|
19979
20158
|
format: int64
|
|
19980
20159
|
type: integer
|
|
19981
20160
|
cspm_gcp_host_top99p_sum:
|
|
19982
20161
|
description: Shows the 99th percentile of all Cloud Security Management
|
|
19983
|
-
Pro GCP hosts over all hours in the current
|
|
20162
|
+
Pro GCP hosts over all hours in the current month for all organizations.
|
|
19984
20163
|
format: int64
|
|
19985
20164
|
type: integer
|
|
19986
20165
|
cspm_host_top99p_sum:
|
|
19987
20166
|
description: Shows the 99th percentile of all Cloud Security Management
|
|
19988
|
-
Pro hosts over all hours in the current
|
|
20167
|
+
Pro hosts over all hours in the current month for all organizations.
|
|
19989
20168
|
format: int64
|
|
19990
20169
|
type: integer
|
|
19991
20170
|
custom_historical_ts_sum:
|
|
19992
20171
|
description: Shows the average number of distinct historical custom metrics
|
|
19993
|
-
over all hours in the current
|
|
20172
|
+
over all hours in the current month for all organizations.
|
|
19994
20173
|
format: int64
|
|
19995
20174
|
type: integer
|
|
19996
20175
|
custom_live_ts_sum:
|
|
19997
20176
|
description: Shows the average number of distinct live custom metrics over
|
|
19998
|
-
all hours in the current
|
|
20177
|
+
all hours in the current month for all organizations.
|
|
19999
20178
|
format: int64
|
|
20000
20179
|
type: integer
|
|
20001
20180
|
custom_ts_sum:
|
|
20002
20181
|
description: Shows the average number of distinct custom metrics over all
|
|
20003
|
-
hours in the current
|
|
20182
|
+
hours in the current month for all organizations.
|
|
20004
20183
|
format: int64
|
|
20005
20184
|
type: integer
|
|
20006
20185
|
cws_containers_avg_sum:
|
|
20007
20186
|
description: Shows the average of all distinct Cloud Workload Security containers
|
|
20008
|
-
over all hours in the current
|
|
20187
|
+
over all hours in the current month for all organizations.
|
|
20009
20188
|
format: int64
|
|
20010
20189
|
type: integer
|
|
20011
20190
|
cws_host_top99p_sum:
|
|
20012
20191
|
description: Shows the 99th percentile of all Cloud Workload Security hosts
|
|
20013
|
-
over all hours in the current
|
|
20192
|
+
over all hours in the current month for all organizations.
|
|
20014
20193
|
format: int64
|
|
20015
20194
|
type: integer
|
|
20016
20195
|
dbm_host_top99p_sum:
|
|
@@ -20024,80 +20203,109 @@ components:
|
|
|
20024
20203
|
format: int64
|
|
20025
20204
|
type: integer
|
|
20026
20205
|
end_date:
|
|
20027
|
-
description: Shows the last date of usage in the current
|
|
20028
|
-
organizations.
|
|
20206
|
+
description: Shows the last date of usage in the current month for all organizations.
|
|
20029
20207
|
format: date-time
|
|
20030
20208
|
type: string
|
|
20209
|
+
error_tracking_events_agg_sum:
|
|
20210
|
+
description: Shows the sum of all Error Tracking events over all hours in
|
|
20211
|
+
the current months for all organizations.
|
|
20212
|
+
format: int64
|
|
20213
|
+
type: integer
|
|
20031
20214
|
fargate_tasks_count_avg_sum:
|
|
20032
20215
|
description: Shows the average of all Fargate tasks over all hours in the
|
|
20033
|
-
current
|
|
20216
|
+
current month for all organizations.
|
|
20034
20217
|
format: int64
|
|
20035
20218
|
type: integer
|
|
20036
20219
|
fargate_tasks_count_hwm_sum:
|
|
20037
20220
|
description: Shows the sum of the high-water marks of all Fargate tasks
|
|
20221
|
+
over all hours in the current month for all organizations.
|
|
20222
|
+
format: int64
|
|
20223
|
+
type: integer
|
|
20224
|
+
flex_logs_compute_large_avg_sum:
|
|
20225
|
+
description: Shows the average number of Flex Logs Compute Large Instances
|
|
20226
|
+
over all hours in the current months for all organizations.
|
|
20227
|
+
format: int64
|
|
20228
|
+
type: integer
|
|
20229
|
+
flex_logs_compute_medium_avg_sum:
|
|
20230
|
+
description: Shows the average number of Flex Logs Compute Medium Instances
|
|
20231
|
+
over all hours in the current months for all organizations.
|
|
20232
|
+
format: int64
|
|
20233
|
+
type: integer
|
|
20234
|
+
flex_logs_compute_small_avg_sum:
|
|
20235
|
+
description: Shows the average number of Flex Logs Compute Small Instances
|
|
20236
|
+
over all hours in the current months for all organizations.
|
|
20237
|
+
format: int64
|
|
20238
|
+
type: integer
|
|
20239
|
+
flex_logs_compute_xsmall_avg_sum:
|
|
20240
|
+
description: Shows the average number of Flex Logs Compute Extra Small Instances
|
|
20038
20241
|
over all hours in the current months for all organizations.
|
|
20039
20242
|
format: int64
|
|
20040
20243
|
type: integer
|
|
20244
|
+
flex_stored_logs_avg_sum:
|
|
20245
|
+
description: Shows the average of all Flex Stored Logs over all hours in
|
|
20246
|
+
the current months for all organizations.
|
|
20247
|
+
format: int64
|
|
20248
|
+
type: integer
|
|
20041
20249
|
forwarding_events_bytes_agg_sum:
|
|
20042
20250
|
description: Shows the sum of all logs forwarding bytes over all hours in
|
|
20043
|
-
the current
|
|
20251
|
+
the current month for all organizations (data available as of April 1,
|
|
20044
20252
|
2023)
|
|
20045
20253
|
format: int64
|
|
20046
20254
|
type: integer
|
|
20047
20255
|
gcp_host_top99p_sum:
|
|
20048
20256
|
description: Shows the 99th percentile of all GCP hosts over all hours in
|
|
20049
|
-
the current
|
|
20257
|
+
the current month for all organizations.
|
|
20050
20258
|
format: int64
|
|
20051
20259
|
type: integer
|
|
20052
20260
|
heroku_host_top99p_sum:
|
|
20053
20261
|
description: Shows the 99th percentile of all Heroku dynos over all hours
|
|
20054
|
-
in the current
|
|
20262
|
+
in the current month for all organizations.
|
|
20055
20263
|
format: int64
|
|
20056
20264
|
type: integer
|
|
20057
20265
|
incident_management_monthly_active_users_hwm_sum:
|
|
20058
20266
|
description: Shows sum of the the high-water marks of incident management
|
|
20059
|
-
monthly active users in the current
|
|
20267
|
+
monthly active users in the current month for all organizations.
|
|
20060
20268
|
format: int64
|
|
20061
20269
|
type: integer
|
|
20062
20270
|
indexed_events_count_agg_sum:
|
|
20063
20271
|
description: Shows the sum of all log events indexed over all hours in the
|
|
20064
|
-
current
|
|
20272
|
+
current month for all organizations.
|
|
20065
20273
|
format: int64
|
|
20066
20274
|
type: integer
|
|
20067
20275
|
infra_host_top99p_sum:
|
|
20068
20276
|
description: Shows the 99th percentile of all distinct infrastructure hosts
|
|
20069
|
-
over all hours in the current
|
|
20277
|
+
over all hours in the current month for all organizations.
|
|
20070
20278
|
format: int64
|
|
20071
20279
|
type: integer
|
|
20072
20280
|
ingested_events_bytes_agg_sum:
|
|
20073
20281
|
description: Shows the sum of all log bytes ingested over all hours in the
|
|
20074
|
-
current
|
|
20282
|
+
current month for all organizations.
|
|
20075
20283
|
format: int64
|
|
20076
20284
|
type: integer
|
|
20077
20285
|
iot_device_agg_sum:
|
|
20078
20286
|
description: Shows the sum of all IoT devices over all hours in the current
|
|
20079
|
-
|
|
20287
|
+
month for all organizations.
|
|
20080
20288
|
format: int64
|
|
20081
20289
|
type: integer
|
|
20082
20290
|
iot_device_top99p_sum:
|
|
20083
20291
|
description: Shows the 99th percentile of all IoT devices over all hours
|
|
20084
|
-
in the current
|
|
20292
|
+
in the current month of all organizations.
|
|
20085
20293
|
format: int64
|
|
20086
20294
|
type: integer
|
|
20087
20295
|
last_updated:
|
|
20088
|
-
description: Shows the the most recent hour in the current
|
|
20296
|
+
description: Shows the the most recent hour in the current month for all
|
|
20089
20297
|
organizations for which all usages were calculated.
|
|
20090
20298
|
format: date-time
|
|
20091
20299
|
type: string
|
|
20092
20300
|
live_indexed_events_agg_sum:
|
|
20093
20301
|
description: Shows the sum of all live logs indexed over all hours in the
|
|
20094
|
-
current
|
|
20302
|
+
current month for all organizations (data available as of December 1,
|
|
20095
20303
|
2020).
|
|
20096
20304
|
format: int64
|
|
20097
20305
|
type: integer
|
|
20098
20306
|
live_ingested_bytes_agg_sum:
|
|
20099
20307
|
description: Shows the sum of all live logs bytes ingested over all hours
|
|
20100
|
-
in the current
|
|
20308
|
+
in the current month for all organizations (data available as of December
|
|
20101
20309
|
1, 2020).
|
|
20102
20310
|
format: int64
|
|
20103
20311
|
type: integer
|
|
@@ -20105,105 +20313,105 @@ components:
|
|
|
20105
20313
|
$ref: '#/components/schemas/LogsByRetention'
|
|
20106
20314
|
mobile_rum_lite_session_count_agg_sum:
|
|
20107
20315
|
description: Shows the sum of all mobile lite sessions over all hours in
|
|
20108
|
-
the current
|
|
20316
|
+
the current month for all organizations.
|
|
20109
20317
|
format: int64
|
|
20110
20318
|
type: integer
|
|
20111
20319
|
mobile_rum_session_count_agg_sum:
|
|
20112
20320
|
description: Shows the sum of all mobile RUM Sessions over all hours in
|
|
20113
|
-
the current
|
|
20321
|
+
the current month for all organizations.
|
|
20114
20322
|
format: int64
|
|
20115
20323
|
type: integer
|
|
20116
20324
|
mobile_rum_session_count_android_agg_sum:
|
|
20117
20325
|
description: Shows the sum of all mobile RUM Sessions on Android over all
|
|
20118
|
-
hours in the current
|
|
20326
|
+
hours in the current month for all organizations.
|
|
20119
20327
|
format: int64
|
|
20120
20328
|
type: integer
|
|
20121
20329
|
mobile_rum_session_count_flutter_agg_sum:
|
|
20122
20330
|
description: Shows the sum of all mobile RUM Sessions on Flutter over all
|
|
20123
|
-
hours in the current
|
|
20331
|
+
hours in the current month for all organizations.
|
|
20124
20332
|
format: int64
|
|
20125
20333
|
type: integer
|
|
20126
20334
|
mobile_rum_session_count_ios_agg_sum:
|
|
20127
20335
|
description: Shows the sum of all mobile RUM Sessions on iOS over all hours
|
|
20128
|
-
in the current
|
|
20336
|
+
in the current month for all organizations.
|
|
20129
20337
|
format: int64
|
|
20130
20338
|
type: integer
|
|
20131
20339
|
mobile_rum_session_count_reactnative_agg_sum:
|
|
20132
20340
|
description: Shows the sum of all mobile RUM Sessions on React Native over
|
|
20133
|
-
all hours in the current
|
|
20341
|
+
all hours in the current month for all organizations.
|
|
20134
20342
|
format: int64
|
|
20135
20343
|
type: integer
|
|
20136
20344
|
mobile_rum_session_count_roku_agg_sum:
|
|
20137
20345
|
description: Shows the sum of all mobile RUM Sessions on Roku over all hours
|
|
20138
|
-
in the current
|
|
20346
|
+
in the current month for all organizations.
|
|
20139
20347
|
format: int64
|
|
20140
20348
|
type: integer
|
|
20141
20349
|
mobile_rum_units_agg_sum:
|
|
20142
20350
|
description: Shows the sum of all mobile RUM units over all hours in the
|
|
20143
|
-
current
|
|
20351
|
+
current month for all organizations.
|
|
20144
20352
|
format: int64
|
|
20145
20353
|
type: integer
|
|
20146
20354
|
ndm_netflow_events_agg_sum:
|
|
20147
20355
|
description: Shows the sum of all Network Device Monitoring NetFlow events
|
|
20148
|
-
over all hours in the current
|
|
20356
|
+
over all hours in the current month for all organizations.
|
|
20149
20357
|
format: int64
|
|
20150
20358
|
type: integer
|
|
20151
20359
|
netflow_indexed_events_count_agg_sum:
|
|
20152
20360
|
description: Shows the sum of all Network flows indexed over all hours in
|
|
20153
|
-
the current
|
|
20361
|
+
the current month for all organizations.
|
|
20154
20362
|
format: int64
|
|
20155
20363
|
type: integer
|
|
20156
20364
|
npm_host_top99p_sum:
|
|
20157
20365
|
description: Shows the 99th percentile of all distinct Networks hosts over
|
|
20158
|
-
all hours in the current
|
|
20366
|
+
all hours in the current month for all organizations.
|
|
20159
20367
|
format: int64
|
|
20160
20368
|
type: integer
|
|
20161
20369
|
observability_pipelines_bytes_processed_agg_sum:
|
|
20162
20370
|
description: Sum of all observability pipelines bytes processed over all
|
|
20163
|
-
hours in the current
|
|
20371
|
+
hours in the current month for all organizations.
|
|
20164
20372
|
format: int64
|
|
20165
20373
|
type: integer
|
|
20166
20374
|
online_archive_events_count_agg_sum:
|
|
20167
20375
|
description: Sum of all online archived events over all hours in the current
|
|
20168
|
-
|
|
20376
|
+
month for all organizations.
|
|
20169
20377
|
format: int64
|
|
20170
20378
|
type: integer
|
|
20171
20379
|
opentelemetry_apm_host_top99p_sum:
|
|
20172
20380
|
description: Shows the 99th percentile of APM hosts reported by the Datadog
|
|
20173
20381
|
exporter for the OpenTelemetry Collector over all hours in the current
|
|
20174
|
-
|
|
20382
|
+
month for all organizations.
|
|
20175
20383
|
format: int64
|
|
20176
20384
|
type: integer
|
|
20177
20385
|
opentelemetry_host_top99p_sum:
|
|
20178
20386
|
description: Shows the 99th percentile of all hosts reported by the Datadog
|
|
20179
20387
|
exporter for the OpenTelemetry Collector over all hours in the current
|
|
20180
|
-
|
|
20388
|
+
month for all organizations.
|
|
20181
20389
|
format: int64
|
|
20182
20390
|
type: integer
|
|
20183
20391
|
profiling_aas_count_top99p_sum:
|
|
20184
20392
|
description: Shows the 99th percentile of all profiled Azure app services
|
|
20185
|
-
over all hours in the current
|
|
20393
|
+
over all hours in the current month for all organizations.
|
|
20186
20394
|
format: int64
|
|
20187
20395
|
type: integer
|
|
20188
20396
|
profiling_container_agent_count_avg:
|
|
20189
20397
|
description: Shows the average number of profiled containers over all hours
|
|
20190
|
-
in the current
|
|
20398
|
+
in the current month for all organizations.
|
|
20191
20399
|
format: int64
|
|
20192
20400
|
type: integer
|
|
20193
20401
|
profiling_host_count_top99p_sum:
|
|
20194
20402
|
description: Shows the 99th percentile of all profiled hosts over all hours
|
|
20195
|
-
in the current
|
|
20403
|
+
in the current month for all organizations.
|
|
20196
20404
|
format: int64
|
|
20197
20405
|
type: integer
|
|
20198
20406
|
rehydrated_indexed_events_agg_sum:
|
|
20199
20407
|
description: Shows the sum of all rehydrated logs indexed over all hours
|
|
20200
|
-
in the current
|
|
20408
|
+
in the current month for all organizations (data available as of December
|
|
20201
20409
|
1, 2020).
|
|
20202
20410
|
format: int64
|
|
20203
20411
|
type: integer
|
|
20204
20412
|
rehydrated_ingested_bytes_agg_sum:
|
|
20205
20413
|
description: Shows the sum of all rehydrated logs bytes ingested over all
|
|
20206
|
-
hours in the current
|
|
20414
|
+
hours in the current month for all organizations (data available as of
|
|
20207
20415
|
December 1, 2020).
|
|
20208
20416
|
format: int64
|
|
20209
20417
|
type: integer
|
|
@@ -20214,27 +20422,27 @@ components:
|
|
|
20214
20422
|
type: integer
|
|
20215
20423
|
rum_session_count_agg_sum:
|
|
20216
20424
|
description: Shows the sum of all browser RUM Lite Sessions over all hours
|
|
20217
|
-
in the current
|
|
20425
|
+
in the current month for all organizations.
|
|
20218
20426
|
format: int64
|
|
20219
20427
|
type: integer
|
|
20220
20428
|
rum_total_session_count_agg_sum:
|
|
20221
20429
|
description: Shows the sum of RUM Sessions (browser and mobile) over all
|
|
20222
|
-
hours in the current
|
|
20430
|
+
hours in the current month for all organizations.
|
|
20223
20431
|
format: int64
|
|
20224
20432
|
type: integer
|
|
20225
20433
|
rum_units_agg_sum:
|
|
20226
20434
|
description: Shows the sum of all browser and mobile RUM units over all
|
|
20227
|
-
hours in the current
|
|
20435
|
+
hours in the current month for all organizations.
|
|
20228
20436
|
format: int64
|
|
20229
20437
|
type: integer
|
|
20230
20438
|
sds_apm_scanned_bytes_sum:
|
|
20231
20439
|
description: Sum of all APM bytes scanned with sensitive data scanner in
|
|
20232
|
-
the current
|
|
20440
|
+
the current month for all organizations.
|
|
20233
20441
|
format: int64
|
|
20234
20442
|
type: integer
|
|
20235
20443
|
sds_events_scanned_bytes_sum:
|
|
20236
20444
|
description: Sum of all event stream events bytes scanned with sensitive
|
|
20237
|
-
data scanner in the current
|
|
20445
|
+
data scanner in the current month for all organizations.
|
|
20238
20446
|
format: int64
|
|
20239
20447
|
type: integer
|
|
20240
20448
|
sds_logs_scanned_bytes_sum:
|
|
@@ -20244,7 +20452,7 @@ components:
|
|
|
20244
20452
|
type: integer
|
|
20245
20453
|
sds_rum_scanned_bytes_sum:
|
|
20246
20454
|
description: Sum of all RUM bytes scanned with sensitive data scanner in
|
|
20247
|
-
the current
|
|
20455
|
+
the current month for all organizations.
|
|
20248
20456
|
format: int64
|
|
20249
20457
|
type: integer
|
|
20250
20458
|
sds_total_scanned_bytes_sum:
|
|
@@ -20255,37 +20463,37 @@ components:
|
|
|
20255
20463
|
type: integer
|
|
20256
20464
|
serverless_apps_azure_count_avg_sum:
|
|
20257
20465
|
description: Sum of the average number of Serverless Apps for Azure in the
|
|
20258
|
-
current
|
|
20466
|
+
current month for all organizations.
|
|
20259
20467
|
format: int64
|
|
20260
20468
|
type: integer
|
|
20261
20469
|
serverless_apps_google_count_avg_sum:
|
|
20262
20470
|
description: Sum of the average number of Serverless Apps for Google Cloud
|
|
20263
|
-
in the current
|
|
20471
|
+
in the current month for all organizations.
|
|
20264
20472
|
format: int64
|
|
20265
20473
|
type: integer
|
|
20266
20474
|
serverless_apps_total_count_avg_sum:
|
|
20267
20475
|
description: Sum of the average number of Serverless Apps for Azure and
|
|
20268
|
-
Google Cloud in the current
|
|
20476
|
+
Google Cloud in the current month for all organizations.
|
|
20269
20477
|
format: int64
|
|
20270
20478
|
type: integer
|
|
20271
20479
|
start_date:
|
|
20272
|
-
description: Shows the first date of usage in the current
|
|
20480
|
+
description: Shows the first date of usage in the current month for all
|
|
20273
20481
|
organizations.
|
|
20274
20482
|
format: date-time
|
|
20275
20483
|
type: string
|
|
20276
20484
|
synthetics_browser_check_calls_count_agg_sum:
|
|
20277
20485
|
description: Shows the sum of all Synthetic browser tests over all hours
|
|
20278
|
-
in the current
|
|
20486
|
+
in the current month for all organizations.
|
|
20279
20487
|
format: int64
|
|
20280
20488
|
type: integer
|
|
20281
20489
|
synthetics_check_calls_count_agg_sum:
|
|
20282
20490
|
description: Shows the sum of all Synthetic API tests over all hours in
|
|
20283
|
-
the current
|
|
20491
|
+
the current month for all organizations.
|
|
20284
20492
|
format: int64
|
|
20285
20493
|
type: integer
|
|
20286
20494
|
synthetics_mobile_test_runs_agg_sum:
|
|
20287
20495
|
description: Shows the sum of Synthetic mobile application tests over all
|
|
20288
|
-
hours in the current
|
|
20496
|
+
hours in the current month for all organizations.
|
|
20289
20497
|
format: int64
|
|
20290
20498
|
type: integer
|
|
20291
20499
|
synthetics_parallel_testing_max_slots_hwm_sum:
|
|
@@ -20295,17 +20503,17 @@ components:
|
|
|
20295
20503
|
type: integer
|
|
20296
20504
|
trace_search_indexed_events_count_agg_sum:
|
|
20297
20505
|
description: Shows the sum of all Indexed Spans indexed over all hours in
|
|
20298
|
-
the current
|
|
20506
|
+
the current month for all organizations.
|
|
20299
20507
|
format: int64
|
|
20300
20508
|
type: integer
|
|
20301
20509
|
twol_ingested_events_bytes_agg_sum:
|
|
20302
20510
|
description: Shows the sum of all ingested APM span bytes over all hours
|
|
20303
|
-
in the current
|
|
20511
|
+
in the current month for all organizations.
|
|
20304
20512
|
format: int64
|
|
20305
20513
|
type: integer
|
|
20306
20514
|
universal_service_monitoring_host_top99p_sum:
|
|
20307
20515
|
description: Shows the 99th percentile of all Universal Service Monitoring
|
|
20308
|
-
hosts over all hours in the current
|
|
20516
|
+
hosts over all hours in the current month for all organizations.
|
|
20309
20517
|
format: int64
|
|
20310
20518
|
type: integer
|
|
20311
20519
|
usage:
|
|
@@ -20315,17 +20523,17 @@ components:
|
|
|
20315
20523
|
type: array
|
|
20316
20524
|
vsphere_host_top99p_sum:
|
|
20317
20525
|
description: Shows the 99th percentile of all vSphere hosts over all hours
|
|
20318
|
-
in the current
|
|
20526
|
+
in the current month for all organizations.
|
|
20319
20527
|
format: int64
|
|
20320
20528
|
type: integer
|
|
20321
20529
|
vuln_management_host_count_top99p_sum:
|
|
20322
20530
|
description: Shows the 99th percentile of all Application Vulnerability
|
|
20323
|
-
Management hosts over all hours in the current
|
|
20531
|
+
Management hosts over all hours in the current month for all organizations.
|
|
20324
20532
|
format: int64
|
|
20325
20533
|
type: integer
|
|
20326
20534
|
workflow_executions_usage_agg_sum:
|
|
20327
20535
|
description: Sum of all workflows executed over all hours in the current
|
|
20328
|
-
|
|
20536
|
+
month for all organizations.
|
|
20329
20537
|
format: int64
|
|
20330
20538
|
type: integer
|
|
20331
20539
|
type: object
|
|
@@ -26574,7 +26782,7 @@ paths:
|
|
|
26574
26782
|
**Notes**:
|
|
26575
26783
|
|
|
26576
26784
|
- Synthetic monitors are created through the Synthetics API. See the [Synthetics
|
|
26577
|
-
API]
|
|
26785
|
+
API](https://docs.datadoghq.com/api/latest/synthetics/) documentation for
|
|
26578
26786
|
more information.
|
|
26579
26787
|
|
|
26580
26788
|
- Log monitors require an unscoped App Key.
|
|
@@ -26881,10 +27089,7 @@ paths:
|
|
|
26881
27089
|
|
|
26882
27090
|
- `operator` `<`, `<=`, `>`, `>=`, `==`, or `!=`.
|
|
26883
27091
|
|
|
26884
|
-
- `#` an integer or decimal number used to set the threshold.
|
|
26885
|
-
|
|
26886
|
-
|
|
26887
|
-
**NOTE** Database Monitoring monitors are in alpha on US1.'
|
|
27092
|
+
- `#` an integer or decimal number used to set the threshold.'
|
|
26888
27093
|
operationId: CreateMonitor
|
|
26889
27094
|
requestBody:
|
|
26890
27095
|
content:
|
|
@@ -33645,6 +33850,7 @@ tags:
|
|
|
33645
33850
|
url: https://docs.datadoghq.com/account_management/api-app-keys/
|
|
33646
33851
|
name: Key Management
|
|
33647
33852
|
- description: Search your logs and send them to your Datadog platform over HTTP.
|
|
33853
|
+
See the [Log Management page](https://docs.datadoghq.com/logs/) for more information.
|
|
33648
33854
|
name: Logs
|
|
33649
33855
|
- description: 'Manage configuration of [log indexes](https://docs.datadoghq.com/logs/indexes/).
|
|
33650
33856
|
|
|
@@ -33675,7 +33881,8 @@ tags:
|
|
|
33675
33881
|
A graph can only contain a set number of points\nand as the timeframe over which
|
|
33676
33882
|
a metric is viewed increases,\naggregation between points occurs to stay below
|
|
33677
33883
|
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
|
|
33884
|
+
only be performed by\na user who has the `Manage Tags for Metrics` permission.\n\nSee
|
|
33885
|
+
the [Metrics page](https://docs.datadoghq.com/metrics/) for more information."
|
|
33679
33886
|
name: Metrics
|
|
33680
33887
|
- description: '[Monitors](https://docs.datadoghq.com/monitors) allow you to watch
|
|
33681
33888
|
a metric or check that you care about and
|
|
@@ -33711,9 +33918,9 @@ tags:
|
|
|
33711
33918
|
externalDocs:
|
|
33712
33919
|
url: https://docs.datadoghq.com/integrations/pagerduty/
|
|
33713
33920
|
name: PagerDuty Integration
|
|
33714
|
-
- description:
|
|
33715
|
-
|
|
33716
|
-
|
|
33921
|
+
- description: Create and manage your security rules, signals, filters, and more.
|
|
33922
|
+
See the [Datadog Security page](https://docs.datadoghq.com/security/) for more
|
|
33923
|
+
information.
|
|
33717
33924
|
name: Security Monitoring
|
|
33718
33925
|
- description: 'The service check endpoint allows you to post check statuses for use
|
|
33719
33926
|
with monitors.
|
|
@@ -33730,18 +33937,18 @@ tags:
|
|
|
33730
33937
|
an OK status.
|
|
33731
33938
|
|
|
33732
33939
|
|
|
33733
|
-
- [Read more about Service Check monitors
|
|
33940
|
+
- [Read more about Service Check monitors][1].
|
|
33734
33941
|
|
|
33735
|
-
- [Read more about Process Check monitors
|
|
33942
|
+
- [Read more about Process Check monitors][2].
|
|
33736
33943
|
|
|
33737
|
-
- [Read more about Network
|
|
33944
|
+
- [Read more about Network monitors][3].
|
|
33738
33945
|
|
|
33739
|
-
- [Read more about Custom Check monitors
|
|
33946
|
+
- [Read more about Custom Check monitors][4].
|
|
33740
33947
|
|
|
33741
|
-
- [Read more about Service
|
|
33948
|
+
- [Read more about Service Checks and status codes][5].
|
|
33742
33949
|
|
|
33743
33950
|
|
|
33744
|
-
[1]: https://docs.datadoghq.com/monitors/
|
|
33951
|
+
[1]: https://docs.datadoghq.com/monitors/types/service_check/
|
|
33745
33952
|
|
|
33746
33953
|
[2]: https://docs.datadoghq.com/monitors/create/types/process_check/?tab=checkalert
|
|
33747
33954
|
|
|
@@ -33755,7 +33962,8 @@ tags:
|
|
|
33755
33962
|
from negatively impacting\nyour SLO\u2019s status and error budget. You can use
|
|
33756
33963
|
Status Corrections for various purposes, such\nas removing planned maintenance
|
|
33757
33964
|
windows, non-business hours, or other time periods that do\nnot correspond to
|
|
33758
|
-
genuine issues.
|
|
33965
|
+
genuine issues. See [SLO status corrections](https://docs.datadoghq.com/service_management/service_level_objectives/#slo-status-corrections)
|
|
33966
|
+
for more information."
|
|
33759
33967
|
name: Service Level Objective Corrections
|
|
33760
33968
|
- description: '[Service Level Objectives](https://docs.datadoghq.com/monitors/service_level_objectives/#configuration)
|
|
33761
33969
|
|
|
@@ -33805,9 +34013,7 @@ tags:
|
|
|
33805
34013
|
users, feed, chef, puppet, git, bitbucket, fabric, capistrano, etc.
|
|
33806
34014
|
|
|
33807
34015
|
|
|
33808
|
-
Read more about tags on
|
|
33809
|
-
|
|
33810
|
-
[documentation page](https://docs.datadoghq.com/tagging).'
|
|
34016
|
+
Read more about tags on [Getting Started with Tags](https://docs.datadoghq.com/getting_started/tagging/).'
|
|
33811
34017
|
name: Tags
|
|
33812
34018
|
- description: 'The usage metering API allows you to get hourly, daily, and
|
|
33813
34019
|
|
|
@@ -33839,9 +34045,8 @@ tags:
|
|
|
33839
34045
|
- description: 'Configure your Datadog-Webhooks integration directly through the Datadog
|
|
33840
34046
|
API.
|
|
33841
34047
|
|
|
33842
|
-
|
|
33843
|
-
|
|
33844
|
-
see the [integration page](https://docs.datadoghq.com/integrations/webhooks).'
|
|
34048
|
+
See the [Webhooks integration page](https://docs.datadoghq.com/integrations/webhooks)
|
|
34049
|
+
for more information.'
|
|
33845
34050
|
externalDocs:
|
|
33846
34051
|
url: https://docs.datadoghq.com/integrations/webhooks
|
|
33847
34052
|
name: Webhooks Integration
|