wiki:programmersguide/architecture/services/alert/Alert

Version 3 (modified by jano.simas, 10 years ago) (diff)

--

Alert

JSon

Estrutura base do formato de transferencia de um Alert.

{
  "class" : "Alert",
  "id" : INT,
  "project_id" : INT,
  "service_instance_id" : INT,
  "active" : BOOL,
  "name" : STRING,
  "description" : STRING,
  "schedule" : SCHEDULE,
  "filter" : FILTER,
  "additional_data" : [ {
      "dataseries_id" = INT,
      "identifier_attribute" = STRING,
      "attributes" = [ STRING,
      ...
      ],
    },
  ...
  ],
  "risk" : DATA_SERIES_RISK
}