overwatch_dashboard

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Feb 27, 2024 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 AggregatesDetectionsGlobalCountsForbidden

type AggregatesDetectionsGlobalCountsForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewAggregatesDetectionsGlobalCountsForbidden

func NewAggregatesDetectionsGlobalCountsForbidden() *AggregatesDetectionsGlobalCountsForbidden

NewAggregatesDetectionsGlobalCountsForbidden creates a AggregatesDetectionsGlobalCountsForbidden with default headers values

func (*AggregatesDetectionsGlobalCountsForbidden) Code added in v0.2.33

Code gets the status code for the aggregates detections global counts forbidden response

func (*AggregatesDetectionsGlobalCountsForbidden) Error

func (*AggregatesDetectionsGlobalCountsForbidden) GetPayload

func (*AggregatesDetectionsGlobalCountsForbidden) IsClientError added in v0.2.27

IsClientError returns true when this aggregates detections global counts forbidden response has a 4xx status code

func (*AggregatesDetectionsGlobalCountsForbidden) IsCode added in v0.2.27

IsCode returns true when this aggregates detections global counts forbidden response a status code equal to that given

func (*AggregatesDetectionsGlobalCountsForbidden) IsRedirect added in v0.2.27

IsRedirect returns true when this aggregates detections global counts forbidden response has a 3xx status code

func (*AggregatesDetectionsGlobalCountsForbidden) IsServerError added in v0.2.27

IsServerError returns true when this aggregates detections global counts forbidden response has a 5xx status code

func (*AggregatesDetectionsGlobalCountsForbidden) IsSuccess added in v0.2.27

IsSuccess returns true when this aggregates detections global counts forbidden response has a 2xx status code

func (*AggregatesDetectionsGlobalCountsForbidden) String added in v0.2.27

type AggregatesDetectionsGlobalCountsOK

type AggregatesDetectionsGlobalCountsOK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaFacetsResponse
}

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

OK

func NewAggregatesDetectionsGlobalCountsOK

func NewAggregatesDetectionsGlobalCountsOK() *AggregatesDetectionsGlobalCountsOK

NewAggregatesDetectionsGlobalCountsOK creates a AggregatesDetectionsGlobalCountsOK with default headers values

func (*AggregatesDetectionsGlobalCountsOK) Code added in v0.2.33

Code gets the status code for the aggregates detections global counts o k response

func (*AggregatesDetectionsGlobalCountsOK) Error

func (*AggregatesDetectionsGlobalCountsOK) GetPayload

func (*AggregatesDetectionsGlobalCountsOK) IsClientError added in v0.2.27

func (o *AggregatesDetectionsGlobalCountsOK) IsClientError() bool

IsClientError returns true when this aggregates detections global counts o k response has a 4xx status code

func (*AggregatesDetectionsGlobalCountsOK) IsCode added in v0.2.27

IsCode returns true when this aggregates detections global counts o k response a status code equal to that given

func (*AggregatesDetectionsGlobalCountsOK) IsRedirect added in v0.2.27

func (o *AggregatesDetectionsGlobalCountsOK) IsRedirect() bool

IsRedirect returns true when this aggregates detections global counts o k response has a 3xx status code

func (*AggregatesDetectionsGlobalCountsOK) IsServerError added in v0.2.27

func (o *AggregatesDetectionsGlobalCountsOK) IsServerError() bool

IsServerError returns true when this aggregates detections global counts o k response has a 5xx status code

func (*AggregatesDetectionsGlobalCountsOK) IsSuccess added in v0.2.27

IsSuccess returns true when this aggregates detections global counts o k response has a 2xx status code

func (*AggregatesDetectionsGlobalCountsOK) String added in v0.2.27

type AggregatesDetectionsGlobalCountsParams

