Escalation Policy Schema
Felder
Escalation Policy Schema
Schema for validating escalation policy entities with multi-level notification chains
name
Policy name
description
Policy description
conditions
Conditions that must match for this policy to apply
priorities
Alert priorities this policy applies to
customerTiers
Customer tiers this policy applies to
afterHoursOnly
Whether this policy only applies outside business hours
schemas
Entity schemas this policy applies to (e.g. ticket, asset)
levels
Escalation levels in order
_id
UUIDv7 level ID
level
Escalation level (1 = first responder)
name
Level display name
notificationSteps
Ordered notification steps within this level
order
Step execution order
channel
Notification channel
PUSHEMAILCALLdelayMinutes
Delay in minutes before sending this step
escalationTimeoutMinutes
Minutes to wait before escalating to next level
maxRetries
Maximum notification retries at this level
retryIntervalMinutes
Minutes between retries
fallbackAction
Action when all levels are exhausted without acknowledgement
NOTIFY_ALLCREATE_TICKETNONEisDefault
Whether this is the default escalation policy
isActive
Whether this escalation policy is active
Keine Felder passen zum Filter.
Standard-Endpoints
Diese Resource folgt dem generischen CRUD-Vertrag der Plattform. Lesen Sie die Konventionen für Pagination, Idempotenz, Optimistic Locking und Audit. Die wichtigsten Endpoints:
GET /api/v1/escalation_policies— Liste, paginiert + filterbarGET /api/v1/escalation_policies/<id>— Einzelne EntityPOST /api/v1/escalation_policies— AnlegenPATCH /api/v1/escalation_policies/<id>— Teil-UpdateDELETE /api/v1/escalation_policies/<id>— Soft-DeleteGET /api/v1/escalation_policies/<id>/timeline— Audit + Aktivitäten