Repository for the Go API client for the dynatrace API. The code is generated using openapi-generator.
The Dynatrace Configuration API V1
can be imported as follows:
import "github.com/dynatrace-ace/dynatrace-go-api-client/api/v1/config/dynatrace"
Documentation can be found here api/v1/config/dynatrace/docs
.
The Dynatrace Environment API V1
can be imported as follows:
import "github.com/dynatrace-ace/dynatrace-go-api-client/api/v1/environment/dynatrace"
The Dynatrace Environment API V2
can be imported as follows:
import "github.com/dynatrace-ace/dynatrace-go-api-client/api/v2/environment/dynatrace"
Documentation can be found here api/v2/environment/dynatrace/docs
.
The Dynatrace Cluster API V1
can be imported as follows:
import "github.com/dynatrace-ace/dynatrace-go-api-client/api/v1/cluster/dynatrace"
Documentation can be found here api/v1/cluster/dynatrace/docs
.
The Dynatrace Cluster API V2
can be imported as follows:
import "github.com/dynatrace-ace/dynatrace-go-api-client/api/v2/cluster/dynatrace"
Documentation can be found here api/v2/cluster/dynatrace/docs
.