Skip to main content

List Device Mapping

Returns a list of user-to-device mapping created 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.

Parameters

ParameterDescription
Device IdentifierSpecify the unique ID of the device for the selected Device Identifier Type.
Device Identifier TypeSpecify the unique device identifier type of the device.
Email IDSpecify the email address of the user.
Restore DataFilter to list device mappings using the type of data restore performed.

Example Output

{
"totalSize": 1,
"nextPageToken": "MTExMQ==",
"imdMappings": [
{
"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

List Device Mapping with Druva and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop