DetectorAbnormalTimePeriod Class
Class representing Abnormal Time Period detected.
Constructor
DetectorAbnormalTimePeriod(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
start_time
|
Start time of the correlated event. |
|
end_time
|
End time of the correlated event. |
|
message
|
Message describing the event. |
|
source
|
Represents the name of the Detector. |
|
priority
|
Represents the rank of the Detector. |
|
meta_data
|
Downtime metadata. |
|
type
|
Represents the type of the Detector. Known values are: "ServiceIncident", "AppDeployment", "AppCrash", "RuntimeIssueDetected", "AseDeployment", "UserIssue", "PlatformIssue", and "Other". |
|
solutions
|
List of proposed solutions. |
Attributes
end_time
End time of the correlated event.
end_time: datetime | None
message
Message describing the event.
message: str | None
meta_data
Downtime metadata.
meta_data: list[list['_models.NameValuePair']] | None
priority
Represents the rank of the Detector.
priority: float | None
solutions
List of proposed solutions.
solutions: list['_models.Solution'] | None
source
Represents the name of the Detector.
source: str | None
start_time
Start time of the correlated event.
start_time: datetime | None
type
"ServiceIncident", "AppDeployment", "AppCrash", "RuntimeIssueDetected", "AseDeployment", "UserIssue", "PlatformIssue", and "Other".
type: str | _models.IssueType | None