falcon_complete_dashboard

package
v0.5.0-rc1 Latest Latest
Warning

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

Go to latest
Published: Oct 16, 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 AggregateAlertsForbidden added in v0.5.0

type AggregateAlertsForbidden 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
}

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

Forbidden

func NewAggregateAlertsForbidden added in v0.5.0

func NewAggregateAlertsForbidden() *AggregateAlertsForbidden

NewAggregateAlertsForbidden creates a AggregateAlertsForbidden with default headers values

func (*AggregateAlertsForbidden) Code added in v0.5.0

func (o *AggregateAlertsForbidden) Code() int

Code gets the status code for the aggregate alerts forbidden response

func (*AggregateAlertsForbidden) Error added in v0.5.0

func (o *AggregateAlertsForbidden) Error() string

func (*AggregateAlertsForbidden) GetPayload added in v0.5.0

func (*AggregateAlertsForbidden) IsClientError added in v0.5.0

func (o *AggregateAlertsForbidden) IsClientError() bool

IsClientError returns true when this aggregate alerts forbidden response has a 4xx status code

func (*AggregateAlertsForbidden) IsCode added in v0.5.0

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

IsCode returns true when this aggregate alerts forbidden response a status code equal to that given

func (*AggregateAlertsForbidden) IsRedirect added in v0.5.0

func (o *AggregateAlertsForbidden) IsRedirect() bool

IsRedirect returns true when this aggregate alerts forbidden response has a 3xx status code

func (*AggregateAlertsForbidden) IsServerError added in v0.5.0

func (o *AggregateAlertsForbidden) IsServerError() bool

IsServerError returns true when this aggregate alerts forbidden response has a 5xx status code

func (*AggregateAlertsForbidden) IsSuccess added in v0.5.0

func (o *AggregateAlertsForbidden) IsSuccess() bool

IsSuccess returns true when this aggregate alerts forbidden response has a 2xx status code

func (*AggregateAlertsForbidden) String added in v0.5.0

func (o *AggregateAlertsForbidden) String() string

type AggregateAlertsOK added in v0.5.0

type AggregateAlertsOK 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
}

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

OK

func NewAggregateAlertsOK added in v0.5.0

func NewAggregateAlertsOK() *AggregateAlertsOK

NewAggregateAlertsOK creates a AggregateAlertsOK with default headers values

func (*AggregateAlertsOK) Code added in v0.5.0

func (o *AggregateAlertsOK) Code() int

Code gets the status code for the aggregate alerts o k response

func (*AggregateAlertsOK) Error added in v0.5.0

func (o *AggregateAlertsOK) Error() string

func (*AggregateAlertsOK) GetPayload added in v0.5.0

func (*AggregateAlertsOK) IsClientError added in v0.5.0

func (o *AggregateAlertsOK) IsClientError() bool

IsClientError returns true when this aggregate alerts o k response has a 4xx status code

func (*AggregateAlertsOK) IsCode added in v0.5.0

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

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

func (*AggregateAlertsOK) IsRedirect added in v0.5.0

func (o *AggregateAlertsOK) IsRedirect() bool

IsRedirect returns true when this aggregate alerts o k response has a 3xx status code

func (*AggregateAlertsOK) IsServerError added in v0.5.0

func (o *AggregateAlertsOK) IsServerError() bool

IsServerError returns true when this aggregate alerts o k response has a 5xx status code

func (*AggregateAlertsOK) IsSuccess added in v0.5.0

func (o *AggregateAlertsOK) IsSuccess() bool

IsSuccess returns true when this aggregate alerts o k response has a 2xx status code

func (*AggregateAlertsOK) String added in v0.5.0

func (o *AggregateAlertsOK) String() string

type AggregateAlertsParams added in v0.5.0

type AggregateAlertsParams struct {

	// Body.
	Body []*models.MsaAggregateQueryRequest

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

AggregateAlertsParams contains all the parameters to send to the API endpoint

for the aggregate alerts operation.

Typically these are written to a http.Request.

func NewAggregateAlertsParams added in v0.5.0

func NewAggregateAlertsParams() *AggregateAlertsParams

NewAggregateAlertsParams creates a new AggregateAlertsParams 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 NewAggregateAlertsParamsWithContext added in v0.5.0

func NewAggregateAlertsParamsWithContext(ctx context.Context) *AggregateAlertsParams

NewAggregateAlertsParamsWithContext creates a new AggregateAlertsParams object with the ability to set a context for a request.

func NewAggregateAlertsParamsWithHTTPClient added in v0.5.0

func NewAggregateAlertsParamsWithHTTPClient(client *http.Client) *AggregateAlertsParams

NewAggregateAlertsParamsWithHTTPClient creates a new AggregateAlertsParams object with the ability to set a custom HTTPClient for a request.

func NewAggregateAlertsParamsWithTimeout added in v0.5.0

func NewAggregateAlertsParamsWithTimeout(timeout time.Duration) *AggregateAlertsParams

NewAggregateAlertsParamsWithTimeout creates a new AggregateAlertsParams object with the ability to set a timeout on a request.

func (*AggregateAlertsParams) SetBody added in v0.5.0

SetBody adds the body to the aggregate alerts params

func (*AggregateAlertsParams) SetContext added in v0.5.0

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

SetContext adds the context to the aggregate alerts params

func (*AggregateAlertsParams) SetDefaults added in v0.5.0

func (o *AggregateAlertsParams) SetDefaults()

SetDefaults hydrates default values in the aggregate alerts params (not the query body).

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

func (*AggregateAlertsParams) SetHTTPClient added in v0.5.0

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

SetHTTPClient adds the HTTPClient to the aggregate alerts params

func (*AggregateAlertsParams) SetTimeout added in v0.5.0

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

SetTimeout adds the timeout to the aggregate alerts params

func (*AggregateAlertsParams) WithBody added in v0.5.0

WithBody adds the body to the aggregate alerts params

func (*AggregateAlertsParams) WithContext added in v0.5.0

WithContext adds the context to the aggregate alerts params

func (*AggregateAlertsParams) WithDefaults added in v0.5.0

func (o *AggregateAlertsParams) WithDefaults() *AggregateAlertsParams

WithDefaults hydrates default values in the aggregate alerts params (not the query body).

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

func (*AggregateAlertsParams) WithHTTPClient added in v0.5.0

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

WithHTTPClient adds the HTTPClient to the aggregate alerts params

func (*AggregateAlertsParams) WithTimeout added in v0.5.0

func (o *AggregateAlertsParams) WithTimeout(timeout time.Duration) *AggregateAlertsParams

WithTimeout adds the timeout to the aggregate alerts params

func (*AggregateAlertsParams) WriteToRequest added in v0.5.0

func (o *AggregateAlertsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type AggregateAlertsReader added in v0.5.0

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

AggregateAlertsReader is a Reader for the AggregateAlerts structure.

func (*AggregateAlertsReader) ReadResponse added in v0.5.0

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

ReadResponse reads a server response into the received o.

type AggregateAlertsTooManyRequests added in v0.5.0

type AggregateAlertsTooManyRequests 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
}

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

Too Many Requests

func NewAggregateAlertsTooManyRequests added in v0.5.0

func NewAggregateAlertsTooManyRequests() *AggregateAlertsTooManyRequests

NewAggregateAlertsTooManyRequests creates a AggregateAlertsTooManyRequests with default headers values

func (*AggregateAlertsTooManyRequests) Code added in v0.5.0

Code gets the status code for the aggregate alerts too many requests response

func (*AggregateAlertsTooManyRequests) Error added in v0.5.0

func (*AggregateAlertsTooManyRequests) GetPayload added in v0.5.0

func (*AggregateAlertsTooManyRequests) IsClientError added in v0.5.0

func (o *AggregateAlertsTooManyRequests) IsClientError() bool

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

func (*AggregateAlertsTooManyRequests) IsCode added in v0.5.0

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

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

func (*AggregateAlertsTooManyRequests) IsRedirect added in v0.5.0

func (o *AggregateAlertsTooManyRequests) IsRedirect() bool

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

func (*AggregateAlertsTooManyRequests) IsServerError added in v0.5.0

func (o *AggregateAlertsTooManyRequests) IsServerError() bool

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

func (*AggregateAlertsTooManyRequests) IsSuccess added in v0.5.0

func (o *AggregateAlertsTooManyRequests) IsSuccess() bool

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

func (*AggregateAlertsTooManyRequests) String added in v0.5.0

type AggregateAllowListForbidden

type AggregateAllowListForbidden 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
}

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

Forbidden

func NewAggregateAllowListForbidden

func NewAggregateAllowListForbidden() *AggregateAllowListForbidden

NewAggregateAllowListForbidden creates a AggregateAllowListForbidden with default headers values

func (*AggregateAllowListForbidden) Code added in v0.2.33

func (o *AggregateAllowListForbidden) Code() int

Code gets the status code for the aggregate allow list forbidden response

func (*AggregateAllowListForbidden) Error

func (*AggregateAllowListForbidden) GetPayload

func (*AggregateAllowListForbidden) IsClientError added in v0.2.27

func (o *AggregateAllowListForbidden) IsClientError() bool

IsClientError returns true when this aggregate allow list forbidden response has a 4xx status code

func (*AggregateAllowListForbidden) IsCode added in v0.2.27

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

IsCode returns true when this aggregate allow list forbidden response a status code equal to that given

func (*AggregateAllowListForbidden) IsRedirect added in v0.2.27

func (o *AggregateAllowListForbidden) IsRedirect() bool

IsRedirect returns true when this aggregate allow list forbidden response has a 3xx status code

func (*AggregateAllowListForbidden) IsServerError added in v0.2.27

func (o *AggregateAllowListForbidden) IsServerError() bool

IsServerError returns true when this aggregate allow list forbidden response has a 5xx status code

func (*AggregateAllowListForbidden) IsSuccess added in v0.2.27

func (o *AggregateAllowListForbidden) IsSuccess() bool

IsSuccess returns true when this aggregate allow list forbidden response has a 2xx status code

func (*AggregateAllowListForbidden) String added in v0.2.27

func (o *AggregateAllowListForbidden) String() string

type AggregateAllowListOK

type AggregateAllowListOK 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
}

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

OK

func NewAggregateAllowListOK

func NewAggregateAllowListOK() *AggregateAllowListOK

NewAggregateAllowListOK creates a AggregateAllowListOK with default headers values

func (*AggregateAllowListOK) Code added in v0.2.33

func (o *AggregateAllowListOK) Code() int

Code gets the status code for the aggregate allow list o k response

func (*AggregateAllowListOK) Error

func (o *AggregateAllowListOK) Error() string

func (*AggregateAllowListOK) GetPayload

func (*AggregateAllowListOK) IsClientError added in v0.2.27

func (o *AggregateAllowListOK) IsClientError() bool

IsClientError returns true when this aggregate allow list o k response has a 4xx status code

func (*AggregateAllowListOK) IsCode added in v0.2.27

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

IsCode returns true when this aggregate allow list o k response a status code equal to that given

func (*AggregateAllowListOK) IsRedirect added in v0.2.27

func (o *AggregateAllowListOK) IsRedirect() bool

IsRedirect returns true when this aggregate allow list o k response has a 3xx status code

func (*AggregateAllowListOK) IsServerError added in v0.2.27

func (o *AggregateAllowListOK) IsServerError() bool

IsServerError returns true when this aggregate allow list o k response has a 5xx status code

func (*AggregateAllowListOK) IsSuccess added in v0.2.27

func (o *AggregateAllowListOK) IsSuccess() bool

IsSuccess returns true when this aggregate allow list o k response has a 2xx status code

func (*AggregateAllowListOK) String added in v0.2.27

func (o *AggregateAllowListOK) String() string

type AggregateAllowListParams

