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
Parameter | Description |
---|---|
Device Identifier | Specify the unique ID of the device for the selected Device Identifier Type . |
Device Identifier Type | Specify the unique device identifier type of the device. |
Email ID | Specify the email address of the user. |
Restore Data | Filter 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
Preview this Workflow on desktop