You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@noahtalerman: User requested this because after a policy automation remediates a failing policy, they want Fleet to reflect the updated policy state immediately without waiting for the next scheduled check-in.
@noahtalerman: In the interim they use a workaround by sending a POST request to /api/latest/fleet/device/${DEVICE_TOKEN}/refetch, but this only works on devices running Fleet Desktop where a device token is available.
@noahtalerman: Eventually Fleet could support automatic or configurable re-fetching of vitals after running policy automations—either globally, per-policy, or by default—to ensure the UI reflects real-time compliance.
@noahtalerman: User requested this because after a policy automation remediates a failing policy, they want Fleet to reflect the updated policy state immediately without waiting for the next scheduled check-in.
/api/latest/fleet/device/${DEVICE_TOKEN}/refetch, but this only works on devices running Fleet Desktop where a device token is available.