Skip to main content

getAlert

A MoogDb v2 method that returns details of an alert.

Back to MoogDb V2 API Method Reference.

Request arguments

Method getAlert takes either the alertID or signaturerequest arguments:

Name

Type

Required

Description

alertId

Number

Yes if no signature provided

Alert ID.

singature

String

Yes if no alertId provided

Alert signature.

Response

Method getAlert returns the following response:

Type

Description

CEvent

A CEvent object containing the alert attributes, such as type and severity.