intel

package
v0.2.30 Latest Latest
Warning

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

Go to latest
Published: Nov 10, 2022 License: MIT Imports: 11 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

Functions

This section is empty.

Types

type Client

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

Client for intel API

func (*Client) GetIntelActorEntities

func (a *Client) GetIntelActorEntities(params *GetIntelActorEntitiesParams, opts ...ClientOption) (*GetIntelActorEntitiesOK, error)

GetIntelActorEntities retrieves specific actors using their actor i ds

func (*Client) GetIntelIndicatorEntities

func (a *Client) GetIntelIndicatorEntities(params *GetIntelIndicatorEntitiesParams, opts ...ClientOption) (*GetIntelIndicatorEntitiesOK, error)

GetIntelIndicatorEntities retrieves specific indicators using their indicator i ds

func (*Client) GetIntelReportEntities

func (a *Client) GetIntelReportEntities(params *GetIntelReportEntitiesParams, opts ...ClientOption) (*GetIntelReportEntitiesOK, error)

GetIntelReportEntities retrieves specific reports using their report i ds

func (*Client) GetIntelReportPDF

func (a *Client) GetIntelReportPDF(params *GetIntelReportPDFParams, writer io.Writer, opts ...ClientOption) (*GetIntelReportPDFOK, error)

GetIntelReportPDF returns a report p d f attachment

func (*Client) GetIntelRuleEntities

func (a *Client) GetIntelRuleEntities(params *GetIntelRuleEntitiesParams, opts ...ClientOption) (*GetIntelRuleEntitiesOK, error)

GetIntelRuleEntities retrieves details for rule sets for the specified ids

func (*Client) GetIntelRuleFile

func (a *Client) GetIntelRuleFile(params *GetIntelRuleFileParams, writer io.Writer, opts ...ClientOption) (*GetIntelRuleFileOK, error)

GetIntelRuleFile downloads earlier rule sets

func (*Client) GetLatestIntelRuleFile

func (a *Client) GetLatestIntelRuleFile(params *GetLatestIntelRuleFileParams, writer io.Writer, opts ...ClientOption) (*GetLatestIntelRuleFileOK, error)

GetLatestIntelRuleFile downloads the latest rule set

func (*Client) QueryIntelActorEntities

func (a *Client) QueryIntelActorEntities(params *QueryIntelActorEntitiesParams, opts ...ClientOption) (*QueryIntelActorEntitiesOK, error)

QueryIntelActorEntities gets info about actors that match provided f q l filters

func (*Client) QueryIntelActorIds

func (a *Client) QueryIntelActorIds(params *QueryIntelActorIdsParams, opts ...ClientOption) (*QueryIntelActorIdsOK, error)

QueryIntelActorIds gets actor i ds that match provided f q l filters

func (*Client) QueryIntelIndicatorEntities

func (a *Client) QueryIntelIndicatorEntities(params *QueryIntelIndicatorEntitiesParams, opts ...ClientOption) (*QueryIntelIndicatorEntitiesOK, error)

QueryIntelIndicatorEntities gets info about indicators that match provided f q l filters

func (*Client) QueryIntelIndicatorIds

func (a *Client) QueryIntelIndicatorIds(params *QueryIntelIndicatorIdsParams, opts ...ClientOption) (*QueryIntelIndicatorIdsOK, error)

QueryIntelIndicatorIds gets indicators i ds that match provided f q l filters

func (*Client) QueryIntelReportEntities

func (a *Client) QueryIntelReportEntities(params *QueryIntelReportEntitiesParams, opts ...ClientOption) (*QueryIntelReportEntitiesOK, error)

QueryIntelReportEntities gets info about reports that match provided f q l filters

func (*Client) QueryIntelReportIds

func (a *Client) QueryIntelReportIds(params *QueryIntelReportIdsParams, opts ...ClientOption) (*QueryIntelReportIdsOK, error)

QueryIntelReportIds gets report i ds that match provided f q l filters

func (*Client) QueryIntelRuleIds

func (a *Client) QueryIntelRuleIds(params *QueryIntelRuleIdsParams, opts ...ClientOption) (*QueryIntelRuleIdsOK, error)

QueryIntelRuleIds searches for rule i ds that match provided filter criteria

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 {
	GetIntelActorEntities(params *GetIntelActorEntitiesParams, opts ...ClientOption) (*GetIntelActorEntitiesOK, error)

	GetIntelIndicatorEntities(params *GetIntelIndicatorEntitiesParams, opts ...ClientOption) (*GetIntelIndicatorEntitiesOK, error)

	GetIntelReportEntities(params *GetIntelReportEntitiesParams, opts ...ClientOption) (*GetIntelReportEntitiesOK, error)

	GetIntelReportPDF(params *GetIntelReportPDFParams, writer io.Writer, opts ...ClientOption) (*GetIntelReportPDFOK, error)

	GetIntelRuleEntities(params *GetIntelRuleEntitiesParams, opts ...ClientOption) (*GetIntelRuleEntitiesOK, error)

	GetIntelRuleFile(params *GetIntelRuleFileParams, writer io.Writer, opts ...ClientOption) (*GetIntelRuleFileOK, error)

	GetLatestIntelRuleFile(params *GetLatestIntelRuleFileParams, writer io.Writer, opts ...ClientOption) (*GetLatestIntelRuleFileOK, error)

	QueryIntelActorEntities(params *QueryIntelActorEntitiesParams, opts ...ClientOption) (*QueryIntelActorEntitiesOK, error)

	QueryIntelActorIds(params *QueryIntelActorIdsParams, opts ...ClientOption) (*QueryIntelActorIdsOK, error)

	QueryIntelIndicatorEntities(params *QueryIntelIndicatorEntitiesParams, opts ...ClientOption) (*QueryIntelIndicatorEntitiesOK, error)

	QueryIntelIndicatorIds(params *QueryIntelIndicatorIdsParams, opts ...ClientOption) (*QueryIntelIndicatorIdsOK, error)

	QueryIntelReportEntities(params *QueryIntelReportEntitiesParams, opts ...ClientOption) (*QueryIntelReportEntitiesOK, error)

	QueryIntelReportIds(params *QueryIntelReportIdsParams, opts ...ClientOption) (*QueryIntelReportIdsOK, error)

	QueryIntelRuleIds(params *QueryIntelRuleIdsParams, opts ...ClientOption) (*QueryIntelRuleIdsOK, 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 intel API client.

type GetIntelActorEntitiesDefault

type GetIntelActorEntitiesDefault struct {
	Payload *models.DomainActorsResponse
	// contains filtered or unexported fields
}

GetIntelActorEntitiesDefault describes a response with status code -1, with default header values.

OK

func NewGetIntelActorEntitiesDefault

func NewGetIntelActorEntitiesDefault(code int) *GetIntelActorEntitiesDefault

NewGetIntelActorEntitiesDefault creates a GetIntelActorEntitiesDefault with default headers values

func (*GetIntelActorEntitiesDefault) Code

Code gets the status code for the get intel actor entities default response

func (*GetIntelActorEntitiesDefault) Error

func (*GetIntelActorEntitiesDefault) GetPayload

func (*GetIntelActorEntitiesDefault) IsClientError added in v0.2.27

func (o *GetIntelActorEntitiesDefault) IsClientError() bool

IsClientError returns true when this get intel actor entities default response has a 4xx status code

func (*GetIntelActorEntitiesDefault) IsCode added in v0.2.27

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

IsCode returns true when this get intel actor entities default response a status code equal to that given

func (*GetIntelActorEntitiesDefault) IsRedirect added in v0.2.27

func (o *GetIntelActorEntitiesDefault) IsRedirect() bool

IsRedirect returns true when this get intel actor entities default response has a 3xx status code

func (*GetIntelActorEntitiesDefault) IsServerError added in v0.2.27

func (o *GetIntelActorEntitiesDefault) IsServerError() bool

IsServerError returns true when this get intel actor entities default response has a 5xx status code

func (*GetIntelActorEntitiesDefault) IsSuccess added in v0.2.27

func (o *GetIntelActorEntitiesDefault) IsSuccess() bool

IsSuccess returns true when this get intel actor entities default response has a 2xx status code

func (*GetIntelActorEntitiesDefault) String added in v0.2.27

type GetIntelActorEntitiesForbidden

type GetIntelActorEntitiesForbidden struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewGetIntelActorEntitiesForbidden

func NewGetIntelActorEntitiesForbidden() *GetIntelActorEntitiesForbidden

NewGetIntelActorEntitiesForbidden creates a GetIntelActorEntitiesForbidden with default headers values

func (*GetIntelActorEntitiesForbidden) Error

func (*GetIntelActorEntitiesForbidden) GetPayload

func (*GetIntelActorEntitiesForbidden) IsClientError added in v0.2.27

func (o *GetIntelActorEntitiesForbidden) IsClientError() bool

IsClientError returns true when this get intel actor entities forbidden response has a 4xx status code

func (*GetIntelActorEntitiesForbidden) IsCode added in v0.2.27

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

IsCode returns true when this get intel actor entities forbidden response a status code equal to that given

func (*GetIntelActorEntitiesForbidden) IsRedirect added in v0.2.27

func (o *GetIntelActorEntitiesForbidden) IsRedirect() bool

IsRedirect returns true when this get intel actor entities forbidden response has a 3xx status code

func (*GetIntelActorEntitiesForbidden) IsServerError added in v0.2.27

func (o *GetIntelActorEntitiesForbidden) IsServerError() bool

IsServerError returns true when this get intel actor entities forbidden response has a 5xx status code

func (*GetIntelActorEntitiesForbidden) IsSuccess added in v0.2.27

func (o *GetIntelActorEntitiesForbidden) IsSuccess() bool

IsSuccess returns true when this get intel actor entities forbidden response has a 2xx status code

func (*GetIntelActorEntitiesForbidden) String added in v0.2.27

type GetIntelActorEntitiesInternalServerError

type GetIntelActorEntitiesInternalServerError struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaErrorsOnly
}

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

Internal Server Error

func NewGetIntelActorEntitiesInternalServerError

func NewGetIntelActorEntitiesInternalServerError() *GetIntelActorEntitiesInternalServerError

NewGetIntelActorEntitiesInternalServerError creates a GetIntelActorEntitiesInternalServerError with default headers values

func (*GetIntelActorEntitiesInternalServerError) Error

func (*GetIntelActorEntitiesInternalServerError) GetPayload

func (*GetIntelActorEntitiesInternalServerError) IsClientError added in v0.2.27

IsClientError returns true when this get intel actor entities internal server error response has a 4xx status code

func (*GetIntelActorEntitiesInternalServerError) IsCode added in v0.2.27

IsCode returns true when this get intel actor entities internal server error response a status code equal to that given

func (*GetIntelActorEntitiesInternalServerError) IsRedirect added in v0.2.27

IsRedirect returns true when this get intel actor entities internal server error response has a 3xx status code

func (*GetIntelActorEntitiesInternalServerError) IsServerError added in v0.2.27

IsServerError returns true when this get intel actor entities internal server error response has a 5xx status code

func (*GetIntelActorEntitiesInternalServerError) IsSuccess added in v0.2.27

IsSuccess returns true when this get intel actor entities internal server error response has a 2xx status code

func (*GetIntelActorEntitiesInternalServerError) String added in v0.2.27

type GetIntelActorEntitiesOK

type GetIntelActorEntitiesOK struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.DomainActorsResponse
}

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

OK

func NewGetIntelActorEntitiesOK

func NewGetIntelActorEntitiesOK() *GetIntelActorEntitiesOK

NewGetIntelActorEntitiesOK creates a GetIntelActorEntitiesOK with default headers values

func (*GetIntelActorEntitiesOK) Error

func (o *GetIntelActorEntitiesOK) Error() string

func (*GetIntelActorEntitiesOK) GetPayload

func (*GetIntelActorEntitiesOK) IsClientError added in v0.2.27

func (o *GetIntelActorEntitiesOK) IsClientError() bool

IsClientError returns true when this get intel actor entities o k response has a 4xx status code

func (*GetIntelActorEntitiesOK) IsCode added in v0.2.27

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

IsCode returns true when this get intel actor entities o k response a status code equal to that given

func (*GetIntelActorEntitiesOK) IsRedirect added in v0.2.27

func (o *GetIntelActorEntitiesOK) IsRedirect() bool

IsRedirect returns true when this get intel actor entities o k response has a 3xx status code

func (*GetIntelActorEntitiesOK) IsServerError added in v0.2.27

func (o *GetIntelActorEntitiesOK) IsServerError() bool

IsServerError returns true when this get intel actor entities o k response has a 5xx status code

func (*GetIntelActorEntitiesOK) IsSuccess added in v0.2.27

func (o *GetIntelActorEntitiesOK) IsSuccess() bool

IsSuccess returns true when this get intel actor entities o k response has a 2xx status code

func (*GetIntelActorEntitiesOK) String added in v0.2.27

func (o *GetIntelActorEntitiesOK) String() string

type GetIntelActorEntitiesParams

