Code42 Get device by GUID
The following describes the Code42: Get device by GUID custom function in Code42 for Resilient. Input parameters are required unless noted. For more information, see Code42 for IBM Resilient customization settings.
Code42: Get device by GUID
Obtains the device details from a device's globally unique identifier.
Input parameters
code42_guid
(Text): Globally unique identifier for the device.
- See the
guid
property of the device details returned by the Search devices function. - See the
deviceUid
property of the device details returned by the Search file events function.
Output
result
(dict): Device details. See the Example Response Body in the API Documentation for output syntax.error
(str): If result isNone
, information on the cause.
Raises
Exception if the function cannot connect to Code42.