State
Entity’s state signifies the current state of the monitoring process.
State Model
Field | Type | Description |
---|---|---|
id |
String |
State’s ID. |
incident |
Integer |
ID of the incident severity. Incident severity is the level of the incident which is created when an object or link changes its state. If the value is not set or |
name |
String |
State’s name. |
priority |
Integer |
State’s priority. |
svgBackground |
Array<String> |
An array of colors for a state’s SVG background. |
ui.colors.background |
String |
State’s background color. |
ui.colors.light |
String |
Table row color. |
ui.colors.main |
String |
State’s main color. |
ui.colors.shadow |
String |
State’s shadow color. |