mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Usage stats reference docs: Add items (#20666)
We forgot to document the items we added as part of this PR: - https://github.com/fleetdm/fleet/pull/19078
This commit is contained in:
parent
90a1ac9faa
commit
6f45ff4e5a
1 changed files with 6 additions and 0 deletions
|
|
@ -28,6 +28,12 @@ Below is the JSON payload that is sent to Fleet Device Management Inc:
|
|||
"numWeeklyActiveUsers": 999,
|
||||
"numWeeklyPolicyViolationDaysActual": 999,
|
||||
"numWeeklyPolicyViolationDaysPossible": 999,
|
||||
"numSoftwareVersions": 999,
|
||||
"numHostSoftwares": 999,
|
||||
"numSoftwareTitles": 999,
|
||||
"numHostSoftwareInstalledPaths": 999,
|
||||
"numSoftwareCPEs": 999,
|
||||
"numSoftwareCVEs": 999,
|
||||
"hostsEnrolledByOperatingSystem": {
|
||||
"darwin": [
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue