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

Preview this Workflow on desktop