datadog_api_client 2.24.0 → 2.25.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 +2 -0
- data/.generator/schemas/v1/openapi.yaml +265 -8
- data/.generator/schemas/v2/openapi.yaml +1471 -32
- data/.generator/src/generator/openapi.py +4 -0
- data/CHANGELOG.md +41 -0
- data/examples/v1/azure-integration/CreateAzureIntegration.rb +1 -1
- data/examples/v1/azure-integration/UpdateAzureHostFilters.rb +7 -1
- data/examples/v1/azure-integration/UpdateAzureIntegration.rb +7 -1
- data/examples/v1/dashboards/CreateDashboard_985012506.rb +61 -0
- data/examples/v1/synthetics/CreateSyntheticsAPITest_1717840259.rb +163 -0
- data/examples/v1/synthetics/CreateSyntheticsBrowserTest.rb +2 -0
- data/examples/v2/cloud-cost-management/DeleteCustomCostsFile.rb +5 -0
- data/examples/v2/cloud-cost-management/DeleteCustomCostsFile_372970393.rb +5 -0
- data/examples/v2/cloud-cost-management/GetCustomCostsFile.rb +5 -0
- data/examples/v2/cloud-cost-management/GetCustomCostsFile_1307381576.rb +5 -0
- data/examples/v2/cloud-cost-management/ListCustomCostsFiles.rb +5 -0
- data/examples/v2/cloud-cost-management/ListCustomCostsFiles_1968771127.rb +5 -0
- data/examples/v2/cloud-cost-management/UploadCustomCostsFile.rb +15 -0
- data/examples/v2/cloud-cost-management/UploadCustomCostsFile_4125168396.rb +19 -0
- data/examples/v2/network-device-monitoring/GetDevice.rb +5 -0
- data/examples/v2/network-device-monitoring/GetInterfaces.rb +5 -0
- data/examples/v2/network-device-monitoring/ListDeviceUserTags.rb +5 -0
- data/examples/v2/network-device-monitoring/ListDevices.rb +10 -0
- data/examples/v2/network-device-monitoring/UpdateDeviceUserTags.rb +18 -0
- data/examples/v2/roles/CreateRole.rb +0 -3
- data/examples/v2/security-monitoring/ConvertExistingSecurityMonitoringRule.rb +8 -0
- data/examples/v2/security-monitoring/ConvertSecurityMonitoringRuleFromJSONToTerraform.rb +36 -0
- data/examples/v2/service-scorecards/UpdateScorecardRule.rb +24 -0
- data/examples/v2/workflow-automation/CancelWorkflowInstance.rb +5 -0
- data/examples/v2/workflow-automation/CreateWorkflowInstance.rb +13 -0
- data/examples/v2/workflow-automation/GetWorkflowInstance.rb +5 -0
- data/examples/v2/workflow-automation/ListWorkflowInstances.rb +5 -0
- data/lib/datadog_api_client/configuration.rb +1 -0
- data/lib/datadog_api_client/inflector.rb +53 -1
- data/lib/datadog_api_client/v1/api/aws_logs_integration_api.rb +1 -1
- data/lib/datadog_api_client/v1/api/hosts_api.rb +1 -1
- data/lib/datadog_api_client/v1/api/monitors_api.rb +12 -1
- data/lib/datadog_api_client/v1/api/usage_metering_api.rb +7 -3
- data/lib/datadog_api_client/v1/models/azure_account.rb +14 -1
- data/lib/datadog_api_client/v1/models/azure_account_metrics_config.rb +85 -0
- data/lib/datadog_api_client/v1/models/formula_and_function_apm_dependency_stats_query_definition.rb +24 -1
- data/lib/datadog_api_client/v1/models/formula_and_function_apm_resource_stats_query_definition.rb +24 -1
- data/lib/datadog_api_client/v1/models/formula_and_function_cloud_cost_query_definition.rb +24 -1
- data/lib/datadog_api_client/v1/models/formula_and_function_event_query_definition.rb +24 -1
- data/lib/datadog_api_client/v1/models/formula_and_function_events_data_source.rb +1 -0
- data/lib/datadog_api_client/v1/models/formula_and_function_metric_query_definition.rb +24 -1
- data/lib/datadog_api_client/v1/models/formula_and_function_process_query_definition.rb +24 -1
- data/lib/datadog_api_client/v1/models/formula_and_function_slo_query_definition.rb +24 -1
- data/lib/datadog_api_client/v1/models/formula_and_function_slo_query_type.rb +1 -0
- data/lib/datadog_api_client/v1/models/hourly_usage_attribution_usage_type.rb +2 -0
- data/lib/datadog_api_client/v1/models/list_stream_source.rb +1 -0
- data/lib/datadog_api_client/v1/models/monitor_formula_and_function_events_data_source.rb +1 -0
- data/lib/datadog_api_client/v1/models/monitor_type.rb +1 -0
- data/lib/datadog_api_client/v1/models/monthly_usage_attribution_supported_metrics.rb +4 -0
- data/lib/datadog_api_client/v1/models/monthly_usage_attribution_values.rb +41 -1
- data/lib/datadog_api_client/v1/models/synthetics_basic_auth_digest.rb +12 -1
- data/lib/datadog_api_client/v1/models/synthetics_basic_auth_oauth_client.rb +12 -1
- data/lib/datadog_api_client/v1/models/synthetics_basic_auth_oauth_rop.rb +12 -1
- data/lib/datadog_api_client/v1/models/synthetics_delete_tests_payload.rb +12 -1
- data/lib/datadog_api_client/v1/models/synthetics_test_options.rb +21 -1
- data/lib/datadog_api_client/v1/models/usage_billable_summary_hour.rb +21 -1
- data/lib/datadog_api_client/v1/models/usage_summary_date.rb +61 -1
- data/lib/datadog_api_client/v1/models/usage_summary_date_org.rb +81 -1
- data/lib/datadog_api_client/v1/models/usage_summary_response.rb +61 -1
- data/lib/datadog_api_client/v2/api/api_management_api.rb +5 -5
- data/lib/datadog_api_client/v2/api/authn_mappings_api.rb +6 -0
- data/lib/datadog_api_client/v2/api/case_management_api.rb +13 -13
- data/lib/datadog_api_client/v2/api/cloud_cost_management_api.rb +260 -0
- data/lib/datadog_api_client/v2/api/network_device_monitoring_api.rb +362 -0
- data/lib/datadog_api_client/v2/api/organizations_api.rb +1 -1
- data/lib/datadog_api_client/v2/api/restriction_policies_api.rb +15 -7
- data/lib/datadog_api_client/v2/api/security_monitoring_api.rb +134 -0
- data/lib/datadog_api_client/v2/api/service_scorecards_api.rb +79 -1
- data/lib/datadog_api_client/v2/api/usage_metering_api.rb +8 -0
- data/lib/datadog_api_client/v2/api/workflow_automation_api.rb +307 -0
- data/lib/datadog_api_client/v2/models/api_key_relationships.rb +9 -1
- data/lib/datadog_api_client/v2/models/authn_mapping_resource_type.rb +27 -0
- data/lib/datadog_api_client/v2/models/cost_by_org_attributes.rb +21 -1
- data/lib/datadog_api_client/v2/models/custom_cost_get_response_meta.rb +80 -0
- data/lib/datadog_api_client/v2/models/custom_cost_list_response_meta.rb +90 -0
- data/lib/datadog_api_client/v2/models/custom_cost_upload_response_meta.rb +80 -0
- data/lib/datadog_api_client/v2/models/custom_costs_file_get_response.rb +90 -0
- data/lib/datadog_api_client/v2/models/custom_costs_file_line_item.rb +173 -0
- data/lib/datadog_api_client/v2/models/custom_costs_file_list_response.rb +92 -0
- data/lib/datadog_api_client/v2/models/custom_costs_file_metadata.rb +152 -0
- data/lib/datadog_api_client/v2/models/custom_costs_file_metadata_high_level.rb +100 -0
- data/lib/datadog_api_client/v2/models/custom_costs_file_metadata_with_content.rb +164 -0
- data/lib/datadog_api_client/v2/models/custom_costs_file_metadata_with_content_high_level.rb +100 -0
- data/lib/datadog_api_client/v2/models/custom_costs_file_upload_response.rb +90 -0
- data/lib/datadog_api_client/v2/models/custom_costs_file_usage_charge_period.rb +90 -0
- data/lib/datadog_api_client/v2/models/custom_costs_user.rb +100 -0
- data/lib/datadog_api_client/v2/models/device_attributes.rb +272 -0
- data/lib/datadog_api_client/v2/models/device_attributes_interface_statuses.rb +110 -0
- data/lib/datadog_api_client/v2/models/devices_list_data.rb +100 -0
- data/lib/datadog_api_client/v2/models/dora_deployment_request_attributes.rb +2 -2
- data/lib/datadog_api_client/v2/models/dora_incident_request_attributes.rb +2 -2
- data/lib/datadog_api_client/v2/models/full_application_key_attributes.rb +1 -1
- data/lib/datadog_api_client/v2/models/get_device_attributes.rb +262 -0
- data/lib/datadog_api_client/v2/models/get_device_data.rb +100 -0
- data/lib/datadog_api_client/v2/models/get_device_response.rb +80 -0
- data/lib/datadog_api_client/v2/models/get_interfaces_data.rb +100 -0
- data/lib/datadog_api_client/v2/models/get_interfaces_response.rb +82 -0
- data/lib/datadog_api_client/v2/models/hourly_usage_attributes.rb +21 -1
- data/lib/datadog_api_client/v2/models/interface_attributes.rb +130 -0
- data/lib/datadog_api_client/v2/models/interface_attributes_status.rb +29 -0
- data/lib/datadog_api_client/v2/models/list_devices_response.rb +92 -0
- data/lib/datadog_api_client/v2/models/list_devices_response_metadata.rb +80 -0
- data/lib/datadog_api_client/v2/models/list_devices_response_metadata_page.rb +80 -0
- data/lib/datadog_api_client/v2/models/list_tags_response.rb +80 -0
- data/lib/datadog_api_client/v2/models/list_tags_response_data.rb +100 -0
- data/lib/datadog_api_client/v2/models/list_tags_response_data_attributes.rb +82 -0
- data/lib/datadog_api_client/v2/models/projected_cost_attributes.rb +21 -1
- data/lib/datadog_api_client/v2/models/role_relationships.rb +4 -14
- data/lib/datadog_api_client/v2/models/role_update_attributes.rb +32 -4
- data/lib/datadog_api_client/v2/models/rum_application_attributes.rb +1 -1
- data/lib/datadog_api_client/v2/models/rum_application_create_attributes.rb +1 -1
- data/lib/datadog_api_client/v2/models/rum_application_list_attributes.rb +1 -1
- data/lib/datadog_api_client/v2/models/rum_application_update_attributes.rb +1 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_convert_payload.rb +63 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_convert_response.rb +80 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_detection_method.rb +1 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_evaluation_window.rb +1 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_keep_alive.rb +1 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_options.rb +2 -2
- data/lib/datadog_api_client/v2/models/update_rule_request.rb +80 -0
- data/lib/datadog_api_client/v2/models/update_rule_request_data.rb +90 -0
- data/lib/datadog_api_client/v2/models/update_rule_response.rb +80 -0
- data/lib/datadog_api_client/v2/models/update_rule_response_data.rb +110 -0
- data/lib/datadog_api_client/v2/models/user_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/workflow_instance_create_meta.rb +80 -0
- data/lib/datadog_api_client/v2/models/workflow_instance_create_request.rb +80 -0
- data/lib/datadog_api_client/v2/models/workflow_instance_create_response.rb +80 -0
- data/lib/datadog_api_client/v2/models/workflow_instance_create_response_data.rb +80 -0
- data/lib/datadog_api_client/v2/models/workflow_instance_list_item.rb +80 -0
- data/lib/datadog_api_client/v2/models/workflow_list_instances_response.rb +92 -0
- data/lib/datadog_api_client/v2/models/workflow_list_instances_response_meta.rb +80 -0
- data/lib/datadog_api_client/v2/models/workflow_list_instances_response_meta_page.rb +80 -0
- data/lib/datadog_api_client/v2/models/worklflow_cancel_instance_response.rb +80 -0
- data/lib/datadog_api_client/v2/models/worklflow_cancel_instance_response_data.rb +80 -0
- data/lib/datadog_api_client/v2/models/worklflow_get_instance_response.rb +80 -0
- data/lib/datadog_api_client/v2/models/worklflow_get_instance_response_data.rb +80 -0
- data/lib/datadog_api_client/v2/models/worklflow_get_instance_response_data_attributes.rb +80 -0
- data/lib/datadog_api_client/version.rb +1 -1
- metadata +76 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0d30623046ca6834bb1aca5ed4d705cda9fe6d5a210871bae752d7be12c2ab48
|
|
4
|
+
data.tar.gz: c60e3084003c0f6a373e1c2c9f10aceb12ea64aff6fb4c6e1171f2ae3ea75485
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5148b61dfac9d96d2d7e1968d1582f3df884d55bfdf66cb8465693371685c40a04cbc99506b18440793167b713171079489106df18cfa5bb18fe0b1034237030
|
|
7
|
+
data.tar.gz: 3cee7d4cceb26259004723fa6bf4e6334f4e089183cdf7014907936c519bbefdee219a67bec4cd2149e47ccfb8425b09a51554449d7e8c625f5d114da8f3cb81
|
data/.apigentools-info
CHANGED
|
@@ -4,13 +4,13 @@
|
|
|
4
4
|
"spec_versions": {
|
|
5
5
|
"v1": {
|
|
6
6
|
"apigentools_version": "1.6.6",
|
|
7
|
-
"regenerated": "2024-
|
|
8
|
-
"spec_repo_commit": "
|
|
7
|
+
"regenerated": "2024-08-12 13:34:57.793193",
|
|
8
|
+
"spec_repo_commit": "0360f6c8"
|
|
9
9
|
},
|
|
10
10
|
"v2": {
|
|
11
11
|
"apigentools_version": "1.6.6",
|
|
12
|
-
"regenerated": "2024-
|
|
13
|
-
"spec_repo_commit": "
|
|
12
|
+
"regenerated": "2024-08-12 13:34:57.811409",
|
|
13
|
+
"spec_repo_commit": "0360f6c8"
|
|
14
14
|
}
|
|
15
15
|
}
|
|
16
16
|
}
|
data/.generator/conftest.py
CHANGED
|
@@ -268,6 +268,8 @@ def operation_specs(specs):
|
|
|
268
268
|
for version, spec in specs.items():
|
|
269
269
|
by_operation[version] = {}
|
|
270
270
|
for path in spec["paths"]:
|
|
271
|
+
if path.startswith("x-"):
|
|
272
|
+
continue
|
|
271
273
|
for method, operation in spec["paths"][path].items():
|
|
272
274
|
by_operation[version][operation["operationId"]] = openapi.Operation(
|
|
273
275
|
operation["operationId"], operation, method, path
|
|
@@ -804,7 +804,7 @@ components:
|
|
|
804
804
|
type: string
|
|
805
805
|
client_secret:
|
|
806
806
|
description: Your Azure web application secret key.
|
|
807
|
-
example:
|
|
807
|
+
example: TestingRh2nx664kUy5dIApvM54T4AtO
|
|
808
808
|
type: string
|
|
809
809
|
container_app_filters:
|
|
810
810
|
description: 'Limit the Azure container apps that are pulled into Datadog
|
|
@@ -840,6 +840,8 @@ components:
|
|
|
840
840
|
Only hosts that match one of the defined tags are imported into Datadog.'
|
|
841
841
|
example: key:value,filter:example
|
|
842
842
|
type: string
|
|
843
|
+
metrics_config:
|
|
844
|
+
$ref: '#/components/schemas/AzureAccountMetricsConfig'
|
|
843
845
|
new_client_id:
|
|
844
846
|
description: Your New Azure web application ID.
|
|
845
847
|
example: new1c7f6-1234-5678-9101-3fcbf464test
|
|
@@ -864,6 +866,27 @@ components:
|
|
|
864
866
|
items:
|
|
865
867
|
$ref: '#/components/schemas/AzureAccount'
|
|
866
868
|
type: array
|
|
869
|
+
AzureAccountMetricsConfig:
|
|
870
|
+
description: 'Dictionary containing the key `excluded_resource_providers` which
|
|
871
|
+
has to be a list of Microsoft Azure Resource Provider names.
|
|
872
|
+
|
|
873
|
+
This feature is currently being beta tested.
|
|
874
|
+
|
|
875
|
+
In order to enable all resource providers for metric collection, pass:
|
|
876
|
+
|
|
877
|
+
`metrics_config: {"excluded_resource_providers": []}` (i.e., an empty list
|
|
878
|
+
for `excluded_resource_providers`).'
|
|
879
|
+
properties:
|
|
880
|
+
excluded_resource_providers:
|
|
881
|
+
description: List of Microsoft Azure Resource Providers to exclude from
|
|
882
|
+
metric collection.
|
|
883
|
+
example:
|
|
884
|
+
- Microsoft.Sql
|
|
885
|
+
- Microsoft.Cdn
|
|
886
|
+
items:
|
|
887
|
+
type: string
|
|
888
|
+
type: array
|
|
889
|
+
type: object
|
|
867
890
|
CancelDowntimesByScopeRequest:
|
|
868
891
|
description: Cancel downtimes according to scope.
|
|
869
892
|
properties:
|
|
@@ -1116,6 +1139,17 @@ components:
|
|
|
1116
1139
|
type: string
|
|
1117
1140
|
readOnly: true
|
|
1118
1141
|
type: object
|
|
1142
|
+
CrossOrgUuids:
|
|
1143
|
+
description: The source organization UUID for cross organization queries. Feature
|
|
1144
|
+
in Private Beta.
|
|
1145
|
+
example:
|
|
1146
|
+
- 6434abde-xxxx-yyyy-zzzz-da7ad0900001
|
|
1147
|
+
items:
|
|
1148
|
+
description: The source organization UUID.
|
|
1149
|
+
example: 6434abde-xxxx-yyyy-zzzz-da7ad0900001
|
|
1150
|
+
type: string
|
|
1151
|
+
maxItems: 1
|
|
1152
|
+
type: array
|
|
1119
1153
|
Dashboard:
|
|
1120
1154
|
description: "A dashboard is Datadog\u2019s tool for visually tracking, analyzing,
|
|
1121
1155
|
and displaying\nkey performance metrics, which enable you to monitor the health
|
|
@@ -2519,6 +2553,8 @@ components:
|
|
|
2519
2553
|
FormulaAndFunctionApmDependencyStatsQueryDefinition:
|
|
2520
2554
|
description: A formula and functions APM dependency stats query.
|
|
2521
2555
|
properties:
|
|
2556
|
+
cross_org_uuids:
|
|
2557
|
+
$ref: '#/components/schemas/CrossOrgUuids'
|
|
2522
2558
|
data_source:
|
|
2523
2559
|
$ref: '#/components/schemas/FormulaAndFunctionApmDependencyStatsDataSource'
|
|
2524
2560
|
env:
|
|
@@ -2606,6 +2642,8 @@ components:
|
|
|
2606
2642
|
FormulaAndFunctionApmResourceStatsQueryDefinition:
|
|
2607
2643
|
description: APM resource stats query using formulas and functions.
|
|
2608
2644
|
properties:
|
|
2645
|
+
cross_org_uuids:
|
|
2646
|
+
$ref: '#/components/schemas/CrossOrgUuids'
|
|
2609
2647
|
data_source:
|
|
2610
2648
|
$ref: '#/components/schemas/FormulaAndFunctionApmResourceStatsDataSource'
|
|
2611
2649
|
env:
|
|
@@ -2671,6 +2709,8 @@ components:
|
|
|
2671
2709
|
properties:
|
|
2672
2710
|
aggregator:
|
|
2673
2711
|
$ref: '#/components/schemas/WidgetAggregator'
|
|
2712
|
+
cross_org_uuids:
|
|
2713
|
+
$ref: '#/components/schemas/CrossOrgUuids'
|
|
2674
2714
|
data_source:
|
|
2675
2715
|
$ref: '#/components/schemas/FormulaAndFunctionCloudCostDataSource'
|
|
2676
2716
|
name:
|
|
@@ -2721,6 +2761,8 @@ components:
|
|
|
2721
2761
|
properties:
|
|
2722
2762
|
compute:
|
|
2723
2763
|
$ref: '#/components/schemas/FormulaAndFunctionEventQueryDefinitionCompute'
|
|
2764
|
+
cross_org_uuids:
|
|
2765
|
+
$ref: '#/components/schemas/CrossOrgUuids'
|
|
2724
2766
|
data_source:
|
|
2725
2767
|
$ref: '#/components/schemas/FormulaAndFunctionEventsDataSource'
|
|
2726
2768
|
group_by:
|
|
@@ -2825,6 +2867,7 @@ components:
|
|
|
2825
2867
|
- events
|
|
2826
2868
|
- ci_tests
|
|
2827
2869
|
- ci_pipelines
|
|
2870
|
+
- incident_analytics
|
|
2828
2871
|
example: logs
|
|
2829
2872
|
type: string
|
|
2830
2873
|
x-enum-varnames:
|
|
@@ -2838,6 +2881,7 @@ components:
|
|
|
2838
2881
|
- EVENTS
|
|
2839
2882
|
- CI_TESTS
|
|
2840
2883
|
- CI_PIPELINES
|
|
2884
|
+
- INCIDENT_ANALYTICS
|
|
2841
2885
|
FormulaAndFunctionMetricAggregation:
|
|
2842
2886
|
description: The aggregation methods available for metrics queries.
|
|
2843
2887
|
enum:
|
|
@@ -2877,6 +2921,8 @@ components:
|
|
|
2877
2921
|
properties:
|
|
2878
2922
|
aggregator:
|
|
2879
2923
|
$ref: '#/components/schemas/FormulaAndFunctionMetricAggregation'
|
|
2924
|
+
cross_org_uuids:
|
|
2925
|
+
$ref: '#/components/schemas/CrossOrgUuids'
|
|
2880
2926
|
data_source:
|
|
2881
2927
|
$ref: '#/components/schemas/FormulaAndFunctionMetricDataSource'
|
|
2882
2928
|
name:
|
|
@@ -2907,6 +2953,8 @@ components:
|
|
|
2907
2953
|
properties:
|
|
2908
2954
|
aggregator:
|
|
2909
2955
|
$ref: '#/components/schemas/FormulaAndFunctionMetricAggregation'
|
|
2956
|
+
cross_org_uuids:
|
|
2957
|
+
$ref: '#/components/schemas/CrossOrgUuids'
|
|
2910
2958
|
data_source:
|
|
2911
2959
|
$ref: '#/components/schemas/FormulaAndFunctionProcessQueryDataSource'
|
|
2912
2960
|
is_normalized_cpu:
|
|
@@ -3014,6 +3062,8 @@ components:
|
|
|
3014
3062
|
description: Additional filters applied to the SLO query.
|
|
3015
3063
|
example: host:host_a,env:prod
|
|
3016
3064
|
type: string
|
|
3065
|
+
cross_org_uuids:
|
|
3066
|
+
$ref: '#/components/schemas/CrossOrgUuids'
|
|
3017
3067
|
data_source:
|
|
3018
3068
|
$ref: '#/components/schemas/FormulaAndFunctionSLODataSource'
|
|
3019
3069
|
group_mode:
|
|
@@ -3039,10 +3089,12 @@ components:
|
|
|
3039
3089
|
description: Name of the query for use in formulas.
|
|
3040
3090
|
enum:
|
|
3041
3091
|
- metric
|
|
3092
|
+
- time_slice
|
|
3042
3093
|
example: metric
|
|
3043
3094
|
type: string
|
|
3044
3095
|
x-enum-varnames:
|
|
3045
3096
|
- METRIC
|
|
3097
|
+
- TIME_SLICE
|
|
3046
3098
|
FormulaType:
|
|
3047
3099
|
description: Set the sort type to formula.
|
|
3048
3100
|
enum:
|
|
@@ -4164,8 +4216,10 @@ components:
|
|
|
4164
4216
|
- profiled_host_usage
|
|
4165
4217
|
- rum_browser_mobile_sessions_usage
|
|
4166
4218
|
- rum_replay_sessions_usage
|
|
4219
|
+
- sca_fargate_usage
|
|
4167
4220
|
- sds_scanned_bytes_usage
|
|
4168
4221
|
- serverless_apps_usage
|
|
4222
|
+
- siem_analyzed_logs_add_on_usage
|
|
4169
4223
|
- siem_ingested_bytes_usage
|
|
4170
4224
|
- snmp_usage
|
|
4171
4225
|
- universal_service_monitoring_usage
|
|
@@ -4235,8 +4289,10 @@ components:
|
|
|
4235
4289
|
- PROFILED_HOST_USAGE
|
|
4236
4290
|
- RUM_BROWSER_MOBILE_SESSIONS_USAGE
|
|
4237
4291
|
- RUM_REPLAY_SESSIONS_USAGE
|
|
4292
|
+
- SCA_FARGATE_USAGE
|
|
4238
4293
|
- SDS_SCANNED_BYTES_USAGE
|
|
4239
4294
|
- SERVERLESS_APPS_USAGE
|
|
4295
|
+
- SIEM_ANALYZED_LOGS_ADD_ON_USAGE
|
|
4240
4296
|
- SIEM_INGESTED_BYTES_USAGE
|
|
4241
4297
|
- SNMP_USAGE
|
|
4242
4298
|
- UNIVERSAL_SERVICE_MONITORING_USAGE
|
|
@@ -4723,6 +4779,7 @@ components:
|
|
|
4723
4779
|
- logs_pattern_stream
|
|
4724
4780
|
- logs_transaction_stream
|
|
4725
4781
|
- event_stream
|
|
4782
|
+
- rum_stream
|
|
4726
4783
|
example: apm_issue_stream
|
|
4727
4784
|
type: string
|
|
4728
4785
|
x-enum-varnames:
|
|
@@ -4737,6 +4794,7 @@ components:
|
|
|
4737
4794
|
- LOGS_PATTERN_STREAM
|
|
4738
4795
|
- LOGS_TRANSACTION_STREAM
|
|
4739
4796
|
- EVENT_STREAM
|
|
4797
|
+
- RUM_STREAM
|
|
4740
4798
|
ListStreamWidgetDefinition:
|
|
4741
4799
|
description: 'The list stream visualization displays a table of recent events
|
|
4742
4800
|
in your application that
|
|
@@ -6806,6 +6864,7 @@ components:
|
|
|
6806
6864
|
- logs
|
|
6807
6865
|
- spans
|
|
6808
6866
|
- database_queries
|
|
6867
|
+
- network
|
|
6809
6868
|
example: rum
|
|
6810
6869
|
type: string
|
|
6811
6870
|
x-enum-varnames:
|
|
@@ -6817,6 +6876,7 @@ components:
|
|
|
6817
6876
|
- LOGS
|
|
6818
6877
|
- SPANS
|
|
6819
6878
|
- DATABASE_QUERIES
|
|
6879
|
+
- NETWORK
|
|
6820
6880
|
MonitorFormulaAndFunctionQueryDefinition:
|
|
6821
6881
|
description: A formula and function query.
|
|
6822
6882
|
oneOf:
|
|
@@ -7640,6 +7700,7 @@ components:
|
|
|
7640
7700
|
- ci-tests alert
|
|
7641
7701
|
- error-tracking alert
|
|
7642
7702
|
- database-monitoring alert
|
|
7703
|
+
- network-performance alert
|
|
7643
7704
|
example: query alert
|
|
7644
7705
|
type: string
|
|
7645
7706
|
x-enum-varnames:
|
|
@@ -7660,6 +7721,7 @@ components:
|
|
|
7660
7721
|
- CI_TESTS_ALERT
|
|
7661
7722
|
- ERROR_TRACKING_ALERT
|
|
7662
7723
|
- DATABASE_MONITORING_ALERT
|
|
7724
|
+
- NETWORK_PERFORMANCE_ALERT
|
|
7663
7725
|
MonitorUpdateRequest:
|
|
7664
7726
|
description: Object describing a monitor update request.
|
|
7665
7727
|
properties:
|
|
@@ -7925,10 +7987,14 @@ components:
|
|
|
7925
7987
|
- rum_browser_mobile_sessions_percentage
|
|
7926
7988
|
- ingested_spans_bytes_usage
|
|
7927
7989
|
- ingested_spans_bytes_percentage
|
|
7990
|
+
- siem_analyzed_logs_add_on_usage
|
|
7991
|
+
- siem_analyzed_logs_add_on_percentage
|
|
7928
7992
|
- siem_ingested_bytes_usage
|
|
7929
7993
|
- siem_ingested_bytes_percentage
|
|
7930
7994
|
- workflow_executions_usage
|
|
7931
7995
|
- workflow_executions_percentage
|
|
7996
|
+
- sca_fargate_usage
|
|
7997
|
+
- sca_fargate_percentage
|
|
7932
7998
|
- '*'
|
|
7933
7999
|
type: string
|
|
7934
8000
|
x-enum-varnames:
|
|
@@ -8062,10 +8128,14 @@ components:
|
|
|
8062
8128
|
- RUM_BROWSER_MOBILE_SESSIONS_PERCENTAGE
|
|
8063
8129
|
- INGESTED_SPANS_BYTES_USAGE
|
|
8064
8130
|
- INGESTED_SPANS_BYTES_PERCENTAGE
|
|
8131
|
+
- SIEM_ANALYZED_LOGS_ADD_ON_USAGE
|
|
8132
|
+
- SIEM_ANALYZED_LOGS_ADD_ON_PERCENTAGE
|
|
8065
8133
|
- SIEM_INGESTED_BYTES_USAGE
|
|
8066
8134
|
- SIEM_INGESTED_BYTES_PERCENTAGE
|
|
8067
8135
|
- WORKFLOW_EXECUTIONS_USAGE
|
|
8068
8136
|
- WORKFLOW_EXECUTIONS_PERCENTAGE
|
|
8137
|
+
- SCA_FARGATE_USAGE
|
|
8138
|
+
- SCA_FARGATE_PERCENTAGE
|
|
8069
8139
|
- ALL
|
|
8070
8140
|
MonthlyUsageAttributionValues:
|
|
8071
8141
|
description: Fields in Usage Summary by tag(s).
|
|
@@ -8575,6 +8645,16 @@ components:
|
|
|
8575
8645
|
description: The total RUM Session Replay usage by tag(s).
|
|
8576
8646
|
format: double
|
|
8577
8647
|
type: number
|
|
8648
|
+
sca_fargate_percentage:
|
|
8649
|
+
description: The percentage of Software Composition Analysis Fargate task
|
|
8650
|
+
usage by tag(s).
|
|
8651
|
+
format: double
|
|
8652
|
+
type: number
|
|
8653
|
+
sca_fargate_usage:
|
|
8654
|
+
description: The total Software Composition Analysis Fargate task usage
|
|
8655
|
+
by tag(s).
|
|
8656
|
+
format: double
|
|
8657
|
+
type: number
|
|
8578
8658
|
sds_scanned_bytes_percentage:
|
|
8579
8659
|
description: The percentage of Sensitive Data Scanner usage by tag(s).
|
|
8580
8660
|
format: double
|
|
@@ -8591,6 +8671,15 @@ components:
|
|
|
8591
8671
|
description: The total Serverless Apps usage by tag(s).
|
|
8592
8672
|
format: double
|
|
8593
8673
|
type: number
|
|
8674
|
+
siem_analyzed_logs_add_on_percentage:
|
|
8675
|
+
description: The percentage of log events analyzed by Cloud SIEM usage by
|
|
8676
|
+
tag(s).
|
|
8677
|
+
format: double
|
|
8678
|
+
type: number
|
|
8679
|
+
siem_analyzed_logs_add_on_usage:
|
|
8680
|
+
description: The log events analyzed by Cloud SIEM usage by tag(s).
|
|
8681
|
+
format: double
|
|
8682
|
+
type: number
|
|
8594
8683
|
siem_ingested_bytes_percentage:
|
|
8595
8684
|
description: The percentage of SIEM usage by tag(s).
|
|
8596
8685
|
format: double
|
|
@@ -14015,6 +14104,7 @@ components:
|
|
|
14015
14104
|
required:
|
|
14016
14105
|
- password
|
|
14017
14106
|
- username
|
|
14107
|
+
- type
|
|
14018
14108
|
type: object
|
|
14019
14109
|
SyntheticsBasicAuthDigestType:
|
|
14020
14110
|
default: digest
|
|
@@ -14098,6 +14188,7 @@ components:
|
|
|
14098
14188
|
- tokenApiAuthentication
|
|
14099
14189
|
- clientId
|
|
14100
14190
|
- clientSecret
|
|
14191
|
+
- type
|
|
14101
14192
|
type: object
|
|
14102
14193
|
SyntheticsBasicAuthOauthClientType:
|
|
14103
14194
|
default: oauth-client
|
|
@@ -14153,6 +14244,7 @@ components:
|
|
|
14153
14244
|
- password
|
|
14154
14245
|
- tokenApiAuthentication
|
|
14155
14246
|
- username
|
|
14247
|
+
- type
|
|
14156
14248
|
type: object
|
|
14157
14249
|
SyntheticsBasicAuthOauthROPType:
|
|
14158
14250
|
default: oauth-rop
|
|
@@ -14915,6 +15007,13 @@ components:
|
|
|
14915
15007
|
|
|
14916
15008
|
to delete.'
|
|
14917
15009
|
properties:
|
|
15010
|
+
force_delete_dependencies:
|
|
15011
|
+
description: 'Delete the Synthetic test even if it''s referenced by other
|
|
15012
|
+
resources
|
|
15013
|
+
|
|
15014
|
+
(for example, SLOs and composite monitors).'
|
|
15015
|
+
example: false
|
|
15016
|
+
type: boolean
|
|
14918
15017
|
public_ids:
|
|
14919
15018
|
description: An array of Synthetic test IDs you want to delete.
|
|
14920
15019
|
example: []
|
|
@@ -15856,6 +15955,14 @@ components:
|
|
|
15856
15955
|
disableCsp:
|
|
15857
15956
|
description: Disable Content Security Policy for browser tests.
|
|
15858
15957
|
type: boolean
|
|
15958
|
+
enableProfiling:
|
|
15959
|
+
description: Enable profiling for browser tests.
|
|
15960
|
+
type: boolean
|
|
15961
|
+
enableSecurityTesting:
|
|
15962
|
+
deprecated: true
|
|
15963
|
+
description: Enable security testing for browser tests. Security testing
|
|
15964
|
+
is not available anymore. This field is deprecated and won't be used.
|
|
15965
|
+
type: boolean
|
|
15859
15966
|
follow_redirects:
|
|
15860
15967
|
description: For API HTTP test, whether or not the test should follow redirects.
|
|
15861
15968
|
type: boolean
|
|
@@ -17199,6 +17306,12 @@ components:
|
|
|
17199
17306
|
UsageBillableSummaryHour:
|
|
17200
17307
|
description: Response with monthly summary of data billed by Datadog.
|
|
17201
17308
|
properties:
|
|
17309
|
+
account_name:
|
|
17310
|
+
description: The account name.
|
|
17311
|
+
type: string
|
|
17312
|
+
account_public_id:
|
|
17313
|
+
description: The account public ID.
|
|
17314
|
+
type: string
|
|
17202
17315
|
billing_plan:
|
|
17203
17316
|
description: The billing plan.
|
|
17204
17317
|
type: string
|
|
@@ -18885,6 +18998,22 @@ components:
|
|
|
18885
18998
|
over all hours in the current date for the given org.
|
|
18886
18999
|
format: int64
|
|
18887
19000
|
type: integer
|
|
19001
|
+
flex_logs_starter_avg:
|
|
19002
|
+
description: Shows the average number of Flex Logs Starter Instances over
|
|
19003
|
+
all hours in the current date for the given org.
|
|
19004
|
+
format: int64
|
|
19005
|
+
type: integer
|
|
19006
|
+
flex_logs_starter_storage_index_avg:
|
|
19007
|
+
description: Shows the average number of Flex Logs Starter Storage Index
|
|
19008
|
+
Instances over all hours in the current date for the given org.
|
|
19009
|
+
format: int64
|
|
19010
|
+
type: integer
|
|
19011
|
+
flex_logs_starter_storage_retention_adjustment_avg:
|
|
19012
|
+
description: Shows the average number of Flex Logs Starter Storage Retention
|
|
19013
|
+
Adjustment Instances over all hours in the current date for the given
|
|
19014
|
+
org.
|
|
19015
|
+
format: int64
|
|
19016
|
+
type: integer
|
|
18888
19017
|
flex_stored_logs_avg:
|
|
18889
19018
|
description: Shows the average of all Flex Stored Logs over all hours in
|
|
18890
19019
|
the current date for the given org.
|
|
@@ -19159,6 +19288,17 @@ components:
|
|
|
19159
19288
|
1st, 2024).
|
|
19160
19289
|
format: int64
|
|
19161
19290
|
type: integer
|
|
19291
|
+
sca_fargate_count_avg:
|
|
19292
|
+
description: Shows the average of all Software Composition Analysis Fargate
|
|
19293
|
+
tasks over all hours in the current date for the given org.
|
|
19294
|
+
format: int64
|
|
19295
|
+
type: integer
|
|
19296
|
+
sca_fargate_count_hwm:
|
|
19297
|
+
description: Shows the sum of the high-water marks of all Software Composition
|
|
19298
|
+
Analysis Fargate tasks over all hours in the current date for the given
|
|
19299
|
+
org.
|
|
19300
|
+
format: int64
|
|
19301
|
+
type: integer
|
|
19162
19302
|
sds_apm_scanned_bytes_sum:
|
|
19163
19303
|
description: Sum of all APM bytes scanned with sensitive data scanner over
|
|
19164
19304
|
all hours in the current date for all organizations.
|
|
@@ -19200,6 +19340,11 @@ components:
|
|
|
19200
19340
|
and Google Cloud for the given date and given org.
|
|
19201
19341
|
format: int64
|
|
19202
19342
|
type: integer
|
|
19343
|
+
siem_analyzed_logs_add_on_count_sum:
|
|
19344
|
+
description: Shows the sum of all log events analyzed by Cloud SIEM over
|
|
19345
|
+
all hours in the current date for the given org.
|
|
19346
|
+
format: int64
|
|
19347
|
+
type: integer
|
|
19203
19348
|
synthetics_browser_check_calls_count_sum:
|
|
19204
19349
|
description: Shows the sum of all Synthetic browser tests over all hours
|
|
19205
19350
|
in the current date for all organizations.
|
|
@@ -19255,6 +19400,12 @@ components:
|
|
|
19255
19400
|
description: Global hourly report of all data billed by Datadog for a given
|
|
19256
19401
|
organization.
|
|
19257
19402
|
properties:
|
|
19403
|
+
account_name:
|
|
19404
|
+
description: The account name.
|
|
19405
|
+
type: string
|
|
19406
|
+
account_public_id:
|
|
19407
|
+
description: The account public id.
|
|
19408
|
+
type: string
|
|
19258
19409
|
agent_host_top99p:
|
|
19259
19410
|
description: Shows the 99th percentile of all agent hosts over all hours
|
|
19260
19411
|
in the current date for the given org.
|
|
@@ -19577,6 +19728,22 @@ components:
|
|
|
19577
19728
|
over all hours in the current date for the given org.
|
|
19578
19729
|
format: int64
|
|
19579
19730
|
type: integer
|
|
19731
|
+
flex_logs_starter_avg:
|
|
19732
|
+
description: Shows the average number of Flex Logs Starter Instances over
|
|
19733
|
+
all hours in the current date for the given org.
|
|
19734
|
+
format: int64
|
|
19735
|
+
type: integer
|
|
19736
|
+
flex_logs_starter_storage_index_avg:
|
|
19737
|
+
description: Shows the average number of Flex Logs Starter Storage Index
|
|
19738
|
+
Instances over all hours in the current date for the given org.
|
|
19739
|
+
format: int64
|
|
19740
|
+
type: integer
|
|
19741
|
+
flex_logs_starter_storage_retention_adjustment_avg:
|
|
19742
|
+
description: Shows the average number of Flex Logs Starter Storage Retention
|
|
19743
|
+
Adjustment Instances over all hours in the current date for the given
|
|
19744
|
+
org.
|
|
19745
|
+
format: int64
|
|
19746
|
+
type: integer
|
|
19580
19747
|
flex_stored_logs_avg:
|
|
19581
19748
|
description: Shows the average of all Flex Stored Logs over all hours in
|
|
19582
19749
|
the current date for the given org.
|
|
@@ -19856,6 +20023,17 @@ components:
|
|
|
19856
20023
|
1st, 2024).
|
|
19857
20024
|
format: int64
|
|
19858
20025
|
type: integer
|
|
20026
|
+
sca_fargate_count_avg:
|
|
20027
|
+
description: Shows the average of all Software Composition Analysis Fargate
|
|
20028
|
+
tasks over all hours in the current date for the given org.
|
|
20029
|
+
format: int64
|
|
20030
|
+
type: integer
|
|
20031
|
+
sca_fargate_count_hwm:
|
|
20032
|
+
description: Shows the sum of the high-water marks of all Software Composition
|
|
20033
|
+
Analysis Fargate tasks over all hours in the current date for the given
|
|
20034
|
+
org.
|
|
20035
|
+
format: int64
|
|
20036
|
+
type: integer
|
|
19859
20037
|
sds_apm_scanned_bytes_sum:
|
|
19860
20038
|
description: Sum of all APM bytes scanned with sensitive data scanner over
|
|
19861
20039
|
all hours in the current date for the given org.
|
|
@@ -19897,6 +20075,11 @@ components:
|
|
|
19897
20075
|
and Google Cloud for the given date and given org.
|
|
19898
20076
|
format: int64
|
|
19899
20077
|
type: integer
|
|
20078
|
+
siem_analyzed_logs_add_on_count_sum:
|
|
20079
|
+
description: Shows the sum of all log events analyzed by Cloud SIEM over
|
|
20080
|
+
all hours in the current date for the given org.
|
|
20081
|
+
format: int64
|
|
20082
|
+
type: integer
|
|
19900
20083
|
synthetics_browser_check_calls_count_sum:
|
|
19901
20084
|
description: Shows the sum of all Synthetic browser tests over all hours
|
|
19902
20085
|
in the current date for the given org.
|
|
@@ -20284,6 +20467,21 @@ components:
|
|
|
20284
20467
|
over all hours in the current months for all organizations.
|
|
20285
20468
|
format: int64
|
|
20286
20469
|
type: integer
|
|
20470
|
+
flex_logs_starter_avg_sum:
|
|
20471
|
+
description: Shows the average number of Flex Logs Starter Instances over
|
|
20472
|
+
all hours in the current months for all organizations.
|
|
20473
|
+
format: int64
|
|
20474
|
+
type: integer
|
|
20475
|
+
flex_logs_starter_storage_index_avg_sum:
|
|
20476
|
+
description: Shows the average number of Flex Logs Starter Storage Index
|
|
20477
|
+
Instances over all hours in the current months for all organizations.
|
|
20478
|
+
format: int64
|
|
20479
|
+
type: integer
|
|
20480
|
+
flex_logs_starter_storage_retention_adjustment_avg_sum:
|
|
20481
|
+
description: Shows the average number of Flex Logs Starter Storage Retention
|
|
20482
|
+
Adjustment Instances over all hours in the current months for all organizations.
|
|
20483
|
+
format: int64
|
|
20484
|
+
type: integer
|
|
20287
20485
|
flex_stored_logs_avg_sum:
|
|
20288
20486
|
description: Shows the average of all Flex Stored Logs over all hours in
|
|
20289
20487
|
the current months for all organizations.
|
|
@@ -20594,6 +20792,16 @@ components:
|
|
|
20594
20792
|
October 1st, 2024).
|
|
20595
20793
|
format: int64
|
|
20596
20794
|
type: integer
|
|
20795
|
+
sca_fargate_count_avg_sum:
|
|
20796
|
+
description: Shows the average of all Software Composition Analysis Fargate
|
|
20797
|
+
tasks over all hours in the current months for all organizations.
|
|
20798
|
+
format: int64
|
|
20799
|
+
type: integer
|
|
20800
|
+
sca_fargate_count_hwm_sum:
|
|
20801
|
+
description: Shows the sum of the high-water marks of all Software Composition
|
|
20802
|
+
Analysis Fargate tasks over all hours in the current months for all organizations.
|
|
20803
|
+
format: int64
|
|
20804
|
+
type: integer
|
|
20597
20805
|
sds_apm_scanned_bytes_sum:
|
|
20598
20806
|
description: Sum of all APM bytes scanned with sensitive data scanner in
|
|
20599
20807
|
the current month for all organizations.
|
|
@@ -20635,6 +20843,11 @@ components:
|
|
|
20635
20843
|
Google Cloud in the current month for all organizations.
|
|
20636
20844
|
format: int64
|
|
20637
20845
|
type: integer
|
|
20846
|
+
siem_analyzed_logs_add_on_count_agg_sum:
|
|
20847
|
+
description: Shows the sum of all log events analyzed by Cloud SIEM over
|
|
20848
|
+
all hours in the current month for all organizations.
|
|
20849
|
+
format: int64
|
|
20850
|
+
type: integer
|
|
20638
20851
|
start_date:
|
|
20639
20852
|
description: Shows the first date of usage in the current month for all
|
|
20640
20853
|
organizations.
|
|
@@ -24282,7 +24495,9 @@ paths:
|
|
|
24282
24495
|
required: false
|
|
24283
24496
|
schema:
|
|
24284
24497
|
type: string
|
|
24285
|
-
- description:
|
|
24498
|
+
- description: Specify the starting point for the host search results. For example,
|
|
24499
|
+
if you set `count` to 100 and the first 100 results have already been returned,
|
|
24500
|
+
you can set `start` to `101` to get the next 100 results.
|
|
24286
24501
|
in: query
|
|
24287
24502
|
name: start
|
|
24288
24503
|
required: false
|
|
@@ -25037,10 +25252,6 @@ paths:
|
|
|
25037
25252
|
description: Authentication Error
|
|
25038
25253
|
'429':
|
|
25039
25254
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
25040
|
-
security:
|
|
25041
|
-
- apiKeyAuth: []
|
|
25042
|
-
appKeyAuth: []
|
|
25043
|
-
- AuthZ: []
|
|
25044
25255
|
summary: Check that an AWS Lambda Function exists
|
|
25045
25256
|
tags:
|
|
25046
25257
|
- AWS Logs Integration
|
|
@@ -26950,8 +27161,6 @@ paths:
|
|
|
26950
27161
|
|
|
26951
27162
|
- custom: `service check`
|
|
26952
27163
|
|
|
26953
|
-
- event: `event alert`
|
|
26954
|
-
|
|
26955
27164
|
- forecast: `query alert`
|
|
26956
27165
|
|
|
26957
27166
|
- host: `service check`
|
|
@@ -26984,6 +27193,8 @@ paths:
|
|
|
26984
27193
|
|
|
26985
27194
|
- database-monitoring: `database-monitoring alert`
|
|
26986
27195
|
|
|
27196
|
+
- network-performance: `network-performance alert`
|
|
27197
|
+
|
|
26987
27198
|
|
|
26988
27199
|
**Notes**:
|
|
26989
27200
|
|
|
@@ -27283,6 +27494,28 @@ paths:
|
|
|
27283
27494
|
operator #`
|
|
27284
27495
|
|
|
27285
27496
|
|
|
27497
|
+
- `query` The search query - following the [Log search syntax](https://docs.datadoghq.com/logs/search_syntax/).
|
|
27498
|
+
|
|
27499
|
+
- `rollup_method` The stats roll-up method - supports `count`, `avg`, and
|
|
27500
|
+
`cardinality`.
|
|
27501
|
+
|
|
27502
|
+
- `measure` For `avg` and cardinality `rollup_method` - specify the measure
|
|
27503
|
+
or the facet name you want to use.
|
|
27504
|
+
|
|
27505
|
+
- `time_window` #m (between 1 and 2880), #h (between 1 and 48).
|
|
27506
|
+
|
|
27507
|
+
- `operator` `<`, `<=`, `>`, `>=`, `==`, or `!=`.
|
|
27508
|
+
|
|
27509
|
+
- `#` an integer or decimal number used to set the threshold.
|
|
27510
|
+
|
|
27511
|
+
|
|
27512
|
+
**Network Performance Alert Query**
|
|
27513
|
+
|
|
27514
|
+
|
|
27515
|
+
Example: `network-performance(query).rollup(rollup_method[, measure]).last(time_window)
|
|
27516
|
+
operator #`
|
|
27517
|
+
|
|
27518
|
+
|
|
27286
27519
|
- `query` The search query - following the [Log search syntax](https://docs.datadoghq.com/logs/search_syntax/).
|
|
27287
27520
|
|
|
27288
27521
|
- `rollup_method` The stats roll-up method - supports `count`, `avg`, and
|
|
@@ -30984,6 +31217,12 @@ paths:
|
|
|
30984
31217
|
schema:
|
|
30985
31218
|
$ref: '#/components/schemas/APIErrorResponse'
|
|
30986
31219
|
description: Forbidden
|
|
31220
|
+
'409':
|
|
31221
|
+
content:
|
|
31222
|
+
application/json:
|
|
31223
|
+
schema:
|
|
31224
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
31225
|
+
description: Conflict
|
|
30987
31226
|
'429':
|
|
30988
31227
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
30989
31228
|
security:
|
|
@@ -31550,6 +31789,15 @@ paths:
|
|
|
31550
31789
|
schema:
|
|
31551
31790
|
format: date-time
|
|
31552
31791
|
type: string
|
|
31792
|
+
- description: 'Boolean to specify whether to include accounts connected to
|
|
31793
|
+
the current account as partner customers in the Datadog partner network
|
|
31794
|
+
program. Defaults to `false`. '
|
|
31795
|
+
in: query
|
|
31796
|
+
name: include_connected_accounts
|
|
31797
|
+
required: false
|
|
31798
|
+
schema:
|
|
31799
|
+
default: false
|
|
31800
|
+
type: boolean
|
|
31553
31801
|
responses:
|
|
31554
31802
|
'200':
|
|
31555
31803
|
content:
|
|
@@ -33100,6 +33348,15 @@ paths:
|
|
|
33100
33348
|
required: false
|
|
33101
33349
|
schema:
|
|
33102
33350
|
type: boolean
|
|
33351
|
+
- description: 'Boolean to specify whether to include accounts connected to
|
|
33352
|
+
the current account as partner customers in the Datadog partner network
|
|
33353
|
+
program. Defaults to `false`. '
|
|
33354
|
+
in: query
|
|
33355
|
+
name: include_connected_accounts
|
|
33356
|
+
required: false
|
|
33357
|
+
schema:
|
|
33358
|
+
default: false
|
|
33359
|
+
type: boolean
|
|
33103
33360
|
responses:
|
|
33104
33361
|
'200':
|
|
33105
33362
|
content:
|