@@ -16,7 +16,7 @@ class MonthlyUsageAttributionSupportedMetrics(ModelSimple):
1616 """
1717 Supported metrics for monthly usage attribution requests.
1818
19- :param value: Must be one of ["api_usage", "api_percentage", "apm_fargate_usage", "apm_fargate_percentage", "appsec_fargate_usage", "appsec_fargate_percentage", "apm_host_usage", "apm_host_percentage", "apm_usm_usage", "apm_usm_percentage", "appsec_usage", "appsec_percentage", "browser_usage", "browser_percentage", "ci_visibility_itr_usage", "ci_visibility_itr_percentage", "container_excl_agent_usage", "container_excl_agent_percentage", "container_usage", "container_percentage", "cspm_containers_percentage", "cspm_containers_usage", "cspm_hosts_percentage", "cspm_hosts_usage", "custom_timeseries_usage", "custom_timeseries_percentage", "custom_ingested_timeseries_usage", "custom_ingested_timeseries_percentage", "cws_containers_percentage", "cws_containers_usage", "cws_hosts_percentage", "cws_hosts_usage", "dbm_hosts_percentage", "dbm_hosts_usage", "dbm_queries_percentage", "dbm_queries_usage", "estimated_indexed_logs_usage", "estimated_indexed_logs_percentage", "estimated_ingested_logs_usage", "estimated_ingested_logs_percentage", "estimated_indexed_spans_usage", "estimated_indexed_spans_percentage", "estimated_ingested_spans_usage", "estimated_ingested_spans_percentage", "fargate_usage", "fargate_percentage", "functions_usage", "functions_percentage", "infra_host_usage", "infra_host_percentage", "invocations_usage", "invocations_percentage", "npm_host_usage", "npm_host_percentage", "obs_pipeline_bytes_usage", "obs_pipeline_bytes_percentage", "profiled_container_usage", "profiled_container_percentage", "profiled_fargate_usage", "profiled_fargate_percentage", "profiled_host_usage", "profiled_host_percentage", "snmp_usage", "snmp_percentage", "estimated_rum_sessions_usage", "estimated_rum_sessions_percentage", "universal_service_monitoring_usage", "universal_service_monitoring_percentage", "vuln_management_hosts_usage", "vuln_management_hosts_percentage", "sds_scanned_bytes_usage", "sds_scanned_bytes_percentage", "*"].
19+ :param value: Must be one of ["api_usage", "api_percentage", "apm_fargate_usage", "apm_fargate_percentage", "appsec_fargate_usage", "appsec_fargate_percentage", "apm_host_usage", "apm_host_percentage", "apm_usm_usage", "apm_usm_percentage", "appsec_usage", "appsec_percentage", "browser_usage", "browser_percentage", "ci_visibility_itr_usage", "ci_visibility_itr_percentage", "container_excl_agent_usage", "container_excl_agent_percentage", "container_usage", "container_percentage", "cspm_containers_percentage", "cspm_containers_usage", "cspm_hosts_percentage", "cspm_hosts_usage", "custom_timeseries_usage", "custom_timeseries_percentage", "custom_ingested_timeseries_usage", "custom_ingested_timeseries_percentage", "cws_containers_percentage", "cws_containers_usage", "cws_hosts_percentage", "cws_hosts_usage", "dbm_hosts_percentage", "dbm_hosts_usage", "dbm_queries_percentage", "dbm_queries_usage", "estimated_indexed_logs_usage", "estimated_indexed_logs_percentage", "estimated_ingested_logs_usage", "estimated_ingested_logs_percentage", "estimated_indexed_spans_usage", "estimated_indexed_spans_percentage", "estimated_ingested_spans_usage", "estimated_ingested_spans_percentage", "fargate_usage", "fargate_percentage", "functions_usage", "functions_percentage", "infra_host_usage", "infra_host_percentage", "invocations_usage", "invocations_percentage", "mobile_app_testing_percentage", "mobile_app_testing_usage", "npm_host_usage", "npm_host_percentage", "obs_pipeline_bytes_usage", "obs_pipeline_bytes_percentage", "profiled_container_usage", "profiled_container_percentage", "profiled_fargate_usage", "profiled_fargate_percentage", "profiled_host_usage", "profiled_host_percentage", "snmp_usage", "snmp_percentage", "estimated_rum_sessions_usage", "estimated_rum_sessions_percentage", "universal_service_monitoring_usage", "universal_service_monitoring_percentage", "vuln_management_hosts_usage", "vuln_management_hosts_percentage", "sds_scanned_bytes_usage", "sds_scanned_bytes_percentage", "*"].
2020 :type value: str
2121 """
2222
@@ -73,6 +73,8 @@ class MonthlyUsageAttributionSupportedMetrics(ModelSimple):
7373 "infra_host_percentage" ,
7474 "invocations_usage" ,
7575 "invocations_percentage" ,
76+ "mobile_app_testing_percentage" ,
77+ "mobile_app_testing_usage" ,
7678 "npm_host_usage" ,
7779 "npm_host_percentage" ,
7880 "obs_pipeline_bytes_usage" ,
@@ -147,6 +149,8 @@ class MonthlyUsageAttributionSupportedMetrics(ModelSimple):
147149 INFRA_HOST_PERCENTAGE : ClassVar ["MonthlyUsageAttributionSupportedMetrics" ]
148150 INVOCATIONS_USAGE : ClassVar ["MonthlyUsageAttributionSupportedMetrics" ]
149151 INVOCATIONS_PERCENTAGE : ClassVar ["MonthlyUsageAttributionSupportedMetrics" ]
152+ MOBILE_APP_TESTING_USAGE : ClassVar ["MonthlyUsageAttributionSupportedMetrics" ]
153+ MOBILE_APP_TESTING_PERCENTAGE : ClassVar ["MonthlyUsageAttributionSupportedMetrics" ]
150154 NPM_HOST_USAGE : ClassVar ["MonthlyUsageAttributionSupportedMetrics" ]
151155 NPM_HOST_PERCENTAGE : ClassVar ["MonthlyUsageAttributionSupportedMetrics" ]
152156 OBS_PIPELINE_BYTES_USAGE : ClassVar ["MonthlyUsageAttributionSupportedMetrics" ]
@@ -298,6 +302,12 @@ def openapi_types(_):
298302MonthlyUsageAttributionSupportedMetrics .INVOCATIONS_PERCENTAGE = MonthlyUsageAttributionSupportedMetrics (
299303 "invocations_percentage"
300304)
305+ MonthlyUsageAttributionSupportedMetrics .MOBILE_APP_TESTING_USAGE = MonthlyUsageAttributionSupportedMetrics (
306+ "mobile_app_testing_percentage"
307+ )
308+ MonthlyUsageAttributionSupportedMetrics .MOBILE_APP_TESTING_PERCENTAGE = MonthlyUsageAttributionSupportedMetrics (
309+ "mobile_app_testing_usage"
310+ )
301311MonthlyUsageAttributionSupportedMetrics .NPM_HOST_USAGE = MonthlyUsageAttributionSupportedMetrics ("npm_host_usage" )
302312MonthlyUsageAttributionSupportedMetrics .NPM_HOST_PERCENTAGE = MonthlyUsageAttributionSupportedMetrics (
303313 "npm_host_percentage"
0 commit comments