mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
What Android API endpoints to expose (#36983)
Context: We learned that `pingali` didn't have this API endpoint expose: `/api/*/fleet/android_enterprise/enrollment_token/android_enterprise/enrollment_token` We think this is preventing them from enrolling Android hosts.
This commit is contained in:
parent
a9807ec904
commit
4a4ac4380c
1 changed files with 1 additions and 0 deletions
|
|
@ -67,6 +67,7 @@ If you would like to use Fleet's iOS/iPadOS MDM features, the following endpoint
|
|||
### Android
|
||||
|
||||
- `/enroll`: Allows end users to access the enrollment page where they select a link to enroll their Android host.
|
||||
- `/api/*/fleet/android_enterprise/enrollment_token`: Allows Fleet to receive the [Android Management API enrollment token](https://developers.google.com/android/management/reference/rest/v1/enterprises.enrollmentTokens/get).
|
||||
- `/api/*/fleet/android_enterprise/pubsub`: Allows Fleet to receive enrollment and status report [notifications from the Android Management API](https://developers.google.com/android/management/reference/rest/v1/enterprises).
|
||||
|
||||
## SCEP proxy
|
||||
|
|
|
|||
Loading…
Reference in a new issue