Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

Auto-Install Request Resources

Auto-Install requests are used to create, update, and delete Analytics embedded apps. Analytics embedded apps are run-time implementations of Analytics templates and instead of user interaction, they’re managed via auto-install requests.
Available resources:
Resource Description Supported HTTP Method Resource URL
Auto-Install Requests List Resource Returns a collection of auto-install requests for Analytics embedded apps, creates an auto-install request, or deletes groups of auto-install requests by a Analytics folder ID or a template API name. GET POST DELETE /wave​/auto-install-requests
Auto-Install Request Resource Returns an auto-install request for an Analytics embedded app, updates, and deletes an auto-install request. GET PATCH DELETE /wave​/auto-install-requests​/<autoInstallRequestId>