Miradore | Github

You now have a repository that updates itself every morning with a fresh list of devices that need attention. You didn't have to open the Miradore console.

- name: Trigger Miradore device sync run: | curl -X POST https://your-tenant.miradore.com/api/v2/devices/sync \ -H "Authorization: Bearer $ secrets.MIRADORE_API_KEY " \ -H "Content-Type: application/json" miradore github

Instead of logging into the Miradore web console every time you need to deploy a configuration profile or sync devices, you write a script. You push that script to GitHub. You now have a repository that updates itself

You would create a file named check_compliance.py . miradore github