App deployment API endpoints are experimental (#21615)

App deployment features are experimental features:
https://fleetdm.com/handbook/company/product-groups#experimental-features
This commit is contained in:
Noah Talerman
2024-09-03 12:33:09 -04:00
committed by GitHub
parent aa952962b5
commit 904234251f
+6
View File
@@ -8992,6 +8992,8 @@ OS vulnerability data is currently available for Windows and macOS. For other pl
### Add package
> **Experimental feature**. This feature is undergoing rapid improvement, which may result in breaking changes to the API or configuration surface. It is not recommended for use in automated workflows.
_Available in Fleet Premium._
Add a package (.pkg, .msi, .exe, .deb) to install on macOS, Windows, or Linux (Ubuntu) hosts.
@@ -9138,6 +9140,8 @@ Add App Store (VPP) app purchased in Apple Business Manager.
### Download package
> **Experimental feature**. This feature is undergoing rapid improvement, which may result in breaking changes to the API or configuration surface. It is not recommended for use in automated workflows.
_Available in Fleet Premium._
`GET /api/v1/fleet/software/titles/:software_title_id/package?alt=media`
@@ -9193,6 +9197,8 @@ Install software (package or App Store app) on a macOS, iOS, iPadOS, Windows, or
### Get package install result
> **Experimental feature**. This feature is undergoing rapid improvement, which may result in breaking changes to the API or configuration surface. It is not recommended for use in automated workflows.
_Available in Fleet Premium._
`GET /api/v1/fleet/software/install/results/:install_uuid`