client

package
v0.0.16-dev-test-split... Latest Latest
Warning

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

Go to latest
Published: May 4, 2023 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

View Source
const ClassicEnvironmentDomainPath = "/platform/metadata/v1/classic-environment-domain"
View Source
const DeprecatedClassicEnvDomainPath = "/platform/core/v1/environment-api-info"

Variables

This section is empty.

Functions

func GetDynatraceClassicURL

func GetDynatraceClassicURL(client *http.Client, environmentURL string) (string, error)

GetDynatraceClassicURL tries to fetch the URL of the classic environment using the API of a platform enabled environment

func GetDynatraceVersion

func GetDynatraceVersion(client *http.Client, environmentURL string) (version.Version, error)

GetDynatraceVersion returns the version of an environment

func NewOAuthClient

func NewOAuthClient(ctx context.Context, oauthConfig OauthCredentials) *http.Client

NewOAuthClient creates a new HTTP client that supports OAuth2 client credentials based authorization

func NewTokenAuthClient

func NewTokenAuthClient(token string) *http.Client

NewTokenAuthClient creates a new HTTP client that supports token based authorization

Types

type ApiVersionObject

type ApiVersionObject struct {
	Version string `json:"version"`
}

type OauthCredentials

type OauthCredentials struct {
	ClientID     string
	ClientSecret string
	TokenURL     string
	Scopes       []string
}

OauthCredentials holds information for authenticating to Dynatrace using Oauth2.0 client credential flow

type RespError

type RespError struct {
	Err        error
	StatusCode int
}

func (RespError) ConcurrentError

func (e RespError) ConcurrentError() string

func (RespError) Error

func (e RespError) Error() string

func (RespError) Unwrap

func (e RespError) Unwrap() error

type TokenAuthTransport

type TokenAuthTransport struct {
	http.RoundTripper
	// contains filtered or unexported fields
}

TokenAuthTransport should be used to enable a client to use dynatrace token authorization

func NewTokenAuthTransport

func NewTokenAuthTransport(baseTransport http.RoundTripper, token string) *TokenAuthTransport

NewTokenAuthTransport creates a new http transport to be used for token authorization

func (*TokenAuthTransport) RoundTrip

func (t *TokenAuthTransport) RoundTrip(req *http.Request) (*http.Response, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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