Create Android Agent migration payload
https://{server-hostname}:8383/api/v1/mdm/profiles/{profile_id}/payloads/androidagentmigration
MDMDeviceMgmt.CREATECopied!
Authorization: d92d4xxxxxxxxxxxxx15f52
Unique identifier of the profile. Obtain from the Create Profile or Get Profiles response
Migration Details
Is Datacenter Migration
curl --request POST \
--url https://appdomain/api/v1/mdm/profiles/{profile_id}/payloads/androidagentmigration \
--header 'Accept: application/json' \
--header 'Authorization: d92d4xxxxxxxxxxxxx15f52' \
--header 'Content-Type: application/json' \
--data '{"is_datacenter_migration":false,"migration_details":"{\"DPM\":2,\"TV\":\"xQk2mZpL9nRvY7wT0dFs==\",\"Fqdn\":\"mdm.zylker.com\",\"CI\":true,\"Port\":\"443\",\"Token\":\"xxxxxxxx\",\"TN\":\"encapiKey\"}"}'Add Agent Migration payload to the profile
{
"is_datacenter_migration": false,
"migration_details": "{\"DPM\":2,\"TV\":\"xQk2mZpL9nRvY7wT0dFs==\",\"Fqdn\":\"mdm.zylker.com\",\"CI\":true,\"Port\":\"443\",\"Token\":\"xxxxxxxx\",\"TN\":\"encapiKey\"}"
}
Unique identifier for the created payload item
Migration Details
Is Datacenter Migration
Agent Migration payload successfully added
{
"payload_id": 9007199254741000,
"is_datacenter_migration": false,
"migration_details": "{\"DPM\":2,\"TV\":\"xQk2mZpL9nRvY7wT0dFs==\",\"Fqdn\":\"mdm.zylker.com\",\"CI\":true,\"Port\":\"443\",\"Token\":\"xxxxxxxx\",\"TN\":\"encapiKey\"}"
}
![]()
Duration: 1 minute | Threshold: 30 | Lock period: 5 minutes
Duration - Time window for the threshold.
Threshold - Number of API calls allowed within the specified duration.
Lock Period - Wait time before consecutive API requests.
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.