Documentation
¶
Index ¶
- type CreateMaintenanceWindowRequest
- type CreateMaintenanceWindowResponse
- type EntitiesList
- type Entity
- type EventIngest
- type EventIngestResult
- type EventIngestResults
- type GetProblemsResponse
- type MaintenanceWindow
- type MaintenanceWindowGeneralProperties
- type MaintenanceWindowSchedule
- type MaintenanceWindowScheduleOnceRecurrence
- type Problem
- type ProblemEntity
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateMaintenanceWindowRequest ¶
type CreateMaintenanceWindowRequest struct {
SchemaId string `json:"schemaId"`
Scope string `json:"scope"`
Value MaintenanceWindow `json:"value"`
}
type EntitiesList ¶
type EventIngest ¶
type EventIngest struct {
EndTime *int64 `json:"endTime,omitempty"`
EntitySelector *string `json:"entitySelector,omitempty"`
EventType string `json:"eventType"`
Properties map[string]string `json:"properties"`
StartTime *int64 `json:"startTime"`
Timeout *int64 `json:"timeout,omitempty"`
Title string `json:"title"`
}
type EventIngestResult ¶
type EventIngestResults ¶
type EventIngestResults struct {
EventIngestResults []EventIngestResult `json:"eventIngestResults"`
ReportCount int `json:"reportCount"`
}
type GetProblemsResponse ¶
type MaintenanceWindow ¶
type MaintenanceWindow struct {
Enabled bool `json:"enabled"`
GeneralProperties MaintenanceWindowGeneralProperties `json:"generalProperties"`
Schedule MaintenanceWindowSchedule `json:"schedule"`
}
type MaintenanceWindowSchedule ¶
type MaintenanceWindowSchedule struct {
ScheduleType string `json:"scheduleType"`
OnceRecurrence MaintenanceWindowScheduleOnceRecurrence `json:"onceRecurrence"`
}
type Problem ¶
type Problem struct {
ProblemId string `json:"problemId"`
DisplayId string `json:"displayId"`
Title string `json:"title"`
AffectedEntities []ProblemEntity `json:"affectedEntities"`
}
type ProblemEntity ¶
type ProblemEntity struct {
Name string `json:"name"`
}
Click to show internal directories.
Click to hide internal directories.