types

package
v1.1.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 5, 2024 License: MIT Imports: 0 Imported by: 0

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 ApplicationPerspective struct {
	Id    string `json:"id"`
	Label string `json:"label"`
}

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 CreateMaintenanceWindowRequest struct {
	Id         string   `json:"id"`
	Name       string   `json:"name"`
	Query      string   `json:"query"`
	Scheduling Schedule `json:"scheduling"`
}

type Duration added in v1.1.0

type Duration struct {
	Amount int64  `json:"amount"`
	Unit   string `json:"unit"`
}

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 Schedule added in v1.1.0

type Schedule struct {
	Duration Duration `json:"duration"`
	Start    int64    `json:"start"`
	Type     string   `json:"type"`
}

type Snapshot added in v1.1.0

type Snapshot struct {
	SnapshotId string `json:"snapshotId"`
}

type SnapshotSearchResponse added in v1.1.0

type SnapshotSearchResponse struct {
	Items []Snapshot `json:"items"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL