intel

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Feb 27, 2024 License: MIT Imports: 11 Imported by: 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) GetMitreReport added in v0.2.33

func (a *Client) GetMitreReport(params *GetMitreReportParams, opts ...ClientOption) (*GetMitreReportOK, error)

GetMitreReport exports mitre a t t and c k information for a given actor

func (*Client) GetVulnerabilities added in v0.2.32

func (a *Client) GetVulnerabilities(params *GetVulnerabilitiesParams, opts ...ClientOption) (*GetVulnerabilitiesOK, error)

GetVulnerabilities gets vulnerabilities

func (*Client) PostMitreAttacks added in v0.2.33

func (a *Client) PostMitreAttacks(params *PostMitreAttacksParams, opts ...ClientOption) (*PostMitreAttacksOK, error)

PostMitreAttacks retrieves report and observable i ds associated with the given actor and attacks

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) QueryMitreAttacks added in v0.2.33

func (a *Client) QueryMitreAttacks(params *QueryMitreAttacksParams, opts ...ClientOption) (*QueryMitreAttacksOK, error)

QueryMitreAttacks gets m i t r e tactics and techniques for the given actor returning concatenation of id and tactic and technique ids example fancy bear t a0011 t1071

func (*Client) QueryVulnerabilities added in v0.2.32

func (a *Client) QueryVulnerabilities(params *QueryVulnerabilitiesParams, opts ...ClientOption) (*QueryVulnerabilitiesOK, error)

QueryVulnerabilities gets vulnerabilities i ds

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)

	GetMitreReport(params *GetMitreReportParams, opts ...ClientOption) (*GetMitreReportOK, error)

	GetVulnerabilities(params *GetVulnerabilitiesParams, opts ...ClientOption) (*GetVulnerabilitiesOK, error)

	PostMitreAttacks(params *PostMitreAttacksParams, opts ...ClientOption) (*PostMitreAttacksOK, 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)

	QueryMitreAttacks(params *QueryMitreAttacksParams, opts ...ClientOption) (*QueryMitreAttacksOK, error)

	QueryVulnerabilities(params *QueryVulnerabilitiesParams, opts ...ClientOption) (*QueryVulnerabilitiesOK, 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 GetIntelActorEntitiesForbidden

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

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) Code added in v0.2.33

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

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 {

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

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) Code added in v0.2.33

Code gets the status code for the get intel actor entities internal server error response

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 {

	/* 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.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) Code added in v0.2.33

func (o *GetIntelActorEntitiesOK) Code() int

Code gets the status code for the get intel actor entities o k response

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 {

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

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) Code added in v0.2.33

Code gets the status code for the get intel actor entities too many requests response

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 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) Code added in v0.2.33

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

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) Code added in v0.2.33

Code gets the status code for the get intel indicator entities internal server error response

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) Code added in v0.2.33

func (o *GetIntelIndicatorEntitiesOK) Code() int

Code gets the status code for the get intel indicator entities o k response

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) Code added in v0.2.33

Code gets the status code for the get intel indicator entities too many requests response

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 GetIntelReportEntitiesForbidden

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

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) Code added in v0.2.33

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

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 {

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

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) Code added in v0.2.33

Code gets the status code for the get intel report entities internal server error response

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 {

	/* 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.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) Code added in v0.2.33

func (o *GetIntelReportEntitiesOK) Code() int

Code gets the status code for the get intel report entities o k response

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 {

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

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) Code added in v0.2.33

Code gets the status code for the get intel report entities too many requests response

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 {

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

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) Code added in v0.2.33

func (o *GetIntelReportPDFBadRequest) Code() int

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

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 GetIntelReportPDFForbidden

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

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) Code added in v0.2.33

func (o *GetIntelReportPDFForbidden) Code() int

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

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 {

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

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) Code added in v0.2.33

Code gets the status code for the get intel report p d f internal server error response

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 {

	/* 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 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) Code added in v0.2.33

func (o *GetIntelReportPDFOK) Code() int

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

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

	/* Ids.

	   The ID of the report you want to download as a PDF. This parameter is used only if no id parameter given.
	*/
	Ids *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) SetIds added in v0.4.0

func (o *GetIntelReportPDFParams) SetIds(ids *string)

SetIds adds the ids 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) WithIds added in v0.4.0

WithIds adds the ids 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 {

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

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) Code added in v0.2.33

Code gets the status code for the get intel report p d f too many requests response

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 GetIntelRuleEntitiesForbidden

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

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) Code added in v0.2.33

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

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 {

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

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) Code added in v0.2.33

Code gets the status code for the get intel rule entities internal server error response

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 {

	/* 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.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) Code added in v0.2.33

func (o *GetIntelRuleEntitiesOK) Code() int

Code gets the status code for the get intel rule entities o k response

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 {

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

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) Code added in v0.2.33

Code gets the status code for the get intel rule entities too many requests response

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 {

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

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) Code added in v0.2.33

func (o *GetIntelRuleFileBadRequest) Code() int

Code gets the status code for the get intel rule file bad request response

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 GetIntelRuleFileForbidden

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

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) Code added in v0.2.33

func (o *GetIntelRuleFileForbidden) Code() int

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

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 {

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

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) Code added in v0.2.33

Code gets the status code for the get intel rule file internal server error response

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 {

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

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) Code added in v0.2.33

func (o *GetIntelRuleFileNotFound) Code() int

Code gets the status code for the get intel rule file not found response

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 {

	/* 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 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) Code added in v0.2.33

func (o *GetIntelRuleFileOK) Code() int

Code gets the status code for the get intel rule file o k response

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 {

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

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) Code added in v0.2.33

Code gets the status code for the get intel rule file too many requests response

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 {

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

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) Code added in v0.2.33

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

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 GetLatestIntelRuleFileForbidden

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

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) Code added in v0.2.33

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

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 {

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

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) Code added in v0.2.33

Code gets the status code for the get latest intel rule file internal server error response

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 {

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

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) Code added in v0.2.33

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

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) Code added in v0.2.33

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

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 {

	/* 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 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) Code added in v0.2.33

func (o *GetLatestIntelRuleFileOK) Code() int

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

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

	/* IfNoneMatch.

	   Download the latest rule set only if it doesn't have an ETag matching the given ones.
	*/
	IfNoneMatch *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) SetIfNoneMatch added in v0.4.0

func (o *GetLatestIntelRuleFileParams) SetIfNoneMatch(ifNoneMatch *string)

SetIfNoneMatch adds the ifNoneMatch 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) WithIfNoneMatch added in v0.4.0

func (o *GetLatestIntelRuleFileParams) WithIfNoneMatch(ifNoneMatch *string) *GetLatestIntelRuleFileParams

WithIfNoneMatch adds the ifNoneMatch 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 {

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

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) Code added in v0.2.33

Code gets the status code for the get latest intel rule file too many requests response

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 GetMitreReportForbidden added in v0.2.33

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

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

Forbidden

func NewGetMitreReportForbidden added in v0.2.33

func NewGetMitreReportForbidden() *GetMitreReportForbidden

NewGetMitreReportForbidden creates a GetMitreReportForbidden with default headers values

func (*GetMitreReportForbidden) Code added in v0.2.33

func (o *GetMitreReportForbidden) Code() int

Code gets the status code for the get mitre report forbidden response

func (*GetMitreReportForbidden) Error added in v0.2.33

func (o *GetMitreReportForbidden) Error() string

func (*GetMitreReportForbidden) GetPayload added in v0.2.33

func (*GetMitreReportForbidden) IsClientError added in v0.2.33

func (o *GetMitreReportForbidden) IsClientError() bool

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

func (*GetMitreReportForbidden) IsCode added in v0.2.33

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

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

func (*GetMitreReportForbidden) IsRedirect added in v0.2.33

func (o *GetMitreReportForbidden) IsRedirect() bool

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

func (*GetMitreReportForbidden) IsServerError added in v0.2.33

func (o *GetMitreReportForbidden) IsServerError() bool

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

