Actions
Run Uptycs Query
Perform a real time query on an asset.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Asset ID | The ID of the asset to query on. Can be obtained via the Search Assets action. |
| Query | Your Uptycs SQL query. For example, SELECT pid as tag FROM processes where upt_day=20200814. |
{
"columns": [],
"items": [],
"summaries": [],
"links": [
{
"rel": "self",
"title": "Asset query information",
"href": "/public/api/customers/11111111-1111-1111-1111-111111111111/assets/query"
},
{
"rel": "parent",
"title": "Assets information",
"href": "/public/api/customers/11111111-1111-1111-1111-111111111111/assets"
}
]
}
Was this page helpful?