Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VictorOps ¶
type VictorOps struct { Enabled bool `json:"-"` Name string `json:"-"` ProfileID string `json:"-"` APIKey string `json:"apiKey"` // The API key for the target VictorOps account.\n\nReceive your VictorOps API key by navigating to: Settings -> Integrations -> Rest Endpoint -> Dynatrace within your VictorOps account RoutingKey string `json:"routingKey"` // The routing key, defining the group to be notified Message string `json:"message"` // The content of the message. Type '{' for placeholder suggestions }
func (*VictorOps) FillDemoValues ¶
func (*VictorOps) MarshalHCL ¶
func (me *VictorOps) MarshalHCL(properties hcl.Properties) error
func (*VictorOps) PrepareMarshalHCL ¶
Click to show internal directories.
Click to hide internal directories.