Google Android · Arazzo Workflow
Google Android Publish a Web App and Push It to a Policy
Version 1.0.0
Create a hosted web app, confirm it registered, then add it to a policy so it installs on the fleet.
View Spec
View on GitHub
AndroidGoogleMobile DevelopmentMobile Operating SystemOpen SourceArazzoWorkflows
Provider
Workflows
publish-web-app
Create a web app and add it to a policy so managed devices install it.
Creates the web app, verifies registration, and wires it into a policy's application list.
1
createWebApp
createWebApp
Create the hosted web app under the enterprise. This mints the app resource only; no device is affected until a policy references it.
2
confirmWebAppRegistered
listWebApps
List the enterprise's web apps to confirm the new app registered and is addressable before a policy is changed to depend on it.
3
readPolicy
getPolicy
Read the target policy to capture its current application list. Patching applications without merging this list first would uninstall every app the fleet already has.
4
addWebAppToPolicy
patchPolicy
Patch the policy's application list to install the new web app. The updateMask limits the write to the applications field so unrelated policy settings are untouched.
Source API Descriptions
openapi