datadog_api_client 2.48.0 → 2.49.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.generator/schemas/v1/openapi.yaml +424 -44
- data/.generator/schemas/v2/openapi.yaml +2290 -500
- data/CHANGELOG.md +25 -0
- data/examples/v1/dashboards/CreateDashboard_1093147852.rb +66 -0
- data/examples/v1/dashboards/CreateDashboard_1442588603.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_1617893815.rb +61 -0
- data/examples/v1/dashboards/CreateDashboard_1712853070.rb +66 -0
- data/examples/v1/dashboards/CreateDashboard_2345541687.rb +65 -0
- data/examples/v1/dashboards/CreateDashboard_252716965.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_2617251399.rb +66 -0
- data/examples/v1/dashboards/CreateDashboard_2823363212.rb +55 -0
- data/examples/v1/dashboards/CreateDashboard_3882428227.rb +1 -1
- data/examples/v1/monitors/CreateMonitor_3626832481.rb +33 -0
- data/examples/v1/synthetics/CreateSyntheticsAPITest_2106135939.rb +49 -0
- data/examples/v1/tags/GetHostTags.rb +1 -1
- data/examples/v1/tags/ListHostTags.rb +1 -1
- data/examples/v2/aws-integration/CreateAWSAccount.rb +0 -11
- data/examples/v2/aws-integration/CreateAWSAccount_1716720881.rb +0 -11
- data/examples/v2/aws-integration/UpdateAWSAccount.rb +0 -11
- data/examples/v2/observability-pipelines/CreatePipeline.rb +1 -1
- data/examples/v2/observability-pipelines/UpdatePipeline.rb +1 -1
- data/examples/v2/observability-pipelines/ValidatePipeline.rb +1 -1
- data/examples/v2/reference-tables/UpdateReferenceTable.rb +0 -1
- data/examples/v2/reference-tables/UpsertRows.rb +1 -3
- data/examples/v2/security-monitoring/CreateSecurityMonitoringCriticalAsset.rb +20 -0
- data/examples/v2/security-monitoring/DeleteSecurityMonitoringCriticalAsset.rb +8 -0
- data/examples/v2/security-monitoring/GetCriticalAssetsAffectingRule.rb +8 -0
- data/examples/v2/security-monitoring/GetSecurityMonitoringCriticalAsset.rb +8 -0
- data/examples/v2/security-monitoring/ListSecurityFindings.rb +5 -0
- data/examples/v2/security-monitoring/ListSecurityFindings_2925663885.rb +8 -0
- data/examples/v2/security-monitoring/ListSecurityMonitoringCriticalAssets.rb +5 -0
- data/examples/v2/security-monitoring/SearchSecurityFindings.rb +13 -0
- data/examples/v2/security-monitoring/SearchSecurityFindings_3678541639.rb +16 -0
- data/examples/v2/security-monitoring/UpdateSecurityMonitoringCriticalAsset.rb +24 -0
- data/examples/v2/spa/GetSPARecommendations.rb +1 -1
- data/examples/v2/spa/GetSPARecommendationsWithShard.rb +8 -0
- data/lib/datadog_api_client/configuration.rb +7 -6
- data/lib/datadog_api_client/inflector.rb +79 -6
- data/lib/datadog_api_client/v1/api/tags_api.rb +17 -17
- data/lib/datadog_api_client/v1/models/bar_chart_widget_definition.rb +216 -0
- data/lib/datadog_api_client/v1/models/bar_chart_widget_definition_type.rb +26 -0
- data/lib/datadog_api_client/v1/models/bar_chart_widget_display.rb +63 -0
- data/lib/datadog_api_client/v1/models/bar_chart_widget_flat.rb +123 -0
- data/lib/datadog_api_client/v1/models/bar_chart_widget_flat_type.rb +26 -0
- data/lib/datadog_api_client/v1/models/bar_chart_widget_legend.rb +28 -0
- data/lib/datadog_api_client/v1/models/bar_chart_widget_request.rb +261 -0
- data/lib/datadog_api_client/v1/models/bar_chart_widget_scaling.rb +27 -0
- data/lib/datadog_api_client/v1/models/bar_chart_widget_stacked.rb +133 -0
- data/lib/datadog_api_client/v1/models/bar_chart_widget_stacked_type.rb +26 -0
- data/lib/datadog_api_client/v1/models/bar_chart_widget_style.rb +125 -0
- data/lib/datadog_api_client/v1/models/distribution_widget_request.rb +36 -2
- data/lib/datadog_api_client/v1/models/distribution_widget_x_axis.rb +29 -1
- data/lib/datadog_api_client/v1/models/heat_map_widget_definition.rb +23 -1
- data/lib/datadog_api_client/v1/models/heat_map_widget_request.rb +21 -1
- data/lib/datadog_api_client/v1/models/heat_map_widget_x_axis.rb +107 -0
- data/lib/datadog_api_client/v1/models/host_tags.rb +2 -2
- data/lib/datadog_api_client/v1/models/monitor_formula_and_function_data_quality_data_source.rb +26 -0
- data/lib/datadog_api_client/v1/models/monitor_formula_and_function_data_quality_model_type_override.rb +28 -0
- data/lib/datadog_api_client/v1/models/monitor_formula_and_function_data_quality_monitor_options.rb +147 -0
- data/lib/datadog_api_client/v1/models/monitor_formula_and_function_data_quality_query_definition.rb +232 -0
- data/lib/datadog_api_client/v1/models/monitor_formula_and_function_query_definition.rb +2 -1
- data/lib/datadog_api_client/v1/models/monitor_type.rb +1 -0
- data/lib/datadog_api_client/v1/models/split_graph_source_widget_definition.rb +1 -0
- data/lib/datadog_api_client/v1/models/synthetics_api_step.rb +2 -1
- data/lib/datadog_api_client/v1/models/synthetics_api_subtest_step.rb +236 -0
- data/lib/datadog_api_client/v1/models/synthetics_api_subtest_step_subtype.rb +26 -0
- data/lib/datadog_api_client/v1/models/tag_to_hosts.rb +2 -2
- data/lib/datadog_api_client/v1/models/widget_definition.rb +1 -0
- data/lib/datadog_api_client/v1/models/{distribution_widget_histogram_request_type.rb → widget_histogram_request_type.rb} +1 -1
- data/lib/datadog_api_client/v1/models/widget_marker.rb +3 -1
- data/lib/datadog_api_client/v2/api/events_api.rb +0 -2
- data/lib/datadog_api_client/v2/api/fleet_automation_api.rb +3 -3
- data/lib/datadog_api_client/v2/api/observability_pipelines_api.rb +6 -6
- data/lib/datadog_api_client/v2/api/security_monitoring_api.rb +597 -0
- data/lib/datadog_api_client/v2/api/spa_api.rb +86 -11
- data/lib/datadog_api_client/v2/models/aws_account_create_request_attributes.rb +1 -11
- data/lib/datadog_api_client/v2/models/aws_account_response_attributes.rb +1 -11
- data/lib/datadog_api_client/v2/models/aws_account_update_request_attributes.rb +1 -11
- data/lib/datadog_api_client/v2/models/azure_storage_destination.rb +2 -0
- data/lib/datadog_api_client/v2/models/batch_upsert_rows_request_data_attributes.rb +2 -2
- data/lib/datadog_api_client/v2/models/batch_upsert_rows_request_data_attributes_value.rb +63 -0
- data/lib/datadog_api_client/v2/models/gcpsts_service_account_attributes.rb +23 -1
- data/lib/datadog_api_client/v2/models/list_security_findings_response.rb +127 -0
- data/lib/datadog_api_client/v2/models/microsoft_sentinel_destination.rb +2 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_add_env_vars_processor.rb +3 -1
- data/lib/datadog_api_client/v2/models/observability_pipeline_add_fields_processor.rb +4 -2
- data/lib/datadog_api_client/v2/models/observability_pipeline_add_hostname_processor.rb +198 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_add_hostname_processor_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_amazon_data_firehose_source.rb +3 -1
- data/lib/datadog_api_client/v2/models/observability_pipeline_amazon_open_search_destination.rb +2 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_amazon_s3_destination.rb +2 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_amazon_s3_source.rb +3 -1
- data/lib/datadog_api_client/v2/models/observability_pipeline_amazon_security_lake_destination.rb +2 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_cloud_prem_destination.rb +169 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_cloud_prem_destination_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_config.rb +25 -1
- data/lib/datadog_api_client/v2/models/observability_pipeline_config_destination_item.rb +17 -13
- data/lib/datadog_api_client/v2/models/observability_pipeline_config_pipeline_type.rb +27 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_config_processor_item.rb +14 -10
- data/lib/datadog_api_client/v2/models/observability_pipeline_config_source_item.rb +11 -10
- data/lib/datadog_api_client/v2/models/observability_pipeline_crowd_strike_next_gen_siem_destination.rb +2 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_custom_processor.rb +3 -1
- data/lib/datadog_api_client/v2/models/observability_pipeline_datadog_agent_source.rb +4 -2
- data/lib/datadog_api_client/v2/models/observability_pipeline_datadog_logs_destination.rb +2 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_datadog_metrics_destination.rb +169 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_datadog_metrics_destination_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_datadog_tags_processor.rb +4 -2
- data/lib/datadog_api_client/v2/models/observability_pipeline_dedupe_processor.rb +3 -1
- data/lib/datadog_api_client/v2/models/observability_pipeline_elasticsearch_destination.rb +13 -1
- data/lib/datadog_api_client/v2/models/observability_pipeline_elasticsearch_destination_data_stream.rb +125 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_enrichment_table_processor.rb +15 -3
- data/lib/datadog_api_client/v2/models/observability_pipeline_enrichment_table_reference_table.rb +156 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_filter_processor.rb +6 -4
- data/lib/datadog_api_client/v2/models/observability_pipeline_fluent_bit_source.rb +3 -1
- data/lib/datadog_api_client/v2/models/observability_pipeline_fluentd_source.rb +3 -1
- data/lib/datadog_api_client/v2/models/observability_pipeline_generate_metrics_processor.rb +3 -1
- data/lib/datadog_api_client/v2/models/observability_pipeline_google_chronicle_destination.rb +2 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_google_cloud_storage_destination.rb +2 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_google_pub_sub_destination.rb +2 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_google_pub_sub_source.rb +3 -1
- data/lib/datadog_api_client/v2/models/observability_pipeline_http_client_destination.rb +220 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_http_client_destination_auth_strategy.rb +28 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_http_client_destination_compression.rb +123 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_http_client_destination_compression_algorithm.rb +26 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_http_client_destination_encoding.rb +26 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_http_client_destination_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_http_client_source.rb +3 -1
- data/lib/datadog_api_client/v2/models/observability_pipeline_http_client_source_auth_strategy.rb +1 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_http_server_source.rb +2 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_kafka_destination.rb +361 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_kafka_destination_compression.rb +30 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_kafka_destination_encoding.rb +27 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_kafka_destination_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/{observability_pipeline_kafka_source_librdkafka_option.rb → observability_pipeline_kafka_librdkafka_option.rb} +3 -3
- data/lib/datadog_api_client/v2/models/{observability_pipeline_kafka_source_sasl.rb → observability_pipeline_kafka_sasl.rb} +3 -3
- data/lib/datadog_api_client/v2/models/{observability_pipeline_pipeline_kafka_source_sasl_mechanism.rb → observability_pipeline_kafka_sasl_mechanism.rb} +1 -1
- data/lib/datadog_api_client/v2/models/observability_pipeline_kafka_source.rb +5 -3
- data/lib/datadog_api_client/v2/models/observability_pipeline_logstash_source.rb +3 -1
- data/lib/datadog_api_client/v2/models/observability_pipeline_metric_tags_processor.rb +229 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_metric_tags_processor_rule.rb +188 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_metric_tags_processor_rule_action.rb +27 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_metric_tags_processor_rule_mode.rb +26 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_metric_tags_processor_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_new_relic_destination.rb +2 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_ocsf_mapper_processor.rb +3 -1
- data/lib/datadog_api_client/v2/models/observability_pipeline_open_search_destination.rb +2 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_opentelemetry_source.rb +176 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_opentelemetry_source_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_parse_grok_processor.rb +3 -1
- data/lib/datadog_api_client/v2/models/observability_pipeline_parse_json_processor.rb +3 -1
- data/lib/datadog_api_client/v2/models/observability_pipeline_parse_xml_processor.rb +300 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_parse_xml_processor_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_quota_processor.rb +21 -6
- data/lib/datadog_api_client/v2/models/observability_pipeline_quota_processor_overflow_action.rb +1 -1
- data/lib/datadog_api_client/v2/models/observability_pipeline_reduce_processor.rb +3 -1
- data/lib/datadog_api_client/v2/models/observability_pipeline_remove_fields_processor.rb +4 -2
- data/lib/datadog_api_client/v2/models/observability_pipeline_rename_fields_processor.rb +3 -1
- data/lib/datadog_api_client/v2/models/observability_pipeline_rsyslog_destination.rb +2 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_rsyslog_source.rb +3 -1
- data/lib/datadog_api_client/v2/models/observability_pipeline_sample_processor.rb +35 -20
- data/lib/datadog_api_client/v2/models/observability_pipeline_sensitive_data_scanner_processor.rb +4 -2
- data/lib/datadog_api_client/v2/models/observability_pipeline_sensitive_data_scanner_processor_custom_pattern_options.rb +11 -1
- data/lib/datadog_api_client/v2/models/observability_pipeline_sensitive_data_scanner_processor_library_pattern_options.rb +11 -1
- data/lib/datadog_api_client/v2/models/observability_pipeline_sentinel_one_destination.rb +2 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_socket_destination.rb +2 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_socket_source.rb +3 -1
- data/lib/datadog_api_client/v2/models/observability_pipeline_split_array_processor.rb +229 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_split_array_processor_array_config.rb +144 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_split_array_processor_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_splunk_hec_destination.rb +3 -1
- data/lib/datadog_api_client/v2/models/observability_pipeline_splunk_hec_source.rb +3 -1
- data/lib/datadog_api_client/v2/models/observability_pipeline_splunk_tcp_source.rb +3 -1
- data/lib/datadog_api_client/v2/models/observability_pipeline_sumo_logic_destination.rb +2 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_sumo_logic_source.rb +3 -1
- data/lib/datadog_api_client/v2/models/observability_pipeline_syslog_ng_destination.rb +2 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_syslog_ng_source.rb +3 -1
- data/lib/datadog_api_client/v2/models/observability_pipeline_throttle_processor.rb +3 -1
- data/lib/datadog_api_client/v2/models/patch_table_request_data_attributes.rb +1 -11
- data/lib/datadog_api_client/v2/models/recommendation_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/security_findings_attributes.rb +127 -0
- data/lib/datadog_api_client/v2/models/security_findings_data.rb +125 -0
- data/lib/datadog_api_client/v2/models/security_findings_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/security_findings_links.rb +105 -0
- data/lib/datadog_api_client/v2/models/{data_export_config.rb → security_findings_meta.rb} +32 -42
- data/lib/datadog_api_client/v2/models/security_findings_page.rb +105 -0
- data/lib/datadog_api_client/v2/models/security_findings_search_request.rb +105 -0
- data/lib/datadog_api_client/v2/models/security_findings_search_request_data.rb +105 -0
- data/lib/datadog_api_client/v2/models/security_findings_search_request_data_attributes.rb +125 -0
- data/lib/datadog_api_client/v2/models/security_findings_search_request_page.rb +137 -0
- data/lib/datadog_api_client/v2/models/security_findings_sort.rb +27 -0
- data/lib/datadog_api_client/v2/models/security_findings_status.rb +27 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_critical_asset.rb +125 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_critical_asset_attributes.rb +235 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_critical_asset_create_attributes.rb +187 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_critical_asset_create_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_critical_asset_create_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_critical_asset_response.rb +105 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_critical_asset_severity.rb +32 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_critical_asset_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_critical_asset_update_attributes.rb +175 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_critical_asset_update_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_critical_asset_update_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/{awsccm_config.rb → security_monitoring_critical_assets_response.rb} +12 -12
- data/lib/datadog_api_client/version.rb +1 -1
- metadata +99 -7
|
@@ -895,6 +895,174 @@ components:
|
|
|
895
895
|
items:
|
|
896
896
|
$ref: '#/components/schemas/AzureAccount'
|
|
897
897
|
type: array
|
|
898
|
+
BarChartWidgetDefinition:
|
|
899
|
+
description: The bar chart visualization displays categorical data using vertical
|
|
900
|
+
bars, allowing you to compare values across different groups.
|
|
901
|
+
properties:
|
|
902
|
+
custom_links:
|
|
903
|
+
description: List of custom links.
|
|
904
|
+
items:
|
|
905
|
+
$ref: '#/components/schemas/WidgetCustomLink'
|
|
906
|
+
type: array
|
|
907
|
+
requests:
|
|
908
|
+
description: List of bar chart widget requests.
|
|
909
|
+
example:
|
|
910
|
+
- q: system.load.1
|
|
911
|
+
items:
|
|
912
|
+
$ref: '#/components/schemas/BarChartWidgetRequest'
|
|
913
|
+
maxItems: 1
|
|
914
|
+
minItems: 1
|
|
915
|
+
type: array
|
|
916
|
+
style:
|
|
917
|
+
$ref: '#/components/schemas/BarChartWidgetStyle'
|
|
918
|
+
time:
|
|
919
|
+
$ref: '#/components/schemas/WidgetTime'
|
|
920
|
+
title:
|
|
921
|
+
description: Title of your widget.
|
|
922
|
+
type: string
|
|
923
|
+
title_align:
|
|
924
|
+
$ref: '#/components/schemas/WidgetTextAlign'
|
|
925
|
+
title_size:
|
|
926
|
+
description: Size of the title.
|
|
927
|
+
type: string
|
|
928
|
+
type:
|
|
929
|
+
$ref: '#/components/schemas/BarChartWidgetDefinitionType'
|
|
930
|
+
required:
|
|
931
|
+
- type
|
|
932
|
+
- requests
|
|
933
|
+
type: object
|
|
934
|
+
BarChartWidgetDefinitionType:
|
|
935
|
+
default: bar_chart
|
|
936
|
+
description: Type of the bar chart widget.
|
|
937
|
+
enum:
|
|
938
|
+
- bar_chart
|
|
939
|
+
example: bar_chart
|
|
940
|
+
type: string
|
|
941
|
+
x-enum-varnames:
|
|
942
|
+
- BAR_CHART
|
|
943
|
+
BarChartWidgetDisplay:
|
|
944
|
+
description: Bar chart widget display options.
|
|
945
|
+
oneOf:
|
|
946
|
+
- $ref: '#/components/schemas/BarChartWidgetStacked'
|
|
947
|
+
- $ref: '#/components/schemas/BarChartWidgetFlat'
|
|
948
|
+
BarChartWidgetFlat:
|
|
949
|
+
description: Bar chart widget flat display.
|
|
950
|
+
properties:
|
|
951
|
+
type:
|
|
952
|
+
$ref: '#/components/schemas/BarChartWidgetFlatType'
|
|
953
|
+
required:
|
|
954
|
+
- type
|
|
955
|
+
type: object
|
|
956
|
+
BarChartWidgetFlatType:
|
|
957
|
+
default: flat
|
|
958
|
+
description: Bar chart widget flat display type.
|
|
959
|
+
enum:
|
|
960
|
+
- flat
|
|
961
|
+
example: flat
|
|
962
|
+
type: string
|
|
963
|
+
x-enum-varnames:
|
|
964
|
+
- FLAT
|
|
965
|
+
BarChartWidgetLegend:
|
|
966
|
+
description: Bar chart widget stacked legend behavior.
|
|
967
|
+
enum:
|
|
968
|
+
- automatic
|
|
969
|
+
- inline
|
|
970
|
+
- none
|
|
971
|
+
example: automatic
|
|
972
|
+
type: string
|
|
973
|
+
x-enum-varnames:
|
|
974
|
+
- AUTOMATIC
|
|
975
|
+
- INLINE
|
|
976
|
+
- NONE
|
|
977
|
+
BarChartWidgetRequest:
|
|
978
|
+
description: Updated bar chart widget.
|
|
979
|
+
properties:
|
|
980
|
+
apm_query:
|
|
981
|
+
$ref: '#/components/schemas/LogQueryDefinition'
|
|
982
|
+
audit_query:
|
|
983
|
+
$ref: '#/components/schemas/LogQueryDefinition'
|
|
984
|
+
conditional_formats:
|
|
985
|
+
description: List of conditional formats.
|
|
986
|
+
example:
|
|
987
|
+
- comparator: '>='
|
|
988
|
+
palette: blue
|
|
989
|
+
value: 1.0
|
|
990
|
+
items:
|
|
991
|
+
$ref: '#/components/schemas/WidgetConditionalFormat'
|
|
992
|
+
type: array
|
|
993
|
+
event_query:
|
|
994
|
+
$ref: '#/components/schemas/LogQueryDefinition'
|
|
995
|
+
formulas:
|
|
996
|
+
description: List of formulas that operate on queries.
|
|
997
|
+
items:
|
|
998
|
+
$ref: '#/components/schemas/WidgetFormula'
|
|
999
|
+
type: array
|
|
1000
|
+
log_query:
|
|
1001
|
+
$ref: '#/components/schemas/LogQueryDefinition'
|
|
1002
|
+
network_query:
|
|
1003
|
+
$ref: '#/components/schemas/LogQueryDefinition'
|
|
1004
|
+
process_query:
|
|
1005
|
+
$ref: '#/components/schemas/ProcessQueryDefinition'
|
|
1006
|
+
profile_metrics_query:
|
|
1007
|
+
$ref: '#/components/schemas/LogQueryDefinition'
|
|
1008
|
+
q:
|
|
1009
|
+
description: Widget query.
|
|
1010
|
+
type: string
|
|
1011
|
+
queries:
|
|
1012
|
+
description: List of queries that can be returned directly or used in formulas.
|
|
1013
|
+
items:
|
|
1014
|
+
$ref: '#/components/schemas/FormulaAndFunctionQueryDefinition'
|
|
1015
|
+
type: array
|
|
1016
|
+
response_format:
|
|
1017
|
+
$ref: '#/components/schemas/FormulaAndFunctionResponseFormat'
|
|
1018
|
+
rum_query:
|
|
1019
|
+
$ref: '#/components/schemas/LogQueryDefinition'
|
|
1020
|
+
security_query:
|
|
1021
|
+
$ref: '#/components/schemas/LogQueryDefinition'
|
|
1022
|
+
sort:
|
|
1023
|
+
$ref: '#/components/schemas/WidgetSortBy'
|
|
1024
|
+
style:
|
|
1025
|
+
$ref: '#/components/schemas/WidgetRequestStyle'
|
|
1026
|
+
type: object
|
|
1027
|
+
BarChartWidgetScaling:
|
|
1028
|
+
description: Bar chart widget scaling definition.
|
|
1029
|
+
enum:
|
|
1030
|
+
- absolute
|
|
1031
|
+
- relative
|
|
1032
|
+
type: string
|
|
1033
|
+
x-enum-varnames:
|
|
1034
|
+
- ABSOLUTE
|
|
1035
|
+
- RELATIVE
|
|
1036
|
+
BarChartWidgetStacked:
|
|
1037
|
+
description: Bar chart widget stacked display options.
|
|
1038
|
+
properties:
|
|
1039
|
+
legend:
|
|
1040
|
+
$ref: '#/components/schemas/BarChartWidgetLegend'
|
|
1041
|
+
type:
|
|
1042
|
+
$ref: '#/components/schemas/BarChartWidgetStackedType'
|
|
1043
|
+
required:
|
|
1044
|
+
- type
|
|
1045
|
+
type: object
|
|
1046
|
+
BarChartWidgetStackedType:
|
|
1047
|
+
default: stacked
|
|
1048
|
+
description: Bar chart widget stacked display type.
|
|
1049
|
+
enum:
|
|
1050
|
+
- stacked
|
|
1051
|
+
example: stacked
|
|
1052
|
+
type: string
|
|
1053
|
+
x-enum-varnames:
|
|
1054
|
+
- STACKED
|
|
1055
|
+
BarChartWidgetStyle:
|
|
1056
|
+
description: Style customization for a bar chart widget.
|
|
1057
|
+
properties:
|
|
1058
|
+
display:
|
|
1059
|
+
$ref: '#/components/schemas/BarChartWidgetDisplay'
|
|
1060
|
+
palette:
|
|
1061
|
+
description: Color palette to apply to the widget.
|
|
1062
|
+
type: string
|
|
1063
|
+
scaling:
|
|
1064
|
+
$ref: '#/components/schemas/BarChartWidgetScaling'
|
|
1065
|
+
type: object
|
|
898
1066
|
CancelDowntimesByScopeRequest:
|
|
899
1067
|
description: Cancel downtimes according to scope.
|
|
900
1068
|
properties:
|
|
@@ -1741,6 +1909,9 @@ components:
|
|
|
1741
1909
|
type: string
|
|
1742
1910
|
markers:
|
|
1743
1911
|
description: List of markers.
|
|
1912
|
+
example:
|
|
1913
|
+
- display_type: percentile
|
|
1914
|
+
value: '90'
|
|
1744
1915
|
items:
|
|
1745
1916
|
$ref: '#/components/schemas/WidgetMarker'
|
|
1746
1917
|
type: array
|
|
@@ -1799,14 +1970,6 @@ components:
|
|
|
1799
1970
|
- $ref: '#/components/schemas/FormulaAndFunctionMetricQueryDefinition'
|
|
1800
1971
|
- $ref: '#/components/schemas/FormulaAndFunctionEventQueryDefinition'
|
|
1801
1972
|
- $ref: '#/components/schemas/FormulaAndFunctionApmResourceStatsQueryDefinition'
|
|
1802
|
-
DistributionWidgetHistogramRequestType:
|
|
1803
|
-
description: Request type for the histogram request.
|
|
1804
|
-
enum:
|
|
1805
|
-
- histogram
|
|
1806
|
-
example: histogram
|
|
1807
|
-
type: string
|
|
1808
|
-
x-enum-varnames:
|
|
1809
|
-
- HISTOGRAM
|
|
1810
1973
|
DistributionWidgetRequest:
|
|
1811
1974
|
description: Updated distribution widget.
|
|
1812
1975
|
properties:
|
|
@@ -1816,6 +1979,11 @@ components:
|
|
|
1816
1979
|
$ref: '#/components/schemas/ApmStatsQueryDefinition'
|
|
1817
1980
|
event_query:
|
|
1818
1981
|
$ref: '#/components/schemas/LogQueryDefinition'
|
|
1982
|
+
formulas:
|
|
1983
|
+
description: List of formulas that operate on queries.
|
|
1984
|
+
items:
|
|
1985
|
+
$ref: '#/components/schemas/WidgetFormula'
|
|
1986
|
+
type: array
|
|
1819
1987
|
log_query:
|
|
1820
1988
|
$ref: '#/components/schemas/LogQueryDefinition'
|
|
1821
1989
|
network_query:
|
|
@@ -1827,10 +1995,17 @@ components:
|
|
|
1827
1995
|
q:
|
|
1828
1996
|
description: Widget query.
|
|
1829
1997
|
type: string
|
|
1998
|
+
queries:
|
|
1999
|
+
description: List of queries that can be returned directly or used in formulas.
|
|
2000
|
+
items:
|
|
2001
|
+
$ref: '#/components/schemas/FormulaAndFunctionQueryDefinition'
|
|
2002
|
+
type: array
|
|
1830
2003
|
query:
|
|
1831
2004
|
$ref: '#/components/schemas/DistributionWidgetHistogramRequestQuery'
|
|
1832
2005
|
request_type:
|
|
1833
|
-
$ref: '#/components/schemas/
|
|
2006
|
+
$ref: '#/components/schemas/WidgetHistogramRequestType'
|
|
2007
|
+
response_format:
|
|
2008
|
+
$ref: '#/components/schemas/FormulaAndFunctionResponseFormat'
|
|
1834
2009
|
rum_query:
|
|
1835
2010
|
$ref: '#/components/schemas/LogQueryDefinition'
|
|
1836
2011
|
security_query:
|
|
@@ -1854,6 +2029,12 @@ components:
|
|
|
1854
2029
|
description: Specifies minimum value to show on the x-axis. It takes a number,
|
|
1855
2030
|
percentile (p90 === 90th percentile), or auto for default behavior.
|
|
1856
2031
|
type: string
|
|
2032
|
+
num_buckets:
|
|
2033
|
+
description: Number of value buckets to target, also known as the resolution
|
|
2034
|
+
of the value bins.
|
|
2035
|
+
format: int64
|
|
2036
|
+
minimum: 1
|
|
2037
|
+
type: integer
|
|
1857
2038
|
scale:
|
|
1858
2039
|
default: linear
|
|
1859
2040
|
description: Specifies the scale type. Possible values are `linear`.
|
|
@@ -3752,6 +3933,14 @@ components:
|
|
|
3752
3933
|
type: array
|
|
3753
3934
|
legend_size:
|
|
3754
3935
|
$ref: '#/components/schemas/WidgetLegendSize'
|
|
3936
|
+
markers:
|
|
3937
|
+
description: List of markers.
|
|
3938
|
+
example:
|
|
3939
|
+
- display_type: percentile
|
|
3940
|
+
value: '90'
|
|
3941
|
+
items:
|
|
3942
|
+
$ref: '#/components/schemas/WidgetMarker'
|
|
3943
|
+
type: array
|
|
3755
3944
|
requests:
|
|
3756
3945
|
description: List of widget types.
|
|
3757
3946
|
example:
|
|
@@ -3776,6 +3965,8 @@ components:
|
|
|
3776
3965
|
type: string
|
|
3777
3966
|
type:
|
|
3778
3967
|
$ref: '#/components/schemas/HeatMapWidgetDefinitionType'
|
|
3968
|
+
xaxis:
|
|
3969
|
+
$ref: '#/components/schemas/HeatMapWidgetXAxis'
|
|
3779
3970
|
yaxis:
|
|
3780
3971
|
$ref: '#/components/schemas/WidgetAxis'
|
|
3781
3972
|
required:
|
|
@@ -3819,6 +4010,10 @@ components:
|
|
|
3819
4010
|
items:
|
|
3820
4011
|
$ref: '#/components/schemas/FormulaAndFunctionQueryDefinition'
|
|
3821
4012
|
type: array
|
|
4013
|
+
query:
|
|
4014
|
+
$ref: '#/components/schemas/FormulaAndFunctionMetricQueryDefinition'
|
|
4015
|
+
request_type:
|
|
4016
|
+
$ref: '#/components/schemas/WidgetHistogramRequestType'
|
|
3822
4017
|
response_format:
|
|
3823
4018
|
$ref: '#/components/schemas/FormulaAndFunctionResponseFormat'
|
|
3824
4019
|
rum_query:
|
|
@@ -3828,6 +4023,18 @@ components:
|
|
|
3828
4023
|
style:
|
|
3829
4024
|
$ref: '#/components/schemas/WidgetStyle'
|
|
3830
4025
|
type: object
|
|
4026
|
+
HeatMapWidgetXAxis:
|
|
4027
|
+
description: X Axis controls for the heat map widget.
|
|
4028
|
+
properties:
|
|
4029
|
+
num_buckets:
|
|
4030
|
+
description: 'Number of time buckets to target, also known as the resolution
|
|
4031
|
+
|
|
4032
|
+
of the time bins. This is only applicable for distribution of
|
|
4033
|
+
|
|
4034
|
+
points (group distributions use the roll-up modifier).'
|
|
4035
|
+
format: int64
|
|
4036
|
+
type: integer
|
|
4037
|
+
type: object
|
|
3831
4038
|
Host:
|
|
3832
4039
|
description: Object representing a host.
|
|
3833
4040
|
properties:
|
|
@@ -4180,14 +4387,14 @@ components:
|
|
|
4180
4387
|
type: boolean
|
|
4181
4388
|
type: object
|
|
4182
4389
|
HostTags:
|
|
4183
|
-
description:
|
|
4390
|
+
description: Host name and an array of its tags
|
|
4184
4391
|
properties:
|
|
4185
4392
|
host:
|
|
4186
4393
|
description: Your host name.
|
|
4187
4394
|
example: test.host
|
|
4188
4395
|
type: string
|
|
4189
4396
|
tags:
|
|
4190
|
-
description: A list of tags
|
|
4397
|
+
description: A list of tags associated with a host.
|
|
4191
4398
|
items:
|
|
4192
4399
|
description: A given tag in a list.
|
|
4193
4400
|
example: environment:production
|
|
@@ -7534,6 +7741,104 @@ components:
|
|
|
7534
7741
|
- data_source
|
|
7535
7742
|
- query
|
|
7536
7743
|
type: object
|
|
7744
|
+
MonitorFormulaAndFunctionDataQualityDataSource:
|
|
7745
|
+
description: Data source for data quality queries.
|
|
7746
|
+
enum:
|
|
7747
|
+
- data_quality_metrics
|
|
7748
|
+
example: data_quality_metrics
|
|
7749
|
+
type: string
|
|
7750
|
+
x-enum-varnames:
|
|
7751
|
+
- DATA_QUALITY_METRICS
|
|
7752
|
+
MonitorFormulaAndFunctionDataQualityMeasure:
|
|
7753
|
+
description: 'The data quality measure to query. Common values include:
|
|
7754
|
+
|
|
7755
|
+
`bytes`, `cardinality`, `custom`, `freshness`, `max`, `mean`, `min`,
|
|
7756
|
+
|
|
7757
|
+
`nullness`, `percent_negative`, `percent_zero`, `row_count`, `stddev`,
|
|
7758
|
+
|
|
7759
|
+
`sum`, `uniqueness`. Additional values may be supported.'
|
|
7760
|
+
example: row_count
|
|
7761
|
+
type: string
|
|
7762
|
+
MonitorFormulaAndFunctionDataQualityModelTypeOverride:
|
|
7763
|
+
description: Override for the model type used in anomaly detection.
|
|
7764
|
+
enum:
|
|
7765
|
+
- freshness
|
|
7766
|
+
- percentage
|
|
7767
|
+
- any
|
|
7768
|
+
type: string
|
|
7769
|
+
x-enum-varnames:
|
|
7770
|
+
- FRESHNESS
|
|
7771
|
+
- PERCENTAGE
|
|
7772
|
+
- ANY
|
|
7773
|
+
MonitorFormulaAndFunctionDataQualityMonitorOptions:
|
|
7774
|
+
description: Monitor configuration options for data quality queries.
|
|
7775
|
+
properties:
|
|
7776
|
+
crontab_override:
|
|
7777
|
+
description: Crontab expression to override the default schedule.
|
|
7778
|
+
example: '* * * 10'
|
|
7779
|
+
type: string
|
|
7780
|
+
custom_sql:
|
|
7781
|
+
description: Custom SQL query for the monitor.
|
|
7782
|
+
example: SELECT COUNT(*) FROM users AS dd_value
|
|
7783
|
+
type: string
|
|
7784
|
+
custom_where:
|
|
7785
|
+
description: Custom WHERE clause for the query.
|
|
7786
|
+
example: USER_ID = 123
|
|
7787
|
+
type: string
|
|
7788
|
+
group_by_columns:
|
|
7789
|
+
description: Columns to group results by.
|
|
7790
|
+
example:
|
|
7791
|
+
- col1
|
|
7792
|
+
- col2
|
|
7793
|
+
items:
|
|
7794
|
+
type: string
|
|
7795
|
+
type: array
|
|
7796
|
+
model_type_override:
|
|
7797
|
+
$ref: '#/components/schemas/MonitorFormulaAndFunctionDataQualityModelTypeOverride'
|
|
7798
|
+
type: object
|
|
7799
|
+
MonitorFormulaAndFunctionDataQualityQueryDefinition:
|
|
7800
|
+
description: A formula and functions data quality query.
|
|
7801
|
+
properties:
|
|
7802
|
+
data_source:
|
|
7803
|
+
$ref: '#/components/schemas/MonitorFormulaAndFunctionDataQualityDataSource'
|
|
7804
|
+
filter:
|
|
7805
|
+
description: Filter expression used to match on data entities. Uses Aastra
|
|
7806
|
+
query syntax.
|
|
7807
|
+
example: search for column where `database:production AND table:users`
|
|
7808
|
+
type: string
|
|
7809
|
+
group_by:
|
|
7810
|
+
description: Optional grouping fields for aggregation.
|
|
7811
|
+
example:
|
|
7812
|
+
- entity_id
|
|
7813
|
+
items:
|
|
7814
|
+
type: string
|
|
7815
|
+
type: array
|
|
7816
|
+
measure:
|
|
7817
|
+
$ref: '#/components/schemas/MonitorFormulaAndFunctionDataQualityMeasure'
|
|
7818
|
+
monitor_options:
|
|
7819
|
+
$ref: '#/components/schemas/MonitorFormulaAndFunctionDataQualityMonitorOptions'
|
|
7820
|
+
name:
|
|
7821
|
+
description: Name of the query for use in formulas.
|
|
7822
|
+
example: query1
|
|
7823
|
+
type: string
|
|
7824
|
+
schema_version:
|
|
7825
|
+
description: Schema version for the data quality query.
|
|
7826
|
+
example: 0.0.1
|
|
7827
|
+
type: string
|
|
7828
|
+
scope:
|
|
7829
|
+
description: 'Optional scoping expression to further filter metrics. Uses
|
|
7830
|
+
metrics filter syntax.
|
|
7831
|
+
|
|
7832
|
+
This is useful when an entity has been configured to emit metrics with
|
|
7833
|
+
additional tags.'
|
|
7834
|
+
example: env:production
|
|
7835
|
+
type: string
|
|
7836
|
+
required:
|
|
7837
|
+
- name
|
|
7838
|
+
- data_source
|
|
7839
|
+
- measure
|
|
7840
|
+
- filter
|
|
7841
|
+
type: object
|
|
7537
7842
|
MonitorFormulaAndFunctionEventAggregation:
|
|
7538
7843
|
description: Aggregation methods for event platform queries.
|
|
7539
7844
|
enum:
|
|
@@ -7685,6 +7990,7 @@ components:
|
|
|
7685
7990
|
oneOf:
|
|
7686
7991
|
- $ref: '#/components/schemas/MonitorFormulaAndFunctionEventQueryDefinition'
|
|
7687
7992
|
- $ref: '#/components/schemas/MonitorFormulaAndFunctionCostQueryDefinition'
|
|
7993
|
+
- $ref: '#/components/schemas/MonitorFormulaAndFunctionDataQualityQueryDefinition'
|
|
7688
7994
|
MonitorGroupSearchResponse:
|
|
7689
7995
|
description: The response of a monitor group search.
|
|
7690
7996
|
example:
|
|
@@ -8523,6 +8829,7 @@ components:
|
|
|
8523
8829
|
- database-monitoring alert
|
|
8524
8830
|
- network-performance alert
|
|
8525
8831
|
- cost alert
|
|
8832
|
+
- data-quality alert
|
|
8526
8833
|
example: query alert
|
|
8527
8834
|
type: string
|
|
8528
8835
|
x-enum-varnames:
|
|
@@ -8545,6 +8852,7 @@ components:
|
|
|
8545
8852
|
- DATABASE_MONITORING_ALERT
|
|
8546
8853
|
- NETWORK_PERFORMANCE_ALERT
|
|
8547
8854
|
- COST_ALERT
|
|
8855
|
+
- DATA_QUALITY_ALERT
|
|
8548
8856
|
MonitorUpdateRequest:
|
|
8549
8857
|
description: Object describing a monitor update request.
|
|
8550
8858
|
properties:
|
|
@@ -14380,6 +14688,7 @@ components:
|
|
|
14380
14688
|
SplitGraphSourceWidgetDefinition:
|
|
14381
14689
|
description: The original widget we are splitting on.
|
|
14382
14690
|
oneOf:
|
|
14691
|
+
- $ref: '#/components/schemas/BarChartWidgetDefinition'
|
|
14383
14692
|
- $ref: '#/components/schemas/ChangeWidgetDefinition'
|
|
14384
14693
|
- $ref: '#/components/schemas/GeomapWidgetDefinition'
|
|
14385
14694
|
- $ref: '#/components/schemas/QueryValueWidgetDefinition'
|
|
@@ -14625,6 +14934,61 @@ components:
|
|
|
14625
14934
|
oneOf:
|
|
14626
14935
|
- $ref: '#/components/schemas/SyntheticsAPITestStep'
|
|
14627
14936
|
- $ref: '#/components/schemas/SyntheticsAPIWaitStep'
|
|
14937
|
+
- $ref: '#/components/schemas/SyntheticsAPISubtestStep'
|
|
14938
|
+
SyntheticsAPISubtestStep:
|
|
14939
|
+
description: The subtest step used in a Synthetics multi-step API test.
|
|
14940
|
+
properties:
|
|
14941
|
+
allowFailure:
|
|
14942
|
+
description: Determines whether or not to continue with test if this step
|
|
14943
|
+
fails.
|
|
14944
|
+
type: boolean
|
|
14945
|
+
alwaysExecute:
|
|
14946
|
+
description: A boolean set to always execute this step even if the previous
|
|
14947
|
+
step failed or was skipped.
|
|
14948
|
+
type: boolean
|
|
14949
|
+
exitIfSucceed:
|
|
14950
|
+
description: Determines whether or not to exit the test if the step succeeds.
|
|
14951
|
+
type: boolean
|
|
14952
|
+
extractedValuesFromScript:
|
|
14953
|
+
description: Generate variables using JavaScript.
|
|
14954
|
+
type: string
|
|
14955
|
+
id:
|
|
14956
|
+
description: ID of the step.
|
|
14957
|
+
example: abc-def-123
|
|
14958
|
+
readOnly: true
|
|
14959
|
+
type: string
|
|
14960
|
+
isCritical:
|
|
14961
|
+
description: 'Determines whether or not to consider the entire test as failed
|
|
14962
|
+
if this step fails.
|
|
14963
|
+
|
|
14964
|
+
Can be used only if `allowFailure` is `true`.'
|
|
14965
|
+
type: boolean
|
|
14966
|
+
name:
|
|
14967
|
+
description: The name of the step.
|
|
14968
|
+
example: Example step name
|
|
14969
|
+
type: string
|
|
14970
|
+
retry:
|
|
14971
|
+
$ref: '#/components/schemas/SyntheticsTestOptionsRetry'
|
|
14972
|
+
subtestPublicId:
|
|
14973
|
+
description: Public ID of the test to be played as part of a `playSubTest`
|
|
14974
|
+
step type.
|
|
14975
|
+
example: ''
|
|
14976
|
+
type: string
|
|
14977
|
+
subtype:
|
|
14978
|
+
$ref: '#/components/schemas/SyntheticsAPISubtestStepSubtype'
|
|
14979
|
+
required:
|
|
14980
|
+
- name
|
|
14981
|
+
- subtype
|
|
14982
|
+
- subtestPublicId
|
|
14983
|
+
type: object
|
|
14984
|
+
SyntheticsAPISubtestStepSubtype:
|
|
14985
|
+
description: The subtype of the Synthetic multi-step API subtest step.
|
|
14986
|
+
enum:
|
|
14987
|
+
- playSubTest
|
|
14988
|
+
example: playSubTest
|
|
14989
|
+
type: string
|
|
14990
|
+
x-enum-varnames:
|
|
14991
|
+
- PLAY_SUB_TEST
|
|
14628
14992
|
SyntheticsAPITest:
|
|
14629
14993
|
description: Object containing details about a Synthetic API test.
|
|
14630
14994
|
properties:
|
|
@@ -18777,18 +19141,18 @@ components:
|
|
|
18777
19141
|
- match
|
|
18778
19142
|
type: object
|
|
18779
19143
|
TagToHosts:
|
|
18780
|
-
description: In this object, the key is the tag, the value is a list of
|
|
18781
|
-
names that are reporting that tag.
|
|
19144
|
+
description: In this object, the key is the tag, and the value is a list of
|
|
19145
|
+
host names that are reporting that tag.
|
|
18782
19146
|
properties:
|
|
18783
19147
|
tags:
|
|
18784
19148
|
additionalProperties:
|
|
18785
|
-
description: A list of
|
|
19149
|
+
description: A list of host names which contain this tag
|
|
18786
19150
|
items:
|
|
18787
19151
|
description: A given tag in a list.
|
|
18788
19152
|
example: test.metric.host
|
|
18789
19153
|
type: string
|
|
18790
19154
|
type: array
|
|
18791
|
-
description: A
|
|
19155
|
+
description: A mapping of tags to host names
|
|
18792
19156
|
type: object
|
|
18793
19157
|
type: object
|
|
18794
19158
|
TargetFormatType:
|
|
@@ -24917,6 +25281,7 @@ components:
|
|
|
24917
25281
|
oneOf:
|
|
24918
25282
|
- $ref: '#/components/schemas/AlertGraphWidgetDefinition'
|
|
24919
25283
|
- $ref: '#/components/schemas/AlertValueWidgetDefinition'
|
|
25284
|
+
- $ref: '#/components/schemas/BarChartWidgetDefinition'
|
|
24920
25285
|
- $ref: '#/components/schemas/ChangeWidgetDefinition'
|
|
24921
25286
|
- $ref: '#/components/schemas/CheckStatusWidgetDefinition'
|
|
24922
25287
|
- $ref: '#/components/schemas/DistributionWidgetDefinition'
|
|
@@ -25129,6 +25494,14 @@ components:
|
|
|
25129
25494
|
x-enum-varnames:
|
|
25130
25495
|
- CHECK
|
|
25131
25496
|
- CLUSTER
|
|
25497
|
+
WidgetHistogramRequestType:
|
|
25498
|
+
description: Request type for the histogram request.
|
|
25499
|
+
enum:
|
|
25500
|
+
- histogram
|
|
25501
|
+
example: histogram
|
|
25502
|
+
type: string
|
|
25503
|
+
x-enum-varnames:
|
|
25504
|
+
- HISTOGRAM
|
|
25132
25505
|
WidgetHorizontalAlign:
|
|
25133
25506
|
description: Horizontal alignment.
|
|
25134
25507
|
enum:
|
|
@@ -25333,7 +25706,7 @@ components:
|
|
|
25333
25706
|
display_type:
|
|
25334
25707
|
description: "Combination of:\n - A severity error, warning, ok, or info\n
|
|
25335
25708
|
\ - A line type: dashed, solid, or bold\nIn this case of a Distribution
|
|
25336
|
-
widget, this can be set to be `
|
|
25709
|
+
widget, this can be set to be `percentile`."
|
|
25337
25710
|
example: error dashed
|
|
25338
25711
|
type: string
|
|
25339
25712
|
label:
|
|
@@ -25344,8 +25717,13 @@ components:
|
|
|
25344
25717
|
description: Timestamp for the widget.
|
|
25345
25718
|
type: string
|
|
25346
25719
|
value:
|
|
25347
|
-
description: Value to apply. Can be a single value y = 15 or a range of
|
|
25720
|
+
description: 'Value to apply. Can be a single value y = 15 or a range of
|
|
25348
25721
|
values 0 < y < 10.
|
|
25722
|
+
|
|
25723
|
+
For Distribution widgets with `display_type` set to `percentile`, this
|
|
25724
|
+
should be
|
|
25725
|
+
|
|
25726
|
+
a numeric percentile value (for example, "90" for P90).'
|
|
25349
25727
|
example: y = 15
|
|
25350
25728
|
type: string
|
|
25351
25729
|
required:
|
|
@@ -35800,11 +36178,13 @@ paths:
|
|
|
35800
36178
|
- synthetics_global_variable_write
|
|
35801
36179
|
/api/v1/tags/hosts:
|
|
35802
36180
|
get:
|
|
35803
|
-
description:
|
|
36181
|
+
description: Returns a mapping of tags to hosts. For each tag, the response
|
|
36182
|
+
returns a list of host names that contain this tag. There is a restriction
|
|
36183
|
+
of 10k total host names from the org that can be attached to tags and returned.
|
|
35804
36184
|
operationId: ListHostTags
|
|
35805
36185
|
parameters:
|
|
35806
|
-
- description:
|
|
35807
|
-
source.
|
|
36186
|
+
- description: Source to filter. [Complete list of source attribute values](https://docs.datadoghq.com/integrations/faq/list-of-api-source-attribute-value).
|
|
36187
|
+
Use "user" source for custom-defined tags.
|
|
35808
36188
|
in: query
|
|
35809
36189
|
name: source
|
|
35810
36190
|
required: false
|
|
@@ -35835,7 +36215,7 @@ paths:
|
|
|
35835
36215
|
- apiKeyAuth: []
|
|
35836
36216
|
appKeyAuth: []
|
|
35837
36217
|
- AuthZ: []
|
|
35838
|
-
summary: Get Tags
|
|
36218
|
+
summary: Get All Host Tags
|
|
35839
36219
|
tags:
|
|
35840
36220
|
- Tags
|
|
35841
36221
|
x-permission:
|
|
@@ -35843,21 +36223,21 @@ paths:
|
|
|
35843
36223
|
permissions: []
|
|
35844
36224
|
/api/v1/tags/hosts/{host_name}:
|
|
35845
36225
|
delete:
|
|
35846
|
-
description: 'This endpoint allows you to remove all
|
|
36226
|
+
description: 'This endpoint allows you to remove all tags
|
|
35847
36227
|
|
|
35848
|
-
for a single host.
|
|
36228
|
+
for a single host. If no source is specified, only deletes from the source
|
|
36229
|
+
"User".'
|
|
35849
36230
|
operationId: DeleteHostTags
|
|
35850
36231
|
parameters:
|
|
35851
|
-
- description:
|
|
35852
|
-
a single host.
|
|
36232
|
+
- description: Specified host name to delete tags
|
|
35853
36233
|
in: path
|
|
35854
36234
|
name: host_name
|
|
35855
36235
|
required: true
|
|
35856
36236
|
schema:
|
|
35857
36237
|
type: string
|
|
35858
|
-
- description:
|
|
35859
|
-
|
|
35860
|
-
|
|
36238
|
+
- description: Source of the tags to be deleted. [Complete list of source attribute
|
|
36239
|
+
values](https://docs.datadoghq.com/integrations/faq/list-of-api-source-attribute-value).
|
|
36240
|
+
Use "user" source for custom-defined tags.
|
|
35861
36241
|
in: query
|
|
35862
36242
|
name: source
|
|
35863
36243
|
required: false
|
|
@@ -35887,14 +36267,14 @@ paths:
|
|
|
35887
36267
|
description: Return the list of tags that apply to a given host.
|
|
35888
36268
|
operationId: GetHostTags
|
|
35889
36269
|
parameters:
|
|
35890
|
-
- description:
|
|
35891
|
-
source.
|
|
36270
|
+
- description: Name of the host to retrieve tags for
|
|
35892
36271
|
in: path
|
|
35893
36272
|
name: host_name
|
|
35894
36273
|
required: true
|
|
35895
36274
|
schema:
|
|
35896
36275
|
type: string
|
|
35897
|
-
- description: Source to filter.
|
|
36276
|
+
- description: Source to filter. [Complete list of source attribute values](https://docs.datadoghq.com/integrations/faq/list-of-api-source-attribute-value).
|
|
36277
|
+
Use "user" source for custom-defined tags.
|
|
35898
36278
|
in: query
|
|
35899
36279
|
name: source
|
|
35900
36280
|
required: false
|
|
@@ -35921,25 +36301,25 @@ paths:
|
|
|
35921
36301
|
description: Not Found
|
|
35922
36302
|
'429':
|
|
35923
36303
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
35924
|
-
summary: Get
|
|
36304
|
+
summary: Get Host Tags
|
|
35925
36305
|
tags:
|
|
35926
36306
|
- Tags
|
|
35927
36307
|
post:
|
|
35928
36308
|
description: 'This endpoint allows you to add new tags to a host,
|
|
35929
36309
|
|
|
35930
|
-
optionally specifying
|
|
36310
|
+
optionally specifying what source these tags come from. If tags already exist,
|
|
36311
|
+
appends new tags to the tag list. If no source is specified, defaults to "user".'
|
|
35931
36312
|
operationId: CreateHostTags
|
|
35932
36313
|
parameters:
|
|
35933
|
-
- description:
|
|
35934
|
-
specifying where the tags came from.
|
|
36314
|
+
- description: Specified host name to add new tags
|
|
35935
36315
|
in: path
|
|
35936
36316
|
name: host_name
|
|
35937
36317
|
required: true
|
|
35938
36318
|
schema:
|
|
35939
36319
|
type: string
|
|
35940
|
-
- description:
|
|
35941
|
-
|
|
35942
|
-
|
|
36320
|
+
- description: Source to add tags. [Complete list of source attribute values](https://docs.datadoghq.com/integrations/faq/list-of-api-source-attribute-value).
|
|
36321
|
+
Use "user" source for custom-defined tags. If no source is specified, defaults
|
|
36322
|
+
to "user".
|
|
35943
36323
|
example: chef
|
|
35944
36324
|
in: query
|
|
35945
36325
|
name: source
|
|
@@ -35984,16 +36364,15 @@ paths:
|
|
|
35984
36364
|
an integration source with those supplied in the request.'
|
|
35985
36365
|
operationId: UpdateHostTags
|
|
35986
36366
|
parameters:
|
|
35987
|
-
- description:
|
|
35988
|
-
source with those supplied in the request.
|
|
36367
|
+
- description: Specified host name to change tags
|
|
35989
36368
|
in: path
|
|
35990
36369
|
name: host_name
|
|
35991
36370
|
required: true
|
|
35992
36371
|
schema:
|
|
35993
36372
|
type: string
|
|
35994
|
-
- description:
|
|
35995
|
-
|
|
35996
|
-
|
|
36373
|
+
- description: Source to update tags. [Complete list of source attribute values](https://docs.datadoghq.com/integrations/faq/list-of-api-source-attribute-value).
|
|
36374
|
+
Use "user" source for custom-defined tags. If no source specified, defaults
|
|
36375
|
+
to "user".
|
|
35997
36376
|
in: query
|
|
35998
36377
|
name: source
|
|
35999
36378
|
required: false
|
|
@@ -39009,7 +39388,8 @@ tags:
|
|
|
39009
39388
|
|
|
39010
39389
|
by a source. For example, some valid sources include nagios, hudson, jenkins,
|
|
39011
39390
|
|
|
39012
|
-
users, feed, chef, puppet, git, bitbucket, fabric, capistrano, etc.
|
|
39391
|
+
users, feed, chef, puppet, git, bitbucket, fabric, capistrano, etc. Find a complete
|
|
39392
|
+
list of source type names under [API Source Attributes](https://docs.datadoghq.com/integrations/faq/list-of-api-source-attribute-value).
|
|
39013
39393
|
|
|
39014
39394
|
|
|
39015
39395
|
Read more about tags on [Getting Started with Tags](https://docs.datadoghq.com/getting_started/tagging/).'
|