datadog_api_client 2.14.0 → 2.16.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 +6 -6
- data/.generator/schemas/v1/openapi.yaml +808 -143
- data/.generator/schemas/v2/openapi.yaml +1808 -166
- data/.generator/src/generator/openapi.py +3 -1
- data/.generator/src/generator/templates/api.j2 +8 -2
- data/.generator/src/generator/templates/api_client.j2 +19 -1
- data/.generator/src/generator/templates/model_base.j2 +1 -0
- data/CHANGELOG.md +56 -0
- data/examples/v1/dashboards/CreateDashboard_1754992756.rb +44 -0
- data/examples/v1/dashboards/CreateDashboard_2278756614.rb +91 -0
- data/examples/v1/dashboards/CreateDashboard_2618036642.rb +36 -0
- data/examples/v1/dashboards/CreateDashboard_2705593938.rb +3 -0
- data/examples/v1/dashboards/CreateDashboard_3777304439.rb +50 -0
- data/examples/v1/dashboards/ListDashboards_1062671515.rb +8 -0
- data/examples/v1/monitors/CreateMonitor_1539578087.rb +36 -0
- data/examples/v1/monitors/ListMonitors_2966492814.rb +8 -0
- data/examples/v1/notebooks/ListNotebooks_788665428.rb +8 -0
- data/examples/v1/service-level-objective-corrections/ListSLOCorrection_2647266873.rb +8 -0
- data/examples/v1/service-level-objectives/ListSLOs_3036942817.rb +8 -0
- data/examples/v1/synthetics/CreateSyntheticsAPITest_1487281163.rb +1 -0
- data/examples/v1/synthetics/CreateSyntheticsBrowserTest.rb +1 -1
- data/examples/v1/synthetics/CreateSyntheticsBrowserTest_2932742688.rb +1 -1
- data/examples/v1/synthetics/CreateSyntheticsBrowserTest_397420811.rb +1 -1
- data/examples/v1/synthetics/ListTests_1938827783.rb +8 -0
- data/examples/v1/usage-metering/GetUsageCIApp.rb +4 -1
- data/examples/v1/usage-metering/GetUsageCWS.rb +4 -1
- data/examples/v1/usage-metering/GetUsageCloudSecurityPostureManagement.rb +1 -1
- data/examples/v2/apm-retention-filters/CreateApmRetentionFilter.rb +20 -0
- data/examples/v2/apm-retention-filters/DeleteApmRetentionFilter.rb +8 -0
- data/examples/v2/apm-retention-filters/GetApmRetentionFilter.rb +8 -0
- data/examples/v2/apm-retention-filters/ListApmRetentionFilters.rb +5 -0
- data/examples/v2/apm-retention-filters/ReorderApmRetentionFilters.rb +18 -0
- data/examples/v2/apm-retention-filters/UpdateApmRetentionFilter.rb +24 -0
- data/examples/v2/ci-visibility-pipelines/CreateCIAppPipelineEvent.rb +0 -3
- data/examples/v2/ci-visibility-pipelines/CreateCIAppPipelineEvent_129899466.rb +0 -8
- data/examples/v2/container-images/ListContainerImages.rb +8 -0
- data/examples/v2/container-images/ListContainerImages_3088586393.rb +11 -0
- data/examples/v2/container-images/ListContainerImages_3974828736.rb +11 -0
- data/examples/v2/downtimes/CancelDowntime.rb +0 -3
- data/examples/v2/downtimes/CreateDowntime.rb +0 -3
- data/examples/v2/downtimes/GetDowntime.rb +0 -3
- data/examples/v2/downtimes/ListDowntimes.rb +0 -3
- data/examples/v2/downtimes/ListDowntimes_805770330.rb +8 -0
- data/examples/v2/downtimes/ListMonitorDowntimes.rb +0 -3
- data/examples/v2/downtimes/ListMonitorDowntimes_128979780.rb +0 -3
- data/examples/v2/downtimes/UpdateDowntime.rb +0 -3
- data/examples/v2/gcp-integration/CreateGCPSTSAccount_109518525.rb +19 -0
- data/examples/v2/powerpack/CreatePowerpack.rb +47 -0
- data/examples/v2/powerpack/DeletePowerpack.rb +8 -0
- data/examples/v2/powerpack/GetPowerpack.rb +8 -0
- data/examples/v2/powerpack/ListPowerpacks.rb +8 -0
- data/examples/v2/powerpack/ListPowerpacks_1173755071.rb +8 -0
- data/examples/v2/powerpack/UpdatePowerpack.rb +50 -0
- data/examples/v2/rum/CreateRUMApplication.rb +1 -1
- data/examples/v2/security-monitoring/CreateSecurityMonitoringRule_1092490364.rb +1 -1
- data/examples/v2/security-monitoring/UpdateSecurityMonitoringRule_428087276.rb +1 -1
- data/examples/v2/service-accounts/CreateServiceAccountApplicationKey.rb +5 -7
- data/examples/v2/service-accounts/DeleteServiceAccountApplicationKey.rb +7 -1
- data/examples/v2/service-accounts/GetServiceAccountApplicationKey.rb +7 -1
- data/examples/v2/service-accounts/ListServiceAccountApplicationKeys.rb +4 -1
- data/examples/v2/service-accounts/UpdateServiceAccountApplicationKey.rb +11 -9
- data/examples/v2/service-definition/CreateOrUpdateServiceDefinitions.rb +23 -12
- data/examples/v2/service-definition/CreateOrUpdateServiceDefinitions_2621709423.rb +53 -0
- data/examples/v2/teams/ListTeams_3592098458.rb +8 -0
- data/examples/v2/users/ListUsers_4075885358.rb +8 -0
- data/lib/datadog_api_client/api_client.rb +19 -1
- data/lib/datadog_api_client/configuration.rb +1 -7
- data/lib/datadog_api_client/inflector.rb +81 -0
- data/lib/datadog_api_client/v1/api/dashboards_api.rb +25 -0
- data/lib/datadog_api_client/v1/api/monitors_api.rb +23 -20
- data/lib/datadog_api_client/v1/api/notebooks_api.rb +21 -0
- data/lib/datadog_api_client/v1/api/service_level_objective_corrections_api.rb +21 -0
- data/lib/datadog_api_client/v1/api/service_level_objectives_api.rb +21 -0
- data/lib/datadog_api_client/v1/api/synthetics_api.rb +25 -3
- data/lib/datadog_api_client/v1/api/usage_metering_api.rb +6 -6
- data/lib/datadog_api_client/v1/api/webhooks_integration_api.rb +1 -1
- data/lib/datadog_api_client/v1/model_base.rb +1 -0
- data/lib/datadog_api_client/v1/models/heat_map_widget_request.rb +35 -1
- data/lib/datadog_api_client/v1/models/hourly_usage_attribution_usage_type.rb +7 -4
- data/lib/datadog_api_client/v1/models/ip_prefixes_global.rb +94 -0
- data/lib/datadog_api_client/v1/models/ip_ranges.rb +11 -1
- data/lib/datadog_api_client/v1/models/list_stream_source.rb +1 -0
- data/lib/datadog_api_client/v1/models/monitor.rb +1 -1
- data/lib/datadog_api_client/v1/models/monitor_options.rb +1 -1
- data/lib/datadog_api_client/v1/models/monitor_options_custom_schedule.rb +82 -0
- data/lib/datadog_api_client/v1/models/monitor_options_custom_schedule_recurrence.rb +100 -0
- data/lib/datadog_api_client/v1/models/monitor_options_scheduling_options.rb +11 -1
- data/lib/datadog_api_client/v1/models/monthly_usage_attribution_supported_metrics.rb +6 -0
- data/lib/datadog_api_client/v1/models/monthly_usage_attribution_values.rb +65 -5
- data/lib/datadog_api_client/v1/models/powerpack_template_variable_contents.rb +131 -0
- data/lib/datadog_api_client/v1/models/powerpack_template_variables.rb +94 -0
- data/lib/datadog_api_client/v1/models/powerpack_widget_definition.rb +169 -0
- data/lib/datadog_api_client/v1/models/powerpack_widget_definition_type.rb +26 -0
- data/lib/datadog_api_client/v1/models/split_config.rb +181 -0
- data/lib/datadog_api_client/v1/models/split_config_sort_compute.rb +119 -0
- data/lib/datadog_api_client/v1/models/split_dimension.rb +98 -0
- data/lib/datadog_api_client/v1/models/split_graph_source_widget_definition.rb +70 -0
- data/lib/datadog_api_client/v1/models/split_graph_viz_size.rb +29 -0
- data/lib/datadog_api_client/v1/models/split_graph_widget_definition.rb +191 -0
- data/lib/datadog_api_client/v1/models/split_graph_widget_definition_type.rb +26 -0
- data/lib/datadog_api_client/v1/models/split_sort.rb +108 -0
- data/lib/datadog_api_client/v1/models/split_vector_entry_item.rb +125 -0
- data/lib/datadog_api_client/v1/models/sunburst_widget_request.rb +14 -4
- data/lib/datadog_api_client/v1/models/synthetics_assertion_target.rb +11 -1
- data/lib/datadog_api_client/v1/models/synthetics_assertion_timings_scope.rb +27 -0
- data/lib/datadog_api_client/v1/models/usage_attribution_values.rb +4 -4
- data/lib/datadog_api_client/v1/models/usage_cloud_security_posture_management_hour.rb +8 -8
- data/lib/datadog_api_client/v1/models/usage_cloud_security_posture_management_response.rb +2 -2
- data/lib/datadog_api_client/v1/models/usage_profiling_hour.rb +12 -1
- data/lib/datadog_api_client/v1/models/usage_summary_date.rb +168 -8
- data/lib/datadog_api_client/v1/models/usage_summary_date_org.rb +168 -8
- data/lib/datadog_api_client/v1/models/usage_summary_response.rb +168 -8
- data/lib/datadog_api_client/v1/models/widget_definition.rb +8 -6
- data/lib/datadog_api_client/v2/api/apm_retention_filters_api.rb +423 -0
- data/lib/datadog_api_client/v2/api/audit_api.rb +1 -1
- data/lib/datadog_api_client/v2/api/ci_visibility_pipelines_api.rb +5 -11
- data/lib/datadog_api_client/v2/api/ci_visibility_tests_api.rb +4 -4
- data/lib/datadog_api_client/v2/api/container_images_api.rb +129 -0
- data/lib/datadog_api_client/v2/api/downtimes_api.rb +25 -36
- data/lib/datadog_api_client/v2/api/events_api.rb +1 -1
- data/lib/datadog_api_client/v2/api/incidents_api.rb +1 -1
- data/lib/datadog_api_client/v2/api/logs_api.rb +1 -1
- data/lib/datadog_api_client/v2/api/powerpack_api.rb +383 -0
- data/lib/datadog_api_client/v2/api/processes_api.rb +1 -1
- data/lib/datadog_api_client/v2/api/rum_api.rb +1 -1
- data/lib/datadog_api_client/v2/api/security_monitoring_api.rb +3 -3
- data/lib/datadog_api_client/v2/api/service_definition_api.rb +4 -4
- data/lib/datadog_api_client/v2/api/spans_api.rb +1 -1
- data/lib/datadog_api_client/v2/api/teams_api.rb +22 -0
- data/lib/datadog_api_client/v2/api/usage_metering_api.rb +1 -1
- data/lib/datadog_api_client/v2/api/users_api.rb +22 -0
- data/lib/datadog_api_client/v2/model_base.rb +1 -0
- data/lib/datadog_api_client/v2/models/apm_retention_filter_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/container_image.rb +100 -0
- data/lib/datadog_api_client/v2/models/container_image_attributes.rb +261 -0
- data/lib/datadog_api_client/v2/models/container_image_flavor.rb +120 -0
- data/lib/datadog_api_client/v2/models/container_image_group.rb +110 -0
- data/lib/datadog_api_client/v2/models/container_image_group_attributes.rb +100 -0
- data/lib/datadog_api_client/v2/models/container_image_group_images_relationships_link.rb +92 -0
- data/lib/datadog_api_client/v2/models/container_image_group_relationships.rb +80 -0
- data/lib/datadog_api_client/v2/models/container_image_group_relationships_links.rb +80 -0
- data/lib/datadog_api_client/v2/models/container_image_group_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/container_image_item.rb +63 -0
- data/lib/datadog_api_client/v2/models/container_image_meta.rb +80 -0
- data/lib/datadog_api_client/v2/models/container_image_meta_page.rb +160 -0
- data/lib/datadog_api_client/v2/models/container_image_meta_page_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/container_image_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/container_image_vulnerabilities.rb +140 -0
- data/lib/datadog_api_client/v2/models/container_images_response.rb +102 -0
- data/lib/datadog_api_client/v2/models/container_images_response_links.rb +130 -0
- data/lib/datadog_api_client/v2/models/data_scalar_column.rb +2 -2
- data/lib/datadog_api_client/v2/models/downtime_relationships_monitor_data.rb +1 -1
- data/lib/datadog_api_client/v2/models/gcpsts_service_account_attributes.rb +13 -1
- data/lib/datadog_api_client/v2/models/group_scalar_column.rb +2 -2
- data/lib/datadog_api_client/v2/models/list_powerpacks_response.rb +114 -0
- data/lib/datadog_api_client/v2/models/powerpack.rb +80 -0
- data/lib/datadog_api_client/v2/models/powerpack_attributes.rb +164 -0
- data/lib/datadog_api_client/v2/models/powerpack_data.rb +110 -0
- data/lib/datadog_api_client/v2/models/powerpack_group_widget.rb +108 -0
- data/lib/datadog_api_client/v2/models/powerpack_group_widget_definition.rb +162 -0
- data/lib/datadog_api_client/v2/models/powerpack_group_widget_layout.rb +177 -0
- data/lib/datadog_api_client/v2/models/powerpack_inner_widget_layout.rb +177 -0
- data/lib/datadog_api_client/v2/models/powerpack_inner_widgets.rb +108 -0
- data/lib/datadog_api_client/v2/models/powerpack_relationships.rb +80 -0
- data/lib/datadog_api_client/v2/models/powerpack_response.rb +92 -0
- data/lib/datadog_api_client/v2/models/powerpack_response_links.rb +129 -0
- data/lib/datadog_api_client/v2/models/powerpack_template_variable.rb +110 -0
- data/lib/datadog_api_client/v2/models/powerpacks_response_meta.rb +80 -0
- data/lib/datadog_api_client/v2/models/powerpacks_response_meta_pagination.rb +150 -0
- data/lib/datadog_api_client/v2/models/reorder_retention_filters_request.rb +100 -0
- data/lib/datadog_api_client/v2/models/restriction_policy_binding.rb +1 -1
- data/lib/datadog_api_client/v2/models/retention_filter.rb +140 -0
- data/lib/datadog_api_client/v2/models/retention_filter_all.rb +140 -0
- data/lib/datadog_api_client/v2/models/retention_filter_all_attributes.rb +181 -0
- data/lib/datadog_api_client/v2/models/retention_filter_all_type.rb +28 -0
- data/lib/datadog_api_client/v2/models/retention_filter_attributes.rb +181 -0
- data/lib/datadog_api_client/v2/models/retention_filter_create_attributes.rb +183 -0
- data/lib/datadog_api_client/v2/models/retention_filter_create_data.rb +119 -0
- data/lib/datadog_api_client/v2/models/retention_filter_create_request.rb +98 -0
- data/lib/datadog_api_client/v2/models/retention_filter_response.rb +80 -0
- data/lib/datadog_api_client/v2/models/retention_filter_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/retention_filter_update_data.rb +140 -0
- data/lib/datadog_api_client/v2/models/retention_filter_update_request.rb +98 -0
- data/lib/datadog_api_client/v2/models/retention_filter_without_attributes.rb +119 -0
- data/lib/datadog_api_client/v2/models/retention_filters_response.rb +100 -0
- data/lib/datadog_api_client/v2/models/scalar_column_type_group.rb +26 -0
- data/lib/datadog_api_client/v2/models/scalar_column_type_number.rb +26 -0
- data/lib/datadog_api_client/v2/models/scalar_meta.rb +8 -0
- data/lib/datadog_api_client/v2/models/service_definition_schema.rb +2 -1
- data/lib/datadog_api_client/v2/models/service_definition_schema_versions.rb +1 -0
- data/lib/datadog_api_client/v2/models/service_definition_v2_dot2.rb +247 -0
- data/lib/datadog_api_client/v2/models/service_definition_v2_dot2_contact.rb +129 -0
- data/lib/datadog_api_client/v2/models/service_definition_v2_dot2_integrations.rb +90 -0
- data/lib/datadog_api_client/v2/models/service_definition_v2_dot2_link.rb +150 -0
- data/lib/datadog_api_client/v2/models/service_definition_v2_dot2_opsgenie.rb +108 -0
- data/lib/datadog_api_client/v2/models/service_definition_v2_dot2_opsgenie_region.rb +27 -0
- data/lib/datadog_api_client/v2/models/service_definition_v2_dot2_pagerduty.rb +80 -0
- data/lib/datadog_api_client/v2/models/service_definition_v2_dot2_type.rb +32 -0
- data/lib/datadog_api_client/v2/models/service_definition_v2_dot2_version.rb +26 -0
- data/lib/datadog_api_client/v2/models/service_definitions_create_request.rb +1 -0
- data/lib/datadog_api_client/v2/models/spans_filter.rb +80 -0
- data/lib/datadog_api_client/v2/models/spans_filter_create.rb +98 -0
- data/lib/datadog_api_client/version.rb +1 -1
- data/run-tests.sh +6 -5
- metadata +114 -9
- data/examples/v1/usage-metering/GetUsageCIApp_1064440884.rb +0 -8
- data/examples/v1/usage-metering/GetUsageCWS_736958514.rb +0 -8
- data/examples/v2/service-accounts/CreateServiceAccountApplicationKey_1761876297.rb +0 -17
- data/examples/v2/service-accounts/DeleteServiceAccountApplicationKey_992091161.rb +0 -11
- data/examples/v2/service-accounts/GetServiceAccountApplicationKey_819075131.rb +0 -11
- data/examples/v2/service-accounts/ListServiceAccountApplicationKeys_1268914341.rb +0 -8
- data/examples/v2/service-accounts/UpdateServiceAccountApplicationKey_768415790.rb +0 -22
|
@@ -3422,6 +3422,11 @@ components:
|
|
|
3422
3422
|
$ref: '#/components/schemas/LogQueryDefinition'
|
|
3423
3423
|
event_query:
|
|
3424
3424
|
$ref: '#/components/schemas/EventQueryDefinition'
|
|
3425
|
+
formulas:
|
|
3426
|
+
description: List of formulas that operate on queries.
|
|
3427
|
+
items:
|
|
3428
|
+
$ref: '#/components/schemas/WidgetFormula'
|
|
3429
|
+
type: array
|
|
3425
3430
|
log_query:
|
|
3426
3431
|
$ref: '#/components/schemas/LogQueryDefinition'
|
|
3427
3432
|
network_query:
|
|
@@ -3433,6 +3438,13 @@ components:
|
|
|
3433
3438
|
q:
|
|
3434
3439
|
description: Widget query.
|
|
3435
3440
|
type: string
|
|
3441
|
+
queries:
|
|
3442
|
+
description: List of queries that can be returned directly or used in formulas.
|
|
3443
|
+
items:
|
|
3444
|
+
$ref: '#/components/schemas/FormulaAndFunctionQueryDefinition'
|
|
3445
|
+
type: array
|
|
3446
|
+
response_format:
|
|
3447
|
+
$ref: '#/components/schemas/FormulaAndFunctionResponseFormat'
|
|
3436
3448
|
rum_query:
|
|
3437
3449
|
$ref: '#/components/schemas/LogQueryDefinition'
|
|
3438
3450
|
security_query:
|
|
@@ -3889,8 +3901,8 @@ components:
|
|
|
3889
3901
|
- appsec_fargate_usage
|
|
3890
3902
|
- appsec_usage
|
|
3891
3903
|
- browser_usage
|
|
3892
|
-
- container_excl_agent_usage
|
|
3893
3904
|
- ci_visibility_itr_usage
|
|
3905
|
+
- container_excl_agent_usage
|
|
3894
3906
|
- container_usage
|
|
3895
3907
|
- cspm_containers_usage
|
|
3896
3908
|
- cspm_hosts_usage
|
|
@@ -3901,23 +3913,26 @@ components:
|
|
|
3901
3913
|
- dbm_hosts_usage
|
|
3902
3914
|
- dbm_queries_usage
|
|
3903
3915
|
- estimated_indexed_logs_usage
|
|
3904
|
-
- estimated_ingested_logs_usage
|
|
3905
3916
|
- estimated_indexed_spans_usage
|
|
3917
|
+
- estimated_ingested_logs_usage
|
|
3906
3918
|
- estimated_ingested_spans_usage
|
|
3919
|
+
- estimated_rum_sessions_usage
|
|
3907
3920
|
- fargate_usage
|
|
3908
3921
|
- functions_usage
|
|
3909
3922
|
- infra_host_usage
|
|
3910
3923
|
- invocations_usage
|
|
3924
|
+
- mobile_app_testing_usage
|
|
3925
|
+
- ndm_netflow_usage
|
|
3911
3926
|
- npm_host_usage
|
|
3912
3927
|
- obs_pipeline_bytes_usage
|
|
3913
3928
|
- profiled_container_usage
|
|
3914
3929
|
- profiled_fargate_usage
|
|
3915
3930
|
- profiled_host_usage
|
|
3931
|
+
- sds_scanned_bytes_usage
|
|
3932
|
+
- serverless_apps_usage
|
|
3916
3933
|
- snmp_usage
|
|
3917
|
-
- estimated_rum_sessions_usage
|
|
3918
3934
|
- universal_service_monitoring_usage
|
|
3919
3935
|
- vuln_management_hosts_usage
|
|
3920
|
-
- sds_scanned_bytes_usage
|
|
3921
3936
|
type: string
|
|
3922
3937
|
x-enum-varnames:
|
|
3923
3938
|
- API_USAGE
|
|
@@ -3927,8 +3942,8 @@ components:
|
|
|
3927
3942
|
- APPSEC_FARGATE_USAGE
|
|
3928
3943
|
- APPSEC_USAGE
|
|
3929
3944
|
- BROWSER_USAGE
|
|
3930
|
-
- CONTAINER_EXCL_AGENT_USAGE
|
|
3931
3945
|
- CI_VISIBILITY_ITR_USAGE
|
|
3946
|
+
- CONTAINER_EXCL_AGENT_USAGE
|
|
3932
3947
|
- CONTAINER_USAGE
|
|
3933
3948
|
- CSPM_CONTAINERS_USAGE
|
|
3934
3949
|
- CSPM_HOSTS_USAGE
|
|
@@ -3939,23 +3954,26 @@ components:
|
|
|
3939
3954
|
- DBM_HOSTS_USAGE
|
|
3940
3955
|
- DBM_QUERIES_USAGE
|
|
3941
3956
|
- ESTIMATED_INDEXED_LOGS_USAGE
|
|
3942
|
-
- ESTIMATED_INGESTED_LOGS_USAGE
|
|
3943
3957
|
- ESTIMATED_INDEXED_SPANS_USAGE
|
|
3958
|
+
- ESTIMATED_INGESTED_LOGS_USAGE
|
|
3944
3959
|
- ESTIMATED_INGESTED_SPANS_USAGE
|
|
3960
|
+
- ESTIMATED_RUM_SESSIONS_USAGE
|
|
3945
3961
|
- FARGATE_USAGE
|
|
3946
3962
|
- FUNCTIONS_USAGE
|
|
3947
3963
|
- INFRA_HOST_USAGE
|
|
3948
3964
|
- INVOCATIONS_USAGE
|
|
3965
|
+
- MOBILE_APP_TESTING_USAGE
|
|
3966
|
+
- NDM_NETFLOW_USAGE
|
|
3949
3967
|
- NPM_HOST_USAGE
|
|
3950
3968
|
- OBS_PIPELINE_BYTES_USAGE
|
|
3951
3969
|
- PROFILED_CONTAINER_USAGE
|
|
3952
3970
|
- PROFILED_FARGATE_USAGE
|
|
3953
3971
|
- PROFILED_HOST_USAGE
|
|
3972
|
+
- SDS_SCANNED_BYTES_USAGE
|
|
3973
|
+
- SERVERLESS_APPS_USAGE
|
|
3954
3974
|
- SNMP_USAGE
|
|
3955
|
-
- ESTIMATED_RUM_SESSIONS_USAGE
|
|
3956
3975
|
- UNIVERSAL_SERVICE_MONITORING_USAGE
|
|
3957
3976
|
- VULN_MANAGEMENT_HOSTS_USAGE
|
|
3958
|
-
- SDS_SCANNED_BYTES_USAGE
|
|
3959
3977
|
IFrameWidgetDefinition:
|
|
3960
3978
|
description: The iframe widget allows you to embed a portion of any other web
|
|
3961
3979
|
page on your dashboard. Only available on FREE layout dashboards.
|
|
@@ -4027,6 +4045,22 @@ components:
|
|
|
4027
4045
|
type: string
|
|
4028
4046
|
type: array
|
|
4029
4047
|
type: object
|
|
4048
|
+
IPPrefixesGlobal:
|
|
4049
|
+
description: Available prefix information for all Datadog endpoints.
|
|
4050
|
+
properties:
|
|
4051
|
+
prefixes_ipv4:
|
|
4052
|
+
description: List of IPv4 prefixes.
|
|
4053
|
+
items:
|
|
4054
|
+
description: IPv4 prefix
|
|
4055
|
+
type: string
|
|
4056
|
+
type: array
|
|
4057
|
+
prefixes_ipv6:
|
|
4058
|
+
description: List of IPv6 prefixes.
|
|
4059
|
+
items:
|
|
4060
|
+
description: IPv6 prefix
|
|
4061
|
+
type: string
|
|
4062
|
+
type: array
|
|
4063
|
+
type: object
|
|
4030
4064
|
IPPrefixesLogs:
|
|
4031
4065
|
description: Available prefix information for the Logs endpoints.
|
|
4032
4066
|
properties:
|
|
@@ -4167,6 +4201,8 @@ components:
|
|
|
4167
4201
|
$ref: '#/components/schemas/IPPrefixesAPI'
|
|
4168
4202
|
apm:
|
|
4169
4203
|
$ref: '#/components/schemas/IPPrefixesAPM'
|
|
4204
|
+
global:
|
|
4205
|
+
$ref: '#/components/schemas/IPPrefixesGlobal'
|
|
4170
4206
|
logs:
|
|
4171
4207
|
$ref: '#/components/schemas/IPPrefixesLogs'
|
|
4172
4208
|
modified:
|
|
@@ -4414,6 +4450,7 @@ components:
|
|
|
4414
4450
|
- ci_test_stream
|
|
4415
4451
|
- rum_issue_stream
|
|
4416
4452
|
- apm_issue_stream
|
|
4453
|
+
- trace_stream
|
|
4417
4454
|
- logs_issue_stream
|
|
4418
4455
|
- logs_pattern_stream
|
|
4419
4456
|
- logs_transaction_stream
|
|
@@ -4427,6 +4464,7 @@ components:
|
|
|
4427
4464
|
- CI_TEST_STREAM
|
|
4428
4465
|
- RUM_ISSUE_STREAM
|
|
4429
4466
|
- APM_ISSUE_STREAM
|
|
4467
|
+
- TRACE_STREAM
|
|
4430
4468
|
- LOGS_ISSUE_STREAM
|
|
4431
4469
|
- LOGS_PATTERN_STREAM
|
|
4432
4470
|
- LOGS_TRANSACTION_STREAM
|
|
@@ -6247,7 +6285,7 @@ components:
|
|
|
6247
6285
|
readOnly: true
|
|
6248
6286
|
type: integer
|
|
6249
6287
|
matching_downtimes:
|
|
6250
|
-
description: A list of active downtimes that match this monitor.
|
|
6288
|
+
description: A list of active v1 downtimes that match this monitor.
|
|
6251
6289
|
items:
|
|
6252
6290
|
$ref: '#/components/schemas/MatchingDowntime'
|
|
6253
6291
|
type: array
|
|
@@ -6591,7 +6629,6 @@ components:
|
|
|
6591
6629
|
This is only used by CI Test and Pipeline monitors.
|
|
6592
6630
|
type: boolean
|
|
6593
6631
|
escalation_message:
|
|
6594
|
-
default: none
|
|
6595
6632
|
description: 'We recommend using the [is_renotify](https://docs.datadoghq.com/monitors/notify/?tab=is_alert#renotify),
|
|
6596
6633
|
|
|
6597
6634
|
block in the original message instead.
|
|
@@ -6775,7 +6812,8 @@ components:
|
|
|
6775
6812
|
nullable: true
|
|
6776
6813
|
type: integer
|
|
6777
6814
|
deprecated: true
|
|
6778
|
-
description: Information about the downtime applied to the monitor.
|
|
6815
|
+
description: Information about the downtime applied to the monitor. Only
|
|
6816
|
+
shows v1 downtimes.
|
|
6779
6817
|
type: object
|
|
6780
6818
|
synthetics_check_id:
|
|
6781
6819
|
deprecated: true
|
|
@@ -6818,6 +6856,33 @@ components:
|
|
|
6818
6856
|
type: string
|
|
6819
6857
|
readOnly: true
|
|
6820
6858
|
type: object
|
|
6859
|
+
MonitorOptionsCustomSchedule:
|
|
6860
|
+
description: Configuration options for the custom schedule. **This feature is
|
|
6861
|
+
in private beta.**
|
|
6862
|
+
properties:
|
|
6863
|
+
recurrences:
|
|
6864
|
+
description: Array of custom schedule recurrences.
|
|
6865
|
+
items:
|
|
6866
|
+
$ref: '#/components/schemas/MonitorOptionsCustomScheduleRecurrence'
|
|
6867
|
+
type: array
|
|
6868
|
+
type: object
|
|
6869
|
+
MonitorOptionsCustomScheduleRecurrence:
|
|
6870
|
+
description: Configuration for a recurrence set on the monitor options for custom
|
|
6871
|
+
schedule.
|
|
6872
|
+
properties:
|
|
6873
|
+
rrule:
|
|
6874
|
+
description: Defines the recurrence rule (RRULE) for a given schedule.
|
|
6875
|
+
example: FREQ=WEEKLY;BYDAY=MO,TU,WE,TH,FR
|
|
6876
|
+
type: string
|
|
6877
|
+
start:
|
|
6878
|
+
description: Defines the start date and time of the recurring schedule.
|
|
6879
|
+
example: '2023-08-31T16:30:00'
|
|
6880
|
+
type: string
|
|
6881
|
+
timezone:
|
|
6882
|
+
description: Defines the timezone the schedule runs on.
|
|
6883
|
+
example: Europe/Paris
|
|
6884
|
+
type: string
|
|
6885
|
+
type: object
|
|
6821
6886
|
MonitorOptionsNotificationPresets:
|
|
6822
6887
|
default: show_all
|
|
6823
6888
|
description: Toggles the display of additional content sent in the monitor notification.
|
|
@@ -6835,6 +6900,8 @@ components:
|
|
|
6835
6900
|
MonitorOptionsSchedulingOptions:
|
|
6836
6901
|
description: Configuration options for scheduling.
|
|
6837
6902
|
properties:
|
|
6903
|
+
custom_schedule:
|
|
6904
|
+
$ref: '#/components/schemas/MonitorOptionsCustomSchedule'
|
|
6838
6905
|
evaluation_window:
|
|
6839
6906
|
$ref: '#/components/schemas/MonitorOptionsSchedulingOptionsEvaluationWindow'
|
|
6840
6907
|
type: object
|
|
@@ -6899,18 +6966,20 @@ components:
|
|
|
6899
6966
|
MonitorSearchCount:
|
|
6900
6967
|
description: Search facets.
|
|
6901
6968
|
items:
|
|
6902
|
-
|
|
6903
|
-
properties:
|
|
6904
|
-
count:
|
|
6905
|
-
description: The number of found monitors with the listed value.
|
|
6906
|
-
format: int64
|
|
6907
|
-
readOnly: true
|
|
6908
|
-
type: integer
|
|
6909
|
-
name:
|
|
6910
|
-
description: The facet value.
|
|
6911
|
-
readOnly: true
|
|
6912
|
-
type: object
|
|
6969
|
+
$ref: '#/components/schemas/MonitorSearchCountItem'
|
|
6913
6970
|
type: array
|
|
6971
|
+
MonitorSearchCountItem:
|
|
6972
|
+
description: A facet item.
|
|
6973
|
+
properties:
|
|
6974
|
+
count:
|
|
6975
|
+
description: The number of found monitors with the listed value.
|
|
6976
|
+
format: int64
|
|
6977
|
+
readOnly: true
|
|
6978
|
+
type: integer
|
|
6979
|
+
name:
|
|
6980
|
+
description: The facet value.
|
|
6981
|
+
readOnly: true
|
|
6982
|
+
type: object
|
|
6914
6983
|
MonitorSearchResponse:
|
|
6915
6984
|
description: The response form a monitor search.
|
|
6916
6985
|
example:
|
|
@@ -7472,6 +7541,10 @@ components:
|
|
|
7472
7541
|
- infra_host_percentage
|
|
7473
7542
|
- invocations_usage
|
|
7474
7543
|
- invocations_percentage
|
|
7544
|
+
- mobile_app_testing_percentage
|
|
7545
|
+
- mobile_app_testing_usage
|
|
7546
|
+
- ndm_netflow_usage
|
|
7547
|
+
- ndm_netflow_percentage
|
|
7475
7548
|
- npm_host_usage
|
|
7476
7549
|
- npm_host_percentage
|
|
7477
7550
|
- obs_pipeline_bytes_usage
|
|
@@ -7482,6 +7555,8 @@ components:
|
|
|
7482
7555
|
- profiled_fargate_percentage
|
|
7483
7556
|
- profiled_host_usage
|
|
7484
7557
|
- profiled_host_percentage
|
|
7558
|
+
- serverless_apps_usage
|
|
7559
|
+
- serverless_apps_percentage
|
|
7485
7560
|
- snmp_usage
|
|
7486
7561
|
- snmp_percentage
|
|
7487
7562
|
- estimated_rum_sessions_usage
|
|
@@ -7547,6 +7622,10 @@ components:
|
|
|
7547
7622
|
- INFRA_HOST_PERCENTAGE
|
|
7548
7623
|
- INVOCATIONS_USAGE
|
|
7549
7624
|
- INVOCATIONS_PERCENTAGE
|
|
7625
|
+
- MOBILE_APP_TESTING_USAGE
|
|
7626
|
+
- MOBILE_APP_TESTING_PERCENTAGE
|
|
7627
|
+
- NDM_NETFLOW_USAGE
|
|
7628
|
+
- NDM_NETFLOW_PERCENTAGE
|
|
7550
7629
|
- NPM_HOST_USAGE
|
|
7551
7630
|
- NPM_HOST_PERCENTAGE
|
|
7552
7631
|
- OBS_PIPELINE_BYTES_USAGE
|
|
@@ -7557,6 +7636,8 @@ components:
|
|
|
7557
7636
|
- PROFILED_FARGATE_PERCENTAGE
|
|
7558
7637
|
- PROFILED_HOST_USAGE
|
|
7559
7638
|
- PROFILED_HOST_PERCENTAGE
|
|
7639
|
+
- SERVERLESS_APPS_USAGE
|
|
7640
|
+
- SERVERLESS_APPS_PERCENTAGE
|
|
7560
7641
|
- SNMP_USAGE
|
|
7561
7642
|
- SNMP_PERCENTAGE
|
|
7562
7643
|
- ESTIMATED_RUM_SESSIONS_USAGE
|
|
@@ -7658,19 +7739,21 @@ components:
|
|
|
7658
7739
|
format: double
|
|
7659
7740
|
type: number
|
|
7660
7741
|
cspm_containers_percentage:
|
|
7661
|
-
description: The percentage of
|
|
7742
|
+
description: The percentage of Cloud Security Management Pro container usage
|
|
7743
|
+
by tag(s).
|
|
7662
7744
|
format: double
|
|
7663
7745
|
type: number
|
|
7664
7746
|
cspm_containers_usage:
|
|
7665
|
-
description: The
|
|
7747
|
+
description: The Cloud Security Management Pro container usage by tag(s).
|
|
7666
7748
|
format: double
|
|
7667
7749
|
type: number
|
|
7668
7750
|
cspm_hosts_percentage:
|
|
7669
|
-
description: The percentage of
|
|
7751
|
+
description: The percentage of Cloud Security Management Pro host usage
|
|
7752
|
+
by tag(s).
|
|
7670
7753
|
format: double
|
|
7671
7754
|
type: number
|
|
7672
7755
|
cspm_hosts_usage:
|
|
7673
|
-
description: The
|
|
7756
|
+
description: The Cloud Security Management Pro host usage by tag(s).
|
|
7674
7757
|
format: double
|
|
7675
7758
|
type: number
|
|
7676
7759
|
custom_ingested_timeseries_percentage:
|
|
@@ -7794,6 +7877,24 @@ components:
|
|
|
7794
7877
|
description: The Lambda invocation usage by tag(s).
|
|
7795
7878
|
format: double
|
|
7796
7879
|
type: number
|
|
7880
|
+
mobile_app_testing_percentage:
|
|
7881
|
+
description: The percentage of Synthetic mobile application test usage by
|
|
7882
|
+
tag(s).
|
|
7883
|
+
format: double
|
|
7884
|
+
type: number
|
|
7885
|
+
mobile_app_testing_usage:
|
|
7886
|
+
description: The Synthetic mobile application test usage by tag(s).
|
|
7887
|
+
format: double
|
|
7888
|
+
type: number
|
|
7889
|
+
ndm_netflow_percentage:
|
|
7890
|
+
description: The percentage of Network Device Monitoring NetFlow usage by
|
|
7891
|
+
tag(s).
|
|
7892
|
+
format: double
|
|
7893
|
+
type: number
|
|
7894
|
+
ndm_netflow_usage:
|
|
7895
|
+
description: The Network Device Monitoring NetFlow usage by tag(s).
|
|
7896
|
+
format: double
|
|
7897
|
+
type: number
|
|
7797
7898
|
npm_host_percentage:
|
|
7798
7899
|
description: The percentage of network host usage by tag(s).
|
|
7799
7900
|
format: double
|
|
@@ -7842,6 +7943,14 @@ components:
|
|
|
7842
7943
|
description: The total Sensitive Data Scanner usage by tag(s).
|
|
7843
7944
|
format: double
|
|
7844
7945
|
type: number
|
|
7946
|
+
serverless_apps_percentage:
|
|
7947
|
+
description: The percentage of Serverless Apps usage by tag(s).
|
|
7948
|
+
format: double
|
|
7949
|
+
type: number
|
|
7950
|
+
serverless_apps_usage:
|
|
7951
|
+
description: The total Serverless Apps usage by tag(s).
|
|
7952
|
+
format: double
|
|
7953
|
+
type: number
|
|
7845
7954
|
snmp_percentage:
|
|
7846
7955
|
description: The percentage of network device usage by tag(s).
|
|
7847
7956
|
format: double
|
|
@@ -9022,6 +9131,86 @@ components:
|
|
|
9022
9131
|
maxItems: 2
|
|
9023
9132
|
minItems: 2
|
|
9024
9133
|
type: array
|
|
9134
|
+
PowerpackTemplateVariableContents:
|
|
9135
|
+
description: Powerpack template variable contents.
|
|
9136
|
+
properties:
|
|
9137
|
+
name:
|
|
9138
|
+
description: The name of the variable.
|
|
9139
|
+
example: host1
|
|
9140
|
+
type: string
|
|
9141
|
+
prefix:
|
|
9142
|
+
description: The tag prefix associated with the variable.
|
|
9143
|
+
type: string
|
|
9144
|
+
values:
|
|
9145
|
+
description: One or many template variable values within the saved view,
|
|
9146
|
+
which will be unioned together using `OR` if more than one is specified.
|
|
9147
|
+
example:
|
|
9148
|
+
- my-host
|
|
9149
|
+
- host1
|
|
9150
|
+
- host2
|
|
9151
|
+
items:
|
|
9152
|
+
description: One or more possible values of the template variable.
|
|
9153
|
+
minLength: 1
|
|
9154
|
+
type: string
|
|
9155
|
+
type: array
|
|
9156
|
+
required:
|
|
9157
|
+
- name
|
|
9158
|
+
- values
|
|
9159
|
+
type: object
|
|
9160
|
+
PowerpackTemplateVariables:
|
|
9161
|
+
description: Powerpack template variables.
|
|
9162
|
+
properties:
|
|
9163
|
+
controlled_by_powerpack:
|
|
9164
|
+
description: Template variables controlled at the powerpack level.
|
|
9165
|
+
items:
|
|
9166
|
+
$ref: '#/components/schemas/PowerpackTemplateVariableContents'
|
|
9167
|
+
type: array
|
|
9168
|
+
controlled_externally:
|
|
9169
|
+
description: Template variables controlled by the external resource, such
|
|
9170
|
+
as the dashboard this powerpack is on.
|
|
9171
|
+
items:
|
|
9172
|
+
$ref: '#/components/schemas/PowerpackTemplateVariableContents'
|
|
9173
|
+
type: array
|
|
9174
|
+
type: object
|
|
9175
|
+
PowerpackWidgetDefinition:
|
|
9176
|
+
description: The powerpack widget allows you to keep similar graphs together
|
|
9177
|
+
on your timeboard. Each group has a custom header, can hold one to many graphs,
|
|
9178
|
+
and is collapsible.
|
|
9179
|
+
properties:
|
|
9180
|
+
background_color:
|
|
9181
|
+
description: Background color of the powerpack title.
|
|
9182
|
+
type: string
|
|
9183
|
+
banner_img:
|
|
9184
|
+
description: URL of image to display as a banner for the powerpack.
|
|
9185
|
+
type: string
|
|
9186
|
+
powerpack_id:
|
|
9187
|
+
description: UUID of the associated powerpack.
|
|
9188
|
+
example: df43cf2a-6475-490d-b686-6fbc6cb9a49c
|
|
9189
|
+
type: string
|
|
9190
|
+
show_title:
|
|
9191
|
+
default: true
|
|
9192
|
+
description: Whether to show the title or not.
|
|
9193
|
+
type: boolean
|
|
9194
|
+
template_variables:
|
|
9195
|
+
$ref: '#/components/schemas/PowerpackTemplateVariables'
|
|
9196
|
+
title:
|
|
9197
|
+
description: Title of the widget.
|
|
9198
|
+
type: string
|
|
9199
|
+
type:
|
|
9200
|
+
$ref: '#/components/schemas/PowerpackWidgetDefinitionType'
|
|
9201
|
+
required:
|
|
9202
|
+
- type
|
|
9203
|
+
- powerpack_id
|
|
9204
|
+
type: object
|
|
9205
|
+
PowerpackWidgetDefinitionType:
|
|
9206
|
+
default: powerpack
|
|
9207
|
+
description: Type of the powerpack widget.
|
|
9208
|
+
enum:
|
|
9209
|
+
- powerpack
|
|
9210
|
+
example: powerpack
|
|
9211
|
+
type: string
|
|
9212
|
+
x-enum-varnames:
|
|
9213
|
+
- POWERPACK
|
|
9025
9214
|
ProcessQueryDefinition:
|
|
9026
9215
|
description: The process query to use in the widget.
|
|
9027
9216
|
properties:
|
|
@@ -12026,6 +12215,170 @@ components:
|
|
|
12026
12215
|
items:
|
|
12027
12216
|
$ref: '#/components/schemas/SlackIntegrationChannel'
|
|
12028
12217
|
type: array
|
|
12218
|
+
SplitConfig:
|
|
12219
|
+
description: Encapsulates all user choices about how to split a graph.
|
|
12220
|
+
properties:
|
|
12221
|
+
limit:
|
|
12222
|
+
description: Maximum number of graphs to display in the widget.
|
|
12223
|
+
example: 24
|
|
12224
|
+
format: int64
|
|
12225
|
+
maximum: 100
|
|
12226
|
+
minimum: 1
|
|
12227
|
+
type: integer
|
|
12228
|
+
sort:
|
|
12229
|
+
$ref: '#/components/schemas/SplitSort'
|
|
12230
|
+
split_dimensions:
|
|
12231
|
+
description: The dimension(s) on which to split the graph
|
|
12232
|
+
items:
|
|
12233
|
+
$ref: '#/components/schemas/SplitDimension'
|
|
12234
|
+
maxItems: 1
|
|
12235
|
+
minItems: 1
|
|
12236
|
+
type: array
|
|
12237
|
+
static_splits:
|
|
12238
|
+
description: Manual selection of tags making split graph widget static
|
|
12239
|
+
items:
|
|
12240
|
+
$ref: '#/components/schemas/SplitVectorEntry'
|
|
12241
|
+
maxItems: 100
|
|
12242
|
+
type: array
|
|
12243
|
+
required:
|
|
12244
|
+
- split_dimensions
|
|
12245
|
+
- limit
|
|
12246
|
+
- sort
|
|
12247
|
+
type: object
|
|
12248
|
+
SplitConfigSortCompute:
|
|
12249
|
+
description: Defines the metric and aggregation used as the sort value.
|
|
12250
|
+
properties:
|
|
12251
|
+
aggregation:
|
|
12252
|
+
description: How to aggregate the sort metric for the purposes of ordering.
|
|
12253
|
+
example: sum
|
|
12254
|
+
type: string
|
|
12255
|
+
metric:
|
|
12256
|
+
description: The metric to use for sorting graphs.
|
|
12257
|
+
example: system.cpu.user
|
|
12258
|
+
type: string
|
|
12259
|
+
required:
|
|
12260
|
+
- aggregation
|
|
12261
|
+
- metric
|
|
12262
|
+
type: object
|
|
12263
|
+
SplitDimension:
|
|
12264
|
+
description: The property by which the graph splits
|
|
12265
|
+
example:
|
|
12266
|
+
one_graph_per: service
|
|
12267
|
+
properties:
|
|
12268
|
+
one_graph_per:
|
|
12269
|
+
description: The system interprets this attribute differently depending
|
|
12270
|
+
on the data source of the query being split. For metrics, it's a tag.
|
|
12271
|
+
For the events platform, it's an attribute or tag.
|
|
12272
|
+
example: service
|
|
12273
|
+
type: string
|
|
12274
|
+
required:
|
|
12275
|
+
- one_graph_per
|
|
12276
|
+
type: object
|
|
12277
|
+
SplitGraphSourceWidgetDefinition:
|
|
12278
|
+
description: The original widget we are splitting on.
|
|
12279
|
+
oneOf:
|
|
12280
|
+
- $ref: '#/components/schemas/ChangeWidgetDefinition'
|
|
12281
|
+
- $ref: '#/components/schemas/GeomapWidgetDefinition'
|
|
12282
|
+
- $ref: '#/components/schemas/QueryValueWidgetDefinition'
|
|
12283
|
+
- $ref: '#/components/schemas/ScatterPlotWidgetDefinition'
|
|
12284
|
+
- $ref: '#/components/schemas/SunburstWidgetDefinition'
|
|
12285
|
+
- $ref: '#/components/schemas/TableWidgetDefinition'
|
|
12286
|
+
- $ref: '#/components/schemas/TimeseriesWidgetDefinition'
|
|
12287
|
+
- $ref: '#/components/schemas/ToplistWidgetDefinition'
|
|
12288
|
+
- $ref: '#/components/schemas/TreeMapWidgetDefinition'
|
|
12289
|
+
SplitGraphVizSize:
|
|
12290
|
+
description: Size of the individual graphs in the split.
|
|
12291
|
+
enum:
|
|
12292
|
+
- xs
|
|
12293
|
+
- sm
|
|
12294
|
+
- md
|
|
12295
|
+
- lg
|
|
12296
|
+
example: sm
|
|
12297
|
+
type: string
|
|
12298
|
+
x-enum-varnames:
|
|
12299
|
+
- XS
|
|
12300
|
+
- SM
|
|
12301
|
+
- MD
|
|
12302
|
+
- LG
|
|
12303
|
+
SplitGraphWidgetDefinition:
|
|
12304
|
+
description: 'The split graph widget allows you to create repeating units of
|
|
12305
|
+
a graph - one for each value in a group (for example: one per service)
|
|
12306
|
+
|
|
12307
|
+
'
|
|
12308
|
+
properties:
|
|
12309
|
+
has_uniform_y_axes:
|
|
12310
|
+
description: Normalize y axes across graphs
|
|
12311
|
+
type: boolean
|
|
12312
|
+
size:
|
|
12313
|
+
$ref: '#/components/schemas/SplitGraphVizSize'
|
|
12314
|
+
source_widget_definition:
|
|
12315
|
+
$ref: '#/components/schemas/SplitGraphSourceWidgetDefinition'
|
|
12316
|
+
split_config:
|
|
12317
|
+
$ref: '#/components/schemas/SplitConfig'
|
|
12318
|
+
time:
|
|
12319
|
+
$ref: '#/components/schemas/WidgetTime'
|
|
12320
|
+
title:
|
|
12321
|
+
description: Title of your widget.
|
|
12322
|
+
type: string
|
|
12323
|
+
type:
|
|
12324
|
+
$ref: '#/components/schemas/SplitGraphWidgetDefinitionType'
|
|
12325
|
+
required:
|
|
12326
|
+
- size
|
|
12327
|
+
- type
|
|
12328
|
+
- source_widget_definition
|
|
12329
|
+
- split_config
|
|
12330
|
+
type: object
|
|
12331
|
+
SplitGraphWidgetDefinitionType:
|
|
12332
|
+
default: split_group
|
|
12333
|
+
description: Type of the split graph widget
|
|
12334
|
+
enum:
|
|
12335
|
+
- split_group
|
|
12336
|
+
example: split_group
|
|
12337
|
+
type: string
|
|
12338
|
+
x-enum-varnames:
|
|
12339
|
+
- SPLIT_GROUP
|
|
12340
|
+
SplitSort:
|
|
12341
|
+
description: Controls the order in which graphs appear in the split.
|
|
12342
|
+
properties:
|
|
12343
|
+
compute:
|
|
12344
|
+
$ref: '#/components/schemas/SplitConfigSortCompute'
|
|
12345
|
+
order:
|
|
12346
|
+
$ref: '#/components/schemas/WidgetSort'
|
|
12347
|
+
required:
|
|
12348
|
+
- order
|
|
12349
|
+
type: object
|
|
12350
|
+
SplitVectorEntry:
|
|
12351
|
+
description: The widget displays one graph for each entry in this parameter.
|
|
12352
|
+
example:
|
|
12353
|
+
- tag_key: demo
|
|
12354
|
+
tag_values:
|
|
12355
|
+
- env
|
|
12356
|
+
items:
|
|
12357
|
+
$ref: '#/components/schemas/SplitVectorEntryItem'
|
|
12358
|
+
minItems: 1
|
|
12359
|
+
type: array
|
|
12360
|
+
SplitVectorEntryItem:
|
|
12361
|
+
description: The split graph list contains a graph for each value of the split
|
|
12362
|
+
dimension.
|
|
12363
|
+
minLength: 1
|
|
12364
|
+
properties:
|
|
12365
|
+
tag_key:
|
|
12366
|
+
description: The tag key.
|
|
12367
|
+
example: demo
|
|
12368
|
+
minLength: 1
|
|
12369
|
+
type: string
|
|
12370
|
+
tag_values:
|
|
12371
|
+
description: The tag values.
|
|
12372
|
+
example:
|
|
12373
|
+
- env
|
|
12374
|
+
items:
|
|
12375
|
+
minLength: 1
|
|
12376
|
+
type: string
|
|
12377
|
+
type: array
|
|
12378
|
+
required:
|
|
12379
|
+
- tag_key
|
|
12380
|
+
- tag_values
|
|
12381
|
+
type: object
|
|
12029
12382
|
SuccessfulSignalUpdateResponse:
|
|
12030
12383
|
description: Updated signal data following a successfully performed update.
|
|
12031
12384
|
properties:
|
|
@@ -12163,6 +12516,8 @@ components:
|
|
|
12163
12516
|
$ref: '#/components/schemas/LogQueryDefinition'
|
|
12164
12517
|
security_query:
|
|
12165
12518
|
$ref: '#/components/schemas/LogQueryDefinition'
|
|
12519
|
+
style:
|
|
12520
|
+
$ref: '#/components/schemas/WidgetStyle'
|
|
12166
12521
|
type: object
|
|
12167
12522
|
SyntheticsAPIStep:
|
|
12168
12523
|
description: The steps used in a Synthetic multistep API test.
|
|
@@ -12568,6 +12923,8 @@ components:
|
|
|
12568
12923
|
target:
|
|
12569
12924
|
description: Value used by the operator.
|
|
12570
12925
|
example: 123456
|
|
12926
|
+
timingsScope:
|
|
12927
|
+
$ref: '#/components/schemas/SyntheticsAssertionTimingsScope'
|
|
12571
12928
|
type:
|
|
12572
12929
|
$ref: '#/components/schemas/SyntheticsAssertionType'
|
|
12573
12930
|
required:
|
|
@@ -12575,6 +12932,15 @@ components:
|
|
|
12575
12932
|
- operator
|
|
12576
12933
|
- target
|
|
12577
12934
|
type: object
|
|
12935
|
+
SyntheticsAssertionTimingsScope:
|
|
12936
|
+
description: Timings scope for response time assertions.
|
|
12937
|
+
enum:
|
|
12938
|
+
- all
|
|
12939
|
+
- withoutDNS
|
|
12940
|
+
type: string
|
|
12941
|
+
x-enum-varnames:
|
|
12942
|
+
- ALL
|
|
12943
|
+
- WITHOUT_DNS
|
|
12578
12944
|
SyntheticsAssertionType:
|
|
12579
12945
|
description: Type of the assertion.
|
|
12580
12946
|
enum:
|
|
@@ -15949,21 +16315,21 @@ components:
|
|
|
15949
16315
|
format: double
|
|
15950
16316
|
type: number
|
|
15951
16317
|
cspm_container_percentage:
|
|
15952
|
-
description: The percentage of Cloud Security
|
|
15953
|
-
|
|
16318
|
+
description: The percentage of Cloud Security Management Pro container usage
|
|
16319
|
+
by tag(s)
|
|
15954
16320
|
format: double
|
|
15955
16321
|
type: number
|
|
15956
16322
|
cspm_container_usage:
|
|
15957
|
-
description: The Cloud Security
|
|
16323
|
+
description: The Cloud Security Management Pro container usage by tag(s)
|
|
15958
16324
|
format: double
|
|
15959
16325
|
type: number
|
|
15960
16326
|
cspm_host_percentage:
|
|
15961
|
-
description: The percentage of Cloud Security
|
|
16327
|
+
description: The percentage of Cloud Security Management Pro host usage
|
|
15962
16328
|
by tag(s)
|
|
15963
16329
|
format: double
|
|
15964
16330
|
type: number
|
|
15965
16331
|
cspm_host_usage:
|
|
15966
|
-
description: The Cloud Security
|
|
16332
|
+
description: The Cloud Security Management Pro host usage by tag(s)
|
|
15967
16333
|
format: double
|
|
15968
16334
|
type: number
|
|
15969
16335
|
custom_timeseries_percentage:
|
|
@@ -16477,48 +16843,48 @@ components:
|
|
|
16477
16843
|
type: array
|
|
16478
16844
|
type: object
|
|
16479
16845
|
UsageCloudSecurityPostureManagementHour:
|
|
16480
|
-
description: Cloud Security
|
|
16481
|
-
|
|
16846
|
+
description: Cloud Security Management Pro usage for a given organization for
|
|
16847
|
+
a given hour.
|
|
16482
16848
|
properties:
|
|
16483
16849
|
aas_host_count:
|
|
16484
|
-
description: The number of Cloud Security
|
|
16850
|
+
description: The number of Cloud Security Management Pro Azure app services
|
|
16485
16851
|
hosts during a given hour.
|
|
16486
16852
|
format: double
|
|
16487
16853
|
nullable: true
|
|
16488
16854
|
type: number
|
|
16489
16855
|
aws_host_count:
|
|
16490
|
-
description: The number of Cloud Security
|
|
16856
|
+
description: The number of Cloud Security Management Pro AWS hosts during
|
|
16491
16857
|
a given hour.
|
|
16492
16858
|
format: double
|
|
16493
16859
|
nullable: true
|
|
16494
16860
|
type: number
|
|
16495
16861
|
azure_host_count:
|
|
16496
|
-
description: The number of Cloud Security
|
|
16497
|
-
|
|
16862
|
+
description: The number of Cloud Security Management Pro Azure hosts during
|
|
16863
|
+
a given hour.
|
|
16498
16864
|
format: double
|
|
16499
16865
|
nullable: true
|
|
16500
16866
|
type: number
|
|
16501
16867
|
compliance_host_count:
|
|
16502
|
-
description: The number of Cloud Security
|
|
16503
|
-
|
|
16868
|
+
description: The number of Cloud Security Management Pro hosts during a
|
|
16869
|
+
given hour.
|
|
16504
16870
|
format: double
|
|
16505
16871
|
nullable: true
|
|
16506
16872
|
type: number
|
|
16507
16873
|
container_count:
|
|
16508
|
-
description: The total number of Cloud Security
|
|
16874
|
+
description: The total number of Cloud Security Management Pro containers
|
|
16509
16875
|
during a given hour.
|
|
16510
16876
|
format: double
|
|
16511
16877
|
nullable: true
|
|
16512
16878
|
type: number
|
|
16513
16879
|
gcp_host_count:
|
|
16514
|
-
description: The number of Cloud Security
|
|
16880
|
+
description: The number of Cloud Security Management Pro GCP hosts during
|
|
16515
16881
|
a given hour.
|
|
16516
16882
|
format: double
|
|
16517
16883
|
nullable: true
|
|
16518
16884
|
type: number
|
|
16519
16885
|
host_count:
|
|
16520
|
-
description: The total number of Cloud Security
|
|
16521
|
-
|
|
16886
|
+
description: The total number of Cloud Security Management Pro hosts during
|
|
16887
|
+
a given hour.
|
|
16522
16888
|
format: double
|
|
16523
16889
|
nullable: true
|
|
16524
16890
|
type: number
|
|
@@ -16534,11 +16900,11 @@ components:
|
|
|
16534
16900
|
type: string
|
|
16535
16901
|
type: object
|
|
16536
16902
|
UsageCloudSecurityPostureManagementResponse:
|
|
16537
|
-
description: The response containing the Cloud Security
|
|
16903
|
+
description: The response containing the Cloud Security Management Pro usage
|
|
16538
16904
|
for each hour for a given organization.
|
|
16539
16905
|
properties:
|
|
16540
16906
|
usage:
|
|
16541
|
-
description: Get hourly usage for Cloud Security
|
|
16907
|
+
description: Get hourly usage for Cloud Security Management Pro.
|
|
16542
16908
|
items:
|
|
16543
16909
|
$ref: '#/components/schemas/UsageCloudSecurityPostureManagementHour'
|
|
16544
16910
|
type: array
|
|
@@ -17218,6 +17584,12 @@ components:
|
|
|
17218
17584
|
UsageProfilingHour:
|
|
17219
17585
|
description: The number of profiled hosts for each hour for a given organization.
|
|
17220
17586
|
properties:
|
|
17587
|
+
aas_count:
|
|
17588
|
+
description: Contains the total number of profiled Azure app services reporting
|
|
17589
|
+
during a given hour.
|
|
17590
|
+
format: int64
|
|
17591
|
+
nullable: true
|
|
17592
|
+
type: integer
|
|
17221
17593
|
avg_container_agent_count:
|
|
17222
17594
|
description: Get average number of container agents for that hour.
|
|
17223
17595
|
format: int64
|
|
@@ -17665,39 +18037,97 @@ components:
|
|
|
17665
18037
|
hours in the current date for all organizations.
|
|
17666
18038
|
format: int64
|
|
17667
18039
|
type: integer
|
|
18040
|
+
csm_container_enterprise_compliance_count_sum:
|
|
18041
|
+
description: Shows the sum of all Cloud Security Management Enterprise compliance
|
|
18042
|
+
containers over all hours in the current date for the given org.
|
|
18043
|
+
format: int64
|
|
18044
|
+
type: integer
|
|
18045
|
+
csm_container_enterprise_cws_count_sum:
|
|
18046
|
+
description: Shows the sum of all Cloud Security Management Enterprise Cloud
|
|
18047
|
+
Workload Security containers over all hours in the current date for the
|
|
18048
|
+
given org.
|
|
18049
|
+
format: int64
|
|
18050
|
+
type: integer
|
|
18051
|
+
csm_container_enterprise_total_count_sum:
|
|
18052
|
+
description: Shows the sum of all Cloud Security Management Enterprise containers
|
|
18053
|
+
over all hours in the current date for the given org.
|
|
18054
|
+
format: int64
|
|
18055
|
+
type: integer
|
|
18056
|
+
csm_host_enterprise_aas_host_count_top99p:
|
|
18057
|
+
description: Shows the 99th percentile of all Cloud Security Management
|
|
18058
|
+
Enterprise Azure app services hosts over all hours in the current date
|
|
18059
|
+
for the given org.
|
|
18060
|
+
format: int64
|
|
18061
|
+
type: integer
|
|
18062
|
+
csm_host_enterprise_aws_host_count_top99p:
|
|
18063
|
+
description: Shows the 99th percentile of all Cloud Security Management
|
|
18064
|
+
Enterprise AWS hosts over all hours in the current date for the given
|
|
18065
|
+
org.
|
|
18066
|
+
format: int64
|
|
18067
|
+
type: integer
|
|
18068
|
+
csm_host_enterprise_azure_host_count_top99p:
|
|
18069
|
+
description: Shows the 99th percentile of all Cloud Security Management
|
|
18070
|
+
Enterprise Azure hosts over all hours in the current date for the given
|
|
18071
|
+
org.
|
|
18072
|
+
format: int64
|
|
18073
|
+
type: integer
|
|
18074
|
+
csm_host_enterprise_compliance_host_count_top99p:
|
|
18075
|
+
description: Shows the 99th percentile of all Cloud Security Management
|
|
18076
|
+
Enterprise compliance hosts over all hours in the current date for the
|
|
18077
|
+
given org.
|
|
18078
|
+
format: int64
|
|
18079
|
+
type: integer
|
|
18080
|
+
csm_host_enterprise_cws_host_count_top99p:
|
|
18081
|
+
description: Shows the 99th percentile of all Cloud Security Management
|
|
18082
|
+
Enterprise Cloud Workload Security hosts over all hours in the current
|
|
18083
|
+
date for the given org.
|
|
18084
|
+
format: int64
|
|
18085
|
+
type: integer
|
|
18086
|
+
csm_host_enterprise_gcp_host_count_top99p:
|
|
18087
|
+
description: Shows the 99th percentile of all Cloud Security Management
|
|
18088
|
+
Enterprise GCP hosts over all hours in the current date for the given
|
|
18089
|
+
org.
|
|
18090
|
+
format: int64
|
|
18091
|
+
type: integer
|
|
18092
|
+
csm_host_enterprise_total_host_count_top99p:
|
|
18093
|
+
description: Shows the 99th percentile of all Cloud Security Management
|
|
18094
|
+
Enterprise hosts over all hours in the current date for the given org.
|
|
18095
|
+
format: int64
|
|
18096
|
+
type: integer
|
|
17668
18097
|
cspm_aas_host_top99p:
|
|
17669
|
-
description: Shows the 99th percentile of all Cloud Security
|
|
17670
|
-
Azure app services hosts over all hours in the current date for all
|
|
18098
|
+
description: Shows the 99th percentile of all Cloud Security Management
|
|
18099
|
+
Pro Azure app services hosts over all hours in the current date for all
|
|
18100
|
+
organizations.
|
|
17671
18101
|
format: int64
|
|
17672
18102
|
type: integer
|
|
17673
18103
|
cspm_aws_host_top99p:
|
|
17674
|
-
description: Shows the 99th percentile of all Cloud Security
|
|
17675
|
-
AWS hosts over all hours in the current date for all organizations.
|
|
18104
|
+
description: Shows the 99th percentile of all Cloud Security Management
|
|
18105
|
+
Pro AWS hosts over all hours in the current date for all organizations.
|
|
17676
18106
|
format: int64
|
|
17677
18107
|
type: integer
|
|
17678
18108
|
cspm_azure_host_top99p:
|
|
17679
|
-
description: Shows the 99th percentile of all Cloud Security
|
|
17680
|
-
Azure hosts over all hours in the current date for all organizations.
|
|
18109
|
+
description: Shows the 99th percentile of all Cloud Security Management
|
|
18110
|
+
Pro Azure hosts over all hours in the current date for all organizations.
|
|
17681
18111
|
format: int64
|
|
17682
18112
|
type: integer
|
|
17683
18113
|
cspm_container_avg:
|
|
17684
|
-
description: Shows the average number of Cloud Security
|
|
17685
|
-
|
|
18114
|
+
description: Shows the average number of Cloud Security Management Pro containers
|
|
18115
|
+
over all hours in the current date for all organizations.
|
|
17686
18116
|
format: int64
|
|
17687
18117
|
type: integer
|
|
17688
18118
|
cspm_container_hwm:
|
|
17689
|
-
description: Shows the high-water mark of Cloud Security
|
|
18119
|
+
description: Shows the high-water mark of Cloud Security Management Pro
|
|
17690
18120
|
containers over all hours in the current date for all organizations.
|
|
17691
18121
|
format: int64
|
|
17692
18122
|
type: integer
|
|
17693
18123
|
cspm_gcp_host_top99p:
|
|
17694
|
-
description: Shows the 99th percentile of all Cloud Security
|
|
17695
|
-
GCP hosts over all hours in the current date for all organizations.
|
|
18124
|
+
description: Shows the 99th percentile of all Cloud Security Management
|
|
18125
|
+
Pro GCP hosts over all hours in the current date for all organizations.
|
|
17696
18126
|
format: int64
|
|
17697
18127
|
type: integer
|
|
17698
18128
|
cspm_host_top99p:
|
|
17699
|
-
description: Shows the 99th percentile of all Cloud Security
|
|
17700
|
-
hosts over all hours in the current date for all organizations.
|
|
18129
|
+
description: Shows the 99th percentile of all Cloud Security Management
|
|
18130
|
+
Pro hosts over all hours in the current date for all organizations.
|
|
17701
18131
|
format: int64
|
|
17702
18132
|
type: integer
|
|
17703
18133
|
custom_ts_avg:
|
|
@@ -17824,6 +18254,11 @@ components:
|
|
|
17824
18254
|
current date for all organizations.
|
|
17825
18255
|
format: int64
|
|
17826
18256
|
type: integer
|
|
18257
|
+
ndm_netflow_events_sum:
|
|
18258
|
+
description: Shows the sum of all Network Device Monitoring NetFlow events
|
|
18259
|
+
over all hours in the current date for the given org.
|
|
18260
|
+
format: int64
|
|
18261
|
+
type: integer
|
|
17827
18262
|
netflow_indexed_events_count_sum:
|
|
17828
18263
|
description: Shows the sum of all Network flows indexed over all hours in
|
|
17829
18264
|
the current date for all organizations.
|
|
@@ -17861,6 +18296,11 @@ components:
|
|
|
17861
18296
|
items:
|
|
17862
18297
|
$ref: '#/components/schemas/UsageSummaryDateOrg'
|
|
17863
18298
|
type: array
|
|
18299
|
+
profiling_aas_count_top99p:
|
|
18300
|
+
description: Shows the 99th percentile of all profiled Azure app services
|
|
18301
|
+
over all hours in the current date for all organizations.
|
|
18302
|
+
format: int64
|
|
18303
|
+
type: integer
|
|
17864
18304
|
profiling_host_top99p:
|
|
17865
18305
|
description: Shows the 99th percentile of all profiled hosts over all hours
|
|
17866
18306
|
in the current date for all organizations.
|
|
@@ -17912,6 +18352,21 @@ components:
|
|
|
17912
18352
|
organizations.
|
|
17913
18353
|
format: int64
|
|
17914
18354
|
type: integer
|
|
18355
|
+
serverless_apps_azure_count_avg:
|
|
18356
|
+
description: Shows the average of the number of Serverless Apps for Azure
|
|
18357
|
+
for the given date and given org.
|
|
18358
|
+
format: int64
|
|
18359
|
+
type: integer
|
|
18360
|
+
serverless_apps_google_count_avg:
|
|
18361
|
+
description: Shows the average of the number of Serverless Apps for Google
|
|
18362
|
+
Cloud for the given date and given org.
|
|
18363
|
+
format: int64
|
|
18364
|
+
type: integer
|
|
18365
|
+
serverless_apps_total_count_avg:
|
|
18366
|
+
description: Shows the average of the number of Serverless Apps for Azure
|
|
18367
|
+
and Google Cloud for the given date and given org.
|
|
18368
|
+
format: int64
|
|
18369
|
+
type: integer
|
|
17915
18370
|
synthetics_browser_check_calls_count_sum:
|
|
17916
18371
|
description: Shows the sum of all Synthetic browser tests over all hours
|
|
17917
18372
|
in the current date for all organizations.
|
|
@@ -17922,6 +18377,11 @@ components:
|
|
|
17922
18377
|
the current date for all organizations.
|
|
17923
18378
|
format: int64
|
|
17924
18379
|
type: integer
|
|
18380
|
+
synthetics_mobile_test_runs_sum:
|
|
18381
|
+
description: Shows the sum of all Synthetic mobile application tests over
|
|
18382
|
+
all hours in the current date for all organizations.
|
|
18383
|
+
format: int64
|
|
18384
|
+
type: integer
|
|
17925
18385
|
synthetics_parallel_testing_max_slots_hwm:
|
|
17926
18386
|
description: Shows the high-water mark of used synthetics parallel testing
|
|
17927
18387
|
slots over all hours in the current date for all organizations.
|
|
@@ -18098,40 +18558,97 @@ components:
|
|
|
18098
18558
|
hours in the current date for the given org.
|
|
18099
18559
|
format: int64
|
|
18100
18560
|
type: integer
|
|
18101
|
-
|
|
18102
|
-
description: Shows the
|
|
18103
|
-
|
|
18561
|
+
csm_container_enterprise_compliance_count_sum:
|
|
18562
|
+
description: Shows the sum of all Cloud Security Management Enterprise compliance
|
|
18563
|
+
containers over all hours in the current date for the given org.
|
|
18564
|
+
format: int64
|
|
18565
|
+
type: integer
|
|
18566
|
+
csm_container_enterprise_cws_count_sum:
|
|
18567
|
+
description: Shows the sum of all Cloud Security Management Enterprise Cloud
|
|
18568
|
+
Workload Security containers over all hours in the current date for the
|
|
18569
|
+
given org.
|
|
18570
|
+
format: int64
|
|
18571
|
+
type: integer
|
|
18572
|
+
csm_container_enterprise_total_count_sum:
|
|
18573
|
+
description: Shows the sum of all Cloud Security Management Enterprise containers
|
|
18574
|
+
over all hours in the current date for the given org.
|
|
18575
|
+
format: int64
|
|
18576
|
+
type: integer
|
|
18577
|
+
csm_host_enterprise_aas_host_count_top99p:
|
|
18578
|
+
description: Shows the 99th percentile of all Cloud Security Management
|
|
18579
|
+
Enterprise Azure app services hosts over all hours in the current date
|
|
18580
|
+
for the given org.
|
|
18581
|
+
format: int64
|
|
18582
|
+
type: integer
|
|
18583
|
+
csm_host_enterprise_aws_host_count_top99p:
|
|
18584
|
+
description: Shows the 99th percentile of all Cloud Security Management
|
|
18585
|
+
Enterprise AWS hosts over all hours in the current date for the given
|
|
18104
18586
|
org.
|
|
18105
18587
|
format: int64
|
|
18106
18588
|
type: integer
|
|
18589
|
+
csm_host_enterprise_azure_host_count_top99p:
|
|
18590
|
+
description: Shows the 99th percentile of all Cloud Security Management
|
|
18591
|
+
Enterprise Azure hosts over all hours in the current date for the given
|
|
18592
|
+
org.
|
|
18593
|
+
format: int64
|
|
18594
|
+
type: integer
|
|
18595
|
+
csm_host_enterprise_compliance_host_count_top99p:
|
|
18596
|
+
description: Shows the 99th percentile of all Cloud Security Management
|
|
18597
|
+
Enterprise compliance hosts over all hours in the current date for the
|
|
18598
|
+
given org.
|
|
18599
|
+
format: int64
|
|
18600
|
+
type: integer
|
|
18601
|
+
csm_host_enterprise_cws_host_count_top99p:
|
|
18602
|
+
description: Shows the 99th percentile of all Cloud Security Management
|
|
18603
|
+
Enterprise Cloud Workload Security hosts over all hours in the current
|
|
18604
|
+
date for the given org.
|
|
18605
|
+
format: int64
|
|
18606
|
+
type: integer
|
|
18607
|
+
csm_host_enterprise_gcp_host_count_top99p:
|
|
18608
|
+
description: Shows the 99th percentile of all Cloud Security Management
|
|
18609
|
+
Enterprise GCP hosts over all hours in the current date for the given
|
|
18610
|
+
org.
|
|
18611
|
+
format: int64
|
|
18612
|
+
type: integer
|
|
18613
|
+
csm_host_enterprise_total_host_count_top99p:
|
|
18614
|
+
description: Shows the 99th percentile of all Cloud Security Management
|
|
18615
|
+
Enterprise hosts over all hours in the current date for the given org.
|
|
18616
|
+
format: int64
|
|
18617
|
+
type: integer
|
|
18618
|
+
cspm_aas_host_top99p:
|
|
18619
|
+
description: Shows the 99th percentile of all Cloud Security Management
|
|
18620
|
+
Pro Azure app services hosts over all hours in the current date for the
|
|
18621
|
+
given org.
|
|
18622
|
+
format: int64
|
|
18623
|
+
type: integer
|
|
18107
18624
|
cspm_aws_host_top99p:
|
|
18108
|
-
description: Shows the 99th percentile of all Cloud Security
|
|
18109
|
-
AWS hosts over all hours in the current date for the given org.
|
|
18625
|
+
description: Shows the 99th percentile of all Cloud Security Management
|
|
18626
|
+
Pro AWS hosts over all hours in the current date for the given org.
|
|
18110
18627
|
format: int64
|
|
18111
18628
|
type: integer
|
|
18112
18629
|
cspm_azure_host_top99p:
|
|
18113
|
-
description: Shows the 99th percentile of all Cloud Security
|
|
18114
|
-
Azure hosts over all hours in the current date for the given org.
|
|
18630
|
+
description: Shows the 99th percentile of all Cloud Security Management
|
|
18631
|
+
Pro Azure hosts over all hours in the current date for the given org.
|
|
18115
18632
|
format: int64
|
|
18116
18633
|
type: integer
|
|
18117
18634
|
cspm_container_avg:
|
|
18118
|
-
description: Shows the average number of Cloud Security
|
|
18119
|
-
|
|
18635
|
+
description: Shows the average number of Cloud Security Management Pro containers
|
|
18636
|
+
over all hours in the current date for the given org.
|
|
18120
18637
|
format: int64
|
|
18121
18638
|
type: integer
|
|
18122
18639
|
cspm_container_hwm:
|
|
18123
|
-
description: Shows the high-water mark of Cloud Security
|
|
18640
|
+
description: Shows the high-water mark of Cloud Security Management Pro
|
|
18124
18641
|
containers over all hours in the current date for the given org.
|
|
18125
18642
|
format: int64
|
|
18126
18643
|
type: integer
|
|
18127
18644
|
cspm_gcp_host_top99p:
|
|
18128
|
-
description: Shows the 99th percentile of all Cloud Security
|
|
18129
|
-
GCP hosts over all hours in the current date for the given org.
|
|
18645
|
+
description: Shows the 99th percentile of all Cloud Security Management
|
|
18646
|
+
Pro GCP hosts over all hours in the current date for the given org.
|
|
18130
18647
|
format: int64
|
|
18131
18648
|
type: integer
|
|
18132
18649
|
cspm_host_top99p:
|
|
18133
|
-
description: Shows the 99th percentile of all Cloud Security
|
|
18134
|
-
hosts over all hours in the current date for the given org.
|
|
18650
|
+
description: Shows the 99th percentile of all Cloud Security Management
|
|
18651
|
+
Pro hosts over all hours in the current date for the given org.
|
|
18135
18652
|
format: int64
|
|
18136
18653
|
type: integer
|
|
18137
18654
|
custom_ts_avg:
|
|
@@ -18259,6 +18776,11 @@ components:
|
|
|
18259
18776
|
name:
|
|
18260
18777
|
description: The organization name.
|
|
18261
18778
|
type: string
|
|
18779
|
+
ndm_netflow_events_sum:
|
|
18780
|
+
description: Shows the sum of all Network Device Monitoring NetFlow events
|
|
18781
|
+
over all hours in the current date for the given org.
|
|
18782
|
+
format: int64
|
|
18783
|
+
type: integer
|
|
18262
18784
|
netflow_indexed_events_count_sum:
|
|
18263
18785
|
description: Shows the sum of all Network flows indexed over all hours in
|
|
18264
18786
|
the current date for the given org.
|
|
@@ -18291,6 +18813,11 @@ components:
|
|
|
18291
18813
|
date for the given org.
|
|
18292
18814
|
format: int64
|
|
18293
18815
|
type: integer
|
|
18816
|
+
profiling_aas_count_top99p:
|
|
18817
|
+
description: Shows the 99th percentile of all profiled Azure app services
|
|
18818
|
+
over all hours in the current date for all organizations.
|
|
18819
|
+
format: int64
|
|
18820
|
+
type: integer
|
|
18294
18821
|
profiling_host_top99p:
|
|
18295
18822
|
description: Shows the 99th percentile of all profiled hosts over all hours
|
|
18296
18823
|
in the current date for the given org.
|
|
@@ -18348,6 +18875,21 @@ components:
|
|
|
18348
18875
|
given org.
|
|
18349
18876
|
format: int64
|
|
18350
18877
|
type: integer
|
|
18878
|
+
serverless_apps_azure_count_avg:
|
|
18879
|
+
description: Shows the average of the number of Serverless Apps for Azure
|
|
18880
|
+
for the given date and given org.
|
|
18881
|
+
format: int64
|
|
18882
|
+
type: integer
|
|
18883
|
+
serverless_apps_google_count_avg:
|
|
18884
|
+
description: Shows the average of the number of Serverless Apps for Google
|
|
18885
|
+
Cloud for the given date and given org.
|
|
18886
|
+
format: int64
|
|
18887
|
+
type: integer
|
|
18888
|
+
serverless_apps_total_count_avg:
|
|
18889
|
+
description: Shows the average of the number of Serverless Apps for Azure
|
|
18890
|
+
and Google Cloud for the given date and given org.
|
|
18891
|
+
format: int64
|
|
18892
|
+
type: integer
|
|
18351
18893
|
synthetics_browser_check_calls_count_sum:
|
|
18352
18894
|
description: Shows the sum of all Synthetic browser tests over all hours
|
|
18353
18895
|
in the current date for the given org.
|
|
@@ -18358,6 +18900,11 @@ components:
|
|
|
18358
18900
|
the current date for the given org.
|
|
18359
18901
|
format: int64
|
|
18360
18902
|
type: integer
|
|
18903
|
+
synthetics_mobile_test_runs_sum:
|
|
18904
|
+
description: Shows the sum of all Synthetic mobile application tests over
|
|
18905
|
+
all hours in the current date for the given org.
|
|
18906
|
+
format: int64
|
|
18907
|
+
type: integer
|
|
18361
18908
|
synthetics_parallel_testing_max_slots_hwm:
|
|
18362
18909
|
description: Shows the high-water mark of used synthetics parallel testing
|
|
18363
18910
|
slots over all hours in the current date for the given org.
|
|
@@ -18539,41 +19086,95 @@ components:
|
|
|
18539
19086
|
over all hours in the current months for all organizations.
|
|
18540
19087
|
format: int64
|
|
18541
19088
|
type: integer
|
|
18542
|
-
|
|
18543
|
-
description: Shows the
|
|
18544
|
-
|
|
19089
|
+
csm_container_enterprise_compliance_count_agg_sum:
|
|
19090
|
+
description: Shows the sum of all Cloud Security Management Enterprise compliance
|
|
19091
|
+
containers over all hours in the current months for all organizations.
|
|
19092
|
+
format: int64
|
|
19093
|
+
type: integer
|
|
19094
|
+
csm_container_enterprise_cws_count_agg_sum:
|
|
19095
|
+
description: Shows the sum of all Cloud Security Management Enterprise Cloud
|
|
19096
|
+
Workload Security containers over all hours in the current months for
|
|
19097
|
+
all organizations.
|
|
19098
|
+
format: int64
|
|
19099
|
+
type: integer
|
|
19100
|
+
csm_container_enterprise_total_count_agg_sum:
|
|
19101
|
+
description: Shows the sum of all Cloud Security Management Enterprise containers
|
|
19102
|
+
over all hours in the current months for all organizations.
|
|
19103
|
+
format: int64
|
|
19104
|
+
type: integer
|
|
19105
|
+
csm_host_enterprise_aas_host_count_top99p_sum:
|
|
19106
|
+
description: Shows the 99th percentile of all Cloud Security Management
|
|
19107
|
+
Enterprise Azure app services hosts over all hours in the current months
|
|
19108
|
+
for all organizations.
|
|
19109
|
+
format: int64
|
|
19110
|
+
type: integer
|
|
19111
|
+
csm_host_enterprise_aws_host_count_top99p_sum:
|
|
19112
|
+
description: Shows the 99th percentile of all Cloud Security Management
|
|
19113
|
+
Enterprise AWS hosts over all hours in the current months for all organizations.
|
|
19114
|
+
format: int64
|
|
19115
|
+
type: integer
|
|
19116
|
+
csm_host_enterprise_azure_host_count_top99p_sum:
|
|
19117
|
+
description: Shows the 99th percentile of all Cloud Security Management
|
|
19118
|
+
Enterprise Azure hosts over all hours in the current months for all organizations.
|
|
19119
|
+
format: int64
|
|
19120
|
+
type: integer
|
|
19121
|
+
csm_host_enterprise_compliance_host_count_top99p_sum:
|
|
19122
|
+
description: Shows the 99th percentile of all Cloud Security Management
|
|
19123
|
+
Enterprise compliance hosts over all hours in the current months for all
|
|
18545
19124
|
organizations.
|
|
18546
19125
|
format: int64
|
|
18547
19126
|
type: integer
|
|
19127
|
+
csm_host_enterprise_cws_host_count_top99p_sum:
|
|
19128
|
+
description: Shows the 99th percentile of all Cloud Security Management
|
|
19129
|
+
Enterprise Cloud Workload Security hosts over all hours in the current
|
|
19130
|
+
months for all organizations.
|
|
19131
|
+
format: int64
|
|
19132
|
+
type: integer
|
|
19133
|
+
csm_host_enterprise_gcp_host_count_top99p_sum:
|
|
19134
|
+
description: Shows the 99th percentile of all Cloud Security Management
|
|
19135
|
+
Enterprise GCP hosts over all hours in the current months for all organizations.
|
|
19136
|
+
format: int64
|
|
19137
|
+
type: integer
|
|
19138
|
+
csm_host_enterprise_total_host_count_top99p_sum:
|
|
19139
|
+
description: Shows the 99th percentile of all Cloud Security Management
|
|
19140
|
+
Enterprise hosts over all hours in the current months for all organizations.
|
|
19141
|
+
format: int64
|
|
19142
|
+
type: integer
|
|
19143
|
+
cspm_aas_host_top99p_sum:
|
|
19144
|
+
description: Shows the 99th percentile of all Cloud Security Management
|
|
19145
|
+
Pro Azure app services hosts over all hours in the current months for
|
|
19146
|
+
all organizations.
|
|
19147
|
+
format: int64
|
|
19148
|
+
type: integer
|
|
18548
19149
|
cspm_aws_host_top99p_sum:
|
|
18549
|
-
description: Shows the 99th percentile of all Cloud Security
|
|
18550
|
-
AWS hosts over all hours in the current months for all organizations.
|
|
19150
|
+
description: Shows the 99th percentile of all Cloud Security Management
|
|
19151
|
+
Pro AWS hosts over all hours in the current months for all organizations.
|
|
18551
19152
|
format: int64
|
|
18552
19153
|
type: integer
|
|
18553
19154
|
cspm_azure_host_top99p_sum:
|
|
18554
|
-
description: Shows the 99th percentile of all Cloud Security
|
|
18555
|
-
Azure hosts over all hours in the current months for all organizations.
|
|
19155
|
+
description: Shows the 99th percentile of all Cloud Security Management
|
|
19156
|
+
Pro Azure hosts over all hours in the current months for all organizations.
|
|
18556
19157
|
format: int64
|
|
18557
19158
|
type: integer
|
|
18558
19159
|
cspm_container_avg_sum:
|
|
18559
|
-
description: Shows the average number of Cloud Security
|
|
18560
|
-
|
|
19160
|
+
description: Shows the average number of Cloud Security Management Pro containers
|
|
19161
|
+
over all hours in the current months for all organizations.
|
|
18561
19162
|
format: int64
|
|
18562
19163
|
type: integer
|
|
18563
19164
|
cspm_container_hwm_sum:
|
|
18564
19165
|
description: Shows the sum of the the high-water marks of Cloud Security
|
|
18565
|
-
|
|
18566
|
-
|
|
19166
|
+
Management Pro containers over all hours in the current months for all
|
|
19167
|
+
organizations.
|
|
18567
19168
|
format: int64
|
|
18568
19169
|
type: integer
|
|
18569
19170
|
cspm_gcp_host_top99p_sum:
|
|
18570
|
-
description: Shows the 99th percentile of all Cloud Security
|
|
18571
|
-
GCP hosts over all hours in the current months for all organizations.
|
|
19171
|
+
description: Shows the 99th percentile of all Cloud Security Management
|
|
19172
|
+
Pro GCP hosts over all hours in the current months for all organizations.
|
|
18572
19173
|
format: int64
|
|
18573
19174
|
type: integer
|
|
18574
19175
|
cspm_host_top99p_sum:
|
|
18575
|
-
description: Shows the 99th percentile of all Cloud Security
|
|
18576
|
-
hosts over all hours in the current months for all organizations.
|
|
19176
|
+
description: Shows the 99th percentile of all Cloud Security Management
|
|
19177
|
+
Pro hosts over all hours in the current months for all organizations.
|
|
18577
19178
|
format: int64
|
|
18578
19179
|
type: integer
|
|
18579
19180
|
custom_ts_sum:
|
|
@@ -18721,6 +19322,11 @@ components:
|
|
|
18721
19322
|
current months for all organizations.
|
|
18722
19323
|
format: int64
|
|
18723
19324
|
type: integer
|
|
19325
|
+
ndm_netflow_events_agg_sum:
|
|
19326
|
+
description: Shows the sum of all Network Device Monitoring NetFlow events
|
|
19327
|
+
over all hours in the current months for all organizations.
|
|
19328
|
+
format: int64
|
|
19329
|
+
type: integer
|
|
18724
19330
|
netflow_indexed_events_count_agg_sum:
|
|
18725
19331
|
description: Shows the sum of all Network flows indexed over all hours in
|
|
18726
19332
|
the current months for all organizations.
|
|
@@ -18753,6 +19359,11 @@ components:
|
|
|
18753
19359
|
months for all organizations.
|
|
18754
19360
|
format: int64
|
|
18755
19361
|
type: integer
|
|
19362
|
+
profiling_aas_count_top99p_sum:
|
|
19363
|
+
description: Shows the 99th percentile of all profiled Azure app services
|
|
19364
|
+
over all hours in the current months for all organizations.
|
|
19365
|
+
format: int64
|
|
19366
|
+
type: integer
|
|
18756
19367
|
profiling_container_agent_count_avg:
|
|
18757
19368
|
description: Shows the average number of profiled containers over all hours
|
|
18758
19369
|
in the current months for all organizations.
|
|
@@ -18821,6 +19432,21 @@ components:
|
|
|
18821
19432
|
organizations.
|
|
18822
19433
|
format: int64
|
|
18823
19434
|
type: integer
|
|
19435
|
+
serverless_apps_azure_count_avg_sum:
|
|
19436
|
+
description: Sum of the average number of Serverless Apps for Azure in the
|
|
19437
|
+
current months for all organizations.
|
|
19438
|
+
format: int64
|
|
19439
|
+
type: integer
|
|
19440
|
+
serverless_apps_google_count_avg_sum:
|
|
19441
|
+
description: Sum of the average number of Serverless Apps for Google Cloud
|
|
19442
|
+
in the current months for all organizations.
|
|
19443
|
+
format: int64
|
|
19444
|
+
type: integer
|
|
19445
|
+
serverless_apps_total_count_avg_sum:
|
|
19446
|
+
description: Sum of the average number of Serverless Apps for Azure and
|
|
19447
|
+
Google Cloud in the current months for all organizations.
|
|
19448
|
+
format: int64
|
|
19449
|
+
type: integer
|
|
18824
19450
|
start_date:
|
|
18825
19451
|
description: Shows the first date of usage in the current months for all
|
|
18826
19452
|
organizations.
|
|
@@ -18836,6 +19462,11 @@ components:
|
|
|
18836
19462
|
the current months for all organizations.
|
|
18837
19463
|
format: int64
|
|
18838
19464
|
type: integer
|
|
19465
|
+
synthetics_mobile_test_runs_agg_sum:
|
|
19466
|
+
description: Shows the sum of Synthetic mobile application tests over all
|
|
19467
|
+
hours in the current months for all organizations.
|
|
19468
|
+
format: int64
|
|
19469
|
+
type: integer
|
|
18839
19470
|
synthetics_parallel_testing_max_slots_hwm_sum:
|
|
18840
19471
|
description: Shows the sum of the high-water marks of used synthetics parallel
|
|
18841
19472
|
testing slots over all hours in the current month for all organizations.
|
|
@@ -19459,30 +20090,32 @@ components:
|
|
|
19459
20090
|
- $ref: '#/components/schemas/EventStreamWidgetDefinition'
|
|
19460
20091
|
- $ref: '#/components/schemas/EventTimelineWidgetDefinition'
|
|
19461
20092
|
- $ref: '#/components/schemas/FreeTextWidgetDefinition'
|
|
20093
|
+
- $ref: '#/components/schemas/FunnelWidgetDefinition'
|
|
19462
20094
|
- $ref: '#/components/schemas/GeomapWidgetDefinition'
|
|
19463
20095
|
- $ref: '#/components/schemas/GroupWidgetDefinition'
|
|
19464
20096
|
- $ref: '#/components/schemas/HeatMapWidgetDefinition'
|
|
19465
20097
|
- $ref: '#/components/schemas/HostMapWidgetDefinition'
|
|
19466
20098
|
- $ref: '#/components/schemas/IFrameWidgetDefinition'
|
|
19467
20099
|
- $ref: '#/components/schemas/ImageWidgetDefinition'
|
|
20100
|
+
- $ref: '#/components/schemas/ListStreamWidgetDefinition'
|
|
19468
20101
|
- $ref: '#/components/schemas/LogStreamWidgetDefinition'
|
|
19469
20102
|
- $ref: '#/components/schemas/MonitorSummaryWidgetDefinition'
|
|
19470
20103
|
- $ref: '#/components/schemas/NoteWidgetDefinition'
|
|
20104
|
+
- $ref: '#/components/schemas/PowerpackWidgetDefinition'
|
|
19471
20105
|
- $ref: '#/components/schemas/QueryValueWidgetDefinition'
|
|
19472
20106
|
- $ref: '#/components/schemas/RunWorkflowWidgetDefinition'
|
|
19473
|
-
- $ref: '#/components/schemas/ScatterPlotWidgetDefinition'
|
|
19474
|
-
- $ref: '#/components/schemas/SLOWidgetDefinition'
|
|
19475
20107
|
- $ref: '#/components/schemas/SLOListWidgetDefinition'
|
|
20108
|
+
- $ref: '#/components/schemas/SLOWidgetDefinition'
|
|
20109
|
+
- $ref: '#/components/schemas/ScatterPlotWidgetDefinition'
|
|
19476
20110
|
- $ref: '#/components/schemas/ServiceMapWidgetDefinition'
|
|
19477
20111
|
- $ref: '#/components/schemas/ServiceSummaryWidgetDefinition'
|
|
20112
|
+
- $ref: '#/components/schemas/SplitGraphWidgetDefinition'
|
|
19478
20113
|
- $ref: '#/components/schemas/SunburstWidgetDefinition'
|
|
19479
20114
|
- $ref: '#/components/schemas/TableWidgetDefinition'
|
|
19480
20115
|
- $ref: '#/components/schemas/TimeseriesWidgetDefinition'
|
|
19481
20116
|
- $ref: '#/components/schemas/ToplistWidgetDefinition'
|
|
19482
|
-
- $ref: '#/components/schemas/TreeMapWidgetDefinition'
|
|
19483
|
-
- $ref: '#/components/schemas/ListStreamWidgetDefinition'
|
|
19484
|
-
- $ref: '#/components/schemas/FunnelWidgetDefinition'
|
|
19485
20117
|
- $ref: '#/components/schemas/TopologyMapWidgetDefinition'
|
|
20118
|
+
- $ref: '#/components/schemas/TreeMapWidgetDefinition'
|
|
19486
20119
|
WidgetDisplayType:
|
|
19487
20120
|
description: Type of display to use for the request.
|
|
19488
20121
|
enum:
|
|
@@ -20063,17 +20696,37 @@ components:
|
|
|
20063
20696
|
authorizationCode:
|
|
20064
20697
|
authorizationUrl: /oauth2/v1/authorize
|
|
20065
20698
|
scopes:
|
|
20699
|
+
apm_service_catalog_read: View service catalog and service definitions.
|
|
20700
|
+
apm_service_catalog_write: Add, modify, and delete service catalog definitions
|
|
20701
|
+
when those definitions are maintained by Datadog.
|
|
20702
|
+
ci_visibility_pipelines_write: Create CI Visibility pipeline spans using
|
|
20703
|
+
the API.
|
|
20704
|
+
ci_visibility_read: View CI Visibility.
|
|
20705
|
+
create_webhooks: Create webhooks integrations.
|
|
20066
20706
|
dashboards_public_share: Generate public and authenticated links to share
|
|
20067
20707
|
dashboards or embeddable graphs externally.
|
|
20068
20708
|
dashboards_read: View dashboards.
|
|
20069
20709
|
dashboards_write: Create and change dashboards.
|
|
20070
20710
|
events_read: Read Events data.
|
|
20711
|
+
incident_notification_settings_write: Configure Incidents Notification
|
|
20712
|
+
settings.
|
|
20713
|
+
incident_read: View incidents in Datadog.
|
|
20714
|
+
incident_settings_write: Configure Incident Settings.
|
|
20715
|
+
incident_write: Create, view, and manage incidents in Datadog.
|
|
20071
20716
|
metrics_read: View custom metrics.
|
|
20072
20717
|
monitors_downtime: Set downtimes to suppress alerts from any monitor in
|
|
20073
20718
|
an organization. Mute and unmute hosts. The ability to write monitors
|
|
20074
20719
|
is not required to set downtimes.
|
|
20075
20720
|
monitors_read: View monitors.
|
|
20076
20721
|
monitors_write: Edit, mute, and delete individual monitors.
|
|
20722
|
+
security_monitoring_filters_read: Read Security Filters.
|
|
20723
|
+
security_monitoring_filters_write: Create, edit, and delete Security Filters.
|
|
20724
|
+
security_monitoring_findings_read: View CSPM Findings.
|
|
20725
|
+
security_monitoring_rules_read: Read Detection Rules.
|
|
20726
|
+
security_monitoring_rules_write: Create and edit Detection Rules.
|
|
20727
|
+
security_monitoring_signals_read: View Security Signals.
|
|
20728
|
+
security_monitoring_suppressions_read: Read Rule Suppressions.
|
|
20729
|
+
security_monitoring_suppressions_write: Write Rule Suppressions.
|
|
20077
20730
|
slos_corrections: Apply, edit, and delete SLO status corrections. A user
|
|
20078
20731
|
with this permission can make status corrections, even if they do not
|
|
20079
20732
|
have permission to edit those SLOs.
|
|
@@ -20089,6 +20742,11 @@ components:
|
|
|
20089
20742
|
in addition to having access to the associated installation guidelines.
|
|
20090
20743
|
synthetics_read: List and view configured Synthetic tests and test results.
|
|
20091
20744
|
synthetics_write: Create, edit, and delete Synthetic tests.
|
|
20745
|
+
teams_manage: Manage Teams. Create, delete, rename, and edit metadata
|
|
20746
|
+
of all Teams. To control Team membership across all Teams, use the User
|
|
20747
|
+
Access Manage permission.
|
|
20748
|
+
teams_read: Read Teams data. A User with this permission can view Team
|
|
20749
|
+
names, metadata, and which Users are on each Team.
|
|
20092
20750
|
timeseries_query: Query Timeseries data.
|
|
20093
20751
|
usage_read: View your organization's usage and usage attribution.
|
|
20094
20752
|
user_access_invite: Invite other users to your organization.
|
|
@@ -20790,6 +21448,21 @@ paths:
|
|
|
20790
21448
|
required: false
|
|
20791
21449
|
schema:
|
|
20792
21450
|
type: boolean
|
|
21451
|
+
- description: The maximum number of dashboards returned in the list.
|
|
21452
|
+
in: query
|
|
21453
|
+
name: count
|
|
21454
|
+
required: false
|
|
21455
|
+
schema:
|
|
21456
|
+
default: 100
|
|
21457
|
+
format: int64
|
|
21458
|
+
type: integer
|
|
21459
|
+
- description: The specific offset to use as the beginning of the returned response.
|
|
21460
|
+
in: query
|
|
21461
|
+
name: start
|
|
21462
|
+
required: false
|
|
21463
|
+
schema:
|
|
21464
|
+
format: int64
|
|
21465
|
+
type: integer
|
|
20793
21466
|
responses:
|
|
20794
21467
|
'200':
|
|
20795
21468
|
content:
|
|
@@ -20813,6 +21486,10 @@ paths:
|
|
|
20813
21486
|
summary: Get all dashboards
|
|
20814
21487
|
tags:
|
|
20815
21488
|
- Dashboards
|
|
21489
|
+
x-pagination:
|
|
21490
|
+
limitParam: count
|
|
21491
|
+
pageOffsetParam: start
|
|
21492
|
+
resultsPath: dashboards
|
|
20816
21493
|
patch:
|
|
20817
21494
|
description: Restore dashboards using the specified IDs. If there are any failures,
|
|
20818
21495
|
no dashboards will be restored (partial success is not allowed).
|
|
@@ -23981,6 +24658,11 @@ paths:
|
|
|
23981
24658
|
description: Authentication error
|
|
23982
24659
|
'429':
|
|
23983
24660
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
24661
|
+
security:
|
|
24662
|
+
- apiKeyAuth: []
|
|
24663
|
+
appKeyAuth: []
|
|
24664
|
+
- AuthZ:
|
|
24665
|
+
- create_webhooks
|
|
23984
24666
|
summary: Create a webhooks integration
|
|
23985
24667
|
tags:
|
|
23986
24668
|
- Webhooks Integration
|
|
@@ -24852,6 +25534,7 @@ paths:
|
|
|
24852
25534
|
name: page_size
|
|
24853
25535
|
required: false
|
|
24854
25536
|
schema:
|
|
25537
|
+
default: 100
|
|
24855
25538
|
example: 20
|
|
24856
25539
|
format: int32
|
|
24857
25540
|
maximum: 1000
|
|
@@ -24887,6 +25570,9 @@ paths:
|
|
|
24887
25570
|
summary: Get all monitor details
|
|
24888
25571
|
tags:
|
|
24889
25572
|
- Monitors
|
|
25573
|
+
x-pagination:
|
|
25574
|
+
limitParam: page_size
|
|
25575
|
+
pageParam: page
|
|
24890
25576
|
post:
|
|
24891
25577
|
description: 'Create a monitor using the specified options.
|
|
24892
25578
|
|
|
@@ -25025,37 +25711,8 @@ paths:
|
|
|
25025
25711
|
##### Event Alert Query
|
|
25026
25712
|
|
|
25027
25713
|
|
|
25028
|
-
|
|
25029
|
-
|
|
25030
|
-
|
|
25031
|
-
|
|
25032
|
-
- `event`, the event query string:
|
|
25033
|
-
|
|
25034
|
-
- `string_query` free text query to match against event title and text.
|
|
25035
|
-
|
|
25036
|
-
- `sources` event sources (comma-separated).
|
|
25037
|
-
|
|
25038
|
-
- `status` event statuses (comma-separated). Valid options: error, warn, and
|
|
25039
|
-
info.
|
|
25040
|
-
|
|
25041
|
-
- `priority` event priorities (comma-separated). Valid options: low, normal,
|
|
25042
|
-
all.
|
|
25043
|
-
|
|
25044
|
-
- `host` event reporting host (comma-separated).
|
|
25045
|
-
|
|
25046
|
-
- `tags` event tags (comma-separated).
|
|
25047
|
-
|
|
25048
|
-
- `excluded_tags` excluded event tags (comma-separated).
|
|
25049
|
-
|
|
25050
|
-
- `rollup` the stats roll-up method. `count` is the only supported method
|
|
25051
|
-
now.
|
|
25052
|
-
|
|
25053
|
-
- `last` the timeframe to roll up the counts. Examples: 45m, 4h. Supported
|
|
25054
|
-
timeframes: m, h and d. This value should not exceed 48 hours.
|
|
25055
|
-
|
|
25056
|
-
|
|
25057
|
-
**NOTE** The Event Alert Query is being deprecated and replaced by the Event
|
|
25058
|
-
V2 Alert Query. For more information, see the [Event Migration guide](https://docs.datadoghq.com/events/guides/migrating_to_new_events_features/).
|
|
25714
|
+
**Note:** The Event Alert Query has been replaced by the Event V2 Alert Query.
|
|
25715
|
+
For more information, see the [Event Migration guide](https://docs.datadoghq.com/service_management/events/guides/migrating_to_new_events_features/).
|
|
25059
25716
|
|
|
25060
25717
|
|
|
25061
25718
|
##### Event V2 Alert Query
|
|
@@ -25187,10 +25844,6 @@ paths:
|
|
|
25187
25844
|
- `#` an integer or decimal number used to set the threshold.
|
|
25188
25845
|
|
|
25189
25846
|
|
|
25190
|
-
**NOTE** Only available on US1-FED and in closed beta on US1, EU, AP1, US3,
|
|
25191
|
-
and US5.
|
|
25192
|
-
|
|
25193
|
-
|
|
25194
25847
|
##### CI Pipelines Alert Query
|
|
25195
25848
|
|
|
25196
25849
|
|
|
@@ -25213,9 +25866,6 @@ paths:
|
|
|
25213
25866
|
- `#` an integer or decimal number used to set the threshold.
|
|
25214
25867
|
|
|
25215
25868
|
|
|
25216
|
-
**NOTE** CI Pipeline monitors are in alpha on US1, EU, AP1, US3, and US5.
|
|
25217
|
-
|
|
25218
|
-
|
|
25219
25869
|
##### CI Tests Alert Query
|
|
25220
25870
|
|
|
25221
25871
|
|
|
@@ -25238,10 +25888,6 @@ paths:
|
|
|
25238
25888
|
- `#` an integer or decimal number used to set the threshold.
|
|
25239
25889
|
|
|
25240
25890
|
|
|
25241
|
-
**NOTE** CI Test monitors are available only in closed beta on US1, EU, AP1,
|
|
25242
|
-
US3, and US5.
|
|
25243
|
-
|
|
25244
|
-
|
|
25245
25891
|
##### Error Tracking Alert Query
|
|
25246
25892
|
|
|
25247
25893
|
|
|
@@ -26045,6 +26691,7 @@ paths:
|
|
|
26045
26691
|
name: count
|
|
26046
26692
|
required: false
|
|
26047
26693
|
schema:
|
|
26694
|
+
default: 100
|
|
26048
26695
|
example: 5
|
|
26049
26696
|
format: int64
|
|
26050
26697
|
type: integer
|
|
@@ -26129,6 +26776,10 @@ paths:
|
|
|
26129
26776
|
summary: Get all notebooks
|
|
26130
26777
|
tags:
|
|
26131
26778
|
- Notebooks
|
|
26779
|
+
x-pagination:
|
|
26780
|
+
limitParam: count
|
|
26781
|
+
pageOffsetParam: start
|
|
26782
|
+
resultsPath: data
|
|
26132
26783
|
post:
|
|
26133
26784
|
description: Create a notebook using the specified options.
|
|
26134
26785
|
operationId: CreateNotebook
|
|
@@ -26960,6 +27611,7 @@ paths:
|
|
|
26960
27611
|
name: limit
|
|
26961
27612
|
required: false
|
|
26962
27613
|
schema:
|
|
27614
|
+
default: 1000
|
|
26963
27615
|
format: int64
|
|
26964
27616
|
type: integer
|
|
26965
27617
|
- description: The specific offset to use as the beginning of the returned response.
|
|
@@ -27004,6 +27656,10 @@ paths:
|
|
|
27004
27656
|
summary: Get all SLOs
|
|
27005
27657
|
tags:
|
|
27006
27658
|
- Service Level Objectives
|
|
27659
|
+
x-pagination:
|
|
27660
|
+
limitParam: limit
|
|
27661
|
+
pageOffsetParam: offset
|
|
27662
|
+
resultsPath: data
|
|
27007
27663
|
post:
|
|
27008
27664
|
description: Create a service level objective object.
|
|
27009
27665
|
operationId: CreateSLO
|
|
@@ -27162,6 +27818,7 @@ paths:
|
|
|
27162
27818
|
name: limit
|
|
27163
27819
|
required: false
|
|
27164
27820
|
schema:
|
|
27821
|
+
default: 25
|
|
27165
27822
|
format: int64
|
|
27166
27823
|
type: integer
|
|
27167
27824
|
responses:
|
|
@@ -27187,6 +27844,10 @@ paths:
|
|
|
27187
27844
|
summary: Get all SLO corrections
|
|
27188
27845
|
tags:
|
|
27189
27846
|
- Service Level Objective Corrections
|
|
27847
|
+
x-pagination:
|
|
27848
|
+
limitParam: limit
|
|
27849
|
+
pageOffsetParam: offset
|
|
27850
|
+
resultsPath: data
|
|
27190
27851
|
post:
|
|
27191
27852
|
description: Create an SLO Correction.
|
|
27192
27853
|
operationId: CreateSLOCorrection
|
|
@@ -27921,11 +28582,6 @@ paths:
|
|
|
27921
28582
|
description: OK
|
|
27922
28583
|
'429':
|
|
27923
28584
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
27924
|
-
security:
|
|
27925
|
-
- apiKeyAuth: []
|
|
27926
|
-
appKeyAuth: []
|
|
27927
|
-
- AuthZ:
|
|
27928
|
-
- synthetics_default_settings_read
|
|
27929
28585
|
summary: Get the default locations
|
|
27930
28586
|
tags:
|
|
27931
28587
|
- Synthetics
|
|
@@ -27937,14 +28593,19 @@ paths:
|
|
|
27937
28593
|
- description: Used for pagination. The number of tests returned in the page.
|
|
27938
28594
|
in: query
|
|
27939
28595
|
name: page_size
|
|
28596
|
+
required: false
|
|
27940
28597
|
schema:
|
|
27941
|
-
|
|
28598
|
+
default: 100
|
|
28599
|
+
format: int64
|
|
28600
|
+
type: integer
|
|
27942
28601
|
- description: Used for pagination. Which page you want to retrieve. Starts
|
|
27943
28602
|
at zero.
|
|
27944
28603
|
in: query
|
|
27945
28604
|
name: page_number
|
|
28605
|
+
required: false
|
|
27946
28606
|
schema:
|
|
27947
|
-
|
|
28607
|
+
format: int64
|
|
28608
|
+
type: integer
|
|
27948
28609
|
responses:
|
|
27949
28610
|
'200':
|
|
27950
28611
|
content:
|
|
@@ -27974,6 +28635,10 @@ paths:
|
|
|
27974
28635
|
summary: Get the list of all Synthetic tests
|
|
27975
28636
|
tags:
|
|
27976
28637
|
- Synthetics
|
|
28638
|
+
x-pagination:
|
|
28639
|
+
limitParam: page_size
|
|
28640
|
+
pageParam: page_number
|
|
28641
|
+
resultsPath: tests
|
|
27977
28642
|
/api/v1/synthetics/tests/api:
|
|
27978
28643
|
post:
|
|
27979
28644
|
description: Create a Synthetic API test.
|
|
@@ -29658,7 +30323,7 @@ paths:
|
|
|
29658
30323
|
- Usage Metering
|
|
29659
30324
|
/api/v1/usage/cspm:
|
|
29660
30325
|
get:
|
|
29661
|
-
description: 'Get hourly usage for cloud security
|
|
30326
|
+
description: 'Get hourly usage for cloud security management (CSM) pro.
|
|
29662
30327
|
|
|
29663
30328
|
**Note:** hourly usage data for all products is now available in the [Get
|
|
29664
30329
|
hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family).
|
|
@@ -29714,7 +30379,7 @@ paths:
|
|
|
29714
30379
|
appKeyAuth: []
|
|
29715
30380
|
- AuthZ:
|
|
29716
30381
|
- usage_read
|
|
29717
|
-
summary: Get hourly usage for
|
|
30382
|
+
summary: Get hourly usage for CSM Pro
|
|
29718
30383
|
tags:
|
|
29719
30384
|
- Usage Metering
|
|
29720
30385
|
/api/v1/usage/cws:
|