Google Android · Arazzo Workflow
Google Android Audit an Enterprise Fleet
Version 1.0.0
Walk enterprises, devices, and policies read-only to produce a fleet inventory an auditor can sign off on.
View Spec
View on GitHub
AndroidGoogleMobile DevelopmentMobile Operating SystemOpen SourceArazzoWorkflows
Provider
Workflows
audit-fleet-inventory
Produce a read-only inventory of an enterprise, its devices, and its policies.
Lists enterprises for a project, reads the target enterprise, then collects its device fleet and policy set for reconciliation.
1
listEnterprises
listEnterprises
List the enterprises bound to this project so the audit is scoped to enterprises the caller actually owns.
2
readEnterprise
getEnterprise
Read the enterprise under audit to capture its display name and which notification types are enabled — a fleet with notifications off is a common source of stale device state.
3
listDevices
listDevices
Collect the device fleet, including each device's state, applied state, and last status report time, which together reveal silent or drifted devices.
4
listPolicies
listPolicies
Collect every policy defined for the enterprise so device policy assignments can be reconciled against policies that actually exist.
5
inspectAppliedPolicy
getPolicy
Read in full the policy the first device reports it is on, so the audit records the actual settings the fleet is running rather than just a name.
Source API Descriptions
openapi