* Add API to import grafana templates to kubesphere dashboard * Merge and fix the latest codes from kubesphere #2501 Signed-off-by: zhu733756 <talonzhu@yunify.com>
8 lines
187 B
Go
8 lines
187 B
Go
package sdk
|
|
|
|
// CreateSnapshotRequest is representation of a snapshot request.
|
|
type CreateSnapshotRequest struct {
|
|
Expires uint `json:"expires"`
|
|
Dashboard Board `json:"dashboard"`
|
|
}
|