Get alerts for a specific node (level 2)

View as Markdown

Get list of alerts for a specific node. Returns alert UUID, component, alert status, start time, and last event time. Use the ‘active’ parameter to switch between active and historical views. The sortable table-header columns and the filter dimensions mirror the Level 1 nodes list, so the panel can forward the same filter set unchanged.

Path parameters

nodeUUIDstringRequired
Node UUID

Query parameters

activebooleanOptionalDefaults to false

Active Alerts view when true; Historical Alerts when false (default: false)

withoutPsirtbooleanOptionalDefaults to false

Exclude PSIRT alerts from results (default: false)

sortByenumOptionalDefaults to lastUpdate

Sortable table-header column. component sorts by component name.

Allowed values:
orderenumOptionalDefaults to desc
Sort direction for sortBy
Allowed values:
alertStateslist of enumsOptional

Filter to alerts whose state matches (OR within dimension), carried from the Level 1 filter. Resolved applies to the Historical view only (active=false).

Allowed values:
componentTypeslist of stringsOptional

Filter to alerts on matching component types. Use the value ‘psirt’ to match all security-vulnerability CVEs (the collapsed ‘Security Vulnerability’ option).

gpuTypeslist of stringsOptional

Node-level filter carried from Level 1: match the node’s GPU type (OR within dimension)

nodeGroupIdslist of stringsOptional

Node-level filter carried from Level 1: match the node’s node group by ID (OR within dimension)

computeZoneIdslist of stringsOptional

Node-level filter carried from Level 1: match the node’s compute zone by ID (OR within dimension)

pageintegerOptionalDefaults to 0

Page number (0-indexed, default: 0)

pageSizeintegerOptionalDefaults to 50

Number of alerts per page (default: 50, max: 100)

Response

List of alerts for the node
alertslist of objectsOptional
hasMorebooleanOptional
hostnamestringOptional
nodeUuidstringOptional
pageintegerOptional
pageSizeintegerOptional
totalintegerOptional
Total number of alerts for this node

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
499
Client Closed Request Error
500
Internal Server Error