Skip to main content
Level 1.6: Donut
July 7, 2024
Solved

How often do STATUS_REPORT messages send for a device?

  • July 7, 2024
  • 1 reply
  • 4 views

Hi,

 
I am wondering how often a STATUS_REPORT PubSub message is sent for a device. Is it on a specific cadence? Random? When the device encounters a change (i.e. policy update)?
 
I can't find anything in the PubSub docs (https://developers.google.com/android/management/notifications) although I could be missing something.
 
Any help would be greatly appreciated!
 
Best answer by jeremy

Hello @mhfaruk 

Usually a status report is sent when there is a change of device policy or within 24 hours of the change.

You can update the policy to trigger a fresh status report.

 

This is the answer I got from the engineering team about 1.5 year ago, and I don't believe this has changed,

 

Best,

1 reply

jeremy
jeremyAnswer
Level 1.6: Donut
July 9, 2024

Hello @mhfaruk 

Usually a status report is sent when there is a change of device policy or within 24 hours of the change.

You can update the policy to trigger a fresh status report.

 

This is the answer I got from the engineering team about 1.5 year ago, and I don't believe this has changed,

 

Best,

mhfarukAuthor
Level 1.6: Donut
July 10, 2024

Thanks jeremi for your kind response.