Skip to main content

Get Device

Get details of a specific device(s). Select the field and enter the value by which to search for the device(s).

External Documentation

To learn more, visit the Medigate documentation.

Parameters

ParameterDescription
FieldSpecify the field by which to search for device(s).
FieldsSpecify which fields to return for each item.
ValueSpecify the search value. It can be either a single value or multiple values separated by commas.

Example Output

{
"devices": [
{
"ip_list": [
"xxx.xxx.xx.xxx"
],
"device_type": "xxx",
"device_subcategory": "xxx",
"uid": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"asset_id": "xxxxxxxx",
"device_category": "xxx",
"network_list": [
"xxx"
],
"mac_list": [
"xx:xx:xx:xx:xx:xx"
],
"risk_score_points": xx.xx,
"risk_score": "xxx"
}
]
}

Workflow Library Example

Get Device with Medigate and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop