External DocumentationTo learn more, visit the Claroty xDome documentation.
Parameters
Example Output
Workflow Library Example
List Devices with Claroty Xdome and Send Results Via EmailPreview this Workflow on desktop
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Fields | Specify which fields to return for each item. |
{
"devices": [
{
"device_type": "<string>",
"network_list": [
"<string>"
],
"uid": "<string>",
"device_category": "<string>",
"ip_list": [
"<string>"
],
"device_subcategory": "<string>",
"mac_list": [
"<string>"
],
"asset_id": "<string>",
"risk_score_points": 95,
"risk_score": "<string>"
},
{
"device_type": "<string>",
"network_list": [
"<string>"
],
"uid": "<string>",
"device_category": "<string>",
"ip_list": [
"<string>"
],
"device_subcategory": "<string>",
"mac_list": [
"<string>"
],
"asset_id": "<string>",
"risk_score_points": 1,
"risk_score": "<string>"
}
]
}
Was this page helpful?