Project

General

Profile

Actions

New Feature #12151

closed

New Feature #12150: Android zero touch integration

Ability to create zero touch profiles and sync - Backend

Added by Inosh Perara 4 months ago. Updated 14 days ago.

Status:
Closed
Priority:
None
Assignee:
Start date:
31/10/2024
Due date:
% Done:

0%

Estimated time:
Device Type:
Component:
Type:
Platform

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.

Actions #1

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" : "",
"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

Actions #2

Updated by Lasantha Dharmakeerthi 3 months ago

  • Type set to Platform
Actions #3

Updated by Inosh Perara about 1 month ago

  • Status changed from New to QA
Actions #4

Updated by Arshana Atapattu about 1 month ago

  • Assignee set to Inosh Perara
Actions #5

Updated by Arshana Atapattu 17 days ago

  • Status changed from QA to QA Accept

Devices enrolled in both super and sub tenants

Actions #6

Updated by Arshana Atapattu 17 days ago

  • Status changed from QA Accept to Closed

Closing due to QA accept

Actions

Also available in: Atom PDF