# Functions

No description provided by the author
NewClassicClient creates a new dynatrace client to be used for classic environments nolint:dupl.
NewPlatformClient creates a new dynatrace client to be used for platform enabled environments nolint:dupl.
SendWithRetry will retry to call sendWithBody for a given number of times, waiting a give duration between calls.
SendWithRetryWithInitialTry will try to call sendWithBody and if it didn't succeed call [SendWithRetry].
WithAutoServerVersion can be used to let the client automatically determine the Dynatrace server version during creation using newDynatraceClient.
WithCachingDisabled allows disabling the client's builtin caching mechanism for classic configs, schema constraints and settings objects.
WithClientRequestLimiter specifies that a specifies the limiter to be used for limiting parallel client requests.
No description provided by the author
WithRetrySettings sets the retry settings to be used by the DynatraceClient.
WithServerVersion sets the Dynatrace version of the Dynatrace server/tenant the client will be interacting with.

# Variables

No description provided by the author

# Structs

No description provided by the author
DownloadSettingsObject is the response type for the ListSettings operation.
No description provided by the author
DynatraceClient is the default implementation of the HTTP client targeting the relevant Dynatrace APIs for Monaco.
No description provided by the author
No description provided by the author
ListSettingsOptions are additional options for the ListSettings method of the Settings client.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

AddEntriesToResult is a function which should parse an API response body and append the returned entries to a result slice.
ListSettingsFilter can be used to filter fetched settings objects with custom criteria, e.g.
No description provided by the author
SendRequestWithBody is a function doing a PUT or POST HTTP request.