func (*GetMitreReportForbidden) IsSuccess added in v0.2.33

func (o *GetMitreReportForbidden) IsSuccess() bool

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

func (*GetMitreReportForbidden) String added in v0.2.33

func (o *GetMitreReportForbidden) String() string

type GetMitreReportOK added in v0.2.33

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

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

OK

func NewGetMitreReportOK added in v0.2.33

func NewGetMitreReportOK() *GetMitreReportOK

NewGetMitreReportOK creates a GetMitreReportOK with default headers values

func (*GetMitreReportOK) Code added in v0.2.33

func (o *GetMitreReportOK) Code() int

Code gets the status code for the get mitre report o k response

func (*GetMitreReportOK) Error added in v0.2.33

func (o *GetMitreReportOK) Error() string

func (*GetMitreReportOK) IsClientError added in v0.2.33

func (o *GetMitreReportOK) IsClientError() bool

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

func (*GetMitreReportOK) IsCode added in v0.2.33

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

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

func (*GetMitreReportOK) IsRedirect added in v0.2.33

func (o *GetMitreReportOK) IsRedirect() bool

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

func (*GetMitreReportOK) IsServerError added in v0.2.33

func (o *GetMitreReportOK) IsServerError() bool

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

func (*GetMitreReportOK) IsSuccess added in v0.2.33

func (o *GetMitreReportOK) IsSuccess() bool

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

func (*GetMitreReportOK) String added in v0.2.33

func (o *GetMitreReportOK) String() string

type GetMitreReportParams added in v0.2.33

type GetMitreReportParams struct {

	/* ActorID.

	   Actor ID(derived from the actor's name)
	*/
	ActorID string

	/* Format.

	   Supported report formats: CSV or JSON
	*/
	Format string

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

GetMitreReportParams contains all the parameters to send to the API endpoint

for the get mitre report operation.

Typically these are written to a http.Request.

func NewGetMitreReportParams added in v0.2.33

func NewGetMitreReportParams() *GetMitreReportParams

NewGetMitreReportParams creates a new GetMitreReportParams 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 NewGetMitreReportParamsWithContext added in v0.2.33

func NewGetMitreReportParamsWithContext(ctx context.Context) *GetMitreReportParams

NewGetMitreReportParamsWithContext creates a new GetMitreReportParams object with the ability to set a context for a request.

func NewGetMitreReportParamsWithHTTPClient added in v0.2.33

func NewGetMitreReportParamsWithHTTPClient(client *http.Client) *GetMitreReportParams

NewGetMitreReportParamsWithHTTPClient creates a new GetMitreReportParams object with the ability to set a custom HTTPClient for a request.

func NewGetMitreReportParamsWithTimeout added in v0.2.33

func NewGetMitreReportParamsWithTimeout(timeout time.Duration) *GetMitreReportParams

NewGetMitreReportParamsWithTimeout creates a new GetMitreReportParams object with the ability to set a timeout on a request.

func (*GetMitreReportParams) SetActorID added in v0.2.33

func (o *GetMitreReportParams) SetActorID(actorID string)

SetActorID adds the actorId to the get mitre report params

func (*GetMitreReportParams) SetContext added in v0.2.33

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

SetContext adds the context to the get mitre report params

func (*GetMitreReportParams) SetDefaults added in v0.2.33

func (o *GetMitreReportParams) SetDefaults()

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

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

func (*GetMitreReportParams) SetFormat added in v0.2.33

func (o *GetMitreReportParams) SetFormat(format string)

SetFormat adds the format to the get mitre report params

func (*GetMitreReportParams) SetHTTPClient added in v0.2.33

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

SetHTTPClient adds the HTTPClient to the get mitre report params

func (*GetMitreReportParams) SetTimeout added in v0.2.33

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

SetTimeout adds the timeout to the get mitre report params

func (*GetMitreReportParams) WithActorID added in v0.2.33

func (o *GetMitreReportParams) WithActorID(actorID string) *GetMitreReportParams

WithActorID adds the actorID to the get mitre report params

func (*GetMitreReportParams) WithContext added in v0.2.33

WithContext adds the context to the get mitre report params

func (*GetMitreReportParams) WithDefaults added in v0.2.33

func (o *GetMitreReportParams) WithDefaults() *GetMitreReportParams

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

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

func (*GetMitreReportParams) WithFormat added in v0.2.33

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

WithFormat adds the format to the get mitre report params

func (*GetMitreReportParams) WithHTTPClient added in v0.2.33

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

WithHTTPClient adds the HTTPClient to the get mitre report params

func (*GetMitreReportParams) WithTimeout added in v0.2.33

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

WithTimeout adds the timeout to the get mitre report params

func (*GetMitreReportParams) WriteToRequest added in v0.2.33

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

WriteToRequest writes these params to a swagger request

type GetMitreReportReader added in v0.2.33

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

GetMitreReportReader is a Reader for the GetMitreReport structure.

func (*GetMitreReportReader) ReadResponse added in v0.2.33

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

ReadResponse reads a server response into the received o.

type GetMitreReportTooManyRequests added in v0.2.33

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

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

Too Many Requests

func NewGetMitreReportTooManyRequests added in v0.2.33

func NewGetMitreReportTooManyRequests() *GetMitreReportTooManyRequests

NewGetMitreReportTooManyRequests creates a GetMitreReportTooManyRequests with default headers values

func (*GetMitreReportTooManyRequests) Code added in v0.2.33

Code gets the status code for the get mitre report too many requests response

func (*GetMitreReportTooManyRequests) Error added in v0.2.33

func (*GetMitreReportTooManyRequests) GetPayload added in v0.2.33

func (*GetMitreReportTooManyRequests) IsClientError added in v0.2.33

func (o *GetMitreReportTooManyRequests) IsClientError() bool

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

func (*GetMitreReportTooManyRequests) IsCode added in v0.2.33

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

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

func (*GetMitreReportTooManyRequests) IsRedirect added in v0.2.33

func (o *GetMitreReportTooManyRequests) IsRedirect() bool

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

func (*GetMitreReportTooManyRequests) IsServerError added in v0.2.33

func (o *GetMitreReportTooManyRequests) IsServerError() bool

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

func (*GetMitreReportTooManyRequests) IsSuccess added in v0.2.33

func (o *GetMitreReportTooManyRequests) IsSuccess() bool

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

func (*GetMitreReportTooManyRequests) String added in v0.2.33

type GetVulnerabilitiesForbidden added in v0.2.32

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

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

Forbidden

func NewGetVulnerabilitiesForbidden added in v0.2.32

func NewGetVulnerabilitiesForbidden() *GetVulnerabilitiesForbidden

NewGetVulnerabilitiesForbidden creates a GetVulnerabilitiesForbidden with default headers values

func (*GetVulnerabilitiesForbidden) Code added in v0.2.33

func (o *GetVulnerabilitiesForbidden) Code() int

Code gets the status code for the get vulnerabilities forbidden response

func (*GetVulnerabilitiesForbidden) Error added in v0.2.32

func (*GetVulnerabilitiesForbidden) GetPayload added in v0.2.32

func (*GetVulnerabilitiesForbidden) IsClientError added in v0.2.32

func (o *GetVulnerabilitiesForbidden) IsClientError() bool

IsClientError returns true when this get vulnerabilities forbidden response has a 4xx status code

func (*GetVulnerabilitiesForbidden) IsCode added in v0.2.32

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

IsCode returns true when this get vulnerabilities forbidden response a status code equal to that given

func (*GetVulnerabilitiesForbidden) IsRedirect added in v0.2.32

func (o *GetVulnerabilitiesForbidden) IsRedirect() bool

IsRedirect returns true when this get vulnerabilities forbidden response has a 3xx status code

func (*GetVulnerabilitiesForbidden) IsServerError added in v0.2.32

func (o *GetVulnerabilitiesForbidden) IsServerError() bool

IsServerError returns true when this get vulnerabilities forbidden response has a 5xx status code

func (*GetVulnerabilitiesForbidden) IsSuccess added in v0.2.32

func (o *GetVulnerabilitiesForbidden) IsSuccess() bool

IsSuccess returns true when this get vulnerabilities forbidden response has a 2xx status code

func (*GetVulnerabilitiesForbidden) String added in v0.2.32

func (o *GetVulnerabilitiesForbidden) String() string

type GetVulnerabilitiesInternalServerError added in v0.2.32

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

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

Internal Server Error

func NewGetVulnerabilitiesInternalServerError added in v0.2.32

func NewGetVulnerabilitiesInternalServerError() *GetVulnerabilitiesInternalServerError

NewGetVulnerabilitiesInternalServerError creates a GetVulnerabilitiesInternalServerError with default headers values

func (*GetVulnerabilitiesInternalServerError) Code added in v0.2.33

Code gets the status code for the get vulnerabilities internal server error response

func (*GetVulnerabilitiesInternalServerError) Error added in v0.2.32

func (*GetVulnerabilitiesInternalServerError) GetPayload added in v0.2.32

func (*GetVulnerabilitiesInternalServerError) IsClientError added in v0.2.32

func (o *GetVulnerabilitiesInternalServerError) IsClientError() bool

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

func (*GetVulnerabilitiesInternalServerError) IsCode added in v0.2.32

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

func (*GetVulnerabilitiesInternalServerError) IsRedirect added in v0.2.32

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

func (*GetVulnerabilitiesInternalServerError) IsServerError added in v0.2.32

func (o *GetVulnerabilitiesInternalServerError) IsServerError() bool

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

func (*GetVulnerabilitiesInternalServerError) IsSuccess added in v0.2.32

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

func (*GetVulnerabilitiesInternalServerError) String added in v0.2.32

type GetVulnerabilitiesNotFound added in v0.2.32

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

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

Not Found

func NewGetVulnerabilitiesNotFound added in v0.2.32

func NewGetVulnerabilitiesNotFound() *GetVulnerabilitiesNotFound

NewGetVulnerabilitiesNotFound creates a GetVulnerabilitiesNotFound with default headers values

func (*GetVulnerabilitiesNotFound) Code added in v0.2.33

func (o *GetVulnerabilitiesNotFound) Code() int

Code gets the status code for the get vulnerabilities not found response

func (*GetVulnerabilitiesNotFound) Error added in v0.2.32

func (*GetVulnerabilitiesNotFound) GetPayload added in v0.2.32

func (*GetVulnerabilitiesNotFound) IsClientError added in v0.2.32

func (o *GetVulnerabilitiesNotFound) IsClientError() bool

IsClientError returns true when this get vulnerabilities not found response has a 4xx status code

func (*GetVulnerabilitiesNotFound) IsCode added in v0.2.32

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

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

func (*GetVulnerabilitiesNotFound) IsRedirect added in v0.2.32

func (o *GetVulnerabilitiesNotFound) IsRedirect() bool

IsRedirect returns true when this get vulnerabilities not found response has a 3xx status code

func (*GetVulnerabilitiesNotFound) IsServerError added in v0.2.32

func (o *GetVulnerabilitiesNotFound) IsServerError() bool

IsServerError returns true when this get vulnerabilities not found response has a 5xx status code

func (*GetVulnerabilitiesNotFound) IsSuccess added in v0.2.32

func (o *GetVulnerabilitiesNotFound) IsSuccess() bool

IsSuccess returns true when this get vulnerabilities not found response has a 2xx status code

func (*GetVulnerabilitiesNotFound) String added in v0.2.32

func (o *GetVulnerabilitiesNotFound) String() string

type GetVulnerabilitiesOK added in v0.2.32

type GetVulnerabilitiesOK 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.DomainVulnerabilityResponse
}

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