type AggregatesDetectionsGlobalCountsParams struct {

	/* Filter.

	   An FQL filter string
	*/
	Filter string

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

AggregatesDetectionsGlobalCountsParams contains all the parameters to send to the API endpoint

for the aggregates detections global counts operation.

Typically these are written to a http.Request.

func NewAggregatesDetectionsGlobalCountsParams

func NewAggregatesDetectionsGlobalCountsParams() *AggregatesDetectionsGlobalCountsParams

NewAggregatesDetectionsGlobalCountsParams creates a new AggregatesDetectionsGlobalCountsParams 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 NewAggregatesDetectionsGlobalCountsParamsWithContext

func NewAggregatesDetectionsGlobalCountsParamsWithContext(ctx context.Context) *AggregatesDetectionsGlobalCountsParams

NewAggregatesDetectionsGlobalCountsParamsWithContext creates a new AggregatesDetectionsGlobalCountsParams object with the ability to set a context for a request.

func NewAggregatesDetectionsGlobalCountsParamsWithHTTPClient

func NewAggregatesDetectionsGlobalCountsParamsWithHTTPClient(client *http.Client) *AggregatesDetectionsGlobalCountsParams

NewAggregatesDetectionsGlobalCountsParamsWithHTTPClient creates a new AggregatesDetectionsGlobalCountsParams object with the ability to set a custom HTTPClient for a request.

func NewAggregatesDetectionsGlobalCountsParamsWithTimeout

func NewAggregatesDetectionsGlobalCountsParamsWithTimeout(timeout time.Duration) *AggregatesDetectionsGlobalCountsParams

NewAggregatesDetectionsGlobalCountsParamsWithTimeout creates a new AggregatesDetectionsGlobalCountsParams object with the ability to set a timeout on a request.

func (*AggregatesDetectionsGlobalCountsParams) SetContext

SetContext adds the context to the aggregates detections global counts params

func (*AggregatesDetectionsGlobalCountsParams) SetDefaults

func (o *AggregatesDetectionsGlobalCountsParams) SetDefaults()

SetDefaults hydrates default values in the aggregates detections global counts params (not the query body).

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

func (*AggregatesDetectionsGlobalCountsParams) SetFilter

func (o *AggregatesDetectionsGlobalCountsParams) SetFilter(filter string)

SetFilter adds the filter to the aggregates detections global counts params

func (*AggregatesDetectionsGlobalCountsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the aggregates detections global counts params

func (*AggregatesDetectionsGlobalCountsParams) SetTimeout

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

SetTimeout adds the timeout to the aggregates detections global counts params

func (*AggregatesDetectionsGlobalCountsParams) WithContext

WithContext adds the context to the aggregates detections global counts params

func (*AggregatesDetectionsGlobalCountsParams) WithDefaults

WithDefaults hydrates default values in the aggregates detections global counts params (not the query body).

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

func (*AggregatesDetectionsGlobalCountsParams) WithFilter

WithFilter adds the filter to the aggregates detections global counts params

func (*AggregatesDetectionsGlobalCountsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the aggregates detections global counts params

func (*AggregatesDetectionsGlobalCountsParams) WithTimeout

WithTimeout adds the timeout to the aggregates detections global counts params

func (*AggregatesDetectionsGlobalCountsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AggregatesDetectionsGlobalCountsReader

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

AggregatesDetectionsGlobalCountsReader is a Reader for the AggregatesDetectionsGlobalCounts structure.

func (*AggregatesDetectionsGlobalCountsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AggregatesDetectionsGlobalCountsTooManyRequests

type AggregatesDetectionsGlobalCountsTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

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

Too Many Requests

func NewAggregatesDetectionsGlobalCountsTooManyRequests

func NewAggregatesDetectionsGlobalCountsTooManyRequests() *AggregatesDetectionsGlobalCountsTooManyRequests

NewAggregatesDetectionsGlobalCountsTooManyRequests creates a AggregatesDetectionsGlobalCountsTooManyRequests with default headers values

func (*AggregatesDetectionsGlobalCountsTooManyRequests) Code added in v0.2.33

Code gets the status code for the aggregates detections global counts too many requests response

func (*AggregatesDetectionsGlobalCountsTooManyRequests) Error

func (*AggregatesDetectionsGlobalCountsTooManyRequests) GetPayload

func (*AggregatesDetectionsGlobalCountsTooManyRequests) IsClientError added in v0.2.27

IsClientError returns true when this aggregates detections global counts too many requests response has a 4xx status code

func (*AggregatesDetectionsGlobalCountsTooManyRequests) IsCode added in v0.2.27

IsCode returns true when this aggregates detections global counts too many requests response a status code equal to that given

func (*AggregatesDetectionsGlobalCountsTooManyRequests) IsRedirect added in v0.2.27

IsRedirect returns true when this aggregates detections global counts too many requests response has a 3xx status code

func (*AggregatesDetectionsGlobalCountsTooManyRequests) IsServerError added in v0.2.27

IsServerError returns true when this aggregates detections global counts too many requests response has a 5xx status code

func (*AggregatesDetectionsGlobalCountsTooManyRequests) IsSuccess added in v0.2.27

IsSuccess returns true when this aggregates detections global counts too many requests response has a 2xx status code

func (*AggregatesDetectionsGlobalCountsTooManyRequests) String added in v0.2.27

type AggregatesEventsCollectionsForbidden

type AggregatesEventsCollectionsForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewAggregatesEventsCollectionsForbidden

func NewAggregatesEventsCollectionsForbidden() *AggregatesEventsCollectionsForbidden

NewAggregatesEventsCollectionsForbidden creates a AggregatesEventsCollectionsForbidden with default headers values

func (*AggregatesEventsCollectionsForbidden) Code added in v0.2.33

Code gets the status code for the aggregates events collections forbidden response

func (*AggregatesEventsCollectionsForbidden) Error

func (*AggregatesEventsCollectionsForbidden) GetPayload

func (*AggregatesEventsCollectionsForbidden) IsClientError added in v0.2.27

func (o *AggregatesEventsCollectionsForbidden) IsClientError() bool

IsClientError returns true when this aggregates events collections forbidden response has a 4xx status code

func (*AggregatesEventsCollectionsForbidden) IsCode added in v0.2.27

IsCode returns true when this aggregates events collections forbidden response a status code equal to that given

func (*AggregatesEventsCollectionsForbidden) IsRedirect added in v0.2.27

IsRedirect returns true when this aggregates events collections forbidden response has a 3xx status code

func (*AggregatesEventsCollectionsForbidden) IsServerError added in v0.2.27

func (o *AggregatesEventsCollectionsForbidden) IsServerError() bool

IsServerError returns true when this aggregates events collections forbidden response has a 5xx status code

func (*AggregatesEventsCollectionsForbidden) IsSuccess added in v0.2.27

IsSuccess returns true when this aggregates events collections forbidden response has a 2xx status code

func (*AggregatesEventsCollectionsForbidden) String added in v0.2.27

type AggregatesEventsCollectionsOK

type AggregatesEventsCollectionsOK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaAggregatesResponse
}

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

OK

func NewAggregatesEventsCollectionsOK

func NewAggregatesEventsCollectionsOK() *AggregatesEventsCollectionsOK

NewAggregatesEventsCollectionsOK creates a AggregatesEventsCollectionsOK with default headers values

func (*AggregatesEventsCollectionsOK) Code added in v0.2.33

Code gets the status code for the aggregates events collections o k response

func (*AggregatesEventsCollectionsOK) Error

func (*AggregatesEventsCollectionsOK) GetPayload

func (*AggregatesEventsCollectionsOK) IsClientError added in v0.2.27

func (o *AggregatesEventsCollectionsOK) IsClientError() bool

IsClientError returns true when this aggregates events collections o k response has a 4xx status code

func (*AggregatesEventsCollectionsOK) IsCode added in v0.2.27

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

IsCode returns true when this aggregates events collections o k response a status code equal to that given

func (*AggregatesEventsCollectionsOK) IsRedirect added in v0.2.27

func (o *AggregatesEventsCollectionsOK) IsRedirect() bool

IsRedirect returns true when this aggregates events collections o k response has a 3xx status code

func (*AggregatesEventsCollectionsOK) IsServerError added in v0.2.27

func (o *AggregatesEventsCollectionsOK) IsServerError() bool

IsServerError returns true when this aggregates events collections o k response has a 5xx status code

func (*AggregatesEventsCollectionsOK) IsSuccess added in v0.2.27

func (o *AggregatesEventsCollectionsOK) IsSuccess() bool

IsSuccess returns true when this aggregates events collections o k response has a 2xx status code

func (*AggregatesEventsCollectionsOK) String added in v0.2.27

type AggregatesEventsCollectionsParams

type AggregatesEventsCollectionsParams struct {

	// Body.
	Body []*models.MsaAggregateQueryRequest

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

AggregatesEventsCollectionsParams contains all the parameters to send to the API endpoint

for the aggregates events collections operation.

Typically these are written to a http.Request.

func NewAggregatesEventsCollectionsParams

func NewAggregatesEventsCollectionsParams() *AggregatesEventsCollectionsParams

NewAggregatesEventsCollectionsParams creates a new AggregatesEventsCollectionsParams 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 NewAggregatesEventsCollectionsParamsWithContext

func NewAggregatesEventsCollectionsParamsWithContext(ctx context.Context) *AggregatesEventsCollectionsParams

NewAggregatesEventsCollectionsParamsWithContext creates a new AggregatesEventsCollectionsParams object with the ability to set a context for a request.

func NewAggregatesEventsCollectionsParamsWithHTTPClient

func NewAggregatesEventsCollectionsParamsWithHTTPClient(client *http.Client) *AggregatesEventsCollectionsParams

NewAggregatesEventsCollectionsParamsWithHTTPClient creates a new AggregatesEventsCollectionsParams object with the ability to set a custom HTTPClient for a request.

func NewAggregatesEventsCollectionsParamsWithTimeout

func NewAggregatesEventsCollectionsParamsWithTimeout(timeout time.Duration) *AggregatesEventsCollectionsParams

NewAggregatesEventsCollectionsParamsWithTimeout creates a new AggregatesEventsCollectionsParams object with the ability to set a timeout on a request.

func (*AggregatesEventsCollectionsParams) SetBody

SetBody adds the body to the aggregates events collections params

func (*AggregatesEventsCollectionsParams) SetContext

SetContext adds the context to the aggregates events collections params

func (*AggregatesEventsCollectionsParams) SetDefaults

func (o *AggregatesEventsCollectionsParams) SetDefaults()

SetDefaults hydrates default values in the aggregates events collections params (not the query body).

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

func (*AggregatesEventsCollectionsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the aggregates events collections params

func (*AggregatesEventsCollectionsParams) SetTimeout

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

SetTimeout adds the timeout to the aggregates events collections params

func (*AggregatesEventsCollectionsParams) WithBody

WithBody adds the body to the aggregates events collections params

func (*AggregatesEventsCollectionsParams) WithContext

WithContext adds the context to the aggregates events collections params

func (*AggregatesEventsCollectionsParams) WithDefaults

WithDefaults hydrates default values in the aggregates events collections params (not the query body).

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

func (*AggregatesEventsCollectionsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the aggregates events collections params

func (*AggregatesEventsCollectionsParams) WithTimeout

WithTimeout adds the timeout to the aggregates events collections params

func (*AggregatesEventsCollectionsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AggregatesEventsCollectionsReader

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

AggregatesEventsCollectionsReader is a Reader for the AggregatesEventsCollections structure.

func (*AggregatesEventsCollectionsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AggregatesEventsCollectionsTooManyRequests

type AggregatesEventsCollectionsTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

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

Too Many Requests

func NewAggregatesEventsCollectionsTooManyRequests

func NewAggregatesEventsCollectionsTooManyRequests() *AggregatesEventsCollectionsTooManyRequests

NewAggregatesEventsCollectionsTooManyRequests creates a AggregatesEventsCollectionsTooManyRequests with default headers values

func (*AggregatesEventsCollectionsTooManyRequests) Code added in v0.2.33

Code gets the status code for the aggregates events collections too many requests response

func (*AggregatesEventsCollectionsTooManyRequests) Error

func (*AggregatesEventsCollectionsTooManyRequests) GetPayload

func (*AggregatesEventsCollectionsTooManyRequests) IsClientError added in v0.2.27

IsClientError returns true when this aggregates events collections too many requests response has a 4xx status code

func (*AggregatesEventsCollectionsTooManyRequests) IsCode added in v0.2.27

IsCode returns true when this aggregates events collections too many requests response a status code equal to that given

func (*AggregatesEventsCollectionsTooManyRequests) IsRedirect added in v0.2.27

IsRedirect returns true when this aggregates events collections too many requests response has a 3xx status code

func (*AggregatesEventsCollectionsTooManyRequests) IsServerError added in v0.2.27

IsServerError returns true when this aggregates events collections too many requests response has a 5xx status code

func (*AggregatesEventsCollectionsTooManyRequests) IsSuccess added in v0.2.27

IsSuccess returns true when this aggregates events collections too many requests response has a 2xx status code

func (*AggregatesEventsCollectionsTooManyRequests) String added in v0.2.27

type AggregatesEventsForbidden

type AggregatesEventsForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewAggregatesEventsForbidden

func NewAggregatesEventsForbidden() *AggregatesEventsForbidden

NewAggregatesEventsForbidden creates a AggregatesEventsForbidden with default headers values

func (*AggregatesEventsForbidden) Code added in v0.2.33

func (o *AggregatesEventsForbidden) Code() int

Code gets the status code for the aggregates events forbidden response

func (*AggregatesEventsForbidden) Error

func (o *AggregatesEventsForbidden) Error() string

func (*AggregatesEventsForbidden) GetPayload

func (*AggregatesEventsForbidden) IsClientError added in v0.2.27

func (o *AggregatesEventsForbidden) IsClientError() bool

IsClientError returns true when this aggregates events forbidden response has a 4xx status code

func (*AggregatesEventsForbidden) IsCode added in v0.2.27

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

IsCode returns true when this aggregates events forbidden response a status code equal to that given

func (*AggregatesEventsForbidden) IsRedirect added in v0.2.27

func (o *AggregatesEventsForbidden) IsRedirect() bool

IsRedirect returns true when this aggregates events forbidden response has a 3xx status code

func (*AggregatesEventsForbidden) IsServerError added in v0.2.27

func (o *AggregatesEventsForbidden) IsServerError() bool

IsServerError returns true when this aggregates events forbidden response has a 5xx status code

func (*AggregatesEventsForbidden) IsSuccess added in v0.2.27

func (o *AggregatesEventsForbidden) IsSuccess() bool

IsSuccess returns true when this aggregates events forbidden response has a 2xx status code

func (*AggregatesEventsForbidden) String added in v0.2.27

func (o *AggregatesEventsForbidden) String() string

type AggregatesEventsOK

type AggregatesEventsOK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaAggregatesResponse
}

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

OK

func NewAggregatesEventsOK

func NewAggregatesEventsOK() *AggregatesEventsOK

NewAggregatesEventsOK creates a AggregatesEventsOK with default headers values

func (*AggregatesEventsOK) Code added in v0.2.33

func (o *AggregatesEventsOK) Code() int

Code gets the status code for the aggregates events o k response

func (*AggregatesEventsOK) Error

func (o *AggregatesEventsOK) Error() string

func (*AggregatesEventsOK) GetPayload

func (*AggregatesEventsOK) IsClientError added in v0.2.27

func (o *AggregatesEventsOK) IsClientError() bool

IsClientError returns true when this aggregates events o k response has a 4xx status code

func (*AggregatesEventsOK) IsCode added in v0.2.27

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

IsCode returns true when this aggregates events o k response a status code equal to that given

func (*AggregatesEventsOK) IsRedirect added in v0.2.27

func (o *AggregatesEventsOK) IsRedirect() bool

IsRedirect returns true when this aggregates events o k response has a 3xx status code

func (*AggregatesEventsOK) IsServerError added in v0.2.27

func (o *AggregatesEventsOK) IsServerError() bool

IsServerError returns true when this aggregates events o k response has a 5xx status code

func (*AggregatesEventsOK) IsSuccess added in v0.2.27

func (o *AggregatesEventsOK) IsSuccess() bool

IsSuccess returns true when this aggregates events o k response has a 2xx status code

func (*AggregatesEventsOK) String added in v0.2.27

func (o *AggregatesEventsOK) String() string

type AggregatesEventsParams

type AggregatesEventsParams struct {

	// Body.
	Body []*models.MsaAggregateQueryRequest

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

AggregatesEventsParams contains all the parameters to send to the API endpoint

for the aggregates events operation.

Typically these are written to a http.Request.

func NewAggregatesEventsParams

func NewAggregatesEventsParams() *AggregatesEventsParams

NewAggregatesEventsParams creates a new AggregatesEventsParams 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 NewAggregatesEventsParamsWithContext

func NewAggregatesEventsParamsWithContext(ctx context.Context) *AggregatesEventsParams

NewAggregatesEventsParamsWithContext creates a new AggregatesEventsParams object with the ability to set a context for a request.

func NewAggregatesEventsParamsWithHTTPClient

func NewAggregatesEventsParamsWithHTTPClient(client *http.Client) *AggregatesEventsParams

NewAggregatesEventsParamsWithHTTPClient creates a new AggregatesEventsParams object with the ability to set a custom HTTPClient for a request.

func NewAggregatesEventsParamsWithTimeout

func NewAggregatesEventsParamsWithTimeout(timeout time.Duration) *AggregatesEventsParams

NewAggregatesEventsParamsWithTimeout creates a new AggregatesEventsParams object with the ability to set a timeout on a request.

func (*AggregatesEventsParams) SetBody

SetBody adds the body to the aggregates events params

func (*AggregatesEventsParams) SetContext

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

SetContext adds the context to the aggregates events params

func (*AggregatesEventsParams) SetDefaults

func (o *AggregatesEventsParams) SetDefaults()

SetDefaults hydrates default values in the aggregates events params (not the query body).

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

func (*AggregatesEventsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the aggregates events params

func (*AggregatesEventsParams) SetTimeout

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

SetTimeout adds the timeout to the aggregates events params

func (*AggregatesEventsParams) WithBody

WithBody adds the body to the aggregates events params

func (*AggregatesEventsParams) WithContext

WithContext adds the context to the aggregates events params

func (*AggregatesEventsParams) WithDefaults

WithDefaults hydrates default values in the aggregates events params (not the query body).

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

func (*AggregatesEventsParams) WithHTTPClient

func (o *AggregatesEventsParams) WithHTTPClient(client *http.Client) *AggregatesEventsParams

WithHTTPClient adds the HTTPClient to the aggregates events params

func (*AggregatesEventsParams) WithTimeout

WithTimeout adds the timeout to the aggregates events params

func (*AggregatesEventsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AggregatesEventsReader

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

AggregatesEventsReader is a Reader for the AggregatesEvents structure.

func (*AggregatesEventsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AggregatesEventsTooManyRequests

type AggregatesEventsTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

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

Too Many Requests

func NewAggregatesEventsTooManyRequests

func NewAggregatesEventsTooManyRequests() *AggregatesEventsTooManyRequests

NewAggregatesEventsTooManyRequests creates a AggregatesEventsTooManyRequests with default headers values

func (*AggregatesEventsTooManyRequests) Code added in v0.2.33

Code gets the status code for the aggregates events too many requests response

func (*AggregatesEventsTooManyRequests) Error

func (*AggregatesEventsTooManyRequests) GetPayload

func (*AggregatesEventsTooManyRequests) IsClientError added in v0.2.27

func (o *AggregatesEventsTooManyRequests) IsClientError() bool

IsClientError returns true when this aggregates events too many requests response has a 4xx status code

func (*AggregatesEventsTooManyRequests) IsCode added in v0.2.27

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

IsCode returns true when this aggregates events too many requests response a status code equal to that given

func (*AggregatesEventsTooManyRequests) IsRedirect added in v0.2.27

func (o *AggregatesEventsTooManyRequests) IsRedirect() bool

IsRedirect returns true when this aggregates events too many requests response has a 3xx status code

func (*AggregatesEventsTooManyRequests) IsServerError added in v0.2.27

func (o *AggregatesEventsTooManyRequests) IsServerError() bool

IsServerError returns true when this aggregates events too many requests response has a 5xx status code

func (*AggregatesEventsTooManyRequests) IsSuccess added in v0.2.27

func (o *AggregatesEventsTooManyRequests) IsSuccess() bool

IsSuccess returns true when this aggregates events too many requests response has a 2xx status code

func (*AggregatesEventsTooManyRequests) String added in v0.2.27

type AggregatesIncidentsGlobalCountsForbidden

type AggregatesIncidentsGlobalCountsForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewAggregatesIncidentsGlobalCountsForbidden

func NewAggregatesIncidentsGlobalCountsForbidden() *AggregatesIncidentsGlobalCountsForbidden

NewAggregatesIncidentsGlobalCountsForbidden creates a AggregatesIncidentsGlobalCountsForbidden with default headers values

func (*AggregatesIncidentsGlobalCountsForbidden) Code added in v0.2.33

Code gets the status code for the aggregates incidents global counts forbidden response

func (*AggregatesIncidentsGlobalCountsForbidden) Error

func (*AggregatesIncidentsGlobalCountsForbidden) GetPayload

func (*AggregatesIncidentsGlobalCountsForbidden) IsClientError added in v0.2.27

IsClientError returns true when this aggregates incidents global counts forbidden response has a 4xx status code

func (*AggregatesIncidentsGlobalCountsForbidden) IsCode added in v0.2.27

IsCode returns true when this aggregates incidents global counts forbidden response a status code equal to that given

func (*AggregatesIncidentsGlobalCountsForbidden) IsRedirect added in v0.2.27

IsRedirect returns true when this aggregates incidents global counts forbidden response has a 3xx status code

func (*AggregatesIncidentsGlobalCountsForbidden) IsServerError added in v0.2.27

IsServerError returns true when this aggregates incidents global counts forbidden response has a 5xx status code

func (*AggregatesIncidentsGlobalCountsForbidden) IsSuccess added in v0.2.27

IsSuccess returns true when this aggregates incidents global counts forbidden response has a 2xx status code

func (*AggregatesIncidentsGlobalCountsForbidden) String added in v0.2.27

type AggregatesIncidentsGlobalCountsOK

type AggregatesIncidentsGlobalCountsOK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaFacetsResponse
}

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

OK

func NewAggregatesIncidentsGlobalCountsOK

func NewAggregatesIncidentsGlobalCountsOK() *AggregatesIncidentsGlobalCountsOK

NewAggregatesIncidentsGlobalCountsOK creates a AggregatesIncidentsGlobalCountsOK with default headers values

func (*AggregatesIncidentsGlobalCountsOK) Code added in v0.2.33

Code gets the status code for the aggregates incidents global counts o k response

func (*AggregatesIncidentsGlobalCountsOK) Error

func (*AggregatesIncidentsGlobalCountsOK) GetPayload

func (*AggregatesIncidentsGlobalCountsOK) IsClientError added in v0.2.27

func (o *AggregatesIncidentsGlobalCountsOK) IsClientError() bool

IsClientError returns true when this aggregates incidents global counts o k response has a 4xx status code

func (*AggregatesIncidentsGlobalCountsOK) IsCode added in v0.2.27

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

IsCode returns true when this aggregates incidents global counts o k response a status code equal to that given

func (*AggregatesIncidentsGlobalCountsOK) IsRedirect added in v0.2.27

func (o *AggregatesIncidentsGlobalCountsOK) IsRedirect() bool

IsRedirect returns true when this aggregates incidents global counts o k response has a 3xx status code

func (*AggregatesIncidentsGlobalCountsOK) IsServerError added in v0.2.27

func (o *AggregatesIncidentsGlobalCountsOK) IsServerError() bool

IsServerError returns true when this aggregates incidents global counts o k response has a 5xx status code

func (*AggregatesIncidentsGlobalCountsOK) IsSuccess added in v0.2.27

func (o *AggregatesIncidentsGlobalCountsOK) IsSuccess() bool

IsSuccess returns true when this aggregates incidents global counts o k response has a 2xx status code

func (*AggregatesIncidentsGlobalCountsOK) String added in v0.2.27

type AggregatesIncidentsGlobalCountsParams

type AggregatesIncidentsGlobalCountsParams struct {

	/* Filter.

	   An FQL filter string
	*/
	Filter string

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

AggregatesIncidentsGlobalCountsParams contains all the parameters to send to the API endpoint

for the aggregates incidents global counts operation.

Typically these are written to a http.Request.

func NewAggregatesIncidentsGlobalCountsParams

func NewAggregatesIncidentsGlobalCountsParams() *AggregatesIncidentsGlobalCountsParams

NewAggregatesIncidentsGlobalCountsParams creates a new AggregatesIncidentsGlobalCountsParams 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 NewAggregatesIncidentsGlobalCountsParamsWithContext

func NewAggregatesIncidentsGlobalCountsParamsWithContext(ctx context.Context) *AggregatesIncidentsGlobalCountsParams

NewAggregatesIncidentsGlobalCountsParamsWithContext creates a new AggregatesIncidentsGlobalCountsParams object with the ability to set a context for a request.

func NewAggregatesIncidentsGlobalCountsParamsWithHTTPClient

func NewAggregatesIncidentsGlobalCountsParamsWithHTTPClient(client *http.Client) *AggregatesIncidentsGlobalCountsParams

NewAggregatesIncidentsGlobalCountsParamsWithHTTPClient creates a new AggregatesIncidentsGlobalCountsParams object with the ability to set a custom HTTPClient for a request.

func NewAggregatesIncidentsGlobalCountsParamsWithTimeout

func NewAggregatesIncidentsGlobalCountsParamsWithTimeout(timeout time.Duration) *AggregatesIncidentsGlobalCountsParams

NewAggregatesIncidentsGlobalCountsParamsWithTimeout creates a new AggregatesIncidentsGlobalCountsParams object with the ability to set a timeout on a request.

func (*AggregatesIncidentsGlobalCountsParams) SetContext

SetContext adds the context to the aggregates incidents global counts params

func (*AggregatesIncidentsGlobalCountsParams) SetDefaults

func (o *AggregatesIncidentsGlobalCountsParams) SetDefaults()

SetDefaults hydrates default values in the aggregates incidents global counts params (not the query body).

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

func (*AggregatesIncidentsGlobalCountsParams) SetFilter

func (o *AggregatesIncidentsGlobalCountsParams) SetFilter(filter string)

SetFilter adds the filter to the aggregates incidents global counts params

func (*AggregatesIncidentsGlobalCountsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the aggregates incidents global counts params

func (*AggregatesIncidentsGlobalCountsParams) SetTimeout

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

SetTimeout adds the timeout to the aggregates incidents global counts params

func (*AggregatesIncidentsGlobalCountsParams) WithContext

WithContext adds the context to the aggregates incidents global counts params

func (*AggregatesIncidentsGlobalCountsParams) WithDefaults

WithDefaults hydrates default values in the aggregates incidents global counts params (not the query body).

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

func (*AggregatesIncidentsGlobalCountsParams) WithFilter

WithFilter adds the filter to the aggregates incidents global counts params

func (*AggregatesIncidentsGlobalCountsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the aggregates incidents global counts params

func (*AggregatesIncidentsGlobalCountsParams) WithTimeout

WithTimeout adds the timeout to the aggregates incidents global counts params

func (*AggregatesIncidentsGlobalCountsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AggregatesIncidentsGlobalCountsReader

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

AggregatesIncidentsGlobalCountsReader is a Reader for the AggregatesIncidentsGlobalCounts structure.

func (*AggregatesIncidentsGlobalCountsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AggregatesIncidentsGlobalCountsTooManyRequests

type AggregatesIncidentsGlobalCountsTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

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

Too Many Requests

func NewAggregatesIncidentsGlobalCountsTooManyRequests

func NewAggregatesIncidentsGlobalCountsTooManyRequests() *AggregatesIncidentsGlobalCountsTooManyRequests

NewAggregatesIncidentsGlobalCountsTooManyRequests creates a AggregatesIncidentsGlobalCountsTooManyRequests with default headers values

func (*AggregatesIncidentsGlobalCountsTooManyRequests) Code added in v0.2.33

Code gets the status code for the aggregates incidents global counts too many requests response

func (*AggregatesIncidentsGlobalCountsTooManyRequests) Error

func (*AggregatesIncidentsGlobalCountsTooManyRequests) GetPayload

func (*AggregatesIncidentsGlobalCountsTooManyRequests) IsClientError added in v0.2.27

IsClientError returns true when this aggregates incidents global counts too many requests response has a 4xx status code

func (*AggregatesIncidentsGlobalCountsTooManyRequests) IsCode added in v0.2.27

IsCode returns true when this aggregates incidents global counts too many requests response a status code equal to that given

func (*AggregatesIncidentsGlobalCountsTooManyRequests) IsRedirect added in v0.2.27

IsRedirect returns true when this aggregates incidents global counts too many requests response has a 3xx status code

func (*AggregatesIncidentsGlobalCountsTooManyRequests) IsServerError added in v0.2.27

IsServerError returns true when this aggregates incidents global counts too many requests response has a 5xx status code

func (*AggregatesIncidentsGlobalCountsTooManyRequests) IsSuccess added in v0.2.27

IsSuccess returns true when this aggregates incidents global counts too many requests response has a 2xx status code

func (*AggregatesIncidentsGlobalCountsTooManyRequests) String added in v0.2.27

type AggregatesOWEventsGlobalCountsForbidden

type AggregatesOWEventsGlobalCountsForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewAggregatesOWEventsGlobalCountsForbidden

func NewAggregatesOWEventsGlobalCountsForbidden() *AggregatesOWEventsGlobalCountsForbidden

NewAggregatesOWEventsGlobalCountsForbidden creates a AggregatesOWEventsGlobalCountsForbidden with default headers values

func (*AggregatesOWEventsGlobalCountsForbidden) Code added in v0.2.33

Code gets the status code for the aggregates o w events global counts forbidden response

func (*AggregatesOWEventsGlobalCountsForbidden) Error

func (*AggregatesOWEventsGlobalCountsForbidden) GetPayload

func (*AggregatesOWEventsGlobalCountsForbidden) IsClientError added in v0.2.27

func (o *AggregatesOWEventsGlobalCountsForbidden) IsClientError() bool

IsClientError returns true when this aggregates o w events global counts forbidden response has a 4xx status code

func (*AggregatesOWEventsGlobalCountsForbidden) IsCode added in v0.2.27

IsCode returns true when this aggregates o w events global counts forbidden response a status code equal to that given

func (*AggregatesOWEventsGlobalCountsForbidden) IsRedirect added in v0.2.27

IsRedirect returns true when this aggregates o w events global counts forbidden response has a 3xx status code

func (*AggregatesOWEventsGlobalCountsForbidden) IsServerError added in v0.2.27

func (o *AggregatesOWEventsGlobalCountsForbidden) IsServerError() bool

IsServerError returns true when this aggregates o w events global counts forbidden response has a 5xx status code

func (*AggregatesOWEventsGlobalCountsForbidden) IsSuccess added in v0.2.27

IsSuccess returns true when this aggregates o w events global counts forbidden response has a 2xx status code

func (*AggregatesOWEventsGlobalCountsForbidden) String added in v0.2.27

type AggregatesOWEventsGlobalCountsOK

type AggregatesOWEventsGlobalCountsOK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaFacetsResponse
}

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

OK

func NewAggregatesOWEventsGlobalCountsOK

func NewAggregatesOWEventsGlobalCountsOK() *AggregatesOWEventsGlobalCountsOK

NewAggregatesOWEventsGlobalCountsOK creates a AggregatesOWEventsGlobalCountsOK with default headers values

func (*AggregatesOWEventsGlobalCountsOK) Code added in v0.2.33

Code gets the status code for the aggregates o w events global counts o k response

func (*AggregatesOWEventsGlobalCountsOK) Error

func (*AggregatesOWEventsGlobalCountsOK) GetPayload

func (*AggregatesOWEventsGlobalCountsOK) IsClientError added in v0.2.27

func (o *AggregatesOWEventsGlobalCountsOK) IsClientError() bool

IsClientError returns true when this aggregates o w events global counts o k response has a 4xx status code

func (*AggregatesOWEventsGlobalCountsOK) IsCode added in v0.2.27

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

IsCode returns true when this aggregates o w events global counts o k response a status code equal to that given

func (*AggregatesOWEventsGlobalCountsOK) IsRedirect added in v0.2.27

func (o *AggregatesOWEventsGlobalCountsOK) IsRedirect() bool

IsRedirect returns true when this aggregates o w events global counts o k response has a 3xx status code

func (*AggregatesOWEventsGlobalCountsOK) IsServerError added in v0.2.27

func (o *AggregatesOWEventsGlobalCountsOK) IsServerError() bool

IsServerError returns true when this aggregates o w events global counts o k response has a 5xx status code

func (*AggregatesOWEventsGlobalCountsOK) IsSuccess added in v0.2.27

func (o *AggregatesOWEventsGlobalCountsOK) IsSuccess() bool

IsSuccess returns true when this aggregates o w events global counts o k response has a 2xx status code

func (*AggregatesOWEventsGlobalCountsOK) String added in v0.2.27

type AggregatesOWEventsGlobalCountsParams

type AggregatesOWEventsGlobalCountsParams struct {

	/* Filter.

	   An FQL filter string
	*/
	Filter string

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

AggregatesOWEventsGlobalCountsParams contains all the parameters to send to the API endpoint

for the aggregates o w events global counts operation.

Typically these are written to a http.Request.

func NewAggregatesOWEventsGlobalCountsParams

func NewAggregatesOWEventsGlobalCountsParams() *AggregatesOWEventsGlobalCountsParams

NewAggregatesOWEventsGlobalCountsParams creates a new AggregatesOWEventsGlobalCountsParams 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 NewAggregatesOWEventsGlobalCountsParamsWithContext

func NewAggregatesOWEventsGlobalCountsParamsWithContext(ctx context.Context) *AggregatesOWEventsGlobalCountsParams

NewAggregatesOWEventsGlobalCountsParamsWithContext creates a new AggregatesOWEventsGlobalCountsParams object with the ability to set a context for a request.

func NewAggregatesOWEventsGlobalCountsParamsWithHTTPClient

func NewAggregatesOWEventsGlobalCountsParamsWithHTTPClient(client *http.Client) *AggregatesOWEventsGlobalCountsParams

NewAggregatesOWEventsGlobalCountsParamsWithHTTPClient creates a new AggregatesOWEventsGlobalCountsParams object with the ability to set a custom HTTPClient for a request.

func NewAggregatesOWEventsGlobalCountsParamsWithTimeout

func NewAggregatesOWEventsGlobalCountsParamsWithTimeout(timeout time.Duration) *AggregatesOWEventsGlobalCountsParams

NewAggregatesOWEventsGlobalCountsParamsWithTimeout creates a new AggregatesOWEventsGlobalCountsParams object with the ability to set a timeout on a request.

func (*AggregatesOWEventsGlobalCountsParams) SetContext

SetContext adds the context to the aggregates o w events global counts params

func (*AggregatesOWEventsGlobalCountsParams) SetDefaults

func (o *AggregatesOWEventsGlobalCountsParams) SetDefaults()

SetDefaults hydrates default values in the aggregates o w events global counts params (not the query body).

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

func (*AggregatesOWEventsGlobalCountsParams) SetFilter

func (o *AggregatesOWEventsGlobalCountsParams) SetFilter(filter string)

SetFilter adds the filter to the aggregates o w events global counts params

func (*AggregatesOWEventsGlobalCountsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the aggregates o w events global counts params

func (*AggregatesOWEventsGlobalCountsParams) SetTimeout

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

SetTimeout adds the timeout to the aggregates o w events global counts params

func (*AggregatesOWEventsGlobalCountsParams) WithContext

WithContext adds the context to the aggregates o w events global counts params

func (*AggregatesOWEventsGlobalCountsParams) WithDefaults

WithDefaults hydrates default values in the aggregates o w events global counts params (not the query body).

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

func (*AggregatesOWEventsGlobalCountsParams) WithFilter

WithFilter adds the filter to the aggregates o w events global counts params

func (*AggregatesOWEventsGlobalCountsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the aggregates o w events global counts params

func (*AggregatesOWEventsGlobalCountsParams) WithTimeout

WithTimeout adds the timeout to the aggregates o w events global counts params

func (*AggregatesOWEventsGlobalCountsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AggregatesOWEventsGlobalCountsReader

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

AggregatesOWEventsGlobalCountsReader is a Reader for the AggregatesOWEventsGlobalCounts structure.

func (*AggregatesOWEventsGlobalCountsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AggregatesOWEventsGlobalCountsTooManyRequests

type AggregatesOWEventsGlobalCountsTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

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

Too Many Requests

func NewAggregatesOWEventsGlobalCountsTooManyRequests

func NewAggregatesOWEventsGlobalCountsTooManyRequests() *AggregatesOWEventsGlobalCountsTooManyRequests

NewAggregatesOWEventsGlobalCountsTooManyRequests creates a AggregatesOWEventsGlobalCountsTooManyRequests with default headers values

func (*AggregatesOWEventsGlobalCountsTooManyRequests) Code added in v0.2.33

Code gets the status code for the aggregates o w events global counts too many requests response

func (*AggregatesOWEventsGlobalCountsTooManyRequests) Error

func (*AggregatesOWEventsGlobalCountsTooManyRequests) GetPayload

func (*AggregatesOWEventsGlobalCountsTooManyRequests) IsClientError added in v0.2.27

IsClientError returns true when this aggregates o w events global counts too many requests response has a 4xx status code

func (*AggregatesOWEventsGlobalCountsTooManyRequests) IsCode added in v0.2.27

IsCode returns true when this aggregates o w events global counts too many requests response a status code equal to that given

func (*AggregatesOWEventsGlobalCountsTooManyRequests) IsRedirect added in v0.2.27

IsRedirect returns true when this aggregates o w events global counts too many requests response has a 3xx status code

func (*AggregatesOWEventsGlobalCountsTooManyRequests) IsServerError added in v0.2.27

IsServerError returns true when this aggregates o w events global counts too many requests response has a 5xx status code

func (*AggregatesOWEventsGlobalCountsTooManyRequests) IsSuccess added in v0.2.27

IsSuccess returns true when this aggregates o w events global counts too many requests response has a 2xx status code

func (*AggregatesOWEventsGlobalCountsTooManyRequests) String added in v0.2.27

type Client

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

Client for overwatch dashboard API

func (*Client) AggregatesDetectionsGlobalCounts

func (a *Client) AggregatesDetectionsGlobalCounts(params *AggregatesDetectionsGlobalCountsParams, opts ...ClientOption) (*AggregatesDetectionsGlobalCountsOK, error)

AggregatesDetectionsGlobalCounts gets the total number of detections pushed across all customers

func (*Client) AggregatesEvents

func (a *Client) AggregatesEvents(params *AggregatesEventsParams, opts ...ClientOption) (*AggregatesEventsOK, error)

AggregatesEvents gets aggregate over watch detection event info by providing an aggregate query

func (*Client) AggregatesEventsCollections

func (a *Client) AggregatesEventsCollections(params *AggregatesEventsCollectionsParams, opts ...ClientOption) (*AggregatesEventsCollectionsOK, error)

AggregatesEventsCollections gets over watch detection event collection info by providing an aggregate query

func (*Client) AggregatesIncidentsGlobalCounts

func (a *Client) AggregatesIncidentsGlobalCounts(params *AggregatesIncidentsGlobalCountsParams, opts ...ClientOption) (*AggregatesIncidentsGlobalCountsOK, error)

AggregatesIncidentsGlobalCounts gets the total number of incidents pushed across all customers

func (*Client) AggregatesOWEventsGlobalCounts

func (a *Client) AggregatesOWEventsGlobalCounts(params *AggregatesOWEventsGlobalCountsParams, opts ...ClientOption) (*AggregatesOWEventsGlobalCountsOK, error)

AggregatesOWEventsGlobalCounts gets the total number of over watch events across all customers

func (*Client) SetTransport

func (a *Client) SetTransport(transport runtime.ClientTransport)

SetTransport changes the transport on the client

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	AggregatesDetectionsGlobalCounts(params *AggregatesDetectionsGlobalCountsParams, opts ...ClientOption) (*AggregatesDetectionsGlobalCountsOK, error)

	AggregatesEvents(params *AggregatesEventsParams, opts ...ClientOption) (*AggregatesEventsOK, error)

	AggregatesEventsCollections(params *AggregatesEventsCollectionsParams, opts ...ClientOption) (*AggregatesEventsCollectionsOK, error)

	AggregatesIncidentsGlobalCounts(params *AggregatesIncidentsGlobalCountsParams, opts ...ClientOption) (*AggregatesIncidentsGlobalCountsOK, error)

	AggregatesOWEventsGlobalCounts(params *AggregatesOWEventsGlobalCountsParams, opts ...ClientOption) (*AggregatesOWEventsGlobalCountsOK, error)

	SetTransport(transport runtime.ClientTransport)
}

ClientService is the interface for Client methods

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService

New creates a new overwatch dashboard API client.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL