Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientSet ¶
type ClientSet struct {
// contains filtered or unexported fields
}
ClientSet composes a "full" set of sub-clients to access Dynatrace APIs Each field may be nil, if the ClientSet is partially initialized - e.g. no autClient will be part of a ClientSet created for a 'classic' Dynatrace environment, as Automations are a Platform feature
func (ClientSet) Automation ¶
func (s ClientSet) Automation() *automation.Client
func (ClientSet) Classic ¶
func (s ClientSet) Classic() *dtclient.DynatraceClient
func (ClientSet) Entities ¶
func (s ClientSet) Entities() *dtclient.DynatraceClient
func (ClientSet) Settings ¶
func (s ClientSet) Settings() *dtclient.DynatraceClient
Click to show internal directories.
Click to hide internal directories.