type AggregateAllowListParams struct {

	// Body.
	Body []*models.MsaAggregateQueryRequest

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

AggregateAllowListParams contains all the parameters to send to the API endpoint

for the aggregate allow list operation.

Typically these are written to a http.Request.

func NewAggregateAllowListParams

func NewAggregateAllowListParams() *AggregateAllowListParams

NewAggregateAllowListParams creates a new AggregateAllowListParams 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 NewAggregateAllowListParamsWithContext

func NewAggregateAllowListParamsWithContext(ctx context.Context) *AggregateAllowListParams

NewAggregateAllowListParamsWithContext creates a new AggregateAllowListParams object with the ability to set a context for a request.

func NewAggregateAllowListParamsWithHTTPClient

func NewAggregateAllowListParamsWithHTTPClient(client *http.Client) *AggregateAllowListParams

NewAggregateAllowListParamsWithHTTPClient creates a new AggregateAllowListParams object with the ability to set a custom HTTPClient for a request.

func NewAggregateAllowListParamsWithTimeout

func NewAggregateAllowListParamsWithTimeout(timeout time.Duration) *AggregateAllowListParams

NewAggregateAllowListParamsWithTimeout creates a new AggregateAllowListParams object with the ability to set a timeout on a request.

func (*AggregateAllowListParams) SetBody

SetBody adds the body to the aggregate allow list params

func (*AggregateAllowListParams) SetContext

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

SetContext adds the context to the aggregate allow list params

func (*AggregateAllowListParams) SetDefaults

func (o *AggregateAllowListParams) SetDefaults()

SetDefaults hydrates default values in the aggregate allow list params (not the query body).

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

func (*AggregateAllowListParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the aggregate allow list params

func (*AggregateAllowListParams) SetTimeout

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

SetTimeout adds the timeout to the aggregate allow list params

func (*AggregateAllowListParams) WithBody

WithBody adds the body to the aggregate allow list params

func (*AggregateAllowListParams) WithContext

WithContext adds the context to the aggregate allow list params

func (*AggregateAllowListParams) WithDefaults

WithDefaults hydrates default values in the aggregate allow list params (not the query body).

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

func (*AggregateAllowListParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the aggregate allow list params

func (*AggregateAllowListParams) WithTimeout

WithTimeout adds the timeout to the aggregate allow list params

func (*AggregateAllowListParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AggregateAllowListReader

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

AggregateAllowListReader is a Reader for the AggregateAllowList structure.

func (*AggregateAllowListReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AggregateAllowListTooManyRequests

type AggregateAllowListTooManyRequests 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
}

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

Too Many Requests

func NewAggregateAllowListTooManyRequests

func NewAggregateAllowListTooManyRequests() *AggregateAllowListTooManyRequests

NewAggregateAllowListTooManyRequests creates a AggregateAllowListTooManyRequests with default headers values

func (*AggregateAllowListTooManyRequests) Code added in v0.2.33

Code gets the status code for the aggregate allow list too many requests response

func (*AggregateAllowListTooManyRequests) Error

func (*AggregateAllowListTooManyRequests) GetPayload

func (*AggregateAllowListTooManyRequests) IsClientError added in v0.2.27

func (o *AggregateAllowListTooManyRequests) IsClientError() bool

IsClientError returns true when this aggregate allow list too many requests response has a 4xx status code

func (*AggregateAllowListTooManyRequests) IsCode added in v0.2.27

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

IsCode returns true when this aggregate allow list too many requests response a status code equal to that given

func (*AggregateAllowListTooManyRequests) IsRedirect added in v0.2.27

func (o *AggregateAllowListTooManyRequests) IsRedirect() bool

IsRedirect returns true when this aggregate allow list too many requests response has a 3xx status code

func (*AggregateAllowListTooManyRequests) IsServerError added in v0.2.27

func (o *AggregateAllowListTooManyRequests) IsServerError() bool

IsServerError returns true when this aggregate allow list too many requests response has a 5xx status code

func (*AggregateAllowListTooManyRequests) IsSuccess added in v0.2.27

func (o *AggregateAllowListTooManyRequests) IsSuccess() bool

IsSuccess returns true when this aggregate allow list too many requests response has a 2xx status code

func (*AggregateAllowListTooManyRequests) String added in v0.2.27

type AggregateBlockListForbidden

type AggregateBlockListForbidden 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
}

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

Forbidden

func NewAggregateBlockListForbidden

func NewAggregateBlockListForbidden() *AggregateBlockListForbidden

NewAggregateBlockListForbidden creates a AggregateBlockListForbidden with default headers values

func (*AggregateBlockListForbidden) Code added in v0.2.33

func (o *AggregateBlockListForbidden) Code() int

Code gets the status code for the aggregate block list forbidden response

func (*AggregateBlockListForbidden) Error

func (*AggregateBlockListForbidden) GetPayload

func (*AggregateBlockListForbidden) IsClientError added in v0.2.27

func (o *AggregateBlockListForbidden) IsClientError() bool

IsClientError returns true when this aggregate block list forbidden response has a 4xx status code

func (*AggregateBlockListForbidden) IsCode added in v0.2.27

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

IsCode returns true when this aggregate block list forbidden response a status code equal to that given

func (*AggregateBlockListForbidden) IsRedirect added in v0.2.27

func (o *AggregateBlockListForbidden) IsRedirect() bool

IsRedirect returns true when this aggregate block list forbidden response has a 3xx status code

func (*AggregateBlockListForbidden) IsServerError added in v0.2.27

func (o *AggregateBlockListForbidden) IsServerError() bool

IsServerError returns true when this aggregate block list forbidden response has a 5xx status code

func (*AggregateBlockListForbidden) IsSuccess added in v0.2.27

func (o *AggregateBlockListForbidden) IsSuccess() bool

IsSuccess returns true when this aggregate block list forbidden response has a 2xx status code

func (*AggregateBlockListForbidden) String added in v0.2.27

func (o *AggregateBlockListForbidden) String() string

type AggregateBlockListOK

type AggregateBlockListOK 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
}

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

OK

func NewAggregateBlockListOK

func NewAggregateBlockListOK() *AggregateBlockListOK

NewAggregateBlockListOK creates a AggregateBlockListOK with default headers values

func (*AggregateBlockListOK) Code added in v0.2.33

func (o *AggregateBlockListOK) Code() int

Code gets the status code for the aggregate block list o k response

func (*AggregateBlockListOK) Error

func (o *AggregateBlockListOK) Error() string

func (*AggregateBlockListOK) GetPayload

func (*AggregateBlockListOK) IsClientError added in v0.2.27

func (o *AggregateBlockListOK) IsClientError() bool

IsClientError returns true when this aggregate block list o k response has a 4xx status code

func (*AggregateBlockListOK) IsCode added in v0.2.27

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

IsCode returns true when this aggregate block list o k response a status code equal to that given

func (*AggregateBlockListOK) IsRedirect added in v0.2.27

func (o *AggregateBlockListOK) IsRedirect() bool

IsRedirect returns true when this aggregate block list o k response has a 3xx status code

func (*AggregateBlockListOK) IsServerError added in v0.2.27

func (o *AggregateBlockListOK) IsServerError() bool

IsServerError returns true when this aggregate block list o k response has a 5xx status code

func (*AggregateBlockListOK) IsSuccess added in v0.2.27

func (o *AggregateBlockListOK) IsSuccess() bool

IsSuccess returns true when this aggregate block list o k response has a 2xx status code

func (*AggregateBlockListOK) String added in v0.2.27

func (o *AggregateBlockListOK) String() string

type AggregateBlockListParams

type AggregateBlockListParams struct {

	// Body.
	Body []*models.MsaAggregateQueryRequest

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

AggregateBlockListParams contains all the parameters to send to the API endpoint

for the aggregate block list operation.

Typically these are written to a http.Request.

func NewAggregateBlockListParams

func NewAggregateBlockListParams() *AggregateBlockListParams

NewAggregateBlockListParams creates a new AggregateBlockListParams 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 NewAggregateBlockListParamsWithContext

func NewAggregateBlockListParamsWithContext(ctx context.Context) *AggregateBlockListParams

NewAggregateBlockListParamsWithContext creates a new AggregateBlockListParams object with the ability to set a context for a request.

func NewAggregateBlockListParamsWithHTTPClient

func NewAggregateBlockListParamsWithHTTPClient(client *http.Client) *AggregateBlockListParams

NewAggregateBlockListParamsWithHTTPClient creates a new AggregateBlockListParams object with the ability to set a custom HTTPClient for a request.

func NewAggregateBlockListParamsWithTimeout

func NewAggregateBlockListParamsWithTimeout(timeout time.Duration) *AggregateBlockListParams

NewAggregateBlockListParamsWithTimeout creates a new AggregateBlockListParams object with the ability to set a timeout on a request.

func (*AggregateBlockListParams) SetBody

SetBody adds the body to the aggregate block list params

func (*AggregateBlockListParams) SetContext

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

SetContext adds the context to the aggregate block list params

func (*AggregateBlockListParams) SetDefaults

func (o *AggregateBlockListParams) SetDefaults()

SetDefaults hydrates default values in the aggregate block list params (not the query body).

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

func (*AggregateBlockListParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the aggregate block list params

func (*AggregateBlockListParams) SetTimeout

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

SetTimeout adds the timeout to the aggregate block list params

func (*AggregateBlockListParams) WithBody

WithBody adds the body to the aggregate block list params

func (*AggregateBlockListParams) WithContext

WithContext adds the context to the aggregate block list params

func (*AggregateBlockListParams) WithDefaults

WithDefaults hydrates default values in the aggregate block list params (not the query body).

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

func (*AggregateBlockListParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the aggregate block list params

func (*AggregateBlockListParams) WithTimeout

WithTimeout adds the timeout to the aggregate block list params

func (*AggregateBlockListParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AggregateBlockListReader

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

AggregateBlockListReader is a Reader for the AggregateBlockList structure.

func (*AggregateBlockListReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AggregateBlockListTooManyRequests

type AggregateBlockListTooManyRequests 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
}

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

Too Many Requests

func NewAggregateBlockListTooManyRequests

func NewAggregateBlockListTooManyRequests() *AggregateBlockListTooManyRequests

NewAggregateBlockListTooManyRequests creates a AggregateBlockListTooManyRequests with default headers values

func (*AggregateBlockListTooManyRequests) Code added in v0.2.33

Code gets the status code for the aggregate block list too many requests response

func (*AggregateBlockListTooManyRequests) Error

func (*AggregateBlockListTooManyRequests) GetPayload

func (*AggregateBlockListTooManyRequests) IsClientError added in v0.2.27

func (o *AggregateBlockListTooManyRequests) IsClientError() bool

IsClientError returns true when this aggregate block list too many requests response has a 4xx status code

func (*AggregateBlockListTooManyRequests) IsCode added in v0.2.27

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

IsCode returns true when this aggregate block list too many requests response a status code equal to that given

func (*AggregateBlockListTooManyRequests) IsRedirect added in v0.2.27

func (o *AggregateBlockListTooManyRequests) IsRedirect() bool

IsRedirect returns true when this aggregate block list too many requests response has a 3xx status code

func (*AggregateBlockListTooManyRequests) IsServerError added in v0.2.27

func (o *AggregateBlockListTooManyRequests) IsServerError() bool

IsServerError returns true when this aggregate block list too many requests response has a 5xx status code

func (*AggregateBlockListTooManyRequests) IsSuccess added in v0.2.27

func (o *AggregateBlockListTooManyRequests) IsSuccess() bool

IsSuccess returns true when this aggregate block list too many requests response has a 2xx status code

func (*AggregateBlockListTooManyRequests) String added in v0.2.27

type AggregateDetectionsForbidden

type AggregateDetectionsForbidden 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
}

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

Forbidden

func NewAggregateDetectionsForbidden

func NewAggregateDetectionsForbidden() *AggregateDetectionsForbidden

NewAggregateDetectionsForbidden creates a AggregateDetectionsForbidden with default headers values

func (*AggregateDetectionsForbidden) Code added in v0.2.33

Code gets the status code for the aggregate detections forbidden response

func (*AggregateDetectionsForbidden) Error

func (*AggregateDetectionsForbidden) GetPayload

func (*AggregateDetectionsForbidden) IsClientError added in v0.2.27

func (o *AggregateDetectionsForbidden) IsClientError() bool

IsClientError returns true when this aggregate detections forbidden response has a 4xx status code

func (*AggregateDetectionsForbidden) IsCode added in v0.2.27

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

IsCode returns true when this aggregate detections forbidden response a status code equal to that given

func (*AggregateDetectionsForbidden) IsRedirect added in v0.2.27

func (o *AggregateDetectionsForbidden) IsRedirect() bool

IsRedirect returns true when this aggregate detections forbidden response has a 3xx status code

func (*AggregateDetectionsForbidden) IsServerError added in v0.2.27

func (o *AggregateDetectionsForbidden) IsServerError() bool

IsServerError returns true when this aggregate detections forbidden response has a 5xx status code

func (*AggregateDetectionsForbidden) IsSuccess added in v0.2.27

func (o *AggregateDetectionsForbidden) IsSuccess() bool

IsSuccess returns true when this aggregate detections forbidden response has a 2xx status code

func (*AggregateDetectionsForbidden) String added in v0.2.27

type AggregateDetectionsOK

type AggregateDetectionsOK 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
}

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

OK

func NewAggregateDetectionsOK

func NewAggregateDetectionsOK() *AggregateDetectionsOK

NewAggregateDetectionsOK creates a AggregateDetectionsOK with default headers values

func (*AggregateDetectionsOK) Code added in v0.2.33

func (o *AggregateDetectionsOK) Code() int

Code gets the status code for the aggregate detections o k response

func (*AggregateDetectionsOK) Error

func (o *AggregateDetectionsOK) Error() string

func (*AggregateDetectionsOK) GetPayload

func (*AggregateDetectionsOK) IsClientError added in v0.2.27

func (o *AggregateDetectionsOK) IsClientError() bool

IsClientError returns true when this aggregate detections o k response has a 4xx status code

func (*AggregateDetectionsOK) IsCode added in v0.2.27

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

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

func (*AggregateDetectionsOK) IsRedirect added in v0.2.27

func (o *AggregateDetectionsOK) IsRedirect() bool

IsRedirect returns true when this aggregate detections o k response has a 3xx status code

func (*AggregateDetectionsOK) IsServerError added in v0.2.27

func (o *AggregateDetectionsOK) IsServerError() bool

IsServerError returns true when this aggregate detections o k response has a 5xx status code

func (*AggregateDetectionsOK) IsSuccess added in v0.2.27

func (o *AggregateDetectionsOK) IsSuccess() bool

IsSuccess returns true when this aggregate detections o k response has a 2xx status code

func (*AggregateDetectionsOK) String added in v0.2.27

func (o *AggregateDetectionsOK) String() string

type AggregateDetectionsParams

type AggregateDetectionsParams struct {

	// Body.
	Body []*models.MsaAggregateQueryRequest

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

AggregateDetectionsParams contains all the parameters to send to the API endpoint

for the aggregate detections operation.

Typically these are written to a http.Request.

func NewAggregateDetectionsParams

func NewAggregateDetectionsParams() *AggregateDetectionsParams

NewAggregateDetectionsParams creates a new AggregateDetectionsParams 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 NewAggregateDetectionsParamsWithContext

func NewAggregateDetectionsParamsWithContext(ctx context.Context) *AggregateDetectionsParams

NewAggregateDetectionsParamsWithContext creates a new AggregateDetectionsParams object with the ability to set a context for a request.

func NewAggregateDetectionsParamsWithHTTPClient

func NewAggregateDetectionsParamsWithHTTPClient(client *http.Client) *AggregateDetectionsParams

NewAggregateDetectionsParamsWithHTTPClient creates a new AggregateDetectionsParams object with the ability to set a custom HTTPClient for a request.

func NewAggregateDetectionsParamsWithTimeout

func NewAggregateDetectionsParamsWithTimeout(timeout time.Duration) *AggregateDetectionsParams

NewAggregateDetectionsParamsWithTimeout creates a new AggregateDetectionsParams object with the ability to set a timeout on a request.

func (*AggregateDetectionsParams) SetBody

SetBody adds the body to the aggregate detections params

func (*AggregateDetectionsParams) SetContext

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

SetContext adds the context to the aggregate detections params

func (*AggregateDetectionsParams) SetDefaults

func (o *AggregateDetectionsParams) SetDefaults()

SetDefaults hydrates default values in the aggregate detections params (not the query body).

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

func (*AggregateDetectionsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the aggregate detections params

func (*AggregateDetectionsParams) SetTimeout

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

SetTimeout adds the timeout to the aggregate detections params

func (*AggregateDetectionsParams) WithBody

WithBody adds the body to the aggregate detections params

func (*AggregateDetectionsParams) WithContext

WithContext adds the context to the aggregate detections params

func (*AggregateDetectionsParams) WithDefaults

WithDefaults hydrates default values in the aggregate detections params (not the query body).

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

func (*AggregateDetectionsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the aggregate detections params

func (*AggregateDetectionsParams) WithTimeout

WithTimeout adds the timeout to the aggregate detections params

func (*AggregateDetectionsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AggregateDetectionsReader

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

AggregateDetectionsReader is a Reader for the AggregateDetections structure.

func (*AggregateDetectionsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AggregateDetectionsTooManyRequests

type AggregateDetectionsTooManyRequests 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
}

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

Too Many Requests

func NewAggregateDetectionsTooManyRequests

func NewAggregateDetectionsTooManyRequests() *AggregateDetectionsTooManyRequests

NewAggregateDetectionsTooManyRequests creates a AggregateDetectionsTooManyRequests with default headers values

func (*AggregateDetectionsTooManyRequests) Code added in v0.2.33

Code gets the status code for the aggregate detections too many requests response

func (*AggregateDetectionsTooManyRequests) Error

func (*AggregateDetectionsTooManyRequests) GetPayload

func (*AggregateDetectionsTooManyRequests) IsClientError added in v0.2.27

func (o *AggregateDetectionsTooManyRequests) IsClientError() bool

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

func (*AggregateDetectionsTooManyRequests) IsCode added in v0.2.27

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

func (*AggregateDetectionsTooManyRequests) IsRedirect added in v0.2.27

func (o *AggregateDetectionsTooManyRequests) IsRedirect() bool

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

func (*AggregateDetectionsTooManyRequests) IsServerError added in v0.2.27

func (o *AggregateDetectionsTooManyRequests) IsServerError() bool

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

func (*AggregateDetectionsTooManyRequests) IsSuccess added in v0.2.27

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

func (*AggregateDetectionsTooManyRequests) String added in v0.2.27

type AggregateDeviceCountCollectionForbidden

type AggregateDeviceCountCollectionForbidden 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
}

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

Forbidden

func NewAggregateDeviceCountCollectionForbidden

func NewAggregateDeviceCountCollectionForbidden() *AggregateDeviceCountCollectionForbidden

NewAggregateDeviceCountCollectionForbidden creates a AggregateDeviceCountCollectionForbidden with default headers values

func (*AggregateDeviceCountCollectionForbidden) Code added in v0.2.33

Code gets the status code for the aggregate device count collection forbidden response

func (*AggregateDeviceCountCollectionForbidden) Error

func (*AggregateDeviceCountCollectionForbidden) GetPayload

func (*AggregateDeviceCountCollectionForbidden) IsClientError added in v0.2.27

func (o *AggregateDeviceCountCollectionForbidden) IsClientError() bool

IsClientError returns true when this aggregate device count collection forbidden response has a 4xx status code

func (*AggregateDeviceCountCollectionForbidden) IsCode added in v0.2.27

IsCode returns true when this aggregate device count collection forbidden response a status code equal to that given

func (*AggregateDeviceCountCollectionForbidden) IsRedirect added in v0.2.27

IsRedirect returns true when this aggregate device count collection forbidden response has a 3xx status code

func (*AggregateDeviceCountCollectionForbidden) IsServerError added in v0.2.27

func (o *AggregateDeviceCountCollectionForbidden) IsServerError() bool

IsServerError returns true when this aggregate device count collection forbidden response has a 5xx status code

func (*AggregateDeviceCountCollectionForbidden) IsSuccess added in v0.2.27

IsSuccess returns true when this aggregate device count collection forbidden response has a 2xx status code

func (*AggregateDeviceCountCollectionForbidden) String added in v0.2.27

type AggregateDeviceCountCollectionOK

type AggregateDeviceCountCollectionOK 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
}

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

OK

func NewAggregateDeviceCountCollectionOK

func NewAggregateDeviceCountCollectionOK() *AggregateDeviceCountCollectionOK

NewAggregateDeviceCountCollectionOK creates a AggregateDeviceCountCollectionOK with default headers values

func (*AggregateDeviceCountCollectionOK) Code added in v0.2.33

Code gets the status code for the aggregate device count collection o k response

func (*AggregateDeviceCountCollectionOK) Error

func (*AggregateDeviceCountCollectionOK) GetPayload

func (*AggregateDeviceCountCollectionOK) IsClientError added in v0.2.27

func (o *AggregateDeviceCountCollectionOK) IsClientError() bool

IsClientError returns true when this aggregate device count collection o k response has a 4xx status code

func (*AggregateDeviceCountCollectionOK) IsCode added in v0.2.27

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

IsCode returns true when this aggregate device count collection o k response a status code equal to that given

func (*AggregateDeviceCountCollectionOK) IsRedirect added in v0.2.27

func (o *AggregateDeviceCountCollectionOK) IsRedirect() bool

IsRedirect returns true when this aggregate device count collection o k response has a 3xx status code

func (*AggregateDeviceCountCollectionOK) IsServerError added in v0.2.27

func (o *AggregateDeviceCountCollectionOK) IsServerError() bool

IsServerError returns true when this aggregate device count collection o k response has a 5xx status code

func (*AggregateDeviceCountCollectionOK) IsSuccess added in v0.2.27

func (o *AggregateDeviceCountCollectionOK) IsSuccess() bool

IsSuccess returns true when this aggregate device count collection o k response has a 2xx status code

func (*AggregateDeviceCountCollectionOK) String added in v0.2.27

type AggregateDeviceCountCollectionParams

type AggregateDeviceCountCollectionParams struct {

	// Body.
	Body []*models.MsaAggregateQueryRequest

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

AggregateDeviceCountCollectionParams contains all the parameters to send to the API endpoint

for the aggregate device count collection operation.

Typically these are written to a http.Request.

func NewAggregateDeviceCountCollectionParams

func NewAggregateDeviceCountCollectionParams() *AggregateDeviceCountCollectionParams

NewAggregateDeviceCountCollectionParams creates a new AggregateDeviceCountCollectionParams 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 NewAggregateDeviceCountCollectionParamsWithContext

func NewAggregateDeviceCountCollectionParamsWithContext(ctx context.Context) *AggregateDeviceCountCollectionParams

NewAggregateDeviceCountCollectionParamsWithContext creates a new AggregateDeviceCountCollectionParams object with the ability to set a context for a request.

func NewAggregateDeviceCountCollectionParamsWithHTTPClient

func NewAggregateDeviceCountCollectionParamsWithHTTPClient(client *http.Client) *AggregateDeviceCountCollectionParams

NewAggregateDeviceCountCollectionParamsWithHTTPClient creates a new AggregateDeviceCountCollectionParams object with the ability to set a custom HTTPClient for a request.

func NewAggregateDeviceCountCollectionParamsWithTimeout

func NewAggregateDeviceCountCollectionParamsWithTimeout(timeout time.Duration) *AggregateDeviceCountCollectionParams

NewAggregateDeviceCountCollectionParamsWithTimeout creates a new AggregateDeviceCountCollectionParams object with the ability to set a timeout on a request.

func (*AggregateDeviceCountCollectionParams) SetBody

SetBody adds the body to the aggregate device count collection params

func (*AggregateDeviceCountCollectionParams) SetContext

SetContext adds the context to the aggregate device count collection params

func (*AggregateDeviceCountCollectionParams) SetDefaults

func (o *AggregateDeviceCountCollectionParams) SetDefaults()

SetDefaults hydrates default values in the aggregate device count collection params (not the query body).

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

func (*AggregateDeviceCountCollectionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the aggregate device count collection params

func (*AggregateDeviceCountCollectionParams) SetTimeout

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

SetTimeout adds the timeout to the aggregate device count collection params

func (*AggregateDeviceCountCollectionParams) WithBody

WithBody adds the body to the aggregate device count collection params

func (*AggregateDeviceCountCollectionParams) WithContext

WithContext adds the context to the aggregate device count collection params

func (*AggregateDeviceCountCollectionParams) WithDefaults

WithDefaults hydrates default values in the aggregate device count collection params (not the query body).

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

func (*AggregateDeviceCountCollectionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the aggregate device count collection params

func (*AggregateDeviceCountCollectionParams) WithTimeout

WithTimeout adds the timeout to the aggregate device count collection params

func (*AggregateDeviceCountCollectionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AggregateDeviceCountCollectionReader

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

AggregateDeviceCountCollectionReader is a Reader for the AggregateDeviceCountCollection structure.

func (*AggregateDeviceCountCollectionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AggregateDeviceCountCollectionTooManyRequests

type AggregateDeviceCountCollectionTooManyRequests 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
}

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

Too Many Requests

func NewAggregateDeviceCountCollectionTooManyRequests

func NewAggregateDeviceCountCollectionTooManyRequests() *AggregateDeviceCountCollectionTooManyRequests

NewAggregateDeviceCountCollectionTooManyRequests creates a AggregateDeviceCountCollectionTooManyRequests with default headers values

func (*AggregateDeviceCountCollectionTooManyRequests) Code added in v0.2.33

Code gets the status code for the aggregate device count collection too many requests response

func (*AggregateDeviceCountCollectionTooManyRequests) Error

func (*AggregateDeviceCountCollectionTooManyRequests) GetPayload

func (*AggregateDeviceCountCollectionTooManyRequests) IsClientError added in v0.2.27

IsClientError returns true when this aggregate device count collection too many requests response has a 4xx status code

func (*AggregateDeviceCountCollectionTooManyRequests) IsCode added in v0.2.27

IsCode returns true when this aggregate device count collection too many requests response a status code equal to that given

func (*AggregateDeviceCountCollectionTooManyRequests) IsRedirect added in v0.2.27

IsRedirect returns true when this aggregate device count collection too many requests response has a 3xx status code

func (*AggregateDeviceCountCollectionTooManyRequests) IsServerError added in v0.2.27

IsServerError returns true when this aggregate device count collection too many requests response has a 5xx status code

func (*AggregateDeviceCountCollectionTooManyRequests) IsSuccess added in v0.2.27

IsSuccess returns true when this aggregate device count collection too many requests response has a 2xx status code

func (*AggregateDeviceCountCollectionTooManyRequests) String added in v0.2.27

type AggregateEscalationsForbidden

type AggregateEscalationsForbidden 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
}

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

Forbidden

func NewAggregateEscalationsForbidden

func NewAggregateEscalationsForbidden() *AggregateEscalationsForbidden

NewAggregateEscalationsForbidden creates a AggregateEscalationsForbidden with default headers values

func (*AggregateEscalationsForbidden) Code added in v0.2.33

Code gets the status code for the aggregate escalations forbidden response

func (*AggregateEscalationsForbidden) Error

func (*AggregateEscalationsForbidden) GetPayload

func (*AggregateEscalationsForbidden) IsClientError added in v0.2.27

func (o *AggregateEscalationsForbidden) IsClientError() bool

IsClientError returns true when this aggregate escalations forbidden response has a 4xx status code

func (*AggregateEscalationsForbidden) IsCode added in v0.2.27

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

IsCode returns true when this aggregate escalations forbidden response a status code equal to that given

func (*AggregateEscalationsForbidden) IsRedirect added in v0.2.27

func (o *AggregateEscalationsForbidden) IsRedirect() bool

IsRedirect returns true when this aggregate escalations forbidden response has a 3xx status code

func (*AggregateEscalationsForbidden) IsServerError added in v0.2.27

func (o *AggregateEscalationsForbidden) IsServerError() bool

IsServerError returns true when this aggregate escalations forbidden response has a 5xx status code

func (*AggregateEscalationsForbidden) IsSuccess added in v0.2.27

func (o *AggregateEscalationsForbidden) IsSuccess() bool

IsSuccess returns true when this aggregate escalations forbidden response has a 2xx status code

func (*AggregateEscalationsForbidden) String added in v0.2.27

type AggregateEscalationsOK

type AggregateEscalationsOK 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
}

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

OK

func NewAggregateEscalationsOK

func NewAggregateEscalationsOK() *AggregateEscalationsOK

NewAggregateEscalationsOK creates a AggregateEscalationsOK with default headers values

func (*AggregateEscalationsOK) Code added in v0.2.33

func (o *AggregateEscalationsOK) Code() int

Code gets the status code for the aggregate escalations o k response

func (*AggregateEscalationsOK) Error

func (o *AggregateEscalationsOK) Error() string

func (*AggregateEscalationsOK) GetPayload

func (*AggregateEscalationsOK) IsClientError added in v0.2.27

func (o *AggregateEscalationsOK) IsClientError() bool

IsClientError returns true when this aggregate escalations o k response has a 4xx status code

func (*AggregateEscalationsOK) IsCode added in v0.2.27

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

IsCode returns true when this aggregate escalations o k response a status code equal to that given

func (*AggregateEscalationsOK) IsRedirect added in v0.2.27

func (o *AggregateEscalationsOK) IsRedirect() bool

IsRedirect returns true when this aggregate escalations o k response has a 3xx status code

func (*AggregateEscalationsOK) IsServerError added in v0.2.27

func (o *AggregateEscalationsOK) IsServerError() bool

IsServerError returns true when this aggregate escalations o k response has a 5xx status code

func (*AggregateEscalationsOK) IsSuccess added in v0.2.27

func (o *AggregateEscalationsOK) IsSuccess() bool

IsSuccess returns true when this aggregate escalations o k response has a 2xx status code

func (*AggregateEscalationsOK) String added in v0.2.27

func (o *AggregateEscalationsOK) String() string

type AggregateEscalationsParams

type AggregateEscalationsParams struct {

	// Body.
	Body []*models.MsaAggregateQueryRequest

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

AggregateEscalationsParams contains all the parameters to send to the API endpoint

for the aggregate escalations operation.

Typically these are written to a http.Request.

func NewAggregateEscalationsParams

func NewAggregateEscalationsParams() *AggregateEscalationsParams

NewAggregateEscalationsParams creates a new AggregateEscalationsParams 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 NewAggregateEscalationsParamsWithContext

func NewAggregateEscalationsParamsWithContext(ctx context.Context) *AggregateEscalationsParams

NewAggregateEscalationsParamsWithContext creates a new AggregateEscalationsParams object with the ability to set a context for a request.

func NewAggregateEscalationsParamsWithHTTPClient

func NewAggregateEscalationsParamsWithHTTPClient(client *http.Client) *AggregateEscalationsParams

NewAggregateEscalationsParamsWithHTTPClient creates a new AggregateEscalationsParams object with the ability to set a custom HTTPClient for a request.

func NewAggregateEscalationsParamsWithTimeout

func NewAggregateEscalationsParamsWithTimeout(timeout time.Duration) *AggregateEscalationsParams

NewAggregateEscalationsParamsWithTimeout creates a new AggregateEscalationsParams object with the ability to set a timeout on a request.

func (*AggregateEscalationsParams) SetBody

SetBody adds the body to the aggregate escalations params

func (*AggregateEscalationsParams) SetContext

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

SetContext adds the context to the aggregate escalations params

func (*AggregateEscalationsParams) SetDefaults

func (o *AggregateEscalationsParams) SetDefaults()

SetDefaults hydrates default values in the aggregate escalations params (not the query body).

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

func (*AggregateEscalationsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the aggregate escalations params

func (*AggregateEscalationsParams) SetTimeout

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

SetTimeout adds the timeout to the aggregate escalations params

func (*AggregateEscalationsParams) WithBody

WithBody adds the body to the aggregate escalations params

func (*AggregateEscalationsParams) WithContext

WithContext adds the context to the aggregate escalations params

func (*AggregateEscalationsParams) WithDefaults

WithDefaults hydrates default values in the aggregate escalations params (not the query body).

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

func (*AggregateEscalationsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the aggregate escalations params

func (*AggregateEscalationsParams) WithTimeout

WithTimeout adds the timeout to the aggregate escalations params

func (*AggregateEscalationsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AggregateEscalationsReader

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

AggregateEscalationsReader is a Reader for the AggregateEscalations structure.

func (*AggregateEscalationsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AggregateEscalationsTooManyRequests

type AggregateEscalationsTooManyRequests 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
}

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

Too Many Requests

func NewAggregateEscalationsTooManyRequests

func NewAggregateEscalationsTooManyRequests() *AggregateEscalationsTooManyRequests

NewAggregateEscalationsTooManyRequests creates a AggregateEscalationsTooManyRequests with default headers values

func (*AggregateEscalationsTooManyRequests) Code added in v0.2.33

Code gets the status code for the aggregate escalations too many requests response

func (*AggregateEscalationsTooManyRequests) Error

func (*AggregateEscalationsTooManyRequests) GetPayload

func (*AggregateEscalationsTooManyRequests) IsClientError added in v0.2.27

func (o *AggregateEscalationsTooManyRequests) IsClientError() bool

IsClientError returns true when this aggregate escalations too many requests response has a 4xx status code

func (*AggregateEscalationsTooManyRequests) IsCode added in v0.2.27

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

func (*AggregateEscalationsTooManyRequests) IsRedirect added in v0.2.27

func (o *AggregateEscalationsTooManyRequests) IsRedirect() bool

IsRedirect returns true when this aggregate escalations too many requests response has a 3xx status code

func (*AggregateEscalationsTooManyRequests) IsServerError added in v0.2.27

func (o *AggregateEscalationsTooManyRequests) IsServerError() bool

IsServerError returns true when this aggregate escalations too many requests response has a 5xx status code

func (*AggregateEscalationsTooManyRequests) IsSuccess added in v0.2.27

IsSuccess returns true when this aggregate escalations too many requests response has a 2xx status code

func (*AggregateEscalationsTooManyRequests) String added in v0.2.27

type AggregateFCIncidentsForbidden

type AggregateFCIncidentsForbidden 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
}

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

Forbidden

func NewAggregateFCIncidentsForbidden

func NewAggregateFCIncidentsForbidden() *AggregateFCIncidentsForbidden

NewAggregateFCIncidentsForbidden creates a AggregateFCIncidentsForbidden with default headers values

func (*AggregateFCIncidentsForbidden) Code added in v0.2.33

Code gets the status code for the aggregate f c incidents forbidden response

func (*AggregateFCIncidentsForbidden) Error

func (*AggregateFCIncidentsForbidden) GetPayload

func (*AggregateFCIncidentsForbidden) IsClientError added in v0.2.27

func (o *AggregateFCIncidentsForbidden) IsClientError() bool

IsClientError returns true when this aggregate f c incidents forbidden response has a 4xx status code

func (*AggregateFCIncidentsForbidden) IsCode added in v0.2.27

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

IsCode returns true when this aggregate f c incidents forbidden response a status code equal to that given

func (*AggregateFCIncidentsForbidden) IsRedirect added in v0.2.27

func (o *AggregateFCIncidentsForbidden) IsRedirect() bool

IsRedirect returns true when this aggregate f c incidents forbidden response has a 3xx status code

func (*AggregateFCIncidentsForbidden) IsServerError added in v0.2.27

func (o *AggregateFCIncidentsForbidden) IsServerError() bool

IsServerError returns true when this aggregate f c incidents forbidden response has a 5xx status code

func (*AggregateFCIncidentsForbidden) IsSuccess added in v0.2.27

func (o *AggregateFCIncidentsForbidden) IsSuccess() bool

IsSuccess returns true when this aggregate f c incidents forbidden response has a 2xx status code

func (*AggregateFCIncidentsForbidden) String added in v0.2.27

type AggregateFCIncidentsOK

type AggregateFCIncidentsOK 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
}

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

OK

func NewAggregateFCIncidentsOK

func NewAggregateFCIncidentsOK() *AggregateFCIncidentsOK

NewAggregateFCIncidentsOK creates a AggregateFCIncidentsOK with default headers values

func (*AggregateFCIncidentsOK) Code added in v0.2.33

func (o *AggregateFCIncidentsOK) Code() int

Code gets the status code for the aggregate f c incidents o k response

func (*AggregateFCIncidentsOK) Error

func (o *AggregateFCIncidentsOK) Error() string

func (*AggregateFCIncidentsOK) GetPayload

func (*AggregateFCIncidentsOK) IsClientError added in v0.2.27

func (o *AggregateFCIncidentsOK) IsClientError() bool

IsClientError returns true when this aggregate f c incidents o k response has a 4xx status code

func (*AggregateFCIncidentsOK) IsCode added in v0.2.27

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

IsCode returns true when this aggregate f c incidents o k response a status code equal to that given

func (*AggregateFCIncidentsOK) IsRedirect added in v0.2.27

func (o *AggregateFCIncidentsOK) IsRedirect() bool

IsRedirect returns true when this aggregate f c incidents o k response has a 3xx status code

func (*AggregateFCIncidentsOK) IsServerError added in v0.2.27

func (o *AggregateFCIncidentsOK) IsServerError() bool

IsServerError returns true when this aggregate f c incidents o k response has a 5xx status code

func (*AggregateFCIncidentsOK) IsSuccess added in v0.2.27

func (o *AggregateFCIncidentsOK) IsSuccess() bool

IsSuccess returns true when this aggregate f c incidents o k response has a 2xx status code

func (*AggregateFCIncidentsOK) String added in v0.2.27

func (o *AggregateFCIncidentsOK) String() string

type AggregateFCIncidentsParams

type AggregateFCIncidentsParams struct {

	// Body.
	Body []*models.MsaAggregateQueryRequest

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

AggregateFCIncidentsParams contains all the parameters to send to the API endpoint

for the aggregate f c incidents operation.

Typically these are written to a http.Request.

func NewAggregateFCIncidentsParams

func NewAggregateFCIncidentsParams() *AggregateFCIncidentsParams

NewAggregateFCIncidentsParams creates a new AggregateFCIncidentsParams 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 NewAggregateFCIncidentsParamsWithContext

func NewAggregateFCIncidentsParamsWithContext(ctx context.Context) *AggregateFCIncidentsParams

NewAggregateFCIncidentsParamsWithContext creates a new AggregateFCIncidentsParams object with the ability to set a context for a request.

func NewAggregateFCIncidentsParamsWithHTTPClient

func NewAggregateFCIncidentsParamsWithHTTPClient(client *http.Client) *AggregateFCIncidentsParams

NewAggregateFCIncidentsParamsWithHTTPClient creates a new AggregateFCIncidentsParams object with the ability to set a custom HTTPClient for a request.

func NewAggregateFCIncidentsParamsWithTimeout

func NewAggregateFCIncidentsParamsWithTimeout(timeout time.Duration) *AggregateFCIncidentsParams

NewAggregateFCIncidentsParamsWithTimeout creates a new AggregateFCIncidentsParams object with the ability to set a timeout on a request.

func (*AggregateFCIncidentsParams) SetBody

SetBody adds the body to the aggregate f c incidents params

func (*AggregateFCIncidentsParams) SetContext

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

SetContext adds the context to the aggregate f c incidents params

func (*AggregateFCIncidentsParams) SetDefaults

func (o *AggregateFCIncidentsParams) SetDefaults()

SetDefaults hydrates default values in the aggregate f c incidents params (not the query body).

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

func (*AggregateFCIncidentsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the aggregate f c incidents params

func (*AggregateFCIncidentsParams) SetTimeout

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

SetTimeout adds the timeout to the aggregate f c incidents params

func (*AggregateFCIncidentsParams) WithBody

WithBody adds the body to the aggregate f c incidents params

func (*AggregateFCIncidentsParams) WithContext

WithContext adds the context to the aggregate f c incidents params

func (*AggregateFCIncidentsParams) WithDefaults

WithDefaults hydrates default values in the aggregate f c incidents params (not the query body).

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

func (*AggregateFCIncidentsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the aggregate f c incidents params

func (*AggregateFCIncidentsParams) WithTimeout

WithTimeout adds the timeout to the aggregate f c incidents params

func (*AggregateFCIncidentsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AggregateFCIncidentsReader

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

AggregateFCIncidentsReader is a Reader for the AggregateFCIncidents structure.

func (*AggregateFCIncidentsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AggregateFCIncidentsTooManyRequests

type AggregateFCIncidentsTooManyRequests 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
}

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

Too Many Requests

func NewAggregateFCIncidentsTooManyRequests

func NewAggregateFCIncidentsTooManyRequests() *AggregateFCIncidentsTooManyRequests

NewAggregateFCIncidentsTooManyRequests creates a AggregateFCIncidentsTooManyRequests with default headers values

func (*AggregateFCIncidentsTooManyRequests) Code added in v0.2.33

Code gets the status code for the aggregate f c incidents too many requests response

func (*AggregateFCIncidentsTooManyRequests) Error

func (*AggregateFCIncidentsTooManyRequests) GetPayload

func (*AggregateFCIncidentsTooManyRequests) IsClientError added in v0.2.27

func (o *AggregateFCIncidentsTooManyRequests) IsClientError() bool

IsClientError returns true when this aggregate f c incidents too many requests response has a 4xx status code

func (*AggregateFCIncidentsTooManyRequests) IsCode added in v0.2.27

IsCode returns true when this aggregate f c incidents too many requests response a status code equal to that given

func (*AggregateFCIncidentsTooManyRequests) IsRedirect added in v0.2.27

func (o *AggregateFCIncidentsTooManyRequests) IsRedirect() bool

IsRedirect returns true when this aggregate f c incidents too many requests response has a 3xx status code

func (*AggregateFCIncidentsTooManyRequests) IsServerError added in v0.2.27

func (o *AggregateFCIncidentsTooManyRequests) IsServerError() bool

IsServerError returns true when this aggregate f c incidents too many requests response has a 5xx status code

func (*AggregateFCIncidentsTooManyRequests) IsSuccess added in v0.2.27

IsSuccess returns true when this aggregate f c incidents too many requests response has a 2xx status code

func (*AggregateFCIncidentsTooManyRequests) String added in v0.2.27

type AggregateRemediationsForbidden

type AggregateRemediationsForbidden 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
}

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

Forbidden

func NewAggregateRemediationsForbidden

func NewAggregateRemediationsForbidden() *AggregateRemediationsForbidden

NewAggregateRemediationsForbidden creates a AggregateRemediationsForbidden with default headers values

func (*AggregateRemediationsForbidden) Code added in v0.2.33

Code gets the status code for the aggregate remediations forbidden response

func (*AggregateRemediationsForbidden) Error

func (*AggregateRemediationsForbidden) GetPayload

func (*AggregateRemediationsForbidden) IsClientError added in v0.2.27

func (o *AggregateRemediationsForbidden) IsClientError() bool

IsClientError returns true when this aggregate remediations forbidden response has a 4xx status code

func (*AggregateRemediationsForbidden) IsCode added in v0.2.27

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

IsCode returns true when this aggregate remediations forbidden response a status code equal to that given

func (*AggregateRemediationsForbidden) IsRedirect added in v0.2.27

func (o *AggregateRemediationsForbidden) IsRedirect() bool

IsRedirect returns true when this aggregate remediations forbidden response has a 3xx status code

func (*AggregateRemediationsForbidden) IsServerError added in v0.2.27

func (o *AggregateRemediationsForbidden) IsServerError() bool

IsServerError returns true when this aggregate remediations forbidden response has a 5xx status code

func (*AggregateRemediationsForbidden) IsSuccess added in v0.2.27

func (o *AggregateRemediationsForbidden) IsSuccess() bool

IsSuccess returns true when this aggregate remediations forbidden response has a 2xx status code

func (*AggregateRemediationsForbidden) String added in v0.2.27

type AggregateRemediationsOK

type AggregateRemediationsOK 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
}

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

OK

func NewAggregateRemediationsOK

func NewAggregateRemediationsOK() *AggregateRemediationsOK

NewAggregateRemediationsOK creates a AggregateRemediationsOK with default headers values

func (*AggregateRemediationsOK) Code added in v0.2.33

func (o *AggregateRemediationsOK) Code() int

Code gets the status code for the aggregate remediations o k response

func (*AggregateRemediationsOK) Error

func (o *AggregateRemediationsOK) Error() string

func (*AggregateRemediationsOK) GetPayload

func (*AggregateRemediationsOK) IsClientError added in v0.2.27

func (o *AggregateRemediationsOK) IsClientError() bool

IsClientError returns true when this aggregate remediations o k response has a 4xx status code

func (*AggregateRemediationsOK) IsCode added in v0.2.27

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

IsCode returns true when this aggregate remediations o k response a status code equal to that given

func (*AggregateRemediationsOK) IsRedirect added in v0.2.27

func (o *AggregateRemediationsOK) IsRedirect() bool

IsRedirect returns true when this aggregate remediations o k response has a 3xx status code

func (*AggregateRemediationsOK) IsServerError added in v0.2.27

func (o *AggregateRemediationsOK) IsServerError() bool

IsServerError returns true when this aggregate remediations o k response has a 5xx status code

func (*AggregateRemediationsOK) IsSuccess added in v0.2.27

func (o *AggregateRemediationsOK) IsSuccess() bool

IsSuccess returns true when this aggregate remediations o k response has a 2xx status code

func (*AggregateRemediationsOK) String added in v0.2.27

func (o *AggregateRemediationsOK) String() string

type AggregateRemediationsParams

type AggregateRemediationsParams struct {

	// Body.
	Body []*models.MsaAggregateQueryRequest

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

AggregateRemediationsParams contains all the parameters to send to the API endpoint

for the aggregate remediations operation.

Typically these are written to a http.Request.

func NewAggregateRemediationsParams

func NewAggregateRemediationsParams() *AggregateRemediationsParams

NewAggregateRemediationsParams creates a new AggregateRemediationsParams 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 NewAggregateRemediationsParamsWithContext

func NewAggregateRemediationsParamsWithContext(ctx context.Context) *AggregateRemediationsParams

NewAggregateRemediationsParamsWithContext creates a new AggregateRemediationsParams object with the ability to set a context for a request.

func NewAggregateRemediationsParamsWithHTTPClient

func NewAggregateRemediationsParamsWithHTTPClient(client *http.Client) *AggregateRemediationsParams

NewAggregateRemediationsParamsWithHTTPClient creates a new AggregateRemediationsParams object with the ability to set a custom HTTPClient for a request.

func NewAggregateRemediationsParamsWithTimeout

func NewAggregateRemediationsParamsWithTimeout(timeout time.Duration) *AggregateRemediationsParams

NewAggregateRemediationsParamsWithTimeout creates a new AggregateRemediationsParams object with the ability to set a timeout on a request.

func (*AggregateRemediationsParams) SetBody

SetBody adds the body to the aggregate remediations params

func (*AggregateRemediationsParams) SetContext

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

SetContext adds the context to the aggregate remediations params

func (*AggregateRemediationsParams) SetDefaults

func (o *AggregateRemediationsParams) SetDefaults()

SetDefaults hydrates default values in the aggregate remediations params (not the query body).

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

func (*AggregateRemediationsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the aggregate remediations params

func (*AggregateRemediationsParams) SetTimeout

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

SetTimeout adds the timeout to the aggregate remediations params

func (*AggregateRemediationsParams) WithBody

WithBody adds the body to the aggregate remediations params

func (*AggregateRemediationsParams) WithContext

WithContext adds the context to the aggregate remediations params

func (*AggregateRemediationsParams) WithDefaults

WithDefaults hydrates default values in the aggregate remediations params (not the query body).

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

func (*AggregateRemediationsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the aggregate remediations params

func (*AggregateRemediationsParams) WithTimeout

WithTimeout adds the timeout to the aggregate remediations params

func (*AggregateRemediationsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AggregateRemediationsReader

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

AggregateRemediationsReader is a Reader for the AggregateRemediations structure.

func (*AggregateRemediationsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AggregateRemediationsTooManyRequests

type AggregateRemediationsTooManyRequests 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
}

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

Too Many Requests

func NewAggregateRemediationsTooManyRequests

func NewAggregateRemediationsTooManyRequests() *AggregateRemediationsTooManyRequests

NewAggregateRemediationsTooManyRequests creates a AggregateRemediationsTooManyRequests with default headers values

func (*AggregateRemediationsTooManyRequests) Code added in v0.2.33

Code gets the status code for the aggregate remediations too many requests response

func (*AggregateRemediationsTooManyRequests) Error

func (*AggregateRemediationsTooManyRequests) GetPayload

func (*AggregateRemediationsTooManyRequests) IsClientError added in v0.2.27

func (o *AggregateRemediationsTooManyRequests) IsClientError() bool

IsClientError returns true when this aggregate remediations too many requests response has a 4xx status code

func (*AggregateRemediationsTooManyRequests) IsCode added in v0.2.27

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

func (*AggregateRemediationsTooManyRequests) IsRedirect added in v0.2.27

IsRedirect returns true when this aggregate remediations too many requests response has a 3xx status code

func (*AggregateRemediationsTooManyRequests) IsServerError added in v0.2.27

func (o *AggregateRemediationsTooManyRequests) IsServerError() bool

IsServerError returns true when this aggregate remediations too many requests response has a 5xx status code

func (*AggregateRemediationsTooManyRequests) IsSuccess added in v0.2.27

IsSuccess returns true when this aggregate remediations too many requests response has a 2xx status code

func (*AggregateRemediationsTooManyRequests) String added in v0.2.27

type Client

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

Client for falcon complete dashboard API

func (*Client) AggregateAlerts added in v0.5.0

func (a *Client) AggregateAlerts(params *AggregateAlertsParams, opts ...ClientOption) (*AggregateAlertsOK, error)

AggregateAlerts retrieves aggregate alerts values based on the matched filter

func (*Client) AggregateAllowList

func (a *Client) AggregateAllowList(params *AggregateAllowListParams, opts ...ClientOption) (*AggregateAllowListOK, error)

AggregateAllowList retrieves aggregate allowlist ticket values based on the matched filter

func (*Client) AggregateBlockList

func (a *Client) AggregateBlockList(params *AggregateBlockListParams, opts ...ClientOption) (*AggregateBlockListOK, error)

AggregateBlockList retrieves aggregate blocklist ticket values based on the matched filter

func (*Client) AggregateDetections

func (a *Client) AggregateDetections(params *AggregateDetectionsParams, opts ...ClientOption) (*AggregateDetectionsOK, error)
AggregateDetections retrieves aggregate detection values based on the matched filter

Fields allowed to aggregate on:

- indexed_time

- created_time

- detect_time

- ldt

- cid

- aid

- platform_name

- os_version

- device_tags

- host_name

- status

- severity

- adversary_ids

- behavior_ids

- behavior_names

- num_blocked_processes

- num_quarantined_files

- pattern_ids

- first_behavior_time

- last_behavior_time

- show_in_ui

- seconds_to_triaged

- seconds_to_resolved

- assigned_to_uid

- public_tags

- vertical_tags

func (*Client) AggregateDeviceCountCollection

func (a *Client) AggregateDeviceCountCollection(params *AggregateDeviceCountCollectionParams, opts ...ClientOption) (*AggregateDeviceCountCollectionOK, error)

AggregateDeviceCountCollection retrieves aggregate host devices count based on the matched filter

func (*Client) AggregateEscalations

func (a *Client) AggregateEscalations(params *AggregateEscalationsParams, opts ...ClientOption) (*AggregateEscalationsOK, error)

AggregateEscalations retrieves aggregate escalation ticket values based on the matched filter

func (*Client) AggregateFCIncidents

func (a *Client) AggregateFCIncidents(params *AggregateFCIncidentsParams, opts ...ClientOption) (*AggregateFCIncidentsOK, error)

AggregateFCIncidents retrieves aggregate incident values based on the matched filter

func (*Client) AggregateRemediations

func (a *Client) AggregateRemediations(params *AggregateRemediationsParams, opts ...ClientOption) (*AggregateRemediationsOK, error)

AggregateRemediations retrieves aggregate remediation ticket values based on the matched filter

func (*Client) GetDeviceCountCollectionQueriesByFilter

func (a *Client) GetDeviceCountCollectionQueriesByFilter(params *GetDeviceCountCollectionQueriesByFilterParams, opts ...ClientOption) (*GetDeviceCountCollectionQueriesByFilterOK, error)

GetDeviceCountCollectionQueriesByFilter retrieves device count collection ids that match the provided f q l filter criteria with scrolling enabled

func (*Client) QueryAlertIdsByFilter added in v0.5.0

func (a *Client) QueryAlertIdsByFilter(params *QueryAlertIdsByFilterParams, opts ...ClientOption) (*QueryAlertIdsByFilterOK, error)

QueryAlertIdsByFilter retrieves alerts ids that match the provided f q l filter criteria with scrolling enabled

func (*Client) QueryAllowListFilter

func (a *Client) QueryAllowListFilter(params *QueryAllowListFilterParams, opts ...ClientOption) (*QueryAllowListFilterOK, error)

QueryAllowListFilter retrieves allowlist tickets that match the provided filter criteria with scrolling enabled

func (*Client) QueryBlockListFilter

func (a *Client) QueryBlockListFilter(params *QueryBlockListFilterParams, opts ...ClientOption) (*QueryBlockListFilterOK, error)

QueryBlockListFilter retrieves block listtickets that match the provided filter criteria with scrolling enabled

func (*Client) QueryDetectionIdsByFilter

func (a *Client) QueryDetectionIdsByFilter(params *QueryDetectionIdsByFilterParams, opts ...ClientOption) (*QueryDetectionIdsByFilterOK, error)

QueryDetectionIdsByFilter retrieves detections ids that match the provided f q l filter criteria with scrolling enabled

func (*Client) QueryEscalationsFilter

func (a *Client) QueryEscalationsFilter(params *QueryEscalationsFilterParams, opts ...ClientOption) (*QueryEscalationsFilterOK, error)

QueryEscalationsFilter retrieves escalation tickets that match the provided filter criteria with scrolling enabled

func (*Client) QueryIncidentIdsByFilter

func (a *Client) QueryIncidentIdsByFilter(params *QueryIncidentIdsByFilterParams, opts ...ClientOption) (*QueryIncidentIdsByFilterOK, error)

QueryIncidentIdsByFilter retrieves incidents that match the provided filter criteria with scrolling enabled

func (*Client) QueryRemediationsFilter

func (a *Client) QueryRemediationsFilter(params *QueryRemediationsFilterParams, opts ...ClientOption) (*QueryRemediationsFilterOK, error)

QueryRemediationsFilter retrieves remediation tickets that match the provided filter criteria with scrolling enabled

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 {
	AggregateAlerts(params *AggregateAlertsParams, opts ...ClientOption) (*AggregateAlertsOK, error)

	AggregateAllowList(params *AggregateAllowListParams, opts ...ClientOption) (*AggregateAllowListOK, error)

	AggregateBlockList(params *AggregateBlockListParams, opts ...ClientOption) (*AggregateBlockListOK, error)

	AggregateDetections(params *AggregateDetectionsParams, opts ...ClientOption) (*AggregateDetectionsOK, error)

	AggregateDeviceCountCollection(params *AggregateDeviceCountCollectionParams, opts ...ClientOption) (*AggregateDeviceCountCollectionOK, error)

	AggregateEscalations(params *AggregateEscalationsParams, opts ...ClientOption) (*AggregateEscalationsOK, error)

	AggregateFCIncidents(params *AggregateFCIncidentsParams, opts ...ClientOption) (*AggregateFCIncidentsOK, error)

	AggregateRemediations(params *AggregateRemediationsParams, opts ...ClientOption) (*AggregateRemediationsOK, error)

	GetDeviceCountCollectionQueriesByFilter(params *GetDeviceCountCollectionQueriesByFilterParams, opts ...ClientOption) (*GetDeviceCountCollectionQueriesByFilterOK, error)

	QueryAlertIdsByFilter(params *QueryAlertIdsByFilterParams, opts ...ClientOption) (*QueryAlertIdsByFilterOK, error)

	QueryAllowListFilter(params *QueryAllowListFilterParams, opts ...ClientOption) (*QueryAllowListFilterOK, error)

	QueryBlockListFilter(params *QueryBlockListFilterParams, opts ...ClientOption) (*QueryBlockListFilterOK, error)

	QueryDetectionIdsByFilter(params *QueryDetectionIdsByFilterParams, opts ...ClientOption) (*QueryDetectionIdsByFilterOK, error)

	QueryEscalationsFilter(params *QueryEscalationsFilterParams, opts ...ClientOption) (*QueryEscalationsFilterOK, error)

	QueryIncidentIdsByFilter(params *QueryIncidentIdsByFilterParams, opts ...ClientOption) (*QueryIncidentIdsByFilterOK, error)

	QueryRemediationsFilter(params *QueryRemediationsFilterParams, opts ...ClientOption) (*QueryRemediationsFilterOK, 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 falcon complete dashboard API client.

type GetDeviceCountCollectionQueriesByFilterForbidden

type GetDeviceCountCollectionQueriesByFilterForbidden 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
}

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

Forbidden

func NewGetDeviceCountCollectionQueriesByFilterForbidden

func NewGetDeviceCountCollectionQueriesByFilterForbidden() *GetDeviceCountCollectionQueriesByFilterForbidden

NewGetDeviceCountCollectionQueriesByFilterForbidden creates a GetDeviceCountCollectionQueriesByFilterForbidden with default headers values

func (*GetDeviceCountCollectionQueriesByFilterForbidden) Code added in v0.2.33

Code gets the status code for the get device count collection queries by filter forbidden response

func (*GetDeviceCountCollectionQueriesByFilterForbidden) Error

func (*GetDeviceCountCollectionQueriesByFilterForbidden) GetPayload

func (*GetDeviceCountCollectionQueriesByFilterForbidden) IsClientError added in v0.2.27

IsClientError returns true when this get device count collection queries by filter forbidden response has a 4xx status code

func (*GetDeviceCountCollectionQueriesByFilterForbidden) IsCode added in v0.2.27

IsCode returns true when this get device count collection queries by filter forbidden response a status code equal to that given

func (*GetDeviceCountCollectionQueriesByFilterForbidden) IsRedirect added in v0.2.27

IsRedirect returns true when this get device count collection queries by filter forbidden response has a 3xx status code

func (*GetDeviceCountCollectionQueriesByFilterForbidden) IsServerError added in v0.2.27

IsServerError returns true when this get device count collection queries by filter forbidden response has a 5xx status code

func (*GetDeviceCountCollectionQueriesByFilterForbidden) IsSuccess added in v0.2.27

IsSuccess returns true when this get device count collection queries by filter forbidden response has a 2xx status code

func (*GetDeviceCountCollectionQueriesByFilterForbidden) String added in v0.2.27

type GetDeviceCountCollectionQueriesByFilterOK

type GetDeviceCountCollectionQueriesByFilterOK 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.MsaQueryResponse
}

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

OK

func NewGetDeviceCountCollectionQueriesByFilterOK

func NewGetDeviceCountCollectionQueriesByFilterOK() *GetDeviceCountCollectionQueriesByFilterOK

NewGetDeviceCountCollectionQueriesByFilterOK creates a GetDeviceCountCollectionQueriesByFilterOK with default headers values

func (*GetDeviceCountCollectionQueriesByFilterOK) Code added in v0.2.33

Code gets the status code for the get device count collection queries by filter o k response

func (*GetDeviceCountCollectionQueriesByFilterOK) Error

func (*GetDeviceCountCollectionQueriesByFilterOK) GetPayload

func (*GetDeviceCountCollectionQueriesByFilterOK) IsClientError added in v0.2.27

IsClientError returns true when this get device count collection queries by filter o k response has a 4xx status code

func (*GetDeviceCountCollectionQueriesByFilterOK) IsCode added in v0.2.27

IsCode returns true when this get device count collection queries by filter o k response a status code equal to that given

func (*GetDeviceCountCollectionQueriesByFilterOK) IsRedirect added in v0.2.27

IsRedirect returns true when this get device count collection queries by filter o k response has a 3xx status code

func (*GetDeviceCountCollectionQueriesByFilterOK) IsServerError added in v0.2.27

IsServerError returns true when this get device count collection queries by filter o k response has a 5xx status code

func (*GetDeviceCountCollectionQueriesByFilterOK) IsSuccess added in v0.2.27

IsSuccess returns true when this get device count collection queries by filter o k response has a 2xx status code

func (*GetDeviceCountCollectionQueriesByFilterOK) String added in v0.2.27

type GetDeviceCountCollectionQueriesByFilterParams

type GetDeviceCountCollectionQueriesByFilterParams struct {

	/* Filter.

	   Optional filter and sort criteria in the form of an FQL query. For more information about FQL queries, see [our FQL documentation in Falcon](https://falcon.crowdstrike.com/support/documentation/45/falcon-query-language-feature-guide).
	*/
	Filter *string

	/* Limit.

	   The maximum records to return. [1-500]
	*/
	Limit *int64

	/* Offset.

	   Starting index of overall result set from which to return ids.
	*/
	Offset *string

	/* Sort.

	   The property to sort on, followed by a dot (.), followed by the sort direction, either "asc" or "desc".
	*/
	Sort *string

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

GetDeviceCountCollectionQueriesByFilterParams contains all the parameters to send to the API endpoint

for the get device count collection queries by filter operation.

Typically these are written to a http.Request.

func NewGetDeviceCountCollectionQueriesByFilterParams

func NewGetDeviceCountCollectionQueriesByFilterParams() *GetDeviceCountCollectionQueriesByFilterParams

NewGetDeviceCountCollectionQueriesByFilterParams creates a new GetDeviceCountCollectionQueriesByFilterParams 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 NewGetDeviceCountCollectionQueriesByFilterParamsWithContext

func NewGetDeviceCountCollectionQueriesByFilterParamsWithContext(ctx context.Context) *GetDeviceCountCollectionQueriesByFilterParams

NewGetDeviceCountCollectionQueriesByFilterParamsWithContext creates a new GetDeviceCountCollectionQueriesByFilterParams object with the ability to set a context for a request.

func NewGetDeviceCountCollectionQueriesByFilterParamsWithHTTPClient

func NewGetDeviceCountCollectionQueriesByFilterParamsWithHTTPClient(client *http.Client) *GetDeviceCountCollectionQueriesByFilterParams

NewGetDeviceCountCollectionQueriesByFilterParamsWithHTTPClient creates a new GetDeviceCountCollectionQueriesByFilterParams object with the ability to set a custom HTTPClient for a request.

func NewGetDeviceCountCollectionQueriesByFilterParamsWithTimeout

func NewGetDeviceCountCollectionQueriesByFilterParamsWithTimeout(timeout time.Duration) *GetDeviceCountCollectionQueriesByFilterParams

NewGetDeviceCountCollectionQueriesByFilterParamsWithTimeout creates a new GetDeviceCountCollectionQueriesByFilterParams object with the ability to set a timeout on a request.

func (*GetDeviceCountCollectionQueriesByFilterParams) SetContext

SetContext adds the context to the get device count collection queries by filter params

func (*GetDeviceCountCollectionQueriesByFilterParams) SetDefaults

SetDefaults hydrates default values in the get device count collection queries by filter params (not the query body).

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

func (*GetDeviceCountCollectionQueriesByFilterParams) SetFilter

SetFilter adds the filter to the get device count collection queries by filter params

func (*GetDeviceCountCollectionQueriesByFilterParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get device count collection queries by filter params

func (*GetDeviceCountCollectionQueriesByFilterParams) SetLimit

SetLimit adds the limit to the get device count collection queries by filter params

func (*GetDeviceCountCollectionQueriesByFilterParams) SetOffset

SetOffset adds the offset to the get device count collection queries by filter params

func (*GetDeviceCountCollectionQueriesByFilterParams) SetSort

SetSort adds the sort to the get device count collection queries by filter params

func (*GetDeviceCountCollectionQueriesByFilterParams) SetTimeout

SetTimeout adds the timeout to the get device count collection queries by filter params

func (*GetDeviceCountCollectionQueriesByFilterParams) WithContext

WithContext adds the context to the get device count collection queries by filter params

func (*GetDeviceCountCollectionQueriesByFilterParams) WithDefaults

WithDefaults hydrates default values in the get device count collection queries by filter params (not the query body).

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

func (*GetDeviceCountCollectionQueriesByFilterParams) WithFilter

WithFilter adds the filter to the get device count collection queries by filter params

func (*GetDeviceCountCollectionQueriesByFilterParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get device count collection queries by filter params

func (*GetDeviceCountCollectionQueriesByFilterParams) WithLimit

WithLimit adds the limit to the get device count collection queries by filter params

func (*GetDeviceCountCollectionQueriesByFilterParams) WithOffset

WithOffset adds the offset to the get device count collection queries by filter params

func (*GetDeviceCountCollectionQueriesByFilterParams) WithSort

WithSort adds the sort to the get device count collection queries by filter params

func (*GetDeviceCountCollectionQueriesByFilterParams) WithTimeout

WithTimeout adds the timeout to the get device count collection queries by filter params

func (*GetDeviceCountCollectionQueriesByFilterParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetDeviceCountCollectionQueriesByFilterReader

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

GetDeviceCountCollectionQueriesByFilterReader is a Reader for the GetDeviceCountCollectionQueriesByFilter structure.

func (*GetDeviceCountCollectionQueriesByFilterReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetDeviceCountCollectionQueriesByFilterTooManyRequests

type GetDeviceCountCollectionQueriesByFilterTooManyRequests 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
}

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

Too Many Requests

func NewGetDeviceCountCollectionQueriesByFilterTooManyRequests

func NewGetDeviceCountCollectionQueriesByFilterTooManyRequests() *GetDeviceCountCollectionQueriesByFilterTooManyRequests

NewGetDeviceCountCollectionQueriesByFilterTooManyRequests creates a GetDeviceCountCollectionQueriesByFilterTooManyRequests with default headers values

func (*GetDeviceCountCollectionQueriesByFilterTooManyRequests) Code added in v0.2.33

Code gets the status code for the get device count collection queries by filter too many requests response

func (*GetDeviceCountCollectionQueriesByFilterTooManyRequests) Error

func (*GetDeviceCountCollectionQueriesByFilterTooManyRequests) GetPayload

func (*GetDeviceCountCollectionQueriesByFilterTooManyRequests) IsClientError added in v0.2.27

IsClientError returns true when this get device count collection queries by filter too many requests response has a 4xx status code

func (*GetDeviceCountCollectionQueriesByFilterTooManyRequests) IsCode added in v0.2.27

IsCode returns true when this get device count collection queries by filter too many requests response a status code equal to that given

func (*GetDeviceCountCollectionQueriesByFilterTooManyRequests) IsRedirect added in v0.2.27

IsRedirect returns true when this get device count collection queries by filter too many requests response has a 3xx status code

func (*GetDeviceCountCollectionQueriesByFilterTooManyRequests) IsServerError added in v0.2.27

IsServerError returns true when this get device count collection queries by filter too many requests response has a 5xx status code

func (*GetDeviceCountCollectionQueriesByFilterTooManyRequests) IsSuccess added in v0.2.27

IsSuccess returns true when this get device count collection queries by filter too many requests response has a 2xx status code

func (*GetDeviceCountCollectionQueriesByFilterTooManyRequests) String added in v0.2.27

type QueryAlertIdsByFilterForbidden added in v0.5.0

type QueryAlertIdsByFilterForbidden 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
}

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

Forbidden

func NewQueryAlertIdsByFilterForbidden added in v0.5.0

func NewQueryAlertIdsByFilterForbidden() *QueryAlertIdsByFilterForbidden

NewQueryAlertIdsByFilterForbidden creates a QueryAlertIdsByFilterForbidden with default headers values

func (*QueryAlertIdsByFilterForbidden) Code added in v0.5.0

Code gets the status code for the query alert ids by filter forbidden response

func (*QueryAlertIdsByFilterForbidden) Error added in v0.5.0

func (*QueryAlertIdsByFilterForbidden) GetPayload added in v0.5.0

func (*QueryAlertIdsByFilterForbidden) IsClientError added in v0.5.0

func (o *QueryAlertIdsByFilterForbidden) IsClientError() bool

IsClientError returns true when this query alert ids by filter forbidden response has a 4xx status code

func (*QueryAlertIdsByFilterForbidden) IsCode added in v0.5.0

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

IsCode returns true when this query alert ids by filter forbidden response a status code equal to that given

func (*QueryAlertIdsByFilterForbidden) IsRedirect added in v0.5.0

func (o *QueryAlertIdsByFilterForbidden) IsRedirect() bool

IsRedirect returns true when this query alert ids by filter forbidden response has a 3xx status code

func (*QueryAlertIdsByFilterForbidden) IsServerError added in v0.5.0

func (o *QueryAlertIdsByFilterForbidden) IsServerError() bool

IsServerError returns true when this query alert ids by filter forbidden response has a 5xx status code

func (*QueryAlertIdsByFilterForbidden) IsSuccess added in v0.5.0

func (o *QueryAlertIdsByFilterForbidden) IsSuccess() bool

IsSuccess returns true when this query alert ids by filter forbidden response has a 2xx status code

func (*QueryAlertIdsByFilterForbidden) String added in v0.5.0

type QueryAlertIdsByFilterOK added in v0.5.0

type QueryAlertIdsByFilterOK 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.MsaQueryResponse
}

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

OK

func NewQueryAlertIdsByFilterOK added in v0.5.0

func NewQueryAlertIdsByFilterOK() *QueryAlertIdsByFilterOK

NewQueryAlertIdsByFilterOK creates a QueryAlertIdsByFilterOK with default headers values

func (*QueryAlertIdsByFilterOK) Code added in v0.5.0

func (o *QueryAlertIdsByFilterOK) Code() int

Code gets the status code for the query alert ids by filter o k response

func (*QueryAlertIdsByFilterOK) Error added in v0.5.0

func (o *QueryAlertIdsByFilterOK) Error() string

func (*QueryAlertIdsByFilterOK) GetPayload added in v0.5.0

func (*QueryAlertIdsByFilterOK) IsClientError added in v0.5.0

func (o *QueryAlertIdsByFilterOK) IsClientError() bool

IsClientError returns true when this query alert ids by filter o k response has a 4xx status code

func (*QueryAlertIdsByFilterOK) IsCode added in v0.5.0

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

IsCode returns true when this query alert ids by filter o k response a status code equal to that given

func (*QueryAlertIdsByFilterOK) IsRedirect added in v0.5.0

func (o *QueryAlertIdsByFilterOK) IsRedirect() bool

IsRedirect returns true when this query alert ids by filter o k response has a 3xx status code

func (*QueryAlertIdsByFilterOK) IsServerError added in v0.5.0

func (o *QueryAlertIdsByFilterOK) IsServerError() bool

IsServerError returns true when this query alert ids by filter o k response has a 5xx status code

func (*QueryAlertIdsByFilterOK) IsSuccess added in v0.5.0

func (o *QueryAlertIdsByFilterOK) IsSuccess() bool

IsSuccess returns true when this query alert ids by filter o k response has a 2xx status code

func (*QueryAlertIdsByFilterOK) String added in v0.5.0

func (o *QueryAlertIdsByFilterOK) String() string

type QueryAlertIdsByFilterParams added in v0.5.0

type QueryAlertIdsByFilterParams struct {

	/* Filter.

	   Optional filter and sort criteria in the form of an FQL query. For more information about FQL queries, see [our FQL documentation in Falcon](https://falcon.crowdstrike.com/support/documentation/45/falcon-query-language-feature-guide).
	*/
	Filter *string

	/* Limit.

	   The maximum records to return. [1-500]
	*/
	Limit *int64

	/* Offset.

	   Starting index of overall result set from which to return ids.
	*/
	Offset *string

	/* Sort.

	   The property to sort on, followed by a dot (.), followed by the sort direction, either "asc" or "desc".
	*/
	Sort *string

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

QueryAlertIdsByFilterParams contains all the parameters to send to the API endpoint

for the query alert ids by filter operation.

Typically these are written to a http.Request.

func NewQueryAlertIdsByFilterParams added in v0.5.0

func NewQueryAlertIdsByFilterParams() *QueryAlertIdsByFilterParams

NewQueryAlertIdsByFilterParams creates a new QueryAlertIdsByFilterParams 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 NewQueryAlertIdsByFilterParamsWithContext added in v0.5.0

func NewQueryAlertIdsByFilterParamsWithContext(ctx context.Context) *QueryAlertIdsByFilterParams

NewQueryAlertIdsByFilterParamsWithContext creates a new QueryAlertIdsByFilterParams object with the ability to set a context for a request.

func NewQueryAlertIdsByFilterParamsWithHTTPClient added in v0.5.0

func NewQueryAlertIdsByFilterParamsWithHTTPClient(client *http.Client) *QueryAlertIdsByFilterParams

NewQueryAlertIdsByFilterParamsWithHTTPClient creates a new QueryAlertIdsByFilterParams object with the ability to set a custom HTTPClient for a request.

func NewQueryAlertIdsByFilterParamsWithTimeout added in v0.5.0

func NewQueryAlertIdsByFilterParamsWithTimeout(timeout time.Duration) *QueryAlertIdsByFilterParams

NewQueryAlertIdsByFilterParamsWithTimeout creates a new QueryAlertIdsByFilterParams object with the ability to set a timeout on a request.

func (*QueryAlertIdsByFilterParams) SetContext added in v0.5.0

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

SetContext adds the context to the query alert ids by filter params

func (*QueryAlertIdsByFilterParams) SetDefaults added in v0.5.0

func (o *QueryAlertIdsByFilterParams) SetDefaults()

SetDefaults hydrates default values in the query alert ids by filter params (not the query body).

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

func (*QueryAlertIdsByFilterParams) SetFilter added in v0.5.0

func (o *QueryAlertIdsByFilterParams) SetFilter(filter *string)

SetFilter adds the filter to the query alert ids by filter params

func (*QueryAlertIdsByFilterParams) SetHTTPClient added in v0.5.0

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

SetHTTPClient adds the HTTPClient to the query alert ids by filter params

func (*QueryAlertIdsByFilterParams) SetLimit added in v0.5.0

func (o *QueryAlertIdsByFilterParams) SetLimit(limit *int64)

SetLimit adds the limit to the query alert ids by filter params

func (*QueryAlertIdsByFilterParams) SetOffset added in v0.5.0

func (o *QueryAlertIdsByFilterParams) SetOffset(offset *string)

SetOffset adds the offset to the query alert ids by filter params

func (*QueryAlertIdsByFilterParams) SetSort added in v0.5.0

func (o *QueryAlertIdsByFilterParams) SetSort(sort *string)

SetSort adds the sort to the query alert ids by filter params

func (*QueryAlertIdsByFilterParams) SetTimeout added in v0.5.0

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

SetTimeout adds the timeout to the query alert ids by filter params

func (*QueryAlertIdsByFilterParams) WithContext added in v0.5.0

WithContext adds the context to the query alert ids by filter params

func (*QueryAlertIdsByFilterParams) WithDefaults added in v0.5.0

WithDefaults hydrates default values in the query alert ids by filter params (not the query body).

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

func (*QueryAlertIdsByFilterParams) WithFilter added in v0.5.0

WithFilter adds the filter to the query alert ids by filter params

func (*QueryAlertIdsByFilterParams) WithHTTPClient added in v0.5.0

WithHTTPClient adds the HTTPClient to the query alert ids by filter params

func (*QueryAlertIdsByFilterParams) WithLimit added in v0.5.0

WithLimit adds the limit to the query alert ids by filter params

func (*QueryAlertIdsByFilterParams) WithOffset added in v0.5.0

WithOffset adds the offset to the query alert ids by filter params

func (*QueryAlertIdsByFilterParams) WithSort added in v0.5.0

WithSort adds the sort to the query alert ids by filter params

func (*QueryAlertIdsByFilterParams) WithTimeout added in v0.5.0

WithTimeout adds the timeout to the query alert ids by filter params

func (*QueryAlertIdsByFilterParams) WriteToRequest added in v0.5.0

WriteToRequest writes these params to a swagger request

type QueryAlertIdsByFilterReader added in v0.5.0

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

QueryAlertIdsByFilterReader is a Reader for the QueryAlertIdsByFilter structure.

func (*QueryAlertIdsByFilterReader) ReadResponse added in v0.5.0

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

ReadResponse reads a server response into the received o.

type QueryAlertIdsByFilterTooManyRequests added in v0.5.0

type QueryAlertIdsByFilterTooManyRequests 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
}

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

Too Many Requests

func NewQueryAlertIdsByFilterTooManyRequests added in v0.5.0

func NewQueryAlertIdsByFilterTooManyRequests() *QueryAlertIdsByFilterTooManyRequests

NewQueryAlertIdsByFilterTooManyRequests creates a QueryAlertIdsByFilterTooManyRequests with default headers values

func (*QueryAlertIdsByFilterTooManyRequests) Code added in v0.5.0

Code gets the status code for the query alert ids by filter too many requests response

func (*QueryAlertIdsByFilterTooManyRequests) Error added in v0.5.0

func (*QueryAlertIdsByFilterTooManyRequests) GetPayload added in v0.5.0

func (*QueryAlertIdsByFilterTooManyRequests) IsClientError added in v0.5.0

func (o *QueryAlertIdsByFilterTooManyRequests) IsClientError() bool

IsClientError returns true when this query alert ids by filter too many requests response has a 4xx status code

func (*QueryAlertIdsByFilterTooManyRequests) IsCode added in v0.5.0

IsCode returns true when this query alert ids by filter too many requests response a status code equal to that given

func (*QueryAlertIdsByFilterTooManyRequests) IsRedirect added in v0.5.0

IsRedirect returns true when this query alert ids by filter too many requests response has a 3xx status code

func (*QueryAlertIdsByFilterTooManyRequests) IsServerError added in v0.5.0

func (o *QueryAlertIdsByFilterTooManyRequests) IsServerError() bool

IsServerError returns true when this query alert ids by filter too many requests response has a 5xx status code

func (*QueryAlertIdsByFilterTooManyRequests) IsSuccess added in v0.5.0

IsSuccess returns true when this query alert ids by filter too many requests response has a 2xx status code

func (*QueryAlertIdsByFilterTooManyRequests) String added in v0.5.0

type QueryAllowListFilterForbidden

type QueryAllowListFilterForbidden 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
}

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

Forbidden

func NewQueryAllowListFilterForbidden

func NewQueryAllowListFilterForbidden() *QueryAllowListFilterForbidden

NewQueryAllowListFilterForbidden creates a QueryAllowListFilterForbidden with default headers values

func (*QueryAllowListFilterForbidden) Code added in v0.2.33

Code gets the status code for the query allow list filter forbidden response

func (*QueryAllowListFilterForbidden) Error

func (*QueryAllowListFilterForbidden) GetPayload

func (*QueryAllowListFilterForbidden) IsClientError added in v0.2.27

func (o *QueryAllowListFilterForbidden) IsClientError() bool

IsClientError returns true when this query allow list filter forbidden response has a 4xx status code

func (*QueryAllowListFilterForbidden) IsCode added in v0.2.27

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

IsCode returns true when this query allow list filter forbidden response a status code equal to that given

func (*QueryAllowListFilterForbidden) IsRedirect added in v0.2.27

func (o *QueryAllowListFilterForbidden) IsRedirect() bool

IsRedirect returns true when this query allow list filter forbidden response has a 3xx status code

func (*QueryAllowListFilterForbidden) IsServerError added in v0.2.27

func (o *QueryAllowListFilterForbidden) IsServerError() bool

IsServerError returns true when this query allow list filter forbidden response has a 5xx status code

func (*QueryAllowListFilterForbidden) IsSuccess added in v0.2.27

func (o *QueryAllowListFilterForbidden) IsSuccess() bool

IsSuccess returns true when this query allow list filter forbidden response has a 2xx status code

func (*QueryAllowListFilterForbidden) String added in v0.2.27

type QueryAllowListFilterOK

type QueryAllowListFilterOK 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.MsaQueryResponse
}

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

OK

func NewQueryAllowListFilterOK

func NewQueryAllowListFilterOK() *QueryAllowListFilterOK

NewQueryAllowListFilterOK creates a QueryAllowListFilterOK with default headers values

func (*QueryAllowListFilterOK) Code added in v0.2.33

func (o *QueryAllowListFilterOK) Code() int

Code gets the status code for the query allow list filter o k response

func (*QueryAllowListFilterOK) Error

func (o *QueryAllowListFilterOK) Error() string

func (*QueryAllowListFilterOK) GetPayload

func (*QueryAllowListFilterOK) IsClientError added in v0.2.27

func (o *QueryAllowListFilterOK) IsClientError() bool

IsClientError returns true when this query allow list filter o k response has a 4xx status code

func (*QueryAllowListFilterOK) IsCode added in v0.2.27

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

IsCode returns true when this query allow list filter o k response a status code equal to that given

func (*QueryAllowListFilterOK) IsRedirect added in v0.2.27

func (o *QueryAllowListFilterOK) IsRedirect() bool

IsRedirect returns true when this query allow list filter o k response has a 3xx status code

func (*QueryAllowListFilterOK) IsServerError added in v0.2.27

func (o *QueryAllowListFilterOK) IsServerError() bool

IsServerError returns true when this query allow list filter o k response has a 5xx status code

func (*QueryAllowListFilterOK) IsSuccess added in v0.2.27

func (o *QueryAllowListFilterOK) IsSuccess() bool

IsSuccess returns true when this query allow list filter o k response has a 2xx status code

func (*QueryAllowListFilterOK) String added in v0.2.27

func (o *QueryAllowListFilterOK) String() string

type QueryAllowListFilterParams

type QueryAllowListFilterParams struct {

	/* Filter.

	   Optional filter and sort criteria in the form of an FQL query. For more information about FQL queries, see [our FQL documentation in Falcon](https://falcon.crowdstrike.com/support/documentation/45/falcon-query-language-feature-guide).
	*/
	Filter *string

	/* Limit.

	   The maximum records to return. [1-500]
	*/
	Limit *int64

	/* Offset.

	   Starting index of overall result set from which to return ids.
	*/
	Offset *string

	/* Sort.

	   The property to sort on, followed by a dot (.), followed by the sort direction, either "asc" or "desc".
	*/
	Sort *string

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

QueryAllowListFilterParams contains all the parameters to send to the API endpoint

for the query allow list filter operation.

Typically these are written to a http.Request.

func NewQueryAllowListFilterParams

func NewQueryAllowListFilterParams() *QueryAllowListFilterParams

NewQueryAllowListFilterParams creates a new QueryAllowListFilterParams 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 NewQueryAllowListFilterParamsWithContext

func NewQueryAllowListFilterParamsWithContext(ctx context.Context) *QueryAllowListFilterParams

NewQueryAllowListFilterParamsWithContext creates a new QueryAllowListFilterParams object with the ability to set a context for a request.

func NewQueryAllowListFilterParamsWithHTTPClient

func NewQueryAllowListFilterParamsWithHTTPClient(client *http.Client) *QueryAllowListFilterParams

NewQueryAllowListFilterParamsWithHTTPClient creates a new QueryAllowListFilterParams object with the ability to set a custom HTTPClient for a request.

func NewQueryAllowListFilterParamsWithTimeout

func NewQueryAllowListFilterParamsWithTimeout(timeout time.Duration) *QueryAllowListFilterParams

NewQueryAllowListFilterParamsWithTimeout creates a new QueryAllowListFilterParams object with the ability to set a timeout on a request.

func (*QueryAllowListFilterParams) SetContext

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

SetContext adds the context to the query allow list filter params

func (*QueryAllowListFilterParams) SetDefaults

func (o *QueryAllowListFilterParams) SetDefaults()

SetDefaults hydrates default values in the query allow list filter params (not the query body).

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

func (*QueryAllowListFilterParams) SetFilter

func (o *QueryAllowListFilterParams) SetFilter(filter *string)

SetFilter adds the filter to the query allow list filter params

func (*QueryAllowListFilterParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the query allow list filter params

func (*QueryAllowListFilterParams) SetLimit

func (o *QueryAllowListFilterParams) SetLimit(limit *int64)

SetLimit adds the limit to the query allow list filter params

func (*QueryAllowListFilterParams) SetOffset

func (o *QueryAllowListFilterParams) SetOffset(offset *string)

SetOffset adds the offset to the query allow list filter params

func (*QueryAllowListFilterParams) SetSort

func (o *QueryAllowListFilterParams) SetSort(sort *string)

SetSort adds the sort to the query allow list filter params

func (*QueryAllowListFilterParams) SetTimeout

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

SetTimeout adds the timeout to the query allow list filter params

func (*QueryAllowListFilterParams) WithContext

WithContext adds the context to the query allow list filter params

func (*QueryAllowListFilterParams) WithDefaults

WithDefaults hydrates default values in the query allow list filter params (not the query body).

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

func (*QueryAllowListFilterParams) WithFilter

WithFilter adds the filter to the query allow list filter params

func (*QueryAllowListFilterParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the query allow list filter params

func (*QueryAllowListFilterParams) WithLimit

WithLimit adds the limit to the query allow list filter params

func (*QueryAllowListFilterParams) WithOffset

WithOffset adds the offset to the query allow list filter params

func (*QueryAllowListFilterParams) WithSort

WithSort adds the sort to the query allow list filter params

func (*QueryAllowListFilterParams) WithTimeout

WithTimeout adds the timeout to the query allow list filter params

func (*QueryAllowListFilterParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type QueryAllowListFilterReader

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

QueryAllowListFilterReader is a Reader for the QueryAllowListFilter structure.

func (*QueryAllowListFilterReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type QueryAllowListFilterTooManyRequests

type QueryAllowListFilterTooManyRequests 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
}

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

Too Many Requests

func NewQueryAllowListFilterTooManyRequests

func NewQueryAllowListFilterTooManyRequests() *QueryAllowListFilterTooManyRequests

NewQueryAllowListFilterTooManyRequests creates a QueryAllowListFilterTooManyRequests with default headers values

func (*QueryAllowListFilterTooManyRequests) Code added in v0.2.33

Code gets the status code for the query allow list filter too many requests response

func (*QueryAllowListFilterTooManyRequests) Error

func (*QueryAllowListFilterTooManyRequests) GetPayload

func (*QueryAllowListFilterTooManyRequests) IsClientError added in v0.2.27

func (o *QueryAllowListFilterTooManyRequests) IsClientError() bool

IsClientError returns true when this query allow list filter too many requests response has a 4xx status code

func (*QueryAllowListFilterTooManyRequests) IsCode added in v0.2.27

IsCode returns true when this query allow list filter too many requests response a status code equal to that given

func (*QueryAllowListFilterTooManyRequests) IsRedirect added in v0.2.27

func (o *QueryAllowListFilterTooManyRequests) IsRedirect() bool

IsRedirect returns true when this query allow list filter too many requests response has a 3xx status code

func (*QueryAllowListFilterTooManyRequests) IsServerError added in v0.2.27

func (o *QueryAllowListFilterTooManyRequests) IsServerError() bool

IsServerError returns true when this query allow list filter too many requests response has a 5xx status code

func (*QueryAllowListFilterTooManyRequests) IsSuccess added in v0.2.27

IsSuccess returns true when this query allow list filter too many requests response has a 2xx status code

func (*QueryAllowListFilterTooManyRequests) String added in v0.2.27

type QueryBlockListFilterForbidden

type QueryBlockListFilterForbidden 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
}

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

Forbidden

func NewQueryBlockListFilterForbidden

func NewQueryBlockListFilterForbidden() *QueryBlockListFilterForbidden

NewQueryBlockListFilterForbidden creates a QueryBlockListFilterForbidden with default headers values

func (*QueryBlockListFilterForbidden) Code added in v0.2.33

Code gets the status code for the query block list filter forbidden response

func (*QueryBlockListFilterForbidden) Error

func (*QueryBlockListFilterForbidden) GetPayload

func (*QueryBlockListFilterForbidden) IsClientError added in v0.2.27

func (o *QueryBlockListFilterForbidden) IsClientError() bool

IsClientError returns true when this query block list filter forbidden response has a 4xx status code

func (*QueryBlockListFilterForbidden) IsCode added in v0.2.27

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

IsCode returns true when this query block list filter forbidden response a status code equal to that given

func (*QueryBlockListFilterForbidden) IsRedirect added in v0.2.27

func (o *QueryBlockListFilterForbidden) IsRedirect() bool

IsRedirect returns true when this query block list filter forbidden response has a 3xx status code

func (*QueryBlockListFilterForbidden) IsServerError added in v0.2.27

func (o *QueryBlockListFilterForbidden) IsServerError() bool

IsServerError returns true when this query block list filter forbidden response has a 5xx status code

func (*QueryBlockListFilterForbidden) IsSuccess added in v0.2.27

func (o *QueryBlockListFilterForbidden) IsSuccess() bool

IsSuccess returns true when this query block list filter forbidden response has a 2xx status code

func (*QueryBlockListFilterForbidden) String added in v0.2.27

type QueryBlockListFilterOK

type QueryBlockListFilterOK 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.MsaQueryResponse
}

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

OK

func NewQueryBlockListFilterOK

func NewQueryBlockListFilterOK() *QueryBlockListFilterOK

NewQueryBlockListFilterOK creates a QueryBlockListFilterOK with default headers values

func (*QueryBlockListFilterOK) Code added in v0.2.33

func (o *QueryBlockListFilterOK) Code() int

Code gets the status code for the query block list filter o k response

func (*QueryBlockListFilterOK) Error

func (o *QueryBlockListFilterOK) Error() string

func (*QueryBlockListFilterOK) GetPayload

func (*QueryBlockListFilterOK) IsClientError added in v0.2.27

func (o *QueryBlockListFilterOK) IsClientError() bool

IsClientError returns true when this query block list filter o k response has a 4xx status code

func (*QueryBlockListFilterOK) IsCode added in v0.2.27

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

IsCode returns true when this query block list filter o k response a status code equal to that given

func (*QueryBlockListFilterOK) IsRedirect added in v0.2.27

func (o *QueryBlockListFilterOK) IsRedirect() bool

IsRedirect returns true when this query block list filter o k response has a 3xx status code

func (*QueryBlockListFilterOK) IsServerError added in v0.2.27

func (o *QueryBlockListFilterOK) IsServerError() bool

IsServerError returns true when this query block list filter o k response has a 5xx status code

func (*QueryBlockListFilterOK) IsSuccess added in v0.2.27

func (o *QueryBlockListFilterOK) IsSuccess() bool

IsSuccess returns true when this query block list filter o k response has a 2xx status code

func (*QueryBlockListFilterOK) String added in v0.2.27

func (o *QueryBlockListFilterOK) String() string

type QueryBlockListFilterParams

type QueryBlockListFilterParams struct {

	/* Filter.

	   Optional filter and sort criteria in the form of an FQL query. For more information about FQL queries, see [our FQL documentation in Falcon](https://falcon.crowdstrike.com/support/documentation/45/falcon-query-language-feature-guide).
	*/
	Filter *string

	/* Limit.

	   The maximum records to return. [1-500]
	*/
	Limit *int64

	/* Offset.

	   Starting index of overall result set from which to return ids.
	*/
	Offset *string

	/* Sort.

	   The property to sort on, followed by a dot (.), followed by the sort direction, either "asc" or "desc".
	*/
	Sort *string

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

QueryBlockListFilterParams contains all the parameters to send to the API endpoint

for the query block list filter operation.

Typically these are written to a http.Request.

func NewQueryBlockListFilterParams

func NewQueryBlockListFilterParams() *QueryBlockListFilterParams

NewQueryBlockListFilterParams creates a new QueryBlockListFilterParams 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 NewQueryBlockListFilterParamsWithContext

func NewQueryBlockListFilterParamsWithContext(ctx context.Context) *QueryBlockListFilterParams

NewQueryBlockListFilterParamsWithContext creates a new QueryBlockListFilterParams object with the ability to set a context for a request.

func NewQueryBlockListFilterParamsWithHTTPClient

func NewQueryBlockListFilterParamsWithHTTPClient(client *http.Client) *QueryBlockListFilterParams

NewQueryBlockListFilterParamsWithHTTPClient creates a new QueryBlockListFilterParams object with the ability to set a custom HTTPClient for a request.

func NewQueryBlockListFilterParamsWithTimeout

func NewQueryBlockListFilterParamsWithTimeout(timeout time.Duration) *QueryBlockListFilterParams

NewQueryBlockListFilterParamsWithTimeout creates a new QueryBlockListFilterParams object with the ability to set a timeout on a request.

func (*QueryBlockListFilterParams) SetContext

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

SetContext adds the context to the query block list filter params

func (*QueryBlockListFilterParams) SetDefaults

func (o *QueryBlockListFilterParams) SetDefaults()

SetDefaults hydrates default values in the query block list filter params (not the query body).

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

func (*QueryBlockListFilterParams) SetFilter

func (o *QueryBlockListFilterParams) SetFilter(filter *string)

SetFilter adds the filter to the query block list filter params

func (*QueryBlockListFilterParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the query block list filter params

func (*QueryBlockListFilterParams) SetLimit

func (o *QueryBlockListFilterParams) SetLimit(limit *int64)

SetLimit adds the limit to the query block list filter params

func (*QueryBlockListFilterParams) SetOffset

func (o *QueryBlockListFilterParams) SetOffset(offset *string)

SetOffset adds the offset to the query block list filter params

func (*QueryBlockListFilterParams) SetSort

func (o *QueryBlockListFilterParams) SetSort(sort *string)

SetSort adds the sort to the query block list filter params

func (*QueryBlockListFilterParams) SetTimeout

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

SetTimeout adds the timeout to the query block list filter params

func (*QueryBlockListFilterParams) WithContext

WithContext adds the context to the query block list filter params

func (*QueryBlockListFilterParams) WithDefaults

WithDefaults hydrates default values in the query block list filter params (not the query body).

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

func (*QueryBlockListFilterParams) WithFilter

WithFilter adds the filter to the query block list filter params

func (*QueryBlockListFilterParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the query block list filter params

func (*QueryBlockListFilterParams) WithLimit

WithLimit adds the limit to the query block list filter params

func (*QueryBlockListFilterParams) WithOffset

WithOffset adds the offset to the query block list filter params

func (*QueryBlockListFilterParams) WithSort

WithSort adds the sort to the query block list filter params

func (*QueryBlockListFilterParams) WithTimeout

WithTimeout adds the timeout to the query block list filter params

func (*QueryBlockListFilterParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type QueryBlockListFilterReader

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

QueryBlockListFilterReader is a Reader for the QueryBlockListFilter structure.

func (*QueryBlockListFilterReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type QueryBlockListFilterTooManyRequests

type QueryBlockListFilterTooManyRequests 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
}

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

Too Many Requests

func NewQueryBlockListFilterTooManyRequests

func NewQueryBlockListFilterTooManyRequests() *QueryBlockListFilterTooManyRequests

NewQueryBlockListFilterTooManyRequests creates a QueryBlockListFilterTooManyRequests with default headers values

func (*QueryBlockListFilterTooManyRequests) Code added in v0.2.33

Code gets the status code for the query block list filter too many requests response

func (*QueryBlockListFilterTooManyRequests) Error

func (*QueryBlockListFilterTooManyRequests) GetPayload

func (*QueryBlockListFilterTooManyRequests) IsClientError added in v0.2.27

func (o *QueryBlockListFilterTooManyRequests) IsClientError() bool

IsClientError returns true when this query block list filter too many requests response has a 4xx status code

func (*QueryBlockListFilterTooManyRequests) IsCode added in v0.2.27

IsCode returns true when this query block list filter too many requests response a status code equal to that given

func (*QueryBlockListFilterTooManyRequests) IsRedirect added in v0.2.27

func (o *QueryBlockListFilterTooManyRequests) IsRedirect() bool

IsRedirect returns true when this query block list filter too many requests response has a 3xx status code

func (*QueryBlockListFilterTooManyRequests) IsServerError added in v0.2.27

func (o *QueryBlockListFilterTooManyRequests) IsServerError() bool

IsServerError returns true when this query block list filter too many requests response has a 5xx status code

func (*QueryBlockListFilterTooManyRequests) IsSuccess added in v0.2.27

IsSuccess returns true when this query block list filter too many requests response has a 2xx status code

func (*QueryBlockListFilterTooManyRequests) String added in v0.2.27

type QueryDetectionIdsByFilterForbidden

type QueryDetectionIdsByFilterForbidden 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
}

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

Forbidden

func NewQueryDetectionIdsByFilterForbidden

func NewQueryDetectionIdsByFilterForbidden() *QueryDetectionIdsByFilterForbidden

NewQueryDetectionIdsByFilterForbidden creates a QueryDetectionIdsByFilterForbidden with default headers values

func (*QueryDetectionIdsByFilterForbidden) Code added in v0.2.33

Code gets the status code for the query detection ids by filter forbidden response

func (*QueryDetectionIdsByFilterForbidden) Error

func (*QueryDetectionIdsByFilterForbidden) GetPayload

func (*QueryDetectionIdsByFilterForbidden) IsClientError added in v0.2.27

func (o *QueryDetectionIdsByFilterForbidden) IsClientError() bool

IsClientError returns true when this query detection ids by filter forbidden response has a 4xx status code

func (*QueryDetectionIdsByFilterForbidden) IsCode added in v0.2.27

IsCode returns true when this query detection ids by filter forbidden response a status code equal to that given

func (*QueryDetectionIdsByFilterForbidden) IsRedirect added in v0.2.27

func (o *QueryDetectionIdsByFilterForbidden) IsRedirect() bool

IsRedirect returns true when this query detection ids by filter forbidden response has a 3xx status code

func (*QueryDetectionIdsByFilterForbidden) IsServerError added in v0.2.27

func (o *QueryDetectionIdsByFilterForbidden) IsServerError() bool

IsServerError returns true when this query detection ids by filter forbidden response has a 5xx status code

func (*QueryDetectionIdsByFilterForbidden) IsSuccess added in v0.2.27

IsSuccess returns true when this query detection ids by filter forbidden response has a 2xx status code

func (*QueryDetectionIdsByFilterForbidden) String added in v0.2.27

type QueryDetectionIdsByFilterOK

type QueryDetectionIdsByFilterOK 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.MsaQueryResponse
}

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

OK

func NewQueryDetectionIdsByFilterOK

func NewQueryDetectionIdsByFilterOK() *QueryDetectionIdsByFilterOK

NewQueryDetectionIdsByFilterOK creates a QueryDetectionIdsByFilterOK with default headers values

func (*QueryDetectionIdsByFilterOK) Code added in v0.2.33

func (o *QueryDetectionIdsByFilterOK) Code() int

Code gets the status code for the query detection ids by filter o k response

func (*QueryDetectionIdsByFilterOK) Error

func (*QueryDetectionIdsByFilterOK) GetPayload

func (*QueryDetectionIdsByFilterOK) IsClientError added in v0.2.27

func (o *QueryDetectionIdsByFilterOK) IsClientError() bool

IsClientError returns true when this query detection ids by filter o k response has a 4xx status code

func (*QueryDetectionIdsByFilterOK) IsCode added in v0.2.27

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

IsCode returns true when this query detection ids by filter o k response a status code equal to that given

func (*QueryDetectionIdsByFilterOK) IsRedirect added in v0.2.27

func (o *QueryDetectionIdsByFilterOK) IsRedirect() bool

IsRedirect returns true when this query detection ids by filter o k response has a 3xx status code

func (*QueryDetectionIdsByFilterOK) IsServerError added in v0.2.27

func (o *QueryDetectionIdsByFilterOK) IsServerError() bool

IsServerError returns true when this query detection ids by filter o k response has a 5xx status code

func (*QueryDetectionIdsByFilterOK) IsSuccess added in v0.2.27

func (o *QueryDetectionIdsByFilterOK) IsSuccess() bool

IsSuccess returns true when this query detection ids by filter o k response has a 2xx status code

func (*QueryDetectionIdsByFilterOK) String added in v0.2.27

func (o *QueryDetectionIdsByFilterOK) String() string

type QueryDetectionIdsByFilterParams

type QueryDetectionIdsByFilterParams struct {

	/* Filter.

	   Optional filter and sort criteria in the form of an FQL query. For more information about FQL queries, see [our FQL documentation in Falcon](https://falcon.crowdstrike.com/support/documentation/45/falcon-query-language-feature-guide).
	*/
	Filter *string

	/* Limit.

	   The maximum records to return. [1-500]
	*/
	Limit *int64

	/* Offset.

	   Starting index of overall result set from which to return ids.
	*/
	Offset *string

	/* Sort.

	   The property to sort on, followed by a dot (.), followed by the sort direction, either "asc" or "desc".
	*/
	Sort *string

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

QueryDetectionIdsByFilterParams contains all the parameters to send to the API endpoint

for the query detection ids by filter operation.

Typically these are written to a http.Request.

func NewQueryDetectionIdsByFilterParams

func NewQueryDetectionIdsByFilterParams() *QueryDetectionIdsByFilterParams

NewQueryDetectionIdsByFilterParams creates a new QueryDetectionIdsByFilterParams 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 NewQueryDetectionIdsByFilterParamsWithContext

func NewQueryDetectionIdsByFilterParamsWithContext(ctx context.Context) *QueryDetectionIdsByFilterParams

NewQueryDetectionIdsByFilterParamsWithContext creates a new QueryDetectionIdsByFilterParams object with the ability to set a context for a request.

func NewQueryDetectionIdsByFilterParamsWithHTTPClient

func NewQueryDetectionIdsByFilterParamsWithHTTPClient(client *http.Client) *QueryDetectionIdsByFilterParams

NewQueryDetectionIdsByFilterParamsWithHTTPClient creates a new QueryDetectionIdsByFilterParams object with the ability to set a custom HTTPClient for a request.

func NewQueryDetectionIdsByFilterParamsWithTimeout

func NewQueryDetectionIdsByFilterParamsWithTimeout(timeout time.Duration) *QueryDetectionIdsByFilterParams

NewQueryDetectionIdsByFilterParamsWithTimeout creates a new QueryDetectionIdsByFilterParams object with the ability to set a timeout on a request.

func (*QueryDetectionIdsByFilterParams) SetContext

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

SetContext adds the context to the query detection ids by filter params

func (*QueryDetectionIdsByFilterParams) SetDefaults

func (o *QueryDetectionIdsByFilterParams) SetDefaults()

SetDefaults hydrates default values in the query detection ids by filter params (not the query body).

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

func (*QueryDetectionIdsByFilterParams) SetFilter

func (o *QueryDetectionIdsByFilterParams) SetFilter(filter *string)

SetFilter adds the filter to the query detection ids by filter params

func (*QueryDetectionIdsByFilterParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the query detection ids by filter params

func (*QueryDetectionIdsByFilterParams) SetLimit

func (o *QueryDetectionIdsByFilterParams) SetLimit(limit *int64)

SetLimit adds the limit to the query detection ids by filter params

func (*QueryDetectionIdsByFilterParams) SetOffset

func (o *QueryDetectionIdsByFilterParams) SetOffset(offset *string)

SetOffset adds the offset to the query detection ids by filter params

func (*QueryDetectionIdsByFilterParams) SetSort

func (o *QueryDetectionIdsByFilterParams) SetSort(sort *string)

SetSort adds the sort to the query detection ids by filter params

func (*QueryDetectionIdsByFilterParams) SetTimeout

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

SetTimeout adds the timeout to the query detection ids by filter params

func (*QueryDetectionIdsByFilterParams) WithContext

WithContext adds the context to the query detection ids by filter params

func (*QueryDetectionIdsByFilterParams) WithDefaults

WithDefaults hydrates default values in the query detection ids by filter params (not the query body).

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

func (*QueryDetectionIdsByFilterParams) WithFilter

WithFilter adds the filter to the query detection ids by filter params

func (*QueryDetectionIdsByFilterParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the query detection ids by filter params

func (*QueryDetectionIdsByFilterParams) WithLimit

WithLimit adds the limit to the query detection ids by filter params

func (*QueryDetectionIdsByFilterParams) WithOffset

WithOffset adds the offset to the query detection ids by filter params

func (*QueryDetectionIdsByFilterParams) WithSort

WithSort adds the sort to the query detection ids by filter params

func (*QueryDetectionIdsByFilterParams) WithTimeout

WithTimeout adds the timeout to the query detection ids by filter params

func (*QueryDetectionIdsByFilterParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type QueryDetectionIdsByFilterReader

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

QueryDetectionIdsByFilterReader is a Reader for the QueryDetectionIdsByFilter structure.

func (*QueryDetectionIdsByFilterReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type QueryDetectionIdsByFilterTooManyRequests

type QueryDetectionIdsByFilterTooManyRequests 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
}

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

Too Many Requests

func NewQueryDetectionIdsByFilterTooManyRequests

func NewQueryDetectionIdsByFilterTooManyRequests() *QueryDetectionIdsByFilterTooManyRequests

NewQueryDetectionIdsByFilterTooManyRequests creates a QueryDetectionIdsByFilterTooManyRequests with default headers values

func (*QueryDetectionIdsByFilterTooManyRequests) Code added in v0.2.33

Code gets the status code for the query detection ids by filter too many requests response

func (*QueryDetectionIdsByFilterTooManyRequests) Error

func (*QueryDetectionIdsByFilterTooManyRequests) GetPayload

func (*QueryDetectionIdsByFilterTooManyRequests) IsClientError added in v0.2.27

IsClientError returns true when this query detection ids by filter too many requests response has a 4xx status code

func (*QueryDetectionIdsByFilterTooManyRequests) IsCode added in v0.2.27

IsCode returns true when this query detection ids by filter too many requests response a status code equal to that given

func (*QueryDetectionIdsByFilterTooManyRequests) IsRedirect added in v0.2.27

IsRedirect returns true when this query detection ids by filter too many requests response has a 3xx status code

func (*QueryDetectionIdsByFilterTooManyRequests) IsServerError added in v0.2.27

IsServerError returns true when this query detection ids by filter too many requests response has a 5xx status code

func (*QueryDetectionIdsByFilterTooManyRequests) IsSuccess added in v0.2.27

IsSuccess returns true when this query detection ids by filter too many requests response has a 2xx status code

func (*QueryDetectionIdsByFilterTooManyRequests) String added in v0.2.27

type QueryEscalationsFilterForbidden

type QueryEscalationsFilterForbidden 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
}

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

Forbidden

func NewQueryEscalationsFilterForbidden

func NewQueryEscalationsFilterForbidden() *QueryEscalationsFilterForbidden

NewQueryEscalationsFilterForbidden creates a QueryEscalationsFilterForbidden with default headers values

func (*QueryEscalationsFilterForbidden) Code added in v0.2.33

Code gets the status code for the query escalations filter forbidden response

func (*QueryEscalationsFilterForbidden) Error

func (*QueryEscalationsFilterForbidden) GetPayload

func (*QueryEscalationsFilterForbidden) IsClientError added in v0.2.27

func (o *QueryEscalationsFilterForbidden) IsClientError() bool

IsClientError returns true when this query escalations filter forbidden response has a 4xx status code

func (*QueryEscalationsFilterForbidden) IsCode added in v0.2.27

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

IsCode returns true when this query escalations filter forbidden response a status code equal to that given

func (*QueryEscalationsFilterForbidden) IsRedirect added in v0.2.27

func (o *QueryEscalationsFilterForbidden) IsRedirect() bool

IsRedirect returns true when this query escalations filter forbidden response has a 3xx status code

func (*QueryEscalationsFilterForbidden) IsServerError added in v0.2.27

func (o *QueryEscalationsFilterForbidden) IsServerError() bool

IsServerError returns true when this query escalations filter forbidden response has a 5xx status code

func (*QueryEscalationsFilterForbidden) IsSuccess added in v0.2.27

func (o *QueryEscalationsFilterForbidden) IsSuccess() bool

IsSuccess returns true when this query escalations filter forbidden response has a 2xx status code

func (*QueryEscalationsFilterForbidden) String added in v0.2.27

type QueryEscalationsFilterOK

type QueryEscalationsFilterOK 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.MsaQueryResponse
}

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

OK

func NewQueryEscalationsFilterOK

func NewQueryEscalationsFilterOK() *QueryEscalationsFilterOK

NewQueryEscalationsFilterOK creates a QueryEscalationsFilterOK with default headers values

func (*QueryEscalationsFilterOK) Code added in v0.2.33

func (o *QueryEscalationsFilterOK) Code() int

Code gets the status code for the query escalations filter o k response

func (*QueryEscalationsFilterOK) Error

func (o *QueryEscalationsFilterOK) Error() string

func (*QueryEscalationsFilterOK) GetPayload

func (*QueryEscalationsFilterOK) IsClientError added in v0.2.27

func (o *QueryEscalationsFilterOK) IsClientError() bool

IsClientError returns true when this query escalations filter o k response has a 4xx status code

func (*QueryEscalationsFilterOK) IsCode added in v0.2.27

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

IsCode returns true when this query escalations filter o k response a status code equal to that given

func (*QueryEscalationsFilterOK) IsRedirect added in v0.2.27

func (o *QueryEscalationsFilterOK) IsRedirect() bool

IsRedirect returns true when this query escalations filter o k response has a 3xx status code

func (*QueryEscalationsFilterOK) IsServerError added in v0.2.27

func (o *QueryEscalationsFilterOK) IsServerError() bool

IsServerError returns true when this query escalations filter o k response has a 5xx status code

func (*QueryEscalationsFilterOK) IsSuccess added in v0.2.27

func (o *QueryEscalationsFilterOK) IsSuccess() bool

IsSuccess returns true when this query escalations filter o k response has a 2xx status code

func (*QueryEscalationsFilterOK) String added in v0.2.27

func (o *QueryEscalationsFilterOK) String() string

type QueryEscalationsFilterParams

type QueryEscalationsFilterParams struct {

	/* Filter.

	   Optional filter and sort criteria in the form of an FQL query. For more information about FQL queries, see [our FQL documentation in Falcon](https://falcon.crowdstrike.com/support/documentation/45/falcon-query-language-feature-guide).
	*/
	Filter *string

	/* Limit.

	   The maximum records to return. [1-500]
	*/
	Limit *int64

	/* Offset.

	   Starting index of overall result set from which to return ids.
	*/
	Offset *string

	/* Sort.

	   The property to sort on, followed by a dot (.), followed by the sort direction, either "asc" or "desc".
	*/
	Sort *string

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

QueryEscalationsFilterParams contains all the parameters to send to the API endpoint

for the query escalations filter operation.

Typically these are written to a http.Request.

func NewQueryEscalationsFilterParams

func NewQueryEscalationsFilterParams() *QueryEscalationsFilterParams

NewQueryEscalationsFilterParams creates a new QueryEscalationsFilterParams 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 NewQueryEscalationsFilterParamsWithContext

func NewQueryEscalationsFilterParamsWithContext(ctx context.Context) *QueryEscalationsFilterParams

NewQueryEscalationsFilterParamsWithContext creates a new QueryEscalationsFilterParams object with the ability to set a context for a request.

func NewQueryEscalationsFilterParamsWithHTTPClient

func NewQueryEscalationsFilterParamsWithHTTPClient(client *http.Client) *QueryEscalationsFilterParams

NewQueryEscalationsFilterParamsWithHTTPClient creates a new QueryEscalationsFilterParams object with the ability to set a custom HTTPClient for a request.

func NewQueryEscalationsFilterParamsWithTimeout

func NewQueryEscalationsFilterParamsWithTimeout(timeout time.Duration) *QueryEscalationsFilterParams

NewQueryEscalationsFilterParamsWithTimeout creates a new QueryEscalationsFilterParams object with the ability to set a timeout on a request.

func (*QueryEscalationsFilterParams) SetContext

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

SetContext adds the context to the query escalations filter params

func (*QueryEscalationsFilterParams) SetDefaults

func (o *QueryEscalationsFilterParams) SetDefaults()

SetDefaults hydrates default values in the query escalations filter params (not the query body).

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

func (*QueryEscalationsFilterParams) SetFilter

func (o *QueryEscalationsFilterParams) SetFilter(filter *string)

SetFilter adds the filter to the query escalations filter params

func (*QueryEscalationsFilterParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the query escalations filter params

func (*QueryEscalationsFilterParams) SetLimit

func (o *QueryEscalationsFilterParams) SetLimit(limit *int64)

SetLimit adds the limit to the query escalations filter params

func (*QueryEscalationsFilterParams) SetOffset

func (o *QueryEscalationsFilterParams) SetOffset(offset *string)

SetOffset adds the offset to the query escalations filter params

func (*QueryEscalationsFilterParams) SetSort

func (o *QueryEscalationsFilterParams) SetSort(sort *string)

SetSort adds the sort to the query escalations filter params

func (*QueryEscalationsFilterParams) SetTimeout

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

SetTimeout adds the timeout to the query escalations filter params

func (*QueryEscalationsFilterParams) WithContext

WithContext adds the context to the query escalations filter params

func (*QueryEscalationsFilterParams) WithDefaults

WithDefaults hydrates default values in the query escalations filter params (not the query body).

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

func (*QueryEscalationsFilterParams) WithFilter

WithFilter adds the filter to the query escalations filter params

func (*QueryEscalationsFilterParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the query escalations filter params

func (*QueryEscalationsFilterParams) WithLimit

WithLimit adds the limit to the query escalations filter params

func (*QueryEscalationsFilterParams) WithOffset

WithOffset adds the offset to the query escalations filter params

func (*QueryEscalationsFilterParams) WithSort

WithSort adds the sort to the query escalations filter params

func (*QueryEscalationsFilterParams) WithTimeout

WithTimeout adds the timeout to the query escalations filter params

func (*QueryEscalationsFilterParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type QueryEscalationsFilterReader

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

QueryEscalationsFilterReader is a Reader for the QueryEscalationsFilter structure.

func (*QueryEscalationsFilterReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type QueryEscalationsFilterTooManyRequests

type QueryEscalationsFilterTooManyRequests 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
}

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

Too Many Requests

func NewQueryEscalationsFilterTooManyRequests

func NewQueryEscalationsFilterTooManyRequests() *QueryEscalationsFilterTooManyRequests

NewQueryEscalationsFilterTooManyRequests creates a QueryEscalationsFilterTooManyRequests with default headers values

func (*QueryEscalationsFilterTooManyRequests) Code added in v0.2.33

Code gets the status code for the query escalations filter too many requests response

func (*QueryEscalationsFilterTooManyRequests) Error

func (*QueryEscalationsFilterTooManyRequests) GetPayload

func (*QueryEscalationsFilterTooManyRequests) IsClientError added in v0.2.27

func (o *QueryEscalationsFilterTooManyRequests) IsClientError() bool

IsClientError returns true when this query escalations filter too many requests response has a 4xx status code

func (*QueryEscalationsFilterTooManyRequests) IsCode added in v0.2.27

IsCode returns true when this query escalations filter too many requests response a status code equal to that given

func (*QueryEscalationsFilterTooManyRequests) IsRedirect added in v0.2.27

IsRedirect returns true when this query escalations filter too many requests response has a 3xx status code

func (*QueryEscalationsFilterTooManyRequests) IsServerError added in v0.2.27

func (o *QueryEscalationsFilterTooManyRequests) IsServerError() bool

IsServerError returns true when this query escalations filter too many requests response has a 5xx status code

func (*QueryEscalationsFilterTooManyRequests) IsSuccess added in v0.2.27

IsSuccess returns true when this query escalations filter too many requests response has a 2xx status code

func (*QueryEscalationsFilterTooManyRequests) String added in v0.2.27

type QueryIncidentIdsByFilterForbidden

type QueryIncidentIdsByFilterForbidden 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
}

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

Forbidden

func NewQueryIncidentIdsByFilterForbidden

func NewQueryIncidentIdsByFilterForbidden() *QueryIncidentIdsByFilterForbidden

NewQueryIncidentIdsByFilterForbidden creates a QueryIncidentIdsByFilterForbidden with default headers values

func (*QueryIncidentIdsByFilterForbidden) Code added in v0.2.33

Code gets the status code for the query incident ids by filter forbidden response

func (*QueryIncidentIdsByFilterForbidden) Error

func (*QueryIncidentIdsByFilterForbidden) GetPayload

func (*QueryIncidentIdsByFilterForbidden) IsClientError added in v0.2.27

func (o *QueryIncidentIdsByFilterForbidden) IsClientError() bool

IsClientError returns true when this query incident ids by filter forbidden response has a 4xx status code

func (*QueryIncidentIdsByFilterForbidden) IsCode added in v0.2.27

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

IsCode returns true when this query incident ids by filter forbidden response a status code equal to that given

func (*QueryIncidentIdsByFilterForbidden) IsRedirect added in v0.2.27

func (o *QueryIncidentIdsByFilterForbidden) IsRedirect() bool

IsRedirect returns true when this query incident ids by filter forbidden response has a 3xx status code

func (*QueryIncidentIdsByFilterForbidden) IsServerError added in v0.2.27

func (o *QueryIncidentIdsByFilterForbidden) IsServerError() bool

IsServerError returns true when this query incident ids by filter forbidden response has a 5xx status code

func (*QueryIncidentIdsByFilterForbidden) IsSuccess added in v0.2.27

func (o *QueryIncidentIdsByFilterForbidden) IsSuccess() bool

IsSuccess returns true when this query incident ids by filter forbidden response has a 2xx status code

func (*QueryIncidentIdsByFilterForbidden) String added in v0.2.27

type QueryIncidentIdsByFilterOK

type QueryIncidentIdsByFilterOK 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.MsaQueryResponse
}

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

OK

func NewQueryIncidentIdsByFilterOK

func NewQueryIncidentIdsByFilterOK() *QueryIncidentIdsByFilterOK

NewQueryIncidentIdsByFilterOK creates a QueryIncidentIdsByFilterOK with default headers values

func (*QueryIncidentIdsByFilterOK) Code added in v0.2.33

func (o *QueryIncidentIdsByFilterOK) Code() int

Code gets the status code for the query incident ids by filter o k response

func (*QueryIncidentIdsByFilterOK) Error

func (*QueryIncidentIdsByFilterOK) GetPayload

func (*QueryIncidentIdsByFilterOK) IsClientError added in v0.2.27

func (o *QueryIncidentIdsByFilterOK) IsClientError() bool

IsClientError returns true when this query incident ids by filter o k response has a 4xx status code

func (*QueryIncidentIdsByFilterOK) IsCode added in v0.2.27

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

IsCode returns true when this query incident ids by filter o k response a status code equal to that given

func (*QueryIncidentIdsByFilterOK) IsRedirect added in v0.2.27

func (o *QueryIncidentIdsByFilterOK) IsRedirect() bool

IsRedirect returns true when this query incident ids by filter o k response has a 3xx status code

func (*QueryIncidentIdsByFilterOK) IsServerError added in v0.2.27

func (o *QueryIncidentIdsByFilterOK) IsServerError() bool

IsServerError returns true when this query incident ids by filter o k response has a 5xx status code

func (*QueryIncidentIdsByFilterOK) IsSuccess added in v0.2.27

func (o *QueryIncidentIdsByFilterOK) IsSuccess() bool

IsSuccess returns true when this query incident ids by filter o k response has a 2xx status code

func (*QueryIncidentIdsByFilterOK) String added in v0.2.27

func (o *QueryIncidentIdsByFilterOK) String() string

type QueryIncidentIdsByFilterParams

type QueryIncidentIdsByFilterParams struct {

	/* Filter.

	   Optional filter and sort criteria in the form of an FQL query. For more information about FQL queries, see [our FQL documentation in Falcon](https://falcon.crowdstrike.com/support/documentation/45/falcon-query-language-feature-guide).
	*/
	Filter *string

	/* Limit.

	   The maximum records to return. [1-500]
	*/
	Limit *int64

	/* Offset.

	   Starting index of overall result set from which to return ids.
	*/
	Offset *string

	/* Sort.

	   The property to sort on, followed by a dot (.), followed by the sort direction, either "asc" or "desc".
	*/
	Sort *string

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

QueryIncidentIdsByFilterParams contains all the parameters to send to the API endpoint

for the query incident ids by filter operation.

Typically these are written to a http.Request.

func NewQueryIncidentIdsByFilterParams

func NewQueryIncidentIdsByFilterParams() *QueryIncidentIdsByFilterParams

NewQueryIncidentIdsByFilterParams creates a new QueryIncidentIdsByFilterParams 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 NewQueryIncidentIdsByFilterParamsWithContext

func NewQueryIncidentIdsByFilterParamsWithContext(ctx context.Context) *QueryIncidentIdsByFilterParams

NewQueryIncidentIdsByFilterParamsWithContext creates a new QueryIncidentIdsByFilterParams object with the ability to set a context for a request.

func NewQueryIncidentIdsByFilterParamsWithHTTPClient

func NewQueryIncidentIdsByFilterParamsWithHTTPClient(client *http.Client) *QueryIncidentIdsByFilterParams

NewQueryIncidentIdsByFilterParamsWithHTTPClient creates a new QueryIncidentIdsByFilterParams object with the ability to set a custom HTTPClient for a request.

func NewQueryIncidentIdsByFilterParamsWithTimeout

func NewQueryIncidentIdsByFilterParamsWithTimeout(timeout time.Duration) *QueryIncidentIdsByFilterParams

NewQueryIncidentIdsByFilterParamsWithTimeout creates a new QueryIncidentIdsByFilterParams object with the ability to set a timeout on a request.

func (*QueryIncidentIdsByFilterParams) SetContext

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

SetContext adds the context to the query incident ids by filter params

func (*QueryIncidentIdsByFilterParams) SetDefaults

func (o *QueryIncidentIdsByFilterParams) SetDefaults()

SetDefaults hydrates default values in the query incident ids by filter params (not the query body).

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

func (*QueryIncidentIdsByFilterParams) SetFilter

func (o *QueryIncidentIdsByFilterParams) SetFilter(filter *string)

SetFilter adds the filter to the query incident ids by filter params

func (*QueryIncidentIdsByFilterParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the query incident ids by filter params

func (*QueryIncidentIdsByFilterParams) SetLimit

func (o *QueryIncidentIdsByFilterParams) SetLimit(limit *int64)

SetLimit adds the limit to the query incident ids by filter params

func (*QueryIncidentIdsByFilterParams) SetOffset

func (o *QueryIncidentIdsByFilterParams) SetOffset(offset *string)

SetOffset adds the offset to the query incident ids by filter params

func (*QueryIncidentIdsByFilterParams) SetSort

func (o *QueryIncidentIdsByFilterParams) SetSort(sort *string)

SetSort adds the sort to the query incident ids by filter params

func (*QueryIncidentIdsByFilterParams) SetTimeout

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

SetTimeout adds the timeout to the query incident ids by filter params

func (*QueryIncidentIdsByFilterParams) WithContext

WithContext adds the context to the query incident ids by filter params

func (*QueryIncidentIdsByFilterParams) WithDefaults

WithDefaults hydrates default values in the query incident ids by filter params (not the query body).

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

func (*QueryIncidentIdsByFilterParams) WithFilter

WithFilter adds the filter to the query incident ids by filter params

func (*QueryIncidentIdsByFilterParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the query incident ids by filter params

func (*QueryIncidentIdsByFilterParams) WithLimit

WithLimit adds the limit to the query incident ids by filter params

func (*QueryIncidentIdsByFilterParams) WithOffset

WithOffset adds the offset to the query incident ids by filter params

func (*QueryIncidentIdsByFilterParams) WithSort

WithSort adds the sort to the query incident ids by filter params

func (*QueryIncidentIdsByFilterParams) WithTimeout

WithTimeout adds the timeout to the query incident ids by filter params

func (*QueryIncidentIdsByFilterParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type QueryIncidentIdsByFilterReader

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

QueryIncidentIdsByFilterReader is a Reader for the QueryIncidentIdsByFilter structure.

func (*QueryIncidentIdsByFilterReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type QueryIncidentIdsByFilterTooManyRequests

type QueryIncidentIdsByFilterTooManyRequests 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
}

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

Too Many Requests

func NewQueryIncidentIdsByFilterTooManyRequests

func NewQueryIncidentIdsByFilterTooManyRequests() *QueryIncidentIdsByFilterTooManyRequests

NewQueryIncidentIdsByFilterTooManyRequests creates a QueryIncidentIdsByFilterTooManyRequests with default headers values

func (*QueryIncidentIdsByFilterTooManyRequests) Code added in v0.2.33

Code gets the status code for the query incident ids by filter too many requests response

func (*QueryIncidentIdsByFilterTooManyRequests) Error

func (*QueryIncidentIdsByFilterTooManyRequests) GetPayload

func (*QueryIncidentIdsByFilterTooManyRequests) IsClientError added in v0.2.27

func (o *QueryIncidentIdsByFilterTooManyRequests) IsClientError() bool

IsClientError returns true when this query incident ids by filter too many requests response has a 4xx status code

func (*QueryIncidentIdsByFilterTooManyRequests) IsCode added in v0.2.27

IsCode returns true when this query incident ids by filter too many requests response a status code equal to that given

func (*QueryIncidentIdsByFilterTooManyRequests) IsRedirect added in v0.2.27

IsRedirect returns true when this query incident ids by filter too many requests response has a 3xx status code

func (*QueryIncidentIdsByFilterTooManyRequests) IsServerError added in v0.2.27

func (o *QueryIncidentIdsByFilterTooManyRequests) IsServerError() bool

IsServerError returns true when this query incident ids by filter too many requests response has a 5xx status code

func (*QueryIncidentIdsByFilterTooManyRequests) IsSuccess added in v0.2.27

IsSuccess returns true when this query incident ids by filter too many requests response has a 2xx status code

func (*QueryIncidentIdsByFilterTooManyRequests) String added in v0.2.27

type QueryRemediationsFilterForbidden

type QueryRemediationsFilterForbidden 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
}

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

Forbidden

func NewQueryRemediationsFilterForbidden

func NewQueryRemediationsFilterForbidden() *QueryRemediationsFilterForbidden

NewQueryRemediationsFilterForbidden creates a QueryRemediationsFilterForbidden with default headers values

func (*QueryRemediationsFilterForbidden) Code added in v0.2.33

Code gets the status code for the query remediations filter forbidden response

func (*QueryRemediationsFilterForbidden) Error

func (*QueryRemediationsFilterForbidden) GetPayload

func (*QueryRemediationsFilterForbidden) IsClientError added in v0.2.27

func (o *QueryRemediationsFilterForbidden) IsClientError() bool

IsClientError returns true when this query remediations filter forbidden response has a 4xx status code

func (*QueryRemediationsFilterForbidden) IsCode added in v0.2.27

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

IsCode returns true when this query remediations filter forbidden response a status code equal to that given

func (*QueryRemediationsFilterForbidden) IsRedirect added in v0.2.27

func (o *QueryRemediationsFilterForbidden) IsRedirect() bool

IsRedirect returns true when this query remediations filter forbidden response has a 3xx status code

func (*QueryRemediationsFilterForbidden) IsServerError added in v0.2.27

func (o *QueryRemediationsFilterForbidden) IsServerError() bool

IsServerError returns true when this query remediations filter forbidden response has a 5xx status code

func (*QueryRemediationsFilterForbidden) IsSuccess added in v0.2.27

func (o *QueryRemediationsFilterForbidden) IsSuccess() bool

IsSuccess returns true when this query remediations filter forbidden response has a 2xx status code

func (*QueryRemediationsFilterForbidden) String added in v0.2.27

type QueryRemediationsFilterOK

type QueryRemediationsFilterOK 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.MsaQueryResponse
}

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

OK

func NewQueryRemediationsFilterOK

func NewQueryRemediationsFilterOK() *QueryRemediationsFilterOK

NewQueryRemediationsFilterOK creates a QueryRemediationsFilterOK with default headers values

func (*QueryRemediationsFilterOK) Code added in v0.2.33

func (o *QueryRemediationsFilterOK) Code() int

Code gets the status code for the query remediations filter o k response

func (*QueryRemediationsFilterOK) Error

func (o *QueryRemediationsFilterOK) Error() string

func (*QueryRemediationsFilterOK) GetPayload

func (*QueryRemediationsFilterOK) IsClientError added in v0.2.27

func (o *QueryRemediationsFilterOK) IsClientError() bool

IsClientError returns true when this query remediations filter o k response has a 4xx status code

func (*QueryRemediationsFilterOK) IsCode added in v0.2.27

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

IsCode returns true when this query remediations filter o k response a status code equal to that given

func (*QueryRemediationsFilterOK) IsRedirect added in v0.2.27

func (o *QueryRemediationsFilterOK) IsRedirect() bool

IsRedirect returns true when this query remediations filter o k response has a 3xx status code

func (*QueryRemediationsFilterOK) IsServerError added in v0.2.27

func (o *QueryRemediationsFilterOK) IsServerError() bool

IsServerError returns true when this query remediations filter o k response has a 5xx status code

func (*QueryRemediationsFilterOK) IsSuccess added in v0.2.27

func (o *QueryRemediationsFilterOK) IsSuccess() bool

IsSuccess returns true when this query remediations filter o k response has a 2xx status code

func (*QueryRemediationsFilterOK) String added in v0.2.27

func (o *QueryRemediationsFilterOK) String() string

type QueryRemediationsFilterParams

type QueryRemediationsFilterParams struct {

	/* Filter.

	   Optional filter and sort criteria in the form of an FQL query. For more information about FQL queries, see [our FQL documentation in Falcon](https://falcon.crowdstrike.com/support/documentation/45/falcon-query-language-feature-guide).
	*/
	Filter *string

	/* Limit.

	   The maximum records to return. [1-500]
	*/
	Limit *int64

	/* Offset.

	   Starting index of overall result set from which to return ids.
	*/
	Offset *string

	/* Sort.

	   The property to sort on, followed by a dot (.), followed by the sort direction, either "asc" or "desc".
	*/
	Sort *string

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

QueryRemediationsFilterParams contains all the parameters to send to the API endpoint

for the query remediations filter operation.

Typically these are written to a http.Request.

func NewQueryRemediationsFilterParams

func NewQueryRemediationsFilterParams() *QueryRemediationsFilterParams

NewQueryRemediationsFilterParams creates a new QueryRemediationsFilterParams 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 NewQueryRemediationsFilterParamsWithContext

func NewQueryRemediationsFilterParamsWithContext(ctx context.Context) *QueryRemediationsFilterParams

NewQueryRemediationsFilterParamsWithContext creates a new QueryRemediationsFilterParams object with the ability to set a context for a request.

func NewQueryRemediationsFilterParamsWithHTTPClient

func NewQueryRemediationsFilterParamsWithHTTPClient(client *http.Client) *QueryRemediationsFilterParams

NewQueryRemediationsFilterParamsWithHTTPClient creates a new QueryRemediationsFilterParams object with the ability to set a custom HTTPClient for a request.

func NewQueryRemediationsFilterParamsWithTimeout

func NewQueryRemediationsFilterParamsWithTimeout(timeout time.Duration) *QueryRemediationsFilterParams

NewQueryRemediationsFilterParamsWithTimeout creates a new QueryRemediationsFilterParams object with the ability to set a timeout on a request.

func (*QueryRemediationsFilterParams) SetContext

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

SetContext adds the context to the query remediations filter params

func (*QueryRemediationsFilterParams) SetDefaults

func (o *QueryRemediationsFilterParams) SetDefaults()

SetDefaults hydrates default values in the query remediations filter params (not the query body).

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

func (*QueryRemediationsFilterParams) SetFilter

func (o *QueryRemediationsFilterParams) SetFilter(filter *string)

SetFilter adds the filter to the query remediations filter params

func (*QueryRemediationsFilterParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the query remediations filter params

func (*QueryRemediationsFilterParams) SetLimit

func (o *QueryRemediationsFilterParams) SetLimit(limit *int64)

SetLimit adds the limit to the query remediations filter params

func (*QueryRemediationsFilterParams) SetOffset

func (o *QueryRemediationsFilterParams) SetOffset(offset *string)

SetOffset adds the offset to the query remediations filter params

func (*QueryRemediationsFilterParams) SetSort

func (o *QueryRemediationsFilterParams) SetSort(sort *string)

SetSort adds the sort to the query remediations filter params

func (*QueryRemediationsFilterParams) SetTimeout

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

SetTimeout adds the timeout to the query remediations filter params

func (*QueryRemediationsFilterParams) WithContext

WithContext adds the context to the query remediations filter params

func (*QueryRemediationsFilterParams) WithDefaults

WithDefaults hydrates default values in the query remediations filter params (not the query body).

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

func (*QueryRemediationsFilterParams) WithFilter

WithFilter adds the filter to the query remediations filter params

func (*QueryRemediationsFilterParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the query remediations filter params

func (*QueryRemediationsFilterParams) WithLimit

WithLimit adds the limit to the query remediations filter params

func (*QueryRemediationsFilterParams) WithOffset

WithOffset adds the offset to the query remediations filter params

func (*QueryRemediationsFilterParams) WithSort

WithSort adds the sort to the query remediations filter params

func (*QueryRemediationsFilterParams) WithTimeout

WithTimeout adds the timeout to the query remediations filter params

func (*QueryRemediationsFilterParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type QueryRemediationsFilterReader

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

QueryRemediationsFilterReader is a Reader for the QueryRemediationsFilter structure.

func (*QueryRemediationsFilterReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type QueryRemediationsFilterTooManyRequests

type QueryRemediationsFilterTooManyRequests 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
}

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

Too Many Requests

func NewQueryRemediationsFilterTooManyRequests

func NewQueryRemediationsFilterTooManyRequests() *QueryRemediationsFilterTooManyRequests

NewQueryRemediationsFilterTooManyRequests creates a QueryRemediationsFilterTooManyRequests with default headers values

func (*QueryRemediationsFilterTooManyRequests) Code added in v0.2.33

Code gets the status code for the query remediations filter too many requests response

func (*QueryRemediationsFilterTooManyRequests) Error

func (*QueryRemediationsFilterTooManyRequests) GetPayload

func (*QueryRemediationsFilterTooManyRequests) IsClientError added in v0.2.27

func (o *QueryRemediationsFilterTooManyRequests) IsClientError() bool

IsClientError returns true when this query remediations filter too many requests response has a 4xx status code

func (*QueryRemediationsFilterTooManyRequests) IsCode added in v0.2.27

IsCode returns true when this query remediations filter too many requests response a status code equal to that given

func (*QueryRemediationsFilterTooManyRequests) IsRedirect added in v0.2.27

IsRedirect returns true when this query remediations filter too many requests response has a 3xx status code

func (*QueryRemediationsFilterTooManyRequests) IsServerError added in v0.2.27

func (o *QueryRemediationsFilterTooManyRequests) IsServerError() bool

IsServerError returns true when this query remediations filter too many requests response has a 5xx status code

func (*QueryRemediationsFilterTooManyRequests) IsSuccess added in v0.2.27

IsSuccess returns true when this query remediations filter too many requests response has a 2xx status code

func (*QueryRemediationsFilterTooManyRequests) String added in v0.2.27

Jump to

Keyboard shortcuts

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