OK

func NewGetVulnerabilitiesOK added in v0.2.32

func NewGetVulnerabilitiesOK() *GetVulnerabilitiesOK

NewGetVulnerabilitiesOK creates a GetVulnerabilitiesOK with default headers values

func (*GetVulnerabilitiesOK) Code added in v0.2.33

func (o *GetVulnerabilitiesOK) Code() int

Code gets the status code for the get vulnerabilities o k response

func (*GetVulnerabilitiesOK) Error added in v0.2.32

func (o *GetVulnerabilitiesOK) Error() string

func (*GetVulnerabilitiesOK) GetPayload added in v0.2.32

func (*GetVulnerabilitiesOK) IsClientError added in v0.2.32

func (o *GetVulnerabilitiesOK) IsClientError() bool

IsClientError returns true when this get vulnerabilities o k response has a 4xx status code

func (*GetVulnerabilitiesOK) IsCode added in v0.2.32

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

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

func (*GetVulnerabilitiesOK) IsRedirect added in v0.2.32

func (o *GetVulnerabilitiesOK) IsRedirect() bool

IsRedirect returns true when this get vulnerabilities o k response has a 3xx status code

func (*GetVulnerabilitiesOK) IsServerError added in v0.2.32

func (o *GetVulnerabilitiesOK) IsServerError() bool

IsServerError returns true when this get vulnerabilities o k response has a 5xx status code

func (*GetVulnerabilitiesOK) IsSuccess added in v0.2.32

func (o *GetVulnerabilitiesOK) IsSuccess() bool

IsSuccess returns true when this get vulnerabilities o k response has a 2xx status code

func (*GetVulnerabilitiesOK) String added in v0.2.32

func (o *GetVulnerabilitiesOK) String() string

type GetVulnerabilitiesParams added in v0.2.32

