Documentation
¶
Index ¶
- type ActivitiesResponse
- type Activity
- type AlertAttribute
- type AlertCluster
- type AlertsConnection
- type AlertsResponse
- type ClusteringSummary
- type CommentsResponse
- type DBSCANParameters
- type DashboardStats
- type Mutation
- type Query
- type TagMetadata
- type TagObject
- type TicketsResponse
- type UpdateTagInput
- type User
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 TagMetadata ¶ added in v0.2.0
type TicketsResponse ¶
type UpdateTagInput ¶ added in v0.2.0
Click to show internal directories.
Click to hide internal directories.