Versions in this module Expand all Collapse all v0 v0.48.1 Oct 27, 2019 Changes in this version + type Client struct + func New(transport runtime.ClientTransport, formats strfmt.Registry) *Client + func (a *Client) GetAlertGroups(params *GetAlertGroupsParams) (*GetAlertGroupsOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type GetAlertGroupsBadRequest struct + Payload string + func NewGetAlertGroupsBadRequest() *GetAlertGroupsBadRequest + func (o *GetAlertGroupsBadRequest) Error() string + func (o *GetAlertGroupsBadRequest) GetPayload() string + type GetAlertGroupsInternalServerError struct + Payload string + func NewGetAlertGroupsInternalServerError() *GetAlertGroupsInternalServerError + func (o *GetAlertGroupsInternalServerError) Error() string + func (o *GetAlertGroupsInternalServerError) GetPayload() string + type GetAlertGroupsOK struct + Payload models.AlertGroups + func NewGetAlertGroupsOK() *GetAlertGroupsOK + func (o *GetAlertGroupsOK) Error() string + func (o *GetAlertGroupsOK) GetPayload() models.AlertGroups + type GetAlertGroupsParams struct + Active *bool + Context context.Context + Filter []string + HTTPClient *http.Client + Inhibited *bool + Receiver *string + Silenced *bool + func NewGetAlertGroupsParams() *GetAlertGroupsParams + func NewGetAlertGroupsParamsWithContext(ctx context.Context) *GetAlertGroupsParams + func NewGetAlertGroupsParamsWithHTTPClient(client *http.Client) *GetAlertGroupsParams + func NewGetAlertGroupsParamsWithTimeout(timeout time.Duration) *GetAlertGroupsParams + func (o *GetAlertGroupsParams) SetActive(active *bool) + func (o *GetAlertGroupsParams) SetContext(ctx context.Context) + func (o *GetAlertGroupsParams) SetFilter(filter []string) + func (o *GetAlertGroupsParams) SetHTTPClient(client *http.Client) + func (o *GetAlertGroupsParams) SetInhibited(inhibited *bool) + func (o *GetAlertGroupsParams) SetReceiver(receiver *string) + func (o *GetAlertGroupsParams) SetSilenced(silenced *bool) + func (o *GetAlertGroupsParams) SetTimeout(timeout time.Duration) + func (o *GetAlertGroupsParams) WithActive(active *bool) *GetAlertGroupsParams + func (o *GetAlertGroupsParams) WithContext(ctx context.Context) *GetAlertGroupsParams + func (o *GetAlertGroupsParams) WithFilter(filter []string) *GetAlertGroupsParams + func (o *GetAlertGroupsParams) WithHTTPClient(client *http.Client) *GetAlertGroupsParams + func (o *GetAlertGroupsParams) WithInhibited(inhibited *bool) *GetAlertGroupsParams + func (o *GetAlertGroupsParams) WithReceiver(receiver *string) *GetAlertGroupsParams + func (o *GetAlertGroupsParams) WithSilenced(silenced *bool) *GetAlertGroupsParams + func (o *GetAlertGroupsParams) WithTimeout(timeout time.Duration) *GetAlertGroupsParams + func (o *GetAlertGroupsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetAlertGroupsReader struct + func (o *GetAlertGroupsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)