type GetVulnerabilitiesParams struct {

	// Body.
	Body *models.MsaIdsRequest

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

GetVulnerabilitiesParams contains all the parameters to send to the API endpoint

for the get vulnerabilities operation.

Typically these are written to a http.Request.

func NewGetVulnerabilitiesParams added in v0.2.32

func NewGetVulnerabilitiesParams() *GetVulnerabilitiesParams

NewGetVulnerabilitiesParams creates a new GetVulnerabilitiesParams 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 NewGetVulnerabilitiesParamsWithContext added in v0.2.32

func NewGetVulnerabilitiesParamsWithContext(ctx context.Context) *GetVulnerabilitiesParams

NewGetVulnerabilitiesParamsWithContext creates a new GetVulnerabilitiesParams object with the ability to set a context for a request.

func NewGetVulnerabilitiesParamsWithHTTPClient added in v0.2.32

func NewGetVulnerabilitiesParamsWithHTTPClient(client *http.Client) *GetVulnerabilitiesParams

NewGetVulnerabilitiesParamsWithHTTPClient creates a new GetVulnerabilitiesParams object with the ability to set a custom HTTPClient for a request.

func NewGetVulnerabilitiesParamsWithTimeout added in v0.2.32

func NewGetVulnerabilitiesParamsWithTimeout(timeout time.Duration) *GetVulnerabilitiesParams

NewGetVulnerabilitiesParamsWithTimeout creates a new GetVulnerabilitiesParams object with the ability to set a timeout on a request.

func (*GetVulnerabilitiesParams) SetBody added in v0.2.32

func (o *GetVulnerabilitiesParams) SetBody(body *models.MsaIdsRequest)

SetBody adds the body to the get vulnerabilities params

func (*GetVulnerabilitiesParams) SetContext added in v0.2.32

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

SetContext adds the context to the get vulnerabilities params

func (*GetVulnerabilitiesParams) SetDefaults added in v0.2.32

func (o *GetVulnerabilitiesParams) SetDefaults()

SetDefaults hydrates default values in the get vulnerabilities params (not the query body).

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

func (*GetVulnerabilitiesParams) SetHTTPClient added in v0.2.32

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

SetHTTPClient adds the HTTPClient to the get vulnerabilities params

func (*GetVulnerabilitiesParams) SetTimeout added in v0.2.32

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

SetTimeout adds the timeout to the get vulnerabilities params

func (*GetVulnerabilitiesParams) WithBody added in v0.2.32

WithBody adds the body to the get vulnerabilities params

func (*GetVulnerabilitiesParams) WithContext added in v0.2.32

WithContext adds the context to the get vulnerabilities params

func (*GetVulnerabilitiesParams) WithDefaults added in v0.2.32

WithDefaults hydrates default values in the get vulnerabilities params (not the query body).

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

func (*GetVulnerabilitiesParams) WithHTTPClient added in v0.2.32

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

WithHTTPClient adds the HTTPClient to the get vulnerabilities params

func (*GetVulnerabilitiesParams) WithTimeout added in v0.2.32

WithTimeout adds the timeout to the get vulnerabilities params

func (*GetVulnerabilitiesParams) WriteToRequest added in v0.2.32

WriteToRequest writes these params to a swagger request

type GetVulnerabilitiesReader added in v0.2.32

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

GetVulnerabilitiesReader is a Reader for the GetVulnerabilities structure.

func (*GetVulnerabilitiesReader) ReadResponse added in v0.2.32

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

ReadResponse reads a server response into the received o.

type GetVulnerabilitiesTooManyRequests added in v0.2.32

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

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

Too Many Requests

func NewGetVulnerabilitiesTooManyRequests added in v0.2.32

func NewGetVulnerabilitiesTooManyRequests() *GetVulnerabilitiesTooManyRequests

NewGetVulnerabilitiesTooManyRequests creates a GetVulnerabilitiesTooManyRequests with default headers values

func (*GetVulnerabilitiesTooManyRequests) Code added in v0.2.33

Code gets the status code for the get vulnerabilities too many requests response

func (*GetVulnerabilitiesTooManyRequests) Error added in v0.2.32

func (*GetVulnerabilitiesTooManyRequests) GetPayload added in v0.2.32

func (*GetVulnerabilitiesTooManyRequests) IsClientError added in v0.2.32

func (o *GetVulnerabilitiesTooManyRequests) IsClientError() bool

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

func (*GetVulnerabilitiesTooManyRequests) IsCode added in v0.2.32

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

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

func (*GetVulnerabilitiesTooManyRequests) IsRedirect added in v0.2.32

func (o *GetVulnerabilitiesTooManyRequests) IsRedirect() bool

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

func (*GetVulnerabilitiesTooManyRequests) IsServerError added in v0.2.32

func (o *GetVulnerabilitiesTooManyRequests) IsServerError() bool

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

func (*GetVulnerabilitiesTooManyRequests) IsSuccess added in v0.2.32

func (o *GetVulnerabilitiesTooManyRequests) IsSuccess() bool

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

func (*GetVulnerabilitiesTooManyRequests) String added in v0.2.32

type PostMitreAttacksForbidden added in v0.2.33

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

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

Forbidden

func NewPostMitreAttacksForbidden added in v0.2.33

func NewPostMitreAttacksForbidden() *PostMitreAttacksForbidden

NewPostMitreAttacksForbidden creates a PostMitreAttacksForbidden with default headers values

func (*PostMitreAttacksForbidden) Code added in v0.2.33

func (o *PostMitreAttacksForbidden) Code() int

Code gets the status code for the post mitre attacks forbidden response

func (*PostMitreAttacksForbidden) Error added in v0.2.33

func (o *PostMitreAttacksForbidden) Error() string

func (*PostMitreAttacksForbidden) GetPayload added in v0.2.33

func (*PostMitreAttacksForbidden) IsClientError added in v0.2.33

func (o *PostMitreAttacksForbidden) IsClientError() bool

IsClientError returns true when this post mitre attacks forbidden response has a 4xx status code

func (*PostMitreAttacksForbidden) IsCode added in v0.2.33

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

IsCode returns true when this post mitre attacks forbidden response a status code equal to that given

func (*PostMitreAttacksForbidden) IsRedirect added in v0.2.33

func (o *PostMitreAttacksForbidden) IsRedirect() bool

IsRedirect returns true when this post mitre attacks forbidden response has a 3xx status code

func (*PostMitreAttacksForbidden) IsServerError added in v0.2.33

func (o *PostMitreAttacksForbidden) IsServerError() bool

IsServerError returns true when this post mitre attacks forbidden response has a 5xx status code

func (*PostMitreAttacksForbidden) IsSuccess added in v0.2.33

func (o *PostMitreAttacksForbidden) IsSuccess() bool

IsSuccess returns true when this post mitre attacks forbidden response has a 2xx status code

func (*PostMitreAttacksForbidden) String added in v0.2.33

func (o *PostMitreAttacksForbidden) String() string

type PostMitreAttacksOK added in v0.2.33

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

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

OK

func NewPostMitreAttacksOK added in v0.2.33

func NewPostMitreAttacksOK() *PostMitreAttacksOK

NewPostMitreAttacksOK creates a PostMitreAttacksOK with default headers values

func (*PostMitreAttacksOK) Code added in v0.2.33

func (o *PostMitreAttacksOK) Code() int

Code gets the status code for the post mitre attacks o k response

func (*PostMitreAttacksOK) Error added in v0.2.33

func (o *PostMitreAttacksOK) Error() string

func (*PostMitreAttacksOK) IsClientError added in v0.2.33

func (o *PostMitreAttacksOK) IsClientError() bool

IsClientError returns true when this post mitre attacks o k response has a 4xx status code

func (*PostMitreAttacksOK) IsCode added in v0.2.33

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

IsCode returns true when this post mitre attacks o k response a status code equal to that given

func (*PostMitreAttacksOK) IsRedirect added in v0.2.33

func (o *PostMitreAttacksOK) IsRedirect() bool

IsRedirect returns true when this post mitre attacks o k response has a 3xx status code

func (*PostMitreAttacksOK) IsServerError added in v0.2.33

func (o *PostMitreAttacksOK) IsServerError() bool

IsServerError returns true when this post mitre attacks o k response has a 5xx status code

func (*PostMitreAttacksOK) IsSuccess added in v0.2.33

func (o *PostMitreAttacksOK) IsSuccess() bool

IsSuccess returns true when this post mitre attacks o k response has a 2xx status code

func (*PostMitreAttacksOK) String added in v0.2.33

func (o *PostMitreAttacksOK) String() string

type PostMitreAttacksParams added in v0.2.33

type PostMitreAttacksParams struct {

	// Body.
	Body *models.MsaIdsRequest

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

PostMitreAttacksParams contains all the parameters to send to the API endpoint

for the post mitre attacks operation.

Typically these are written to a http.Request.

func NewPostMitreAttacksParams added in v0.2.33

func NewPostMitreAttacksParams() *PostMitreAttacksParams

NewPostMitreAttacksParams creates a new PostMitreAttacksParams 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 NewPostMitreAttacksParamsWithContext added in v0.2.33

func NewPostMitreAttacksParamsWithContext(ctx context.Context) *PostMitreAttacksParams

NewPostMitreAttacksParamsWithContext creates a new PostMitreAttacksParams object with the ability to set a context for a request.

func NewPostMitreAttacksParamsWithHTTPClient added in v0.2.33

func NewPostMitreAttacksParamsWithHTTPClient(client *http.Client) *PostMitreAttacksParams

NewPostMitreAttacksParamsWithHTTPClient creates a new PostMitreAttacksParams object with the ability to set a custom HTTPClient for a request.

func NewPostMitreAttacksParamsWithTimeout added in v0.2.33

func NewPostMitreAttacksParamsWithTimeout(timeout time.Duration) *PostMitreAttacksParams

NewPostMitreAttacksParamsWithTimeout creates a new PostMitreAttacksParams object with the ability to set a timeout on a request.

func (*PostMitreAttacksParams) SetBody added in v0.2.33

func (o *PostMitreAttacksParams) SetBody(body *models.MsaIdsRequest)

SetBody adds the body to the post mitre attacks params

func (*PostMitreAttacksParams) SetContext added in v0.2.33

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

SetContext adds the context to the post mitre attacks params

func (*PostMitreAttacksParams) SetDefaults added in v0.2.33

func (o *PostMitreAttacksParams) SetDefaults()

SetDefaults hydrates default values in the post mitre attacks params (not the query body).

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

func (*PostMitreAttacksParams) SetHTTPClient added in v0.2.33

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

SetHTTPClient adds the HTTPClient to the post mitre attacks params

func (*PostMitreAttacksParams) SetTimeout added in v0.2.33

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

SetTimeout adds the timeout to the post mitre attacks params

func (*PostMitreAttacksParams) WithBody added in v0.2.33

WithBody adds the body to the post mitre attacks params

func (*PostMitreAttacksParams) WithContext added in v0.2.33

WithContext adds the context to the post mitre attacks params

func (*PostMitreAttacksParams) WithDefaults added in v0.2.33

WithDefaults hydrates default values in the post mitre attacks params (not the query body).

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

func (*PostMitreAttacksParams) WithHTTPClient added in v0.2.33

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

WithHTTPClient adds the HTTPClient to the post mitre attacks params

func (*PostMitreAttacksParams) WithTimeout added in v0.2.33

WithTimeout adds the timeout to the post mitre attacks params

func (*PostMitreAttacksParams) WriteToRequest added in v0.2.33

WriteToRequest writes these params to a swagger request

type PostMitreAttacksReader added in v0.2.33

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

PostMitreAttacksReader is a Reader for the PostMitreAttacks structure.

func (*PostMitreAttacksReader) ReadResponse added in v0.2.33

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

ReadResponse reads a server response into the received o.

type PostMitreAttacksTooManyRequests added in v0.2.33

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

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

Too Many Requests

func NewPostMitreAttacksTooManyRequests added in v0.2.33

func NewPostMitreAttacksTooManyRequests() *PostMitreAttacksTooManyRequests

NewPostMitreAttacksTooManyRequests creates a PostMitreAttacksTooManyRequests with default headers values

func (*PostMitreAttacksTooManyRequests) Code added in v0.2.33

Code gets the status code for the post mitre attacks too many requests response

func (*PostMitreAttacksTooManyRequests) Error added in v0.2.33

func (*PostMitreAttacksTooManyRequests) GetPayload added in v0.2.33

func (*PostMitreAttacksTooManyRequests) IsClientError added in v0.2.33

func (o *PostMitreAttacksTooManyRequests) IsClientError() bool

IsClientError returns true when this post mitre attacks too many requests response has a 4xx status code

func (*PostMitreAttacksTooManyRequests) IsCode added in v0.2.33

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

IsCode returns true when this post mitre attacks too many requests response a status code equal to that given

func (*PostMitreAttacksTooManyRequests) IsRedirect added in v0.2.33

func (o *PostMitreAttacksTooManyRequests) IsRedirect() bool

IsRedirect returns true when this post mitre attacks too many requests response has a 3xx status code

func (*PostMitreAttacksTooManyRequests) IsServerError added in v0.2.33

func (o *PostMitreAttacksTooManyRequests) IsServerError() bool

IsServerError returns true when this post mitre attacks too many requests response has a 5xx status code

func (*PostMitreAttacksTooManyRequests) IsSuccess added in v0.2.33

func (o *PostMitreAttacksTooManyRequests) IsSuccess() bool

IsSuccess returns true when this post mitre attacks too many requests response has a 2xx status code

func (*PostMitreAttacksTooManyRequests) String added in v0.2.33

type QueryIntelActorEntitiesBadRequest

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

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) Code added in v0.2.33

Code gets the status code for the query intel actor entities bad request response

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 QueryIntelActorEntitiesForbidden

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

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) Code added in v0.2.33

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

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 {

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

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) Code added in v0.2.33

