Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OpsGenie ¶
type OpsGenie struct { Enabled bool `json:"-"` Name string `json:"-"` ProfileID string `json:"-"` APIKey *string `json:"apiKey"` // The API key to access OpsGenie.\n\nGo to OpsGenie-Integrations and create a new Dynatrace integration. Copy the newly created API key Domain string `json:"domain"` // The region domain of the OpsGenie.\n\nFor example, **api.opsgenie.com** for US or **api.eu.opsgenie.com** for EU Message string `json:"message"` // The content of the message. Type '{' for placeholder suggestions }
func (*OpsGenie) FillDemoValues ¶
func (*OpsGenie) MarshalHCL ¶
func (me *OpsGenie) MarshalHCL(properties hcl.Properties) error
func (*OpsGenie) PrepareMarshalHCL ¶
Click to show internal directories.
Click to hide internal directories.