mode

package
v1.72.1 Latest Latest
Warning

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

Go to latest
Published: Dec 23, 2024 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

View Source
const SchemaID = "builtin:host.monitoring.mode"
View Source
const SchemaVersion = "1.3"

Variables

View Source
var ExportOfflineHosts = os.Getenv("DYNATRACE_HOST_MONITORING_OFFLINE") == "true"
View Source
var StrictUpdateRetries = os.Getenv("DYNATRACE_HOST_MONITORING_STRICT_UPDATE_RETRIES")
View Source
var WarnOnAgentOffline = os.Getenv("DYNATRACE_HOST_MONITORING_WARNINGS") == "true"

Functions

func Service

func Service(credentials *settings.Credentials) settings.CRUDService[*mode.Settings]

Types

type ListResponse added in v1.69.1

type ListResponse struct {
	NextPageKey string `json:"nextPageKey"`
	Entities    []struct {
		EntityID    string `json:"entityId"`
		DisplayName string `json:"displayName"`
		Properties  struct {
			MonitoringMode string `json:"monitoringMode"`
			State          string `json:"state"`
		} `json:"properties"`
	} `json:"entities"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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