Documentation ¶
Index ¶
Constants ¶
View Source
const ( DataTypeAlertRule = "AlertRule" DataTypeAlertChannel = "AlertChannel" DataTypeAlertEmailServer = "EmailServer" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ExportData ¶
type ExportDataRequest ¶
type ExportDataRequest struct {
Metadatas []ExportMetadata `json:"metadatas"`
}
type ExportMetadata ¶
type ExportMetadata struct { Type string `json:"type"` Filter interface{} `json:"filter,omitempty"` }
Click to show internal directories.
Click to hide internal directories.