alerting

package
v0.0.0-...-e2f0fdc Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 25, 2023 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type API

type API interface {
	/*
	   DeleteAlertingInteractionstatsAlert deletes an interaction stats alert
	*/
	DeleteAlertingInteractionstatsAlert(ctx context.Context, params *DeleteAlertingInteractionstatsAlertParams) (*DeleteAlertingInteractionstatsAlertNoContent, error)
	/*
	   DeleteAlertingInteractionstatsRule deletes an interaction stats rule
	*/
	DeleteAlertingInteractionstatsRule(ctx context.Context, params *DeleteAlertingInteractionstatsRuleParams) (*DeleteAlertingInteractionstatsRuleNoContent, error)
	/*
	   GetAlertingAlertsActive gets active alert count for a user
	*/
	GetAlertingAlertsActive(ctx context.Context, params *GetAlertingAlertsActiveParams) (*GetAlertingAlertsActiveOK, error)
	/*
	   GetAlertingInteractionstatsAlert gets an interaction stats alert
	*/
	GetAlertingInteractionstatsAlert(ctx context.Context, params *GetAlertingInteractionstatsAlertParams) (*GetAlertingInteractionstatsAlertOK, error)
	/*
	   GetAlertingInteractionstatsAlerts gets interaction stats alert list
	*/
	GetAlertingInteractionstatsAlerts(ctx context.Context, params *GetAlertingInteractionstatsAlertsParams) (*GetAlertingInteractionstatsAlertsOK, error)
	/*
	   GetAlertingInteractionstatsAlertsUnread gets user unread count of interaction stats alerts
	*/
	GetAlertingInteractionstatsAlertsUnread(ctx context.Context, params *GetAlertingInteractionstatsAlertsUnreadParams) (*GetAlertingInteractionstatsAlertsUnreadOK, error)
	/*
	   GetAlertingInteractionstatsRule gets an interaction stats rule
	*/
	GetAlertingInteractionstatsRule(ctx context.Context, params *GetAlertingInteractionstatsRuleParams) (*GetAlertingInteractionstatsRuleOK, error)
	/*
	   GetAlertingInteractionstatsRules gets an interaction stats rule list
	*/
	GetAlertingInteractionstatsRules(ctx context.Context, params *GetAlertingInteractionstatsRulesParams) (*GetAlertingInteractionstatsRulesOK, error)
	/*
	   PostAlertingInteractionstatsRules creates an interaction stats rule
	*/
	PostAlertingInteractionstatsRules(ctx context.Context, params *PostAlertingInteractionstatsRulesParams) (*PostAlertingInteractionstatsRulesOK, error)
	/*
	   PutAlertingInteractionstatsAlert updates an interaction stats alert read status
	*/
	PutAlertingInteractionstatsAlert(ctx context.Context, params *PutAlertingInteractionstatsAlertParams) (*PutAlertingInteractionstatsAlertOK, error)
	/*
	   PutAlertingInteractionstatsRule updates an interaction stats rule
	*/
	PutAlertingInteractionstatsRule(ctx context.Context, params *PutAlertingInteractionstatsRuleParams) (*PutAlertingInteractionstatsRuleOK, error)
}

API is the interface of the alerting client

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client for alerting API

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry, authInfo runtime.ClientAuthInfoWriter) *Client

New creates a new alerting API client.

func (*Client) DeleteAlertingInteractionstatsAlert

DeleteAlertingInteractionstatsAlert deletes an interaction stats alert

func (*Client) DeleteAlertingInteractionstatsRule

DeleteAlertingInteractionstatsRule deletes an interaction stats rule

func (*Client) GetAlertingAlertsActive

func (a *Client) GetAlertingAlertsActive(ctx context.Context, params *GetAlertingAlertsActiveParams) (*GetAlertingAlertsActiveOK, error)

GetAlertingAlertsActive gets active alert count for a user

func (*Client) GetAlertingInteractionstatsAlert

func (a *Client) GetAlertingInteractionstatsAlert(ctx context.Context, params *GetAlertingInteractionstatsAlertParams) (*GetAlertingInteractionstatsAlertOK, error)

GetAlertingInteractionstatsAlert gets an interaction stats alert

func (*Client) GetAlertingInteractionstatsAlerts

func (a *Client) GetAlertingInteractionstatsAlerts(ctx context.Context, params *GetAlertingInteractionstatsAlertsParams) (*GetAlertingInteractionstatsAlertsOK, error)

GetAlertingInteractionstatsAlerts gets interaction stats alert list

func (*Client) GetAlertingInteractionstatsAlertsUnread

func (a *Client) GetAlertingInteractionstatsAlertsUnread(ctx context.Context, params *GetAlertingInteractionstatsAlertsUnreadParams) (*GetAlertingInteractionstatsAlertsUnreadOK, error)

GetAlertingInteractionstatsAlertsUnread gets user unread count of interaction stats alerts

func (*Client) GetAlertingInteractionstatsRule

func (a *Client) GetAlertingInteractionstatsRule(ctx context.Context, params *GetAlertingInteractionstatsRuleParams) (*GetAlertingInteractionstatsRuleOK, error)

GetAlertingInteractionstatsRule gets an interaction stats rule

func (*Client) GetAlertingInteractionstatsRules

func (a *Client) GetAlertingInteractionstatsRules(ctx context.Context, params *GetAlertingInteractionstatsRulesParams) (*GetAlertingInteractionstatsRulesOK, error)

GetAlertingInteractionstatsRules gets an interaction stats rule list

func (*Client) PostAlertingInteractionstatsRules

func (a *Client) PostAlertingInteractionstatsRules(ctx context.Context, params *PostAlertingInteractionstatsRulesParams) (*PostAlertingInteractionstatsRulesOK, error)

PostAlertingInteractionstatsRules creates an interaction stats rule

func (*Client) PutAlertingInteractionstatsAlert

func (a *Client) PutAlertingInteractionstatsAlert(ctx context.Context, params *PutAlertingInteractionstatsAlertParams) (*PutAlertingInteractionstatsAlertOK, error)

PutAlertingInteractionstatsAlert updates an interaction stats alert read status

func (*Client) PutAlertingInteractionstatsRule

func (a *Client) PutAlertingInteractionstatsRule(ctx context.Context, params *PutAlertingInteractionstatsRuleParams) (*PutAlertingInteractionstatsRuleOK, error)

PutAlertingInteractionstatsRule updates an interaction stats rule

type DeleteAlertingInteractionstatsAlertBadRequest

type DeleteAlertingInteractionstatsAlertBadRequest struct {
	Payload *models.ErrorBody
}

DeleteAlertingInteractionstatsAlertBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewDeleteAlertingInteractionstatsAlertBadRequest

func NewDeleteAlertingInteractionstatsAlertBadRequest() *DeleteAlertingInteractionstatsAlertBadRequest

NewDeleteAlertingInteractionstatsAlertBadRequest creates a DeleteAlertingInteractionstatsAlertBadRequest with default headers values

func (*DeleteAlertingInteractionstatsAlertBadRequest) Error

func (*DeleteAlertingInteractionstatsAlertBadRequest) GetPayload

func (*DeleteAlertingInteractionstatsAlertBadRequest) IsClientError

IsClientError returns true when this delete alerting interactionstats alert bad request response has a 4xx status code

func (*DeleteAlertingInteractionstatsAlertBadRequest) IsCode

IsCode returns true when this delete alerting interactionstats alert bad request response a status code equal to that given

func (*DeleteAlertingInteractionstatsAlertBadRequest) IsRedirect

IsRedirect returns true when this delete alerting interactionstats alert bad request response has a 3xx status code

func (*DeleteAlertingInteractionstatsAlertBadRequest) IsServerError

IsServerError returns true when this delete alerting interactionstats alert bad request response has a 5xx status code

func (*DeleteAlertingInteractionstatsAlertBadRequest) IsSuccess

IsSuccess returns true when this delete alerting interactionstats alert bad request response has a 2xx status code

func (*DeleteAlertingInteractionstatsAlertBadRequest) String

type DeleteAlertingInteractionstatsAlertForbidden

type DeleteAlertingInteractionstatsAlertForbidden struct {
	Payload *models.ErrorBody
}

DeleteAlertingInteractionstatsAlertForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewDeleteAlertingInteractionstatsAlertForbidden

func NewDeleteAlertingInteractionstatsAlertForbidden() *DeleteAlertingInteractionstatsAlertForbidden

NewDeleteAlertingInteractionstatsAlertForbidden creates a DeleteAlertingInteractionstatsAlertForbidden with default headers values

func (*DeleteAlertingInteractionstatsAlertForbidden) Error

func (*DeleteAlertingInteractionstatsAlertForbidden) GetPayload

func (*DeleteAlertingInteractionstatsAlertForbidden) IsClientError

IsClientError returns true when this delete alerting interactionstats alert forbidden response has a 4xx status code

func (*DeleteAlertingInteractionstatsAlertForbidden) IsCode

IsCode returns true when this delete alerting interactionstats alert forbidden response a status code equal to that given

func (*DeleteAlertingInteractionstatsAlertForbidden) IsRedirect

IsRedirect returns true when this delete alerting interactionstats alert forbidden response has a 3xx status code

func (*DeleteAlertingInteractionstatsAlertForbidden) IsServerError

IsServerError returns true when this delete alerting interactionstats alert forbidden response has a 5xx status code

func (*DeleteAlertingInteractionstatsAlertForbidden) IsSuccess

IsSuccess returns true when this delete alerting interactionstats alert forbidden response has a 2xx status code

func (*DeleteAlertingInteractionstatsAlertForbidden) String

type DeleteAlertingInteractionstatsAlertGatewayTimeout

type DeleteAlertingInteractionstatsAlertGatewayTimeout struct {
	Payload *models.ErrorBody
}

DeleteAlertingInteractionstatsAlertGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewDeleteAlertingInteractionstatsAlertGatewayTimeout

func NewDeleteAlertingInteractionstatsAlertGatewayTimeout() *DeleteAlertingInteractionstatsAlertGatewayTimeout

NewDeleteAlertingInteractionstatsAlertGatewayTimeout creates a DeleteAlertingInteractionstatsAlertGatewayTimeout with default headers values

func (*DeleteAlertingInteractionstatsAlertGatewayTimeout) Error

func (*DeleteAlertingInteractionstatsAlertGatewayTimeout) GetPayload

func (*DeleteAlertingInteractionstatsAlertGatewayTimeout) IsClientError

IsClientError returns true when this delete alerting interactionstats alert gateway timeout response has a 4xx status code

func (*DeleteAlertingInteractionstatsAlertGatewayTimeout) IsCode

IsCode returns true when this delete alerting interactionstats alert gateway timeout response a status code equal to that given

func (*DeleteAlertingInteractionstatsAlertGatewayTimeout) IsRedirect

IsRedirect returns true when this delete alerting interactionstats alert gateway timeout response has a 3xx status code

func (*DeleteAlertingInteractionstatsAlertGatewayTimeout) IsServerError

IsServerError returns true when this delete alerting interactionstats alert gateway timeout response has a 5xx status code

func (*DeleteAlertingInteractionstatsAlertGatewayTimeout) IsSuccess

IsSuccess returns true when this delete alerting interactionstats alert gateway timeout response has a 2xx status code

func (*DeleteAlertingInteractionstatsAlertGatewayTimeout) String

type DeleteAlertingInteractionstatsAlertInternalServerError

type DeleteAlertingInteractionstatsAlertInternalServerError struct {
	Payload *models.ErrorBody
}

DeleteAlertingInteractionstatsAlertInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewDeleteAlertingInteractionstatsAlertInternalServerError

func NewDeleteAlertingInteractionstatsAlertInternalServerError() *DeleteAlertingInteractionstatsAlertInternalServerError

NewDeleteAlertingInteractionstatsAlertInternalServerError creates a DeleteAlertingInteractionstatsAlertInternalServerError with default headers values

func (*DeleteAlertingInteractionstatsAlertInternalServerError) Error

func (*DeleteAlertingInteractionstatsAlertInternalServerError) GetPayload

func (*DeleteAlertingInteractionstatsAlertInternalServerError) IsClientError

IsClientError returns true when this delete alerting interactionstats alert internal server error response has a 4xx status code

func (*DeleteAlertingInteractionstatsAlertInternalServerError) IsCode

IsCode returns true when this delete alerting interactionstats alert internal server error response a status code equal to that given

func (*DeleteAlertingInteractionstatsAlertInternalServerError) IsRedirect

IsRedirect returns true when this delete alerting interactionstats alert internal server error response has a 3xx status code

func (*DeleteAlertingInteractionstatsAlertInternalServerError) IsServerError

IsServerError returns true when this delete alerting interactionstats alert internal server error response has a 5xx status code

func (*DeleteAlertingInteractionstatsAlertInternalServerError) IsSuccess

IsSuccess returns true when this delete alerting interactionstats alert internal server error response has a 2xx status code

func (*DeleteAlertingInteractionstatsAlertInternalServerError) String

type DeleteAlertingInteractionstatsAlertNoContent

type DeleteAlertingInteractionstatsAlertNoContent struct {
}

DeleteAlertingInteractionstatsAlertNoContent describes a response with status code 204, with default header values.

Interaction stats alert deleted

func NewDeleteAlertingInteractionstatsAlertNoContent

func NewDeleteAlertingInteractionstatsAlertNoContent() *DeleteAlertingInteractionstatsAlertNoContent

NewDeleteAlertingInteractionstatsAlertNoContent creates a DeleteAlertingInteractionstatsAlertNoContent with default headers values

func (*DeleteAlertingInteractionstatsAlertNoContent) Error

func (*DeleteAlertingInteractionstatsAlertNoContent) IsClientError

IsClientError returns true when this delete alerting interactionstats alert no content response has a 4xx status code

func (*DeleteAlertingInteractionstatsAlertNoContent) IsCode

IsCode returns true when this delete alerting interactionstats alert no content response a status code equal to that given

func (*DeleteAlertingInteractionstatsAlertNoContent) IsRedirect

IsRedirect returns true when this delete alerting interactionstats alert no content response has a 3xx status code

func (*DeleteAlertingInteractionstatsAlertNoContent) IsServerError

IsServerError returns true when this delete alerting interactionstats alert no content response has a 5xx status code

func (*DeleteAlertingInteractionstatsAlertNoContent) IsSuccess

IsSuccess returns true when this delete alerting interactionstats alert no content response has a 2xx status code

func (*DeleteAlertingInteractionstatsAlertNoContent) String

type DeleteAlertingInteractionstatsAlertNotFound

type DeleteAlertingInteractionstatsAlertNotFound struct {
	Payload *models.ErrorBody
}

DeleteAlertingInteractionstatsAlertNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewDeleteAlertingInteractionstatsAlertNotFound

func NewDeleteAlertingInteractionstatsAlertNotFound() *DeleteAlertingInteractionstatsAlertNotFound

NewDeleteAlertingInteractionstatsAlertNotFound creates a DeleteAlertingInteractionstatsAlertNotFound with default headers values

func (*DeleteAlertingInteractionstatsAlertNotFound) Error

func (*DeleteAlertingInteractionstatsAlertNotFound) GetPayload

func (*DeleteAlertingInteractionstatsAlertNotFound) IsClientError

IsClientError returns true when this delete alerting interactionstats alert not found response has a 4xx status code

func (*DeleteAlertingInteractionstatsAlertNotFound) IsCode

IsCode returns true when this delete alerting interactionstats alert not found response a status code equal to that given

func (*DeleteAlertingInteractionstatsAlertNotFound) IsRedirect

IsRedirect returns true when this delete alerting interactionstats alert not found response has a 3xx status code

func (*DeleteAlertingInteractionstatsAlertNotFound) IsServerError

IsServerError returns true when this delete alerting interactionstats alert not found response has a 5xx status code

func (*DeleteAlertingInteractionstatsAlertNotFound) IsSuccess

IsSuccess returns true when this delete alerting interactionstats alert not found response has a 2xx status code

func (*DeleteAlertingInteractionstatsAlertNotFound) String

type DeleteAlertingInteractionstatsAlertParams

type DeleteAlertingInteractionstatsAlertParams struct {

	/* AlertID.

	   Alert ID
	*/
	AlertID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DeleteAlertingInteractionstatsAlertParams contains all the parameters to send to the API endpoint

for the delete alerting interactionstats alert operation.

Typically these are written to a http.Request.

func NewDeleteAlertingInteractionstatsAlertParams

func NewDeleteAlertingInteractionstatsAlertParams() *DeleteAlertingInteractionstatsAlertParams

NewDeleteAlertingInteractionstatsAlertParams creates a new DeleteAlertingInteractionstatsAlertParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewDeleteAlertingInteractionstatsAlertParamsWithContext

func NewDeleteAlertingInteractionstatsAlertParamsWithContext(ctx context.Context) *DeleteAlertingInteractionstatsAlertParams

NewDeleteAlertingInteractionstatsAlertParamsWithContext creates a new DeleteAlertingInteractionstatsAlertParams object with the ability to set a context for a request.

func NewDeleteAlertingInteractionstatsAlertParamsWithHTTPClient

func NewDeleteAlertingInteractionstatsAlertParamsWithHTTPClient(client *http.Client) *DeleteAlertingInteractionstatsAlertParams

NewDeleteAlertingInteractionstatsAlertParamsWithHTTPClient creates a new DeleteAlertingInteractionstatsAlertParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteAlertingInteractionstatsAlertParamsWithTimeout

func NewDeleteAlertingInteractionstatsAlertParamsWithTimeout(timeout time.Duration) *DeleteAlertingInteractionstatsAlertParams

NewDeleteAlertingInteractionstatsAlertParamsWithTimeout creates a new DeleteAlertingInteractionstatsAlertParams object with the ability to set a timeout on a request.

func (*DeleteAlertingInteractionstatsAlertParams) SetAlertID

func (o *DeleteAlertingInteractionstatsAlertParams) SetAlertID(alertID string)

SetAlertID adds the alertId to the delete alerting interactionstats alert params

func (*DeleteAlertingInteractionstatsAlertParams) SetContext

SetContext adds the context to the delete alerting interactionstats alert params

func (*DeleteAlertingInteractionstatsAlertParams) SetDefaults

SetDefaults hydrates default values in the delete alerting interactionstats alert params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteAlertingInteractionstatsAlertParams) SetHTTPClient

