Update an alert
Update an alert.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
organizationId
The ID of the Organization to which the alert belongs to.
alertId
The ID of the alert to update.
Request
This endpoint expects an object.
Update Dag Duration Alert Request
OR
Update Dag Failure Alert Request
OR
Update Dag Success Alert Request
OR
Update Dag Timeliness Alert Request
OR
Update Task Duration Alert Request
OR
Update Task Failure Alert Request
Response
OK
createdAt
The time when the alert was created in UTC, formatted as YYYY-MM-DDTHH:MM:SSZ.
createdBy
entityId
The ID of the entity the alert is associated with.
entityType
The type of entity the alert is associated with.
id
The alert's ID.
name
The alert's name.
organizationId
The ID of the organization the alert is associated with.
rules
severity
The alert's severity.
type
The alert's type.
updatedAt
The time when the alert was last updated in UTC, formatted as YYYY-MM-DDTHH:MM:SSZ.
updatedBy
deploymentId
The ID of the deployment the alert is associated with.
entityName
The name of the entity the alert is associated with.
notificationChannels
The notification channels to send alerts to.
workspaceId
The ID of the workspace the alert is associated with.
Errors
400
Update Alert Body Bad Request Error
401
Update Alert Body Unauthorized Error
403
Update Alert Body Forbidden Error
404
Update Alert Body Not Found Error
500
Update Alert Body Internal Server Error