falcon_complete_dashboard

package
v0.2.24 Latest Latest
Warning

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

Go to latest
Published: Jul 26, 2022 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 AggregateAllowListDefault

type AggregateAllowListDefault struct {
	Payload *models.MsaAggregatesResponse
	// contains filtered or unexported fields
}
AggregateAllowListDefault describes a response with status code -1, with default header values.

OK

func NewAggregateAllowListDefault

func NewAggregateAllowListDefault(code int) *AggregateAllowListDefault

NewAggregateAllowListDefault creates a AggregateAllowListDefault with default headers values

func (*AggregateAllowListDefault) Code

func (o *AggregateAllowListDefault) Code() int

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

func (*AggregateAllowListDefault) Error

func (o *AggregateAllowListDefault) Error() string

func (*AggregateAllowListDefault) GetPayload

type AggregateAllowListForbidden

type AggregateAllowListForbidden struct {

	/* 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) Error

func (*AggregateAllowListForbidden) GetPayload

type AggregateAllowListOK

type AggregateAllowListOK struct {

	/* 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) Error

func (o *AggregateAllowListOK) Error() string

func (*AggregateAllowListOK) GetPayload

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 {

	/* 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) Error

func (*AggregateAllowListTooManyRequests) GetPayload

type AggregateBlockListDefault

type AggregateBlockListDefault struct {
	Payload *models.MsaAggregatesResponse
	// contains filtered or unexported fields
}
AggregateBlockListDefault describes a response with status code -1, with default header values.

OK

func NewAggregateBlockListDefault

func NewAggregateBlockListDefault(code int) *AggregateBlockListDefault

NewAggregateBlockListDefault creates a AggregateBlockListDefault with default headers values

func (*AggregateBlockListDefault) Code

func (o *AggregateBlockListDefault) Code() int

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

func (*AggregateBlockListDefault) Error

func (o *AggregateBlockListDefault) Error() string

func (*AggregateBlockListDefault) GetPayload

type AggregateBlockListForbidden

type AggregateBlockListForbidden struct {

	/* 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) Error

func (*AggregateBlockListForbidden) GetPayload

type AggregateBlockListOK

type AggregateBlockListOK struct {

	/* 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) Error

func (o *AggregateBlockListOK) Error() string

func (*AggregateBlockListOK) GetPayload

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 {

	/* 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) Error

func (*AggregateBlockListTooManyRequests) GetPayload

type AggregateDetectionsDefault

type AggregateDetectionsDefault struct {
	Payload *models.MsaAggregatesResponse
	// contains filtered or unexported fields
}
AggregateDetectionsDefault describes a response with status code -1, with default header values.

OK

func NewAggregateDetectionsDefault

func NewAggregateDetectionsDefault(code int) *AggregateDetectionsDefault

NewAggregateDetectionsDefault creates a AggregateDetectionsDefault with default headers values

func (*AggregateDetectionsDefault) Code

func (o *AggregateDetectionsDefault) Code() int

Code gets the status code for the aggregate detections default response

func (*AggregateDetectionsDefault) Error

func (*AggregateDetectionsDefault) GetPayload

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) Error

func (*AggregateDetectionsForbidden) GetPayload

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) Error

func (o *AggregateDetectionsOK) Error() string

func (*AggregateDetectionsOK) GetPayload

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) Error

func (*AggregateDetectionsTooManyRequests) GetPayload

type AggregateDeviceCountCollectionDefault

type AggregateDeviceCountCollectionDefault struct {
	Payload *models.MsaAggregatesResponse
	// contains filtered or unexported fields
}
AggregateDeviceCountCollectionDefault describes a response with status code -1, with default header values.

OK

func NewAggregateDeviceCountCollectionDefault

func NewAggregateDeviceCountCollectionDefault(code int) *AggregateDeviceCountCollectionDefault

NewAggregateDeviceCountCollectionDefault creates a AggregateDeviceCountCollectionDefault with default headers values

func (*AggregateDeviceCountCollectionDefault) Code

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

func (*AggregateDeviceCountCollectionDefault) Error

func (*AggregateDeviceCountCollectionDefault) GetPayload

type AggregateDeviceCountCollectionForbidden

type AggregateDeviceCountCollectionForbidden struct {

	/* 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) Error

func (*AggregateDeviceCountCollectionForbidden) GetPayload

type AggregateDeviceCountCollectionOK

type AggregateDeviceCountCollectionOK struct {

	/* 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) Error

func (*AggregateDeviceCountCollectionOK) GetPayload

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 {

	/* 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) Error

func (*AggregateDeviceCountCollectionTooManyRequests) GetPayload

type AggregateEscalationsDefault

type AggregateEscalationsDefault struct {
	Payload *models.MsaAggregatesResponse
	// contains filtered or unexported fields
}
AggregateEscalationsDefault describes a response with status code -1, with default header values.

OK

func NewAggregateEscalationsDefault

func NewAggregateEscalationsDefault(code int) *AggregateEscalationsDefault

NewAggregateEscalationsDefault creates a AggregateEscalationsDefault with default headers values

func (*AggregateEscalationsDefault) Code

func (o *AggregateEscalationsDefault) Code() int

Code gets the status code for the aggregate escalations default response

func (*AggregateEscalationsDefault) Error

func (*AggregateEscalationsDefault) GetPayload

type AggregateEscalationsForbidden

type AggregateEscalationsForbidden struct {

	/* 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) Error

func (*AggregateEscalationsForbidden) GetPayload

type AggregateEscalationsOK

type AggregateEscalationsOK struct {

	/* 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) Error

func (o *AggregateEscalationsOK) Error() string

func (*AggregateEscalationsOK) GetPayload

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 {

	/* 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) Error

func (*AggregateEscalationsTooManyRequests) GetPayload

type AggregateFCIncidentsDefault

type AggregateFCIncidentsDefault struct {
	Payload *models.MsaAggregatesResponse
	// contains filtered or unexported fields
}
AggregateFCIncidentsDefault describes a response with status code -1, with default header values.

OK

func NewAggregateFCIncidentsDefault

func NewAggregateFCIncidentsDefault(code int) *AggregateFCIncidentsDefault

NewAggregateFCIncidentsDefault creates a AggregateFCIncidentsDefault with default headers values

func (*AggregateFCIncidentsDefault) Code

func (o *AggregateFCIncidentsDefault) Code() int

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

func (*AggregateFCIncidentsDefault) Error

func (*AggregateFCIncidentsDefault) GetPayload

type AggregateFCIncidentsForbidden

type AggregateFCIncidentsForbidden struct {

	/* 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) Error

func (*AggregateFCIncidentsForbidden) GetPayload

type AggregateFCIncidentsOK

type AggregateFCIncidentsOK struct {

	/* 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) Error

func (o *AggregateFCIncidentsOK) Error() string

func (*AggregateFCIncidentsOK) GetPayload

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 {

	/* 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) Error

func (*AggregateFCIncidentsTooManyRequests) GetPayload

type AggregateRemediationsDefault

type AggregateRemediationsDefault struct {
	Payload *models.MsaAggregatesResponse
	// contains filtered or unexported fields
}
AggregateRemediationsDefault describes a response with status code -1, with default header values.

OK

func NewAggregateRemediationsDefault

func NewAggregateRemediationsDefault(code int) *AggregateRemediationsDefault

NewAggregateRemediationsDefault creates a AggregateRemediationsDefault with default headers values

func (*AggregateRemediationsDefault) Code

Code gets the status code for the aggregate remediations default response

func (*AggregateRemediationsDefault) Error

func (*AggregateRemediationsDefault) GetPayload

type AggregateRemediationsForbidden

type AggregateRemediationsForbidden struct {

	/* 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) Error

func (*AggregateRemediationsForbidden) GetPayload

type AggregateRemediationsOK

type AggregateRemediationsOK struct {

	/* 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) Error

func (o *AggregateRemediationsOK) Error() string

func (*AggregateRemediationsOK) GetPayload

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 {

	/* 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) Error

func (*AggregateRemediationsTooManyRequests) GetPayload

type Client

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

Client for falcon complete dashboard API

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) 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 {
	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)

	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 GetDeviceCountCollectionQueriesByFilterDefault

type GetDeviceCountCollectionQueriesByFilterDefault struct {
	Payload *models.MsaQueryResponse
	// contains filtered or unexported fields
}
GetDeviceCountCollectionQueriesByFilterDefault describes a response with status code -1, with default header values.

OK

func NewGetDeviceCountCollectionQueriesByFilterDefault

func NewGetDeviceCountCollectionQueriesByFilterDefault(code int) *GetDeviceCountCollectionQueriesByFilterDefault

NewGetDeviceCountCollectionQueriesByFilterDefault creates a GetDeviceCountCollectionQueriesByFilterDefault with default headers values

func (*GetDeviceCountCollectionQueriesByFilterDefault) Code

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

func (*GetDeviceCountCollectionQueriesByFilterDefault) Error

func (*GetDeviceCountCollectionQueriesByFilterDefault) GetPayload

type GetDeviceCountCollectionQueriesByFilterForbidden

type GetDeviceCountCollectionQueriesByFilterForbidden struct {

	/* 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) Error

func (*GetDeviceCountCollectionQueriesByFilterForbidden) GetPayload

type GetDeviceCountCollectionQueriesByFilterOK

type GetDeviceCountCollectionQueriesByFilterOK struct {

	/* 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) Error

func (*GetDeviceCountCollectionQueriesByFilterOK) GetPayload

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 {

	/* 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) Error

func (*GetDeviceCountCollectionQueriesByFilterTooManyRequests) GetPayload

type QueryAllowListFilterDefault

type QueryAllowListFilterDefault struct {
	Payload *models.MsaQueryResponse
	// contains filtered or unexported fields
}
QueryAllowListFilterDefault describes a response with status code -1, with default header values.

OK

func NewQueryAllowListFilterDefault

func NewQueryAllowListFilterDefault(code int) *QueryAllowListFilterDefault

NewQueryAllowListFilterDefault creates a QueryAllowListFilterDefault with default headers values

func (*QueryAllowListFilterDefault) Code

func (o *QueryAllowListFilterDefault) Code() int

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

func (*QueryAllowListFilterDefault) Error

func (*QueryAllowListFilterDefault) GetPayload

type QueryAllowListFilterForbidden

type QueryAllowListFilterForbidden struct {

	/* 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) Error

func (*QueryAllowListFilterForbidden) GetPayload

type QueryAllowListFilterOK

type QueryAllowListFilterOK struct {

	/* 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) Error

func (o *QueryAllowListFilterOK) Error() string

func (*QueryAllowListFilterOK) GetPayload

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 {

	/* 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) Error

func (*QueryAllowListFilterTooManyRequests) GetPayload

type QueryBlockListFilterDefault

type QueryBlockListFilterDefault struct {
	Payload *models.MsaQueryResponse
	// contains filtered or unexported fields
}
QueryBlockListFilterDefault describes a response with status code -1, with default header values.

OK

func NewQueryBlockListFilterDefault

func NewQueryBlockListFilterDefault(code int) *QueryBlockListFilterDefault

NewQueryBlockListFilterDefault creates a QueryBlockListFilterDefault with default headers values

func (*QueryBlockListFilterDefault) Code

func (o *QueryBlockListFilterDefault) Code() int

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

func (*QueryBlockListFilterDefault) Error

func (*QueryBlockListFilterDefault) GetPayload

type QueryBlockListFilterForbidden

type QueryBlockListFilterForbidden struct {

	/* 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) Error

func (*QueryBlockListFilterForbidden) GetPayload

type QueryBlockListFilterOK

type QueryBlockListFilterOK struct {

	/* 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) Error

func (o *QueryBlockListFilterOK) Error() string

func (*QueryBlockListFilterOK) GetPayload

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 {

	/* 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) Error

func (*QueryBlockListFilterTooManyRequests) GetPayload

type QueryDetectionIdsByFilterDefault

type QueryDetectionIdsByFilterDefault struct {
	Payload *models.MsaQueryResponse
	// contains filtered or unexported fields
}
QueryDetectionIdsByFilterDefault describes a response with status code -1, with default header values.

OK

func NewQueryDetectionIdsByFilterDefault

func NewQueryDetectionIdsByFilterDefault(code int) *QueryDetectionIdsByFilterDefault

NewQueryDetectionIdsByFilterDefault creates a QueryDetectionIdsByFilterDefault with default headers values

func (*QueryDetectionIdsByFilterDefault) Code

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

func (*QueryDetectionIdsByFilterDefault) Error

func (*QueryDetectionIdsByFilterDefault) GetPayload

type QueryDetectionIdsByFilterForbidden

type QueryDetectionIdsByFilterForbidden struct {

	/* 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) Error

func (*QueryDetectionIdsByFilterForbidden) GetPayload

type QueryDetectionIdsByFilterOK

type QueryDetectionIdsByFilterOK struct {

	/* 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) Error

func (*QueryDetectionIdsByFilterOK) GetPayload

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 {

	/* 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) Error

func (*QueryDetectionIdsByFilterTooManyRequests) GetPayload

type QueryEscalationsFilterDefault

type QueryEscalationsFilterDefault struct {
	Payload *models.MsaQueryResponse
	// contains filtered or unexported fields
}
QueryEscalationsFilterDefault describes a response with status code -1, with default header values.

OK

func NewQueryEscalationsFilterDefault

func NewQueryEscalationsFilterDefault(code int) *QueryEscalationsFilterDefault

NewQueryEscalationsFilterDefault creates a QueryEscalationsFilterDefault with default headers values

func (*QueryEscalationsFilterDefault) Code

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

func (*QueryEscalationsFilterDefault) Error

func (*QueryEscalationsFilterDefault) GetPayload

type QueryEscalationsFilterForbidden

type QueryEscalationsFilterForbidden struct {

	/* 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) Error

func (*QueryEscalationsFilterForbidden) GetPayload

type QueryEscalationsFilterOK

type QueryEscalationsFilterOK struct {

	/* 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) Error

func (o *QueryEscalationsFilterOK) Error() string

func (*QueryEscalationsFilterOK) GetPayload

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 {

	/* 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) Error

func (*QueryEscalationsFilterTooManyRequests) GetPayload

type QueryIncidentIdsByFilterDefault

type QueryIncidentIdsByFilterDefault struct {
	Payload *models.MsaQueryResponse
	// contains filtered or unexported fields
}
QueryIncidentIdsByFilterDefault describes a response with status code -1, with default header values.

OK

func NewQueryIncidentIdsByFilterDefault

func NewQueryIncidentIdsByFilterDefault(code int) *QueryIncidentIdsByFilterDefault

NewQueryIncidentIdsByFilterDefault creates a QueryIncidentIdsByFilterDefault with default headers values

func (*QueryIncidentIdsByFilterDefault) Code

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

func (*QueryIncidentIdsByFilterDefault) Error

func (*QueryIncidentIdsByFilterDefault) GetPayload

type QueryIncidentIdsByFilterForbidden

type QueryIncidentIdsByFilterForbidden struct {

	/* 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) Error

func (*QueryIncidentIdsByFilterForbidden) GetPayload

type QueryIncidentIdsByFilterOK

type QueryIncidentIdsByFilterOK struct {

	/* 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) Error

func (*QueryIncidentIdsByFilterOK) GetPayload

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 {

	/* 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) Error

func (*QueryIncidentIdsByFilterTooManyRequests) GetPayload

type QueryRemediationsFilterDefault

type QueryRemediationsFilterDefault struct {
	Payload *models.MsaQueryResponse
	// contains filtered or unexported fields
}
QueryRemediationsFilterDefault describes a response with status code -1, with default header values.

OK

func NewQueryRemediationsFilterDefault

func NewQueryRemediationsFilterDefault(code int) *QueryRemediationsFilterDefault

NewQueryRemediationsFilterDefault creates a QueryRemediationsFilterDefault with default headers values

func (*QueryRemediationsFilterDefault) Code

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

func (*QueryRemediationsFilterDefault) Error

func (*QueryRemediationsFilterDefault) GetPayload

type QueryRemediationsFilterForbidden

type QueryRemediationsFilterForbidden struct {

	/* 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) Error

func (*QueryRemediationsFilterForbidden) GetPayload

type QueryRemediationsFilterOK

type QueryRemediationsFilterOK struct {

	/* 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) Error

func (o *QueryRemediationsFilterOK) Error() string

func (*QueryRemediationsFilterOK) GetPayload

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 {

	/* 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) Error

func (*QueryRemediationsFilterTooManyRequests) GetPayload

Jump to

Keyboard shortcuts

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