New Feature #12151
closedNew Feature #12150: Android zero touch integration
Ability to create zero touch profiles and sync - Backend
0%
Description
Creating profiles and syncing those allows the admin to automatically push the enrollment details related to a set of devices to be updated on the Google side.
Admin must be able to upload a CSV with the device details and the corresponding user of each device and trigger a sync which creates configs on the Google backend and assigns devices.
Updated by Inosh Perara 3 months ago
curl --location --request PUT 'https://localhost:8243/api/device-mgt/android/v1.0/configuration/zero-touch/sync' \
--header 'Content-Type: application/json' \
--header 'Authorization: ••••••' \
--data-raw '{
"configName": "test201",
"companyName" : "companyName",
"companyEmail" : "companyEmail@entgra.io",
"phone" : "09382983883",
"message" : "message",
"deviceUserCSV" : "modemtype,modemid,serialnumber,manufacturer,model,profiletype,profileid,reseller,resellername,ordernumber,phonenumber,modemid2,username\n\"IMEI\",\"350438331425080\",\"29201JEGR05241\",\"Google\",\"\",\"\",\"\",\"303432115\",\"OEM Test Reseller\",\"\",\"\",\"350438331425098\",admin"
}'
SCOPE: and:conf:zero-touch-sync
Updated by Inosh Perara about 1 month ago
- Status changed from New to QA
Updated by Arshana Atapattu 17 days ago
- Status changed from QA to QA Accept
Devices enrolled in both super and sub tenants
Updated by Arshana Atapattu 17 days ago
- Status changed from QA Accept to Closed
Closing due to QA accept