@@ -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", "appsec_usage", "appsec_percentage", "browser_usage", "browser_percentage", "container_usage", "container_percentage", "cspm_containers_percentage", "cspm_containers_usage", "cspm_hosts_percentage", "cspm_hosts_usage", "custom_timeseries_usage", "custom_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", "profiled_container_usage", "profiled_container_percentage", "profiled_host_usage", "profiled_host_percentage", "snmp_usage", "snmp_percentage", "estimated_rum_sessions_usage", "estimated_rum_sessions_percentage", "cont_usage", "cont_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", "appsec_usage", "appsec_percentage", "browser_usage", "browser_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", "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", "profiled_container_usage", "profiled_container_percentage", "profiled_host_usage", "profiled_host_percentage", "snmp_usage", "snmp_percentage", "estimated_rum_sessions_usage", "estimated_rum_sessions_percentage", "*"].
2020 :type value: str
2121 """
2222
@@ -33,6 +33,8 @@ class MonthlyUsageAttributionSupportedMetrics(ModelSimple):
3333 "appsec_percentage" ,
3434 "browser_usage" ,
3535 "browser_percentage" ,
36+ "container_excl_agent_usage" ,
37+ "container_excl_agent_percentage" ,
3638 "container_usage" ,
3739 "container_percentage" ,
3840 "cspm_containers_percentage" ,
@@ -75,8 +77,6 @@ class MonthlyUsageAttributionSupportedMetrics(ModelSimple):
7577 "snmp_percentage" ,
7678 "estimated_rum_sessions_usage" ,
7779 "estimated_rum_sessions_percentage" ,
78- "cont_usage" ,
79- "cont_percentage" ,
8080 "*" ,
8181 }
8282 API_USAGE : ClassVar ["MonthlyUsageAttributionSupportedMetrics" ]
@@ -91,6 +91,8 @@ class MonthlyUsageAttributionSupportedMetrics(ModelSimple):
9191 APPSEC_PERCENTAGE : ClassVar ["MonthlyUsageAttributionSupportedMetrics" ]
9292 BROWSER_USAGE : ClassVar ["MonthlyUsageAttributionSupportedMetrics" ]
9393 BROWSER_PERCENTAGE : ClassVar ["MonthlyUsageAttributionSupportedMetrics" ]
94+ CONTAINER_EXCL_AGENT_USAGE : ClassVar ["MonthlyUsageAttributionSupportedMetrics" ]
95+ CONTAINER_EXCL_AGENT_PERCENTAGE : ClassVar ["MonthlyUsageAttributionSupportedMetrics" ]
9496 CONTAINER_USAGE : ClassVar ["MonthlyUsageAttributionSupportedMetrics" ]
9597 CONTAINER_PERCENTAGE : ClassVar ["MonthlyUsageAttributionSupportedMetrics" ]
9698 CSPM_CONTAINERS_PERCENTAGE : ClassVar ["MonthlyUsageAttributionSupportedMetrics" ]
@@ -133,8 +135,6 @@ class MonthlyUsageAttributionSupportedMetrics(ModelSimple):
133135 SNMP_PERCENTAGE : ClassVar ["MonthlyUsageAttributionSupportedMetrics" ]
134136 ESTIMATED_RUM_SESSIONS_USAGE : ClassVar ["MonthlyUsageAttributionSupportedMetrics" ]
135137 ESTIMATED_RUM_SESSIONS_PERCENTAGE : ClassVar ["MonthlyUsageAttributionSupportedMetrics" ]
136- CONT_USAGE : ClassVar ["MonthlyUsageAttributionSupportedMetrics" ]
137- CONT_PERCENTAGE : ClassVar ["MonthlyUsageAttributionSupportedMetrics" ]
138138 ALL : ClassVar ["MonthlyUsageAttributionSupportedMetrics" ]
139139
140140 @cached_property
@@ -166,6 +166,12 @@ def openapi_types(_):
166166MonthlyUsageAttributionSupportedMetrics .BROWSER_PERCENTAGE = MonthlyUsageAttributionSupportedMetrics (
167167 "browser_percentage"
168168)
169+ MonthlyUsageAttributionSupportedMetrics .CONTAINER_EXCL_AGENT_USAGE = MonthlyUsageAttributionSupportedMetrics (
170+ "container_excl_agent_usage"
171+ )
172+ MonthlyUsageAttributionSupportedMetrics .CONTAINER_EXCL_AGENT_PERCENTAGE = MonthlyUsageAttributionSupportedMetrics (
173+ "container_excl_agent_percentage"
174+ )
169175MonthlyUsageAttributionSupportedMetrics .CONTAINER_USAGE = MonthlyUsageAttributionSupportedMetrics ("container_usage" )
170176MonthlyUsageAttributionSupportedMetrics .CONTAINER_PERCENTAGE = MonthlyUsageAttributionSupportedMetrics (
171177 "container_percentage"
@@ -268,6 +274,4 @@ def openapi_types(_):
268274MonthlyUsageAttributionSupportedMetrics .ESTIMATED_RUM_SESSIONS_PERCENTAGE = MonthlyUsageAttributionSupportedMetrics (
269275 "estimated_rum_sessions_percentage"
270276)
271- MonthlyUsageAttributionSupportedMetrics .CONT_USAGE = MonthlyUsageAttributionSupportedMetrics ("cont_usage" )
272- MonthlyUsageAttributionSupportedMetrics .CONT_PERCENTAGE = MonthlyUsageAttributionSupportedMetrics ("cont_percentage" )
273277MonthlyUsageAttributionSupportedMetrics .ALL = MonthlyUsageAttributionSupportedMetrics ("*" )
0 commit comments