@@ -3683,6 +3683,7 @@ components:
3683
3683
- profiled_host_usage
3684
3684
- snmp_usage
3685
3685
- estimated_rum_sessions_usage
3686
+ - universal_service_monitoring_usage
3686
3687
type: string
3687
3688
x-enum-varnames:
3688
3689
- API_USAGE
@@ -3715,6 +3716,7 @@ components:
3715
3716
- PROFILED_HOST_USAGE
3716
3717
- SNMP_USAGE
3717
3718
- ESTIMATED_RUM_SESSIONS_USAGE
3719
+ - UNIVERSAL_SERVICE_MONITORING_USAGE
3718
3720
IFrameWidgetDefinition:
3719
3721
description: The iframe widget allows you to embed a portion of any other web
3720
3722
page on your dashboard. Only available on FREE layout dashboards.
@@ -7171,6 +7173,8 @@ components:
7171
7173
- snmp_percentage
7172
7174
- estimated_rum_sessions_usage
7173
7175
- estimated_rum_sessions_percentage
7176
+ - universal_service_monitoring_usage
7177
+ - universal_service_monitoring_percentage
7174
7178
- '*'
7175
7179
type: string
7176
7180
x-enum-varnames:
@@ -7234,6 +7238,8 @@ components:
7234
7238
- SNMP_PERCENTAGE
7235
7239
- ESTIMATED_RUM_SESSIONS_USAGE
7236
7240
- ESTIMATED_RUM_SESSIONS_PERCENTAGE
7241
+ - UNIVERSAL_SERVICE_MONITORING_USAGE
7242
+ - UNIVERSAL_SERVICE_MONITORING_PERCENTAGE
7237
7243
- ALL
7238
7244
MonthlyUsageAttributionValues:
7239
7245
description: Fields in Usage Summary by tag(s).
@@ -7483,6 +7489,14 @@ components:
7483
7489
description: The network device usage by tag(s).
7484
7490
format: double
7485
7491
type: number
7492
+ universal_service_monitoring_percentage:
7493
+ description: The percentage of universal service monitoring usage by tag(s).
7494
+ format: double
7495
+ type: number
7496
+ universal_service_monitoring_usage:
7497
+ description: The universal service monitoring usage by tag(s).
7498
+ format: double
7499
+ type: number
7486
7500
type: object
7487
7501
NoteWidgetDefinition:
7488
7502
description: The notes and links widget is similar to free text widget, but
@@ -17087,6 +17101,11 @@ components:
17087
17101
in the current date for all organizations.
17088
17102
format: int64
17089
17103
type: integer
17104
+ universal_service_monitoring_host_top99p:
17105
+ description: Shows the 99th percentile of all universal service management
17106
+ hosts over all hours in the current date for the given org.
17107
+ format: int64
17108
+ type: integer
17090
17109
vsphere_host_top99p:
17091
17110
description: Shows the 99th percentile of all vSphere hosts over all hours
17092
17111
in the current date for all organizations.
@@ -17481,6 +17500,11 @@ components:
17481
17500
in the current date for the given org.
17482
17501
format: int64
17483
17502
type: integer
17503
+ universal_service_monitoring_host_top99p:
17504
+ description: Shows the 99th percentile of all Universal Service Monitoring
17505
+ hosts over all hours in the current date for the given org.
17506
+ format: int64
17507
+ type: integer
17484
17508
vsphere_host_top99p:
17485
17509
description: Shows the 99th percentile of all vSphere hosts over all hours
17486
17510
in the current date for the given org.
@@ -17916,6 +17940,11 @@ components:
17916
17940
in the current months for all organizations.
17917
17941
format: int64
17918
17942
type: integer
17943
+ universal_service_monitoring_host_top99p_sum:
17944
+ description: Shows the 99th percentile of all Universal Service Monitoring
17945
+ hosts over all hours in the current months for all organizations.
17946
+ format: int64
17947
+ type: integer
17919
17948
usage:
17920
17949
description: An array of objects regarding hourly usage.
17921
17950
items:
0 commit comments