Code gets the status code for the query intel actor entities internal server error response

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 {

	/* 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.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) Code added in v0.2.33

func (o *QueryIntelActorEntitiesOK) Code() int

Code gets the status code for the query intel actor entities o k response

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:

	actor_type, capabilities, capability, capability.id, capability.slug, capability.value, created_date, description, ecrime_kill_chain.attribution, ecrime_kill_chain.crimes, ecrime_kill_chain.customers, ecrime_kill_chain.marketing, ecrime_kill_chain.monetization, ecrime_kill_chain.services_offered, ecrime_kill_chain.services_used, ecrime_kill_chain.technical_tradecraft, ecrime_kill_chain.victims, first_activity_date, group, group.id, group.slug, group.value, id, kill_chain.actions_and_objectives, kill_chain.actions_on_objectives, kill_chain.command_and_control, kill_chain.delivery, kill_chain.exploitation, kill_chain.installation, kill_chain.objectives, kill_chain.reconnaissance, kill_chain.weaponization, known_as, last_activity_date, last_modified_date, motivations, motivations.id, motivations.slug, motivations.value, name, objectives, origins, origins.id, origins.slug, origins.value, region, region.id, region.slug, region.value, short_description, slug, status, target_countries, target_countries.id, target_countries.slug, target_countries.value, target_industries, target_industries.id, target_industries.slug, target_industries.value, target_regions, target_regions.id, target_regions.slug, target_regions.value.
	*/
	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 {

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

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) Code added in v0.2.33

Code gets the status code for the query intel actor entities too many requests response

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 {

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

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) Code added in v0.2.33

Code gets the status code for the query intel actor ids bad request response

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 QueryIntelActorIdsForbidden

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

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) Code added in v0.2.33

func (o *QueryIntelActorIdsForbidden) Code() int

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

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 {

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

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) Code added in v0.2.33

Code gets the status code for the query intel actor ids internal server error response

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 {

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

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) Code added in v0.2.33

func (o *QueryIntelActorIdsOK) Code() int

Code gets the status code for the query intel actor ids o k response

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:

	actor_type, capabilities, capability, capability.id, capability.slug, capability.value, created_date, description, ecrime_kill_chain.attribution, ecrime_kill_chain.crimes, ecrime_kill_chain.customers, ecrime_kill_chain.marketing, ecrime_kill_chain.monetization, ecrime_kill_chain.services_offered, ecrime_kill_chain.services_used, ecrime_kill_chain.technical_tradecraft, ecrime_kill_chain.victims, first_activity_date, group, group.id, group.slug, group.value, id, kill_chain.actions_and_objectives, kill_chain.actions_on_objectives, kill_chain.command_and_control, kill_chain.delivery, kill_chain.exploitation, kill_chain.installation, kill_chain.objectives, kill_chain.reconnaissance, kill_chain.weaponization, known_as, last_activity_date, last_modified_date, motivations, motivations.id, motivations.slug, motivations.value, name, objectives, origins, origins.id, origins.slug, origins.value, region, region.id, region.slug, region.value, short_description, slug, status, target_countries, target_countries.id, target_countries.slug, target_countries.value, target_industries, target_industries.id, target_industries.slug, target_industries.value, target_regions, target_regions.id, target_regions.slug, target_regions.value.
	*/
	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 {

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

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) Code added in v0.2.33

Code gets the status code for the query intel actor ids too many requests response

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) Code added in v0.2.33

Code gets the status code for the query intel indicator entities bad request response

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 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) Code added in v0.2.33

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

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) Code added in v0.2.33

Code gets the status code for the query intel indicator entities internal server error response

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) Code added in v0.2.33

Code gets the status code for the query intel indicator entities o k response

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) Code added in v0.2.33

Code gets the status code for the query intel indicator entities too many requests response

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) Code added in v0.2.33

Code gets the status code for the query intel indicator ids bad request response

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 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) Code added in v0.2.33

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

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) Code added in v0.2.33

Code gets the status code for the query intel indicator ids internal server error response

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) Code added in v0.2.33

func (o *QueryIntelIndicatorIdsOK) Code() int

Code gets the status code for the query intel indicator ids o k response

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) Code added in v0.2.33

Code gets the status code for the query intel indicator ids too many requests response

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 {

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

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) Code added in v0.2.33

