Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApplicationPerspective ¶ added in v1.1.0
type ApplicationPerspectiveResponse ¶ added in v1.1.0
type ApplicationPerspectiveResponse struct { Items []ApplicationPerspective `json:"items"` Links map[string]string `json:"_links"` }
type CreateMaintenanceWindowRequest ¶ added in v1.1.0
type Event ¶
type Event struct { EventId string `json:"eventId"` Start int64 `json:"start"` End int64 `json:"end"` Type string `json:"type"` State string `json:"state"` Problem string `json:"problem"` Detail string `json:"detail"` Severity int `json:"severity"` EntityName string `json:"entityName"` EntityLabel string `json:"entityLabel"` EntityType string `json:"entityType"` SnapshotId string `json:"snapshotId"` }
type SnapshotSearchResponse ¶ added in v1.1.0
type SnapshotSearchResponse struct {
Items []Snapshot `json:"items"`
}
Click to show internal directories.
Click to hide internal directories.