Skip to main content

Create Device Mapping

Creates a secure user-to-device mapping to perform a mass deployment in a non-AD/LDAP environment or perform bulk replace of devices.

External Documentation

To learn more, visit the Druva documentation.

Basic Parameters

ParameterDescription
Device Identifier TypeSpecify the unique device identifier type of the device.
Device NameSpecify the name of the device that is registered with the user.
Email IDSpecify the email address of the user.
User NameSpecify the username of the user in Druva inSync.

Advanced Parameters

ParameterDescription
Old Device NameName of the user's old device in Druva inSync that is to be replaced with a new device.
Note: Specify the value for this parameter only if you want to replace the device for the user, else keep this field blank.
Restore DataThe type of data restore to be performed.
All - To restore both, the data and the system settings from the existing device on the new device.
SYSTEM - To restore only the system settings from the existing device on the new device.
DATA - To restore only the data from the existing device on the new device.
Note: Specify the value for this parameter only if you want to replace the device for the user, else keep this field blank.

Example Output

{
"mappingID": "3452rw6",
"emailID": "ernie.carter@druva.com",
"userName": "Ernie Carter",
"deviceName": "Ernie Carter's Macbook",
"deviceIdentifierType": "Serial Number",
"deviceIdentifier": "Po3XF",
"oldDeviceName": "Ernie Carter's Old Macbook",
"restoreData": "SYSTEM"
}

Workflow Library Example

Create Device Mapping with Druva and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop