Documentation ¶
Index ¶
- type ActionUpdateCountDefault
- type ActionUpdateCountForbidden
- type ActionUpdateCountOK
- type ActionUpdateCountParams
- func NewActionUpdateCountParams() *ActionUpdateCountParams
- func NewActionUpdateCountParamsWithContext(ctx context.Context) *ActionUpdateCountParams
- func NewActionUpdateCountParamsWithHTTPClient(client *http.Client) *ActionUpdateCountParams
- func NewActionUpdateCountParamsWithTimeout(timeout time.Duration) *ActionUpdateCountParams
- func (o *ActionUpdateCountParams) SetContext(ctx context.Context)
- func (o *ActionUpdateCountParams) SetDefaults()
- func (o *ActionUpdateCountParams) SetFilter(filter string)
- func (o *ActionUpdateCountParams) SetHTTPClient(client *http.Client)
- func (o *ActionUpdateCountParams) SetTimeout(timeout time.Duration)
- func (o *ActionUpdateCountParams) WithContext(ctx context.Context) *ActionUpdateCountParams
- func (o *ActionUpdateCountParams) WithDefaults() *ActionUpdateCountParams
- func (o *ActionUpdateCountParams) WithFilter(filter string) *ActionUpdateCountParams
- func (o *ActionUpdateCountParams) WithHTTPClient(client *http.Client) *ActionUpdateCountParams
- func (o *ActionUpdateCountParams) WithTimeout(timeout time.Duration) *ActionUpdateCountParams
- func (o *ActionUpdateCountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ActionUpdateCountReader
- type ActionUpdateCountTooManyRequests
- type Client
- func (a *Client) ActionUpdateCount(params *ActionUpdateCountParams, opts ...ClientOption) (*ActionUpdateCountOK, error)
- func (a *Client) GetAggregateFiles(params *GetAggregateFilesParams, opts ...ClientOption) (*GetAggregateFilesOK, error)
- func (a *Client) GetQuarantineFiles(params *GetQuarantineFilesParams, opts ...ClientOption) (*GetQuarantineFilesOK, error)
- func (a *Client) QueryQuarantineFiles(params *QueryQuarantineFilesParams, opts ...ClientOption) (*QueryQuarantineFilesOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) UpdateQfByQuery(params *UpdateQfByQueryParams, opts ...ClientOption) (*UpdateQfByQueryOK, error)
- func (a *Client) UpdateQuarantinedDetectsByIds(params *UpdateQuarantinedDetectsByIdsParams, opts ...ClientOption) (*UpdateQuarantinedDetectsByIdsOK, error)
- type ClientOption
- type ClientService
- type GetAggregateFilesDefault
- type GetAggregateFilesForbidden
- type GetAggregateFilesOK
- type GetAggregateFilesParams
- func NewGetAggregateFilesParams() *GetAggregateFilesParams
- func NewGetAggregateFilesParamsWithContext(ctx context.Context) *GetAggregateFilesParams
- func NewGetAggregateFilesParamsWithHTTPClient(client *http.Client) *GetAggregateFilesParams
- func NewGetAggregateFilesParamsWithTimeout(timeout time.Duration) *GetAggregateFilesParams
- func (o *GetAggregateFilesParams) SetBody(body *models.MsaAggregateQueryRequest)
- func (o *GetAggregateFilesParams) SetContext(ctx context.Context)
- func (o *GetAggregateFilesParams) SetDefaults()
- func (o *GetAggregateFilesParams) SetHTTPClient(client *http.Client)
- func (o *GetAggregateFilesParams) SetTimeout(timeout time.Duration)
- func (o *GetAggregateFilesParams) WithBody(body *models.MsaAggregateQueryRequest) *GetAggregateFilesParams
- func (o *GetAggregateFilesParams) WithContext(ctx context.Context) *GetAggregateFilesParams
- func (o *GetAggregateFilesParams) WithDefaults() *GetAggregateFilesParams
- func (o *GetAggregateFilesParams) WithHTTPClient(client *http.Client) *GetAggregateFilesParams
- func (o *GetAggregateFilesParams) WithTimeout(timeout time.Duration) *GetAggregateFilesParams
- func (o *GetAggregateFilesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetAggregateFilesReader
- type GetAggregateFilesTooManyRequests
- type GetQuarantineFilesDefault
- type GetQuarantineFilesForbidden
- type GetQuarantineFilesOK
- type GetQuarantineFilesParams
- func NewGetQuarantineFilesParams() *GetQuarantineFilesParams
- func NewGetQuarantineFilesParamsWithContext(ctx context.Context) *GetQuarantineFilesParams
- func NewGetQuarantineFilesParamsWithHTTPClient(client *http.Client) *GetQuarantineFilesParams
- func NewGetQuarantineFilesParamsWithTimeout(timeout time.Duration) *GetQuarantineFilesParams
- func (o *GetQuarantineFilesParams) SetBody(body *models.MsaIdsRequest)
- func (o *GetQuarantineFilesParams) SetContext(ctx context.Context)
- func (o *GetQuarantineFilesParams) SetDefaults()
- func (o *GetQuarantineFilesParams) SetHTTPClient(client *http.Client)
- func (o *GetQuarantineFilesParams) SetTimeout(timeout time.Duration)
- func (o *GetQuarantineFilesParams) WithBody(body *models.MsaIdsRequest) *GetQuarantineFilesParams
- func (o *GetQuarantineFilesParams) WithContext(ctx context.Context) *GetQuarantineFilesParams
- func (o *GetQuarantineFilesParams) WithDefaults() *GetQuarantineFilesParams
- func (o *GetQuarantineFilesParams) WithHTTPClient(client *http.Client) *GetQuarantineFilesParams
- func (o *GetQuarantineFilesParams) WithTimeout(timeout time.Duration) *GetQuarantineFilesParams
- func (o *GetQuarantineFilesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetQuarantineFilesReader
- type GetQuarantineFilesTooManyRequests
- type QueryQuarantineFilesDefault
- type QueryQuarantineFilesForbidden
- type QueryQuarantineFilesOK
- type QueryQuarantineFilesParams
- func NewQueryQuarantineFilesParams() *QueryQuarantineFilesParams
- func NewQueryQuarantineFilesParamsWithContext(ctx context.Context) *QueryQuarantineFilesParams
- func NewQueryQuarantineFilesParamsWithHTTPClient(client *http.Client) *QueryQuarantineFilesParams
- func NewQueryQuarantineFilesParamsWithTimeout(timeout time.Duration) *QueryQuarantineFilesParams
- func (o *QueryQuarantineFilesParams) SetContext(ctx context.Context)
- func (o *QueryQuarantineFilesParams) SetDefaults()
- func (o *QueryQuarantineFilesParams) SetFilter(filter *string)
- func (o *QueryQuarantineFilesParams) SetHTTPClient(client *http.Client)
- func (o *QueryQuarantineFilesParams) SetLimit(limit *int64)
- func (o *QueryQuarantineFilesParams) SetOffset(offset *string)
- func (o *QueryQuarantineFilesParams) SetQ(q *string)
- func (o *QueryQuarantineFilesParams) SetSort(sort *string)
- func (o *QueryQuarantineFilesParams) SetTimeout(timeout time.Duration)
- func (o *QueryQuarantineFilesParams) WithContext(ctx context.Context) *QueryQuarantineFilesParams
- func (o *QueryQuarantineFilesParams) WithDefaults() *QueryQuarantineFilesParams
- func (o *QueryQuarantineFilesParams) WithFilter(filter *string) *QueryQuarantineFilesParams
- func (o *QueryQuarantineFilesParams) WithHTTPClient(client *http.Client) *QueryQuarantineFilesParams
- func (o *QueryQuarantineFilesParams) WithLimit(limit *int64) *QueryQuarantineFilesParams
- func (o *QueryQuarantineFilesParams) WithOffset(offset *string) *QueryQuarantineFilesParams
- func (o *QueryQuarantineFilesParams) WithQ(q *string) *QueryQuarantineFilesParams
- func (o *QueryQuarantineFilesParams) WithSort(sort *string) *QueryQuarantineFilesParams
- func (o *QueryQuarantineFilesParams) WithTimeout(timeout time.Duration) *QueryQuarantineFilesParams
- func (o *QueryQuarantineFilesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type QueryQuarantineFilesReader
- type QueryQuarantineFilesTooManyRequests
- type UpdateQfByQueryDefault
- type UpdateQfByQueryForbidden
- type UpdateQfByQueryOK
- type UpdateQfByQueryParams
- func NewUpdateQfByQueryParams() *UpdateQfByQueryParams
- func NewUpdateQfByQueryParamsWithContext(ctx context.Context) *UpdateQfByQueryParams
- func NewUpdateQfByQueryParamsWithHTTPClient(client *http.Client) *UpdateQfByQueryParams
- func NewUpdateQfByQueryParamsWithTimeout(timeout time.Duration) *UpdateQfByQueryParams
- func (o *UpdateQfByQueryParams) SetBody(body *models.DomainQueriesPatchRequest)
- func (o *UpdateQfByQueryParams) SetContext(ctx context.Context)
- func (o *UpdateQfByQueryParams) SetDefaults()
- func (o *UpdateQfByQueryParams) SetHTTPClient(client *http.Client)
- func (o *UpdateQfByQueryParams) SetTimeout(timeout time.Duration)
- func (o *UpdateQfByQueryParams) WithBody(body *models.DomainQueriesPatchRequest) *UpdateQfByQueryParams
- func (o *UpdateQfByQueryParams) WithContext(ctx context.Context) *UpdateQfByQueryParams
- func (o *UpdateQfByQueryParams) WithDefaults() *UpdateQfByQueryParams
- func (o *UpdateQfByQueryParams) WithHTTPClient(client *http.Client) *UpdateQfByQueryParams
- func (o *UpdateQfByQueryParams) WithTimeout(timeout time.Duration) *UpdateQfByQueryParams
- func (o *UpdateQfByQueryParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateQfByQueryReader
- type UpdateQfByQueryTooManyRequests
- type UpdateQuarantinedDetectsByIdsDefault
- type UpdateQuarantinedDetectsByIdsForbidden
- type UpdateQuarantinedDetectsByIdsOK
- type UpdateQuarantinedDetectsByIdsParams
- func NewUpdateQuarantinedDetectsByIdsParams() *UpdateQuarantinedDetectsByIdsParams
- func NewUpdateQuarantinedDetectsByIdsParamsWithContext(ctx context.Context) *UpdateQuarantinedDetectsByIdsParams
- func NewUpdateQuarantinedDetectsByIdsParamsWithHTTPClient(client *http.Client) *UpdateQuarantinedDetectsByIdsParams
- func NewUpdateQuarantinedDetectsByIdsParamsWithTimeout(timeout time.Duration) *UpdateQuarantinedDetectsByIdsParams
- func (o *UpdateQuarantinedDetectsByIdsParams) SetBody(body *models.DomainEntitiesPatchRequest)
- func (o *UpdateQuarantinedDetectsByIdsParams) SetContext(ctx context.Context)
- func (o *UpdateQuarantinedDetectsByIdsParams) SetDefaults()
- func (o *UpdateQuarantinedDetectsByIdsParams) SetHTTPClient(client *http.Client)
- func (o *UpdateQuarantinedDetectsByIdsParams) SetTimeout(timeout time.Duration)
- func (o *UpdateQuarantinedDetectsByIdsParams) WithBody(body *models.DomainEntitiesPatchRequest) *UpdateQuarantinedDetectsByIdsParams
- func (o *UpdateQuarantinedDetectsByIdsParams) WithContext(ctx context.Context) *UpdateQuarantinedDetectsByIdsParams
- func (o *UpdateQuarantinedDetectsByIdsParams) WithDefaults() *UpdateQuarantinedDetectsByIdsParams
- func (o *UpdateQuarantinedDetectsByIdsParams) WithHTTPClient(client *http.Client) *UpdateQuarantinedDetectsByIdsParams
- func (o *UpdateQuarantinedDetectsByIdsParams) WithTimeout(timeout time.Duration) *UpdateQuarantinedDetectsByIdsParams
- func (o *UpdateQuarantinedDetectsByIdsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateQuarantinedDetectsByIdsReader
- type UpdateQuarantinedDetectsByIdsTooManyRequests
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActionUpdateCountDefault ¶
type ActionUpdateCountDefault struct { Payload *models.MsaAggregatesResponse // contains filtered or unexported fields }
ActionUpdateCountDefault describes a response with status code -1, with default header values.
OK
func NewActionUpdateCountDefault ¶
func NewActionUpdateCountDefault(code int) *ActionUpdateCountDefault
NewActionUpdateCountDefault creates a ActionUpdateCountDefault with default headers values
func (*ActionUpdateCountDefault) Code ¶
func (o *ActionUpdateCountDefault) Code() int
Code gets the status code for the action update count default response
func (*ActionUpdateCountDefault) Error ¶
func (o *ActionUpdateCountDefault) Error() string
func (*ActionUpdateCountDefault) GetPayload ¶
func (o *ActionUpdateCountDefault) GetPayload() *models.MsaAggregatesResponse
type ActionUpdateCountForbidden ¶
type ActionUpdateCountForbidden 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 }
ActionUpdateCountForbidden describes a response with status code 403, with default header values.
Forbidden
func NewActionUpdateCountForbidden ¶
func NewActionUpdateCountForbidden() *ActionUpdateCountForbidden
NewActionUpdateCountForbidden creates a ActionUpdateCountForbidden with default headers values
func (*ActionUpdateCountForbidden) Error ¶
func (o *ActionUpdateCountForbidden) Error() string
func (*ActionUpdateCountForbidden) GetPayload ¶
func (o *ActionUpdateCountForbidden) GetPayload() *models.MsaReplyMetaOnly
type ActionUpdateCountOK ¶
type ActionUpdateCountOK 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 }
ActionUpdateCountOK describes a response with status code 200, with default header values.
OK
func NewActionUpdateCountOK ¶
func NewActionUpdateCountOK() *ActionUpdateCountOK
NewActionUpdateCountOK creates a ActionUpdateCountOK with default headers values
func (*ActionUpdateCountOK) Error ¶
func (o *ActionUpdateCountOK) Error() string
func (*ActionUpdateCountOK) GetPayload ¶
func (o *ActionUpdateCountOK) GetPayload() *models.MsaAggregatesResponse
type ActionUpdateCountParams ¶
type ActionUpdateCountParams struct { /* Filter. FQL specifying filter parameters. */ Filter string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ActionUpdateCountParams contains all the parameters to send to the API endpoint
for the action update count operation. Typically these are written to a http.Request.
func NewActionUpdateCountParams ¶
func NewActionUpdateCountParams() *ActionUpdateCountParams
NewActionUpdateCountParams creates a new ActionUpdateCountParams 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 NewActionUpdateCountParamsWithContext ¶
func NewActionUpdateCountParamsWithContext(ctx context.Context) *ActionUpdateCountParams
NewActionUpdateCountParamsWithContext creates a new ActionUpdateCountParams object with the ability to set a context for a request.
func NewActionUpdateCountParamsWithHTTPClient ¶
func NewActionUpdateCountParamsWithHTTPClient(client *http.Client) *ActionUpdateCountParams
NewActionUpdateCountParamsWithHTTPClient creates a new ActionUpdateCountParams object with the ability to set a custom HTTPClient for a request.
func NewActionUpdateCountParamsWithTimeout ¶
func NewActionUpdateCountParamsWithTimeout(timeout time.Duration) *ActionUpdateCountParams
NewActionUpdateCountParamsWithTimeout creates a new ActionUpdateCountParams object with the ability to set a timeout on a request.
func (*ActionUpdateCountParams) SetContext ¶
func (o *ActionUpdateCountParams) SetContext(ctx context.Context)
SetContext adds the context to the action update count params
func (*ActionUpdateCountParams) SetDefaults ¶
func (o *ActionUpdateCountParams) SetDefaults()
SetDefaults hydrates default values in the action update count params (not the query body).
All values with no default are reset to their zero value.
func (*ActionUpdateCountParams) SetFilter ¶
func (o *ActionUpdateCountParams) SetFilter(filter string)
SetFilter adds the filter to the action update count params
func (*ActionUpdateCountParams) SetHTTPClient ¶
func (o *ActionUpdateCountParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the action update count params
func (*ActionUpdateCountParams) SetTimeout ¶
func (o *ActionUpdateCountParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the action update count params
func (*ActionUpdateCountParams) WithContext ¶
func (o *ActionUpdateCountParams) WithContext(ctx context.Context) *ActionUpdateCountParams
WithContext adds the context to the action update count params
func (*ActionUpdateCountParams) WithDefaults ¶
func (o *ActionUpdateCountParams) WithDefaults() *ActionUpdateCountParams
WithDefaults hydrates default values in the action update count params (not the query body).
All values with no default are reset to their zero value.
func (*ActionUpdateCountParams) WithFilter ¶
func (o *ActionUpdateCountParams) WithFilter(filter string) *ActionUpdateCountParams
WithFilter adds the filter to the action update count params
func (*ActionUpdateCountParams) WithHTTPClient ¶
func (o *ActionUpdateCountParams) WithHTTPClient(client *http.Client) *ActionUpdateCountParams
WithHTTPClient adds the HTTPClient to the action update count params
func (*ActionUpdateCountParams) WithTimeout ¶
func (o *ActionUpdateCountParams) WithTimeout(timeout time.Duration) *ActionUpdateCountParams
WithTimeout adds the timeout to the action update count params
func (*ActionUpdateCountParams) WriteToRequest ¶
func (o *ActionUpdateCountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ActionUpdateCountReader ¶
type ActionUpdateCountReader struct {
// contains filtered or unexported fields
}
ActionUpdateCountReader is a Reader for the ActionUpdateCount structure.
func (*ActionUpdateCountReader) ReadResponse ¶
func (o *ActionUpdateCountReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ActionUpdateCountTooManyRequests ¶
type ActionUpdateCountTooManyRequests 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 }
ActionUpdateCountTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewActionUpdateCountTooManyRequests ¶
func NewActionUpdateCountTooManyRequests() *ActionUpdateCountTooManyRequests
NewActionUpdateCountTooManyRequests creates a ActionUpdateCountTooManyRequests with default headers values
func (*ActionUpdateCountTooManyRequests) Error ¶
func (o *ActionUpdateCountTooManyRequests) Error() string
func (*ActionUpdateCountTooManyRequests) GetPayload ¶
func (o *ActionUpdateCountTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for quarantine API
func (*Client) ActionUpdateCount ¶
func (a *Client) ActionUpdateCount(params *ActionUpdateCountParams, opts ...ClientOption) (*ActionUpdateCountOK, error)
ActionUpdateCount returns count of potentially affected quarantined files for each action
func (*Client) GetAggregateFiles ¶
func (a *Client) GetAggregateFiles(params *GetAggregateFilesParams, opts ...ClientOption) (*GetAggregateFilesOK, error)
GetAggregateFiles gets quarantine file aggregates as specified via json in request body
func (*Client) GetQuarantineFiles ¶
func (a *Client) GetQuarantineFiles(params *GetQuarantineFilesParams, opts ...ClientOption) (*GetQuarantineFilesOK, error)
GetQuarantineFiles gets quarantine file metadata for specified ids
func (*Client) QueryQuarantineFiles ¶
func (a *Client) QueryQuarantineFiles(params *QueryQuarantineFilesParams, opts ...ClientOption) (*QueryQuarantineFilesOK, error)
QueryQuarantineFiles gets quarantine file ids that match the provided filter criteria
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
func (*Client) UpdateQfByQuery ¶
func (a *Client) UpdateQfByQuery(params *UpdateQfByQueryParams, opts ...ClientOption) (*UpdateQfByQueryOK, error)
UpdateQfByQuery applies quarantine file actions by query
func (*Client) UpdateQuarantinedDetectsByIds ¶
func (a *Client) UpdateQuarantinedDetectsByIds(params *UpdateQuarantinedDetectsByIdsParams, opts ...ClientOption) (*UpdateQuarantinedDetectsByIdsOK, error)
UpdateQuarantinedDetectsByIds applies action by quarantine file ids
type ClientOption ¶
type ClientOption func(*runtime.ClientOperation)
ClientOption is the option for Client methods
type ClientService ¶
type ClientService interface { ActionUpdateCount(params *ActionUpdateCountParams, opts ...ClientOption) (*ActionUpdateCountOK, error) GetAggregateFiles(params *GetAggregateFilesParams, opts ...ClientOption) (*GetAggregateFilesOK, error) GetQuarantineFiles(params *GetQuarantineFilesParams, opts ...ClientOption) (*GetQuarantineFilesOK, error) QueryQuarantineFiles(params *QueryQuarantineFilesParams, opts ...ClientOption) (*QueryQuarantineFilesOK, error) UpdateQfByQuery(params *UpdateQfByQueryParams, opts ...ClientOption) (*UpdateQfByQueryOK, error) UpdateQuarantinedDetectsByIds(params *UpdateQuarantinedDetectsByIdsParams, opts ...ClientOption) (*UpdateQuarantinedDetectsByIdsOK, 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 quarantine API client.
type GetAggregateFilesDefault ¶
type GetAggregateFilesDefault struct { Payload *models.MsaAggregatesResponse // contains filtered or unexported fields }
GetAggregateFilesDefault describes a response with status code -1, with default header values.
OK
func NewGetAggregateFilesDefault ¶
func NewGetAggregateFilesDefault(code int) *GetAggregateFilesDefault
NewGetAggregateFilesDefault creates a GetAggregateFilesDefault with default headers values
func (*GetAggregateFilesDefault) Code ¶
func (o *GetAggregateFilesDefault) Code() int
Code gets the status code for the get aggregate files default response
func (*GetAggregateFilesDefault) Error ¶
func (o *GetAggregateFilesDefault) Error() string
func (*GetAggregateFilesDefault) GetPayload ¶
func (o *GetAggregateFilesDefault) GetPayload() *models.MsaAggregatesResponse
type GetAggregateFilesForbidden ¶
type GetAggregateFilesForbidden 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 }
GetAggregateFilesForbidden describes a response with status code 403, with default header values.
Forbidden
func NewGetAggregateFilesForbidden ¶
func NewGetAggregateFilesForbidden() *GetAggregateFilesForbidden
NewGetAggregateFilesForbidden creates a GetAggregateFilesForbidden with default headers values
func (*GetAggregateFilesForbidden) Error ¶
func (o *GetAggregateFilesForbidden) Error() string
func (*GetAggregateFilesForbidden) GetPayload ¶
func (o *GetAggregateFilesForbidden) GetPayload() *models.MsaReplyMetaOnly
type GetAggregateFilesOK ¶
type GetAggregateFilesOK 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 }
GetAggregateFilesOK describes a response with status code 200, with default header values.
OK
func NewGetAggregateFilesOK ¶
func NewGetAggregateFilesOK() *GetAggregateFilesOK
NewGetAggregateFilesOK creates a GetAggregateFilesOK with default headers values
func (*GetAggregateFilesOK) Error ¶
func (o *GetAggregateFilesOK) Error() string
func (*GetAggregateFilesOK) GetPayload ¶
func (o *GetAggregateFilesOK) GetPayload() *models.MsaAggregatesResponse
type GetAggregateFilesParams ¶
type GetAggregateFilesParams struct { // Body. Body *models.MsaAggregateQueryRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetAggregateFilesParams contains all the parameters to send to the API endpoint
for the get aggregate files operation. Typically these are written to a http.Request.
func NewGetAggregateFilesParams ¶
func NewGetAggregateFilesParams() *GetAggregateFilesParams
NewGetAggregateFilesParams creates a new GetAggregateFilesParams 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 NewGetAggregateFilesParamsWithContext ¶
func NewGetAggregateFilesParamsWithContext(ctx context.Context) *GetAggregateFilesParams
NewGetAggregateFilesParamsWithContext creates a new GetAggregateFilesParams object with the ability to set a context for a request.
func NewGetAggregateFilesParamsWithHTTPClient ¶
func NewGetAggregateFilesParamsWithHTTPClient(client *http.Client) *GetAggregateFilesParams
NewGetAggregateFilesParamsWithHTTPClient creates a new GetAggregateFilesParams object with the ability to set a custom HTTPClient for a request.
func NewGetAggregateFilesParamsWithTimeout ¶
func NewGetAggregateFilesParamsWithTimeout(timeout time.Duration) *GetAggregateFilesParams
NewGetAggregateFilesParamsWithTimeout creates a new GetAggregateFilesParams object with the ability to set a timeout on a request.
func (*GetAggregateFilesParams) SetBody ¶
func (o *GetAggregateFilesParams) SetBody(body *models.MsaAggregateQueryRequest)
SetBody adds the body to the get aggregate files params
func (*GetAggregateFilesParams) SetContext ¶
func (o *GetAggregateFilesParams) SetContext(ctx context.Context)
SetContext adds the context to the get aggregate files params
func (*GetAggregateFilesParams) SetDefaults ¶
func (o *GetAggregateFilesParams) SetDefaults()
SetDefaults hydrates default values in the get aggregate files params (not the query body).
All values with no default are reset to their zero value.
func (*GetAggregateFilesParams) SetHTTPClient ¶
func (o *GetAggregateFilesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get aggregate files params
func (*GetAggregateFilesParams) SetTimeout ¶
func (o *GetAggregateFilesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get aggregate files params
func (*GetAggregateFilesParams) WithBody ¶
func (o *GetAggregateFilesParams) WithBody(body *models.MsaAggregateQueryRequest) *GetAggregateFilesParams
WithBody adds the body to the get aggregate files params
func (*GetAggregateFilesParams) WithContext ¶
func (o *GetAggregateFilesParams) WithContext(ctx context.Context) *GetAggregateFilesParams
WithContext adds the context to the get aggregate files params
func (*GetAggregateFilesParams) WithDefaults ¶
func (o *GetAggregateFilesParams) WithDefaults() *GetAggregateFilesParams
WithDefaults hydrates default values in the get aggregate files params (not the query body).
All values with no default are reset to their zero value.
func (*GetAggregateFilesParams) WithHTTPClient ¶
func (o *GetAggregateFilesParams) WithHTTPClient(client *http.Client) *GetAggregateFilesParams
WithHTTPClient adds the HTTPClient to the get aggregate files params
func (*GetAggregateFilesParams) WithTimeout ¶
func (o *GetAggregateFilesParams) WithTimeout(timeout time.Duration) *GetAggregateFilesParams
WithTimeout adds the timeout to the get aggregate files params
func (*GetAggregateFilesParams) WriteToRequest ¶
func (o *GetAggregateFilesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetAggregateFilesReader ¶
type GetAggregateFilesReader struct {
// contains filtered or unexported fields
}
GetAggregateFilesReader is a Reader for the GetAggregateFiles structure.
func (*GetAggregateFilesReader) ReadResponse ¶
func (o *GetAggregateFilesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetAggregateFilesTooManyRequests ¶
type GetAggregateFilesTooManyRequests 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 }
GetAggregateFilesTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewGetAggregateFilesTooManyRequests ¶
func NewGetAggregateFilesTooManyRequests() *GetAggregateFilesTooManyRequests
NewGetAggregateFilesTooManyRequests creates a GetAggregateFilesTooManyRequests with default headers values
func (*GetAggregateFilesTooManyRequests) Error ¶
func (o *GetAggregateFilesTooManyRequests) Error() string
func (*GetAggregateFilesTooManyRequests) GetPayload ¶
func (o *GetAggregateFilesTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
type GetQuarantineFilesDefault ¶
type GetQuarantineFilesDefault struct { Payload *models.DomainMsaQfResponse // contains filtered or unexported fields }
GetQuarantineFilesDefault describes a response with status code -1, with default header values.
OK
func NewGetQuarantineFilesDefault ¶
func NewGetQuarantineFilesDefault(code int) *GetQuarantineFilesDefault
NewGetQuarantineFilesDefault creates a GetQuarantineFilesDefault with default headers values
func (*GetQuarantineFilesDefault) Code ¶
func (o *GetQuarantineFilesDefault) Code() int
Code gets the status code for the get quarantine files default response
func (*GetQuarantineFilesDefault) Error ¶
func (o *GetQuarantineFilesDefault) Error() string
func (*GetQuarantineFilesDefault) GetPayload ¶
func (o *GetQuarantineFilesDefault) GetPayload() *models.DomainMsaQfResponse
type GetQuarantineFilesForbidden ¶
type GetQuarantineFilesForbidden 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 }
GetQuarantineFilesForbidden describes a response with status code 403, with default header values.
Forbidden
func NewGetQuarantineFilesForbidden ¶
func NewGetQuarantineFilesForbidden() *GetQuarantineFilesForbidden
NewGetQuarantineFilesForbidden creates a GetQuarantineFilesForbidden with default headers values
func (*GetQuarantineFilesForbidden) Error ¶
func (o *GetQuarantineFilesForbidden) Error() string
func (*GetQuarantineFilesForbidden) GetPayload ¶
func (o *GetQuarantineFilesForbidden) GetPayload() *models.MsaReplyMetaOnly
type GetQuarantineFilesOK ¶
type GetQuarantineFilesOK 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.DomainMsaQfResponse }
GetQuarantineFilesOK describes a response with status code 200, with default header values.
OK
func NewGetQuarantineFilesOK ¶
func NewGetQuarantineFilesOK() *GetQuarantineFilesOK
NewGetQuarantineFilesOK creates a GetQuarantineFilesOK with default headers values
func (*GetQuarantineFilesOK) Error ¶
func (o *GetQuarantineFilesOK) Error() string
func (*GetQuarantineFilesOK) GetPayload ¶
func (o *GetQuarantineFilesOK) GetPayload() *models.DomainMsaQfResponse
type GetQuarantineFilesParams ¶
type GetQuarantineFilesParams struct { // Body. Body *models.MsaIdsRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetQuarantineFilesParams contains all the parameters to send to the API endpoint
for the get quarantine files operation. Typically these are written to a http.Request.
func NewGetQuarantineFilesParams ¶
func NewGetQuarantineFilesParams() *GetQuarantineFilesParams
NewGetQuarantineFilesParams creates a new GetQuarantineFilesParams 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 NewGetQuarantineFilesParamsWithContext ¶
func NewGetQuarantineFilesParamsWithContext(ctx context.Context) *GetQuarantineFilesParams
NewGetQuarantineFilesParamsWithContext creates a new GetQuarantineFilesParams object with the ability to set a context for a request.
func NewGetQuarantineFilesParamsWithHTTPClient ¶
func NewGetQuarantineFilesParamsWithHTTPClient(client *http.Client) *GetQuarantineFilesParams
NewGetQuarantineFilesParamsWithHTTPClient creates a new GetQuarantineFilesParams object with the ability to set a custom HTTPClient for a request.
func NewGetQuarantineFilesParamsWithTimeout ¶
func NewGetQuarantineFilesParamsWithTimeout(timeout time.Duration) *GetQuarantineFilesParams
NewGetQuarantineFilesParamsWithTimeout creates a new GetQuarantineFilesParams object with the ability to set a timeout on a request.
func (*GetQuarantineFilesParams) SetBody ¶
func (o *GetQuarantineFilesParams) SetBody(body *models.MsaIdsRequest)
SetBody adds the body to the get quarantine files params
func (*GetQuarantineFilesParams) SetContext ¶
func (o *GetQuarantineFilesParams) SetContext(ctx context.Context)
SetContext adds the context to the get quarantine files params
func (*GetQuarantineFilesParams) SetDefaults ¶
func (o *GetQuarantineFilesParams) SetDefaults()
SetDefaults hydrates default values in the get quarantine files params (not the query body).
All values with no default are reset to their zero value.
func (*GetQuarantineFilesParams) SetHTTPClient ¶
func (o *GetQuarantineFilesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get quarantine files params
func (*GetQuarantineFilesParams) SetTimeout ¶
func (o *GetQuarantineFilesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get quarantine files params
func (*GetQuarantineFilesParams) WithBody ¶
func (o *GetQuarantineFilesParams) WithBody(body *models.MsaIdsRequest) *GetQuarantineFilesParams
WithBody adds the body to the get quarantine files params
func (*GetQuarantineFilesParams) WithContext ¶
func (o *GetQuarantineFilesParams) WithContext(ctx context.Context) *GetQuarantineFilesParams
WithContext adds the context to the get quarantine files params
func (*GetQuarantineFilesParams) WithDefaults ¶
func (o *GetQuarantineFilesParams) WithDefaults() *GetQuarantineFilesParams
WithDefaults hydrates default values in the get quarantine files params (not the query body).
All values with no default are reset to their zero value.
func (*GetQuarantineFilesParams) WithHTTPClient ¶
func (o *GetQuarantineFilesParams) WithHTTPClient(client *http.Client) *GetQuarantineFilesParams
WithHTTPClient adds the HTTPClient to the get quarantine files params
func (*GetQuarantineFilesParams) WithTimeout ¶
func (o *GetQuarantineFilesParams) WithTimeout(timeout time.Duration) *GetQuarantineFilesParams
WithTimeout adds the timeout to the get quarantine files params
func (*GetQuarantineFilesParams) WriteToRequest ¶
func (o *GetQuarantineFilesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetQuarantineFilesReader ¶
type GetQuarantineFilesReader struct {
// contains filtered or unexported fields
}
GetQuarantineFilesReader is a Reader for the GetQuarantineFiles structure.
func (*GetQuarantineFilesReader) ReadResponse ¶
func (o *GetQuarantineFilesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetQuarantineFilesTooManyRequests ¶
type GetQuarantineFilesTooManyRequests 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 }
GetQuarantineFilesTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewGetQuarantineFilesTooManyRequests ¶
func NewGetQuarantineFilesTooManyRequests() *GetQuarantineFilesTooManyRequests
NewGetQuarantineFilesTooManyRequests creates a GetQuarantineFilesTooManyRequests with default headers values
func (*GetQuarantineFilesTooManyRequests) Error ¶
func (o *GetQuarantineFilesTooManyRequests) Error() string
func (*GetQuarantineFilesTooManyRequests) GetPayload ¶
func (o *GetQuarantineFilesTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
type QueryQuarantineFilesDefault ¶
type QueryQuarantineFilesDefault struct { Payload *models.MsaQueryResponse // contains filtered or unexported fields }
QueryQuarantineFilesDefault describes a response with status code -1, with default header values.
OK
func NewQueryQuarantineFilesDefault ¶
func NewQueryQuarantineFilesDefault(code int) *QueryQuarantineFilesDefault
NewQueryQuarantineFilesDefault creates a QueryQuarantineFilesDefault with default headers values
func (*QueryQuarantineFilesDefault) Code ¶
func (o *QueryQuarantineFilesDefault) Code() int
Code gets the status code for the query quarantine files default response
func (*QueryQuarantineFilesDefault) Error ¶
func (o *QueryQuarantineFilesDefault) Error() string
func (*QueryQuarantineFilesDefault) GetPayload ¶
func (o *QueryQuarantineFilesDefault) GetPayload() *models.MsaQueryResponse
type QueryQuarantineFilesForbidden ¶
type QueryQuarantineFilesForbidden 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 }
QueryQuarantineFilesForbidden describes a response with status code 403, with default header values.
Forbidden
func NewQueryQuarantineFilesForbidden ¶
func NewQueryQuarantineFilesForbidden() *QueryQuarantineFilesForbidden
NewQueryQuarantineFilesForbidden creates a QueryQuarantineFilesForbidden with default headers values
func (*QueryQuarantineFilesForbidden) Error ¶
func (o *QueryQuarantineFilesForbidden) Error() string
func (*QueryQuarantineFilesForbidden) GetPayload ¶
func (o *QueryQuarantineFilesForbidden) GetPayload() *models.MsaReplyMetaOnly
type QueryQuarantineFilesOK ¶
type QueryQuarantineFilesOK struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaQueryResponse }
QueryQuarantineFilesOK describes a response with status code 200, with default header values.
OK
func NewQueryQuarantineFilesOK ¶
func NewQueryQuarantineFilesOK() *QueryQuarantineFilesOK
NewQueryQuarantineFilesOK creates a QueryQuarantineFilesOK with default headers values
func (*QueryQuarantineFilesOK) Error ¶
func (o *QueryQuarantineFilesOK) Error() string
func (*QueryQuarantineFilesOK) GetPayload ¶
func (o *QueryQuarantineFilesOK) GetPayload() *models.MsaQueryResponse
type QueryQuarantineFilesParams ¶
type QueryQuarantineFilesParams struct { /* Filter. FQL query specifying the filter parameters. Special value '*' means to not filter on anything. Filter term criteria: status, adversary_id, device.device_id, device.country, device.hostname, behaviors.behavior_id, behaviors.ioc_type, behaviors.ioc_value, behaviors.username, behaviors.tree_root_hash. Filter range criteria:, max_severity, max_confidence, first_behavior, last_behavior. */ Filter *string /* Limit. Number of ids to return. */ Limit *int64 /* Offset. Starting index of overall result set from which to return ids. */ Offset *string /* Q. Match phrase_prefix query criteria; included fields: _all (all filter string fields), sha256, state, paths.path, paths.state, hostname, username, date_updated, date_created. */ Q *string /* Sort. Possible order by fields: hostname, username, date_updated, date_created, paths.path, state, paths.state. Ex: 'date_created|asc'. */ Sort *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
QueryQuarantineFilesParams contains all the parameters to send to the API endpoint
for the query quarantine files operation. Typically these are written to a http.Request.
func NewQueryQuarantineFilesParams ¶
func NewQueryQuarantineFilesParams() *QueryQuarantineFilesParams
NewQueryQuarantineFilesParams creates a new QueryQuarantineFilesParams 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 NewQueryQuarantineFilesParamsWithContext ¶
func NewQueryQuarantineFilesParamsWithContext(ctx context.Context) *QueryQuarantineFilesParams
NewQueryQuarantineFilesParamsWithContext creates a new QueryQuarantineFilesParams object with the ability to set a context for a request.
func NewQueryQuarantineFilesParamsWithHTTPClient ¶
func NewQueryQuarantineFilesParamsWithHTTPClient(client *http.Client) *QueryQuarantineFilesParams
NewQueryQuarantineFilesParamsWithHTTPClient creates a new QueryQuarantineFilesParams object with the ability to set a custom HTTPClient for a request.
func NewQueryQuarantineFilesParamsWithTimeout ¶
func NewQueryQuarantineFilesParamsWithTimeout(timeout time.Duration) *QueryQuarantineFilesParams
NewQueryQuarantineFilesParamsWithTimeout creates a new QueryQuarantineFilesParams object with the ability to set a timeout on a request.
func (*QueryQuarantineFilesParams) SetContext ¶
func (o *QueryQuarantineFilesParams) SetContext(ctx context.Context)
SetContext adds the context to the query quarantine files params
func (*QueryQuarantineFilesParams) SetDefaults ¶
func (o *QueryQuarantineFilesParams) SetDefaults()
SetDefaults hydrates default values in the query quarantine files params (not the query body).
All values with no default are reset to their zero value.
func (*QueryQuarantineFilesParams) SetFilter ¶
func (o *QueryQuarantineFilesParams) SetFilter(filter *string)
SetFilter adds the filter to the query quarantine files params
func (*QueryQuarantineFilesParams) SetHTTPClient ¶
func (o *QueryQuarantineFilesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the query quarantine files params
func (*QueryQuarantineFilesParams) SetLimit ¶
func (o *QueryQuarantineFilesParams) SetLimit(limit *int64)
SetLimit adds the limit to the query quarantine files params
func (*QueryQuarantineFilesParams) SetOffset ¶
func (o *QueryQuarantineFilesParams) SetOffset(offset *string)
SetOffset adds the offset to the query quarantine files params
func (*QueryQuarantineFilesParams) SetQ ¶
func (o *QueryQuarantineFilesParams) SetQ(q *string)
SetQ adds the q to the query quarantine files params
func (*QueryQuarantineFilesParams) SetSort ¶
func (o *QueryQuarantineFilesParams) SetSort(sort *string)
SetSort adds the sort to the query quarantine files params
func (*QueryQuarantineFilesParams) SetTimeout ¶
func (o *QueryQuarantineFilesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the query quarantine files params
func (*QueryQuarantineFilesParams) WithContext ¶
func (o *QueryQuarantineFilesParams) WithContext(ctx context.Context) *QueryQuarantineFilesParams
WithContext adds the context to the query quarantine files params
func (*QueryQuarantineFilesParams) WithDefaults ¶
func (o *QueryQuarantineFilesParams) WithDefaults() *QueryQuarantineFilesParams
WithDefaults hydrates default values in the query quarantine files params (not the query body).
All values with no default are reset to their zero value.
func (*QueryQuarantineFilesParams) WithFilter ¶
func (o *QueryQuarantineFilesParams) WithFilter(filter *string) *QueryQuarantineFilesParams
WithFilter adds the filter to the query quarantine files params
func (*QueryQuarantineFilesParams) WithHTTPClient ¶
func (o *QueryQuarantineFilesParams) WithHTTPClient(client *http.Client) *QueryQuarantineFilesParams
WithHTTPClient adds the HTTPClient to the query quarantine files params
func (*QueryQuarantineFilesParams) WithLimit ¶
func (o *QueryQuarantineFilesParams) WithLimit(limit *int64) *QueryQuarantineFilesParams
WithLimit adds the limit to the query quarantine files params
func (*QueryQuarantineFilesParams) WithOffset ¶
func (o *QueryQuarantineFilesParams) WithOffset(offset *string) *QueryQuarantineFilesParams
WithOffset adds the offset to the query quarantine files params
func (*QueryQuarantineFilesParams) WithQ ¶
func (o *QueryQuarantineFilesParams) WithQ(q *string) *QueryQuarantineFilesParams
WithQ adds the q to the query quarantine files params
func (*QueryQuarantineFilesParams) WithSort ¶
func (o *QueryQuarantineFilesParams) WithSort(sort *string) *QueryQuarantineFilesParams
WithSort adds the sort to the query quarantine files params
func (*QueryQuarantineFilesParams) WithTimeout ¶
func (o *QueryQuarantineFilesParams) WithTimeout(timeout time.Duration) *QueryQuarantineFilesParams
WithTimeout adds the timeout to the query quarantine files params
func (*QueryQuarantineFilesParams) WriteToRequest ¶
func (o *QueryQuarantineFilesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type QueryQuarantineFilesReader ¶
type QueryQuarantineFilesReader struct {
// contains filtered or unexported fields
}
QueryQuarantineFilesReader is a Reader for the QueryQuarantineFiles structure.
func (*QueryQuarantineFilesReader) ReadResponse ¶
func (o *QueryQuarantineFilesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type QueryQuarantineFilesTooManyRequests ¶
type QueryQuarantineFilesTooManyRequests 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 }
QueryQuarantineFilesTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewQueryQuarantineFilesTooManyRequests ¶
func NewQueryQuarantineFilesTooManyRequests() *QueryQuarantineFilesTooManyRequests
NewQueryQuarantineFilesTooManyRequests creates a QueryQuarantineFilesTooManyRequests with default headers values
func (*QueryQuarantineFilesTooManyRequests) Error ¶
func (o *QueryQuarantineFilesTooManyRequests) Error() string
func (*QueryQuarantineFilesTooManyRequests) GetPayload ¶
func (o *QueryQuarantineFilesTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
type UpdateQfByQueryDefault ¶
type UpdateQfByQueryDefault struct { Payload *models.MsaReplyMetaOnly // contains filtered or unexported fields }
UpdateQfByQueryDefault describes a response with status code -1, with default header values.
OK
func NewUpdateQfByQueryDefault ¶
func NewUpdateQfByQueryDefault(code int) *UpdateQfByQueryDefault
NewUpdateQfByQueryDefault creates a UpdateQfByQueryDefault with default headers values
func (*UpdateQfByQueryDefault) Code ¶
func (o *UpdateQfByQueryDefault) Code() int
Code gets the status code for the update qf by query default response
func (*UpdateQfByQueryDefault) Error ¶
func (o *UpdateQfByQueryDefault) Error() string
func (*UpdateQfByQueryDefault) GetPayload ¶
func (o *UpdateQfByQueryDefault) GetPayload() *models.MsaReplyMetaOnly
type UpdateQfByQueryForbidden ¶
type UpdateQfByQueryForbidden 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 }
UpdateQfByQueryForbidden describes a response with status code 403, with default header values.
Forbidden
func NewUpdateQfByQueryForbidden ¶
func NewUpdateQfByQueryForbidden() *UpdateQfByQueryForbidden
NewUpdateQfByQueryForbidden creates a UpdateQfByQueryForbidden with default headers values
func (*UpdateQfByQueryForbidden) Error ¶
func (o *UpdateQfByQueryForbidden) Error() string
func (*UpdateQfByQueryForbidden) GetPayload ¶
func (o *UpdateQfByQueryForbidden) GetPayload() *models.MsaReplyMetaOnly
type UpdateQfByQueryOK ¶
type UpdateQfByQueryOK 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 }
UpdateQfByQueryOK describes a response with status code 200, with default header values.
OK
func NewUpdateQfByQueryOK ¶
func NewUpdateQfByQueryOK() *UpdateQfByQueryOK
NewUpdateQfByQueryOK creates a UpdateQfByQueryOK with default headers values
func (*UpdateQfByQueryOK) Error ¶
func (o *UpdateQfByQueryOK) Error() string
func (*UpdateQfByQueryOK) GetPayload ¶
func (o *UpdateQfByQueryOK) GetPayload() *models.MsaReplyMetaOnly
type UpdateQfByQueryParams ¶
type UpdateQfByQueryParams struct { // Body. Body *models.DomainQueriesPatchRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdateQfByQueryParams contains all the parameters to send to the API endpoint
for the update qf by query operation. Typically these are written to a http.Request.
func NewUpdateQfByQueryParams ¶
func NewUpdateQfByQueryParams() *UpdateQfByQueryParams
NewUpdateQfByQueryParams creates a new UpdateQfByQueryParams 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 NewUpdateQfByQueryParamsWithContext ¶
func NewUpdateQfByQueryParamsWithContext(ctx context.Context) *UpdateQfByQueryParams
NewUpdateQfByQueryParamsWithContext creates a new UpdateQfByQueryParams object with the ability to set a context for a request.
func NewUpdateQfByQueryParamsWithHTTPClient ¶
func NewUpdateQfByQueryParamsWithHTTPClient(client *http.Client) *UpdateQfByQueryParams
NewUpdateQfByQueryParamsWithHTTPClient creates a new UpdateQfByQueryParams object with the ability to set a custom HTTPClient for a request.
func NewUpdateQfByQueryParamsWithTimeout ¶
func NewUpdateQfByQueryParamsWithTimeout(timeout time.Duration) *UpdateQfByQueryParams
NewUpdateQfByQueryParamsWithTimeout creates a new UpdateQfByQueryParams object with the ability to set a timeout on a request.
func (*UpdateQfByQueryParams) SetBody ¶
func (o *UpdateQfByQueryParams) SetBody(body *models.DomainQueriesPatchRequest)
SetBody adds the body to the update qf by query params
func (*UpdateQfByQueryParams) SetContext ¶
func (o *UpdateQfByQueryParams) SetContext(ctx context.Context)
SetContext adds the context to the update qf by query params
func (*UpdateQfByQueryParams) SetDefaults ¶
func (o *UpdateQfByQueryParams) SetDefaults()
SetDefaults hydrates default values in the update qf by query params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateQfByQueryParams) SetHTTPClient ¶
func (o *UpdateQfByQueryParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update qf by query params
func (*UpdateQfByQueryParams) SetTimeout ¶
func (o *UpdateQfByQueryParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update qf by query params
func (*UpdateQfByQueryParams) WithBody ¶
func (o *UpdateQfByQueryParams) WithBody(body *models.DomainQueriesPatchRequest) *UpdateQfByQueryParams
WithBody adds the body to the update qf by query params
func (*UpdateQfByQueryParams) WithContext ¶
func (o *UpdateQfByQueryParams) WithContext(ctx context.Context) *UpdateQfByQueryParams
WithContext adds the context to the update qf by query params
func (*UpdateQfByQueryParams) WithDefaults ¶
func (o *UpdateQfByQueryParams) WithDefaults() *UpdateQfByQueryParams
WithDefaults hydrates default values in the update qf by query params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateQfByQueryParams) WithHTTPClient ¶
func (o *UpdateQfByQueryParams) WithHTTPClient(client *http.Client) *UpdateQfByQueryParams
WithHTTPClient adds the HTTPClient to the update qf by query params
func (*UpdateQfByQueryParams) WithTimeout ¶
func (o *UpdateQfByQueryParams) WithTimeout(timeout time.Duration) *UpdateQfByQueryParams
WithTimeout adds the timeout to the update qf by query params
func (*UpdateQfByQueryParams) WriteToRequest ¶
func (o *UpdateQfByQueryParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateQfByQueryReader ¶
type UpdateQfByQueryReader struct {
// contains filtered or unexported fields
}
UpdateQfByQueryReader is a Reader for the UpdateQfByQuery structure.
func (*UpdateQfByQueryReader) ReadResponse ¶
func (o *UpdateQfByQueryReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateQfByQueryTooManyRequests ¶
type UpdateQfByQueryTooManyRequests 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 }
UpdateQfByQueryTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewUpdateQfByQueryTooManyRequests ¶
func NewUpdateQfByQueryTooManyRequests() *UpdateQfByQueryTooManyRequests
NewUpdateQfByQueryTooManyRequests creates a UpdateQfByQueryTooManyRequests with default headers values
func (*UpdateQfByQueryTooManyRequests) Error ¶
func (o *UpdateQfByQueryTooManyRequests) Error() string
func (*UpdateQfByQueryTooManyRequests) GetPayload ¶
func (o *UpdateQfByQueryTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
type UpdateQuarantinedDetectsByIdsDefault ¶
type UpdateQuarantinedDetectsByIdsDefault struct { Payload *models.MsaReplyMetaOnly // contains filtered or unexported fields }
UpdateQuarantinedDetectsByIdsDefault describes a response with status code -1, with default header values.
OK
func NewUpdateQuarantinedDetectsByIdsDefault ¶
func NewUpdateQuarantinedDetectsByIdsDefault(code int) *UpdateQuarantinedDetectsByIdsDefault
NewUpdateQuarantinedDetectsByIdsDefault creates a UpdateQuarantinedDetectsByIdsDefault with default headers values
func (*UpdateQuarantinedDetectsByIdsDefault) Code ¶
func (o *UpdateQuarantinedDetectsByIdsDefault) Code() int
Code gets the status code for the update quarantined detects by ids default response
func (*UpdateQuarantinedDetectsByIdsDefault) Error ¶
func (o *UpdateQuarantinedDetectsByIdsDefault) Error() string
func (*UpdateQuarantinedDetectsByIdsDefault) GetPayload ¶
func (o *UpdateQuarantinedDetectsByIdsDefault) GetPayload() *models.MsaReplyMetaOnly
type UpdateQuarantinedDetectsByIdsForbidden ¶
type UpdateQuarantinedDetectsByIdsForbidden 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 }
UpdateQuarantinedDetectsByIdsForbidden describes a response with status code 403, with default header values.
Forbidden
func NewUpdateQuarantinedDetectsByIdsForbidden ¶
func NewUpdateQuarantinedDetectsByIdsForbidden() *UpdateQuarantinedDetectsByIdsForbidden
NewUpdateQuarantinedDetectsByIdsForbidden creates a UpdateQuarantinedDetectsByIdsForbidden with default headers values
func (*UpdateQuarantinedDetectsByIdsForbidden) Error ¶
func (o *UpdateQuarantinedDetectsByIdsForbidden) Error() string
func (*UpdateQuarantinedDetectsByIdsForbidden) GetPayload ¶
func (o *UpdateQuarantinedDetectsByIdsForbidden) GetPayload() *models.MsaReplyMetaOnly
type UpdateQuarantinedDetectsByIdsOK ¶
type UpdateQuarantinedDetectsByIdsOK 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 }
UpdateQuarantinedDetectsByIdsOK describes a response with status code 200, with default header values.
OK
func NewUpdateQuarantinedDetectsByIdsOK ¶
func NewUpdateQuarantinedDetectsByIdsOK() *UpdateQuarantinedDetectsByIdsOK
NewUpdateQuarantinedDetectsByIdsOK creates a UpdateQuarantinedDetectsByIdsOK with default headers values
func (*UpdateQuarantinedDetectsByIdsOK) Error ¶
func (o *UpdateQuarantinedDetectsByIdsOK) Error() string
func (*UpdateQuarantinedDetectsByIdsOK) GetPayload ¶
func (o *UpdateQuarantinedDetectsByIdsOK) GetPayload() *models.MsaReplyMetaOnly
type UpdateQuarantinedDetectsByIdsParams ¶
type UpdateQuarantinedDetectsByIdsParams struct { // Body. Body *models.DomainEntitiesPatchRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdateQuarantinedDetectsByIdsParams contains all the parameters to send to the API endpoint
for the update quarantined detects by ids operation. Typically these are written to a http.Request.
func NewUpdateQuarantinedDetectsByIdsParams ¶
func NewUpdateQuarantinedDetectsByIdsParams() *UpdateQuarantinedDetectsByIdsParams
NewUpdateQuarantinedDetectsByIdsParams creates a new UpdateQuarantinedDetectsByIdsParams 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 NewUpdateQuarantinedDetectsByIdsParamsWithContext ¶
func NewUpdateQuarantinedDetectsByIdsParamsWithContext(ctx context.Context) *UpdateQuarantinedDetectsByIdsParams
NewUpdateQuarantinedDetectsByIdsParamsWithContext creates a new UpdateQuarantinedDetectsByIdsParams object with the ability to set a context for a request.
func NewUpdateQuarantinedDetectsByIdsParamsWithHTTPClient ¶
func NewUpdateQuarantinedDetectsByIdsParamsWithHTTPClient(client *http.Client) *UpdateQuarantinedDetectsByIdsParams
NewUpdateQuarantinedDetectsByIdsParamsWithHTTPClient creates a new UpdateQuarantinedDetectsByIdsParams object with the ability to set a custom HTTPClient for a request.
func NewUpdateQuarantinedDetectsByIdsParamsWithTimeout ¶
func NewUpdateQuarantinedDetectsByIdsParamsWithTimeout(timeout time.Duration) *UpdateQuarantinedDetectsByIdsParams
NewUpdateQuarantinedDetectsByIdsParamsWithTimeout creates a new UpdateQuarantinedDetectsByIdsParams object with the ability to set a timeout on a request.
func (*UpdateQuarantinedDetectsByIdsParams) SetBody ¶
func (o *UpdateQuarantinedDetectsByIdsParams) SetBody(body *models.DomainEntitiesPatchRequest)
SetBody adds the body to the update quarantined detects by ids params
func (*UpdateQuarantinedDetectsByIdsParams) SetContext ¶
func (o *UpdateQuarantinedDetectsByIdsParams) SetContext(ctx context.Context)
SetContext adds the context to the update quarantined detects by ids params
func (*UpdateQuarantinedDetectsByIdsParams) SetDefaults ¶
func (o *UpdateQuarantinedDetectsByIdsParams) SetDefaults()
SetDefaults hydrates default values in the update quarantined detects by ids params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateQuarantinedDetectsByIdsParams) SetHTTPClient ¶
func (o *UpdateQuarantinedDetectsByIdsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update quarantined detects by ids params
func (*UpdateQuarantinedDetectsByIdsParams) SetTimeout ¶
func (o *UpdateQuarantinedDetectsByIdsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update quarantined detects by ids params
func (*UpdateQuarantinedDetectsByIdsParams) WithBody ¶
func (o *UpdateQuarantinedDetectsByIdsParams) WithBody(body *models.DomainEntitiesPatchRequest) *UpdateQuarantinedDetectsByIdsParams
WithBody adds the body to the update quarantined detects by ids params
func (*UpdateQuarantinedDetectsByIdsParams) WithContext ¶
func (o *UpdateQuarantinedDetectsByIdsParams) WithContext(ctx context.Context) *UpdateQuarantinedDetectsByIdsParams
WithContext adds the context to the update quarantined detects by ids params
func (*UpdateQuarantinedDetectsByIdsParams) WithDefaults ¶
func (o *UpdateQuarantinedDetectsByIdsParams) WithDefaults() *UpdateQuarantinedDetectsByIdsParams
WithDefaults hydrates default values in the update quarantined detects by ids params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateQuarantinedDetectsByIdsParams) WithHTTPClient ¶
func (o *UpdateQuarantinedDetectsByIdsParams) WithHTTPClient(client *http.Client) *UpdateQuarantinedDetectsByIdsParams
WithHTTPClient adds the HTTPClient to the update quarantined detects by ids params
func (*UpdateQuarantinedDetectsByIdsParams) WithTimeout ¶
func (o *UpdateQuarantinedDetectsByIdsParams) WithTimeout(timeout time.Duration) *UpdateQuarantinedDetectsByIdsParams
WithTimeout adds the timeout to the update quarantined detects by ids params
func (*UpdateQuarantinedDetectsByIdsParams) WriteToRequest ¶
func (o *UpdateQuarantinedDetectsByIdsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateQuarantinedDetectsByIdsReader ¶
type UpdateQuarantinedDetectsByIdsReader struct {
// contains filtered or unexported fields
}
UpdateQuarantinedDetectsByIdsReader is a Reader for the UpdateQuarantinedDetectsByIds structure.
func (*UpdateQuarantinedDetectsByIdsReader) ReadResponse ¶
func (o *UpdateQuarantinedDetectsByIdsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateQuarantinedDetectsByIdsTooManyRequests ¶
type UpdateQuarantinedDetectsByIdsTooManyRequests 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 }
UpdateQuarantinedDetectsByIdsTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewUpdateQuarantinedDetectsByIdsTooManyRequests ¶
func NewUpdateQuarantinedDetectsByIdsTooManyRequests() *UpdateQuarantinedDetectsByIdsTooManyRequests
NewUpdateQuarantinedDetectsByIdsTooManyRequests creates a UpdateQuarantinedDetectsByIdsTooManyRequests with default headers values
func (*UpdateQuarantinedDetectsByIdsTooManyRequests) Error ¶
func (o *UpdateQuarantinedDetectsByIdsTooManyRequests) Error() string
func (*UpdateQuarantinedDetectsByIdsTooManyRequests) GetPayload ¶
func (o *UpdateQuarantinedDetectsByIdsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
Source Files ¶
- action_update_count_parameters.go
- action_update_count_responses.go
- get_aggregate_files_parameters.go
- get_aggregate_files_responses.go
- get_quarantine_files_parameters.go
- get_quarantine_files_responses.go
- quarantine_client.go
- query_quarantine_files_parameters.go
- query_quarantine_files_responses.go
- update_qf_by_query_parameters.go
- update_qf_by_query_responses.go
- update_quarantined_detects_by_ids_parameters.go
- update_quarantined_detects_by_ids_responses.go