Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActivitiesResponse ¶
type Activity ¶
type Activity struct {
ID string `json:"id"`
Type string `json:"type"`
UserID *string `json:"userID,omitempty"`
AlertID *string `json:"alertID,omitempty"`
TicketID *string `json:"ticketID,omitempty"`
CommentID *string `json:"commentID,omitempty"`
CreatedAt string `json:"createdAt"`
Metadata *string `json:"metadata,omitempty"`
User *User `json:"user,omitempty"`
Alert *alert.Alert `json:"alert,omitempty"`
Ticket *ticket.Ticket `json:"ticket,omitempty"`
}
type AlertAttribute ¶
type AlertCluster ¶ added in v0.1.0
type AlertsConnection ¶ added in v0.1.0
type AlertsResponse ¶ added in v0.1.0
type ClusteringSummary ¶ added in v0.1.0
type ClusteringSummary struct {
Clusters []*AlertCluster `json:"clusters"`
NoiseAlerts []*alert.Alert `json:"noiseAlerts"`
Parameters *DBSCANParameters `json:"parameters"`
ComputedAt string `json:"computedAt"`
TotalCount int `json:"totalCount"`
}
type CommentsResponse ¶
type DBSCANParameters ¶ added in v0.1.0
type DashboardStats ¶
type TicketsResponse ¶
Click to show internal directories.
Click to hide internal directories.