Documentation ¶
Overview ¶
Package integration provides requests and response structures to achieve Integration API actions.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DisableIntegrationRequest ¶
type DisableIntegrationRequest struct { APIKey string `json:"apiKey,omitempty"` ID string `json:"id,omitempty"` Name string `json:"name,omitempty"` }
DisableIntegrationRequest provides necessary parameter structure to Disable an integration at OpsGenie.
type DisableIntegrationResponse ¶
DisableIntegrationResponse holds the result data of the DisableIntegrationRequest.
type EnableIntegrationRequest ¶
type EnableIntegrationRequest struct { APIKey string `json:"apiKey,omitempty"` ID string `json:"id,omitempty"` Name string `json:"name,omitempty"` }
EnableIntegrationRequest provides necessary parameter structure to Enable an integration at OpsGenie.
type EnableIntegrationResponse ¶
EnableIntegrationResponse holds the result data of the EnableIntegrationRequest.
Click to show internal directories.
Click to hide internal directories.