Code gets the status code for the query intel report entities bad request response

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 QueryIntelReportEntitiesForbidden

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

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) Code added in v0.2.33

Code gets the status code for the query intel report entities forbidden response

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 {

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

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) Code added in v0.2.33

Code gets the status code for the query intel report entities internal server error response

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 {

	/* 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.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) Code added in v0.2.33

func (o *QueryIntelReportEntitiesOK) Code() int

Code gets the status code for the query intel report entities o k response

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, malware, malware.community_identifiers, malware.family_name, malware.slug, 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 {

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

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) Code added in v0.2.33

Code gets the status code for the query intel report entities too many requests response

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 {

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

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) Code added in v0.2.33

Code gets the status code for the query intel report ids bad request response

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 QueryIntelReportIdsForbidden

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

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) Code added in v0.2.33

Code gets the status code for the query intel report ids forbidden response

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 {

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

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) Code added in v0.2.33

Code gets the status code for the query intel report ids internal server error response

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 {

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

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) Code added in v0.2.33

func (o *QueryIntelReportIdsOK) Code() int

Code gets the status code for the query intel report ids o k response

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, malware, malware.community_identifiers, malware.family_name, malware.slug, 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 {

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

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) Code added in v0.2.33

Code gets the status code for the query intel report ids too many requests response

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 {

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

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) Code added in v0.2.33

func (o *QueryIntelRuleIdsBadRequest) Code() int

Code gets the status code for the query intel rule ids bad request response

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 QueryIntelRuleIdsForbidden

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

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) Code added in v0.2.33

func (o *QueryIntelRuleIdsForbidden) Code() int

Code gets the status code for the query intel rule ids forbidden response

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 {

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

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) Code added in v0.2.33

Code gets the status code for the query intel rule ids internal server error response

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 {

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

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) Code added in v0.2.33

func (o *QueryIntelRuleIdsOK) Code() int

Code gets the status code for the query intel rule ids o k response

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 {

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

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) Code added in v0.2.33

Code gets the status code for the query intel rule ids too many requests response

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 QueryMitreAttacksForbidden added in v0.2.33

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

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

Forbidden

func NewQueryMitreAttacksForbidden added in v0.2.33

func NewQueryMitreAttacksForbidden() *QueryMitreAttacksForbidden

NewQueryMitreAttacksForbidden creates a QueryMitreAttacksForbidden with default headers values

func (*QueryMitreAttacksForbidden) Code added in v0.2.33

func (o *QueryMitreAttacksForbidden) Code() int

Code gets the status code for the query mitre attacks forbidden response

func (*QueryMitreAttacksForbidden) Error added in v0.2.33

func (*QueryMitreAttacksForbidden) GetPayload added in v0.2.33

func (*QueryMitreAttacksForbidden) IsClientError added in v0.2.33

func (o *QueryMitreAttacksForbidden) IsClientError() bool

IsClientError returns true when this query mitre attacks forbidden response has a 4xx status code

func (*QueryMitreAttacksForbidden) IsCode added in v0.2.33

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

IsCode returns true when this query mitre attacks forbidden response a status code equal to that given

func (*QueryMitreAttacksForbidden) IsRedirect added in v0.2.33

func (o *QueryMitreAttacksForbidden) IsRedirect() bool

IsRedirect returns true when this query mitre attacks forbidden response has a 3xx status code

func (*QueryMitreAttacksForbidden) IsServerError added in v0.2.33

func (o *QueryMitreAttacksForbidden) IsServerError() bool

IsServerError returns true when this query mitre attacks forbidden response has a 5xx status code

func (*QueryMitreAttacksForbidden) IsSuccess added in v0.2.33

func (o *QueryMitreAttacksForbidden) IsSuccess() bool

IsSuccess returns true when this query mitre attacks forbidden response has a 2xx status code

func (*QueryMitreAttacksForbidden) String added in v0.2.33

func (o *QueryMitreAttacksForbidden) String() string

type QueryMitreAttacksOK added in v0.2.33

type QueryMitreAttacksOK 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.DomainQueryMitreAttacksResponse
}

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

OK

func NewQueryMitreAttacksOK added in v0.2.33

func NewQueryMitreAttacksOK() *QueryMitreAttacksOK

NewQueryMitreAttacksOK creates a QueryMitreAttacksOK with default headers values

func (*QueryMitreAttacksOK) Code added in v0.2.33

func (o *QueryMitreAttacksOK) Code() int

Code gets the status code for the query mitre attacks o k response

func (*QueryMitreAttacksOK) Error added in v0.2.33

func (o *QueryMitreAttacksOK) Error() string

func (*QueryMitreAttacksOK) GetPayload added in v0.4.0

func (*QueryMitreAttacksOK) IsClientError added in v0.2.33

func (o *QueryMitreAttacksOK) IsClientError() bool

IsClientError returns true when this query mitre attacks o k response has a 4xx status code

func (*QueryMitreAttacksOK) IsCode added in v0.2.33

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

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

func (*QueryMitreAttacksOK) IsRedirect added in v0.2.33

func (o *QueryMitreAttacksOK) IsRedirect() bool

IsRedirect returns true when this query mitre attacks o k response has a 3xx status code

func (*QueryMitreAttacksOK) IsServerError added in v0.2.33

func (o *QueryMitreAttacksOK) IsServerError() bool

IsServerError returns true when this query mitre attacks o k response has a 5xx status code

func (*QueryMitreAttacksOK) IsSuccess added in v0.2.33

func (o *QueryMitreAttacksOK) IsSuccess() bool

IsSuccess returns true when this query mitre attacks o k response has a 2xx status code

func (*QueryMitreAttacksOK) String added in v0.2.33

func (o *QueryMitreAttacksOK) String() string

type QueryMitreAttacksParams added in v0.2.33

type QueryMitreAttacksParams struct {

	/* ID.

	   The actor ID(derived from the actor's name) for which to retrieve a list of attacks, for example: fancy-bear. Only one value is allowed
	*/
	ID *string

	/* Ids.

	   The actor ID(derived from the actor's name) for which to retrieve a list of attacks, for example: fancy-bear. Multiple values are allowed
	*/
	Ids []string

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

QueryMitreAttacksParams contains all the parameters to send to the API endpoint

for the query mitre attacks operation.

Typically these are written to a http.Request.

func NewQueryMitreAttacksParams added in v0.2.33

func NewQueryMitreAttacksParams() *QueryMitreAttacksParams

NewQueryMitreAttacksParams creates a new QueryMitreAttacksParams 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 NewQueryMitreAttacksParamsWithContext added in v0.2.33

func NewQueryMitreAttacksParamsWithContext(ctx context.Context) *QueryMitreAttacksParams

NewQueryMitreAttacksParamsWithContext creates a new QueryMitreAttacksParams object with the ability to set a context for a request.

func NewQueryMitreAttacksParamsWithHTTPClient added in v0.2.33

func NewQueryMitreAttacksParamsWithHTTPClient(client *http.Client) *QueryMitreAttacksParams

NewQueryMitreAttacksParamsWithHTTPClient creates a new QueryMitreAttacksParams object with the ability to set a custom HTTPClient for a request.

func NewQueryMitreAttacksParamsWithTimeout added in v0.2.33

func NewQueryMitreAttacksParamsWithTimeout(timeout time.Duration) *QueryMitreAttacksParams

NewQueryMitreAttacksParamsWithTimeout creates a new QueryMitreAttacksParams object with the ability to set a timeout on a request.

func (*QueryMitreAttacksParams) SetContext added in v0.2.33

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

SetContext adds the context to the query mitre attacks params

func (*QueryMitreAttacksParams) SetDefaults added in v0.2.33

func (o *QueryMitreAttacksParams) SetDefaults()

SetDefaults hydrates default values in the query mitre attacks params (not the query body).

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

func (*QueryMitreAttacksParams) SetHTTPClient added in v0.2.33

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

SetHTTPClient adds the HTTPClient to the query mitre attacks params

func (*QueryMitreAttacksParams) SetID added in v0.2.33

func (o *QueryMitreAttacksParams) SetID(id *string)

SetID adds the id to the query mitre attacks params

func (*QueryMitreAttacksParams) SetIds added in v0.4.0

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

SetIds adds the ids to the query mitre attacks params

func (*QueryMitreAttacksParams) SetTimeout added in v0.2.33

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

SetTimeout adds the timeout to the query mitre attacks params

func (*QueryMitreAttacksParams) WithContext added in v0.2.33

WithContext adds the context to the query mitre attacks params

func (*QueryMitreAttacksParams) WithDefaults added in v0.2.33

WithDefaults hydrates default values in the query mitre attacks params (not the query body).

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

func (*QueryMitreAttacksParams) WithHTTPClient added in v0.2.33

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

WithHTTPClient adds the HTTPClient to the query mitre attacks params

func (*QueryMitreAttacksParams) WithID added in v0.2.33

WithID adds the id to the query mitre attacks params

func (*QueryMitreAttacksParams) WithIds added in v0.4.0

WithIds adds the ids to the query mitre attacks params

func (*QueryMitreAttacksParams) WithTimeout added in v0.2.33

WithTimeout adds the timeout to the query mitre attacks params

func (*QueryMitreAttacksParams) WriteToRequest added in v0.2.33

WriteToRequest writes these params to a swagger request

type QueryMitreAttacksReader added in v0.2.33

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

QueryMitreAttacksReader is a Reader for the QueryMitreAttacks structure.

func (*QueryMitreAttacksReader) ReadResponse added in v0.2.33

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

ReadResponse reads a server response into the received o.

type QueryMitreAttacksTooManyRequests added in v0.2.33

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

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

Too Many Requests

func NewQueryMitreAttacksTooManyRequests added in v0.2.33

func NewQueryMitreAttacksTooManyRequests() *QueryMitreAttacksTooManyRequests

NewQueryMitreAttacksTooManyRequests creates a QueryMitreAttacksTooManyRequests with default headers values

func (*QueryMitreAttacksTooManyRequests) Code added in v0.2.33

Code gets the status code for the query mitre attacks too many requests response

func (*QueryMitreAttacksTooManyRequests) Error added in v0.2.33

func (*QueryMitreAttacksTooManyRequests) GetPayload added in v0.2.33

func (*QueryMitreAttacksTooManyRequests) IsClientError added in v0.2.33

func (o *QueryMitreAttacksTooManyRequests) IsClientError() bool

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

func (*QueryMitreAttacksTooManyRequests) IsCode added in v0.2.33

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

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

func (*QueryMitreAttacksTooManyRequests) IsRedirect added in v0.2.33

func (o *QueryMitreAttacksTooManyRequests) IsRedirect() bool

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

func (*QueryMitreAttacksTooManyRequests) IsServerError added in v0.2.33

func (o *QueryMitreAttacksTooManyRequests) IsServerError() bool

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

func (*QueryMitreAttacksTooManyRequests) IsSuccess added in v0.2.33

func (o *QueryMitreAttacksTooManyRequests) IsSuccess() bool

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

func (*QueryMitreAttacksTooManyRequests) String added in v0.2.33

type QueryVulnerabilitiesForbidden added in v0.2.32

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

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

Forbidden

func NewQueryVulnerabilitiesForbidden added in v0.2.32

func NewQueryVulnerabilitiesForbidden() *QueryVulnerabilitiesForbidden

NewQueryVulnerabilitiesForbidden creates a QueryVulnerabilitiesForbidden with default headers values

func (*QueryVulnerabilitiesForbidden) Code added in v0.2.33

Code gets the status code for the query vulnerabilities forbidden response

func (*QueryVulnerabilitiesForbidden) Error added in v0.2.32

func (*QueryVulnerabilitiesForbidden) GetPayload added in v0.2.32

func (*QueryVulnerabilitiesForbidden) IsClientError added in v0.2.32

func (o *QueryVulnerabilitiesForbidden) IsClientError() bool

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

func (*QueryVulnerabilitiesForbidden) IsCode added in v0.2.32

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

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

func (*QueryVulnerabilitiesForbidden) IsRedirect added in v0.2.32

func (o *QueryVulnerabilitiesForbidden) IsRedirect() bool

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

func (*QueryVulnerabilitiesForbidden) IsServerError added in v0.2.32

func (o *QueryVulnerabilitiesForbidden) IsServerError() bool

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

func (*QueryVulnerabilitiesForbidden) IsSuccess added in v0.2.32

func (o *QueryVulnerabilitiesForbidden) IsSuccess() bool

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

func (*QueryVulnerabilitiesForbidden) String added in v0.2.32

type QueryVulnerabilitiesInternalServerError added in v0.2.32

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

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

Internal Server Error

func NewQueryVulnerabilitiesInternalServerError added in v0.2.32

func NewQueryVulnerabilitiesInternalServerError() *QueryVulnerabilitiesInternalServerError

NewQueryVulnerabilitiesInternalServerError creates a QueryVulnerabilitiesInternalServerError with default headers values

func (*QueryVulnerabilitiesInternalServerError) Code added in v0.2.33

Code gets the status code for the query vulnerabilities internal server error response

func (*QueryVulnerabilitiesInternalServerError) Error added in v0.2.32

func (*QueryVulnerabilitiesInternalServerError) GetPayload added in v0.2.32

func (*QueryVulnerabilitiesInternalServerError) IsClientError added in v0.2.32

func (o *QueryVulnerabilitiesInternalServerError) IsClientError() bool

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

func (*QueryVulnerabilitiesInternalServerError) IsCode added in v0.2.32

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

func (*QueryVulnerabilitiesInternalServerError) IsRedirect added in v0.2.32

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

func (*QueryVulnerabilitiesInternalServerError) IsServerError added in v0.2.32

func (o *QueryVulnerabilitiesInternalServerError) IsServerError() bool

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

func (*QueryVulnerabilitiesInternalServerError) IsSuccess added in v0.2.32

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

func (*QueryVulnerabilitiesInternalServerError) String added in v0.2.32

type QueryVulnerabilitiesNotFound added in v0.2.32

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

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

Not Found

func NewQueryVulnerabilitiesNotFound added in v0.2.32

func NewQueryVulnerabilitiesNotFound() *QueryVulnerabilitiesNotFound

NewQueryVulnerabilitiesNotFound creates a QueryVulnerabilitiesNotFound with default headers values

func (*QueryVulnerabilitiesNotFound) Code added in v0.2.33

Code gets the status code for the query vulnerabilities not found response

func (*QueryVulnerabilitiesNotFound) Error added in v0.2.32

func (*QueryVulnerabilitiesNotFound) GetPayload added in v0.2.32

func (*QueryVulnerabilitiesNotFound) IsClientError added in v0.2.32

func (o *QueryVulnerabilitiesNotFound) IsClientError() bool

IsClientError returns true when this query vulnerabilities not found response has a 4xx status code

func (*QueryVulnerabilitiesNotFound) IsCode added in v0.2.32

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

IsCode returns true when this query vulnerabilities not found response a status code equal to that given

func (*QueryVulnerabilitiesNotFound) IsRedirect added in v0.2.32

func (o *QueryVulnerabilitiesNotFound) IsRedirect() bool

IsRedirect returns true when this query vulnerabilities not found response has a 3xx status code

func (*QueryVulnerabilitiesNotFound) IsServerError added in v0.2.32

func (o *QueryVulnerabilitiesNotFound) IsServerError() bool

IsServerError returns true when this query vulnerabilities not found response has a 5xx status code

func (*QueryVulnerabilitiesNotFound) IsSuccess added in v0.2.32

func (o *QueryVulnerabilitiesNotFound) IsSuccess() bool

IsSuccess returns true when this query vulnerabilities not found response has a 2xx status code

func (*QueryVulnerabilitiesNotFound) String added in v0.2.32

type QueryVulnerabilitiesOK added in v0.2.32

type QueryVulnerabilitiesOK struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaQueryResponse
}

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

