Get finalized XID burst details

View as Markdown
Returns the side-panel details for one finalized burst belonging to the authenticated customer. Response fields are shaped server-side from the caller's persona. Tenants receive the public job-disruption value, XID numbers with mnemonics, and tenant actions. Cloud-provider/NCP callers additionally receive category, subcategory, platform-attributed disruption, XID catalog descriptions, and all tenant plus DC-admin actions. Suggested action text is resolved from the persona-appropriate Guidance Classes catalog. The response includes nodeUuid, hostname, and the node's current nodeGroup/computeZone (display names and IDs).

Path parameters

burstIdstringRequired
XID burst UUID

Response

OK
burstDurationSecondsintegerOptional
burstIdstringOptional
categorystringOptional

Category and Subcategory are cloud-provider/NCP-only fields.

computeZonestringOptional
computeZoneIdstringOptional
deviceIdsmap from strings to lists of integersOptional
DeviceIDs maps each impacted GPU PCI device ID to the distinct XID numbers observed on that device in the burst.
endTimedatetimeOptional
hostnamestringOptional
jobDisruptionbooleanOptional

JobDisruption is true when any XID in the burst is job-fatal. It is identical for tenant and cloud-provider/NCP callers.

jobDisruptionDueToPlatformIssuebooleanOptional

JobDisruptionDueToPlatformIssue is the analyzer’s platform-attributed burst classification and is omitted for tenant callers.

nodeGroupstringOptional
nodeGroupIdstringOptional
nodeUuidstringOptional
startTimedatetimeOptional
stickyXidsSuppressedintegerOptional
subcategorystringOptional
suggestedActionslist of objectsOptional

SuggestedActions contains tenant actions for tenants and all tenant plus dc_admin actions for cloud-provider/NCP callers. Action is resolved Guidance Classes text; Code is the catalog action code and Persona identifies the tenant or dc_admin UI section.

xidCountintegerOptional
xidNumberslist of objectsOptional

Errors

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