type GetIntelActorEntitiesParams struct {

	/* Fields.

	     The fields to return, or a predefined set of fields in the form of the collection name surrounded by two underscores like:

	\_\_\<collection\>\_\_.

	Ex: slug \_\_full\_\_.

	Defaults to \_\_basic\_\_.
	*/
	Fields []string

	/* Ids.

	   The IDs of the actors you want to retrieve.
	*/
	Ids []string

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

GetIntelActorEntitiesParams contains all the parameters to send to the API endpoint

for the get intel actor entities operation.

Typically these are written to a http.Request.

func NewGetIntelActorEntitiesParams

func NewGetIntelActorEntitiesParams() *GetIntelActorEntitiesParams

NewGetIntelActorEntitiesParams creates a new GetIntelActorEntitiesParams 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 NewGetIntelActorEntitiesParamsWithContext

func NewGetIntelActorEntitiesParamsWithContext(ctx context.Context) *GetIntelActorEntitiesParams

NewGetIntelActorEntitiesParamsWithContext creates a new GetIntelActorEntitiesParams object with the ability to set a context for a request.

func NewGetIntelActorEntitiesParamsWithHTTPClient

func NewGetIntelActorEntitiesParamsWithHTTPClient(client *http.Client) *GetIntelActorEntitiesParams

NewGetIntelActorEntitiesParamsWithHTTPClient creates a new GetIntelActorEntitiesParams object with the ability to set a custom HTTPClient for a request.

func NewGetIntelActorEntitiesParamsWithTimeout

func NewGetIntelActorEntitiesParamsWithTimeout(timeout time.Duration) *GetIntelActorEntitiesParams

NewGetIntelActorEntitiesParamsWithTimeout creates a new GetIntelActorEntitiesParams object with the ability to set a timeout on a request.

func (*GetIntelActorEntitiesParams) SetContext

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

SetContext adds the context to the get intel actor entities params

func (*GetIntelActorEntitiesParams) SetDefaults

func (o *GetIntelActorEntitiesParams) SetDefaults()

SetDefaults hydrates default values in the get intel actor entities params (not the query body).

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

func (*GetIntelActorEntitiesParams) SetFields

func (o *GetIntelActorEntitiesParams) SetFields(fields []string)

SetFields adds the fields to the get intel actor entities params

func (*GetIntelActorEntitiesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get intel actor entities params

func (*GetIntelActorEntitiesParams) SetIds

func (o *GetIntelActorEntitiesParams) SetIds(ids []string)

SetIds adds the ids to the get intel actor entities params

func (*GetIntelActorEntitiesParams) SetTimeout

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

SetTimeout adds the timeout to the get intel actor entities params

func (*GetIntelActorEntitiesParams) WithContext

WithContext adds the context to the get intel actor entities params

func (*GetIntelActorEntitiesParams) WithDefaults

WithDefaults hydrates default values in the get intel actor entities params (not the query body).

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

func (*GetIntelActorEntitiesParams) WithFields

WithFields adds the fields to the get intel actor entities params

func (*GetIntelActorEntitiesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get intel actor entities params

func (*GetIntelActorEntitiesParams) WithIds

WithIds adds the ids to the get intel actor entities params

func (*GetIntelActorEntitiesParams) WithTimeout

WithTimeout adds the timeout to the get intel actor entities params

func (*GetIntelActorEntitiesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetIntelActorEntitiesReader

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

GetIntelActorEntitiesReader is a Reader for the GetIntelActorEntities structure.

func (*GetIntelActorEntitiesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetIntelActorEntitiesTooManyRequests

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

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

Too Many Requests

func NewGetIntelActorEntitiesTooManyRequests

func NewGetIntelActorEntitiesTooManyRequests() *GetIntelActorEntitiesTooManyRequests

NewGetIntelActorEntitiesTooManyRequests creates a GetIntelActorEntitiesTooManyRequests with default headers values

func (*GetIntelActorEntitiesTooManyRequests) Error

func (*GetIntelActorEntitiesTooManyRequests) GetPayload

func (*GetIntelActorEntitiesTooManyRequests) IsClientError added in v0.2.27

func (o *GetIntelActorEntitiesTooManyRequests) IsClientError() bool

IsClientError returns true when this get intel actor entities too many requests response has a 4xx status code

func (*GetIntelActorEntitiesTooManyRequests) IsCode added in v0.2.27

IsCode returns true when this get intel actor entities too many requests response a status code equal to that given

func (*GetIntelActorEntitiesTooManyRequests) IsRedirect added in v0.2.27

IsRedirect returns true when this get intel actor entities too many requests response has a 3xx status code

func (*GetIntelActorEntitiesTooManyRequests) IsServerError added in v0.2.27

func (o *GetIntelActorEntitiesTooManyRequests) IsServerError() bool

IsServerError returns true when this get intel actor entities too many requests response has a 5xx status code

func (*GetIntelActorEntitiesTooManyRequests) IsSuccess added in v0.2.27

IsSuccess returns true when this get intel actor entities too many requests response has a 2xx status code

func (*GetIntelActorEntitiesTooManyRequests) String added in v0.2.27

type GetIntelIndicatorEntitiesDefault

type GetIntelIndicatorEntitiesDefault struct {
	Payload *models.DomainPublicIndicatorsV3Response
	// contains filtered or unexported fields
}

GetIntelIndicatorEntitiesDefault describes a response with status code -1, with default header values.

OK

func NewGetIntelIndicatorEntitiesDefault

func NewGetIntelIndicatorEntitiesDefault(code int) *GetIntelIndicatorEntitiesDefault

NewGetIntelIndicatorEntitiesDefault creates a GetIntelIndicatorEntitiesDefault with default headers values

func (*GetIntelIndicatorEntitiesDefault) Code

Code gets the status code for the get intel indicator entities default response

func (*GetIntelIndicatorEntitiesDefault) Error

func (*GetIntelIndicatorEntitiesDefault) GetPayload

func (*GetIntelIndicatorEntitiesDefault) IsClientError added in v0.2.27

func (o *GetIntelIndicatorEntitiesDefault) IsClientError() bool

IsClientError returns true when this get intel indicator entities default response has a 4xx status code

func (*GetIntelIndicatorEntitiesDefault) IsCode added in v0.2.27

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

IsCode returns true when this get intel indicator entities default response a status code equal to that given

func (*GetIntelIndicatorEntitiesDefault) IsRedirect added in v0.2.27

func (o *GetIntelIndicatorEntitiesDefault) IsRedirect() bool

IsRedirect returns true when this get intel indicator entities default response has a 3xx status code

func (*GetIntelIndicatorEntitiesDefault) IsServerError added in v0.2.27

func (o *GetIntelIndicatorEntitiesDefault) IsServerError() bool

IsServerError returns true when this get intel indicator entities default response has a 5xx status code

func (*GetIntelIndicatorEntitiesDefault) IsSuccess added in v0.2.27

func (o *GetIntelIndicatorEntitiesDefault) IsSuccess() bool

IsSuccess returns true when this get intel indicator entities default response has a 2xx status code

func (*GetIntelIndicatorEntitiesDefault) String added in v0.2.27

type GetIntelIndicatorEntitiesForbidden

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

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

Forbidden

func NewGetIntelIndicatorEntitiesForbidden

func NewGetIntelIndicatorEntitiesForbidden() *GetIntelIndicatorEntitiesForbidden

NewGetIntelIndicatorEntitiesForbidden creates a GetIntelIndicatorEntitiesForbidden with default headers values

func (*GetIntelIndicatorEntitiesForbidden) Error

func (*GetIntelIndicatorEntitiesForbidden) GetPayload

func (*GetIntelIndicatorEntitiesForbidden) IsClientError added in v0.2.27

func (o *GetIntelIndicatorEntitiesForbidden) IsClientError() bool

IsClientError returns true when this get intel indicator entities forbidden response has a 4xx status code

func (*GetIntelIndicatorEntitiesForbidden) IsCode added in v0.2.27

IsCode returns true when this get intel indicator entities forbidden response a status code equal to that given

func (*GetIntelIndicatorEntitiesForbidden) IsRedirect added in v0.2.27

func (o *GetIntelIndicatorEntitiesForbidden) IsRedirect() bool

IsRedirect returns true when this get intel indicator entities forbidden response has a 3xx status code

func (*GetIntelIndicatorEntitiesForbidden) IsServerError added in v0.2.27

func (o *GetIntelIndicatorEntitiesForbidden) IsServerError() bool

IsServerError returns true when this get intel indicator entities forbidden response has a 5xx status code

func (*GetIntelIndicatorEntitiesForbidden) IsSuccess added in v0.2.27

IsSuccess returns true when this get intel indicator entities forbidden response has a 2xx status code

func (*GetIntelIndicatorEntitiesForbidden) String added in v0.2.27

type GetIntelIndicatorEntitiesInternalServerError

type GetIntelIndicatorEntitiesInternalServerError 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.MsaErrorsOnly
}

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

Internal Server Error

func NewGetIntelIndicatorEntitiesInternalServerError

func NewGetIntelIndicatorEntitiesInternalServerError() *GetIntelIndicatorEntitiesInternalServerError

NewGetIntelIndicatorEntitiesInternalServerError creates a GetIntelIndicatorEntitiesInternalServerError with default headers values

func (*GetIntelIndicatorEntitiesInternalServerError) Error

func (*GetIntelIndicatorEntitiesInternalServerError) GetPayload

func (*GetIntelIndicatorEntitiesInternalServerError) IsClientError added in v0.2.27

IsClientError returns true when this get intel indicator entities internal server error response has a 4xx status code

func (*GetIntelIndicatorEntitiesInternalServerError) IsCode added in v0.2.27

IsCode returns true when this get intel indicator entities internal server error response a status code equal to that given

func (*GetIntelIndicatorEntitiesInternalServerError) IsRedirect added in v0.2.27

IsRedirect returns true when this get intel indicator entities internal server error response has a 3xx status code

func (*GetIntelIndicatorEntitiesInternalServerError) IsServerError added in v0.2.27

IsServerError returns true when this get intel indicator entities internal server error response has a 5xx status code

func (*GetIntelIndicatorEntitiesInternalServerError) IsSuccess added in v0.2.27

IsSuccess returns true when this get intel indicator entities internal server error response has a 2xx status code

func (*GetIntelIndicatorEntitiesInternalServerError) String added in v0.2.27

type GetIntelIndicatorEntitiesOK

type GetIntelIndicatorEntitiesOK 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.DomainPublicIndicatorsV3Response
}

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

OK

func NewGetIntelIndicatorEntitiesOK

func NewGetIntelIndicatorEntitiesOK() *GetIntelIndicatorEntitiesOK

NewGetIntelIndicatorEntitiesOK creates a GetIntelIndicatorEntitiesOK with default headers values

func (*GetIntelIndicatorEntitiesOK) Error

func (*GetIntelIndicatorEntitiesOK) GetPayload

func (*GetIntelIndicatorEntitiesOK) IsClientError added in v0.2.27

func (o *GetIntelIndicatorEntitiesOK) IsClientError() bool

IsClientError returns true when this get intel indicator entities o k response has a 4xx status code

func (*GetIntelIndicatorEntitiesOK) IsCode added in v0.2.27

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

IsCode returns true when this get intel indicator entities o k response a status code equal to that given

func (*GetIntelIndicatorEntitiesOK) IsRedirect added in v0.2.27

func (o *GetIntelIndicatorEntitiesOK) IsRedirect() bool

IsRedirect returns true when this get intel indicator entities o k response has a 3xx status code

func (*GetIntelIndicatorEntitiesOK) IsServerError added in v0.2.27

func (o *GetIntelIndicatorEntitiesOK) IsServerError() bool

IsServerError returns true when this get intel indicator entities o k response has a 5xx status code

func (*GetIntelIndicatorEntitiesOK) IsSuccess added in v0.2.27

func (o *GetIntelIndicatorEntitiesOK) IsSuccess() bool

IsSuccess returns true when this get intel indicator entities o k response has a 2xx status code

func (*GetIntelIndicatorEntitiesOK) String added in v0.2.27

func (o *GetIntelIndicatorEntitiesOK) String() string

type GetIntelIndicatorEntitiesParams

type GetIntelIndicatorEntitiesParams struct {

	// Body.
	Body *models.MsaIdsRequest

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

GetIntelIndicatorEntitiesParams contains all the parameters to send to the API endpoint

for the get intel indicator entities operation.

Typically these are written to a http.Request.

func NewGetIntelIndicatorEntitiesParams

func NewGetIntelIndicatorEntitiesParams() *GetIntelIndicatorEntitiesParams

NewGetIntelIndicatorEntitiesParams creates a new GetIntelIndicatorEntitiesParams 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 NewGetIntelIndicatorEntitiesParamsWithContext

func NewGetIntelIndicatorEntitiesParamsWithContext(ctx context.Context) *GetIntelIndicatorEntitiesParams

NewGetIntelIndicatorEntitiesParamsWithContext creates a new GetIntelIndicatorEntitiesParams object with the ability to set a context for a request.

func NewGetIntelIndicatorEntitiesParamsWithHTTPClient

func NewGetIntelIndicatorEntitiesParamsWithHTTPClient(client *http.Client) *GetIntelIndicatorEntitiesParams

NewGetIntelIndicatorEntitiesParamsWithHTTPClient creates a new GetIntelIndicatorEntitiesParams object with the ability to set a custom HTTPClient for a request.

func NewGetIntelIndicatorEntitiesParamsWithTimeout

func NewGetIntelIndicatorEntitiesParamsWithTimeout(timeout time.Duration) *GetIntelIndicatorEntitiesParams

NewGetIntelIndicatorEntitiesParamsWithTimeout creates a new GetIntelIndicatorEntitiesParams object with the ability to set a timeout on a request.

func (*GetIntelIndicatorEntitiesParams) SetBody

SetBody adds the body to the get intel indicator entities params

func (*GetIntelIndicatorEntitiesParams) SetContext

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

SetContext adds the context to the get intel indicator entities params

func (*GetIntelIndicatorEntitiesParams) SetDefaults

func (o *GetIntelIndicatorEntitiesParams) SetDefaults()

SetDefaults hydrates default values in the get intel indicator entities params (not the query body).

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

func (*GetIntelIndicatorEntitiesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get intel indicator entities params

func (*GetIntelIndicatorEntitiesParams) SetTimeout

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

SetTimeout adds the timeout to the get intel indicator entities params

func (*GetIntelIndicatorEntitiesParams) WithBody

WithBody adds the body to the get intel indicator entities params

func (*GetIntelIndicatorEntitiesParams) WithContext

WithContext adds the context to the get intel indicator entities params

func (*GetIntelIndicatorEntitiesParams) WithDefaults

WithDefaults hydrates default values in the get intel indicator entities params (not the query body).

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

func (*GetIntelIndicatorEntitiesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get intel indicator entities params

func (*GetIntelIndicatorEntitiesParams) WithTimeout

WithTimeout adds the timeout to the get intel indicator entities params

func (*GetIntelIndicatorEntitiesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetIntelIndicatorEntitiesReader

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

GetIntelIndicatorEntitiesReader is a Reader for the GetIntelIndicatorEntities structure.

func (*GetIntelIndicatorEntitiesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetIntelIndicatorEntitiesTooManyRequests

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

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

Too Many Requests

func NewGetIntelIndicatorEntitiesTooManyRequests

func NewGetIntelIndicatorEntitiesTooManyRequests() *GetIntelIndicatorEntitiesTooManyRequests

NewGetIntelIndicatorEntitiesTooManyRequests creates a GetIntelIndicatorEntitiesTooManyRequests with default headers values

func (*GetIntelIndicatorEntitiesTooManyRequests) Error

func (*GetIntelIndicatorEntitiesTooManyRequests) GetPayload

func (*GetIntelIndicatorEntitiesTooManyRequests) IsClientError added in v0.2.27

IsClientError returns true when this get intel indicator entities too many requests response has a 4xx status code

func (*GetIntelIndicatorEntitiesTooManyRequests) IsCode added in v0.2.27

IsCode returns true when this get intel indicator entities too many requests response a status code equal to that given

func (*GetIntelIndicatorEntitiesTooManyRequests) IsRedirect added in v0.2.27

IsRedirect returns true when this get intel indicator entities too many requests response has a 3xx status code

func (*GetIntelIndicatorEntitiesTooManyRequests) IsServerError added in v0.2.27

IsServerError returns true when this get intel indicator entities too many requests response has a 5xx status code

func (*GetIntelIndicatorEntitiesTooManyRequests) IsSuccess added in v0.2.27

IsSuccess returns true when this get intel indicator entities too many requests response has a 2xx status code

func (*GetIntelIndicatorEntitiesTooManyRequests) String added in v0.2.27

type GetIntelReportEntitiesDefault

type GetIntelReportEntitiesDefault struct {
	Payload *models.DomainNewsResponse
	// contains filtered or unexported fields
}

GetIntelReportEntitiesDefault describes a response with status code -1, with default header values.

OK

func NewGetIntelReportEntitiesDefault

func NewGetIntelReportEntitiesDefault(code int) *GetIntelReportEntitiesDefault

NewGetIntelReportEntitiesDefault creates a GetIntelReportEntitiesDefault with default headers values

func (*GetIntelReportEntitiesDefault) Code

Code gets the status code for the get intel report entities default response

func (*GetIntelReportEntitiesDefault) Error

func (*GetIntelReportEntitiesDefault) GetPayload

func (*GetIntelReportEntitiesDefault) IsClientError added in v0.2.27

func (o *GetIntelReportEntitiesDefault) IsClientError() bool

IsClientError returns true when this get intel report entities default response has a 4xx status code

func (*GetIntelReportEntitiesDefault) IsCode added in v0.2.27

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

IsCode returns true when this get intel report entities default response a status code equal to that given

func (*GetIntelReportEntitiesDefault) IsRedirect added in v0.2.27

func (o *GetIntelReportEntitiesDefault) IsRedirect() bool

IsRedirect returns true when this get intel report entities default response has a 3xx status code

func (*GetIntelReportEntitiesDefault) IsServerError added in v0.2.27

func (o *GetIntelReportEntitiesDefault) IsServerError() bool

IsServerError returns true when this get intel report entities default response has a 5xx status code

func (*GetIntelReportEntitiesDefault) IsSuccess added in v0.2.27

func (o *GetIntelReportEntitiesDefault) IsSuccess() bool

IsSuccess returns true when this get intel report entities default response has a 2xx status code

func (*GetIntelReportEntitiesDefault) String added in v0.2.27

type GetIntelReportEntitiesForbidden

type GetIntelReportEntitiesForbidden struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewGetIntelReportEntitiesForbidden

func NewGetIntelReportEntitiesForbidden() *GetIntelReportEntitiesForbidden

NewGetIntelReportEntitiesForbidden creates a GetIntelReportEntitiesForbidden with default headers values

func (*GetIntelReportEntitiesForbidden) Error

func (*GetIntelReportEntitiesForbidden) GetPayload

func (*GetIntelReportEntitiesForbidden) IsClientError added in v0.2.27

func (o *GetIntelReportEntitiesForbidden) IsClientError() bool

IsClientError returns true when this get intel report entities forbidden response has a 4xx status code

func (*GetIntelReportEntitiesForbidden) IsCode added in v0.2.27

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

IsCode returns true when this get intel report entities forbidden response a status code equal to that given

func (*GetIntelReportEntitiesForbidden) IsRedirect added in v0.2.27

func (o *GetIntelReportEntitiesForbidden) IsRedirect() bool

IsRedirect returns true when this get intel report entities forbidden response has a 3xx status code

func (*GetIntelReportEntitiesForbidden) IsServerError added in v0.2.27

func (o *GetIntelReportEntitiesForbidden) IsServerError() bool

IsServerError returns true when this get intel report entities forbidden response has a 5xx status code

func (*GetIntelReportEntitiesForbidden) IsSuccess added in v0.2.27

func (o *GetIntelReportEntitiesForbidden) IsSuccess() bool

IsSuccess returns true when this get intel report entities forbidden response has a 2xx status code

func (*GetIntelReportEntitiesForbidden) String added in v0.2.27

type GetIntelReportEntitiesInternalServerError

type GetIntelReportEntitiesInternalServerError struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaErrorsOnly
}

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

Internal Server Error

func NewGetIntelReportEntitiesInternalServerError

func NewGetIntelReportEntitiesInternalServerError() *GetIntelReportEntitiesInternalServerError

NewGetIntelReportEntitiesInternalServerError creates a GetIntelReportEntitiesInternalServerError with default headers values

func (*GetIntelReportEntitiesInternalServerError) Error

func (*GetIntelReportEntitiesInternalServerError) GetPayload

func (*GetIntelReportEntitiesInternalServerError) IsClientError added in v0.2.27

IsClientError returns true when this get intel report entities internal server error response has a 4xx status code

func (*GetIntelReportEntitiesInternalServerError) IsCode added in v0.2.27

IsCode returns true when this get intel report entities internal server error response a status code equal to that given

func (*GetIntelReportEntitiesInternalServerError) IsRedirect added in v0.2.27

IsRedirect returns true when this get intel report entities internal server error response has a 3xx status code

func (*GetIntelReportEntitiesInternalServerError) IsServerError added in v0.2.27

IsServerError returns true when this get intel report entities internal server error response has a 5xx status code

func (*GetIntelReportEntitiesInternalServerError) IsSuccess added in v0.2.27

IsSuccess returns true when this get intel report entities internal server error response has a 2xx status code

func (*GetIntelReportEntitiesInternalServerError) String added in v0.2.27

type GetIntelReportEntitiesOK

type GetIntelReportEntitiesOK struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.DomainNewsResponse
}

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

OK

func NewGetIntelReportEntitiesOK

func NewGetIntelReportEntitiesOK() *GetIntelReportEntitiesOK

NewGetIntelReportEntitiesOK creates a GetIntelReportEntitiesOK with default headers values

func (*GetIntelReportEntitiesOK) Error

func (o *GetIntelReportEntitiesOK) Error() string

func (*GetIntelReportEntitiesOK) GetPayload

func (*GetIntelReportEntitiesOK) IsClientError added in v0.2.27

func (o *GetIntelReportEntitiesOK) IsClientError() bool

IsClientError returns true when this get intel report entities o k response has a 4xx status code

func (*GetIntelReportEntitiesOK) IsCode added in v0.2.27

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

IsCode returns true when this get intel report entities o k response a status code equal to that given

func (*GetIntelReportEntitiesOK) IsRedirect added in v0.2.27

func (o *GetIntelReportEntitiesOK) IsRedirect() bool

IsRedirect returns true when this get intel report entities o k response has a 3xx status code

func (*GetIntelReportEntitiesOK) IsServerError added in v0.2.27

func (o *GetIntelReportEntitiesOK) IsServerError() bool

IsServerError returns true when this get intel report entities o k response has a 5xx status code

func (*GetIntelReportEntitiesOK) IsSuccess added in v0.2.27

func (o *GetIntelReportEntitiesOK) IsSuccess() bool

IsSuccess returns true when this get intel report entities o k response has a 2xx status code

func (*GetIntelReportEntitiesOK) String added in v0.2.27

func (o *GetIntelReportEntitiesOK) String() string

type GetIntelReportEntitiesParams

type GetIntelReportEntitiesParams struct {

	/* Fields.

	     The fields to return, or a predefined set of fields in the form of the collection name surrounded by two underscores like:

	\_\_\<collection\>\_\_.

	Ex: slug \_\_full\_\_.

	Defaults to \_\_basic\_\_.
	*/
	Fields []string

	/* Ids.

	   The IDs of the reports you want to retrieve.
	*/
	Ids []string

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

GetIntelReportEntitiesParams contains all the parameters to send to the API endpoint

for the get intel report entities operation.

Typically these are written to a http.Request.

func NewGetIntelReportEntitiesParams

func NewGetIntelReportEntitiesParams() *GetIntelReportEntitiesParams

NewGetIntelReportEntitiesParams creates a new GetIntelReportEntitiesParams 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 NewGetIntelReportEntitiesParamsWithContext

func NewGetIntelReportEntitiesParamsWithContext(ctx context.Context) *GetIntelReportEntitiesParams

NewGetIntelReportEntitiesParamsWithContext creates a new GetIntelReportEntitiesParams object with the ability to set a context for a request.

func NewGetIntelReportEntitiesParamsWithHTTPClient

func NewGetIntelReportEntitiesParamsWithHTTPClient(client *http.Client) *GetIntelReportEntitiesParams

NewGetIntelReportEntitiesParamsWithHTTPClient creates a new GetIntelReportEntitiesParams object with the ability to set a custom HTTPClient for a request.

func NewGetIntelReportEntitiesParamsWithTimeout

func NewGetIntelReportEntitiesParamsWithTimeout(timeout time.Duration) *GetIntelReportEntitiesParams

NewGetIntelReportEntitiesParamsWithTimeout creates a new GetIntelReportEntitiesParams object with the ability to set a timeout on a request.

func (*GetIntelReportEntitiesParams) SetContext

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

SetContext adds the context to the get intel report entities params

func (*GetIntelReportEntitiesParams) SetDefaults

func (o *GetIntelReportEntitiesParams) SetDefaults()

SetDefaults hydrates default values in the get intel report entities params (not the query body).

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

func (*GetIntelReportEntitiesParams) SetFields

func (o *GetIntelReportEntitiesParams) SetFields(fields []string)

SetFields adds the fields to the get intel report entities params

func (*GetIntelReportEntitiesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get intel report entities params

func (*GetIntelReportEntitiesParams) SetIds

func (o *GetIntelReportEntitiesParams) SetIds(ids []string)

SetIds adds the ids to the get intel report entities params

func (*GetIntelReportEntitiesParams) SetTimeout

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

SetTimeout adds the timeout to the get intel report entities params

func (*GetIntelReportEntitiesParams) WithContext

WithContext adds the context to the get intel report entities params

func (*GetIntelReportEntitiesParams) WithDefaults

WithDefaults hydrates default values in the get intel report entities params (not the query body).

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

func (*GetIntelReportEntitiesParams) WithFields

WithFields adds the fields to the get intel report entities params

func (*GetIntelReportEntitiesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get intel report entities params

func (*GetIntelReportEntitiesParams) WithIds

WithIds adds the ids to the get intel report entities params

func (*GetIntelReportEntitiesParams) WithTimeout

WithTimeout adds the timeout to the get intel report entities params

func (*GetIntelReportEntitiesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetIntelReportEntitiesReader

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

GetIntelReportEntitiesReader is a Reader for the GetIntelReportEntities structure.

func (*GetIntelReportEntitiesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetIntelReportEntitiesTooManyRequests

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

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

Too Many Requests

func NewGetIntelReportEntitiesTooManyRequests

func NewGetIntelReportEntitiesTooManyRequests() *GetIntelReportEntitiesTooManyRequests

NewGetIntelReportEntitiesTooManyRequests creates a GetIntelReportEntitiesTooManyRequests with default headers values

func (*GetIntelReportEntitiesTooManyRequests) Error

func (*GetIntelReportEntitiesTooManyRequests) GetPayload

func (*GetIntelReportEntitiesTooManyRequests) IsClientError added in v0.2.27

func (o *GetIntelReportEntitiesTooManyRequests) IsClientError() bool

IsClientError returns true when this get intel report entities too many requests response has a 4xx status code

func (*GetIntelReportEntitiesTooManyRequests) IsCode added in v0.2.27

IsCode returns true when this get intel report entities too many requests response a status code equal to that given

func (*GetIntelReportEntitiesTooManyRequests) IsRedirect added in v0.2.27

IsRedirect returns true when this get intel report entities too many requests response has a 3xx status code

func (*GetIntelReportEntitiesTooManyRequests) IsServerError added in v0.2.27

func (o *GetIntelReportEntitiesTooManyRequests) IsServerError() bool

IsServerError returns true when this get intel report entities too many requests response has a 5xx status code

func (*GetIntelReportEntitiesTooManyRequests) IsSuccess added in v0.2.27

IsSuccess returns true when this get intel report entities too many requests response has a 2xx status code

func (*GetIntelReportEntitiesTooManyRequests) String added in v0.2.27

type GetIntelReportPDFBadRequest

type GetIntelReportPDFBadRequest struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaErrorsOnly
}

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

Bad Request

func NewGetIntelReportPDFBadRequest

func NewGetIntelReportPDFBadRequest() *GetIntelReportPDFBadRequest

NewGetIntelReportPDFBadRequest creates a GetIntelReportPDFBadRequest with default headers values

func (*GetIntelReportPDFBadRequest) Error

func (*GetIntelReportPDFBadRequest) GetPayload

func (*GetIntelReportPDFBadRequest) IsClientError added in v0.2.27

func (o *GetIntelReportPDFBadRequest) IsClientError() bool

IsClientError returns true when this get intel report p d f bad request response has a 4xx status code

func (*GetIntelReportPDFBadRequest) IsCode added in v0.2.27

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

IsCode returns true when this get intel report p d f bad request response a status code equal to that given

func (*GetIntelReportPDFBadRequest) IsRedirect added in v0.2.27

func (o *GetIntelReportPDFBadRequest) IsRedirect() bool

IsRedirect returns true when this get intel report p d f bad request response has a 3xx status code

func (*GetIntelReportPDFBadRequest) IsServerError added in v0.2.27

func (o *GetIntelReportPDFBadRequest) IsServerError() bool

IsServerError returns true when this get intel report p d f bad request response has a 5xx status code

func (*GetIntelReportPDFBadRequest) IsSuccess added in v0.2.27

func (o *GetIntelReportPDFBadRequest) IsSuccess() bool

IsSuccess returns true when this get intel report p d f bad request response has a 2xx status code

func (*GetIntelReportPDFBadRequest) String added in v0.2.27

func (o *GetIntelReportPDFBadRequest) String() string

type GetIntelReportPDFDefault

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

GetIntelReportPDFDefault describes a response with status code -1, with default header values.

OK

func NewGetIntelReportPDFDefault

func NewGetIntelReportPDFDefault(code int) *GetIntelReportPDFDefault

NewGetIntelReportPDFDefault creates a GetIntelReportPDFDefault with default headers values

func (*GetIntelReportPDFDefault) Code

func (o *GetIntelReportPDFDefault) Code() int

Code gets the status code for the get intel report p d f default response

func (*GetIntelReportPDFDefault) Error

func (o *GetIntelReportPDFDefault) Error() string

func (*GetIntelReportPDFDefault) IsClientError added in v0.2.27

func (o *GetIntelReportPDFDefault) IsClientError() bool

IsClientError returns true when this get intel report p d f default response has a 4xx status code

func (*GetIntelReportPDFDefault) IsCode added in v0.2.27

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

IsCode returns true when this get intel report p d f default response a status code equal to that given

func (*GetIntelReportPDFDefault) IsRedirect added in v0.2.27

func (o *GetIntelReportPDFDefault) IsRedirect() bool

IsRedirect returns true when this get intel report p d f default response has a 3xx status code

func (*GetIntelReportPDFDefault) IsServerError added in v0.2.27

func (o *GetIntelReportPDFDefault) IsServerError() bool

IsServerError returns true when this get intel report p d f default response has a 5xx status code

func (*GetIntelReportPDFDefault) IsSuccess added in v0.2.27

func (o *GetIntelReportPDFDefault) IsSuccess() bool

IsSuccess returns true when this get intel report p d f default response has a 2xx status code

func (*GetIntelReportPDFDefault) String added in v0.2.27

func (o *GetIntelReportPDFDefault) String() string

type GetIntelReportPDFForbidden

type GetIntelReportPDFForbidden struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewGetIntelReportPDFForbidden

func NewGetIntelReportPDFForbidden() *GetIntelReportPDFForbidden

NewGetIntelReportPDFForbidden creates a GetIntelReportPDFForbidden with default headers values

func (*GetIntelReportPDFForbidden) Error

func (*GetIntelReportPDFForbidden) GetPayload

func (*GetIntelReportPDFForbidden) IsClientError added in v0.2.27

func (o *GetIntelReportPDFForbidden) IsClientError() bool

IsClientError returns true when this get intel report p d f forbidden response has a 4xx status code

func (*GetIntelReportPDFForbidden) IsCode added in v0.2.27

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

IsCode returns true when this get intel report p d f forbidden response a status code equal to that given

func (*GetIntelReportPDFForbidden) IsRedirect added in v0.2.27

func (o *GetIntelReportPDFForbidden) IsRedirect() bool

IsRedirect returns true when this get intel report p d f forbidden response has a 3xx status code

func (*GetIntelReportPDFForbidden) IsServerError added in v0.2.27

func (o *GetIntelReportPDFForbidden) IsServerError() bool

IsServerError returns true when this get intel report p d f forbidden response has a 5xx status code

func (*GetIntelReportPDFForbidden) IsSuccess added in v0.2.27

func (o *GetIntelReportPDFForbidden) IsSuccess() bool

IsSuccess returns true when this get intel report p d f forbidden response has a 2xx status code

func (*GetIntelReportPDFForbidden) String added in v0.2.27

func (o *GetIntelReportPDFForbidden) String() string

type GetIntelReportPDFInternalServerError

type GetIntelReportPDFInternalServerError struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaErrorsOnly
}

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

Internal Server Error

func NewGetIntelReportPDFInternalServerError

func NewGetIntelReportPDFInternalServerError() *GetIntelReportPDFInternalServerError

NewGetIntelReportPDFInternalServerError creates a GetIntelReportPDFInternalServerError with default headers values

func (*GetIntelReportPDFInternalServerError) Error

func (*GetIntelReportPDFInternalServerError) GetPayload

func (*GetIntelReportPDFInternalServerError) IsClientError added in v0.2.27

func (o *GetIntelReportPDFInternalServerError) IsClientError() bool

IsClientError returns true when this get intel report p d f internal server error response has a 4xx status code

func (*GetIntelReportPDFInternalServerError) IsCode added in v0.2.27

IsCode returns true when this get intel report p d f internal server error response a status code equal to that given

func (*GetIntelReportPDFInternalServerError) IsRedirect added in v0.2.27

IsRedirect returns true when this get intel report p d f internal server error response has a 3xx status code

func (*GetIntelReportPDFInternalServerError) IsServerError added in v0.2.27

func (o *GetIntelReportPDFInternalServerError) IsServerError() bool

IsServerError returns true when this get intel report p d f internal server error response has a 5xx status code

func (*GetIntelReportPDFInternalServerError) IsSuccess added in v0.2.27

IsSuccess returns true when this get intel report p d f internal server error response has a 2xx status code

func (*GetIntelReportPDFInternalServerError) String added in v0.2.27

type GetIntelReportPDFOK

type GetIntelReportPDFOK struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload io.Writer
}

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

OK

func NewGetIntelReportPDFOK

func NewGetIntelReportPDFOK(writer io.Writer) *GetIntelReportPDFOK

NewGetIntelReportPDFOK creates a GetIntelReportPDFOK with default headers values

func (*GetIntelReportPDFOK) Error

func (o *GetIntelReportPDFOK) Error() string

func (*GetIntelReportPDFOK) GetPayload added in v0.2.12

func (o *GetIntelReportPDFOK) GetPayload() io.Writer

func (*GetIntelReportPDFOK) IsClientError added in v0.2.27

func (o *GetIntelReportPDFOK) IsClientError() bool

IsClientError returns true when this get intel report p d f o k response has a 4xx status code

func (*GetIntelReportPDFOK) IsCode added in v0.2.27

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

IsCode returns true when this get intel report p d f o k response a status code equal to that given

func (*GetIntelReportPDFOK) IsRedirect added in v0.2.27

func (o *GetIntelReportPDFOK) IsRedirect() bool

IsRedirect returns true when this get intel report p d f o k response has a 3xx status code

func (*GetIntelReportPDFOK) IsServerError added in v0.2.27

func (o *GetIntelReportPDFOK) IsServerError() bool

IsServerError returns true when this get intel report p d f o k response has a 5xx status code

func (*GetIntelReportPDFOK) IsSuccess added in v0.2.27

func (o *GetIntelReportPDFOK) IsSuccess() bool

IsSuccess returns true when this get intel report p d f o k response has a 2xx status code

func (*GetIntelReportPDFOK) String added in v0.2.27

func (o *GetIntelReportPDFOK) String() string

type GetIntelReportPDFParams

type GetIntelReportPDFParams struct {

	/* ID.

	   The ID of the report you want to download as a PDF.
	*/
	ID string

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

GetIntelReportPDFParams contains all the parameters to send to the API endpoint

for the get intel report p d f operation.

Typically these are written to a http.Request.

func NewGetIntelReportPDFParams

func NewGetIntelReportPDFParams() *GetIntelReportPDFParams

NewGetIntelReportPDFParams creates a new GetIntelReportPDFParams 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 NewGetIntelReportPDFParamsWithContext

func NewGetIntelReportPDFParamsWithContext(ctx context.Context) *GetIntelReportPDFParams

NewGetIntelReportPDFParamsWithContext creates a new GetIntelReportPDFParams object with the ability to set a context for a request.

func NewGetIntelReportPDFParamsWithHTTPClient

func NewGetIntelReportPDFParamsWithHTTPClient(client *http.Client) *GetIntelReportPDFParams

NewGetIntelReportPDFParamsWithHTTPClient creates a new GetIntelReportPDFParams object with the ability to set a custom HTTPClient for a request.

func NewGetIntelReportPDFParamsWithTimeout

func NewGetIntelReportPDFParamsWithTimeout(timeout time.Duration) *GetIntelReportPDFParams

NewGetIntelReportPDFParamsWithTimeout creates a new GetIntelReportPDFParams object with the ability to set a timeout on a request.

func (*GetIntelReportPDFParams) SetContext

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

SetContext adds the context to the get intel report p d f params

func (*GetIntelReportPDFParams) SetDefaults

func (o *GetIntelReportPDFParams) SetDefaults()

SetDefaults hydrates default values in the get intel report p d f params (not the query body).

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

func (*GetIntelReportPDFParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get intel report p d f params

func (*GetIntelReportPDFParams) SetID

func (o *GetIntelReportPDFParams) SetID(id string)

SetID adds the id to the get intel report p d f params

func (*GetIntelReportPDFParams) SetTimeout

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

SetTimeout adds the timeout to the get intel report p d f params

func (*GetIntelReportPDFParams) WithContext

WithContext adds the context to the get intel report p d f params

func (*GetIntelReportPDFParams) WithDefaults

WithDefaults hydrates default values in the get intel report p d f params (not the query body).

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

func (*GetIntelReportPDFParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get intel report p d f params

func (*GetIntelReportPDFParams) WithID

WithID adds the id to the get intel report p d f params

func (*GetIntelReportPDFParams) WithTimeout

WithTimeout adds the timeout to the get intel report p d f params

func (*GetIntelReportPDFParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetIntelReportPDFReader

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

GetIntelReportPDFReader is a Reader for the GetIntelReportPDF structure.

func (*GetIntelReportPDFReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetIntelReportPDFTooManyRequests

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

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

Too Many Requests

func NewGetIntelReportPDFTooManyRequests

func NewGetIntelReportPDFTooManyRequests() *GetIntelReportPDFTooManyRequests

NewGetIntelReportPDFTooManyRequests creates a GetIntelReportPDFTooManyRequests with default headers values

func (*GetIntelReportPDFTooManyRequests) Error

func (*GetIntelReportPDFTooManyRequests) GetPayload

func (*GetIntelReportPDFTooManyRequests) IsClientError added in v0.2.27

func (o *GetIntelReportPDFTooManyRequests) IsClientError() bool

IsClientError returns true when this get intel report p d f too many requests response has a 4xx status code

func (*GetIntelReportPDFTooManyRequests) IsCode added in v0.2.27

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

IsCode returns true when this get intel report p d f too many requests response a status code equal to that given

func (*GetIntelReportPDFTooManyRequests) IsRedirect added in v0.2.27

func (o *GetIntelReportPDFTooManyRequests) IsRedirect() bool

IsRedirect returns true when this get intel report p d f too many requests response has a 3xx status code

func (*GetIntelReportPDFTooManyRequests) IsServerError added in v0.2.27

func (o *GetIntelReportPDFTooManyRequests) IsServerError() bool

IsServerError returns true when this get intel report p d f too many requests response has a 5xx status code

func (*GetIntelReportPDFTooManyRequests) IsSuccess added in v0.2.27

func (o *GetIntelReportPDFTooManyRequests) IsSuccess() bool

IsSuccess returns true when this get intel report p d f too many requests response has a 2xx status code

func (*GetIntelReportPDFTooManyRequests) String added in v0.2.27

type GetIntelRuleEntitiesDefault

type GetIntelRuleEntitiesDefault struct {
	Payload *models.DomainRulesResponse
	// contains filtered or unexported fields
}

GetIntelRuleEntitiesDefault describes a response with status code -1, with default header values.

OK

func NewGetIntelRuleEntitiesDefault

func NewGetIntelRuleEntitiesDefault(code int) *GetIntelRuleEntitiesDefault

NewGetIntelRuleEntitiesDefault creates a GetIntelRuleEntitiesDefault with default headers values

func (*GetIntelRuleEntitiesDefault) Code

func (o *GetIntelRuleEntitiesDefault) Code() int

Code gets the status code for the get intel rule entities default response

func (*GetIntelRuleEntitiesDefault) Error

func (*GetIntelRuleEntitiesDefault) GetPayload

func (*GetIntelRuleEntitiesDefault) IsClientError added in v0.2.27

func (o *GetIntelRuleEntitiesDefault) IsClientError() bool

IsClientError returns true when this get intel rule entities default response has a 4xx status code

func (*GetIntelRuleEntitiesDefault) IsCode added in v0.2.27

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

IsCode returns true when this get intel rule entities default response a status code equal to that given

func (*GetIntelRuleEntitiesDefault) IsRedirect added in v0.2.27

func (o *GetIntelRuleEntitiesDefault) IsRedirect() bool

IsRedirect returns true when this get intel rule entities default response has a 3xx status code

func (*GetIntelRuleEntitiesDefault) IsServerError added in v0.2.27

func (o *GetIntelRuleEntitiesDefault) IsServerError() bool

IsServerError returns true when this get intel rule entities default response has a 5xx status code

func (*GetIntelRuleEntitiesDefault) IsSuccess added in v0.2.27

func (o *GetIntelRuleEntitiesDefault) IsSuccess() bool

IsSuccess returns true when this get intel rule entities default response has a 2xx status code

func (*GetIntelRuleEntitiesDefault) String added in v0.2.27

func (o *GetIntelRuleEntitiesDefault) String() string

type GetIntelRuleEntitiesForbidden

type GetIntelRuleEntitiesForbidden struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewGetIntelRuleEntitiesForbidden

func NewGetIntelRuleEntitiesForbidden() *GetIntelRuleEntitiesForbidden

NewGetIntelRuleEntitiesForbidden creates a GetIntelRuleEntitiesForbidden with default headers values

func (*GetIntelRuleEntitiesForbidden) Error

func (*GetIntelRuleEntitiesForbidden) GetPayload

func (*GetIntelRuleEntitiesForbidden) IsClientError added in v0.2.27

func (o *GetIntelRuleEntitiesForbidden) IsClientError() bool

IsClientError returns true when this get intel rule entities forbidden response has a 4xx status code

func (*GetIntelRuleEntitiesForbidden) IsCode added in v0.2.27

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

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

func (*GetIntelRuleEntitiesForbidden) IsRedirect added in v0.2.27

func (o *GetIntelRuleEntitiesForbidden) IsRedirect() bool

IsRedirect returns true when this get intel rule entities forbidden response has a 3xx status code

func (*GetIntelRuleEntitiesForbidden) IsServerError added in v0.2.27

func (o *GetIntelRuleEntitiesForbidden) IsServerError() bool

IsServerError returns true when this get intel rule entities forbidden response has a 5xx status code

func (*GetIntelRuleEntitiesForbidden) IsSuccess added in v0.2.27

func (o *GetIntelRuleEntitiesForbidden) IsSuccess() bool

IsSuccess returns true when this get intel rule entities forbidden response has a 2xx status code

func (*GetIntelRuleEntitiesForbidden) String added in v0.2.27

type GetIntelRuleEntitiesInternalServerError

type GetIntelRuleEntitiesInternalServerError struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaErrorsOnly
}

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

Internal Server Error

func NewGetIntelRuleEntitiesInternalServerError

func NewGetIntelRuleEntitiesInternalServerError() *GetIntelRuleEntitiesInternalServerError

NewGetIntelRuleEntitiesInternalServerError creates a GetIntelRuleEntitiesInternalServerError with default headers values

func (*GetIntelRuleEntitiesInternalServerError) Error

func (*GetIntelRuleEntitiesInternalServerError) GetPayload

func (*GetIntelRuleEntitiesInternalServerError) IsClientError added in v0.2.27

func (o *GetIntelRuleEntitiesInternalServerError) IsClientError() bool

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

func (*GetIntelRuleEntitiesInternalServerError) IsCode added in v0.2.27

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

func (*GetIntelRuleEntitiesInternalServerError) IsRedirect added in v0.2.27

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

func (*GetIntelRuleEntitiesInternalServerError) IsServerError added in v0.2.27

func (o *GetIntelRuleEntitiesInternalServerError) IsServerError() bool

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

func (*GetIntelRuleEntitiesInternalServerError) IsSuccess added in v0.2.27

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

func (*GetIntelRuleEntitiesInternalServerError) String added in v0.2.27

type GetIntelRuleEntitiesOK

type GetIntelRuleEntitiesOK struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.DomainRulesResponse
}

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

OK

func NewGetIntelRuleEntitiesOK

func NewGetIntelRuleEntitiesOK() *GetIntelRuleEntitiesOK

NewGetIntelRuleEntitiesOK creates a GetIntelRuleEntitiesOK with default headers values

func (*GetIntelRuleEntitiesOK) Error

func (o *GetIntelRuleEntitiesOK) Error() string

func (*GetIntelRuleEntitiesOK) GetPayload

func (*GetIntelRuleEntitiesOK) IsClientError added in v0.2.27

func (o *GetIntelRuleEntitiesOK) IsClientError() bool

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

func (*GetIntelRuleEntitiesOK) IsCode added in v0.2.27

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

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

func (*GetIntelRuleEntitiesOK) IsRedirect added in v0.2.27

func (o *GetIntelRuleEntitiesOK) IsRedirect() bool

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

func (*GetIntelRuleEntitiesOK) IsServerError added in v0.2.27

func (o *GetIntelRuleEntitiesOK) IsServerError() bool

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

func (*GetIntelRuleEntitiesOK) IsSuccess added in v0.2.27

func (o *GetIntelRuleEntitiesOK) IsSuccess() bool

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

func (*GetIntelRuleEntitiesOK) String added in v0.2.27

func (o *GetIntelRuleEntitiesOK) String() string

type GetIntelRuleEntitiesParams

type GetIntelRuleEntitiesParams struct {

	/* Ids.

	   The ids of rules to return.
	*/
	Ids []string

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

GetIntelRuleEntitiesParams contains all the parameters to send to the API endpoint

for the get intel rule entities operation.

Typically these are written to a http.Request.

func NewGetIntelRuleEntitiesParams

func NewGetIntelRuleEntitiesParams() *GetIntelRuleEntitiesParams

NewGetIntelRuleEntitiesParams creates a new GetIntelRuleEntitiesParams 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 NewGetIntelRuleEntitiesParamsWithContext

func NewGetIntelRuleEntitiesParamsWithContext(ctx context.Context) *GetIntelRuleEntitiesParams

NewGetIntelRuleEntitiesParamsWithContext creates a new GetIntelRuleEntitiesParams object with the ability to set a context for a request.

func NewGetIntelRuleEntitiesParamsWithHTTPClient

func NewGetIntelRuleEntitiesParamsWithHTTPClient(client *http.Client) *GetIntelRuleEntitiesParams

NewGetIntelRuleEntitiesParamsWithHTTPClient creates a new GetIntelRuleEntitiesParams object with the ability to set a custom HTTPClient for a request.

func NewGetIntelRuleEntitiesParamsWithTimeout

func NewGetIntelRuleEntitiesParamsWithTimeout(timeout time.Duration) *GetIntelRuleEntitiesParams

NewGetIntelRuleEntitiesParamsWithTimeout creates a new GetIntelRuleEntitiesParams object with the ability to set a timeout on a request.

func (*GetIntelRuleEntitiesParams) SetContext

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

SetContext adds the context to the get intel rule entities params

func (*GetIntelRuleEntitiesParams) SetDefaults

func (o *GetIntelRuleEntitiesParams) SetDefaults()

SetDefaults hydrates default values in the get intel rule entities params (not the query body).

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

func (*GetIntelRuleEntitiesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get intel rule entities params

func (*GetIntelRuleEntitiesParams) SetIds

func (o *GetIntelRuleEntitiesParams) SetIds(ids []string)

SetIds adds the ids to the get intel rule entities params

func (*GetIntelRuleEntitiesParams) SetTimeout

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

SetTimeout adds the timeout to the get intel rule entities params

func (*GetIntelRuleEntitiesParams) WithContext

WithContext adds the context to the get intel rule entities params

func (*GetIntelRuleEntitiesParams) WithDefaults

WithDefaults hydrates default values in the get intel rule entities params (not the query body).

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

func (*GetIntelRuleEntitiesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get intel rule entities params

func (*GetIntelRuleEntitiesParams) WithIds

WithIds adds the ids to the get intel rule entities params

func (*GetIntelRuleEntitiesParams) WithTimeout

WithTimeout adds the timeout to the get intel rule entities params

func (*GetIntelRuleEntitiesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetIntelRuleEntitiesReader

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

GetIntelRuleEntitiesReader is a Reader for the GetIntelRuleEntities structure.

func (*GetIntelRuleEntitiesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetIntelRuleEntitiesTooManyRequests

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

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

Too Many Requests

func NewGetIntelRuleEntitiesTooManyRequests

func NewGetIntelRuleEntitiesTooManyRequests() *GetIntelRuleEntitiesTooManyRequests

NewGetIntelRuleEntitiesTooManyRequests creates a GetIntelRuleEntitiesTooManyRequests with default headers values

func (*GetIntelRuleEntitiesTooManyRequests) Error

func (*GetIntelRuleEntitiesTooManyRequests) GetPayload

func (*GetIntelRuleEntitiesTooManyRequests) IsClientError added in v0.2.27

func (o *GetIntelRuleEntitiesTooManyRequests) IsClientError() bool

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

func (*GetIntelRuleEntitiesTooManyRequests) IsCode added in v0.2.27

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

func (*GetIntelRuleEntitiesTooManyRequests) IsRedirect added in v0.2.27

func (o *GetIntelRuleEntitiesTooManyRequests) IsRedirect() bool

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

func (*GetIntelRuleEntitiesTooManyRequests) IsServerError added in v0.2.27

func (o *GetIntelRuleEntitiesTooManyRequests) IsServerError() bool

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

func (*GetIntelRuleEntitiesTooManyRequests) IsSuccess added in v0.2.27

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

func (*GetIntelRuleEntitiesTooManyRequests) String added in v0.2.27

type GetIntelRuleFileBadRequest

type GetIntelRuleFileBadRequest struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaErrorsOnly
}

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

Bad Request

func NewGetIntelRuleFileBadRequest

func NewGetIntelRuleFileBadRequest() *GetIntelRuleFileBadRequest

NewGetIntelRuleFileBadRequest creates a GetIntelRuleFileBadRequest with default headers values

func (*GetIntelRuleFileBadRequest) Error

func (*GetIntelRuleFileBadRequest) GetPayload

func (*GetIntelRuleFileBadRequest) IsClientError added in v0.2.27

func (o *GetIntelRuleFileBadRequest) IsClientError() bool

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

func (*GetIntelRuleFileBadRequest) IsCode added in v0.2.27

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

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

func (*GetIntelRuleFileBadRequest) IsRedirect added in v0.2.27

func (o *GetIntelRuleFileBadRequest) IsRedirect() bool

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

func (*GetIntelRuleFileBadRequest) IsServerError added in v0.2.27

func (o *GetIntelRuleFileBadRequest) IsServerError() bool

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

func (*GetIntelRuleFileBadRequest) IsSuccess added in v0.2.27

func (o *GetIntelRuleFileBadRequest) IsSuccess() bool

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

func (*GetIntelRuleFileBadRequest) String added in v0.2.27

func (o *GetIntelRuleFileBadRequest) String() string

type GetIntelRuleFileDefault

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

GetIntelRuleFileDefault describes a response with status code -1, with default header values.

OK

func NewGetIntelRuleFileDefault

func NewGetIntelRuleFileDefault(code int) *GetIntelRuleFileDefault

NewGetIntelRuleFileDefault creates a GetIntelRuleFileDefault with default headers values

func (*GetIntelRuleFileDefault) Code

func (o *GetIntelRuleFileDefault) Code() int

Code gets the status code for the get intel rule file default response

func (*GetIntelRuleFileDefault) Error

func (o *GetIntelRuleFileDefault) Error() string

func (*GetIntelRuleFileDefault) IsClientError added in v0.2.27

func (o *GetIntelRuleFileDefault) IsClientError() bool

IsClientError returns true when this get intel rule file default response has a 4xx status code

func (*GetIntelRuleFileDefault) IsCode added in v0.2.27

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

IsCode returns true when this get intel rule file default response a status code equal to that given

func (*GetIntelRuleFileDefault) IsRedirect added in v0.2.27

func (o *GetIntelRuleFileDefault) IsRedirect() bool

IsRedirect returns true when this get intel rule file default response has a 3xx status code

func (*GetIntelRuleFileDefault) IsServerError added in v0.2.27

func (o *GetIntelRuleFileDefault) IsServerError() bool

IsServerError returns true when this get intel rule file default response has a 5xx status code

func (*GetIntelRuleFileDefault) IsSuccess added in v0.2.27

func (o *GetIntelRuleFileDefault) IsSuccess() bool

IsSuccess returns true when this get intel rule file default response has a 2xx status code

func (*GetIntelRuleFileDefault) String added in v0.2.27

func (o *GetIntelRuleFileDefault) String() string

type GetIntelRuleFileForbidden

type GetIntelRuleFileForbidden struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewGetIntelRuleFileForbidden

func NewGetIntelRuleFileForbidden() *GetIntelRuleFileForbidden

NewGetIntelRuleFileForbidden creates a GetIntelRuleFileForbidden with default headers values

func (*GetIntelRuleFileForbidden) Error

func (o *GetIntelRuleFileForbidden) Error() string

func (*GetIntelRuleFileForbidden) GetPayload

func (*GetIntelRuleFileForbidden) IsClientError added in v0.2.27

func (o *GetIntelRuleFileForbidden) IsClientError() bool

IsClientError returns true when this get intel rule file forbidden response has a 4xx status code

func (*GetIntelRuleFileForbidden) IsCode added in v0.2.27

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

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

func (*GetIntelRuleFileForbidden) IsRedirect added in v0.2.27

func (o *GetIntelRuleFileForbidden) IsRedirect() bool

IsRedirect returns true when this get intel rule file forbidden response has a 3xx status code

func (*GetIntelRuleFileForbidden) IsServerError added in v0.2.27

func (o *GetIntelRuleFileForbidden) IsServerError() bool

IsServerError returns true when this get intel rule file forbidden response has a 5xx status code

func (*GetIntelRuleFileForbidden) IsSuccess added in v0.2.27

func (o *GetIntelRuleFileForbidden) IsSuccess() bool

IsSuccess returns true when this get intel rule file forbidden response has a 2xx status code

func (*GetIntelRuleFileForbidden) String added in v0.2.27

func (o *GetIntelRuleFileForbidden) String() string

type GetIntelRuleFileInternalServerError

type GetIntelRuleFileInternalServerError struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaErrorsOnly
}

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

Internal Server Error

func NewGetIntelRuleFileInternalServerError

func NewGetIntelRuleFileInternalServerError() *GetIntelRuleFileInternalServerError

NewGetIntelRuleFileInternalServerError creates a GetIntelRuleFileInternalServerError with default headers values

func (*GetIntelRuleFileInternalServerError) Error

func (*GetIntelRuleFileInternalServerError) GetPayload

func (*GetIntelRuleFileInternalServerError) IsClientError added in v0.2.27

func (o *GetIntelRuleFileInternalServerError) IsClientError() bool

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

func (*GetIntelRuleFileInternalServerError) IsCode added in v0.2.27

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

func (*GetIntelRuleFileInternalServerError) IsRedirect added in v0.2.27

func (o *GetIntelRuleFileInternalServerError) IsRedirect() bool

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

func (*GetIntelRuleFileInternalServerError) IsServerError added in v0.2.27

func (o *GetIntelRuleFileInternalServerError) IsServerError() bool

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

func (*GetIntelRuleFileInternalServerError) IsSuccess added in v0.2.27

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

func (*GetIntelRuleFileInternalServerError) String added in v0.2.27

type GetIntelRuleFileNotFound

type GetIntelRuleFileNotFound struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaErrorsOnly
}

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

Bad Request

func NewGetIntelRuleFileNotFound

func NewGetIntelRuleFileNotFound() *GetIntelRuleFileNotFound

NewGetIntelRuleFileNotFound creates a GetIntelRuleFileNotFound with default headers values

func (*GetIntelRuleFileNotFound) Error

func (o *GetIntelRuleFileNotFound) Error() string

func (*GetIntelRuleFileNotFound) GetPayload

func (*GetIntelRuleFileNotFound) IsClientError added in v0.2.27

func (o *GetIntelRuleFileNotFound) IsClientError() bool

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

func (*GetIntelRuleFileNotFound) IsCode added in v0.2.27

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

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

func (*GetIntelRuleFileNotFound) IsRedirect added in v0.2.27

func (o *GetIntelRuleFileNotFound) IsRedirect() bool

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

func (*GetIntelRuleFileNotFound) IsServerError added in v0.2.27

func (o *GetIntelRuleFileNotFound) IsServerError() bool

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

func (*GetIntelRuleFileNotFound) IsSuccess added in v0.2.27

func (o *GetIntelRuleFileNotFound) IsSuccess() bool

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

func (*GetIntelRuleFileNotFound) String added in v0.2.27

func (o *GetIntelRuleFileNotFound) String() string

type GetIntelRuleFileOK

type GetIntelRuleFileOK struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload io.Writer
}

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

OK

func NewGetIntelRuleFileOK

func NewGetIntelRuleFileOK(writer io.Writer) *GetIntelRuleFileOK

NewGetIntelRuleFileOK creates a GetIntelRuleFileOK with default headers values

func (*GetIntelRuleFileOK) Error

func (o *GetIntelRuleFileOK) Error() string

func (*GetIntelRuleFileOK) GetPayload added in v0.2.13

func (o *GetIntelRuleFileOK) GetPayload() io.Writer

func (*GetIntelRuleFileOK) IsClientError added in v0.2.27

func (o *GetIntelRuleFileOK) IsClientError() bool

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

func (*GetIntelRuleFileOK) IsCode added in v0.2.27

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

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

func (*GetIntelRuleFileOK) IsRedirect added in v0.2.27

func (o *GetIntelRuleFileOK) IsRedirect() bool

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

func (*GetIntelRuleFileOK) IsServerError added in v0.2.27

func (o *GetIntelRuleFileOK) IsServerError() bool

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

func (*GetIntelRuleFileOK) IsSuccess added in v0.2.27

func (o *GetIntelRuleFileOK) IsSuccess() bool

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

func (*GetIntelRuleFileOK) String added in v0.2.27

func (o *GetIntelRuleFileOK) String() string

type GetIntelRuleFileParams

type GetIntelRuleFileParams struct {

	/* Accept.

	   Choose the format you want the rule set in.
	*/
	Accept *string

	/* Format.

	   Choose the format you want the rule set in. Valid formats are zip and gzip. Defaults to zip.
	*/
	Format *string

	/* ID.

	   The ID of the rule set.
	*/
	ID int64

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

GetIntelRuleFileParams contains all the parameters to send to the API endpoint

for the get intel rule file operation.

Typically these are written to a http.Request.

func NewGetIntelRuleFileParams

func NewGetIntelRuleFileParams() *GetIntelRuleFileParams

NewGetIntelRuleFileParams creates a new GetIntelRuleFileParams 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 NewGetIntelRuleFileParamsWithContext

func NewGetIntelRuleFileParamsWithContext(ctx context.Context) *GetIntelRuleFileParams

NewGetIntelRuleFileParamsWithContext creates a new GetIntelRuleFileParams object with the ability to set a context for a request.

func NewGetIntelRuleFileParamsWithHTTPClient

func NewGetIntelRuleFileParamsWithHTTPClient(client *http.Client) *GetIntelRuleFileParams

NewGetIntelRuleFileParamsWithHTTPClient creates a new GetIntelRuleFileParams object with the ability to set a custom HTTPClient for a request.

func NewGetIntelRuleFileParamsWithTimeout

func NewGetIntelRuleFileParamsWithTimeout(timeout time.Duration) *GetIntelRuleFileParams

NewGetIntelRuleFileParamsWithTimeout creates a new GetIntelRuleFileParams object with the ability to set a timeout on a request.

func (*GetIntelRuleFileParams) SetAccept

func (o *GetIntelRuleFileParams) SetAccept(accept *string)

SetAccept adds the accept to the get intel rule file params

func (*GetIntelRuleFileParams) SetContext

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

SetContext adds the context to the get intel rule file params

func (*GetIntelRuleFileParams) SetDefaults

func (o *GetIntelRuleFileParams) SetDefaults()

SetDefaults hydrates default values in the get intel rule file params (not the query body).

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

func (*GetIntelRuleFileParams) SetFormat

func (o *GetIntelRuleFileParams) SetFormat(format *string)

SetFormat adds the format to the get intel rule file params

func (*GetIntelRuleFileParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get intel rule file params

func (*GetIntelRuleFileParams) SetID

func (o *GetIntelRuleFileParams) SetID(id int64)

SetID adds the id to the get intel rule file params

func (*GetIntelRuleFileParams) SetTimeout

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

SetTimeout adds the timeout to the get intel rule file params

func (*GetIntelRuleFileParams) WithAccept

func (o *GetIntelRuleFileParams) WithAccept(accept *string) *GetIntelRuleFileParams

WithAccept adds the accept to the get intel rule file params

func (*GetIntelRuleFileParams) WithContext

WithContext adds the context to the get intel rule file params

func (*GetIntelRuleFileParams) WithDefaults

WithDefaults hydrates default values in the get intel rule file params (not the query body).

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

func (*GetIntelRuleFileParams) WithFormat

func (o *GetIntelRuleFileParams) WithFormat(format *string) *GetIntelRuleFileParams

WithFormat adds the format to the get intel rule file params

func (*GetIntelRuleFileParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get intel rule file params

func (*GetIntelRuleFileParams) WithID

WithID adds the id to the get intel rule file params

func (*GetIntelRuleFileParams) WithTimeout

WithTimeout adds the timeout to the get intel rule file params

func (*GetIntelRuleFileParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetIntelRuleFileReader

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

GetIntelRuleFileReader is a Reader for the GetIntelRuleFile structure.

func (*GetIntelRuleFileReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetIntelRuleFileTooManyRequests

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

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

Too Many Requests

func NewGetIntelRuleFileTooManyRequests

func NewGetIntelRuleFileTooManyRequests() *GetIntelRuleFileTooManyRequests

NewGetIntelRuleFileTooManyRequests creates a GetIntelRuleFileTooManyRequests with default headers values

func (*GetIntelRuleFileTooManyRequests) Error

func (*GetIntelRuleFileTooManyRequests) GetPayload

func (*GetIntelRuleFileTooManyRequests) IsClientError added in v0.2.27

func (o *GetIntelRuleFileTooManyRequests) IsClientError() bool

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

func (*GetIntelRuleFileTooManyRequests) IsCode added in v0.2.27

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

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

func (*GetIntelRuleFileTooManyRequests) IsRedirect added in v0.2.27

func (o *GetIntelRuleFileTooManyRequests) IsRedirect() bool

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

func (*GetIntelRuleFileTooManyRequests) IsServerError added in v0.2.27

func (o *GetIntelRuleFileTooManyRequests) IsServerError() bool

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

func (*GetIntelRuleFileTooManyRequests) IsSuccess added in v0.2.27

func (o *GetIntelRuleFileTooManyRequests) IsSuccess() bool

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

func (*GetIntelRuleFileTooManyRequests) String added in v0.2.27

type GetLatestIntelRuleFileBadRequest

type GetLatestIntelRuleFileBadRequest struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaErrorsOnly
}

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

Bad Request

func NewGetLatestIntelRuleFileBadRequest

func NewGetLatestIntelRuleFileBadRequest() *GetLatestIntelRuleFileBadRequest

NewGetLatestIntelRuleFileBadRequest creates a GetLatestIntelRuleFileBadRequest with default headers values

func (*GetLatestIntelRuleFileBadRequest) Error

func (*GetLatestIntelRuleFileBadRequest) GetPayload

func (*GetLatestIntelRuleFileBadRequest) IsClientError added in v0.2.27

func (o *GetLatestIntelRuleFileBadRequest) IsClientError() bool

IsClientError returns true when this get latest intel rule file bad request response has a 4xx status code

func (*GetLatestIntelRuleFileBadRequest) IsCode added in v0.2.27

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

IsCode returns true when this get latest intel rule file bad request response a status code equal to that given

func (*GetLatestIntelRuleFileBadRequest) IsRedirect added in v0.2.27

func (o *GetLatestIntelRuleFileBadRequest) IsRedirect() bool

IsRedirect returns true when this get latest intel rule file bad request response has a 3xx status code

func (*GetLatestIntelRuleFileBadRequest) IsServerError added in v0.2.27

func (o *GetLatestIntelRuleFileBadRequest) IsServerError() bool

IsServerError returns true when this get latest intel rule file bad request response has a 5xx status code

func (*GetLatestIntelRuleFileBadRequest) IsSuccess added in v0.2.27

func (o *GetLatestIntelRuleFileBadRequest) IsSuccess() bool

IsSuccess returns true when this get latest intel rule file bad request response has a 2xx status code

func (*GetLatestIntelRuleFileBadRequest) String added in v0.2.27

type GetLatestIntelRuleFileDefault

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

GetLatestIntelRuleFileDefault describes a response with status code -1, with default header values.

OK

func NewGetLatestIntelRuleFileDefault

func NewGetLatestIntelRuleFileDefault(code int) *GetLatestIntelRuleFileDefault

NewGetLatestIntelRuleFileDefault creates a GetLatestIntelRuleFileDefault with default headers values

func (*GetLatestIntelRuleFileDefault) Code

Code gets the status code for the get latest intel rule file default response

func (*GetLatestIntelRuleFileDefault) Error

func (*GetLatestIntelRuleFileDefault) IsClientError added in v0.2.27

func (o *GetLatestIntelRuleFileDefault) IsClientError() bool

IsClientError returns true when this get latest intel rule file default response has a 4xx status code

func (*GetLatestIntelRuleFileDefault) IsCode added in v0.2.27

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

IsCode returns true when this get latest intel rule file default response a status code equal to that given

func (*GetLatestIntelRuleFileDefault) IsRedirect added in v0.2.27

func (o *GetLatestIntelRuleFileDefault) IsRedirect() bool

IsRedirect returns true when this get latest intel rule file default response has a 3xx status code

func (*GetLatestIntelRuleFileDefault) IsServerError added in v0.2.27

func (o *GetLatestIntelRuleFileDefault) IsServerError() bool

IsServerError returns true when this get latest intel rule file default response has a 5xx status code

func (*GetLatestIntelRuleFileDefault) IsSuccess added in v0.2.27

func (o *GetLatestIntelRuleFileDefault) IsSuccess() bool

IsSuccess returns true when this get latest intel rule file default response has a 2xx status code

func (*GetLatestIntelRuleFileDefault) String added in v0.2.27

type GetLatestIntelRuleFileForbidden

type GetLatestIntelRuleFileForbidden struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewGetLatestIntelRuleFileForbidden

func NewGetLatestIntelRuleFileForbidden() *GetLatestIntelRuleFileForbidden

NewGetLatestIntelRuleFileForbidden creates a GetLatestIntelRuleFileForbidden with default headers values

func (*GetLatestIntelRuleFileForbidden) Error

func (*GetLatestIntelRuleFileForbidden) GetPayload

func (*GetLatestIntelRuleFileForbidden) IsClientError added in v0.2.27

func (o *GetLatestIntelRuleFileForbidden) IsClientError() bool

IsClientError returns true when this get latest intel rule file forbidden response has a 4xx status code

func (*GetLatestIntelRuleFileForbidden) IsCode added in v0.2.27

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

IsCode returns true when this get latest intel rule file forbidden response a status code equal to that given

func (*GetLatestIntelRuleFileForbidden) IsRedirect added in v0.2.27

func (o *GetLatestIntelRuleFileForbidden) IsRedirect() bool

IsRedirect returns true when this get latest intel rule file forbidden response has a 3xx status code

func (*GetLatestIntelRuleFileForbidden) IsServerError added in v0.2.27

func (o *GetLatestIntelRuleFileForbidden) IsServerError() bool

IsServerError returns true when this get latest intel rule file forbidden response has a 5xx status code

func (*GetLatestIntelRuleFileForbidden) IsSuccess added in v0.2.27

func (o *GetLatestIntelRuleFileForbidden) IsSuccess() bool

IsSuccess returns true when this get latest intel rule file forbidden response has a 2xx status code

func (*GetLatestIntelRuleFileForbidden) String added in v0.2.27

type GetLatestIntelRuleFileInternalServerError

type GetLatestIntelRuleFileInternalServerError struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaErrorsOnly
}

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

Internal Server Error

func NewGetLatestIntelRuleFileInternalServerError

func NewGetLatestIntelRuleFileInternalServerError() *GetLatestIntelRuleFileInternalServerError

NewGetLatestIntelRuleFileInternalServerError creates a GetLatestIntelRuleFileInternalServerError with default headers values

func (*GetLatestIntelRuleFileInternalServerError) Error

func (*GetLatestIntelRuleFileInternalServerError) GetPayload

func (*GetLatestIntelRuleFileInternalServerError) IsClientError added in v0.2.27

IsClientError returns true when this get latest intel rule file internal server error response has a 4xx status code

func (*GetLatestIntelRuleFileInternalServerError) IsCode added in v0.2.27

IsCode returns true when this get latest intel rule file internal server error response a status code equal to that given

func (*GetLatestIntelRuleFileInternalServerError) IsRedirect added in v0.2.27

IsRedirect returns true when this get latest intel rule file internal server error response has a 3xx status code

func (*GetLatestIntelRuleFileInternalServerError) IsServerError added in v0.2.27

IsServerError returns true when this get latest intel rule file internal server error response has a 5xx status code

func (*GetLatestIntelRuleFileInternalServerError) IsSuccess added in v0.2.27

IsSuccess returns true when this get latest intel rule file internal server error response has a 2xx status code

func (*GetLatestIntelRuleFileInternalServerError) String added in v0.2.27

type GetLatestIntelRuleFileNotFound

type GetLatestIntelRuleFileNotFound struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaErrorsOnly
}

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

Bad Request

func NewGetLatestIntelRuleFileNotFound

func NewGetLatestIntelRuleFileNotFound() *GetLatestIntelRuleFileNotFound

NewGetLatestIntelRuleFileNotFound creates a GetLatestIntelRuleFileNotFound with default headers values

func (*GetLatestIntelRuleFileNotFound) Error

func (*GetLatestIntelRuleFileNotFound) GetPayload

func (*GetLatestIntelRuleFileNotFound) IsClientError added in v0.2.27

func (o *GetLatestIntelRuleFileNotFound) IsClientError() bool

IsClientError returns true when this get latest intel rule file not found response has a 4xx status code

func (*GetLatestIntelRuleFileNotFound) IsCode added in v0.2.27

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

IsCode returns true when this get latest intel rule file not found response a status code equal to that given

func (*GetLatestIntelRuleFileNotFound) IsRedirect added in v0.2.27

func (o *GetLatestIntelRuleFileNotFound) IsRedirect() bool

IsRedirect returns true when this get latest intel rule file not found response has a 3xx status code

func (*GetLatestIntelRuleFileNotFound) IsServerError added in v0.2.27

func (o *GetLatestIntelRuleFileNotFound) IsServerError() bool

IsServerError returns true when this get latest intel rule file not found response has a 5xx status code

func (*GetLatestIntelRuleFileNotFound) IsSuccess added in v0.2.27

func (o *GetLatestIntelRuleFileNotFound) IsSuccess() bool

IsSuccess returns true when this get latest intel rule file not found response has a 2xx status code

func (*GetLatestIntelRuleFileNotFound) String added in v0.2.27

type GetLatestIntelRuleFileNotModified added in v0.2.14

type GetLatestIntelRuleFileNotModified struct {
}

GetLatestIntelRuleFileNotModified describes a response with status code 304, with default header values.

Not Modified

func NewGetLatestIntelRuleFileNotModified added in v0.2.14

func NewGetLatestIntelRuleFileNotModified() *GetLatestIntelRuleFileNotModified

NewGetLatestIntelRuleFileNotModified creates a GetLatestIntelRuleFileNotModified with default headers values

func (*GetLatestIntelRuleFileNotModified) Error added in v0.2.14

func (*GetLatestIntelRuleFileNotModified) IsClientError added in v0.2.27

func (o *GetLatestIntelRuleFileNotModified) IsClientError() bool

IsClientError returns true when this get latest intel rule file not modified response has a 4xx status code

func (*GetLatestIntelRuleFileNotModified) IsCode added in v0.2.27

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

IsCode returns true when this get latest intel rule file not modified response a status code equal to that given

func (*GetLatestIntelRuleFileNotModified) IsRedirect added in v0.2.27

func (o *GetLatestIntelRuleFileNotModified) IsRedirect() bool

IsRedirect returns true when this get latest intel rule file not modified response has a 3xx status code

func (*GetLatestIntelRuleFileNotModified) IsServerError added in v0.2.27

func (o *GetLatestIntelRuleFileNotModified) IsServerError() bool

IsServerError returns true when this get latest intel rule file not modified response has a 5xx status code

func (*GetLatestIntelRuleFileNotModified) IsSuccess added in v0.2.27

func (o *GetLatestIntelRuleFileNotModified) IsSuccess() bool

IsSuccess returns true when this get latest intel rule file not modified response has a 2xx status code

func (*GetLatestIntelRuleFileNotModified) String added in v0.2.27

type GetLatestIntelRuleFileOK

type GetLatestIntelRuleFileOK struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload io.Writer
}

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

OK

func NewGetLatestIntelRuleFileOK

func NewGetLatestIntelRuleFileOK(writer io.Writer) *GetLatestIntelRuleFileOK

NewGetLatestIntelRuleFileOK creates a GetLatestIntelRuleFileOK with default headers values

func (*GetLatestIntelRuleFileOK) Error

func (o *GetLatestIntelRuleFileOK) Error() string

func (*GetLatestIntelRuleFileOK) GetPayload added in v0.2.12

func (o *GetLatestIntelRuleFileOK) GetPayload() io.Writer

func (*GetLatestIntelRuleFileOK) IsClientError added in v0.2.27

func (o *GetLatestIntelRuleFileOK) IsClientError() bool

IsClientError returns true when this get latest intel rule file o k response has a 4xx status code

func (*GetLatestIntelRuleFileOK) IsCode added in v0.2.27

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

IsCode returns true when this get latest intel rule file o k response a status code equal to that given

func (*GetLatestIntelRuleFileOK) IsRedirect added in v0.2.27

func (o *GetLatestIntelRuleFileOK) IsRedirect() bool

IsRedirect returns true when this get latest intel rule file o k response has a 3xx status code

func (*GetLatestIntelRuleFileOK) IsServerError added in v0.2.27

func (o *GetLatestIntelRuleFileOK) IsServerError() bool

IsServerError returns true when this get latest intel rule file o k response has a 5xx status code

func (*GetLatestIntelRuleFileOK) IsSuccess added in v0.2.27

func (o *GetLatestIntelRuleFileOK) IsSuccess() bool

IsSuccess returns true when this get latest intel rule file o k response has a 2xx status code

func (*GetLatestIntelRuleFileOK) String added in v0.2.27

func (o *GetLatestIntelRuleFileOK) String() string

type GetLatestIntelRuleFileParams

type GetLatestIntelRuleFileParams struct {

	/* Accept.

	   Choose the format you want the rule set in.
	*/
	Accept *string

	/* IfModifiedSince.

	   Download Only if changed since
	*/
	IfModifiedSince *string

	/* Format.

	   Choose the format you want the rule set in. Valid formats are zip and gzip. Defaults to zip.
	*/
	Format *string

	/* Type.

	     The rule news report type. Accepted values:

	snort-suricata-master

	snort-suricata-update

	snort-suricata-changelog

	yara-master

	yara-update

	yara-changelog

	common-event-format

	netwitness
	*/
	Type string

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

GetLatestIntelRuleFileParams contains all the parameters to send to the API endpoint

for the get latest intel rule file operation.

Typically these are written to a http.Request.

func NewGetLatestIntelRuleFileParams

func NewGetLatestIntelRuleFileParams() *GetLatestIntelRuleFileParams

NewGetLatestIntelRuleFileParams creates a new GetLatestIntelRuleFileParams 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 NewGetLatestIntelRuleFileParamsWithContext

func NewGetLatestIntelRuleFileParamsWithContext(ctx context.Context) *GetLatestIntelRuleFileParams

NewGetLatestIntelRuleFileParamsWithContext creates a new GetLatestIntelRuleFileParams object with the ability to set a context for a request.

func NewGetLatestIntelRuleFileParamsWithHTTPClient

func NewGetLatestIntelRuleFileParamsWithHTTPClient(client *http.Client) *GetLatestIntelRuleFileParams

NewGetLatestIntelRuleFileParamsWithHTTPClient creates a new GetLatestIntelRuleFileParams object with the ability to set a custom HTTPClient for a request.

func NewGetLatestIntelRuleFileParamsWithTimeout

func NewGetLatestIntelRuleFileParamsWithTimeout(timeout time.Duration) *GetLatestIntelRuleFileParams

NewGetLatestIntelRuleFileParamsWithTimeout creates a new GetLatestIntelRuleFileParams object with the ability to set a timeout on a request.

func (*GetLatestIntelRuleFileParams) SetAccept

func (o *GetLatestIntelRuleFileParams) SetAccept(accept *string)

SetAccept adds the accept to the get latest intel rule file params

func (*GetLatestIntelRuleFileParams) SetContext

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

SetContext adds the context to the get latest intel rule file params

func (*GetLatestIntelRuleFileParams) SetDefaults

func (o *GetLatestIntelRuleFileParams) SetDefaults()

SetDefaults hydrates default values in the get latest intel rule file params (not the query body).

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

func (*GetLatestIntelRuleFileParams) SetFormat

func (o *GetLatestIntelRuleFileParams) SetFormat(format *string)

SetFormat adds the format to the get latest intel rule file params

func (*GetLatestIntelRuleFileParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get latest intel rule file params

func (*GetLatestIntelRuleFileParams) SetIfModifiedSince added in v0.2.14

func (o *GetLatestIntelRuleFileParams) SetIfModifiedSince(ifModifiedSince *string)

SetIfModifiedSince adds the ifModifiedSince to the get latest intel rule file params

func (*GetLatestIntelRuleFileParams) SetTimeout

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

SetTimeout adds the timeout to the get latest intel rule file params

func (*GetLatestIntelRuleFileParams) SetType

func (o *GetLatestIntelRuleFileParams) SetType(typeVar string)

SetType adds the type to the get latest intel rule file params

func (*GetLatestIntelRuleFileParams) WithAccept

WithAccept adds the accept to the get latest intel rule file params

func (*GetLatestIntelRuleFileParams) WithContext

WithContext adds the context to the get latest intel rule file params

func (*GetLatestIntelRuleFileParams) WithDefaults

WithDefaults hydrates default values in the get latest intel rule file params (not the query body).

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

func (*GetLatestIntelRuleFileParams) WithFormat

WithFormat adds the format to the get latest intel rule file params

func (*GetLatestIntelRuleFileParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get latest intel rule file params

func (*GetLatestIntelRuleFileParams) WithIfModifiedSince added in v0.2.14

func (o *GetLatestIntelRuleFileParams) WithIfModifiedSince(ifModifiedSince *string) *GetLatestIntelRuleFileParams

WithIfModifiedSince adds the ifModifiedSince to the get latest intel rule file params

func (*GetLatestIntelRuleFileParams) WithTimeout

WithTimeout adds the timeout to the get latest intel rule file params

func (*GetLatestIntelRuleFileParams) WithType

WithType adds the typeVar to the get latest intel rule file params

func (*GetLatestIntelRuleFileParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetLatestIntelRuleFileReader

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

GetLatestIntelRuleFileReader is a Reader for the GetLatestIntelRuleFile structure.

func (*GetLatestIntelRuleFileReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetLatestIntelRuleFileTooManyRequests

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

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

Too Many Requests

func NewGetLatestIntelRuleFileTooManyRequests

func NewGetLatestIntelRuleFileTooManyRequests() *GetLatestIntelRuleFileTooManyRequests

NewGetLatestIntelRuleFileTooManyRequests creates a GetLatestIntelRuleFileTooManyRequests with default headers values

func (*GetLatestIntelRuleFileTooManyRequests) Error

func (*GetLatestIntelRuleFileTooManyRequests) GetPayload

func (*GetLatestIntelRuleFileTooManyRequests) IsClientError added in v0.2.27

func (o *GetLatestIntelRuleFileTooManyRequests) IsClientError() bool

IsClientError returns true when this get latest intel rule file too many requests response has a 4xx status code

func (*GetLatestIntelRuleFileTooManyRequests) IsCode added in v0.2.27

IsCode returns true when this get latest intel rule file too many requests response a status code equal to that given

func (*GetLatestIntelRuleFileTooManyRequests) IsRedirect added in v0.2.27

IsRedirect returns true when this get latest intel rule file too many requests response has a 3xx status code

func (*GetLatestIntelRuleFileTooManyRequests) IsServerError added in v0.2.27

func (o *GetLatestIntelRuleFileTooManyRequests) IsServerError() bool

IsServerError returns true when this get latest intel rule file too many requests response has a 5xx status code

func (*GetLatestIntelRuleFileTooManyRequests) IsSuccess added in v0.2.27

IsSuccess returns true when this get latest intel rule file too many requests response has a 2xx status code

func (*GetLatestIntelRuleFileTooManyRequests) String added in v0.2.27

type QueryIntelActorEntitiesBadRequest

type QueryIntelActorEntitiesBadRequest struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaErrorsOnly
}

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

Bad Request

func NewQueryIntelActorEntitiesBadRequest

func NewQueryIntelActorEntitiesBadRequest() *QueryIntelActorEntitiesBadRequest

NewQueryIntelActorEntitiesBadRequest creates a QueryIntelActorEntitiesBadRequest with default headers values

func (*QueryIntelActorEntitiesBadRequest) Error

func (*QueryIntelActorEntitiesBadRequest) GetPayload

func (*QueryIntelActorEntitiesBadRequest) IsClientError added in v0.2.27

func (o *QueryIntelActorEntitiesBadRequest) IsClientError() bool

IsClientError returns true when this query intel actor entities bad request response has a 4xx status code

func (*QueryIntelActorEntitiesBadRequest) IsCode added in v0.2.27

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

IsCode returns true when this query intel actor entities bad request response a status code equal to that given

func (*QueryIntelActorEntitiesBadRequest) IsRedirect added in v0.2.27

func (o *QueryIntelActorEntitiesBadRequest) IsRedirect() bool

IsRedirect returns true when this query intel actor entities bad request response has a 3xx status code

func (*QueryIntelActorEntitiesBadRequest) IsServerError added in v0.2.27

func (o *QueryIntelActorEntitiesBadRequest) IsServerError() bool

IsServerError returns true when this query intel actor entities bad request response has a 5xx status code

func (*QueryIntelActorEntitiesBadRequest) IsSuccess added in v0.2.27

func (o *QueryIntelActorEntitiesBadRequest) IsSuccess() bool

IsSuccess returns true when this query intel actor entities bad request response has a 2xx status code

func (*QueryIntelActorEntitiesBadRequest) String added in v0.2.27

type QueryIntelActorEntitiesDefault

type QueryIntelActorEntitiesDefault struct {
	Payload *models.DomainActorsResponse
	// contains filtered or unexported fields
}

QueryIntelActorEntitiesDefault describes a response with status code -1, with default header values.

OK

func NewQueryIntelActorEntitiesDefault

func NewQueryIntelActorEntitiesDefault(code int) *QueryIntelActorEntitiesDefault

NewQueryIntelActorEntitiesDefault creates a QueryIntelActorEntitiesDefault with default headers values

func (*QueryIntelActorEntitiesDefault) Code

Code gets the status code for the query intel actor entities default response

func (*QueryIntelActorEntitiesDefault) Error

func (*QueryIntelActorEntitiesDefault) GetPayload

func (*QueryIntelActorEntitiesDefault) IsClientError added in v0.2.27

func (o *QueryIntelActorEntitiesDefault) IsClientError() bool

IsClientError returns true when this query intel actor entities default response has a 4xx status code

func (*QueryIntelActorEntitiesDefault) IsCode added in v0.2.27

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

IsCode returns true when this query intel actor entities default response a status code equal to that given

func (*QueryIntelActorEntitiesDefault) IsRedirect added in v0.2.27

func (o *QueryIntelActorEntitiesDefault) IsRedirect() bool

IsRedirect returns true when this query intel actor entities default response has a 3xx status code

func (*QueryIntelActorEntitiesDefault) IsServerError added in v0.2.27

func (o *QueryIntelActorEntitiesDefault) IsServerError() bool

IsServerError returns true when this query intel actor entities default response has a 5xx status code

func (*QueryIntelActorEntitiesDefault) IsSuccess added in v0.2.27

func (o *QueryIntelActorEntitiesDefault) IsSuccess() bool

IsSuccess returns true when this query intel actor entities default response has a 2xx status code

func (*QueryIntelActorEntitiesDefault) String added in v0.2.27

type QueryIntelActorEntitiesForbidden

type QueryIntelActorEntitiesForbidden struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewQueryIntelActorEntitiesForbidden

func NewQueryIntelActorEntitiesForbidden() *QueryIntelActorEntitiesForbidden

NewQueryIntelActorEntitiesForbidden creates a QueryIntelActorEntitiesForbidden with default headers values

func (*QueryIntelActorEntitiesForbidden) Error

func (*QueryIntelActorEntitiesForbidden) GetPayload

func (*QueryIntelActorEntitiesForbidden) IsClientError added in v0.2.27

func (o *QueryIntelActorEntitiesForbidden) IsClientError() bool

IsClientError returns true when this query intel actor entities forbidden response has a 4xx status code

func (*QueryIntelActorEntitiesForbidden) IsCode added in v0.2.27

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

IsCode returns true when this query intel actor entities forbidden response a status code equal to that given

func (*QueryIntelActorEntitiesForbidden) IsRedirect added in v0.2.27

func (o *QueryIntelActorEntitiesForbidden) IsRedirect() bool

IsRedirect returns true when this query intel actor entities forbidden response has a 3xx status code

func (*QueryIntelActorEntitiesForbidden) IsServerError added in v0.2.27

func (o *QueryIntelActorEntitiesForbidden) IsServerError() bool

IsServerError returns true when this query intel actor entities forbidden response has a 5xx status code

func (*QueryIntelActorEntitiesForbidden) IsSuccess added in v0.2.27

func (o *QueryIntelActorEntitiesForbidden) IsSuccess() bool

IsSuccess returns true when this query intel actor entities forbidden response has a 2xx status code

func (*QueryIntelActorEntitiesForbidden) String added in v0.2.27

type QueryIntelActorEntitiesInternalServerError

type QueryIntelActorEntitiesInternalServerError struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaErrorsOnly
}

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

Internal Server Error

func NewQueryIntelActorEntitiesInternalServerError

func NewQueryIntelActorEntitiesInternalServerError() *QueryIntelActorEntitiesInternalServerError

NewQueryIntelActorEntitiesInternalServerError creates a QueryIntelActorEntitiesInternalServerError with default headers values

func (*QueryIntelActorEntitiesInternalServerError) Error

func (*QueryIntelActorEntitiesInternalServerError) GetPayload

func (*QueryIntelActorEntitiesInternalServerError) IsClientError added in v0.2.27

IsClientError returns true when this query intel actor entities internal server error response has a 4xx status code

func (*QueryIntelActorEntitiesInternalServerError) IsCode added in v0.2.27

IsCode returns true when this query intel actor entities internal server error response a status code equal to that given

func (*QueryIntelActorEntitiesInternalServerError) IsRedirect added in v0.2.27

IsRedirect returns true when this query intel actor entities internal server error response has a 3xx status code

func (*QueryIntelActorEntitiesInternalServerError) IsServerError added in v0.2.27

IsServerError returns true when this query intel actor entities internal server error response has a 5xx status code

func (*QueryIntelActorEntitiesInternalServerError) IsSuccess added in v0.2.27

IsSuccess returns true when this query intel actor entities internal server error response has a 2xx status code

func (*QueryIntelActorEntitiesInternalServerError) String added in v0.2.27

type QueryIntelActorEntitiesOK

type QueryIntelActorEntitiesOK struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.DomainActorsResponse
}

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

OK

func NewQueryIntelActorEntitiesOK

func NewQueryIntelActorEntitiesOK() *QueryIntelActorEntitiesOK

NewQueryIntelActorEntitiesOK creates a QueryIntelActorEntitiesOK with default headers values

func (*QueryIntelActorEntitiesOK) Error

func (o *QueryIntelActorEntitiesOK) Error() string

func (*QueryIntelActorEntitiesOK) GetPayload

func (*QueryIntelActorEntitiesOK) IsClientError added in v0.2.27

func (o *QueryIntelActorEntitiesOK) IsClientError() bool

IsClientError returns true when this query intel actor entities o k response has a 4xx status code

func (*QueryIntelActorEntitiesOK) IsCode added in v0.2.27

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

IsCode returns true when this query intel actor entities o k response a status code equal to that given

func (*QueryIntelActorEntitiesOK) IsRedirect added in v0.2.27

func (o *QueryIntelActorEntitiesOK) IsRedirect() bool

IsRedirect returns true when this query intel actor entities o k response has a 3xx status code

func (*QueryIntelActorEntitiesOK) IsServerError added in v0.2.27

func (o *QueryIntelActorEntitiesOK) IsServerError() bool

IsServerError returns true when this query intel actor entities o k response has a 5xx status code

func (*QueryIntelActorEntitiesOK) IsSuccess added in v0.2.27

func (o *QueryIntelActorEntitiesOK) IsSuccess() bool

IsSuccess returns true when this query intel actor entities o k response has a 2xx status code

func (*QueryIntelActorEntitiesOK) String added in v0.2.27

func (o *QueryIntelActorEntitiesOK) String() string

type QueryIntelActorEntitiesParams

type QueryIntelActorEntitiesParams struct {

	/* Fields.

	     The fields to return, or a predefined set of fields in the form of the collection name surrounded by two underscores like:

	\_\_\<collection\>\_\_.

	Ex: slug \_\_full\_\_.

	Defaults to \_\_basic\_\_.
	*/
	Fields []string

	/* Filter.

	     Filter your query by specifying FQL filter parameters. Filter parameters include:

	actors, actors.id, actors.name, actors.slug, actors.url, created_date, description, id, last_modified_date, motivations, motivations.id, motivations.slug, motivations.value, name, name.raw, short_description, slug, sub_type, sub_type.id, sub_type.name, sub_type.slug, tags, tags.id, tags.slug, tags.value, target_countries, target_countries.id, target_countries.slug, target_countries.value, target_industries, target_industries.id, target_industries.slug, target_industries.value, type, type.id, type.name, type.slug, url.
	*/
	Filter *string

	/* Limit.

	   Set the number of actors to return. The value must be between 1 and 5000.
	*/
	Limit *int64

	/* Offset.

	   Set the starting row number to return actors from. Defaults to 0.
	*/
	Offset *int64

	/* Q.

	   Perform a generic substring search across all fields.
	*/
	Q *string

	/* Sort.

	     Order fields in ascending or descending order.

	Ex: created_date|asc.
	*/
	Sort *string

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

QueryIntelActorEntitiesParams contains all the parameters to send to the API endpoint

for the query intel actor entities operation.

Typically these are written to a http.Request.

func NewQueryIntelActorEntitiesParams

func NewQueryIntelActorEntitiesParams() *QueryIntelActorEntitiesParams

NewQueryIntelActorEntitiesParams creates a new QueryIntelActorEntitiesParams 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 NewQueryIntelActorEntitiesParamsWithContext

func NewQueryIntelActorEntitiesParamsWithContext(ctx context.Context) *QueryIntelActorEntitiesParams

NewQueryIntelActorEntitiesParamsWithContext creates a new QueryIntelActorEntitiesParams object with the ability to set a context for a request.

func NewQueryIntelActorEntitiesParamsWithHTTPClient

func NewQueryIntelActorEntitiesParamsWithHTTPClient(client *http.Client) *QueryIntelActorEntitiesParams

NewQueryIntelActorEntitiesParamsWithHTTPClient creates a new QueryIntelActorEntitiesParams object with the ability to set a custom HTTPClient for a request.

func NewQueryIntelActorEntitiesParamsWithTimeout

func NewQueryIntelActorEntitiesParamsWithTimeout(timeout time.Duration) *QueryIntelActorEntitiesParams

NewQueryIntelActorEntitiesParamsWithTimeout creates a new QueryIntelActorEntitiesParams object with the ability to set a timeout on a request.

func (*QueryIntelActorEntitiesParams) SetContext

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

SetContext adds the context to the query intel actor entities params

func (*QueryIntelActorEntitiesParams) SetDefaults

func (o *QueryIntelActorEntitiesParams) SetDefaults()

SetDefaults hydrates default values in the query intel actor entities params (not the query body).

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

func (*QueryIntelActorEntitiesParams) SetFields

func (o *QueryIntelActorEntitiesParams) SetFields(fields []string)

SetFields adds the fields to the query intel actor entities params

func (*QueryIntelActorEntitiesParams) SetFilter

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

SetFilter adds the filter to the query intel actor entities params

func (*QueryIntelActorEntitiesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the query intel actor entities params

func (*QueryIntelActorEntitiesParams) SetLimit

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

SetLimit adds the limit to the query intel actor entities params

func (*QueryIntelActorEntitiesParams) SetOffset

func (o *QueryIntelActorEntitiesParams) SetOffset(offset *int64)

SetOffset adds the offset to the query intel actor entities params

func (*QueryIntelActorEntitiesParams) SetQ

SetQ adds the q to the query intel actor entities params

func (*QueryIntelActorEntitiesParams) SetSort

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

SetSort adds the sort to the query intel actor entities params

func (*QueryIntelActorEntitiesParams) SetTimeout

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

SetTimeout adds the timeout to the query intel actor entities params

func (*QueryIntelActorEntitiesParams) WithContext

WithContext adds the context to the query intel actor entities params

func (*QueryIntelActorEntitiesParams) WithDefaults

WithDefaults hydrates default values in the query intel actor entities params (not the query body).

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

func (*QueryIntelActorEntitiesParams) WithFields

WithFields adds the fields to the query intel actor entities params

func (*QueryIntelActorEntitiesParams) WithFilter

WithFilter adds the filter to the query intel actor entities params

func (*QueryIntelActorEntitiesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the query intel actor entities params

func (*QueryIntelActorEntitiesParams) WithLimit

WithLimit adds the limit to the query intel actor entities params

func (*QueryIntelActorEntitiesParams) WithOffset

WithOffset adds the offset to the query intel actor entities params

func (*QueryIntelActorEntitiesParams) WithQ

WithQ adds the q to the query intel actor entities params

func (*QueryIntelActorEntitiesParams) WithSort

WithSort adds the sort to the query intel actor entities params

func (*QueryIntelActorEntitiesParams) WithTimeout

WithTimeout adds the timeout to the query intel actor entities params

func (*QueryIntelActorEntitiesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type QueryIntelActorEntitiesReader

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

QueryIntelActorEntitiesReader is a Reader for the QueryIntelActorEntities structure.

func (*QueryIntelActorEntitiesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type QueryIntelActorEntitiesTooManyRequests

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

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

Too Many Requests

func NewQueryIntelActorEntitiesTooManyRequests

func NewQueryIntelActorEntitiesTooManyRequests() *QueryIntelActorEntitiesTooManyRequests

NewQueryIntelActorEntitiesTooManyRequests creates a QueryIntelActorEntitiesTooManyRequests with default headers values

func (*QueryIntelActorEntitiesTooManyRequests) Error

func (*QueryIntelActorEntitiesTooManyRequests) GetPayload

func (*QueryIntelActorEntitiesTooManyRequests) IsClientError added in v0.2.27

func (o *QueryIntelActorEntitiesTooManyRequests) IsClientError() bool

IsClientError returns true when this query intel actor entities too many requests response has a 4xx status code

func (*QueryIntelActorEntitiesTooManyRequests) IsCode added in v0.2.27

IsCode returns true when this query intel actor entities too many requests response a status code equal to that given

func (*QueryIntelActorEntitiesTooManyRequests) IsRedirect added in v0.2.27

IsRedirect returns true when this query intel actor entities too many requests response has a 3xx status code

func (*QueryIntelActorEntitiesTooManyRequests) IsServerError added in v0.2.27

func (o *QueryIntelActorEntitiesTooManyRequests) IsServerError() bool

IsServerError returns true when this query intel actor entities too many requests response has a 5xx status code

func (*QueryIntelActorEntitiesTooManyRequests) IsSuccess added in v0.2.27

IsSuccess returns true when this query intel actor entities too many requests response has a 2xx status code

func (*QueryIntelActorEntitiesTooManyRequests) String added in v0.2.27

type QueryIntelActorIdsBadRequest

type QueryIntelActorIdsBadRequest struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaErrorsOnly
}

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

Bad Request

func NewQueryIntelActorIdsBadRequest

func NewQueryIntelActorIdsBadRequest() *QueryIntelActorIdsBadRequest

NewQueryIntelActorIdsBadRequest creates a QueryIntelActorIdsBadRequest with default headers values

func (*QueryIntelActorIdsBadRequest) Error

func (*QueryIntelActorIdsBadRequest) GetPayload

func (*QueryIntelActorIdsBadRequest) IsClientError added in v0.2.27

func (o *QueryIntelActorIdsBadRequest) IsClientError() bool

IsClientError returns true when this query intel actor ids bad request response has a 4xx status code

func (*QueryIntelActorIdsBadRequest) IsCode added in v0.2.27

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

IsCode returns true when this query intel actor ids bad request response a status code equal to that given

func (*QueryIntelActorIdsBadRequest) IsRedirect added in v0.2.27

func (o *QueryIntelActorIdsBadRequest) IsRedirect() bool

IsRedirect returns true when this query intel actor ids bad request response has a 3xx status code

func (*QueryIntelActorIdsBadRequest) IsServerError added in v0.2.27

func (o *QueryIntelActorIdsBadRequest) IsServerError() bool

IsServerError returns true when this query intel actor ids bad request response has a 5xx status code

func (*QueryIntelActorIdsBadRequest) IsSuccess added in v0.2.27

func (o *QueryIntelActorIdsBadRequest) IsSuccess() bool

IsSuccess returns true when this query intel actor ids bad request response has a 2xx status code

func (*QueryIntelActorIdsBadRequest) String added in v0.2.27

type QueryIntelActorIdsDefault

type QueryIntelActorIdsDefault struct {
	Payload *models.MsaQueryResponse
	// contains filtered or unexported fields
}

QueryIntelActorIdsDefault describes a response with status code -1, with default header values.

OK

func NewQueryIntelActorIdsDefault

func NewQueryIntelActorIdsDefault(code int) *QueryIntelActorIdsDefault

NewQueryIntelActorIdsDefault creates a QueryIntelActorIdsDefault with default headers values

func (*QueryIntelActorIdsDefault) Code

func (o *QueryIntelActorIdsDefault) Code() int

Code gets the status code for the query intel actor ids default response

func (*QueryIntelActorIdsDefault) Error

func (o *QueryIntelActorIdsDefault) Error() string

func (*QueryIntelActorIdsDefault) GetPayload

func (*QueryIntelActorIdsDefault) IsClientError added in v0.2.27

func (o *QueryIntelActorIdsDefault) IsClientError() bool

IsClientError returns true when this query intel actor ids default response has a 4xx status code

func (*QueryIntelActorIdsDefault) IsCode added in v0.2.27

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

IsCode returns true when this query intel actor ids default response a status code equal to that given

func (*QueryIntelActorIdsDefault) IsRedirect added in v0.2.27

func (o *QueryIntelActorIdsDefault) IsRedirect() bool

IsRedirect returns true when this query intel actor ids default response has a 3xx status code

func (*QueryIntelActorIdsDefault) IsServerError added in v0.2.27

func (o *QueryIntelActorIdsDefault) IsServerError() bool

IsServerError returns true when this query intel actor ids default response has a 5xx status code

func (*QueryIntelActorIdsDefault) IsSuccess added in v0.2.27

func (o *QueryIntelActorIdsDefault) IsSuccess() bool

IsSuccess returns true when this query intel actor ids default response has a 2xx status code

func (*QueryIntelActorIdsDefault) String added in v0.2.27

func (o *QueryIntelActorIdsDefault) String() string

type QueryIntelActorIdsForbidden

type QueryIntelActorIdsForbidden struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewQueryIntelActorIdsForbidden

func NewQueryIntelActorIdsForbidden() *QueryIntelActorIdsForbidden

NewQueryIntelActorIdsForbidden creates a QueryIntelActorIdsForbidden with default headers values

func (*QueryIntelActorIdsForbidden) Error

func (*QueryIntelActorIdsForbidden) GetPayload

func (*QueryIntelActorIdsForbidden) IsClientError added in v0.2.27

func (o *QueryIntelActorIdsForbidden) IsClientError() bool

IsClientError returns true when this query intel actor ids forbidden response has a 4xx status code

func (*QueryIntelActorIdsForbidden) IsCode added in v0.2.27

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

IsCode returns true when this query intel actor ids forbidden response a status code equal to that given

func (*QueryIntelActorIdsForbidden) IsRedirect added in v0.2.27

func (o *QueryIntelActorIdsForbidden) IsRedirect() bool

IsRedirect returns true when this query intel actor ids forbidden response has a 3xx status code

func (*QueryIntelActorIdsForbidden) IsServerError added in v0.2.27

func (o *QueryIntelActorIdsForbidden) IsServerError() bool

IsServerError returns true when this query intel actor ids forbidden response has a 5xx status code

func (*QueryIntelActorIdsForbidden) IsSuccess added in v0.2.27

func (o *QueryIntelActorIdsForbidden) IsSuccess() bool

IsSuccess returns true when this query intel actor ids forbidden response has a 2xx status code

func (*QueryIntelActorIdsForbidden) String added in v0.2.27

func (o *QueryIntelActorIdsForbidden) String() string

type QueryIntelActorIdsInternalServerError

type QueryIntelActorIdsInternalServerError struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaErrorsOnly
}

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

Internal Server Error

func NewQueryIntelActorIdsInternalServerError

func NewQueryIntelActorIdsInternalServerError() *QueryIntelActorIdsInternalServerError

NewQueryIntelActorIdsInternalServerError creates a QueryIntelActorIdsInternalServerError with default headers values

func (*QueryIntelActorIdsInternalServerError) Error

func (*QueryIntelActorIdsInternalServerError) GetPayload

func (*QueryIntelActorIdsInternalServerError) IsClientError added in v0.2.27

func (o *QueryIntelActorIdsInternalServerError) IsClientError() bool

IsClientError returns true when this query intel actor ids internal server error response has a 4xx status code

func (*QueryIntelActorIdsInternalServerError) IsCode added in v0.2.27

IsCode returns true when this query intel actor ids internal server error response a status code equal to that given

func (*QueryIntelActorIdsInternalServerError) IsRedirect added in v0.2.27

IsRedirect returns true when this query intel actor ids internal server error response has a 3xx status code

func (*QueryIntelActorIdsInternalServerError) IsServerError added in v0.2.27

func (o *QueryIntelActorIdsInternalServerError) IsServerError() bool

IsServerError returns true when this query intel actor ids internal server error response has a 5xx status code

func (*QueryIntelActorIdsInternalServerError) IsSuccess added in v0.2.27

IsSuccess returns true when this query intel actor ids internal server error response has a 2xx status code

func (*QueryIntelActorIdsInternalServerError) String added in v0.2.27

type QueryIntelActorIdsOK

type QueryIntelActorIdsOK struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaQueryResponse
}

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

OK

func NewQueryIntelActorIdsOK

func NewQueryIntelActorIdsOK() *QueryIntelActorIdsOK

NewQueryIntelActorIdsOK creates a QueryIntelActorIdsOK with default headers values

func (*QueryIntelActorIdsOK) Error

func (o *QueryIntelActorIdsOK) Error() string

func (*QueryIntelActorIdsOK) GetPayload

func (o *QueryIntelActorIdsOK) GetPayload() *models.MsaQueryResponse

func (*QueryIntelActorIdsOK) IsClientError added in v0.2.27

func (o *QueryIntelActorIdsOK) IsClientError() bool

IsClientError returns true when this query intel actor ids o k response has a 4xx status code

func (*QueryIntelActorIdsOK) IsCode added in v0.2.27

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

IsCode returns true when this query intel actor ids o k response a status code equal to that given

func (*QueryIntelActorIdsOK) IsRedirect added in v0.2.27

func (o *QueryIntelActorIdsOK) IsRedirect() bool

IsRedirect returns true when this query intel actor ids o k response has a 3xx status code

func (*QueryIntelActorIdsOK) IsServerError added in v0.2.27

func (o *QueryIntelActorIdsOK) IsServerError() bool

IsServerError returns true when this query intel actor ids o k response has a 5xx status code

func (*QueryIntelActorIdsOK) IsSuccess added in v0.2.27

func (o *QueryIntelActorIdsOK) IsSuccess() bool

IsSuccess returns true when this query intel actor ids o k response has a 2xx status code

func (*QueryIntelActorIdsOK) String added in v0.2.27

func (o *QueryIntelActorIdsOK) String() string

type QueryIntelActorIdsParams

type QueryIntelActorIdsParams struct {

	/* Filter.

	     Filter your query by specifying FQL filter parameters. Filter parameters include:

	actors, actors.id, actors.name, actors.slug, actors.url, created_date, description, id, last_modified_date, motivations, motivations.id, motivations.slug, motivations.value, name, name.raw, short_description, slug, sub_type, sub_type.id, sub_type.name, sub_type.slug, tags, tags.id, tags.slug, tags.value, target_countries, target_countries.id, target_countries.slug, target_countries.value, target_industries, target_industries.id, target_industries.slug, target_industries.value, type, type.id, type.name, type.slug, url.
	*/
	Filter *string

	/* Limit.

	   Set the number of actor IDs to return. The value must be between 1 and 5000.
	*/
	Limit *int64

	/* Offset.

	   Set the starting row number to return actors IDs from. Defaults to 0.
	*/
	Offset *int64

	/* Q.

	   Perform a generic substring search across all fields.
	*/
	Q *string

	/* Sort.

	     Order fields in ascending or descending order.

	Ex: created_date|asc.
	*/
	Sort *string

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

QueryIntelActorIdsParams contains all the parameters to send to the API endpoint

for the query intel actor ids operation.

Typically these are written to a http.Request.

func NewQueryIntelActorIdsParams

func NewQueryIntelActorIdsParams() *QueryIntelActorIdsParams

NewQueryIntelActorIdsParams creates a new QueryIntelActorIdsParams 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 NewQueryIntelActorIdsParamsWithContext

func NewQueryIntelActorIdsParamsWithContext(ctx context.Context) *QueryIntelActorIdsParams

NewQueryIntelActorIdsParamsWithContext creates a new QueryIntelActorIdsParams object with the ability to set a context for a request.

func NewQueryIntelActorIdsParamsWithHTTPClient

func NewQueryIntelActorIdsParamsWithHTTPClient(client *http.Client) *QueryIntelActorIdsParams

NewQueryIntelActorIdsParamsWithHTTPClient creates a new QueryIntelActorIdsParams object with the ability to set a custom HTTPClient for a request.

func NewQueryIntelActorIdsParamsWithTimeout

func NewQueryIntelActorIdsParamsWithTimeout(timeout time.Duration) *QueryIntelActorIdsParams

NewQueryIntelActorIdsParamsWithTimeout creates a new QueryIntelActorIdsParams object with the ability to set a timeout on a request.

func (*QueryIntelActorIdsParams) SetContext

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

SetContext adds the context to the query intel actor ids params

func (*QueryIntelActorIdsParams) SetDefaults

func (o *QueryIntelActorIdsParams) SetDefaults()

SetDefaults hydrates default values in the query intel actor ids params (not the query body).

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

func (*QueryIntelActorIdsParams) SetFilter

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

SetFilter adds the filter to the query intel actor ids params

func (*QueryIntelActorIdsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the query intel actor ids params

func (*QueryIntelActorIdsParams) SetLimit

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

SetLimit adds the limit to the query intel actor ids params

func (*QueryIntelActorIdsParams) SetOffset

func (o *QueryIntelActorIdsParams) SetOffset(offset *int64)

SetOffset adds the offset to the query intel actor ids params

func (*QueryIntelActorIdsParams) SetQ

func (o *QueryIntelActorIdsParams) SetQ(q *string)

SetQ adds the q to the query intel actor ids params

func (*QueryIntelActorIdsParams) SetSort

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

SetSort adds the sort to the query intel actor ids params

func (*QueryIntelActorIdsParams) SetTimeout

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

SetTimeout adds the timeout to the query intel actor ids params

func (*QueryIntelActorIdsParams) WithContext

WithContext adds the context to the query intel actor ids params

func (*QueryIntelActorIdsParams) WithDefaults

WithDefaults hydrates default values in the query intel actor ids params (not the query body).

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

func (*QueryIntelActorIdsParams) WithFilter

WithFilter adds the filter to the query intel actor ids params

func (*QueryIntelActorIdsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the query intel actor ids params

func (*QueryIntelActorIdsParams) WithLimit

WithLimit adds the limit to the query intel actor ids params

func (*QueryIntelActorIdsParams) WithOffset

WithOffset adds the offset to the query intel actor ids params

func (*QueryIntelActorIdsParams) WithQ

WithQ adds the q to the query intel actor ids params

func (*QueryIntelActorIdsParams) WithSort

WithSort adds the sort to the query intel actor ids params

func (*QueryIntelActorIdsParams) WithTimeout

WithTimeout adds the timeout to the query intel actor ids params

func (*QueryIntelActorIdsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type QueryIntelActorIdsReader

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

QueryIntelActorIdsReader is a Reader for the QueryIntelActorIds structure.

func (*QueryIntelActorIdsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type QueryIntelActorIdsTooManyRequests

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

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

Too Many Requests

func NewQueryIntelActorIdsTooManyRequests

func NewQueryIntelActorIdsTooManyRequests() *QueryIntelActorIdsTooManyRequests

NewQueryIntelActorIdsTooManyRequests creates a QueryIntelActorIdsTooManyRequests with default headers values

func (*QueryIntelActorIdsTooManyRequests) Error

func (*QueryIntelActorIdsTooManyRequests) GetPayload

func (*QueryIntelActorIdsTooManyRequests) IsClientError added in v0.2.27

func (o *QueryIntelActorIdsTooManyRequests) IsClientError() bool

IsClientError returns true when this query intel actor ids too many requests response has a 4xx status code

func (*QueryIntelActorIdsTooManyRequests) IsCode added in v0.2.27

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

IsCode returns true when this query intel actor ids too many requests response a status code equal to that given

func (*QueryIntelActorIdsTooManyRequests) IsRedirect added in v0.2.27

func (o *QueryIntelActorIdsTooManyRequests) IsRedirect() bool

IsRedirect returns true when this query intel actor ids too many requests response has a 3xx status code

func (*QueryIntelActorIdsTooManyRequests) IsServerError added in v0.2.27

func (o *QueryIntelActorIdsTooManyRequests) IsServerError() bool

IsServerError returns true when this query intel actor ids too many requests response has a 5xx status code

func (*QueryIntelActorIdsTooManyRequests) IsSuccess added in v0.2.27

func (o *QueryIntelActorIdsTooManyRequests) IsSuccess() bool

IsSuccess returns true when this query intel actor ids too many requests response has a 2xx status code

func (*QueryIntelActorIdsTooManyRequests) String added in v0.2.27

type QueryIntelIndicatorEntitiesBadRequest

type QueryIntelIndicatorEntitiesBadRequest 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.MsaErrorsOnly
}

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

Bad Request

func NewQueryIntelIndicatorEntitiesBadRequest

func NewQueryIntelIndicatorEntitiesBadRequest() *QueryIntelIndicatorEntitiesBadRequest

NewQueryIntelIndicatorEntitiesBadRequest creates a QueryIntelIndicatorEntitiesBadRequest with default headers values

func (*QueryIntelIndicatorEntitiesBadRequest) Error

func (*QueryIntelIndicatorEntitiesBadRequest) GetPayload

func (*QueryIntelIndicatorEntitiesBadRequest) IsClientError added in v0.2.27

func (o *QueryIntelIndicatorEntitiesBadRequest) IsClientError() bool

IsClientError returns true when this query intel indicator entities bad request response has a 4xx status code

func (*QueryIntelIndicatorEntitiesBadRequest) IsCode added in v0.2.27

IsCode returns true when this query intel indicator entities bad request response a status code equal to that given

func (*QueryIntelIndicatorEntitiesBadRequest) IsRedirect added in v0.2.27

IsRedirect returns true when this query intel indicator entities bad request response has a 3xx status code

func (*QueryIntelIndicatorEntitiesBadRequest) IsServerError added in v0.2.27

func (o *QueryIntelIndicatorEntitiesBadRequest) IsServerError() bool

IsServerError returns true when this query intel indicator entities bad request response has a 5xx status code

func (*QueryIntelIndicatorEntitiesBadRequest) IsSuccess added in v0.2.27

IsSuccess returns true when this query intel indicator entities bad request response has a 2xx status code

func (*QueryIntelIndicatorEntitiesBadRequest) String added in v0.2.27

type QueryIntelIndicatorEntitiesDefault

type QueryIntelIndicatorEntitiesDefault struct {

	/* Provides next page pagination URL. Available only if sorting was done using using _marker field, which is the default one.
	 */
	NextPage string

	Payload *models.DomainPublicIndicatorsV3Response
	// contains filtered or unexported fields
}

QueryIntelIndicatorEntitiesDefault describes a response with status code -1, with default header values.

OK

func NewQueryIntelIndicatorEntitiesDefault

func NewQueryIntelIndicatorEntitiesDefault(code int) *QueryIntelIndicatorEntitiesDefault

NewQueryIntelIndicatorEntitiesDefault creates a QueryIntelIndicatorEntitiesDefault with default headers values

func (*QueryIntelIndicatorEntitiesDefault) Code

Code gets the status code for the query intel indicator entities default response

func (*QueryIntelIndicatorEntitiesDefault) Error

func (*QueryIntelIndicatorEntitiesDefault) GetPayload

func (*QueryIntelIndicatorEntitiesDefault) IsClientError added in v0.2.27

func (o *QueryIntelIndicatorEntitiesDefault) IsClientError() bool

IsClientError returns true when this query intel indicator entities default response has a 4xx status code

func (*QueryIntelIndicatorEntitiesDefault) IsCode added in v0.2.27

IsCode returns true when this query intel indicator entities default response a status code equal to that given

func (*QueryIntelIndicatorEntitiesDefault) IsRedirect added in v0.2.27

func (o *QueryIntelIndicatorEntitiesDefault) IsRedirect() bool

IsRedirect returns true when this query intel indicator entities default response has a 3xx status code

func (*QueryIntelIndicatorEntitiesDefault) IsServerError added in v0.2.27

func (o *QueryIntelIndicatorEntitiesDefault) IsServerError() bool

IsServerError returns true when this query intel indicator entities default response has a 5xx status code

func (*QueryIntelIndicatorEntitiesDefault) IsSuccess added in v0.2.27

IsSuccess returns true when this query intel indicator entities default response has a 2xx status code

func (*QueryIntelIndicatorEntitiesDefault) String added in v0.2.27

type QueryIntelIndicatorEntitiesForbidden

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

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

Forbidden

func NewQueryIntelIndicatorEntitiesForbidden

func NewQueryIntelIndicatorEntitiesForbidden() *QueryIntelIndicatorEntitiesForbidden

NewQueryIntelIndicatorEntitiesForbidden creates a QueryIntelIndicatorEntitiesForbidden with default headers values

func (*QueryIntelIndicatorEntitiesForbidden) Error

func (*QueryIntelIndicatorEntitiesForbidden) GetPayload

func (*QueryIntelIndicatorEntitiesForbidden) IsClientError added in v0.2.27

func (o *QueryIntelIndicatorEntitiesForbidden) IsClientError() bool

IsClientError returns true when this query intel indicator entities forbidden response has a 4xx status code

func (*QueryIntelIndicatorEntitiesForbidden) IsCode added in v0.2.27

IsCode returns true when this query intel indicator entities forbidden response a status code equal to that given

func (*QueryIntelIndicatorEntitiesForbidden) IsRedirect added in v0.2.27

IsRedirect returns true when this query intel indicator entities forbidden response has a 3xx status code

func (*QueryIntelIndicatorEntitiesForbidden) IsServerError added in v0.2.27

func (o *QueryIntelIndicatorEntitiesForbidden) IsServerError() bool

IsServerError returns true when this query intel indicator entities forbidden response has a 5xx status code

func (*QueryIntelIndicatorEntitiesForbidden) IsSuccess added in v0.2.27

IsSuccess returns true when this query intel indicator entities forbidden response has a 2xx status code

func (*QueryIntelIndicatorEntitiesForbidden) String added in v0.2.27

type QueryIntelIndicatorEntitiesInternalServerError

type QueryIntelIndicatorEntitiesInternalServerError 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.MsaErrorsOnly
}

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

Internal Server Error

func NewQueryIntelIndicatorEntitiesInternalServerError

func NewQueryIntelIndicatorEntitiesInternalServerError() *QueryIntelIndicatorEntitiesInternalServerError

NewQueryIntelIndicatorEntitiesInternalServerError creates a QueryIntelIndicatorEntitiesInternalServerError with default headers values

func (*QueryIntelIndicatorEntitiesInternalServerError) Error

func (*QueryIntelIndicatorEntitiesInternalServerError) GetPayload

func (*QueryIntelIndicatorEntitiesInternalServerError) IsClientError added in v0.2.27

IsClientError returns true when this query intel indicator entities internal server error response has a 4xx status code

func (*QueryIntelIndicatorEntitiesInternalServerError) IsCode added in v0.2.27

IsCode returns true when this query intel indicator entities internal server error response a status code equal to that given

func (*QueryIntelIndicatorEntitiesInternalServerError) IsRedirect added in v0.2.27

IsRedirect returns true when this query intel indicator entities internal server error response has a 3xx status code

func (*QueryIntelIndicatorEntitiesInternalServerError) IsServerError added in v0.2.27

IsServerError returns true when this query intel indicator entities internal server error response has a 5xx status code

func (*QueryIntelIndicatorEntitiesInternalServerError) IsSuccess added in v0.2.27

IsSuccess returns true when this query intel indicator entities internal server error response has a 2xx status code

func (*QueryIntelIndicatorEntitiesInternalServerError) String added in v0.2.27

type QueryIntelIndicatorEntitiesOK

type QueryIntelIndicatorEntitiesOK struct {

	/* Provides next page pagination URL. Available only if sorting was done using using _marker field, which is the default one.
	 */
	NextPage string

	/* 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.DomainPublicIndicatorsV3Response
}

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

OK

func NewQueryIntelIndicatorEntitiesOK

func NewQueryIntelIndicatorEntitiesOK() *QueryIntelIndicatorEntitiesOK

NewQueryIntelIndicatorEntitiesOK creates a QueryIntelIndicatorEntitiesOK with default headers values

func (*QueryIntelIndicatorEntitiesOK) Error

func (*QueryIntelIndicatorEntitiesOK) GetPayload

func (*QueryIntelIndicatorEntitiesOK) HasNextPage added in v0.2.14

func (o *QueryIntelIndicatorEntitiesOK) HasNextPage() bool

func (*QueryIntelIndicatorEntitiesOK) IsClientError added in v0.2.27

func (o *QueryIntelIndicatorEntitiesOK) IsClientError() bool

IsClientError returns true when this query intel indicator entities o k response has a 4xx status code

func (*QueryIntelIndicatorEntitiesOK) IsCode added in v0.2.27

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

IsCode returns true when this query intel indicator entities o k response a status code equal to that given

func (*QueryIntelIndicatorEntitiesOK) IsRedirect added in v0.2.27

func (o *QueryIntelIndicatorEntitiesOK) IsRedirect() bool

IsRedirect returns true when this query intel indicator entities o k response has a 3xx status code

func (*QueryIntelIndicatorEntitiesOK) IsServerError added in v0.2.27

func (o *QueryIntelIndicatorEntitiesOK) IsServerError() bool

IsServerError returns true when this query intel indicator entities o k response has a 5xx status code

func (*QueryIntelIndicatorEntitiesOK) IsSuccess added in v0.2.27

func (o *QueryIntelIndicatorEntitiesOK) IsSuccess() bool

IsSuccess returns true when this query intel indicator entities o k response has a 2xx status code

func (*QueryIntelIndicatorEntitiesOK) Paginate added in v0.2.14

func (*QueryIntelIndicatorEntitiesOK) String added in v0.2.27

type QueryIntelIndicatorEntitiesParams

type QueryIntelIndicatorEntitiesParams struct {

	/* Filter.

	     Filter your query by specifying FQL filter parameters. Filter parameters include:

	_marker, actors, deleted, domain_types, id, indicator, ip_address_types, kill_chains, labels, labels.created_on, labels.last_valid_on, labels.name, last_updated, malicious_confidence, malware_families, published_date, reports, scope, targets, threat_types, type, vulnerabilities.
	*/
	Filter *string

	/* IncludeDeleted.

	   If true, include both published and deleted indicators in the response. Defaults to false.
	*/
	IncludeDeleted *bool

	/* IncludeRelations.

	   If true, include related indicators in the response. Defaults to true.
	*/
	IncludeRelations *bool

	/* Limit.

	   Set the number of indicators to return. The number must be between 1 and 10000
	*/
	Limit *int64

	/* Offset.

	   Set the starting row number to return indicators from. Defaults to 0.
	*/
	Offset *int64

	/* Q.

	   Perform a generic substring search across all fields.
	*/
	Q *string

	/* Sort.

	     Order fields in ascending or descending order.

	Ex: published_date|asc.
	*/
	Sort *string

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

QueryIntelIndicatorEntitiesParams contains all the parameters to send to the API endpoint

for the query intel indicator entities operation.

Typically these are written to a http.Request.

func NewQueryIntelIndicatorEntitiesParams

func NewQueryIntelIndicatorEntitiesParams() *QueryIntelIndicatorEntitiesParams

NewQueryIntelIndicatorEntitiesParams creates a new QueryIntelIndicatorEntitiesParams 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 NewQueryIntelIndicatorEntitiesParamsWithContext

func NewQueryIntelIndicatorEntitiesParamsWithContext(ctx context.Context) *QueryIntelIndicatorEntitiesParams

NewQueryIntelIndicatorEntitiesParamsWithContext creates a new QueryIntelIndicatorEntitiesParams object with the ability to set a context for a request.

func NewQueryIntelIndicatorEntitiesParamsWithHTTPClient

func NewQueryIntelIndicatorEntitiesParamsWithHTTPClient(client *http.Client) *QueryIntelIndicatorEntitiesParams

NewQueryIntelIndicatorEntitiesParamsWithHTTPClient creates a new QueryIntelIndicatorEntitiesParams object with the ability to set a custom HTTPClient for a request.

func NewQueryIntelIndicatorEntitiesParamsWithTimeout

func NewQueryIntelIndicatorEntitiesParamsWithTimeout(timeout time.Duration) *QueryIntelIndicatorEntitiesParams

NewQueryIntelIndicatorEntitiesParamsWithTimeout creates a new QueryIntelIndicatorEntitiesParams object with the ability to set a timeout on a request.

func (*QueryIntelIndicatorEntitiesParams) SetContext

SetContext adds the context to the query intel indicator entities params

func (*QueryIntelIndicatorEntitiesParams) SetDefaults

func (o *QueryIntelIndicatorEntitiesParams) SetDefaults()

SetDefaults hydrates default values in the query intel indicator entities params (not the query body).

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

func (*QueryIntelIndicatorEntitiesParams) SetFilter

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

SetFilter adds the filter to the query intel indicator entities params

func (*QueryIntelIndicatorEntitiesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the query intel indicator entities params

func (*QueryIntelIndicatorEntitiesParams) SetIncludeDeleted

func (o *QueryIntelIndicatorEntitiesParams) SetIncludeDeleted(includeDeleted *bool)

SetIncludeDeleted adds the includeDeleted to the query intel indicator entities params

func (*QueryIntelIndicatorEntitiesParams) SetIncludeRelations added in v0.2.16

func (o *QueryIntelIndicatorEntitiesParams) SetIncludeRelations(includeRelations *bool)

SetIncludeRelations adds the includeRelations to the query intel indicator entities params

func (*QueryIntelIndicatorEntitiesParams) SetLimit

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

SetLimit adds the limit to the query intel indicator entities params

func (*QueryIntelIndicatorEntitiesParams) SetOffset

func (o *QueryIntelIndicatorEntitiesParams) SetOffset(offset *int64)

SetOffset adds the offset to the query intel indicator entities params

func (*QueryIntelIndicatorEntitiesParams) SetQ

SetQ adds the q to the query intel indicator entities params

func (*QueryIntelIndicatorEntitiesParams) SetSort

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

SetSort adds the sort to the query intel indicator entities params

func (*QueryIntelIndicatorEntitiesParams) SetTimeout

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

SetTimeout adds the timeout to the query intel indicator entities params

func (*QueryIntelIndicatorEntitiesParams) WithContext

WithContext adds the context to the query intel indicator entities params

func (*QueryIntelIndicatorEntitiesParams) WithDefaults

WithDefaults hydrates default values in the query intel indicator entities params (not the query body).

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

func (*QueryIntelIndicatorEntitiesParams) WithFilter

WithFilter adds the filter to the query intel indicator entities params

func (*QueryIntelIndicatorEntitiesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the query intel indicator entities params

func (*QueryIntelIndicatorEntitiesParams) WithIncludeDeleted

func (o *QueryIntelIndicatorEntitiesParams) WithIncludeDeleted(includeDeleted *bool) *QueryIntelIndicatorEntitiesParams

WithIncludeDeleted adds the includeDeleted to the query intel indicator entities params

func (*QueryIntelIndicatorEntitiesParams) WithIncludeRelations added in v0.2.16

func (o *QueryIntelIndicatorEntitiesParams) WithIncludeRelations(includeRelations *bool) *QueryIntelIndicatorEntitiesParams

WithIncludeRelations adds the includeRelations to the query intel indicator entities params

func (*QueryIntelIndicatorEntitiesParams) WithLimit

WithLimit adds the limit to the query intel indicator entities params

func (*QueryIntelIndicatorEntitiesParams) WithOffset

WithOffset adds the offset to the query intel indicator entities params

func (*QueryIntelIndicatorEntitiesParams) WithQ

WithQ adds the q to the query intel indicator entities params

func (*QueryIntelIndicatorEntitiesParams) WithSort

WithSort adds the sort to the query intel indicator entities params

func (*QueryIntelIndicatorEntitiesParams) WithTimeout

WithTimeout adds the timeout to the query intel indicator entities params

func (*QueryIntelIndicatorEntitiesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type QueryIntelIndicatorEntitiesReader

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

QueryIntelIndicatorEntitiesReader is a Reader for the QueryIntelIndicatorEntities structure.

func (*QueryIntelIndicatorEntitiesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type QueryIntelIndicatorEntitiesTooManyRequests

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

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

Too Many Requests

func NewQueryIntelIndicatorEntitiesTooManyRequests

func NewQueryIntelIndicatorEntitiesTooManyRequests() *QueryIntelIndicatorEntitiesTooManyRequests

NewQueryIntelIndicatorEntitiesTooManyRequests creates a QueryIntelIndicatorEntitiesTooManyRequests with default headers values

func (*QueryIntelIndicatorEntitiesTooManyRequests) Error

func (*QueryIntelIndicatorEntitiesTooManyRequests) GetPayload

func (*QueryIntelIndicatorEntitiesTooManyRequests) IsClientError added in v0.2.27

IsClientError returns true when this query intel indicator entities too many requests response has a 4xx status code

func (*QueryIntelIndicatorEntitiesTooManyRequests) IsCode added in v0.2.27

IsCode returns true when this query intel indicator entities too many requests response a status code equal to that given

func (*QueryIntelIndicatorEntitiesTooManyRequests) IsRedirect added in v0.2.27

IsRedirect returns true when this query intel indicator entities too many requests response has a 3xx status code

func (*QueryIntelIndicatorEntitiesTooManyRequests) IsServerError added in v0.2.27

IsServerError returns true when this query intel indicator entities too many requests response has a 5xx status code

func (*QueryIntelIndicatorEntitiesTooManyRequests) IsSuccess added in v0.2.27

IsSuccess returns true when this query intel indicator entities too many requests response has a 2xx status code

func (*QueryIntelIndicatorEntitiesTooManyRequests) String added in v0.2.27

type QueryIntelIndicatorIdsBadRequest

type QueryIntelIndicatorIdsBadRequest 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.MsaErrorsOnly
}

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

Bad Request

func NewQueryIntelIndicatorIdsBadRequest

func NewQueryIntelIndicatorIdsBadRequest() *QueryIntelIndicatorIdsBadRequest

NewQueryIntelIndicatorIdsBadRequest creates a QueryIntelIndicatorIdsBadRequest with default headers values

func (*QueryIntelIndicatorIdsBadRequest) Error

func (*QueryIntelIndicatorIdsBadRequest) GetPayload

func (*QueryIntelIndicatorIdsBadRequest) IsClientError added in v0.2.27

func (o *QueryIntelIndicatorIdsBadRequest) IsClientError() bool

IsClientError returns true when this query intel indicator ids bad request response has a 4xx status code

func (*QueryIntelIndicatorIdsBadRequest) IsCode added in v0.2.27

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

IsCode returns true when this query intel indicator ids bad request response a status code equal to that given

func (*QueryIntelIndicatorIdsBadRequest) IsRedirect added in v0.2.27

func (o *QueryIntelIndicatorIdsBadRequest) IsRedirect() bool

IsRedirect returns true when this query intel indicator ids bad request response has a 3xx status code

func (*QueryIntelIndicatorIdsBadRequest) IsServerError added in v0.2.27

func (o *QueryIntelIndicatorIdsBadRequest) IsServerError() bool

IsServerError returns true when this query intel indicator ids bad request response has a 5xx status code

func (*QueryIntelIndicatorIdsBadRequest) IsSuccess added in v0.2.27

func (o *QueryIntelIndicatorIdsBadRequest) IsSuccess() bool

IsSuccess returns true when this query intel indicator ids bad request response has a 2xx status code

func (*QueryIntelIndicatorIdsBadRequest) String added in v0.2.27

type QueryIntelIndicatorIdsDefault

type QueryIntelIndicatorIdsDefault struct {

	/* Provides next page pagination URL. Available only if sorting was done using using _marker field, which is the default one.
	 */
	NextPage string

	Payload *models.MsaQueryResponse
	// contains filtered or unexported fields
}

QueryIntelIndicatorIdsDefault describes a response with status code -1, with default header values.

OK

func NewQueryIntelIndicatorIdsDefault

func NewQueryIntelIndicatorIdsDefault(code int) *QueryIntelIndicatorIdsDefault

NewQueryIntelIndicatorIdsDefault creates a QueryIntelIndicatorIdsDefault with default headers values

func (*QueryIntelIndicatorIdsDefault) Code

Code gets the status code for the query intel indicator ids default response

func (*QueryIntelIndicatorIdsDefault) Error

func (*QueryIntelIndicatorIdsDefault) GetPayload

func (*QueryIntelIndicatorIdsDefault) IsClientError added in v0.2.27

func (o *QueryIntelIndicatorIdsDefault) IsClientError() bool

IsClientError returns true when this query intel indicator ids default response has a 4xx status code

func (*QueryIntelIndicatorIdsDefault) IsCode added in v0.2.27

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

IsCode returns true when this query intel indicator ids default response a status code equal to that given

func (*QueryIntelIndicatorIdsDefault) IsRedirect added in v0.2.27

func (o *QueryIntelIndicatorIdsDefault) IsRedirect() bool

IsRedirect returns true when this query intel indicator ids default response has a 3xx status code

func (*QueryIntelIndicatorIdsDefault) IsServerError added in v0.2.27

func (o *QueryIntelIndicatorIdsDefault) IsServerError() bool

IsServerError returns true when this query intel indicator ids default response has a 5xx status code

func (*QueryIntelIndicatorIdsDefault) IsSuccess added in v0.2.27

func (o *QueryIntelIndicatorIdsDefault) IsSuccess() bool

IsSuccess returns true when this query intel indicator ids default response has a 2xx status code

func (*QueryIntelIndicatorIdsDefault) String added in v0.2.27

type QueryIntelIndicatorIdsForbidden

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

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

Forbidden

func NewQueryIntelIndicatorIdsForbidden

func NewQueryIntelIndicatorIdsForbidden() *QueryIntelIndicatorIdsForbidden

NewQueryIntelIndicatorIdsForbidden creates a QueryIntelIndicatorIdsForbidden with default headers values

func (*QueryIntelIndicatorIdsForbidden) Error

func (*QueryIntelIndicatorIdsForbidden) GetPayload

func (*QueryIntelIndicatorIdsForbidden) IsClientError added in v0.2.27

func (o *QueryIntelIndicatorIdsForbidden) IsClientError() bool

IsClientError returns true when this query intel indicator ids forbidden response has a 4xx status code

func (*QueryIntelIndicatorIdsForbidden) IsCode added in v0.2.27

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

IsCode returns true when this query intel indicator ids forbidden response a status code equal to that given

func (*QueryIntelIndicatorIdsForbidden) IsRedirect added in v0.2.27

func (o *QueryIntelIndicatorIdsForbidden) IsRedirect() bool

IsRedirect returns true when this query intel indicator ids forbidden response has a 3xx status code

func (*QueryIntelIndicatorIdsForbidden) IsServerError added in v0.2.27

func (o *QueryIntelIndicatorIdsForbidden) IsServerError() bool

IsServerError returns true when this query intel indicator ids forbidden response has a 5xx status code

func (*QueryIntelIndicatorIdsForbidden) IsSuccess added in v0.2.27

func (o *QueryIntelIndicatorIdsForbidden) IsSuccess() bool

IsSuccess returns true when this query intel indicator ids forbidden response has a 2xx status code

func (*QueryIntelIndicatorIdsForbidden) String added in v0.2.27

type QueryIntelIndicatorIdsInternalServerError

type QueryIntelIndicatorIdsInternalServerError 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.MsaErrorsOnly
}

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

Internal Server Error

func NewQueryIntelIndicatorIdsInternalServerError

func NewQueryIntelIndicatorIdsInternalServerError() *QueryIntelIndicatorIdsInternalServerError

NewQueryIntelIndicatorIdsInternalServerError creates a QueryIntelIndicatorIdsInternalServerError with default headers values

func (*QueryIntelIndicatorIdsInternalServerError) Error

func (*QueryIntelIndicatorIdsInternalServerError) GetPayload

func (*QueryIntelIndicatorIdsInternalServerError) IsClientError added in v0.2.27

IsClientError returns true when this query intel indicator ids internal server error response has a 4xx status code

func (*QueryIntelIndicatorIdsInternalServerError) IsCode added in v0.2.27

IsCode returns true when this query intel indicator ids internal server error response a status code equal to that given

func (*QueryIntelIndicatorIdsInternalServerError) IsRedirect added in v0.2.27

IsRedirect returns true when this query intel indicator ids internal server error response has a 3xx status code

func (*QueryIntelIndicatorIdsInternalServerError) IsServerError added in v0.2.27

IsServerError returns true when this query intel indicator ids internal server error response has a 5xx status code

func (*QueryIntelIndicatorIdsInternalServerError) IsSuccess added in v0.2.27

IsSuccess returns true when this query intel indicator ids internal server error response has a 2xx status code

func (*QueryIntelIndicatorIdsInternalServerError) String added in v0.2.27

type QueryIntelIndicatorIdsOK

type QueryIntelIndicatorIdsOK struct {

	/* Provides next page pagination URL. Available only if sorting was done using using _marker field, which is the default one.
	 */
	NextPage string

	/* 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
}

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

OK

func NewQueryIntelIndicatorIdsOK

func NewQueryIntelIndicatorIdsOK() *QueryIntelIndicatorIdsOK

NewQueryIntelIndicatorIdsOK creates a QueryIntelIndicatorIdsOK with default headers values

func (*QueryIntelIndicatorIdsOK) Error

func (o *QueryIntelIndicatorIdsOK) Error() string

func (*QueryIntelIndicatorIdsOK) GetPayload

func (*QueryIntelIndicatorIdsOK) HasNextPage added in v0.2.14

func (o *QueryIntelIndicatorIdsOK) HasNextPage() bool

func (*QueryIntelIndicatorIdsOK) IsClientError added in v0.2.27

func (o *QueryIntelIndicatorIdsOK) IsClientError() bool

IsClientError returns true when this query intel indicator ids o k response has a 4xx status code

func (*QueryIntelIndicatorIdsOK) IsCode added in v0.2.27

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

IsCode returns true when this query intel indicator ids o k response a status code equal to that given

func (*QueryIntelIndicatorIdsOK) IsRedirect added in v0.2.27

func (o *QueryIntelIndicatorIdsOK) IsRedirect() bool

IsRedirect returns true when this query intel indicator ids o k response has a 3xx status code

func (*QueryIntelIndicatorIdsOK) IsServerError added in v0.2.27

func (o *QueryIntelIndicatorIdsOK) IsServerError() bool

IsServerError returns true when this query intel indicator ids o k response has a 5xx status code

func (*QueryIntelIndicatorIdsOK) IsSuccess added in v0.2.27

func (o *QueryIntelIndicatorIdsOK) IsSuccess() bool

IsSuccess returns true when this query intel indicator ids o k response has a 2xx status code

func (*QueryIntelIndicatorIdsOK) Paginate added in v0.2.14

func (o *QueryIntelIndicatorIdsOK) Paginate() ClientOption

func (*QueryIntelIndicatorIdsOK) String added in v0.2.27

func (o *QueryIntelIndicatorIdsOK) String() string

type QueryIntelIndicatorIdsParams

type QueryIntelIndicatorIdsParams struct {

	/* Filter.

	     Filter your query by specifying FQL filter parameters. Filter parameters include:

	_marker, actors, deleted, domain_types, id, indicator, ip_address_types, kill_chains, labels, labels.created_on, labels.last_valid_on, labels.name, last_updated, malicious_confidence, malware_families, published_date, reports, scope, targets, threat_types, type, vulnerabilities.
	*/
	Filter *string

	/* IncludeDeleted.

	   If true, include both published and deleted indicators in the response. Defaults to false.
	*/
	IncludeDeleted *bool

	/* IncludeRelations.

	   If true, include related indicators in the response. Defaults to true.
	*/
	IncludeRelations *bool

	/* Limit.

	   Set the number of indicator IDs to return. The number must be between 1 and 10000
	*/
	Limit *int64

	/* Offset.

	   Set the starting row number to return indicator IDs from. Defaults to 0.
	*/
	Offset *int64

	/* Q.

	   Perform a generic substring search across all fields.
	*/
	Q *string

	/* Sort.

	     Order fields in ascending or descending order.

	Ex: published_date|asc.
	*/
	Sort *string

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

QueryIntelIndicatorIdsParams contains all the parameters to send to the API endpoint

for the query intel indicator ids operation.

Typically these are written to a http.Request.

func NewQueryIntelIndicatorIdsParams

func NewQueryIntelIndicatorIdsParams() *QueryIntelIndicatorIdsParams

NewQueryIntelIndicatorIdsParams creates a new QueryIntelIndicatorIdsParams 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 NewQueryIntelIndicatorIdsParamsWithContext

func NewQueryIntelIndicatorIdsParamsWithContext(ctx context.Context) *QueryIntelIndicatorIdsParams

NewQueryIntelIndicatorIdsParamsWithContext creates a new QueryIntelIndicatorIdsParams object with the ability to set a context for a request.

func NewQueryIntelIndicatorIdsParamsWithHTTPClient

func NewQueryIntelIndicatorIdsParamsWithHTTPClient(client *http.Client) *QueryIntelIndicatorIdsParams

NewQueryIntelIndicatorIdsParamsWithHTTPClient creates a new QueryIntelIndicatorIdsParams object with the ability to set a custom HTTPClient for a request.

func NewQueryIntelIndicatorIdsParamsWithTimeout

func NewQueryIntelIndicatorIdsParamsWithTimeout(timeout time.Duration) *QueryIntelIndicatorIdsParams

NewQueryIntelIndicatorIdsParamsWithTimeout creates a new QueryIntelIndicatorIdsParams object with the ability to set a timeout on a request.

func (*QueryIntelIndicatorIdsParams) SetContext

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

SetContext adds the context to the query intel indicator ids params

func (*QueryIntelIndicatorIdsParams) SetDefaults

func (o *QueryIntelIndicatorIdsParams) SetDefaults()

SetDefaults hydrates default values in the query intel indicator ids params (not the query body).

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

func (*QueryIntelIndicatorIdsParams) SetFilter

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

SetFilter adds the filter to the query intel indicator ids params

func (*QueryIntelIndicatorIdsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the query intel indicator ids params

func (*QueryIntelIndicatorIdsParams) SetIncludeDeleted

func (o *QueryIntelIndicatorIdsParams) SetIncludeDeleted(includeDeleted *bool)

SetIncludeDeleted adds the includeDeleted to the query intel indicator ids params

func (*QueryIntelIndicatorIdsParams) SetIncludeRelations added in v0.2.16

func (o *QueryIntelIndicatorIdsParams) SetIncludeRelations(includeRelations *bool)

SetIncludeRelations adds the includeRelations to the query intel indicator ids params

func (*QueryIntelIndicatorIdsParams) SetLimit

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

SetLimit adds the limit to the query intel indicator ids params

func (*QueryIntelIndicatorIdsParams) SetOffset

func (o *QueryIntelIndicatorIdsParams) SetOffset(offset *int64)

SetOffset adds the offset to the query intel indicator ids params

func (*QueryIntelIndicatorIdsParams) SetQ

SetQ adds the q to the query intel indicator ids params

func (*QueryIntelIndicatorIdsParams) SetSort

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

SetSort adds the sort to the query intel indicator ids params

func (*QueryIntelIndicatorIdsParams) SetTimeout

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

SetTimeout adds the timeout to the query intel indicator ids params

func (*QueryIntelIndicatorIdsParams) WithContext

WithContext adds the context to the query intel indicator ids params

func (*QueryIntelIndicatorIdsParams) WithDefaults

WithDefaults hydrates default values in the query intel indicator ids params (not the query body).

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

func (*QueryIntelIndicatorIdsParams) WithFilter

WithFilter adds the filter to the query intel indicator ids params

func (*QueryIntelIndicatorIdsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the query intel indicator ids params

func (*QueryIntelIndicatorIdsParams) WithIncludeDeleted

func (o *QueryIntelIndicatorIdsParams) WithIncludeDeleted(includeDeleted *bool) *QueryIntelIndicatorIdsParams

WithIncludeDeleted adds the includeDeleted to the query intel indicator ids params

func (*QueryIntelIndicatorIdsParams) WithIncludeRelations added in v0.2.16

func (o *QueryIntelIndicatorIdsParams) WithIncludeRelations(includeRelations *bool) *QueryIntelIndicatorIdsParams

WithIncludeRelations adds the includeRelations to the query intel indicator ids params

func (*QueryIntelIndicatorIdsParams) WithLimit

WithLimit adds the limit to the query intel indicator ids params

func (*QueryIntelIndicatorIdsParams) WithOffset

WithOffset adds the offset to the query intel indicator ids params

func (*QueryIntelIndicatorIdsParams) WithQ

WithQ adds the q to the query intel indicator ids params

func (*QueryIntelIndicatorIdsParams) WithSort

WithSort adds the sort to the query intel indicator ids params

func (*QueryIntelIndicatorIdsParams) WithTimeout

WithTimeout adds the timeout to the query intel indicator ids params

func (*QueryIntelIndicatorIdsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type QueryIntelIndicatorIdsReader

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

QueryIntelIndicatorIdsReader is a Reader for the QueryIntelIndicatorIds structure.

func (*QueryIntelIndicatorIdsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type QueryIntelIndicatorIdsTooManyRequests

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

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

Too Many Requests

func NewQueryIntelIndicatorIdsTooManyRequests

func NewQueryIntelIndicatorIdsTooManyRequests() *QueryIntelIndicatorIdsTooManyRequests

NewQueryIntelIndicatorIdsTooManyRequests creates a QueryIntelIndicatorIdsTooManyRequests with default headers values

func (*QueryIntelIndicatorIdsTooManyRequests) Error

func (*QueryIntelIndicatorIdsTooManyRequests) GetPayload

func (*QueryIntelIndicatorIdsTooManyRequests) IsClientError added in v0.2.27

func (o *QueryIntelIndicatorIdsTooManyRequests) IsClientError() bool

IsClientError returns true when this query intel indicator ids too many requests response has a 4xx status code

func (*QueryIntelIndicatorIdsTooManyRequests) IsCode added in v0.2.27

IsCode returns true when this query intel indicator ids too many requests response a status code equal to that given

func (*QueryIntelIndicatorIdsTooManyRequests) IsRedirect added in v0.2.27

IsRedirect returns true when this query intel indicator ids too many requests response has a 3xx status code

func (*QueryIntelIndicatorIdsTooManyRequests) IsServerError added in v0.2.27

func (o *QueryIntelIndicatorIdsTooManyRequests) IsServerError() bool

IsServerError returns true when this query intel indicator ids too many requests response has a 5xx status code

func (*QueryIntelIndicatorIdsTooManyRequests) IsSuccess added in v0.2.27

IsSuccess returns true when this query intel indicator ids too many requests response has a 2xx status code

func (*QueryIntelIndicatorIdsTooManyRequests) String added in v0.2.27

type QueryIntelReportEntitiesBadRequest

type QueryIntelReportEntitiesBadRequest struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

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

Bad Request

func NewQueryIntelReportEntitiesBadRequest

func NewQueryIntelReportEntitiesBadRequest() *QueryIntelReportEntitiesBadRequest

NewQueryIntelReportEntitiesBadRequest creates a QueryIntelReportEntitiesBadRequest with default headers values

func (*QueryIntelReportEntitiesBadRequest) Error

func (*QueryIntelReportEntitiesBadRequest) IsClientError added in v0.2.27

func (o *QueryIntelReportEntitiesBadRequest) IsClientError() bool

IsClientError returns true when this query intel report entities bad request response has a 4xx status code

func (*QueryIntelReportEntitiesBadRequest) IsCode added in v0.2.27

IsCode returns true when this query intel report entities bad request response a status code equal to that given

func (*QueryIntelReportEntitiesBadRequest) IsRedirect added in v0.2.27

func (o *QueryIntelReportEntitiesBadRequest) IsRedirect() bool

IsRedirect returns true when this query intel report entities bad request response has a 3xx status code

func (*QueryIntelReportEntitiesBadRequest) IsServerError added in v0.2.27

func (o *QueryIntelReportEntitiesBadRequest) IsServerError() bool

IsServerError returns true when this query intel report entities bad request response has a 5xx status code

func (*QueryIntelReportEntitiesBadRequest) IsSuccess added in v0.2.27

IsSuccess returns true when this query intel report entities bad request response has a 2xx status code

func (*QueryIntelReportEntitiesBadRequest) String added in v0.2.27

type QueryIntelReportEntitiesDefault

type QueryIntelReportEntitiesDefault struct {
	Payload *models.DomainNewsResponse
	// contains filtered or unexported fields
}

QueryIntelReportEntitiesDefault describes a response with status code -1, with default header values.

OK

func NewQueryIntelReportEntitiesDefault

func NewQueryIntelReportEntitiesDefault(code int) *QueryIntelReportEntitiesDefault

NewQueryIntelReportEntitiesDefault creates a QueryIntelReportEntitiesDefault with default headers values

func (*QueryIntelReportEntitiesDefault) Code

Code gets the status code for the query intel report entities default response

func (*QueryIntelReportEntitiesDefault) Error

func (*QueryIntelReportEntitiesDefault) GetPayload

func (*QueryIntelReportEntitiesDefault) IsClientError added in v0.2.27

func (o *QueryIntelReportEntitiesDefault) IsClientError() bool

IsClientError returns true when this query intel report entities default response has a 4xx status code

func (*QueryIntelReportEntitiesDefault) IsCode added in v0.2.27

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

IsCode returns true when this query intel report entities default response a status code equal to that given

func (*QueryIntelReportEntitiesDefault) IsRedirect added in v0.2.27

func (o *QueryIntelReportEntitiesDefault) IsRedirect() bool

IsRedirect returns true when this query intel report entities default response has a 3xx status code

func (*QueryIntelReportEntitiesDefault) IsServerError added in v0.2.27

func (o *QueryIntelReportEntitiesDefault) IsServerError() bool

IsServerError returns true when this query intel report entities default response has a 5xx status code

func (*QueryIntelReportEntitiesDefault) IsSuccess added in v0.2.27

func (o *QueryIntelReportEntitiesDefault) IsSuccess() bool

IsSuccess returns true when this query intel report entities default response has a 2xx status code

func (*QueryIntelReportEntitiesDefault) String added in v0.2.27

type QueryIntelReportEntitiesForbidden

type QueryIntelReportEntitiesForbidden struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewQueryIntelReportEntitiesForbidden

func NewQueryIntelReportEntitiesForbidden() *QueryIntelReportEntitiesForbidden

NewQueryIntelReportEntitiesForbidden creates a QueryIntelReportEntitiesForbidden with default headers values

func (*QueryIntelReportEntitiesForbidden) Error

func (*QueryIntelReportEntitiesForbidden) GetPayload

func (*QueryIntelReportEntitiesForbidden) IsClientError added in v0.2.27

func (o *QueryIntelReportEntitiesForbidden) IsClientError() bool

IsClientError returns true when this query intel report entities forbidden response has a 4xx status code

func (*QueryIntelReportEntitiesForbidden) IsCode added in v0.2.27

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

IsCode returns true when this query intel report entities forbidden response a status code equal to that given

func (*QueryIntelReportEntitiesForbidden) IsRedirect added in v0.2.27

func (o *QueryIntelReportEntitiesForbidden) IsRedirect() bool

IsRedirect returns true when this query intel report entities forbidden response has a 3xx status code

func (*QueryIntelReportEntitiesForbidden) IsServerError added in v0.2.27

func (o *QueryIntelReportEntitiesForbidden) IsServerError() bool

IsServerError returns true when this query intel report entities forbidden response has a 5xx status code

func (*QueryIntelReportEntitiesForbidden) IsSuccess added in v0.2.27

func (o *QueryIntelReportEntitiesForbidden) IsSuccess() bool

IsSuccess returns true when this query intel report entities forbidden response has a 2xx status code

func (*QueryIntelReportEntitiesForbidden) String added in v0.2.27

type QueryIntelReportEntitiesInternalServerError

type QueryIntelReportEntitiesInternalServerError struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaErrorsOnly
}

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

Internal Server Error

func NewQueryIntelReportEntitiesInternalServerError

func NewQueryIntelReportEntitiesInternalServerError() *QueryIntelReportEntitiesInternalServerError

NewQueryIntelReportEntitiesInternalServerError creates a QueryIntelReportEntitiesInternalServerError with default headers values

func (*QueryIntelReportEntitiesInternalServerError) Error

func (*QueryIntelReportEntitiesInternalServerError) GetPayload

func (*QueryIntelReportEntitiesInternalServerError) IsClientError added in v0.2.27

IsClientError returns true when this query intel report entities internal server error response has a 4xx status code

func (*QueryIntelReportEntitiesInternalServerError) IsCode added in v0.2.27

IsCode returns true when this query intel report entities internal server error response a status code equal to that given

func (*QueryIntelReportEntitiesInternalServerError) IsRedirect added in v0.2.27

IsRedirect returns true when this query intel report entities internal server error response has a 3xx status code

func (*QueryIntelReportEntitiesInternalServerError) IsServerError added in v0.2.27

IsServerError returns true when this query intel report entities internal server error response has a 5xx status code

func (*QueryIntelReportEntitiesInternalServerError) IsSuccess added in v0.2.27

IsSuccess returns true when this query intel report entities internal server error response has a 2xx status code

func (*QueryIntelReportEntitiesInternalServerError) String added in v0.2.27

type QueryIntelReportEntitiesOK

type QueryIntelReportEntitiesOK struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.DomainNewsResponse
}

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

OK

func NewQueryIntelReportEntitiesOK

func NewQueryIntelReportEntitiesOK() *QueryIntelReportEntitiesOK

NewQueryIntelReportEntitiesOK creates a QueryIntelReportEntitiesOK with default headers values

func (*QueryIntelReportEntitiesOK) Error

func (*QueryIntelReportEntitiesOK) GetPayload

func (*QueryIntelReportEntitiesOK) IsClientError added in v0.2.27

func (o *QueryIntelReportEntitiesOK) IsClientError() bool

IsClientError returns true when this query intel report entities o k response has a 4xx status code

func (*QueryIntelReportEntitiesOK) IsCode added in v0.2.27

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

IsCode returns true when this query intel report entities o k response a status code equal to that given

func (*QueryIntelReportEntitiesOK) IsRedirect added in v0.2.27

func (o *QueryIntelReportEntitiesOK) IsRedirect() bool

IsRedirect returns true when this query intel report entities o k response has a 3xx status code

func (*QueryIntelReportEntitiesOK) IsServerError added in v0.2.27

func (o *QueryIntelReportEntitiesOK) IsServerError() bool

IsServerError returns true when this query intel report entities o k response has a 5xx status code

func (*QueryIntelReportEntitiesOK) IsSuccess added in v0.2.27

func (o *QueryIntelReportEntitiesOK) IsSuccess() bool

IsSuccess returns true when this query intel report entities o k response has a 2xx status code

func (*QueryIntelReportEntitiesOK) String added in v0.2.27

func (o *QueryIntelReportEntitiesOK) String() string

type QueryIntelReportEntitiesParams

type QueryIntelReportEntitiesParams struct {

	/* Fields.

	     The fields to return, or a predefined set of fields in the form of the collection name surrounded by two underscores like:

	\_\_\<collection\>\_\_.

	Ex: slug \_\_full\_\_.

	Defaults to \_\_basic\_\_.
	*/
	Fields []string

	/* Filter.

	     Filter your query by specifying FQL filter parameters. Filter parameters include:

	actors, actors.id, actors.name, actors.slug, actors.url, created_date, description, id, last_modified_date, motivations, motivations.id, motivations.slug, motivations.value, name, name.raw, short_description, slug, sub_type, sub_type.id, sub_type.name, sub_type.slug, tags, tags.id, tags.slug, tags.value, target_countries, target_countries.id, target_countries.slug, target_countries.value, target_industries, target_industries.id, target_industries.slug, target_industries.value, type, type.id, type.name, type.slug, url.
	*/
	Filter *string

	/* Limit.

	   Set the number of reports to return. The value must be between 1 and 5000.
	*/
	Limit *int64

	/* Offset.

	   Set the starting row number to return reports from. Defaults to 0.
	*/
	Offset *int64

	/* Q.

	   Perform a generic substring search across all fields.
	*/
	Q *string

	/* Sort.

	   Order fields in ascending or descending order. Ex: created_date|asc.
	*/
	Sort *string

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

QueryIntelReportEntitiesParams contains all the parameters to send to the API endpoint

for the query intel report entities operation.

Typically these are written to a http.Request.

func NewQueryIntelReportEntitiesParams

func NewQueryIntelReportEntitiesParams() *QueryIntelReportEntitiesParams

NewQueryIntelReportEntitiesParams creates a new QueryIntelReportEntitiesParams 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 NewQueryIntelReportEntitiesParamsWithContext

func NewQueryIntelReportEntitiesParamsWithContext(ctx context.Context) *QueryIntelReportEntitiesParams

NewQueryIntelReportEntitiesParamsWithContext creates a new QueryIntelReportEntitiesParams object with the ability to set a context for a request.

func NewQueryIntelReportEntitiesParamsWithHTTPClient

func NewQueryIntelReportEntitiesParamsWithHTTPClient(client *http.Client) *QueryIntelReportEntitiesParams

NewQueryIntelReportEntitiesParamsWithHTTPClient creates a new QueryIntelReportEntitiesParams object with the ability to set a custom HTTPClient for a request.

func NewQueryIntelReportEntitiesParamsWithTimeout

func NewQueryIntelReportEntitiesParamsWithTimeout(timeout time.Duration) *QueryIntelReportEntitiesParams

NewQueryIntelReportEntitiesParamsWithTimeout creates a new QueryIntelReportEntitiesParams object with the ability to set a timeout on a request.

func (*QueryIntelReportEntitiesParams) SetContext

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

SetContext adds the context to the query intel report entities params

func (*QueryIntelReportEntitiesParams) SetDefaults

func (o *QueryIntelReportEntitiesParams) SetDefaults()

SetDefaults hydrates default values in the query intel report entities params (not the query body).

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

func (*QueryIntelReportEntitiesParams) SetFields

func (o *QueryIntelReportEntitiesParams) SetFields(fields []string)

SetFields adds the fields to the query intel report entities params

func (*QueryIntelReportEntitiesParams) SetFilter

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

SetFilter adds the filter to the query intel report entities params

func (*QueryIntelReportEntitiesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the query intel report entities params

func (*QueryIntelReportEntitiesParams) SetLimit

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

SetLimit adds the limit to the query intel report entities params

func (*QueryIntelReportEntitiesParams) SetOffset

func (o *QueryIntelReportEntitiesParams) SetOffset(offset *int64)

SetOffset adds the offset to the query intel report entities params

func (*QueryIntelReportEntitiesParams) SetQ

SetQ adds the q to the query intel report entities params

func (*QueryIntelReportEntitiesParams) SetSort

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

SetSort adds the sort to the query intel report entities params

func (*QueryIntelReportEntitiesParams) SetTimeout

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

SetTimeout adds the timeout to the query intel report entities params

func (*QueryIntelReportEntitiesParams) WithContext

WithContext adds the context to the query intel report entities params

func (*QueryIntelReportEntitiesParams) WithDefaults

WithDefaults hydrates default values in the query intel report entities params (not the query body).

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

func (*QueryIntelReportEntitiesParams) WithFields

WithFields adds the fields to the query intel report entities params

func (*QueryIntelReportEntitiesParams) WithFilter

WithFilter adds the filter to the query intel report entities params

func (*QueryIntelReportEntitiesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the query intel report entities params

func (*QueryIntelReportEntitiesParams) WithLimit

WithLimit adds the limit to the query intel report entities params

func (*QueryIntelReportEntitiesParams) WithOffset

WithOffset adds the offset to the query intel report entities params

func (*QueryIntelReportEntitiesParams) WithQ

WithQ adds the q to the query intel report entities params

func (*QueryIntelReportEntitiesParams) WithSort

WithSort adds the sort to the query intel report entities params

func (*QueryIntelReportEntitiesParams) WithTimeout

WithTimeout adds the timeout to the query intel report entities params

func (*QueryIntelReportEntitiesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type QueryIntelReportEntitiesReader

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

QueryIntelReportEntitiesReader is a Reader for the QueryIntelReportEntities structure.

func (*QueryIntelReportEntitiesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type QueryIntelReportEntitiesTooManyRequests

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

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

Too Many Requests

func NewQueryIntelReportEntitiesTooManyRequests

func NewQueryIntelReportEntitiesTooManyRequests() *QueryIntelReportEntitiesTooManyRequests

NewQueryIntelReportEntitiesTooManyRequests creates a QueryIntelReportEntitiesTooManyRequests with default headers values

func (*QueryIntelReportEntitiesTooManyRequests) Error

func (*QueryIntelReportEntitiesTooManyRequests) GetPayload

func (*QueryIntelReportEntitiesTooManyRequests) IsClientError added in v0.2.27

func (o *QueryIntelReportEntitiesTooManyRequests) IsClientError() bool

IsClientError returns true when this query intel report entities too many requests response has a 4xx status code

func (*QueryIntelReportEntitiesTooManyRequests) IsCode added in v0.2.27

IsCode returns true when this query intel report entities too many requests response a status code equal to that given

func (*QueryIntelReportEntitiesTooManyRequests) IsRedirect added in v0.2.27

IsRedirect returns true when this query intel report entities too many requests response has a 3xx status code

func (*QueryIntelReportEntitiesTooManyRequests) IsServerError added in v0.2.27

func (o *QueryIntelReportEntitiesTooManyRequests) IsServerError() bool

IsServerError returns true when this query intel report entities too many requests response has a 5xx status code

func (*QueryIntelReportEntitiesTooManyRequests) IsSuccess added in v0.2.27

IsSuccess returns true when this query intel report entities too many requests response has a 2xx status code

func (*QueryIntelReportEntitiesTooManyRequests) String added in v0.2.27

type QueryIntelReportIdsBadRequest

type QueryIntelReportIdsBadRequest struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaErrorsOnly
}

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

Bad Request

func NewQueryIntelReportIdsBadRequest

func NewQueryIntelReportIdsBadRequest() *QueryIntelReportIdsBadRequest

NewQueryIntelReportIdsBadRequest creates a QueryIntelReportIdsBadRequest with default headers values

func (*QueryIntelReportIdsBadRequest) Error

func (*QueryIntelReportIdsBadRequest) GetPayload

func (*QueryIntelReportIdsBadRequest) IsClientError added in v0.2.27

func (o *QueryIntelReportIdsBadRequest) IsClientError() bool

IsClientError returns true when this query intel report ids bad request response has a 4xx status code

func (*QueryIntelReportIdsBadRequest) IsCode added in v0.2.27

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

IsCode returns true when this query intel report ids bad request response a status code equal to that given

func (*QueryIntelReportIdsBadRequest) IsRedirect added in v0.2.27

func (o *QueryIntelReportIdsBadRequest) IsRedirect() bool

IsRedirect returns true when this query intel report ids bad request response has a 3xx status code

func (*QueryIntelReportIdsBadRequest) IsServerError added in v0.2.27

func (o *QueryIntelReportIdsBadRequest) IsServerError() bool

IsServerError returns true when this query intel report ids bad request response has a 5xx status code

func (*QueryIntelReportIdsBadRequest) IsSuccess added in v0.2.27

func (o *QueryIntelReportIdsBadRequest) IsSuccess() bool

IsSuccess returns true when this query intel report ids bad request response has a 2xx status code

func (*QueryIntelReportIdsBadRequest) String added in v0.2.27

type QueryIntelReportIdsDefault

type QueryIntelReportIdsDefault struct {
	Payload *models.MsaQueryResponse
	// contains filtered or unexported fields
}

QueryIntelReportIdsDefault describes a response with status code -1, with default header values.

OK

func NewQueryIntelReportIdsDefault

func NewQueryIntelReportIdsDefault(code int) *QueryIntelReportIdsDefault

NewQueryIntelReportIdsDefault creates a QueryIntelReportIdsDefault with default headers values

func (*QueryIntelReportIdsDefault) Code

func (o *QueryIntelReportIdsDefault) Code() int

Code gets the status code for the query intel report ids default response

func (*QueryIntelReportIdsDefault) Error

func (*QueryIntelReportIdsDefault) GetPayload

func (*QueryIntelReportIdsDefault) IsClientError added in v0.2.27

func (o *QueryIntelReportIdsDefault) IsClientError() bool

IsClientError returns true when this query intel report ids default response has a 4xx status code

func (*QueryIntelReportIdsDefault) IsCode added in v0.2.27

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

IsCode returns true when this query intel report ids default response a status code equal to that given

func (*QueryIntelReportIdsDefault) IsRedirect added in v0.2.27

func (o *QueryIntelReportIdsDefault) IsRedirect() bool

IsRedirect returns true when this query intel report ids default response has a 3xx status code

func (*QueryIntelReportIdsDefault) IsServerError added in v0.2.27

func (o *QueryIntelReportIdsDefault) IsServerError() bool

IsServerError returns true when this query intel report ids default response has a 5xx status code

func (*QueryIntelReportIdsDefault) IsSuccess added in v0.2.27

func (o *QueryIntelReportIdsDefault) IsSuccess() bool

IsSuccess returns true when this query intel report ids default response has a 2xx status code

func (*QueryIntelReportIdsDefault) String added in v0.2.27

func (o *QueryIntelReportIdsDefault) String() string

type QueryIntelReportIdsForbidden

type QueryIntelReportIdsForbidden struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewQueryIntelReportIdsForbidden

func NewQueryIntelReportIdsForbidden() *QueryIntelReportIdsForbidden

NewQueryIntelReportIdsForbidden creates a QueryIntelReportIdsForbidden with default headers values

func (*QueryIntelReportIdsForbidden) Error

func (*QueryIntelReportIdsForbidden) GetPayload

func (*QueryIntelReportIdsForbidden) IsClientError added in v0.2.27

func (o *QueryIntelReportIdsForbidden) IsClientError() bool

IsClientError returns true when this query intel report ids forbidden response has a 4xx status code

func (*QueryIntelReportIdsForbidden) IsCode added in v0.2.27

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

IsCode returns true when this query intel report ids forbidden response a status code equal to that given

func (*QueryIntelReportIdsForbidden) IsRedirect added in v0.2.27

func (o *QueryIntelReportIdsForbidden) IsRedirect() bool

IsRedirect returns true when this query intel report ids forbidden response has a 3xx status code

func (*QueryIntelReportIdsForbidden) IsServerError added in v0.2.27

func (o *QueryIntelReportIdsForbidden) IsServerError() bool

IsServerError returns true when this query intel report ids forbidden response has a 5xx status code

func (*QueryIntelReportIdsForbidden) IsSuccess added in v0.2.27

func (o *QueryIntelReportIdsForbidden) IsSuccess() bool

IsSuccess returns true when this query intel report ids forbidden response has a 2xx status code

func (*QueryIntelReportIdsForbidden) String added in v0.2.27

type QueryIntelReportIdsInternalServerError

type QueryIntelReportIdsInternalServerError struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaErrorsOnly
}

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

Internal Server Error

func NewQueryIntelReportIdsInternalServerError

func NewQueryIntelReportIdsInternalServerError() *QueryIntelReportIdsInternalServerError

NewQueryIntelReportIdsInternalServerError creates a QueryIntelReportIdsInternalServerError with default headers values

func (*QueryIntelReportIdsInternalServerError) Error

func (*QueryIntelReportIdsInternalServerError) GetPayload

func (*QueryIntelReportIdsInternalServerError) IsClientError added in v0.2.27

func (o *QueryIntelReportIdsInternalServerError) IsClientError() bool

IsClientError returns true when this query intel report ids internal server error response has a 4xx status code

func (*QueryIntelReportIdsInternalServerError) IsCode added in v0.2.27

IsCode returns true when this query intel report ids internal server error response a status code equal to that given

func (*QueryIntelReportIdsInternalServerError) IsRedirect added in v0.2.27

IsRedirect returns true when this query intel report ids internal server error response has a 3xx status code

func (*QueryIntelReportIdsInternalServerError) IsServerError added in v0.2.27

func (o *QueryIntelReportIdsInternalServerError) IsServerError() bool

IsServerError returns true when this query intel report ids internal server error response has a 5xx status code

func (*QueryIntelReportIdsInternalServerError) IsSuccess added in v0.2.27

IsSuccess returns true when this query intel report ids internal server error response has a 2xx status code

func (*QueryIntelReportIdsInternalServerError) String added in v0.2.27

type QueryIntelReportIdsOK

type QueryIntelReportIdsOK struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaQueryResponse
}

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

OK

func NewQueryIntelReportIdsOK

func NewQueryIntelReportIdsOK() *QueryIntelReportIdsOK

NewQueryIntelReportIdsOK creates a QueryIntelReportIdsOK with default headers values

func (*QueryIntelReportIdsOK) Error

func (o *QueryIntelReportIdsOK) Error() string

func (*QueryIntelReportIdsOK) GetPayload

func (*QueryIntelReportIdsOK) IsClientError added in v0.2.27

func (o *QueryIntelReportIdsOK) IsClientError() bool

IsClientError returns true when this query intel report ids o k response has a 4xx status code

func (*QueryIntelReportIdsOK) IsCode added in v0.2.27

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

IsCode returns true when this query intel report ids o k response a status code equal to that given

func (*QueryIntelReportIdsOK) IsRedirect added in v0.2.27

func (o *QueryIntelReportIdsOK) IsRedirect() bool

IsRedirect returns true when this query intel report ids o k response has a 3xx status code

func (*QueryIntelReportIdsOK) IsServerError added in v0.2.27

func (o *QueryIntelReportIdsOK) IsServerError() bool

IsServerError returns true when this query intel report ids o k response has a 5xx status code

func (*QueryIntelReportIdsOK) IsSuccess added in v0.2.27

func (o *QueryIntelReportIdsOK) IsSuccess() bool

IsSuccess returns true when this query intel report ids o k response has a 2xx status code

func (*QueryIntelReportIdsOK) String added in v0.2.27

func (o *QueryIntelReportIdsOK) String() string

type QueryIntelReportIdsParams

type QueryIntelReportIdsParams struct {

	/* Filter.

	     Filter your query by specifying FQL filter parameters. Filter parameters include:

	actors, actors.id, actors.name, actors.slug, actors.url, created_date, description, id, last_modified_date, motivations, motivations.id, motivations.slug, motivations.value, name, name.raw, short_description, slug, sub_type, sub_type.id, sub_type.name, sub_type.slug, tags, tags.id, tags.slug, tags.value, target_countries, target_countries.id, target_countries.slug, target_countries.value, target_industries, target_industries.id, target_industries.slug, target_industries.value, type, type.id, type.name, type.slug, url.
	*/
	Filter *string

	/* Limit.

	   Set the number of report IDs to return. The value must be between 1 and 5000.
	*/
	Limit *int64

	/* Offset.

	   Set the starting row number to return report IDs from. Defaults to 0.
	*/
	Offset *int64

	/* Q.

	   Perform a generic substring search across all fields.
	*/
	Q *string

	/* Sort.

	     Order fields in ascending or descending order.

	Ex: created_date|asc.
	*/
	Sort *string

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

QueryIntelReportIdsParams contains all the parameters to send to the API endpoint

for the query intel report ids operation.

Typically these are written to a http.Request.

func NewQueryIntelReportIdsParams

func NewQueryIntelReportIdsParams() *QueryIntelReportIdsParams

NewQueryIntelReportIdsParams creates a new QueryIntelReportIdsParams 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 NewQueryIntelReportIdsParamsWithContext

func NewQueryIntelReportIdsParamsWithContext(ctx context.Context) *QueryIntelReportIdsParams

NewQueryIntelReportIdsParamsWithContext creates a new QueryIntelReportIdsParams object with the ability to set a context for a request.

func NewQueryIntelReportIdsParamsWithHTTPClient

func NewQueryIntelReportIdsParamsWithHTTPClient(client *http.Client) *QueryIntelReportIdsParams

NewQueryIntelReportIdsParamsWithHTTPClient creates a new QueryIntelReportIdsParams object with the ability to set a custom HTTPClient for a request.

func NewQueryIntelReportIdsParamsWithTimeout

func NewQueryIntelReportIdsParamsWithTimeout(timeout time.Duration) *QueryIntelReportIdsParams

NewQueryIntelReportIdsParamsWithTimeout creates a new QueryIntelReportIdsParams object with the ability to set a timeout on a request.

func (*QueryIntelReportIdsParams) SetContext

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

SetContext adds the context to the query intel report ids params

func (*QueryIntelReportIdsParams) SetDefaults

func (o *QueryIntelReportIdsParams) SetDefaults()

SetDefaults hydrates default values in the query intel report ids params (not the query body).

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

func (*QueryIntelReportIdsParams) SetFilter

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

SetFilter adds the filter to the query intel report ids params

func (*QueryIntelReportIdsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the query intel report ids params

func (*QueryIntelReportIdsParams) SetLimit

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

SetLimit adds the limit to the query intel report ids params

func (*QueryIntelReportIdsParams) SetOffset

func (o *QueryIntelReportIdsParams) SetOffset(offset *int64)

SetOffset adds the offset to the query intel report ids params

func (*QueryIntelReportIdsParams) SetQ

func (o *QueryIntelReportIdsParams) SetQ(q *string)

SetQ adds the q to the query intel report ids params

func (*QueryIntelReportIdsParams) SetSort

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

SetSort adds the sort to the query intel report ids params

func (*QueryIntelReportIdsParams) SetTimeout

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

SetTimeout adds the timeout to the query intel report ids params

func (*QueryIntelReportIdsParams) WithContext

WithContext adds the context to the query intel report ids params

func (*QueryIntelReportIdsParams) WithDefaults

WithDefaults hydrates default values in the query intel report ids params (not the query body).

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

func (*QueryIntelReportIdsParams) WithFilter

WithFilter adds the filter to the query intel report ids params

func (*QueryIntelReportIdsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the query intel report ids params

func (*QueryIntelReportIdsParams) WithLimit

WithLimit adds the limit to the query intel report ids params

func (*QueryIntelReportIdsParams) WithOffset

WithOffset adds the offset to the query intel report ids params

func (*QueryIntelReportIdsParams) WithQ

WithQ adds the q to the query intel report ids params

func (*QueryIntelReportIdsParams) WithSort

WithSort adds the sort to the query intel report ids params

func (*QueryIntelReportIdsParams) WithTimeout

WithTimeout adds the timeout to the query intel report ids params

func (*QueryIntelReportIdsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type QueryIntelReportIdsReader

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

QueryIntelReportIdsReader is a Reader for the QueryIntelReportIds structure.

func (*QueryIntelReportIdsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type QueryIntelReportIdsTooManyRequests

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

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

Too Many Requests

func NewQueryIntelReportIdsTooManyRequests

func NewQueryIntelReportIdsTooManyRequests() *QueryIntelReportIdsTooManyRequests

NewQueryIntelReportIdsTooManyRequests creates a QueryIntelReportIdsTooManyRequests with default headers values

func (*QueryIntelReportIdsTooManyRequests) Error

func (*QueryIntelReportIdsTooManyRequests) GetPayload

func (*QueryIntelReportIdsTooManyRequests) IsClientError added in v0.2.27

func (o *QueryIntelReportIdsTooManyRequests) IsClientError() bool

IsClientError returns true when this query intel report ids too many requests response has a 4xx status code

func (*QueryIntelReportIdsTooManyRequests) IsCode added in v0.2.27

IsCode returns true when this query intel report ids too many requests response a status code equal to that given

func (*QueryIntelReportIdsTooManyRequests) IsRedirect added in v0.2.27

func (o *QueryIntelReportIdsTooManyRequests) IsRedirect() bool

IsRedirect returns true when this query intel report ids too many requests response has a 3xx status code

func (*QueryIntelReportIdsTooManyRequests) IsServerError added in v0.2.27

func (o *QueryIntelReportIdsTooManyRequests) IsServerError() bool

IsServerError returns true when this query intel report ids too many requests response has a 5xx status code

func (*QueryIntelReportIdsTooManyRequests) IsSuccess added in v0.2.27

IsSuccess returns true when this query intel report ids too many requests response has a 2xx status code

func (*QueryIntelReportIdsTooManyRequests) String added in v0.2.27

type QueryIntelRuleIdsBadRequest

type QueryIntelRuleIdsBadRequest struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaErrorsOnly
}

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

Bad Request

func NewQueryIntelRuleIdsBadRequest

func NewQueryIntelRuleIdsBadRequest() *QueryIntelRuleIdsBadRequest

NewQueryIntelRuleIdsBadRequest creates a QueryIntelRuleIdsBadRequest with default headers values

func (*QueryIntelRuleIdsBadRequest) Error

func (*QueryIntelRuleIdsBadRequest) GetPayload

func (*QueryIntelRuleIdsBadRequest) IsClientError added in v0.2.27

func (o *QueryIntelRuleIdsBadRequest) IsClientError() bool

IsClientError returns true when this query intel rule ids bad request response has a 4xx status code

func (*QueryIntelRuleIdsBadRequest) IsCode added in v0.2.27

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

IsCode returns true when this query intel rule ids bad request response a status code equal to that given

func (*QueryIntelRuleIdsBadRequest) IsRedirect added in v0.2.27

func (o *QueryIntelRuleIdsBadRequest) IsRedirect() bool

IsRedirect returns true when this query intel rule ids bad request response has a 3xx status code

func (*QueryIntelRuleIdsBadRequest) IsServerError added in v0.2.27

func (o *QueryIntelRuleIdsBadRequest) IsServerError() bool

IsServerError returns true when this query intel rule ids bad request response has a 5xx status code

func (*QueryIntelRuleIdsBadRequest) IsSuccess added in v0.2.27

func (o *QueryIntelRuleIdsBadRequest) IsSuccess() bool

IsSuccess returns true when this query intel rule ids bad request response has a 2xx status code

func (*QueryIntelRuleIdsBadRequest) String added in v0.2.27

func (o *QueryIntelRuleIdsBadRequest) String() string

type QueryIntelRuleIdsDefault

type QueryIntelRuleIdsDefault struct {
	Payload *models.MsaQueryResponse
	// contains filtered or unexported fields
}

QueryIntelRuleIdsDefault describes a response with status code -1, with default header values.

OK

func NewQueryIntelRuleIdsDefault

func NewQueryIntelRuleIdsDefault(code int) *QueryIntelRuleIdsDefault

NewQueryIntelRuleIdsDefault creates a QueryIntelRuleIdsDefault with default headers values

func (*QueryIntelRuleIdsDefault) Code

func (o *QueryIntelRuleIdsDefault) Code() int

Code gets the status code for the query intel rule ids default response

func (*QueryIntelRuleIdsDefault) Error

func (o *QueryIntelRuleIdsDefault) Error() string

func (*QueryIntelRuleIdsDefault) GetPayload

func (*QueryIntelRuleIdsDefault) IsClientError added in v0.2.27

func (o *QueryIntelRuleIdsDefault) IsClientError() bool

IsClientError returns true when this query intel rule ids default response has a 4xx status code

func (*QueryIntelRuleIdsDefault) IsCode added in v0.2.27

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

IsCode returns true when this query intel rule ids default response a status code equal to that given

func (*QueryIntelRuleIdsDefault) IsRedirect added in v0.2.27

func (o *QueryIntelRuleIdsDefault) IsRedirect() bool

IsRedirect returns true when this query intel rule ids default response has a 3xx status code

func (*QueryIntelRuleIdsDefault) IsServerError added in v0.2.27

func (o *QueryIntelRuleIdsDefault) IsServerError() bool

IsServerError returns true when this query intel rule ids default response has a 5xx status code

func (*QueryIntelRuleIdsDefault) IsSuccess added in v0.2.27

func (o *QueryIntelRuleIdsDefault) IsSuccess() bool

IsSuccess returns true when this query intel rule ids default response has a 2xx status code

func (*QueryIntelRuleIdsDefault) String added in v0.2.27

func (o *QueryIntelRuleIdsDefault) String() string

type QueryIntelRuleIdsForbidden

type QueryIntelRuleIdsForbidden struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewQueryIntelRuleIdsForbidden

func NewQueryIntelRuleIdsForbidden() *QueryIntelRuleIdsForbidden

NewQueryIntelRuleIdsForbidden creates a QueryIntelRuleIdsForbidden with default headers values

func (*QueryIntelRuleIdsForbidden) Error

func (*QueryIntelRuleIdsForbidden) GetPayload

func (*QueryIntelRuleIdsForbidden) IsClientError added in v0.2.27

func (o *QueryIntelRuleIdsForbidden) IsClientError() bool

IsClientError returns true when this query intel rule ids forbidden response has a 4xx status code

func (*QueryIntelRuleIdsForbidden) IsCode added in v0.2.27

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

IsCode returns true when this query intel rule ids forbidden response a status code equal to that given

func (*QueryIntelRuleIdsForbidden) IsRedirect added in v0.2.27

func (o *QueryIntelRuleIdsForbidden) IsRedirect() bool

IsRedirect returns true when this query intel rule ids forbidden response has a 3xx status code

func (*QueryIntelRuleIdsForbidden) IsServerError added in v0.2.27

func (o *QueryIntelRuleIdsForbidden) IsServerError() bool

IsServerError returns true when this query intel rule ids forbidden response has a 5xx status code

func (*QueryIntelRuleIdsForbidden) IsSuccess added in v0.2.27

func (o *QueryIntelRuleIdsForbidden) IsSuccess() bool

IsSuccess returns true when this query intel rule ids forbidden response has a 2xx status code

func (*QueryIntelRuleIdsForbidden) String added in v0.2.27

func (o *QueryIntelRuleIdsForbidden) String() string

type QueryIntelRuleIdsInternalServerError

type QueryIntelRuleIdsInternalServerError struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaErrorsOnly
}

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

Internal Server Error

func NewQueryIntelRuleIdsInternalServerError

func NewQueryIntelRuleIdsInternalServerError() *QueryIntelRuleIdsInternalServerError

NewQueryIntelRuleIdsInternalServerError creates a QueryIntelRuleIdsInternalServerError with default headers values

func (*QueryIntelRuleIdsInternalServerError) Error

func (*QueryIntelRuleIdsInternalServerError) GetPayload

func (*QueryIntelRuleIdsInternalServerError) IsClientError added in v0.2.27

func (o *QueryIntelRuleIdsInternalServerError) IsClientError() bool

IsClientError returns true when this query intel rule ids internal server error response has a 4xx status code

func (*QueryIntelRuleIdsInternalServerError) IsCode added in v0.2.27

IsCode returns true when this query intel rule ids internal server error response a status code equal to that given

func (*QueryIntelRuleIdsInternalServerError) IsRedirect added in v0.2.27

IsRedirect returns true when this query intel rule ids internal server error response has a 3xx status code

func (*QueryIntelRuleIdsInternalServerError) IsServerError added in v0.2.27

func (o *QueryIntelRuleIdsInternalServerError) IsServerError() bool

IsServerError returns true when this query intel rule ids internal server error response has a 5xx status code

func (*QueryIntelRuleIdsInternalServerError) IsSuccess added in v0.2.27

IsSuccess returns true when this query intel rule ids internal server error response has a 2xx status code

func (*QueryIntelRuleIdsInternalServerError) String added in v0.2.27

type QueryIntelRuleIdsOK

type QueryIntelRuleIdsOK struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaQueryResponse
}

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

OK

func NewQueryIntelRuleIdsOK

func NewQueryIntelRuleIdsOK() *QueryIntelRuleIdsOK

NewQueryIntelRuleIdsOK creates a QueryIntelRuleIdsOK with default headers values

func (*QueryIntelRuleIdsOK) Error

func (o *QueryIntelRuleIdsOK) Error() string

func (*QueryIntelRuleIdsOK) GetPayload

func (o *QueryIntelRuleIdsOK) GetPayload() *models.MsaQueryResponse

func (*QueryIntelRuleIdsOK) IsClientError added in v0.2.27

func (o *QueryIntelRuleIdsOK) IsClientError() bool

IsClientError returns true when this query intel rule ids o k response has a 4xx status code

func (*QueryIntelRuleIdsOK) IsCode added in v0.2.27

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

IsCode returns true when this query intel rule ids o k response a status code equal to that given

func (*QueryIntelRuleIdsOK) IsRedirect added in v0.2.27

func (o *QueryIntelRuleIdsOK) IsRedirect() bool

IsRedirect returns true when this query intel rule ids o k response has a 3xx status code

func (*QueryIntelRuleIdsOK) IsServerError added in v0.2.27

func (o *QueryIntelRuleIdsOK) IsServerError() bool

IsServerError returns true when this query intel rule ids o k response has a 5xx status code

func (*QueryIntelRuleIdsOK) IsSuccess added in v0.2.27

func (o *QueryIntelRuleIdsOK) IsSuccess() bool

IsSuccess returns true when this query intel rule ids o k response has a 2xx status code

func (*QueryIntelRuleIdsOK) String added in v0.2.27

func (o *QueryIntelRuleIdsOK) String() string

type QueryIntelRuleIdsParams

type QueryIntelRuleIdsParams struct {

	/* Description.

	   Substring match on description field.
	*/
	Description []string

	/* Limit.

	   The number of rule IDs to return. Defaults to 10.
	*/
	Limit *int64

	/* MaxCreatedDate.

	   Filter results to those created on or before a certain date.
	*/
	MaxCreatedDate *string

	/* MinCreatedDate.

	   Filter results to those created on or after a certain date.
	*/
	MinCreatedDate *int64

	/* Name.

	   Search by rule title.
	*/
	Name []string

	/* Offset.

	   Set the starting row number to return reports from. Defaults to 0.
	*/
	Offset *int64

	/* Q.

	   Perform a generic substring search across all fields.
	*/
	Q *string

	/* Sort.

	     Order fields in ascending or descending order.

	Ex: created_date|asc.
	*/
	Sort *string

	/* Tags.

	   Search for rule tags.
	*/
	Tags []string

	/* Type.

	     The rule news report type. Accepted values:

	snort-suricata-master

	snort-suricata-update

	snort-suricata-changelog

	yara-master

	yara-update

	yara-changelog

	common-event-format

	netwitness
	*/
	Type string

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

QueryIntelRuleIdsParams contains all the parameters to send to the API endpoint

for the query intel rule ids operation.

Typically these are written to a http.Request.

func NewQueryIntelRuleIdsParams

func NewQueryIntelRuleIdsParams() *QueryIntelRuleIdsParams

NewQueryIntelRuleIdsParams creates a new QueryIntelRuleIdsParams 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 NewQueryIntelRuleIdsParamsWithContext

func NewQueryIntelRuleIdsParamsWithContext(ctx context.Context) *QueryIntelRuleIdsParams

NewQueryIntelRuleIdsParamsWithContext creates a new QueryIntelRuleIdsParams object with the ability to set a context for a request.

func NewQueryIntelRuleIdsParamsWithHTTPClient

func NewQueryIntelRuleIdsParamsWithHTTPClient(client *http.Client) *QueryIntelRuleIdsParams

NewQueryIntelRuleIdsParamsWithHTTPClient creates a new QueryIntelRuleIdsParams object with the ability to set a custom HTTPClient for a request.

func NewQueryIntelRuleIdsParamsWithTimeout

func NewQueryIntelRuleIdsParamsWithTimeout(timeout time.Duration) *QueryIntelRuleIdsParams

NewQueryIntelRuleIdsParamsWithTimeout creates a new QueryIntelRuleIdsParams object with the ability to set a timeout on a request.

func (*QueryIntelRuleIdsParams) SetContext

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

SetContext adds the context to the query intel rule ids params

func (*QueryIntelRuleIdsParams) SetDefaults

func (o *QueryIntelRuleIdsParams) SetDefaults()

SetDefaults hydrates default values in the query intel rule ids params (not the query body).

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

func (*QueryIntelRuleIdsParams) SetDescription

func (o *QueryIntelRuleIdsParams) SetDescription(description []string)

SetDescription adds the description to the query intel rule ids params

func (*QueryIntelRuleIdsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the query intel rule ids params

func (*QueryIntelRuleIdsParams) SetLimit

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

SetLimit adds the limit to the query intel rule ids params

func (*QueryIntelRuleIdsParams) SetMaxCreatedDate

func (o *QueryIntelRuleIdsParams) SetMaxCreatedDate(maxCreatedDate *string)

SetMaxCreatedDate adds the maxCreatedDate to the query intel rule ids params

func (*QueryIntelRuleIdsParams) SetMinCreatedDate

func (o *QueryIntelRuleIdsParams) SetMinCreatedDate(minCreatedDate *int64)

SetMinCreatedDate adds the minCreatedDate to the query intel rule ids params

func (*QueryIntelRuleIdsParams) SetName

func (o *QueryIntelRuleIdsParams) SetName(name []string)

SetName adds the name to the query intel rule ids params

func (*QueryIntelRuleIdsParams) SetOffset

func (o *QueryIntelRuleIdsParams) SetOffset(offset *int64)

SetOffset adds the offset to the query intel rule ids params

func (*QueryIntelRuleIdsParams) SetQ

func (o *QueryIntelRuleIdsParams) SetQ(q *string)

SetQ adds the q to the query intel rule ids params

func (*QueryIntelRuleIdsParams) SetSort

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

SetSort adds the sort to the query intel rule ids params

func (*QueryIntelRuleIdsParams) SetTags

func (o *QueryIntelRuleIdsParams) SetTags(tags []string)

SetTags adds the tags to the query intel rule ids params

func (*QueryIntelRuleIdsParams) SetTimeout

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

SetTimeout adds the timeout to the query intel rule ids params

func (*QueryIntelRuleIdsParams) SetType

func (o *QueryIntelRuleIdsParams) SetType(typeVar string)

SetType adds the type to the query intel rule ids params

func (*QueryIntelRuleIdsParams) WithContext

WithContext adds the context to the query intel rule ids params

func (*QueryIntelRuleIdsParams) WithDefaults

WithDefaults hydrates default values in the query intel rule ids params (not the query body).

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

func (*QueryIntelRuleIdsParams) WithDescription

func (o *QueryIntelRuleIdsParams) WithDescription(description []string) *QueryIntelRuleIdsParams

WithDescription adds the description to the query intel rule ids params

func (*QueryIntelRuleIdsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the query intel rule ids params

func (*QueryIntelRuleIdsParams) WithLimit

WithLimit adds the limit to the query intel rule ids params

func (*QueryIntelRuleIdsParams) WithMaxCreatedDate

func (o *QueryIntelRuleIdsParams) WithMaxCreatedDate(maxCreatedDate *string) *QueryIntelRuleIdsParams

WithMaxCreatedDate adds the maxCreatedDate to the query intel rule ids params

func (*QueryIntelRuleIdsParams) WithMinCreatedDate

func (o *QueryIntelRuleIdsParams) WithMinCreatedDate(minCreatedDate *int64) *QueryIntelRuleIdsParams

WithMinCreatedDate adds the minCreatedDate to the query intel rule ids params

func (*QueryIntelRuleIdsParams) WithName

WithName adds the name to the query intel rule ids params

func (*QueryIntelRuleIdsParams) WithOffset

func (o *QueryIntelRuleIdsParams) WithOffset(offset *int64) *QueryIntelRuleIdsParams

WithOffset adds the offset to the query intel rule ids params

func (*QueryIntelRuleIdsParams) WithQ

WithQ adds the q to the query intel rule ids params

func (*QueryIntelRuleIdsParams) WithSort

WithSort adds the sort to the query intel rule ids params

func (*QueryIntelRuleIdsParams) WithTags

WithTags adds the tags to the query intel rule ids params

func (*QueryIntelRuleIdsParams) WithTimeout

WithTimeout adds the timeout to the query intel rule ids params

func (*QueryIntelRuleIdsParams) WithType

WithType adds the typeVar to the query intel rule ids params

func (*QueryIntelRuleIdsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type QueryIntelRuleIdsReader

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

QueryIntelRuleIdsReader is a Reader for the QueryIntelRuleIds structure.

func (*QueryIntelRuleIdsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type QueryIntelRuleIdsTooManyRequests

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

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

Too Many Requests

func NewQueryIntelRuleIdsTooManyRequests

func NewQueryIntelRuleIdsTooManyRequests() *QueryIntelRuleIdsTooManyRequests

NewQueryIntelRuleIdsTooManyRequests creates a QueryIntelRuleIdsTooManyRequests with default headers values

func (*QueryIntelRuleIdsTooManyRequests) Error

func (*QueryIntelRuleIdsTooManyRequests) GetPayload

func (*QueryIntelRuleIdsTooManyRequests) IsClientError added in v0.2.27

func (o *QueryIntelRuleIdsTooManyRequests) IsClientError() bool

IsClientError returns true when this query intel rule ids too many requests response has a 4xx status code

func (*QueryIntelRuleIdsTooManyRequests) IsCode added in v0.2.27

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

IsCode returns true when this query intel rule ids too many requests response a status code equal to that given

func (*QueryIntelRuleIdsTooManyRequests) IsRedirect added in v0.2.27

func (o *QueryIntelRuleIdsTooManyRequests) IsRedirect() bool

IsRedirect returns true when this query intel rule ids too many requests response has a 3xx status code

func (*QueryIntelRuleIdsTooManyRequests) IsServerError added in v0.2.27

func (o *QueryIntelRuleIdsTooManyRequests) IsServerError() bool

IsServerError returns true when this query intel rule ids too many requests response has a 5xx status code

func (*QueryIntelRuleIdsTooManyRequests) IsSuccess added in v0.2.27

func (o *QueryIntelRuleIdsTooManyRequests) IsSuccess() bool

IsSuccess returns true when this query intel rule ids too many requests response has a 2xx status code

func (*QueryIntelRuleIdsTooManyRequests) String added in v0.2.27

type RuleType added in v0.2.13

type RuleType string
const (
	RuleTypeSnortSuricataMaster    RuleType = "snort-suricata-master"
	RuleTypeSnortSuricataUpdate    RuleType = "snort-suricata-update"
	RuleTypeSnortSuricataChangelog RuleType = "snort-suricata-changelog"
	RuleTypeYaraMaster             RuleType = "yara-master"
	RuleTypeYaraUpdate             RuleType = "yara-update"
	RuleTypeYaraChangelog          RuleType = "yara-changelog"
	RuleTypeCommonEventFormat      RuleType = "common-event-format"
	RuleTypeNetwitness             RuleType = "netwitness"
)

func (RuleType) Valid added in v0.2.13

func (rt RuleType) Valid() bool

Jump to

Keyboard shortcuts

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