OK

func NewQueryVulnerabilitiesOK added in v0.2.32

func NewQueryVulnerabilitiesOK() *QueryVulnerabilitiesOK

NewQueryVulnerabilitiesOK creates a QueryVulnerabilitiesOK with default headers values

func (*QueryVulnerabilitiesOK) Code added in v0.2.33

func (o *QueryVulnerabilitiesOK) Code() int

Code gets the status code for the query vulnerabilities o k response

func (*QueryVulnerabilitiesOK) Error added in v0.2.32

func (o *QueryVulnerabilitiesOK) Error() string

func (*QueryVulnerabilitiesOK) GetPayload added in v0.2.32

func (*QueryVulnerabilitiesOK) IsClientError added in v0.2.32

func (o *QueryVulnerabilitiesOK) IsClientError() bool

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

func (*QueryVulnerabilitiesOK) IsCode added in v0.2.32

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

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

func (*QueryVulnerabilitiesOK) IsRedirect added in v0.2.32

func (o *QueryVulnerabilitiesOK) IsRedirect() bool

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

func (*QueryVulnerabilitiesOK) IsServerError added in v0.2.32

func (o *QueryVulnerabilitiesOK) IsServerError() bool

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

func (*QueryVulnerabilitiesOK) IsSuccess added in v0.2.32

