Skip to content
Lauren Padia edited this page Jun 15, 2016 · 4 revisions

[User Guide](User Guide) | [Data Model](Data Model)


The trigger object encapsulates information about alert conditions from which to send a notification.

Field Name Type Description
id bigint ID of the trigger object
createdById bigint ID of the principal who created the trigger
createdDate long Timestamp at which the trigger was created
modifiedById bigint ID of the principal who last modified the trigger
modifiedDate long Timestamp at which the trigger was last modified
type string Trigger comparison operator
name string Trigger name
threshold double Operand for the comparison
secondaryThreshold double Operand for the BETWEEN and NOT_BETWEEN operators
inertia long Number of milliseconds for which the condition must be satisfied before the trigger is fired
alertId bigint Alert ID that the trigger is associated
notificationIds bigint[] Notification IDs that the trigger is associated
Example: Trigger Entity
{
  "id": 297689,
  "createdById": 100301,
  "createdDate": 1446163333290,
  "modifiedById": 100301,
  "modifiedDate": 1446163333291,
  "type": "LESS_THAN",
  "name": "My Trigger Name",
  "threshold": 1,
  "secondaryThreshold": -1,
  "inertia": 600000,
  "alertId": 297197,
  "notificationIds": [
    297690
  ]
}

Argus

Home
[Getting Started](Getting Started)
##[User Guide](User Guide)
Alerts
Annotations
Dashboards
Metrics
Namespaces
[Data Model](Data Model)

Transforms
[Web Service API](Web Service API)

  • [/alerts](Alerts Resource)
  • [/annotations](Annotation Resource)
  • [/audit](Audit Resource)
  • [/authentication](Authentication Resource)
  • [/collection](Collection Resource)
  • [/dashboards](Dashboard Resource)
  • [/discover](Discover Resource)
  • [/history](History Resource)
  • [/management](Management Resource)
  • [/metrics](Metrics Resource)
  • [/namespace](Namespace Resource)
  • [/users](Users Resource)

Contributing

Clone this wiki locally