Method
describeMonitorAlertVersion GET
Copy GET

Describes a given monitor alert version id

Arguments:

REQUIRED KEY TYPE DESCRIPTION
Yes monitorAlertVersion str Unique string identifier for the monitor alert.
Note: The arguments for the API methods follow camelCase but for Python SDK underscore_case is followed.

Response:

KEY TYPE DESCRIPTION
success Boolean true if the call succeeded, false if there was an error
result MonitorAlertVersion
KEY TYPE Description
name str The user-friendly name for the monitor alert.
monitorAlertVersion str The identifier for the alert version.
monitorAlertId str The identifier for the alert.
status str The current status of the monitor alert.
createdAt str Date and time at which the monitor alert was created.
alertingStartedAt str The start time and date of the monitor alerting process.
alertingCompletedAt str The end time and date of the monitor alerting process.
error str Relevant error if the status is FAILED.
modelMonitorVersion str The model monitor version associated with the monitor alert version.
conditionConfig dict The condition configuration for this alert.
actionConfig dict The action configuration for this alert.
alertResult str The current result of the alert
actionStatus str The current status of the action as a result of the monitor alert.
actionError str Relevant error if the action status is FAILED.
actionStartedAt str The start time and date of the actionfor the alerting process.
actionCompletedAt str The end time and date of the actionfor the alerting process.
conditionDescription str User friendly description of the condition
actionDescription str User friendly description of the action
alertType str The type of the alert
Language: