Skip to content
Start here

History

List History
client.Alerting.History.List(ctx, params) (*V4PagePaginationArray[History], error)
GET/accounts/{account_id}/alerting/v3/history
ModelsExpand Collapse
type History struct{…}
ID stringoptional

UUID

maxLength32
AlertBody stringoptional

Message body included in the notification sent.

AlertType stringoptional

Type of notification that has been dispatched.

Description stringoptional

Description of the notification policy (if present).

Mechanism stringoptional

The mechanism to which the notification has been dispatched.

MechanismType HistoryMechanismTypeoptional

The type of mechanism to which the notification has been dispatched. This can be email/pagerduty/webhook based on the mechanism configured.

One of the following:
const HistoryMechanismTypeEmail HistoryMechanismType = "email"
const HistoryMechanismTypePagerduty HistoryMechanismType = "pagerduty"
const HistoryMechanismTypeWebhook HistoryMechanismType = "webhook"
Name stringoptional

Name of the policy.

PolicyID stringoptional

The unique identifier of a notification policy

maxLength32
Sent Timeoptional

Timestamp of when the notification was dispatched in ISO 8601 format.

formatdate-time