Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ContainsApiName ¶
tests if part of project folder path contains an API folders with API in path are not valid projects
Types ¶
type Api ¶
type Api interface { GetUrl(environment environment.Environment) string GetUrlFromEnvironmentUrl(environmentUrl string) string GetId() string GetApiPath() string GetPropertyNameOfGetAllResponse() string IsStandardApi() bool IsSingleConfigurationApi() bool IsNonUniqueNameApi() bool IsDeprecatedApi() bool IsDeprecatedBy() string }
func NewSingleConfigurationApi ¶ added in v1.8.0
NewSingleConfigurationApi creates an API with isSingleConfigurationApi set to true
type DynatraceEntity ¶
type SyntheticEntity ¶
type SyntheticEntity struct {
EntityId string `json:"entityId"`
}
type SyntheticLocationResponse ¶
type SyntheticLocationResponse struct {
Locations []SyntheticValue `json:"locations"`
}
type SyntheticMonitorsResponse ¶
type SyntheticMonitorsResponse struct {
Monitors []SyntheticValue `json:"monitors"`
}
type SyntheticValue ¶
type ValuesResponse ¶
type ValuesResponse struct {
Values []Value `json:"values"`
}
Click to show internal directories.
Click to hide internal directories.