Website: Add support for new usage statistic (#28384)
Closes: #28255 Changes: - Updated the receive-usage-analytics webhook to support a new input `numHostsABMPending` - Added a `numHostsABMPending` attribute to the `HistoricalUsageSnapshot` model
This commit is contained in:
@@ -44,6 +44,7 @@ module.exports = {
|
||||
maintenanceWindowsConfigured: {type: 'boolean', defaultsTo: false },
|
||||
numHostsFleetDesktopEnabled: {type: 'number', defaultsTo: 0 },
|
||||
numQueries: {type: 'number', defaultsTo: 0 },
|
||||
numHostsABMPending: {type: 'number', defaultsTo: 0 },
|
||||
},
|
||||
|
||||
|
||||
|
||||
@@ -48,6 +48,7 @@ module.exports = {
|
||||
maintenanceWindowsConfigured: {required: true, type: 'boolean'},
|
||||
numHostsFleetDesktopEnabled: {required: true, type: 'number'},
|
||||
numQueries: {required: true, type: 'number' },
|
||||
numHostsABMPending: {required: true, type: 'number' },
|
||||
|
||||
// ╔═╗╔╦╗╔╗ ╔═╗╔╦╗╔═╗
|
||||
// ║╣ ║║║╠╩╗║╣ ║║╚═╗
|
||||
|
||||
Reference in New Issue
Block a user