Erstellt ein Migrationstoken, um ein vorhandenes Gerät von der Verwaltung durch den Device Policy Controller (DPC) des EMM zur Verwaltung durch die Android Management API zu migrieren. Weitere Informationen finden Sie in diesem Leitfaden.
HTTP-Anfrage
POST https://androidmanagement.googleapis.com/v1/{parent=enterprises/*}/migrationTokens
Erforderlich. Das Unternehmen, in dem dieses Migrationstoken erstellt wird. Es muss sich um dasselbe Unternehmen handeln, das das Gerät bereits über die Play EMM API verwaltet. Format: enterprises/{enterprise}
Anfragetext
Der Anfragetext enthält eine Instanz von MigrationToken.
Antworttext
Bei Erfolg enthält der Antworttext eine neu erstellte Instanz von MigrationToken.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-01-29 (UTC)."],[[["Creates a migration token to transition device management from EMM's Device Policy Controller (DPC) to the Android Management API."],["The request must specify the enterprise that currently manages the device in the Play EMM API."],["A successful response includes a newly created MigrationToken object containing the necessary information for migration."],["This functionality requires authorization with the `https://www.googleapis.com/auth/androidmanagement` scope."]]],[]]