datadog_api_client 2.15.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 +643 -123
- data/.generator/schemas/v2/openapi.yaml +1815 -195
- data/.generator/src/generator/templates/api_client.j2 +19 -1
- data/.generator/src/generator/templates/model_base.j2 +1 -0
- data/CHANGELOG.md +30 -0
- data/examples/v1/dashboards/CreateDashboard_1754992756.rb +44 -0
- data/examples/v1/dashboards/CreateDashboard_2278756614.rb +91 -0
- data/examples/v1/monitors/CreateMonitor_1539578087.rb +36 -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/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/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/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/lib/datadog_api_client/api_client.rb +19 -1
- data/lib/datadog_api_client/configuration.rb +1 -1
- data/lib/datadog_api_client/inflector.rb +80 -0
- data/lib/datadog_api_client/v1/api/monitors_api.rb +1 -20
- 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/hourly_usage_attribution_usage_type.rb +6 -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/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 +4 -0
- data/lib/datadog_api_client/v1/models/monthly_usage_attribution_values.rb +45 -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/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_summary_date.rb +148 -8
- data/lib/datadog_api_client/v1/models/usage_summary_date_org.rb +148 -8
- data/lib/datadog_api_client/v1/models/usage_summary_response.rb +148 -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/ci_visibility_pipelines_api.rb +4 -10
- data/lib/datadog_api_client/v2/api/ci_visibility_tests_api.rb +3 -3
- data/lib/datadog_api_client/v2/api/container_images_api.rb +129 -0
- data/lib/datadog_api_client/v2/api/incidents_api.rb +1 -1
- data/lib/datadog_api_client/v2/api/powerpack_api.rb +383 -0
- data/lib/datadog_api_client/v2/api/service_definition_api.rb +2 -2
- data/lib/datadog_api_client/v2/api/usage_metering_api.rb +1 -1
- 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/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 +102 -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
|
@@ -3901,8 +3901,8 @@ components:
|
|
|
3901
3901
|
- appsec_fargate_usage
|
|
3902
3902
|
- appsec_usage
|
|
3903
3903
|
- browser_usage
|
|
3904
|
-
- container_excl_agent_usage
|
|
3905
3904
|
- ci_visibility_itr_usage
|
|
3905
|
+
- container_excl_agent_usage
|
|
3906
3906
|
- container_usage
|
|
3907
3907
|
- cspm_containers_usage
|
|
3908
3908
|
- cspm_hosts_usage
|
|
@@ -3913,24 +3913,26 @@ components:
|
|
|
3913
3913
|
- dbm_hosts_usage
|
|
3914
3914
|
- dbm_queries_usage
|
|
3915
3915
|
- estimated_indexed_logs_usage
|
|
3916
|
-
- estimated_ingested_logs_usage
|
|
3917
3916
|
- estimated_indexed_spans_usage
|
|
3917
|
+
- estimated_ingested_logs_usage
|
|
3918
3918
|
- estimated_ingested_spans_usage
|
|
3919
|
+
- estimated_rum_sessions_usage
|
|
3919
3920
|
- fargate_usage
|
|
3920
3921
|
- functions_usage
|
|
3921
3922
|
- infra_host_usage
|
|
3922
3923
|
- invocations_usage
|
|
3923
3924
|
- mobile_app_testing_usage
|
|
3925
|
+
- ndm_netflow_usage
|
|
3924
3926
|
- npm_host_usage
|
|
3925
3927
|
- obs_pipeline_bytes_usage
|
|
3926
3928
|
- profiled_container_usage
|
|
3927
3929
|
- profiled_fargate_usage
|
|
3928
3930
|
- profiled_host_usage
|
|
3931
|
+
- sds_scanned_bytes_usage
|
|
3932
|
+
- serverless_apps_usage
|
|
3929
3933
|
- snmp_usage
|
|
3930
|
-
- estimated_rum_sessions_usage
|
|
3931
3934
|
- universal_service_monitoring_usage
|
|
3932
3935
|
- vuln_management_hosts_usage
|
|
3933
|
-
- sds_scanned_bytes_usage
|
|
3934
3936
|
type: string
|
|
3935
3937
|
x-enum-varnames:
|
|
3936
3938
|
- API_USAGE
|
|
@@ -3940,8 +3942,8 @@ components:
|
|
|
3940
3942
|
- APPSEC_FARGATE_USAGE
|
|
3941
3943
|
- APPSEC_USAGE
|
|
3942
3944
|
- BROWSER_USAGE
|
|
3943
|
-
- CONTAINER_EXCL_AGENT_USAGE
|
|
3944
3945
|
- CI_VISIBILITY_ITR_USAGE
|
|
3946
|
+
- CONTAINER_EXCL_AGENT_USAGE
|
|
3945
3947
|
- CONTAINER_USAGE
|
|
3946
3948
|
- CSPM_CONTAINERS_USAGE
|
|
3947
3949
|
- CSPM_HOSTS_USAGE
|
|
@@ -3952,24 +3954,26 @@ components:
|
|
|
3952
3954
|
- DBM_HOSTS_USAGE
|
|
3953
3955
|
- DBM_QUERIES_USAGE
|
|
3954
3956
|
- ESTIMATED_INDEXED_LOGS_USAGE
|
|
3955
|
-
- ESTIMATED_INGESTED_LOGS_USAGE
|
|
3956
3957
|
- ESTIMATED_INDEXED_SPANS_USAGE
|
|
3958
|
+
- ESTIMATED_INGESTED_LOGS_USAGE
|
|
3957
3959
|
- ESTIMATED_INGESTED_SPANS_USAGE
|
|
3960
|
+
- ESTIMATED_RUM_SESSIONS_USAGE
|
|
3958
3961
|
- FARGATE_USAGE
|
|
3959
3962
|
- FUNCTIONS_USAGE
|
|
3960
3963
|
- INFRA_HOST_USAGE
|
|
3961
3964
|
- INVOCATIONS_USAGE
|
|
3962
3965
|
- MOBILE_APP_TESTING_USAGE
|
|
3966
|
+
- NDM_NETFLOW_USAGE
|
|
3963
3967
|
- NPM_HOST_USAGE
|
|
3964
3968
|
- OBS_PIPELINE_BYTES_USAGE
|
|
3965
3969
|
- PROFILED_CONTAINER_USAGE
|
|
3966
3970
|
- PROFILED_FARGATE_USAGE
|
|
3967
3971
|
- PROFILED_HOST_USAGE
|
|
3972
|
+
- SDS_SCANNED_BYTES_USAGE
|
|
3973
|
+
- SERVERLESS_APPS_USAGE
|
|
3968
3974
|
- SNMP_USAGE
|
|
3969
|
-
- ESTIMATED_RUM_SESSIONS_USAGE
|
|
3970
3975
|
- UNIVERSAL_SERVICE_MONITORING_USAGE
|
|
3971
3976
|
- VULN_MANAGEMENT_HOSTS_USAGE
|
|
3972
|
-
- SDS_SCANNED_BYTES_USAGE
|
|
3973
3977
|
IFrameWidgetDefinition:
|
|
3974
3978
|
description: The iframe widget allows you to embed a portion of any other web
|
|
3975
3979
|
page on your dashboard. Only available on FREE layout dashboards.
|
|
@@ -4041,6 +4045,22 @@ components:
|
|
|
4041
4045
|
type: string
|
|
4042
4046
|
type: array
|
|
4043
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
|
|
4044
4064
|
IPPrefixesLogs:
|
|
4045
4065
|
description: Available prefix information for the Logs endpoints.
|
|
4046
4066
|
properties:
|
|
@@ -4181,6 +4201,8 @@ components:
|
|
|
4181
4201
|
$ref: '#/components/schemas/IPPrefixesAPI'
|
|
4182
4202
|
apm:
|
|
4183
4203
|
$ref: '#/components/schemas/IPPrefixesAPM'
|
|
4204
|
+
global:
|
|
4205
|
+
$ref: '#/components/schemas/IPPrefixesGlobal'
|
|
4184
4206
|
logs:
|
|
4185
4207
|
$ref: '#/components/schemas/IPPrefixesLogs'
|
|
4186
4208
|
modified:
|
|
@@ -6607,7 +6629,6 @@ components:
|
|
|
6607
6629
|
This is only used by CI Test and Pipeline monitors.
|
|
6608
6630
|
type: boolean
|
|
6609
6631
|
escalation_message:
|
|
6610
|
-
default: none
|
|
6611
6632
|
description: 'We recommend using the [is_renotify](https://docs.datadoghq.com/monitors/notify/?tab=is_alert#renotify),
|
|
6612
6633
|
|
|
6613
6634
|
block in the original message instead.
|
|
@@ -6835,6 +6856,33 @@ components:
|
|
|
6835
6856
|
type: string
|
|
6836
6857
|
readOnly: true
|
|
6837
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
|
|
6838
6886
|
MonitorOptionsNotificationPresets:
|
|
6839
6887
|
default: show_all
|
|
6840
6888
|
description: Toggles the display of additional content sent in the monitor notification.
|
|
@@ -6852,6 +6900,8 @@ components:
|
|
|
6852
6900
|
MonitorOptionsSchedulingOptions:
|
|
6853
6901
|
description: Configuration options for scheduling.
|
|
6854
6902
|
properties:
|
|
6903
|
+
custom_schedule:
|
|
6904
|
+
$ref: '#/components/schemas/MonitorOptionsCustomSchedule'
|
|
6855
6905
|
evaluation_window:
|
|
6856
6906
|
$ref: '#/components/schemas/MonitorOptionsSchedulingOptionsEvaluationWindow'
|
|
6857
6907
|
type: object
|
|
@@ -7493,6 +7543,8 @@ components:
|
|
|
7493
7543
|
- invocations_percentage
|
|
7494
7544
|
- mobile_app_testing_percentage
|
|
7495
7545
|
- mobile_app_testing_usage
|
|
7546
|
+
- ndm_netflow_usage
|
|
7547
|
+
- ndm_netflow_percentage
|
|
7496
7548
|
- npm_host_usage
|
|
7497
7549
|
- npm_host_percentage
|
|
7498
7550
|
- obs_pipeline_bytes_usage
|
|
@@ -7503,6 +7555,8 @@ components:
|
|
|
7503
7555
|
- profiled_fargate_percentage
|
|
7504
7556
|
- profiled_host_usage
|
|
7505
7557
|
- profiled_host_percentage
|
|
7558
|
+
- serverless_apps_usage
|
|
7559
|
+
- serverless_apps_percentage
|
|
7506
7560
|
- snmp_usage
|
|
7507
7561
|
- snmp_percentage
|
|
7508
7562
|
- estimated_rum_sessions_usage
|
|
@@ -7570,6 +7624,8 @@ components:
|
|
|
7570
7624
|
- INVOCATIONS_PERCENTAGE
|
|
7571
7625
|
- MOBILE_APP_TESTING_USAGE
|
|
7572
7626
|
- MOBILE_APP_TESTING_PERCENTAGE
|
|
7627
|
+
- NDM_NETFLOW_USAGE
|
|
7628
|
+
- NDM_NETFLOW_PERCENTAGE
|
|
7573
7629
|
- NPM_HOST_USAGE
|
|
7574
7630
|
- NPM_HOST_PERCENTAGE
|
|
7575
7631
|
- OBS_PIPELINE_BYTES_USAGE
|
|
@@ -7580,6 +7636,8 @@ components:
|
|
|
7580
7636
|
- PROFILED_FARGATE_PERCENTAGE
|
|
7581
7637
|
- PROFILED_HOST_USAGE
|
|
7582
7638
|
- PROFILED_HOST_PERCENTAGE
|
|
7639
|
+
- SERVERLESS_APPS_USAGE
|
|
7640
|
+
- SERVERLESS_APPS_PERCENTAGE
|
|
7583
7641
|
- SNMP_USAGE
|
|
7584
7642
|
- SNMP_PERCENTAGE
|
|
7585
7643
|
- ESTIMATED_RUM_SESSIONS_USAGE
|
|
@@ -7681,19 +7739,21 @@ components:
|
|
|
7681
7739
|
format: double
|
|
7682
7740
|
type: number
|
|
7683
7741
|
cspm_containers_percentage:
|
|
7684
|
-
description: The percentage of
|
|
7742
|
+
description: The percentage of Cloud Security Management Pro container usage
|
|
7743
|
+
by tag(s).
|
|
7685
7744
|
format: double
|
|
7686
7745
|
type: number
|
|
7687
7746
|
cspm_containers_usage:
|
|
7688
|
-
description: The
|
|
7747
|
+
description: The Cloud Security Management Pro container usage by tag(s).
|
|
7689
7748
|
format: double
|
|
7690
7749
|
type: number
|
|
7691
7750
|
cspm_hosts_percentage:
|
|
7692
|
-
description: The percentage of
|
|
7751
|
+
description: The percentage of Cloud Security Management Pro host usage
|
|
7752
|
+
by tag(s).
|
|
7693
7753
|
format: double
|
|
7694
7754
|
type: number
|
|
7695
7755
|
cspm_hosts_usage:
|
|
7696
|
-
description: The
|
|
7756
|
+
description: The Cloud Security Management Pro host usage by tag(s).
|
|
7697
7757
|
format: double
|
|
7698
7758
|
type: number
|
|
7699
7759
|
custom_ingested_timeseries_percentage:
|
|
@@ -7826,6 +7886,15 @@ components:
|
|
|
7826
7886
|
description: The Synthetic mobile application test usage by tag(s).
|
|
7827
7887
|
format: double
|
|
7828
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
|
|
7829
7898
|
npm_host_percentage:
|
|
7830
7899
|
description: The percentage of network host usage by tag(s).
|
|
7831
7900
|
format: double
|
|
@@ -7874,6 +7943,14 @@ components:
|
|
|
7874
7943
|
description: The total Sensitive Data Scanner usage by tag(s).
|
|
7875
7944
|
format: double
|
|
7876
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
|
|
7877
7954
|
snmp_percentage:
|
|
7878
7955
|
description: The percentage of network device usage by tag(s).
|
|
7879
7956
|
format: double
|
|
@@ -9054,6 +9131,86 @@ components:
|
|
|
9054
9131
|
maxItems: 2
|
|
9055
9132
|
minItems: 2
|
|
9056
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
|
|
9057
9214
|
ProcessQueryDefinition:
|
|
9058
9215
|
description: The process query to use in the widget.
|
|
9059
9216
|
properties:
|
|
@@ -12058,6 +12215,170 @@ components:
|
|
|
12058
12215
|
items:
|
|
12059
12216
|
$ref: '#/components/schemas/SlackIntegrationChannel'
|
|
12060
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
|
|
12061
12382
|
SuccessfulSignalUpdateResponse:
|
|
12062
12383
|
description: Updated signal data following a successfully performed update.
|
|
12063
12384
|
properties:
|
|
@@ -15994,21 +16315,21 @@ components:
|
|
|
15994
16315
|
format: double
|
|
15995
16316
|
type: number
|
|
15996
16317
|
cspm_container_percentage:
|
|
15997
|
-
description: The percentage of Cloud Security
|
|
15998
|
-
|
|
16318
|
+
description: The percentage of Cloud Security Management Pro container usage
|
|
16319
|
+
by tag(s)
|
|
15999
16320
|
format: double
|
|
16000
16321
|
type: number
|
|
16001
16322
|
cspm_container_usage:
|
|
16002
|
-
description: The Cloud Security
|
|
16323
|
+
description: The Cloud Security Management Pro container usage by tag(s)
|
|
16003
16324
|
format: double
|
|
16004
16325
|
type: number
|
|
16005
16326
|
cspm_host_percentage:
|
|
16006
|
-
description: The percentage of Cloud Security
|
|
16327
|
+
description: The percentage of Cloud Security Management Pro host usage
|
|
16007
16328
|
by tag(s)
|
|
16008
16329
|
format: double
|
|
16009
16330
|
type: number
|
|
16010
16331
|
cspm_host_usage:
|
|
16011
|
-
description: The Cloud Security
|
|
16332
|
+
description: The Cloud Security Management Pro host usage by tag(s)
|
|
16012
16333
|
format: double
|
|
16013
16334
|
type: number
|
|
16014
16335
|
custom_timeseries_percentage:
|
|
@@ -16522,48 +16843,48 @@ components:
|
|
|
16522
16843
|
type: array
|
|
16523
16844
|
type: object
|
|
16524
16845
|
UsageCloudSecurityPostureManagementHour:
|
|
16525
|
-
description: Cloud Security
|
|
16526
|
-
|
|
16846
|
+
description: Cloud Security Management Pro usage for a given organization for
|
|
16847
|
+
a given hour.
|
|
16527
16848
|
properties:
|
|
16528
16849
|
aas_host_count:
|
|
16529
|
-
description: The number of Cloud Security
|
|
16850
|
+
description: The number of Cloud Security Management Pro Azure app services
|
|
16530
16851
|
hosts during a given hour.
|
|
16531
16852
|
format: double
|
|
16532
16853
|
nullable: true
|
|
16533
16854
|
type: number
|
|
16534
16855
|
aws_host_count:
|
|
16535
|
-
description: The number of Cloud Security
|
|
16856
|
+
description: The number of Cloud Security Management Pro AWS hosts during
|
|
16536
16857
|
a given hour.
|
|
16537
16858
|
format: double
|
|
16538
16859
|
nullable: true
|
|
16539
16860
|
type: number
|
|
16540
16861
|
azure_host_count:
|
|
16541
|
-
description: The number of Cloud Security
|
|
16542
|
-
|
|
16862
|
+
description: The number of Cloud Security Management Pro Azure hosts during
|
|
16863
|
+
a given hour.
|
|
16543
16864
|
format: double
|
|
16544
16865
|
nullable: true
|
|
16545
16866
|
type: number
|
|
16546
16867
|
compliance_host_count:
|
|
16547
|
-
description: The number of Cloud Security
|
|
16548
|
-
|
|
16868
|
+
description: The number of Cloud Security Management Pro hosts during a
|
|
16869
|
+
given hour.
|
|
16549
16870
|
format: double
|
|
16550
16871
|
nullable: true
|
|
16551
16872
|
type: number
|
|
16552
16873
|
container_count:
|
|
16553
|
-
description: The total number of Cloud Security
|
|
16874
|
+
description: The total number of Cloud Security Management Pro containers
|
|
16554
16875
|
during a given hour.
|
|
16555
16876
|
format: double
|
|
16556
16877
|
nullable: true
|
|
16557
16878
|
type: number
|
|
16558
16879
|
gcp_host_count:
|
|
16559
|
-
description: The number of Cloud Security
|
|
16880
|
+
description: The number of Cloud Security Management Pro GCP hosts during
|
|
16560
16881
|
a given hour.
|
|
16561
16882
|
format: double
|
|
16562
16883
|
nullable: true
|
|
16563
16884
|
type: number
|
|
16564
16885
|
host_count:
|
|
16565
|
-
description: The total number of Cloud Security
|
|
16566
|
-
|
|
16886
|
+
description: The total number of Cloud Security Management Pro hosts during
|
|
16887
|
+
a given hour.
|
|
16567
16888
|
format: double
|
|
16568
16889
|
nullable: true
|
|
16569
16890
|
type: number
|
|
@@ -16579,11 +16900,11 @@ components:
|
|
|
16579
16900
|
type: string
|
|
16580
16901
|
type: object
|
|
16581
16902
|
UsageCloudSecurityPostureManagementResponse:
|
|
16582
|
-
description: The response containing the Cloud Security
|
|
16903
|
+
description: The response containing the Cloud Security Management Pro usage
|
|
16583
16904
|
for each hour for a given organization.
|
|
16584
16905
|
properties:
|
|
16585
16906
|
usage:
|
|
16586
|
-
description: Get hourly usage for Cloud Security
|
|
16907
|
+
description: Get hourly usage for Cloud Security Management Pro.
|
|
16587
16908
|
items:
|
|
16588
16909
|
$ref: '#/components/schemas/UsageCloudSecurityPostureManagementHour'
|
|
16589
16910
|
type: array
|
|
@@ -17716,39 +18037,97 @@ components:
|
|
|
17716
18037
|
hours in the current date for all organizations.
|
|
17717
18038
|
format: int64
|
|
17718
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
|
|
17719
18097
|
cspm_aas_host_top99p:
|
|
17720
|
-
description: Shows the 99th percentile of all Cloud Security
|
|
17721
|
-
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.
|
|
17722
18101
|
format: int64
|
|
17723
18102
|
type: integer
|
|
17724
18103
|
cspm_aws_host_top99p:
|
|
17725
|
-
description: Shows the 99th percentile of all Cloud Security
|
|
17726
|
-
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.
|
|
17727
18106
|
format: int64
|
|
17728
18107
|
type: integer
|
|
17729
18108
|
cspm_azure_host_top99p:
|
|
17730
|
-
description: Shows the 99th percentile of all Cloud Security
|
|
17731
|
-
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.
|
|
17732
18111
|
format: int64
|
|
17733
18112
|
type: integer
|
|
17734
18113
|
cspm_container_avg:
|
|
17735
|
-
description: Shows the average number of Cloud Security
|
|
17736
|
-
|
|
18114
|
+
description: Shows the average number of Cloud Security Management Pro containers
|
|
18115
|
+
over all hours in the current date for all organizations.
|
|
17737
18116
|
format: int64
|
|
17738
18117
|
type: integer
|
|
17739
18118
|
cspm_container_hwm:
|
|
17740
|
-
description: Shows the high-water mark of Cloud Security
|
|
18119
|
+
description: Shows the high-water mark of Cloud Security Management Pro
|
|
17741
18120
|
containers over all hours in the current date for all organizations.
|
|
17742
18121
|
format: int64
|
|
17743
18122
|
type: integer
|
|
17744
18123
|
cspm_gcp_host_top99p:
|
|
17745
|
-
description: Shows the 99th percentile of all Cloud Security
|
|
17746
|
-
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.
|
|
17747
18126
|
format: int64
|
|
17748
18127
|
type: integer
|
|
17749
18128
|
cspm_host_top99p:
|
|
17750
|
-
description: Shows the 99th percentile of all Cloud Security
|
|
17751
|
-
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.
|
|
17752
18131
|
format: int64
|
|
17753
18132
|
type: integer
|
|
17754
18133
|
custom_ts_avg:
|
|
@@ -17875,6 +18254,11 @@ components:
|
|
|
17875
18254
|
current date for all organizations.
|
|
17876
18255
|
format: int64
|
|
17877
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
|
|
17878
18262
|
netflow_indexed_events_count_sum:
|
|
17879
18263
|
description: Shows the sum of all Network flows indexed over all hours in
|
|
17880
18264
|
the current date for all organizations.
|
|
@@ -17968,6 +18352,21 @@ components:
|
|
|
17968
18352
|
organizations.
|
|
17969
18353
|
format: int64
|
|
17970
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
|
|
17971
18370
|
synthetics_browser_check_calls_count_sum:
|
|
17972
18371
|
description: Shows the sum of all Synthetic browser tests over all hours
|
|
17973
18372
|
in the current date for all organizations.
|
|
@@ -18159,40 +18558,97 @@ components:
|
|
|
18159
18558
|
hours in the current date for the given org.
|
|
18160
18559
|
format: int64
|
|
18161
18560
|
type: integer
|
|
18162
|
-
|
|
18163
|
-
description: Shows the
|
|
18164
|
-
|
|
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
|
|
18586
|
+
org.
|
|
18587
|
+
format: int64
|
|
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
|
|
18165
18610
|
org.
|
|
18166
18611
|
format: int64
|
|
18167
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
|
|
18168
18624
|
cspm_aws_host_top99p:
|
|
18169
|
-
description: Shows the 99th percentile of all Cloud Security
|
|
18170
|
-
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.
|
|
18171
18627
|
format: int64
|
|
18172
18628
|
type: integer
|
|
18173
18629
|
cspm_azure_host_top99p:
|
|
18174
|
-
description: Shows the 99th percentile of all Cloud Security
|
|
18175
|
-
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.
|
|
18176
18632
|
format: int64
|
|
18177
18633
|
type: integer
|
|
18178
18634
|
cspm_container_avg:
|
|
18179
|
-
description: Shows the average number of Cloud Security
|
|
18180
|
-
|
|
18635
|
+
description: Shows the average number of Cloud Security Management Pro containers
|
|
18636
|
+
over all hours in the current date for the given org.
|
|
18181
18637
|
format: int64
|
|
18182
18638
|
type: integer
|
|
18183
18639
|
cspm_container_hwm:
|
|
18184
|
-
description: Shows the high-water mark of Cloud Security
|
|
18640
|
+
description: Shows the high-water mark of Cloud Security Management Pro
|
|
18185
18641
|
containers over all hours in the current date for the given org.
|
|
18186
18642
|
format: int64
|
|
18187
18643
|
type: integer
|
|
18188
18644
|
cspm_gcp_host_top99p:
|
|
18189
|
-
description: Shows the 99th percentile of all Cloud Security
|
|
18190
|
-
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.
|
|
18191
18647
|
format: int64
|
|
18192
18648
|
type: integer
|
|
18193
18649
|
cspm_host_top99p:
|
|
18194
|
-
description: Shows the 99th percentile of all Cloud Security
|
|
18195
|
-
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.
|
|
18196
18652
|
format: int64
|
|
18197
18653
|
type: integer
|
|
18198
18654
|
custom_ts_avg:
|
|
@@ -18320,6 +18776,11 @@ components:
|
|
|
18320
18776
|
name:
|
|
18321
18777
|
description: The organization name.
|
|
18322
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
|
|
18323
18784
|
netflow_indexed_events_count_sum:
|
|
18324
18785
|
description: Shows the sum of all Network flows indexed over all hours in
|
|
18325
18786
|
the current date for the given org.
|
|
@@ -18414,6 +18875,21 @@ components:
|
|
|
18414
18875
|
given org.
|
|
18415
18876
|
format: int64
|
|
18416
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
|
|
18417
18893
|
synthetics_browser_check_calls_count_sum:
|
|
18418
18894
|
description: Shows the sum of all Synthetic browser tests over all hours
|
|
18419
18895
|
in the current date for the given org.
|
|
@@ -18610,41 +19086,95 @@ components:
|
|
|
18610
19086
|
over all hours in the current months for all organizations.
|
|
18611
19087
|
format: int64
|
|
18612
19088
|
type: integer
|
|
18613
|
-
|
|
18614
|
-
description: Shows the
|
|
18615
|
-
|
|
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
|
|
18616
19124
|
organizations.
|
|
18617
19125
|
format: int64
|
|
18618
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
|
|
18619
19149
|
cspm_aws_host_top99p_sum:
|
|
18620
|
-
description: Shows the 99th percentile of all Cloud Security
|
|
18621
|
-
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.
|
|
18622
19152
|
format: int64
|
|
18623
19153
|
type: integer
|
|
18624
19154
|
cspm_azure_host_top99p_sum:
|
|
18625
|
-
description: Shows the 99th percentile of all Cloud Security
|
|
18626
|
-
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.
|
|
18627
19157
|
format: int64
|
|
18628
19158
|
type: integer
|
|
18629
19159
|
cspm_container_avg_sum:
|
|
18630
|
-
description: Shows the average number of Cloud Security
|
|
18631
|
-
|
|
19160
|
+
description: Shows the average number of Cloud Security Management Pro containers
|
|
19161
|
+
over all hours in the current months for all organizations.
|
|
18632
19162
|
format: int64
|
|
18633
19163
|
type: integer
|
|
18634
19164
|
cspm_container_hwm_sum:
|
|
18635
19165
|
description: Shows the sum of the the high-water marks of Cloud Security
|
|
18636
|
-
|
|
18637
|
-
|
|
19166
|
+
Management Pro containers over all hours in the current months for all
|
|
19167
|
+
organizations.
|
|
18638
19168
|
format: int64
|
|
18639
19169
|
type: integer
|
|
18640
19170
|
cspm_gcp_host_top99p_sum:
|
|
18641
|
-
description: Shows the 99th percentile of all Cloud Security
|
|
18642
|
-
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.
|
|
18643
19173
|
format: int64
|
|
18644
19174
|
type: integer
|
|
18645
19175
|
cspm_host_top99p_sum:
|
|
18646
|
-
description: Shows the 99th percentile of all Cloud Security
|
|
18647
|
-
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.
|
|
18648
19178
|
format: int64
|
|
18649
19179
|
type: integer
|
|
18650
19180
|
custom_ts_sum:
|
|
@@ -18792,6 +19322,11 @@ components:
|
|
|
18792
19322
|
current months for all organizations.
|
|
18793
19323
|
format: int64
|
|
18794
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
|
|
18795
19330
|
netflow_indexed_events_count_agg_sum:
|
|
18796
19331
|
description: Shows the sum of all Network flows indexed over all hours in
|
|
18797
19332
|
the current months for all organizations.
|
|
@@ -18897,6 +19432,21 @@ components:
|
|
|
18897
19432
|
organizations.
|
|
18898
19433
|
format: int64
|
|
18899
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
|
|
18900
19450
|
start_date:
|
|
18901
19451
|
description: Shows the first date of usage in the current months for all
|
|
18902
19452
|
organizations.
|
|
@@ -19540,30 +20090,32 @@ components:
|
|
|
19540
20090
|
- $ref: '#/components/schemas/EventStreamWidgetDefinition'
|
|
19541
20091
|
- $ref: '#/components/schemas/EventTimelineWidgetDefinition'
|
|
19542
20092
|
- $ref: '#/components/schemas/FreeTextWidgetDefinition'
|
|
20093
|
+
- $ref: '#/components/schemas/FunnelWidgetDefinition'
|
|
19543
20094
|
- $ref: '#/components/schemas/GeomapWidgetDefinition'
|
|
19544
20095
|
- $ref: '#/components/schemas/GroupWidgetDefinition'
|
|
19545
20096
|
- $ref: '#/components/schemas/HeatMapWidgetDefinition'
|
|
19546
20097
|
- $ref: '#/components/schemas/HostMapWidgetDefinition'
|
|
19547
20098
|
- $ref: '#/components/schemas/IFrameWidgetDefinition'
|
|
19548
20099
|
- $ref: '#/components/schemas/ImageWidgetDefinition'
|
|
20100
|
+
- $ref: '#/components/schemas/ListStreamWidgetDefinition'
|
|
19549
20101
|
- $ref: '#/components/schemas/LogStreamWidgetDefinition'
|
|
19550
20102
|
- $ref: '#/components/schemas/MonitorSummaryWidgetDefinition'
|
|
19551
20103
|
- $ref: '#/components/schemas/NoteWidgetDefinition'
|
|
20104
|
+
- $ref: '#/components/schemas/PowerpackWidgetDefinition'
|
|
19552
20105
|
- $ref: '#/components/schemas/QueryValueWidgetDefinition'
|
|
19553
20106
|
- $ref: '#/components/schemas/RunWorkflowWidgetDefinition'
|
|
19554
|
-
- $ref: '#/components/schemas/ScatterPlotWidgetDefinition'
|
|
19555
|
-
- $ref: '#/components/schemas/SLOWidgetDefinition'
|
|
19556
20107
|
- $ref: '#/components/schemas/SLOListWidgetDefinition'
|
|
20108
|
+
- $ref: '#/components/schemas/SLOWidgetDefinition'
|
|
20109
|
+
- $ref: '#/components/schemas/ScatterPlotWidgetDefinition'
|
|
19557
20110
|
- $ref: '#/components/schemas/ServiceMapWidgetDefinition'
|
|
19558
20111
|
- $ref: '#/components/schemas/ServiceSummaryWidgetDefinition'
|
|
20112
|
+
- $ref: '#/components/schemas/SplitGraphWidgetDefinition'
|
|
19559
20113
|
- $ref: '#/components/schemas/SunburstWidgetDefinition'
|
|
19560
20114
|
- $ref: '#/components/schemas/TableWidgetDefinition'
|
|
19561
20115
|
- $ref: '#/components/schemas/TimeseriesWidgetDefinition'
|
|
19562
20116
|
- $ref: '#/components/schemas/ToplistWidgetDefinition'
|
|
19563
|
-
- $ref: '#/components/schemas/TreeMapWidgetDefinition'
|
|
19564
|
-
- $ref: '#/components/schemas/ListStreamWidgetDefinition'
|
|
19565
|
-
- $ref: '#/components/schemas/FunnelWidgetDefinition'
|
|
19566
20117
|
- $ref: '#/components/schemas/TopologyMapWidgetDefinition'
|
|
20118
|
+
- $ref: '#/components/schemas/TreeMapWidgetDefinition'
|
|
19567
20119
|
WidgetDisplayType:
|
|
19568
20120
|
description: Type of display to use for the request.
|
|
19569
20121
|
enum:
|
|
@@ -20147,6 +20699,9 @@ components:
|
|
|
20147
20699
|
apm_service_catalog_read: View service catalog and service definitions.
|
|
20148
20700
|
apm_service_catalog_write: Add, modify, and delete service catalog definitions
|
|
20149
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.
|
|
20150
20705
|
create_webhooks: Create webhooks integrations.
|
|
20151
20706
|
dashboards_public_share: Generate public and authenticated links to share
|
|
20152
20707
|
dashboards or embeddable graphs externally.
|
|
@@ -24103,6 +24658,11 @@ paths:
|
|
|
24103
24658
|
description: Authentication error
|
|
24104
24659
|
'429':
|
|
24105
24660
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
24661
|
+
security:
|
|
24662
|
+
- apiKeyAuth: []
|
|
24663
|
+
appKeyAuth: []
|
|
24664
|
+
- AuthZ:
|
|
24665
|
+
- create_webhooks
|
|
24106
24666
|
summary: Create a webhooks integration
|
|
24107
24667
|
tags:
|
|
24108
24668
|
- Webhooks Integration
|
|
@@ -25151,37 +25711,8 @@ paths:
|
|
|
25151
25711
|
##### Event Alert Query
|
|
25152
25712
|
|
|
25153
25713
|
|
|
25154
|
-
|
|
25155
|
-
|
|
25156
|
-
|
|
25157
|
-
|
|
25158
|
-
- `event`, the event query string:
|
|
25159
|
-
|
|
25160
|
-
- `string_query` free text query to match against event title and text.
|
|
25161
|
-
|
|
25162
|
-
- `sources` event sources (comma-separated).
|
|
25163
|
-
|
|
25164
|
-
- `status` event statuses (comma-separated). Valid options: error, warn, and
|
|
25165
|
-
info.
|
|
25166
|
-
|
|
25167
|
-
- `priority` event priorities (comma-separated). Valid options: low, normal,
|
|
25168
|
-
all.
|
|
25169
|
-
|
|
25170
|
-
- `host` event reporting host (comma-separated).
|
|
25171
|
-
|
|
25172
|
-
- `tags` event tags (comma-separated).
|
|
25173
|
-
|
|
25174
|
-
- `excluded_tags` excluded event tags (comma-separated).
|
|
25175
|
-
|
|
25176
|
-
- `rollup` the stats roll-up method. `count` is the only supported method
|
|
25177
|
-
now.
|
|
25178
|
-
|
|
25179
|
-
- `last` the timeframe to roll up the counts. Examples: 45m, 4h. Supported
|
|
25180
|
-
timeframes: m, h and d. This value should not exceed 48 hours.
|
|
25181
|
-
|
|
25182
|
-
|
|
25183
|
-
**NOTE** The Event Alert Query is being deprecated and replaced by the Event
|
|
25184
|
-
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/).
|
|
25185
25716
|
|
|
25186
25717
|
|
|
25187
25718
|
##### Event V2 Alert Query
|
|
@@ -25313,10 +25844,6 @@ paths:
|
|
|
25313
25844
|
- `#` an integer or decimal number used to set the threshold.
|
|
25314
25845
|
|
|
25315
25846
|
|
|
25316
|
-
**NOTE** Only available on US1-FED and in closed beta on US1, EU, AP1, US3,
|
|
25317
|
-
and US5.
|
|
25318
|
-
|
|
25319
|
-
|
|
25320
25847
|
##### CI Pipelines Alert Query
|
|
25321
25848
|
|
|
25322
25849
|
|
|
@@ -25339,9 +25866,6 @@ paths:
|
|
|
25339
25866
|
- `#` an integer or decimal number used to set the threshold.
|
|
25340
25867
|
|
|
25341
25868
|
|
|
25342
|
-
**NOTE** CI Pipeline monitors are in alpha on US1, EU, AP1, US3, and US5.
|
|
25343
|
-
|
|
25344
|
-
|
|
25345
25869
|
##### CI Tests Alert Query
|
|
25346
25870
|
|
|
25347
25871
|
|
|
@@ -25364,10 +25888,6 @@ paths:
|
|
|
25364
25888
|
- `#` an integer or decimal number used to set the threshold.
|
|
25365
25889
|
|
|
25366
25890
|
|
|
25367
|
-
**NOTE** CI Test monitors are available only in closed beta on US1, EU, AP1,
|
|
25368
|
-
US3, and US5.
|
|
25369
|
-
|
|
25370
|
-
|
|
25371
25891
|
##### Error Tracking Alert Query
|
|
25372
25892
|
|
|
25373
25893
|
|
|
@@ -29803,7 +30323,7 @@ paths:
|
|
|
29803
30323
|
- Usage Metering
|
|
29804
30324
|
/api/v1/usage/cspm:
|
|
29805
30325
|
get:
|
|
29806
|
-
description: 'Get hourly usage for cloud security
|
|
30326
|
+
description: 'Get hourly usage for cloud security management (CSM) pro.
|
|
29807
30327
|
|
|
29808
30328
|
**Note:** hourly usage data for all products is now available in the [Get
|
|
29809
30329
|
hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family).
|
|
@@ -29859,7 +30379,7 @@ paths:
|
|
|
29859
30379
|
appKeyAuth: []
|
|
29860
30380
|
- AuthZ:
|
|
29861
30381
|
- usage_read
|
|
29862
|
-
summary: Get hourly usage for
|
|
30382
|
+
summary: Get hourly usage for CSM Pro
|
|
29863
30383
|
tags:
|
|
29864
30384
|
- Usage Metering
|
|
29865
30385
|
/api/v1/usage/cws:
|