datadog_api_client 2.46.0 → 2.47.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/.generator/schemas/v1/openapi.yaml +105 -7
- data/.generator/schemas/v2/openapi.yaml +1285 -324
- data/CHANGELOG.md +26 -0
- data/examples/v1/dashboards/CreateDashboard_3685886950.rb +36 -0
- data/examples/v1/dashboards/CreateDashboard_865807520.rb +36 -0
- data/examples/v1/dashboards/CreateDashboard_9836563.rb +118 -0
- data/examples/v2/apm/GetServiceList.rb +5 -0
- data/examples/v2/aws-integration/CreateAWSAccount.rb +11 -0
- data/examples/v2/aws-integration/CreateAWSAccount_1716720881.rb +11 -0
- data/examples/v2/aws-integration/UpdateAWSAccount.rb +11 -0
- data/examples/v2/csm-threats/CreateCSMThreatsAgentRule_1295653933.rb +3 -1
- data/examples/v2/csm-threats/CreateCSMThreatsAgentRule_1363354233.rb +1 -1
- data/examples/v2/deployment-gates/GetDeploymentGateRules.rb +11 -0
- data/examples/v2/events/CreateEvent.rb +1 -0
- data/examples/v2/observability-pipelines/CreatePipeline.rb +12 -4
- data/examples/v2/observability-pipelines/UpdatePipeline.rb +12 -4
- data/examples/v2/observability-pipelines/ValidatePipeline.rb +12 -4
- data/examples/v2/on-call/CreateUserNotificationChannel.rb +23 -0
- data/examples/v2/on-call/DeleteUserNotificationChannel.rb +11 -0
- data/examples/v2/on-call/GetUserNotificationChannel.rb +11 -0
- data/examples/v2/on-call/ListUserNotificationChannels.rb +8 -0
- data/examples/v2/security-monitoring/CreateCases.rb +2 -2
- data/examples/v2/security-monitoring/CreateCases_2385516013.rb +1 -1
- data/examples/v2/security-monitoring/CreateCases_2798851680.rb +2 -2
- data/examples/v2/security-monitoring/CreateJiraIssues.rb +14 -69
- data/examples/v2/security-monitoring/GetSecretsRules.rb +1 -1
- data/examples/v2/security-monitoring/GetSuppressionVersionHistory.rb +8 -0
- data/examples/v2/security-monitoring/ValidateSecurityMonitoringRule_2609327779.rb +54 -0
- data/lib/datadog_api_client/configuration.rb +4 -3
- data/lib/datadog_api_client/inflector.rb +43 -6
- data/lib/datadog_api_client/v1/models/formula_and_function_metric_query_definition.rb +13 -3
- data/lib/datadog_api_client/v1/models/formula_and_function_metric_semantic_mode.rb +27 -0
- data/lib/datadog_api_client/v1/models/geomap_widget_definition.rb +4 -5
- data/lib/datadog_api_client/v1/models/geomap_widget_definition_view.rb +1 -1
- data/lib/datadog_api_client/v1/models/geomap_widget_request.rb +37 -3
- data/lib/datadog_api_client/v1/models/geomap_widget_request_style.rb +105 -0
- data/lib/datadog_api_client/v1/models/monitor_search_response.rb +1 -1
- data/lib/datadog_api_client/v1/models/usage_summary_date.rb +41 -1
- data/lib/datadog_api_client/v1/models/usage_summary_date_org.rb +41 -1
- data/lib/datadog_api_client/v1/models/usage_summary_response.rb +41 -1
- data/lib/datadog_api_client/v2/api/apm_api.rb +83 -0
- data/lib/datadog_api_client/v2/api/deployment_gates_api.rb +71 -0
- data/lib/datadog_api_client/v2/api/incidents_api.rb +0 -18
- data/lib/datadog_api_client/v2/api/on_call_api.rb +277 -0
- data/lib/datadog_api_client/v2/api/security_monitoring_api.rb +99 -11
- data/lib/datadog_api_client/v2/api/teams_api.rb +6 -0
- data/lib/datadog_api_client/v2/models/attach_case_request_data.rb +1 -1
- data/lib/datadog_api_client/v2/models/attach_jira_issue_request_data.rb +1 -11
- data/lib/datadog_api_client/v2/models/attach_jira_issue_request_data_attributes.rb +1 -1
- data/lib/datadog_api_client/v2/models/aws_account_create_request_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/aws_account_response_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/aws_account_update_request_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/awsccm_config.rb +107 -0
- data/lib/datadog_api_client/v2/models/case_insights_items.rb +3 -3
- data/lib/datadog_api_client/v2/models/case_management_project_data.rb +1 -1
- data/lib/datadog_api_client/v2/models/cloud_workload_security_agent_policy_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/cloud_workload_security_agent_policy_version.rb +2 -2
- data/lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_action.rb +2 -2
- data/lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_action_hash.rb +105 -0
- data/lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_action_set.rb +1 -1
- data/lib/datadog_api_client/v2/models/{create_jira_issue_request_array_included.rb → cloud_workload_security_agent_rule_action_set_value.rb} +5 -5
- data/lib/datadog_api_client/v2/models/create_case_request_data.rb +1 -11
- data/lib/datadog_api_client/v2/models/create_case_request_data_attributes.rb +3 -3
- data/lib/datadog_api_client/v2/models/create_email_notification_channel_config.rb +167 -0
- data/lib/datadog_api_client/v2/models/create_jira_issue_request_array.rb +3 -15
- data/lib/datadog_api_client/v2/models/create_jira_issue_request_data.rb +1 -11
- data/lib/datadog_api_client/v2/models/create_jira_issue_request_data_attributes.rb +43 -3
- data/lib/datadog_api_client/v2/models/create_jira_issue_request_data_relationships.rb +35 -14
- data/lib/datadog_api_client/v2/models/create_notification_channel_attributes.rb +105 -0
- data/lib/datadog_api_client/v2/models/create_notification_channel_config.rb +63 -0
- data/lib/datadog_api_client/v2/models/create_notification_channel_data.rb +133 -0
- data/lib/datadog_api_client/v2/models/create_phone_notification_channel_config.rb +144 -0
- data/lib/datadog_api_client/v2/models/{create_jira_issue_request_data_relationships_case.rb → create_user_notification_channel_request.rb} +5 -5
- data/lib/datadog_api_client/v2/models/data_export_config.rb +145 -0
- data/lib/datadog_api_client/v2/models/deployment_gate_rules_response.rb +105 -0
- data/lib/datadog_api_client/v2/models/detach_case_request_data.rb +1 -11
- data/lib/datadog_api_client/v2/models/event_payload.rb +26 -1
- data/lib/datadog_api_client/v2/models/finding_case_response_data.rb +1 -1
- data/lib/datadog_api_client/v2/models/finding_data.rb +1 -1
- data/lib/datadog_api_client/v2/models/finding_jira_issue.rb +2 -2
- data/lib/datadog_api_client/v2/models/finding_jira_issue_result.rb +4 -4
- data/lib/datadog_api_client/v2/models/get_suppression_version_history_data.rb +125 -0
- data/lib/datadog_api_client/v2/models/get_suppression_version_history_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/get_suppression_version_history_response.rb +105 -0
- data/lib/datadog_api_client/v2/models/library.rb +13 -1
- data/lib/datadog_api_client/v2/models/list_deployment_rule_response_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/list_deployment_rules_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/{create_jira_issue_request_data_attributes_fields.rb → list_deployment_rules_response_data_attributes.rb} +12 -10
- data/lib/datadog_api_client/v2/models/list_notification_channels_response.rb +107 -0
- data/lib/datadog_api_client/v2/models/notification_channel.rb +105 -0
- data/lib/datadog_api_client/v2/models/notification_channel_attributes.rb +115 -0
- data/lib/datadog_api_client/v2/models/notification_channel_config.rb +64 -0
- data/lib/datadog_api_client/v2/models/notification_channel_data.rb +143 -0
- data/lib/datadog_api_client/v2/models/notification_channel_email_config.rb +167 -0
- data/lib/datadog_api_client/v2/models/notification_channel_email_config_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/notification_channel_email_format_type.rb +27 -0
- data/lib/datadog_api_client/v2/models/notification_channel_phone_config.rb +225 -0
- data/lib/datadog_api_client/v2/models/notification_channel_phone_config_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/notification_channel_push_config.rb +165 -0
- data/lib/datadog_api_client/v2/models/notification_channel_push_config_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/notification_channel_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_add_env_vars_processor.rb +22 -24
- data/lib/datadog_api_client/v2/models/observability_pipeline_add_fields_processor.rb +22 -24
- data/lib/datadog_api_client/v2/models/observability_pipeline_config.rb +2 -2
- data/lib/datadog_api_client/v2/models/observability_pipeline_config_processor_group.rb +211 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_custom_processor.rb +22 -24
- data/lib/datadog_api_client/v2/models/observability_pipeline_custom_processor_remap.rb +1 -12
- data/lib/datadog_api_client/v2/models/observability_pipeline_datadog_tags_processor.rb +22 -24
- data/lib/datadog_api_client/v2/models/observability_pipeline_dedupe_processor.rb +22 -24
- data/lib/datadog_api_client/v2/models/observability_pipeline_enrichment_table_processor.rb +22 -24
- data/lib/datadog_api_client/v2/models/observability_pipeline_filter_processor.rb +22 -24
- data/lib/datadog_api_client/v2/models/observability_pipeline_generate_metrics_processor.rb +24 -48
- data/lib/datadog_api_client/v2/models/observability_pipeline_ocsf_mapper_processor.rb +22 -24
- data/lib/datadog_api_client/v2/models/observability_pipeline_parse_grok_processor.rb +22 -24
- data/lib/datadog_api_client/v2/models/observability_pipeline_parse_json_processor.rb +22 -24
- data/lib/datadog_api_client/v2/models/observability_pipeline_quota_processor.rb +18 -31
- data/lib/datadog_api_client/v2/models/observability_pipeline_reduce_processor.rb +22 -24
- data/lib/datadog_api_client/v2/models/observability_pipeline_remove_fields_processor.rb +22 -24
- data/lib/datadog_api_client/v2/models/observability_pipeline_rename_fields_processor.rb +22 -24
- data/lib/datadog_api_client/v2/models/observability_pipeline_sample_processor.rb +22 -24
- data/lib/datadog_api_client/v2/models/observability_pipeline_sensitive_data_scanner_processor.rb +22 -24
- data/lib/datadog_api_client/v2/models/observability_pipeline_throttle_processor.rb +22 -24
- data/lib/datadog_api_client/v2/models/rule_versions.rb +1 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_new_value_options.rb +11 -1
- data/lib/datadog_api_client/v2/models/service_list.rb +105 -0
- data/lib/datadog_api_client/v2/models/{create_jira_issue_request_data_relationships_case_data.rb → service_list_data.rb} +17 -18
- data/lib/datadog_api_client/v2/models/service_list_data_attributes.rb +119 -0
- data/lib/datadog_api_client/v2/models/service_list_data_attributes_metadata_items.rb +115 -0
- data/lib/datadog_api_client/v2/models/service_list_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/suppression_version_history.rb +133 -0
- data/lib/datadog_api_client/v2/models/suppression_versions.rb +117 -0
- data/lib/datadog_api_client/v2/models/{rule_version_update.rb → version_history_update.rb} +3 -3
- data/lib/datadog_api_client/v2/models/{rule_version_update_type.rb → version_history_update_type.rb} +1 -1
- data/lib/datadog_api_client/v2/models/vulnerability_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/vulnerability_ecosystem.rb +6 -1
- data/lib/datadog_api_client/v2/models/vulnerability_tool.rb +1 -0
- data/lib/datadog_api_client/version.rb +1 -1
- metadata +55 -9
- data/examples/v2/security-monitoring/CreateJiraIssues_379590688.rb +0 -56
- data/examples/v2/security-monitoring/CreateJiraIssues_829823123.rb +0 -64
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 548a3e15472594fea6116f9187b5022f3b12fa56ec8c785b37d615acc6a8ed61
|
|
4
|
+
data.tar.gz: eb4025454fa1a26961fefe65f58a3db25d0a1fc3551e9895a71ee5ab1061fbdd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3397fa1f963c6863511b8b105e1a4e06ca2bfbe18686f1f1894f385db481d9cdd831eac10627e3c1bbbf4a79d89f84b86e3bfc2346fd0119da9e0c13afd27474
|
|
7
|
+
data.tar.gz: b72fedf27832fdefbc8311e103b7fb983f0e0e55354a1d5081303b4813f4a8b7c296d74b441df64fba4331b5d07bd67c5ea30a6ab88ccb527b0ceac7a13b11b8
|
|
@@ -2952,11 +2952,24 @@ components:
|
|
|
2952
2952
|
description: Metrics query definition.
|
|
2953
2953
|
example: avg:system.cpu.user{*}
|
|
2954
2954
|
type: string
|
|
2955
|
+
semantic_mode:
|
|
2956
|
+
$ref: '#/components/schemas/FormulaAndFunctionMetricSemanticMode'
|
|
2955
2957
|
required:
|
|
2956
2958
|
- data_source
|
|
2957
2959
|
- query
|
|
2958
2960
|
- name
|
|
2959
2961
|
type: object
|
|
2962
|
+
FormulaAndFunctionMetricSemanticMode:
|
|
2963
|
+
description: Semantic mode for metrics queries. This determines how metrics
|
|
2964
|
+
from different sources are combined or displayed.
|
|
2965
|
+
enum:
|
|
2966
|
+
- combined
|
|
2967
|
+
- native
|
|
2968
|
+
example: combined
|
|
2969
|
+
type: string
|
|
2970
|
+
x-enum-varnames:
|
|
2971
|
+
- COMBINED
|
|
2972
|
+
- NATIVE
|
|
2960
2973
|
FormulaAndFunctionProcessQueryDataSource:
|
|
2961
2974
|
description: Data sources that rely on the process backend.
|
|
2962
2975
|
enum:
|
|
@@ -3435,9 +3448,10 @@ components:
|
|
|
3435
3448
|
$ref: '#/components/schemas/WidgetCustomLink'
|
|
3436
3449
|
type: array
|
|
3437
3450
|
requests:
|
|
3438
|
-
description: 'Array of
|
|
3439
|
-
|
|
3440
|
-
|
|
3451
|
+
description: 'Array of request objects to display in the widget. May include
|
|
3452
|
+
an optional request for the region layer and/or an optional request for
|
|
3453
|
+
the points layer. Region layer requests must contain a `group-by` tag
|
|
3454
|
+
whose value is a country ISO code.
|
|
3441
3455
|
|
|
3442
3456
|
See the [Request JSON schema documentation](https://docs.datadoghq.com/dashboards/graphing_json/request_json)
|
|
3443
3457
|
|
|
@@ -3448,7 +3462,7 @@ components:
|
|
|
3448
3462
|
query: <METRIC_1>{<SCOPE_1>}
|
|
3449
3463
|
items:
|
|
3450
3464
|
$ref: '#/components/schemas/GeomapWidgetRequest'
|
|
3451
|
-
maxItems:
|
|
3465
|
+
maxItems: 2
|
|
3452
3466
|
minItems: 1
|
|
3453
3467
|
type: array
|
|
3454
3468
|
style:
|
|
@@ -3506,8 +3520,9 @@ components:
|
|
|
3506
3520
|
focus: WORLD
|
|
3507
3521
|
properties:
|
|
3508
3522
|
focus:
|
|
3509
|
-
description: The 2-letter ISO code of a country to focus the map on
|
|
3510
|
-
`WORLD
|
|
3523
|
+
description: The 2-letter ISO code of a country to focus the map on, or
|
|
3524
|
+
`WORLD` for global view, or a region (`EMEA`, `APAC`, `LATAM`), or a continent
|
|
3525
|
+
(`NORTH_AMERICA`, `SOUTH_AMERICA`, `EUROPE`, `AFRICA`, `ASIA`, `OCEANIA`).
|
|
3511
3526
|
example: WORLD
|
|
3512
3527
|
type: string
|
|
3513
3528
|
required:
|
|
@@ -3526,6 +3541,12 @@ components:
|
|
|
3526
3541
|
items:
|
|
3527
3542
|
$ref: '#/components/schemas/ListStreamColumn'
|
|
3528
3543
|
type: array
|
|
3544
|
+
conditional_formats:
|
|
3545
|
+
description: Threshold (numeric) conditional formatting rules may be used
|
|
3546
|
+
by a regions layer.
|
|
3547
|
+
items:
|
|
3548
|
+
$ref: '#/components/schemas/WidgetConditionalFormat'
|
|
3549
|
+
type: array
|
|
3529
3550
|
formulas:
|
|
3530
3551
|
description: List of formulas that operate on queries.
|
|
3531
3552
|
items:
|
|
@@ -3551,6 +3572,23 @@ components:
|
|
|
3551
3572
|
$ref: '#/components/schemas/LogQueryDefinition'
|
|
3552
3573
|
sort:
|
|
3553
3574
|
$ref: '#/components/schemas/WidgetSortBy'
|
|
3575
|
+
style:
|
|
3576
|
+
$ref: '#/components/schemas/GeomapWidgetRequestStyle'
|
|
3577
|
+
text_formats:
|
|
3578
|
+
description: Text formatting rules may be used by a points layer.
|
|
3579
|
+
items:
|
|
3580
|
+
$ref: '#/components/schemas/TableWidgetTextFormatRule'
|
|
3581
|
+
type: array
|
|
3582
|
+
type: object
|
|
3583
|
+
GeomapWidgetRequestStyle:
|
|
3584
|
+
description: The style to apply to the request for points layer.
|
|
3585
|
+
example:
|
|
3586
|
+
color_by: status
|
|
3587
|
+
properties:
|
|
3588
|
+
color_by:
|
|
3589
|
+
description: The category to color the points by.
|
|
3590
|
+
example: status
|
|
3591
|
+
type: string
|
|
3554
3592
|
type: object
|
|
3555
3593
|
GraphSnapshot:
|
|
3556
3594
|
description: Object representing a graph snapshot.
|
|
@@ -8114,7 +8152,7 @@ components:
|
|
|
8114
8152
|
readOnly: true
|
|
8115
8153
|
type: object
|
|
8116
8154
|
MonitorSearchResponse:
|
|
8117
|
-
description: The response
|
|
8155
|
+
description: The response from a monitor search.
|
|
8118
8156
|
example:
|
|
8119
8157
|
counts:
|
|
8120
8158
|
muted:
|
|
@@ -20900,6 +20938,11 @@ components:
|
|
|
20900
20938
|
for the given date and given organization.
|
|
20901
20939
|
format: int64
|
|
20902
20940
|
type: integer
|
|
20941
|
+
cloud_cost_management_oci_host_count_avg:
|
|
20942
|
+
description: Average host count for Cloud Cost Management on OCI for the
|
|
20943
|
+
given date and organization.
|
|
20944
|
+
format: int64
|
|
20945
|
+
type: integer
|
|
20903
20946
|
cloud_siem_events_sum:
|
|
20904
20947
|
description: Shows the sum of all Cloud Security Information and Event Management
|
|
20905
20948
|
events over all hours in the current date for the given org.
|
|
@@ -21134,6 +21177,11 @@ components:
|
|
|
21134
21177
|
Plus over all hours in the current date for the given org.
|
|
21135
21178
|
format: int64
|
|
21136
21179
|
type: integer
|
|
21180
|
+
eph_infra_host_proxmox_sum:
|
|
21181
|
+
description: Sum of all ephemeral infrastructure hosts for Proxmox over
|
|
21182
|
+
all hours in the current date for all organizations.
|
|
21183
|
+
format: int64
|
|
21184
|
+
type: integer
|
|
21137
21185
|
error_tracking_apm_error_events_sum:
|
|
21138
21186
|
description: Shows the sum of all Error Tracking APM error events over all
|
|
21139
21187
|
hours in the current date for the given org.
|
|
@@ -21430,6 +21478,16 @@ components:
|
|
|
21430
21478
|
within the current date for all organizations.
|
|
21431
21479
|
format: int64
|
|
21432
21480
|
type: integer
|
|
21481
|
+
proxmox_host_sum:
|
|
21482
|
+
description: Sum of all Proxmox hosts over all hours in the current date
|
|
21483
|
+
for all organizations.
|
|
21484
|
+
format: int64
|
|
21485
|
+
type: integer
|
|
21486
|
+
proxmox_host_top99p:
|
|
21487
|
+
description: 99th percentile of all Proxmox hosts over all hours in the
|
|
21488
|
+
current date for all organizations.
|
|
21489
|
+
format: int64
|
|
21490
|
+
type: integer
|
|
21433
21491
|
published_app_hwm:
|
|
21434
21492
|
description: Shows the high-water mark of all published applications over
|
|
21435
21493
|
all hours in the current date for all organizations.
|
|
@@ -22013,6 +22071,11 @@ components:
|
|
|
22013
22071
|
for the given date and given org.
|
|
22014
22072
|
format: int64
|
|
22015
22073
|
type: integer
|
|
22074
|
+
cloud_cost_management_oci_host_count_avg:
|
|
22075
|
+
description: Average host count for Cloud Cost Management on OCI for the
|
|
22076
|
+
given date and organization.
|
|
22077
|
+
format: int64
|
|
22078
|
+
type: integer
|
|
22016
22079
|
cloud_siem_events_sum:
|
|
22017
22080
|
description: Shows the sum of all Cloud Security Information and Event Management
|
|
22018
22081
|
events over all hours in the current date for the given org.
|
|
@@ -22253,6 +22316,11 @@ components:
|
|
|
22253
22316
|
Plus over all hours in the current date for the given org.
|
|
22254
22317
|
format: int64
|
|
22255
22318
|
type: integer
|
|
22319
|
+
eph_infra_host_proxmox_sum:
|
|
22320
|
+
description: Sum of all ephemeral infrastructure hosts for Proxmox over
|
|
22321
|
+
all hours in the current date for the given organization.
|
|
22322
|
+
format: int64
|
|
22323
|
+
type: integer
|
|
22256
22324
|
error_tracking_apm_error_events_sum:
|
|
22257
22325
|
description: Shows the sum of all Error Tracking APM error events over all
|
|
22258
22326
|
hours in the current date for the given org.
|
|
@@ -22547,6 +22615,16 @@ components:
|
|
|
22547
22615
|
within the current date for the given org.
|
|
22548
22616
|
format: int64
|
|
22549
22617
|
type: integer
|
|
22618
|
+
proxmox_host_sum:
|
|
22619
|
+
description: Sum of all Proxmox hosts over all hours in the current date
|
|
22620
|
+
for the given organization.
|
|
22621
|
+
format: int64
|
|
22622
|
+
type: integer
|
|
22623
|
+
proxmox_host_top99p:
|
|
22624
|
+
description: 99th percentile of all Proxmox hosts over all hours in the
|
|
22625
|
+
current date for the given organization.
|
|
22626
|
+
format: int64
|
|
22627
|
+
type: integer
|
|
22550
22628
|
public_id:
|
|
22551
22629
|
description: The organization public id.
|
|
22552
22630
|
type: string
|
|
@@ -23136,6 +23214,11 @@ components:
|
|
|
23136
23214
|
all cloud providers.
|
|
23137
23215
|
format: int64
|
|
23138
23216
|
type: integer
|
|
23217
|
+
cloud_cost_management_oci_host_count_avg_sum:
|
|
23218
|
+
description: Sum of the average host counts for Cloud Cost Management on
|
|
23219
|
+
OCI.
|
|
23220
|
+
format: int64
|
|
23221
|
+
type: integer
|
|
23139
23222
|
cloud_siem_events_agg_sum:
|
|
23140
23223
|
description: Shows the sum of all Cloud Security Information and Event Management
|
|
23141
23224
|
events over all hours in the current month for all organizations.
|
|
@@ -23377,6 +23460,11 @@ components:
|
|
|
23377
23460
|
Plus over all hours in the current month for all organizations.
|
|
23378
23461
|
format: int64
|
|
23379
23462
|
type: integer
|
|
23463
|
+
eph_infra_host_proxmox_agg_sum:
|
|
23464
|
+
description: Sum of all ephemeral infrastructure hosts for Proxmox over
|
|
23465
|
+
all hours in the current month for all organizations.
|
|
23466
|
+
format: int64
|
|
23467
|
+
type: integer
|
|
23380
23468
|
error_tracking_apm_error_events_agg_sum:
|
|
23381
23469
|
description: Shows the sum of all Error Tracking APM error events over all
|
|
23382
23470
|
hours in the current month for all organizations.
|
|
@@ -23695,6 +23783,16 @@ components:
|
|
|
23695
23783
|
in the current month for all organizations.
|
|
23696
23784
|
format: int64
|
|
23697
23785
|
type: integer
|
|
23786
|
+
proxmox_host_agg_sum:
|
|
23787
|
+
description: Sum of all Proxmox hosts over all hours in the current month
|
|
23788
|
+
for all organizations.
|
|
23789
|
+
format: int64
|
|
23790
|
+
type: integer
|
|
23791
|
+
proxmox_host_top99p_sum:
|
|
23792
|
+
description: Sum of the 99th percentile of all Proxmox hosts over all hours
|
|
23793
|
+
in the current month for all organizations.
|
|
23794
|
+
format: int64
|
|
23795
|
+
type: integer
|
|
23698
23796
|
published_app_hwm_sum:
|
|
23699
23797
|
description: Shows the high-water mark of all published applications over
|
|
23700
23798
|
all hours in the current month for all organizations.
|