Skip to main content

Primary key

document_id
uuiddefault:"Random UUID"publicrequired
The unique identifier for the alert notification status.

Specific attributes

description
varcharpublic
A description of the alert notification status.
internal
varcharpublicuniquerequired
The internal identifier for the alert notification status.
Rules: Max length: 50 characters
name
varcharpublicrequired
The name of the alert notification status.
Rules: Max length: 100 characters

Foreign keys

alert
uuidpublicrequired
The unique identifier of the alert. Ref: Alert Schema
alert_notification_status
uuidpublicrequired
The unique identifier of the alert notification status status. Ref: AlertNotificationStatus Schema
alert_notification_type
uuidpublicrequired
The unique identifier of the alert notification status type. Ref: AlertNotificationType Schema
worker
uuidpublicrequired
The unique identifier of the worker. Ref: Worker Schema

Tracking attributes

created_at
timestamppublic
The timestamp when the alert notification status was created.
Rules: Precision: 6, with timezone
deleted_at
timestamppublic
The timestamp when the alert notification status was deleted, if applicable.
Rules: Precision: 6, with timezone
is_actived
booleandefault:"true"public
Indicates whether the alert notification status is active.
is_deleted
booleandefault:"false"public
Indicates whether the alert notification status has been deleted.
updated_at
timestamppublic
The timestamp when the alert notification status was last updated.
Rules: Precision: 6, with timezone