Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AlertIndexAttribute ¶
type FilterStatusRequest ¶
type FilterStatusResult ¶
type NotifySourceData ¶
type NotifySourceData struct {
Params SourceDataParam `json:"params"`
}
type NotifyValue ¶
type QueryAlertNotifyIndexRequest ¶
type QueryAlertNotifyIndexRequest struct {
ScopeType string `json:"scopeType"`
ScopeID string `json:"scopeID"`
NotifyName string `json:"notifyName"`
Status string `json:"status"`
Channel string `json:"channel"`
AlertID int64 `json:"alertID"`
SendTime []string `json:"sendTime"`
OrgID int64 `json:"orgID"`
PageNo int64 `json:"pageNo"`
PageSize int64 `json:"pageSize"`
TimeOrder bool `json:"timeOrder"`
}
type QueryNotifyHistoriesRequest ¶
type QueryNotifyHistoriesRequest struct {
PageNo int64 `json:"pageNo"`
PageSize int64 `json:"pageSize"`
Channel string `json:"channel"`
NotifyName string `json:"notifyName"`
StartTime string `json:"startTime"`
EndTime string `json:"endTime"`
Label string `json:"label"`
ClusterName string `json:"clusterName"`
OrgID int64 `json:"orgID"`
}
type SourceDataParam ¶
Click to show internal directories.
Click to hide internal directories.