func (o *QueryVulnerabilitiesOK) IsSuccess() bool

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

func (*QueryVulnerabilitiesOK) String added in v0.2.32

func (o *QueryVulnerabilitiesOK) String() string

type QueryVulnerabilitiesParams added in v0.2.32

type QueryVulnerabilitiesParams struct {

	/* Filter.

	   FQL query specifying the filter parameters.
	*/
	Filter *string

	/* Limit.

	   Number of IDs to return.
	*/
	Limit *int64

	/* Offset.

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

	/* Q.

	   Match phrase_prefix query criteria; included fields: _all (all filter string fields indexed).
	*/
	Q *string

	/* Sort.

	   Order by fields.
	*/
	Sort *string

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

QueryVulnerabilitiesParams contains all the parameters to send to the API endpoint

for the query vulnerabilities operation.

Typically these are written to a http.Request.

func NewQueryVulnerabilitiesParams added in v0.2.32

func NewQueryVulnerabilitiesParams() *QueryVulnerabilitiesParams

NewQueryVulnerabilitiesParams creates a new QueryVulnerabilitiesParams 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 NewQueryVulnerabilitiesParamsWithContext added in v0.2.32

func NewQueryVulnerabilitiesParamsWithContext(ctx context.Context) *QueryVulnerabilitiesParams

NewQueryVulnerabilitiesParamsWithContext creates a new QueryVulnerabilitiesParams object with the ability to set a context for a request.

func NewQueryVulnerabilitiesParamsWithHTTPClient added in v0.2.32

func NewQueryVulnerabilitiesParamsWithHTTPClient(client *http.Client) *QueryVulnerabilitiesParams

NewQueryVulnerabilitiesParamsWithHTTPClient creates a new QueryVulnerabilitiesParams object with the ability to set a custom HTTPClient for a request.

func NewQueryVulnerabilitiesParamsWithTimeout added in v0.2.32

func NewQueryVulnerabilitiesParamsWithTimeout(timeout time.Duration) *QueryVulnerabilitiesParams

NewQueryVulnerabilitiesParamsWithTimeout creates a new QueryVulnerabilitiesParams object with the ability to set a timeout on a request.

func (*QueryVulnerabilitiesParams) SetContext added in v0.2.32

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

SetContext adds the context to the query vulnerabilities params

func (*QueryVulnerabilitiesParams) SetDefaults added in v0.2.32

func (o *QueryVulnerabilitiesParams) SetDefaults()

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

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

func (*QueryVulnerabilitiesParams) SetFilter added in v0.2.32

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

SetFilter adds the filter to the query vulnerabilities params

func (*QueryVulnerabilitiesParams) SetHTTPClient added in v0.2.32

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

SetHTTPClient adds the HTTPClient to the query vulnerabilities params

func (*QueryVulnerabilitiesParams) SetLimit added in v0.2.32

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

SetLimit adds the limit to the query vulnerabilities params

func (*QueryVulnerabilitiesParams) SetOffset added in v0.2.32

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

SetOffset adds the offset to the query vulnerabilities params

func (*QueryVulnerabilitiesParams) SetQ added in v0.2.32

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

SetQ adds the q to the query vulnerabilities params

func (*QueryVulnerabilitiesParams) SetSort added in v0.2.32

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

SetSort adds the sort to the query vulnerabilities params

func (*QueryVulnerabilitiesParams) SetTimeout added in v0.2.32

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

SetTimeout adds the timeout to the query vulnerabilities params

func (*QueryVulnerabilitiesParams) WithContext added in v0.2.32

WithContext adds the context to the query vulnerabilities params

func (*QueryVulnerabilitiesParams) WithDefaults added in v0.2.32

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

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

func (*QueryVulnerabilitiesParams) WithFilter added in v0.2.32

WithFilter adds the filter to the query vulnerabilities params

func (*QueryVulnerabilitiesParams) WithHTTPClient added in v0.2.32

WithHTTPClient adds the HTTPClient to the query vulnerabilities params

func (*QueryVulnerabilitiesParams) WithLimit added in v0.2.32

WithLimit adds the limit to the query vulnerabilities params

func (*QueryVulnerabilitiesParams) WithOffset added in v0.2.32

WithOffset adds the offset to the query vulnerabilities params

func (*QueryVulnerabilitiesParams) WithQ added in v0.2.32

WithQ adds the q to the query vulnerabilities params

func (*QueryVulnerabilitiesParams) WithSort added in v0.2.32

WithSort adds the sort to the query vulnerabilities params

func (*QueryVulnerabilitiesParams) WithTimeout added in v0.2.32

WithTimeout adds the timeout to the query vulnerabilities params

func (*QueryVulnerabilitiesParams) WriteToRequest added in v0.2.32

WriteToRequest writes these params to a swagger request

type QueryVulnerabilitiesReader added in v0.2.32

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

QueryVulnerabilitiesReader is a Reader for the QueryVulnerabilities structure.

func (*QueryVulnerabilitiesReader) ReadResponse added in v0.2.32

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

ReadResponse reads a server response into the received o.

type QueryVulnerabilitiesTooManyRequests added in v0.2.32

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

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

Too Many Requests

func NewQueryVulnerabilitiesTooManyRequests added in v0.2.32

func NewQueryVulnerabilitiesTooManyRequests() *QueryVulnerabilitiesTooManyRequests

NewQueryVulnerabilitiesTooManyRequests creates a QueryVulnerabilitiesTooManyRequests with default headers values

func (*QueryVulnerabilitiesTooManyRequests) Code added in v0.2.33

Code gets the status code for the query vulnerabilities too many requests response

func (*QueryVulnerabilitiesTooManyRequests) Error added in v0.2.32

func (*QueryVulnerabilitiesTooManyRequests) GetPayload added in v0.2.32

func (*QueryVulnerabilitiesTooManyRequests) IsClientError added in v0.2.32

func (o *QueryVulnerabilitiesTooManyRequests) IsClientError() bool

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

func (*QueryVulnerabilitiesTooManyRequests) IsCode added in v0.2.32

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

func (*QueryVulnerabilitiesTooManyRequests) IsRedirect added in v0.2.32

func (o *QueryVulnerabilitiesTooManyRequests) IsRedirect() bool

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

func (*QueryVulnerabilitiesTooManyRequests) IsServerError added in v0.2.32

func (o *QueryVulnerabilitiesTooManyRequests) IsServerError() bool

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

func (*QueryVulnerabilitiesTooManyRequests) IsSuccess added in v0.2.32

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

func (*QueryVulnerabilitiesTooManyRequests) String added in v0.2.32

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