Status interface
Identify the status of the most severe insight generated by the detector.
Properties
| message | Descriptive message. |
| status |
Level of the most severe insight generated by the detector. |
Property Details
message
Descriptive message.
message?: string
Property Value
string
statusId
Level of the most severe insight generated by the detector.
statusId?: "Critical" | "Warning" | "Info" | "Success" | "None"
Property Value
"Critical" | "Warning" | "Info" | "Success" | "None"