# By: Riasat Ullah
# This file contains all constants and functions related to the AppOptics integration.

# AppOptics attributes
var_alert = 'alert'
var_clear = 'clear'
var_conditions = 'conditions'
var_incident_key = 'incident_key'
var_payload = 'payload'
var_violations = 'violations'

# AppOptics alert attributes
var_alert_name = 'name'
var_alert_description = 'description'

# AppOptics alert status values
normal = 'normal'