func (o *DeleteAlertingInteractionstatsAlertParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete alerting interactionstats alert params

func (*DeleteAlertingInteractionstatsAlertParams) SetTimeout

SetTimeout adds the timeout to the delete alerting interactionstats alert params

func (*DeleteAlertingInteractionstatsAlertParams) WithAlertID

WithAlertID adds the alertID to the delete alerting interactionstats alert params

func (*DeleteAlertingInteractionstatsAlertParams) WithContext

WithContext adds the context to the delete alerting interactionstats alert params

func (*DeleteAlertingInteractionstatsAlertParams) WithDefaults

WithDefaults hydrates default values in the delete alerting interactionstats alert params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteAlertingInteractionstatsAlertParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete alerting interactionstats alert params

func (*DeleteAlertingInteractionstatsAlertParams) WithTimeout

WithTimeout adds the timeout to the delete alerting interactionstats alert params

func (*DeleteAlertingInteractionstatsAlertParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteAlertingInteractionstatsAlertReader

type DeleteAlertingInteractionstatsAlertReader struct {
	// contains filtered or unexported fields
}

DeleteAlertingInteractionstatsAlertReader is a Reader for the DeleteAlertingInteractionstatsAlert structure.

func (*DeleteAlertingInteractionstatsAlertReader) ReadResponse

func (o *DeleteAlertingInteractionstatsAlertReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeleteAlertingInteractionstatsAlertRequestEntityTooLarge

type DeleteAlertingInteractionstatsAlertRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

DeleteAlertingInteractionstatsAlertRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewDeleteAlertingInteractionstatsAlertRequestEntityTooLarge

func NewDeleteAlertingInteractionstatsAlertRequestEntityTooLarge() *DeleteAlertingInteractionstatsAlertRequestEntityTooLarge

NewDeleteAlertingInteractionstatsAlertRequestEntityTooLarge creates a DeleteAlertingInteractionstatsAlertRequestEntityTooLarge with default headers values

func (*DeleteAlertingInteractionstatsAlertRequestEntityTooLarge) Error

func (*DeleteAlertingInteractionstatsAlertRequestEntityTooLarge) GetPayload

func (*DeleteAlertingInteractionstatsAlertRequestEntityTooLarge) IsClientError

IsClientError returns true when this delete alerting interactionstats alert request entity too large response has a 4xx status code

func (*DeleteAlertingInteractionstatsAlertRequestEntityTooLarge) IsCode

IsCode returns true when this delete alerting interactionstats alert request entity too large response a status code equal to that given

func (*DeleteAlertingInteractionstatsAlertRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this delete alerting interactionstats alert request entity too large response has a 3xx status code

func (*DeleteAlertingInteractionstatsAlertRequestEntityTooLarge) IsServerError

IsServerError returns true when this delete alerting interactionstats alert request entity too large response has a 5xx status code

func (*DeleteAlertingInteractionstatsAlertRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this delete alerting interactionstats alert request entity too large response has a 2xx status code

func (*DeleteAlertingInteractionstatsAlertRequestEntityTooLarge) String

type DeleteAlertingInteractionstatsAlertRequestTimeout

type DeleteAlertingInteractionstatsAlertRequestTimeout struct {
	Payload *models.ErrorBody
}

DeleteAlertingInteractionstatsAlertRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewDeleteAlertingInteractionstatsAlertRequestTimeout

func NewDeleteAlertingInteractionstatsAlertRequestTimeout() *DeleteAlertingInteractionstatsAlertRequestTimeout

NewDeleteAlertingInteractionstatsAlertRequestTimeout creates a DeleteAlertingInteractionstatsAlertRequestTimeout with default headers values

func (*DeleteAlertingInteractionstatsAlertRequestTimeout) Error

func (*DeleteAlertingInteractionstatsAlertRequestTimeout) GetPayload

func (*DeleteAlertingInteractionstatsAlertRequestTimeout) IsClientError

IsClientError returns true when this delete alerting interactionstats alert request timeout response has a 4xx status code

func (*DeleteAlertingInteractionstatsAlertRequestTimeout) IsCode

IsCode returns true when this delete alerting interactionstats alert request timeout response a status code equal to that given

func (*DeleteAlertingInteractionstatsAlertRequestTimeout) IsRedirect

IsRedirect returns true when this delete alerting interactionstats alert request timeout response has a 3xx status code

func (*DeleteAlertingInteractionstatsAlertRequestTimeout) IsServerError

IsServerError returns true when this delete alerting interactionstats alert request timeout response has a 5xx status code

func (*DeleteAlertingInteractionstatsAlertRequestTimeout) IsSuccess

IsSuccess returns true when this delete alerting interactionstats alert request timeout response has a 2xx status code

func (*DeleteAlertingInteractionstatsAlertRequestTimeout) String

type DeleteAlertingInteractionstatsAlertServiceUnavailable

type DeleteAlertingInteractionstatsAlertServiceUnavailable struct {
	Payload *models.ErrorBody
}

DeleteAlertingInteractionstatsAlertServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewDeleteAlertingInteractionstatsAlertServiceUnavailable

func NewDeleteAlertingInteractionstatsAlertServiceUnavailable() *DeleteAlertingInteractionstatsAlertServiceUnavailable

NewDeleteAlertingInteractionstatsAlertServiceUnavailable creates a DeleteAlertingInteractionstatsAlertServiceUnavailable with default headers values

func (*DeleteAlertingInteractionstatsAlertServiceUnavailable) Error

func (*DeleteAlertingInteractionstatsAlertServiceUnavailable) GetPayload

func (*DeleteAlertingInteractionstatsAlertServiceUnavailable) IsClientError

IsClientError returns true when this delete alerting interactionstats alert service unavailable response has a 4xx status code

func (*DeleteAlertingInteractionstatsAlertServiceUnavailable) IsCode

IsCode returns true when this delete alerting interactionstats alert service unavailable response a status code equal to that given

func (*DeleteAlertingInteractionstatsAlertServiceUnavailable) IsRedirect

IsRedirect returns true when this delete alerting interactionstats alert service unavailable response has a 3xx status code

func (*DeleteAlertingInteractionstatsAlertServiceUnavailable) IsServerError

IsServerError returns true when this delete alerting interactionstats alert service unavailable response has a 5xx status code

func (*DeleteAlertingInteractionstatsAlertServiceUnavailable) IsSuccess

IsSuccess returns true when this delete alerting interactionstats alert service unavailable response has a 2xx status code

func (*DeleteAlertingInteractionstatsAlertServiceUnavailable) String

type DeleteAlertingInteractionstatsAlertTooManyRequests

type DeleteAlertingInteractionstatsAlertTooManyRequests struct {
	Payload *models.ErrorBody
}

DeleteAlertingInteractionstatsAlertTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewDeleteAlertingInteractionstatsAlertTooManyRequests

func NewDeleteAlertingInteractionstatsAlertTooManyRequests() *DeleteAlertingInteractionstatsAlertTooManyRequests

NewDeleteAlertingInteractionstatsAlertTooManyRequests creates a DeleteAlertingInteractionstatsAlertTooManyRequests with default headers values

func (*DeleteAlertingInteractionstatsAlertTooManyRequests) Error

func (*DeleteAlertingInteractionstatsAlertTooManyRequests) GetPayload

func (*DeleteAlertingInteractionstatsAlertTooManyRequests) IsClientError

IsClientError returns true when this delete alerting interactionstats alert too many requests response has a 4xx status code

func (*DeleteAlertingInteractionstatsAlertTooManyRequests) IsCode

IsCode returns true when this delete alerting interactionstats alert too many requests response a status code equal to that given

func (*DeleteAlertingInteractionstatsAlertTooManyRequests) IsRedirect

IsRedirect returns true when this delete alerting interactionstats alert too many requests response has a 3xx status code

func (*DeleteAlertingInteractionstatsAlertTooManyRequests) IsServerError

IsServerError returns true when this delete alerting interactionstats alert too many requests response has a 5xx status code

func (*DeleteAlertingInteractionstatsAlertTooManyRequests) IsSuccess

IsSuccess returns true when this delete alerting interactionstats alert too many requests response has a 2xx status code

func (*DeleteAlertingInteractionstatsAlertTooManyRequests) String

type DeleteAlertingInteractionstatsAlertUnauthorized

type DeleteAlertingInteractionstatsAlertUnauthorized struct {
	Payload *models.ErrorBody
}

DeleteAlertingInteractionstatsAlertUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewDeleteAlertingInteractionstatsAlertUnauthorized

func NewDeleteAlertingInteractionstatsAlertUnauthorized() *DeleteAlertingInteractionstatsAlertUnauthorized

NewDeleteAlertingInteractionstatsAlertUnauthorized creates a DeleteAlertingInteractionstatsAlertUnauthorized with default headers values

func (*DeleteAlertingInteractionstatsAlertUnauthorized) Error

func (*DeleteAlertingInteractionstatsAlertUnauthorized) GetPayload

func (*DeleteAlertingInteractionstatsAlertUnauthorized) IsClientError

IsClientError returns true when this delete alerting interactionstats alert unauthorized response has a 4xx status code

func (*DeleteAlertingInteractionstatsAlertUnauthorized) IsCode

IsCode returns true when this delete alerting interactionstats alert unauthorized response a status code equal to that given

func (*DeleteAlertingInteractionstatsAlertUnauthorized) IsRedirect

IsRedirect returns true when this delete alerting interactionstats alert unauthorized response has a 3xx status code

func (*DeleteAlertingInteractionstatsAlertUnauthorized) IsServerError

IsServerError returns true when this delete alerting interactionstats alert unauthorized response has a 5xx status code

func (*DeleteAlertingInteractionstatsAlertUnauthorized) IsSuccess

IsSuccess returns true when this delete alerting interactionstats alert unauthorized response has a 2xx status code

func (*DeleteAlertingInteractionstatsAlertUnauthorized) String

type DeleteAlertingInteractionstatsAlertUnsupportedMediaType

type DeleteAlertingInteractionstatsAlertUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

DeleteAlertingInteractionstatsAlertUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewDeleteAlertingInteractionstatsAlertUnsupportedMediaType

func NewDeleteAlertingInteractionstatsAlertUnsupportedMediaType() *DeleteAlertingInteractionstatsAlertUnsupportedMediaType

NewDeleteAlertingInteractionstatsAlertUnsupportedMediaType creates a DeleteAlertingInteractionstatsAlertUnsupportedMediaType with default headers values

func (*DeleteAlertingInteractionstatsAlertUnsupportedMediaType) Error

func (*DeleteAlertingInteractionstatsAlertUnsupportedMediaType) GetPayload

func (*DeleteAlertingInteractionstatsAlertUnsupportedMediaType) IsClientError

IsClientError returns true when this delete alerting interactionstats alert unsupported media type response has a 4xx status code

func (*DeleteAlertingInteractionstatsAlertUnsupportedMediaType) IsCode

IsCode returns true when this delete alerting interactionstats alert unsupported media type response a status code equal to that given

func (*DeleteAlertingInteractionstatsAlertUnsupportedMediaType) IsRedirect

IsRedirect returns true when this delete alerting interactionstats alert unsupported media type response has a 3xx status code

func (*DeleteAlertingInteractionstatsAlertUnsupportedMediaType) IsServerError

IsServerError returns true when this delete alerting interactionstats alert unsupported media type response has a 5xx status code

func (*DeleteAlertingInteractionstatsAlertUnsupportedMediaType) IsSuccess

IsSuccess returns true when this delete alerting interactionstats alert unsupported media type response has a 2xx status code

func (*DeleteAlertingInteractionstatsAlertUnsupportedMediaType) String

type DeleteAlertingInteractionstatsRuleBadRequest

type DeleteAlertingInteractionstatsRuleBadRequest struct {
	Payload *models.ErrorBody
}

DeleteAlertingInteractionstatsRuleBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewDeleteAlertingInteractionstatsRuleBadRequest

func NewDeleteAlertingInteractionstatsRuleBadRequest() *DeleteAlertingInteractionstatsRuleBadRequest

NewDeleteAlertingInteractionstatsRuleBadRequest creates a DeleteAlertingInteractionstatsRuleBadRequest with default headers values

func (*DeleteAlertingInteractionstatsRuleBadRequest) Error

func (*DeleteAlertingInteractionstatsRuleBadRequest) GetPayload

func (*DeleteAlertingInteractionstatsRuleBadRequest) IsClientError

IsClientError returns true when this delete alerting interactionstats rule bad request response has a 4xx status code

func (*DeleteAlertingInteractionstatsRuleBadRequest) IsCode

IsCode returns true when this delete alerting interactionstats rule bad request response a status code equal to that given

func (*DeleteAlertingInteractionstatsRuleBadRequest) IsRedirect

IsRedirect returns true when this delete alerting interactionstats rule bad request response has a 3xx status code

func (*DeleteAlertingInteractionstatsRuleBadRequest) IsServerError

IsServerError returns true when this delete alerting interactionstats rule bad request response has a 5xx status code

func (*DeleteAlertingInteractionstatsRuleBadRequest) IsSuccess

IsSuccess returns true when this delete alerting interactionstats rule bad request response has a 2xx status code

func (*DeleteAlertingInteractionstatsRuleBadRequest) String

type DeleteAlertingInteractionstatsRuleForbidden

type DeleteAlertingInteractionstatsRuleForbidden struct {
	Payload *models.ErrorBody
}

DeleteAlertingInteractionstatsRuleForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewDeleteAlertingInteractionstatsRuleForbidden

func NewDeleteAlertingInteractionstatsRuleForbidden() *DeleteAlertingInteractionstatsRuleForbidden

NewDeleteAlertingInteractionstatsRuleForbidden creates a DeleteAlertingInteractionstatsRuleForbidden with default headers values

func (*DeleteAlertingInteractionstatsRuleForbidden) Error

func (*DeleteAlertingInteractionstatsRuleForbidden) GetPayload

func (*DeleteAlertingInteractionstatsRuleForbidden) IsClientError

IsClientError returns true when this delete alerting interactionstats rule forbidden response has a 4xx status code

func (*DeleteAlertingInteractionstatsRuleForbidden) IsCode

IsCode returns true when this delete alerting interactionstats rule forbidden response a status code equal to that given

func (*DeleteAlertingInteractionstatsRuleForbidden) IsRedirect

IsRedirect returns true when this delete alerting interactionstats rule forbidden response has a 3xx status code

func (*DeleteAlertingInteractionstatsRuleForbidden) IsServerError

IsServerError returns true when this delete alerting interactionstats rule forbidden response has a 5xx status code

func (*DeleteAlertingInteractionstatsRuleForbidden) IsSuccess

IsSuccess returns true when this delete alerting interactionstats rule forbidden response has a 2xx status code

func (*DeleteAlertingInteractionstatsRuleForbidden) String

type DeleteAlertingInteractionstatsRuleGatewayTimeout

type DeleteAlertingInteractionstatsRuleGatewayTimeout struct {
	Payload *models.ErrorBody
}

DeleteAlertingInteractionstatsRuleGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewDeleteAlertingInteractionstatsRuleGatewayTimeout

func NewDeleteAlertingInteractionstatsRuleGatewayTimeout() *DeleteAlertingInteractionstatsRuleGatewayTimeout

NewDeleteAlertingInteractionstatsRuleGatewayTimeout creates a DeleteAlertingInteractionstatsRuleGatewayTimeout with default headers values

func (*DeleteAlertingInteractionstatsRuleGatewayTimeout) Error

func (*DeleteAlertingInteractionstatsRuleGatewayTimeout) GetPayload

func (*DeleteAlertingInteractionstatsRuleGatewayTimeout) IsClientError

IsClientError returns true when this delete alerting interactionstats rule gateway timeout response has a 4xx status code

func (*DeleteAlertingInteractionstatsRuleGatewayTimeout) IsCode

IsCode returns true when this delete alerting interactionstats rule gateway timeout response a status code equal to that given

func (*DeleteAlertingInteractionstatsRuleGatewayTimeout) IsRedirect

IsRedirect returns true when this delete alerting interactionstats rule gateway timeout response has a 3xx status code

func (*DeleteAlertingInteractionstatsRuleGatewayTimeout) IsServerError

IsServerError returns true when this delete alerting interactionstats rule gateway timeout response has a 5xx status code

func (*DeleteAlertingInteractionstatsRuleGatewayTimeout) IsSuccess

IsSuccess returns true when this delete alerting interactionstats rule gateway timeout response has a 2xx status code

func (*DeleteAlertingInteractionstatsRuleGatewayTimeout) String

type DeleteAlertingInteractionstatsRuleInternalServerError

type DeleteAlertingInteractionstatsRuleInternalServerError struct {
	Payload *models.ErrorBody
}

DeleteAlertingInteractionstatsRuleInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewDeleteAlertingInteractionstatsRuleInternalServerError

func NewDeleteAlertingInteractionstatsRuleInternalServerError() *DeleteAlertingInteractionstatsRuleInternalServerError

NewDeleteAlertingInteractionstatsRuleInternalServerError creates a DeleteAlertingInteractionstatsRuleInternalServerError with default headers values

func (*DeleteAlertingInteractionstatsRuleInternalServerError) Error

func (*DeleteAlertingInteractionstatsRuleInternalServerError) GetPayload

func (*DeleteAlertingInteractionstatsRuleInternalServerError) IsClientError

IsClientError returns true when this delete alerting interactionstats rule internal server error response has a 4xx status code

func (*DeleteAlertingInteractionstatsRuleInternalServerError) IsCode

IsCode returns true when this delete alerting interactionstats rule internal server error response a status code equal to that given

func (*DeleteAlertingInteractionstatsRuleInternalServerError) IsRedirect

IsRedirect returns true when this delete alerting interactionstats rule internal server error response has a 3xx status code

func (*DeleteAlertingInteractionstatsRuleInternalServerError) IsServerError

IsServerError returns true when this delete alerting interactionstats rule internal server error response has a 5xx status code

func (*DeleteAlertingInteractionstatsRuleInternalServerError) IsSuccess

IsSuccess returns true when this delete alerting interactionstats rule internal server error response has a 2xx status code

func (*DeleteAlertingInteractionstatsRuleInternalServerError) String

type DeleteAlertingInteractionstatsRuleNoContent

type DeleteAlertingInteractionstatsRuleNoContent struct {
}

DeleteAlertingInteractionstatsRuleNoContent describes a response with status code 204, with default header values.

Interaction stats rule deleted

func NewDeleteAlertingInteractionstatsRuleNoContent

func NewDeleteAlertingInteractionstatsRuleNoContent() *DeleteAlertingInteractionstatsRuleNoContent

NewDeleteAlertingInteractionstatsRuleNoContent creates a DeleteAlertingInteractionstatsRuleNoContent with default headers values

func (*DeleteAlertingInteractionstatsRuleNoContent) Error

func (*DeleteAlertingInteractionstatsRuleNoContent) IsClientError

IsClientError returns true when this delete alerting interactionstats rule no content response has a 4xx status code

func (*DeleteAlertingInteractionstatsRuleNoContent) IsCode

IsCode returns true when this delete alerting interactionstats rule no content response a status code equal to that given

func (*DeleteAlertingInteractionstatsRuleNoContent) IsRedirect

IsRedirect returns true when this delete alerting interactionstats rule no content response has a 3xx status code

func (*DeleteAlertingInteractionstatsRuleNoContent) IsServerError

IsServerError returns true when this delete alerting interactionstats rule no content response has a 5xx status code

func (*DeleteAlertingInteractionstatsRuleNoContent) IsSuccess

IsSuccess returns true when this delete alerting interactionstats rule no content response has a 2xx status code

func (*DeleteAlertingInteractionstatsRuleNoContent) String

type DeleteAlertingInteractionstatsRuleNotFound

type DeleteAlertingInteractionstatsRuleNotFound struct {
	Payload *models.ErrorBody
}

DeleteAlertingInteractionstatsRuleNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewDeleteAlertingInteractionstatsRuleNotFound

func NewDeleteAlertingInteractionstatsRuleNotFound() *DeleteAlertingInteractionstatsRuleNotFound

NewDeleteAlertingInteractionstatsRuleNotFound creates a DeleteAlertingInteractionstatsRuleNotFound with default headers values

func (*DeleteAlertingInteractionstatsRuleNotFound) Error

func (*DeleteAlertingInteractionstatsRuleNotFound) GetPayload

func (*DeleteAlertingInteractionstatsRuleNotFound) IsClientError

IsClientError returns true when this delete alerting interactionstats rule not found response has a 4xx status code

func (*DeleteAlertingInteractionstatsRuleNotFound) IsCode

IsCode returns true when this delete alerting interactionstats rule not found response a status code equal to that given

func (*DeleteAlertingInteractionstatsRuleNotFound) IsRedirect

IsRedirect returns true when this delete alerting interactionstats rule not found response has a 3xx status code

func (*DeleteAlertingInteractionstatsRuleNotFound) IsServerError

IsServerError returns true when this delete alerting interactionstats rule not found response has a 5xx status code

func (*DeleteAlertingInteractionstatsRuleNotFound) IsSuccess

IsSuccess returns true when this delete alerting interactionstats rule not found response has a 2xx status code

func (*DeleteAlertingInteractionstatsRuleNotFound) String

type DeleteAlertingInteractionstatsRuleParams

type DeleteAlertingInteractionstatsRuleParams struct {

	/* RuleID.

	   Rule ID
	*/
	RuleID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DeleteAlertingInteractionstatsRuleParams contains all the parameters to send to the API endpoint

for the delete alerting interactionstats rule operation.

Typically these are written to a http.Request.

func NewDeleteAlertingInteractionstatsRuleParams

func NewDeleteAlertingInteractionstatsRuleParams() *DeleteAlertingInteractionstatsRuleParams

NewDeleteAlertingInteractionstatsRuleParams creates a new DeleteAlertingInteractionstatsRuleParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewDeleteAlertingInteractionstatsRuleParamsWithContext

func NewDeleteAlertingInteractionstatsRuleParamsWithContext(ctx context.Context) *DeleteAlertingInteractionstatsRuleParams

NewDeleteAlertingInteractionstatsRuleParamsWithContext creates a new DeleteAlertingInteractionstatsRuleParams object with the ability to set a context for a request.

func NewDeleteAlertingInteractionstatsRuleParamsWithHTTPClient

func NewDeleteAlertingInteractionstatsRuleParamsWithHTTPClient(client *http.Client) *DeleteAlertingInteractionstatsRuleParams

NewDeleteAlertingInteractionstatsRuleParamsWithHTTPClient creates a new DeleteAlertingInteractionstatsRuleParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteAlertingInteractionstatsRuleParamsWithTimeout

func NewDeleteAlertingInteractionstatsRuleParamsWithTimeout(timeout time.Duration) *DeleteAlertingInteractionstatsRuleParams

NewDeleteAlertingInteractionstatsRuleParamsWithTimeout creates a new DeleteAlertingInteractionstatsRuleParams object with the ability to set a timeout on a request.

func (*DeleteAlertingInteractionstatsRuleParams) SetContext

SetContext adds the context to the delete alerting interactionstats rule params

func (*DeleteAlertingInteractionstatsRuleParams) SetDefaults

SetDefaults hydrates default values in the delete alerting interactionstats rule params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteAlertingInteractionstatsRuleParams) SetHTTPClient

func (o *DeleteAlertingInteractionstatsRuleParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete alerting interactionstats rule params

func (*DeleteAlertingInteractionstatsRuleParams) SetRuleID

func (o *DeleteAlertingInteractionstatsRuleParams) SetRuleID(ruleID string)

SetRuleID adds the ruleId to the delete alerting interactionstats rule params

func (*DeleteAlertingInteractionstatsRuleParams) SetTimeout

SetTimeout adds the timeout to the delete alerting interactionstats rule params

func (*DeleteAlertingInteractionstatsRuleParams) WithContext

WithContext adds the context to the delete alerting interactionstats rule params

func (*DeleteAlertingInteractionstatsRuleParams) WithDefaults

WithDefaults hydrates default values in the delete alerting interactionstats rule params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteAlertingInteractionstatsRuleParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete alerting interactionstats rule params

func (*DeleteAlertingInteractionstatsRuleParams) WithRuleID

WithRuleID adds the ruleID to the delete alerting interactionstats rule params

func (*DeleteAlertingInteractionstatsRuleParams) WithTimeout

WithTimeout adds the timeout to the delete alerting interactionstats rule params

func (*DeleteAlertingInteractionstatsRuleParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteAlertingInteractionstatsRuleReader

type DeleteAlertingInteractionstatsRuleReader struct {
	// contains filtered or unexported fields
}

DeleteAlertingInteractionstatsRuleReader is a Reader for the DeleteAlertingInteractionstatsRule structure.

func (*DeleteAlertingInteractionstatsRuleReader) ReadResponse

func (o *DeleteAlertingInteractionstatsRuleReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeleteAlertingInteractionstatsRuleRequestEntityTooLarge

type DeleteAlertingInteractionstatsRuleRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

DeleteAlertingInteractionstatsRuleRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewDeleteAlertingInteractionstatsRuleRequestEntityTooLarge

func NewDeleteAlertingInteractionstatsRuleRequestEntityTooLarge() *DeleteAlertingInteractionstatsRuleRequestEntityTooLarge

NewDeleteAlertingInteractionstatsRuleRequestEntityTooLarge creates a DeleteAlertingInteractionstatsRuleRequestEntityTooLarge with default headers values

func (*DeleteAlertingInteractionstatsRuleRequestEntityTooLarge) Error

func (*DeleteAlertingInteractionstatsRuleRequestEntityTooLarge) GetPayload

func (*DeleteAlertingInteractionstatsRuleRequestEntityTooLarge) IsClientError

IsClientError returns true when this delete alerting interactionstats rule request entity too large response has a 4xx status code

func (*DeleteAlertingInteractionstatsRuleRequestEntityTooLarge) IsCode

IsCode returns true when this delete alerting interactionstats rule request entity too large response a status code equal to that given

func (*DeleteAlertingInteractionstatsRuleRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this delete alerting interactionstats rule request entity too large response has a 3xx status code

func (*DeleteAlertingInteractionstatsRuleRequestEntityTooLarge) IsServerError

IsServerError returns true when this delete alerting interactionstats rule request entity too large response has a 5xx status code

func (*DeleteAlertingInteractionstatsRuleRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this delete alerting interactionstats rule request entity too large response has a 2xx status code

func (*DeleteAlertingInteractionstatsRuleRequestEntityTooLarge) String

type DeleteAlertingInteractionstatsRuleRequestTimeout

type DeleteAlertingInteractionstatsRuleRequestTimeout struct {
	Payload *models.ErrorBody
}

DeleteAlertingInteractionstatsRuleRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewDeleteAlertingInteractionstatsRuleRequestTimeout

func NewDeleteAlertingInteractionstatsRuleRequestTimeout() *DeleteAlertingInteractionstatsRuleRequestTimeout

NewDeleteAlertingInteractionstatsRuleRequestTimeout creates a DeleteAlertingInteractionstatsRuleRequestTimeout with default headers values

func (*DeleteAlertingInteractionstatsRuleRequestTimeout) Error

func (*DeleteAlertingInteractionstatsRuleRequestTimeout) GetPayload

func (*DeleteAlertingInteractionstatsRuleRequestTimeout) IsClientError

IsClientError returns true when this delete alerting interactionstats rule request timeout response has a 4xx status code

func (*DeleteAlertingInteractionstatsRuleRequestTimeout) IsCode

IsCode returns true when this delete alerting interactionstats rule request timeout response a status code equal to that given

func (*DeleteAlertingInteractionstatsRuleRequestTimeout) IsRedirect

IsRedirect returns true when this delete alerting interactionstats rule request timeout response has a 3xx status code

func (*DeleteAlertingInteractionstatsRuleRequestTimeout) IsServerError

IsServerError returns true when this delete alerting interactionstats rule request timeout response has a 5xx status code

func (*DeleteAlertingInteractionstatsRuleRequestTimeout) IsSuccess

IsSuccess returns true when this delete alerting interactionstats rule request timeout response has a 2xx status code

func (*DeleteAlertingInteractionstatsRuleRequestTimeout) String

type DeleteAlertingInteractionstatsRuleServiceUnavailable

type DeleteAlertingInteractionstatsRuleServiceUnavailable struct {
	Payload *models.ErrorBody
}

DeleteAlertingInteractionstatsRuleServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewDeleteAlertingInteractionstatsRuleServiceUnavailable

func NewDeleteAlertingInteractionstatsRuleServiceUnavailable() *DeleteAlertingInteractionstatsRuleServiceUnavailable

NewDeleteAlertingInteractionstatsRuleServiceUnavailable creates a DeleteAlertingInteractionstatsRuleServiceUnavailable with default headers values

func (*DeleteAlertingInteractionstatsRuleServiceUnavailable) Error

func (*DeleteAlertingInteractionstatsRuleServiceUnavailable) GetPayload

func (*DeleteAlertingInteractionstatsRuleServiceUnavailable) IsClientError

IsClientError returns true when this delete alerting interactionstats rule service unavailable response has a 4xx status code

func (*DeleteAlertingInteractionstatsRuleServiceUnavailable) IsCode

IsCode returns true when this delete alerting interactionstats rule service unavailable response a status code equal to that given

func (*DeleteAlertingInteractionstatsRuleServiceUnavailable) IsRedirect

IsRedirect returns true when this delete alerting interactionstats rule service unavailable response has a 3xx status code

func (*DeleteAlertingInteractionstatsRuleServiceUnavailable) IsServerError

IsServerError returns true when this delete alerting interactionstats rule service unavailable response has a 5xx status code

func (*DeleteAlertingInteractionstatsRuleServiceUnavailable) IsSuccess

IsSuccess returns true when this delete alerting interactionstats rule service unavailable response has a 2xx status code

func (*DeleteAlertingInteractionstatsRuleServiceUnavailable) String

type DeleteAlertingInteractionstatsRuleTooManyRequests

type DeleteAlertingInteractionstatsRuleTooManyRequests struct {
	Payload *models.ErrorBody
}

DeleteAlertingInteractionstatsRuleTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewDeleteAlertingInteractionstatsRuleTooManyRequests

func NewDeleteAlertingInteractionstatsRuleTooManyRequests() *DeleteAlertingInteractionstatsRuleTooManyRequests

NewDeleteAlertingInteractionstatsRuleTooManyRequests creates a DeleteAlertingInteractionstatsRuleTooManyRequests with default headers values

func (*DeleteAlertingInteractionstatsRuleTooManyRequests) Error

func (*DeleteAlertingInteractionstatsRuleTooManyRequests) GetPayload

func (*DeleteAlertingInteractionstatsRuleTooManyRequests) IsClientError

IsClientError returns true when this delete alerting interactionstats rule too many requests response has a 4xx status code

func (*DeleteAlertingInteractionstatsRuleTooManyRequests) IsCode

IsCode returns true when this delete alerting interactionstats rule too many requests response a status code equal to that given

func (*DeleteAlertingInteractionstatsRuleTooManyRequests) IsRedirect

IsRedirect returns true when this delete alerting interactionstats rule too many requests response has a 3xx status code

func (*DeleteAlertingInteractionstatsRuleTooManyRequests) IsServerError

IsServerError returns true when this delete alerting interactionstats rule too many requests response has a 5xx status code

func (*DeleteAlertingInteractionstatsRuleTooManyRequests) IsSuccess

IsSuccess returns true when this delete alerting interactionstats rule too many requests response has a 2xx status code

func (*DeleteAlertingInteractionstatsRuleTooManyRequests) String

type DeleteAlertingInteractionstatsRuleUnauthorized

type DeleteAlertingInteractionstatsRuleUnauthorized struct {
	Payload *models.ErrorBody
}

DeleteAlertingInteractionstatsRuleUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewDeleteAlertingInteractionstatsRuleUnauthorized

func NewDeleteAlertingInteractionstatsRuleUnauthorized() *DeleteAlertingInteractionstatsRuleUnauthorized

NewDeleteAlertingInteractionstatsRuleUnauthorized creates a DeleteAlertingInteractionstatsRuleUnauthorized with default headers values

func (*DeleteAlertingInteractionstatsRuleUnauthorized) Error

func (*DeleteAlertingInteractionstatsRuleUnauthorized) GetPayload

func (*DeleteAlertingInteractionstatsRuleUnauthorized) IsClientError

IsClientError returns true when this delete alerting interactionstats rule unauthorized response has a 4xx status code

func (*DeleteAlertingInteractionstatsRuleUnauthorized) IsCode

IsCode returns true when this delete alerting interactionstats rule unauthorized response a status code equal to that given

func (*DeleteAlertingInteractionstatsRuleUnauthorized) IsRedirect

IsRedirect returns true when this delete alerting interactionstats rule unauthorized response has a 3xx status code

func (*DeleteAlertingInteractionstatsRuleUnauthorized) IsServerError

IsServerError returns true when this delete alerting interactionstats rule unauthorized response has a 5xx status code

func (*DeleteAlertingInteractionstatsRuleUnauthorized) IsSuccess

IsSuccess returns true when this delete alerting interactionstats rule unauthorized response has a 2xx status code

func (*DeleteAlertingInteractionstatsRuleUnauthorized) String

type DeleteAlertingInteractionstatsRuleUnsupportedMediaType

type DeleteAlertingInteractionstatsRuleUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

DeleteAlertingInteractionstatsRuleUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewDeleteAlertingInteractionstatsRuleUnsupportedMediaType

func NewDeleteAlertingInteractionstatsRuleUnsupportedMediaType() *DeleteAlertingInteractionstatsRuleUnsupportedMediaType

NewDeleteAlertingInteractionstatsRuleUnsupportedMediaType creates a DeleteAlertingInteractionstatsRuleUnsupportedMediaType with default headers values

func (*DeleteAlertingInteractionstatsRuleUnsupportedMediaType) Error

func (*DeleteAlertingInteractionstatsRuleUnsupportedMediaType) GetPayload

func (*DeleteAlertingInteractionstatsRuleUnsupportedMediaType) IsClientError

IsClientError returns true when this delete alerting interactionstats rule unsupported media type response has a 4xx status code

func (*DeleteAlertingInteractionstatsRuleUnsupportedMediaType) IsCode

IsCode returns true when this delete alerting interactionstats rule unsupported media type response a status code equal to that given

func (*DeleteAlertingInteractionstatsRuleUnsupportedMediaType) IsRedirect

IsRedirect returns true when this delete alerting interactionstats rule unsupported media type response has a 3xx status code

func (*DeleteAlertingInteractionstatsRuleUnsupportedMediaType) IsServerError

IsServerError returns true when this delete alerting interactionstats rule unsupported media type response has a 5xx status code

func (*DeleteAlertingInteractionstatsRuleUnsupportedMediaType) IsSuccess

IsSuccess returns true when this delete alerting interactionstats rule unsupported media type response has a 2xx status code

func (*DeleteAlertingInteractionstatsRuleUnsupportedMediaType) String

type GetAlertingAlertsActiveBadRequest

type GetAlertingAlertsActiveBadRequest struct {
	Payload *models.ErrorBody
}

GetAlertingAlertsActiveBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewGetAlertingAlertsActiveBadRequest

func NewGetAlertingAlertsActiveBadRequest() *GetAlertingAlertsActiveBadRequest

NewGetAlertingAlertsActiveBadRequest creates a GetAlertingAlertsActiveBadRequest with default headers values

func (*GetAlertingAlertsActiveBadRequest) Error

func (*GetAlertingAlertsActiveBadRequest) GetPayload

func (*GetAlertingAlertsActiveBadRequest) IsClientError

func (o *GetAlertingAlertsActiveBadRequest) IsClientError() bool

IsClientError returns true when this get alerting alerts active bad request response has a 4xx status code

func (*GetAlertingAlertsActiveBadRequest) IsCode

func (o *GetAlertingAlertsActiveBadRequest) IsCode(code int) bool

IsCode returns true when this get alerting alerts active bad request response a status code equal to that given

func (*GetAlertingAlertsActiveBadRequest) IsRedirect

func (o *GetAlertingAlertsActiveBadRequest) IsRedirect() bool

IsRedirect returns true when this get alerting alerts active bad request response has a 3xx status code

func (*GetAlertingAlertsActiveBadRequest) IsServerError

func (o *GetAlertingAlertsActiveBadRequest) IsServerError() bool

IsServerError returns true when this get alerting alerts active bad request response has a 5xx status code

func (*GetAlertingAlertsActiveBadRequest) IsSuccess

func (o *GetAlertingAlertsActiveBadRequest) IsSuccess() bool

IsSuccess returns true when this get alerting alerts active bad request response has a 2xx status code

func (*GetAlertingAlertsActiveBadRequest) String

type GetAlertingAlertsActiveForbidden

type GetAlertingAlertsActiveForbidden struct {
	Payload *models.ErrorBody
}

GetAlertingAlertsActiveForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewGetAlertingAlertsActiveForbidden

func NewGetAlertingAlertsActiveForbidden() *GetAlertingAlertsActiveForbidden

NewGetAlertingAlertsActiveForbidden creates a GetAlertingAlertsActiveForbidden with default headers values

func (*GetAlertingAlertsActiveForbidden) Error

func (*GetAlertingAlertsActiveForbidden) GetPayload

func (*GetAlertingAlertsActiveForbidden) IsClientError

func (o *GetAlertingAlertsActiveForbidden) IsClientError() bool

IsClientError returns true when this get alerting alerts active forbidden response has a 4xx status code

func (*GetAlertingAlertsActiveForbidden) IsCode

func (o *GetAlertingAlertsActiveForbidden) IsCode(code int) bool

IsCode returns true when this get alerting alerts active forbidden response a status code equal to that given

func (*GetAlertingAlertsActiveForbidden) IsRedirect

func (o *GetAlertingAlertsActiveForbidden) IsRedirect() bool

IsRedirect returns true when this get alerting alerts active forbidden response has a 3xx status code

func (*GetAlertingAlertsActiveForbidden) IsServerError

func (o *GetAlertingAlertsActiveForbidden) IsServerError() bool

IsServerError returns true when this get alerting alerts active forbidden response has a 5xx status code

func (*GetAlertingAlertsActiveForbidden) IsSuccess

func (o *GetAlertingAlertsActiveForbidden) IsSuccess() bool

IsSuccess returns true when this get alerting alerts active forbidden response has a 2xx status code

func (*GetAlertingAlertsActiveForbidden) String

type GetAlertingAlertsActiveGatewayTimeout

type GetAlertingAlertsActiveGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetAlertingAlertsActiveGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetAlertingAlertsActiveGatewayTimeout

func NewGetAlertingAlertsActiveGatewayTimeout() *GetAlertingAlertsActiveGatewayTimeout

NewGetAlertingAlertsActiveGatewayTimeout creates a GetAlertingAlertsActiveGatewayTimeout with default headers values

func (*GetAlertingAlertsActiveGatewayTimeout) Error

func (*GetAlertingAlertsActiveGatewayTimeout) GetPayload

func (*GetAlertingAlertsActiveGatewayTimeout) IsClientError

func (o *GetAlertingAlertsActiveGatewayTimeout) IsClientError() bool

IsClientError returns true when this get alerting alerts active gateway timeout response has a 4xx status code

func (*GetAlertingAlertsActiveGatewayTimeout) IsCode

IsCode returns true when this get alerting alerts active gateway timeout response a status code equal to that given

func (*GetAlertingAlertsActiveGatewayTimeout) IsRedirect

IsRedirect returns true when this get alerting alerts active gateway timeout response has a 3xx status code

func (*GetAlertingAlertsActiveGatewayTimeout) IsServerError

func (o *GetAlertingAlertsActiveGatewayTimeout) IsServerError() bool

IsServerError returns true when this get alerting alerts active gateway timeout response has a 5xx status code

func (*GetAlertingAlertsActiveGatewayTimeout) IsSuccess

IsSuccess returns true when this get alerting alerts active gateway timeout response has a 2xx status code

func (*GetAlertingAlertsActiveGatewayTimeout) String

type GetAlertingAlertsActiveInternalServerError

type GetAlertingAlertsActiveInternalServerError struct {
	Payload *models.ErrorBody
}

GetAlertingAlertsActiveInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetAlertingAlertsActiveInternalServerError

func NewGetAlertingAlertsActiveInternalServerError() *GetAlertingAlertsActiveInternalServerError

NewGetAlertingAlertsActiveInternalServerError creates a GetAlertingAlertsActiveInternalServerError with default headers values

func (*GetAlertingAlertsActiveInternalServerError) Error

func (*GetAlertingAlertsActiveInternalServerError) GetPayload

func (*GetAlertingAlertsActiveInternalServerError) IsClientError

IsClientError returns true when this get alerting alerts active internal server error response has a 4xx status code

func (*GetAlertingAlertsActiveInternalServerError) IsCode

IsCode returns true when this get alerting alerts active internal server error response a status code equal to that given

func (*GetAlertingAlertsActiveInternalServerError) IsRedirect

IsRedirect returns true when this get alerting alerts active internal server error response has a 3xx status code

func (*GetAlertingAlertsActiveInternalServerError) IsServerError

IsServerError returns true when this get alerting alerts active internal server error response has a 5xx status code

func (*GetAlertingAlertsActiveInternalServerError) IsSuccess

IsSuccess returns true when this get alerting alerts active internal server error response has a 2xx status code

func (*GetAlertingAlertsActiveInternalServerError) String

type GetAlertingAlertsActiveNotFound

type GetAlertingAlertsActiveNotFound struct {
	Payload *models.ErrorBody
}

GetAlertingAlertsActiveNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetAlertingAlertsActiveNotFound

func NewGetAlertingAlertsActiveNotFound() *GetAlertingAlertsActiveNotFound

NewGetAlertingAlertsActiveNotFound creates a GetAlertingAlertsActiveNotFound with default headers values

func (*GetAlertingAlertsActiveNotFound) Error

func (*GetAlertingAlertsActiveNotFound) GetPayload

func (*GetAlertingAlertsActiveNotFound) IsClientError

func (o *GetAlertingAlertsActiveNotFound) IsClientError() bool

IsClientError returns true when this get alerting alerts active not found response has a 4xx status code

func (*GetAlertingAlertsActiveNotFound) IsCode

func (o *GetAlertingAlertsActiveNotFound) IsCode(code int) bool

IsCode returns true when this get alerting alerts active not found response a status code equal to that given

func (*GetAlertingAlertsActiveNotFound) IsRedirect

func (o *GetAlertingAlertsActiveNotFound) IsRedirect() bool

IsRedirect returns true when this get alerting alerts active not found response has a 3xx status code

func (*GetAlertingAlertsActiveNotFound) IsServerError

func (o *GetAlertingAlertsActiveNotFound) IsServerError() bool

IsServerError returns true when this get alerting alerts active not found response has a 5xx status code

func (*GetAlertingAlertsActiveNotFound) IsSuccess

func (o *GetAlertingAlertsActiveNotFound) IsSuccess() bool

IsSuccess returns true when this get alerting alerts active not found response has a 2xx status code

func (*GetAlertingAlertsActiveNotFound) String

type GetAlertingAlertsActiveOK

type GetAlertingAlertsActiveOK struct {
	Payload *models.ActiveAlertCount
}

GetAlertingAlertsActiveOK describes a response with status code 200, with default header values.

successful operation

func NewGetAlertingAlertsActiveOK

func NewGetAlertingAlertsActiveOK() *GetAlertingAlertsActiveOK

NewGetAlertingAlertsActiveOK creates a GetAlertingAlertsActiveOK with default headers values

func (*GetAlertingAlertsActiveOK) Error

func (o *GetAlertingAlertsActiveOK) Error() string

func (*GetAlertingAlertsActiveOK) GetPayload

func (*GetAlertingAlertsActiveOK) IsClientError

func (o *GetAlertingAlertsActiveOK) IsClientError() bool

IsClientError returns true when this get alerting alerts active o k response has a 4xx status code

func (*GetAlertingAlertsActiveOK) IsCode

func (o *GetAlertingAlertsActiveOK) IsCode(code int) bool

IsCode returns true when this get alerting alerts active o k response a status code equal to that given

func (*GetAlertingAlertsActiveOK) IsRedirect

func (o *GetAlertingAlertsActiveOK) IsRedirect() bool

IsRedirect returns true when this get alerting alerts active o k response has a 3xx status code

func (*GetAlertingAlertsActiveOK) IsServerError

func (o *GetAlertingAlertsActiveOK) IsServerError() bool

IsServerError returns true when this get alerting alerts active o k response has a 5xx status code

func (*GetAlertingAlertsActiveOK) IsSuccess

func (o *GetAlertingAlertsActiveOK) IsSuccess() bool

IsSuccess returns true when this get alerting alerts active o k response has a 2xx status code

func (*GetAlertingAlertsActiveOK) String

func (o *GetAlertingAlertsActiveOK) String() string

type GetAlertingAlertsActiveParams

type GetAlertingAlertsActiveParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetAlertingAlertsActiveParams contains all the parameters to send to the API endpoint

for the get alerting alerts active operation.

Typically these are written to a http.Request.

func NewGetAlertingAlertsActiveParams

func NewGetAlertingAlertsActiveParams() *GetAlertingAlertsActiveParams

NewGetAlertingAlertsActiveParams creates a new GetAlertingAlertsActiveParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetAlertingAlertsActiveParamsWithContext

func NewGetAlertingAlertsActiveParamsWithContext(ctx context.Context) *GetAlertingAlertsActiveParams

NewGetAlertingAlertsActiveParamsWithContext creates a new GetAlertingAlertsActiveParams object with the ability to set a context for a request.

func NewGetAlertingAlertsActiveParamsWithHTTPClient

func NewGetAlertingAlertsActiveParamsWithHTTPClient(client *http.Client) *GetAlertingAlertsActiveParams

NewGetAlertingAlertsActiveParamsWithHTTPClient creates a new GetAlertingAlertsActiveParams object with the ability to set a custom HTTPClient for a request.

func NewGetAlertingAlertsActiveParamsWithTimeout

func NewGetAlertingAlertsActiveParamsWithTimeout(timeout time.Duration) *GetAlertingAlertsActiveParams

NewGetAlertingAlertsActiveParamsWithTimeout creates a new GetAlertingAlertsActiveParams object with the ability to set a timeout on a request.

func (*GetAlertingAlertsActiveParams) SetContext

func (o *GetAlertingAlertsActiveParams) SetContext(ctx context.Context)

SetContext adds the context to the get alerting alerts active params

func (*GetAlertingAlertsActiveParams) SetDefaults

func (o *GetAlertingAlertsActiveParams) SetDefaults()

SetDefaults hydrates default values in the get alerting alerts active params (not the query body).

All values with no default are reset to their zero value.

func (*GetAlertingAlertsActiveParams) SetHTTPClient

func (o *GetAlertingAlertsActiveParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get alerting alerts active params

func (*GetAlertingAlertsActiveParams) SetTimeout

func (o *GetAlertingAlertsActiveParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get alerting alerts active params

func (*GetAlertingAlertsActiveParams) WithContext

WithContext adds the context to the get alerting alerts active params

func (*GetAlertingAlertsActiveParams) WithDefaults

WithDefaults hydrates default values in the get alerting alerts active params (not the query body).

All values with no default are reset to their zero value.

func (*GetAlertingAlertsActiveParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get alerting alerts active params

func (*GetAlertingAlertsActiveParams) WithTimeout

WithTimeout adds the timeout to the get alerting alerts active params

func (*GetAlertingAlertsActiveParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAlertingAlertsActiveReader

type GetAlertingAlertsActiveReader struct {
	// contains filtered or unexported fields
}

GetAlertingAlertsActiveReader is a Reader for the GetAlertingAlertsActive structure.

func (*GetAlertingAlertsActiveReader) ReadResponse

func (o *GetAlertingAlertsActiveReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetAlertingAlertsActiveRequestEntityTooLarge

type GetAlertingAlertsActiveRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetAlertingAlertsActiveRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetAlertingAlertsActiveRequestEntityTooLarge

func NewGetAlertingAlertsActiveRequestEntityTooLarge() *GetAlertingAlertsActiveRequestEntityTooLarge

NewGetAlertingAlertsActiveRequestEntityTooLarge creates a GetAlertingAlertsActiveRequestEntityTooLarge with default headers values

func (*GetAlertingAlertsActiveRequestEntityTooLarge) Error

func (*GetAlertingAlertsActiveRequestEntityTooLarge) GetPayload

func (*GetAlertingAlertsActiveRequestEntityTooLarge) IsClientError

IsClientError returns true when this get alerting alerts active request entity too large response has a 4xx status code

func (*GetAlertingAlertsActiveRequestEntityTooLarge) IsCode

IsCode returns true when this get alerting alerts active request entity too large response a status code equal to that given

func (*GetAlertingAlertsActiveRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get alerting alerts active request entity too large response has a 3xx status code

func (*GetAlertingAlertsActiveRequestEntityTooLarge) IsServerError

IsServerError returns true when this get alerting alerts active request entity too large response has a 5xx status code

func (*GetAlertingAlertsActiveRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get alerting alerts active request entity too large response has a 2xx status code

func (*GetAlertingAlertsActiveRequestEntityTooLarge) String

type GetAlertingAlertsActiveRequestTimeout

type GetAlertingAlertsActiveRequestTimeout struct {
	Payload *models.ErrorBody
}

GetAlertingAlertsActiveRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetAlertingAlertsActiveRequestTimeout

func NewGetAlertingAlertsActiveRequestTimeout() *GetAlertingAlertsActiveRequestTimeout

NewGetAlertingAlertsActiveRequestTimeout creates a GetAlertingAlertsActiveRequestTimeout with default headers values

func (*GetAlertingAlertsActiveRequestTimeout) Error

func (*GetAlertingAlertsActiveRequestTimeout) GetPayload

func (*GetAlertingAlertsActiveRequestTimeout) IsClientError

func (o *GetAlertingAlertsActiveRequestTimeout) IsClientError() bool

IsClientError returns true when this get alerting alerts active request timeout response has a 4xx status code

func (*GetAlertingAlertsActiveRequestTimeout) IsCode

IsCode returns true when this get alerting alerts active request timeout response a status code equal to that given

func (*GetAlertingAlertsActiveRequestTimeout) IsRedirect

IsRedirect returns true when this get alerting alerts active request timeout response has a 3xx status code

func (*GetAlertingAlertsActiveRequestTimeout) IsServerError

func (o *GetAlertingAlertsActiveRequestTimeout) IsServerError() bool

IsServerError returns true when this get alerting alerts active request timeout response has a 5xx status code

func (*GetAlertingAlertsActiveRequestTimeout) IsSuccess

IsSuccess returns true when this get alerting alerts active request timeout response has a 2xx status code

func (*GetAlertingAlertsActiveRequestTimeout) String

type GetAlertingAlertsActiveServiceUnavailable

type GetAlertingAlertsActiveServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetAlertingAlertsActiveServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetAlertingAlertsActiveServiceUnavailable

func NewGetAlertingAlertsActiveServiceUnavailable() *GetAlertingAlertsActiveServiceUnavailable

NewGetAlertingAlertsActiveServiceUnavailable creates a GetAlertingAlertsActiveServiceUnavailable with default headers values

func (*GetAlertingAlertsActiveServiceUnavailable) Error

func (*GetAlertingAlertsActiveServiceUnavailable) GetPayload

func (*GetAlertingAlertsActiveServiceUnavailable) IsClientError

IsClientError returns true when this get alerting alerts active service unavailable response has a 4xx status code

func (*GetAlertingAlertsActiveServiceUnavailable) IsCode

IsCode returns true when this get alerting alerts active service unavailable response a status code equal to that given

func (*GetAlertingAlertsActiveServiceUnavailable) IsRedirect

IsRedirect returns true when this get alerting alerts active service unavailable response has a 3xx status code

func (*GetAlertingAlertsActiveServiceUnavailable) IsServerError

IsServerError returns true when this get alerting alerts active service unavailable response has a 5xx status code

func (*GetAlertingAlertsActiveServiceUnavailable) IsSuccess

IsSuccess returns true when this get alerting alerts active service unavailable response has a 2xx status code

func (*GetAlertingAlertsActiveServiceUnavailable) String

type GetAlertingAlertsActiveTooManyRequests

type GetAlertingAlertsActiveTooManyRequests struct {
	Payload *models.ErrorBody
}

GetAlertingAlertsActiveTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetAlertingAlertsActiveTooManyRequests

func NewGetAlertingAlertsActiveTooManyRequests() *GetAlertingAlertsActiveTooManyRequests

NewGetAlertingAlertsActiveTooManyRequests creates a GetAlertingAlertsActiveTooManyRequests with default headers values

func (*GetAlertingAlertsActiveTooManyRequests) Error

func (*GetAlertingAlertsActiveTooManyRequests) GetPayload

func (*GetAlertingAlertsActiveTooManyRequests) IsClientError

func (o *GetAlertingAlertsActiveTooManyRequests) IsClientError() bool

IsClientError returns true when this get alerting alerts active too many requests response has a 4xx status code

func (*GetAlertingAlertsActiveTooManyRequests) IsCode

IsCode returns true when this get alerting alerts active too many requests response a status code equal to that given

func (*GetAlertingAlertsActiveTooManyRequests) IsRedirect

IsRedirect returns true when this get alerting alerts active too many requests response has a 3xx status code

func (*GetAlertingAlertsActiveTooManyRequests) IsServerError

func (o *GetAlertingAlertsActiveTooManyRequests) IsServerError() bool

IsServerError returns true when this get alerting alerts active too many requests response has a 5xx status code

func (*GetAlertingAlertsActiveTooManyRequests) IsSuccess

IsSuccess returns true when this get alerting alerts active too many requests response has a 2xx status code

func (*GetAlertingAlertsActiveTooManyRequests) String

type GetAlertingAlertsActiveUnauthorized

type GetAlertingAlertsActiveUnauthorized struct {
	Payload *models.ErrorBody
}

GetAlertingAlertsActiveUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewGetAlertingAlertsActiveUnauthorized

func NewGetAlertingAlertsActiveUnauthorized() *GetAlertingAlertsActiveUnauthorized

NewGetAlertingAlertsActiveUnauthorized creates a GetAlertingAlertsActiveUnauthorized with default headers values

func (*GetAlertingAlertsActiveUnauthorized) Error

func (*GetAlertingAlertsActiveUnauthorized) GetPayload

func (*GetAlertingAlertsActiveUnauthorized) IsClientError

func (o *GetAlertingAlertsActiveUnauthorized) IsClientError() bool

IsClientError returns true when this get alerting alerts active unauthorized response has a 4xx status code

func (*GetAlertingAlertsActiveUnauthorized) IsCode

IsCode returns true when this get alerting alerts active unauthorized response a status code equal to that given

func (*GetAlertingAlertsActiveUnauthorized) IsRedirect

func (o *GetAlertingAlertsActiveUnauthorized) IsRedirect() bool

IsRedirect returns true when this get alerting alerts active unauthorized response has a 3xx status code

func (*GetAlertingAlertsActiveUnauthorized) IsServerError

func (o *GetAlertingAlertsActiveUnauthorized) IsServerError() bool

IsServerError returns true when this get alerting alerts active unauthorized response has a 5xx status code

func (*GetAlertingAlertsActiveUnauthorized) IsSuccess

IsSuccess returns true when this get alerting alerts active unauthorized response has a 2xx status code

func (*GetAlertingAlertsActiveUnauthorized) String

type GetAlertingAlertsActiveUnsupportedMediaType

type GetAlertingAlertsActiveUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetAlertingAlertsActiveUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetAlertingAlertsActiveUnsupportedMediaType

func NewGetAlertingAlertsActiveUnsupportedMediaType() *GetAlertingAlertsActiveUnsupportedMediaType

NewGetAlertingAlertsActiveUnsupportedMediaType creates a GetAlertingAlertsActiveUnsupportedMediaType with default headers values

func (*GetAlertingAlertsActiveUnsupportedMediaType) Error

func (*GetAlertingAlertsActiveUnsupportedMediaType) GetPayload

func (*GetAlertingAlertsActiveUnsupportedMediaType) IsClientError

IsClientError returns true when this get alerting alerts active unsupported media type response has a 4xx status code

func (*GetAlertingAlertsActiveUnsupportedMediaType) IsCode

IsCode returns true when this get alerting alerts active unsupported media type response a status code equal to that given

func (*GetAlertingAlertsActiveUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get alerting alerts active unsupported media type response has a 3xx status code

func (*GetAlertingAlertsActiveUnsupportedMediaType) IsServerError

IsServerError returns true when this get alerting alerts active unsupported media type response has a 5xx status code

func (*GetAlertingAlertsActiveUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get alerting alerts active unsupported media type response has a 2xx status code

func (*GetAlertingAlertsActiveUnsupportedMediaType) String

type GetAlertingInteractionstatsAlertBadRequest

type GetAlertingInteractionstatsAlertBadRequest struct {
	Payload *models.ErrorBody
}

GetAlertingInteractionstatsAlertBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewGetAlertingInteractionstatsAlertBadRequest

func NewGetAlertingInteractionstatsAlertBadRequest() *GetAlertingInteractionstatsAlertBadRequest

NewGetAlertingInteractionstatsAlertBadRequest creates a GetAlertingInteractionstatsAlertBadRequest with default headers values

func (*GetAlertingInteractionstatsAlertBadRequest) Error

func (*GetAlertingInteractionstatsAlertBadRequest) GetPayload

func (*GetAlertingInteractionstatsAlertBadRequest) IsClientError

IsClientError returns true when this get alerting interactionstats alert bad request response has a 4xx status code

func (*GetAlertingInteractionstatsAlertBadRequest) IsCode

IsCode returns true when this get alerting interactionstats alert bad request response a status code equal to that given

func (*GetAlertingInteractionstatsAlertBadRequest) IsRedirect

IsRedirect returns true when this get alerting interactionstats alert bad request response has a 3xx status code

func (*GetAlertingInteractionstatsAlertBadRequest) IsServerError

IsServerError returns true when this get alerting interactionstats alert bad request response has a 5xx status code

func (*GetAlertingInteractionstatsAlertBadRequest) IsSuccess

IsSuccess returns true when this get alerting interactionstats alert bad request response has a 2xx status code

func (*GetAlertingInteractionstatsAlertBadRequest) String

type GetAlertingInteractionstatsAlertForbidden

type GetAlertingInteractionstatsAlertForbidden struct {
	Payload *models.ErrorBody
}

GetAlertingInteractionstatsAlertForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewGetAlertingInteractionstatsAlertForbidden

func NewGetAlertingInteractionstatsAlertForbidden() *GetAlertingInteractionstatsAlertForbidden

NewGetAlertingInteractionstatsAlertForbidden creates a GetAlertingInteractionstatsAlertForbidden with default headers values

func (*GetAlertingInteractionstatsAlertForbidden) Error

func (*GetAlertingInteractionstatsAlertForbidden) GetPayload

func (*GetAlertingInteractionstatsAlertForbidden) IsClientError

IsClientError returns true when this get alerting interactionstats alert forbidden response has a 4xx status code

func (*GetAlertingInteractionstatsAlertForbidden) IsCode

IsCode returns true when this get alerting interactionstats alert forbidden response a status code equal to that given

func (*GetAlertingInteractionstatsAlertForbidden) IsRedirect

IsRedirect returns true when this get alerting interactionstats alert forbidden response has a 3xx status code

func (*GetAlertingInteractionstatsAlertForbidden) IsServerError

IsServerError returns true when this get alerting interactionstats alert forbidden response has a 5xx status code

func (*GetAlertingInteractionstatsAlertForbidden) IsSuccess

IsSuccess returns true when this get alerting interactionstats alert forbidden response has a 2xx status code

func (*GetAlertingInteractionstatsAlertForbidden) String

type GetAlertingInteractionstatsAlertGatewayTimeout

type GetAlertingInteractionstatsAlertGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetAlertingInteractionstatsAlertGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetAlertingInteractionstatsAlertGatewayTimeout

func NewGetAlertingInteractionstatsAlertGatewayTimeout() *GetAlertingInteractionstatsAlertGatewayTimeout

NewGetAlertingInteractionstatsAlertGatewayTimeout creates a GetAlertingInteractionstatsAlertGatewayTimeout with default headers values

func (*GetAlertingInteractionstatsAlertGatewayTimeout) Error

func (*GetAlertingInteractionstatsAlertGatewayTimeout) GetPayload

func (*GetAlertingInteractionstatsAlertGatewayTimeout) IsClientError

IsClientError returns true when this get alerting interactionstats alert gateway timeout response has a 4xx status code

func (*GetAlertingInteractionstatsAlertGatewayTimeout) IsCode

IsCode returns true when this get alerting interactionstats alert gateway timeout response a status code equal to that given

func (*GetAlertingInteractionstatsAlertGatewayTimeout) IsRedirect

IsRedirect returns true when this get alerting interactionstats alert gateway timeout response has a 3xx status code

func (*GetAlertingInteractionstatsAlertGatewayTimeout) IsServerError

IsServerError returns true when this get alerting interactionstats alert gateway timeout response has a 5xx status code

func (*GetAlertingInteractionstatsAlertGatewayTimeout) IsSuccess

IsSuccess returns true when this get alerting interactionstats alert gateway timeout response has a 2xx status code

func (*GetAlertingInteractionstatsAlertGatewayTimeout) String

type GetAlertingInteractionstatsAlertInternalServerError

type GetAlertingInteractionstatsAlertInternalServerError struct {
	Payload *models.ErrorBody
}

GetAlertingInteractionstatsAlertInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetAlertingInteractionstatsAlertInternalServerError

func NewGetAlertingInteractionstatsAlertInternalServerError() *GetAlertingInteractionstatsAlertInternalServerError

NewGetAlertingInteractionstatsAlertInternalServerError creates a GetAlertingInteractionstatsAlertInternalServerError with default headers values

func (*GetAlertingInteractionstatsAlertInternalServerError) Error

func (*GetAlertingInteractionstatsAlertInternalServerError) GetPayload

func (*GetAlertingInteractionstatsAlertInternalServerError) IsClientError

IsClientError returns true when this get alerting interactionstats alert internal server error response has a 4xx status code

func (*GetAlertingInteractionstatsAlertInternalServerError) IsCode

IsCode returns true when this get alerting interactionstats alert internal server error response a status code equal to that given

func (*GetAlertingInteractionstatsAlertInternalServerError) IsRedirect

IsRedirect returns true when this get alerting interactionstats alert internal server error response has a 3xx status code

func (*GetAlertingInteractionstatsAlertInternalServerError) IsServerError

IsServerError returns true when this get alerting interactionstats alert internal server error response has a 5xx status code

func (*GetAlertingInteractionstatsAlertInternalServerError) IsSuccess

IsSuccess returns true when this get alerting interactionstats alert internal server error response has a 2xx status code

func (*GetAlertingInteractionstatsAlertInternalServerError) String

type GetAlertingInteractionstatsAlertNotFound

type GetAlertingInteractionstatsAlertNotFound struct {
	Payload *models.ErrorBody
}

GetAlertingInteractionstatsAlertNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetAlertingInteractionstatsAlertNotFound

func NewGetAlertingInteractionstatsAlertNotFound() *GetAlertingInteractionstatsAlertNotFound

NewGetAlertingInteractionstatsAlertNotFound creates a GetAlertingInteractionstatsAlertNotFound with default headers values

func (*GetAlertingInteractionstatsAlertNotFound) Error

func (*GetAlertingInteractionstatsAlertNotFound) GetPayload

func (*GetAlertingInteractionstatsAlertNotFound) IsClientError

IsClientError returns true when this get alerting interactionstats alert not found response has a 4xx status code

func (*GetAlertingInteractionstatsAlertNotFound) IsCode

IsCode returns true when this get alerting interactionstats alert not found response a status code equal to that given

func (*GetAlertingInteractionstatsAlertNotFound) IsRedirect

IsRedirect returns true when this get alerting interactionstats alert not found response has a 3xx status code

func (*GetAlertingInteractionstatsAlertNotFound) IsServerError

IsServerError returns true when this get alerting interactionstats alert not found response has a 5xx status code

func (*GetAlertingInteractionstatsAlertNotFound) IsSuccess

IsSuccess returns true when this get alerting interactionstats alert not found response has a 2xx status code

func (*GetAlertingInteractionstatsAlertNotFound) String

type GetAlertingInteractionstatsAlertOK

type GetAlertingInteractionstatsAlertOK struct {
	Payload *models.InteractionStatsAlert
}

GetAlertingInteractionstatsAlertOK describes a response with status code 200, with default header values.

successful operation

func NewGetAlertingInteractionstatsAlertOK

func NewGetAlertingInteractionstatsAlertOK() *GetAlertingInteractionstatsAlertOK

NewGetAlertingInteractionstatsAlertOK creates a GetAlertingInteractionstatsAlertOK with default headers values

func (*GetAlertingInteractionstatsAlertOK) Error

func (*GetAlertingInteractionstatsAlertOK) GetPayload

func (*GetAlertingInteractionstatsAlertOK) IsClientError

func (o *GetAlertingInteractionstatsAlertOK) IsClientError() bool

IsClientError returns true when this get alerting interactionstats alert o k response has a 4xx status code

func (*GetAlertingInteractionstatsAlertOK) IsCode

IsCode returns true when this get alerting interactionstats alert o k response a status code equal to that given

func (*GetAlertingInteractionstatsAlertOK) IsRedirect

func (o *GetAlertingInteractionstatsAlertOK) IsRedirect() bool

IsRedirect returns true when this get alerting interactionstats alert o k response has a 3xx status code

func (*GetAlertingInteractionstatsAlertOK) IsServerError

func (o *GetAlertingInteractionstatsAlertOK) IsServerError() bool

IsServerError returns true when this get alerting interactionstats alert o k response has a 5xx status code

func (*GetAlertingInteractionstatsAlertOK) IsSuccess

IsSuccess returns true when this get alerting interactionstats alert o k response has a 2xx status code

func (*GetAlertingInteractionstatsAlertOK) String

type GetAlertingInteractionstatsAlertParams

type GetAlertingInteractionstatsAlertParams struct {

	/* AlertID.

	   Alert ID
	*/
	AlertID string

	/* Expand.

	   Which fields, if any, to expand
	*/
	Expand []string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetAlertingInteractionstatsAlertParams contains all the parameters to send to the API endpoint

for the get alerting interactionstats alert operation.

Typically these are written to a http.Request.

func NewGetAlertingInteractionstatsAlertParams

func NewGetAlertingInteractionstatsAlertParams() *GetAlertingInteractionstatsAlertParams

NewGetAlertingInteractionstatsAlertParams creates a new GetAlertingInteractionstatsAlertParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetAlertingInteractionstatsAlertParamsWithContext

func NewGetAlertingInteractionstatsAlertParamsWithContext(ctx context.Context) *GetAlertingInteractionstatsAlertParams

NewGetAlertingInteractionstatsAlertParamsWithContext creates a new GetAlertingInteractionstatsAlertParams object with the ability to set a context for a request.

func NewGetAlertingInteractionstatsAlertParamsWithHTTPClient

func NewGetAlertingInteractionstatsAlertParamsWithHTTPClient(client *http.Client) *GetAlertingInteractionstatsAlertParams

NewGetAlertingInteractionstatsAlertParamsWithHTTPClient creates a new GetAlertingInteractionstatsAlertParams object with the ability to set a custom HTTPClient for a request.

func NewGetAlertingInteractionstatsAlertParamsWithTimeout

func NewGetAlertingInteractionstatsAlertParamsWithTimeout(timeout time.Duration) *GetAlertingInteractionstatsAlertParams

NewGetAlertingInteractionstatsAlertParamsWithTimeout creates a new GetAlertingInteractionstatsAlertParams object with the ability to set a timeout on a request.

func (*GetAlertingInteractionstatsAlertParams) SetAlertID

func (o *GetAlertingInteractionstatsAlertParams) SetAlertID(alertID string)

SetAlertID adds the alertId to the get alerting interactionstats alert params

func (*GetAlertingInteractionstatsAlertParams) SetContext

SetContext adds the context to the get alerting interactionstats alert params

func (*GetAlertingInteractionstatsAlertParams) SetDefaults

func (o *GetAlertingInteractionstatsAlertParams) SetDefaults()

SetDefaults hydrates default values in the get alerting interactionstats alert params (not the query body).

All values with no default are reset to their zero value.

func (*GetAlertingInteractionstatsAlertParams) SetExpand

func (o *GetAlertingInteractionstatsAlertParams) SetExpand(expand []string)

SetExpand adds the expand to the get alerting interactionstats alert params

func (*GetAlertingInteractionstatsAlertParams) SetHTTPClient

func (o *GetAlertingInteractionstatsAlertParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get alerting interactionstats alert params

func (*GetAlertingInteractionstatsAlertParams) SetTimeout

func (o *GetAlertingInteractionstatsAlertParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get alerting interactionstats alert params

func (*GetAlertingInteractionstatsAlertParams) WithAlertID

WithAlertID adds the alertID to the get alerting interactionstats alert params

func (*GetAlertingInteractionstatsAlertParams) WithContext

WithContext adds the context to the get alerting interactionstats alert params

func (*GetAlertingInteractionstatsAlertParams) WithDefaults

WithDefaults hydrates default values in the get alerting interactionstats alert params (not the query body).

All values with no default are reset to their zero value.

func (*GetAlertingInteractionstatsAlertParams) WithExpand

WithExpand adds the expand to the get alerting interactionstats alert params

func (*GetAlertingInteractionstatsAlertParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get alerting interactionstats alert params

func (*GetAlertingInteractionstatsAlertParams) WithTimeout

WithTimeout adds the timeout to the get alerting interactionstats alert params

func (*GetAlertingInteractionstatsAlertParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAlertingInteractionstatsAlertReader

type GetAlertingInteractionstatsAlertReader struct {
	// contains filtered or unexported fields
}

GetAlertingInteractionstatsAlertReader is a Reader for the GetAlertingInteractionstatsAlert structure.

func (*GetAlertingInteractionstatsAlertReader) ReadResponse

func (o *GetAlertingInteractionstatsAlertReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetAlertingInteractionstatsAlertRequestEntityTooLarge

type GetAlertingInteractionstatsAlertRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetAlertingInteractionstatsAlertRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetAlertingInteractionstatsAlertRequestEntityTooLarge

func NewGetAlertingInteractionstatsAlertRequestEntityTooLarge() *GetAlertingInteractionstatsAlertRequestEntityTooLarge

NewGetAlertingInteractionstatsAlertRequestEntityTooLarge creates a GetAlertingInteractionstatsAlertRequestEntityTooLarge with default headers values

func (*GetAlertingInteractionstatsAlertRequestEntityTooLarge) Error

func (*GetAlertingInteractionstatsAlertRequestEntityTooLarge) GetPayload

func (*GetAlertingInteractionstatsAlertRequestEntityTooLarge) IsClientError

IsClientError returns true when this get alerting interactionstats alert request entity too large response has a 4xx status code

func (*GetAlertingInteractionstatsAlertRequestEntityTooLarge) IsCode

IsCode returns true when this get alerting interactionstats alert request entity too large response a status code equal to that given

func (*GetAlertingInteractionstatsAlertRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get alerting interactionstats alert request entity too large response has a 3xx status code

func (*GetAlertingInteractionstatsAlertRequestEntityTooLarge) IsServerError

IsServerError returns true when this get alerting interactionstats alert request entity too large response has a 5xx status code

func (*GetAlertingInteractionstatsAlertRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get alerting interactionstats alert request entity too large response has a 2xx status code

func (*GetAlertingInteractionstatsAlertRequestEntityTooLarge) String

type GetAlertingInteractionstatsAlertRequestTimeout

type GetAlertingInteractionstatsAlertRequestTimeout struct {
	Payload *models.ErrorBody
}

GetAlertingInteractionstatsAlertRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetAlertingInteractionstatsAlertRequestTimeout

func NewGetAlertingInteractionstatsAlertRequestTimeout() *GetAlertingInteractionstatsAlertRequestTimeout

NewGetAlertingInteractionstatsAlertRequestTimeout creates a GetAlertingInteractionstatsAlertRequestTimeout with default headers values

func (*GetAlertingInteractionstatsAlertRequestTimeout) Error

func (*GetAlertingInteractionstatsAlertRequestTimeout) GetPayload

func (*GetAlertingInteractionstatsAlertRequestTimeout) IsClientError

IsClientError returns true when this get alerting interactionstats alert request timeout response has a 4xx status code

func (*GetAlertingInteractionstatsAlertRequestTimeout) IsCode

IsCode returns true when this get alerting interactionstats alert request timeout response a status code equal to that given

func (*GetAlertingInteractionstatsAlertRequestTimeout) IsRedirect

IsRedirect returns true when this get alerting interactionstats alert request timeout response has a 3xx status code

func (*GetAlertingInteractionstatsAlertRequestTimeout) IsServerError

IsServerError returns true when this get alerting interactionstats alert request timeout response has a 5xx status code

func (*GetAlertingInteractionstatsAlertRequestTimeout) IsSuccess

IsSuccess returns true when this get alerting interactionstats alert request timeout response has a 2xx status code

func (*GetAlertingInteractionstatsAlertRequestTimeout) String

type GetAlertingInteractionstatsAlertServiceUnavailable

type GetAlertingInteractionstatsAlertServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetAlertingInteractionstatsAlertServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetAlertingInteractionstatsAlertServiceUnavailable

func NewGetAlertingInteractionstatsAlertServiceUnavailable() *GetAlertingInteractionstatsAlertServiceUnavailable

NewGetAlertingInteractionstatsAlertServiceUnavailable creates a GetAlertingInteractionstatsAlertServiceUnavailable with default headers values

func (*GetAlertingInteractionstatsAlertServiceUnavailable) Error

func (*GetAlertingInteractionstatsAlertServiceUnavailable) GetPayload

func (*GetAlertingInteractionstatsAlertServiceUnavailable) IsClientError

IsClientError returns true when this get alerting interactionstats alert service unavailable response has a 4xx status code

func (*GetAlertingInteractionstatsAlertServiceUnavailable) IsCode

IsCode returns true when this get alerting interactionstats alert service unavailable response a status code equal to that given

func (*GetAlertingInteractionstatsAlertServiceUnavailable) IsRedirect

IsRedirect returns true when this get alerting interactionstats alert service unavailable response has a 3xx status code

func (*GetAlertingInteractionstatsAlertServiceUnavailable) IsServerError

IsServerError returns true when this get alerting interactionstats alert service unavailable response has a 5xx status code

func (*GetAlertingInteractionstatsAlertServiceUnavailable) IsSuccess

IsSuccess returns true when this get alerting interactionstats alert service unavailable response has a 2xx status code

func (*GetAlertingInteractionstatsAlertServiceUnavailable) String

type GetAlertingInteractionstatsAlertTooManyRequests

type GetAlertingInteractionstatsAlertTooManyRequests struct {
	Payload *models.ErrorBody
}

GetAlertingInteractionstatsAlertTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetAlertingInteractionstatsAlertTooManyRequests

func NewGetAlertingInteractionstatsAlertTooManyRequests() *GetAlertingInteractionstatsAlertTooManyRequests

NewGetAlertingInteractionstatsAlertTooManyRequests creates a GetAlertingInteractionstatsAlertTooManyRequests with default headers values

func (*GetAlertingInteractionstatsAlertTooManyRequests) Error

func (*GetAlertingInteractionstatsAlertTooManyRequests) GetPayload

func (*GetAlertingInteractionstatsAlertTooManyRequests) IsClientError

IsClientError returns true when this get alerting interactionstats alert too many requests response has a 4xx status code

func (*GetAlertingInteractionstatsAlertTooManyRequests) IsCode

IsCode returns true when this get alerting interactionstats alert too many requests response a status code equal to that given

func (*GetAlertingInteractionstatsAlertTooManyRequests) IsRedirect

IsRedirect returns true when this get alerting interactionstats alert too many requests response has a 3xx status code

func (*GetAlertingInteractionstatsAlertTooManyRequests) IsServerError

IsServerError returns true when this get alerting interactionstats alert too many requests response has a 5xx status code

func (*GetAlertingInteractionstatsAlertTooManyRequests) IsSuccess

IsSuccess returns true when this get alerting interactionstats alert too many requests response has a 2xx status code

func (*GetAlertingInteractionstatsAlertTooManyRequests) String

type GetAlertingInteractionstatsAlertUnauthorized

type GetAlertingInteractionstatsAlertUnauthorized struct {
	Payload *models.ErrorBody
}

GetAlertingInteractionstatsAlertUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewGetAlertingInteractionstatsAlertUnauthorized

func NewGetAlertingInteractionstatsAlertUnauthorized() *GetAlertingInteractionstatsAlertUnauthorized

NewGetAlertingInteractionstatsAlertUnauthorized creates a GetAlertingInteractionstatsAlertUnauthorized with default headers values

func (*GetAlertingInteractionstatsAlertUnauthorized) Error

func (*GetAlertingInteractionstatsAlertUnauthorized) GetPayload

func (*GetAlertingInteractionstatsAlertUnauthorized) IsClientError

IsClientError returns true when this get alerting interactionstats alert unauthorized response has a 4xx status code

func (*GetAlertingInteractionstatsAlertUnauthorized) IsCode

IsCode returns true when this get alerting interactionstats alert unauthorized response a status code equal to that given

func (*GetAlertingInteractionstatsAlertUnauthorized) IsRedirect

IsRedirect returns true when this get alerting interactionstats alert unauthorized response has a 3xx status code

func (*GetAlertingInteractionstatsAlertUnauthorized) IsServerError

IsServerError returns true when this get alerting interactionstats alert unauthorized response has a 5xx status code

func (*GetAlertingInteractionstatsAlertUnauthorized) IsSuccess

IsSuccess returns true when this get alerting interactionstats alert unauthorized response has a 2xx status code

func (*GetAlertingInteractionstatsAlertUnauthorized) String

type GetAlertingInteractionstatsAlertUnsupportedMediaType

type GetAlertingInteractionstatsAlertUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetAlertingInteractionstatsAlertUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetAlertingInteractionstatsAlertUnsupportedMediaType

func NewGetAlertingInteractionstatsAlertUnsupportedMediaType() *GetAlertingInteractionstatsAlertUnsupportedMediaType

NewGetAlertingInteractionstatsAlertUnsupportedMediaType creates a GetAlertingInteractionstatsAlertUnsupportedMediaType with default headers values

func (*GetAlertingInteractionstatsAlertUnsupportedMediaType) Error

func (*GetAlertingInteractionstatsAlertUnsupportedMediaType) GetPayload

func (*GetAlertingInteractionstatsAlertUnsupportedMediaType) IsClientError

IsClientError returns true when this get alerting interactionstats alert unsupported media type response has a 4xx status code

func (*GetAlertingInteractionstatsAlertUnsupportedMediaType) IsCode

IsCode returns true when this get alerting interactionstats alert unsupported media type response a status code equal to that given

func (*GetAlertingInteractionstatsAlertUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get alerting interactionstats alert unsupported media type response has a 3xx status code

func (*GetAlertingInteractionstatsAlertUnsupportedMediaType) IsServerError

IsServerError returns true when this get alerting interactionstats alert unsupported media type response has a 5xx status code

func (*GetAlertingInteractionstatsAlertUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get alerting interactionstats alert unsupported media type response has a 2xx status code

func (*GetAlertingInteractionstatsAlertUnsupportedMediaType) String

type GetAlertingInteractionstatsAlertsBadRequest

type GetAlertingInteractionstatsAlertsBadRequest struct {
	Payload *models.ErrorBody
}

GetAlertingInteractionstatsAlertsBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewGetAlertingInteractionstatsAlertsBadRequest

func NewGetAlertingInteractionstatsAlertsBadRequest() *GetAlertingInteractionstatsAlertsBadRequest

NewGetAlertingInteractionstatsAlertsBadRequest creates a GetAlertingInteractionstatsAlertsBadRequest with default headers values

func (*GetAlertingInteractionstatsAlertsBadRequest) Error

func (*GetAlertingInteractionstatsAlertsBadRequest) GetPayload

func (*GetAlertingInteractionstatsAlertsBadRequest) IsClientError

IsClientError returns true when this get alerting interactionstats alerts bad request response has a 4xx status code

func (*GetAlertingInteractionstatsAlertsBadRequest) IsCode

IsCode returns true when this get alerting interactionstats alerts bad request response a status code equal to that given

func (*GetAlertingInteractionstatsAlertsBadRequest) IsRedirect

IsRedirect returns true when this get alerting interactionstats alerts bad request response has a 3xx status code

func (*GetAlertingInteractionstatsAlertsBadRequest) IsServerError

IsServerError returns true when this get alerting interactionstats alerts bad request response has a 5xx status code

func (*GetAlertingInteractionstatsAlertsBadRequest) IsSuccess

IsSuccess returns true when this get alerting interactionstats alerts bad request response has a 2xx status code

func (*GetAlertingInteractionstatsAlertsBadRequest) String

type GetAlertingInteractionstatsAlertsForbidden

type GetAlertingInteractionstatsAlertsForbidden struct {
	Payload *models.ErrorBody
}

GetAlertingInteractionstatsAlertsForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewGetAlertingInteractionstatsAlertsForbidden

func NewGetAlertingInteractionstatsAlertsForbidden() *GetAlertingInteractionstatsAlertsForbidden

NewGetAlertingInteractionstatsAlertsForbidden creates a GetAlertingInteractionstatsAlertsForbidden with default headers values

func (*GetAlertingInteractionstatsAlertsForbidden) Error

func (*GetAlertingInteractionstatsAlertsForbidden) GetPayload

func (*GetAlertingInteractionstatsAlertsForbidden) IsClientError

IsClientError returns true when this get alerting interactionstats alerts forbidden response has a 4xx status code

func (*GetAlertingInteractionstatsAlertsForbidden) IsCode

IsCode returns true when this get alerting interactionstats alerts forbidden response a status code equal to that given

func (*GetAlertingInteractionstatsAlertsForbidden) IsRedirect

IsRedirect returns true when this get alerting interactionstats alerts forbidden response has a 3xx status code

func (*GetAlertingInteractionstatsAlertsForbidden) IsServerError

IsServerError returns true when this get alerting interactionstats alerts forbidden response has a 5xx status code

func (*GetAlertingInteractionstatsAlertsForbidden) IsSuccess

IsSuccess returns true when this get alerting interactionstats alerts forbidden response has a 2xx status code

func (*GetAlertingInteractionstatsAlertsForbidden) String

type GetAlertingInteractionstatsAlertsGatewayTimeout

type GetAlertingInteractionstatsAlertsGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetAlertingInteractionstatsAlertsGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetAlertingInteractionstatsAlertsGatewayTimeout

func NewGetAlertingInteractionstatsAlertsGatewayTimeout() *GetAlertingInteractionstatsAlertsGatewayTimeout

NewGetAlertingInteractionstatsAlertsGatewayTimeout creates a GetAlertingInteractionstatsAlertsGatewayTimeout with default headers values

func (*GetAlertingInteractionstatsAlertsGatewayTimeout) Error

func (*GetAlertingInteractionstatsAlertsGatewayTimeout) GetPayload

func (*GetAlertingInteractionstatsAlertsGatewayTimeout) IsClientError

IsClientError returns true when this get alerting interactionstats alerts gateway timeout response has a 4xx status code

func (*GetAlertingInteractionstatsAlertsGatewayTimeout) IsCode

IsCode returns true when this get alerting interactionstats alerts gateway timeout response a status code equal to that given

func (*GetAlertingInteractionstatsAlertsGatewayTimeout) IsRedirect

IsRedirect returns true when this get alerting interactionstats alerts gateway timeout response has a 3xx status code

func (*GetAlertingInteractionstatsAlertsGatewayTimeout) IsServerError

IsServerError returns true when this get alerting interactionstats alerts gateway timeout response has a 5xx status code

func (*GetAlertingInteractionstatsAlertsGatewayTimeout) IsSuccess

IsSuccess returns true when this get alerting interactionstats alerts gateway timeout response has a 2xx status code

func (*GetAlertingInteractionstatsAlertsGatewayTimeout) String

type GetAlertingInteractionstatsAlertsInternalServerError

type GetAlertingInteractionstatsAlertsInternalServerError struct {
	Payload *models.ErrorBody
}

GetAlertingInteractionstatsAlertsInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetAlertingInteractionstatsAlertsInternalServerError

func NewGetAlertingInteractionstatsAlertsInternalServerError() *GetAlertingInteractionstatsAlertsInternalServerError

NewGetAlertingInteractionstatsAlertsInternalServerError creates a GetAlertingInteractionstatsAlertsInternalServerError with default headers values

func (*GetAlertingInteractionstatsAlertsInternalServerError) Error

func (*GetAlertingInteractionstatsAlertsInternalServerError) GetPayload

func (*GetAlertingInteractionstatsAlertsInternalServerError) IsClientError

IsClientError returns true when this get alerting interactionstats alerts internal server error response has a 4xx status code

func (*GetAlertingInteractionstatsAlertsInternalServerError) IsCode

IsCode returns true when this get alerting interactionstats alerts internal server error response a status code equal to that given

func (*GetAlertingInteractionstatsAlertsInternalServerError) IsRedirect

IsRedirect returns true when this get alerting interactionstats alerts internal server error response has a 3xx status code

func (*GetAlertingInteractionstatsAlertsInternalServerError) IsServerError

IsServerError returns true when this get alerting interactionstats alerts internal server error response has a 5xx status code

func (*GetAlertingInteractionstatsAlertsInternalServerError) IsSuccess

IsSuccess returns true when this get alerting interactionstats alerts internal server error response has a 2xx status code

func (*GetAlertingInteractionstatsAlertsInternalServerError) String

type GetAlertingInteractionstatsAlertsNotFound

type GetAlertingInteractionstatsAlertsNotFound struct {
	Payload *models.ErrorBody
}

GetAlertingInteractionstatsAlertsNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetAlertingInteractionstatsAlertsNotFound

func NewGetAlertingInteractionstatsAlertsNotFound() *GetAlertingInteractionstatsAlertsNotFound

NewGetAlertingInteractionstatsAlertsNotFound creates a GetAlertingInteractionstatsAlertsNotFound with default headers values

func (*GetAlertingInteractionstatsAlertsNotFound) Error

func (*GetAlertingInteractionstatsAlertsNotFound) GetPayload

func (*GetAlertingInteractionstatsAlertsNotFound) IsClientError

IsClientError returns true when this get alerting interactionstats alerts not found response has a 4xx status code

func (*GetAlertingInteractionstatsAlertsNotFound) IsCode

IsCode returns true when this get alerting interactionstats alerts not found response a status code equal to that given

func (*GetAlertingInteractionstatsAlertsNotFound) IsRedirect

IsRedirect returns true when this get alerting interactionstats alerts not found response has a 3xx status code

func (*GetAlertingInteractionstatsAlertsNotFound) IsServerError

IsServerError returns true when this get alerting interactionstats alerts not found response has a 5xx status code

func (*GetAlertingInteractionstatsAlertsNotFound) IsSuccess

IsSuccess returns true when this get alerting interactionstats alerts not found response has a 2xx status code

func (*GetAlertingInteractionstatsAlertsNotFound) String

type GetAlertingInteractionstatsAlertsOK

type GetAlertingInteractionstatsAlertsOK struct {
	Payload *models.InteractionStatsAlertContainer
}

GetAlertingInteractionstatsAlertsOK describes a response with status code 200, with default header values.

successful operation

func NewGetAlertingInteractionstatsAlertsOK

func NewGetAlertingInteractionstatsAlertsOK() *GetAlertingInteractionstatsAlertsOK

NewGetAlertingInteractionstatsAlertsOK creates a GetAlertingInteractionstatsAlertsOK with default headers values

func (*GetAlertingInteractionstatsAlertsOK) Error

func (*GetAlertingInteractionstatsAlertsOK) GetPayload

func (*GetAlertingInteractionstatsAlertsOK) IsClientError

func (o *GetAlertingInteractionstatsAlertsOK) IsClientError() bool

IsClientError returns true when this get alerting interactionstats alerts o k response has a 4xx status code

func (*GetAlertingInteractionstatsAlertsOK) IsCode

IsCode returns true when this get alerting interactionstats alerts o k response a status code equal to that given

func (*GetAlertingInteractionstatsAlertsOK) IsRedirect

func (o *GetAlertingInteractionstatsAlertsOK) IsRedirect() bool

IsRedirect returns true when this get alerting interactionstats alerts o k response has a 3xx status code

func (*GetAlertingInteractionstatsAlertsOK) IsServerError

func (o *GetAlertingInteractionstatsAlertsOK) IsServerError() bool

IsServerError returns true when this get alerting interactionstats alerts o k response has a 5xx status code

func (*GetAlertingInteractionstatsAlertsOK) IsSuccess

IsSuccess returns true when this get alerting interactionstats alerts o k response has a 2xx status code

func (*GetAlertingInteractionstatsAlertsOK) String

type GetAlertingInteractionstatsAlertsParams

type GetAlertingInteractionstatsAlertsParams struct {

	/* Expand.

	   Which fields, if any, to expand
	*/
	Expand []string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetAlertingInteractionstatsAlertsParams contains all the parameters to send to the API endpoint

for the get alerting interactionstats alerts operation.

Typically these are written to a http.Request.

func NewGetAlertingInteractionstatsAlertsParams

func NewGetAlertingInteractionstatsAlertsParams() *GetAlertingInteractionstatsAlertsParams

NewGetAlertingInteractionstatsAlertsParams creates a new GetAlertingInteractionstatsAlertsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetAlertingInteractionstatsAlertsParamsWithContext

func NewGetAlertingInteractionstatsAlertsParamsWithContext(ctx context.Context) *GetAlertingInteractionstatsAlertsParams

NewGetAlertingInteractionstatsAlertsParamsWithContext creates a new GetAlertingInteractionstatsAlertsParams object with the ability to set a context for a request.

func NewGetAlertingInteractionstatsAlertsParamsWithHTTPClient

func NewGetAlertingInteractionstatsAlertsParamsWithHTTPClient(client *http.Client) *GetAlertingInteractionstatsAlertsParams

NewGetAlertingInteractionstatsAlertsParamsWithHTTPClient creates a new GetAlertingInteractionstatsAlertsParams object with the ability to set a custom HTTPClient for a request.

func NewGetAlertingInteractionstatsAlertsParamsWithTimeout

func NewGetAlertingInteractionstatsAlertsParamsWithTimeout(timeout time.Duration) *GetAlertingInteractionstatsAlertsParams

NewGetAlertingInteractionstatsAlertsParamsWithTimeout creates a new GetAlertingInteractionstatsAlertsParams object with the ability to set a timeout on a request.

func (*GetAlertingInteractionstatsAlertsParams) SetContext

SetContext adds the context to the get alerting interactionstats alerts params

func (*GetAlertingInteractionstatsAlertsParams) SetDefaults

func (o *GetAlertingInteractionstatsAlertsParams) SetDefaults()

SetDefaults hydrates default values in the get alerting interactionstats alerts params (not the query body).

All values with no default are reset to their zero value.

func (*GetAlertingInteractionstatsAlertsParams) SetExpand

func (o *GetAlertingInteractionstatsAlertsParams) SetExpand(expand []string)

SetExpand adds the expand to the get alerting interactionstats alerts params

func (*GetAlertingInteractionstatsAlertsParams) SetHTTPClient

func (o *GetAlertingInteractionstatsAlertsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get alerting interactionstats alerts params

func (*GetAlertingInteractionstatsAlertsParams) SetTimeout

func (o *GetAlertingInteractionstatsAlertsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get alerting interactionstats alerts params

func (*GetAlertingInteractionstatsAlertsParams) WithContext

WithContext adds the context to the get alerting interactionstats alerts params

func (*GetAlertingInteractionstatsAlertsParams) WithDefaults

WithDefaults hydrates default values in the get alerting interactionstats alerts params (not the query body).

All values with no default are reset to their zero value.

func (*GetAlertingInteractionstatsAlertsParams) WithExpand

WithExpand adds the expand to the get alerting interactionstats alerts params

func (*GetAlertingInteractionstatsAlertsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get alerting interactionstats alerts params

func (*GetAlertingInteractionstatsAlertsParams) WithTimeout

WithTimeout adds the timeout to the get alerting interactionstats alerts params

func (*GetAlertingInteractionstatsAlertsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAlertingInteractionstatsAlertsReader

type GetAlertingInteractionstatsAlertsReader struct {
	// contains filtered or unexported fields
}

GetAlertingInteractionstatsAlertsReader is a Reader for the GetAlertingInteractionstatsAlerts structure.

func (*GetAlertingInteractionstatsAlertsReader) ReadResponse

func (o *GetAlertingInteractionstatsAlertsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetAlertingInteractionstatsAlertsRequestEntityTooLarge

type GetAlertingInteractionstatsAlertsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetAlertingInteractionstatsAlertsRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetAlertingInteractionstatsAlertsRequestEntityTooLarge

func NewGetAlertingInteractionstatsAlertsRequestEntityTooLarge() *GetAlertingInteractionstatsAlertsRequestEntityTooLarge

NewGetAlertingInteractionstatsAlertsRequestEntityTooLarge creates a GetAlertingInteractionstatsAlertsRequestEntityTooLarge with default headers values

func (*GetAlertingInteractionstatsAlertsRequestEntityTooLarge) Error

func (*GetAlertingInteractionstatsAlertsRequestEntityTooLarge) GetPayload

func (*GetAlertingInteractionstatsAlertsRequestEntityTooLarge) IsClientError

IsClientError returns true when this get alerting interactionstats alerts request entity too large response has a 4xx status code

func (*GetAlertingInteractionstatsAlertsRequestEntityTooLarge) IsCode

IsCode returns true when this get alerting interactionstats alerts request entity too large response a status code equal to that given

func (*GetAlertingInteractionstatsAlertsRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get alerting interactionstats alerts request entity too large response has a 3xx status code

func (*GetAlertingInteractionstatsAlertsRequestEntityTooLarge) IsServerError

IsServerError returns true when this get alerting interactionstats alerts request entity too large response has a 5xx status code

func (*GetAlertingInteractionstatsAlertsRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get alerting interactionstats alerts request entity too large response has a 2xx status code

func (*GetAlertingInteractionstatsAlertsRequestEntityTooLarge) String

type GetAlertingInteractionstatsAlertsRequestTimeout

type GetAlertingInteractionstatsAlertsRequestTimeout struct {
	Payload *models.ErrorBody
}

GetAlertingInteractionstatsAlertsRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetAlertingInteractionstatsAlertsRequestTimeout

func NewGetAlertingInteractionstatsAlertsRequestTimeout() *GetAlertingInteractionstatsAlertsRequestTimeout

NewGetAlertingInteractionstatsAlertsRequestTimeout creates a GetAlertingInteractionstatsAlertsRequestTimeout with default headers values

func (*GetAlertingInteractionstatsAlertsRequestTimeout) Error

func (*GetAlertingInteractionstatsAlertsRequestTimeout) GetPayload

func (*GetAlertingInteractionstatsAlertsRequestTimeout) IsClientError

IsClientError returns true when this get alerting interactionstats alerts request timeout response has a 4xx status code

func (*GetAlertingInteractionstatsAlertsRequestTimeout) IsCode

IsCode returns true when this get alerting interactionstats alerts request timeout response a status code equal to that given

func (*GetAlertingInteractionstatsAlertsRequestTimeout) IsRedirect

IsRedirect returns true when this get alerting interactionstats alerts request timeout response has a 3xx status code

func (*GetAlertingInteractionstatsAlertsRequestTimeout) IsServerError

IsServerError returns true when this get alerting interactionstats alerts request timeout response has a 5xx status code

func (*GetAlertingInteractionstatsAlertsRequestTimeout) IsSuccess

IsSuccess returns true when this get alerting interactionstats alerts request timeout response has a 2xx status code

func (*GetAlertingInteractionstatsAlertsRequestTimeout) String

type GetAlertingInteractionstatsAlertsServiceUnavailable

type GetAlertingInteractionstatsAlertsServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetAlertingInteractionstatsAlertsServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetAlertingInteractionstatsAlertsServiceUnavailable

func NewGetAlertingInteractionstatsAlertsServiceUnavailable() *GetAlertingInteractionstatsAlertsServiceUnavailable

NewGetAlertingInteractionstatsAlertsServiceUnavailable creates a GetAlertingInteractionstatsAlertsServiceUnavailable with default headers values

func (*GetAlertingInteractionstatsAlertsServiceUnavailable) Error

func (*GetAlertingInteractionstatsAlertsServiceUnavailable) GetPayload

func (*GetAlertingInteractionstatsAlertsServiceUnavailable) IsClientError

IsClientError returns true when this get alerting interactionstats alerts service unavailable response has a 4xx status code

func (*GetAlertingInteractionstatsAlertsServiceUnavailable) IsCode

IsCode returns true when this get alerting interactionstats alerts service unavailable response a status code equal to that given

func (*GetAlertingInteractionstatsAlertsServiceUnavailable) IsRedirect

IsRedirect returns true when this get alerting interactionstats alerts service unavailable response has a 3xx status code

func (*GetAlertingInteractionstatsAlertsServiceUnavailable) IsServerError

IsServerError returns true when this get alerting interactionstats alerts service unavailable response has a 5xx status code

func (*GetAlertingInteractionstatsAlertsServiceUnavailable) IsSuccess

IsSuccess returns true when this get alerting interactionstats alerts service unavailable response has a 2xx status code

func (*GetAlertingInteractionstatsAlertsServiceUnavailable) String

type GetAlertingInteractionstatsAlertsTooManyRequests

type GetAlertingInteractionstatsAlertsTooManyRequests struct {
	Payload *models.ErrorBody
}

GetAlertingInteractionstatsAlertsTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetAlertingInteractionstatsAlertsTooManyRequests

func NewGetAlertingInteractionstatsAlertsTooManyRequests() *GetAlertingInteractionstatsAlertsTooManyRequests

NewGetAlertingInteractionstatsAlertsTooManyRequests creates a GetAlertingInteractionstatsAlertsTooManyRequests with default headers values

func (*GetAlertingInteractionstatsAlertsTooManyRequests) Error

func (*GetAlertingInteractionstatsAlertsTooManyRequests) GetPayload

func (*GetAlertingInteractionstatsAlertsTooManyRequests) IsClientError

IsClientError returns true when this get alerting interactionstats alerts too many requests response has a 4xx status code

func (*GetAlertingInteractionstatsAlertsTooManyRequests) IsCode

IsCode returns true when this get alerting interactionstats alerts too many requests response a status code equal to that given

func (*GetAlertingInteractionstatsAlertsTooManyRequests) IsRedirect

IsRedirect returns true when this get alerting interactionstats alerts too many requests response has a 3xx status code

func (*GetAlertingInteractionstatsAlertsTooManyRequests) IsServerError

IsServerError returns true when this get alerting interactionstats alerts too many requests response has a 5xx status code

func (*GetAlertingInteractionstatsAlertsTooManyRequests) IsSuccess

IsSuccess returns true when this get alerting interactionstats alerts too many requests response has a 2xx status code

func (*GetAlertingInteractionstatsAlertsTooManyRequests) String

type GetAlertingInteractionstatsAlertsUnauthorized

type GetAlertingInteractionstatsAlertsUnauthorized struct {
	Payload *models.ErrorBody
}

GetAlertingInteractionstatsAlertsUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewGetAlertingInteractionstatsAlertsUnauthorized

func NewGetAlertingInteractionstatsAlertsUnauthorized() *GetAlertingInteractionstatsAlertsUnauthorized

NewGetAlertingInteractionstatsAlertsUnauthorized creates a GetAlertingInteractionstatsAlertsUnauthorized with default headers values

func (*GetAlertingInteractionstatsAlertsUnauthorized) Error

func (*GetAlertingInteractionstatsAlertsUnauthorized) GetPayload

func (*GetAlertingInteractionstatsAlertsUnauthorized) IsClientError

IsClientError returns true when this get alerting interactionstats alerts unauthorized response has a 4xx status code

func (*GetAlertingInteractionstatsAlertsUnauthorized) IsCode

IsCode returns true when this get alerting interactionstats alerts unauthorized response a status code equal to that given

func (*GetAlertingInteractionstatsAlertsUnauthorized) IsRedirect

IsRedirect returns true when this get alerting interactionstats alerts unauthorized response has a 3xx status code

func (*GetAlertingInteractionstatsAlertsUnauthorized) IsServerError

IsServerError returns true when this get alerting interactionstats alerts unauthorized response has a 5xx status code

func (*GetAlertingInteractionstatsAlertsUnauthorized) IsSuccess

IsSuccess returns true when this get alerting interactionstats alerts unauthorized response has a 2xx status code

func (*GetAlertingInteractionstatsAlertsUnauthorized) String

type GetAlertingInteractionstatsAlertsUnreadBadRequest

type GetAlertingInteractionstatsAlertsUnreadBadRequest struct {
	Payload *models.ErrorBody
}

GetAlertingInteractionstatsAlertsUnreadBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewGetAlertingInteractionstatsAlertsUnreadBadRequest

func NewGetAlertingInteractionstatsAlertsUnreadBadRequest() *GetAlertingInteractionstatsAlertsUnreadBadRequest

NewGetAlertingInteractionstatsAlertsUnreadBadRequest creates a GetAlertingInteractionstatsAlertsUnreadBadRequest with default headers values

func (*GetAlertingInteractionstatsAlertsUnreadBadRequest) Error

func (*GetAlertingInteractionstatsAlertsUnreadBadRequest) GetPayload

func (*GetAlertingInteractionstatsAlertsUnreadBadRequest) IsClientError

IsClientError returns true when this get alerting interactionstats alerts unread bad request response has a 4xx status code

func (*GetAlertingInteractionstatsAlertsUnreadBadRequest) IsCode

IsCode returns true when this get alerting interactionstats alerts unread bad request response a status code equal to that given

func (*GetAlertingInteractionstatsAlertsUnreadBadRequest) IsRedirect

IsRedirect returns true when this get alerting interactionstats alerts unread bad request response has a 3xx status code

func (*GetAlertingInteractionstatsAlertsUnreadBadRequest) IsServerError

IsServerError returns true when this get alerting interactionstats alerts unread bad request response has a 5xx status code

func (*GetAlertingInteractionstatsAlertsUnreadBadRequest) IsSuccess

IsSuccess returns true when this get alerting interactionstats alerts unread bad request response has a 2xx status code

func (*GetAlertingInteractionstatsAlertsUnreadBadRequest) String

type GetAlertingInteractionstatsAlertsUnreadForbidden

type GetAlertingInteractionstatsAlertsUnreadForbidden struct {
	Payload *models.ErrorBody
}

GetAlertingInteractionstatsAlertsUnreadForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewGetAlertingInteractionstatsAlertsUnreadForbidden

func NewGetAlertingInteractionstatsAlertsUnreadForbidden() *GetAlertingInteractionstatsAlertsUnreadForbidden

NewGetAlertingInteractionstatsAlertsUnreadForbidden creates a GetAlertingInteractionstatsAlertsUnreadForbidden with default headers values

func (*GetAlertingInteractionstatsAlertsUnreadForbidden) Error

func (*GetAlertingInteractionstatsAlertsUnreadForbidden) GetPayload

func (*GetAlertingInteractionstatsAlertsUnreadForbidden) IsClientError

IsClientError returns true when this get alerting interactionstats alerts unread forbidden response has a 4xx status code

func (*GetAlertingInteractionstatsAlertsUnreadForbidden) IsCode

IsCode returns true when this get alerting interactionstats alerts unread forbidden response a status code equal to that given

func (*GetAlertingInteractionstatsAlertsUnreadForbidden) IsRedirect

IsRedirect returns true when this get alerting interactionstats alerts unread forbidden response has a 3xx status code

func (*GetAlertingInteractionstatsAlertsUnreadForbidden) IsServerError

IsServerError returns true when this get alerting interactionstats alerts unread forbidden response has a 5xx status code

func (*GetAlertingInteractionstatsAlertsUnreadForbidden) IsSuccess

IsSuccess returns true when this get alerting interactionstats alerts unread forbidden response has a 2xx status code

func (*GetAlertingInteractionstatsAlertsUnreadForbidden) String

type GetAlertingInteractionstatsAlertsUnreadGatewayTimeout

type GetAlertingInteractionstatsAlertsUnreadGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetAlertingInteractionstatsAlertsUnreadGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetAlertingInteractionstatsAlertsUnreadGatewayTimeout

func NewGetAlertingInteractionstatsAlertsUnreadGatewayTimeout() *GetAlertingInteractionstatsAlertsUnreadGatewayTimeout

NewGetAlertingInteractionstatsAlertsUnreadGatewayTimeout creates a GetAlertingInteractionstatsAlertsUnreadGatewayTimeout with default headers values

func (*GetAlertingInteractionstatsAlertsUnreadGatewayTimeout) Error

func (*GetAlertingInteractionstatsAlertsUnreadGatewayTimeout) GetPayload

func (*GetAlertingInteractionstatsAlertsUnreadGatewayTimeout) IsClientError

IsClientError returns true when this get alerting interactionstats alerts unread gateway timeout response has a 4xx status code

func (*GetAlertingInteractionstatsAlertsUnreadGatewayTimeout) IsCode

IsCode returns true when this get alerting interactionstats alerts unread gateway timeout response a status code equal to that given

func (*GetAlertingInteractionstatsAlertsUnreadGatewayTimeout) IsRedirect

IsRedirect returns true when this get alerting interactionstats alerts unread gateway timeout response has a 3xx status code

func (*GetAlertingInteractionstatsAlertsUnreadGatewayTimeout) IsServerError

IsServerError returns true when this get alerting interactionstats alerts unread gateway timeout response has a 5xx status code

func (*GetAlertingInteractionstatsAlertsUnreadGatewayTimeout) IsSuccess

IsSuccess returns true when this get alerting interactionstats alerts unread gateway timeout response has a 2xx status code

func (*GetAlertingInteractionstatsAlertsUnreadGatewayTimeout) String

type GetAlertingInteractionstatsAlertsUnreadInternalServerError

type GetAlertingInteractionstatsAlertsUnreadInternalServerError struct {
	Payload *models.ErrorBody
}

GetAlertingInteractionstatsAlertsUnreadInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetAlertingInteractionstatsAlertsUnreadInternalServerError

func NewGetAlertingInteractionstatsAlertsUnreadInternalServerError() *GetAlertingInteractionstatsAlertsUnreadInternalServerError

NewGetAlertingInteractionstatsAlertsUnreadInternalServerError creates a GetAlertingInteractionstatsAlertsUnreadInternalServerError with default headers values

func (*GetAlertingInteractionstatsAlertsUnreadInternalServerError) Error

func (*GetAlertingInteractionstatsAlertsUnreadInternalServerError) GetPayload

func (*GetAlertingInteractionstatsAlertsUnreadInternalServerError) IsClientError

IsClientError returns true when this get alerting interactionstats alerts unread internal server error response has a 4xx status code

func (*GetAlertingInteractionstatsAlertsUnreadInternalServerError) IsCode

IsCode returns true when this get alerting interactionstats alerts unread internal server error response a status code equal to that given

func (*GetAlertingInteractionstatsAlertsUnreadInternalServerError) IsRedirect

IsRedirect returns true when this get alerting interactionstats alerts unread internal server error response has a 3xx status code

func (*GetAlertingInteractionstatsAlertsUnreadInternalServerError) IsServerError

IsServerError returns true when this get alerting interactionstats alerts unread internal server error response has a 5xx status code

func (*GetAlertingInteractionstatsAlertsUnreadInternalServerError) IsSuccess

IsSuccess returns true when this get alerting interactionstats alerts unread internal server error response has a 2xx status code

func (*GetAlertingInteractionstatsAlertsUnreadInternalServerError) String

type GetAlertingInteractionstatsAlertsUnreadNotFound

type GetAlertingInteractionstatsAlertsUnreadNotFound struct {
	Payload *models.ErrorBody
}

GetAlertingInteractionstatsAlertsUnreadNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetAlertingInteractionstatsAlertsUnreadNotFound

func NewGetAlertingInteractionstatsAlertsUnreadNotFound() *GetAlertingInteractionstatsAlertsUnreadNotFound

NewGetAlertingInteractionstatsAlertsUnreadNotFound creates a GetAlertingInteractionstatsAlertsUnreadNotFound with default headers values

func (*GetAlertingInteractionstatsAlertsUnreadNotFound) Error

func (*GetAlertingInteractionstatsAlertsUnreadNotFound) GetPayload

func (*GetAlertingInteractionstatsAlertsUnreadNotFound) IsClientError

IsClientError returns true when this get alerting interactionstats alerts unread not found response has a 4xx status code

func (*GetAlertingInteractionstatsAlertsUnreadNotFound) IsCode

IsCode returns true when this get alerting interactionstats alerts unread not found response a status code equal to that given

func (*GetAlertingInteractionstatsAlertsUnreadNotFound) IsRedirect

IsRedirect returns true when this get alerting interactionstats alerts unread not found response has a 3xx status code

func (*GetAlertingInteractionstatsAlertsUnreadNotFound) IsServerError

IsServerError returns true when this get alerting interactionstats alerts unread not found response has a 5xx status code

func (*GetAlertingInteractionstatsAlertsUnreadNotFound) IsSuccess

IsSuccess returns true when this get alerting interactionstats alerts unread not found response has a 2xx status code

func (*GetAlertingInteractionstatsAlertsUnreadNotFound) String

type GetAlertingInteractionstatsAlertsUnreadOK

type GetAlertingInteractionstatsAlertsUnreadOK struct {
	Payload *models.UnreadMetric
}

GetAlertingInteractionstatsAlertsUnreadOK describes a response with status code 200, with default header values.

successful operation

func NewGetAlertingInteractionstatsAlertsUnreadOK

func NewGetAlertingInteractionstatsAlertsUnreadOK() *GetAlertingInteractionstatsAlertsUnreadOK

NewGetAlertingInteractionstatsAlertsUnreadOK creates a GetAlertingInteractionstatsAlertsUnreadOK with default headers values

func (*GetAlertingInteractionstatsAlertsUnreadOK) Error

func (*GetAlertingInteractionstatsAlertsUnreadOK) GetPayload

func (*GetAlertingInteractionstatsAlertsUnreadOK) IsClientError

IsClientError returns true when this get alerting interactionstats alerts unread o k response has a 4xx status code

func (*GetAlertingInteractionstatsAlertsUnreadOK) IsCode

IsCode returns true when this get alerting interactionstats alerts unread o k response a status code equal to that given

func (*GetAlertingInteractionstatsAlertsUnreadOK) IsRedirect

IsRedirect returns true when this get alerting interactionstats alerts unread o k response has a 3xx status code

func (*GetAlertingInteractionstatsAlertsUnreadOK) IsServerError

IsServerError returns true when this get alerting interactionstats alerts unread o k response has a 5xx status code

func (*GetAlertingInteractionstatsAlertsUnreadOK) IsSuccess

IsSuccess returns true when this get alerting interactionstats alerts unread o k response has a 2xx status code

func (*GetAlertingInteractionstatsAlertsUnreadOK) String

type GetAlertingInteractionstatsAlertsUnreadParams

type GetAlertingInteractionstatsAlertsUnreadParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetAlertingInteractionstatsAlertsUnreadParams contains all the parameters to send to the API endpoint

for the get alerting interactionstats alerts unread operation.

Typically these are written to a http.Request.

func NewGetAlertingInteractionstatsAlertsUnreadParams

func NewGetAlertingInteractionstatsAlertsUnreadParams() *GetAlertingInteractionstatsAlertsUnreadParams

NewGetAlertingInteractionstatsAlertsUnreadParams creates a new GetAlertingInteractionstatsAlertsUnreadParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetAlertingInteractionstatsAlertsUnreadParamsWithContext

func NewGetAlertingInteractionstatsAlertsUnreadParamsWithContext(ctx context.Context) *GetAlertingInteractionstatsAlertsUnreadParams

NewGetAlertingInteractionstatsAlertsUnreadParamsWithContext creates a new GetAlertingInteractionstatsAlertsUnreadParams object with the ability to set a context for a request.

func NewGetAlertingInteractionstatsAlertsUnreadParamsWithHTTPClient

func NewGetAlertingInteractionstatsAlertsUnreadParamsWithHTTPClient(client *http.Client) *GetAlertingInteractionstatsAlertsUnreadParams

NewGetAlertingInteractionstatsAlertsUnreadParamsWithHTTPClient creates a new GetAlertingInteractionstatsAlertsUnreadParams object with the ability to set a custom HTTPClient for a request.

func NewGetAlertingInteractionstatsAlertsUnreadParamsWithTimeout

func NewGetAlertingInteractionstatsAlertsUnreadParamsWithTimeout(timeout time.Duration) *GetAlertingInteractionstatsAlertsUnreadParams

NewGetAlertingInteractionstatsAlertsUnreadParamsWithTimeout creates a new GetAlertingInteractionstatsAlertsUnreadParams object with the ability to set a timeout on a request.

func (*GetAlertingInteractionstatsAlertsUnreadParams) SetContext

SetContext adds the context to the get alerting interactionstats alerts unread params

func (*GetAlertingInteractionstatsAlertsUnreadParams) SetDefaults

SetDefaults hydrates default values in the get alerting interactionstats alerts unread params (not the query body).

All values with no default are reset to their zero value.

func (*GetAlertingInteractionstatsAlertsUnreadParams) SetHTTPClient

func (o *GetAlertingInteractionstatsAlertsUnreadParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get alerting interactionstats alerts unread params

func (*GetAlertingInteractionstatsAlertsUnreadParams) SetTimeout

SetTimeout adds the timeout to the get alerting interactionstats alerts unread params

func (*GetAlertingInteractionstatsAlertsUnreadParams) WithContext

WithContext adds the context to the get alerting interactionstats alerts unread params

func (*GetAlertingInteractionstatsAlertsUnreadParams) WithDefaults

WithDefaults hydrates default values in the get alerting interactionstats alerts unread params (not the query body).

All values with no default are reset to their zero value.

func (*GetAlertingInteractionstatsAlertsUnreadParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get alerting interactionstats alerts unread params

func (*GetAlertingInteractionstatsAlertsUnreadParams) WithTimeout

WithTimeout adds the timeout to the get alerting interactionstats alerts unread params

func (*GetAlertingInteractionstatsAlertsUnreadParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAlertingInteractionstatsAlertsUnreadReader

type GetAlertingInteractionstatsAlertsUnreadReader struct {
	// contains filtered or unexported fields
}

GetAlertingInteractionstatsAlertsUnreadReader is a Reader for the GetAlertingInteractionstatsAlertsUnread structure.

func (*GetAlertingInteractionstatsAlertsUnreadReader) ReadResponse

func (o *GetAlertingInteractionstatsAlertsUnreadReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetAlertingInteractionstatsAlertsUnreadRequestEntityTooLarge

type GetAlertingInteractionstatsAlertsUnreadRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetAlertingInteractionstatsAlertsUnreadRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetAlertingInteractionstatsAlertsUnreadRequestEntityTooLarge

func NewGetAlertingInteractionstatsAlertsUnreadRequestEntityTooLarge() *GetAlertingInteractionstatsAlertsUnreadRequestEntityTooLarge

NewGetAlertingInteractionstatsAlertsUnreadRequestEntityTooLarge creates a GetAlertingInteractionstatsAlertsUnreadRequestEntityTooLarge with default headers values

func (*GetAlertingInteractionstatsAlertsUnreadRequestEntityTooLarge) Error

func (*GetAlertingInteractionstatsAlertsUnreadRequestEntityTooLarge) GetPayload

func (*GetAlertingInteractionstatsAlertsUnreadRequestEntityTooLarge) IsClientError

IsClientError returns true when this get alerting interactionstats alerts unread request entity too large response has a 4xx status code

func (*GetAlertingInteractionstatsAlertsUnreadRequestEntityTooLarge) IsCode

IsCode returns true when this get alerting interactionstats alerts unread request entity too large response a status code equal to that given

func (*GetAlertingInteractionstatsAlertsUnreadRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get alerting interactionstats alerts unread request entity too large response has a 3xx status code

func (*GetAlertingInteractionstatsAlertsUnreadRequestEntityTooLarge) IsServerError

IsServerError returns true when this get alerting interactionstats alerts unread request entity too large response has a 5xx status code

func (*GetAlertingInteractionstatsAlertsUnreadRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get alerting interactionstats alerts unread request entity too large response has a 2xx status code

func (*GetAlertingInteractionstatsAlertsUnreadRequestEntityTooLarge) String

type GetAlertingInteractionstatsAlertsUnreadRequestTimeout

type GetAlertingInteractionstatsAlertsUnreadRequestTimeout struct {
	Payload *models.ErrorBody
}

GetAlertingInteractionstatsAlertsUnreadRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetAlertingInteractionstatsAlertsUnreadRequestTimeout

func NewGetAlertingInteractionstatsAlertsUnreadRequestTimeout() *GetAlertingInteractionstatsAlertsUnreadRequestTimeout

NewGetAlertingInteractionstatsAlertsUnreadRequestTimeout creates a GetAlertingInteractionstatsAlertsUnreadRequestTimeout with default headers values

func (*GetAlertingInteractionstatsAlertsUnreadRequestTimeout) Error

func (*GetAlertingInteractionstatsAlertsUnreadRequestTimeout) GetPayload

func (*GetAlertingInteractionstatsAlertsUnreadRequestTimeout) IsClientError

IsClientError returns true when this get alerting interactionstats alerts unread request timeout response has a 4xx status code

func (*GetAlertingInteractionstatsAlertsUnreadRequestTimeout) IsCode

IsCode returns true when this get alerting interactionstats alerts unread request timeout response a status code equal to that given

func (*GetAlertingInteractionstatsAlertsUnreadRequestTimeout) IsRedirect

IsRedirect returns true when this get alerting interactionstats alerts unread request timeout response has a 3xx status code

func (*GetAlertingInteractionstatsAlertsUnreadRequestTimeout) IsServerError

IsServerError returns true when this get alerting interactionstats alerts unread request timeout response has a 5xx status code

func (*GetAlertingInteractionstatsAlertsUnreadRequestTimeout) IsSuccess

IsSuccess returns true when this get alerting interactionstats alerts unread request timeout response has a 2xx status code

func (*GetAlertingInteractionstatsAlertsUnreadRequestTimeout) String

type GetAlertingInteractionstatsAlertsUnreadServiceUnavailable

type GetAlertingInteractionstatsAlertsUnreadServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetAlertingInteractionstatsAlertsUnreadServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetAlertingInteractionstatsAlertsUnreadServiceUnavailable

func NewGetAlertingInteractionstatsAlertsUnreadServiceUnavailable() *GetAlertingInteractionstatsAlertsUnreadServiceUnavailable

NewGetAlertingInteractionstatsAlertsUnreadServiceUnavailable creates a GetAlertingInteractionstatsAlertsUnreadServiceUnavailable with default headers values

func (*GetAlertingInteractionstatsAlertsUnreadServiceUnavailable) Error

func (*GetAlertingInteractionstatsAlertsUnreadServiceUnavailable) GetPayload

func (*GetAlertingInteractionstatsAlertsUnreadServiceUnavailable) IsClientError

IsClientError returns true when this get alerting interactionstats alerts unread service unavailable response has a 4xx status code

func (*GetAlertingInteractionstatsAlertsUnreadServiceUnavailable) IsCode

IsCode returns true when this get alerting interactionstats alerts unread service unavailable response a status code equal to that given

func (*GetAlertingInteractionstatsAlertsUnreadServiceUnavailable) IsRedirect

IsRedirect returns true when this get alerting interactionstats alerts unread service unavailable response has a 3xx status code

func (*GetAlertingInteractionstatsAlertsUnreadServiceUnavailable) IsServerError

IsServerError returns true when this get alerting interactionstats alerts unread service unavailable response has a 5xx status code

func (*GetAlertingInteractionstatsAlertsUnreadServiceUnavailable) IsSuccess

IsSuccess returns true when this get alerting interactionstats alerts unread service unavailable response has a 2xx status code

func (*GetAlertingInteractionstatsAlertsUnreadServiceUnavailable) String

type GetAlertingInteractionstatsAlertsUnreadTooManyRequests

type GetAlertingInteractionstatsAlertsUnreadTooManyRequests struct {
	Payload *models.ErrorBody
}

GetAlertingInteractionstatsAlertsUnreadTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetAlertingInteractionstatsAlertsUnreadTooManyRequests

func NewGetAlertingInteractionstatsAlertsUnreadTooManyRequests() *GetAlertingInteractionstatsAlertsUnreadTooManyRequests

NewGetAlertingInteractionstatsAlertsUnreadTooManyRequests creates a GetAlertingInteractionstatsAlertsUnreadTooManyRequests with default headers values

func (*GetAlertingInteractionstatsAlertsUnreadTooManyRequests) Error

func (*GetAlertingInteractionstatsAlertsUnreadTooManyRequests) GetPayload

func (*GetAlertingInteractionstatsAlertsUnreadTooManyRequests) IsClientError

IsClientError returns true when this get alerting interactionstats alerts unread too many requests response has a 4xx status code

func (*GetAlertingInteractionstatsAlertsUnreadTooManyRequests) IsCode

IsCode returns true when this get alerting interactionstats alerts unread too many requests response a status code equal to that given

func (*GetAlertingInteractionstatsAlertsUnreadTooManyRequests) IsRedirect

IsRedirect returns true when this get alerting interactionstats alerts unread too many requests response has a 3xx status code

func (*GetAlertingInteractionstatsAlertsUnreadTooManyRequests) IsServerError

IsServerError returns true when this get alerting interactionstats alerts unread too many requests response has a 5xx status code

func (*GetAlertingInteractionstatsAlertsUnreadTooManyRequests) IsSuccess

IsSuccess returns true when this get alerting interactionstats alerts unread too many requests response has a 2xx status code

func (*GetAlertingInteractionstatsAlertsUnreadTooManyRequests) String

type GetAlertingInteractionstatsAlertsUnreadUnauthorized

type GetAlertingInteractionstatsAlertsUnreadUnauthorized struct {
	Payload *models.ErrorBody
}

GetAlertingInteractionstatsAlertsUnreadUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewGetAlertingInteractionstatsAlertsUnreadUnauthorized

func NewGetAlertingInteractionstatsAlertsUnreadUnauthorized() *GetAlertingInteractionstatsAlertsUnreadUnauthorized

NewGetAlertingInteractionstatsAlertsUnreadUnauthorized creates a GetAlertingInteractionstatsAlertsUnreadUnauthorized with default headers values

func (*GetAlertingInteractionstatsAlertsUnreadUnauthorized) Error

func (*GetAlertingInteractionstatsAlertsUnreadUnauthorized) GetPayload

func (*GetAlertingInteractionstatsAlertsUnreadUnauthorized) IsClientError

IsClientError returns true when this get alerting interactionstats alerts unread unauthorized response has a 4xx status code

func (*GetAlertingInteractionstatsAlertsUnreadUnauthorized) IsCode

IsCode returns true when this get alerting interactionstats alerts unread unauthorized response a status code equal to that given

func (*GetAlertingInteractionstatsAlertsUnreadUnauthorized) IsRedirect

IsRedirect returns true when this get alerting interactionstats alerts unread unauthorized response has a 3xx status code

func (*GetAlertingInteractionstatsAlertsUnreadUnauthorized) IsServerError

IsServerError returns true when this get alerting interactionstats alerts unread unauthorized response has a 5xx status code

func (*GetAlertingInteractionstatsAlertsUnreadUnauthorized) IsSuccess

IsSuccess returns true when this get alerting interactionstats alerts unread unauthorized response has a 2xx status code

func (*GetAlertingInteractionstatsAlertsUnreadUnauthorized) String

type GetAlertingInteractionstatsAlertsUnreadUnsupportedMediaType

type GetAlertingInteractionstatsAlertsUnreadUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetAlertingInteractionstatsAlertsUnreadUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetAlertingInteractionstatsAlertsUnreadUnsupportedMediaType

func NewGetAlertingInteractionstatsAlertsUnreadUnsupportedMediaType() *GetAlertingInteractionstatsAlertsUnreadUnsupportedMediaType

NewGetAlertingInteractionstatsAlertsUnreadUnsupportedMediaType creates a GetAlertingInteractionstatsAlertsUnreadUnsupportedMediaType with default headers values

func (*GetAlertingInteractionstatsAlertsUnreadUnsupportedMediaType) Error

func (*GetAlertingInteractionstatsAlertsUnreadUnsupportedMediaType) GetPayload

func (*GetAlertingInteractionstatsAlertsUnreadUnsupportedMediaType) IsClientError

IsClientError returns true when this get alerting interactionstats alerts unread unsupported media type response has a 4xx status code

func (*GetAlertingInteractionstatsAlertsUnreadUnsupportedMediaType) IsCode

IsCode returns true when this get alerting interactionstats alerts unread unsupported media type response a status code equal to that given

func (*GetAlertingInteractionstatsAlertsUnreadUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get alerting interactionstats alerts unread unsupported media type response has a 3xx status code

func (*GetAlertingInteractionstatsAlertsUnreadUnsupportedMediaType) IsServerError

IsServerError returns true when this get alerting interactionstats alerts unread unsupported media type response has a 5xx status code

func (*GetAlertingInteractionstatsAlertsUnreadUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get alerting interactionstats alerts unread unsupported media type response has a 2xx status code

func (*GetAlertingInteractionstatsAlertsUnreadUnsupportedMediaType) String

type GetAlertingInteractionstatsAlertsUnsupportedMediaType

type GetAlertingInteractionstatsAlertsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetAlertingInteractionstatsAlertsUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetAlertingInteractionstatsAlertsUnsupportedMediaType

func NewGetAlertingInteractionstatsAlertsUnsupportedMediaType() *GetAlertingInteractionstatsAlertsUnsupportedMediaType

NewGetAlertingInteractionstatsAlertsUnsupportedMediaType creates a GetAlertingInteractionstatsAlertsUnsupportedMediaType with default headers values

func (*GetAlertingInteractionstatsAlertsUnsupportedMediaType) Error

func (*GetAlertingInteractionstatsAlertsUnsupportedMediaType) GetPayload

func (*GetAlertingInteractionstatsAlertsUnsupportedMediaType) IsClientError

IsClientError returns true when this get alerting interactionstats alerts unsupported media type response has a 4xx status code

func (*GetAlertingInteractionstatsAlertsUnsupportedMediaType) IsCode

IsCode returns true when this get alerting interactionstats alerts unsupported media type response a status code equal to that given

func (*GetAlertingInteractionstatsAlertsUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get alerting interactionstats alerts unsupported media type response has a 3xx status code

func (*GetAlertingInteractionstatsAlertsUnsupportedMediaType) IsServerError

IsServerError returns true when this get alerting interactionstats alerts unsupported media type response has a 5xx status code

func (*GetAlertingInteractionstatsAlertsUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get alerting interactionstats alerts unsupported media type response has a 2xx status code

func (*GetAlertingInteractionstatsAlertsUnsupportedMediaType) String

type GetAlertingInteractionstatsRuleBadRequest

type GetAlertingInteractionstatsRuleBadRequest struct {
	Payload *models.ErrorBody
}

GetAlertingInteractionstatsRuleBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewGetAlertingInteractionstatsRuleBadRequest

func NewGetAlertingInteractionstatsRuleBadRequest() *GetAlertingInteractionstatsRuleBadRequest

NewGetAlertingInteractionstatsRuleBadRequest creates a GetAlertingInteractionstatsRuleBadRequest with default headers values

func (*GetAlertingInteractionstatsRuleBadRequest) Error

func (*GetAlertingInteractionstatsRuleBadRequest) GetPayload

func (*GetAlertingInteractionstatsRuleBadRequest) IsClientError

IsClientError returns true when this get alerting interactionstats rule bad request response has a 4xx status code

func (*GetAlertingInteractionstatsRuleBadRequest) IsCode

IsCode returns true when this get alerting interactionstats rule bad request response a status code equal to that given

func (*GetAlertingInteractionstatsRuleBadRequest) IsRedirect

IsRedirect returns true when this get alerting interactionstats rule bad request response has a 3xx status code

func (*GetAlertingInteractionstatsRuleBadRequest) IsServerError

IsServerError returns true when this get alerting interactionstats rule bad request response has a 5xx status code

func (*GetAlertingInteractionstatsRuleBadRequest) IsSuccess

IsSuccess returns true when this get alerting interactionstats rule bad request response has a 2xx status code

func (*GetAlertingInteractionstatsRuleBadRequest) String

type GetAlertingInteractionstatsRuleForbidden

type GetAlertingInteractionstatsRuleForbidden struct {
	Payload *models.ErrorBody
}

GetAlertingInteractionstatsRuleForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewGetAlertingInteractionstatsRuleForbidden

func NewGetAlertingInteractionstatsRuleForbidden() *GetAlertingInteractionstatsRuleForbidden

NewGetAlertingInteractionstatsRuleForbidden creates a GetAlertingInteractionstatsRuleForbidden with default headers values

func (*GetAlertingInteractionstatsRuleForbidden) Error

func (*GetAlertingInteractionstatsRuleForbidden) GetPayload

func (*GetAlertingInteractionstatsRuleForbidden) IsClientError

IsClientError returns true when this get alerting interactionstats rule forbidden response has a 4xx status code

func (*GetAlertingInteractionstatsRuleForbidden) IsCode

IsCode returns true when this get alerting interactionstats rule forbidden response a status code equal to that given

func (*GetAlertingInteractionstatsRuleForbidden) IsRedirect

IsRedirect returns true when this get alerting interactionstats rule forbidden response has a 3xx status code

func (*GetAlertingInteractionstatsRuleForbidden) IsServerError

IsServerError returns true when this get alerting interactionstats rule forbidden response has a 5xx status code

func (*GetAlertingInteractionstatsRuleForbidden) IsSuccess

IsSuccess returns true when this get alerting interactionstats rule forbidden response has a 2xx status code

func (*GetAlertingInteractionstatsRuleForbidden) String

type GetAlertingInteractionstatsRuleGatewayTimeout

type GetAlertingInteractionstatsRuleGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetAlertingInteractionstatsRuleGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetAlertingInteractionstatsRuleGatewayTimeout

func NewGetAlertingInteractionstatsRuleGatewayTimeout() *GetAlertingInteractionstatsRuleGatewayTimeout

NewGetAlertingInteractionstatsRuleGatewayTimeout creates a GetAlertingInteractionstatsRuleGatewayTimeout with default headers values

func (*GetAlertingInteractionstatsRuleGatewayTimeout) Error

func (*GetAlertingInteractionstatsRuleGatewayTimeout) GetPayload

func (*GetAlertingInteractionstatsRuleGatewayTimeout) IsClientError

IsClientError returns true when this get alerting interactionstats rule gateway timeout response has a 4xx status code

func (*GetAlertingInteractionstatsRuleGatewayTimeout) IsCode

IsCode returns true when this get alerting interactionstats rule gateway timeout response a status code equal to that given

func (*GetAlertingInteractionstatsRuleGatewayTimeout) IsRedirect

IsRedirect returns true when this get alerting interactionstats rule gateway timeout response has a 3xx status code

func (*GetAlertingInteractionstatsRuleGatewayTimeout) IsServerError

IsServerError returns true when this get alerting interactionstats rule gateway timeout response has a 5xx status code

func (*GetAlertingInteractionstatsRuleGatewayTimeout) IsSuccess

IsSuccess returns true when this get alerting interactionstats rule gateway timeout response has a 2xx status code

func (*GetAlertingInteractionstatsRuleGatewayTimeout) String

type GetAlertingInteractionstatsRuleInternalServerError

type GetAlertingInteractionstatsRuleInternalServerError struct {
	Payload *models.ErrorBody
}

GetAlertingInteractionstatsRuleInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetAlertingInteractionstatsRuleInternalServerError

func NewGetAlertingInteractionstatsRuleInternalServerError() *GetAlertingInteractionstatsRuleInternalServerError

NewGetAlertingInteractionstatsRuleInternalServerError creates a GetAlertingInteractionstatsRuleInternalServerError with default headers values

func (*GetAlertingInteractionstatsRuleInternalServerError) Error

func (*GetAlertingInteractionstatsRuleInternalServerError) GetPayload

func (*GetAlertingInteractionstatsRuleInternalServerError) IsClientError

IsClientError returns true when this get alerting interactionstats rule internal server error response has a 4xx status code

func (*GetAlertingInteractionstatsRuleInternalServerError) IsCode

IsCode returns true when this get alerting interactionstats rule internal server error response a status code equal to that given

func (*GetAlertingInteractionstatsRuleInternalServerError) IsRedirect

IsRedirect returns true when this get alerting interactionstats rule internal server error response has a 3xx status code

func (*GetAlertingInteractionstatsRuleInternalServerError) IsServerError

IsServerError returns true when this get alerting interactionstats rule internal server error response has a 5xx status code

func (*GetAlertingInteractionstatsRuleInternalServerError) IsSuccess

IsSuccess returns true when this get alerting interactionstats rule internal server error response has a 2xx status code

func (*GetAlertingInteractionstatsRuleInternalServerError) String

type GetAlertingInteractionstatsRuleNotFound

type GetAlertingInteractionstatsRuleNotFound struct {
	Payload *models.ErrorBody
}

GetAlertingInteractionstatsRuleNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetAlertingInteractionstatsRuleNotFound

func NewGetAlertingInteractionstatsRuleNotFound() *GetAlertingInteractionstatsRuleNotFound

NewGetAlertingInteractionstatsRuleNotFound creates a GetAlertingInteractionstatsRuleNotFound with default headers values

func (*GetAlertingInteractionstatsRuleNotFound) Error

func (*GetAlertingInteractionstatsRuleNotFound) GetPayload

func (*GetAlertingInteractionstatsRuleNotFound) IsClientError

func (o *GetAlertingInteractionstatsRuleNotFound) IsClientError() bool

IsClientError returns true when this get alerting interactionstats rule not found response has a 4xx status code

func (*GetAlertingInteractionstatsRuleNotFound) IsCode

IsCode returns true when this get alerting interactionstats rule not found response a status code equal to that given

func (*GetAlertingInteractionstatsRuleNotFound) IsRedirect

IsRedirect returns true when this get alerting interactionstats rule not found response has a 3xx status code

func (*GetAlertingInteractionstatsRuleNotFound) IsServerError

func (o *GetAlertingInteractionstatsRuleNotFound) IsServerError() bool

IsServerError returns true when this get alerting interactionstats rule not found response has a 5xx status code

func (*GetAlertingInteractionstatsRuleNotFound) IsSuccess

IsSuccess returns true when this get alerting interactionstats rule not found response has a 2xx status code

func (*GetAlertingInteractionstatsRuleNotFound) String

type GetAlertingInteractionstatsRuleOK

type GetAlertingInteractionstatsRuleOK struct {
	Payload *models.InteractionStatsRule
}

GetAlertingInteractionstatsRuleOK describes a response with status code 200, with default header values.

successful operation

func NewGetAlertingInteractionstatsRuleOK

func NewGetAlertingInteractionstatsRuleOK() *GetAlertingInteractionstatsRuleOK

NewGetAlertingInteractionstatsRuleOK creates a GetAlertingInteractionstatsRuleOK with default headers values

func (*GetAlertingInteractionstatsRuleOK) Error

func (*GetAlertingInteractionstatsRuleOK) GetPayload

func (*GetAlertingInteractionstatsRuleOK) IsClientError

func (o *GetAlertingInteractionstatsRuleOK) IsClientError() bool

IsClientError returns true when this get alerting interactionstats rule o k response has a 4xx status code

func (*GetAlertingInteractionstatsRuleOK) IsCode

func (o *GetAlertingInteractionstatsRuleOK) IsCode(code int) bool

IsCode returns true when this get alerting interactionstats rule o k response a status code equal to that given

func (*GetAlertingInteractionstatsRuleOK) IsRedirect

func (o *GetAlertingInteractionstatsRuleOK) IsRedirect() bool

IsRedirect returns true when this get alerting interactionstats rule o k response has a 3xx status code

func (*GetAlertingInteractionstatsRuleOK) IsServerError

func (o *GetAlertingInteractionstatsRuleOK) IsServerError() bool

IsServerError returns true when this get alerting interactionstats rule o k response has a 5xx status code

func (*GetAlertingInteractionstatsRuleOK) IsSuccess

func (o *GetAlertingInteractionstatsRuleOK) IsSuccess() bool

IsSuccess returns true when this get alerting interactionstats rule o k response has a 2xx status code

func (*GetAlertingInteractionstatsRuleOK) String

type GetAlertingInteractionstatsRuleParams

type GetAlertingInteractionstatsRuleParams struct {

	/* Expand.

	   Which fields, if any, to expand
	*/
	Expand []string

	/* RuleID.

	   Rule ID
	*/
	RuleID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetAlertingInteractionstatsRuleParams contains all the parameters to send to the API endpoint

for the get alerting interactionstats rule operation.

Typically these are written to a http.Request.

func NewGetAlertingInteractionstatsRuleParams

func NewGetAlertingInteractionstatsRuleParams() *GetAlertingInteractionstatsRuleParams

NewGetAlertingInteractionstatsRuleParams creates a new GetAlertingInteractionstatsRuleParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetAlertingInteractionstatsRuleParamsWithContext

func NewGetAlertingInteractionstatsRuleParamsWithContext(ctx context.Context) *GetAlertingInteractionstatsRuleParams

NewGetAlertingInteractionstatsRuleParamsWithContext creates a new GetAlertingInteractionstatsRuleParams object with the ability to set a context for a request.

func NewGetAlertingInteractionstatsRuleParamsWithHTTPClient

func NewGetAlertingInteractionstatsRuleParamsWithHTTPClient(client *http.Client) *GetAlertingInteractionstatsRuleParams

NewGetAlertingInteractionstatsRuleParamsWithHTTPClient creates a new GetAlertingInteractionstatsRuleParams object with the ability to set a custom HTTPClient for a request.

func NewGetAlertingInteractionstatsRuleParamsWithTimeout

func NewGetAlertingInteractionstatsRuleParamsWithTimeout(timeout time.Duration) *GetAlertingInteractionstatsRuleParams

NewGetAlertingInteractionstatsRuleParamsWithTimeout creates a new GetAlertingInteractionstatsRuleParams object with the ability to set a timeout on a request.

func (*GetAlertingInteractionstatsRuleParams) SetContext

SetContext adds the context to the get alerting interactionstats rule params

func (*GetAlertingInteractionstatsRuleParams) SetDefaults

func (o *GetAlertingInteractionstatsRuleParams) SetDefaults()

SetDefaults hydrates default values in the get alerting interactionstats rule params (not the query body).

All values with no default are reset to their zero value.

func (*GetAlertingInteractionstatsRuleParams) SetExpand

func (o *GetAlertingInteractionstatsRuleParams) SetExpand(expand []string)

SetExpand adds the expand to the get alerting interactionstats rule params

func (*GetAlertingInteractionstatsRuleParams) SetHTTPClient

func (o *GetAlertingInteractionstatsRuleParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get alerting interactionstats rule params

func (*GetAlertingInteractionstatsRuleParams) SetRuleID

func (o *GetAlertingInteractionstatsRuleParams) SetRuleID(ruleID string)

SetRuleID adds the ruleId to the get alerting interactionstats rule params

func (*GetAlertingInteractionstatsRuleParams) SetTimeout

func (o *GetAlertingInteractionstatsRuleParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get alerting interactionstats rule params

func (*GetAlertingInteractionstatsRuleParams) WithContext

WithContext adds the context to the get alerting interactionstats rule params

func (*GetAlertingInteractionstatsRuleParams) WithDefaults

WithDefaults hydrates default values in the get alerting interactionstats rule params (not the query body).

All values with no default are reset to their zero value.

func (*GetAlertingInteractionstatsRuleParams) WithExpand

WithExpand adds the expand to the get alerting interactionstats rule params

func (*GetAlertingInteractionstatsRuleParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get alerting interactionstats rule params

func (*GetAlertingInteractionstatsRuleParams) WithRuleID

WithRuleID adds the ruleID to the get alerting interactionstats rule params

func (*GetAlertingInteractionstatsRuleParams) WithTimeout

WithTimeout adds the timeout to the get alerting interactionstats rule params

func (*GetAlertingInteractionstatsRuleParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAlertingInteractionstatsRuleReader

type GetAlertingInteractionstatsRuleReader struct {
	// contains filtered or unexported fields
}

GetAlertingInteractionstatsRuleReader is a Reader for the GetAlertingInteractionstatsRule structure.

func (*GetAlertingInteractionstatsRuleReader) ReadResponse

func (o *GetAlertingInteractionstatsRuleReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetAlertingInteractionstatsRuleRequestEntityTooLarge

type GetAlertingInteractionstatsRuleRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetAlertingInteractionstatsRuleRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetAlertingInteractionstatsRuleRequestEntityTooLarge

func NewGetAlertingInteractionstatsRuleRequestEntityTooLarge() *GetAlertingInteractionstatsRuleRequestEntityTooLarge

NewGetAlertingInteractionstatsRuleRequestEntityTooLarge creates a GetAlertingInteractionstatsRuleRequestEntityTooLarge with default headers values

func (*GetAlertingInteractionstatsRuleRequestEntityTooLarge) Error

func (*GetAlertingInteractionstatsRuleRequestEntityTooLarge) GetPayload

func (*GetAlertingInteractionstatsRuleRequestEntityTooLarge) IsClientError

IsClientError returns true when this get alerting interactionstats rule request entity too large response has a 4xx status code

func (*GetAlertingInteractionstatsRuleRequestEntityTooLarge) IsCode

IsCode returns true when this get alerting interactionstats rule request entity too large response a status code equal to that given

func (*GetAlertingInteractionstatsRuleRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get alerting interactionstats rule request entity too large response has a 3xx status code

func (*GetAlertingInteractionstatsRuleRequestEntityTooLarge) IsServerError

IsServerError returns true when this get alerting interactionstats rule request entity too large response has a 5xx status code

func (*GetAlertingInteractionstatsRuleRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get alerting interactionstats rule request entity too large response has a 2xx status code

func (*GetAlertingInteractionstatsRuleRequestEntityTooLarge) String

type GetAlertingInteractionstatsRuleRequestTimeout

type GetAlertingInteractionstatsRuleRequestTimeout struct {
	Payload *models.ErrorBody
}

GetAlertingInteractionstatsRuleRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetAlertingInteractionstatsRuleRequestTimeout

func NewGetAlertingInteractionstatsRuleRequestTimeout() *GetAlertingInteractionstatsRuleRequestTimeout

NewGetAlertingInteractionstatsRuleRequestTimeout creates a GetAlertingInteractionstatsRuleRequestTimeout with default headers values

func (*GetAlertingInteractionstatsRuleRequestTimeout) Error

func (*GetAlertingInteractionstatsRuleRequestTimeout) GetPayload

func (*GetAlertingInteractionstatsRuleRequestTimeout) IsClientError

IsClientError returns true when this get alerting interactionstats rule request timeout response has a 4xx status code

func (*GetAlertingInteractionstatsRuleRequestTimeout) IsCode

IsCode returns true when this get alerting interactionstats rule request timeout response a status code equal to that given

func (*GetAlertingInteractionstatsRuleRequestTimeout) IsRedirect

IsRedirect returns true when this get alerting interactionstats rule request timeout response has a 3xx status code

func (*GetAlertingInteractionstatsRuleRequestTimeout) IsServerError

IsServerError returns true when this get alerting interactionstats rule request timeout response has a 5xx status code

func (*GetAlertingInteractionstatsRuleRequestTimeout) IsSuccess

IsSuccess returns true when this get alerting interactionstats rule request timeout response has a 2xx status code

func (*GetAlertingInteractionstatsRuleRequestTimeout) String

type GetAlertingInteractionstatsRuleServiceUnavailable

type GetAlertingInteractionstatsRuleServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetAlertingInteractionstatsRuleServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetAlertingInteractionstatsRuleServiceUnavailable

func NewGetAlertingInteractionstatsRuleServiceUnavailable() *GetAlertingInteractionstatsRuleServiceUnavailable

NewGetAlertingInteractionstatsRuleServiceUnavailable creates a GetAlertingInteractionstatsRuleServiceUnavailable with default headers values

func (*GetAlertingInteractionstatsRuleServiceUnavailable) Error

func (*GetAlertingInteractionstatsRuleServiceUnavailable) GetPayload

func (*GetAlertingInteractionstatsRuleServiceUnavailable) IsClientError

IsClientError returns true when this get alerting interactionstats rule service unavailable response has a 4xx status code

func (*GetAlertingInteractionstatsRuleServiceUnavailable) IsCode

IsCode returns true when this get alerting interactionstats rule service unavailable response a status code equal to that given

func (*GetAlertingInteractionstatsRuleServiceUnavailable) IsRedirect

IsRedirect returns true when this get alerting interactionstats rule service unavailable response has a 3xx status code

func (*GetAlertingInteractionstatsRuleServiceUnavailable) IsServerError

IsServerError returns true when this get alerting interactionstats rule service unavailable response has a 5xx status code

func (*GetAlertingInteractionstatsRuleServiceUnavailable) IsSuccess

IsSuccess returns true when this get alerting interactionstats rule service unavailable response has a 2xx status code

func (*GetAlertingInteractionstatsRuleServiceUnavailable) String

type GetAlertingInteractionstatsRuleTooManyRequests

type GetAlertingInteractionstatsRuleTooManyRequests struct {
	Payload *models.ErrorBody
}

GetAlertingInteractionstatsRuleTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetAlertingInteractionstatsRuleTooManyRequests

func NewGetAlertingInteractionstatsRuleTooManyRequests() *GetAlertingInteractionstatsRuleTooManyRequests

NewGetAlertingInteractionstatsRuleTooManyRequests creates a GetAlertingInteractionstatsRuleTooManyRequests with default headers values

func (*GetAlertingInteractionstatsRuleTooManyRequests) Error

func (*GetAlertingInteractionstatsRuleTooManyRequests) GetPayload

func (*GetAlertingInteractionstatsRuleTooManyRequests) IsClientError

IsClientError returns true when this get alerting interactionstats rule too many requests response has a 4xx status code

func (*GetAlertingInteractionstatsRuleTooManyRequests) IsCode

IsCode returns true when this get alerting interactionstats rule too many requests response a status code equal to that given

func (*GetAlertingInteractionstatsRuleTooManyRequests) IsRedirect

IsRedirect returns true when this get alerting interactionstats rule too many requests response has a 3xx status code

func (*GetAlertingInteractionstatsRuleTooManyRequests) IsServerError

IsServerError returns true when this get alerting interactionstats rule too many requests response has a 5xx status code

func (*GetAlertingInteractionstatsRuleTooManyRequests) IsSuccess

IsSuccess returns true when this get alerting interactionstats rule too many requests response has a 2xx status code

func (*GetAlertingInteractionstatsRuleTooManyRequests) String

type GetAlertingInteractionstatsRuleUnauthorized

type GetAlertingInteractionstatsRuleUnauthorized struct {
	Payload *models.ErrorBody
}

GetAlertingInteractionstatsRuleUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewGetAlertingInteractionstatsRuleUnauthorized

func NewGetAlertingInteractionstatsRuleUnauthorized() *GetAlertingInteractionstatsRuleUnauthorized

NewGetAlertingInteractionstatsRuleUnauthorized creates a GetAlertingInteractionstatsRuleUnauthorized with default headers values

func (*GetAlertingInteractionstatsRuleUnauthorized) Error

func (*GetAlertingInteractionstatsRuleUnauthorized) GetPayload

func (*GetAlertingInteractionstatsRuleUnauthorized) IsClientError

IsClientError returns true when this get alerting interactionstats rule unauthorized response has a 4xx status code

func (*GetAlertingInteractionstatsRuleUnauthorized) IsCode

IsCode returns true when this get alerting interactionstats rule unauthorized response a status code equal to that given

func (*GetAlertingInteractionstatsRuleUnauthorized) IsRedirect

IsRedirect returns true when this get alerting interactionstats rule unauthorized response has a 3xx status code

func (*GetAlertingInteractionstatsRuleUnauthorized) IsServerError

IsServerError returns true when this get alerting interactionstats rule unauthorized response has a 5xx status code

func (*GetAlertingInteractionstatsRuleUnauthorized) IsSuccess

IsSuccess returns true when this get alerting interactionstats rule unauthorized response has a 2xx status code

func (*GetAlertingInteractionstatsRuleUnauthorized) String

type GetAlertingInteractionstatsRuleUnsupportedMediaType

type GetAlertingInteractionstatsRuleUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetAlertingInteractionstatsRuleUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetAlertingInteractionstatsRuleUnsupportedMediaType

func NewGetAlertingInteractionstatsRuleUnsupportedMediaType() *GetAlertingInteractionstatsRuleUnsupportedMediaType

NewGetAlertingInteractionstatsRuleUnsupportedMediaType creates a GetAlertingInteractionstatsRuleUnsupportedMediaType with default headers values

func (*GetAlertingInteractionstatsRuleUnsupportedMediaType) Error

func (*GetAlertingInteractionstatsRuleUnsupportedMediaType) GetPayload

func (*GetAlertingInteractionstatsRuleUnsupportedMediaType) IsClientError

IsClientError returns true when this get alerting interactionstats rule unsupported media type response has a 4xx status code

func (*GetAlertingInteractionstatsRuleUnsupportedMediaType) IsCode

IsCode returns true when this get alerting interactionstats rule unsupported media type response a status code equal to that given

func (*GetAlertingInteractionstatsRuleUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get alerting interactionstats rule unsupported media type response has a 3xx status code

func (*GetAlertingInteractionstatsRuleUnsupportedMediaType) IsServerError

IsServerError returns true when this get alerting interactionstats rule unsupported media type response has a 5xx status code

func (*GetAlertingInteractionstatsRuleUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get alerting interactionstats rule unsupported media type response has a 2xx status code

func (*GetAlertingInteractionstatsRuleUnsupportedMediaType) String

type GetAlertingInteractionstatsRulesBadRequest

type GetAlertingInteractionstatsRulesBadRequest struct {
	Payload *models.ErrorBody
}

GetAlertingInteractionstatsRulesBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewGetAlertingInteractionstatsRulesBadRequest

func NewGetAlertingInteractionstatsRulesBadRequest() *GetAlertingInteractionstatsRulesBadRequest

NewGetAlertingInteractionstatsRulesBadRequest creates a GetAlertingInteractionstatsRulesBadRequest with default headers values

func (*GetAlertingInteractionstatsRulesBadRequest) Error

func (*GetAlertingInteractionstatsRulesBadRequest) GetPayload

func (*GetAlertingInteractionstatsRulesBadRequest) IsClientError

IsClientError returns true when this get alerting interactionstats rules bad request response has a 4xx status code

func (*GetAlertingInteractionstatsRulesBadRequest) IsCode

IsCode returns true when this get alerting interactionstats rules bad request response a status code equal to that given

func (*GetAlertingInteractionstatsRulesBadRequest) IsRedirect

IsRedirect returns true when this get alerting interactionstats rules bad request response has a 3xx status code

func (*GetAlertingInteractionstatsRulesBadRequest) IsServerError

IsServerError returns true when this get alerting interactionstats rules bad request response has a 5xx status code

func (*GetAlertingInteractionstatsRulesBadRequest) IsSuccess

IsSuccess returns true when this get alerting interactionstats rules bad request response has a 2xx status code

func (*GetAlertingInteractionstatsRulesBadRequest) String

type GetAlertingInteractionstatsRulesForbidden

type GetAlertingInteractionstatsRulesForbidden struct {
	Payload *models.ErrorBody
}

GetAlertingInteractionstatsRulesForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewGetAlertingInteractionstatsRulesForbidden

func NewGetAlertingInteractionstatsRulesForbidden() *GetAlertingInteractionstatsRulesForbidden

NewGetAlertingInteractionstatsRulesForbidden creates a GetAlertingInteractionstatsRulesForbidden with default headers values

func (*GetAlertingInteractionstatsRulesForbidden) Error

func (*GetAlertingInteractionstatsRulesForbidden) GetPayload

func (*GetAlertingInteractionstatsRulesForbidden) IsClientError

IsClientError returns true when this get alerting interactionstats rules forbidden response has a 4xx status code

func (*GetAlertingInteractionstatsRulesForbidden) IsCode

IsCode returns true when this get alerting interactionstats rules forbidden response a status code equal to that given

func (*GetAlertingInteractionstatsRulesForbidden) IsRedirect

IsRedirect returns true when this get alerting interactionstats rules forbidden response has a 3xx status code

func (*GetAlertingInteractionstatsRulesForbidden) IsServerError

IsServerError returns true when this get alerting interactionstats rules forbidden response has a 5xx status code

func (*GetAlertingInteractionstatsRulesForbidden) IsSuccess

IsSuccess returns true when this get alerting interactionstats rules forbidden response has a 2xx status code

func (*GetAlertingInteractionstatsRulesForbidden) String

type GetAlertingInteractionstatsRulesGatewayTimeout

type GetAlertingInteractionstatsRulesGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetAlertingInteractionstatsRulesGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetAlertingInteractionstatsRulesGatewayTimeout

func NewGetAlertingInteractionstatsRulesGatewayTimeout() *GetAlertingInteractionstatsRulesGatewayTimeout

NewGetAlertingInteractionstatsRulesGatewayTimeout creates a GetAlertingInteractionstatsRulesGatewayTimeout with default headers values

func (*GetAlertingInteractionstatsRulesGatewayTimeout) Error

func (*GetAlertingInteractionstatsRulesGatewayTimeout) GetPayload

func (*GetAlertingInteractionstatsRulesGatewayTimeout) IsClientError

IsClientError returns true when this get alerting interactionstats rules gateway timeout response has a 4xx status code

func (*GetAlertingInteractionstatsRulesGatewayTimeout) IsCode

IsCode returns true when this get alerting interactionstats rules gateway timeout response a status code equal to that given

func (*GetAlertingInteractionstatsRulesGatewayTimeout) IsRedirect

IsRedirect returns true when this get alerting interactionstats rules gateway timeout response has a 3xx status code

func (*GetAlertingInteractionstatsRulesGatewayTimeout) IsServerError

IsServerError returns true when this get alerting interactionstats rules gateway timeout response has a 5xx status code

func (*GetAlertingInteractionstatsRulesGatewayTimeout) IsSuccess

IsSuccess returns true when this get alerting interactionstats rules gateway timeout response has a 2xx status code

func (*GetAlertingInteractionstatsRulesGatewayTimeout) String

type GetAlertingInteractionstatsRulesInternalServerError

type GetAlertingInteractionstatsRulesInternalServerError struct {
	Payload *models.ErrorBody
}

GetAlertingInteractionstatsRulesInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetAlertingInteractionstatsRulesInternalServerError

func NewGetAlertingInteractionstatsRulesInternalServerError() *GetAlertingInteractionstatsRulesInternalServerError

NewGetAlertingInteractionstatsRulesInternalServerError creates a GetAlertingInteractionstatsRulesInternalServerError with default headers values

func (*GetAlertingInteractionstatsRulesInternalServerError) Error

func (*GetAlertingInteractionstatsRulesInternalServerError) GetPayload

func (*GetAlertingInteractionstatsRulesInternalServerError) IsClientError

IsClientError returns true when this get alerting interactionstats rules internal server error response has a 4xx status code

func (*GetAlertingInteractionstatsRulesInternalServerError) IsCode

IsCode returns true when this get alerting interactionstats rules internal server error response a status code equal to that given

func (*GetAlertingInteractionstatsRulesInternalServerError) IsRedirect

IsRedirect returns true when this get alerting interactionstats rules internal server error response has a 3xx status code

func (*GetAlertingInteractionstatsRulesInternalServerError) IsServerError

IsServerError returns true when this get alerting interactionstats rules internal server error response has a 5xx status code

func (*GetAlertingInteractionstatsRulesInternalServerError) IsSuccess

IsSuccess returns true when this get alerting interactionstats rules internal server error response has a 2xx status code

func (*GetAlertingInteractionstatsRulesInternalServerError) String

type GetAlertingInteractionstatsRulesNotFound

type GetAlertingInteractionstatsRulesNotFound struct {
	Payload *models.ErrorBody
}

GetAlertingInteractionstatsRulesNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetAlertingInteractionstatsRulesNotFound

func NewGetAlertingInteractionstatsRulesNotFound() *GetAlertingInteractionstatsRulesNotFound

NewGetAlertingInteractionstatsRulesNotFound creates a GetAlertingInteractionstatsRulesNotFound with default headers values

func (*GetAlertingInteractionstatsRulesNotFound) Error

func (*GetAlertingInteractionstatsRulesNotFound) GetPayload

func (*GetAlertingInteractionstatsRulesNotFound) IsClientError

IsClientError returns true when this get alerting interactionstats rules not found response has a 4xx status code

func (*GetAlertingInteractionstatsRulesNotFound) IsCode

IsCode returns true when this get alerting interactionstats rules not found response a status code equal to that given

func (*GetAlertingInteractionstatsRulesNotFound) IsRedirect

IsRedirect returns true when this get alerting interactionstats rules not found response has a 3xx status code

func (*GetAlertingInteractionstatsRulesNotFound) IsServerError

IsServerError returns true when this get alerting interactionstats rules not found response has a 5xx status code

func (*GetAlertingInteractionstatsRulesNotFound) IsSuccess

IsSuccess returns true when this get alerting interactionstats rules not found response has a 2xx status code

func (*GetAlertingInteractionstatsRulesNotFound) String

type GetAlertingInteractionstatsRulesOK

type GetAlertingInteractionstatsRulesOK struct {
	Payload *models.InteractionStatsRuleContainer
}

GetAlertingInteractionstatsRulesOK describes a response with status code 200, with default header values.

successful operation

func NewGetAlertingInteractionstatsRulesOK

func NewGetAlertingInteractionstatsRulesOK() *GetAlertingInteractionstatsRulesOK

NewGetAlertingInteractionstatsRulesOK creates a GetAlertingInteractionstatsRulesOK with default headers values

func (*GetAlertingInteractionstatsRulesOK) Error

func (*GetAlertingInteractionstatsRulesOK) GetPayload

func (*GetAlertingInteractionstatsRulesOK) IsClientError

func (o *GetAlertingInteractionstatsRulesOK) IsClientError() bool

IsClientError returns true when this get alerting interactionstats rules o k response has a 4xx status code

func (*GetAlertingInteractionstatsRulesOK) IsCode

IsCode returns true when this get alerting interactionstats rules o k response a status code equal to that given

func (*GetAlertingInteractionstatsRulesOK) IsRedirect

func (o *GetAlertingInteractionstatsRulesOK) IsRedirect() bool

IsRedirect returns true when this get alerting interactionstats rules o k response has a 3xx status code

func (*GetAlertingInteractionstatsRulesOK) IsServerError

func (o *GetAlertingInteractionstatsRulesOK) IsServerError() bool

IsServerError returns true when this get alerting interactionstats rules o k response has a 5xx status code

func (*GetAlertingInteractionstatsRulesOK) IsSuccess

IsSuccess returns true when this get alerting interactionstats rules o k response has a 2xx status code

func (*GetAlertingInteractionstatsRulesOK) String

type GetAlertingInteractionstatsRulesParams

type GetAlertingInteractionstatsRulesParams struct {

	/* Expand.

	   Which fields, if any, to expand
	*/
	Expand []string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetAlertingInteractionstatsRulesParams contains all the parameters to send to the API endpoint

for the get alerting interactionstats rules operation.

Typically these are written to a http.Request.

func NewGetAlertingInteractionstatsRulesParams

func NewGetAlertingInteractionstatsRulesParams() *GetAlertingInteractionstatsRulesParams

NewGetAlertingInteractionstatsRulesParams creates a new GetAlertingInteractionstatsRulesParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetAlertingInteractionstatsRulesParamsWithContext

func NewGetAlertingInteractionstatsRulesParamsWithContext(ctx context.Context) *GetAlertingInteractionstatsRulesParams

NewGetAlertingInteractionstatsRulesParamsWithContext creates a new GetAlertingInteractionstatsRulesParams object with the ability to set a context for a request.

func NewGetAlertingInteractionstatsRulesParamsWithHTTPClient

func NewGetAlertingInteractionstatsRulesParamsWithHTTPClient(client *http.Client) *GetAlertingInteractionstatsRulesParams

NewGetAlertingInteractionstatsRulesParamsWithHTTPClient creates a new GetAlertingInteractionstatsRulesParams object with the ability to set a custom HTTPClient for a request.

func NewGetAlertingInteractionstatsRulesParamsWithTimeout

func NewGetAlertingInteractionstatsRulesParamsWithTimeout(timeout time.Duration) *GetAlertingInteractionstatsRulesParams

NewGetAlertingInteractionstatsRulesParamsWithTimeout creates a new GetAlertingInteractionstatsRulesParams object with the ability to set a timeout on a request.

func (*GetAlertingInteractionstatsRulesParams) SetContext

SetContext adds the context to the get alerting interactionstats rules params

func (*GetAlertingInteractionstatsRulesParams) SetDefaults

func (o *GetAlertingInteractionstatsRulesParams) SetDefaults()

SetDefaults hydrates default values in the get alerting interactionstats rules params (not the query body).

All values with no default are reset to their zero value.

func (*GetAlertingInteractionstatsRulesParams) SetExpand

func (o *GetAlertingInteractionstatsRulesParams) SetExpand(expand []string)

SetExpand adds the expand to the get alerting interactionstats rules params

func (*GetAlertingInteractionstatsRulesParams) SetHTTPClient

func (o *GetAlertingInteractionstatsRulesParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get alerting interactionstats rules params

func (*GetAlertingInteractionstatsRulesParams) SetTimeout

func (o *GetAlertingInteractionstatsRulesParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get alerting interactionstats rules params

func (*GetAlertingInteractionstatsRulesParams) WithContext

WithContext adds the context to the get alerting interactionstats rules params

func (*GetAlertingInteractionstatsRulesParams) WithDefaults

WithDefaults hydrates default values in the get alerting interactionstats rules params (not the query body).

All values with no default are reset to their zero value.

func (*GetAlertingInteractionstatsRulesParams) WithExpand

WithExpand adds the expand to the get alerting interactionstats rules params

func (*GetAlertingInteractionstatsRulesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get alerting interactionstats rules params

func (*GetAlertingInteractionstatsRulesParams) WithTimeout

WithTimeout adds the timeout to the get alerting interactionstats rules params

func (*GetAlertingInteractionstatsRulesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAlertingInteractionstatsRulesReader

type GetAlertingInteractionstatsRulesReader struct {
	// contains filtered or unexported fields
}

GetAlertingInteractionstatsRulesReader is a Reader for the GetAlertingInteractionstatsRules structure.

func (*GetAlertingInteractionstatsRulesReader) ReadResponse

func (o *GetAlertingInteractionstatsRulesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetAlertingInteractionstatsRulesRequestEntityTooLarge

type GetAlertingInteractionstatsRulesRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetAlertingInteractionstatsRulesRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetAlertingInteractionstatsRulesRequestEntityTooLarge

func NewGetAlertingInteractionstatsRulesRequestEntityTooLarge() *GetAlertingInteractionstatsRulesRequestEntityTooLarge

NewGetAlertingInteractionstatsRulesRequestEntityTooLarge creates a GetAlertingInteractionstatsRulesRequestEntityTooLarge with default headers values

func (*GetAlertingInteractionstatsRulesRequestEntityTooLarge) Error

func (*GetAlertingInteractionstatsRulesRequestEntityTooLarge) GetPayload

func (*GetAlertingInteractionstatsRulesRequestEntityTooLarge) IsClientError

IsClientError returns true when this get alerting interactionstats rules request entity too large response has a 4xx status code

func (*GetAlertingInteractionstatsRulesRequestEntityTooLarge) IsCode

IsCode returns true when this get alerting interactionstats rules request entity too large response a status code equal to that given

func (*GetAlertingInteractionstatsRulesRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get alerting interactionstats rules request entity too large response has a 3xx status code

func (*GetAlertingInteractionstatsRulesRequestEntityTooLarge) IsServerError

IsServerError returns true when this get alerting interactionstats rules request entity too large response has a 5xx status code

func (*GetAlertingInteractionstatsRulesRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get alerting interactionstats rules request entity too large response has a 2xx status code

func (*GetAlertingInteractionstatsRulesRequestEntityTooLarge) String

type GetAlertingInteractionstatsRulesRequestTimeout

type GetAlertingInteractionstatsRulesRequestTimeout struct {
	Payload *models.ErrorBody
}

GetAlertingInteractionstatsRulesRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetAlertingInteractionstatsRulesRequestTimeout

func NewGetAlertingInteractionstatsRulesRequestTimeout() *GetAlertingInteractionstatsRulesRequestTimeout

NewGetAlertingInteractionstatsRulesRequestTimeout creates a GetAlertingInteractionstatsRulesRequestTimeout with default headers values

func (*GetAlertingInteractionstatsRulesRequestTimeout) Error

func (*GetAlertingInteractionstatsRulesRequestTimeout) GetPayload

func (*GetAlertingInteractionstatsRulesRequestTimeout) IsClientError

IsClientError returns true when this get alerting interactionstats rules request timeout response has a 4xx status code

func (*GetAlertingInteractionstatsRulesRequestTimeout) IsCode

IsCode returns true when this get alerting interactionstats rules request timeout response a status code equal to that given

func (*GetAlertingInteractionstatsRulesRequestTimeout) IsRedirect

IsRedirect returns true when this get alerting interactionstats rules request timeout response has a 3xx status code

func (*GetAlertingInteractionstatsRulesRequestTimeout) IsServerError

IsServerError returns true when this get alerting interactionstats rules request timeout response has a 5xx status code

func (*GetAlertingInteractionstatsRulesRequestTimeout) IsSuccess

IsSuccess returns true when this get alerting interactionstats rules request timeout response has a 2xx status code

func (*GetAlertingInteractionstatsRulesRequestTimeout) String

type GetAlertingInteractionstatsRulesServiceUnavailable

type GetAlertingInteractionstatsRulesServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetAlertingInteractionstatsRulesServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetAlertingInteractionstatsRulesServiceUnavailable

func NewGetAlertingInteractionstatsRulesServiceUnavailable() *GetAlertingInteractionstatsRulesServiceUnavailable

NewGetAlertingInteractionstatsRulesServiceUnavailable creates a GetAlertingInteractionstatsRulesServiceUnavailable with default headers values

func (*GetAlertingInteractionstatsRulesServiceUnavailable) Error

func (*GetAlertingInteractionstatsRulesServiceUnavailable) GetPayload

func (*GetAlertingInteractionstatsRulesServiceUnavailable) IsClientError

IsClientError returns true when this get alerting interactionstats rules service unavailable response has a 4xx status code

func (*GetAlertingInteractionstatsRulesServiceUnavailable) IsCode

IsCode returns true when this get alerting interactionstats rules service unavailable response a status code equal to that given

func (*GetAlertingInteractionstatsRulesServiceUnavailable) IsRedirect

IsRedirect returns true when this get alerting interactionstats rules service unavailable response has a 3xx status code

func (*GetAlertingInteractionstatsRulesServiceUnavailable) IsServerError

IsServerError returns true when this get alerting interactionstats rules service unavailable response has a 5xx status code

func (*GetAlertingInteractionstatsRulesServiceUnavailable) IsSuccess

IsSuccess returns true when this get alerting interactionstats rules service unavailable response has a 2xx status code

func (*GetAlertingInteractionstatsRulesServiceUnavailable) String

type GetAlertingInteractionstatsRulesTooManyRequests

type GetAlertingInteractionstatsRulesTooManyRequests struct {
	Payload *models.ErrorBody
}

GetAlertingInteractionstatsRulesTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetAlertingInteractionstatsRulesTooManyRequests

func NewGetAlertingInteractionstatsRulesTooManyRequests() *GetAlertingInteractionstatsRulesTooManyRequests

NewGetAlertingInteractionstatsRulesTooManyRequests creates a GetAlertingInteractionstatsRulesTooManyRequests with default headers values

func (*GetAlertingInteractionstatsRulesTooManyRequests) Error

func (*GetAlertingInteractionstatsRulesTooManyRequests) GetPayload

func (*GetAlertingInteractionstatsRulesTooManyRequests) IsClientError

IsClientError returns true when this get alerting interactionstats rules too many requests response has a 4xx status code

func (*GetAlertingInteractionstatsRulesTooManyRequests) IsCode

IsCode returns true when this get alerting interactionstats rules too many requests response a status code equal to that given

func (*GetAlertingInteractionstatsRulesTooManyRequests) IsRedirect

IsRedirect returns true when this get alerting interactionstats rules too many requests response has a 3xx status code

func (*GetAlertingInteractionstatsRulesTooManyRequests) IsServerError

IsServerError returns true when this get alerting interactionstats rules too many requests response has a 5xx status code

func (*GetAlertingInteractionstatsRulesTooManyRequests) IsSuccess

IsSuccess returns true when this get alerting interactionstats rules too many requests response has a 2xx status code

func (*GetAlertingInteractionstatsRulesTooManyRequests) String

type GetAlertingInteractionstatsRulesUnauthorized

type GetAlertingInteractionstatsRulesUnauthorized struct {
	Payload *models.ErrorBody
}

GetAlertingInteractionstatsRulesUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewGetAlertingInteractionstatsRulesUnauthorized

func NewGetAlertingInteractionstatsRulesUnauthorized() *GetAlertingInteractionstatsRulesUnauthorized

NewGetAlertingInteractionstatsRulesUnauthorized creates a GetAlertingInteractionstatsRulesUnauthorized with default headers values

func (*GetAlertingInteractionstatsRulesUnauthorized) Error

func (*GetAlertingInteractionstatsRulesUnauthorized) GetPayload

func (*GetAlertingInteractionstatsRulesUnauthorized) IsClientError

IsClientError returns true when this get alerting interactionstats rules unauthorized response has a 4xx status code

func (*GetAlertingInteractionstatsRulesUnauthorized) IsCode

IsCode returns true when this get alerting interactionstats rules unauthorized response a status code equal to that given

func (*GetAlertingInteractionstatsRulesUnauthorized) IsRedirect

IsRedirect returns true when this get alerting interactionstats rules unauthorized response has a 3xx status code

func (*GetAlertingInteractionstatsRulesUnauthorized) IsServerError

IsServerError returns true when this get alerting interactionstats rules unauthorized response has a 5xx status code

func (*GetAlertingInteractionstatsRulesUnauthorized) IsSuccess

IsSuccess returns true when this get alerting interactionstats rules unauthorized response has a 2xx status code

func (*GetAlertingInteractionstatsRulesUnauthorized) String

type GetAlertingInteractionstatsRulesUnsupportedMediaType

type GetAlertingInteractionstatsRulesUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetAlertingInteractionstatsRulesUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetAlertingInteractionstatsRulesUnsupportedMediaType

func NewGetAlertingInteractionstatsRulesUnsupportedMediaType() *GetAlertingInteractionstatsRulesUnsupportedMediaType

NewGetAlertingInteractionstatsRulesUnsupportedMediaType creates a GetAlertingInteractionstatsRulesUnsupportedMediaType with default headers values

func (*GetAlertingInteractionstatsRulesUnsupportedMediaType) Error

func (*GetAlertingInteractionstatsRulesUnsupportedMediaType) GetPayload

func (*GetAlertingInteractionstatsRulesUnsupportedMediaType) IsClientError

IsClientError returns true when this get alerting interactionstats rules unsupported media type response has a 4xx status code

func (*GetAlertingInteractionstatsRulesUnsupportedMediaType) IsCode

IsCode returns true when this get alerting interactionstats rules unsupported media type response a status code equal to that given

func (*GetAlertingInteractionstatsRulesUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get alerting interactionstats rules unsupported media type response has a 3xx status code

func (*GetAlertingInteractionstatsRulesUnsupportedMediaType) IsServerError

IsServerError returns true when this get alerting interactionstats rules unsupported media type response has a 5xx status code

func (*GetAlertingInteractionstatsRulesUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get alerting interactionstats rules unsupported media type response has a 2xx status code

func (*GetAlertingInteractionstatsRulesUnsupportedMediaType) String

type PostAlertingInteractionstatsRulesBadRequest

type PostAlertingInteractionstatsRulesBadRequest struct {
	Payload *models.ErrorBody
}

PostAlertingInteractionstatsRulesBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewPostAlertingInteractionstatsRulesBadRequest

func NewPostAlertingInteractionstatsRulesBadRequest() *PostAlertingInteractionstatsRulesBadRequest

NewPostAlertingInteractionstatsRulesBadRequest creates a PostAlertingInteractionstatsRulesBadRequest with default headers values

func (*PostAlertingInteractionstatsRulesBadRequest) Error

func (*PostAlertingInteractionstatsRulesBadRequest) GetPayload

func (*PostAlertingInteractionstatsRulesBadRequest) IsClientError

IsClientError returns true when this post alerting interactionstats rules bad request response has a 4xx status code

func (*PostAlertingInteractionstatsRulesBadRequest) IsCode

IsCode returns true when this post alerting interactionstats rules bad request response a status code equal to that given

func (*PostAlertingInteractionstatsRulesBadRequest) IsRedirect

IsRedirect returns true when this post alerting interactionstats rules bad request response has a 3xx status code

func (*PostAlertingInteractionstatsRulesBadRequest) IsServerError

IsServerError returns true when this post alerting interactionstats rules bad request response has a 5xx status code

func (*PostAlertingInteractionstatsRulesBadRequest) IsSuccess

IsSuccess returns true when this post alerting interactionstats rules bad request response has a 2xx status code

func (*PostAlertingInteractionstatsRulesBadRequest) String

type PostAlertingInteractionstatsRulesForbidden

type PostAlertingInteractionstatsRulesForbidden struct {
	Payload *models.ErrorBody
}

PostAlertingInteractionstatsRulesForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPostAlertingInteractionstatsRulesForbidden

func NewPostAlertingInteractionstatsRulesForbidden() *PostAlertingInteractionstatsRulesForbidden

NewPostAlertingInteractionstatsRulesForbidden creates a PostAlertingInteractionstatsRulesForbidden with default headers values

func (*PostAlertingInteractionstatsRulesForbidden) Error

func (*PostAlertingInteractionstatsRulesForbidden) GetPayload

func (*PostAlertingInteractionstatsRulesForbidden) IsClientError

IsClientError returns true when this post alerting interactionstats rules forbidden response has a 4xx status code

func (*PostAlertingInteractionstatsRulesForbidden) IsCode

IsCode returns true when this post alerting interactionstats rules forbidden response a status code equal to that given

func (*PostAlertingInteractionstatsRulesForbidden) IsRedirect

IsRedirect returns true when this post alerting interactionstats rules forbidden response has a 3xx status code

func (*PostAlertingInteractionstatsRulesForbidden) IsServerError

IsServerError returns true when this post alerting interactionstats rules forbidden response has a 5xx status code

func (*PostAlertingInteractionstatsRulesForbidden) IsSuccess

IsSuccess returns true when this post alerting interactionstats rules forbidden response has a 2xx status code

func (*PostAlertingInteractionstatsRulesForbidden) String

type PostAlertingInteractionstatsRulesGatewayTimeout

type PostAlertingInteractionstatsRulesGatewayTimeout struct {
	Payload *models.ErrorBody
}

PostAlertingInteractionstatsRulesGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPostAlertingInteractionstatsRulesGatewayTimeout

func NewPostAlertingInteractionstatsRulesGatewayTimeout() *PostAlertingInteractionstatsRulesGatewayTimeout

NewPostAlertingInteractionstatsRulesGatewayTimeout creates a PostAlertingInteractionstatsRulesGatewayTimeout with default headers values

func (*PostAlertingInteractionstatsRulesGatewayTimeout) Error

func (*PostAlertingInteractionstatsRulesGatewayTimeout) GetPayload

func (*PostAlertingInteractionstatsRulesGatewayTimeout) IsClientError

IsClientError returns true when this post alerting interactionstats rules gateway timeout response has a 4xx status code

func (*PostAlertingInteractionstatsRulesGatewayTimeout) IsCode

IsCode returns true when this post alerting interactionstats rules gateway timeout response a status code equal to that given

func (*PostAlertingInteractionstatsRulesGatewayTimeout) IsRedirect

IsRedirect returns true when this post alerting interactionstats rules gateway timeout response has a 3xx status code

func (*PostAlertingInteractionstatsRulesGatewayTimeout) IsServerError

IsServerError returns true when this post alerting interactionstats rules gateway timeout response has a 5xx status code

func (*PostAlertingInteractionstatsRulesGatewayTimeout) IsSuccess

IsSuccess returns true when this post alerting interactionstats rules gateway timeout response has a 2xx status code

func (*PostAlertingInteractionstatsRulesGatewayTimeout) String

type PostAlertingInteractionstatsRulesInternalServerError

type PostAlertingInteractionstatsRulesInternalServerError struct {
	Payload *models.ErrorBody
}

PostAlertingInteractionstatsRulesInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPostAlertingInteractionstatsRulesInternalServerError

func NewPostAlertingInteractionstatsRulesInternalServerError() *PostAlertingInteractionstatsRulesInternalServerError

NewPostAlertingInteractionstatsRulesInternalServerError creates a PostAlertingInteractionstatsRulesInternalServerError with default headers values

func (*PostAlertingInteractionstatsRulesInternalServerError) Error

func (*PostAlertingInteractionstatsRulesInternalServerError) GetPayload

func (*PostAlertingInteractionstatsRulesInternalServerError) IsClientError

IsClientError returns true when this post alerting interactionstats rules internal server error response has a 4xx status code

func (*PostAlertingInteractionstatsRulesInternalServerError) IsCode

IsCode returns true when this post alerting interactionstats rules internal server error response a status code equal to that given

func (*PostAlertingInteractionstatsRulesInternalServerError) IsRedirect

IsRedirect returns true when this post alerting interactionstats rules internal server error response has a 3xx status code

func (*PostAlertingInteractionstatsRulesInternalServerError) IsServerError

IsServerError returns true when this post alerting interactionstats rules internal server error response has a 5xx status code

func (*PostAlertingInteractionstatsRulesInternalServerError) IsSuccess

IsSuccess returns true when this post alerting interactionstats rules internal server error response has a 2xx status code

func (*PostAlertingInteractionstatsRulesInternalServerError) String

type PostAlertingInteractionstatsRulesNotFound

type PostAlertingInteractionstatsRulesNotFound struct {
	Payload *models.ErrorBody
}

PostAlertingInteractionstatsRulesNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPostAlertingInteractionstatsRulesNotFound

func NewPostAlertingInteractionstatsRulesNotFound() *PostAlertingInteractionstatsRulesNotFound

NewPostAlertingInteractionstatsRulesNotFound creates a PostAlertingInteractionstatsRulesNotFound with default headers values

func (*PostAlertingInteractionstatsRulesNotFound) Error

func (*PostAlertingInteractionstatsRulesNotFound) GetPayload

func (*PostAlertingInteractionstatsRulesNotFound) IsClientError

IsClientError returns true when this post alerting interactionstats rules not found response has a 4xx status code

func (*PostAlertingInteractionstatsRulesNotFound) IsCode

IsCode returns true when this post alerting interactionstats rules not found response a status code equal to that given

func (*PostAlertingInteractionstatsRulesNotFound) IsRedirect

IsRedirect returns true when this post alerting interactionstats rules not found response has a 3xx status code

func (*PostAlertingInteractionstatsRulesNotFound) IsServerError

IsServerError returns true when this post alerting interactionstats rules not found response has a 5xx status code

func (*PostAlertingInteractionstatsRulesNotFound) IsSuccess

IsSuccess returns true when this post alerting interactionstats rules not found response has a 2xx status code

func (*PostAlertingInteractionstatsRulesNotFound) String

type PostAlertingInteractionstatsRulesOK

type PostAlertingInteractionstatsRulesOK struct {
	Payload *models.InteractionStatsRule
}

PostAlertingInteractionstatsRulesOK describes a response with status code 200, with default header values.

successful operation

func NewPostAlertingInteractionstatsRulesOK

func NewPostAlertingInteractionstatsRulesOK() *PostAlertingInteractionstatsRulesOK

NewPostAlertingInteractionstatsRulesOK creates a PostAlertingInteractionstatsRulesOK with default headers values

func (*PostAlertingInteractionstatsRulesOK) Error

func (*PostAlertingInteractionstatsRulesOK) GetPayload

func (*PostAlertingInteractionstatsRulesOK) IsClientError

func (o *PostAlertingInteractionstatsRulesOK) IsClientError() bool

IsClientError returns true when this post alerting interactionstats rules o k response has a 4xx status code

func (*PostAlertingInteractionstatsRulesOK) IsCode

IsCode returns true when this post alerting interactionstats rules o k response a status code equal to that given

func (*PostAlertingInteractionstatsRulesOK) IsRedirect

func (o *PostAlertingInteractionstatsRulesOK) IsRedirect() bool

IsRedirect returns true when this post alerting interactionstats rules o k response has a 3xx status code

func (*PostAlertingInteractionstatsRulesOK) IsServerError

func (o *PostAlertingInteractionstatsRulesOK) IsServerError() bool

IsServerError returns true when this post alerting interactionstats rules o k response has a 5xx status code

func (*PostAlertingInteractionstatsRulesOK) IsSuccess

IsSuccess returns true when this post alerting interactionstats rules o k response has a 2xx status code

func (*PostAlertingInteractionstatsRulesOK) String

type PostAlertingInteractionstatsRulesParams

type PostAlertingInteractionstatsRulesParams struct {

	/* Body.

	   AlertingRule
	*/
	Body *models.InteractionStatsRule

	/* Expand.

	   Which fields, if any, to expand
	*/
	Expand []string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PostAlertingInteractionstatsRulesParams contains all the parameters to send to the API endpoint

for the post alerting interactionstats rules operation.

Typically these are written to a http.Request.

func NewPostAlertingInteractionstatsRulesParams

func NewPostAlertingInteractionstatsRulesParams() *PostAlertingInteractionstatsRulesParams

NewPostAlertingInteractionstatsRulesParams creates a new PostAlertingInteractionstatsRulesParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPostAlertingInteractionstatsRulesParamsWithContext

func NewPostAlertingInteractionstatsRulesParamsWithContext(ctx context.Context) *PostAlertingInteractionstatsRulesParams

NewPostAlertingInteractionstatsRulesParamsWithContext creates a new PostAlertingInteractionstatsRulesParams object with the ability to set a context for a request.

func NewPostAlertingInteractionstatsRulesParamsWithHTTPClient

func NewPostAlertingInteractionstatsRulesParamsWithHTTPClient(client *http.Client) *PostAlertingInteractionstatsRulesParams

NewPostAlertingInteractionstatsRulesParamsWithHTTPClient creates a new PostAlertingInteractionstatsRulesParams object with the ability to set a custom HTTPClient for a request.

func NewPostAlertingInteractionstatsRulesParamsWithTimeout

func NewPostAlertingInteractionstatsRulesParamsWithTimeout(timeout time.Duration) *PostAlertingInteractionstatsRulesParams

NewPostAlertingInteractionstatsRulesParamsWithTimeout creates a new PostAlertingInteractionstatsRulesParams object with the ability to set a timeout on a request.

func (*PostAlertingInteractionstatsRulesParams) SetBody

SetBody adds the body to the post alerting interactionstats rules params

func (*PostAlertingInteractionstatsRulesParams) SetContext

SetContext adds the context to the post alerting interactionstats rules params

func (*PostAlertingInteractionstatsRulesParams) SetDefaults

func (o *PostAlertingInteractionstatsRulesParams) SetDefaults()

SetDefaults hydrates default values in the post alerting interactionstats rules params (not the query body).

All values with no default are reset to their zero value.

func (*PostAlertingInteractionstatsRulesParams) SetExpand

func (o *PostAlertingInteractionstatsRulesParams) SetExpand(expand []string)

SetExpand adds the expand to the post alerting interactionstats rules params

func (*PostAlertingInteractionstatsRulesParams) SetHTTPClient

func (o *PostAlertingInteractionstatsRulesParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the post alerting interactionstats rules params

func (*PostAlertingInteractionstatsRulesParams) SetTimeout

func (o *PostAlertingInteractionstatsRulesParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the post alerting interactionstats rules params

func (*PostAlertingInteractionstatsRulesParams) WithBody

WithBody adds the body to the post alerting interactionstats rules params

func (*PostAlertingInteractionstatsRulesParams) WithContext

WithContext adds the context to the post alerting interactionstats rules params

func (*PostAlertingInteractionstatsRulesParams) WithDefaults

WithDefaults hydrates default values in the post alerting interactionstats rules params (not the query body).

All values with no default are reset to their zero value.

func (*PostAlertingInteractionstatsRulesParams) WithExpand

WithExpand adds the expand to the post alerting interactionstats rules params

func (*PostAlertingInteractionstatsRulesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post alerting interactionstats rules params

func (*PostAlertingInteractionstatsRulesParams) WithTimeout

WithTimeout adds the timeout to the post alerting interactionstats rules params

func (*PostAlertingInteractionstatsRulesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostAlertingInteractionstatsRulesReader

type PostAlertingInteractionstatsRulesReader struct {
	// contains filtered or unexported fields
}

PostAlertingInteractionstatsRulesReader is a Reader for the PostAlertingInteractionstatsRules structure.

func (*PostAlertingInteractionstatsRulesReader) ReadResponse

func (o *PostAlertingInteractionstatsRulesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PostAlertingInteractionstatsRulesRequestEntityTooLarge

type PostAlertingInteractionstatsRulesRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PostAlertingInteractionstatsRulesRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPostAlertingInteractionstatsRulesRequestEntityTooLarge

func NewPostAlertingInteractionstatsRulesRequestEntityTooLarge() *PostAlertingInteractionstatsRulesRequestEntityTooLarge

NewPostAlertingInteractionstatsRulesRequestEntityTooLarge creates a PostAlertingInteractionstatsRulesRequestEntityTooLarge with default headers values

func (*PostAlertingInteractionstatsRulesRequestEntityTooLarge) Error

func (*PostAlertingInteractionstatsRulesRequestEntityTooLarge) GetPayload

func (*PostAlertingInteractionstatsRulesRequestEntityTooLarge) IsClientError

IsClientError returns true when this post alerting interactionstats rules request entity too large response has a 4xx status code

func (*PostAlertingInteractionstatsRulesRequestEntityTooLarge) IsCode

IsCode returns true when this post alerting interactionstats rules request entity too large response a status code equal to that given

func (*PostAlertingInteractionstatsRulesRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this post alerting interactionstats rules request entity too large response has a 3xx status code

func (*PostAlertingInteractionstatsRulesRequestEntityTooLarge) IsServerError

IsServerError returns true when this post alerting interactionstats rules request entity too large response has a 5xx status code

func (*PostAlertingInteractionstatsRulesRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this post alerting interactionstats rules request entity too large response has a 2xx status code

func (*PostAlertingInteractionstatsRulesRequestEntityTooLarge) String

type PostAlertingInteractionstatsRulesRequestTimeout

type PostAlertingInteractionstatsRulesRequestTimeout struct {
	Payload *models.ErrorBody
}

PostAlertingInteractionstatsRulesRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPostAlertingInteractionstatsRulesRequestTimeout

func NewPostAlertingInteractionstatsRulesRequestTimeout() *PostAlertingInteractionstatsRulesRequestTimeout

NewPostAlertingInteractionstatsRulesRequestTimeout creates a PostAlertingInteractionstatsRulesRequestTimeout with default headers values

func (*PostAlertingInteractionstatsRulesRequestTimeout) Error

func (*PostAlertingInteractionstatsRulesRequestTimeout) GetPayload

func (*PostAlertingInteractionstatsRulesRequestTimeout) IsClientError

IsClientError returns true when this post alerting interactionstats rules request timeout response has a 4xx status code

func (*PostAlertingInteractionstatsRulesRequestTimeout) IsCode

IsCode returns true when this post alerting interactionstats rules request timeout response a status code equal to that given

func (*PostAlertingInteractionstatsRulesRequestTimeout) IsRedirect

IsRedirect returns true when this post alerting interactionstats rules request timeout response has a 3xx status code

func (*PostAlertingInteractionstatsRulesRequestTimeout) IsServerError

IsServerError returns true when this post alerting interactionstats rules request timeout response has a 5xx status code

func (*PostAlertingInteractionstatsRulesRequestTimeout) IsSuccess

IsSuccess returns true when this post alerting interactionstats rules request timeout response has a 2xx status code

func (*PostAlertingInteractionstatsRulesRequestTimeout) String

type PostAlertingInteractionstatsRulesServiceUnavailable

type PostAlertingInteractionstatsRulesServiceUnavailable struct {
	Payload *models.ErrorBody
}

PostAlertingInteractionstatsRulesServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPostAlertingInteractionstatsRulesServiceUnavailable

func NewPostAlertingInteractionstatsRulesServiceUnavailable() *PostAlertingInteractionstatsRulesServiceUnavailable

NewPostAlertingInteractionstatsRulesServiceUnavailable creates a PostAlertingInteractionstatsRulesServiceUnavailable with default headers values

func (*PostAlertingInteractionstatsRulesServiceUnavailable) Error

func (*PostAlertingInteractionstatsRulesServiceUnavailable) GetPayload

func (*PostAlertingInteractionstatsRulesServiceUnavailable) IsClientError

IsClientError returns true when this post alerting interactionstats rules service unavailable response has a 4xx status code

func (*PostAlertingInteractionstatsRulesServiceUnavailable) IsCode

IsCode returns true when this post alerting interactionstats rules service unavailable response a status code equal to that given

func (*PostAlertingInteractionstatsRulesServiceUnavailable) IsRedirect

IsRedirect returns true when this post alerting interactionstats rules service unavailable response has a 3xx status code

func (*PostAlertingInteractionstatsRulesServiceUnavailable) IsServerError

IsServerError returns true when this post alerting interactionstats rules service unavailable response has a 5xx status code

func (*PostAlertingInteractionstatsRulesServiceUnavailable) IsSuccess

IsSuccess returns true when this post alerting interactionstats rules service unavailable response has a 2xx status code

func (*PostAlertingInteractionstatsRulesServiceUnavailable) String

type PostAlertingInteractionstatsRulesTooManyRequests

type PostAlertingInteractionstatsRulesTooManyRequests struct {
	Payload *models.ErrorBody
}

PostAlertingInteractionstatsRulesTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPostAlertingInteractionstatsRulesTooManyRequests

func NewPostAlertingInteractionstatsRulesTooManyRequests() *PostAlertingInteractionstatsRulesTooManyRequests

NewPostAlertingInteractionstatsRulesTooManyRequests creates a PostAlertingInteractionstatsRulesTooManyRequests with default headers values

func (*PostAlertingInteractionstatsRulesTooManyRequests) Error

func (*PostAlertingInteractionstatsRulesTooManyRequests) GetPayload

func (*PostAlertingInteractionstatsRulesTooManyRequests) IsClientError

IsClientError returns true when this post alerting interactionstats rules too many requests response has a 4xx status code

func (*PostAlertingInteractionstatsRulesTooManyRequests) IsCode

IsCode returns true when this post alerting interactionstats rules too many requests response a status code equal to that given

func (*PostAlertingInteractionstatsRulesTooManyRequests) IsRedirect

IsRedirect returns true when this post alerting interactionstats rules too many requests response has a 3xx status code

func (*PostAlertingInteractionstatsRulesTooManyRequests) IsServerError

IsServerError returns true when this post alerting interactionstats rules too many requests response has a 5xx status code

func (*PostAlertingInteractionstatsRulesTooManyRequests) IsSuccess

IsSuccess returns true when this post alerting interactionstats rules too many requests response has a 2xx status code

func (*PostAlertingInteractionstatsRulesTooManyRequests) String

type PostAlertingInteractionstatsRulesUnauthorized

type PostAlertingInteractionstatsRulesUnauthorized struct {
	Payload *models.ErrorBody
}

PostAlertingInteractionstatsRulesUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPostAlertingInteractionstatsRulesUnauthorized

func NewPostAlertingInteractionstatsRulesUnauthorized() *PostAlertingInteractionstatsRulesUnauthorized

NewPostAlertingInteractionstatsRulesUnauthorized creates a PostAlertingInteractionstatsRulesUnauthorized with default headers values

func (*PostAlertingInteractionstatsRulesUnauthorized) Error

func (*PostAlertingInteractionstatsRulesUnauthorized) GetPayload

func (*PostAlertingInteractionstatsRulesUnauthorized) IsClientError

IsClientError returns true when this post alerting interactionstats rules unauthorized response has a 4xx status code

func (*PostAlertingInteractionstatsRulesUnauthorized) IsCode

IsCode returns true when this post alerting interactionstats rules unauthorized response a status code equal to that given

func (*PostAlertingInteractionstatsRulesUnauthorized) IsRedirect

IsRedirect returns true when this post alerting interactionstats rules unauthorized response has a 3xx status code

func (*PostAlertingInteractionstatsRulesUnauthorized) IsServerError

IsServerError returns true when this post alerting interactionstats rules unauthorized response has a 5xx status code

func (*PostAlertingInteractionstatsRulesUnauthorized) IsSuccess

IsSuccess returns true when this post alerting interactionstats rules unauthorized response has a 2xx status code

func (*PostAlertingInteractionstatsRulesUnauthorized) String

type PostAlertingInteractionstatsRulesUnsupportedMediaType

type PostAlertingInteractionstatsRulesUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostAlertingInteractionstatsRulesUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPostAlertingInteractionstatsRulesUnsupportedMediaType

func NewPostAlertingInteractionstatsRulesUnsupportedMediaType() *PostAlertingInteractionstatsRulesUnsupportedMediaType

NewPostAlertingInteractionstatsRulesUnsupportedMediaType creates a PostAlertingInteractionstatsRulesUnsupportedMediaType with default headers values

func (*PostAlertingInteractionstatsRulesUnsupportedMediaType) Error

func (*PostAlertingInteractionstatsRulesUnsupportedMediaType) GetPayload

func (*PostAlertingInteractionstatsRulesUnsupportedMediaType) IsClientError

IsClientError returns true when this post alerting interactionstats rules unsupported media type response has a 4xx status code

func (*PostAlertingInteractionstatsRulesUnsupportedMediaType) IsCode

IsCode returns true when this post alerting interactionstats rules unsupported media type response a status code equal to that given

func (*PostAlertingInteractionstatsRulesUnsupportedMediaType) IsRedirect

IsRedirect returns true when this post alerting interactionstats rules unsupported media type response has a 3xx status code

func (*PostAlertingInteractionstatsRulesUnsupportedMediaType) IsServerError

IsServerError returns true when this post alerting interactionstats rules unsupported media type response has a 5xx status code

func (*PostAlertingInteractionstatsRulesUnsupportedMediaType) IsSuccess

IsSuccess returns true when this post alerting interactionstats rules unsupported media type response has a 2xx status code

func (*PostAlertingInteractionstatsRulesUnsupportedMediaType) String

type PutAlertingInteractionstatsAlertBadRequest

type PutAlertingInteractionstatsAlertBadRequest struct {
	Payload *models.ErrorBody
}

PutAlertingInteractionstatsAlertBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewPutAlertingInteractionstatsAlertBadRequest

func NewPutAlertingInteractionstatsAlertBadRequest() *PutAlertingInteractionstatsAlertBadRequest

NewPutAlertingInteractionstatsAlertBadRequest creates a PutAlertingInteractionstatsAlertBadRequest with default headers values

func (*PutAlertingInteractionstatsAlertBadRequest) Error

func (*PutAlertingInteractionstatsAlertBadRequest) GetPayload

func (*PutAlertingInteractionstatsAlertBadRequest) IsClientError

IsClientError returns true when this put alerting interactionstats alert bad request response has a 4xx status code

func (*PutAlertingInteractionstatsAlertBadRequest) IsCode

IsCode returns true when this put alerting interactionstats alert bad request response a status code equal to that given

func (*PutAlertingInteractionstatsAlertBadRequest) IsRedirect

IsRedirect returns true when this put alerting interactionstats alert bad request response has a 3xx status code

func (*PutAlertingInteractionstatsAlertBadRequest) IsServerError

IsServerError returns true when this put alerting interactionstats alert bad request response has a 5xx status code

func (*PutAlertingInteractionstatsAlertBadRequest) IsSuccess

IsSuccess returns true when this put alerting interactionstats alert bad request response has a 2xx status code

func (*PutAlertingInteractionstatsAlertBadRequest) String

type PutAlertingInteractionstatsAlertForbidden

type PutAlertingInteractionstatsAlertForbidden struct {
	Payload *models.ErrorBody
}

PutAlertingInteractionstatsAlertForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPutAlertingInteractionstatsAlertForbidden

func NewPutAlertingInteractionstatsAlertForbidden() *PutAlertingInteractionstatsAlertForbidden

NewPutAlertingInteractionstatsAlertForbidden creates a PutAlertingInteractionstatsAlertForbidden with default headers values

func (*PutAlertingInteractionstatsAlertForbidden) Error

func (*PutAlertingInteractionstatsAlertForbidden) GetPayload

func (*PutAlertingInteractionstatsAlertForbidden) IsClientError

IsClientError returns true when this put alerting interactionstats alert forbidden response has a 4xx status code

func (*PutAlertingInteractionstatsAlertForbidden) IsCode

IsCode returns true when this put alerting interactionstats alert forbidden response a status code equal to that given

func (*PutAlertingInteractionstatsAlertForbidden) IsRedirect

IsRedirect returns true when this put alerting interactionstats alert forbidden response has a 3xx status code

func (*PutAlertingInteractionstatsAlertForbidden) IsServerError

IsServerError returns true when this put alerting interactionstats alert forbidden response has a 5xx status code

func (*PutAlertingInteractionstatsAlertForbidden) IsSuccess

IsSuccess returns true when this put alerting interactionstats alert forbidden response has a 2xx status code

func (*PutAlertingInteractionstatsAlertForbidden) String

type PutAlertingInteractionstatsAlertGatewayTimeout

type PutAlertingInteractionstatsAlertGatewayTimeout struct {
	Payload *models.ErrorBody
}

PutAlertingInteractionstatsAlertGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPutAlertingInteractionstatsAlertGatewayTimeout

func NewPutAlertingInteractionstatsAlertGatewayTimeout() *PutAlertingInteractionstatsAlertGatewayTimeout

NewPutAlertingInteractionstatsAlertGatewayTimeout creates a PutAlertingInteractionstatsAlertGatewayTimeout with default headers values

func (*PutAlertingInteractionstatsAlertGatewayTimeout) Error

func (*PutAlertingInteractionstatsAlertGatewayTimeout) GetPayload

func (*PutAlertingInteractionstatsAlertGatewayTimeout) IsClientError

IsClientError returns true when this put alerting interactionstats alert gateway timeout response has a 4xx status code

func (*PutAlertingInteractionstatsAlertGatewayTimeout) IsCode

IsCode returns true when this put alerting interactionstats alert gateway timeout response a status code equal to that given

func (*PutAlertingInteractionstatsAlertGatewayTimeout) IsRedirect

IsRedirect returns true when this put alerting interactionstats alert gateway timeout response has a 3xx status code

func (*PutAlertingInteractionstatsAlertGatewayTimeout) IsServerError

IsServerError returns true when this put alerting interactionstats alert gateway timeout response has a 5xx status code

func (*PutAlertingInteractionstatsAlertGatewayTimeout) IsSuccess

IsSuccess returns true when this put alerting interactionstats alert gateway timeout response has a 2xx status code

func (*PutAlertingInteractionstatsAlertGatewayTimeout) String

type PutAlertingInteractionstatsAlertInternalServerError

type PutAlertingInteractionstatsAlertInternalServerError struct {
	Payload *models.ErrorBody
}

PutAlertingInteractionstatsAlertInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPutAlertingInteractionstatsAlertInternalServerError

func NewPutAlertingInteractionstatsAlertInternalServerError() *PutAlertingInteractionstatsAlertInternalServerError

NewPutAlertingInteractionstatsAlertInternalServerError creates a PutAlertingInteractionstatsAlertInternalServerError with default headers values

func (*PutAlertingInteractionstatsAlertInternalServerError) Error

func (*PutAlertingInteractionstatsAlertInternalServerError) GetPayload

func (*PutAlertingInteractionstatsAlertInternalServerError) IsClientError

IsClientError returns true when this put alerting interactionstats alert internal server error response has a 4xx status code

func (*PutAlertingInteractionstatsAlertInternalServerError) IsCode

IsCode returns true when this put alerting interactionstats alert internal server error response a status code equal to that given

func (*PutAlertingInteractionstatsAlertInternalServerError) IsRedirect

IsRedirect returns true when this put alerting interactionstats alert internal server error response has a 3xx status code

func (*PutAlertingInteractionstatsAlertInternalServerError) IsServerError

IsServerError returns true when this put alerting interactionstats alert internal server error response has a 5xx status code

func (*PutAlertingInteractionstatsAlertInternalServerError) IsSuccess

IsSuccess returns true when this put alerting interactionstats alert internal server error response has a 2xx status code

func (*PutAlertingInteractionstatsAlertInternalServerError) String

type PutAlertingInteractionstatsAlertNotFound

type PutAlertingInteractionstatsAlertNotFound struct {
	Payload *models.ErrorBody
}

PutAlertingInteractionstatsAlertNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPutAlertingInteractionstatsAlertNotFound

func NewPutAlertingInteractionstatsAlertNotFound() *PutAlertingInteractionstatsAlertNotFound

NewPutAlertingInteractionstatsAlertNotFound creates a PutAlertingInteractionstatsAlertNotFound with default headers values

func (*PutAlertingInteractionstatsAlertNotFound) Error

func (*PutAlertingInteractionstatsAlertNotFound) GetPayload

func (*PutAlertingInteractionstatsAlertNotFound) IsClientError

IsClientError returns true when this put alerting interactionstats alert not found response has a 4xx status code

func (*PutAlertingInteractionstatsAlertNotFound) IsCode

IsCode returns true when this put alerting interactionstats alert not found response a status code equal to that given

func (*PutAlertingInteractionstatsAlertNotFound) IsRedirect

IsRedirect returns true when this put alerting interactionstats alert not found response has a 3xx status code

func (*PutAlertingInteractionstatsAlertNotFound) IsServerError

IsServerError returns true when this put alerting interactionstats alert not found response has a 5xx status code

func (*PutAlertingInteractionstatsAlertNotFound) IsSuccess

IsSuccess returns true when this put alerting interactionstats alert not found response has a 2xx status code

func (*PutAlertingInteractionstatsAlertNotFound) String

type PutAlertingInteractionstatsAlertOK

type PutAlertingInteractionstatsAlertOK struct {
	Payload *models.UnreadStatus
}

PutAlertingInteractionstatsAlertOK describes a response with status code 200, with default header values.

successful operation

func NewPutAlertingInteractionstatsAlertOK

func NewPutAlertingInteractionstatsAlertOK() *PutAlertingInteractionstatsAlertOK

NewPutAlertingInteractionstatsAlertOK creates a PutAlertingInteractionstatsAlertOK with default headers values

func (*PutAlertingInteractionstatsAlertOK) Error

func (*PutAlertingInteractionstatsAlertOK) GetPayload

func (*PutAlertingInteractionstatsAlertOK) IsClientError

func (o *PutAlertingInteractionstatsAlertOK) IsClientError() bool

IsClientError returns true when this put alerting interactionstats alert o k response has a 4xx status code

func (*PutAlertingInteractionstatsAlertOK) IsCode

IsCode returns true when this put alerting interactionstats alert o k response a status code equal to that given

func (*PutAlertingInteractionstatsAlertOK) IsRedirect

func (o *PutAlertingInteractionstatsAlertOK) IsRedirect() bool

IsRedirect returns true when this put alerting interactionstats alert o k response has a 3xx status code

func (*PutAlertingInteractionstatsAlertOK) IsServerError

func (o *PutAlertingInteractionstatsAlertOK) IsServerError() bool

IsServerError returns true when this put alerting interactionstats alert o k response has a 5xx status code

func (*PutAlertingInteractionstatsAlertOK) IsSuccess

IsSuccess returns true when this put alerting interactionstats alert o k response has a 2xx status code

func (*PutAlertingInteractionstatsAlertOK) String

type PutAlertingInteractionstatsAlertParams

type PutAlertingInteractionstatsAlertParams struct {

	/* AlertID.

	   Alert ID
	*/
	AlertID string

	/* Body.

	   InteractionStatsAlert
	*/
	Body *models.UnreadStatus

	/* Expand.

	   Which fields, if any, to expand
	*/
	Expand []string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PutAlertingInteractionstatsAlertParams contains all the parameters to send to the API endpoint

for the put alerting interactionstats alert operation.

Typically these are written to a http.Request.

func NewPutAlertingInteractionstatsAlertParams

func NewPutAlertingInteractionstatsAlertParams() *PutAlertingInteractionstatsAlertParams

NewPutAlertingInteractionstatsAlertParams creates a new PutAlertingInteractionstatsAlertParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPutAlertingInteractionstatsAlertParamsWithContext

func NewPutAlertingInteractionstatsAlertParamsWithContext(ctx context.Context) *PutAlertingInteractionstatsAlertParams

NewPutAlertingInteractionstatsAlertParamsWithContext creates a new PutAlertingInteractionstatsAlertParams object with the ability to set a context for a request.

func NewPutAlertingInteractionstatsAlertParamsWithHTTPClient

func NewPutAlertingInteractionstatsAlertParamsWithHTTPClient(client *http.Client) *PutAlertingInteractionstatsAlertParams

NewPutAlertingInteractionstatsAlertParamsWithHTTPClient creates a new PutAlertingInteractionstatsAlertParams object with the ability to set a custom HTTPClient for a request.

func NewPutAlertingInteractionstatsAlertParamsWithTimeout

func NewPutAlertingInteractionstatsAlertParamsWithTimeout(timeout time.Duration) *PutAlertingInteractionstatsAlertParams

NewPutAlertingInteractionstatsAlertParamsWithTimeout creates a new PutAlertingInteractionstatsAlertParams object with the ability to set a timeout on a request.

func (*PutAlertingInteractionstatsAlertParams) SetAlertID

func (o *PutAlertingInteractionstatsAlertParams) SetAlertID(alertID string)

SetAlertID adds the alertId to the put alerting interactionstats alert params

func (*PutAlertingInteractionstatsAlertParams) SetBody

SetBody adds the body to the put alerting interactionstats alert params

func (*PutAlertingInteractionstatsAlertParams) SetContext

SetContext adds the context to the put alerting interactionstats alert params

func (*PutAlertingInteractionstatsAlertParams) SetDefaults

func (o *PutAlertingInteractionstatsAlertParams) SetDefaults()

SetDefaults hydrates default values in the put alerting interactionstats alert params (not the query body).

All values with no default are reset to their zero value.

func (*PutAlertingInteractionstatsAlertParams) SetExpand

func (o *PutAlertingInteractionstatsAlertParams) SetExpand(expand []string)

SetExpand adds the expand to the put alerting interactionstats alert params

func (*PutAlertingInteractionstatsAlertParams) SetHTTPClient

func (o *PutAlertingInteractionstatsAlertParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the put alerting interactionstats alert params

func (*PutAlertingInteractionstatsAlertParams) SetTimeout

func (o *PutAlertingInteractionstatsAlertParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the put alerting interactionstats alert params

func (*PutAlertingInteractionstatsAlertParams) WithAlertID

WithAlertID adds the alertID to the put alerting interactionstats alert params

func (*PutAlertingInteractionstatsAlertParams) WithBody

WithBody adds the body to the put alerting interactionstats alert params

func (*PutAlertingInteractionstatsAlertParams) WithContext

WithContext adds the context to the put alerting interactionstats alert params

func (*PutAlertingInteractionstatsAlertParams) WithDefaults

WithDefaults hydrates default values in the put alerting interactionstats alert params (not the query body).

All values with no default are reset to their zero value.

func (*PutAlertingInteractionstatsAlertParams) WithExpand

WithExpand adds the expand to the put alerting interactionstats alert params

func (*PutAlertingInteractionstatsAlertParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the put alerting interactionstats alert params

func (*PutAlertingInteractionstatsAlertParams) WithTimeout

WithTimeout adds the timeout to the put alerting interactionstats alert params

func (*PutAlertingInteractionstatsAlertParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutAlertingInteractionstatsAlertReader

type PutAlertingInteractionstatsAlertReader struct {
	// contains filtered or unexported fields
}

PutAlertingInteractionstatsAlertReader is a Reader for the PutAlertingInteractionstatsAlert structure.

func (*PutAlertingInteractionstatsAlertReader) ReadResponse

func (o *PutAlertingInteractionstatsAlertReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PutAlertingInteractionstatsAlertRequestEntityTooLarge

type PutAlertingInteractionstatsAlertRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PutAlertingInteractionstatsAlertRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPutAlertingInteractionstatsAlertRequestEntityTooLarge

func NewPutAlertingInteractionstatsAlertRequestEntityTooLarge() *PutAlertingInteractionstatsAlertRequestEntityTooLarge

NewPutAlertingInteractionstatsAlertRequestEntityTooLarge creates a PutAlertingInteractionstatsAlertRequestEntityTooLarge with default headers values

func (*PutAlertingInteractionstatsAlertRequestEntityTooLarge) Error

func (*PutAlertingInteractionstatsAlertRequestEntityTooLarge) GetPayload

func (*PutAlertingInteractionstatsAlertRequestEntityTooLarge) IsClientError

IsClientError returns true when this put alerting interactionstats alert request entity too large response has a 4xx status code

func (*PutAlertingInteractionstatsAlertRequestEntityTooLarge) IsCode

IsCode returns true when this put alerting interactionstats alert request entity too large response a status code equal to that given

func (*PutAlertingInteractionstatsAlertRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this put alerting interactionstats alert request entity too large response has a 3xx status code

func (*PutAlertingInteractionstatsAlertRequestEntityTooLarge) IsServerError

IsServerError returns true when this put alerting interactionstats alert request entity too large response has a 5xx status code

func (*PutAlertingInteractionstatsAlertRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this put alerting interactionstats alert request entity too large response has a 2xx status code

func (*PutAlertingInteractionstatsAlertRequestEntityTooLarge) String

type PutAlertingInteractionstatsAlertRequestTimeout

type PutAlertingInteractionstatsAlertRequestTimeout struct {
	Payload *models.ErrorBody
}

PutAlertingInteractionstatsAlertRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPutAlertingInteractionstatsAlertRequestTimeout

func NewPutAlertingInteractionstatsAlertRequestTimeout() *PutAlertingInteractionstatsAlertRequestTimeout

NewPutAlertingInteractionstatsAlertRequestTimeout creates a PutAlertingInteractionstatsAlertRequestTimeout with default headers values

func (*PutAlertingInteractionstatsAlertRequestTimeout) Error

func (*PutAlertingInteractionstatsAlertRequestTimeout) GetPayload

func (*PutAlertingInteractionstatsAlertRequestTimeout) IsClientError

IsClientError returns true when this put alerting interactionstats alert request timeout response has a 4xx status code

func (*PutAlertingInteractionstatsAlertRequestTimeout) IsCode

IsCode returns true when this put alerting interactionstats alert request timeout response a status code equal to that given

func (*PutAlertingInteractionstatsAlertRequestTimeout) IsRedirect

IsRedirect returns true when this put alerting interactionstats alert request timeout response has a 3xx status code

func (*PutAlertingInteractionstatsAlertRequestTimeout) IsServerError

IsServerError returns true when this put alerting interactionstats alert request timeout response has a 5xx status code

func (*PutAlertingInteractionstatsAlertRequestTimeout) IsSuccess

IsSuccess returns true when this put alerting interactionstats alert request timeout response has a 2xx status code

func (*PutAlertingInteractionstatsAlertRequestTimeout) String

type PutAlertingInteractionstatsAlertServiceUnavailable

type PutAlertingInteractionstatsAlertServiceUnavailable struct {
	Payload *models.ErrorBody
}

PutAlertingInteractionstatsAlertServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPutAlertingInteractionstatsAlertServiceUnavailable

func NewPutAlertingInteractionstatsAlertServiceUnavailable() *PutAlertingInteractionstatsAlertServiceUnavailable

NewPutAlertingInteractionstatsAlertServiceUnavailable creates a PutAlertingInteractionstatsAlertServiceUnavailable with default headers values

func (*PutAlertingInteractionstatsAlertServiceUnavailable) Error

func (*PutAlertingInteractionstatsAlertServiceUnavailable) GetPayload

func (*PutAlertingInteractionstatsAlertServiceUnavailable) IsClientError

IsClientError returns true when this put alerting interactionstats alert service unavailable response has a 4xx status code

func (*PutAlertingInteractionstatsAlertServiceUnavailable) IsCode

IsCode returns true when this put alerting interactionstats alert service unavailable response a status code equal to that given

func (*PutAlertingInteractionstatsAlertServiceUnavailable) IsRedirect

IsRedirect returns true when this put alerting interactionstats alert service unavailable response has a 3xx status code

func (*PutAlertingInteractionstatsAlertServiceUnavailable) IsServerError

IsServerError returns true when this put alerting interactionstats alert service unavailable response has a 5xx status code

func (*PutAlertingInteractionstatsAlertServiceUnavailable) IsSuccess

IsSuccess returns true when this put alerting interactionstats alert service unavailable response has a 2xx status code

func (*PutAlertingInteractionstatsAlertServiceUnavailable) String

type PutAlertingInteractionstatsAlertTooManyRequests

type PutAlertingInteractionstatsAlertTooManyRequests struct {
	Payload *models.ErrorBody
}

PutAlertingInteractionstatsAlertTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPutAlertingInteractionstatsAlertTooManyRequests

func NewPutAlertingInteractionstatsAlertTooManyRequests() *PutAlertingInteractionstatsAlertTooManyRequests

NewPutAlertingInteractionstatsAlertTooManyRequests creates a PutAlertingInteractionstatsAlertTooManyRequests with default headers values

func (*PutAlertingInteractionstatsAlertTooManyRequests) Error

func (*PutAlertingInteractionstatsAlertTooManyRequests) GetPayload

func (*PutAlertingInteractionstatsAlertTooManyRequests) IsClientError

IsClientError returns true when this put alerting interactionstats alert too many requests response has a 4xx status code

func (*PutAlertingInteractionstatsAlertTooManyRequests) IsCode

IsCode returns true when this put alerting interactionstats alert too many requests response a status code equal to that given

func (*PutAlertingInteractionstatsAlertTooManyRequests) IsRedirect

IsRedirect returns true when this put alerting interactionstats alert too many requests response has a 3xx status code

func (*PutAlertingInteractionstatsAlertTooManyRequests) IsServerError

IsServerError returns true when this put alerting interactionstats alert too many requests response has a 5xx status code

func (*PutAlertingInteractionstatsAlertTooManyRequests) IsSuccess

IsSuccess returns true when this put alerting interactionstats alert too many requests response has a 2xx status code

func (*PutAlertingInteractionstatsAlertTooManyRequests) String

type PutAlertingInteractionstatsAlertUnauthorized

type PutAlertingInteractionstatsAlertUnauthorized struct {
	Payload *models.ErrorBody
}

PutAlertingInteractionstatsAlertUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPutAlertingInteractionstatsAlertUnauthorized

func NewPutAlertingInteractionstatsAlertUnauthorized() *PutAlertingInteractionstatsAlertUnauthorized

NewPutAlertingInteractionstatsAlertUnauthorized creates a PutAlertingInteractionstatsAlertUnauthorized with default headers values

func (*PutAlertingInteractionstatsAlertUnauthorized) Error

func (*PutAlertingInteractionstatsAlertUnauthorized) GetPayload

func (*PutAlertingInteractionstatsAlertUnauthorized) IsClientError

IsClientError returns true when this put alerting interactionstats alert unauthorized response has a 4xx status code

func (*PutAlertingInteractionstatsAlertUnauthorized) IsCode

IsCode returns true when this put alerting interactionstats alert unauthorized response a status code equal to that given

func (*PutAlertingInteractionstatsAlertUnauthorized) IsRedirect

IsRedirect returns true when this put alerting interactionstats alert unauthorized response has a 3xx status code

func (*PutAlertingInteractionstatsAlertUnauthorized) IsServerError

IsServerError returns true when this put alerting interactionstats alert unauthorized response has a 5xx status code

func (*PutAlertingInteractionstatsAlertUnauthorized) IsSuccess

IsSuccess returns true when this put alerting interactionstats alert unauthorized response has a 2xx status code

func (*PutAlertingInteractionstatsAlertUnauthorized) String

type PutAlertingInteractionstatsAlertUnsupportedMediaType

type PutAlertingInteractionstatsAlertUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PutAlertingInteractionstatsAlertUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPutAlertingInteractionstatsAlertUnsupportedMediaType

func NewPutAlertingInteractionstatsAlertUnsupportedMediaType() *PutAlertingInteractionstatsAlertUnsupportedMediaType

NewPutAlertingInteractionstatsAlertUnsupportedMediaType creates a PutAlertingInteractionstatsAlertUnsupportedMediaType with default headers values

func (*PutAlertingInteractionstatsAlertUnsupportedMediaType) Error

func (*PutAlertingInteractionstatsAlertUnsupportedMediaType) GetPayload

func (*PutAlertingInteractionstatsAlertUnsupportedMediaType) IsClientError

IsClientError returns true when this put alerting interactionstats alert unsupported media type response has a 4xx status code

func (*PutAlertingInteractionstatsAlertUnsupportedMediaType) IsCode

IsCode returns true when this put alerting interactionstats alert unsupported media type response a status code equal to that given

func (*PutAlertingInteractionstatsAlertUnsupportedMediaType) IsRedirect

IsRedirect returns true when this put alerting interactionstats alert unsupported media type response has a 3xx status code

func (*PutAlertingInteractionstatsAlertUnsupportedMediaType) IsServerError

IsServerError returns true when this put alerting interactionstats alert unsupported media type response has a 5xx status code

func (*PutAlertingInteractionstatsAlertUnsupportedMediaType) IsSuccess

IsSuccess returns true when this put alerting interactionstats alert unsupported media type response has a 2xx status code

func (*PutAlertingInteractionstatsAlertUnsupportedMediaType) String

type PutAlertingInteractionstatsRuleBadRequest

type PutAlertingInteractionstatsRuleBadRequest struct {
	Payload *models.ErrorBody
}

PutAlertingInteractionstatsRuleBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewPutAlertingInteractionstatsRuleBadRequest

func NewPutAlertingInteractionstatsRuleBadRequest() *PutAlertingInteractionstatsRuleBadRequest

NewPutAlertingInteractionstatsRuleBadRequest creates a PutAlertingInteractionstatsRuleBadRequest with default headers values

func (*PutAlertingInteractionstatsRuleBadRequest) Error

func (*PutAlertingInteractionstatsRuleBadRequest) GetPayload

func (*PutAlertingInteractionstatsRuleBadRequest) IsClientError

IsClientError returns true when this put alerting interactionstats rule bad request response has a 4xx status code

func (*PutAlertingInteractionstatsRuleBadRequest) IsCode

IsCode returns true when this put alerting interactionstats rule bad request response a status code equal to that given

func (*PutAlertingInteractionstatsRuleBadRequest) IsRedirect

IsRedirect returns true when this put alerting interactionstats rule bad request response has a 3xx status code

func (*PutAlertingInteractionstatsRuleBadRequest) IsServerError

IsServerError returns true when this put alerting interactionstats rule bad request response has a 5xx status code

func (*PutAlertingInteractionstatsRuleBadRequest) IsSuccess

IsSuccess returns true when this put alerting interactionstats rule bad request response has a 2xx status code

func (*PutAlertingInteractionstatsRuleBadRequest) String

type PutAlertingInteractionstatsRuleForbidden

type PutAlertingInteractionstatsRuleForbidden struct {
	Payload *models.ErrorBody
}

PutAlertingInteractionstatsRuleForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPutAlertingInteractionstatsRuleForbidden

func NewPutAlertingInteractionstatsRuleForbidden() *PutAlertingInteractionstatsRuleForbidden

NewPutAlertingInteractionstatsRuleForbidden creates a PutAlertingInteractionstatsRuleForbidden with default headers values

func (*PutAlertingInteractionstatsRuleForbidden) Error

func (*PutAlertingInteractionstatsRuleForbidden) GetPayload

func (*PutAlertingInteractionstatsRuleForbidden) IsClientError

IsClientError returns true when this put alerting interactionstats rule forbidden response has a 4xx status code

func (*PutAlertingInteractionstatsRuleForbidden) IsCode

IsCode returns true when this put alerting interactionstats rule forbidden response a status code equal to that given

func (*PutAlertingInteractionstatsRuleForbidden) IsRedirect

IsRedirect returns true when this put alerting interactionstats rule forbidden response has a 3xx status code

func (*PutAlertingInteractionstatsRuleForbidden) IsServerError

IsServerError returns true when this put alerting interactionstats rule forbidden response has a 5xx status code

func (*PutAlertingInteractionstatsRuleForbidden) IsSuccess

IsSuccess returns true when this put alerting interactionstats rule forbidden response has a 2xx status code

func (*PutAlertingInteractionstatsRuleForbidden) String

type PutAlertingInteractionstatsRuleGatewayTimeout

type PutAlertingInteractionstatsRuleGatewayTimeout struct {
	Payload *models.ErrorBody
}

PutAlertingInteractionstatsRuleGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPutAlertingInteractionstatsRuleGatewayTimeout

func NewPutAlertingInteractionstatsRuleGatewayTimeout() *PutAlertingInteractionstatsRuleGatewayTimeout

NewPutAlertingInteractionstatsRuleGatewayTimeout creates a PutAlertingInteractionstatsRuleGatewayTimeout with default headers values

func (*PutAlertingInteractionstatsRuleGatewayTimeout) Error

func (*PutAlertingInteractionstatsRuleGatewayTimeout) GetPayload

func (*PutAlertingInteractionstatsRuleGatewayTimeout) IsClientError

IsClientError returns true when this put alerting interactionstats rule gateway timeout response has a 4xx status code

func (*PutAlertingInteractionstatsRuleGatewayTimeout) IsCode

IsCode returns true when this put alerting interactionstats rule gateway timeout response a status code equal to that given

func (*PutAlertingInteractionstatsRuleGatewayTimeout) IsRedirect

IsRedirect returns true when this put alerting interactionstats rule gateway timeout response has a 3xx status code

func (*PutAlertingInteractionstatsRuleGatewayTimeout) IsServerError

IsServerError returns true when this put alerting interactionstats rule gateway timeout response has a 5xx status code

func (*PutAlertingInteractionstatsRuleGatewayTimeout) IsSuccess

IsSuccess returns true when this put alerting interactionstats rule gateway timeout response has a 2xx status code

func (*PutAlertingInteractionstatsRuleGatewayTimeout) String

type PutAlertingInteractionstatsRuleInternalServerError

type PutAlertingInteractionstatsRuleInternalServerError struct {
	Payload *models.ErrorBody
}

PutAlertingInteractionstatsRuleInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPutAlertingInteractionstatsRuleInternalServerError

func NewPutAlertingInteractionstatsRuleInternalServerError() *PutAlertingInteractionstatsRuleInternalServerError

NewPutAlertingInteractionstatsRuleInternalServerError creates a PutAlertingInteractionstatsRuleInternalServerError with default headers values

func (*PutAlertingInteractionstatsRuleInternalServerError) Error

func (*PutAlertingInteractionstatsRuleInternalServerError) GetPayload

func (*PutAlertingInteractionstatsRuleInternalServerError) IsClientError

IsClientError returns true when this put alerting interactionstats rule internal server error response has a 4xx status code

func (*PutAlertingInteractionstatsRuleInternalServerError) IsCode

IsCode returns true when this put alerting interactionstats rule internal server error response a status code equal to that given

func (*PutAlertingInteractionstatsRuleInternalServerError) IsRedirect

IsRedirect returns true when this put alerting interactionstats rule internal server error response has a 3xx status code

func (*PutAlertingInteractionstatsRuleInternalServerError) IsServerError

IsServerError returns true when this put alerting interactionstats rule internal server error response has a 5xx status code

func (*PutAlertingInteractionstatsRuleInternalServerError) IsSuccess

IsSuccess returns true when this put alerting interactionstats rule internal server error response has a 2xx status code

func (*PutAlertingInteractionstatsRuleInternalServerError) String

type PutAlertingInteractionstatsRuleNotFound

type PutAlertingInteractionstatsRuleNotFound struct {
	Payload *models.ErrorBody
}

PutAlertingInteractionstatsRuleNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPutAlertingInteractionstatsRuleNotFound

func NewPutAlertingInteractionstatsRuleNotFound() *PutAlertingInteractionstatsRuleNotFound

NewPutAlertingInteractionstatsRuleNotFound creates a PutAlertingInteractionstatsRuleNotFound with default headers values

func (*PutAlertingInteractionstatsRuleNotFound) Error

func (*PutAlertingInteractionstatsRuleNotFound) GetPayload

func (*PutAlertingInteractionstatsRuleNotFound) IsClientError

func (o *PutAlertingInteractionstatsRuleNotFound) IsClientError() bool

IsClientError returns true when this put alerting interactionstats rule not found response has a 4xx status code

func (*PutAlertingInteractionstatsRuleNotFound) IsCode

IsCode returns true when this put alerting interactionstats rule not found response a status code equal to that given

func (*PutAlertingInteractionstatsRuleNotFound) IsRedirect

IsRedirect returns true when this put alerting interactionstats rule not found response has a 3xx status code

func (*PutAlertingInteractionstatsRuleNotFound) IsServerError

func (o *PutAlertingInteractionstatsRuleNotFound) IsServerError() bool

IsServerError returns true when this put alerting interactionstats rule not found response has a 5xx status code

func (*PutAlertingInteractionstatsRuleNotFound) IsSuccess

IsSuccess returns true when this put alerting interactionstats rule not found response has a 2xx status code

func (*PutAlertingInteractionstatsRuleNotFound) String

type PutAlertingInteractionstatsRuleOK

type PutAlertingInteractionstatsRuleOK struct {
	Payload *models.InteractionStatsRule
}

PutAlertingInteractionstatsRuleOK describes a response with status code 200, with default header values.

successful operation

func NewPutAlertingInteractionstatsRuleOK

func NewPutAlertingInteractionstatsRuleOK() *PutAlertingInteractionstatsRuleOK

NewPutAlertingInteractionstatsRuleOK creates a PutAlertingInteractionstatsRuleOK with default headers values

func (*PutAlertingInteractionstatsRuleOK) Error

func (*PutAlertingInteractionstatsRuleOK) GetPayload

func (*PutAlertingInteractionstatsRuleOK) IsClientError

func (o *PutAlertingInteractionstatsRuleOK) IsClientError() bool

IsClientError returns true when this put alerting interactionstats rule o k response has a 4xx status code

func (*PutAlertingInteractionstatsRuleOK) IsCode

func (o *PutAlertingInteractionstatsRuleOK) IsCode(code int) bool

IsCode returns true when this put alerting interactionstats rule o k response a status code equal to that given

func (*PutAlertingInteractionstatsRuleOK) IsRedirect

func (o *PutAlertingInteractionstatsRuleOK) IsRedirect() bool

IsRedirect returns true when this put alerting interactionstats rule o k response has a 3xx status code

func (*PutAlertingInteractionstatsRuleOK) IsServerError

func (o *PutAlertingInteractionstatsRuleOK) IsServerError() bool

IsServerError returns true when this put alerting interactionstats rule o k response has a 5xx status code

func (*PutAlertingInteractionstatsRuleOK) IsSuccess

func (o *PutAlertingInteractionstatsRuleOK) IsSuccess() bool

IsSuccess returns true when this put alerting interactionstats rule o k response has a 2xx status code

func (*PutAlertingInteractionstatsRuleOK) String

type PutAlertingInteractionstatsRuleParams

type PutAlertingInteractionstatsRuleParams struct {

	/* Body.

	   AlertingRule
	*/
	Body *models.InteractionStatsRule

	/* Expand.

	   Which fields, if any, to expand
	*/
	Expand []string

	/* RuleID.

	   Rule ID
	*/
	RuleID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PutAlertingInteractionstatsRuleParams contains all the parameters to send to the API endpoint

for the put alerting interactionstats rule operation.

Typically these are written to a http.Request.

func NewPutAlertingInteractionstatsRuleParams

func NewPutAlertingInteractionstatsRuleParams() *PutAlertingInteractionstatsRuleParams

NewPutAlertingInteractionstatsRuleParams creates a new PutAlertingInteractionstatsRuleParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPutAlertingInteractionstatsRuleParamsWithContext

func NewPutAlertingInteractionstatsRuleParamsWithContext(ctx context.Context) *PutAlertingInteractionstatsRuleParams

NewPutAlertingInteractionstatsRuleParamsWithContext creates a new PutAlertingInteractionstatsRuleParams object with the ability to set a context for a request.

func NewPutAlertingInteractionstatsRuleParamsWithHTTPClient

func NewPutAlertingInteractionstatsRuleParamsWithHTTPClient(client *http.Client) *PutAlertingInteractionstatsRuleParams

NewPutAlertingInteractionstatsRuleParamsWithHTTPClient creates a new PutAlertingInteractionstatsRuleParams object with the ability to set a custom HTTPClient for a request.

func NewPutAlertingInteractionstatsRuleParamsWithTimeout

func NewPutAlertingInteractionstatsRuleParamsWithTimeout(timeout time.Duration) *PutAlertingInteractionstatsRuleParams

NewPutAlertingInteractionstatsRuleParamsWithTimeout creates a new PutAlertingInteractionstatsRuleParams object with the ability to set a timeout on a request.

func (*PutAlertingInteractionstatsRuleParams) SetBody

SetBody adds the body to the put alerting interactionstats rule params

func (*PutAlertingInteractionstatsRuleParams) SetContext

SetContext adds the context to the put alerting interactionstats rule params

func (*PutAlertingInteractionstatsRuleParams) SetDefaults

func (o *PutAlertingInteractionstatsRuleParams) SetDefaults()

SetDefaults hydrates default values in the put alerting interactionstats rule params (not the query body).

All values with no default are reset to their zero value.

func (*PutAlertingInteractionstatsRuleParams) SetExpand

func (o *PutAlertingInteractionstatsRuleParams) SetExpand(expand []string)

SetExpand adds the expand to the put alerting interactionstats rule params

func (*PutAlertingInteractionstatsRuleParams) SetHTTPClient

func (o *PutAlertingInteractionstatsRuleParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the put alerting interactionstats rule params

func (*PutAlertingInteractionstatsRuleParams) SetRuleID

func (o *PutAlertingInteractionstatsRuleParams) SetRuleID(ruleID string)

SetRuleID adds the ruleId to the put alerting interactionstats rule params

func (*PutAlertingInteractionstatsRuleParams) SetTimeout

func (o *PutAlertingInteractionstatsRuleParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the put alerting interactionstats rule params

func (*PutAlertingInteractionstatsRuleParams) WithBody

WithBody adds the body to the put alerting interactionstats rule params

func (*PutAlertingInteractionstatsRuleParams) WithContext

WithContext adds the context to the put alerting interactionstats rule params

func (*PutAlertingInteractionstatsRuleParams) WithDefaults

WithDefaults hydrates default values in the put alerting interactionstats rule params (not the query body).

All values with no default are reset to their zero value.

func (*PutAlertingInteractionstatsRuleParams) WithExpand

WithExpand adds the expand to the put alerting interactionstats rule params

func (*PutAlertingInteractionstatsRuleParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the put alerting interactionstats rule params

func (*PutAlertingInteractionstatsRuleParams) WithRuleID

WithRuleID adds the ruleID to the put alerting interactionstats rule params

func (*PutAlertingInteractionstatsRuleParams) WithTimeout

WithTimeout adds the timeout to the put alerting interactionstats rule params

func (*PutAlertingInteractionstatsRuleParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutAlertingInteractionstatsRuleReader

type PutAlertingInteractionstatsRuleReader struct {
	// contains filtered or unexported fields
}

PutAlertingInteractionstatsRuleReader is a Reader for the PutAlertingInteractionstatsRule structure.

func (*PutAlertingInteractionstatsRuleReader) ReadResponse

func (o *PutAlertingInteractionstatsRuleReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PutAlertingInteractionstatsRuleRequestEntityTooLarge

type PutAlertingInteractionstatsRuleRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PutAlertingInteractionstatsRuleRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPutAlertingInteractionstatsRuleRequestEntityTooLarge

func NewPutAlertingInteractionstatsRuleRequestEntityTooLarge() *PutAlertingInteractionstatsRuleRequestEntityTooLarge

NewPutAlertingInteractionstatsRuleRequestEntityTooLarge creates a PutAlertingInteractionstatsRuleRequestEntityTooLarge with default headers values

func (*PutAlertingInteractionstatsRuleRequestEntityTooLarge) Error

func (*PutAlertingInteractionstatsRuleRequestEntityTooLarge) GetPayload

func (*PutAlertingInteractionstatsRuleRequestEntityTooLarge) IsClientError

IsClientError returns true when this put alerting interactionstats rule request entity too large response has a 4xx status code

func (*PutAlertingInteractionstatsRuleRequestEntityTooLarge) IsCode

IsCode returns true when this put alerting interactionstats rule request entity too large response a status code equal to that given

func (*PutAlertingInteractionstatsRuleRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this put alerting interactionstats rule request entity too large response has a 3xx status code

func (*PutAlertingInteractionstatsRuleRequestEntityTooLarge) IsServerError

IsServerError returns true when this put alerting interactionstats rule request entity too large response has a 5xx status code

func (*PutAlertingInteractionstatsRuleRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this put alerting interactionstats rule request entity too large response has a 2xx status code

func (*PutAlertingInteractionstatsRuleRequestEntityTooLarge) String

type PutAlertingInteractionstatsRuleRequestTimeout

type PutAlertingInteractionstatsRuleRequestTimeout struct {
	Payload *models.ErrorBody
}

PutAlertingInteractionstatsRuleRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPutAlertingInteractionstatsRuleRequestTimeout

func NewPutAlertingInteractionstatsRuleRequestTimeout() *PutAlertingInteractionstatsRuleRequestTimeout

NewPutAlertingInteractionstatsRuleRequestTimeout creates a PutAlertingInteractionstatsRuleRequestTimeout with default headers values

func (*PutAlertingInteractionstatsRuleRequestTimeout) Error

func (*PutAlertingInteractionstatsRuleRequestTimeout) GetPayload

func (*PutAlertingInteractionstatsRuleRequestTimeout) IsClientError

IsClientError returns true when this put alerting interactionstats rule request timeout response has a 4xx status code

func (*PutAlertingInteractionstatsRuleRequestTimeout) IsCode

IsCode returns true when this put alerting interactionstats rule request timeout response a status code equal to that given

func (*PutAlertingInteractionstatsRuleRequestTimeout) IsRedirect

IsRedirect returns true when this put alerting interactionstats rule request timeout response has a 3xx status code

func (*PutAlertingInteractionstatsRuleRequestTimeout) IsServerError

IsServerError returns true when this put alerting interactionstats rule request timeout response has a 5xx status code

func (*PutAlertingInteractionstatsRuleRequestTimeout) IsSuccess

IsSuccess returns true when this put alerting interactionstats rule request timeout response has a 2xx status code

func (*PutAlertingInteractionstatsRuleRequestTimeout) String

type PutAlertingInteractionstatsRuleServiceUnavailable

type PutAlertingInteractionstatsRuleServiceUnavailable struct {
	Payload *models.ErrorBody
}

PutAlertingInteractionstatsRuleServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPutAlertingInteractionstatsRuleServiceUnavailable

func NewPutAlertingInteractionstatsRuleServiceUnavailable() *PutAlertingInteractionstatsRuleServiceUnavailable

NewPutAlertingInteractionstatsRuleServiceUnavailable creates a PutAlertingInteractionstatsRuleServiceUnavailable with default headers values

func (*PutAlertingInteractionstatsRuleServiceUnavailable) Error

func (*PutAlertingInteractionstatsRuleServiceUnavailable) GetPayload

func (*PutAlertingInteractionstatsRuleServiceUnavailable) IsClientError

IsClientError returns true when this put alerting interactionstats rule service unavailable response has a 4xx status code

func (*PutAlertingInteractionstatsRuleServiceUnavailable) IsCode

IsCode returns true when this put alerting interactionstats rule service unavailable response a status code equal to that given

func (*PutAlertingInteractionstatsRuleServiceUnavailable) IsRedirect

IsRedirect returns true when this put alerting interactionstats rule service unavailable response has a 3xx status code

func (*PutAlertingInteractionstatsRuleServiceUnavailable) IsServerError

IsServerError returns true when this put alerting interactionstats rule service unavailable response has a 5xx status code

func (*PutAlertingInteractionstatsRuleServiceUnavailable) IsSuccess

IsSuccess returns true when this put alerting interactionstats rule service unavailable response has a 2xx status code

func (*PutAlertingInteractionstatsRuleServiceUnavailable) String

type PutAlertingInteractionstatsRuleTooManyRequests

type PutAlertingInteractionstatsRuleTooManyRequests struct {
	Payload *models.ErrorBody
}

PutAlertingInteractionstatsRuleTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPutAlertingInteractionstatsRuleTooManyRequests

func NewPutAlertingInteractionstatsRuleTooManyRequests() *PutAlertingInteractionstatsRuleTooManyRequests

NewPutAlertingInteractionstatsRuleTooManyRequests creates a PutAlertingInteractionstatsRuleTooManyRequests with default headers values

func (*PutAlertingInteractionstatsRuleTooManyRequests) Error

func (*PutAlertingInteractionstatsRuleTooManyRequests) GetPayload

func (*PutAlertingInteractionstatsRuleTooManyRequests) IsClientError

IsClientError returns true when this put alerting interactionstats rule too many requests response has a 4xx status code

func (*PutAlertingInteractionstatsRuleTooManyRequests) IsCode

IsCode returns true when this put alerting interactionstats rule too many requests response a status code equal to that given

func (*PutAlertingInteractionstatsRuleTooManyRequests) IsRedirect

IsRedirect returns true when this put alerting interactionstats rule too many requests response has a 3xx status code

func (*PutAlertingInteractionstatsRuleTooManyRequests) IsServerError

IsServerError returns true when this put alerting interactionstats rule too many requests response has a 5xx status code

func (*PutAlertingInteractionstatsRuleTooManyRequests) IsSuccess

IsSuccess returns true when this put alerting interactionstats rule too many requests response has a 2xx status code

func (*PutAlertingInteractionstatsRuleTooManyRequests) String

type PutAlertingInteractionstatsRuleUnauthorized

type PutAlertingInteractionstatsRuleUnauthorized struct {
	Payload *models.ErrorBody
}

PutAlertingInteractionstatsRuleUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPutAlertingInteractionstatsRuleUnauthorized

func NewPutAlertingInteractionstatsRuleUnauthorized() *PutAlertingInteractionstatsRuleUnauthorized

NewPutAlertingInteractionstatsRuleUnauthorized creates a PutAlertingInteractionstatsRuleUnauthorized with default headers values

func (*PutAlertingInteractionstatsRuleUnauthorized) Error

func (*PutAlertingInteractionstatsRuleUnauthorized) GetPayload

func (*PutAlertingInteractionstatsRuleUnauthorized) IsClientError

IsClientError returns true when this put alerting interactionstats rule unauthorized response has a 4xx status code

func (*PutAlertingInteractionstatsRuleUnauthorized) IsCode

IsCode returns true when this put alerting interactionstats rule unauthorized response a status code equal to that given

func (*PutAlertingInteractionstatsRuleUnauthorized) IsRedirect

IsRedirect returns true when this put alerting interactionstats rule unauthorized response has a 3xx status code

func (*PutAlertingInteractionstatsRuleUnauthorized) IsServerError

IsServerError returns true when this put alerting interactionstats rule unauthorized response has a 5xx status code

func (*PutAlertingInteractionstatsRuleUnauthorized) IsSuccess

IsSuccess returns true when this put alerting interactionstats rule unauthorized response has a 2xx status code

func (*PutAlertingInteractionstatsRuleUnauthorized) String

type PutAlertingInteractionstatsRuleUnsupportedMediaType

type PutAlertingInteractionstatsRuleUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PutAlertingInteractionstatsRuleUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPutAlertingInteractionstatsRuleUnsupportedMediaType

func NewPutAlertingInteractionstatsRuleUnsupportedMediaType() *PutAlertingInteractionstatsRuleUnsupportedMediaType

NewPutAlertingInteractionstatsRuleUnsupportedMediaType creates a PutAlertingInteractionstatsRuleUnsupportedMediaType with default headers values

func (*PutAlertingInteractionstatsRuleUnsupportedMediaType) Error

func (*PutAlertingInteractionstatsRuleUnsupportedMediaType) GetPayload

func (*PutAlertingInteractionstatsRuleUnsupportedMediaType) IsClientError

IsClientError returns true when this put alerting interactionstats rule unsupported media type response has a 4xx status code

func (*PutAlertingInteractionstatsRuleUnsupportedMediaType) IsCode

IsCode returns true when this put alerting interactionstats rule unsupported media type response a status code equal to that given

func (*PutAlertingInteractionstatsRuleUnsupportedMediaType) IsRedirect

IsRedirect returns true when this put alerting interactionstats rule unsupported media type response has a 3xx status code

func (*PutAlertingInteractionstatsRuleUnsupportedMediaType) IsServerError

IsServerError returns true when this put alerting interactionstats rule unsupported media type response has a 5xx status code

func (*PutAlertingInteractionstatsRuleUnsupportedMediaType) IsSuccess

IsSuccess returns true when this put alerting interactionstats rule unsupported media type response has a 2xx status code

func (*PutAlertingInteractionstatsRuleUnsupportedMediaType) String

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL