Get XID burst filter options

View as Markdown
Returns all filter options available to the authenticated customer and persona. Options are not narrowed by the table's current time, scope, or column filters. This v1 response contains no counts and has no cross-filter impact-count behavior. Tenant callers receive public disruption values, XIDs, and tenant actions. Cloud-provider/NCP callers additionally receive platform-disruption values, categories, subcategories, and DC-admin actions. suggestedActions uses the shared action model; clients group it by persona and type. Category and action labels are resolved from the persona-appropriate catalogs. jobDisruption and jobDisruptionDueToPlatformIssue are always the full [true, false] domain. XID numbers, categories, subcategories, and suggestedActions reflect the distinct values actually present across the customer's finalized bursts (still unfiltered by the current table filters). Action codes are alias-normalized and de-duplicated after normalization, matching GET /v1/xid/bursts. Hostname filtering uses the free-text hostnameSearch parameter on GET /v1/xid/bursts rather than a distinct-hostname options list.

Response

OK
categorieslist of stringsOptional
jobDisruptionlist of booleansOptional
jobDisruptionDueToPlatformIssuelist of booleansOptional
JobDisruptionDueToPlatformIssue is omitted for tenant callers.
subcategorieslist of stringsOptional
suggestedActionslist of objectsOptional

SuggestedActions is persona-shaped: tenants receive tenant actions, while cloud-provider/NCP callers receive both tenant and dc_admin actions. Clients group options by persona and type (immediate or investigatory).

xidNumberslist of integersOptional

Errors

401
Unauthorized Error
403
Forbidden Error
499
Client Closed Request Error
500
Internal Server Error