Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FilterConfig ¶
type FilterConfig struct { Pattern string `json:"pattern"` ApplicationMatchType string `json:"applicationMatchType"` ApplicationMatchTarget string `json:"applicationMatchTarget"` }
func (*FilterConfig) MarshalHCL ¶
func (me *FilterConfig) MarshalHCL(properties hcl.Properties) error
func (*FilterConfig) UnmarshalHCL ¶
func (me *FilterConfig) UnmarshalHCL(decoder hcl.Decoder) error
type Rule ¶
type Rule struct { Name *string `json:"name,omitempty"` // the unique name of the Application detection rule Order *string `json:"order,omitempty"` // the order of the rule in the rules list ApplicationIdentifier string `json:"applicationIdentifier"` // the Dynatrace entity ID of the application, for example APPLICATION-4A3B43 FilterConfig *FilterConfig `json:"filterConfig"` // the condition of an application detection rule }
Rule the configuration of an application detection rule
func (*Rule) MarshalHCL ¶
func (me *Rule) MarshalHCL(properties hcl.Properties) error
Click to show internal directories.
Click to hide internal directories.