Documentation ¶
Index ¶
- Variables
- type Client
- func (a *Client) GetIntelActorEntities(params *GetIntelActorEntitiesParams, opts ...ClientOption) (*GetIntelActorEntitiesOK, error)
- func (a *Client) GetIntelIndicatorEntities(params *GetIntelIndicatorEntitiesParams, opts ...ClientOption) (*GetIntelIndicatorEntitiesOK, error)
- func (a *Client) GetIntelReportEntities(params *GetIntelReportEntitiesParams, opts ...ClientOption) (*GetIntelReportEntitiesOK, error)
- func (a *Client) GetIntelReportPDF(params *GetIntelReportPDFParams, writer io.Writer, opts ...ClientOption) (*GetIntelReportPDFOK, error)
- func (a *Client) GetIntelRuleEntities(params *GetIntelRuleEntitiesParams, opts ...ClientOption) (*GetIntelRuleEntitiesOK, error)
- func (a *Client) GetIntelRuleFile(params *GetIntelRuleFileParams, writer io.Writer, opts ...ClientOption) (*GetIntelRuleFileOK, error)
- func (a *Client) GetLatestIntelRuleFile(params *GetLatestIntelRuleFileParams, writer io.Writer, opts ...ClientOption) (*GetLatestIntelRuleFileOK, error)
- func (a *Client) QueryIntelActorEntities(params *QueryIntelActorEntitiesParams, opts ...ClientOption) (*QueryIntelActorEntitiesOK, error)
- func (a *Client) QueryIntelActorIds(params *QueryIntelActorIdsParams, opts ...ClientOption) (*QueryIntelActorIdsOK, error)
- func (a *Client) QueryIntelIndicatorEntities(params *QueryIntelIndicatorEntitiesParams, opts ...ClientOption) (*QueryIntelIndicatorEntitiesOK, error)
- func (a *Client) QueryIntelIndicatorIds(params *QueryIntelIndicatorIdsParams, opts ...ClientOption) (*QueryIntelIndicatorIdsOK, error)
- func (a *Client) QueryIntelReportEntities(params *QueryIntelReportEntitiesParams, opts ...ClientOption) (*QueryIntelReportEntitiesOK, error)
- func (a *Client) QueryIntelReportIds(params *QueryIntelReportIdsParams, opts ...ClientOption) (*QueryIntelReportIdsOK, error)
- func (a *Client) QueryIntelRuleIds(params *QueryIntelRuleIdsParams, opts ...ClientOption) (*QueryIntelRuleIdsOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- type ClientOption
- type ClientService
- type GetIntelActorEntitiesDefault
- func (o *GetIntelActorEntitiesDefault) Code() int
- func (o *GetIntelActorEntitiesDefault) Error() string
- func (o *GetIntelActorEntitiesDefault) GetPayload() *models.DomainActorsResponse
- func (o *GetIntelActorEntitiesDefault) IsClientError() bool
- func (o *GetIntelActorEntitiesDefault) IsCode(code int) bool
- func (o *GetIntelActorEntitiesDefault) IsRedirect() bool
- func (o *GetIntelActorEntitiesDefault) IsServerError() bool
- func (o *GetIntelActorEntitiesDefault) IsSuccess() bool
- func (o *GetIntelActorEntitiesDefault) String() string
- type GetIntelActorEntitiesForbidden
- func (o *GetIntelActorEntitiesForbidden) Error() string
- func (o *GetIntelActorEntitiesForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetIntelActorEntitiesForbidden) IsClientError() bool
- func (o *GetIntelActorEntitiesForbidden) IsCode(code int) bool
- func (o *GetIntelActorEntitiesForbidden) IsRedirect() bool
- func (o *GetIntelActorEntitiesForbidden) IsServerError() bool
- func (o *GetIntelActorEntitiesForbidden) IsSuccess() bool
- func (o *GetIntelActorEntitiesForbidden) String() string
- type GetIntelActorEntitiesInternalServerError
- func (o *GetIntelActorEntitiesInternalServerError) Error() string
- func (o *GetIntelActorEntitiesInternalServerError) GetPayload() *models.MsaErrorsOnly
- func (o *GetIntelActorEntitiesInternalServerError) IsClientError() bool
- func (o *GetIntelActorEntitiesInternalServerError) IsCode(code int) bool
- func (o *GetIntelActorEntitiesInternalServerError) IsRedirect() bool
- func (o *GetIntelActorEntitiesInternalServerError) IsServerError() bool
- func (o *GetIntelActorEntitiesInternalServerError) IsSuccess() bool
- func (o *GetIntelActorEntitiesInternalServerError) String() string
- type GetIntelActorEntitiesOK
- func (o *GetIntelActorEntitiesOK) Error() string
- func (o *GetIntelActorEntitiesOK) GetPayload() *models.DomainActorsResponse
- func (o *GetIntelActorEntitiesOK) IsClientError() bool
- func (o *GetIntelActorEntitiesOK) IsCode(code int) bool
- func (o *GetIntelActorEntitiesOK) IsRedirect() bool
- func (o *GetIntelActorEntitiesOK) IsServerError() bool
- func (o *GetIntelActorEntitiesOK) IsSuccess() bool
- func (o *GetIntelActorEntitiesOK) String() string
- type GetIntelActorEntitiesParams
- func NewGetIntelActorEntitiesParams() *GetIntelActorEntitiesParams
- func NewGetIntelActorEntitiesParamsWithContext(ctx context.Context) *GetIntelActorEntitiesParams
- func NewGetIntelActorEntitiesParamsWithHTTPClient(client *http.Client) *GetIntelActorEntitiesParams
- func NewGetIntelActorEntitiesParamsWithTimeout(timeout time.Duration) *GetIntelActorEntitiesParams
- func (o *GetIntelActorEntitiesParams) SetContext(ctx context.Context)
- func (o *GetIntelActorEntitiesParams) SetDefaults()
- func (o *GetIntelActorEntitiesParams) SetFields(fields []string)
- func (o *GetIntelActorEntitiesParams) SetHTTPClient(client *http.Client)
- func (o *GetIntelActorEntitiesParams) SetIds(ids []string)
- func (o *GetIntelActorEntitiesParams) SetTimeout(timeout time.Duration)
- func (o *GetIntelActorEntitiesParams) WithContext(ctx context.Context) *GetIntelActorEntitiesParams
- func (o *GetIntelActorEntitiesParams) WithDefaults() *GetIntelActorEntitiesParams
- func (o *GetIntelActorEntitiesParams) WithFields(fields []string) *GetIntelActorEntitiesParams
- func (o *GetIntelActorEntitiesParams) WithHTTPClient(client *http.Client) *GetIntelActorEntitiesParams
- func (o *GetIntelActorEntitiesParams) WithIds(ids []string) *GetIntelActorEntitiesParams
- func (o *GetIntelActorEntitiesParams) WithTimeout(timeout time.Duration) *GetIntelActorEntitiesParams
- func (o *GetIntelActorEntitiesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetIntelActorEntitiesReader
- type GetIntelActorEntitiesTooManyRequests
- func (o *GetIntelActorEntitiesTooManyRequests) Error() string
- func (o *GetIntelActorEntitiesTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetIntelActorEntitiesTooManyRequests) IsClientError() bool
- func (o *GetIntelActorEntitiesTooManyRequests) IsCode(code int) bool
- func (o *GetIntelActorEntitiesTooManyRequests) IsRedirect() bool
- func (o *GetIntelActorEntitiesTooManyRequests) IsServerError() bool
- func (o *GetIntelActorEntitiesTooManyRequests) IsSuccess() bool
- func (o *GetIntelActorEntitiesTooManyRequests) String() string
- type GetIntelIndicatorEntitiesDefault
- func (o *GetIntelIndicatorEntitiesDefault) Code() int
- func (o *GetIntelIndicatorEntitiesDefault) Error() string
- func (o *GetIntelIndicatorEntitiesDefault) GetPayload() *models.DomainPublicIndicatorsV3Response
- func (o *GetIntelIndicatorEntitiesDefault) IsClientError() bool
- func (o *GetIntelIndicatorEntitiesDefault) IsCode(code int) bool
- func (o *GetIntelIndicatorEntitiesDefault) IsRedirect() bool
- func (o *GetIntelIndicatorEntitiesDefault) IsServerError() bool
- func (o *GetIntelIndicatorEntitiesDefault) IsSuccess() bool
- func (o *GetIntelIndicatorEntitiesDefault) String() string
- type GetIntelIndicatorEntitiesForbidden
- func (o *GetIntelIndicatorEntitiesForbidden) Error() string
- func (o *GetIntelIndicatorEntitiesForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetIntelIndicatorEntitiesForbidden) IsClientError() bool
- func (o *GetIntelIndicatorEntitiesForbidden) IsCode(code int) bool
- func (o *GetIntelIndicatorEntitiesForbidden) IsRedirect() bool
- func (o *GetIntelIndicatorEntitiesForbidden) IsServerError() bool
- func (o *GetIntelIndicatorEntitiesForbidden) IsSuccess() bool
- func (o *GetIntelIndicatorEntitiesForbidden) String() string
- type GetIntelIndicatorEntitiesInternalServerError
- func (o *GetIntelIndicatorEntitiesInternalServerError) Error() string
- func (o *GetIntelIndicatorEntitiesInternalServerError) GetPayload() *models.MsaErrorsOnly
- func (o *GetIntelIndicatorEntitiesInternalServerError) IsClientError() bool
- func (o *GetIntelIndicatorEntitiesInternalServerError) IsCode(code int) bool
- func (o *GetIntelIndicatorEntitiesInternalServerError) IsRedirect() bool
- func (o *GetIntelIndicatorEntitiesInternalServerError) IsServerError() bool
- func (o *GetIntelIndicatorEntitiesInternalServerError) IsSuccess() bool
- func (o *GetIntelIndicatorEntitiesInternalServerError) String() string
- type GetIntelIndicatorEntitiesOK
- func (o *GetIntelIndicatorEntitiesOK) Error() string
- func (o *GetIntelIndicatorEntitiesOK) GetPayload() *models.DomainPublicIndicatorsV3Response
- func (o *GetIntelIndicatorEntitiesOK) IsClientError() bool
- func (o *GetIntelIndicatorEntitiesOK) IsCode(code int) bool
- func (o *GetIntelIndicatorEntitiesOK) IsRedirect() bool
- func (o *GetIntelIndicatorEntitiesOK) IsServerError() bool
- func (o *GetIntelIndicatorEntitiesOK) IsSuccess() bool
- func (o *GetIntelIndicatorEntitiesOK) String() string
- type GetIntelIndicatorEntitiesParams
- func NewGetIntelIndicatorEntitiesParams() *GetIntelIndicatorEntitiesParams
- func NewGetIntelIndicatorEntitiesParamsWithContext(ctx context.Context) *GetIntelIndicatorEntitiesParams
- func NewGetIntelIndicatorEntitiesParamsWithHTTPClient(client *http.Client) *GetIntelIndicatorEntitiesParams
- func NewGetIntelIndicatorEntitiesParamsWithTimeout(timeout time.Duration) *GetIntelIndicatorEntitiesParams
- func (o *GetIntelIndicatorEntitiesParams) SetBody(body *models.MsaIdsRequest)
- func (o *GetIntelIndicatorEntitiesParams) SetContext(ctx context.Context)
- func (o *GetIntelIndicatorEntitiesParams) SetDefaults()
- func (o *GetIntelIndicatorEntitiesParams) SetHTTPClient(client *http.Client)
- func (o *GetIntelIndicatorEntitiesParams) SetTimeout(timeout time.Duration)
- func (o *GetIntelIndicatorEntitiesParams) WithBody(body *models.MsaIdsRequest) *GetIntelIndicatorEntitiesParams
- func (o *GetIntelIndicatorEntitiesParams) WithContext(ctx context.Context) *GetIntelIndicatorEntitiesParams
- func (o *GetIntelIndicatorEntitiesParams) WithDefaults() *GetIntelIndicatorEntitiesParams
- func (o *GetIntelIndicatorEntitiesParams) WithHTTPClient(client *http.Client) *GetIntelIndicatorEntitiesParams
- func (o *GetIntelIndicatorEntitiesParams) WithTimeout(timeout time.Duration) *GetIntelIndicatorEntitiesParams
- func (o *GetIntelIndicatorEntitiesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetIntelIndicatorEntitiesReader
- type GetIntelIndicatorEntitiesTooManyRequests
- func (o *GetIntelIndicatorEntitiesTooManyRequests) Error() string
- func (o *GetIntelIndicatorEntitiesTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetIntelIndicatorEntitiesTooManyRequests) IsClientError() bool
- func (o *GetIntelIndicatorEntitiesTooManyRequests) IsCode(code int) bool
- func (o *GetIntelIndicatorEntitiesTooManyRequests) IsRedirect() bool
- func (o *GetIntelIndicatorEntitiesTooManyRequests) IsServerError() bool
- func (o *GetIntelIndicatorEntitiesTooManyRequests) IsSuccess() bool
- func (o *GetIntelIndicatorEntitiesTooManyRequests) String() string
- type GetIntelReportEntitiesDefault
- func (o *GetIntelReportEntitiesDefault) Code() int
- func (o *GetIntelReportEntitiesDefault) Error() string
- func (o *GetIntelReportEntitiesDefault) GetPayload() *models.DomainNewsResponse
- func (o *GetIntelReportEntitiesDefault) IsClientError() bool
- func (o *GetIntelReportEntitiesDefault) IsCode(code int) bool
- func (o *GetIntelReportEntitiesDefault) IsRedirect() bool
- func (o *GetIntelReportEntitiesDefault) IsServerError() bool
- func (o *GetIntelReportEntitiesDefault) IsSuccess() bool
- func (o *GetIntelReportEntitiesDefault) String() string
- type GetIntelReportEntitiesForbidden
- func (o *GetIntelReportEntitiesForbidden) Error() string
- func (o *GetIntelReportEntitiesForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetIntelReportEntitiesForbidden) IsClientError() bool
- func (o *GetIntelReportEntitiesForbidden) IsCode(code int) bool
- func (o *GetIntelReportEntitiesForbidden) IsRedirect() bool
- func (o *GetIntelReportEntitiesForbidden) IsServerError() bool
- func (o *GetIntelReportEntitiesForbidden) IsSuccess() bool
- func (o *GetIntelReportEntitiesForbidden) String() string
- type GetIntelReportEntitiesInternalServerError
- func (o *GetIntelReportEntitiesInternalServerError) Error() string
- func (o *GetIntelReportEntitiesInternalServerError) GetPayload() *models.MsaErrorsOnly
- func (o *GetIntelReportEntitiesInternalServerError) IsClientError() bool
- func (o *GetIntelReportEntitiesInternalServerError) IsCode(code int) bool
- func (o *GetIntelReportEntitiesInternalServerError) IsRedirect() bool
- func (o *GetIntelReportEntitiesInternalServerError) IsServerError() bool
- func (o *GetIntelReportEntitiesInternalServerError) IsSuccess() bool
- func (o *GetIntelReportEntitiesInternalServerError) String() string
- type GetIntelReportEntitiesOK
- func (o *GetIntelReportEntitiesOK) Error() string
- func (o *GetIntelReportEntitiesOK) GetPayload() *models.DomainNewsResponse
- func (o *GetIntelReportEntitiesOK) IsClientError() bool
- func (o *GetIntelReportEntitiesOK) IsCode(code int) bool
- func (o *GetIntelReportEntitiesOK) IsRedirect() bool
- func (o *GetIntelReportEntitiesOK) IsServerError() bool
- func (o *GetIntelReportEntitiesOK) IsSuccess() bool
- func (o *GetIntelReportEntitiesOK) String() string
- type GetIntelReportEntitiesParams
- func NewGetIntelReportEntitiesParams() *GetIntelReportEntitiesParams
- func NewGetIntelReportEntitiesParamsWithContext(ctx context.Context) *GetIntelReportEntitiesParams
- func NewGetIntelReportEntitiesParamsWithHTTPClient(client *http.Client) *GetIntelReportEntitiesParams
- func NewGetIntelReportEntitiesParamsWithTimeout(timeout time.Duration) *GetIntelReportEntitiesParams
- func (o *GetIntelReportEntitiesParams) SetContext(ctx context.Context)
- func (o *GetIntelReportEntitiesParams) SetDefaults()
- func (o *GetIntelReportEntitiesParams) SetFields(fields []string)
- func (o *GetIntelReportEntitiesParams) SetHTTPClient(client *http.Client)
- func (o *GetIntelReportEntitiesParams) SetIds(ids []string)
- func (o *GetIntelReportEntitiesParams) SetTimeout(timeout time.Duration)
- func (o *GetIntelReportEntitiesParams) WithContext(ctx context.Context) *GetIntelReportEntitiesParams
- func (o *GetIntelReportEntitiesParams) WithDefaults() *GetIntelReportEntitiesParams
- func (o *GetIntelReportEntitiesParams) WithFields(fields []string) *GetIntelReportEntitiesParams
- func (o *GetIntelReportEntitiesParams) WithHTTPClient(client *http.Client) *GetIntelReportEntitiesParams
- func (o *GetIntelReportEntitiesParams) WithIds(ids []string) *GetIntelReportEntitiesParams
- func (o *GetIntelReportEntitiesParams) WithTimeout(timeout time.Duration) *GetIntelReportEntitiesParams
- func (o *GetIntelReportEntitiesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetIntelReportEntitiesReader
- type GetIntelReportEntitiesTooManyRequests
- func (o *GetIntelReportEntitiesTooManyRequests) Error() string
- func (o *GetIntelReportEntitiesTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetIntelReportEntitiesTooManyRequests) IsClientError() bool
- func (o *GetIntelReportEntitiesTooManyRequests) IsCode(code int) bool
- func (o *GetIntelReportEntitiesTooManyRequests) IsRedirect() bool
- func (o *GetIntelReportEntitiesTooManyRequests) IsServerError() bool
- func (o *GetIntelReportEntitiesTooManyRequests) IsSuccess() bool
- func (o *GetIntelReportEntitiesTooManyRequests) String() string
- type GetIntelReportPDFBadRequest
- func (o *GetIntelReportPDFBadRequest) Error() string
- func (o *GetIntelReportPDFBadRequest) GetPayload() *models.MsaErrorsOnly
- func (o *GetIntelReportPDFBadRequest) IsClientError() bool
- func (o *GetIntelReportPDFBadRequest) IsCode(code int) bool
- func (o *GetIntelReportPDFBadRequest) IsRedirect() bool
- func (o *GetIntelReportPDFBadRequest) IsServerError() bool
- func (o *GetIntelReportPDFBadRequest) IsSuccess() bool
- func (o *GetIntelReportPDFBadRequest) String() string
- type GetIntelReportPDFDefault
- func (o *GetIntelReportPDFDefault) Code() int
- func (o *GetIntelReportPDFDefault) Error() string
- func (o *GetIntelReportPDFDefault) IsClientError() bool
- func (o *GetIntelReportPDFDefault) IsCode(code int) bool
- func (o *GetIntelReportPDFDefault) IsRedirect() bool
- func (o *GetIntelReportPDFDefault) IsServerError() bool
- func (o *GetIntelReportPDFDefault) IsSuccess() bool
- func (o *GetIntelReportPDFDefault) String() string
- type GetIntelReportPDFForbidden
- func (o *GetIntelReportPDFForbidden) Error() string
- func (o *GetIntelReportPDFForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetIntelReportPDFForbidden) IsClientError() bool
- func (o *GetIntelReportPDFForbidden) IsCode(code int) bool
- func (o *GetIntelReportPDFForbidden) IsRedirect() bool
- func (o *GetIntelReportPDFForbidden) IsServerError() bool
- func (o *GetIntelReportPDFForbidden) IsSuccess() bool
- func (o *GetIntelReportPDFForbidden) String() string
- type GetIntelReportPDFInternalServerError
- func (o *GetIntelReportPDFInternalServerError) Error() string
- func (o *GetIntelReportPDFInternalServerError) GetPayload() *models.MsaErrorsOnly
- func (o *GetIntelReportPDFInternalServerError) IsClientError() bool
- func (o *GetIntelReportPDFInternalServerError) IsCode(code int) bool
- func (o *GetIntelReportPDFInternalServerError) IsRedirect() bool
- func (o *GetIntelReportPDFInternalServerError) IsServerError() bool
- func (o *GetIntelReportPDFInternalServerError) IsSuccess() bool
- func (o *GetIntelReportPDFInternalServerError) String() string
- type GetIntelReportPDFOK
- func (o *GetIntelReportPDFOK) Error() string
- func (o *GetIntelReportPDFOK) GetPayload() io.Writer
- func (o *GetIntelReportPDFOK) IsClientError() bool
- func (o *GetIntelReportPDFOK) IsCode(code int) bool
- func (o *GetIntelReportPDFOK) IsRedirect() bool
- func (o *GetIntelReportPDFOK) IsServerError() bool
- func (o *GetIntelReportPDFOK) IsSuccess() bool
- func (o *GetIntelReportPDFOK) String() string
- type GetIntelReportPDFParams
- func NewGetIntelReportPDFParams() *GetIntelReportPDFParams
- func NewGetIntelReportPDFParamsWithContext(ctx context.Context) *GetIntelReportPDFParams
- func NewGetIntelReportPDFParamsWithHTTPClient(client *http.Client) *GetIntelReportPDFParams
- func NewGetIntelReportPDFParamsWithTimeout(timeout time.Duration) *GetIntelReportPDFParams
- func (o *GetIntelReportPDFParams) SetContext(ctx context.Context)
- func (o *GetIntelReportPDFParams) SetDefaults()
- func (o *GetIntelReportPDFParams) SetHTTPClient(client *http.Client)
- func (o *GetIntelReportPDFParams) SetID(id string)
- func (o *GetIntelReportPDFParams) SetTimeout(timeout time.Duration)
- func (o *GetIntelReportPDFParams) WithContext(ctx context.Context) *GetIntelReportPDFParams
- func (o *GetIntelReportPDFParams) WithDefaults() *GetIntelReportPDFParams
- func (o *GetIntelReportPDFParams) WithHTTPClient(client *http.Client) *GetIntelReportPDFParams
- func (o *GetIntelReportPDFParams) WithID(id string) *GetIntelReportPDFParams
- func (o *GetIntelReportPDFParams) WithTimeout(timeout time.Duration) *GetIntelReportPDFParams
- func (o *GetIntelReportPDFParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetIntelReportPDFReader
- type GetIntelReportPDFTooManyRequests
- func (o *GetIntelReportPDFTooManyRequests) Error() string
- func (o *GetIntelReportPDFTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetIntelReportPDFTooManyRequests) IsClientError() bool
- func (o *GetIntelReportPDFTooManyRequests) IsCode(code int) bool
- func (o *GetIntelReportPDFTooManyRequests) IsRedirect() bool
- func (o *GetIntelReportPDFTooManyRequests) IsServerError() bool
- func (o *GetIntelReportPDFTooManyRequests) IsSuccess() bool
- func (o *GetIntelReportPDFTooManyRequests) String() string
- type GetIntelRuleEntitiesDefault
- func (o *GetIntelRuleEntitiesDefault) Code() int
- func (o *GetIntelRuleEntitiesDefault) Error() string
- func (o *GetIntelRuleEntitiesDefault) GetPayload() *models.DomainRulesResponse
- func (o *GetIntelRuleEntitiesDefault) IsClientError() bool
- func (o *GetIntelRuleEntitiesDefault) IsCode(code int) bool
- func (o *GetIntelRuleEntitiesDefault) IsRedirect() bool
- func (o *GetIntelRuleEntitiesDefault) IsServerError() bool
- func (o *GetIntelRuleEntitiesDefault) IsSuccess() bool
- func (o *GetIntelRuleEntitiesDefault) String() string
- type GetIntelRuleEntitiesForbidden
- func (o *GetIntelRuleEntitiesForbidden) Error() string
- func (o *GetIntelRuleEntitiesForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetIntelRuleEntitiesForbidden) IsClientError() bool
- func (o *GetIntelRuleEntitiesForbidden) IsCode(code int) bool
- func (o *GetIntelRuleEntitiesForbidden) IsRedirect() bool
- func (o *GetIntelRuleEntitiesForbidden) IsServerError() bool
- func (o *GetIntelRuleEntitiesForbidden) IsSuccess() bool
- func (o *GetIntelRuleEntitiesForbidden) String() string
- type GetIntelRuleEntitiesInternalServerError
- func (o *GetIntelRuleEntitiesInternalServerError) Error() string
- func (o *GetIntelRuleEntitiesInternalServerError) GetPayload() *models.MsaErrorsOnly
- func (o *GetIntelRuleEntitiesInternalServerError) IsClientError() bool
- func (o *GetIntelRuleEntitiesInternalServerError) IsCode(code int) bool
- func (o *GetIntelRuleEntitiesInternalServerError) IsRedirect() bool
- func (o *GetIntelRuleEntitiesInternalServerError) IsServerError() bool
- func (o *GetIntelRuleEntitiesInternalServerError) IsSuccess() bool
- func (o *GetIntelRuleEntitiesInternalServerError) String() string
- type GetIntelRuleEntitiesOK
- func (o *GetIntelRuleEntitiesOK) Error() string
- func (o *GetIntelRuleEntitiesOK) GetPayload() *models.DomainRulesResponse
- func (o *GetIntelRuleEntitiesOK) IsClientError() bool
- func (o *GetIntelRuleEntitiesOK) IsCode(code int) bool
- func (o *GetIntelRuleEntitiesOK) IsRedirect() bool
- func (o *GetIntelRuleEntitiesOK) IsServerError() bool
- func (o *GetIntelRuleEntitiesOK) IsSuccess() bool
- func (o *GetIntelRuleEntitiesOK) String() string
- type GetIntelRuleEntitiesParams
- func NewGetIntelRuleEntitiesParams() *GetIntelRuleEntitiesParams
- func NewGetIntelRuleEntitiesParamsWithContext(ctx context.Context) *GetIntelRuleEntitiesParams
- func NewGetIntelRuleEntitiesParamsWithHTTPClient(client *http.Client) *GetIntelRuleEntitiesParams
- func NewGetIntelRuleEntitiesParamsWithTimeout(timeout time.Duration) *GetIntelRuleEntitiesParams
- func (o *GetIntelRuleEntitiesParams) SetContext(ctx context.Context)
- func (o *GetIntelRuleEntitiesParams) SetDefaults()
- func (o *GetIntelRuleEntitiesParams) SetHTTPClient(client *http.Client)
- func (o *GetIntelRuleEntitiesParams) SetIds(ids []string)
- func (o *GetIntelRuleEntitiesParams) SetTimeout(timeout time.Duration)
- func (o *GetIntelRuleEntitiesParams) WithContext(ctx context.Context) *GetIntelRuleEntitiesParams
- func (o *GetIntelRuleEntitiesParams) WithDefaults() *GetIntelRuleEntitiesParams
- func (o *GetIntelRuleEntitiesParams) WithHTTPClient(client *http.Client) *GetIntelRuleEntitiesParams
- func (o *GetIntelRuleEntitiesParams) WithIds(ids []string) *GetIntelRuleEntitiesParams
- func (o *GetIntelRuleEntitiesParams) WithTimeout(timeout time.Duration) *GetIntelRuleEntitiesParams
- func (o *GetIntelRuleEntitiesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetIntelRuleEntitiesReader
- type GetIntelRuleEntitiesTooManyRequests
- func (o *GetIntelRuleEntitiesTooManyRequests) Error() string
- func (o *GetIntelRuleEntitiesTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetIntelRuleEntitiesTooManyRequests) IsClientError() bool
- func (o *GetIntelRuleEntitiesTooManyRequests) IsCode(code int) bool
- func (o *GetIntelRuleEntitiesTooManyRequests) IsRedirect() bool
- func (o *GetIntelRuleEntitiesTooManyRequests) IsServerError() bool
- func (o *GetIntelRuleEntitiesTooManyRequests) IsSuccess() bool
- func (o *GetIntelRuleEntitiesTooManyRequests) String() string
- type GetIntelRuleFileBadRequest
- func (o *GetIntelRuleFileBadRequest) Error() string
- func (o *GetIntelRuleFileBadRequest) GetPayload() *models.MsaErrorsOnly
- func (o *GetIntelRuleFileBadRequest) IsClientError() bool
- func (o *GetIntelRuleFileBadRequest) IsCode(code int) bool
- func (o *GetIntelRuleFileBadRequest) IsRedirect() bool
- func (o *GetIntelRuleFileBadRequest) IsServerError() bool
- func (o *GetIntelRuleFileBadRequest) IsSuccess() bool
- func (o *GetIntelRuleFileBadRequest) String() string
- type GetIntelRuleFileDefault
- func (o *GetIntelRuleFileDefault) Code() int
- func (o *GetIntelRuleFileDefault) Error() string
- func (o *GetIntelRuleFileDefault) IsClientError() bool
- func (o *GetIntelRuleFileDefault) IsCode(code int) bool
- func (o *GetIntelRuleFileDefault) IsRedirect() bool
- func (o *GetIntelRuleFileDefault) IsServerError() bool
- func (o *GetIntelRuleFileDefault) IsSuccess() bool
- func (o *GetIntelRuleFileDefault) String() string
- type GetIntelRuleFileForbidden
- func (o *GetIntelRuleFileForbidden) Error() string
- func (o *GetIntelRuleFileForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetIntelRuleFileForbidden) IsClientError() bool
- func (o *GetIntelRuleFileForbidden) IsCode(code int) bool
- func (o *GetIntelRuleFileForbidden) IsRedirect() bool
- func (o *GetIntelRuleFileForbidden) IsServerError() bool
- func (o *GetIntelRuleFileForbidden) IsSuccess() bool
- func (o *GetIntelRuleFileForbidden) String() string
- type GetIntelRuleFileInternalServerError
- func (o *GetIntelRuleFileInternalServerError) Error() string
- func (o *GetIntelRuleFileInternalServerError) GetPayload() *models.MsaErrorsOnly
- func (o *GetIntelRuleFileInternalServerError) IsClientError() bool
- func (o *GetIntelRuleFileInternalServerError) IsCode(code int) bool
- func (o *GetIntelRuleFileInternalServerError) IsRedirect() bool
- func (o *GetIntelRuleFileInternalServerError) IsServerError() bool
- func (o *GetIntelRuleFileInternalServerError) IsSuccess() bool
- func (o *GetIntelRuleFileInternalServerError) String() string
- type GetIntelRuleFileNotFound
- func (o *GetIntelRuleFileNotFound) Error() string
- func (o *GetIntelRuleFileNotFound) GetPayload() *models.MsaErrorsOnly
- func (o *GetIntelRuleFileNotFound) IsClientError() bool
- func (o *GetIntelRuleFileNotFound) IsCode(code int) bool
- func (o *GetIntelRuleFileNotFound) IsRedirect() bool
- func (o *GetIntelRuleFileNotFound) IsServerError() bool
- func (o *GetIntelRuleFileNotFound) IsSuccess() bool
- func (o *GetIntelRuleFileNotFound) String() string
- type GetIntelRuleFileOK
- func (o *GetIntelRuleFileOK) Error() string
- func (o *GetIntelRuleFileOK) GetPayload() io.Writer
- func (o *GetIntelRuleFileOK) IsClientError() bool
- func (o *GetIntelRuleFileOK) IsCode(code int) bool
- func (o *GetIntelRuleFileOK) IsRedirect() bool
- func (o *GetIntelRuleFileOK) IsServerError() bool
- func (o *GetIntelRuleFileOK) IsSuccess() bool
- func (o *GetIntelRuleFileOK) String() string
- type GetIntelRuleFileParams
- func NewGetIntelRuleFileParams() *GetIntelRuleFileParams
- func NewGetIntelRuleFileParamsWithContext(ctx context.Context) *GetIntelRuleFileParams
- func NewGetIntelRuleFileParamsWithHTTPClient(client *http.Client) *GetIntelRuleFileParams
- func NewGetIntelRuleFileParamsWithTimeout(timeout time.Duration) *GetIntelRuleFileParams
- func (o *GetIntelRuleFileParams) SetAccept(accept *string)
- func (o *GetIntelRuleFileParams) SetContext(ctx context.Context)
- func (o *GetIntelRuleFileParams) SetDefaults()
- func (o *GetIntelRuleFileParams) SetFormat(format *string)
- func (o *GetIntelRuleFileParams) SetHTTPClient(client *http.Client)
- func (o *GetIntelRuleFileParams) SetID(id int64)
- func (o *GetIntelRuleFileParams) SetTimeout(timeout time.Duration)
- func (o *GetIntelRuleFileParams) WithAccept(accept *string) *GetIntelRuleFileParams
- func (o *GetIntelRuleFileParams) WithContext(ctx context.Context) *GetIntelRuleFileParams
- func (o *GetIntelRuleFileParams) WithDefaults() *GetIntelRuleFileParams
- func (o *GetIntelRuleFileParams) WithFormat(format *string) *GetIntelRuleFileParams
- func (o *GetIntelRuleFileParams) WithHTTPClient(client *http.Client) *GetIntelRuleFileParams
- func (o *GetIntelRuleFileParams) WithID(id int64) *GetIntelRuleFileParams
- func (o *GetIntelRuleFileParams) WithTimeout(timeout time.Duration) *GetIntelRuleFileParams
- func (o *GetIntelRuleFileParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetIntelRuleFileReader
- type GetIntelRuleFileTooManyRequests
- func (o *GetIntelRuleFileTooManyRequests) Error() string
- func (o *GetIntelRuleFileTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetIntelRuleFileTooManyRequests) IsClientError() bool
- func (o *GetIntelRuleFileTooManyRequests) IsCode(code int) bool
- func (o *GetIntelRuleFileTooManyRequests) IsRedirect() bool
- func (o *GetIntelRuleFileTooManyRequests) IsServerError() bool
- func (o *GetIntelRuleFileTooManyRequests) IsSuccess() bool
- func (o *GetIntelRuleFileTooManyRequests) String() string
- type GetLatestIntelRuleFileBadRequest
- func (o *GetLatestIntelRuleFileBadRequest) Error() string
- func (o *GetLatestIntelRuleFileBadRequest) GetPayload() *models.MsaErrorsOnly
- func (o *GetLatestIntelRuleFileBadRequest) IsClientError() bool
- func (o *GetLatestIntelRuleFileBadRequest) IsCode(code int) bool
- func (o *GetLatestIntelRuleFileBadRequest) IsRedirect() bool
- func (o *GetLatestIntelRuleFileBadRequest) IsServerError() bool
- func (o *GetLatestIntelRuleFileBadRequest) IsSuccess() bool
- func (o *GetLatestIntelRuleFileBadRequest) String() string
- type GetLatestIntelRuleFileDefault
- func (o *GetLatestIntelRuleFileDefault) Code() int
- func (o *GetLatestIntelRuleFileDefault) Error() string
- func (o *GetLatestIntelRuleFileDefault) IsClientError() bool
- func (o *GetLatestIntelRuleFileDefault) IsCode(code int) bool
- func (o *GetLatestIntelRuleFileDefault) IsRedirect() bool
- func (o *GetLatestIntelRuleFileDefault) IsServerError() bool
- func (o *GetLatestIntelRuleFileDefault) IsSuccess() bool
- func (o *GetLatestIntelRuleFileDefault) String() string
- type GetLatestIntelRuleFileForbidden
- func (o *GetLatestIntelRuleFileForbidden) Error() string
- func (o *GetLatestIntelRuleFileForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetLatestIntelRuleFileForbidden) IsClientError() bool
- func (o *GetLatestIntelRuleFileForbidden) IsCode(code int) bool
- func (o *GetLatestIntelRuleFileForbidden) IsRedirect() bool
- func (o *GetLatestIntelRuleFileForbidden) IsServerError() bool
- func (o *GetLatestIntelRuleFileForbidden) IsSuccess() bool
- func (o *GetLatestIntelRuleFileForbidden) String() string
- type GetLatestIntelRuleFileInternalServerError
- func (o *GetLatestIntelRuleFileInternalServerError) Error() string
- func (o *GetLatestIntelRuleFileInternalServerError) GetPayload() *models.MsaErrorsOnly
- func (o *GetLatestIntelRuleFileInternalServerError) IsClientError() bool
- func (o *GetLatestIntelRuleFileInternalServerError) IsCode(code int) bool
- func (o *GetLatestIntelRuleFileInternalServerError) IsRedirect() bool
- func (o *GetLatestIntelRuleFileInternalServerError) IsServerError() bool
- func (o *GetLatestIntelRuleFileInternalServerError) IsSuccess() bool
- func (o *GetLatestIntelRuleFileInternalServerError) String() string
- type GetLatestIntelRuleFileNotFound
- func (o *GetLatestIntelRuleFileNotFound) Error() string
- func (o *GetLatestIntelRuleFileNotFound) GetPayload() *models.MsaErrorsOnly
- func (o *GetLatestIntelRuleFileNotFound) IsClientError() bool
- func (o *GetLatestIntelRuleFileNotFound) IsCode(code int) bool
- func (o *GetLatestIntelRuleFileNotFound) IsRedirect() bool
- func (o *GetLatestIntelRuleFileNotFound) IsServerError() bool
- func (o *GetLatestIntelRuleFileNotFound) IsSuccess() bool
- func (o *GetLatestIntelRuleFileNotFound) String() string
- type GetLatestIntelRuleFileNotModified
- func (o *GetLatestIntelRuleFileNotModified) Error() string
- func (o *GetLatestIntelRuleFileNotModified) IsClientError() bool
- func (o *GetLatestIntelRuleFileNotModified) IsCode(code int) bool
- func (o *GetLatestIntelRuleFileNotModified) IsRedirect() bool
- func (o *GetLatestIntelRuleFileNotModified) IsServerError() bool
- func (o *GetLatestIntelRuleFileNotModified) IsSuccess() bool
- func (o *GetLatestIntelRuleFileNotModified) String() string
- type GetLatestIntelRuleFileOK
- func (o *GetLatestIntelRuleFileOK) Error() string
- func (o *GetLatestIntelRuleFileOK) GetPayload() io.Writer
- func (o *GetLatestIntelRuleFileOK) IsClientError() bool
- func (o *GetLatestIntelRuleFileOK) IsCode(code int) bool
- func (o *GetLatestIntelRuleFileOK) IsRedirect() bool
- func (o *GetLatestIntelRuleFileOK) IsServerError() bool
- func (o *GetLatestIntelRuleFileOK) IsSuccess() bool
- func (o *GetLatestIntelRuleFileOK) String() string
- type GetLatestIntelRuleFileParams
- func NewGetLatestIntelRuleFileParams() *GetLatestIntelRuleFileParams
- func NewGetLatestIntelRuleFileParamsWithContext(ctx context.Context) *GetLatestIntelRuleFileParams
- func NewGetLatestIntelRuleFileParamsWithHTTPClient(client *http.Client) *GetLatestIntelRuleFileParams
- func NewGetLatestIntelRuleFileParamsWithTimeout(timeout time.Duration) *GetLatestIntelRuleFileParams
- func (o *GetLatestIntelRuleFileParams) SetAccept(accept *string)
- func (o *GetLatestIntelRuleFileParams) SetContext(ctx context.Context)
- func (o *GetLatestIntelRuleFileParams) SetDefaults()
- func (o *GetLatestIntelRuleFileParams) SetFormat(format *string)
- func (o *GetLatestIntelRuleFileParams) SetHTTPClient(client *http.Client)
- func (o *GetLatestIntelRuleFileParams) SetIfModifiedSince(ifModifiedSince *string)
- func (o *GetLatestIntelRuleFileParams) SetTimeout(timeout time.Duration)
- func (o *GetLatestIntelRuleFileParams) SetType(typeVar string)
- func (o *GetLatestIntelRuleFileParams) WithAccept(accept *string) *GetLatestIntelRuleFileParams
- func (o *GetLatestIntelRuleFileParams) WithContext(ctx context.Context) *GetLatestIntelRuleFileParams
- func (o *GetLatestIntelRuleFileParams) WithDefaults() *GetLatestIntelRuleFileParams
- func (o *GetLatestIntelRuleFileParams) WithFormat(format *string) *GetLatestIntelRuleFileParams
- func (o *GetLatestIntelRuleFileParams) WithHTTPClient(client *http.Client) *GetLatestIntelRuleFileParams
- func (o *GetLatestIntelRuleFileParams) WithIfModifiedSince(ifModifiedSince *string) *GetLatestIntelRuleFileParams
- func (o *GetLatestIntelRuleFileParams) WithTimeout(timeout time.Duration) *GetLatestIntelRuleFileParams
- func (o *GetLatestIntelRuleFileParams) WithType(typeVar string) *GetLatestIntelRuleFileParams
- func (o *GetLatestIntelRuleFileParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetLatestIntelRuleFileReader
- type GetLatestIntelRuleFileTooManyRequests
- func (o *GetLatestIntelRuleFileTooManyRequests) Error() string
- func (o *GetLatestIntelRuleFileTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetLatestIntelRuleFileTooManyRequests) IsClientError() bool
- func (o *GetLatestIntelRuleFileTooManyRequests) IsCode(code int) bool
- func (o *GetLatestIntelRuleFileTooManyRequests) IsRedirect() bool
- func (o *GetLatestIntelRuleFileTooManyRequests) IsServerError() bool
- func (o *GetLatestIntelRuleFileTooManyRequests) IsSuccess() bool
- func (o *GetLatestIntelRuleFileTooManyRequests) String() string
- type QueryIntelActorEntitiesBadRequest
- func (o *QueryIntelActorEntitiesBadRequest) Error() string
- func (o *QueryIntelActorEntitiesBadRequest) GetPayload() *models.MsaErrorsOnly
- func (o *QueryIntelActorEntitiesBadRequest) IsClientError() bool
- func (o *QueryIntelActorEntitiesBadRequest) IsCode(code int) bool
- func (o *QueryIntelActorEntitiesBadRequest) IsRedirect() bool
- func (o *QueryIntelActorEntitiesBadRequest) IsServerError() bool
- func (o *QueryIntelActorEntitiesBadRequest) IsSuccess() bool
- func (o *QueryIntelActorEntitiesBadRequest) String() string
- type QueryIntelActorEntitiesDefault
- func (o *QueryIntelActorEntitiesDefault) Code() int
- func (o *QueryIntelActorEntitiesDefault) Error() string
- func (o *QueryIntelActorEntitiesDefault) GetPayload() *models.DomainActorsResponse
- func (o *QueryIntelActorEntitiesDefault) IsClientError() bool
- func (o *QueryIntelActorEntitiesDefault) IsCode(code int) bool
- func (o *QueryIntelActorEntitiesDefault) IsRedirect() bool
- func (o *QueryIntelActorEntitiesDefault) IsServerError() bool
- func (o *QueryIntelActorEntitiesDefault) IsSuccess() bool
- func (o *QueryIntelActorEntitiesDefault) String() string
- type QueryIntelActorEntitiesForbidden
- func (o *QueryIntelActorEntitiesForbidden) Error() string
- func (o *QueryIntelActorEntitiesForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *QueryIntelActorEntitiesForbidden) IsClientError() bool
- func (o *QueryIntelActorEntitiesForbidden) IsCode(code int) bool
- func (o *QueryIntelActorEntitiesForbidden) IsRedirect() bool
- func (o *QueryIntelActorEntitiesForbidden) IsServerError() bool
- func (o *QueryIntelActorEntitiesForbidden) IsSuccess() bool
- func (o *QueryIntelActorEntitiesForbidden) String() string
- type QueryIntelActorEntitiesInternalServerError
- func (o *QueryIntelActorEntitiesInternalServerError) Error() string
- func (o *QueryIntelActorEntitiesInternalServerError) GetPayload() *models.MsaErrorsOnly
- func (o *QueryIntelActorEntitiesInternalServerError) IsClientError() bool
- func (o *QueryIntelActorEntitiesInternalServerError) IsCode(code int) bool
- func (o *QueryIntelActorEntitiesInternalServerError) IsRedirect() bool
- func (o *QueryIntelActorEntitiesInternalServerError) IsServerError() bool
- func (o *QueryIntelActorEntitiesInternalServerError) IsSuccess() bool
- func (o *QueryIntelActorEntitiesInternalServerError) String() string
- type QueryIntelActorEntitiesOK
- func (o *QueryIntelActorEntitiesOK) Error() string
- func (o *QueryIntelActorEntitiesOK) GetPayload() *models.DomainActorsResponse
- func (o *QueryIntelActorEntitiesOK) IsClientError() bool
- func (o *QueryIntelActorEntitiesOK) IsCode(code int) bool
- func (o *QueryIntelActorEntitiesOK) IsRedirect() bool
- func (o *QueryIntelActorEntitiesOK) IsServerError() bool
- func (o *QueryIntelActorEntitiesOK) IsSuccess() bool
- func (o *QueryIntelActorEntitiesOK) String() string
- type QueryIntelActorEntitiesParams
- func NewQueryIntelActorEntitiesParams() *QueryIntelActorEntitiesParams
- func NewQueryIntelActorEntitiesParamsWithContext(ctx context.Context) *QueryIntelActorEntitiesParams
- func NewQueryIntelActorEntitiesParamsWithHTTPClient(client *http.Client) *QueryIntelActorEntitiesParams
- func NewQueryIntelActorEntitiesParamsWithTimeout(timeout time.Duration) *QueryIntelActorEntitiesParams
- func (o *QueryIntelActorEntitiesParams) SetContext(ctx context.Context)
- func (o *QueryIntelActorEntitiesParams) SetDefaults()
- func (o *QueryIntelActorEntitiesParams) SetFields(fields []string)
- func (o *QueryIntelActorEntitiesParams) SetFilter(filter *string)
- func (o *QueryIntelActorEntitiesParams) SetHTTPClient(client *http.Client)
- func (o *QueryIntelActorEntitiesParams) SetLimit(limit *int64)
- func (o *QueryIntelActorEntitiesParams) SetOffset(offset *int64)
- func (o *QueryIntelActorEntitiesParams) SetQ(q *string)
- func (o *QueryIntelActorEntitiesParams) SetSort(sort *string)
- func (o *QueryIntelActorEntitiesParams) SetTimeout(timeout time.Duration)
- func (o *QueryIntelActorEntitiesParams) WithContext(ctx context.Context) *QueryIntelActorEntitiesParams
- func (o *QueryIntelActorEntitiesParams) WithDefaults() *QueryIntelActorEntitiesParams
- func (o *QueryIntelActorEntitiesParams) WithFields(fields []string) *QueryIntelActorEntitiesParams
- func (o *QueryIntelActorEntitiesParams) WithFilter(filter *string) *QueryIntelActorEntitiesParams
- func (o *QueryIntelActorEntitiesParams) WithHTTPClient(client *http.Client) *QueryIntelActorEntitiesParams
- func (o *QueryIntelActorEntitiesParams) WithLimit(limit *int64) *QueryIntelActorEntitiesParams
- func (o *QueryIntelActorEntitiesParams) WithOffset(offset *int64) *QueryIntelActorEntitiesParams
- func (o *QueryIntelActorEntitiesParams) WithQ(q *string) *QueryIntelActorEntitiesParams
- func (o *QueryIntelActorEntitiesParams) WithSort(sort *string) *QueryIntelActorEntitiesParams
- func (o *QueryIntelActorEntitiesParams) WithTimeout(timeout time.Duration) *QueryIntelActorEntitiesParams
- func (o *QueryIntelActorEntitiesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type QueryIntelActorEntitiesReader
- type QueryIntelActorEntitiesTooManyRequests
- func (o *QueryIntelActorEntitiesTooManyRequests) Error() string
- func (o *QueryIntelActorEntitiesTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *QueryIntelActorEntitiesTooManyRequests) IsClientError() bool
- func (o *QueryIntelActorEntitiesTooManyRequests) IsCode(code int) bool
- func (o *QueryIntelActorEntitiesTooManyRequests) IsRedirect() bool
- func (o *QueryIntelActorEntitiesTooManyRequests) IsServerError() bool
- func (o *QueryIntelActorEntitiesTooManyRequests) IsSuccess() bool
- func (o *QueryIntelActorEntitiesTooManyRequests) String() string
- type QueryIntelActorIdsBadRequest
- func (o *QueryIntelActorIdsBadRequest) Error() string
- func (o *QueryIntelActorIdsBadRequest) GetPayload() *models.MsaErrorsOnly
- func (o *QueryIntelActorIdsBadRequest) IsClientError() bool
- func (o *QueryIntelActorIdsBadRequest) IsCode(code int) bool
- func (o *QueryIntelActorIdsBadRequest) IsRedirect() bool
- func (o *QueryIntelActorIdsBadRequest) IsServerError() bool
- func (o *QueryIntelActorIdsBadRequest) IsSuccess() bool
- func (o *QueryIntelActorIdsBadRequest) String() string
- type QueryIntelActorIdsDefault
- func (o *QueryIntelActorIdsDefault) Code() int
- func (o *QueryIntelActorIdsDefault) Error() string
- func (o *QueryIntelActorIdsDefault) GetPayload() *models.MsaQueryResponse
- func (o *QueryIntelActorIdsDefault) IsClientError() bool
- func (o *QueryIntelActorIdsDefault) IsCode(code int) bool
- func (o *QueryIntelActorIdsDefault) IsRedirect() bool
- func (o *QueryIntelActorIdsDefault) IsServerError() bool
- func (o *QueryIntelActorIdsDefault) IsSuccess() bool
- func (o *QueryIntelActorIdsDefault) String() string
- type QueryIntelActorIdsForbidden
- func (o *QueryIntelActorIdsForbidden) Error() string
- func (o *QueryIntelActorIdsForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *QueryIntelActorIdsForbidden) IsClientError() bool
- func (o *QueryIntelActorIdsForbidden) IsCode(code int) bool
- func (o *QueryIntelActorIdsForbidden) IsRedirect() bool
- func (o *QueryIntelActorIdsForbidden) IsServerError() bool
- func (o *QueryIntelActorIdsForbidden) IsSuccess() bool
- func (o *QueryIntelActorIdsForbidden) String() string
- type QueryIntelActorIdsInternalServerError
- func (o *QueryIntelActorIdsInternalServerError) Error() string
- func (o *QueryIntelActorIdsInternalServerError) GetPayload() *models.MsaErrorsOnly
- func (o *QueryIntelActorIdsInternalServerError) IsClientError() bool
- func (o *QueryIntelActorIdsInternalServerError) IsCode(code int) bool
- func (o *QueryIntelActorIdsInternalServerError) IsRedirect() bool
- func (o *QueryIntelActorIdsInternalServerError) IsServerError() bool
- func (o *QueryIntelActorIdsInternalServerError) IsSuccess() bool
- func (o *QueryIntelActorIdsInternalServerError) String() string
- type QueryIntelActorIdsOK
- func (o *QueryIntelActorIdsOK) Error() string
- func (o *QueryIntelActorIdsOK) GetPayload() *models.MsaQueryResponse
- func (o *QueryIntelActorIdsOK) IsClientError() bool
- func (o *QueryIntelActorIdsOK) IsCode(code int) bool
- func (o *QueryIntelActorIdsOK) IsRedirect() bool
- func (o *QueryIntelActorIdsOK) IsServerError() bool
- func (o *QueryIntelActorIdsOK) IsSuccess() bool
- func (o *QueryIntelActorIdsOK) String() string
- type QueryIntelActorIdsParams
- func NewQueryIntelActorIdsParams() *QueryIntelActorIdsParams
- func NewQueryIntelActorIdsParamsWithContext(ctx context.Context) *QueryIntelActorIdsParams
- func NewQueryIntelActorIdsParamsWithHTTPClient(client *http.Client) *QueryIntelActorIdsParams
- func NewQueryIntelActorIdsParamsWithTimeout(timeout time.Duration) *QueryIntelActorIdsParams
- func (o *QueryIntelActorIdsParams) SetContext(ctx context.Context)
- func (o *QueryIntelActorIdsParams) SetDefaults()
- func (o *QueryIntelActorIdsParams) SetFilter(filter *string)
- func (o *QueryIntelActorIdsParams) SetHTTPClient(client *http.Client)
- func (o *QueryIntelActorIdsParams) SetLimit(limit *int64)
- func (o *QueryIntelActorIdsParams) SetOffset(offset *int64)
- func (o *QueryIntelActorIdsParams) SetQ(q *string)
- func (o *QueryIntelActorIdsParams) SetSort(sort *string)
- func (o *QueryIntelActorIdsParams) SetTimeout(timeout time.Duration)
- func (o *QueryIntelActorIdsParams) WithContext(ctx context.Context) *QueryIntelActorIdsParams
- func (o *QueryIntelActorIdsParams) WithDefaults() *QueryIntelActorIdsParams
- func (o *QueryIntelActorIdsParams) WithFilter(filter *string) *QueryIntelActorIdsParams
- func (o *QueryIntelActorIdsParams) WithHTTPClient(client *http.Client) *QueryIntelActorIdsParams
- func (o *QueryIntelActorIdsParams) WithLimit(limit *int64) *QueryIntelActorIdsParams
- func (o *QueryIntelActorIdsParams) WithOffset(offset *int64) *QueryIntelActorIdsParams
- func (o *QueryIntelActorIdsParams) WithQ(q *string) *QueryIntelActorIdsParams
- func (o *QueryIntelActorIdsParams) WithSort(sort *string) *QueryIntelActorIdsParams
- func (o *QueryIntelActorIdsParams) WithTimeout(timeout time.Duration) *QueryIntelActorIdsParams
- func (o *QueryIntelActorIdsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type QueryIntelActorIdsReader
- type QueryIntelActorIdsTooManyRequests
- func (o *QueryIntelActorIdsTooManyRequests) Error() string
- func (o *QueryIntelActorIdsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *QueryIntelActorIdsTooManyRequests) IsClientError() bool
- func (o *QueryIntelActorIdsTooManyRequests) IsCode(code int) bool
- func (o *QueryIntelActorIdsTooManyRequests) IsRedirect() bool
- func (o *QueryIntelActorIdsTooManyRequests) IsServerError() bool
- func (o *QueryIntelActorIdsTooManyRequests) IsSuccess() bool
- func (o *QueryIntelActorIdsTooManyRequests) String() string
- type QueryIntelIndicatorEntitiesBadRequest
- func (o *QueryIntelIndicatorEntitiesBadRequest) Error() string
- func (o *QueryIntelIndicatorEntitiesBadRequest) GetPayload() *models.MsaErrorsOnly
- func (o *QueryIntelIndicatorEntitiesBadRequest) IsClientError() bool
- func (o *QueryIntelIndicatorEntitiesBadRequest) IsCode(code int) bool
- func (o *QueryIntelIndicatorEntitiesBadRequest) IsRedirect() bool
- func (o *QueryIntelIndicatorEntitiesBadRequest) IsServerError() bool
- func (o *QueryIntelIndicatorEntitiesBadRequest) IsSuccess() bool
- func (o *QueryIntelIndicatorEntitiesBadRequest) String() string
- type QueryIntelIndicatorEntitiesDefault
- func (o *QueryIntelIndicatorEntitiesDefault) Code() int
- func (o *QueryIntelIndicatorEntitiesDefault) Error() string
- func (o *QueryIntelIndicatorEntitiesDefault) GetPayload() *models.DomainPublicIndicatorsV3Response
- func (o *QueryIntelIndicatorEntitiesDefault) IsClientError() bool
- func (o *QueryIntelIndicatorEntitiesDefault) IsCode(code int) bool
- func (o *QueryIntelIndicatorEntitiesDefault) IsRedirect() bool
- func (o *QueryIntelIndicatorEntitiesDefault) IsServerError() bool
- func (o *QueryIntelIndicatorEntitiesDefault) IsSuccess() bool
- func (o *QueryIntelIndicatorEntitiesDefault) String() string
- type QueryIntelIndicatorEntitiesForbidden
- func (o *QueryIntelIndicatorEntitiesForbidden) Error() string
- func (o *QueryIntelIndicatorEntitiesForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *QueryIntelIndicatorEntitiesForbidden) IsClientError() bool
- func (o *QueryIntelIndicatorEntitiesForbidden) IsCode(code int) bool
- func (o *QueryIntelIndicatorEntitiesForbidden) IsRedirect() bool
- func (o *QueryIntelIndicatorEntitiesForbidden) IsServerError() bool
- func (o *QueryIntelIndicatorEntitiesForbidden) IsSuccess() bool
- func (o *QueryIntelIndicatorEntitiesForbidden) String() string
- type QueryIntelIndicatorEntitiesInternalServerError
- func (o *QueryIntelIndicatorEntitiesInternalServerError) Error() string
- func (o *QueryIntelIndicatorEntitiesInternalServerError) GetPayload() *models.MsaErrorsOnly
- func (o *QueryIntelIndicatorEntitiesInternalServerError) IsClientError() bool
- func (o *QueryIntelIndicatorEntitiesInternalServerError) IsCode(code int) bool
- func (o *QueryIntelIndicatorEntitiesInternalServerError) IsRedirect() bool
- func (o *QueryIntelIndicatorEntitiesInternalServerError) IsServerError() bool
- func (o *QueryIntelIndicatorEntitiesInternalServerError) IsSuccess() bool
- func (o *QueryIntelIndicatorEntitiesInternalServerError) String() string
- type QueryIntelIndicatorEntitiesOK
- func (o *QueryIntelIndicatorEntitiesOK) Error() string
- func (o *QueryIntelIndicatorEntitiesOK) GetPayload() *models.DomainPublicIndicatorsV3Response
- func (o *QueryIntelIndicatorEntitiesOK) HasNextPage() bool
- func (o *QueryIntelIndicatorEntitiesOK) IsClientError() bool
- func (o *QueryIntelIndicatorEntitiesOK) IsCode(code int) bool
- func (o *QueryIntelIndicatorEntitiesOK) IsRedirect() bool
- func (o *QueryIntelIndicatorEntitiesOK) IsServerError() bool
- func (o *QueryIntelIndicatorEntitiesOK) IsSuccess() bool
- func (o *QueryIntelIndicatorEntitiesOK) Paginate() ClientOption
- func (o *QueryIntelIndicatorEntitiesOK) String() string
- type QueryIntelIndicatorEntitiesParams
- func NewQueryIntelIndicatorEntitiesParams() *QueryIntelIndicatorEntitiesParams
- func NewQueryIntelIndicatorEntitiesParamsWithContext(ctx context.Context) *QueryIntelIndicatorEntitiesParams
- func NewQueryIntelIndicatorEntitiesParamsWithHTTPClient(client *http.Client) *QueryIntelIndicatorEntitiesParams
- func NewQueryIntelIndicatorEntitiesParamsWithTimeout(timeout time.Duration) *QueryIntelIndicatorEntitiesParams
- func (o *QueryIntelIndicatorEntitiesParams) SetContext(ctx context.Context)
- func (o *QueryIntelIndicatorEntitiesParams) SetDefaults()
- func (o *QueryIntelIndicatorEntitiesParams) SetFilter(filter *string)
- func (o *QueryIntelIndicatorEntitiesParams) SetHTTPClient(client *http.Client)
- func (o *QueryIntelIndicatorEntitiesParams) SetIncludeDeleted(includeDeleted *bool)
- func (o *QueryIntelIndicatorEntitiesParams) SetIncludeRelations(includeRelations *bool)
- func (o *QueryIntelIndicatorEntitiesParams) SetLimit(limit *int64)
- func (o *QueryIntelIndicatorEntitiesParams) SetOffset(offset *int64)
- func (o *QueryIntelIndicatorEntitiesParams) SetQ(q *string)
- func (o *QueryIntelIndicatorEntitiesParams) SetSort(sort *string)
- func (o *QueryIntelIndicatorEntitiesParams) SetTimeout(timeout time.Duration)
- func (o *QueryIntelIndicatorEntitiesParams) WithContext(ctx context.Context) *QueryIntelIndicatorEntitiesParams
- func (o *QueryIntelIndicatorEntitiesParams) WithDefaults() *QueryIntelIndicatorEntitiesParams
- func (o *QueryIntelIndicatorEntitiesParams) WithFilter(filter *string) *QueryIntelIndicatorEntitiesParams
- func (o *QueryIntelIndicatorEntitiesParams) WithHTTPClient(client *http.Client) *QueryIntelIndicatorEntitiesParams
- func (o *QueryIntelIndicatorEntitiesParams) WithIncludeDeleted(includeDeleted *bool) *QueryIntelIndicatorEntitiesParams
- func (o *QueryIntelIndicatorEntitiesParams) WithIncludeRelations(includeRelations *bool) *QueryIntelIndicatorEntitiesParams
- func (o *QueryIntelIndicatorEntitiesParams) WithLimit(limit *int64) *QueryIntelIndicatorEntitiesParams
- func (o *QueryIntelIndicatorEntitiesParams) WithOffset(offset *int64) *QueryIntelIndicatorEntitiesParams
- func (o *QueryIntelIndicatorEntitiesParams) WithQ(q *string) *QueryIntelIndicatorEntitiesParams
- func (o *QueryIntelIndicatorEntitiesParams) WithSort(sort *string) *QueryIntelIndicatorEntitiesParams
- func (o *QueryIntelIndicatorEntitiesParams) WithTimeout(timeout time.Duration) *QueryIntelIndicatorEntitiesParams
- func (o *QueryIntelIndicatorEntitiesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type QueryIntelIndicatorEntitiesReader
- type QueryIntelIndicatorEntitiesTooManyRequests
- func (o *QueryIntelIndicatorEntitiesTooManyRequests) Error() string
- func (o *QueryIntelIndicatorEntitiesTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *QueryIntelIndicatorEntitiesTooManyRequests) IsClientError() bool
- func (o *QueryIntelIndicatorEntitiesTooManyRequests) IsCode(code int) bool
- func (o *QueryIntelIndicatorEntitiesTooManyRequests) IsRedirect() bool
- func (o *QueryIntelIndicatorEntitiesTooManyRequests) IsServerError() bool
- func (o *QueryIntelIndicatorEntitiesTooManyRequests) IsSuccess() bool
- func (o *QueryIntelIndicatorEntitiesTooManyRequests) String() string
- type QueryIntelIndicatorIdsBadRequest
- func (o *QueryIntelIndicatorIdsBadRequest) Error() string
- func (o *QueryIntelIndicatorIdsBadRequest) GetPayload() *models.MsaErrorsOnly
- func (o *QueryIntelIndicatorIdsBadRequest) IsClientError() bool
- func (o *QueryIntelIndicatorIdsBadRequest) IsCode(code int) bool
- func (o *QueryIntelIndicatorIdsBadRequest) IsRedirect() bool
- func (o *QueryIntelIndicatorIdsBadRequest) IsServerError() bool
- func (o *QueryIntelIndicatorIdsBadRequest) IsSuccess() bool
- func (o *QueryIntelIndicatorIdsBadRequest) String() string
- type QueryIntelIndicatorIdsDefault
- func (o *QueryIntelIndicatorIdsDefault) Code() int
- func (o *QueryIntelIndicatorIdsDefault) Error() string
- func (o *QueryIntelIndicatorIdsDefault) GetPayload() *models.MsaQueryResponse
- func (o *QueryIntelIndicatorIdsDefault) IsClientError() bool
- func (o *QueryIntelIndicatorIdsDefault) IsCode(code int) bool
- func (o *QueryIntelIndicatorIdsDefault) IsRedirect() bool
- func (o *QueryIntelIndicatorIdsDefault) IsServerError() bool
- func (o *QueryIntelIndicatorIdsDefault) IsSuccess() bool
- func (o *QueryIntelIndicatorIdsDefault) String() string
- type QueryIntelIndicatorIdsForbidden
- func (o *QueryIntelIndicatorIdsForbidden) Error() string
- func (o *QueryIntelIndicatorIdsForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *QueryIntelIndicatorIdsForbidden) IsClientError() bool
- func (o *QueryIntelIndicatorIdsForbidden) IsCode(code int) bool
- func (o *QueryIntelIndicatorIdsForbidden) IsRedirect() bool
- func (o *QueryIntelIndicatorIdsForbidden) IsServerError() bool
- func (o *QueryIntelIndicatorIdsForbidden) IsSuccess() bool
- func (o *QueryIntelIndicatorIdsForbidden) String() string
- type QueryIntelIndicatorIdsInternalServerError
- func (o *QueryIntelIndicatorIdsInternalServerError) Error() string
- func (o *QueryIntelIndicatorIdsInternalServerError) GetPayload() *models.MsaErrorsOnly
- func (o *QueryIntelIndicatorIdsInternalServerError) IsClientError() bool
- func (o *QueryIntelIndicatorIdsInternalServerError) IsCode(code int) bool
- func (o *QueryIntelIndicatorIdsInternalServerError) IsRedirect() bool
- func (o *QueryIntelIndicatorIdsInternalServerError) IsServerError() bool
- func (o *QueryIntelIndicatorIdsInternalServerError) IsSuccess() bool
- func (o *QueryIntelIndicatorIdsInternalServerError) String() string
- type QueryIntelIndicatorIdsOK
- func (o *QueryIntelIndicatorIdsOK) Error() string
- func (o *QueryIntelIndicatorIdsOK) GetPayload() *models.MsaQueryResponse
- func (o *QueryIntelIndicatorIdsOK) HasNextPage() bool
- func (o *QueryIntelIndicatorIdsOK) IsClientError() bool
- func (o *QueryIntelIndicatorIdsOK) IsCode(code int) bool
- func (o *QueryIntelIndicatorIdsOK) IsRedirect() bool
- func (o *QueryIntelIndicatorIdsOK) IsServerError() bool
- func (o *QueryIntelIndicatorIdsOK) IsSuccess() bool
- func (o *QueryIntelIndicatorIdsOK) Paginate() ClientOption
- func (o *QueryIntelIndicatorIdsOK) String() string
- type QueryIntelIndicatorIdsParams
- func NewQueryIntelIndicatorIdsParams() *QueryIntelIndicatorIdsParams
- func NewQueryIntelIndicatorIdsParamsWithContext(ctx context.Context) *QueryIntelIndicatorIdsParams
- func NewQueryIntelIndicatorIdsParamsWithHTTPClient(client *http.Client) *QueryIntelIndicatorIdsParams
- func NewQueryIntelIndicatorIdsParamsWithTimeout(timeout time.Duration) *QueryIntelIndicatorIdsParams
- func (o *QueryIntelIndicatorIdsParams) SetContext(ctx context.Context)
- func (o *QueryIntelIndicatorIdsParams) SetDefaults()
- func (o *QueryIntelIndicatorIdsParams) SetFilter(filter *string)
- func (o *QueryIntelIndicatorIdsParams) SetHTTPClient(client *http.Client)
- func (o *QueryIntelIndicatorIdsParams) SetIncludeDeleted(includeDeleted *bool)
- func (o *QueryIntelIndicatorIdsParams) SetIncludeRelations(includeRelations *bool)
- func (o *QueryIntelIndicatorIdsParams) SetLimit(limit *int64)
- func (o *QueryIntelIndicatorIdsParams) SetOffset(offset *int64)
- func (o *QueryIntelIndicatorIdsParams) SetQ(q *string)
- func (o *QueryIntelIndicatorIdsParams) SetSort(sort *string)
- func (o *QueryIntelIndicatorIdsParams) SetTimeout(timeout time.Duration)
- func (o *QueryIntelIndicatorIdsParams) WithContext(ctx context.Context) *QueryIntelIndicatorIdsParams
- func (o *QueryIntelIndicatorIdsParams) WithDefaults() *QueryIntelIndicatorIdsParams
- func (o *QueryIntelIndicatorIdsParams) WithFilter(filter *string) *QueryIntelIndicatorIdsParams
- func (o *QueryIntelIndicatorIdsParams) WithHTTPClient(client *http.Client) *QueryIntelIndicatorIdsParams
- func (o *QueryIntelIndicatorIdsParams) WithIncludeDeleted(includeDeleted *bool) *QueryIntelIndicatorIdsParams
- func (o *QueryIntelIndicatorIdsParams) WithIncludeRelations(includeRelations *bool) *QueryIntelIndicatorIdsParams
- func (o *QueryIntelIndicatorIdsParams) WithLimit(limit *int64) *QueryIntelIndicatorIdsParams
- func (o *QueryIntelIndicatorIdsParams) WithOffset(offset *int64) *QueryIntelIndicatorIdsParams
- func (o *QueryIntelIndicatorIdsParams) WithQ(q *string) *QueryIntelIndicatorIdsParams
- func (o *QueryIntelIndicatorIdsParams) WithSort(sort *string) *QueryIntelIndicatorIdsParams
- func (o *QueryIntelIndicatorIdsParams) WithTimeout(timeout time.Duration) *QueryIntelIndicatorIdsParams
- func (o *QueryIntelIndicatorIdsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type QueryIntelIndicatorIdsReader
- type QueryIntelIndicatorIdsTooManyRequests
- func (o *QueryIntelIndicatorIdsTooManyRequests) Error() string
- func (o *QueryIntelIndicatorIdsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *QueryIntelIndicatorIdsTooManyRequests) IsClientError() bool
- func (o *QueryIntelIndicatorIdsTooManyRequests) IsCode(code int) bool
- func (o *QueryIntelIndicatorIdsTooManyRequests) IsRedirect() bool
- func (o *QueryIntelIndicatorIdsTooManyRequests) IsServerError() bool
- func (o *QueryIntelIndicatorIdsTooManyRequests) IsSuccess() bool
- func (o *QueryIntelIndicatorIdsTooManyRequests) String() string
- type QueryIntelReportEntitiesBadRequest
- func (o *QueryIntelReportEntitiesBadRequest) Error() string
- func (o *QueryIntelReportEntitiesBadRequest) IsClientError() bool
- func (o *QueryIntelReportEntitiesBadRequest) IsCode(code int) bool
- func (o *QueryIntelReportEntitiesBadRequest) IsRedirect() bool
- func (o *QueryIntelReportEntitiesBadRequest) IsServerError() bool
- func (o *QueryIntelReportEntitiesBadRequest) IsSuccess() bool
- func (o *QueryIntelReportEntitiesBadRequest) String() string
- type QueryIntelReportEntitiesDefault
- func (o *QueryIntelReportEntitiesDefault) Code() int
- func (o *QueryIntelReportEntitiesDefault) Error() string
- func (o *QueryIntelReportEntitiesDefault) GetPayload() *models.DomainNewsResponse
- func (o *QueryIntelReportEntitiesDefault) IsClientError() bool
- func (o *QueryIntelReportEntitiesDefault) IsCode(code int) bool
- func (o *QueryIntelReportEntitiesDefault) IsRedirect() bool
- func (o *QueryIntelReportEntitiesDefault) IsServerError() bool
- func (o *QueryIntelReportEntitiesDefault) IsSuccess() bool
- func (o *QueryIntelReportEntitiesDefault) String() string
- type QueryIntelReportEntitiesForbidden
- func (o *QueryIntelReportEntitiesForbidden) Error() string
- func (o *QueryIntelReportEntitiesForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *QueryIntelReportEntitiesForbidden) IsClientError() bool
- func (o *QueryIntelReportEntitiesForbidden) IsCode(code int) bool
- func (o *QueryIntelReportEntitiesForbidden) IsRedirect() bool
- func (o *QueryIntelReportEntitiesForbidden) IsServerError() bool
- func (o *QueryIntelReportEntitiesForbidden) IsSuccess() bool
- func (o *QueryIntelReportEntitiesForbidden) String() string
- type QueryIntelReportEntitiesInternalServerError
- func (o *QueryIntelReportEntitiesInternalServerError) Error() string
- func (o *QueryIntelReportEntitiesInternalServerError) GetPayload() *models.MsaErrorsOnly
- func (o *QueryIntelReportEntitiesInternalServerError) IsClientError() bool
- func (o *QueryIntelReportEntitiesInternalServerError) IsCode(code int) bool
- func (o *QueryIntelReportEntitiesInternalServerError) IsRedirect() bool
- func (o *QueryIntelReportEntitiesInternalServerError) IsServerError() bool
- func (o *QueryIntelReportEntitiesInternalServerError) IsSuccess() bool
- func (o *QueryIntelReportEntitiesInternalServerError) String() string
- type QueryIntelReportEntitiesOK
- func (o *QueryIntelReportEntitiesOK) Error() string
- func (o *QueryIntelReportEntitiesOK) GetPayload() *models.DomainNewsResponse
- func (o *QueryIntelReportEntitiesOK) IsClientError() bool
- func (o *QueryIntelReportEntitiesOK) IsCode(code int) bool
- func (o *QueryIntelReportEntitiesOK) IsRedirect() bool
- func (o *QueryIntelReportEntitiesOK) IsServerError() bool
- func (o *QueryIntelReportEntitiesOK) IsSuccess() bool
- func (o *QueryIntelReportEntitiesOK) String() string
- type QueryIntelReportEntitiesParams
- func NewQueryIntelReportEntitiesParams() *QueryIntelReportEntitiesParams
- func NewQueryIntelReportEntitiesParamsWithContext(ctx context.Context) *QueryIntelReportEntitiesParams
- func NewQueryIntelReportEntitiesParamsWithHTTPClient(client *http.Client) *QueryIntelReportEntitiesParams
- func NewQueryIntelReportEntitiesParamsWithTimeout(timeout time.Duration) *QueryIntelReportEntitiesParams
- func (o *QueryIntelReportEntitiesParams) SetContext(ctx context.Context)
- func (o *QueryIntelReportEntitiesParams) SetDefaults()
- func (o *QueryIntelReportEntitiesParams) SetFields(fields []string)
- func (o *QueryIntelReportEntitiesParams) SetFilter(filter *string)
- func (o *QueryIntelReportEntitiesParams) SetHTTPClient(client *http.Client)
- func (o *QueryIntelReportEntitiesParams) SetLimit(limit *int64)
- func (o *QueryIntelReportEntitiesParams) SetOffset(offset *int64)
- func (o *QueryIntelReportEntitiesParams) SetQ(q *string)
- func (o *QueryIntelReportEntitiesParams) SetSort(sort *string)
- func (o *QueryIntelReportEntitiesParams) SetTimeout(timeout time.Duration)
- func (o *QueryIntelReportEntitiesParams) WithContext(ctx context.Context) *QueryIntelReportEntitiesParams
- func (o *QueryIntelReportEntitiesParams) WithDefaults() *QueryIntelReportEntitiesParams
- func (o *QueryIntelReportEntitiesParams) WithFields(fields []string) *QueryIntelReportEntitiesParams
- func (o *QueryIntelReportEntitiesParams) WithFilter(filter *string) *QueryIntelReportEntitiesParams
- func (o *QueryIntelReportEntitiesParams) WithHTTPClient(client *http.Client) *QueryIntelReportEntitiesParams
- func (o *QueryIntelReportEntitiesParams) WithLimit(limit *int64) *QueryIntelReportEntitiesParams
- func (o *QueryIntelReportEntitiesParams) WithOffset(offset *int64) *QueryIntelReportEntitiesParams
- func (o *QueryIntelReportEntitiesParams) WithQ(q *string) *QueryIntelReportEntitiesParams
- func (o *QueryIntelReportEntitiesParams) WithSort(sort *string) *QueryIntelReportEntitiesParams
- func (o *QueryIntelReportEntitiesParams) WithTimeout(timeout time.Duration) *QueryIntelReportEntitiesParams
- func (o *QueryIntelReportEntitiesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type QueryIntelReportEntitiesReader
- type QueryIntelReportEntitiesTooManyRequests
- func (o *QueryIntelReportEntitiesTooManyRequests) Error() string
- func (o *QueryIntelReportEntitiesTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *QueryIntelReportEntitiesTooManyRequests) IsClientError() bool
- func (o *QueryIntelReportEntitiesTooManyRequests) IsCode(code int) bool
- func (o *QueryIntelReportEntitiesTooManyRequests) IsRedirect() bool
- func (o *QueryIntelReportEntitiesTooManyRequests) IsServerError() bool
- func (o *QueryIntelReportEntitiesTooManyRequests) IsSuccess() bool
- func (o *QueryIntelReportEntitiesTooManyRequests) String() string
- type QueryIntelReportIdsBadRequest
- func (o *QueryIntelReportIdsBadRequest) Error() string
- func (o *QueryIntelReportIdsBadRequest) GetPayload() *models.MsaErrorsOnly
- func (o *QueryIntelReportIdsBadRequest) IsClientError() bool
- func (o *QueryIntelReportIdsBadRequest) IsCode(code int) bool
- func (o *QueryIntelReportIdsBadRequest) IsRedirect() bool
- func (o *QueryIntelReportIdsBadRequest) IsServerError() bool
- func (o *QueryIntelReportIdsBadRequest) IsSuccess() bool
- func (o *QueryIntelReportIdsBadRequest) String() string
- type QueryIntelReportIdsDefault
- func (o *QueryIntelReportIdsDefault) Code() int
- func (o *QueryIntelReportIdsDefault) Error() string
- func (o *QueryIntelReportIdsDefault) GetPayload() *models.MsaQueryResponse
- func (o *QueryIntelReportIdsDefault) IsClientError() bool
- func (o *QueryIntelReportIdsDefault) IsCode(code int) bool
- func (o *QueryIntelReportIdsDefault) IsRedirect() bool
- func (o *QueryIntelReportIdsDefault) IsServerError() bool
- func (o *QueryIntelReportIdsDefault) IsSuccess() bool
- func (o *QueryIntelReportIdsDefault) String() string
- type QueryIntelReportIdsForbidden
- func (o *QueryIntelReportIdsForbidden) Error() string
- func (o *QueryIntelReportIdsForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *QueryIntelReportIdsForbidden) IsClientError() bool
- func (o *QueryIntelReportIdsForbidden) IsCode(code int) bool
- func (o *QueryIntelReportIdsForbidden) IsRedirect() bool
- func (o *QueryIntelReportIdsForbidden) IsServerError() bool
- func (o *QueryIntelReportIdsForbidden) IsSuccess() bool
- func (o *QueryIntelReportIdsForbidden) String() string
- type QueryIntelReportIdsInternalServerError
- func (o *QueryIntelReportIdsInternalServerError) Error() string
- func (o *QueryIntelReportIdsInternalServerError) GetPayload() *models.MsaErrorsOnly
- func (o *QueryIntelReportIdsInternalServerError) IsClientError() bool
- func (o *QueryIntelReportIdsInternalServerError) IsCode(code int) bool
- func (o *QueryIntelReportIdsInternalServerError) IsRedirect() bool
- func (o *QueryIntelReportIdsInternalServerError) IsServerError() bool
- func (o *QueryIntelReportIdsInternalServerError) IsSuccess() bool
- func (o *QueryIntelReportIdsInternalServerError) String() string
- type QueryIntelReportIdsOK
- func (o *QueryIntelReportIdsOK) Error() string
- func (o *QueryIntelReportIdsOK) GetPayload() *models.MsaQueryResponse
- func (o *QueryIntelReportIdsOK) IsClientError() bool
- func (o *QueryIntelReportIdsOK) IsCode(code int) bool
- func (o *QueryIntelReportIdsOK) IsRedirect() bool
- func (o *QueryIntelReportIdsOK) IsServerError() bool
- func (o *QueryIntelReportIdsOK) IsSuccess() bool
- func (o *QueryIntelReportIdsOK) String() string
- type QueryIntelReportIdsParams
- func NewQueryIntelReportIdsParams() *QueryIntelReportIdsParams
- func NewQueryIntelReportIdsParamsWithContext(ctx context.Context) *QueryIntelReportIdsParams
- func NewQueryIntelReportIdsParamsWithHTTPClient(client *http.Client) *QueryIntelReportIdsParams
- func NewQueryIntelReportIdsParamsWithTimeout(timeout time.Duration) *QueryIntelReportIdsParams
- func (o *QueryIntelReportIdsParams) SetContext(ctx context.Context)
- func (o *QueryIntelReportIdsParams) SetDefaults()
- func (o *QueryIntelReportIdsParams) SetFilter(filter *string)
- func (o *QueryIntelReportIdsParams) SetHTTPClient(client *http.Client)
- func (o *QueryIntelReportIdsParams) SetLimit(limit *int64)
- func (o *QueryIntelReportIdsParams) SetOffset(offset *int64)
- func (o *QueryIntelReportIdsParams) SetQ(q *string)
- func (o *QueryIntelReportIdsParams) SetSort(sort *string)
- func (o *QueryIntelReportIdsParams) SetTimeout(timeout time.Duration)
- func (o *QueryIntelReportIdsParams) WithContext(ctx context.Context) *QueryIntelReportIdsParams
- func (o *QueryIntelReportIdsParams) WithDefaults() *QueryIntelReportIdsParams
- func (o *QueryIntelReportIdsParams) WithFilter(filter *string) *QueryIntelReportIdsParams
- func (o *QueryIntelReportIdsParams) WithHTTPClient(client *http.Client) *QueryIntelReportIdsParams
- func (o *QueryIntelReportIdsParams) WithLimit(limit *int64) *QueryIntelReportIdsParams
- func (o *QueryIntelReportIdsParams) WithOffset(offset *int64) *QueryIntelReportIdsParams
- func (o *QueryIntelReportIdsParams) WithQ(q *string) *QueryIntelReportIdsParams
- func (o *QueryIntelReportIdsParams) WithSort(sort *string) *QueryIntelReportIdsParams
- func (o *QueryIntelReportIdsParams) WithTimeout(timeout time.Duration) *QueryIntelReportIdsParams
- func (o *QueryIntelReportIdsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type QueryIntelReportIdsReader
- type QueryIntelReportIdsTooManyRequests
- func (o *QueryIntelReportIdsTooManyRequests) Error() string
- func (o *QueryIntelReportIdsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *QueryIntelReportIdsTooManyRequests) IsClientError() bool
- func (o *QueryIntelReportIdsTooManyRequests) IsCode(code int) bool
- func (o *QueryIntelReportIdsTooManyRequests) IsRedirect() bool
- func (o *QueryIntelReportIdsTooManyRequests) IsServerError() bool
- func (o *QueryIntelReportIdsTooManyRequests) IsSuccess() bool
- func (o *QueryIntelReportIdsTooManyRequests) String() string
- type QueryIntelRuleIdsBadRequest
- func (o *QueryIntelRuleIdsBadRequest) Error() string
- func (o *QueryIntelRuleIdsBadRequest) GetPayload() *models.MsaErrorsOnly
- func (o *QueryIntelRuleIdsBadRequest) IsClientError() bool
- func (o *QueryIntelRuleIdsBadRequest) IsCode(code int) bool
- func (o *QueryIntelRuleIdsBadRequest) IsRedirect() bool
- func (o *QueryIntelRuleIdsBadRequest) IsServerError() bool
- func (o *QueryIntelRuleIdsBadRequest) IsSuccess() bool
- func (o *QueryIntelRuleIdsBadRequest) String() string
- type QueryIntelRuleIdsDefault
- func (o *QueryIntelRuleIdsDefault) Code() int
- func (o *QueryIntelRuleIdsDefault) Error() string
- func (o *QueryIntelRuleIdsDefault) GetPayload() *models.MsaQueryResponse
- func (o *QueryIntelRuleIdsDefault) IsClientError() bool
- func (o *QueryIntelRuleIdsDefault) IsCode(code int) bool
- func (o *QueryIntelRuleIdsDefault) IsRedirect() bool
- func (o *QueryIntelRuleIdsDefault) IsServerError() bool
- func (o *QueryIntelRuleIdsDefault) IsSuccess() bool
- func (o *QueryIntelRuleIdsDefault) String() string
- type QueryIntelRuleIdsForbidden
- func (o *QueryIntelRuleIdsForbidden) Error() string
- func (o *QueryIntelRuleIdsForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *QueryIntelRuleIdsForbidden) IsClientError() bool
- func (o *QueryIntelRuleIdsForbidden) IsCode(code int) bool
- func (o *QueryIntelRuleIdsForbidden) IsRedirect() bool
- func (o *QueryIntelRuleIdsForbidden) IsServerError() bool
- func (o *QueryIntelRuleIdsForbidden) IsSuccess() bool
- func (o *QueryIntelRuleIdsForbidden) String() string
- type QueryIntelRuleIdsInternalServerError
- func (o *QueryIntelRuleIdsInternalServerError) Error() string
- func (o *QueryIntelRuleIdsInternalServerError) GetPayload() *models.MsaErrorsOnly
- func (o *QueryIntelRuleIdsInternalServerError) IsClientError() bool
- func (o *QueryIntelRuleIdsInternalServerError) IsCode(code int) bool
- func (o *QueryIntelRuleIdsInternalServerError) IsRedirect() bool
- func (o *QueryIntelRuleIdsInternalServerError) IsServerError() bool
- func (o *QueryIntelRuleIdsInternalServerError) IsSuccess() bool
- func (o *QueryIntelRuleIdsInternalServerError) String() string
- type QueryIntelRuleIdsOK
- func (o *QueryIntelRuleIdsOK) Error() string
- func (o *QueryIntelRuleIdsOK) GetPayload() *models.MsaQueryResponse
- func (o *QueryIntelRuleIdsOK) IsClientError() bool
- func (o *QueryIntelRuleIdsOK) IsCode(code int) bool
- func (o *QueryIntelRuleIdsOK) IsRedirect() bool
- func (o *QueryIntelRuleIdsOK) IsServerError() bool
- func (o *QueryIntelRuleIdsOK) IsSuccess() bool
- func (o *QueryIntelRuleIdsOK) String() string
- type QueryIntelRuleIdsParams
- func NewQueryIntelRuleIdsParams() *QueryIntelRuleIdsParams
- func NewQueryIntelRuleIdsParamsWithContext(ctx context.Context) *QueryIntelRuleIdsParams
- func NewQueryIntelRuleIdsParamsWithHTTPClient(client *http.Client) *QueryIntelRuleIdsParams
- func NewQueryIntelRuleIdsParamsWithTimeout(timeout time.Duration) *QueryIntelRuleIdsParams
- func (o *QueryIntelRuleIdsParams) SetContext(ctx context.Context)
- func (o *QueryIntelRuleIdsParams) SetDefaults()
- func (o *QueryIntelRuleIdsParams) SetDescription(description []string)
- func (o *QueryIntelRuleIdsParams) SetHTTPClient(client *http.Client)
- func (o *QueryIntelRuleIdsParams) SetLimit(limit *int64)
- func (o *QueryIntelRuleIdsParams) SetMaxCreatedDate(maxCreatedDate *string)
- func (o *QueryIntelRuleIdsParams) SetMinCreatedDate(minCreatedDate *int64)
- func (o *QueryIntelRuleIdsParams) SetName(name []string)
- func (o *QueryIntelRuleIdsParams) SetOffset(offset *int64)
- func (o *QueryIntelRuleIdsParams) SetQ(q *string)
- func (o *QueryIntelRuleIdsParams) SetSort(sort *string)
- func (o *QueryIntelRuleIdsParams) SetTags(tags []string)
- func (o *QueryIntelRuleIdsParams) SetTimeout(timeout time.Duration)
- func (o *QueryIntelRuleIdsParams) SetType(typeVar string)
- func (o *QueryIntelRuleIdsParams) WithContext(ctx context.Context) *QueryIntelRuleIdsParams
- func (o *QueryIntelRuleIdsParams) WithDefaults() *QueryIntelRuleIdsParams
- func (o *QueryIntelRuleIdsParams) WithDescription(description []string) *QueryIntelRuleIdsParams
- func (o *QueryIntelRuleIdsParams) WithHTTPClient(client *http.Client) *QueryIntelRuleIdsParams
- func (o *QueryIntelRuleIdsParams) WithLimit(limit *int64) *QueryIntelRuleIdsParams
- func (o *QueryIntelRuleIdsParams) WithMaxCreatedDate(maxCreatedDate *string) *QueryIntelRuleIdsParams
- func (o *QueryIntelRuleIdsParams) WithMinCreatedDate(minCreatedDate *int64) *QueryIntelRuleIdsParams
- func (o *QueryIntelRuleIdsParams) WithName(name []string) *QueryIntelRuleIdsParams
- func (o *QueryIntelRuleIdsParams) WithOffset(offset *int64) *QueryIntelRuleIdsParams
- func (o *QueryIntelRuleIdsParams) WithQ(q *string) *QueryIntelRuleIdsParams
- func (o *QueryIntelRuleIdsParams) WithSort(sort *string) *QueryIntelRuleIdsParams
- func (o *QueryIntelRuleIdsParams) WithTags(tags []string) *QueryIntelRuleIdsParams
- func (o *QueryIntelRuleIdsParams) WithTimeout(timeout time.Duration) *QueryIntelRuleIdsParams
- func (o *QueryIntelRuleIdsParams) WithType(typeVar string) *QueryIntelRuleIdsParams
- func (o *QueryIntelRuleIdsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type QueryIntelRuleIdsReader
- type QueryIntelRuleIdsTooManyRequests
- func (o *QueryIntelRuleIdsTooManyRequests) Error() string
- func (o *QueryIntelRuleIdsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *QueryIntelRuleIdsTooManyRequests) IsClientError() bool
- func (o *QueryIntelRuleIdsTooManyRequests) IsCode(code int) bool
- func (o *QueryIntelRuleIdsTooManyRequests) IsRedirect() bool
- func (o *QueryIntelRuleIdsTooManyRequests) IsServerError() bool
- func (o *QueryIntelRuleIdsTooManyRequests) IsSuccess() bool
- func (o *QueryIntelRuleIdsTooManyRequests) String() string
- type RuleType
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for intel API
func (*Client) GetIntelActorEntities ¶
func (a *Client) GetIntelActorEntities(params *GetIntelActorEntitiesParams, opts ...ClientOption) (*GetIntelActorEntitiesOK, error)
GetIntelActorEntities retrieves specific actors using their actor i ds
func (*Client) GetIntelIndicatorEntities ¶
func (a *Client) GetIntelIndicatorEntities(params *GetIntelIndicatorEntitiesParams, opts ...ClientOption) (*GetIntelIndicatorEntitiesOK, error)
GetIntelIndicatorEntities retrieves specific indicators using their indicator i ds
func (*Client) GetIntelReportEntities ¶
func (a *Client) GetIntelReportEntities(params *GetIntelReportEntitiesParams, opts ...ClientOption) (*GetIntelReportEntitiesOK, error)
GetIntelReportEntities retrieves specific reports using their report i ds
func (*Client) GetIntelReportPDF ¶
func (a *Client) GetIntelReportPDF(params *GetIntelReportPDFParams, writer io.Writer, opts ...ClientOption) (*GetIntelReportPDFOK, error)
GetIntelReportPDF returns a report p d f attachment
func (*Client) GetIntelRuleEntities ¶
func (a *Client) GetIntelRuleEntities(params *GetIntelRuleEntitiesParams, opts ...ClientOption) (*GetIntelRuleEntitiesOK, error)
GetIntelRuleEntities retrieves details for rule sets for the specified ids
func (*Client) GetIntelRuleFile ¶
func (a *Client) GetIntelRuleFile(params *GetIntelRuleFileParams, writer io.Writer, opts ...ClientOption) (*GetIntelRuleFileOK, error)
GetIntelRuleFile downloads earlier rule sets
func (*Client) GetLatestIntelRuleFile ¶
func (a *Client) GetLatestIntelRuleFile(params *GetLatestIntelRuleFileParams, writer io.Writer, opts ...ClientOption) (*GetLatestIntelRuleFileOK, error)
GetLatestIntelRuleFile downloads the latest rule set
func (*Client) QueryIntelActorEntities ¶
func (a *Client) QueryIntelActorEntities(params *QueryIntelActorEntitiesParams, opts ...ClientOption) (*QueryIntelActorEntitiesOK, error)
QueryIntelActorEntities gets info about actors that match provided f q l filters
func (*Client) QueryIntelActorIds ¶
func (a *Client) QueryIntelActorIds(params *QueryIntelActorIdsParams, opts ...ClientOption) (*QueryIntelActorIdsOK, error)
QueryIntelActorIds gets actor i ds that match provided f q l filters
func (*Client) QueryIntelIndicatorEntities ¶
func (a *Client) QueryIntelIndicatorEntities(params *QueryIntelIndicatorEntitiesParams, opts ...ClientOption) (*QueryIntelIndicatorEntitiesOK, error)
QueryIntelIndicatorEntities gets info about indicators that match provided f q l filters
func (*Client) QueryIntelIndicatorIds ¶
func (a *Client) QueryIntelIndicatorIds(params *QueryIntelIndicatorIdsParams, opts ...ClientOption) (*QueryIntelIndicatorIdsOK, error)
QueryIntelIndicatorIds gets indicators i ds that match provided f q l filters
func (*Client) QueryIntelReportEntities ¶
func (a *Client) QueryIntelReportEntities(params *QueryIntelReportEntitiesParams, opts ...ClientOption) (*QueryIntelReportEntitiesOK, error)
QueryIntelReportEntities gets info about reports that match provided f q l filters
func (*Client) QueryIntelReportIds ¶
func (a *Client) QueryIntelReportIds(params *QueryIntelReportIdsParams, opts ...ClientOption) (*QueryIntelReportIdsOK, error)
QueryIntelReportIds gets report i ds that match provided f q l filters
func (*Client) QueryIntelRuleIds ¶
func (a *Client) QueryIntelRuleIds(params *QueryIntelRuleIdsParams, opts ...ClientOption) (*QueryIntelRuleIdsOK, error)
QueryIntelRuleIds searches for rule i ds that match provided filter criteria
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
type ClientOption ¶
type ClientOption func(*runtime.ClientOperation)
ClientOption is the option for Client methods
type ClientService ¶
type ClientService interface { GetIntelActorEntities(params *GetIntelActorEntitiesParams, opts ...ClientOption) (*GetIntelActorEntitiesOK, error) GetIntelIndicatorEntities(params *GetIntelIndicatorEntitiesParams, opts ...ClientOption) (*GetIntelIndicatorEntitiesOK, error) GetIntelReportEntities(params *GetIntelReportEntitiesParams, opts ...ClientOption) (*GetIntelReportEntitiesOK, error) GetIntelReportPDF(params *GetIntelReportPDFParams, writer io.Writer, opts ...ClientOption) (*GetIntelReportPDFOK, error) GetIntelRuleEntities(params *GetIntelRuleEntitiesParams, opts ...ClientOption) (*GetIntelRuleEntitiesOK, error) GetIntelRuleFile(params *GetIntelRuleFileParams, writer io.Writer, opts ...ClientOption) (*GetIntelRuleFileOK, error) GetLatestIntelRuleFile(params *GetLatestIntelRuleFileParams, writer io.Writer, opts ...ClientOption) (*GetLatestIntelRuleFileOK, error) QueryIntelActorEntities(params *QueryIntelActorEntitiesParams, opts ...ClientOption) (*QueryIntelActorEntitiesOK, error) QueryIntelActorIds(params *QueryIntelActorIdsParams, opts ...ClientOption) (*QueryIntelActorIdsOK, error) QueryIntelIndicatorEntities(params *QueryIntelIndicatorEntitiesParams, opts ...ClientOption) (*QueryIntelIndicatorEntitiesOK, error) QueryIntelIndicatorIds(params *QueryIntelIndicatorIdsParams, opts ...ClientOption) (*QueryIntelIndicatorIdsOK, error) QueryIntelReportEntities(params *QueryIntelReportEntitiesParams, opts ...ClientOption) (*QueryIntelReportEntitiesOK, error) QueryIntelReportIds(params *QueryIntelReportIdsParams, opts ...ClientOption) (*QueryIntelReportIdsOK, error) QueryIntelRuleIds(params *QueryIntelRuleIdsParams, opts ...ClientOption) (*QueryIntelRuleIdsOK, error) SetTransport(transport runtime.ClientTransport) }
ClientService is the interface for Client methods
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService
New creates a new intel API client.
type GetIntelActorEntitiesDefault ¶
type GetIntelActorEntitiesDefault struct { Payload *models.DomainActorsResponse // contains filtered or unexported fields }
GetIntelActorEntitiesDefault describes a response with status code -1, with default header values.
OK
func NewGetIntelActorEntitiesDefault ¶
func NewGetIntelActorEntitiesDefault(code int) *GetIntelActorEntitiesDefault
NewGetIntelActorEntitiesDefault creates a GetIntelActorEntitiesDefault with default headers values
func (*GetIntelActorEntitiesDefault) Code ¶
func (o *GetIntelActorEntitiesDefault) Code() int
Code gets the status code for the get intel actor entities default response
func (*GetIntelActorEntitiesDefault) Error ¶
func (o *GetIntelActorEntitiesDefault) Error() string
func (*GetIntelActorEntitiesDefault) GetPayload ¶
func (o *GetIntelActorEntitiesDefault) GetPayload() *models.DomainActorsResponse
func (*GetIntelActorEntitiesDefault) IsClientError ¶ added in v0.2.27
func (o *GetIntelActorEntitiesDefault) IsClientError() bool
IsClientError returns true when this get intel actor entities default response has a 4xx status code
func (*GetIntelActorEntitiesDefault) IsCode ¶ added in v0.2.27
func (o *GetIntelActorEntitiesDefault) IsCode(code int) bool
IsCode returns true when this get intel actor entities default response a status code equal to that given
func (*GetIntelActorEntitiesDefault) IsRedirect ¶ added in v0.2.27
func (o *GetIntelActorEntitiesDefault) IsRedirect() bool
IsRedirect returns true when this get intel actor entities default response has a 3xx status code
func (*GetIntelActorEntitiesDefault) IsServerError ¶ added in v0.2.27
func (o *GetIntelActorEntitiesDefault) IsServerError() bool
IsServerError returns true when this get intel actor entities default response has a 5xx status code
func (*GetIntelActorEntitiesDefault) IsSuccess ¶ added in v0.2.27
func (o *GetIntelActorEntitiesDefault) IsSuccess() bool
IsSuccess returns true when this get intel actor entities default response has a 2xx status code
func (*GetIntelActorEntitiesDefault) String ¶ added in v0.2.27
func (o *GetIntelActorEntitiesDefault) String() string
type GetIntelActorEntitiesForbidden ¶
type GetIntelActorEntitiesForbidden struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaReplyMetaOnly }
GetIntelActorEntitiesForbidden describes a response with status code 403, with default header values.
Forbidden
func NewGetIntelActorEntitiesForbidden ¶
func NewGetIntelActorEntitiesForbidden() *GetIntelActorEntitiesForbidden
NewGetIntelActorEntitiesForbidden creates a GetIntelActorEntitiesForbidden with default headers values
func (*GetIntelActorEntitiesForbidden) Error ¶
func (o *GetIntelActorEntitiesForbidden) Error() string
func (*GetIntelActorEntitiesForbidden) GetPayload ¶
func (o *GetIntelActorEntitiesForbidden) GetPayload() *models.MsaReplyMetaOnly
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
func (o *GetIntelActorEntitiesForbidden) String() string
type GetIntelActorEntitiesInternalServerError ¶
type GetIntelActorEntitiesInternalServerError struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaErrorsOnly }
GetIntelActorEntitiesInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewGetIntelActorEntitiesInternalServerError ¶
func NewGetIntelActorEntitiesInternalServerError() *GetIntelActorEntitiesInternalServerError
NewGetIntelActorEntitiesInternalServerError creates a GetIntelActorEntitiesInternalServerError with default headers values
func (*GetIntelActorEntitiesInternalServerError) Error ¶
func (o *GetIntelActorEntitiesInternalServerError) Error() string
func (*GetIntelActorEntitiesInternalServerError) GetPayload ¶
func (o *GetIntelActorEntitiesInternalServerError) GetPayload() *models.MsaErrorsOnly
func (*GetIntelActorEntitiesInternalServerError) IsClientError ¶ added in v0.2.27
func (o *GetIntelActorEntitiesInternalServerError) IsClientError() bool
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
func (o *GetIntelActorEntitiesInternalServerError) IsCode(code int) bool
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
func (o *GetIntelActorEntitiesInternalServerError) IsRedirect() bool
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
func (o *GetIntelActorEntitiesInternalServerError) IsServerError() bool
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
func (o *GetIntelActorEntitiesInternalServerError) IsSuccess() bool
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
func (o *GetIntelActorEntitiesInternalServerError) String() string
type GetIntelActorEntitiesOK ¶
type GetIntelActorEntitiesOK struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.DomainActorsResponse }
GetIntelActorEntitiesOK describes a response with status code 200, with default header values.
OK
func NewGetIntelActorEntitiesOK ¶
func NewGetIntelActorEntitiesOK() *GetIntelActorEntitiesOK
NewGetIntelActorEntitiesOK creates a GetIntelActorEntitiesOK with default headers values
func (*GetIntelActorEntitiesOK) Error ¶
func (o *GetIntelActorEntitiesOK) Error() string
func (*GetIntelActorEntitiesOK) GetPayload ¶
func (o *GetIntelActorEntitiesOK) GetPayload() *models.DomainActorsResponse
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 ¶
func (o *GetIntelActorEntitiesParams) WithContext(ctx context.Context) *GetIntelActorEntitiesParams
WithContext adds the context to the get intel actor entities params
func (*GetIntelActorEntitiesParams) WithDefaults ¶
func (o *GetIntelActorEntitiesParams) WithDefaults() *GetIntelActorEntitiesParams
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 ¶
func (o *GetIntelActorEntitiesParams) WithFields(fields []string) *GetIntelActorEntitiesParams
WithFields adds the fields to the get intel actor entities params
func (*GetIntelActorEntitiesParams) WithHTTPClient ¶
func (o *GetIntelActorEntitiesParams) WithHTTPClient(client *http.Client) *GetIntelActorEntitiesParams
WithHTTPClient adds the HTTPClient to the get intel actor entities params
func (*GetIntelActorEntitiesParams) WithIds ¶
func (o *GetIntelActorEntitiesParams) WithIds(ids []string) *GetIntelActorEntitiesParams
WithIds adds the ids to the get intel actor entities params
func (*GetIntelActorEntitiesParams) WithTimeout ¶
func (o *GetIntelActorEntitiesParams) WithTimeout(timeout time.Duration) *GetIntelActorEntitiesParams
WithTimeout adds the timeout to the get intel actor entities params
func (*GetIntelActorEntitiesParams) WriteToRequest ¶
func (o *GetIntelActorEntitiesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetIntelActorEntitiesReader ¶
type GetIntelActorEntitiesReader struct {
// contains filtered or unexported fields
}
GetIntelActorEntitiesReader is a Reader for the GetIntelActorEntities structure.
func (*GetIntelActorEntitiesReader) ReadResponse ¶
func (o *GetIntelActorEntitiesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetIntelActorEntitiesTooManyRequests ¶
type GetIntelActorEntitiesTooManyRequests struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 /* Too many requests, retry after this time (as milliseconds since epoch) */ XRateLimitRetryAfter int64 Payload *models.MsaReplyMetaOnly }
GetIntelActorEntitiesTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewGetIntelActorEntitiesTooManyRequests ¶
func NewGetIntelActorEntitiesTooManyRequests() *GetIntelActorEntitiesTooManyRequests
NewGetIntelActorEntitiesTooManyRequests creates a GetIntelActorEntitiesTooManyRequests with default headers values
func (*GetIntelActorEntitiesTooManyRequests) Error ¶
func (o *GetIntelActorEntitiesTooManyRequests) Error() string
func (*GetIntelActorEntitiesTooManyRequests) GetPayload ¶
func (o *GetIntelActorEntitiesTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
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
func (o *GetIntelActorEntitiesTooManyRequests) IsCode(code int) bool
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
func (o *GetIntelActorEntitiesTooManyRequests) IsRedirect() bool
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
func (o *GetIntelActorEntitiesTooManyRequests) IsSuccess() bool
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
func (o *GetIntelActorEntitiesTooManyRequests) String() string
type GetIntelIndicatorEntitiesDefault ¶
type GetIntelIndicatorEntitiesDefault struct { Payload *models.DomainPublicIndicatorsV3Response // contains filtered or unexported fields }
GetIntelIndicatorEntitiesDefault describes a response with status code -1, with default header values.
OK
func NewGetIntelIndicatorEntitiesDefault ¶
func NewGetIntelIndicatorEntitiesDefault(code int) *GetIntelIndicatorEntitiesDefault
NewGetIntelIndicatorEntitiesDefault creates a GetIntelIndicatorEntitiesDefault with default headers values
func (*GetIntelIndicatorEntitiesDefault) Code ¶
func (o *GetIntelIndicatorEntitiesDefault) Code() int
Code gets the status code for the get intel indicator entities default response
func (*GetIntelIndicatorEntitiesDefault) Error ¶
func (o *GetIntelIndicatorEntitiesDefault) Error() string
func (*GetIntelIndicatorEntitiesDefault) GetPayload ¶
func (o *GetIntelIndicatorEntitiesDefault) GetPayload() *models.DomainPublicIndicatorsV3Response
func (*GetIntelIndicatorEntitiesDefault) IsClientError ¶ added in v0.2.27
func (o *GetIntelIndicatorEntitiesDefault) IsClientError() bool
IsClientError returns true when this get intel indicator entities default response has a 4xx status code
func (*GetIntelIndicatorEntitiesDefault) IsCode ¶ added in v0.2.27
func (o *GetIntelIndicatorEntitiesDefault) IsCode(code int) bool
IsCode returns true when this get intel indicator entities default response a status code equal to that given
func (*GetIntelIndicatorEntitiesDefault) IsRedirect ¶ added in v0.2.27
func (o *GetIntelIndicatorEntitiesDefault) IsRedirect() bool
IsRedirect returns true when this get intel indicator entities default response has a 3xx status code
func (*GetIntelIndicatorEntitiesDefault) IsServerError ¶ added in v0.2.27
func (o *GetIntelIndicatorEntitiesDefault) IsServerError() bool
IsServerError returns true when this get intel indicator entities default response has a 5xx status code
func (*GetIntelIndicatorEntitiesDefault) IsSuccess ¶ added in v0.2.27
func (o *GetIntelIndicatorEntitiesDefault) IsSuccess() bool
IsSuccess returns true when this get intel indicator entities default response has a 2xx status code
func (*GetIntelIndicatorEntitiesDefault) String ¶ added in v0.2.27
func (o *GetIntelIndicatorEntitiesDefault) String() string
type GetIntelIndicatorEntitiesForbidden ¶
type GetIntelIndicatorEntitiesForbidden struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaReplyMetaOnly }
GetIntelIndicatorEntitiesForbidden describes a response with status code 403, with default header values.
Forbidden
func NewGetIntelIndicatorEntitiesForbidden ¶
func NewGetIntelIndicatorEntitiesForbidden() *GetIntelIndicatorEntitiesForbidden
NewGetIntelIndicatorEntitiesForbidden creates a GetIntelIndicatorEntitiesForbidden with default headers values
func (*GetIntelIndicatorEntitiesForbidden) Error ¶
func (o *GetIntelIndicatorEntitiesForbidden) Error() string
func (*GetIntelIndicatorEntitiesForbidden) GetPayload ¶
func (o *GetIntelIndicatorEntitiesForbidden) GetPayload() *models.MsaReplyMetaOnly
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
func (o *GetIntelIndicatorEntitiesForbidden) IsCode(code int) bool
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
func (o *GetIntelIndicatorEntitiesForbidden) IsSuccess() bool
IsSuccess returns true when this get intel indicator entities forbidden response has a 2xx status code
func (*GetIntelIndicatorEntitiesForbidden) String ¶ added in v0.2.27
func (o *GetIntelIndicatorEntitiesForbidden) String() string
type GetIntelIndicatorEntitiesInternalServerError ¶
type GetIntelIndicatorEntitiesInternalServerError struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaErrorsOnly }
GetIntelIndicatorEntitiesInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewGetIntelIndicatorEntitiesInternalServerError ¶
func NewGetIntelIndicatorEntitiesInternalServerError() *GetIntelIndicatorEntitiesInternalServerError
NewGetIntelIndicatorEntitiesInternalServerError creates a GetIntelIndicatorEntitiesInternalServerError with default headers values
func (*GetIntelIndicatorEntitiesInternalServerError) Error ¶
func (o *GetIntelIndicatorEntitiesInternalServerError) Error() string
func (*GetIntelIndicatorEntitiesInternalServerError) GetPayload ¶
func (o *GetIntelIndicatorEntitiesInternalServerError) GetPayload() *models.MsaErrorsOnly
func (*GetIntelIndicatorEntitiesInternalServerError) IsClientError ¶ added in v0.2.27
func (o *GetIntelIndicatorEntitiesInternalServerError) IsClientError() bool
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
func (o *GetIntelIndicatorEntitiesInternalServerError) IsCode(code int) bool
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
func (o *GetIntelIndicatorEntitiesInternalServerError) IsRedirect() bool
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
func (o *GetIntelIndicatorEntitiesInternalServerError) IsServerError() bool
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
func (o *GetIntelIndicatorEntitiesInternalServerError) IsSuccess() bool
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
func (o *GetIntelIndicatorEntitiesInternalServerError) String() string
type GetIntelIndicatorEntitiesOK ¶
type GetIntelIndicatorEntitiesOK struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.DomainPublicIndicatorsV3Response }
GetIntelIndicatorEntitiesOK describes a response with status code 200, with default header values.
OK
func NewGetIntelIndicatorEntitiesOK ¶
func NewGetIntelIndicatorEntitiesOK() *GetIntelIndicatorEntitiesOK
NewGetIntelIndicatorEntitiesOK creates a GetIntelIndicatorEntitiesOK with default headers values
func (*GetIntelIndicatorEntitiesOK) Error ¶
func (o *GetIntelIndicatorEntitiesOK) Error() string
func (*GetIntelIndicatorEntitiesOK) GetPayload ¶
func (o *GetIntelIndicatorEntitiesOK) GetPayload() *models.DomainPublicIndicatorsV3Response
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 ¶
func (o *GetIntelIndicatorEntitiesParams) SetBody(body *models.MsaIdsRequest)
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 ¶
func (o *GetIntelIndicatorEntitiesParams) WithBody(body *models.MsaIdsRequest) *GetIntelIndicatorEntitiesParams
WithBody adds the body to the get intel indicator entities params
func (*GetIntelIndicatorEntitiesParams) WithContext ¶
func (o *GetIntelIndicatorEntitiesParams) WithContext(ctx context.Context) *GetIntelIndicatorEntitiesParams
WithContext adds the context to the get intel indicator entities params
func (*GetIntelIndicatorEntitiesParams) WithDefaults ¶
func (o *GetIntelIndicatorEntitiesParams) WithDefaults() *GetIntelIndicatorEntitiesParams
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 ¶
func (o *GetIntelIndicatorEntitiesParams) WithHTTPClient(client *http.Client) *GetIntelIndicatorEntitiesParams
WithHTTPClient adds the HTTPClient to the get intel indicator entities params
func (*GetIntelIndicatorEntitiesParams) WithTimeout ¶
func (o *GetIntelIndicatorEntitiesParams) WithTimeout(timeout time.Duration) *GetIntelIndicatorEntitiesParams
WithTimeout adds the timeout to the get intel indicator entities params
func (*GetIntelIndicatorEntitiesParams) WriteToRequest ¶
func (o *GetIntelIndicatorEntitiesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetIntelIndicatorEntitiesReader ¶
type GetIntelIndicatorEntitiesReader struct {
// contains filtered or unexported fields
}
GetIntelIndicatorEntitiesReader is a Reader for the GetIntelIndicatorEntities structure.
func (*GetIntelIndicatorEntitiesReader) ReadResponse ¶
func (o *GetIntelIndicatorEntitiesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetIntelIndicatorEntitiesTooManyRequests ¶
type GetIntelIndicatorEntitiesTooManyRequests struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 /* Too many requests, retry after this time (as milliseconds since epoch) */ XRateLimitRetryAfter int64 Payload *models.MsaReplyMetaOnly }
GetIntelIndicatorEntitiesTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewGetIntelIndicatorEntitiesTooManyRequests ¶
func NewGetIntelIndicatorEntitiesTooManyRequests() *GetIntelIndicatorEntitiesTooManyRequests
NewGetIntelIndicatorEntitiesTooManyRequests creates a GetIntelIndicatorEntitiesTooManyRequests with default headers values
func (*GetIntelIndicatorEntitiesTooManyRequests) Error ¶
func (o *GetIntelIndicatorEntitiesTooManyRequests) Error() string
func (*GetIntelIndicatorEntitiesTooManyRequests) GetPayload ¶
func (o *GetIntelIndicatorEntitiesTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*GetIntelIndicatorEntitiesTooManyRequests) IsClientError ¶ added in v0.2.27
func (o *GetIntelIndicatorEntitiesTooManyRequests) IsClientError() bool
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
func (o *GetIntelIndicatorEntitiesTooManyRequests) IsCode(code int) bool
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
func (o *GetIntelIndicatorEntitiesTooManyRequests) IsRedirect() bool
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
func (o *GetIntelIndicatorEntitiesTooManyRequests) IsServerError() bool
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
func (o *GetIntelIndicatorEntitiesTooManyRequests) IsSuccess() bool
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
func (o *GetIntelIndicatorEntitiesTooManyRequests) String() string
type GetIntelReportEntitiesDefault ¶
type GetIntelReportEntitiesDefault struct { Payload *models.DomainNewsResponse // contains filtered or unexported fields }
GetIntelReportEntitiesDefault describes a response with status code -1, with default header values.
OK
func NewGetIntelReportEntitiesDefault ¶
func NewGetIntelReportEntitiesDefault(code int) *GetIntelReportEntitiesDefault
NewGetIntelReportEntitiesDefault creates a GetIntelReportEntitiesDefault with default headers values
func (*GetIntelReportEntitiesDefault) Code ¶
func (o *GetIntelReportEntitiesDefault) Code() int
Code gets the status code for the get intel report entities default response
func (*GetIntelReportEntitiesDefault) Error ¶
func (o *GetIntelReportEntitiesDefault) Error() string
func (*GetIntelReportEntitiesDefault) GetPayload ¶
func (o *GetIntelReportEntitiesDefault) GetPayload() *models.DomainNewsResponse
func (*GetIntelReportEntitiesDefault) IsClientError ¶ added in v0.2.27
func (o *GetIntelReportEntitiesDefault) IsClientError() bool
IsClientError returns true when this get intel report entities default response has a 4xx status code
func (*GetIntelReportEntitiesDefault) IsCode ¶ added in v0.2.27
func (o *GetIntelReportEntitiesDefault) IsCode(code int) bool
IsCode returns true when this get intel report entities default response a status code equal to that given
func (*GetIntelReportEntitiesDefault) IsRedirect ¶ added in v0.2.27
func (o *GetIntelReportEntitiesDefault) IsRedirect() bool
IsRedirect returns true when this get intel report entities default response has a 3xx status code
func (*GetIntelReportEntitiesDefault) IsServerError ¶ added in v0.2.27
func (o *GetIntelReportEntitiesDefault) IsServerError() bool
IsServerError returns true when this get intel report entities default response has a 5xx status code
func (*GetIntelReportEntitiesDefault) IsSuccess ¶ added in v0.2.27
func (o *GetIntelReportEntitiesDefault) IsSuccess() bool
IsSuccess returns true when this get intel report entities default response has a 2xx status code
func (*GetIntelReportEntitiesDefault) String ¶ added in v0.2.27
func (o *GetIntelReportEntitiesDefault) String() string
type GetIntelReportEntitiesForbidden ¶
type GetIntelReportEntitiesForbidden struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaReplyMetaOnly }
GetIntelReportEntitiesForbidden describes a response with status code 403, with default header values.
Forbidden
func NewGetIntelReportEntitiesForbidden ¶
func NewGetIntelReportEntitiesForbidden() *GetIntelReportEntitiesForbidden
NewGetIntelReportEntitiesForbidden creates a GetIntelReportEntitiesForbidden with default headers values
func (*GetIntelReportEntitiesForbidden) Error ¶
func (o *GetIntelReportEntitiesForbidden) Error() string
func (*GetIntelReportEntitiesForbidden) GetPayload ¶
func (o *GetIntelReportEntitiesForbidden) GetPayload() *models.MsaReplyMetaOnly
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
func (o *GetIntelReportEntitiesForbidden) String() string
type GetIntelReportEntitiesInternalServerError ¶
type GetIntelReportEntitiesInternalServerError struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaErrorsOnly }
GetIntelReportEntitiesInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewGetIntelReportEntitiesInternalServerError ¶
func NewGetIntelReportEntitiesInternalServerError() *GetIntelReportEntitiesInternalServerError
NewGetIntelReportEntitiesInternalServerError creates a GetIntelReportEntitiesInternalServerError with default headers values
func (*GetIntelReportEntitiesInternalServerError) Error ¶
func (o *GetIntelReportEntitiesInternalServerError) Error() string
func (*GetIntelReportEntitiesInternalServerError) GetPayload ¶
func (o *GetIntelReportEntitiesInternalServerError) GetPayload() *models.MsaErrorsOnly
func (*GetIntelReportEntitiesInternalServerError) IsClientError ¶ added in v0.2.27
func (o *GetIntelReportEntitiesInternalServerError) IsClientError() bool
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
func (o *GetIntelReportEntitiesInternalServerError) IsCode(code int) bool
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
func (o *GetIntelReportEntitiesInternalServerError) IsRedirect() bool
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
func (o *GetIntelReportEntitiesInternalServerError) IsServerError() bool
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
func (o *GetIntelReportEntitiesInternalServerError) IsSuccess() bool
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
func (o *GetIntelReportEntitiesInternalServerError) String() string
type GetIntelReportEntitiesOK ¶
type GetIntelReportEntitiesOK struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.DomainNewsResponse }
GetIntelReportEntitiesOK describes a response with status code 200, with default header values.
OK
func NewGetIntelReportEntitiesOK ¶
func NewGetIntelReportEntitiesOK() *GetIntelReportEntitiesOK
NewGetIntelReportEntitiesOK creates a GetIntelReportEntitiesOK with default headers values
func (*GetIntelReportEntitiesOK) Error ¶
func (o *GetIntelReportEntitiesOK) Error() string
func (*GetIntelReportEntitiesOK) GetPayload ¶
func (o *GetIntelReportEntitiesOK) GetPayload() *models.DomainNewsResponse
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 ¶
func (o *GetIntelReportEntitiesParams) WithContext(ctx context.Context) *GetIntelReportEntitiesParams
WithContext adds the context to the get intel report entities params
func (*GetIntelReportEntitiesParams) WithDefaults ¶
func (o *GetIntelReportEntitiesParams) WithDefaults() *GetIntelReportEntitiesParams
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 ¶
func (o *GetIntelReportEntitiesParams) WithFields(fields []string) *GetIntelReportEntitiesParams
WithFields adds the fields to the get intel report entities params
func (*GetIntelReportEntitiesParams) WithHTTPClient ¶
func (o *GetIntelReportEntitiesParams) WithHTTPClient(client *http.Client) *GetIntelReportEntitiesParams
WithHTTPClient adds the HTTPClient to the get intel report entities params
func (*GetIntelReportEntitiesParams) WithIds ¶
func (o *GetIntelReportEntitiesParams) WithIds(ids []string) *GetIntelReportEntitiesParams
WithIds adds the ids to the get intel report entities params
func (*GetIntelReportEntitiesParams) WithTimeout ¶
func (o *GetIntelReportEntitiesParams) WithTimeout(timeout time.Duration) *GetIntelReportEntitiesParams
WithTimeout adds the timeout to the get intel report entities params
func (*GetIntelReportEntitiesParams) WriteToRequest ¶
func (o *GetIntelReportEntitiesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetIntelReportEntitiesReader ¶
type GetIntelReportEntitiesReader struct {
// contains filtered or unexported fields
}
GetIntelReportEntitiesReader is a Reader for the GetIntelReportEntities structure.
func (*GetIntelReportEntitiesReader) ReadResponse ¶
func (o *GetIntelReportEntitiesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetIntelReportEntitiesTooManyRequests ¶
type GetIntelReportEntitiesTooManyRequests struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 /* Too many requests, retry after this time (as milliseconds since epoch) */ XRateLimitRetryAfter int64 Payload *models.MsaReplyMetaOnly }
GetIntelReportEntitiesTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewGetIntelReportEntitiesTooManyRequests ¶
func NewGetIntelReportEntitiesTooManyRequests() *GetIntelReportEntitiesTooManyRequests
NewGetIntelReportEntitiesTooManyRequests creates a GetIntelReportEntitiesTooManyRequests with default headers values
func (*GetIntelReportEntitiesTooManyRequests) Error ¶
func (o *GetIntelReportEntitiesTooManyRequests) Error() string
func (*GetIntelReportEntitiesTooManyRequests) GetPayload ¶
func (o *GetIntelReportEntitiesTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
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
func (o *GetIntelReportEntitiesTooManyRequests) IsCode(code int) bool
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
func (o *GetIntelReportEntitiesTooManyRequests) IsRedirect() bool
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
func (o *GetIntelReportEntitiesTooManyRequests) IsSuccess() bool
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
func (o *GetIntelReportEntitiesTooManyRequests) String() string
type GetIntelReportPDFBadRequest ¶
type GetIntelReportPDFBadRequest struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaErrorsOnly }
GetIntelReportPDFBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewGetIntelReportPDFBadRequest ¶
func NewGetIntelReportPDFBadRequest() *GetIntelReportPDFBadRequest
NewGetIntelReportPDFBadRequest creates a GetIntelReportPDFBadRequest with default headers values
func (*GetIntelReportPDFBadRequest) Error ¶
func (o *GetIntelReportPDFBadRequest) Error() string
func (*GetIntelReportPDFBadRequest) GetPayload ¶
func (o *GetIntelReportPDFBadRequest) GetPayload() *models.MsaErrorsOnly
func (*GetIntelReportPDFBadRequest) IsClientError ¶ added in v0.2.27
func (o *GetIntelReportPDFBadRequest) IsClientError() bool
IsClientError returns true when this get intel report p d f bad request response has a 4xx status code
func (*GetIntelReportPDFBadRequest) IsCode ¶ added in v0.2.27
func (o *GetIntelReportPDFBadRequest) IsCode(code int) bool
IsCode returns true when this get intel report p d f bad request response a status code equal to that given
func (*GetIntelReportPDFBadRequest) IsRedirect ¶ added in v0.2.27
func (o *GetIntelReportPDFBadRequest) IsRedirect() bool
IsRedirect returns true when this get intel report p d f bad request response has a 3xx status code
func (*GetIntelReportPDFBadRequest) IsServerError ¶ added in v0.2.27
func (o *GetIntelReportPDFBadRequest) IsServerError() bool
IsServerError returns true when this get intel report p d f bad request response has a 5xx status code
func (*GetIntelReportPDFBadRequest) IsSuccess ¶ added in v0.2.27
func (o *GetIntelReportPDFBadRequest) IsSuccess() bool
IsSuccess returns true when this get intel report p d f bad request response has a 2xx status code
func (*GetIntelReportPDFBadRequest) String ¶ added in v0.2.27
func (o *GetIntelReportPDFBadRequest) String() string
type GetIntelReportPDFDefault ¶
type GetIntelReportPDFDefault struct {
// contains filtered or unexported fields
}
GetIntelReportPDFDefault describes a response with status code -1, with default header values.
OK
func NewGetIntelReportPDFDefault ¶
func NewGetIntelReportPDFDefault(code int) *GetIntelReportPDFDefault
NewGetIntelReportPDFDefault creates a GetIntelReportPDFDefault with default headers values
func (*GetIntelReportPDFDefault) Code ¶
func (o *GetIntelReportPDFDefault) Code() int
Code gets the status code for the get intel report p d f default response
func (*GetIntelReportPDFDefault) Error ¶
func (o *GetIntelReportPDFDefault) Error() string
func (*GetIntelReportPDFDefault) IsClientError ¶ added in v0.2.27
func (o *GetIntelReportPDFDefault) IsClientError() bool
IsClientError returns true when this get intel report p d f default response has a 4xx status code
func (*GetIntelReportPDFDefault) IsCode ¶ added in v0.2.27
func (o *GetIntelReportPDFDefault) IsCode(code int) bool
IsCode returns true when this get intel report p d f default response a status code equal to that given
func (*GetIntelReportPDFDefault) IsRedirect ¶ added in v0.2.27
func (o *GetIntelReportPDFDefault) IsRedirect() bool
IsRedirect returns true when this get intel report p d f default response has a 3xx status code
func (*GetIntelReportPDFDefault) IsServerError ¶ added in v0.2.27
func (o *GetIntelReportPDFDefault) IsServerError() bool
IsServerError returns true when this get intel report p d f default response has a 5xx status code
func (*GetIntelReportPDFDefault) IsSuccess ¶ added in v0.2.27
func (o *GetIntelReportPDFDefault) IsSuccess() bool
IsSuccess returns true when this get intel report p d f default response has a 2xx status code
func (*GetIntelReportPDFDefault) String ¶ added in v0.2.27
func (o *GetIntelReportPDFDefault) String() string
type GetIntelReportPDFForbidden ¶
type GetIntelReportPDFForbidden struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaReplyMetaOnly }
GetIntelReportPDFForbidden describes a response with status code 403, with default header values.
Forbidden
func NewGetIntelReportPDFForbidden ¶
func NewGetIntelReportPDFForbidden() *GetIntelReportPDFForbidden
NewGetIntelReportPDFForbidden creates a GetIntelReportPDFForbidden with default headers values
func (*GetIntelReportPDFForbidden) Error ¶
func (o *GetIntelReportPDFForbidden) Error() string
func (*GetIntelReportPDFForbidden) GetPayload ¶
func (o *GetIntelReportPDFForbidden) GetPayload() *models.MsaReplyMetaOnly
func (*GetIntelReportPDFForbidden) IsClientError ¶ added in v0.2.27
func (o *GetIntelReportPDFForbidden) IsClientError() bool
IsClientError returns true when this get intel report p d f forbidden response has a 4xx status code
func (*GetIntelReportPDFForbidden) IsCode ¶ added in v0.2.27
func (o *GetIntelReportPDFForbidden) IsCode(code int) bool
IsCode returns true when this get intel report p d f forbidden response a status code equal to that given
func (*GetIntelReportPDFForbidden) IsRedirect ¶ added in v0.2.27
func (o *GetIntelReportPDFForbidden) IsRedirect() bool
IsRedirect returns true when this get intel report p d f forbidden response has a 3xx status code
func (*GetIntelReportPDFForbidden) IsServerError ¶ added in v0.2.27
func (o *GetIntelReportPDFForbidden) IsServerError() bool
IsServerError returns true when this get intel report p d f forbidden response has a 5xx status code
func (*GetIntelReportPDFForbidden) IsSuccess ¶ added in v0.2.27
func (o *GetIntelReportPDFForbidden) IsSuccess() bool
IsSuccess returns true when this get intel report p d f forbidden response has a 2xx status code
func (*GetIntelReportPDFForbidden) String ¶ added in v0.2.27
func (o *GetIntelReportPDFForbidden) String() string
type GetIntelReportPDFInternalServerError ¶
type GetIntelReportPDFInternalServerError struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaErrorsOnly }
GetIntelReportPDFInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewGetIntelReportPDFInternalServerError ¶
func NewGetIntelReportPDFInternalServerError() *GetIntelReportPDFInternalServerError
NewGetIntelReportPDFInternalServerError creates a GetIntelReportPDFInternalServerError with default headers values
func (*GetIntelReportPDFInternalServerError) Error ¶
func (o *GetIntelReportPDFInternalServerError) Error() string
func (*GetIntelReportPDFInternalServerError) GetPayload ¶
func (o *GetIntelReportPDFInternalServerError) GetPayload() *models.MsaErrorsOnly
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
func (o *GetIntelReportPDFInternalServerError) IsCode(code int) bool
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
func (o *GetIntelReportPDFInternalServerError) IsRedirect() bool
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
func (o *GetIntelReportPDFInternalServerError) IsSuccess() bool
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
func (o *GetIntelReportPDFInternalServerError) String() string
type GetIntelReportPDFOK ¶
type GetIntelReportPDFOK struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload io.Writer }
GetIntelReportPDFOK describes a response with status code 200, with default header values.
OK
func NewGetIntelReportPDFOK ¶
func NewGetIntelReportPDFOK(writer io.Writer) *GetIntelReportPDFOK
NewGetIntelReportPDFOK creates a GetIntelReportPDFOK with default headers values
func (*GetIntelReportPDFOK) Error ¶
func (o *GetIntelReportPDFOK) Error() string
func (*GetIntelReportPDFOK) GetPayload ¶ added in v0.2.12
func (o *GetIntelReportPDFOK) GetPayload() io.Writer
func (*GetIntelReportPDFOK) IsClientError ¶ added in v0.2.27
func (o *GetIntelReportPDFOK) IsClientError() bool
IsClientError returns true when this get intel report p d f o k response has a 4xx status code
func (*GetIntelReportPDFOK) IsCode ¶ added in v0.2.27
func (o *GetIntelReportPDFOK) IsCode(code int) bool
IsCode returns true when this get intel report p d f o k response a status code equal to that given
func (*GetIntelReportPDFOK) IsRedirect ¶ added in v0.2.27
func (o *GetIntelReportPDFOK) IsRedirect() bool
IsRedirect returns true when this get intel report p d f o k response has a 3xx status code
func (*GetIntelReportPDFOK) IsServerError ¶ added in v0.2.27
func (o *GetIntelReportPDFOK) IsServerError() bool
IsServerError returns true when this get intel report p d f o k response has a 5xx status code
func (*GetIntelReportPDFOK) IsSuccess ¶ added in v0.2.27
func (o *GetIntelReportPDFOK) IsSuccess() bool
IsSuccess returns true when this get intel report p d f o k response has a 2xx status code
func (*GetIntelReportPDFOK) String ¶ added in v0.2.27
func (o *GetIntelReportPDFOK) String() string
type GetIntelReportPDFParams ¶
type GetIntelReportPDFParams struct { /* ID. The ID of the report you want to download as a PDF. */ ID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetIntelReportPDFParams contains all the parameters to send to the API endpoint
for the get intel report p d f operation. Typically these are written to a http.Request.
func NewGetIntelReportPDFParams ¶
func NewGetIntelReportPDFParams() *GetIntelReportPDFParams
NewGetIntelReportPDFParams creates a new GetIntelReportPDFParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGetIntelReportPDFParamsWithContext ¶
func NewGetIntelReportPDFParamsWithContext(ctx context.Context) *GetIntelReportPDFParams
NewGetIntelReportPDFParamsWithContext creates a new GetIntelReportPDFParams object with the ability to set a context for a request.
func NewGetIntelReportPDFParamsWithHTTPClient ¶
func NewGetIntelReportPDFParamsWithHTTPClient(client *http.Client) *GetIntelReportPDFParams
NewGetIntelReportPDFParamsWithHTTPClient creates a new GetIntelReportPDFParams object with the ability to set a custom HTTPClient for a request.
func NewGetIntelReportPDFParamsWithTimeout ¶
func NewGetIntelReportPDFParamsWithTimeout(timeout time.Duration) *GetIntelReportPDFParams
NewGetIntelReportPDFParamsWithTimeout creates a new GetIntelReportPDFParams object with the ability to set a timeout on a request.
func (*GetIntelReportPDFParams) SetContext ¶
func (o *GetIntelReportPDFParams) SetContext(ctx context.Context)
SetContext adds the context to the get intel report p d f params
func (*GetIntelReportPDFParams) SetDefaults ¶
func (o *GetIntelReportPDFParams) SetDefaults()
SetDefaults hydrates default values in the get intel report p d f params (not the query body).
All values with no default are reset to their zero value.
func (*GetIntelReportPDFParams) SetHTTPClient ¶
func (o *GetIntelReportPDFParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get intel report p d f params
func (*GetIntelReportPDFParams) SetID ¶
func (o *GetIntelReportPDFParams) SetID(id string)
SetID adds the id to the get intel report p d f params
func (*GetIntelReportPDFParams) SetTimeout ¶
func (o *GetIntelReportPDFParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get intel report p d f params
func (*GetIntelReportPDFParams) WithContext ¶
func (o *GetIntelReportPDFParams) WithContext(ctx context.Context) *GetIntelReportPDFParams
WithContext adds the context to the get intel report p d f params
func (*GetIntelReportPDFParams) WithDefaults ¶
func (o *GetIntelReportPDFParams) WithDefaults() *GetIntelReportPDFParams
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 ¶
func (o *GetIntelReportPDFParams) WithID(id string) *GetIntelReportPDFParams
WithID adds the id to the get intel report p d f params
func (*GetIntelReportPDFParams) WithTimeout ¶
func (o *GetIntelReportPDFParams) WithTimeout(timeout time.Duration) *GetIntelReportPDFParams
WithTimeout adds the timeout to the get intel report p d f params
func (*GetIntelReportPDFParams) WriteToRequest ¶
func (o *GetIntelReportPDFParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetIntelReportPDFReader ¶
type GetIntelReportPDFReader struct {
// contains filtered or unexported fields
}
GetIntelReportPDFReader is a Reader for the GetIntelReportPDF structure.
func (*GetIntelReportPDFReader) ReadResponse ¶
func (o *GetIntelReportPDFReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetIntelReportPDFTooManyRequests ¶
type GetIntelReportPDFTooManyRequests struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 /* Too many requests, retry after this time (as milliseconds since epoch) */ XRateLimitRetryAfter int64 Payload *models.MsaReplyMetaOnly }
GetIntelReportPDFTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewGetIntelReportPDFTooManyRequests ¶
func NewGetIntelReportPDFTooManyRequests() *GetIntelReportPDFTooManyRequests
NewGetIntelReportPDFTooManyRequests creates a GetIntelReportPDFTooManyRequests with default headers values
func (*GetIntelReportPDFTooManyRequests) Error ¶
func (o *GetIntelReportPDFTooManyRequests) Error() string
func (*GetIntelReportPDFTooManyRequests) GetPayload ¶
func (o *GetIntelReportPDFTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
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
func (o *GetIntelReportPDFTooManyRequests) String() string
type GetIntelRuleEntitiesDefault ¶
type GetIntelRuleEntitiesDefault struct { Payload *models.DomainRulesResponse // contains filtered or unexported fields }
GetIntelRuleEntitiesDefault describes a response with status code -1, with default header values.
OK
func NewGetIntelRuleEntitiesDefault ¶
func NewGetIntelRuleEntitiesDefault(code int) *GetIntelRuleEntitiesDefault
NewGetIntelRuleEntitiesDefault creates a GetIntelRuleEntitiesDefault with default headers values
func (*GetIntelRuleEntitiesDefault) Code ¶
func (o *GetIntelRuleEntitiesDefault) Code() int
Code gets the status code for the get intel rule entities default response
func (*GetIntelRuleEntitiesDefault) Error ¶
func (o *GetIntelRuleEntitiesDefault) Error() string
func (*GetIntelRuleEntitiesDefault) GetPayload ¶
func (o *GetIntelRuleEntitiesDefault) GetPayload() *models.DomainRulesResponse
func (*GetIntelRuleEntitiesDefault) IsClientError ¶ added in v0.2.27
func (o *GetIntelRuleEntitiesDefault) IsClientError() bool
IsClientError returns true when this get intel rule entities default response has a 4xx status code
func (*GetIntelRuleEntitiesDefault) IsCode ¶ added in v0.2.27
func (o *GetIntelRuleEntitiesDefault) IsCode(code int) bool
IsCode returns true when this get intel rule entities default response a status code equal to that given
func (*GetIntelRuleEntitiesDefault) IsRedirect ¶ added in v0.2.27
func (o *GetIntelRuleEntitiesDefault) IsRedirect() bool
IsRedirect returns true when this get intel rule entities default response has a 3xx status code
func (*GetIntelRuleEntitiesDefault) IsServerError ¶ added in v0.2.27
func (o *GetIntelRuleEntitiesDefault) IsServerError() bool
IsServerError returns true when this get intel rule entities default response has a 5xx status code
func (*GetIntelRuleEntitiesDefault) IsSuccess ¶ added in v0.2.27
func (o *GetIntelRuleEntitiesDefault) IsSuccess() bool
IsSuccess returns true when this get intel rule entities default response has a 2xx status code
func (*GetIntelRuleEntitiesDefault) String ¶ added in v0.2.27
func (o *GetIntelRuleEntitiesDefault) String() string
type GetIntelRuleEntitiesForbidden ¶
type GetIntelRuleEntitiesForbidden struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaReplyMetaOnly }
GetIntelRuleEntitiesForbidden describes a response with status code 403, with default header values.
Forbidden
func NewGetIntelRuleEntitiesForbidden ¶
func NewGetIntelRuleEntitiesForbidden() *GetIntelRuleEntitiesForbidden
NewGetIntelRuleEntitiesForbidden creates a GetIntelRuleEntitiesForbidden with default headers values
func (*GetIntelRuleEntitiesForbidden) Error ¶
func (o *GetIntelRuleEntitiesForbidden) Error() string
func (*GetIntelRuleEntitiesForbidden) GetPayload ¶
func (o *GetIntelRuleEntitiesForbidden) GetPayload() *models.MsaReplyMetaOnly
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
func (o *GetIntelRuleEntitiesForbidden) String() string
type GetIntelRuleEntitiesInternalServerError ¶
type GetIntelRuleEntitiesInternalServerError struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaErrorsOnly }
GetIntelRuleEntitiesInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewGetIntelRuleEntitiesInternalServerError ¶
func NewGetIntelRuleEntitiesInternalServerError() *GetIntelRuleEntitiesInternalServerError
NewGetIntelRuleEntitiesInternalServerError creates a GetIntelRuleEntitiesInternalServerError with default headers values
func (*GetIntelRuleEntitiesInternalServerError) Error ¶
func (o *GetIntelRuleEntitiesInternalServerError) Error() string
func (*GetIntelRuleEntitiesInternalServerError) GetPayload ¶
func (o *GetIntelRuleEntitiesInternalServerError) GetPayload() *models.MsaErrorsOnly
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
func (o *GetIntelRuleEntitiesInternalServerError) IsCode(code int) bool
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
func (o *GetIntelRuleEntitiesInternalServerError) IsRedirect() bool
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
func (o *GetIntelRuleEntitiesInternalServerError) IsSuccess() bool
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
func (o *GetIntelRuleEntitiesInternalServerError) String() string
type GetIntelRuleEntitiesOK ¶
type GetIntelRuleEntitiesOK struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.DomainRulesResponse }
GetIntelRuleEntitiesOK describes a response with status code 200, with default header values.
OK
func NewGetIntelRuleEntitiesOK ¶
func NewGetIntelRuleEntitiesOK() *GetIntelRuleEntitiesOK
NewGetIntelRuleEntitiesOK creates a GetIntelRuleEntitiesOK with default headers values
func (*GetIntelRuleEntitiesOK) Error ¶
func (o *GetIntelRuleEntitiesOK) Error() string
func (*GetIntelRuleEntitiesOK) GetPayload ¶
func (o *GetIntelRuleEntitiesOK) GetPayload() *models.DomainRulesResponse
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 ¶
func (o *GetIntelRuleEntitiesParams) WithContext(ctx context.Context) *GetIntelRuleEntitiesParams
WithContext adds the context to the get intel rule entities params
func (*GetIntelRuleEntitiesParams) WithDefaults ¶
func (o *GetIntelRuleEntitiesParams) WithDefaults() *GetIntelRuleEntitiesParams
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 ¶
func (o *GetIntelRuleEntitiesParams) WithHTTPClient(client *http.Client) *GetIntelRuleEntitiesParams
WithHTTPClient adds the HTTPClient to the get intel rule entities params
func (*GetIntelRuleEntitiesParams) WithIds ¶
func (o *GetIntelRuleEntitiesParams) WithIds(ids []string) *GetIntelRuleEntitiesParams
WithIds adds the ids to the get intel rule entities params
func (*GetIntelRuleEntitiesParams) WithTimeout ¶
func (o *GetIntelRuleEntitiesParams) WithTimeout(timeout time.Duration) *GetIntelRuleEntitiesParams
WithTimeout adds the timeout to the get intel rule entities params
func (*GetIntelRuleEntitiesParams) WriteToRequest ¶
func (o *GetIntelRuleEntitiesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetIntelRuleEntitiesReader ¶
type GetIntelRuleEntitiesReader struct {
// contains filtered or unexported fields
}
GetIntelRuleEntitiesReader is a Reader for the GetIntelRuleEntities structure.
func (*GetIntelRuleEntitiesReader) ReadResponse ¶
func (o *GetIntelRuleEntitiesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetIntelRuleEntitiesTooManyRequests ¶
type GetIntelRuleEntitiesTooManyRequests struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 /* Too many requests, retry after this time (as milliseconds since epoch) */ XRateLimitRetryAfter int64 Payload *models.MsaReplyMetaOnly }
GetIntelRuleEntitiesTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewGetIntelRuleEntitiesTooManyRequests ¶
func NewGetIntelRuleEntitiesTooManyRequests() *GetIntelRuleEntitiesTooManyRequests
NewGetIntelRuleEntitiesTooManyRequests creates a GetIntelRuleEntitiesTooManyRequests with default headers values
func (*GetIntelRuleEntitiesTooManyRequests) Error ¶
func (o *GetIntelRuleEntitiesTooManyRequests) Error() string
func (*GetIntelRuleEntitiesTooManyRequests) GetPayload ¶
func (o *GetIntelRuleEntitiesTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
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
func (o *GetIntelRuleEntitiesTooManyRequests) IsCode(code int) bool
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
func (o *GetIntelRuleEntitiesTooManyRequests) IsSuccess() bool
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
func (o *GetIntelRuleEntitiesTooManyRequests) String() string
type GetIntelRuleFileBadRequest ¶
type GetIntelRuleFileBadRequest struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaErrorsOnly }
GetIntelRuleFileBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewGetIntelRuleFileBadRequest ¶
func NewGetIntelRuleFileBadRequest() *GetIntelRuleFileBadRequest
NewGetIntelRuleFileBadRequest creates a GetIntelRuleFileBadRequest with default headers values
func (*GetIntelRuleFileBadRequest) Error ¶
func (o *GetIntelRuleFileBadRequest) Error() string
func (*GetIntelRuleFileBadRequest) GetPayload ¶
func (o *GetIntelRuleFileBadRequest) GetPayload() *models.MsaErrorsOnly
func (*GetIntelRuleFileBadRequest) IsClientError ¶ added in v0.2.27
func (o *GetIntelRuleFileBadRequest) IsClientError() bool
IsClientError returns true when this get intel rule file bad request response has a 4xx status code
func (*GetIntelRuleFileBadRequest) IsCode ¶ added in v0.2.27
func (o *GetIntelRuleFileBadRequest) IsCode(code int) bool
IsCode returns true when this get intel rule file bad request response a status code equal to that given
func (*GetIntelRuleFileBadRequest) IsRedirect ¶ added in v0.2.27
func (o *GetIntelRuleFileBadRequest) IsRedirect() bool
IsRedirect returns true when this get intel rule file bad request response has a 3xx status code
func (*GetIntelRuleFileBadRequest) IsServerError ¶ added in v0.2.27
func (o *GetIntelRuleFileBadRequest) IsServerError() bool
IsServerError returns true when this get intel rule file bad request response has a 5xx status code
func (*GetIntelRuleFileBadRequest) IsSuccess ¶ added in v0.2.27
func (o *GetIntelRuleFileBadRequest) IsSuccess() bool
IsSuccess returns true when this get intel rule file bad request response has a 2xx status code
func (*GetIntelRuleFileBadRequest) String ¶ added in v0.2.27
func (o *GetIntelRuleFileBadRequest) String() string
type GetIntelRuleFileDefault ¶
type GetIntelRuleFileDefault struct {
// contains filtered or unexported fields
}
GetIntelRuleFileDefault describes a response with status code -1, with default header values.
OK
func NewGetIntelRuleFileDefault ¶
func NewGetIntelRuleFileDefault(code int) *GetIntelRuleFileDefault
NewGetIntelRuleFileDefault creates a GetIntelRuleFileDefault with default headers values
func (*GetIntelRuleFileDefault) Code ¶
func (o *GetIntelRuleFileDefault) Code() int
Code gets the status code for the get intel rule file default response
func (*GetIntelRuleFileDefault) Error ¶
func (o *GetIntelRuleFileDefault) Error() string
func (*GetIntelRuleFileDefault) IsClientError ¶ added in v0.2.27
func (o *GetIntelRuleFileDefault) IsClientError() bool
IsClientError returns true when this get intel rule file default response has a 4xx status code
func (*GetIntelRuleFileDefault) IsCode ¶ added in v0.2.27
func (o *GetIntelRuleFileDefault) IsCode(code int) bool
IsCode returns true when this get intel rule file default response a status code equal to that given
func (*GetIntelRuleFileDefault) IsRedirect ¶ added in v0.2.27
func (o *GetIntelRuleFileDefault) IsRedirect() bool
IsRedirect returns true when this get intel rule file default response has a 3xx status code
func (*GetIntelRuleFileDefault) IsServerError ¶ added in v0.2.27
func (o *GetIntelRuleFileDefault) IsServerError() bool
IsServerError returns true when this get intel rule file default response has a 5xx status code
func (*GetIntelRuleFileDefault) IsSuccess ¶ added in v0.2.27
func (o *GetIntelRuleFileDefault) IsSuccess() bool
IsSuccess returns true when this get intel rule file default response has a 2xx status code
func (*GetIntelRuleFileDefault) String ¶ added in v0.2.27
func (o *GetIntelRuleFileDefault) String() string
type GetIntelRuleFileForbidden ¶
type GetIntelRuleFileForbidden struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaReplyMetaOnly }
GetIntelRuleFileForbidden describes a response with status code 403, with default header values.
Forbidden
func NewGetIntelRuleFileForbidden ¶
func NewGetIntelRuleFileForbidden() *GetIntelRuleFileForbidden
NewGetIntelRuleFileForbidden creates a GetIntelRuleFileForbidden with default headers values
func (*GetIntelRuleFileForbidden) Error ¶
func (o *GetIntelRuleFileForbidden) Error() string
func (*GetIntelRuleFileForbidden) GetPayload ¶
func (o *GetIntelRuleFileForbidden) GetPayload() *models.MsaReplyMetaOnly
func (*GetIntelRuleFileForbidden) IsClientError ¶ added in v0.2.27
func (o *GetIntelRuleFileForbidden) IsClientError() bool
IsClientError returns true when this get intel rule file forbidden response has a 4xx status code
func (*GetIntelRuleFileForbidden) IsCode ¶ added in v0.2.27
func (o *GetIntelRuleFileForbidden) IsCode(code int) bool
IsCode returns true when this get intel rule file forbidden response a status code equal to that given
func (*GetIntelRuleFileForbidden) IsRedirect ¶ added in v0.2.27
func (o *GetIntelRuleFileForbidden) IsRedirect() bool
IsRedirect returns true when this get intel rule file forbidden response has a 3xx status code
func (*GetIntelRuleFileForbidden) IsServerError ¶ added in v0.2.27
func (o *GetIntelRuleFileForbidden) IsServerError() bool
IsServerError returns true when this get intel rule file forbidden response has a 5xx status code
func (*GetIntelRuleFileForbidden) IsSuccess ¶ added in v0.2.27
func (o *GetIntelRuleFileForbidden) IsSuccess() bool
IsSuccess returns true when this get intel rule file forbidden response has a 2xx status code
func (*GetIntelRuleFileForbidden) String ¶ added in v0.2.27
func (o *GetIntelRuleFileForbidden) String() string
type GetIntelRuleFileInternalServerError ¶
type GetIntelRuleFileInternalServerError struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaErrorsOnly }
GetIntelRuleFileInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewGetIntelRuleFileInternalServerError ¶
func NewGetIntelRuleFileInternalServerError() *GetIntelRuleFileInternalServerError
NewGetIntelRuleFileInternalServerError creates a GetIntelRuleFileInternalServerError with default headers values
func (*GetIntelRuleFileInternalServerError) Error ¶
func (o *GetIntelRuleFileInternalServerError) Error() string
func (*GetIntelRuleFileInternalServerError) GetPayload ¶
func (o *GetIntelRuleFileInternalServerError) GetPayload() *models.MsaErrorsOnly
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
func (o *GetIntelRuleFileInternalServerError) IsCode(code int) bool
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
func (o *GetIntelRuleFileInternalServerError) IsSuccess() bool
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
func (o *GetIntelRuleFileInternalServerError) String() string
type GetIntelRuleFileNotFound ¶
type GetIntelRuleFileNotFound struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaErrorsOnly }
GetIntelRuleFileNotFound describes a response with status code 404, with default header values.
Bad Request
func NewGetIntelRuleFileNotFound ¶
func NewGetIntelRuleFileNotFound() *GetIntelRuleFileNotFound
NewGetIntelRuleFileNotFound creates a GetIntelRuleFileNotFound with default headers values
func (*GetIntelRuleFileNotFound) Error ¶
func (o *GetIntelRuleFileNotFound) Error() string
func (*GetIntelRuleFileNotFound) GetPayload ¶
func (o *GetIntelRuleFileNotFound) GetPayload() *models.MsaErrorsOnly
func (*GetIntelRuleFileNotFound) IsClientError ¶ added in v0.2.27
func (o *GetIntelRuleFileNotFound) IsClientError() bool
IsClientError returns true when this get intel rule file not found response has a 4xx status code
func (*GetIntelRuleFileNotFound) IsCode ¶ added in v0.2.27
func (o *GetIntelRuleFileNotFound) IsCode(code int) bool
IsCode returns true when this get intel rule file not found response a status code equal to that given
func (*GetIntelRuleFileNotFound) IsRedirect ¶ added in v0.2.27
func (o *GetIntelRuleFileNotFound) IsRedirect() bool
IsRedirect returns true when this get intel rule file not found response has a 3xx status code
func (*GetIntelRuleFileNotFound) IsServerError ¶ added in v0.2.27
func (o *GetIntelRuleFileNotFound) IsServerError() bool
IsServerError returns true when this get intel rule file not found response has a 5xx status code
func (*GetIntelRuleFileNotFound) IsSuccess ¶ added in v0.2.27
func (o *GetIntelRuleFileNotFound) IsSuccess() bool
IsSuccess returns true when this get intel rule file not found response has a 2xx status code
func (*GetIntelRuleFileNotFound) String ¶ added in v0.2.27
func (o *GetIntelRuleFileNotFound) String() string
type GetIntelRuleFileOK ¶
type GetIntelRuleFileOK struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload io.Writer }
GetIntelRuleFileOK describes a response with status code 200, with default header values.
OK
func NewGetIntelRuleFileOK ¶
func NewGetIntelRuleFileOK(writer io.Writer) *GetIntelRuleFileOK
NewGetIntelRuleFileOK creates a GetIntelRuleFileOK with default headers values
func (*GetIntelRuleFileOK) Error ¶
func (o *GetIntelRuleFileOK) Error() string
func (*GetIntelRuleFileOK) GetPayload ¶ added in v0.2.13
func (o *GetIntelRuleFileOK) GetPayload() io.Writer
func (*GetIntelRuleFileOK) IsClientError ¶ added in v0.2.27
func (o *GetIntelRuleFileOK) IsClientError() bool
IsClientError returns true when this get intel rule file o k response has a 4xx status code
func (*GetIntelRuleFileOK) IsCode ¶ added in v0.2.27
func (o *GetIntelRuleFileOK) IsCode(code int) bool
IsCode returns true when this get intel rule file o k response a status code equal to that given
func (*GetIntelRuleFileOK) IsRedirect ¶ added in v0.2.27
func (o *GetIntelRuleFileOK) IsRedirect() bool
IsRedirect returns true when this get intel rule file o k response has a 3xx status code
func (*GetIntelRuleFileOK) IsServerError ¶ added in v0.2.27
func (o *GetIntelRuleFileOK) IsServerError() bool
IsServerError returns true when this get intel rule file o k response has a 5xx status code
func (*GetIntelRuleFileOK) IsSuccess ¶ added in v0.2.27
func (o *GetIntelRuleFileOK) IsSuccess() bool
IsSuccess returns true when this get intel rule file o k response has a 2xx status code
func (*GetIntelRuleFileOK) String ¶ added in v0.2.27
func (o *GetIntelRuleFileOK) String() string
type GetIntelRuleFileParams ¶
type GetIntelRuleFileParams struct { /* Accept. Choose the format you want the rule set in. */ Accept *string /* Format. Choose the format you want the rule set in. Valid formats are zip and gzip. Defaults to zip. */ Format *string /* ID. The ID of the rule set. */ ID int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetIntelRuleFileParams contains all the parameters to send to the API endpoint
for the get intel rule file operation. Typically these are written to a http.Request.
func NewGetIntelRuleFileParams ¶
func NewGetIntelRuleFileParams() *GetIntelRuleFileParams
NewGetIntelRuleFileParams creates a new GetIntelRuleFileParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGetIntelRuleFileParamsWithContext ¶
func NewGetIntelRuleFileParamsWithContext(ctx context.Context) *GetIntelRuleFileParams
NewGetIntelRuleFileParamsWithContext creates a new GetIntelRuleFileParams object with the ability to set a context for a request.
func NewGetIntelRuleFileParamsWithHTTPClient ¶
func NewGetIntelRuleFileParamsWithHTTPClient(client *http.Client) *GetIntelRuleFileParams
NewGetIntelRuleFileParamsWithHTTPClient creates a new GetIntelRuleFileParams object with the ability to set a custom HTTPClient for a request.
func NewGetIntelRuleFileParamsWithTimeout ¶
func NewGetIntelRuleFileParamsWithTimeout(timeout time.Duration) *GetIntelRuleFileParams
NewGetIntelRuleFileParamsWithTimeout creates a new GetIntelRuleFileParams object with the ability to set a timeout on a request.
func (*GetIntelRuleFileParams) SetAccept ¶
func (o *GetIntelRuleFileParams) SetAccept(accept *string)
SetAccept adds the accept to the get intel rule file params
func (*GetIntelRuleFileParams) SetContext ¶
func (o *GetIntelRuleFileParams) SetContext(ctx context.Context)
SetContext adds the context to the get intel rule file params
func (*GetIntelRuleFileParams) SetDefaults ¶
func (o *GetIntelRuleFileParams) SetDefaults()
SetDefaults hydrates default values in the get intel rule file params (not the query body).
All values with no default are reset to their zero value.
func (*GetIntelRuleFileParams) SetFormat ¶
func (o *GetIntelRuleFileParams) SetFormat(format *string)
SetFormat adds the format to the get intel rule file params
func (*GetIntelRuleFileParams) SetHTTPClient ¶
func (o *GetIntelRuleFileParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get intel rule file params
func (*GetIntelRuleFileParams) SetID ¶
func (o *GetIntelRuleFileParams) SetID(id int64)
SetID adds the id to the get intel rule file params
func (*GetIntelRuleFileParams) SetTimeout ¶
func (o *GetIntelRuleFileParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get intel rule file params
func (*GetIntelRuleFileParams) WithAccept ¶
func (o *GetIntelRuleFileParams) WithAccept(accept *string) *GetIntelRuleFileParams
WithAccept adds the accept to the get intel rule file params
func (*GetIntelRuleFileParams) WithContext ¶
func (o *GetIntelRuleFileParams) WithContext(ctx context.Context) *GetIntelRuleFileParams
WithContext adds the context to the get intel rule file params
func (*GetIntelRuleFileParams) WithDefaults ¶
func (o *GetIntelRuleFileParams) WithDefaults() *GetIntelRuleFileParams
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 ¶
func (o *GetIntelRuleFileParams) WithID(id int64) *GetIntelRuleFileParams
WithID adds the id to the get intel rule file params
func (*GetIntelRuleFileParams) WithTimeout ¶
func (o *GetIntelRuleFileParams) WithTimeout(timeout time.Duration) *GetIntelRuleFileParams
WithTimeout adds the timeout to the get intel rule file params
func (*GetIntelRuleFileParams) WriteToRequest ¶
func (o *GetIntelRuleFileParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetIntelRuleFileReader ¶
type GetIntelRuleFileReader struct {
// contains filtered or unexported fields
}
GetIntelRuleFileReader is a Reader for the GetIntelRuleFile structure.
func (*GetIntelRuleFileReader) ReadResponse ¶
func (o *GetIntelRuleFileReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetIntelRuleFileTooManyRequests ¶
type GetIntelRuleFileTooManyRequests struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 /* Too many requests, retry after this time (as milliseconds since epoch) */ XRateLimitRetryAfter int64 Payload *models.MsaReplyMetaOnly }
GetIntelRuleFileTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewGetIntelRuleFileTooManyRequests ¶
func NewGetIntelRuleFileTooManyRequests() *GetIntelRuleFileTooManyRequests
NewGetIntelRuleFileTooManyRequests creates a GetIntelRuleFileTooManyRequests with default headers values
func (*GetIntelRuleFileTooManyRequests) Error ¶
func (o *GetIntelRuleFileTooManyRequests) Error() string
func (*GetIntelRuleFileTooManyRequests) GetPayload ¶
func (o *GetIntelRuleFileTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
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
func (o *GetIntelRuleFileTooManyRequests) String() string
type GetLatestIntelRuleFileBadRequest ¶
type GetLatestIntelRuleFileBadRequest struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaErrorsOnly }
GetLatestIntelRuleFileBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewGetLatestIntelRuleFileBadRequest ¶
func NewGetLatestIntelRuleFileBadRequest() *GetLatestIntelRuleFileBadRequest
NewGetLatestIntelRuleFileBadRequest creates a GetLatestIntelRuleFileBadRequest with default headers values
func (*GetLatestIntelRuleFileBadRequest) Error ¶
func (o *GetLatestIntelRuleFileBadRequest) Error() string
func (*GetLatestIntelRuleFileBadRequest) GetPayload ¶
func (o *GetLatestIntelRuleFileBadRequest) GetPayload() *models.MsaErrorsOnly
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
func (o *GetLatestIntelRuleFileBadRequest) String() string
type GetLatestIntelRuleFileDefault ¶
type GetLatestIntelRuleFileDefault struct {
// contains filtered or unexported fields
}
GetLatestIntelRuleFileDefault describes a response with status code -1, with default header values.
OK
func NewGetLatestIntelRuleFileDefault ¶
func NewGetLatestIntelRuleFileDefault(code int) *GetLatestIntelRuleFileDefault
NewGetLatestIntelRuleFileDefault creates a GetLatestIntelRuleFileDefault with default headers values
func (*GetLatestIntelRuleFileDefault) Code ¶
func (o *GetLatestIntelRuleFileDefault) Code() int
Code gets the status code for the get latest intel rule file default response
func (*GetLatestIntelRuleFileDefault) Error ¶
func (o *GetLatestIntelRuleFileDefault) Error() string
func (*GetLatestIntelRuleFileDefault) IsClientError ¶ added in v0.2.27
func (o *GetLatestIntelRuleFileDefault) IsClientError() bool
IsClientError returns true when this get latest intel rule file default response has a 4xx status code
func (*GetLatestIntelRuleFileDefault) IsCode ¶ added in v0.2.27
func (o *GetLatestIntelRuleFileDefault) IsCode(code int) bool
IsCode returns true when this get latest intel rule file default response a status code equal to that given
func (*GetLatestIntelRuleFileDefault) IsRedirect ¶ added in v0.2.27
func (o *GetLatestIntelRuleFileDefault) IsRedirect() bool
IsRedirect returns true when this get latest intel rule file default response has a 3xx status code
func (*GetLatestIntelRuleFileDefault) IsServerError ¶ added in v0.2.27
func (o *GetLatestIntelRuleFileDefault) IsServerError() bool
IsServerError returns true when this get latest intel rule file default response has a 5xx status code
func (*GetLatestIntelRuleFileDefault) IsSuccess ¶ added in v0.2.27
func (o *GetLatestIntelRuleFileDefault) IsSuccess() bool
IsSuccess returns true when this get latest intel rule file default response has a 2xx status code
func (*GetLatestIntelRuleFileDefault) String ¶ added in v0.2.27
func (o *GetLatestIntelRuleFileDefault) String() string
type GetLatestIntelRuleFileForbidden ¶
type GetLatestIntelRuleFileForbidden struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaReplyMetaOnly }
GetLatestIntelRuleFileForbidden describes a response with status code 403, with default header values.
Forbidden
func NewGetLatestIntelRuleFileForbidden ¶
func NewGetLatestIntelRuleFileForbidden() *GetLatestIntelRuleFileForbidden
NewGetLatestIntelRuleFileForbidden creates a GetLatestIntelRuleFileForbidden with default headers values
func (*GetLatestIntelRuleFileForbidden) Error ¶
func (o *GetLatestIntelRuleFileForbidden) Error() string
func (*GetLatestIntelRuleFileForbidden) GetPayload ¶
func (o *GetLatestIntelRuleFileForbidden) GetPayload() *models.MsaReplyMetaOnly
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
func (o *GetLatestIntelRuleFileForbidden) String() string
type GetLatestIntelRuleFileInternalServerError ¶
type GetLatestIntelRuleFileInternalServerError struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaErrorsOnly }
GetLatestIntelRuleFileInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewGetLatestIntelRuleFileInternalServerError ¶
func NewGetLatestIntelRuleFileInternalServerError() *GetLatestIntelRuleFileInternalServerError
NewGetLatestIntelRuleFileInternalServerError creates a GetLatestIntelRuleFileInternalServerError with default headers values
func (*GetLatestIntelRuleFileInternalServerError) Error ¶
func (o *GetLatestIntelRuleFileInternalServerError) Error() string
func (*GetLatestIntelRuleFileInternalServerError) GetPayload ¶
func (o *GetLatestIntelRuleFileInternalServerError) GetPayload() *models.MsaErrorsOnly
func (*GetLatestIntelRuleFileInternalServerError) IsClientError ¶ added in v0.2.27
func (o *GetLatestIntelRuleFileInternalServerError) IsClientError() bool
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
func (o *GetLatestIntelRuleFileInternalServerError) IsCode(code int) bool
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
func (o *GetLatestIntelRuleFileInternalServerError) IsRedirect() bool
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
func (o *GetLatestIntelRuleFileInternalServerError) IsServerError() bool
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
func (o *GetLatestIntelRuleFileInternalServerError) IsSuccess() bool
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
func (o *GetLatestIntelRuleFileInternalServerError) String() string
type GetLatestIntelRuleFileNotFound ¶
type GetLatestIntelRuleFileNotFound struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaErrorsOnly }
GetLatestIntelRuleFileNotFound describes a response with status code 404, with default header values.
Bad Request
func NewGetLatestIntelRuleFileNotFound ¶
func NewGetLatestIntelRuleFileNotFound() *GetLatestIntelRuleFileNotFound
NewGetLatestIntelRuleFileNotFound creates a GetLatestIntelRuleFileNotFound with default headers values
func (*GetLatestIntelRuleFileNotFound) Error ¶
func (o *GetLatestIntelRuleFileNotFound) Error() string
func (*GetLatestIntelRuleFileNotFound) GetPayload ¶
func (o *GetLatestIntelRuleFileNotFound) GetPayload() *models.MsaErrorsOnly
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
func (o *GetLatestIntelRuleFileNotFound) String() string
type GetLatestIntelRuleFileNotModified ¶ added in v0.2.14
type GetLatestIntelRuleFileNotModified struct { }
GetLatestIntelRuleFileNotModified describes a response with status code 304, with default header values.
Not Modified
func NewGetLatestIntelRuleFileNotModified ¶ added in v0.2.14
func NewGetLatestIntelRuleFileNotModified() *GetLatestIntelRuleFileNotModified
NewGetLatestIntelRuleFileNotModified creates a GetLatestIntelRuleFileNotModified with default headers values
func (*GetLatestIntelRuleFileNotModified) Error ¶ added in v0.2.14
func (o *GetLatestIntelRuleFileNotModified) Error() string
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
func (o *GetLatestIntelRuleFileNotModified) String() string
type GetLatestIntelRuleFileOK ¶
type GetLatestIntelRuleFileOK struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload io.Writer }
GetLatestIntelRuleFileOK describes a response with status code 200, with default header values.
OK
func NewGetLatestIntelRuleFileOK ¶
func NewGetLatestIntelRuleFileOK(writer io.Writer) *GetLatestIntelRuleFileOK
NewGetLatestIntelRuleFileOK creates a GetLatestIntelRuleFileOK with default headers values
func (*GetLatestIntelRuleFileOK) Error ¶
func (o *GetLatestIntelRuleFileOK) Error() string
func (*GetLatestIntelRuleFileOK) GetPayload ¶ added in v0.2.12
func (o *GetLatestIntelRuleFileOK) GetPayload() io.Writer
func (*GetLatestIntelRuleFileOK) IsClientError ¶ added in v0.2.27
func (o *GetLatestIntelRuleFileOK) IsClientError() bool
IsClientError returns true when this get latest intel rule file o k response has a 4xx status code
func (*GetLatestIntelRuleFileOK) IsCode ¶ added in v0.2.27
func (o *GetLatestIntelRuleFileOK) IsCode(code int) bool
IsCode returns true when this get latest intel rule file o k response a status code equal to that given
func (*GetLatestIntelRuleFileOK) IsRedirect ¶ added in v0.2.27
func (o *GetLatestIntelRuleFileOK) IsRedirect() bool
IsRedirect returns true when this get latest intel rule file o k response has a 3xx status code
func (*GetLatestIntelRuleFileOK) IsServerError ¶ added in v0.2.27
func (o *GetLatestIntelRuleFileOK) IsServerError() bool
IsServerError returns true when this get latest intel rule file o k response has a 5xx status code
func (*GetLatestIntelRuleFileOK) IsSuccess ¶ added in v0.2.27
func (o *GetLatestIntelRuleFileOK) IsSuccess() bool
IsSuccess returns true when this get latest intel rule file o k response has a 2xx status code
func (*GetLatestIntelRuleFileOK) String ¶ added in v0.2.27
func (o *GetLatestIntelRuleFileOK) String() string
type GetLatestIntelRuleFileParams ¶
type GetLatestIntelRuleFileParams struct { /* Accept. Choose the format you want the rule set in. */ Accept *string /* IfModifiedSince. Download Only if changed since */ IfModifiedSince *string /* Format. Choose the format you want the rule set in. Valid formats are zip and gzip. Defaults to zip. */ Format *string /* Type. The rule news report type. Accepted values: snort-suricata-master snort-suricata-update snort-suricata-changelog yara-master yara-update yara-changelog common-event-format netwitness */ Type string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetLatestIntelRuleFileParams contains all the parameters to send to the API endpoint
for the get latest intel rule file operation. Typically these are written to a http.Request.
func NewGetLatestIntelRuleFileParams ¶
func NewGetLatestIntelRuleFileParams() *GetLatestIntelRuleFileParams
NewGetLatestIntelRuleFileParams creates a new GetLatestIntelRuleFileParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGetLatestIntelRuleFileParamsWithContext ¶
func NewGetLatestIntelRuleFileParamsWithContext(ctx context.Context) *GetLatestIntelRuleFileParams
NewGetLatestIntelRuleFileParamsWithContext creates a new GetLatestIntelRuleFileParams object with the ability to set a context for a request.
func NewGetLatestIntelRuleFileParamsWithHTTPClient ¶
func NewGetLatestIntelRuleFileParamsWithHTTPClient(client *http.Client) *GetLatestIntelRuleFileParams
NewGetLatestIntelRuleFileParamsWithHTTPClient creates a new GetLatestIntelRuleFileParams object with the ability to set a custom HTTPClient for a request.
func NewGetLatestIntelRuleFileParamsWithTimeout ¶
func NewGetLatestIntelRuleFileParamsWithTimeout(timeout time.Duration) *GetLatestIntelRuleFileParams
NewGetLatestIntelRuleFileParamsWithTimeout creates a new GetLatestIntelRuleFileParams object with the ability to set a timeout on a request.
func (*GetLatestIntelRuleFileParams) SetAccept ¶
func (o *GetLatestIntelRuleFileParams) SetAccept(accept *string)
SetAccept adds the accept to the get latest intel rule file params
func (*GetLatestIntelRuleFileParams) SetContext ¶
func (o *GetLatestIntelRuleFileParams) SetContext(ctx context.Context)
SetContext adds the context to the get latest intel rule file params
func (*GetLatestIntelRuleFileParams) SetDefaults ¶
func (o *GetLatestIntelRuleFileParams) SetDefaults()
SetDefaults hydrates default values in the get latest intel rule file params (not the query body).
All values with no default are reset to their zero value.
func (*GetLatestIntelRuleFileParams) SetFormat ¶
func (o *GetLatestIntelRuleFileParams) SetFormat(format *string)
SetFormat adds the format to the get latest intel rule file params
func (*GetLatestIntelRuleFileParams) SetHTTPClient ¶
func (o *GetLatestIntelRuleFileParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get latest intel rule file params
func (*GetLatestIntelRuleFileParams) SetIfModifiedSince ¶ added in v0.2.14
func (o *GetLatestIntelRuleFileParams) SetIfModifiedSince(ifModifiedSince *string)
SetIfModifiedSince adds the ifModifiedSince to the get latest intel rule file params
func (*GetLatestIntelRuleFileParams) SetTimeout ¶
func (o *GetLatestIntelRuleFileParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get latest intel rule file params
func (*GetLatestIntelRuleFileParams) SetType ¶
func (o *GetLatestIntelRuleFileParams) SetType(typeVar string)
SetType adds the type to the get latest intel rule file params
func (*GetLatestIntelRuleFileParams) WithAccept ¶
func (o *GetLatestIntelRuleFileParams) WithAccept(accept *string) *GetLatestIntelRuleFileParams
WithAccept adds the accept to the get latest intel rule file params
func (*GetLatestIntelRuleFileParams) WithContext ¶
func (o *GetLatestIntelRuleFileParams) WithContext(ctx context.Context) *GetLatestIntelRuleFileParams
WithContext adds the context to the get latest intel rule file params
func (*GetLatestIntelRuleFileParams) WithDefaults ¶
func (o *GetLatestIntelRuleFileParams) WithDefaults() *GetLatestIntelRuleFileParams
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 ¶
func (o *GetLatestIntelRuleFileParams) WithFormat(format *string) *GetLatestIntelRuleFileParams
WithFormat adds the format to the get latest intel rule file params
func (*GetLatestIntelRuleFileParams) WithHTTPClient ¶
func (o *GetLatestIntelRuleFileParams) WithHTTPClient(client *http.Client) *GetLatestIntelRuleFileParams
WithHTTPClient adds the HTTPClient to the get latest intel rule file params
func (*GetLatestIntelRuleFileParams) WithIfModifiedSince ¶ added in v0.2.14
func (o *GetLatestIntelRuleFileParams) WithIfModifiedSince(ifModifiedSince *string) *GetLatestIntelRuleFileParams
WithIfModifiedSince adds the ifModifiedSince to the get latest intel rule file params
func (*GetLatestIntelRuleFileParams) WithTimeout ¶
func (o *GetLatestIntelRuleFileParams) WithTimeout(timeout time.Duration) *GetLatestIntelRuleFileParams
WithTimeout adds the timeout to the get latest intel rule file params
func (*GetLatestIntelRuleFileParams) WithType ¶
func (o *GetLatestIntelRuleFileParams) WithType(typeVar string) *GetLatestIntelRuleFileParams
WithType adds the typeVar to the get latest intel rule file params
func (*GetLatestIntelRuleFileParams) WriteToRequest ¶
func (o *GetLatestIntelRuleFileParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetLatestIntelRuleFileReader ¶
type GetLatestIntelRuleFileReader struct {
// contains filtered or unexported fields
}
GetLatestIntelRuleFileReader is a Reader for the GetLatestIntelRuleFile structure.
func (*GetLatestIntelRuleFileReader) ReadResponse ¶
func (o *GetLatestIntelRuleFileReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetLatestIntelRuleFileTooManyRequests ¶
type GetLatestIntelRuleFileTooManyRequests struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 /* Too many requests, retry after this time (as milliseconds since epoch) */ XRateLimitRetryAfter int64 Payload *models.MsaReplyMetaOnly }
GetLatestIntelRuleFileTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewGetLatestIntelRuleFileTooManyRequests ¶
func NewGetLatestIntelRuleFileTooManyRequests() *GetLatestIntelRuleFileTooManyRequests
NewGetLatestIntelRuleFileTooManyRequests creates a GetLatestIntelRuleFileTooManyRequests with default headers values
func (*GetLatestIntelRuleFileTooManyRequests) Error ¶
func (o *GetLatestIntelRuleFileTooManyRequests) Error() string
func (*GetLatestIntelRuleFileTooManyRequests) GetPayload ¶
func (o *GetLatestIntelRuleFileTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
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
func (o *GetLatestIntelRuleFileTooManyRequests) IsCode(code int) bool
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
func (o *GetLatestIntelRuleFileTooManyRequests) IsRedirect() bool
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
func (o *GetLatestIntelRuleFileTooManyRequests) IsSuccess() bool
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
func (o *GetLatestIntelRuleFileTooManyRequests) String() string
type QueryIntelActorEntitiesBadRequest ¶
type QueryIntelActorEntitiesBadRequest struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaErrorsOnly }
QueryIntelActorEntitiesBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewQueryIntelActorEntitiesBadRequest ¶
func NewQueryIntelActorEntitiesBadRequest() *QueryIntelActorEntitiesBadRequest
NewQueryIntelActorEntitiesBadRequest creates a QueryIntelActorEntitiesBadRequest with default headers values
func (*QueryIntelActorEntitiesBadRequest) Error ¶
func (o *QueryIntelActorEntitiesBadRequest) Error() string
func (*QueryIntelActorEntitiesBadRequest) GetPayload ¶
func (o *QueryIntelActorEntitiesBadRequest) GetPayload() *models.MsaErrorsOnly
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
func (o *QueryIntelActorEntitiesBadRequest) String() string
type QueryIntelActorEntitiesDefault ¶
type QueryIntelActorEntitiesDefault struct { Payload *models.DomainActorsResponse // contains filtered or unexported fields }
QueryIntelActorEntitiesDefault describes a response with status code -1, with default header values.
OK
func NewQueryIntelActorEntitiesDefault ¶
func NewQueryIntelActorEntitiesDefault(code int) *QueryIntelActorEntitiesDefault
NewQueryIntelActorEntitiesDefault creates a QueryIntelActorEntitiesDefault with default headers values
func (*QueryIntelActorEntitiesDefault) Code ¶
func (o *QueryIntelActorEntitiesDefault) Code() int
Code gets the status code for the query intel actor entities default response
func (*QueryIntelActorEntitiesDefault) Error ¶
func (o *QueryIntelActorEntitiesDefault) Error() string
func (*QueryIntelActorEntitiesDefault) GetPayload ¶
func (o *QueryIntelActorEntitiesDefault) GetPayload() *models.DomainActorsResponse
func (*QueryIntelActorEntitiesDefault) IsClientError ¶ added in v0.2.27
func (o *QueryIntelActorEntitiesDefault) IsClientError() bool
IsClientError returns true when this query intel actor entities default response has a 4xx status code
func (*QueryIntelActorEntitiesDefault) IsCode ¶ added in v0.2.27
func (o *QueryIntelActorEntitiesDefault) IsCode(code int) bool
IsCode returns true when this query intel actor entities default response a status code equal to that given
func (*QueryIntelActorEntitiesDefault) IsRedirect ¶ added in v0.2.27
func (o *QueryIntelActorEntitiesDefault) IsRedirect() bool
IsRedirect returns true when this query intel actor entities default response has a 3xx status code
func (*QueryIntelActorEntitiesDefault) IsServerError ¶ added in v0.2.27
func (o *QueryIntelActorEntitiesDefault) IsServerError() bool
IsServerError returns true when this query intel actor entities default response has a 5xx status code
func (*QueryIntelActorEntitiesDefault) IsSuccess ¶ added in v0.2.27
func (o *QueryIntelActorEntitiesDefault) IsSuccess() bool
IsSuccess returns true when this query intel actor entities default response has a 2xx status code
func (*QueryIntelActorEntitiesDefault) String ¶ added in v0.2.27
func (o *QueryIntelActorEntitiesDefault) String() string
type QueryIntelActorEntitiesForbidden ¶
type QueryIntelActorEntitiesForbidden struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaReplyMetaOnly }
QueryIntelActorEntitiesForbidden describes a response with status code 403, with default header values.
Forbidden
func NewQueryIntelActorEntitiesForbidden ¶
func NewQueryIntelActorEntitiesForbidden() *QueryIntelActorEntitiesForbidden
NewQueryIntelActorEntitiesForbidden creates a QueryIntelActorEntitiesForbidden with default headers values
func (*QueryIntelActorEntitiesForbidden) Error ¶
func (o *QueryIntelActorEntitiesForbidden) Error() string
func (*QueryIntelActorEntitiesForbidden) GetPayload ¶
func (o *QueryIntelActorEntitiesForbidden) GetPayload() *models.MsaReplyMetaOnly
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
func (o *QueryIntelActorEntitiesForbidden) String() string
type QueryIntelActorEntitiesInternalServerError ¶
type QueryIntelActorEntitiesInternalServerError struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaErrorsOnly }
QueryIntelActorEntitiesInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewQueryIntelActorEntitiesInternalServerError ¶
func NewQueryIntelActorEntitiesInternalServerError() *QueryIntelActorEntitiesInternalServerError
NewQueryIntelActorEntitiesInternalServerError creates a QueryIntelActorEntitiesInternalServerError with default headers values
func (*QueryIntelActorEntitiesInternalServerError) Error ¶
func (o *QueryIntelActorEntitiesInternalServerError) Error() string
func (*QueryIntelActorEntitiesInternalServerError) GetPayload ¶
func (o *QueryIntelActorEntitiesInternalServerError) GetPayload() *models.MsaErrorsOnly
func (*QueryIntelActorEntitiesInternalServerError) IsClientError ¶ added in v0.2.27
func (o *QueryIntelActorEntitiesInternalServerError) IsClientError() bool
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
func (o *QueryIntelActorEntitiesInternalServerError) IsCode(code int) bool
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
func (o *QueryIntelActorEntitiesInternalServerError) IsRedirect() bool
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
func (o *QueryIntelActorEntitiesInternalServerError) IsServerError() bool
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
func (o *QueryIntelActorEntitiesInternalServerError) IsSuccess() bool
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
func (o *QueryIntelActorEntitiesInternalServerError) String() string
type QueryIntelActorEntitiesOK ¶
type QueryIntelActorEntitiesOK struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.DomainActorsResponse }
QueryIntelActorEntitiesOK describes a response with status code 200, with default header values.
OK
func NewQueryIntelActorEntitiesOK ¶
func NewQueryIntelActorEntitiesOK() *QueryIntelActorEntitiesOK
NewQueryIntelActorEntitiesOK creates a QueryIntelActorEntitiesOK with default headers values
func (*QueryIntelActorEntitiesOK) Error ¶
func (o *QueryIntelActorEntitiesOK) Error() string
func (*QueryIntelActorEntitiesOK) GetPayload ¶
func (o *QueryIntelActorEntitiesOK) GetPayload() *models.DomainActorsResponse
func (*QueryIntelActorEntitiesOK) IsClientError ¶ added in v0.2.27
func (o *QueryIntelActorEntitiesOK) IsClientError() bool
IsClientError returns true when this query intel actor entities o k response has a 4xx status code
func (*QueryIntelActorEntitiesOK) IsCode ¶ added in v0.2.27
func (o *QueryIntelActorEntitiesOK) IsCode(code int) bool
IsCode returns true when this query intel actor entities o k response a status code equal to that given
func (*QueryIntelActorEntitiesOK) IsRedirect ¶ added in v0.2.27
func (o *QueryIntelActorEntitiesOK) IsRedirect() bool
IsRedirect returns true when this query intel actor entities o k response has a 3xx status code
func (*QueryIntelActorEntitiesOK) IsServerError ¶ added in v0.2.27
func (o *QueryIntelActorEntitiesOK) IsServerError() bool
IsServerError returns true when this query intel actor entities o k response has a 5xx status code
func (*QueryIntelActorEntitiesOK) IsSuccess ¶ added in v0.2.27
func (o *QueryIntelActorEntitiesOK) IsSuccess() bool
IsSuccess returns true when this query intel actor entities o k response has a 2xx status code
func (*QueryIntelActorEntitiesOK) String ¶ added in v0.2.27
func (o *QueryIntelActorEntitiesOK) String() string
type QueryIntelActorEntitiesParams ¶
type QueryIntelActorEntitiesParams struct { /* Fields. The fields to return, or a predefined set of fields in the form of the collection name surrounded by two underscores like: \_\_\<collection\>\_\_. Ex: slug \_\_full\_\_. Defaults to \_\_basic\_\_. */ Fields []string /* Filter. Filter your query by specifying FQL filter parameters. Filter parameters include: actors, actors.id, actors.name, actors.slug, actors.url, created_date, description, id, last_modified_date, motivations, motivations.id, motivations.slug, motivations.value, name, name.raw, short_description, slug, sub_type, sub_type.id, sub_type.name, sub_type.slug, tags, tags.id, tags.slug, tags.value, target_countries, target_countries.id, target_countries.slug, target_countries.value, target_industries, target_industries.id, target_industries.slug, target_industries.value, type, type.id, type.name, type.slug, url. */ Filter *string /* Limit. Set the number of actors to return. The value must be between 1 and 5000. */ Limit *int64 /* Offset. Set the starting row number to return actors from. Defaults to 0. */ Offset *int64 /* Q. Perform a generic substring search across all fields. */ Q *string /* Sort. Order fields in ascending or descending order. Ex: created_date|asc. */ Sort *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
QueryIntelActorEntitiesParams contains all the parameters to send to the API endpoint
for the query intel actor entities operation. Typically these are written to a http.Request.
func NewQueryIntelActorEntitiesParams ¶
func NewQueryIntelActorEntitiesParams() *QueryIntelActorEntitiesParams
NewQueryIntelActorEntitiesParams creates a new QueryIntelActorEntitiesParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewQueryIntelActorEntitiesParamsWithContext ¶
func NewQueryIntelActorEntitiesParamsWithContext(ctx context.Context) *QueryIntelActorEntitiesParams
NewQueryIntelActorEntitiesParamsWithContext creates a new QueryIntelActorEntitiesParams object with the ability to set a context for a request.
func NewQueryIntelActorEntitiesParamsWithHTTPClient ¶
func NewQueryIntelActorEntitiesParamsWithHTTPClient(client *http.Client) *QueryIntelActorEntitiesParams
NewQueryIntelActorEntitiesParamsWithHTTPClient creates a new QueryIntelActorEntitiesParams object with the ability to set a custom HTTPClient for a request.
func NewQueryIntelActorEntitiesParamsWithTimeout ¶
func NewQueryIntelActorEntitiesParamsWithTimeout(timeout time.Duration) *QueryIntelActorEntitiesParams
NewQueryIntelActorEntitiesParamsWithTimeout creates a new QueryIntelActorEntitiesParams object with the ability to set a timeout on a request.
func (*QueryIntelActorEntitiesParams) SetContext ¶
func (o *QueryIntelActorEntitiesParams) SetContext(ctx context.Context)
SetContext adds the context to the query intel actor entities params
func (*QueryIntelActorEntitiesParams) SetDefaults ¶
func (o *QueryIntelActorEntitiesParams) SetDefaults()
SetDefaults hydrates default values in the query intel actor entities params (not the query body).
All values with no default are reset to their zero value.
func (*QueryIntelActorEntitiesParams) SetFields ¶
func (o *QueryIntelActorEntitiesParams) SetFields(fields []string)
SetFields adds the fields to the query intel actor entities params
func (*QueryIntelActorEntitiesParams) SetFilter ¶
func (o *QueryIntelActorEntitiesParams) SetFilter(filter *string)
SetFilter adds the filter to the query intel actor entities params
func (*QueryIntelActorEntitiesParams) SetHTTPClient ¶
func (o *QueryIntelActorEntitiesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the query intel actor entities params
func (*QueryIntelActorEntitiesParams) SetLimit ¶
func (o *QueryIntelActorEntitiesParams) SetLimit(limit *int64)
SetLimit adds the limit to the query intel actor entities params
func (*QueryIntelActorEntitiesParams) SetOffset ¶
func (o *QueryIntelActorEntitiesParams) SetOffset(offset *int64)
SetOffset adds the offset to the query intel actor entities params
func (*QueryIntelActorEntitiesParams) SetQ ¶
func (o *QueryIntelActorEntitiesParams) SetQ(q *string)
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 ¶
func (o *QueryIntelActorEntitiesParams) WithContext(ctx context.Context) *QueryIntelActorEntitiesParams
WithContext adds the context to the query intel actor entities params
func (*QueryIntelActorEntitiesParams) WithDefaults ¶
func (o *QueryIntelActorEntitiesParams) WithDefaults() *QueryIntelActorEntitiesParams
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 ¶
func (o *QueryIntelActorEntitiesParams) WithFields(fields []string) *QueryIntelActorEntitiesParams
WithFields adds the fields to the query intel actor entities params
func (*QueryIntelActorEntitiesParams) WithFilter ¶
func (o *QueryIntelActorEntitiesParams) WithFilter(filter *string) *QueryIntelActorEntitiesParams
WithFilter adds the filter to the query intel actor entities params
func (*QueryIntelActorEntitiesParams) WithHTTPClient ¶
func (o *QueryIntelActorEntitiesParams) WithHTTPClient(client *http.Client) *QueryIntelActorEntitiesParams
WithHTTPClient adds the HTTPClient to the query intel actor entities params
func (*QueryIntelActorEntitiesParams) WithLimit ¶
func (o *QueryIntelActorEntitiesParams) WithLimit(limit *int64) *QueryIntelActorEntitiesParams
WithLimit adds the limit to the query intel actor entities params
func (*QueryIntelActorEntitiesParams) WithOffset ¶
func (o *QueryIntelActorEntitiesParams) WithOffset(offset *int64) *QueryIntelActorEntitiesParams
WithOffset adds the offset to the query intel actor entities params
func (*QueryIntelActorEntitiesParams) WithQ ¶
func (o *QueryIntelActorEntitiesParams) WithQ(q *string) *QueryIntelActorEntitiesParams
WithQ adds the q to the query intel actor entities params
func (*QueryIntelActorEntitiesParams) WithSort ¶
func (o *QueryIntelActorEntitiesParams) WithSort(sort *string) *QueryIntelActorEntitiesParams
WithSort adds the sort to the query intel actor entities params
func (*QueryIntelActorEntitiesParams) WithTimeout ¶
func (o *QueryIntelActorEntitiesParams) WithTimeout(timeout time.Duration) *QueryIntelActorEntitiesParams
WithTimeout adds the timeout to the query intel actor entities params
func (*QueryIntelActorEntitiesParams) WriteToRequest ¶
func (o *QueryIntelActorEntitiesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type QueryIntelActorEntitiesReader ¶
type QueryIntelActorEntitiesReader struct {
// contains filtered or unexported fields
}
QueryIntelActorEntitiesReader is a Reader for the QueryIntelActorEntities structure.
func (*QueryIntelActorEntitiesReader) ReadResponse ¶
func (o *QueryIntelActorEntitiesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type QueryIntelActorEntitiesTooManyRequests ¶
type QueryIntelActorEntitiesTooManyRequests struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 /* Too many requests, retry after this time (as milliseconds since epoch) */ XRateLimitRetryAfter int64 Payload *models.MsaReplyMetaOnly }
QueryIntelActorEntitiesTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewQueryIntelActorEntitiesTooManyRequests ¶
func NewQueryIntelActorEntitiesTooManyRequests() *QueryIntelActorEntitiesTooManyRequests
NewQueryIntelActorEntitiesTooManyRequests creates a QueryIntelActorEntitiesTooManyRequests with default headers values
func (*QueryIntelActorEntitiesTooManyRequests) Error ¶
func (o *QueryIntelActorEntitiesTooManyRequests) Error() string
func (*QueryIntelActorEntitiesTooManyRequests) GetPayload ¶
func (o *QueryIntelActorEntitiesTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
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
func (o *QueryIntelActorEntitiesTooManyRequests) IsCode(code int) bool
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
func (o *QueryIntelActorEntitiesTooManyRequests) IsRedirect() bool
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
func (o *QueryIntelActorEntitiesTooManyRequests) IsSuccess() bool
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
func (o *QueryIntelActorEntitiesTooManyRequests) String() string
type QueryIntelActorIdsBadRequest ¶
type QueryIntelActorIdsBadRequest struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaErrorsOnly }
QueryIntelActorIdsBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewQueryIntelActorIdsBadRequest ¶
func NewQueryIntelActorIdsBadRequest() *QueryIntelActorIdsBadRequest
NewQueryIntelActorIdsBadRequest creates a QueryIntelActorIdsBadRequest with default headers values
func (*QueryIntelActorIdsBadRequest) Error ¶
func (o *QueryIntelActorIdsBadRequest) Error() string
func (*QueryIntelActorIdsBadRequest) GetPayload ¶
func (o *QueryIntelActorIdsBadRequest) GetPayload() *models.MsaErrorsOnly
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
func (o *QueryIntelActorIdsBadRequest) String() string
type QueryIntelActorIdsDefault ¶
type QueryIntelActorIdsDefault struct { Payload *models.MsaQueryResponse // contains filtered or unexported fields }
QueryIntelActorIdsDefault describes a response with status code -1, with default header values.
OK
func NewQueryIntelActorIdsDefault ¶
func NewQueryIntelActorIdsDefault(code int) *QueryIntelActorIdsDefault
NewQueryIntelActorIdsDefault creates a QueryIntelActorIdsDefault with default headers values
func (*QueryIntelActorIdsDefault) Code ¶
func (o *QueryIntelActorIdsDefault) Code() int
Code gets the status code for the query intel actor ids default response
func (*QueryIntelActorIdsDefault) Error ¶
func (o *QueryIntelActorIdsDefault) Error() string
func (*QueryIntelActorIdsDefault) GetPayload ¶
func (o *QueryIntelActorIdsDefault) GetPayload() *models.MsaQueryResponse
func (*QueryIntelActorIdsDefault) IsClientError ¶ added in v0.2.27
func (o *QueryIntelActorIdsDefault) IsClientError() bool
IsClientError returns true when this query intel actor ids default response has a 4xx status code
func (*QueryIntelActorIdsDefault) IsCode ¶ added in v0.2.27
func (o *QueryIntelActorIdsDefault) IsCode(code int) bool
IsCode returns true when this query intel actor ids default response a status code equal to that given
func (*QueryIntelActorIdsDefault) IsRedirect ¶ added in v0.2.27
func (o *QueryIntelActorIdsDefault) IsRedirect() bool
IsRedirect returns true when this query intel actor ids default response has a 3xx status code
func (*QueryIntelActorIdsDefault) IsServerError ¶ added in v0.2.27
func (o *QueryIntelActorIdsDefault) IsServerError() bool
IsServerError returns true when this query intel actor ids default response has a 5xx status code
func (*QueryIntelActorIdsDefault) IsSuccess ¶ added in v0.2.27
func (o *QueryIntelActorIdsDefault) IsSuccess() bool
IsSuccess returns true when this query intel actor ids default response has a 2xx status code
func (*QueryIntelActorIdsDefault) String ¶ added in v0.2.27
func (o *QueryIntelActorIdsDefault) String() string
type QueryIntelActorIdsForbidden ¶
type QueryIntelActorIdsForbidden struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaReplyMetaOnly }
QueryIntelActorIdsForbidden describes a response with status code 403, with default header values.
Forbidden
func NewQueryIntelActorIdsForbidden ¶
func NewQueryIntelActorIdsForbidden() *QueryIntelActorIdsForbidden
NewQueryIntelActorIdsForbidden creates a QueryIntelActorIdsForbidden with default headers values
func (*QueryIntelActorIdsForbidden) Error ¶
func (o *QueryIntelActorIdsForbidden) Error() string
func (*QueryIntelActorIdsForbidden) GetPayload ¶
func (o *QueryIntelActorIdsForbidden) GetPayload() *models.MsaReplyMetaOnly
func (*QueryIntelActorIdsForbidden) IsClientError ¶ added in v0.2.27
func (o *QueryIntelActorIdsForbidden) IsClientError() bool
IsClientError returns true when this query intel actor ids forbidden response has a 4xx status code
func (*QueryIntelActorIdsForbidden) IsCode ¶ added in v0.2.27
func (o *QueryIntelActorIdsForbidden) IsCode(code int) bool
IsCode returns true when this query intel actor ids forbidden response a status code equal to that given
func (*QueryIntelActorIdsForbidden) IsRedirect ¶ added in v0.2.27
func (o *QueryIntelActorIdsForbidden) IsRedirect() bool
IsRedirect returns true when this query intel actor ids forbidden response has a 3xx status code
func (*QueryIntelActorIdsForbidden) IsServerError ¶ added in v0.2.27
func (o *QueryIntelActorIdsForbidden) IsServerError() bool
IsServerError returns true when this query intel actor ids forbidden response has a 5xx status code
func (*QueryIntelActorIdsForbidden) IsSuccess ¶ added in v0.2.27
func (o *QueryIntelActorIdsForbidden) IsSuccess() bool
IsSuccess returns true when this query intel actor ids forbidden response has a 2xx status code
func (*QueryIntelActorIdsForbidden) String ¶ added in v0.2.27
func (o *QueryIntelActorIdsForbidden) String() string
type QueryIntelActorIdsInternalServerError ¶
type QueryIntelActorIdsInternalServerError struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaErrorsOnly }
QueryIntelActorIdsInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewQueryIntelActorIdsInternalServerError ¶
func NewQueryIntelActorIdsInternalServerError() *QueryIntelActorIdsInternalServerError
NewQueryIntelActorIdsInternalServerError creates a QueryIntelActorIdsInternalServerError with default headers values
func (*QueryIntelActorIdsInternalServerError) Error ¶
func (o *QueryIntelActorIdsInternalServerError) Error() string
func (*QueryIntelActorIdsInternalServerError) GetPayload ¶
func (o *QueryIntelActorIdsInternalServerError) GetPayload() *models.MsaErrorsOnly
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
func (o *QueryIntelActorIdsInternalServerError) IsCode(code int) bool
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
func (o *QueryIntelActorIdsInternalServerError) IsRedirect() bool
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
func (o *QueryIntelActorIdsInternalServerError) IsSuccess() bool
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
func (o *QueryIntelActorIdsInternalServerError) String() string
type QueryIntelActorIdsOK ¶
type QueryIntelActorIdsOK struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaQueryResponse }
QueryIntelActorIdsOK describes a response with status code 200, with default header values.
OK
func NewQueryIntelActorIdsOK ¶
func NewQueryIntelActorIdsOK() *QueryIntelActorIdsOK
NewQueryIntelActorIdsOK creates a QueryIntelActorIdsOK with default headers values
func (*QueryIntelActorIdsOK) Error ¶
func (o *QueryIntelActorIdsOK) Error() string
func (*QueryIntelActorIdsOK) GetPayload ¶
func (o *QueryIntelActorIdsOK) GetPayload() *models.MsaQueryResponse
func (*QueryIntelActorIdsOK) IsClientError ¶ added in v0.2.27
func (o *QueryIntelActorIdsOK) IsClientError() bool
IsClientError returns true when this query intel actor ids o k response has a 4xx status code
func (*QueryIntelActorIdsOK) IsCode ¶ added in v0.2.27
func (o *QueryIntelActorIdsOK) IsCode(code int) bool
IsCode returns true when this query intel actor ids o k response a status code equal to that given
func (*QueryIntelActorIdsOK) IsRedirect ¶ added in v0.2.27
func (o *QueryIntelActorIdsOK) IsRedirect() bool
IsRedirect returns true when this query intel actor ids o k response has a 3xx status code
func (*QueryIntelActorIdsOK) IsServerError ¶ added in v0.2.27
func (o *QueryIntelActorIdsOK) IsServerError() bool
IsServerError returns true when this query intel actor ids o k response has a 5xx status code
func (*QueryIntelActorIdsOK) IsSuccess ¶ added in v0.2.27
func (o *QueryIntelActorIdsOK) IsSuccess() bool
IsSuccess returns true when this query intel actor ids o k response has a 2xx status code
func (*QueryIntelActorIdsOK) String ¶ added in v0.2.27
func (o *QueryIntelActorIdsOK) String() string
type QueryIntelActorIdsParams ¶
type QueryIntelActorIdsParams struct { /* Filter. Filter your query by specifying FQL filter parameters. Filter parameters include: actors, actors.id, actors.name, actors.slug, actors.url, created_date, description, id, last_modified_date, motivations, motivations.id, motivations.slug, motivations.value, name, name.raw, short_description, slug, sub_type, sub_type.id, sub_type.name, sub_type.slug, tags, tags.id, tags.slug, tags.value, target_countries, target_countries.id, target_countries.slug, target_countries.value, target_industries, target_industries.id, target_industries.slug, target_industries.value, type, type.id, type.name, type.slug, url. */ Filter *string /* Limit. Set the number of actor IDs to return. The value must be between 1 and 5000. */ Limit *int64 /* Offset. Set the starting row number to return actors IDs from. Defaults to 0. */ Offset *int64 /* Q. Perform a generic substring search across all fields. */ Q *string /* Sort. Order fields in ascending or descending order. Ex: created_date|asc. */ Sort *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
QueryIntelActorIdsParams contains all the parameters to send to the API endpoint
for the query intel actor ids operation. Typically these are written to a http.Request.
func NewQueryIntelActorIdsParams ¶
func NewQueryIntelActorIdsParams() *QueryIntelActorIdsParams
NewQueryIntelActorIdsParams creates a new QueryIntelActorIdsParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewQueryIntelActorIdsParamsWithContext ¶
func NewQueryIntelActorIdsParamsWithContext(ctx context.Context) *QueryIntelActorIdsParams
NewQueryIntelActorIdsParamsWithContext creates a new QueryIntelActorIdsParams object with the ability to set a context for a request.
func NewQueryIntelActorIdsParamsWithHTTPClient ¶
func NewQueryIntelActorIdsParamsWithHTTPClient(client *http.Client) *QueryIntelActorIdsParams
NewQueryIntelActorIdsParamsWithHTTPClient creates a new QueryIntelActorIdsParams object with the ability to set a custom HTTPClient for a request.
func NewQueryIntelActorIdsParamsWithTimeout ¶
func NewQueryIntelActorIdsParamsWithTimeout(timeout time.Duration) *QueryIntelActorIdsParams
NewQueryIntelActorIdsParamsWithTimeout creates a new QueryIntelActorIdsParams object with the ability to set a timeout on a request.
func (*QueryIntelActorIdsParams) SetContext ¶
func (o *QueryIntelActorIdsParams) SetContext(ctx context.Context)
SetContext adds the context to the query intel actor ids params
func (*QueryIntelActorIdsParams) SetDefaults ¶
func (o *QueryIntelActorIdsParams) SetDefaults()
SetDefaults hydrates default values in the query intel actor ids params (not the query body).
All values with no default are reset to their zero value.
func (*QueryIntelActorIdsParams) SetFilter ¶
func (o *QueryIntelActorIdsParams) SetFilter(filter *string)
SetFilter adds the filter to the query intel actor ids params
func (*QueryIntelActorIdsParams) SetHTTPClient ¶
func (o *QueryIntelActorIdsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the query intel actor ids params
func (*QueryIntelActorIdsParams) SetLimit ¶
func (o *QueryIntelActorIdsParams) SetLimit(limit *int64)
SetLimit adds the limit to the query intel actor ids params
func (*QueryIntelActorIdsParams) SetOffset ¶
func (o *QueryIntelActorIdsParams) SetOffset(offset *int64)
SetOffset adds the offset to the query intel actor ids params
func (*QueryIntelActorIdsParams) SetQ ¶
func (o *QueryIntelActorIdsParams) SetQ(q *string)
SetQ adds the q to the query intel actor ids params
func (*QueryIntelActorIdsParams) SetSort ¶
func (o *QueryIntelActorIdsParams) SetSort(sort *string)
SetSort adds the sort to the query intel actor ids params
func (*QueryIntelActorIdsParams) SetTimeout ¶
func (o *QueryIntelActorIdsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the query intel actor ids params
func (*QueryIntelActorIdsParams) WithContext ¶
func (o *QueryIntelActorIdsParams) WithContext(ctx context.Context) *QueryIntelActorIdsParams
WithContext adds the context to the query intel actor ids params
func (*QueryIntelActorIdsParams) WithDefaults ¶
func (o *QueryIntelActorIdsParams) WithDefaults() *QueryIntelActorIdsParams
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 ¶
func (o *QueryIntelActorIdsParams) WithFilter(filter *string) *QueryIntelActorIdsParams
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 ¶
func (o *QueryIntelActorIdsParams) WithLimit(limit *int64) *QueryIntelActorIdsParams
WithLimit adds the limit to the query intel actor ids params
func (*QueryIntelActorIdsParams) WithOffset ¶
func (o *QueryIntelActorIdsParams) WithOffset(offset *int64) *QueryIntelActorIdsParams
WithOffset adds the offset to the query intel actor ids params
func (*QueryIntelActorIdsParams) WithQ ¶
func (o *QueryIntelActorIdsParams) WithQ(q *string) *QueryIntelActorIdsParams
WithQ adds the q to the query intel actor ids params
func (*QueryIntelActorIdsParams) WithSort ¶
func (o *QueryIntelActorIdsParams) WithSort(sort *string) *QueryIntelActorIdsParams
WithSort adds the sort to the query intel actor ids params
func (*QueryIntelActorIdsParams) WithTimeout ¶
func (o *QueryIntelActorIdsParams) WithTimeout(timeout time.Duration) *QueryIntelActorIdsParams
WithTimeout adds the timeout to the query intel actor ids params
func (*QueryIntelActorIdsParams) WriteToRequest ¶
func (o *QueryIntelActorIdsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type QueryIntelActorIdsReader ¶
type QueryIntelActorIdsReader struct {
// contains filtered or unexported fields
}
QueryIntelActorIdsReader is a Reader for the QueryIntelActorIds structure.
func (*QueryIntelActorIdsReader) ReadResponse ¶
func (o *QueryIntelActorIdsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type QueryIntelActorIdsTooManyRequests ¶
type QueryIntelActorIdsTooManyRequests struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 /* Too many requests, retry after this time (as milliseconds since epoch) */ XRateLimitRetryAfter int64 Payload *models.MsaReplyMetaOnly }
QueryIntelActorIdsTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewQueryIntelActorIdsTooManyRequests ¶
func NewQueryIntelActorIdsTooManyRequests() *QueryIntelActorIdsTooManyRequests
NewQueryIntelActorIdsTooManyRequests creates a QueryIntelActorIdsTooManyRequests with default headers values
func (*QueryIntelActorIdsTooManyRequests) Error ¶
func (o *QueryIntelActorIdsTooManyRequests) Error() string
func (*QueryIntelActorIdsTooManyRequests) GetPayload ¶
func (o *QueryIntelActorIdsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
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
func (o *QueryIntelActorIdsTooManyRequests) String() string
type QueryIntelIndicatorEntitiesBadRequest ¶
type QueryIntelIndicatorEntitiesBadRequest struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaErrorsOnly }
QueryIntelIndicatorEntitiesBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewQueryIntelIndicatorEntitiesBadRequest ¶
func NewQueryIntelIndicatorEntitiesBadRequest() *QueryIntelIndicatorEntitiesBadRequest
NewQueryIntelIndicatorEntitiesBadRequest creates a QueryIntelIndicatorEntitiesBadRequest with default headers values
func (*QueryIntelIndicatorEntitiesBadRequest) Error ¶
func (o *QueryIntelIndicatorEntitiesBadRequest) Error() string
func (*QueryIntelIndicatorEntitiesBadRequest) GetPayload ¶
func (o *QueryIntelIndicatorEntitiesBadRequest) GetPayload() *models.MsaErrorsOnly
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
func (o *QueryIntelIndicatorEntitiesBadRequest) IsCode(code int) bool
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
func (o *QueryIntelIndicatorEntitiesBadRequest) IsRedirect() bool
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
func (o *QueryIntelIndicatorEntitiesBadRequest) IsSuccess() bool
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
func (o *QueryIntelIndicatorEntitiesBadRequest) String() string
type QueryIntelIndicatorEntitiesDefault ¶
type QueryIntelIndicatorEntitiesDefault struct { /* Provides next page pagination URL. Available only if sorting was done using using _marker field, which is the default one. */ NextPage string Payload *models.DomainPublicIndicatorsV3Response // contains filtered or unexported fields }
QueryIntelIndicatorEntitiesDefault describes a response with status code -1, with default header values.
OK
func NewQueryIntelIndicatorEntitiesDefault ¶
func NewQueryIntelIndicatorEntitiesDefault(code int) *QueryIntelIndicatorEntitiesDefault
NewQueryIntelIndicatorEntitiesDefault creates a QueryIntelIndicatorEntitiesDefault with default headers values
func (*QueryIntelIndicatorEntitiesDefault) Code ¶
func (o *QueryIntelIndicatorEntitiesDefault) Code() int
Code gets the status code for the query intel indicator entities default response
func (*QueryIntelIndicatorEntitiesDefault) Error ¶
func (o *QueryIntelIndicatorEntitiesDefault) Error() string
func (*QueryIntelIndicatorEntitiesDefault) GetPayload ¶
func (o *QueryIntelIndicatorEntitiesDefault) GetPayload() *models.DomainPublicIndicatorsV3Response
func (*QueryIntelIndicatorEntitiesDefault) IsClientError ¶ added in v0.2.27
func (o *QueryIntelIndicatorEntitiesDefault) IsClientError() bool
IsClientError returns true when this query intel indicator entities default response has a 4xx status code
func (*QueryIntelIndicatorEntitiesDefault) IsCode ¶ added in v0.2.27
func (o *QueryIntelIndicatorEntitiesDefault) IsCode(code int) bool
IsCode returns true when this query intel indicator entities default response a status code equal to that given
func (*QueryIntelIndicatorEntitiesDefault) IsRedirect ¶ added in v0.2.27
func (o *QueryIntelIndicatorEntitiesDefault) IsRedirect() bool
IsRedirect returns true when this query intel indicator entities default response has a 3xx status code
func (*QueryIntelIndicatorEntitiesDefault) IsServerError ¶ added in v0.2.27
func (o *QueryIntelIndicatorEntitiesDefault) IsServerError() bool
IsServerError returns true when this query intel indicator entities default response has a 5xx status code
func (*QueryIntelIndicatorEntitiesDefault) IsSuccess ¶ added in v0.2.27
func (o *QueryIntelIndicatorEntitiesDefault) IsSuccess() bool
IsSuccess returns true when this query intel indicator entities default response has a 2xx status code
func (*QueryIntelIndicatorEntitiesDefault) String ¶ added in v0.2.27
func (o *QueryIntelIndicatorEntitiesDefault) String() string
type QueryIntelIndicatorEntitiesForbidden ¶
type QueryIntelIndicatorEntitiesForbidden struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaReplyMetaOnly }
QueryIntelIndicatorEntitiesForbidden describes a response with status code 403, with default header values.
Forbidden
func NewQueryIntelIndicatorEntitiesForbidden ¶
func NewQueryIntelIndicatorEntitiesForbidden() *QueryIntelIndicatorEntitiesForbidden
NewQueryIntelIndicatorEntitiesForbidden creates a QueryIntelIndicatorEntitiesForbidden with default headers values
func (*QueryIntelIndicatorEntitiesForbidden) Error ¶
func (o *QueryIntelIndicatorEntitiesForbidden) Error() string
func (*QueryIntelIndicatorEntitiesForbidden) GetPayload ¶
func (o *QueryIntelIndicatorEntitiesForbidden) GetPayload() *models.MsaReplyMetaOnly
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
func (o *QueryIntelIndicatorEntitiesForbidden) IsCode(code int) bool
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
func (o *QueryIntelIndicatorEntitiesForbidden) IsRedirect() bool
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
func (o *QueryIntelIndicatorEntitiesForbidden) IsSuccess() bool
IsSuccess returns true when this query intel indicator entities forbidden response has a 2xx status code
func (*QueryIntelIndicatorEntitiesForbidden) String ¶ added in v0.2.27
func (o *QueryIntelIndicatorEntitiesForbidden) String() string
type QueryIntelIndicatorEntitiesInternalServerError ¶
type QueryIntelIndicatorEntitiesInternalServerError struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaErrorsOnly }
QueryIntelIndicatorEntitiesInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewQueryIntelIndicatorEntitiesInternalServerError ¶
func NewQueryIntelIndicatorEntitiesInternalServerError() *QueryIntelIndicatorEntitiesInternalServerError
NewQueryIntelIndicatorEntitiesInternalServerError creates a QueryIntelIndicatorEntitiesInternalServerError with default headers values
func (*QueryIntelIndicatorEntitiesInternalServerError) Error ¶
func (o *QueryIntelIndicatorEntitiesInternalServerError) Error() string
func (*QueryIntelIndicatorEntitiesInternalServerError) GetPayload ¶
func (o *QueryIntelIndicatorEntitiesInternalServerError) GetPayload() *models.MsaErrorsOnly
func (*QueryIntelIndicatorEntitiesInternalServerError) IsClientError ¶ added in v0.2.27
func (o *QueryIntelIndicatorEntitiesInternalServerError) IsClientError() bool
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
func (o *QueryIntelIndicatorEntitiesInternalServerError) IsCode(code int) bool
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
func (o *QueryIntelIndicatorEntitiesInternalServerError) IsRedirect() bool
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
func (o *QueryIntelIndicatorEntitiesInternalServerError) IsServerError() bool
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
func (o *QueryIntelIndicatorEntitiesInternalServerError) IsSuccess() bool
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
func (o *QueryIntelIndicatorEntitiesInternalServerError) String() string
type QueryIntelIndicatorEntitiesOK ¶
type QueryIntelIndicatorEntitiesOK struct { /* Provides next page pagination URL. Available only if sorting was done using using _marker field, which is the default one. */ NextPage string /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.DomainPublicIndicatorsV3Response }
QueryIntelIndicatorEntitiesOK describes a response with status code 200, with default header values.
OK
func NewQueryIntelIndicatorEntitiesOK ¶
func NewQueryIntelIndicatorEntitiesOK() *QueryIntelIndicatorEntitiesOK
NewQueryIntelIndicatorEntitiesOK creates a QueryIntelIndicatorEntitiesOK with default headers values
func (*QueryIntelIndicatorEntitiesOK) Error ¶
func (o *QueryIntelIndicatorEntitiesOK) Error() string
func (*QueryIntelIndicatorEntitiesOK) GetPayload ¶
func (o *QueryIntelIndicatorEntitiesOK) GetPayload() *models.DomainPublicIndicatorsV3Response
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 (o *QueryIntelIndicatorEntitiesOK) Paginate() ClientOption
func (*QueryIntelIndicatorEntitiesOK) String ¶ added in v0.2.27
func (o *QueryIntelIndicatorEntitiesOK) String() string
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 ¶
func (o *QueryIntelIndicatorEntitiesParams) SetContext(ctx context.Context)
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 ¶
func (o *QueryIntelIndicatorEntitiesParams) SetQ(q *string)
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 ¶
func (o *QueryIntelIndicatorEntitiesParams) WithContext(ctx context.Context) *QueryIntelIndicatorEntitiesParams
WithContext adds the context to the query intel indicator entities params
func (*QueryIntelIndicatorEntitiesParams) WithDefaults ¶
func (o *QueryIntelIndicatorEntitiesParams) WithDefaults() *QueryIntelIndicatorEntitiesParams
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 ¶
func (o *QueryIntelIndicatorEntitiesParams) WithFilter(filter *string) *QueryIntelIndicatorEntitiesParams
WithFilter adds the filter to the query intel indicator entities params
func (*QueryIntelIndicatorEntitiesParams) WithHTTPClient ¶
func (o *QueryIntelIndicatorEntitiesParams) WithHTTPClient(client *http.Client) *QueryIntelIndicatorEntitiesParams
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 ¶
func (o *QueryIntelIndicatorEntitiesParams) WithLimit(limit *int64) *QueryIntelIndicatorEntitiesParams
WithLimit adds the limit to the query intel indicator entities params
func (*QueryIntelIndicatorEntitiesParams) WithOffset ¶
func (o *QueryIntelIndicatorEntitiesParams) WithOffset(offset *int64) *QueryIntelIndicatorEntitiesParams
WithOffset adds the offset to the query intel indicator entities params
func (*QueryIntelIndicatorEntitiesParams) WithQ ¶
func (o *QueryIntelIndicatorEntitiesParams) WithQ(q *string) *QueryIntelIndicatorEntitiesParams
WithQ adds the q to the query intel indicator entities params
func (*QueryIntelIndicatorEntitiesParams) WithSort ¶
func (o *QueryIntelIndicatorEntitiesParams) WithSort(sort *string) *QueryIntelIndicatorEntitiesParams
WithSort adds the sort to the query intel indicator entities params
func (*QueryIntelIndicatorEntitiesParams) WithTimeout ¶
func (o *QueryIntelIndicatorEntitiesParams) WithTimeout(timeout time.Duration) *QueryIntelIndicatorEntitiesParams
WithTimeout adds the timeout to the query intel indicator entities params
func (*QueryIntelIndicatorEntitiesParams) WriteToRequest ¶
func (o *QueryIntelIndicatorEntitiesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type QueryIntelIndicatorEntitiesReader ¶
type QueryIntelIndicatorEntitiesReader struct {
// contains filtered or unexported fields
}
QueryIntelIndicatorEntitiesReader is a Reader for the QueryIntelIndicatorEntities structure.
func (*QueryIntelIndicatorEntitiesReader) ReadResponse ¶
func (o *QueryIntelIndicatorEntitiesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type QueryIntelIndicatorEntitiesTooManyRequests ¶
type QueryIntelIndicatorEntitiesTooManyRequests struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 /* Too many requests, retry after this time (as milliseconds since epoch) */ XRateLimitRetryAfter int64 Payload *models.MsaReplyMetaOnly }
QueryIntelIndicatorEntitiesTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewQueryIntelIndicatorEntitiesTooManyRequests ¶
func NewQueryIntelIndicatorEntitiesTooManyRequests() *QueryIntelIndicatorEntitiesTooManyRequests
NewQueryIntelIndicatorEntitiesTooManyRequests creates a QueryIntelIndicatorEntitiesTooManyRequests with default headers values
func (*QueryIntelIndicatorEntitiesTooManyRequests) Error ¶
func (o *QueryIntelIndicatorEntitiesTooManyRequests) Error() string
func (*QueryIntelIndicatorEntitiesTooManyRequests) GetPayload ¶
func (o *QueryIntelIndicatorEntitiesTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*QueryIntelIndicatorEntitiesTooManyRequests) IsClientError ¶ added in v0.2.27
func (o *QueryIntelIndicatorEntitiesTooManyRequests) IsClientError() bool
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
func (o *QueryIntelIndicatorEntitiesTooManyRequests) IsCode(code int) bool
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
func (o *QueryIntelIndicatorEntitiesTooManyRequests) IsRedirect() bool
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
func (o *QueryIntelIndicatorEntitiesTooManyRequests) IsServerError() bool
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
func (o *QueryIntelIndicatorEntitiesTooManyRequests) IsSuccess() bool
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
func (o *QueryIntelIndicatorEntitiesTooManyRequests) String() string
type QueryIntelIndicatorIdsBadRequest ¶
type QueryIntelIndicatorIdsBadRequest struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaErrorsOnly }
QueryIntelIndicatorIdsBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewQueryIntelIndicatorIdsBadRequest ¶
func NewQueryIntelIndicatorIdsBadRequest() *QueryIntelIndicatorIdsBadRequest
NewQueryIntelIndicatorIdsBadRequest creates a QueryIntelIndicatorIdsBadRequest with default headers values
func (*QueryIntelIndicatorIdsBadRequest) Error ¶
func (o *QueryIntelIndicatorIdsBadRequest) Error() string
func (*QueryIntelIndicatorIdsBadRequest) GetPayload ¶
func (o *QueryIntelIndicatorIdsBadRequest) GetPayload() *models.MsaErrorsOnly
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
func (o *QueryIntelIndicatorIdsBadRequest) String() string
type QueryIntelIndicatorIdsDefault ¶
type QueryIntelIndicatorIdsDefault struct { /* Provides next page pagination URL. Available only if sorting was done using using _marker field, which is the default one. */ NextPage string Payload *models.MsaQueryResponse // contains filtered or unexported fields }
QueryIntelIndicatorIdsDefault describes a response with status code -1, with default header values.
OK
func NewQueryIntelIndicatorIdsDefault ¶
func NewQueryIntelIndicatorIdsDefault(code int) *QueryIntelIndicatorIdsDefault
NewQueryIntelIndicatorIdsDefault creates a QueryIntelIndicatorIdsDefault with default headers values
func (*QueryIntelIndicatorIdsDefault) Code ¶
func (o *QueryIntelIndicatorIdsDefault) Code() int
Code gets the status code for the query intel indicator ids default response
func (*QueryIntelIndicatorIdsDefault) Error ¶
func (o *QueryIntelIndicatorIdsDefault) Error() string
func (*QueryIntelIndicatorIdsDefault) GetPayload ¶
func (o *QueryIntelIndicatorIdsDefault) GetPayload() *models.MsaQueryResponse
func (*QueryIntelIndicatorIdsDefault) IsClientError ¶ added in v0.2.27
func (o *QueryIntelIndicatorIdsDefault) IsClientError() bool
IsClientError returns true when this query intel indicator ids default response has a 4xx status code
func (*QueryIntelIndicatorIdsDefault) IsCode ¶ added in v0.2.27
func (o *QueryIntelIndicatorIdsDefault) IsCode(code int) bool
IsCode returns true when this query intel indicator ids default response a status code equal to that given
func (*QueryIntelIndicatorIdsDefault) IsRedirect ¶ added in v0.2.27
func (o *QueryIntelIndicatorIdsDefault) IsRedirect() bool
IsRedirect returns true when this query intel indicator ids default response has a 3xx status code
func (*QueryIntelIndicatorIdsDefault) IsServerError ¶ added in v0.2.27
func (o *QueryIntelIndicatorIdsDefault) IsServerError() bool
IsServerError returns true when this query intel indicator ids default response has a 5xx status code
func (*QueryIntelIndicatorIdsDefault) IsSuccess ¶ added in v0.2.27
func (o *QueryIntelIndicatorIdsDefault) IsSuccess() bool
IsSuccess returns true when this query intel indicator ids default response has a 2xx status code
func (*QueryIntelIndicatorIdsDefault) String ¶ added in v0.2.27
func (o *QueryIntelIndicatorIdsDefault) String() string
type QueryIntelIndicatorIdsForbidden ¶
type QueryIntelIndicatorIdsForbidden struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaReplyMetaOnly }
QueryIntelIndicatorIdsForbidden describes a response with status code 403, with default header values.
Forbidden
func NewQueryIntelIndicatorIdsForbidden ¶
func NewQueryIntelIndicatorIdsForbidden() *QueryIntelIndicatorIdsForbidden
NewQueryIntelIndicatorIdsForbidden creates a QueryIntelIndicatorIdsForbidden with default headers values
func (*QueryIntelIndicatorIdsForbidden) Error ¶
func (o *QueryIntelIndicatorIdsForbidden) Error() string
func (*QueryIntelIndicatorIdsForbidden) GetPayload ¶
func (o *QueryIntelIndicatorIdsForbidden) GetPayload() *models.MsaReplyMetaOnly
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
func (o *QueryIntelIndicatorIdsForbidden) String() string
type QueryIntelIndicatorIdsInternalServerError ¶
type QueryIntelIndicatorIdsInternalServerError struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaErrorsOnly }
QueryIntelIndicatorIdsInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewQueryIntelIndicatorIdsInternalServerError ¶
func NewQueryIntelIndicatorIdsInternalServerError() *QueryIntelIndicatorIdsInternalServerError
NewQueryIntelIndicatorIdsInternalServerError creates a QueryIntelIndicatorIdsInternalServerError with default headers values
func (*QueryIntelIndicatorIdsInternalServerError) Error ¶
func (o *QueryIntelIndicatorIdsInternalServerError) Error() string
func (*QueryIntelIndicatorIdsInternalServerError) GetPayload ¶
func (o *QueryIntelIndicatorIdsInternalServerError) GetPayload() *models.MsaErrorsOnly
func (*QueryIntelIndicatorIdsInternalServerError) IsClientError ¶ added in v0.2.27
func (o *QueryIntelIndicatorIdsInternalServerError) IsClientError() bool
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
func (o *QueryIntelIndicatorIdsInternalServerError) IsCode(code int) bool
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
func (o *QueryIntelIndicatorIdsInternalServerError) IsRedirect() bool
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
func (o *QueryIntelIndicatorIdsInternalServerError) IsServerError() bool
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
func (o *QueryIntelIndicatorIdsInternalServerError) IsSuccess() bool
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
func (o *QueryIntelIndicatorIdsInternalServerError) String() string
type QueryIntelIndicatorIdsOK ¶
type QueryIntelIndicatorIdsOK struct { /* Provides next page pagination URL. Available only if sorting was done using using _marker field, which is the default one. */ NextPage string /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaQueryResponse }
QueryIntelIndicatorIdsOK describes a response with status code 200, with default header values.
OK
func NewQueryIntelIndicatorIdsOK ¶
func NewQueryIntelIndicatorIdsOK() *QueryIntelIndicatorIdsOK
NewQueryIntelIndicatorIdsOK creates a QueryIntelIndicatorIdsOK with default headers values
func (*QueryIntelIndicatorIdsOK) Error ¶
func (o *QueryIntelIndicatorIdsOK) Error() string
func (*QueryIntelIndicatorIdsOK) GetPayload ¶
func (o *QueryIntelIndicatorIdsOK) GetPayload() *models.MsaQueryResponse
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 ¶
func (o *QueryIntelIndicatorIdsParams) SetQ(q *string)
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 ¶
func (o *QueryIntelIndicatorIdsParams) WithContext(ctx context.Context) *QueryIntelIndicatorIdsParams
WithContext adds the context to the query intel indicator ids params
func (*QueryIntelIndicatorIdsParams) WithDefaults ¶
func (o *QueryIntelIndicatorIdsParams) WithDefaults() *QueryIntelIndicatorIdsParams
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 ¶
func (o *QueryIntelIndicatorIdsParams) WithFilter(filter *string) *QueryIntelIndicatorIdsParams
WithFilter adds the filter to the query intel indicator ids params
func (*QueryIntelIndicatorIdsParams) WithHTTPClient ¶
func (o *QueryIntelIndicatorIdsParams) WithHTTPClient(client *http.Client) *QueryIntelIndicatorIdsParams
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 ¶
func (o *QueryIntelIndicatorIdsParams) WithLimit(limit *int64) *QueryIntelIndicatorIdsParams
WithLimit adds the limit to the query intel indicator ids params
func (*QueryIntelIndicatorIdsParams) WithOffset ¶
func (o *QueryIntelIndicatorIdsParams) WithOffset(offset *int64) *QueryIntelIndicatorIdsParams
WithOffset adds the offset to the query intel indicator ids params
func (*QueryIntelIndicatorIdsParams) WithQ ¶
func (o *QueryIntelIndicatorIdsParams) WithQ(q *string) *QueryIntelIndicatorIdsParams
WithQ adds the q to the query intel indicator ids params
func (*QueryIntelIndicatorIdsParams) WithSort ¶
func (o *QueryIntelIndicatorIdsParams) WithSort(sort *string) *QueryIntelIndicatorIdsParams
WithSort adds the sort to the query intel indicator ids params
func (*QueryIntelIndicatorIdsParams) WithTimeout ¶
func (o *QueryIntelIndicatorIdsParams) WithTimeout(timeout time.Duration) *QueryIntelIndicatorIdsParams
WithTimeout adds the timeout to the query intel indicator ids params
func (*QueryIntelIndicatorIdsParams) WriteToRequest ¶
func (o *QueryIntelIndicatorIdsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type QueryIntelIndicatorIdsReader ¶
type QueryIntelIndicatorIdsReader struct {
// contains filtered or unexported fields
}
QueryIntelIndicatorIdsReader is a Reader for the QueryIntelIndicatorIds structure.
func (*QueryIntelIndicatorIdsReader) ReadResponse ¶
func (o *QueryIntelIndicatorIdsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type QueryIntelIndicatorIdsTooManyRequests ¶
type QueryIntelIndicatorIdsTooManyRequests struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 /* Too many requests, retry after this time (as milliseconds since epoch) */ XRateLimitRetryAfter int64 Payload *models.MsaReplyMetaOnly }
QueryIntelIndicatorIdsTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewQueryIntelIndicatorIdsTooManyRequests ¶
func NewQueryIntelIndicatorIdsTooManyRequests() *QueryIntelIndicatorIdsTooManyRequests
NewQueryIntelIndicatorIdsTooManyRequests creates a QueryIntelIndicatorIdsTooManyRequests with default headers values
func (*QueryIntelIndicatorIdsTooManyRequests) Error ¶
func (o *QueryIntelIndicatorIdsTooManyRequests) Error() string
func (*QueryIntelIndicatorIdsTooManyRequests) GetPayload ¶
func (o *QueryIntelIndicatorIdsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
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
func (o *QueryIntelIndicatorIdsTooManyRequests) IsCode(code int) bool
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
func (o *QueryIntelIndicatorIdsTooManyRequests) IsRedirect() bool
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
func (o *QueryIntelIndicatorIdsTooManyRequests) IsSuccess() bool
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
func (o *QueryIntelIndicatorIdsTooManyRequests) String() string
type QueryIntelReportEntitiesBadRequest ¶
type QueryIntelReportEntitiesBadRequest struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 }
QueryIntelReportEntitiesBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewQueryIntelReportEntitiesBadRequest ¶
func NewQueryIntelReportEntitiesBadRequest() *QueryIntelReportEntitiesBadRequest
NewQueryIntelReportEntitiesBadRequest creates a QueryIntelReportEntitiesBadRequest with default headers values
func (*QueryIntelReportEntitiesBadRequest) Error ¶
func (o *QueryIntelReportEntitiesBadRequest) Error() string
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
func (o *QueryIntelReportEntitiesBadRequest) IsCode(code int) bool
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
func (o *QueryIntelReportEntitiesBadRequest) IsSuccess() bool
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
func (o *QueryIntelReportEntitiesBadRequest) String() string
type QueryIntelReportEntitiesDefault ¶
type QueryIntelReportEntitiesDefault struct { Payload *models.DomainNewsResponse // contains filtered or unexported fields }
QueryIntelReportEntitiesDefault describes a response with status code -1, with default header values.
OK
func NewQueryIntelReportEntitiesDefault ¶
func NewQueryIntelReportEntitiesDefault(code int) *QueryIntelReportEntitiesDefault
NewQueryIntelReportEntitiesDefault creates a QueryIntelReportEntitiesDefault with default headers values
func (*QueryIntelReportEntitiesDefault) Code ¶
func (o *QueryIntelReportEntitiesDefault) Code() int
Code gets the status code for the query intel report entities default response
func (*QueryIntelReportEntitiesDefault) Error ¶
func (o *QueryIntelReportEntitiesDefault) Error() string
func (*QueryIntelReportEntitiesDefault) GetPayload ¶
func (o *QueryIntelReportEntitiesDefault) GetPayload() *models.DomainNewsResponse
func (*QueryIntelReportEntitiesDefault) IsClientError ¶ added in v0.2.27
func (o *QueryIntelReportEntitiesDefault) IsClientError() bool
IsClientError returns true when this query intel report entities default response has a 4xx status code
func (*QueryIntelReportEntitiesDefault) IsCode ¶ added in v0.2.27
func (o *QueryIntelReportEntitiesDefault) IsCode(code int) bool
IsCode returns true when this query intel report entities default response a status code equal to that given
func (*QueryIntelReportEntitiesDefault) IsRedirect ¶ added in v0.2.27
func (o *QueryIntelReportEntitiesDefault) IsRedirect() bool
IsRedirect returns true when this query intel report entities default response has a 3xx status code
func (*QueryIntelReportEntitiesDefault) IsServerError ¶ added in v0.2.27
func (o *QueryIntelReportEntitiesDefault) IsServerError() bool
IsServerError returns true when this query intel report entities default response has a 5xx status code
func (*QueryIntelReportEntitiesDefault) IsSuccess ¶ added in v0.2.27
func (o *QueryIntelReportEntitiesDefault) IsSuccess() bool
IsSuccess returns true when this query intel report entities default response has a 2xx status code
func (*QueryIntelReportEntitiesDefault) String ¶ added in v0.2.27
func (o *QueryIntelReportEntitiesDefault) String() string
type QueryIntelReportEntitiesForbidden ¶
type QueryIntelReportEntitiesForbidden struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaReplyMetaOnly }
QueryIntelReportEntitiesForbidden describes a response with status code 403, with default header values.
Forbidden
func NewQueryIntelReportEntitiesForbidden ¶
func NewQueryIntelReportEntitiesForbidden() *QueryIntelReportEntitiesForbidden
NewQueryIntelReportEntitiesForbidden creates a QueryIntelReportEntitiesForbidden with default headers values
func (*QueryIntelReportEntitiesForbidden) Error ¶
func (o *QueryIntelReportEntitiesForbidden) Error() string
func (*QueryIntelReportEntitiesForbidden) GetPayload ¶
func (o *QueryIntelReportEntitiesForbidden) GetPayload() *models.MsaReplyMetaOnly
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
func (o *QueryIntelReportEntitiesForbidden) String() string
type QueryIntelReportEntitiesInternalServerError ¶
type QueryIntelReportEntitiesInternalServerError struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaErrorsOnly }
QueryIntelReportEntitiesInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewQueryIntelReportEntitiesInternalServerError ¶
func NewQueryIntelReportEntitiesInternalServerError() *QueryIntelReportEntitiesInternalServerError
NewQueryIntelReportEntitiesInternalServerError creates a QueryIntelReportEntitiesInternalServerError with default headers values
func (*QueryIntelReportEntitiesInternalServerError) Error ¶
func (o *QueryIntelReportEntitiesInternalServerError) Error() string
func (*QueryIntelReportEntitiesInternalServerError) GetPayload ¶
func (o *QueryIntelReportEntitiesInternalServerError) GetPayload() *models.MsaErrorsOnly
func (*QueryIntelReportEntitiesInternalServerError) IsClientError ¶ added in v0.2.27
func (o *QueryIntelReportEntitiesInternalServerError) IsClientError() bool
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
func (o *QueryIntelReportEntitiesInternalServerError) IsCode(code int) bool
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
func (o *QueryIntelReportEntitiesInternalServerError) IsRedirect() bool
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
func (o *QueryIntelReportEntitiesInternalServerError) IsServerError() bool
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
func (o *QueryIntelReportEntitiesInternalServerError) IsSuccess() bool
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
func (o *QueryIntelReportEntitiesInternalServerError) String() string
type QueryIntelReportEntitiesOK ¶
type QueryIntelReportEntitiesOK struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.DomainNewsResponse }
QueryIntelReportEntitiesOK describes a response with status code 200, with default header values.
OK
func NewQueryIntelReportEntitiesOK ¶
func NewQueryIntelReportEntitiesOK() *QueryIntelReportEntitiesOK
NewQueryIntelReportEntitiesOK creates a QueryIntelReportEntitiesOK with default headers values
func (*QueryIntelReportEntitiesOK) Error ¶
func (o *QueryIntelReportEntitiesOK) Error() string
func (*QueryIntelReportEntitiesOK) GetPayload ¶
func (o *QueryIntelReportEntitiesOK) GetPayload() *models.DomainNewsResponse
func (*QueryIntelReportEntitiesOK) IsClientError ¶ added in v0.2.27
func (o *QueryIntelReportEntitiesOK) IsClientError() bool
IsClientError returns true when this query intel report entities o k response has a 4xx status code
func (*QueryIntelReportEntitiesOK) IsCode ¶ added in v0.2.27
func (o *QueryIntelReportEntitiesOK) IsCode(code int) bool
IsCode returns true when this query intel report entities o k response a status code equal to that given
func (*QueryIntelReportEntitiesOK) IsRedirect ¶ added in v0.2.27
func (o *QueryIntelReportEntitiesOK) IsRedirect() bool
IsRedirect returns true when this query intel report entities o k response has a 3xx status code
func (*QueryIntelReportEntitiesOK) IsServerError ¶ added in v0.2.27
func (o *QueryIntelReportEntitiesOK) IsServerError() bool
IsServerError returns true when this query intel report entities o k response has a 5xx status code
func (*QueryIntelReportEntitiesOK) IsSuccess ¶ added in v0.2.27
func (o *QueryIntelReportEntitiesOK) IsSuccess() bool
IsSuccess returns true when this query intel report entities o k response has a 2xx status code
func (*QueryIntelReportEntitiesOK) String ¶ added in v0.2.27
func (o *QueryIntelReportEntitiesOK) String() string
type QueryIntelReportEntitiesParams ¶
type QueryIntelReportEntitiesParams struct { /* Fields. The fields to return, or a predefined set of fields in the form of the collection name surrounded by two underscores like: \_\_\<collection\>\_\_. Ex: slug \_\_full\_\_. Defaults to \_\_basic\_\_. */ Fields []string /* Filter. Filter your query by specifying FQL filter parameters. Filter parameters include: actors, actors.id, actors.name, actors.slug, actors.url, created_date, description, id, last_modified_date, motivations, motivations.id, motivations.slug, motivations.value, name, name.raw, short_description, slug, sub_type, sub_type.id, sub_type.name, sub_type.slug, tags, tags.id, tags.slug, tags.value, target_countries, target_countries.id, target_countries.slug, target_countries.value, target_industries, target_industries.id, target_industries.slug, target_industries.value, type, type.id, type.name, type.slug, url. */ Filter *string /* Limit. Set the number of reports to return. The value must be between 1 and 5000. */ Limit *int64 /* Offset. Set the starting row number to return reports from. Defaults to 0. */ Offset *int64 /* Q. Perform a generic substring search across all fields. */ Q *string /* Sort. Order fields in ascending or descending order. Ex: created_date|asc. */ Sort *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
QueryIntelReportEntitiesParams contains all the parameters to send to the API endpoint
for the query intel report entities operation. Typically these are written to a http.Request.
func NewQueryIntelReportEntitiesParams ¶
func NewQueryIntelReportEntitiesParams() *QueryIntelReportEntitiesParams
NewQueryIntelReportEntitiesParams creates a new QueryIntelReportEntitiesParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewQueryIntelReportEntitiesParamsWithContext ¶
func NewQueryIntelReportEntitiesParamsWithContext(ctx context.Context) *QueryIntelReportEntitiesParams
NewQueryIntelReportEntitiesParamsWithContext creates a new QueryIntelReportEntitiesParams object with the ability to set a context for a request.
func NewQueryIntelReportEntitiesParamsWithHTTPClient ¶
func NewQueryIntelReportEntitiesParamsWithHTTPClient(client *http.Client) *QueryIntelReportEntitiesParams
NewQueryIntelReportEntitiesParamsWithHTTPClient creates a new QueryIntelReportEntitiesParams object with the ability to set a custom HTTPClient for a request.
func NewQueryIntelReportEntitiesParamsWithTimeout ¶
func NewQueryIntelReportEntitiesParamsWithTimeout(timeout time.Duration) *QueryIntelReportEntitiesParams
NewQueryIntelReportEntitiesParamsWithTimeout creates a new QueryIntelReportEntitiesParams object with the ability to set a timeout on a request.
func (*QueryIntelReportEntitiesParams) SetContext ¶
func (o *QueryIntelReportEntitiesParams) SetContext(ctx context.Context)
SetContext adds the context to the query intel report entities params
func (*QueryIntelReportEntitiesParams) SetDefaults ¶
func (o *QueryIntelReportEntitiesParams) SetDefaults()
SetDefaults hydrates default values in the query intel report entities params (not the query body).
All values with no default are reset to their zero value.
func (*QueryIntelReportEntitiesParams) SetFields ¶
func (o *QueryIntelReportEntitiesParams) SetFields(fields []string)
SetFields adds the fields to the query intel report entities params
func (*QueryIntelReportEntitiesParams) SetFilter ¶
func (o *QueryIntelReportEntitiesParams) SetFilter(filter *string)
SetFilter adds the filter to the query intel report entities params
func (*QueryIntelReportEntitiesParams) SetHTTPClient ¶
func (o *QueryIntelReportEntitiesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the query intel report entities params
func (*QueryIntelReportEntitiesParams) SetLimit ¶
func (o *QueryIntelReportEntitiesParams) SetLimit(limit *int64)
SetLimit adds the limit to the query intel report entities params
func (*QueryIntelReportEntitiesParams) SetOffset ¶
func (o *QueryIntelReportEntitiesParams) SetOffset(offset *int64)
SetOffset adds the offset to the query intel report entities params
func (*QueryIntelReportEntitiesParams) SetQ ¶
func (o *QueryIntelReportEntitiesParams) SetQ(q *string)
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 ¶
func (o *QueryIntelReportEntitiesParams) WithContext(ctx context.Context) *QueryIntelReportEntitiesParams
WithContext adds the context to the query intel report entities params
func (*QueryIntelReportEntitiesParams) WithDefaults ¶
func (o *QueryIntelReportEntitiesParams) WithDefaults() *QueryIntelReportEntitiesParams
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 ¶
func (o *QueryIntelReportEntitiesParams) WithFields(fields []string) *QueryIntelReportEntitiesParams
WithFields adds the fields to the query intel report entities params
func (*QueryIntelReportEntitiesParams) WithFilter ¶
func (o *QueryIntelReportEntitiesParams) WithFilter(filter *string) *QueryIntelReportEntitiesParams
WithFilter adds the filter to the query intel report entities params
func (*QueryIntelReportEntitiesParams) WithHTTPClient ¶
func (o *QueryIntelReportEntitiesParams) WithHTTPClient(client *http.Client) *QueryIntelReportEntitiesParams
WithHTTPClient adds the HTTPClient to the query intel report entities params
func (*QueryIntelReportEntitiesParams) WithLimit ¶
func (o *QueryIntelReportEntitiesParams) WithLimit(limit *int64) *QueryIntelReportEntitiesParams
WithLimit adds the limit to the query intel report entities params
func (*QueryIntelReportEntitiesParams) WithOffset ¶
func (o *QueryIntelReportEntitiesParams) WithOffset(offset *int64) *QueryIntelReportEntitiesParams
WithOffset adds the offset to the query intel report entities params
func (*QueryIntelReportEntitiesParams) WithQ ¶
func (o *QueryIntelReportEntitiesParams) WithQ(q *string) *QueryIntelReportEntitiesParams
WithQ adds the q to the query intel report entities params
func (*QueryIntelReportEntitiesParams) WithSort ¶
func (o *QueryIntelReportEntitiesParams) WithSort(sort *string) *QueryIntelReportEntitiesParams
WithSort adds the sort to the query intel report entities params
func (*QueryIntelReportEntitiesParams) WithTimeout ¶
func (o *QueryIntelReportEntitiesParams) WithTimeout(timeout time.Duration) *QueryIntelReportEntitiesParams
WithTimeout adds the timeout to the query intel report entities params
func (*QueryIntelReportEntitiesParams) WriteToRequest ¶
func (o *QueryIntelReportEntitiesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type QueryIntelReportEntitiesReader ¶
type QueryIntelReportEntitiesReader struct {
// contains filtered or unexported fields
}
QueryIntelReportEntitiesReader is a Reader for the QueryIntelReportEntities structure.
func (*QueryIntelReportEntitiesReader) ReadResponse ¶
func (o *QueryIntelReportEntitiesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type QueryIntelReportEntitiesTooManyRequests ¶
type QueryIntelReportEntitiesTooManyRequests struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 /* Too many requests, retry after this time (as milliseconds since epoch) */ XRateLimitRetryAfter int64 Payload *models.MsaReplyMetaOnly }
QueryIntelReportEntitiesTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewQueryIntelReportEntitiesTooManyRequests ¶
func NewQueryIntelReportEntitiesTooManyRequests() *QueryIntelReportEntitiesTooManyRequests
NewQueryIntelReportEntitiesTooManyRequests creates a QueryIntelReportEntitiesTooManyRequests with default headers values
func (*QueryIntelReportEntitiesTooManyRequests) Error ¶
func (o *QueryIntelReportEntitiesTooManyRequests) Error() string
func (*QueryIntelReportEntitiesTooManyRequests) GetPayload ¶
func (o *QueryIntelReportEntitiesTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
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
func (o *QueryIntelReportEntitiesTooManyRequests) IsCode(code int) bool
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
func (o *QueryIntelReportEntitiesTooManyRequests) IsRedirect() bool
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
func (o *QueryIntelReportEntitiesTooManyRequests) IsSuccess() bool
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
func (o *QueryIntelReportEntitiesTooManyRequests) String() string
type QueryIntelReportIdsBadRequest ¶
type QueryIntelReportIdsBadRequest struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaErrorsOnly }
QueryIntelReportIdsBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewQueryIntelReportIdsBadRequest ¶
func NewQueryIntelReportIdsBadRequest() *QueryIntelReportIdsBadRequest
NewQueryIntelReportIdsBadRequest creates a QueryIntelReportIdsBadRequest with default headers values
func (*QueryIntelReportIdsBadRequest) Error ¶
func (o *QueryIntelReportIdsBadRequest) Error() string
func (*QueryIntelReportIdsBadRequest) GetPayload ¶
func (o *QueryIntelReportIdsBadRequest) GetPayload() *models.MsaErrorsOnly
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
func (o *QueryIntelReportIdsBadRequest) String() string
type QueryIntelReportIdsDefault ¶
type QueryIntelReportIdsDefault struct { Payload *models.MsaQueryResponse // contains filtered or unexported fields }
QueryIntelReportIdsDefault describes a response with status code -1, with default header values.
OK
func NewQueryIntelReportIdsDefault ¶
func NewQueryIntelReportIdsDefault(code int) *QueryIntelReportIdsDefault
NewQueryIntelReportIdsDefault creates a QueryIntelReportIdsDefault with default headers values
func (*QueryIntelReportIdsDefault) Code ¶
func (o *QueryIntelReportIdsDefault) Code() int
Code gets the status code for the query intel report ids default response
func (*QueryIntelReportIdsDefault) Error ¶
func (o *QueryIntelReportIdsDefault) Error() string
func (*QueryIntelReportIdsDefault) GetPayload ¶
func (o *QueryIntelReportIdsDefault) GetPayload() *models.MsaQueryResponse
func (*QueryIntelReportIdsDefault) IsClientError ¶ added in v0.2.27
func (o *QueryIntelReportIdsDefault) IsClientError() bool
IsClientError returns true when this query intel report ids default response has a 4xx status code
func (*QueryIntelReportIdsDefault) IsCode ¶ added in v0.2.27
func (o *QueryIntelReportIdsDefault) IsCode(code int) bool
IsCode returns true when this query intel report ids default response a status code equal to that given
func (*QueryIntelReportIdsDefault) IsRedirect ¶ added in v0.2.27
func (o *QueryIntelReportIdsDefault) IsRedirect() bool
IsRedirect returns true when this query intel report ids default response has a 3xx status code
func (*QueryIntelReportIdsDefault) IsServerError ¶ added in v0.2.27
func (o *QueryIntelReportIdsDefault) IsServerError() bool
IsServerError returns true when this query intel report ids default response has a 5xx status code
func (*QueryIntelReportIdsDefault) IsSuccess ¶ added in v0.2.27
func (o *QueryIntelReportIdsDefault) IsSuccess() bool
IsSuccess returns true when this query intel report ids default response has a 2xx status code
func (*QueryIntelReportIdsDefault) String ¶ added in v0.2.27
func (o *QueryIntelReportIdsDefault) String() string
type QueryIntelReportIdsForbidden ¶
type QueryIntelReportIdsForbidden struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaReplyMetaOnly }
QueryIntelReportIdsForbidden describes a response with status code 403, with default header values.
Forbidden
func NewQueryIntelReportIdsForbidden ¶
func NewQueryIntelReportIdsForbidden() *QueryIntelReportIdsForbidden
NewQueryIntelReportIdsForbidden creates a QueryIntelReportIdsForbidden with default headers values
func (*QueryIntelReportIdsForbidden) Error ¶
func (o *QueryIntelReportIdsForbidden) Error() string
func (*QueryIntelReportIdsForbidden) GetPayload ¶
func (o *QueryIntelReportIdsForbidden) GetPayload() *models.MsaReplyMetaOnly
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
func (o *QueryIntelReportIdsForbidden) String() string
type QueryIntelReportIdsInternalServerError ¶
type QueryIntelReportIdsInternalServerError struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaErrorsOnly }
QueryIntelReportIdsInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewQueryIntelReportIdsInternalServerError ¶
func NewQueryIntelReportIdsInternalServerError() *QueryIntelReportIdsInternalServerError
NewQueryIntelReportIdsInternalServerError creates a QueryIntelReportIdsInternalServerError with default headers values
func (*QueryIntelReportIdsInternalServerError) Error ¶
func (o *QueryIntelReportIdsInternalServerError) Error() string
func (*QueryIntelReportIdsInternalServerError) GetPayload ¶
func (o *QueryIntelReportIdsInternalServerError) GetPayload() *models.MsaErrorsOnly
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
func (o *QueryIntelReportIdsInternalServerError) IsCode(code int) bool
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
func (o *QueryIntelReportIdsInternalServerError) IsRedirect() bool
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
func (o *QueryIntelReportIdsInternalServerError) IsSuccess() bool
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
func (o *QueryIntelReportIdsInternalServerError) String() string
type QueryIntelReportIdsOK ¶
type QueryIntelReportIdsOK struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaQueryResponse }
QueryIntelReportIdsOK describes a response with status code 200, with default header values.
OK
func NewQueryIntelReportIdsOK ¶
func NewQueryIntelReportIdsOK() *QueryIntelReportIdsOK
NewQueryIntelReportIdsOK creates a QueryIntelReportIdsOK with default headers values
func (*QueryIntelReportIdsOK) Error ¶
func (o *QueryIntelReportIdsOK) Error() string
func (*QueryIntelReportIdsOK) GetPayload ¶
func (o *QueryIntelReportIdsOK) GetPayload() *models.MsaQueryResponse
func (*QueryIntelReportIdsOK) IsClientError ¶ added in v0.2.27
func (o *QueryIntelReportIdsOK) IsClientError() bool
IsClientError returns true when this query intel report ids o k response has a 4xx status code
func (*QueryIntelReportIdsOK) IsCode ¶ added in v0.2.27
func (o *QueryIntelReportIdsOK) IsCode(code int) bool
IsCode returns true when this query intel report ids o k response a status code equal to that given
func (*QueryIntelReportIdsOK) IsRedirect ¶ added in v0.2.27
func (o *QueryIntelReportIdsOK) IsRedirect() bool
IsRedirect returns true when this query intel report ids o k response has a 3xx status code
func (*QueryIntelReportIdsOK) IsServerError ¶ added in v0.2.27
func (o *QueryIntelReportIdsOK) IsServerError() bool
IsServerError returns true when this query intel report ids o k response has a 5xx status code
func (*QueryIntelReportIdsOK) IsSuccess ¶ added in v0.2.27
func (o *QueryIntelReportIdsOK) IsSuccess() bool
IsSuccess returns true when this query intel report ids o k response has a 2xx status code
func (*QueryIntelReportIdsOK) String ¶ added in v0.2.27
func (o *QueryIntelReportIdsOK) String() string
type QueryIntelReportIdsParams ¶
type QueryIntelReportIdsParams struct { /* Filter. Filter your query by specifying FQL filter parameters. Filter parameters include: actors, actors.id, actors.name, actors.slug, actors.url, created_date, description, id, last_modified_date, motivations, motivations.id, motivations.slug, motivations.value, name, name.raw, short_description, slug, sub_type, sub_type.id, sub_type.name, sub_type.slug, tags, tags.id, tags.slug, tags.value, target_countries, target_countries.id, target_countries.slug, target_countries.value, target_industries, target_industries.id, target_industries.slug, target_industries.value, type, type.id, type.name, type.slug, url. */ Filter *string /* Limit. Set the number of report IDs to return. The value must be between 1 and 5000. */ Limit *int64 /* Offset. Set the starting row number to return report IDs from. Defaults to 0. */ Offset *int64 /* Q. Perform a generic substring search across all fields. */ Q *string /* Sort. Order fields in ascending or descending order. Ex: created_date|asc. */ Sort *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
QueryIntelReportIdsParams contains all the parameters to send to the API endpoint
for the query intel report ids operation. Typically these are written to a http.Request.
func NewQueryIntelReportIdsParams ¶
func NewQueryIntelReportIdsParams() *QueryIntelReportIdsParams
NewQueryIntelReportIdsParams creates a new QueryIntelReportIdsParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewQueryIntelReportIdsParamsWithContext ¶
func NewQueryIntelReportIdsParamsWithContext(ctx context.Context) *QueryIntelReportIdsParams
NewQueryIntelReportIdsParamsWithContext creates a new QueryIntelReportIdsParams object with the ability to set a context for a request.
func NewQueryIntelReportIdsParamsWithHTTPClient ¶
func NewQueryIntelReportIdsParamsWithHTTPClient(client *http.Client) *QueryIntelReportIdsParams
NewQueryIntelReportIdsParamsWithHTTPClient creates a new QueryIntelReportIdsParams object with the ability to set a custom HTTPClient for a request.
func NewQueryIntelReportIdsParamsWithTimeout ¶
func NewQueryIntelReportIdsParamsWithTimeout(timeout time.Duration) *QueryIntelReportIdsParams
NewQueryIntelReportIdsParamsWithTimeout creates a new QueryIntelReportIdsParams object with the ability to set a timeout on a request.
func (*QueryIntelReportIdsParams) SetContext ¶
func (o *QueryIntelReportIdsParams) SetContext(ctx context.Context)
SetContext adds the context to the query intel report ids params
func (*QueryIntelReportIdsParams) SetDefaults ¶
func (o *QueryIntelReportIdsParams) SetDefaults()
SetDefaults hydrates default values in the query intel report ids params (not the query body).
All values with no default are reset to their zero value.
func (*QueryIntelReportIdsParams) SetFilter ¶
func (o *QueryIntelReportIdsParams) SetFilter(filter *string)
SetFilter adds the filter to the query intel report ids params
func (*QueryIntelReportIdsParams) SetHTTPClient ¶
func (o *QueryIntelReportIdsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the query intel report ids params
func (*QueryIntelReportIdsParams) SetLimit ¶
func (o *QueryIntelReportIdsParams) SetLimit(limit *int64)
SetLimit adds the limit to the query intel report ids params
func (*QueryIntelReportIdsParams) SetOffset ¶
func (o *QueryIntelReportIdsParams) SetOffset(offset *int64)
SetOffset adds the offset to the query intel report ids params
func (*QueryIntelReportIdsParams) SetQ ¶
func (o *QueryIntelReportIdsParams) SetQ(q *string)
SetQ adds the q to the query intel report ids params
func (*QueryIntelReportIdsParams) SetSort ¶
func (o *QueryIntelReportIdsParams) SetSort(sort *string)
SetSort adds the sort to the query intel report ids params
func (*QueryIntelReportIdsParams) SetTimeout ¶
func (o *QueryIntelReportIdsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the query intel report ids params
func (*QueryIntelReportIdsParams) WithContext ¶
func (o *QueryIntelReportIdsParams) WithContext(ctx context.Context) *QueryIntelReportIdsParams
WithContext adds the context to the query intel report ids params
func (*QueryIntelReportIdsParams) WithDefaults ¶
func (o *QueryIntelReportIdsParams) WithDefaults() *QueryIntelReportIdsParams
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 ¶
func (o *QueryIntelReportIdsParams) WithFilter(filter *string) *QueryIntelReportIdsParams
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 ¶
func (o *QueryIntelReportIdsParams) WithLimit(limit *int64) *QueryIntelReportIdsParams
WithLimit adds the limit to the query intel report ids params
func (*QueryIntelReportIdsParams) WithOffset ¶
func (o *QueryIntelReportIdsParams) WithOffset(offset *int64) *QueryIntelReportIdsParams
WithOffset adds the offset to the query intel report ids params
func (*QueryIntelReportIdsParams) WithQ ¶
func (o *QueryIntelReportIdsParams) WithQ(q *string) *QueryIntelReportIdsParams
WithQ adds the q to the query intel report ids params
func (*QueryIntelReportIdsParams) WithSort ¶
func (o *QueryIntelReportIdsParams) WithSort(sort *string) *QueryIntelReportIdsParams
WithSort adds the sort to the query intel report ids params
func (*QueryIntelReportIdsParams) WithTimeout ¶
func (o *QueryIntelReportIdsParams) WithTimeout(timeout time.Duration) *QueryIntelReportIdsParams
WithTimeout adds the timeout to the query intel report ids params
func (*QueryIntelReportIdsParams) WriteToRequest ¶
func (o *QueryIntelReportIdsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type QueryIntelReportIdsReader ¶
type QueryIntelReportIdsReader struct {
// contains filtered or unexported fields
}
QueryIntelReportIdsReader is a Reader for the QueryIntelReportIds structure.
func (*QueryIntelReportIdsReader) ReadResponse ¶
func (o *QueryIntelReportIdsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type QueryIntelReportIdsTooManyRequests ¶
type QueryIntelReportIdsTooManyRequests struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 /* Too many requests, retry after this time (as milliseconds since epoch) */ XRateLimitRetryAfter int64 Payload *models.MsaReplyMetaOnly }
QueryIntelReportIdsTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewQueryIntelReportIdsTooManyRequests ¶
func NewQueryIntelReportIdsTooManyRequests() *QueryIntelReportIdsTooManyRequests
NewQueryIntelReportIdsTooManyRequests creates a QueryIntelReportIdsTooManyRequests with default headers values
func (*QueryIntelReportIdsTooManyRequests) Error ¶
func (o *QueryIntelReportIdsTooManyRequests) Error() string
func (*QueryIntelReportIdsTooManyRequests) GetPayload ¶
func (o *QueryIntelReportIdsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
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
func (o *QueryIntelReportIdsTooManyRequests) IsCode(code int) bool
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
func (o *QueryIntelReportIdsTooManyRequests) IsSuccess() bool
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
func (o *QueryIntelReportIdsTooManyRequests) String() string
type QueryIntelRuleIdsBadRequest ¶
type QueryIntelRuleIdsBadRequest struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaErrorsOnly }
QueryIntelRuleIdsBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewQueryIntelRuleIdsBadRequest ¶
func NewQueryIntelRuleIdsBadRequest() *QueryIntelRuleIdsBadRequest
NewQueryIntelRuleIdsBadRequest creates a QueryIntelRuleIdsBadRequest with default headers values
func (*QueryIntelRuleIdsBadRequest) Error ¶
func (o *QueryIntelRuleIdsBadRequest) Error() string
func (*QueryIntelRuleIdsBadRequest) GetPayload ¶
func (o *QueryIntelRuleIdsBadRequest) GetPayload() *models.MsaErrorsOnly
func (*QueryIntelRuleIdsBadRequest) IsClientError ¶ added in v0.2.27
func (o *QueryIntelRuleIdsBadRequest) IsClientError() bool
IsClientError returns true when this query intel rule ids bad request response has a 4xx status code
func (*QueryIntelRuleIdsBadRequest) IsCode ¶ added in v0.2.27
func (o *QueryIntelRuleIdsBadRequest) IsCode(code int) bool
IsCode returns true when this query intel rule ids bad request response a status code equal to that given
func (*QueryIntelRuleIdsBadRequest) IsRedirect ¶ added in v0.2.27
func (o *QueryIntelRuleIdsBadRequest) IsRedirect() bool
IsRedirect returns true when this query intel rule ids bad request response has a 3xx status code
func (*QueryIntelRuleIdsBadRequest) IsServerError ¶ added in v0.2.27
func (o *QueryIntelRuleIdsBadRequest) IsServerError() bool
IsServerError returns true when this query intel rule ids bad request response has a 5xx status code
func (*QueryIntelRuleIdsBadRequest) IsSuccess ¶ added in v0.2.27
func (o *QueryIntelRuleIdsBadRequest) IsSuccess() bool
IsSuccess returns true when this query intel rule ids bad request response has a 2xx status code
func (*QueryIntelRuleIdsBadRequest) String ¶ added in v0.2.27
func (o *QueryIntelRuleIdsBadRequest) String() string
type QueryIntelRuleIdsDefault ¶
type QueryIntelRuleIdsDefault struct { Payload *models.MsaQueryResponse // contains filtered or unexported fields }
QueryIntelRuleIdsDefault describes a response with status code -1, with default header values.
OK
func NewQueryIntelRuleIdsDefault ¶
func NewQueryIntelRuleIdsDefault(code int) *QueryIntelRuleIdsDefault
NewQueryIntelRuleIdsDefault creates a QueryIntelRuleIdsDefault with default headers values
func (*QueryIntelRuleIdsDefault) Code ¶
func (o *QueryIntelRuleIdsDefault) Code() int
Code gets the status code for the query intel rule ids default response
func (*QueryIntelRuleIdsDefault) Error ¶
func (o *QueryIntelRuleIdsDefault) Error() string
func (*QueryIntelRuleIdsDefault) GetPayload ¶
func (o *QueryIntelRuleIdsDefault) GetPayload() *models.MsaQueryResponse
func (*QueryIntelRuleIdsDefault) IsClientError ¶ added in v0.2.27
func (o *QueryIntelRuleIdsDefault) IsClientError() bool
IsClientError returns true when this query intel rule ids default response has a 4xx status code
func (*QueryIntelRuleIdsDefault) IsCode ¶ added in v0.2.27
func (o *QueryIntelRuleIdsDefault) IsCode(code int) bool
IsCode returns true when this query intel rule ids default response a status code equal to that given
func (*QueryIntelRuleIdsDefault) IsRedirect ¶ added in v0.2.27
func (o *QueryIntelRuleIdsDefault) IsRedirect() bool
IsRedirect returns true when this query intel rule ids default response has a 3xx status code
func (*QueryIntelRuleIdsDefault) IsServerError ¶ added in v0.2.27
func (o *QueryIntelRuleIdsDefault) IsServerError() bool
IsServerError returns true when this query intel rule ids default response has a 5xx status code
func (*QueryIntelRuleIdsDefault) IsSuccess ¶ added in v0.2.27
func (o *QueryIntelRuleIdsDefault) IsSuccess() bool
IsSuccess returns true when this query intel rule ids default response has a 2xx status code
func (*QueryIntelRuleIdsDefault) String ¶ added in v0.2.27
func (o *QueryIntelRuleIdsDefault) String() string
type QueryIntelRuleIdsForbidden ¶
type QueryIntelRuleIdsForbidden struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaReplyMetaOnly }
QueryIntelRuleIdsForbidden describes a response with status code 403, with default header values.
Forbidden
func NewQueryIntelRuleIdsForbidden ¶
func NewQueryIntelRuleIdsForbidden() *QueryIntelRuleIdsForbidden
NewQueryIntelRuleIdsForbidden creates a QueryIntelRuleIdsForbidden with default headers values
func (*QueryIntelRuleIdsForbidden) Error ¶
func (o *QueryIntelRuleIdsForbidden) Error() string
func (*QueryIntelRuleIdsForbidden) GetPayload ¶
func (o *QueryIntelRuleIdsForbidden) GetPayload() *models.MsaReplyMetaOnly
func (*QueryIntelRuleIdsForbidden) IsClientError ¶ added in v0.2.27
func (o *QueryIntelRuleIdsForbidden) IsClientError() bool
IsClientError returns true when this query intel rule ids forbidden response has a 4xx status code
func (*QueryIntelRuleIdsForbidden) IsCode ¶ added in v0.2.27
func (o *QueryIntelRuleIdsForbidden) IsCode(code int) bool
IsCode returns true when this query intel rule ids forbidden response a status code equal to that given
func (*QueryIntelRuleIdsForbidden) IsRedirect ¶ added in v0.2.27
func (o *QueryIntelRuleIdsForbidden) IsRedirect() bool
IsRedirect returns true when this query intel rule ids forbidden response has a 3xx status code
func (*QueryIntelRuleIdsForbidden) IsServerError ¶ added in v0.2.27
func (o *QueryIntelRuleIdsForbidden) IsServerError() bool
IsServerError returns true when this query intel rule ids forbidden response has a 5xx status code
func (*QueryIntelRuleIdsForbidden) IsSuccess ¶ added in v0.2.27
func (o *QueryIntelRuleIdsForbidden) IsSuccess() bool
IsSuccess returns true when this query intel rule ids forbidden response has a 2xx status code
func (*QueryIntelRuleIdsForbidden) String ¶ added in v0.2.27
func (o *QueryIntelRuleIdsForbidden) String() string
type QueryIntelRuleIdsInternalServerError ¶
type QueryIntelRuleIdsInternalServerError struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaErrorsOnly }
QueryIntelRuleIdsInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewQueryIntelRuleIdsInternalServerError ¶
func NewQueryIntelRuleIdsInternalServerError() *QueryIntelRuleIdsInternalServerError
NewQueryIntelRuleIdsInternalServerError creates a QueryIntelRuleIdsInternalServerError with default headers values
func (*QueryIntelRuleIdsInternalServerError) Error ¶
func (o *QueryIntelRuleIdsInternalServerError) Error() string
func (*QueryIntelRuleIdsInternalServerError) GetPayload ¶
func (o *QueryIntelRuleIdsInternalServerError) GetPayload() *models.MsaErrorsOnly
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
func (o *QueryIntelRuleIdsInternalServerError) IsCode(code int) bool
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
func (o *QueryIntelRuleIdsInternalServerError) IsRedirect() bool
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
func (o *QueryIntelRuleIdsInternalServerError) IsSuccess() bool
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
func (o *QueryIntelRuleIdsInternalServerError) String() string
type QueryIntelRuleIdsOK ¶
type QueryIntelRuleIdsOK struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaQueryResponse }
QueryIntelRuleIdsOK describes a response with status code 200, with default header values.
OK
func NewQueryIntelRuleIdsOK ¶
func NewQueryIntelRuleIdsOK() *QueryIntelRuleIdsOK
NewQueryIntelRuleIdsOK creates a QueryIntelRuleIdsOK with default headers values
func (*QueryIntelRuleIdsOK) Error ¶
func (o *QueryIntelRuleIdsOK) Error() string
func (*QueryIntelRuleIdsOK) GetPayload ¶
func (o *QueryIntelRuleIdsOK) GetPayload() *models.MsaQueryResponse
func (*QueryIntelRuleIdsOK) IsClientError ¶ added in v0.2.27
func (o *QueryIntelRuleIdsOK) IsClientError() bool
IsClientError returns true when this query intel rule ids o k response has a 4xx status code
func (*QueryIntelRuleIdsOK) IsCode ¶ added in v0.2.27
func (o *QueryIntelRuleIdsOK) IsCode(code int) bool
IsCode returns true when this query intel rule ids o k response a status code equal to that given
func (*QueryIntelRuleIdsOK) IsRedirect ¶ added in v0.2.27
func (o *QueryIntelRuleIdsOK) IsRedirect() bool
IsRedirect returns true when this query intel rule ids o k response has a 3xx status code
func (*QueryIntelRuleIdsOK) IsServerError ¶ added in v0.2.27
func (o *QueryIntelRuleIdsOK) IsServerError() bool
IsServerError returns true when this query intel rule ids o k response has a 5xx status code
func (*QueryIntelRuleIdsOK) IsSuccess ¶ added in v0.2.27
func (o *QueryIntelRuleIdsOK) IsSuccess() bool
IsSuccess returns true when this query intel rule ids o k response has a 2xx status code
func (*QueryIntelRuleIdsOK) String ¶ added in v0.2.27
func (o *QueryIntelRuleIdsOK) String() string
type QueryIntelRuleIdsParams ¶
type QueryIntelRuleIdsParams struct { /* Description. Substring match on description field. */ Description []string /* Limit. The number of rule IDs to return. Defaults to 10. */ Limit *int64 /* MaxCreatedDate. Filter results to those created on or before a certain date. */ MaxCreatedDate *string /* MinCreatedDate. Filter results to those created on or after a certain date. */ MinCreatedDate *int64 /* Name. Search by rule title. */ Name []string /* Offset. Set the starting row number to return reports from. Defaults to 0. */ Offset *int64 /* Q. Perform a generic substring search across all fields. */ Q *string /* Sort. Order fields in ascending or descending order. Ex: created_date|asc. */ Sort *string /* Tags. Search for rule tags. */ Tags []string /* Type. The rule news report type. Accepted values: snort-suricata-master snort-suricata-update snort-suricata-changelog yara-master yara-update yara-changelog common-event-format netwitness */ Type string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
QueryIntelRuleIdsParams contains all the parameters to send to the API endpoint
for the query intel rule ids operation. Typically these are written to a http.Request.
func NewQueryIntelRuleIdsParams ¶
func NewQueryIntelRuleIdsParams() *QueryIntelRuleIdsParams
NewQueryIntelRuleIdsParams creates a new QueryIntelRuleIdsParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewQueryIntelRuleIdsParamsWithContext ¶
func NewQueryIntelRuleIdsParamsWithContext(ctx context.Context) *QueryIntelRuleIdsParams
NewQueryIntelRuleIdsParamsWithContext creates a new QueryIntelRuleIdsParams object with the ability to set a context for a request.
func NewQueryIntelRuleIdsParamsWithHTTPClient ¶
func NewQueryIntelRuleIdsParamsWithHTTPClient(client *http.Client) *QueryIntelRuleIdsParams
NewQueryIntelRuleIdsParamsWithHTTPClient creates a new QueryIntelRuleIdsParams object with the ability to set a custom HTTPClient for a request.
func NewQueryIntelRuleIdsParamsWithTimeout ¶
func NewQueryIntelRuleIdsParamsWithTimeout(timeout time.Duration) *QueryIntelRuleIdsParams
NewQueryIntelRuleIdsParamsWithTimeout creates a new QueryIntelRuleIdsParams object with the ability to set a timeout on a request.
func (*QueryIntelRuleIdsParams) SetContext ¶
func (o *QueryIntelRuleIdsParams) SetContext(ctx context.Context)
SetContext adds the context to the query intel rule ids params
func (*QueryIntelRuleIdsParams) SetDefaults ¶
func (o *QueryIntelRuleIdsParams) SetDefaults()
SetDefaults hydrates default values in the query intel rule ids params (not the query body).
All values with no default are reset to their zero value.
func (*QueryIntelRuleIdsParams) SetDescription ¶
func (o *QueryIntelRuleIdsParams) SetDescription(description []string)
SetDescription adds the description to the query intel rule ids params
func (*QueryIntelRuleIdsParams) SetHTTPClient ¶
func (o *QueryIntelRuleIdsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the query intel rule ids params
func (*QueryIntelRuleIdsParams) SetLimit ¶
func (o *QueryIntelRuleIdsParams) SetLimit(limit *int64)
SetLimit adds the limit to the query intel rule ids params
func (*QueryIntelRuleIdsParams) SetMaxCreatedDate ¶
func (o *QueryIntelRuleIdsParams) SetMaxCreatedDate(maxCreatedDate *string)
SetMaxCreatedDate adds the maxCreatedDate to the query intel rule ids params
func (*QueryIntelRuleIdsParams) SetMinCreatedDate ¶
func (o *QueryIntelRuleIdsParams) SetMinCreatedDate(minCreatedDate *int64)
SetMinCreatedDate adds the minCreatedDate to the query intel rule ids params
func (*QueryIntelRuleIdsParams) SetName ¶
func (o *QueryIntelRuleIdsParams) SetName(name []string)
SetName adds the name to the query intel rule ids params
func (*QueryIntelRuleIdsParams) SetOffset ¶
func (o *QueryIntelRuleIdsParams) SetOffset(offset *int64)
SetOffset adds the offset to the query intel rule ids params
func (*QueryIntelRuleIdsParams) SetQ ¶
func (o *QueryIntelRuleIdsParams) SetQ(q *string)
SetQ adds the q to the query intel rule ids params
func (*QueryIntelRuleIdsParams) SetSort ¶
func (o *QueryIntelRuleIdsParams) SetSort(sort *string)
SetSort adds the sort to the query intel rule ids params
func (*QueryIntelRuleIdsParams) SetTags ¶
func (o *QueryIntelRuleIdsParams) SetTags(tags []string)
SetTags adds the tags to the query intel rule ids params
func (*QueryIntelRuleIdsParams) SetTimeout ¶
func (o *QueryIntelRuleIdsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the query intel rule ids params
func (*QueryIntelRuleIdsParams) SetType ¶
func (o *QueryIntelRuleIdsParams) SetType(typeVar string)
SetType adds the type to the query intel rule ids params
func (*QueryIntelRuleIdsParams) WithContext ¶
func (o *QueryIntelRuleIdsParams) WithContext(ctx context.Context) *QueryIntelRuleIdsParams
WithContext adds the context to the query intel rule ids params
func (*QueryIntelRuleIdsParams) WithDefaults ¶
func (o *QueryIntelRuleIdsParams) WithDefaults() *QueryIntelRuleIdsParams
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 ¶
func (o *QueryIntelRuleIdsParams) WithLimit(limit *int64) *QueryIntelRuleIdsParams
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 ¶
func (o *QueryIntelRuleIdsParams) WithName(name []string) *QueryIntelRuleIdsParams
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 ¶
func (o *QueryIntelRuleIdsParams) WithQ(q *string) *QueryIntelRuleIdsParams
WithQ adds the q to the query intel rule ids params
func (*QueryIntelRuleIdsParams) WithSort ¶
func (o *QueryIntelRuleIdsParams) WithSort(sort *string) *QueryIntelRuleIdsParams
WithSort adds the sort to the query intel rule ids params
func (*QueryIntelRuleIdsParams) WithTags ¶
func (o *QueryIntelRuleIdsParams) WithTags(tags []string) *QueryIntelRuleIdsParams
WithTags adds the tags to the query intel rule ids params
func (*QueryIntelRuleIdsParams) WithTimeout ¶
func (o *QueryIntelRuleIdsParams) WithTimeout(timeout time.Duration) *QueryIntelRuleIdsParams
WithTimeout adds the timeout to the query intel rule ids params
func (*QueryIntelRuleIdsParams) WithType ¶
func (o *QueryIntelRuleIdsParams) WithType(typeVar string) *QueryIntelRuleIdsParams
WithType adds the typeVar to the query intel rule ids params
func (*QueryIntelRuleIdsParams) WriteToRequest ¶
func (o *QueryIntelRuleIdsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type QueryIntelRuleIdsReader ¶
type QueryIntelRuleIdsReader struct {
// contains filtered or unexported fields
}
QueryIntelRuleIdsReader is a Reader for the QueryIntelRuleIds structure.
func (*QueryIntelRuleIdsReader) ReadResponse ¶
func (o *QueryIntelRuleIdsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type QueryIntelRuleIdsTooManyRequests ¶
type QueryIntelRuleIdsTooManyRequests struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 /* Too many requests, retry after this time (as milliseconds since epoch) */ XRateLimitRetryAfter int64 Payload *models.MsaReplyMetaOnly }
QueryIntelRuleIdsTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewQueryIntelRuleIdsTooManyRequests ¶
func NewQueryIntelRuleIdsTooManyRequests() *QueryIntelRuleIdsTooManyRequests
NewQueryIntelRuleIdsTooManyRequests creates a QueryIntelRuleIdsTooManyRequests with default headers values
func (*QueryIntelRuleIdsTooManyRequests) Error ¶
func (o *QueryIntelRuleIdsTooManyRequests) Error() string
func (*QueryIntelRuleIdsTooManyRequests) GetPayload ¶
func (o *QueryIntelRuleIdsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
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
func (o *QueryIntelRuleIdsTooManyRequests) String() string
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" )
Source Files ¶
- constants.go
- get_intel_actor_entities_parameters.go
- get_intel_actor_entities_responses.go
- get_intel_indicator_entities_parameters.go
- get_intel_indicator_entities_responses.go
- get_intel_report_entities_parameters.go
- get_intel_report_entities_responses.go
- get_intel_report_p_d_f_parameters.go
- get_intel_report_p_d_f_responses.go
- get_intel_rule_entities_parameters.go
- get_intel_rule_entities_responses.go
- get_intel_rule_file_parameters.go
- get_intel_rule_file_responses.go
- get_latest_intel_rule_file_parameters.go
- get_latest_intel_rule_file_responses.go
- intel_client.go
- pagination.go
- query_intel_actor_entities_parameters.go
- query_intel_actor_entities_responses.go
- query_intel_actor_ids_parameters.go
- query_intel_actor_ids_responses.go
- query_intel_indicator_entities_parameters.go
- query_intel_indicator_entities_responses.go
- query_intel_indicator_ids_parameters.go
- query_intel_indicator_ids_responses.go
- query_intel_report_entities_parameters.go
- query_intel_report_entities_responses.go
- query_intel_report_ids_parameters.go
- query_intel_report_ids_responses.go
- query_intel_rule_ids_parameters.go
- query_intel_rule_ids_responses.go