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) GetMitreReport(params *GetMitreReportParams, opts ...ClientOption) (*GetMitreReportOK, error)
- func (a *Client) GetVulnerabilities(params *GetVulnerabilitiesParams, opts ...ClientOption) (*GetVulnerabilitiesOK, error)
- func (a *Client) PostMitreAttacks(params *PostMitreAttacksParams, opts ...ClientOption) (*PostMitreAttacksOK, 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) QueryMitreAttacks(params *QueryMitreAttacksParams, opts ...ClientOption) (*QueryMitreAttacksOK, error)
- func (a *Client) QueryVulnerabilities(params *QueryVulnerabilitiesParams, opts ...ClientOption) (*QueryVulnerabilitiesOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- type ClientOption
- type ClientService
- type GetIntelActorEntitiesForbidden
- func (o *GetIntelActorEntitiesForbidden) Code() int
- 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) Code() int
- 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) Code() int
- 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) Code() int
- 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 GetIntelIndicatorEntitiesForbidden
- func (o *GetIntelIndicatorEntitiesForbidden) Code() int
- 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) Code() int
- 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) Code() int
- 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) Code() int
- 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 GetIntelReportEntitiesForbidden
- func (o *GetIntelReportEntitiesForbidden) Code() int
- 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) Code() int
- 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) Code() int
- 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) Code() int
- 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) Code() int
- 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 GetIntelReportPDFForbidden
- func (o *GetIntelReportPDFForbidden) Code() int
- 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) Code() int
- 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) Code() int
- 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) SetIds(ids *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) WithIds(ids *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) Code() int
- 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 GetIntelRuleEntitiesForbidden
- func (o *GetIntelRuleEntitiesForbidden) Code() int
- 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) Code() int
- 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) Code() int
- 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) Code() int
- 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) Code() int
- 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 GetIntelRuleFileForbidden
- func (o *GetIntelRuleFileForbidden) Code() int
- 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) Code() int
- 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) Code() int
- 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) Code() int
- 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) Code() int
- 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) Code() int
- 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 GetLatestIntelRuleFileForbidden
- func (o *GetLatestIntelRuleFileForbidden) Code() int
- 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) Code() int
- 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) Code() int
- 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) Code() int
- 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) Code() int
- 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) SetIfNoneMatch(ifNoneMatch *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) WithIfNoneMatch(ifNoneMatch *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) Code() int
- 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 GetMitreReportForbidden
- func (o *GetMitreReportForbidden) Code() int
- func (o *GetMitreReportForbidden) Error() string
- func (o *GetMitreReportForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetMitreReportForbidden) IsClientError() bool
- func (o *GetMitreReportForbidden) IsCode(code int) bool
- func (o *GetMitreReportForbidden) IsRedirect() bool
- func (o *GetMitreReportForbidden) IsServerError() bool
- func (o *GetMitreReportForbidden) IsSuccess() bool
- func (o *GetMitreReportForbidden) String() string
- type GetMitreReportOK
- func (o *GetMitreReportOK) Code() int
- func (o *GetMitreReportOK) Error() string
- func (o *GetMitreReportOK) IsClientError() bool
- func (o *GetMitreReportOK) IsCode(code int) bool
- func (o *GetMitreReportOK) IsRedirect() bool
- func (o *GetMitreReportOK) IsServerError() bool
- func (o *GetMitreReportOK) IsSuccess() bool
- func (o *GetMitreReportOK) String() string
- type GetMitreReportParams
- func NewGetMitreReportParams() *GetMitreReportParams
- func NewGetMitreReportParamsWithContext(ctx context.Context) *GetMitreReportParams
- func NewGetMitreReportParamsWithHTTPClient(client *http.Client) *GetMitreReportParams
- func NewGetMitreReportParamsWithTimeout(timeout time.Duration) *GetMitreReportParams
- func (o *GetMitreReportParams) SetActorID(actorID string)
- func (o *GetMitreReportParams) SetContext(ctx context.Context)
- func (o *GetMitreReportParams) SetDefaults()
- func (o *GetMitreReportParams) SetFormat(format string)
- func (o *GetMitreReportParams) SetHTTPClient(client *http.Client)
- func (o *GetMitreReportParams) SetTimeout(timeout time.Duration)
- func (o *GetMitreReportParams) WithActorID(actorID string) *GetMitreReportParams
- func (o *GetMitreReportParams) WithContext(ctx context.Context) *GetMitreReportParams
- func (o *GetMitreReportParams) WithDefaults() *GetMitreReportParams
- func (o *GetMitreReportParams) WithFormat(format string) *GetMitreReportParams
- func (o *GetMitreReportParams) WithHTTPClient(client *http.Client) *GetMitreReportParams
- func (o *GetMitreReportParams) WithTimeout(timeout time.Duration) *GetMitreReportParams
- func (o *GetMitreReportParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetMitreReportReader
- type GetMitreReportTooManyRequests
- func (o *GetMitreReportTooManyRequests) Code() int
- func (o *GetMitreReportTooManyRequests) Error() string
- func (o *GetMitreReportTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetMitreReportTooManyRequests) IsClientError() bool
- func (o *GetMitreReportTooManyRequests) IsCode(code int) bool
- func (o *GetMitreReportTooManyRequests) IsRedirect() bool
- func (o *GetMitreReportTooManyRequests) IsServerError() bool
- func (o *GetMitreReportTooManyRequests) IsSuccess() bool
- func (o *GetMitreReportTooManyRequests) String() string
- type GetVulnerabilitiesForbidden
- func (o *GetVulnerabilitiesForbidden) Code() int
- func (o *GetVulnerabilitiesForbidden) Error() string
- func (o *GetVulnerabilitiesForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetVulnerabilitiesForbidden) IsClientError() bool
- func (o *GetVulnerabilitiesForbidden) IsCode(code int) bool
- func (o *GetVulnerabilitiesForbidden) IsRedirect() bool
- func (o *GetVulnerabilitiesForbidden) IsServerError() bool
- func (o *GetVulnerabilitiesForbidden) IsSuccess() bool
- func (o *GetVulnerabilitiesForbidden) String() string
- type GetVulnerabilitiesInternalServerError
- func (o *GetVulnerabilitiesInternalServerError) Code() int
- func (o *GetVulnerabilitiesInternalServerError) Error() string
- func (o *GetVulnerabilitiesInternalServerError) GetPayload() *models.MsaErrorsOnly
- func (o *GetVulnerabilitiesInternalServerError) IsClientError() bool
- func (o *GetVulnerabilitiesInternalServerError) IsCode(code int) bool
- func (o *GetVulnerabilitiesInternalServerError) IsRedirect() bool
- func (o *GetVulnerabilitiesInternalServerError) IsServerError() bool
- func (o *GetVulnerabilitiesInternalServerError) IsSuccess() bool
- func (o *GetVulnerabilitiesInternalServerError) String() string
- type GetVulnerabilitiesNotFound
- func (o *GetVulnerabilitiesNotFound) Code() int
- func (o *GetVulnerabilitiesNotFound) Error() string
- func (o *GetVulnerabilitiesNotFound) GetPayload() *models.MsaErrorsOnly
- func (o *GetVulnerabilitiesNotFound) IsClientError() bool
- func (o *GetVulnerabilitiesNotFound) IsCode(code int) bool
- func (o *GetVulnerabilitiesNotFound) IsRedirect() bool
- func (o *GetVulnerabilitiesNotFound) IsServerError() bool
- func (o *GetVulnerabilitiesNotFound) IsSuccess() bool
- func (o *GetVulnerabilitiesNotFound) String() string
- type GetVulnerabilitiesOK
- func (o *GetVulnerabilitiesOK) Code() int
- func (o *GetVulnerabilitiesOK) Error() string
- func (o *GetVulnerabilitiesOK) GetPayload() *models.DomainVulnerabilityResponse
- func (o *GetVulnerabilitiesOK) IsClientError() bool
- func (o *GetVulnerabilitiesOK) IsCode(code int) bool
- func (o *GetVulnerabilitiesOK) IsRedirect() bool
- func (o *GetVulnerabilitiesOK) IsServerError() bool
- func (o *GetVulnerabilitiesOK) IsSuccess() bool
- func (o *GetVulnerabilitiesOK) String() string
- type GetVulnerabilitiesParams
- func NewGetVulnerabilitiesParams() *GetVulnerabilitiesParams
- func NewGetVulnerabilitiesParamsWithContext(ctx context.Context) *GetVulnerabilitiesParams
- func NewGetVulnerabilitiesParamsWithHTTPClient(client *http.Client) *GetVulnerabilitiesParams
- func NewGetVulnerabilitiesParamsWithTimeout(timeout time.Duration) *GetVulnerabilitiesParams
- func (o *GetVulnerabilitiesParams) SetBody(body *models.MsaIdsRequest)
- func (o *GetVulnerabilitiesParams) SetContext(ctx context.Context)
- func (o *GetVulnerabilitiesParams) SetDefaults()
- func (o *GetVulnerabilitiesParams) SetHTTPClient(client *http.Client)
- func (o *GetVulnerabilitiesParams) SetTimeout(timeout time.Duration)
- func (o *GetVulnerabilitiesParams) WithBody(body *models.MsaIdsRequest) *GetVulnerabilitiesParams
- func (o *GetVulnerabilitiesParams) WithContext(ctx context.Context) *GetVulnerabilitiesParams
- func (o *GetVulnerabilitiesParams) WithDefaults() *GetVulnerabilitiesParams
- func (o *GetVulnerabilitiesParams) WithHTTPClient(client *http.Client) *GetVulnerabilitiesParams
- func (o *GetVulnerabilitiesParams) WithTimeout(timeout time.Duration) *GetVulnerabilitiesParams
- func (o *GetVulnerabilitiesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetVulnerabilitiesReader
- type GetVulnerabilitiesTooManyRequests
- func (o *GetVulnerabilitiesTooManyRequests) Code() int
- func (o *GetVulnerabilitiesTooManyRequests) Error() string
- func (o *GetVulnerabilitiesTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetVulnerabilitiesTooManyRequests) IsClientError() bool
- func (o *GetVulnerabilitiesTooManyRequests) IsCode(code int) bool
- func (o *GetVulnerabilitiesTooManyRequests) IsRedirect() bool
- func (o *GetVulnerabilitiesTooManyRequests) IsServerError() bool
- func (o *GetVulnerabilitiesTooManyRequests) IsSuccess() bool
- func (o *GetVulnerabilitiesTooManyRequests) String() string
- type PostMitreAttacksForbidden
- func (o *PostMitreAttacksForbidden) Code() int
- func (o *PostMitreAttacksForbidden) Error() string
- func (o *PostMitreAttacksForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *PostMitreAttacksForbidden) IsClientError() bool
- func (o *PostMitreAttacksForbidden) IsCode(code int) bool
- func (o *PostMitreAttacksForbidden) IsRedirect() bool
- func (o *PostMitreAttacksForbidden) IsServerError() bool
- func (o *PostMitreAttacksForbidden) IsSuccess() bool
- func (o *PostMitreAttacksForbidden) String() string
- type PostMitreAttacksOK
- func (o *PostMitreAttacksOK) Code() int
- func (o *PostMitreAttacksOK) Error() string
- func (o *PostMitreAttacksOK) IsClientError() bool
- func (o *PostMitreAttacksOK) IsCode(code int) bool
- func (o *PostMitreAttacksOK) IsRedirect() bool
- func (o *PostMitreAttacksOK) IsServerError() bool
- func (o *PostMitreAttacksOK) IsSuccess() bool
- func (o *PostMitreAttacksOK) String() string
- type PostMitreAttacksParams
- func NewPostMitreAttacksParams() *PostMitreAttacksParams
- func NewPostMitreAttacksParamsWithContext(ctx context.Context) *PostMitreAttacksParams
- func NewPostMitreAttacksParamsWithHTTPClient(client *http.Client) *PostMitreAttacksParams
- func NewPostMitreAttacksParamsWithTimeout(timeout time.Duration) *PostMitreAttacksParams
- func (o *PostMitreAttacksParams) SetBody(body *models.MsaIdsRequest)
- func (o *PostMitreAttacksParams) SetContext(ctx context.Context)
- func (o *PostMitreAttacksParams) SetDefaults()
- func (o *PostMitreAttacksParams) SetHTTPClient(client *http.Client)
- func (o *PostMitreAttacksParams) SetTimeout(timeout time.Duration)
- func (o *PostMitreAttacksParams) WithBody(body *models.MsaIdsRequest) *PostMitreAttacksParams
- func (o *PostMitreAttacksParams) WithContext(ctx context.Context) *PostMitreAttacksParams
- func (o *PostMitreAttacksParams) WithDefaults() *PostMitreAttacksParams
- func (o *PostMitreAttacksParams) WithHTTPClient(client *http.Client) *PostMitreAttacksParams
- func (o *PostMitreAttacksParams) WithTimeout(timeout time.Duration) *PostMitreAttacksParams
- func (o *PostMitreAttacksParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PostMitreAttacksReader
- type PostMitreAttacksTooManyRequests
- func (o *PostMitreAttacksTooManyRequests) Code() int
- func (o *PostMitreAttacksTooManyRequests) Error() string
- func (o *PostMitreAttacksTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *PostMitreAttacksTooManyRequests) IsClientError() bool
- func (o *PostMitreAttacksTooManyRequests) IsCode(code int) bool
- func (o *PostMitreAttacksTooManyRequests) IsRedirect() bool
- func (o *PostMitreAttacksTooManyRequests) IsServerError() bool
- func (o *PostMitreAttacksTooManyRequests) IsSuccess() bool
- func (o *PostMitreAttacksTooManyRequests) String() string
- type QueryIntelActorEntitiesBadRequest
- func (o *QueryIntelActorEntitiesBadRequest) Code() int
- 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 QueryIntelActorEntitiesForbidden
- func (o *QueryIntelActorEntitiesForbidden) Code() int
- 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) Code() int
- 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) Code() int
- 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) Code() int
- 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) Code() int
- 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 QueryIntelActorIdsForbidden
- func (o *QueryIntelActorIdsForbidden) Code() int
- 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) Code() int
- 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) Code() int
- 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) Code() int
- 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) Code() int
- 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 QueryIntelIndicatorEntitiesForbidden
- func (o *QueryIntelIndicatorEntitiesForbidden) Code() int
- 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) Code() int
- 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) Code() int
- 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) Code() int
- 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) Code() int
- 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 QueryIntelIndicatorIdsForbidden
- func (o *QueryIntelIndicatorIdsForbidden) Code() int
- 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) Code() int
- 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) Code() int
- 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) Code() int
- 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) Code() int
- 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 QueryIntelReportEntitiesForbidden
- func (o *QueryIntelReportEntitiesForbidden) Code() int
- 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) Code() int
- 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) Code() int
- 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) Code() int
- 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) Code() int
- 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 QueryIntelReportIdsForbidden
- func (o *QueryIntelReportIdsForbidden) Code() int
- 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) Code() int
- 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) Code() int
- 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) Code() int
- 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) Code() int
- 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 QueryIntelRuleIdsForbidden
- func (o *QueryIntelRuleIdsForbidden) Code() int
- 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) Code() int
- 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) Code() int
- 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) Code() int
- 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 QueryMitreAttacksForbidden
- func (o *QueryMitreAttacksForbidden) Code() int
- func (o *QueryMitreAttacksForbidden) Error() string
- func (o *QueryMitreAttacksForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *QueryMitreAttacksForbidden) IsClientError() bool
- func (o *QueryMitreAttacksForbidden) IsCode(code int) bool
- func (o *QueryMitreAttacksForbidden) IsRedirect() bool
- func (o *QueryMitreAttacksForbidden) IsServerError() bool
- func (o *QueryMitreAttacksForbidden) IsSuccess() bool
- func (o *QueryMitreAttacksForbidden) String() string
- type QueryMitreAttacksOK
- func (o *QueryMitreAttacksOK) Code() int
- func (o *QueryMitreAttacksOK) Error() string
- func (o *QueryMitreAttacksOK) GetPayload() *models.DomainQueryMitreAttacksResponse
- func (o *QueryMitreAttacksOK) IsClientError() bool
- func (o *QueryMitreAttacksOK) IsCode(code int) bool
- func (o *QueryMitreAttacksOK) IsRedirect() bool
- func (o *QueryMitreAttacksOK) IsServerError() bool
- func (o *QueryMitreAttacksOK) IsSuccess() bool
- func (o *QueryMitreAttacksOK) String() string
- type QueryMitreAttacksParams
- func NewQueryMitreAttacksParams() *QueryMitreAttacksParams
- func NewQueryMitreAttacksParamsWithContext(ctx context.Context) *QueryMitreAttacksParams
- func NewQueryMitreAttacksParamsWithHTTPClient(client *http.Client) *QueryMitreAttacksParams
- func NewQueryMitreAttacksParamsWithTimeout(timeout time.Duration) *QueryMitreAttacksParams
- func (o *QueryMitreAttacksParams) SetContext(ctx context.Context)
- func (o *QueryMitreAttacksParams) SetDefaults()
- func (o *QueryMitreAttacksParams) SetHTTPClient(client *http.Client)
- func (o *QueryMitreAttacksParams) SetID(id *string)
- func (o *QueryMitreAttacksParams) SetIds(ids []string)
- func (o *QueryMitreAttacksParams) SetTimeout(timeout time.Duration)
- func (o *QueryMitreAttacksParams) WithContext(ctx context.Context) *QueryMitreAttacksParams
- func (o *QueryMitreAttacksParams) WithDefaults() *QueryMitreAttacksParams
- func (o *QueryMitreAttacksParams) WithHTTPClient(client *http.Client) *QueryMitreAttacksParams
- func (o *QueryMitreAttacksParams) WithID(id *string) *QueryMitreAttacksParams
- func (o *QueryMitreAttacksParams) WithIds(ids []string) *QueryMitreAttacksParams
- func (o *QueryMitreAttacksParams) WithTimeout(timeout time.Duration) *QueryMitreAttacksParams
- func (o *QueryMitreAttacksParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type QueryMitreAttacksReader
- type QueryMitreAttacksTooManyRequests
- func (o *QueryMitreAttacksTooManyRequests) Code() int
- func (o *QueryMitreAttacksTooManyRequests) Error() string
- func (o *QueryMitreAttacksTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *QueryMitreAttacksTooManyRequests) IsClientError() bool
- func (o *QueryMitreAttacksTooManyRequests) IsCode(code int) bool
- func (o *QueryMitreAttacksTooManyRequests) IsRedirect() bool
- func (o *QueryMitreAttacksTooManyRequests) IsServerError() bool
- func (o *QueryMitreAttacksTooManyRequests) IsSuccess() bool
- func (o *QueryMitreAttacksTooManyRequests) String() string
- type QueryVulnerabilitiesForbidden
- func (o *QueryVulnerabilitiesForbidden) Code() int
- func (o *QueryVulnerabilitiesForbidden) Error() string
- func (o *QueryVulnerabilitiesForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *QueryVulnerabilitiesForbidden) IsClientError() bool
- func (o *QueryVulnerabilitiesForbidden) IsCode(code int) bool
- func (o *QueryVulnerabilitiesForbidden) IsRedirect() bool
- func (o *QueryVulnerabilitiesForbidden) IsServerError() bool
- func (o *QueryVulnerabilitiesForbidden) IsSuccess() bool
- func (o *QueryVulnerabilitiesForbidden) String() string
- type QueryVulnerabilitiesInternalServerError
- func (o *QueryVulnerabilitiesInternalServerError) Code() int
- func (o *QueryVulnerabilitiesInternalServerError) Error() string
- func (o *QueryVulnerabilitiesInternalServerError) GetPayload() *models.MsaErrorsOnly
- func (o *QueryVulnerabilitiesInternalServerError) IsClientError() bool
- func (o *QueryVulnerabilitiesInternalServerError) IsCode(code int) bool
- func (o *QueryVulnerabilitiesInternalServerError) IsRedirect() bool
- func (o *QueryVulnerabilitiesInternalServerError) IsServerError() bool
- func (o *QueryVulnerabilitiesInternalServerError) IsSuccess() bool
- func (o *QueryVulnerabilitiesInternalServerError) String() string
- type QueryVulnerabilitiesNotFound
- func (o *QueryVulnerabilitiesNotFound) Code() int
- func (o *QueryVulnerabilitiesNotFound) Error() string
- func (o *QueryVulnerabilitiesNotFound) GetPayload() *models.MsaErrorsOnly
- func (o *QueryVulnerabilitiesNotFound) IsClientError() bool
- func (o *QueryVulnerabilitiesNotFound) IsCode(code int) bool
- func (o *QueryVulnerabilitiesNotFound) IsRedirect() bool
- func (o *QueryVulnerabilitiesNotFound) IsServerError() bool
- func (o *QueryVulnerabilitiesNotFound) IsSuccess() bool
- func (o *QueryVulnerabilitiesNotFound) String() string
- type QueryVulnerabilitiesOK
- func (o *QueryVulnerabilitiesOK) Code() int
- func (o *QueryVulnerabilitiesOK) Error() string
- func (o *QueryVulnerabilitiesOK) GetPayload() *models.MsaQueryResponse
- func (o *QueryVulnerabilitiesOK) IsClientError() bool
- func (o *QueryVulnerabilitiesOK) IsCode(code int) bool
- func (o *QueryVulnerabilitiesOK) IsRedirect() bool
- func (o *QueryVulnerabilitiesOK) IsServerError() bool
- func (o *QueryVulnerabilitiesOK) IsSuccess() bool
- func (o *QueryVulnerabilitiesOK) String() string
- type QueryVulnerabilitiesParams
- func NewQueryVulnerabilitiesParams() *QueryVulnerabilitiesParams
- func NewQueryVulnerabilitiesParamsWithContext(ctx context.Context) *QueryVulnerabilitiesParams
- func NewQueryVulnerabilitiesParamsWithHTTPClient(client *http.Client) *QueryVulnerabilitiesParams
- func NewQueryVulnerabilitiesParamsWithTimeout(timeout time.Duration) *QueryVulnerabilitiesParams
- func (o *QueryVulnerabilitiesParams) SetContext(ctx context.Context)
- func (o *QueryVulnerabilitiesParams) SetDefaults()
- func (o *QueryVulnerabilitiesParams) SetFilter(filter *string)
- func (o *QueryVulnerabilitiesParams) SetHTTPClient(client *http.Client)
- func (o *QueryVulnerabilitiesParams) SetLimit(limit *int64)
- func (o *QueryVulnerabilitiesParams) SetOffset(offset *string)
- func (o *QueryVulnerabilitiesParams) SetQ(q *string)
- func (o *QueryVulnerabilitiesParams) SetSort(sort *string)
- func (o *QueryVulnerabilitiesParams) SetTimeout(timeout time.Duration)
- func (o *QueryVulnerabilitiesParams) WithContext(ctx context.Context) *QueryVulnerabilitiesParams
- func (o *QueryVulnerabilitiesParams) WithDefaults() *QueryVulnerabilitiesParams
- func (o *QueryVulnerabilitiesParams) WithFilter(filter *string) *QueryVulnerabilitiesParams
- func (o *QueryVulnerabilitiesParams) WithHTTPClient(client *http.Client) *QueryVulnerabilitiesParams
- func (o *QueryVulnerabilitiesParams) WithLimit(limit *int64) *QueryVulnerabilitiesParams
- func (o *QueryVulnerabilitiesParams) WithOffset(offset *string) *QueryVulnerabilitiesParams
- func (o *QueryVulnerabilitiesParams) WithQ(q *string) *QueryVulnerabilitiesParams
- func (o *QueryVulnerabilitiesParams) WithSort(sort *string) *QueryVulnerabilitiesParams
- func (o *QueryVulnerabilitiesParams) WithTimeout(timeout time.Duration) *QueryVulnerabilitiesParams
- func (o *QueryVulnerabilitiesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type QueryVulnerabilitiesReader
- type QueryVulnerabilitiesTooManyRequests
- func (o *QueryVulnerabilitiesTooManyRequests) Code() int
- func (o *QueryVulnerabilitiesTooManyRequests) Error() string
- func (o *QueryVulnerabilitiesTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *QueryVulnerabilitiesTooManyRequests) IsClientError() bool
- func (o *QueryVulnerabilitiesTooManyRequests) IsCode(code int) bool
- func (o *QueryVulnerabilitiesTooManyRequests) IsRedirect() bool
- func (o *QueryVulnerabilitiesTooManyRequests) IsServerError() bool
- func (o *QueryVulnerabilitiesTooManyRequests) IsSuccess() bool
- func (o *QueryVulnerabilitiesTooManyRequests) 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) GetMitreReport ¶ added in v0.2.33
func (a *Client) GetMitreReport(params *GetMitreReportParams, opts ...ClientOption) (*GetMitreReportOK, error)
GetMitreReport exports mitre a t t and c k information for a given actor
func (*Client) GetVulnerabilities ¶ added in v0.2.32
func (a *Client) GetVulnerabilities(params *GetVulnerabilitiesParams, opts ...ClientOption) (*GetVulnerabilitiesOK, error)
GetVulnerabilities gets vulnerabilities
func (*Client) PostMitreAttacks ¶ added in v0.2.33
func (a *Client) PostMitreAttacks(params *PostMitreAttacksParams, opts ...ClientOption) (*PostMitreAttacksOK, error)
PostMitreAttacks retrieves report and observable i ds associated with the given actor and attacks
func (*Client) QueryIntelActorEntities ¶
func (a *Client) QueryIntelActorEntities(params *QueryIntelActorEntitiesParams, opts ...ClientOption) (*QueryIntelActorEntitiesOK, error)
QueryIntelActorEntities gets info about actors that match provided f q l filters
func (*Client) QueryIntelActorIds ¶
func (a *Client) QueryIntelActorIds(params *QueryIntelActorIdsParams, opts ...ClientOption) (*QueryIntelActorIdsOK, error)
QueryIntelActorIds gets actor i ds that match provided f q l filters
func (*Client) QueryIntelIndicatorEntities ¶
func (a *Client) QueryIntelIndicatorEntities(params *QueryIntelIndicatorEntitiesParams, opts ...ClientOption) (*QueryIntelIndicatorEntitiesOK, error)
QueryIntelIndicatorEntities gets info about indicators that match provided f q l filters
func (*Client) QueryIntelIndicatorIds ¶
func (a *Client) QueryIntelIndicatorIds(params *QueryIntelIndicatorIdsParams, opts ...ClientOption) (*QueryIntelIndicatorIdsOK, error)
QueryIntelIndicatorIds gets indicators i ds that match provided f q l filters
func (*Client) QueryIntelReportEntities ¶
func (a *Client) QueryIntelReportEntities(params *QueryIntelReportEntitiesParams, opts ...ClientOption) (*QueryIntelReportEntitiesOK, error)
QueryIntelReportEntities gets info about reports that match provided f q l filters
func (*Client) QueryIntelReportIds ¶
func (a *Client) QueryIntelReportIds(params *QueryIntelReportIdsParams, opts ...ClientOption) (*QueryIntelReportIdsOK, error)
QueryIntelReportIds gets report i ds that match provided f q l filters
func (*Client) QueryIntelRuleIds ¶
func (a *Client) QueryIntelRuleIds(params *QueryIntelRuleIdsParams, opts ...ClientOption) (*QueryIntelRuleIdsOK, error)
QueryIntelRuleIds searches for rule i ds that match provided filter criteria
func (*Client) QueryMitreAttacks ¶ added in v0.2.33
func (a *Client) QueryMitreAttacks(params *QueryMitreAttacksParams, opts ...ClientOption) (*QueryMitreAttacksOK, error)
QueryMitreAttacks gets m i t r e tactics and techniques for the given actor returning concatenation of id and tactic and technique ids example fancy bear t a0011 t1071
func (*Client) QueryVulnerabilities ¶ added in v0.2.32
func (a *Client) QueryVulnerabilities(params *QueryVulnerabilitiesParams, opts ...ClientOption) (*QueryVulnerabilitiesOK, error)
QueryVulnerabilities gets vulnerabilities i ds
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
type ClientOption ¶
type ClientOption func(*runtime.ClientOperation)
ClientOption is the option for Client methods
type ClientService ¶
type ClientService interface { GetIntelActorEntities(params *GetIntelActorEntitiesParams, opts ...ClientOption) (*GetIntelActorEntitiesOK, error) GetIntelIndicatorEntities(params *GetIntelIndicatorEntitiesParams, opts ...ClientOption) (*GetIntelIndicatorEntitiesOK, error) GetIntelReportEntities(params *GetIntelReportEntitiesParams, opts ...ClientOption) (*GetIntelReportEntitiesOK, error) GetIntelReportPDF(params *GetIntelReportPDFParams, writer io.Writer, opts ...ClientOption) (*GetIntelReportPDFOK, error) GetIntelRuleEntities(params *GetIntelRuleEntitiesParams, opts ...ClientOption) (*GetIntelRuleEntitiesOK, error) GetIntelRuleFile(params *GetIntelRuleFileParams, writer io.Writer, opts ...ClientOption) (*GetIntelRuleFileOK, error) GetLatestIntelRuleFile(params *GetLatestIntelRuleFileParams, writer io.Writer, opts ...ClientOption) (*GetLatestIntelRuleFileOK, error) GetMitreReport(params *GetMitreReportParams, opts ...ClientOption) (*GetMitreReportOK, error) GetVulnerabilities(params *GetVulnerabilitiesParams, opts ...ClientOption) (*GetVulnerabilitiesOK, error) PostMitreAttacks(params *PostMitreAttacksParams, opts ...ClientOption) (*PostMitreAttacksOK, error) QueryIntelActorEntities(params *QueryIntelActorEntitiesParams, opts ...ClientOption) (*QueryIntelActorEntitiesOK, error) QueryIntelActorIds(params *QueryIntelActorIdsParams, opts ...ClientOption) (*QueryIntelActorIdsOK, error) QueryIntelIndicatorEntities(params *QueryIntelIndicatorEntitiesParams, opts ...ClientOption) (*QueryIntelIndicatorEntitiesOK, error) QueryIntelIndicatorIds(params *QueryIntelIndicatorIdsParams, opts ...ClientOption) (*QueryIntelIndicatorIdsOK, error) QueryIntelReportEntities(params *QueryIntelReportEntitiesParams, opts ...ClientOption) (*QueryIntelReportEntitiesOK, error) QueryIntelReportIds(params *QueryIntelReportIdsParams, opts ...ClientOption) (*QueryIntelReportIdsOK, error) QueryIntelRuleIds(params *QueryIntelRuleIdsParams, opts ...ClientOption) (*QueryIntelRuleIdsOK, error) QueryMitreAttacks(params *QueryMitreAttacksParams, opts ...ClientOption) (*QueryMitreAttacksOK, error) QueryVulnerabilities(params *QueryVulnerabilitiesParams, opts ...ClientOption) (*QueryVulnerabilitiesOK, error) SetTransport(transport runtime.ClientTransport) }
ClientService is the interface for Client methods
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService
New creates a new intel API client.
type GetIntelActorEntitiesForbidden ¶
type GetIntelActorEntitiesForbidden struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaReplyMetaOnly }
GetIntelActorEntitiesForbidden describes a response with status code 403, with default header values.
Forbidden
func NewGetIntelActorEntitiesForbidden ¶
func NewGetIntelActorEntitiesForbidden() *GetIntelActorEntitiesForbidden
NewGetIntelActorEntitiesForbidden creates a GetIntelActorEntitiesForbidden with default headers values
func (*GetIntelActorEntitiesForbidden) Code ¶ added in v0.2.33
func (o *GetIntelActorEntitiesForbidden) Code() int
Code gets the status code for the get intel actor entities forbidden response
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 { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaErrorsOnly }
GetIntelActorEntitiesInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewGetIntelActorEntitiesInternalServerError ¶
func NewGetIntelActorEntitiesInternalServerError() *GetIntelActorEntitiesInternalServerError
NewGetIntelActorEntitiesInternalServerError creates a GetIntelActorEntitiesInternalServerError with default headers values
func (*GetIntelActorEntitiesInternalServerError) Code ¶ added in v0.2.33
func (o *GetIntelActorEntitiesInternalServerError) Code() int
Code gets the status code for the get intel actor entities internal server error response
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 { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.DomainActorsResponse }
GetIntelActorEntitiesOK describes a response with status code 200, with default header values.
OK
func NewGetIntelActorEntitiesOK ¶
func NewGetIntelActorEntitiesOK() *GetIntelActorEntitiesOK
NewGetIntelActorEntitiesOK creates a GetIntelActorEntitiesOK with default headers values
func (*GetIntelActorEntitiesOK) Code ¶ added in v0.2.33
func (o *GetIntelActorEntitiesOK) Code() int
Code gets the status code for the get intel actor entities o k response
func (*GetIntelActorEntitiesOK) Error ¶
func (o *GetIntelActorEntitiesOK) Error() string
func (*GetIntelActorEntitiesOK) GetPayload ¶
func (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 { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 /* Too many requests, retry after this time (as milliseconds since epoch) */ XRateLimitRetryAfter int64 Payload *models.MsaReplyMetaOnly }
GetIntelActorEntitiesTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewGetIntelActorEntitiesTooManyRequests ¶
func NewGetIntelActorEntitiesTooManyRequests() *GetIntelActorEntitiesTooManyRequests
NewGetIntelActorEntitiesTooManyRequests creates a GetIntelActorEntitiesTooManyRequests with default headers values
func (*GetIntelActorEntitiesTooManyRequests) Code ¶ added in v0.2.33
func (o *GetIntelActorEntitiesTooManyRequests) Code() int
Code gets the status code for the get intel actor entities too many requests response
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 GetIntelIndicatorEntitiesForbidden ¶
type GetIntelIndicatorEntitiesForbidden struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaReplyMetaOnly }
GetIntelIndicatorEntitiesForbidden describes a response with status code 403, with default header values.
Forbidden
func NewGetIntelIndicatorEntitiesForbidden ¶
func NewGetIntelIndicatorEntitiesForbidden() *GetIntelIndicatorEntitiesForbidden
NewGetIntelIndicatorEntitiesForbidden creates a GetIntelIndicatorEntitiesForbidden with default headers values
func (*GetIntelIndicatorEntitiesForbidden) Code ¶ added in v0.2.33
func (o *GetIntelIndicatorEntitiesForbidden) Code() int
Code gets the status code for the get intel indicator entities forbidden response
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) Code ¶ added in v0.2.33
func (o *GetIntelIndicatorEntitiesInternalServerError) Code() int
Code gets the status code for the get intel indicator entities internal server error response
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) Code ¶ added in v0.2.33
func (o *GetIntelIndicatorEntitiesOK) Code() int
Code gets the status code for the get intel indicator entities o k response
func (*GetIntelIndicatorEntitiesOK) Error ¶
func (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) Code ¶ added in v0.2.33
func (o *GetIntelIndicatorEntitiesTooManyRequests) Code() int
Code gets the status code for the get intel indicator entities too many requests response
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 GetIntelReportEntitiesForbidden ¶
type GetIntelReportEntitiesForbidden struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaReplyMetaOnly }
GetIntelReportEntitiesForbidden describes a response with status code 403, with default header values.
Forbidden
func NewGetIntelReportEntitiesForbidden ¶
func NewGetIntelReportEntitiesForbidden() *GetIntelReportEntitiesForbidden
NewGetIntelReportEntitiesForbidden creates a GetIntelReportEntitiesForbidden with default headers values
func (*GetIntelReportEntitiesForbidden) Code ¶ added in v0.2.33
func (o *GetIntelReportEntitiesForbidden) Code() int
Code gets the status code for the get intel report entities forbidden response
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 { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaErrorsOnly }
GetIntelReportEntitiesInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewGetIntelReportEntitiesInternalServerError ¶
func NewGetIntelReportEntitiesInternalServerError() *GetIntelReportEntitiesInternalServerError
NewGetIntelReportEntitiesInternalServerError creates a GetIntelReportEntitiesInternalServerError with default headers values
func (*GetIntelReportEntitiesInternalServerError) Code ¶ added in v0.2.33
func (o *GetIntelReportEntitiesInternalServerError) Code() int
Code gets the status code for the get intel report entities internal server error response
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 { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.DomainNewsResponse }
GetIntelReportEntitiesOK describes a response with status code 200, with default header values.
OK
func NewGetIntelReportEntitiesOK ¶
func NewGetIntelReportEntitiesOK() *GetIntelReportEntitiesOK
NewGetIntelReportEntitiesOK creates a GetIntelReportEntitiesOK with default headers values
func (*GetIntelReportEntitiesOK) Code ¶ added in v0.2.33
func (o *GetIntelReportEntitiesOK) Code() int
Code gets the status code for the get intel report entities o k response
func (*GetIntelReportEntitiesOK) Error ¶
func (o *GetIntelReportEntitiesOK) Error() string
func (*GetIntelReportEntitiesOK) GetPayload ¶
func (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 { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 /* Too many requests, retry after this time (as milliseconds since epoch) */ XRateLimitRetryAfter int64 Payload *models.MsaReplyMetaOnly }
GetIntelReportEntitiesTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewGetIntelReportEntitiesTooManyRequests ¶
func NewGetIntelReportEntitiesTooManyRequests() *GetIntelReportEntitiesTooManyRequests
NewGetIntelReportEntitiesTooManyRequests creates a GetIntelReportEntitiesTooManyRequests with default headers values
func (*GetIntelReportEntitiesTooManyRequests) Code ¶ added in v0.2.33
func (o *GetIntelReportEntitiesTooManyRequests) Code() int
Code gets the status code for the get intel report entities too many requests response
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 { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaErrorsOnly }
GetIntelReportPDFBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewGetIntelReportPDFBadRequest ¶
func NewGetIntelReportPDFBadRequest() *GetIntelReportPDFBadRequest
NewGetIntelReportPDFBadRequest creates a GetIntelReportPDFBadRequest with default headers values
func (*GetIntelReportPDFBadRequest) Code ¶ added in v0.2.33
func (o *GetIntelReportPDFBadRequest) Code() int
Code gets the status code for the get intel report p d f bad request response
func (*GetIntelReportPDFBadRequest) Error ¶
func (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 GetIntelReportPDFForbidden ¶
type GetIntelReportPDFForbidden struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaReplyMetaOnly }
GetIntelReportPDFForbidden describes a response with status code 403, with default header values.
Forbidden
func NewGetIntelReportPDFForbidden ¶
func NewGetIntelReportPDFForbidden() *GetIntelReportPDFForbidden
NewGetIntelReportPDFForbidden creates a GetIntelReportPDFForbidden with default headers values
func (*GetIntelReportPDFForbidden) Code ¶ added in v0.2.33
func (o *GetIntelReportPDFForbidden) Code() int
Code gets the status code for the get intel report p d f forbidden response
func (*GetIntelReportPDFForbidden) Error ¶
func (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 { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaErrorsOnly }
GetIntelReportPDFInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewGetIntelReportPDFInternalServerError ¶
func NewGetIntelReportPDFInternalServerError() *GetIntelReportPDFInternalServerError
NewGetIntelReportPDFInternalServerError creates a GetIntelReportPDFInternalServerError with default headers values
func (*GetIntelReportPDFInternalServerError) Code ¶ added in v0.2.33
func (o *GetIntelReportPDFInternalServerError) Code() int
Code gets the status code for the get intel report p d f internal server error response
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 { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload io.Writer }
GetIntelReportPDFOK describes a response with status code 200, with default header values.
OK
func NewGetIntelReportPDFOK ¶
func NewGetIntelReportPDFOK(writer io.Writer) *GetIntelReportPDFOK
NewGetIntelReportPDFOK creates a GetIntelReportPDFOK with default headers values
func (*GetIntelReportPDFOK) Code ¶ added in v0.2.33
func (o *GetIntelReportPDFOK) Code() int
Code gets the status code for the get intel report p d f o k response
func (*GetIntelReportPDFOK) Error ¶
func (o *GetIntelReportPDFOK) Error() string
func (*GetIntelReportPDFOK) GetPayload ¶ added in v0.2.12
func (o *GetIntelReportPDFOK) GetPayload() io.Writer
func (*GetIntelReportPDFOK) IsClientError ¶ added in v0.2.27
func (o *GetIntelReportPDFOK) IsClientError() bool
IsClientError returns true when this get intel report p d f o k response has a 4xx status code
func (*GetIntelReportPDFOK) IsCode ¶ added in v0.2.27
func (o *GetIntelReportPDFOK) IsCode(code int) bool
IsCode returns true when this get intel report p d f o k response a status code equal to that given
func (*GetIntelReportPDFOK) IsRedirect ¶ added in v0.2.27
func (o *GetIntelReportPDFOK) IsRedirect() bool
IsRedirect returns true when this get intel report p d f o k response has a 3xx status code
func (*GetIntelReportPDFOK) IsServerError ¶ added in v0.2.27
func (o *GetIntelReportPDFOK) IsServerError() bool
IsServerError returns true when this get intel report p d f o k response has a 5xx status code
func (*GetIntelReportPDFOK) IsSuccess ¶ added in v0.2.27
func (o *GetIntelReportPDFOK) IsSuccess() bool
IsSuccess returns true when this get intel report p d f o k response has a 2xx status code
func (*GetIntelReportPDFOK) String ¶ added in v0.2.27
func (o *GetIntelReportPDFOK) String() string
type GetIntelReportPDFParams ¶
type GetIntelReportPDFParams struct { /* ID. The ID of the report you want to download as a PDF. */ ID *string /* Ids. The ID of the report you want to download as a PDF. This parameter is used only if no id parameter given. */ Ids *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetIntelReportPDFParams contains all the parameters to send to the API endpoint
for the get intel report p d f operation. Typically these are written to a http.Request.
func NewGetIntelReportPDFParams ¶
func NewGetIntelReportPDFParams() *GetIntelReportPDFParams
NewGetIntelReportPDFParams creates a new GetIntelReportPDFParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGetIntelReportPDFParamsWithContext ¶
func NewGetIntelReportPDFParamsWithContext(ctx context.Context) *GetIntelReportPDFParams
NewGetIntelReportPDFParamsWithContext creates a new GetIntelReportPDFParams object with the ability to set a context for a request.
func NewGetIntelReportPDFParamsWithHTTPClient ¶
func NewGetIntelReportPDFParamsWithHTTPClient(client *http.Client) *GetIntelReportPDFParams
NewGetIntelReportPDFParamsWithHTTPClient creates a new GetIntelReportPDFParams object with the ability to set a custom HTTPClient for a request.
func NewGetIntelReportPDFParamsWithTimeout ¶
func NewGetIntelReportPDFParamsWithTimeout(timeout time.Duration) *GetIntelReportPDFParams
NewGetIntelReportPDFParamsWithTimeout creates a new GetIntelReportPDFParams object with the ability to set a timeout on a request.
func (*GetIntelReportPDFParams) SetContext ¶
func (o *GetIntelReportPDFParams) SetContext(ctx context.Context)
SetContext adds the context to the get intel report p d f params
func (*GetIntelReportPDFParams) SetDefaults ¶
func (o *GetIntelReportPDFParams) SetDefaults()
SetDefaults hydrates default values in the get intel report p d f params (not the query body).
All values with no default are reset to their zero value.
func (*GetIntelReportPDFParams) SetHTTPClient ¶
func (o *GetIntelReportPDFParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get intel report p d f params
func (*GetIntelReportPDFParams) SetID ¶
func (o *GetIntelReportPDFParams) SetID(id *string)
SetID adds the id to the get intel report p d f params
func (*GetIntelReportPDFParams) SetIds ¶ added in v0.4.0
func (o *GetIntelReportPDFParams) SetIds(ids *string)
SetIds adds the ids to the get intel report p d f params
func (*GetIntelReportPDFParams) SetTimeout ¶
func (o *GetIntelReportPDFParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get intel report p d f params
func (*GetIntelReportPDFParams) WithContext ¶
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) WithIds ¶ added in v0.4.0
func (o *GetIntelReportPDFParams) WithIds(ids *string) *GetIntelReportPDFParams
WithIds adds the ids 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 { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 /* Too many requests, retry after this time (as milliseconds since epoch) */ XRateLimitRetryAfter int64 Payload *models.MsaReplyMetaOnly }
GetIntelReportPDFTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewGetIntelReportPDFTooManyRequests ¶
func NewGetIntelReportPDFTooManyRequests() *GetIntelReportPDFTooManyRequests
NewGetIntelReportPDFTooManyRequests creates a GetIntelReportPDFTooManyRequests with default headers values
func (*GetIntelReportPDFTooManyRequests) Code ¶ added in v0.2.33
func (o *GetIntelReportPDFTooManyRequests) Code() int
Code gets the status code for the get intel report p d f too many requests response
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 GetIntelRuleEntitiesForbidden ¶
type GetIntelRuleEntitiesForbidden struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaReplyMetaOnly }
GetIntelRuleEntitiesForbidden describes a response with status code 403, with default header values.
Forbidden
func NewGetIntelRuleEntitiesForbidden ¶
func NewGetIntelRuleEntitiesForbidden() *GetIntelRuleEntitiesForbidden
NewGetIntelRuleEntitiesForbidden creates a GetIntelRuleEntitiesForbidden with default headers values
func (*GetIntelRuleEntitiesForbidden) Code ¶ added in v0.2.33
func (o *GetIntelRuleEntitiesForbidden) Code() int
Code gets the status code for the get intel rule entities forbidden response
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 { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaErrorsOnly }
GetIntelRuleEntitiesInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewGetIntelRuleEntitiesInternalServerError ¶
func NewGetIntelRuleEntitiesInternalServerError() *GetIntelRuleEntitiesInternalServerError
NewGetIntelRuleEntitiesInternalServerError creates a GetIntelRuleEntitiesInternalServerError with default headers values
func (*GetIntelRuleEntitiesInternalServerError) Code ¶ added in v0.2.33
func (o *GetIntelRuleEntitiesInternalServerError) Code() int
Code gets the status code for the get intel rule entities internal server error response
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 { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.DomainRulesResponse }
GetIntelRuleEntitiesOK describes a response with status code 200, with default header values.
OK
func NewGetIntelRuleEntitiesOK ¶
func NewGetIntelRuleEntitiesOK() *GetIntelRuleEntitiesOK
NewGetIntelRuleEntitiesOK creates a GetIntelRuleEntitiesOK with default headers values
func (*GetIntelRuleEntitiesOK) Code ¶ added in v0.2.33
func (o *GetIntelRuleEntitiesOK) Code() int
Code gets the status code for the get intel rule entities o k response
func (*GetIntelRuleEntitiesOK) Error ¶
func (o *GetIntelRuleEntitiesOK) Error() string
func (*GetIntelRuleEntitiesOK) GetPayload ¶
func (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 { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 /* Too many requests, retry after this time (as milliseconds since epoch) */ XRateLimitRetryAfter int64 Payload *models.MsaReplyMetaOnly }
GetIntelRuleEntitiesTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewGetIntelRuleEntitiesTooManyRequests ¶
func NewGetIntelRuleEntitiesTooManyRequests() *GetIntelRuleEntitiesTooManyRequests
NewGetIntelRuleEntitiesTooManyRequests creates a GetIntelRuleEntitiesTooManyRequests with default headers values
func (*GetIntelRuleEntitiesTooManyRequests) Code ¶ added in v0.2.33
func (o *GetIntelRuleEntitiesTooManyRequests) Code() int
Code gets the status code for the get intel rule entities too many requests response
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 { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaErrorsOnly }
GetIntelRuleFileBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewGetIntelRuleFileBadRequest ¶
func NewGetIntelRuleFileBadRequest() *GetIntelRuleFileBadRequest
NewGetIntelRuleFileBadRequest creates a GetIntelRuleFileBadRequest with default headers values
func (*GetIntelRuleFileBadRequest) Code ¶ added in v0.2.33
func (o *GetIntelRuleFileBadRequest) Code() int
Code gets the status code for the get intel rule file bad request response
func (*GetIntelRuleFileBadRequest) Error ¶
func (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 GetIntelRuleFileForbidden ¶
type GetIntelRuleFileForbidden struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaReplyMetaOnly }
GetIntelRuleFileForbidden describes a response with status code 403, with default header values.
Forbidden
func NewGetIntelRuleFileForbidden ¶
func NewGetIntelRuleFileForbidden() *GetIntelRuleFileForbidden
NewGetIntelRuleFileForbidden creates a GetIntelRuleFileForbidden with default headers values
func (*GetIntelRuleFileForbidden) Code ¶ added in v0.2.33
func (o *GetIntelRuleFileForbidden) Code() int
Code gets the status code for the get intel rule file forbidden response
func (*GetIntelRuleFileForbidden) Error ¶
func (o *GetIntelRuleFileForbidden) Error() string
func (*GetIntelRuleFileForbidden) GetPayload ¶
func (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 { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaErrorsOnly }
GetIntelRuleFileInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewGetIntelRuleFileInternalServerError ¶
func NewGetIntelRuleFileInternalServerError() *GetIntelRuleFileInternalServerError
NewGetIntelRuleFileInternalServerError creates a GetIntelRuleFileInternalServerError with default headers values
func (*GetIntelRuleFileInternalServerError) Code ¶ added in v0.2.33
func (o *GetIntelRuleFileInternalServerError) Code() int
Code gets the status code for the get intel rule file internal server error response
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 { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaErrorsOnly }
GetIntelRuleFileNotFound describes a response with status code 404, with default header values.
Bad Request
func NewGetIntelRuleFileNotFound ¶
func NewGetIntelRuleFileNotFound() *GetIntelRuleFileNotFound
NewGetIntelRuleFileNotFound creates a GetIntelRuleFileNotFound with default headers values
func (*GetIntelRuleFileNotFound) Code ¶ added in v0.2.33
func (o *GetIntelRuleFileNotFound) Code() int
Code gets the status code for the get intel rule file not found response
func (*GetIntelRuleFileNotFound) Error ¶
func (o *GetIntelRuleFileNotFound) Error() string
func (*GetIntelRuleFileNotFound) GetPayload ¶
func (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 { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload io.Writer }
GetIntelRuleFileOK describes a response with status code 200, with default header values.
OK
func NewGetIntelRuleFileOK ¶
func NewGetIntelRuleFileOK(writer io.Writer) *GetIntelRuleFileOK
NewGetIntelRuleFileOK creates a GetIntelRuleFileOK with default headers values
func (*GetIntelRuleFileOK) Code ¶ added in v0.2.33
func (o *GetIntelRuleFileOK) Code() int
Code gets the status code for the get intel rule file o k response
func (*GetIntelRuleFileOK) Error ¶
func (o *GetIntelRuleFileOK) Error() string
func (*GetIntelRuleFileOK) GetPayload ¶ added in v0.2.13
func (o *GetIntelRuleFileOK) GetPayload() io.Writer
func (*GetIntelRuleFileOK) IsClientError ¶ added in v0.2.27
func (o *GetIntelRuleFileOK) IsClientError() bool
IsClientError returns true when this get intel rule file o k response has a 4xx status code
func (*GetIntelRuleFileOK) IsCode ¶ added in v0.2.27
func (o *GetIntelRuleFileOK) IsCode(code int) bool
IsCode returns true when this get intel rule file o k response a status code equal to that given
func (*GetIntelRuleFileOK) IsRedirect ¶ added in v0.2.27
func (o *GetIntelRuleFileOK) IsRedirect() bool
IsRedirect returns true when this get intel rule file o k response has a 3xx status code
func (*GetIntelRuleFileOK) IsServerError ¶ added in v0.2.27
func (o *GetIntelRuleFileOK) IsServerError() bool
IsServerError returns true when this get intel rule file o k response has a 5xx status code
func (*GetIntelRuleFileOK) IsSuccess ¶ added in v0.2.27
func (o *GetIntelRuleFileOK) IsSuccess() bool
IsSuccess returns true when this get intel rule file o k response has a 2xx status code
func (*GetIntelRuleFileOK) String ¶ added in v0.2.27
func (o *GetIntelRuleFileOK) String() string
type GetIntelRuleFileParams ¶
type GetIntelRuleFileParams struct { /* Accept. Choose the format you want the rule set in. */ Accept *string /* Format. Choose the format you want the rule set in. Valid formats are zip and gzip. Defaults to zip. */ Format *string /* ID. The ID of the rule set. */ ID int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetIntelRuleFileParams contains all the parameters to send to the API endpoint
for the get intel rule file operation. Typically these are written to a http.Request.
func NewGetIntelRuleFileParams ¶
func NewGetIntelRuleFileParams() *GetIntelRuleFileParams
NewGetIntelRuleFileParams creates a new GetIntelRuleFileParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGetIntelRuleFileParamsWithContext ¶
func NewGetIntelRuleFileParamsWithContext(ctx context.Context) *GetIntelRuleFileParams
NewGetIntelRuleFileParamsWithContext creates a new GetIntelRuleFileParams object with the ability to set a context for a request.
func NewGetIntelRuleFileParamsWithHTTPClient ¶
func NewGetIntelRuleFileParamsWithHTTPClient(client *http.Client) *GetIntelRuleFileParams
NewGetIntelRuleFileParamsWithHTTPClient creates a new GetIntelRuleFileParams object with the ability to set a custom HTTPClient for a request.
func NewGetIntelRuleFileParamsWithTimeout ¶
func NewGetIntelRuleFileParamsWithTimeout(timeout time.Duration) *GetIntelRuleFileParams
NewGetIntelRuleFileParamsWithTimeout creates a new GetIntelRuleFileParams object with the ability to set a timeout on a request.
func (*GetIntelRuleFileParams) SetAccept ¶
func (o *GetIntelRuleFileParams) SetAccept(accept *string)
SetAccept adds the accept to the get intel rule file params
func (*GetIntelRuleFileParams) SetContext ¶
func (o *GetIntelRuleFileParams) SetContext(ctx context.Context)
SetContext adds the context to the get intel rule file params
func (*GetIntelRuleFileParams) SetDefaults ¶
func (o *GetIntelRuleFileParams) SetDefaults()
SetDefaults hydrates default values in the get intel rule file params (not the query body).
All values with no default are reset to their zero value.
func (*GetIntelRuleFileParams) SetFormat ¶
func (o *GetIntelRuleFileParams) SetFormat(format *string)
SetFormat adds the format to the get intel rule file params
func (*GetIntelRuleFileParams) SetHTTPClient ¶
func (o *GetIntelRuleFileParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get intel rule file params
func (*GetIntelRuleFileParams) SetID ¶
func (o *GetIntelRuleFileParams) SetID(id int64)
SetID adds the id to the get intel rule file params
func (*GetIntelRuleFileParams) SetTimeout ¶
func (o *GetIntelRuleFileParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get intel rule file params
func (*GetIntelRuleFileParams) WithAccept ¶
func (o *GetIntelRuleFileParams) WithAccept(accept *string) *GetIntelRuleFileParams
WithAccept adds the accept to the get intel rule file params
func (*GetIntelRuleFileParams) WithContext ¶
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 { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 /* Too many requests, retry after this time (as milliseconds since epoch) */ XRateLimitRetryAfter int64 Payload *models.MsaReplyMetaOnly }
GetIntelRuleFileTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewGetIntelRuleFileTooManyRequests ¶
func NewGetIntelRuleFileTooManyRequests() *GetIntelRuleFileTooManyRequests
NewGetIntelRuleFileTooManyRequests creates a GetIntelRuleFileTooManyRequests with default headers values
func (*GetIntelRuleFileTooManyRequests) Code ¶ added in v0.2.33
func (o *GetIntelRuleFileTooManyRequests) Code() int
Code gets the status code for the get intel rule file too many requests response
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 { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaErrorsOnly }
GetLatestIntelRuleFileBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewGetLatestIntelRuleFileBadRequest ¶
func NewGetLatestIntelRuleFileBadRequest() *GetLatestIntelRuleFileBadRequest
NewGetLatestIntelRuleFileBadRequest creates a GetLatestIntelRuleFileBadRequest with default headers values
func (*GetLatestIntelRuleFileBadRequest) Code ¶ added in v0.2.33
func (o *GetLatestIntelRuleFileBadRequest) Code() int
Code gets the status code for the get latest intel rule file bad request response
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 GetLatestIntelRuleFileForbidden ¶
type GetLatestIntelRuleFileForbidden struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaReplyMetaOnly }
GetLatestIntelRuleFileForbidden describes a response with status code 403, with default header values.
Forbidden
func NewGetLatestIntelRuleFileForbidden ¶
func NewGetLatestIntelRuleFileForbidden() *GetLatestIntelRuleFileForbidden
NewGetLatestIntelRuleFileForbidden creates a GetLatestIntelRuleFileForbidden with default headers values
func (*GetLatestIntelRuleFileForbidden) Code ¶ added in v0.2.33
func (o *GetLatestIntelRuleFileForbidden) Code() int
Code gets the status code for the get latest intel rule file forbidden response
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 { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaErrorsOnly }
GetLatestIntelRuleFileInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewGetLatestIntelRuleFileInternalServerError ¶
func NewGetLatestIntelRuleFileInternalServerError() *GetLatestIntelRuleFileInternalServerError
NewGetLatestIntelRuleFileInternalServerError creates a GetLatestIntelRuleFileInternalServerError with default headers values
func (*GetLatestIntelRuleFileInternalServerError) Code ¶ added in v0.2.33
func (o *GetLatestIntelRuleFileInternalServerError) Code() int
Code gets the status code for the get latest intel rule file internal server error response
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 { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaErrorsOnly }
GetLatestIntelRuleFileNotFound describes a response with status code 404, with default header values.
Bad Request
func NewGetLatestIntelRuleFileNotFound ¶
func NewGetLatestIntelRuleFileNotFound() *GetLatestIntelRuleFileNotFound
NewGetLatestIntelRuleFileNotFound creates a GetLatestIntelRuleFileNotFound with default headers values
func (*GetLatestIntelRuleFileNotFound) Code ¶ added in v0.2.33
func (o *GetLatestIntelRuleFileNotFound) Code() int
Code gets the status code for the get latest intel rule file not found response
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) Code ¶ added in v0.2.33
func (o *GetLatestIntelRuleFileNotModified) Code() int
Code gets the status code for the get latest intel rule file not modified response
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 { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload io.Writer }
GetLatestIntelRuleFileOK describes a response with status code 200, with default header values.
OK
func NewGetLatestIntelRuleFileOK ¶
func NewGetLatestIntelRuleFileOK(writer io.Writer) *GetLatestIntelRuleFileOK
NewGetLatestIntelRuleFileOK creates a GetLatestIntelRuleFileOK with default headers values
func (*GetLatestIntelRuleFileOK) Code ¶ added in v0.2.33
func (o *GetLatestIntelRuleFileOK) Code() int
Code gets the status code for the get latest intel rule file o k response
func (*GetLatestIntelRuleFileOK) Error ¶
func (o *GetLatestIntelRuleFileOK) Error() string
func (*GetLatestIntelRuleFileOK) GetPayload ¶ added in v0.2.12
func (o *GetLatestIntelRuleFileOK) GetPayload() io.Writer
func (*GetLatestIntelRuleFileOK) IsClientError ¶ added in v0.2.27
func (o *GetLatestIntelRuleFileOK) IsClientError() bool
IsClientError returns true when this get latest intel rule file o k response has a 4xx status code
func (*GetLatestIntelRuleFileOK) IsCode ¶ added in v0.2.27
func (o *GetLatestIntelRuleFileOK) IsCode(code int) bool
IsCode returns true when this get latest intel rule file o k response a status code equal to that given
func (*GetLatestIntelRuleFileOK) IsRedirect ¶ added in v0.2.27
func (o *GetLatestIntelRuleFileOK) IsRedirect() bool
IsRedirect returns true when this get latest intel rule file o k response has a 3xx status code
func (*GetLatestIntelRuleFileOK) IsServerError ¶ added in v0.2.27
func (o *GetLatestIntelRuleFileOK) IsServerError() bool
IsServerError returns true when this get latest intel rule file o k response has a 5xx status code
func (*GetLatestIntelRuleFileOK) IsSuccess ¶ added in v0.2.27
func (o *GetLatestIntelRuleFileOK) IsSuccess() bool
IsSuccess returns true when this get latest intel rule file o k response has a 2xx status code
func (*GetLatestIntelRuleFileOK) String ¶ added in v0.2.27
func (o *GetLatestIntelRuleFileOK) String() string
type GetLatestIntelRuleFileParams ¶
type GetLatestIntelRuleFileParams struct { /* Accept. Choose the format you want the rule set in. */ Accept *string /* IfModifiedSince. Download Only if changed since */ IfModifiedSince *string /* IfNoneMatch. Download the latest rule set only if it doesn't have an ETag matching the given ones. */ IfNoneMatch *string /* Format. Choose the format you want the rule set in. Valid formats are zip and gzip. Defaults to zip. */ Format *string /* Type. The rule news report type. Accepted values: snort-suricata-master snort-suricata-update snort-suricata-changelog yara-master yara-update yara-changelog common-event-format netwitness */ Type string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetLatestIntelRuleFileParams contains all the parameters to send to the API endpoint
for the get latest intel rule file operation. Typically these are written to a http.Request.
func NewGetLatestIntelRuleFileParams ¶
func NewGetLatestIntelRuleFileParams() *GetLatestIntelRuleFileParams
NewGetLatestIntelRuleFileParams creates a new GetLatestIntelRuleFileParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGetLatestIntelRuleFileParamsWithContext ¶
func NewGetLatestIntelRuleFileParamsWithContext(ctx context.Context) *GetLatestIntelRuleFileParams
NewGetLatestIntelRuleFileParamsWithContext creates a new GetLatestIntelRuleFileParams object with the ability to set a context for a request.
func NewGetLatestIntelRuleFileParamsWithHTTPClient ¶
func NewGetLatestIntelRuleFileParamsWithHTTPClient(client *http.Client) *GetLatestIntelRuleFileParams
NewGetLatestIntelRuleFileParamsWithHTTPClient creates a new GetLatestIntelRuleFileParams object with the ability to set a custom HTTPClient for a request.
func NewGetLatestIntelRuleFileParamsWithTimeout ¶
func NewGetLatestIntelRuleFileParamsWithTimeout(timeout time.Duration) *GetLatestIntelRuleFileParams
NewGetLatestIntelRuleFileParamsWithTimeout creates a new GetLatestIntelRuleFileParams object with the ability to set a timeout on a request.
func (*GetLatestIntelRuleFileParams) SetAccept ¶
func (o *GetLatestIntelRuleFileParams) SetAccept(accept *string)
SetAccept adds the accept to the get latest intel rule file params
func (*GetLatestIntelRuleFileParams) SetContext ¶
func (o *GetLatestIntelRuleFileParams) SetContext(ctx context.Context)
SetContext adds the context to the get latest intel rule file params
func (*GetLatestIntelRuleFileParams) SetDefaults ¶
func (o *GetLatestIntelRuleFileParams) SetDefaults()
SetDefaults hydrates default values in the get latest intel rule file params (not the query body).
All values with no default are reset to their zero value.
func (*GetLatestIntelRuleFileParams) SetFormat ¶
func (o *GetLatestIntelRuleFileParams) SetFormat(format *string)
SetFormat adds the format to the get latest intel rule file params
func (*GetLatestIntelRuleFileParams) SetHTTPClient ¶
func (o *GetLatestIntelRuleFileParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get latest intel rule file params
func (*GetLatestIntelRuleFileParams) SetIfModifiedSince ¶ added in v0.2.14
func (o *GetLatestIntelRuleFileParams) SetIfModifiedSince(ifModifiedSince *string)
SetIfModifiedSince adds the ifModifiedSince to the get latest intel rule file params
func (*GetLatestIntelRuleFileParams) SetIfNoneMatch ¶ added in v0.4.0
func (o *GetLatestIntelRuleFileParams) SetIfNoneMatch(ifNoneMatch *string)
SetIfNoneMatch adds the ifNoneMatch to the get latest intel rule file params
func (*GetLatestIntelRuleFileParams) SetTimeout ¶
func (o *GetLatestIntelRuleFileParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get latest intel rule file params
func (*GetLatestIntelRuleFileParams) SetType ¶
func (o *GetLatestIntelRuleFileParams) SetType(typeVar string)
SetType adds the type to the get latest intel rule file params
func (*GetLatestIntelRuleFileParams) WithAccept ¶
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) WithIfNoneMatch ¶ added in v0.4.0
func (o *GetLatestIntelRuleFileParams) WithIfNoneMatch(ifNoneMatch *string) *GetLatestIntelRuleFileParams
WithIfNoneMatch adds the ifNoneMatch to the get latest intel rule file params
func (*GetLatestIntelRuleFileParams) WithTimeout ¶
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 { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 /* Too many requests, retry after this time (as milliseconds since epoch) */ XRateLimitRetryAfter int64 Payload *models.MsaReplyMetaOnly }
GetLatestIntelRuleFileTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewGetLatestIntelRuleFileTooManyRequests ¶
func NewGetLatestIntelRuleFileTooManyRequests() *GetLatestIntelRuleFileTooManyRequests
NewGetLatestIntelRuleFileTooManyRequests creates a GetLatestIntelRuleFileTooManyRequests with default headers values
func (*GetLatestIntelRuleFileTooManyRequests) Code ¶ added in v0.2.33
func (o *GetLatestIntelRuleFileTooManyRequests) Code() int
Code gets the status code for the get latest intel rule file too many requests response
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 GetMitreReportForbidden ¶ added in v0.2.33
type GetMitreReportForbidden struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaReplyMetaOnly }
GetMitreReportForbidden describes a response with status code 403, with default header values.
Forbidden
func NewGetMitreReportForbidden ¶ added in v0.2.33
func NewGetMitreReportForbidden() *GetMitreReportForbidden
NewGetMitreReportForbidden creates a GetMitreReportForbidden with default headers values
func (*GetMitreReportForbidden) Code ¶ added in v0.2.33
func (o *GetMitreReportForbidden) Code() int
Code gets the status code for the get mitre report forbidden response
func (*GetMitreReportForbidden) Error ¶ added in v0.2.33
func (o *GetMitreReportForbidden) Error() string
func (*GetMitreReportForbidden) GetPayload ¶ added in v0.2.33
func (o *GetMitreReportForbidden) GetPayload() *models.MsaReplyMetaOnly
func (*GetMitreReportForbidden) IsClientError ¶ added in v0.2.33
func (o *GetMitreReportForbidden) IsClientError() bool
IsClientError returns true when this get mitre report forbidden response has a 4xx status code
func (*GetMitreReportForbidden) IsCode ¶ added in v0.2.33
func (o *GetMitreReportForbidden) IsCode(code int) bool
IsCode returns true when this get mitre report forbidden response a status code equal to that given
func (*GetMitreReportForbidden) IsRedirect ¶ added in v0.2.33
func (o *GetMitreReportForbidden) IsRedirect() bool
IsRedirect returns true when this get mitre report forbidden response has a 3xx status code
func (*GetMitreReportForbidden) IsServerError ¶ added in v0.2.33
func (o *GetMitreReportForbidden) IsServerError() bool
IsServerError returns true when this get mitre report forbidden response has a 5xx status code
func (*GetMitreReportForbidden) IsSuccess ¶ added in v0.2.33
func (o *GetMitreReportForbidden) IsSuccess() bool
IsSuccess returns true when this get mitre report forbidden response has a 2xx status code
func (*GetMitreReportForbidden) String ¶ added in v0.2.33
func (o *GetMitreReportForbidden) String() string
type GetMitreReportOK ¶ added in v0.2.33
type GetMitreReportOK struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 }
GetMitreReportOK describes a response with status code 200, with default header values.
OK
func NewGetMitreReportOK ¶ added in v0.2.33
func NewGetMitreReportOK() *GetMitreReportOK
NewGetMitreReportOK creates a GetMitreReportOK with default headers values
func (*GetMitreReportOK) Code ¶ added in v0.2.33
func (o *GetMitreReportOK) Code() int
Code gets the status code for the get mitre report o k response
func (*GetMitreReportOK) Error ¶ added in v0.2.33
func (o *GetMitreReportOK) Error() string
func (*GetMitreReportOK) IsClientError ¶ added in v0.2.33
func (o *GetMitreReportOK) IsClientError() bool
IsClientError returns true when this get mitre report o k response has a 4xx status code
func (*GetMitreReportOK) IsCode ¶ added in v0.2.33
func (o *GetMitreReportOK) IsCode(code int) bool
IsCode returns true when this get mitre report o k response a status code equal to that given
func (*GetMitreReportOK) IsRedirect ¶ added in v0.2.33
func (o *GetMitreReportOK) IsRedirect() bool
IsRedirect returns true when this get mitre report o k response has a 3xx status code
func (*GetMitreReportOK) IsServerError ¶ added in v0.2.33
func (o *GetMitreReportOK) IsServerError() bool
IsServerError returns true when this get mitre report o k response has a 5xx status code
func (*GetMitreReportOK) IsSuccess ¶ added in v0.2.33
func (o *GetMitreReportOK) IsSuccess() bool
IsSuccess returns true when this get mitre report o k response has a 2xx status code
func (*GetMitreReportOK) String ¶ added in v0.2.33
func (o *GetMitreReportOK) String() string
type GetMitreReportParams ¶ added in v0.2.33
type GetMitreReportParams struct { /* ActorID. Actor ID(derived from the actor's name) */ ActorID string /* Format. Supported report formats: CSV or JSON */ Format string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetMitreReportParams contains all the parameters to send to the API endpoint
for the get mitre report operation. Typically these are written to a http.Request.
func NewGetMitreReportParams ¶ added in v0.2.33
func NewGetMitreReportParams() *GetMitreReportParams
NewGetMitreReportParams creates a new GetMitreReportParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGetMitreReportParamsWithContext ¶ added in v0.2.33
func NewGetMitreReportParamsWithContext(ctx context.Context) *GetMitreReportParams
NewGetMitreReportParamsWithContext creates a new GetMitreReportParams object with the ability to set a context for a request.
func NewGetMitreReportParamsWithHTTPClient ¶ added in v0.2.33
func NewGetMitreReportParamsWithHTTPClient(client *http.Client) *GetMitreReportParams
NewGetMitreReportParamsWithHTTPClient creates a new GetMitreReportParams object with the ability to set a custom HTTPClient for a request.
func NewGetMitreReportParamsWithTimeout ¶ added in v0.2.33
func NewGetMitreReportParamsWithTimeout(timeout time.Duration) *GetMitreReportParams
NewGetMitreReportParamsWithTimeout creates a new GetMitreReportParams object with the ability to set a timeout on a request.
func (*GetMitreReportParams) SetActorID ¶ added in v0.2.33
func (o *GetMitreReportParams) SetActorID(actorID string)
SetActorID adds the actorId to the get mitre report params
func (*GetMitreReportParams) SetContext ¶ added in v0.2.33
func (o *GetMitreReportParams) SetContext(ctx context.Context)
SetContext adds the context to the get mitre report params
func (*GetMitreReportParams) SetDefaults ¶ added in v0.2.33
func (o *GetMitreReportParams) SetDefaults()
SetDefaults hydrates default values in the get mitre report params (not the query body).
All values with no default are reset to their zero value.
func (*GetMitreReportParams) SetFormat ¶ added in v0.2.33
func (o *GetMitreReportParams) SetFormat(format string)
SetFormat adds the format to the get mitre report params
func (*GetMitreReportParams) SetHTTPClient ¶ added in v0.2.33
func (o *GetMitreReportParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get mitre report params
func (*GetMitreReportParams) SetTimeout ¶ added in v0.2.33
func (o *GetMitreReportParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get mitre report params
func (*GetMitreReportParams) WithActorID ¶ added in v0.2.33
func (o *GetMitreReportParams) WithActorID(actorID string) *GetMitreReportParams
WithActorID adds the actorID to the get mitre report params
func (*GetMitreReportParams) WithContext ¶ added in v0.2.33
func (o *GetMitreReportParams) WithContext(ctx context.Context) *GetMitreReportParams
WithContext adds the context to the get mitre report params
func (*GetMitreReportParams) WithDefaults ¶ added in v0.2.33
func (o *GetMitreReportParams) WithDefaults() *GetMitreReportParams
WithDefaults hydrates default values in the get mitre report params (not the query body).
All values with no default are reset to their zero value.
func (*GetMitreReportParams) WithFormat ¶ added in v0.2.33
func (o *GetMitreReportParams) WithFormat(format string) *GetMitreReportParams
WithFormat adds the format to the get mitre report params
func (*GetMitreReportParams) WithHTTPClient ¶ added in v0.2.33
func (o *GetMitreReportParams) WithHTTPClient(client *http.Client) *GetMitreReportParams
WithHTTPClient adds the HTTPClient to the get mitre report params
func (*GetMitreReportParams) WithTimeout ¶ added in v0.2.33
func (o *GetMitreReportParams) WithTimeout(timeout time.Duration) *GetMitreReportParams
WithTimeout adds the timeout to the get mitre report params
func (*GetMitreReportParams) WriteToRequest ¶ added in v0.2.33
func (o *GetMitreReportParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetMitreReportReader ¶ added in v0.2.33
type GetMitreReportReader struct {
// contains filtered or unexported fields
}
GetMitreReportReader is a Reader for the GetMitreReport structure.
func (*GetMitreReportReader) ReadResponse ¶ added in v0.2.33
func (o *GetMitreReportReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetMitreReportTooManyRequests ¶ added in v0.2.33
type GetMitreReportTooManyRequests struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 /* Too many requests, retry after this time (as milliseconds since epoch) */ XRateLimitRetryAfter int64 Payload *models.MsaReplyMetaOnly }
GetMitreReportTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewGetMitreReportTooManyRequests ¶ added in v0.2.33
func NewGetMitreReportTooManyRequests() *GetMitreReportTooManyRequests
NewGetMitreReportTooManyRequests creates a GetMitreReportTooManyRequests with default headers values
func (*GetMitreReportTooManyRequests) Code ¶ added in v0.2.33
func (o *GetMitreReportTooManyRequests) Code() int
Code gets the status code for the get mitre report too many requests response
func (*GetMitreReportTooManyRequests) Error ¶ added in v0.2.33
func (o *GetMitreReportTooManyRequests) Error() string
func (*GetMitreReportTooManyRequests) GetPayload ¶ added in v0.2.33
func (o *GetMitreReportTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*GetMitreReportTooManyRequests) IsClientError ¶ added in v0.2.33
func (o *GetMitreReportTooManyRequests) IsClientError() bool
IsClientError returns true when this get mitre report too many requests response has a 4xx status code
func (*GetMitreReportTooManyRequests) IsCode ¶ added in v0.2.33
func (o *GetMitreReportTooManyRequests) IsCode(code int) bool
IsCode returns true when this get mitre report too many requests response a status code equal to that given
func (*GetMitreReportTooManyRequests) IsRedirect ¶ added in v0.2.33
func (o *GetMitreReportTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get mitre report too many requests response has a 3xx status code
func (*GetMitreReportTooManyRequests) IsServerError ¶ added in v0.2.33
func (o *GetMitreReportTooManyRequests) IsServerError() bool
IsServerError returns true when this get mitre report too many requests response has a 5xx status code
func (*GetMitreReportTooManyRequests) IsSuccess ¶ added in v0.2.33
func (o *GetMitreReportTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get mitre report too many requests response has a 2xx status code
func (*GetMitreReportTooManyRequests) String ¶ added in v0.2.33
func (o *GetMitreReportTooManyRequests) String() string
type GetVulnerabilitiesForbidden ¶ added in v0.2.32
type GetVulnerabilitiesForbidden struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaReplyMetaOnly }
GetVulnerabilitiesForbidden describes a response with status code 403, with default header values.
Forbidden
func NewGetVulnerabilitiesForbidden ¶ added in v0.2.32
func NewGetVulnerabilitiesForbidden() *GetVulnerabilitiesForbidden
NewGetVulnerabilitiesForbidden creates a GetVulnerabilitiesForbidden with default headers values
func (*GetVulnerabilitiesForbidden) Code ¶ added in v0.2.33
func (o *GetVulnerabilitiesForbidden) Code() int
Code gets the status code for the get vulnerabilities forbidden response
func (*GetVulnerabilitiesForbidden) Error ¶ added in v0.2.32
func (o *GetVulnerabilitiesForbidden) Error() string
func (*GetVulnerabilitiesForbidden) GetPayload ¶ added in v0.2.32
func (o *GetVulnerabilitiesForbidden) GetPayload() *models.MsaReplyMetaOnly
func (*GetVulnerabilitiesForbidden) IsClientError ¶ added in v0.2.32
func (o *GetVulnerabilitiesForbidden) IsClientError() bool
IsClientError returns true when this get vulnerabilities forbidden response has a 4xx status code
func (*GetVulnerabilitiesForbidden) IsCode ¶ added in v0.2.32
func (o *GetVulnerabilitiesForbidden) IsCode(code int) bool
IsCode returns true when this get vulnerabilities forbidden response a status code equal to that given
func (*GetVulnerabilitiesForbidden) IsRedirect ¶ added in v0.2.32
func (o *GetVulnerabilitiesForbidden) IsRedirect() bool
IsRedirect returns true when this get vulnerabilities forbidden response has a 3xx status code
func (*GetVulnerabilitiesForbidden) IsServerError ¶ added in v0.2.32
func (o *GetVulnerabilitiesForbidden) IsServerError() bool
IsServerError returns true when this get vulnerabilities forbidden response has a 5xx status code
func (*GetVulnerabilitiesForbidden) IsSuccess ¶ added in v0.2.32
func (o *GetVulnerabilitiesForbidden) IsSuccess() bool
IsSuccess returns true when this get vulnerabilities forbidden response has a 2xx status code
func (*GetVulnerabilitiesForbidden) String ¶ added in v0.2.32
func (o *GetVulnerabilitiesForbidden) String() string
type GetVulnerabilitiesInternalServerError ¶ added in v0.2.32
type GetVulnerabilitiesInternalServerError struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaErrorsOnly }
GetVulnerabilitiesInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewGetVulnerabilitiesInternalServerError ¶ added in v0.2.32
func NewGetVulnerabilitiesInternalServerError() *GetVulnerabilitiesInternalServerError
NewGetVulnerabilitiesInternalServerError creates a GetVulnerabilitiesInternalServerError with default headers values
func (*GetVulnerabilitiesInternalServerError) Code ¶ added in v0.2.33
func (o *GetVulnerabilitiesInternalServerError) Code() int
Code gets the status code for the get vulnerabilities internal server error response
func (*GetVulnerabilitiesInternalServerError) Error ¶ added in v0.2.32
func (o *GetVulnerabilitiesInternalServerError) Error() string
func (*GetVulnerabilitiesInternalServerError) GetPayload ¶ added in v0.2.32
func (o *GetVulnerabilitiesInternalServerError) GetPayload() *models.MsaErrorsOnly
func (*GetVulnerabilitiesInternalServerError) IsClientError ¶ added in v0.2.32
func (o *GetVulnerabilitiesInternalServerError) IsClientError() bool
IsClientError returns true when this get vulnerabilities internal server error response has a 4xx status code
func (*GetVulnerabilitiesInternalServerError) IsCode ¶ added in v0.2.32
func (o *GetVulnerabilitiesInternalServerError) IsCode(code int) bool
IsCode returns true when this get vulnerabilities internal server error response a status code equal to that given
func (*GetVulnerabilitiesInternalServerError) IsRedirect ¶ added in v0.2.32
func (o *GetVulnerabilitiesInternalServerError) IsRedirect() bool
IsRedirect returns true when this get vulnerabilities internal server error response has a 3xx status code
func (*GetVulnerabilitiesInternalServerError) IsServerError ¶ added in v0.2.32
func (o *GetVulnerabilitiesInternalServerError) IsServerError() bool
IsServerError returns true when this get vulnerabilities internal server error response has a 5xx status code
func (*GetVulnerabilitiesInternalServerError) IsSuccess ¶ added in v0.2.32
func (o *GetVulnerabilitiesInternalServerError) IsSuccess() bool
IsSuccess returns true when this get vulnerabilities internal server error response has a 2xx status code
func (*GetVulnerabilitiesInternalServerError) String ¶ added in v0.2.32
func (o *GetVulnerabilitiesInternalServerError) String() string
type GetVulnerabilitiesNotFound ¶ added in v0.2.32
type GetVulnerabilitiesNotFound struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaErrorsOnly }
GetVulnerabilitiesNotFound describes a response with status code 404, with default header values.
Not Found
func NewGetVulnerabilitiesNotFound ¶ added in v0.2.32
func NewGetVulnerabilitiesNotFound() *GetVulnerabilitiesNotFound
NewGetVulnerabilitiesNotFound creates a GetVulnerabilitiesNotFound with default headers values
func (*GetVulnerabilitiesNotFound) Code ¶ added in v0.2.33
func (o *GetVulnerabilitiesNotFound) Code() int
Code gets the status code for the get vulnerabilities not found response
func (*GetVulnerabilitiesNotFound) Error ¶ added in v0.2.32
func (o *GetVulnerabilitiesNotFound) Error() string
func (*GetVulnerabilitiesNotFound) GetPayload ¶ added in v0.2.32
func (o *GetVulnerabilitiesNotFound) GetPayload() *models.MsaErrorsOnly
func (*GetVulnerabilitiesNotFound) IsClientError ¶ added in v0.2.32
func (o *GetVulnerabilitiesNotFound) IsClientError() bool
IsClientError returns true when this get vulnerabilities not found response has a 4xx status code
func (*GetVulnerabilitiesNotFound) IsCode ¶ added in v0.2.32
func (o *GetVulnerabilitiesNotFound) IsCode(code int) bool
IsCode returns true when this get vulnerabilities not found response a status code equal to that given
func (*GetVulnerabilitiesNotFound) IsRedirect ¶ added in v0.2.32
func (o *GetVulnerabilitiesNotFound) IsRedirect() bool
IsRedirect returns true when this get vulnerabilities not found response has a 3xx status code
func (*GetVulnerabilitiesNotFound) IsServerError ¶ added in v0.2.32
func (o *GetVulnerabilitiesNotFound) IsServerError() bool
IsServerError returns true when this get vulnerabilities not found response has a 5xx status code
func (*GetVulnerabilitiesNotFound) IsSuccess ¶ added in v0.2.32
func (o *GetVulnerabilitiesNotFound) IsSuccess() bool
IsSuccess returns true when this get vulnerabilities not found response has a 2xx status code
func (*GetVulnerabilitiesNotFound) String ¶ added in v0.2.32
func (o *GetVulnerabilitiesNotFound) String() string
type GetVulnerabilitiesOK ¶ added in v0.2.32
type GetVulnerabilitiesOK struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.DomainVulnerabilityResponse }
GetVulnerabilitiesOK describes a response with status code 200, with default header values.
OK
func NewGetVulnerabilitiesOK ¶ added in v0.2.32
func NewGetVulnerabilitiesOK() *GetVulnerabilitiesOK
NewGetVulnerabilitiesOK creates a GetVulnerabilitiesOK with default headers values
func (*GetVulnerabilitiesOK) Code ¶ added in v0.2.33
func (o *GetVulnerabilitiesOK) Code() int
Code gets the status code for the get vulnerabilities o k response
func (*GetVulnerabilitiesOK) Error ¶ added in v0.2.32
func (o *GetVulnerabilitiesOK) Error() string
func (*GetVulnerabilitiesOK) GetPayload ¶ added in v0.2.32
func (o *GetVulnerabilitiesOK) GetPayload() *models.DomainVulnerabilityResponse
func (*GetVulnerabilitiesOK) IsClientError ¶ added in v0.2.32
func (o *GetVulnerabilitiesOK) IsClientError() bool
IsClientError returns true when this get vulnerabilities o k response has a 4xx status code
func (*GetVulnerabilitiesOK) IsCode ¶ added in v0.2.32
func (o *GetVulnerabilitiesOK) IsCode(code int) bool
IsCode returns true when this get vulnerabilities o k response a status code equal to that given
func (*GetVulnerabilitiesOK) IsRedirect ¶ added in v0.2.32
func (o *GetVulnerabilitiesOK) IsRedirect() bool
IsRedirect returns true when this get vulnerabilities o k response has a 3xx status code
func (*GetVulnerabilitiesOK) IsServerError ¶ added in v0.2.32
func (o *GetVulnerabilitiesOK) IsServerError() bool
IsServerError returns true when this get vulnerabilities o k response has a 5xx status code
func (*GetVulnerabilitiesOK) IsSuccess ¶ added in v0.2.32
func (o *GetVulnerabilitiesOK) IsSuccess() bool
IsSuccess returns true when this get vulnerabilities o k response has a 2xx status code
func (*GetVulnerabilitiesOK) String ¶ added in v0.2.32
func (o *GetVulnerabilitiesOK) String() string
type GetVulnerabilitiesParams ¶ added in v0.2.32
type GetVulnerabilitiesParams struct { // Body. Body *models.MsaIdsRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetVulnerabilitiesParams contains all the parameters to send to the API endpoint
for the get vulnerabilities operation. Typically these are written to a http.Request.
func NewGetVulnerabilitiesParams ¶ added in v0.2.32
func NewGetVulnerabilitiesParams() *GetVulnerabilitiesParams
NewGetVulnerabilitiesParams creates a new GetVulnerabilitiesParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGetVulnerabilitiesParamsWithContext ¶ added in v0.2.32
func NewGetVulnerabilitiesParamsWithContext(ctx context.Context) *GetVulnerabilitiesParams
NewGetVulnerabilitiesParamsWithContext creates a new GetVulnerabilitiesParams object with the ability to set a context for a request.
func NewGetVulnerabilitiesParamsWithHTTPClient ¶ added in v0.2.32
func NewGetVulnerabilitiesParamsWithHTTPClient(client *http.Client) *GetVulnerabilitiesParams
NewGetVulnerabilitiesParamsWithHTTPClient creates a new GetVulnerabilitiesParams object with the ability to set a custom HTTPClient for a request.
func NewGetVulnerabilitiesParamsWithTimeout ¶ added in v0.2.32
func NewGetVulnerabilitiesParamsWithTimeout(timeout time.Duration) *GetVulnerabilitiesParams
NewGetVulnerabilitiesParamsWithTimeout creates a new GetVulnerabilitiesParams object with the ability to set a timeout on a request.
func (*GetVulnerabilitiesParams) SetBody ¶ added in v0.2.32
func (o *GetVulnerabilitiesParams) SetBody(body *models.MsaIdsRequest)
SetBody adds the body to the get vulnerabilities params
func (*GetVulnerabilitiesParams) SetContext ¶ added in v0.2.32
func (o *GetVulnerabilitiesParams) SetContext(ctx context.Context)
SetContext adds the context to the get vulnerabilities params
func (*GetVulnerabilitiesParams) SetDefaults ¶ added in v0.2.32
func (o *GetVulnerabilitiesParams) SetDefaults()
SetDefaults hydrates default values in the get vulnerabilities params (not the query body).
All values with no default are reset to their zero value.
func (*GetVulnerabilitiesParams) SetHTTPClient ¶ added in v0.2.32
func (o *GetVulnerabilitiesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get vulnerabilities params
func (*GetVulnerabilitiesParams) SetTimeout ¶ added in v0.2.32
func (o *GetVulnerabilitiesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get vulnerabilities params
func (*GetVulnerabilitiesParams) WithBody ¶ added in v0.2.32
func (o *GetVulnerabilitiesParams) WithBody(body *models.MsaIdsRequest) *GetVulnerabilitiesParams
WithBody adds the body to the get vulnerabilities params
func (*GetVulnerabilitiesParams) WithContext ¶ added in v0.2.32
func (o *GetVulnerabilitiesParams) WithContext(ctx context.Context) *GetVulnerabilitiesParams
WithContext adds the context to the get vulnerabilities params
func (*GetVulnerabilitiesParams) WithDefaults ¶ added in v0.2.32
func (o *GetVulnerabilitiesParams) WithDefaults() *GetVulnerabilitiesParams
WithDefaults hydrates default values in the get vulnerabilities params (not the query body).
All values with no default are reset to their zero value.
func (*GetVulnerabilitiesParams) WithHTTPClient ¶ added in v0.2.32
func (o *GetVulnerabilitiesParams) WithHTTPClient(client *http.Client) *GetVulnerabilitiesParams
WithHTTPClient adds the HTTPClient to the get vulnerabilities params
func (*GetVulnerabilitiesParams) WithTimeout ¶ added in v0.2.32
func (o *GetVulnerabilitiesParams) WithTimeout(timeout time.Duration) *GetVulnerabilitiesParams
WithTimeout adds the timeout to the get vulnerabilities params
func (*GetVulnerabilitiesParams) WriteToRequest ¶ added in v0.2.32
func (o *GetVulnerabilitiesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetVulnerabilitiesReader ¶ added in v0.2.32
type GetVulnerabilitiesReader struct {
// contains filtered or unexported fields
}
GetVulnerabilitiesReader is a Reader for the GetVulnerabilities structure.
func (*GetVulnerabilitiesReader) ReadResponse ¶ added in v0.2.32
func (o *GetVulnerabilitiesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetVulnerabilitiesTooManyRequests ¶ added in v0.2.32
type GetVulnerabilitiesTooManyRequests struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 /* Too many requests, retry after this time (as milliseconds since epoch) */ XRateLimitRetryAfter int64 Payload *models.MsaReplyMetaOnly }
GetVulnerabilitiesTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewGetVulnerabilitiesTooManyRequests ¶ added in v0.2.32
func NewGetVulnerabilitiesTooManyRequests() *GetVulnerabilitiesTooManyRequests
NewGetVulnerabilitiesTooManyRequests creates a GetVulnerabilitiesTooManyRequests with default headers values
func (*GetVulnerabilitiesTooManyRequests) Code ¶ added in v0.2.33
func (o *GetVulnerabilitiesTooManyRequests) Code() int
Code gets the status code for the get vulnerabilities too many requests response
func (*GetVulnerabilitiesTooManyRequests) Error ¶ added in v0.2.32
func (o *GetVulnerabilitiesTooManyRequests) Error() string
func (*GetVulnerabilitiesTooManyRequests) GetPayload ¶ added in v0.2.32
func (o *GetVulnerabilitiesTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*GetVulnerabilitiesTooManyRequests) IsClientError ¶ added in v0.2.32
func (o *GetVulnerabilitiesTooManyRequests) IsClientError() bool
IsClientError returns true when this get vulnerabilities too many requests response has a 4xx status code
func (*GetVulnerabilitiesTooManyRequests) IsCode ¶ added in v0.2.32
func (o *GetVulnerabilitiesTooManyRequests) IsCode(code int) bool
IsCode returns true when this get vulnerabilities too many requests response a status code equal to that given
func (*GetVulnerabilitiesTooManyRequests) IsRedirect ¶ added in v0.2.32
func (o *GetVulnerabilitiesTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get vulnerabilities too many requests response has a 3xx status code
func (*GetVulnerabilitiesTooManyRequests) IsServerError ¶ added in v0.2.32
func (o *GetVulnerabilitiesTooManyRequests) IsServerError() bool
IsServerError returns true when this get vulnerabilities too many requests response has a 5xx status code
func (*GetVulnerabilitiesTooManyRequests) IsSuccess ¶ added in v0.2.32
func (o *GetVulnerabilitiesTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get vulnerabilities too many requests response has a 2xx status code
func (*GetVulnerabilitiesTooManyRequests) String ¶ added in v0.2.32
func (o *GetVulnerabilitiesTooManyRequests) String() string
type PostMitreAttacksForbidden ¶ added in v0.2.33
type PostMitreAttacksForbidden struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaReplyMetaOnly }
PostMitreAttacksForbidden describes a response with status code 403, with default header values.
Forbidden
func NewPostMitreAttacksForbidden ¶ added in v0.2.33
func NewPostMitreAttacksForbidden() *PostMitreAttacksForbidden
NewPostMitreAttacksForbidden creates a PostMitreAttacksForbidden with default headers values
func (*PostMitreAttacksForbidden) Code ¶ added in v0.2.33
func (o *PostMitreAttacksForbidden) Code() int
Code gets the status code for the post mitre attacks forbidden response
func (*PostMitreAttacksForbidden) Error ¶ added in v0.2.33
func (o *PostMitreAttacksForbidden) Error() string
func (*PostMitreAttacksForbidden) GetPayload ¶ added in v0.2.33
func (o *PostMitreAttacksForbidden) GetPayload() *models.MsaReplyMetaOnly
func (*PostMitreAttacksForbidden) IsClientError ¶ added in v0.2.33
func (o *PostMitreAttacksForbidden) IsClientError() bool
IsClientError returns true when this post mitre attacks forbidden response has a 4xx status code
func (*PostMitreAttacksForbidden) IsCode ¶ added in v0.2.33
func (o *PostMitreAttacksForbidden) IsCode(code int) bool
IsCode returns true when this post mitre attacks forbidden response a status code equal to that given
func (*PostMitreAttacksForbidden) IsRedirect ¶ added in v0.2.33
func (o *PostMitreAttacksForbidden) IsRedirect() bool
IsRedirect returns true when this post mitre attacks forbidden response has a 3xx status code
func (*PostMitreAttacksForbidden) IsServerError ¶ added in v0.2.33
func (o *PostMitreAttacksForbidden) IsServerError() bool
IsServerError returns true when this post mitre attacks forbidden response has a 5xx status code
func (*PostMitreAttacksForbidden) IsSuccess ¶ added in v0.2.33
func (o *PostMitreAttacksForbidden) IsSuccess() bool
IsSuccess returns true when this post mitre attacks forbidden response has a 2xx status code
func (*PostMitreAttacksForbidden) String ¶ added in v0.2.33
func (o *PostMitreAttacksForbidden) String() string
type PostMitreAttacksOK ¶ added in v0.2.33
type PostMitreAttacksOK struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 }
PostMitreAttacksOK describes a response with status code 200, with default header values.
OK
func NewPostMitreAttacksOK ¶ added in v0.2.33
func NewPostMitreAttacksOK() *PostMitreAttacksOK
NewPostMitreAttacksOK creates a PostMitreAttacksOK with default headers values
func (*PostMitreAttacksOK) Code ¶ added in v0.2.33
func (o *PostMitreAttacksOK) Code() int
Code gets the status code for the post mitre attacks o k response
func (*PostMitreAttacksOK) Error ¶ added in v0.2.33
func (o *PostMitreAttacksOK) Error() string
func (*PostMitreAttacksOK) IsClientError ¶ added in v0.2.33
func (o *PostMitreAttacksOK) IsClientError() bool
IsClientError returns true when this post mitre attacks o k response has a 4xx status code
func (*PostMitreAttacksOK) IsCode ¶ added in v0.2.33
func (o *PostMitreAttacksOK) IsCode(code int) bool
IsCode returns true when this post mitre attacks o k response a status code equal to that given
func (*PostMitreAttacksOK) IsRedirect ¶ added in v0.2.33
func (o *PostMitreAttacksOK) IsRedirect() bool
IsRedirect returns true when this post mitre attacks o k response has a 3xx status code
func (*PostMitreAttacksOK) IsServerError ¶ added in v0.2.33
func (o *PostMitreAttacksOK) IsServerError() bool
IsServerError returns true when this post mitre attacks o k response has a 5xx status code
func (*PostMitreAttacksOK) IsSuccess ¶ added in v0.2.33
func (o *PostMitreAttacksOK) IsSuccess() bool
IsSuccess returns true when this post mitre attacks o k response has a 2xx status code
func (*PostMitreAttacksOK) String ¶ added in v0.2.33
func (o *PostMitreAttacksOK) String() string
type PostMitreAttacksParams ¶ added in v0.2.33
type PostMitreAttacksParams struct { // Body. Body *models.MsaIdsRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PostMitreAttacksParams contains all the parameters to send to the API endpoint
for the post mitre attacks operation. Typically these are written to a http.Request.
func NewPostMitreAttacksParams ¶ added in v0.2.33
func NewPostMitreAttacksParams() *PostMitreAttacksParams
NewPostMitreAttacksParams creates a new PostMitreAttacksParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewPostMitreAttacksParamsWithContext ¶ added in v0.2.33
func NewPostMitreAttacksParamsWithContext(ctx context.Context) *PostMitreAttacksParams
NewPostMitreAttacksParamsWithContext creates a new PostMitreAttacksParams object with the ability to set a context for a request.
func NewPostMitreAttacksParamsWithHTTPClient ¶ added in v0.2.33
func NewPostMitreAttacksParamsWithHTTPClient(client *http.Client) *PostMitreAttacksParams
NewPostMitreAttacksParamsWithHTTPClient creates a new PostMitreAttacksParams object with the ability to set a custom HTTPClient for a request.
func NewPostMitreAttacksParamsWithTimeout ¶ added in v0.2.33
func NewPostMitreAttacksParamsWithTimeout(timeout time.Duration) *PostMitreAttacksParams
NewPostMitreAttacksParamsWithTimeout creates a new PostMitreAttacksParams object with the ability to set a timeout on a request.
func (*PostMitreAttacksParams) SetBody ¶ added in v0.2.33
func (o *PostMitreAttacksParams) SetBody(body *models.MsaIdsRequest)
SetBody adds the body to the post mitre attacks params
func (*PostMitreAttacksParams) SetContext ¶ added in v0.2.33
func (o *PostMitreAttacksParams) SetContext(ctx context.Context)
SetContext adds the context to the post mitre attacks params
func (*PostMitreAttacksParams) SetDefaults ¶ added in v0.2.33
func (o *PostMitreAttacksParams) SetDefaults()
SetDefaults hydrates default values in the post mitre attacks params (not the query body).
All values with no default are reset to their zero value.
func (*PostMitreAttacksParams) SetHTTPClient ¶ added in v0.2.33
func (o *PostMitreAttacksParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the post mitre attacks params
func (*PostMitreAttacksParams) SetTimeout ¶ added in v0.2.33
func (o *PostMitreAttacksParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the post mitre attacks params
func (*PostMitreAttacksParams) WithBody ¶ added in v0.2.33
func (o *PostMitreAttacksParams) WithBody(body *models.MsaIdsRequest) *PostMitreAttacksParams
WithBody adds the body to the post mitre attacks params
func (*PostMitreAttacksParams) WithContext ¶ added in v0.2.33
func (o *PostMitreAttacksParams) WithContext(ctx context.Context) *PostMitreAttacksParams
WithContext adds the context to the post mitre attacks params
func (*PostMitreAttacksParams) WithDefaults ¶ added in v0.2.33
func (o *PostMitreAttacksParams) WithDefaults() *PostMitreAttacksParams
WithDefaults hydrates default values in the post mitre attacks params (not the query body).
All values with no default are reset to their zero value.
func (*PostMitreAttacksParams) WithHTTPClient ¶ added in v0.2.33
func (o *PostMitreAttacksParams) WithHTTPClient(client *http.Client) *PostMitreAttacksParams
WithHTTPClient adds the HTTPClient to the post mitre attacks params
func (*PostMitreAttacksParams) WithTimeout ¶ added in v0.2.33
func (o *PostMitreAttacksParams) WithTimeout(timeout time.Duration) *PostMitreAttacksParams
WithTimeout adds the timeout to the post mitre attacks params
func (*PostMitreAttacksParams) WriteToRequest ¶ added in v0.2.33
func (o *PostMitreAttacksParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PostMitreAttacksReader ¶ added in v0.2.33
type PostMitreAttacksReader struct {
// contains filtered or unexported fields
}
PostMitreAttacksReader is a Reader for the PostMitreAttacks structure.
func (*PostMitreAttacksReader) ReadResponse ¶ added in v0.2.33
func (o *PostMitreAttacksReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PostMitreAttacksTooManyRequests ¶ added in v0.2.33
type PostMitreAttacksTooManyRequests struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 /* Too many requests, retry after this time (as milliseconds since epoch) */ XRateLimitRetryAfter int64 Payload *models.MsaReplyMetaOnly }
PostMitreAttacksTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewPostMitreAttacksTooManyRequests ¶ added in v0.2.33
func NewPostMitreAttacksTooManyRequests() *PostMitreAttacksTooManyRequests
NewPostMitreAttacksTooManyRequests creates a PostMitreAttacksTooManyRequests with default headers values
func (*PostMitreAttacksTooManyRequests) Code ¶ added in v0.2.33
func (o *PostMitreAttacksTooManyRequests) Code() int
Code gets the status code for the post mitre attacks too many requests response
func (*PostMitreAttacksTooManyRequests) Error ¶ added in v0.2.33
func (o *PostMitreAttacksTooManyRequests) Error() string
func (*PostMitreAttacksTooManyRequests) GetPayload ¶ added in v0.2.33
func (o *PostMitreAttacksTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*PostMitreAttacksTooManyRequests) IsClientError ¶ added in v0.2.33
func (o *PostMitreAttacksTooManyRequests) IsClientError() bool
IsClientError returns true when this post mitre attacks too many requests response has a 4xx status code
func (*PostMitreAttacksTooManyRequests) IsCode ¶ added in v0.2.33
func (o *PostMitreAttacksTooManyRequests) IsCode(code int) bool
IsCode returns true when this post mitre attacks too many requests response a status code equal to that given
func (*PostMitreAttacksTooManyRequests) IsRedirect ¶ added in v0.2.33
func (o *PostMitreAttacksTooManyRequests) IsRedirect() bool
IsRedirect returns true when this post mitre attacks too many requests response has a 3xx status code
func (*PostMitreAttacksTooManyRequests) IsServerError ¶ added in v0.2.33
func (o *PostMitreAttacksTooManyRequests) IsServerError() bool
IsServerError returns true when this post mitre attacks too many requests response has a 5xx status code
func (*PostMitreAttacksTooManyRequests) IsSuccess ¶ added in v0.2.33
func (o *PostMitreAttacksTooManyRequests) IsSuccess() bool
IsSuccess returns true when this post mitre attacks too many requests response has a 2xx status code
func (*PostMitreAttacksTooManyRequests) String ¶ added in v0.2.33
func (o *PostMitreAttacksTooManyRequests) String() string
type QueryIntelActorEntitiesBadRequest ¶
type QueryIntelActorEntitiesBadRequest struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaErrorsOnly }
QueryIntelActorEntitiesBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewQueryIntelActorEntitiesBadRequest ¶
func NewQueryIntelActorEntitiesBadRequest() *QueryIntelActorEntitiesBadRequest
NewQueryIntelActorEntitiesBadRequest creates a QueryIntelActorEntitiesBadRequest with default headers values
func (*QueryIntelActorEntitiesBadRequest) Code ¶ added in v0.2.33
func (o *QueryIntelActorEntitiesBadRequest) Code() int
Code gets the status code for the query intel actor entities bad request response
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 QueryIntelActorEntitiesForbidden ¶
type QueryIntelActorEntitiesForbidden struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaReplyMetaOnly }
QueryIntelActorEntitiesForbidden describes a response with status code 403, with default header values.
Forbidden
func NewQueryIntelActorEntitiesForbidden ¶
func NewQueryIntelActorEntitiesForbidden() *QueryIntelActorEntitiesForbidden
NewQueryIntelActorEntitiesForbidden creates a QueryIntelActorEntitiesForbidden with default headers values
func (*QueryIntelActorEntitiesForbidden) Code ¶ added in v0.2.33
func (o *QueryIntelActorEntitiesForbidden) Code() int
Code gets the status code for the query intel actor entities forbidden response
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 { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaErrorsOnly }
QueryIntelActorEntitiesInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewQueryIntelActorEntitiesInternalServerError ¶
func NewQueryIntelActorEntitiesInternalServerError() *QueryIntelActorEntitiesInternalServerError
NewQueryIntelActorEntitiesInternalServerError creates a QueryIntelActorEntitiesInternalServerError with default headers values
func (*QueryIntelActorEntitiesInternalServerError) Code ¶ added in v0.2.33
func (o *QueryIntelActorEntitiesInternalServerError) Code() int
Code gets the status code for the query intel actor entities internal server error response
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 { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.DomainActorsResponse }
QueryIntelActorEntitiesOK describes a response with status code 200, with default header values.
OK
func NewQueryIntelActorEntitiesOK ¶
func NewQueryIntelActorEntitiesOK() *QueryIntelActorEntitiesOK
NewQueryIntelActorEntitiesOK creates a QueryIntelActorEntitiesOK with default headers values
func (*QueryIntelActorEntitiesOK) Code ¶ added in v0.2.33
func (o *QueryIntelActorEntitiesOK) Code() int
Code gets the status code for the query intel actor entities o k response
func (*QueryIntelActorEntitiesOK) Error ¶
func (o *QueryIntelActorEntitiesOK) Error() string
func (*QueryIntelActorEntitiesOK) GetPayload ¶
func (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: actor_type, capabilities, capability, capability.id, capability.slug, capability.value, created_date, description, ecrime_kill_chain.attribution, ecrime_kill_chain.crimes, ecrime_kill_chain.customers, ecrime_kill_chain.marketing, ecrime_kill_chain.monetization, ecrime_kill_chain.services_offered, ecrime_kill_chain.services_used, ecrime_kill_chain.technical_tradecraft, ecrime_kill_chain.victims, first_activity_date, group, group.id, group.slug, group.value, id, kill_chain.actions_and_objectives, kill_chain.actions_on_objectives, kill_chain.command_and_control, kill_chain.delivery, kill_chain.exploitation, kill_chain.installation, kill_chain.objectives, kill_chain.reconnaissance, kill_chain.weaponization, known_as, last_activity_date, last_modified_date, motivations, motivations.id, motivations.slug, motivations.value, name, objectives, origins, origins.id, origins.slug, origins.value, region, region.id, region.slug, region.value, short_description, slug, status, target_countries, target_countries.id, target_countries.slug, target_countries.value, target_industries, target_industries.id, target_industries.slug, target_industries.value, target_regions, target_regions.id, target_regions.slug, target_regions.value. */ Filter *string /* Limit. Set the number of actors to return. The value must be between 1 and 5000. */ Limit *int64 /* Offset. Set the starting row number to return actors from. Defaults to 0. */ Offset *int64 /* Q. Perform a generic substring search across all fields. */ Q *string /* Sort. Order fields in ascending or descending order. Ex: created_date|asc. */ Sort *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
QueryIntelActorEntitiesParams contains all the parameters to send to the API endpoint
for the query intel actor entities operation. Typically these are written to a http.Request.
func NewQueryIntelActorEntitiesParams ¶
func NewQueryIntelActorEntitiesParams() *QueryIntelActorEntitiesParams
NewQueryIntelActorEntitiesParams creates a new QueryIntelActorEntitiesParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewQueryIntelActorEntitiesParamsWithContext ¶
func NewQueryIntelActorEntitiesParamsWithContext(ctx context.Context) *QueryIntelActorEntitiesParams
NewQueryIntelActorEntitiesParamsWithContext creates a new QueryIntelActorEntitiesParams object with the ability to set a context for a request.
func NewQueryIntelActorEntitiesParamsWithHTTPClient ¶
func NewQueryIntelActorEntitiesParamsWithHTTPClient(client *http.Client) *QueryIntelActorEntitiesParams
NewQueryIntelActorEntitiesParamsWithHTTPClient creates a new QueryIntelActorEntitiesParams object with the ability to set a custom HTTPClient for a request.
func NewQueryIntelActorEntitiesParamsWithTimeout ¶
func NewQueryIntelActorEntitiesParamsWithTimeout(timeout time.Duration) *QueryIntelActorEntitiesParams
NewQueryIntelActorEntitiesParamsWithTimeout creates a new QueryIntelActorEntitiesParams object with the ability to set a timeout on a request.
func (*QueryIntelActorEntitiesParams) SetContext ¶
func (o *QueryIntelActorEntitiesParams) SetContext(ctx context.Context)
SetContext adds the context to the query intel actor entities params
func (*QueryIntelActorEntitiesParams) SetDefaults ¶
func (o *QueryIntelActorEntitiesParams) SetDefaults()
SetDefaults hydrates default values in the query intel actor entities params (not the query body).
All values with no default are reset to their zero value.
func (*QueryIntelActorEntitiesParams) SetFields ¶
func (o *QueryIntelActorEntitiesParams) SetFields(fields []string)
SetFields adds the fields to the query intel actor entities params
func (*QueryIntelActorEntitiesParams) SetFilter ¶
func (o *QueryIntelActorEntitiesParams) SetFilter(filter *string)
SetFilter adds the filter to the query intel actor entities params
func (*QueryIntelActorEntitiesParams) SetHTTPClient ¶
func (o *QueryIntelActorEntitiesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the query intel actor entities params
func (*QueryIntelActorEntitiesParams) SetLimit ¶
func (o *QueryIntelActorEntitiesParams) SetLimit(limit *int64)
SetLimit adds the limit to the query intel actor entities params
func (*QueryIntelActorEntitiesParams) SetOffset ¶
func (o *QueryIntelActorEntitiesParams) SetOffset(offset *int64)
SetOffset adds the offset to the query intel actor entities params
func (*QueryIntelActorEntitiesParams) SetQ ¶
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 { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 /* Too many requests, retry after this time (as milliseconds since epoch) */ XRateLimitRetryAfter int64 Payload *models.MsaReplyMetaOnly }
QueryIntelActorEntitiesTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewQueryIntelActorEntitiesTooManyRequests ¶
func NewQueryIntelActorEntitiesTooManyRequests() *QueryIntelActorEntitiesTooManyRequests
NewQueryIntelActorEntitiesTooManyRequests creates a QueryIntelActorEntitiesTooManyRequests with default headers values
func (*QueryIntelActorEntitiesTooManyRequests) Code ¶ added in v0.2.33
func (o *QueryIntelActorEntitiesTooManyRequests) Code() int
Code gets the status code for the query intel actor entities too many requests response
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 { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaErrorsOnly }
QueryIntelActorIdsBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewQueryIntelActorIdsBadRequest ¶
func NewQueryIntelActorIdsBadRequest() *QueryIntelActorIdsBadRequest
NewQueryIntelActorIdsBadRequest creates a QueryIntelActorIdsBadRequest with default headers values
func (*QueryIntelActorIdsBadRequest) Code ¶ added in v0.2.33
func (o *QueryIntelActorIdsBadRequest) Code() int
Code gets the status code for the query intel actor ids bad request response
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 QueryIntelActorIdsForbidden ¶
type QueryIntelActorIdsForbidden struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaReplyMetaOnly }
QueryIntelActorIdsForbidden describes a response with status code 403, with default header values.
Forbidden
func NewQueryIntelActorIdsForbidden ¶
func NewQueryIntelActorIdsForbidden() *QueryIntelActorIdsForbidden
NewQueryIntelActorIdsForbidden creates a QueryIntelActorIdsForbidden with default headers values
func (*QueryIntelActorIdsForbidden) Code ¶ added in v0.2.33
func (o *QueryIntelActorIdsForbidden) Code() int
Code gets the status code for the query intel actor ids forbidden response
func (*QueryIntelActorIdsForbidden) Error ¶
func (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 { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaErrorsOnly }
QueryIntelActorIdsInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewQueryIntelActorIdsInternalServerError ¶
func NewQueryIntelActorIdsInternalServerError() *QueryIntelActorIdsInternalServerError
NewQueryIntelActorIdsInternalServerError creates a QueryIntelActorIdsInternalServerError with default headers values
func (*QueryIntelActorIdsInternalServerError) Code ¶ added in v0.2.33
func (o *QueryIntelActorIdsInternalServerError) Code() int
Code gets the status code for the query intel actor ids internal server error response
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 { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaQueryResponse }
QueryIntelActorIdsOK describes a response with status code 200, with default header values.
OK
func NewQueryIntelActorIdsOK ¶
func NewQueryIntelActorIdsOK() *QueryIntelActorIdsOK
NewQueryIntelActorIdsOK creates a QueryIntelActorIdsOK with default headers values
func (*QueryIntelActorIdsOK) Code ¶ added in v0.2.33
func (o *QueryIntelActorIdsOK) Code() int
Code gets the status code for the query intel actor ids o k response
func (*QueryIntelActorIdsOK) Error ¶
func (o *QueryIntelActorIdsOK) Error() string
func (*QueryIntelActorIdsOK) GetPayload ¶
func (o *QueryIntelActorIdsOK) GetPayload() *models.MsaQueryResponse
func (*QueryIntelActorIdsOK) IsClientError ¶ added in v0.2.27
func (o *QueryIntelActorIdsOK) IsClientError() bool
IsClientError returns true when this query intel actor ids o k response has a 4xx status code
func (*QueryIntelActorIdsOK) IsCode ¶ added in v0.2.27
func (o *QueryIntelActorIdsOK) IsCode(code int) bool
IsCode returns true when this query intel actor ids o k response a status code equal to that given
func (*QueryIntelActorIdsOK) IsRedirect ¶ added in v0.2.27
func (o *QueryIntelActorIdsOK) IsRedirect() bool
IsRedirect returns true when this query intel actor ids o k response has a 3xx status code
func (*QueryIntelActorIdsOK) IsServerError ¶ added in v0.2.27
func (o *QueryIntelActorIdsOK) IsServerError() bool
IsServerError returns true when this query intel actor ids o k response has a 5xx status code
func (*QueryIntelActorIdsOK) IsSuccess ¶ added in v0.2.27
func (o *QueryIntelActorIdsOK) IsSuccess() bool
IsSuccess returns true when this query intel actor ids o k response has a 2xx status code
func (*QueryIntelActorIdsOK) String ¶ added in v0.2.27
func (o *QueryIntelActorIdsOK) String() string
type QueryIntelActorIdsParams ¶
type QueryIntelActorIdsParams struct { /* Filter. Filter your query by specifying FQL filter parameters. Filter parameters include: actor_type, capabilities, capability, capability.id, capability.slug, capability.value, created_date, description, ecrime_kill_chain.attribution, ecrime_kill_chain.crimes, ecrime_kill_chain.customers, ecrime_kill_chain.marketing, ecrime_kill_chain.monetization, ecrime_kill_chain.services_offered, ecrime_kill_chain.services_used, ecrime_kill_chain.technical_tradecraft, ecrime_kill_chain.victims, first_activity_date, group, group.id, group.slug, group.value, id, kill_chain.actions_and_objectives, kill_chain.actions_on_objectives, kill_chain.command_and_control, kill_chain.delivery, kill_chain.exploitation, kill_chain.installation, kill_chain.objectives, kill_chain.reconnaissance, kill_chain.weaponization, known_as, last_activity_date, last_modified_date, motivations, motivations.id, motivations.slug, motivations.value, name, objectives, origins, origins.id, origins.slug, origins.value, region, region.id, region.slug, region.value, short_description, slug, status, target_countries, target_countries.id, target_countries.slug, target_countries.value, target_industries, target_industries.id, target_industries.slug, target_industries.value, target_regions, target_regions.id, target_regions.slug, target_regions.value. */ Filter *string /* Limit. Set the number of actor IDs to return. The value must be between 1 and 5000. */ Limit *int64 /* Offset. Set the starting row number to return actors IDs from. Defaults to 0. */ Offset *int64 /* Q. Perform a generic substring search across all fields. */ Q *string /* Sort. Order fields in ascending or descending order. Ex: created_date|asc. */ Sort *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
QueryIntelActorIdsParams contains all the parameters to send to the API endpoint
for the query intel actor ids operation. Typically these are written to a http.Request.
func NewQueryIntelActorIdsParams ¶
func NewQueryIntelActorIdsParams() *QueryIntelActorIdsParams
NewQueryIntelActorIdsParams creates a new QueryIntelActorIdsParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewQueryIntelActorIdsParamsWithContext ¶
func NewQueryIntelActorIdsParamsWithContext(ctx context.Context) *QueryIntelActorIdsParams
NewQueryIntelActorIdsParamsWithContext creates a new QueryIntelActorIdsParams object with the ability to set a context for a request.
func NewQueryIntelActorIdsParamsWithHTTPClient ¶
func NewQueryIntelActorIdsParamsWithHTTPClient(client *http.Client) *QueryIntelActorIdsParams
NewQueryIntelActorIdsParamsWithHTTPClient creates a new QueryIntelActorIdsParams object with the ability to set a custom HTTPClient for a request.
func NewQueryIntelActorIdsParamsWithTimeout ¶
func NewQueryIntelActorIdsParamsWithTimeout(timeout time.Duration) *QueryIntelActorIdsParams
NewQueryIntelActorIdsParamsWithTimeout creates a new QueryIntelActorIdsParams object with the ability to set a timeout on a request.
func (*QueryIntelActorIdsParams) SetContext ¶
func (o *QueryIntelActorIdsParams) SetContext(ctx context.Context)
SetContext adds the context to the query intel actor ids params
func (*QueryIntelActorIdsParams) SetDefaults ¶
func (o *QueryIntelActorIdsParams) SetDefaults()
SetDefaults hydrates default values in the query intel actor ids params (not the query body).
All values with no default are reset to their zero value.
func (*QueryIntelActorIdsParams) SetFilter ¶
func (o *QueryIntelActorIdsParams) SetFilter(filter *string)
SetFilter adds the filter to the query intel actor ids params
func (*QueryIntelActorIdsParams) SetHTTPClient ¶
func (o *QueryIntelActorIdsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the query intel actor ids params
func (*QueryIntelActorIdsParams) SetLimit ¶
func (o *QueryIntelActorIdsParams) SetLimit(limit *int64)
SetLimit adds the limit to the query intel actor ids params
func (*QueryIntelActorIdsParams) SetOffset ¶
func (o *QueryIntelActorIdsParams) SetOffset(offset *int64)
SetOffset adds the offset to the query intel actor ids params
func (*QueryIntelActorIdsParams) SetQ ¶
func (o *QueryIntelActorIdsParams) SetQ(q *string)
SetQ adds the q to the query intel actor ids params
func (*QueryIntelActorIdsParams) SetSort ¶
func (o *QueryIntelActorIdsParams) SetSort(sort *string)
SetSort adds the sort to the query intel actor ids params
func (*QueryIntelActorIdsParams) SetTimeout ¶
func (o *QueryIntelActorIdsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the query intel actor ids params
func (*QueryIntelActorIdsParams) WithContext ¶
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 { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 /* Too many requests, retry after this time (as milliseconds since epoch) */ XRateLimitRetryAfter int64 Payload *models.MsaReplyMetaOnly }
QueryIntelActorIdsTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewQueryIntelActorIdsTooManyRequests ¶
func NewQueryIntelActorIdsTooManyRequests() *QueryIntelActorIdsTooManyRequests
NewQueryIntelActorIdsTooManyRequests creates a QueryIntelActorIdsTooManyRequests with default headers values
func (*QueryIntelActorIdsTooManyRequests) Code ¶ added in v0.2.33
func (o *QueryIntelActorIdsTooManyRequests) Code() int
Code gets the status code for the query intel actor ids too many requests response
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) Code ¶ added in v0.2.33
func (o *QueryIntelIndicatorEntitiesBadRequest) Code() int
Code gets the status code for the query intel indicator entities bad request response
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 QueryIntelIndicatorEntitiesForbidden ¶
type QueryIntelIndicatorEntitiesForbidden struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaReplyMetaOnly }
QueryIntelIndicatorEntitiesForbidden describes a response with status code 403, with default header values.
Forbidden
func NewQueryIntelIndicatorEntitiesForbidden ¶
func NewQueryIntelIndicatorEntitiesForbidden() *QueryIntelIndicatorEntitiesForbidden
NewQueryIntelIndicatorEntitiesForbidden creates a QueryIntelIndicatorEntitiesForbidden with default headers values
func (*QueryIntelIndicatorEntitiesForbidden) Code ¶ added in v0.2.33
func (o *QueryIntelIndicatorEntitiesForbidden) Code() int
Code gets the status code for the query intel indicator entities forbidden response
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) Code ¶ added in v0.2.33
func (o *QueryIntelIndicatorEntitiesInternalServerError) Code() int
Code gets the status code for the query intel indicator entities internal server error response
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) Code ¶ added in v0.2.33
func (o *QueryIntelIndicatorEntitiesOK) Code() int
Code gets the status code for the query intel indicator entities o k response
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) Code ¶ added in v0.2.33
func (o *QueryIntelIndicatorEntitiesTooManyRequests) Code() int
Code gets the status code for the query intel indicator entities too many requests response
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) Code ¶ added in v0.2.33
func (o *QueryIntelIndicatorIdsBadRequest) Code() int
Code gets the status code for the query intel indicator ids bad request response
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 QueryIntelIndicatorIdsForbidden ¶
type QueryIntelIndicatorIdsForbidden struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaReplyMetaOnly }
QueryIntelIndicatorIdsForbidden describes a response with status code 403, with default header values.
Forbidden
func NewQueryIntelIndicatorIdsForbidden ¶
func NewQueryIntelIndicatorIdsForbidden() *QueryIntelIndicatorIdsForbidden
NewQueryIntelIndicatorIdsForbidden creates a QueryIntelIndicatorIdsForbidden with default headers values
func (*QueryIntelIndicatorIdsForbidden) Code ¶ added in v0.2.33
func (o *QueryIntelIndicatorIdsForbidden) Code() int
Code gets the status code for the query intel indicator ids forbidden response
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) Code ¶ added in v0.2.33
func (o *QueryIntelIndicatorIdsInternalServerError) Code() int
Code gets the status code for the query intel indicator ids internal server error response
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) Code ¶ added in v0.2.33
func (o *QueryIntelIndicatorIdsOK) Code() int
Code gets the status code for the query intel indicator ids o k response
func (*QueryIntelIndicatorIdsOK) Error ¶
func (o *QueryIntelIndicatorIdsOK) Error() string
func (*QueryIntelIndicatorIdsOK) GetPayload ¶
func (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) Code ¶ added in v0.2.33
func (o *QueryIntelIndicatorIdsTooManyRequests) Code() int
Code gets the status code for the query intel indicator ids too many requests response
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 { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 }
QueryIntelReportEntitiesBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewQueryIntelReportEntitiesBadRequest ¶
func NewQueryIntelReportEntitiesBadRequest() *QueryIntelReportEntitiesBadRequest
NewQueryIntelReportEntitiesBadRequest creates a QueryIntelReportEntitiesBadRequest with default headers values
func (*QueryIntelReportEntitiesBadRequest) Code ¶ added in v0.2.33
func (o *QueryIntelReportEntitiesBadRequest) Code() int
Code gets the status code for the query intel report entities bad request response
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 QueryIntelReportEntitiesForbidden ¶
type QueryIntelReportEntitiesForbidden struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaReplyMetaOnly }
QueryIntelReportEntitiesForbidden describes a response with status code 403, with default header values.
Forbidden
func NewQueryIntelReportEntitiesForbidden ¶
func NewQueryIntelReportEntitiesForbidden() *QueryIntelReportEntitiesForbidden
NewQueryIntelReportEntitiesForbidden creates a QueryIntelReportEntitiesForbidden with default headers values
func (*QueryIntelReportEntitiesForbidden) Code ¶ added in v0.2.33
func (o *QueryIntelReportEntitiesForbidden) Code() int
Code gets the status code for the query intel report entities forbidden response
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 { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaErrorsOnly }
QueryIntelReportEntitiesInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewQueryIntelReportEntitiesInternalServerError ¶
func NewQueryIntelReportEntitiesInternalServerError() *QueryIntelReportEntitiesInternalServerError
NewQueryIntelReportEntitiesInternalServerError creates a QueryIntelReportEntitiesInternalServerError with default headers values
func (*QueryIntelReportEntitiesInternalServerError) Code ¶ added in v0.2.33
func (o *QueryIntelReportEntitiesInternalServerError) Code() int
Code gets the status code for the query intel report entities internal server error response
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 { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.DomainNewsResponse }
QueryIntelReportEntitiesOK describes a response with status code 200, with default header values.
OK
func NewQueryIntelReportEntitiesOK ¶
func NewQueryIntelReportEntitiesOK() *QueryIntelReportEntitiesOK
NewQueryIntelReportEntitiesOK creates a QueryIntelReportEntitiesOK with default headers values
func (*QueryIntelReportEntitiesOK) Code ¶ added in v0.2.33
func (o *QueryIntelReportEntitiesOK) Code() int
Code gets the status code for the query intel report entities o k response
func (*QueryIntelReportEntitiesOK) Error ¶
func (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 { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 /* Too many requests, retry after this time (as milliseconds since epoch) */ XRateLimitRetryAfter int64 Payload *models.MsaReplyMetaOnly }
QueryIntelReportEntitiesTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewQueryIntelReportEntitiesTooManyRequests ¶
func NewQueryIntelReportEntitiesTooManyRequests() *QueryIntelReportEntitiesTooManyRequests
NewQueryIntelReportEntitiesTooManyRequests creates a QueryIntelReportEntitiesTooManyRequests with default headers values
func (*QueryIntelReportEntitiesTooManyRequests) Code ¶ added in v0.2.33
func (o *QueryIntelReportEntitiesTooManyRequests) Code() int
Code gets the status code for the query intel report entities too many requests response
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 { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaErrorsOnly }
QueryIntelReportIdsBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewQueryIntelReportIdsBadRequest ¶
func NewQueryIntelReportIdsBadRequest() *QueryIntelReportIdsBadRequest
NewQueryIntelReportIdsBadRequest creates a QueryIntelReportIdsBadRequest with default headers values
func (*QueryIntelReportIdsBadRequest) Code ¶ added in v0.2.33
func (o *QueryIntelReportIdsBadRequest) Code() int
Code gets the status code for the query intel report ids bad request response
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 QueryIntelReportIdsForbidden ¶
type QueryIntelReportIdsForbidden struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaReplyMetaOnly }
QueryIntelReportIdsForbidden describes a response with status code 403, with default header values.
Forbidden
func NewQueryIntelReportIdsForbidden ¶
func NewQueryIntelReportIdsForbidden() *QueryIntelReportIdsForbidden
NewQueryIntelReportIdsForbidden creates a QueryIntelReportIdsForbidden with default headers values
func (*QueryIntelReportIdsForbidden) Code ¶ added in v0.2.33
func (o *QueryIntelReportIdsForbidden) Code() int
Code gets the status code for the query intel report ids forbidden response
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 { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaErrorsOnly }
QueryIntelReportIdsInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewQueryIntelReportIdsInternalServerError ¶
func NewQueryIntelReportIdsInternalServerError() *QueryIntelReportIdsInternalServerError
NewQueryIntelReportIdsInternalServerError creates a QueryIntelReportIdsInternalServerError with default headers values
func (*QueryIntelReportIdsInternalServerError) Code ¶ added in v0.2.33
func (o *QueryIntelReportIdsInternalServerError) Code() int
Code gets the status code for the query intel report ids internal server error response
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 { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaQueryResponse }
QueryIntelReportIdsOK describes a response with status code 200, with default header values.
OK
func NewQueryIntelReportIdsOK ¶
func NewQueryIntelReportIdsOK() *QueryIntelReportIdsOK
NewQueryIntelReportIdsOK creates a QueryIntelReportIdsOK with default headers values
func (*QueryIntelReportIdsOK) Code ¶ added in v0.2.33
func (o *QueryIntelReportIdsOK) Code() int
Code gets the status code for the query intel report ids o k response
func (*QueryIntelReportIdsOK) Error ¶
func (o *QueryIntelReportIdsOK) Error() string
func (*QueryIntelReportIdsOK) GetPayload ¶
func (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 { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 /* Too many requests, retry after this time (as milliseconds since epoch) */ XRateLimitRetryAfter int64 Payload *models.MsaReplyMetaOnly }
QueryIntelReportIdsTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewQueryIntelReportIdsTooManyRequests ¶
func NewQueryIntelReportIdsTooManyRequests() *QueryIntelReportIdsTooManyRequests
NewQueryIntelReportIdsTooManyRequests creates a QueryIntelReportIdsTooManyRequests with default headers values
func (*QueryIntelReportIdsTooManyRequests) Code ¶ added in v0.2.33
func (o *QueryIntelReportIdsTooManyRequests) Code() int
Code gets the status code for the query intel report ids too many requests response
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 { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaErrorsOnly }
QueryIntelRuleIdsBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewQueryIntelRuleIdsBadRequest ¶
func NewQueryIntelRuleIdsBadRequest() *QueryIntelRuleIdsBadRequest
NewQueryIntelRuleIdsBadRequest creates a QueryIntelRuleIdsBadRequest with default headers values
func (*QueryIntelRuleIdsBadRequest) Code ¶ added in v0.2.33
func (o *QueryIntelRuleIdsBadRequest) Code() int
Code gets the status code for the query intel rule ids bad request response
func (*QueryIntelRuleIdsBadRequest) Error ¶
func (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 QueryIntelRuleIdsForbidden ¶
type QueryIntelRuleIdsForbidden struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaReplyMetaOnly }
QueryIntelRuleIdsForbidden describes a response with status code 403, with default header values.
Forbidden
func NewQueryIntelRuleIdsForbidden ¶
func NewQueryIntelRuleIdsForbidden() *QueryIntelRuleIdsForbidden
NewQueryIntelRuleIdsForbidden creates a QueryIntelRuleIdsForbidden with default headers values
func (*QueryIntelRuleIdsForbidden) Code ¶ added in v0.2.33
func (o *QueryIntelRuleIdsForbidden) Code() int
Code gets the status code for the query intel rule ids forbidden response
func (*QueryIntelRuleIdsForbidden) Error ¶
func (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 { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaErrorsOnly }
QueryIntelRuleIdsInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewQueryIntelRuleIdsInternalServerError ¶
func NewQueryIntelRuleIdsInternalServerError() *QueryIntelRuleIdsInternalServerError
NewQueryIntelRuleIdsInternalServerError creates a QueryIntelRuleIdsInternalServerError with default headers values
func (*QueryIntelRuleIdsInternalServerError) Code ¶ added in v0.2.33
func (o *QueryIntelRuleIdsInternalServerError) Code() int
Code gets the status code for the query intel rule ids internal server error response
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 { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaQueryResponse }
QueryIntelRuleIdsOK describes a response with status code 200, with default header values.
OK
func NewQueryIntelRuleIdsOK ¶
func NewQueryIntelRuleIdsOK() *QueryIntelRuleIdsOK
NewQueryIntelRuleIdsOK creates a QueryIntelRuleIdsOK with default headers values
func (*QueryIntelRuleIdsOK) Code ¶ added in v0.2.33
func (o *QueryIntelRuleIdsOK) Code() int
Code gets the status code for the query intel rule ids o k response
func (*QueryIntelRuleIdsOK) Error ¶
func (o *QueryIntelRuleIdsOK) Error() string
func (*QueryIntelRuleIdsOK) GetPayload ¶
func (o *QueryIntelRuleIdsOK) GetPayload() *models.MsaQueryResponse
func (*QueryIntelRuleIdsOK) IsClientError ¶ added in v0.2.27
func (o *QueryIntelRuleIdsOK) IsClientError() bool
IsClientError returns true when this query intel rule ids o k response has a 4xx status code
func (*QueryIntelRuleIdsOK) IsCode ¶ added in v0.2.27
func (o *QueryIntelRuleIdsOK) IsCode(code int) bool
IsCode returns true when this query intel rule ids o k response a status code equal to that given
func (*QueryIntelRuleIdsOK) IsRedirect ¶ added in v0.2.27
func (o *QueryIntelRuleIdsOK) IsRedirect() bool
IsRedirect returns true when this query intel rule ids o k response has a 3xx status code
func (*QueryIntelRuleIdsOK) IsServerError ¶ added in v0.2.27
func (o *QueryIntelRuleIdsOK) IsServerError() bool
IsServerError returns true when this query intel rule ids o k response has a 5xx status code
func (*QueryIntelRuleIdsOK) IsSuccess ¶ added in v0.2.27
func (o *QueryIntelRuleIdsOK) IsSuccess() bool
IsSuccess returns true when this query intel rule ids o k response has a 2xx status code
func (*QueryIntelRuleIdsOK) String ¶ added in v0.2.27
func (o *QueryIntelRuleIdsOK) String() string
type QueryIntelRuleIdsParams ¶
type QueryIntelRuleIdsParams struct { /* Description. Substring match on description field. */ Description []string /* Limit. The number of rule IDs to return. Defaults to 10. */ Limit *int64 /* MaxCreatedDate. Filter results to those created on or before a certain date. */ MaxCreatedDate *string /* MinCreatedDate. Filter results to those created on or after a certain date. */ MinCreatedDate *int64 /* Name. Search by rule title. */ Name []string /* Offset. Set the starting row number to return reports from. Defaults to 0. */ Offset *int64 /* Q. Perform a generic substring search across all fields. */ Q *string /* Sort. Order fields in ascending or descending order. Ex: created_date|asc. */ Sort *string /* Tags. Search for rule tags. */ Tags []string /* Type. The rule news report type. Accepted values: snort-suricata-master snort-suricata-update snort-suricata-changelog yara-master yara-update yara-changelog common-event-format netwitness */ Type string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
QueryIntelRuleIdsParams contains all the parameters to send to the API endpoint
for the query intel rule ids operation. Typically these are written to a http.Request.
func NewQueryIntelRuleIdsParams ¶
func NewQueryIntelRuleIdsParams() *QueryIntelRuleIdsParams
NewQueryIntelRuleIdsParams creates a new QueryIntelRuleIdsParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewQueryIntelRuleIdsParamsWithContext ¶
func NewQueryIntelRuleIdsParamsWithContext(ctx context.Context) *QueryIntelRuleIdsParams
NewQueryIntelRuleIdsParamsWithContext creates a new QueryIntelRuleIdsParams object with the ability to set a context for a request.
func NewQueryIntelRuleIdsParamsWithHTTPClient ¶
func NewQueryIntelRuleIdsParamsWithHTTPClient(client *http.Client) *QueryIntelRuleIdsParams
NewQueryIntelRuleIdsParamsWithHTTPClient creates a new QueryIntelRuleIdsParams object with the ability to set a custom HTTPClient for a request.
func NewQueryIntelRuleIdsParamsWithTimeout ¶
func NewQueryIntelRuleIdsParamsWithTimeout(timeout time.Duration) *QueryIntelRuleIdsParams
NewQueryIntelRuleIdsParamsWithTimeout creates a new QueryIntelRuleIdsParams object with the ability to set a timeout on a request.
func (*QueryIntelRuleIdsParams) SetContext ¶
func (o *QueryIntelRuleIdsParams) SetContext(ctx context.Context)
SetContext adds the context to the query intel rule ids params
func (*QueryIntelRuleIdsParams) SetDefaults ¶
func (o *QueryIntelRuleIdsParams) SetDefaults()
SetDefaults hydrates default values in the query intel rule ids params (not the query body).
All values with no default are reset to their zero value.
func (*QueryIntelRuleIdsParams) SetDescription ¶
func (o *QueryIntelRuleIdsParams) SetDescription(description []string)
SetDescription adds the description to the query intel rule ids params
func (*QueryIntelRuleIdsParams) SetHTTPClient ¶
func (o *QueryIntelRuleIdsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the query intel rule ids params
func (*QueryIntelRuleIdsParams) SetLimit ¶
func (o *QueryIntelRuleIdsParams) SetLimit(limit *int64)
SetLimit adds the limit to the query intel rule ids params
func (*QueryIntelRuleIdsParams) SetMaxCreatedDate ¶
func (o *QueryIntelRuleIdsParams) SetMaxCreatedDate(maxCreatedDate *string)
SetMaxCreatedDate adds the maxCreatedDate to the query intel rule ids params
func (*QueryIntelRuleIdsParams) SetMinCreatedDate ¶
func (o *QueryIntelRuleIdsParams) SetMinCreatedDate(minCreatedDate *int64)
SetMinCreatedDate adds the minCreatedDate to the query intel rule ids params
func (*QueryIntelRuleIdsParams) SetName ¶
func (o *QueryIntelRuleIdsParams) SetName(name []string)
SetName adds the name to the query intel rule ids params
func (*QueryIntelRuleIdsParams) SetOffset ¶
func (o *QueryIntelRuleIdsParams) SetOffset(offset *int64)
SetOffset adds the offset to the query intel rule ids params
func (*QueryIntelRuleIdsParams) SetQ ¶
func (o *QueryIntelRuleIdsParams) SetQ(q *string)
SetQ adds the q to the query intel rule ids params
func (*QueryIntelRuleIdsParams) SetSort ¶
func (o *QueryIntelRuleIdsParams) SetSort(sort *string)
SetSort adds the sort to the query intel rule ids params
func (*QueryIntelRuleIdsParams) SetTags ¶
func (o *QueryIntelRuleIdsParams) SetTags(tags []string)
SetTags adds the tags to the query intel rule ids params
func (*QueryIntelRuleIdsParams) SetTimeout ¶
func (o *QueryIntelRuleIdsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the query intel rule ids params
func (*QueryIntelRuleIdsParams) SetType ¶
func (o *QueryIntelRuleIdsParams) SetType(typeVar string)
SetType adds the type to the query intel rule ids params
func (*QueryIntelRuleIdsParams) WithContext ¶
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 { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 /* Too many requests, retry after this time (as milliseconds since epoch) */ XRateLimitRetryAfter int64 Payload *models.MsaReplyMetaOnly }
QueryIntelRuleIdsTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewQueryIntelRuleIdsTooManyRequests ¶
func NewQueryIntelRuleIdsTooManyRequests() *QueryIntelRuleIdsTooManyRequests
NewQueryIntelRuleIdsTooManyRequests creates a QueryIntelRuleIdsTooManyRequests with default headers values
func (*QueryIntelRuleIdsTooManyRequests) Code ¶ added in v0.2.33
func (o *QueryIntelRuleIdsTooManyRequests) Code() int
Code gets the status code for the query intel rule ids too many requests response
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 QueryMitreAttacksForbidden ¶ added in v0.2.33
type QueryMitreAttacksForbidden struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaReplyMetaOnly }
QueryMitreAttacksForbidden describes a response with status code 403, with default header values.
Forbidden
func NewQueryMitreAttacksForbidden ¶ added in v0.2.33
func NewQueryMitreAttacksForbidden() *QueryMitreAttacksForbidden
NewQueryMitreAttacksForbidden creates a QueryMitreAttacksForbidden with default headers values
func (*QueryMitreAttacksForbidden) Code ¶ added in v0.2.33
func (o *QueryMitreAttacksForbidden) Code() int
Code gets the status code for the query mitre attacks forbidden response
func (*QueryMitreAttacksForbidden) Error ¶ added in v0.2.33
func (o *QueryMitreAttacksForbidden) Error() string
func (*QueryMitreAttacksForbidden) GetPayload ¶ added in v0.2.33
func (o *QueryMitreAttacksForbidden) GetPayload() *models.MsaReplyMetaOnly
func (*QueryMitreAttacksForbidden) IsClientError ¶ added in v0.2.33
func (o *QueryMitreAttacksForbidden) IsClientError() bool
IsClientError returns true when this query mitre attacks forbidden response has a 4xx status code
func (*QueryMitreAttacksForbidden) IsCode ¶ added in v0.2.33
func (o *QueryMitreAttacksForbidden) IsCode(code int) bool
IsCode returns true when this query mitre attacks forbidden response a status code equal to that given
func (*QueryMitreAttacksForbidden) IsRedirect ¶ added in v0.2.33
func (o *QueryMitreAttacksForbidden) IsRedirect() bool
IsRedirect returns true when this query mitre attacks forbidden response has a 3xx status code
func (*QueryMitreAttacksForbidden) IsServerError ¶ added in v0.2.33
func (o *QueryMitreAttacksForbidden) IsServerError() bool
IsServerError returns true when this query mitre attacks forbidden response has a 5xx status code
func (*QueryMitreAttacksForbidden) IsSuccess ¶ added in v0.2.33
func (o *QueryMitreAttacksForbidden) IsSuccess() bool
IsSuccess returns true when this query mitre attacks forbidden response has a 2xx status code
func (*QueryMitreAttacksForbidden) String ¶ added in v0.2.33
func (o *QueryMitreAttacksForbidden) String() string
type QueryMitreAttacksOK ¶ added in v0.2.33
type QueryMitreAttacksOK struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.DomainQueryMitreAttacksResponse }
QueryMitreAttacksOK describes a response with status code 200, with default header values.
OK
func NewQueryMitreAttacksOK ¶ added in v0.2.33
func NewQueryMitreAttacksOK() *QueryMitreAttacksOK
NewQueryMitreAttacksOK creates a QueryMitreAttacksOK with default headers values
func (*QueryMitreAttacksOK) Code ¶ added in v0.2.33
func (o *QueryMitreAttacksOK) Code() int
Code gets the status code for the query mitre attacks o k response
func (*QueryMitreAttacksOK) Error ¶ added in v0.2.33
func (o *QueryMitreAttacksOK) Error() string
func (*QueryMitreAttacksOK) GetPayload ¶ added in v0.4.0
func (o *QueryMitreAttacksOK) GetPayload() *models.DomainQueryMitreAttacksResponse
func (*QueryMitreAttacksOK) IsClientError ¶ added in v0.2.33
func (o *QueryMitreAttacksOK) IsClientError() bool
IsClientError returns true when this query mitre attacks o k response has a 4xx status code
func (*QueryMitreAttacksOK) IsCode ¶ added in v0.2.33
func (o *QueryMitreAttacksOK) IsCode(code int) bool
IsCode returns true when this query mitre attacks o k response a status code equal to that given
func (*QueryMitreAttacksOK) IsRedirect ¶ added in v0.2.33
func (o *QueryMitreAttacksOK) IsRedirect() bool
IsRedirect returns true when this query mitre attacks o k response has a 3xx status code
func (*QueryMitreAttacksOK) IsServerError ¶ added in v0.2.33
func (o *QueryMitreAttacksOK) IsServerError() bool
IsServerError returns true when this query mitre attacks o k response has a 5xx status code
func (*QueryMitreAttacksOK) IsSuccess ¶ added in v0.2.33
func (o *QueryMitreAttacksOK) IsSuccess() bool
IsSuccess returns true when this query mitre attacks o k response has a 2xx status code
func (*QueryMitreAttacksOK) String ¶ added in v0.2.33
func (o *QueryMitreAttacksOK) String() string
type QueryMitreAttacksParams ¶ added in v0.2.33
type QueryMitreAttacksParams struct { /* ID. The actor ID(derived from the actor's name) for which to retrieve a list of attacks, for example: fancy-bear. Only one value is allowed */ ID *string /* Ids. The actor ID(derived from the actor's name) for which to retrieve a list of attacks, for example: fancy-bear. Multiple values are allowed */ Ids []string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
QueryMitreAttacksParams contains all the parameters to send to the API endpoint
for the query mitre attacks operation. Typically these are written to a http.Request.
func NewQueryMitreAttacksParams ¶ added in v0.2.33
func NewQueryMitreAttacksParams() *QueryMitreAttacksParams
NewQueryMitreAttacksParams creates a new QueryMitreAttacksParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewQueryMitreAttacksParamsWithContext ¶ added in v0.2.33
func NewQueryMitreAttacksParamsWithContext(ctx context.Context) *QueryMitreAttacksParams
NewQueryMitreAttacksParamsWithContext creates a new QueryMitreAttacksParams object with the ability to set a context for a request.
func NewQueryMitreAttacksParamsWithHTTPClient ¶ added in v0.2.33
func NewQueryMitreAttacksParamsWithHTTPClient(client *http.Client) *QueryMitreAttacksParams
NewQueryMitreAttacksParamsWithHTTPClient creates a new QueryMitreAttacksParams object with the ability to set a custom HTTPClient for a request.
func NewQueryMitreAttacksParamsWithTimeout ¶ added in v0.2.33
func NewQueryMitreAttacksParamsWithTimeout(timeout time.Duration) *QueryMitreAttacksParams
NewQueryMitreAttacksParamsWithTimeout creates a new QueryMitreAttacksParams object with the ability to set a timeout on a request.
func (*QueryMitreAttacksParams) SetContext ¶ added in v0.2.33
func (o *QueryMitreAttacksParams) SetContext(ctx context.Context)
SetContext adds the context to the query mitre attacks params
func (*QueryMitreAttacksParams) SetDefaults ¶ added in v0.2.33
func (o *QueryMitreAttacksParams) SetDefaults()
SetDefaults hydrates default values in the query mitre attacks params (not the query body).
All values with no default are reset to their zero value.
func (*QueryMitreAttacksParams) SetHTTPClient ¶ added in v0.2.33
func (o *QueryMitreAttacksParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the query mitre attacks params
func (*QueryMitreAttacksParams) SetID ¶ added in v0.2.33
func (o *QueryMitreAttacksParams) SetID(id *string)
SetID adds the id to the query mitre attacks params
func (*QueryMitreAttacksParams) SetIds ¶ added in v0.4.0
func (o *QueryMitreAttacksParams) SetIds(ids []string)
SetIds adds the ids to the query mitre attacks params
func (*QueryMitreAttacksParams) SetTimeout ¶ added in v0.2.33
func (o *QueryMitreAttacksParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the query mitre attacks params
func (*QueryMitreAttacksParams) WithContext ¶ added in v0.2.33
func (o *QueryMitreAttacksParams) WithContext(ctx context.Context) *QueryMitreAttacksParams
WithContext adds the context to the query mitre attacks params
func (*QueryMitreAttacksParams) WithDefaults ¶ added in v0.2.33
func (o *QueryMitreAttacksParams) WithDefaults() *QueryMitreAttacksParams
WithDefaults hydrates default values in the query mitre attacks params (not the query body).
All values with no default are reset to their zero value.
func (*QueryMitreAttacksParams) WithHTTPClient ¶ added in v0.2.33
func (o *QueryMitreAttacksParams) WithHTTPClient(client *http.Client) *QueryMitreAttacksParams
WithHTTPClient adds the HTTPClient to the query mitre attacks params
func (*QueryMitreAttacksParams) WithID ¶ added in v0.2.33
func (o *QueryMitreAttacksParams) WithID(id *string) *QueryMitreAttacksParams
WithID adds the id to the query mitre attacks params
func (*QueryMitreAttacksParams) WithIds ¶ added in v0.4.0
func (o *QueryMitreAttacksParams) WithIds(ids []string) *QueryMitreAttacksParams
WithIds adds the ids to the query mitre attacks params
func (*QueryMitreAttacksParams) WithTimeout ¶ added in v0.2.33
func (o *QueryMitreAttacksParams) WithTimeout(timeout time.Duration) *QueryMitreAttacksParams
WithTimeout adds the timeout to the query mitre attacks params
func (*QueryMitreAttacksParams) WriteToRequest ¶ added in v0.2.33
func (o *QueryMitreAttacksParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type QueryMitreAttacksReader ¶ added in v0.2.33
type QueryMitreAttacksReader struct {
// contains filtered or unexported fields
}
QueryMitreAttacksReader is a Reader for the QueryMitreAttacks structure.
func (*QueryMitreAttacksReader) ReadResponse ¶ added in v0.2.33
func (o *QueryMitreAttacksReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type QueryMitreAttacksTooManyRequests ¶ added in v0.2.33
type QueryMitreAttacksTooManyRequests struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 /* Too many requests, retry after this time (as milliseconds since epoch) */ XRateLimitRetryAfter int64 Payload *models.MsaReplyMetaOnly }
QueryMitreAttacksTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewQueryMitreAttacksTooManyRequests ¶ added in v0.2.33
func NewQueryMitreAttacksTooManyRequests() *QueryMitreAttacksTooManyRequests
NewQueryMitreAttacksTooManyRequests creates a QueryMitreAttacksTooManyRequests with default headers values
func (*QueryMitreAttacksTooManyRequests) Code ¶ added in v0.2.33
func (o *QueryMitreAttacksTooManyRequests) Code() int
Code gets the status code for the query mitre attacks too many requests response
func (*QueryMitreAttacksTooManyRequests) Error ¶ added in v0.2.33
func (o *QueryMitreAttacksTooManyRequests) Error() string
func (*QueryMitreAttacksTooManyRequests) GetPayload ¶ added in v0.2.33
func (o *QueryMitreAttacksTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*QueryMitreAttacksTooManyRequests) IsClientError ¶ added in v0.2.33
func (o *QueryMitreAttacksTooManyRequests) IsClientError() bool
IsClientError returns true when this query mitre attacks too many requests response has a 4xx status code
func (*QueryMitreAttacksTooManyRequests) IsCode ¶ added in v0.2.33
func (o *QueryMitreAttacksTooManyRequests) IsCode(code int) bool
IsCode returns true when this query mitre attacks too many requests response a status code equal to that given
func (*QueryMitreAttacksTooManyRequests) IsRedirect ¶ added in v0.2.33
func (o *QueryMitreAttacksTooManyRequests) IsRedirect() bool
IsRedirect returns true when this query mitre attacks too many requests response has a 3xx status code
func (*QueryMitreAttacksTooManyRequests) IsServerError ¶ added in v0.2.33
func (o *QueryMitreAttacksTooManyRequests) IsServerError() bool
IsServerError returns true when this query mitre attacks too many requests response has a 5xx status code
func (*QueryMitreAttacksTooManyRequests) IsSuccess ¶ added in v0.2.33
func (o *QueryMitreAttacksTooManyRequests) IsSuccess() bool
IsSuccess returns true when this query mitre attacks too many requests response has a 2xx status code
func (*QueryMitreAttacksTooManyRequests) String ¶ added in v0.2.33
func (o *QueryMitreAttacksTooManyRequests) String() string
type QueryVulnerabilitiesForbidden ¶ added in v0.2.32
type QueryVulnerabilitiesForbidden struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaReplyMetaOnly }
QueryVulnerabilitiesForbidden describes a response with status code 403, with default header values.
Forbidden
func NewQueryVulnerabilitiesForbidden ¶ added in v0.2.32
func NewQueryVulnerabilitiesForbidden() *QueryVulnerabilitiesForbidden
NewQueryVulnerabilitiesForbidden creates a QueryVulnerabilitiesForbidden with default headers values
func (*QueryVulnerabilitiesForbidden) Code ¶ added in v0.2.33
func (o *QueryVulnerabilitiesForbidden) Code() int
Code gets the status code for the query vulnerabilities forbidden response
func (*QueryVulnerabilitiesForbidden) Error ¶ added in v0.2.32
func (o *QueryVulnerabilitiesForbidden) Error() string
func (*QueryVulnerabilitiesForbidden) GetPayload ¶ added in v0.2.32
func (o *QueryVulnerabilitiesForbidden) GetPayload() *models.MsaReplyMetaOnly
func (*QueryVulnerabilitiesForbidden) IsClientError ¶ added in v0.2.32
func (o *QueryVulnerabilitiesForbidden) IsClientError() bool
IsClientError returns true when this query vulnerabilities forbidden response has a 4xx status code
func (*QueryVulnerabilitiesForbidden) IsCode ¶ added in v0.2.32
func (o *QueryVulnerabilitiesForbidden) IsCode(code int) bool
IsCode returns true when this query vulnerabilities forbidden response a status code equal to that given
func (*QueryVulnerabilitiesForbidden) IsRedirect ¶ added in v0.2.32
func (o *QueryVulnerabilitiesForbidden) IsRedirect() bool
IsRedirect returns true when this query vulnerabilities forbidden response has a 3xx status code
func (*QueryVulnerabilitiesForbidden) IsServerError ¶ added in v0.2.32
func (o *QueryVulnerabilitiesForbidden) IsServerError() bool
IsServerError returns true when this query vulnerabilities forbidden response has a 5xx status code
func (*QueryVulnerabilitiesForbidden) IsSuccess ¶ added in v0.2.32
func (o *QueryVulnerabilitiesForbidden) IsSuccess() bool
IsSuccess returns true when this query vulnerabilities forbidden response has a 2xx status code
func (*QueryVulnerabilitiesForbidden) String ¶ added in v0.2.32
func (o *QueryVulnerabilitiesForbidden) String() string
type QueryVulnerabilitiesInternalServerError ¶ added in v0.2.32
type QueryVulnerabilitiesInternalServerError struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaErrorsOnly }
QueryVulnerabilitiesInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewQueryVulnerabilitiesInternalServerError ¶ added in v0.2.32
func NewQueryVulnerabilitiesInternalServerError() *QueryVulnerabilitiesInternalServerError
NewQueryVulnerabilitiesInternalServerError creates a QueryVulnerabilitiesInternalServerError with default headers values
func (*QueryVulnerabilitiesInternalServerError) Code ¶ added in v0.2.33
func (o *QueryVulnerabilitiesInternalServerError) Code() int
Code gets the status code for the query vulnerabilities internal server error response
func (*QueryVulnerabilitiesInternalServerError) Error ¶ added in v0.2.32
func (o *QueryVulnerabilitiesInternalServerError) Error() string
func (*QueryVulnerabilitiesInternalServerError) GetPayload ¶ added in v0.2.32
func (o *QueryVulnerabilitiesInternalServerError) GetPayload() *models.MsaErrorsOnly
func (*QueryVulnerabilitiesInternalServerError) IsClientError ¶ added in v0.2.32
func (o *QueryVulnerabilitiesInternalServerError) IsClientError() bool
IsClientError returns true when this query vulnerabilities internal server error response has a 4xx status code
func (*QueryVulnerabilitiesInternalServerError) IsCode ¶ added in v0.2.32
func (o *QueryVulnerabilitiesInternalServerError) IsCode(code int) bool
IsCode returns true when this query vulnerabilities internal server error response a status code equal to that given
func (*QueryVulnerabilitiesInternalServerError) IsRedirect ¶ added in v0.2.32
func (o *QueryVulnerabilitiesInternalServerError) IsRedirect() bool
IsRedirect returns true when this query vulnerabilities internal server error response has a 3xx status code
func (*QueryVulnerabilitiesInternalServerError) IsServerError ¶ added in v0.2.32
func (o *QueryVulnerabilitiesInternalServerError) IsServerError() bool
IsServerError returns true when this query vulnerabilities internal server error response has a 5xx status code
func (*QueryVulnerabilitiesInternalServerError) IsSuccess ¶ added in v0.2.32
func (o *QueryVulnerabilitiesInternalServerError) IsSuccess() bool
IsSuccess returns true when this query vulnerabilities internal server error response has a 2xx status code
func (*QueryVulnerabilitiesInternalServerError) String ¶ added in v0.2.32
func (o *QueryVulnerabilitiesInternalServerError) String() string
type QueryVulnerabilitiesNotFound ¶ added in v0.2.32
type QueryVulnerabilitiesNotFound struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaErrorsOnly }
QueryVulnerabilitiesNotFound describes a response with status code 404, with default header values.
Not Found
func NewQueryVulnerabilitiesNotFound ¶ added in v0.2.32
func NewQueryVulnerabilitiesNotFound() *QueryVulnerabilitiesNotFound
NewQueryVulnerabilitiesNotFound creates a QueryVulnerabilitiesNotFound with default headers values
func (*QueryVulnerabilitiesNotFound) Code ¶ added in v0.2.33
func (o *QueryVulnerabilitiesNotFound) Code() int
Code gets the status code for the query vulnerabilities not found response
func (*QueryVulnerabilitiesNotFound) Error ¶ added in v0.2.32
func (o *QueryVulnerabilitiesNotFound) Error() string
func (*QueryVulnerabilitiesNotFound) GetPayload ¶ added in v0.2.32
func (o *QueryVulnerabilitiesNotFound) GetPayload() *models.MsaErrorsOnly
func (*QueryVulnerabilitiesNotFound) IsClientError ¶ added in v0.2.32
func (o *QueryVulnerabilitiesNotFound) IsClientError() bool
IsClientError returns true when this query vulnerabilities not found response has a 4xx status code
func (*QueryVulnerabilitiesNotFound) IsCode ¶ added in v0.2.32
func (o *QueryVulnerabilitiesNotFound) IsCode(code int) bool
IsCode returns true when this query vulnerabilities not found response a status code equal to that given
func (*QueryVulnerabilitiesNotFound) IsRedirect ¶ added in v0.2.32
func (o *QueryVulnerabilitiesNotFound) IsRedirect() bool
IsRedirect returns true when this query vulnerabilities not found response has a 3xx status code
func (*QueryVulnerabilitiesNotFound) IsServerError ¶ added in v0.2.32
func (o *QueryVulnerabilitiesNotFound) IsServerError() bool
IsServerError returns true when this query vulnerabilities not found response has a 5xx status code
func (*QueryVulnerabilitiesNotFound) IsSuccess ¶ added in v0.2.32
func (o *QueryVulnerabilitiesNotFound) IsSuccess() bool
IsSuccess returns true when this query vulnerabilities not found response has a 2xx status code
func (*QueryVulnerabilitiesNotFound) String ¶ added in v0.2.32
func (o *QueryVulnerabilitiesNotFound) String() string
type QueryVulnerabilitiesOK ¶ added in v0.2.32
type QueryVulnerabilitiesOK struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaQueryResponse }
QueryVulnerabilitiesOK describes a response with status code 200, with default header values.
OK
func NewQueryVulnerabilitiesOK ¶ added in v0.2.32
func NewQueryVulnerabilitiesOK() *QueryVulnerabilitiesOK
NewQueryVulnerabilitiesOK creates a QueryVulnerabilitiesOK with default headers values
func (*QueryVulnerabilitiesOK) Code ¶ added in v0.2.33
func (o *QueryVulnerabilitiesOK) Code() int
Code gets the status code for the query vulnerabilities o k response
func (*QueryVulnerabilitiesOK) Error ¶ added in v0.2.32
func (o *QueryVulnerabilitiesOK) Error() string
func (*QueryVulnerabilitiesOK) GetPayload ¶ added in v0.2.32
func (o *QueryVulnerabilitiesOK) GetPayload() *models.MsaQueryResponse
func (*QueryVulnerabilitiesOK) IsClientError ¶ added in v0.2.32
func (o *QueryVulnerabilitiesOK) IsClientError() bool
IsClientError returns true when this query vulnerabilities o k response has a 4xx status code
func (*QueryVulnerabilitiesOK) IsCode ¶ added in v0.2.32
func (o *QueryVulnerabilitiesOK) IsCode(code int) bool
IsCode returns true when this query vulnerabilities o k response a status code equal to that given
func (*QueryVulnerabilitiesOK) IsRedirect ¶ added in v0.2.32
func (o *QueryVulnerabilitiesOK) IsRedirect() bool
IsRedirect returns true when this query vulnerabilities o k response has a 3xx status code
func (*QueryVulnerabilitiesOK) IsServerError ¶ added in v0.2.32
func (o *QueryVulnerabilitiesOK) IsServerError() bool
IsServerError returns true when this query vulnerabilities o k response has a 5xx status code
func (*QueryVulnerabilitiesOK) IsSuccess ¶ added in v0.2.32
func (o *QueryVulnerabilitiesOK) IsSuccess() bool
IsSuccess returns true when this query vulnerabilities o k response has a 2xx status code
func (*QueryVulnerabilitiesOK) String ¶ added in v0.2.32
func (o *QueryVulnerabilitiesOK) String() string
type QueryVulnerabilitiesParams ¶ added in v0.2.32
type QueryVulnerabilitiesParams struct { /* Filter. FQL query specifying the filter parameters. */ Filter *string /* Limit. Number of IDs to return. */ Limit *int64 /* Offset. Starting index of result set from which to return IDs. */ Offset *string /* Q. Match phrase_prefix query criteria; included fields: _all (all filter string fields indexed). */ Q *string /* Sort. Order by fields. */ Sort *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
QueryVulnerabilitiesParams contains all the parameters to send to the API endpoint
for the query vulnerabilities operation. Typically these are written to a http.Request.
func NewQueryVulnerabilitiesParams ¶ added in v0.2.32
func NewQueryVulnerabilitiesParams() *QueryVulnerabilitiesParams
NewQueryVulnerabilitiesParams creates a new QueryVulnerabilitiesParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewQueryVulnerabilitiesParamsWithContext ¶ added in v0.2.32
func NewQueryVulnerabilitiesParamsWithContext(ctx context.Context) *QueryVulnerabilitiesParams
NewQueryVulnerabilitiesParamsWithContext creates a new QueryVulnerabilitiesParams object with the ability to set a context for a request.
func NewQueryVulnerabilitiesParamsWithHTTPClient ¶ added in v0.2.32
func NewQueryVulnerabilitiesParamsWithHTTPClient(client *http.Client) *QueryVulnerabilitiesParams
NewQueryVulnerabilitiesParamsWithHTTPClient creates a new QueryVulnerabilitiesParams object with the ability to set a custom HTTPClient for a request.
func NewQueryVulnerabilitiesParamsWithTimeout ¶ added in v0.2.32
func NewQueryVulnerabilitiesParamsWithTimeout(timeout time.Duration) *QueryVulnerabilitiesParams
NewQueryVulnerabilitiesParamsWithTimeout creates a new QueryVulnerabilitiesParams object with the ability to set a timeout on a request.
func (*QueryVulnerabilitiesParams) SetContext ¶ added in v0.2.32
func (o *QueryVulnerabilitiesParams) SetContext(ctx context.Context)
SetContext adds the context to the query vulnerabilities params
func (*QueryVulnerabilitiesParams) SetDefaults ¶ added in v0.2.32
func (o *QueryVulnerabilitiesParams) SetDefaults()
SetDefaults hydrates default values in the query vulnerabilities params (not the query body).
All values with no default are reset to their zero value.
func (*QueryVulnerabilitiesParams) SetFilter ¶ added in v0.2.32
func (o *QueryVulnerabilitiesParams) SetFilter(filter *string)
SetFilter adds the filter to the query vulnerabilities params
func (*QueryVulnerabilitiesParams) SetHTTPClient ¶ added in v0.2.32
func (o *QueryVulnerabilitiesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the query vulnerabilities params
func (*QueryVulnerabilitiesParams) SetLimit ¶ added in v0.2.32
func (o *QueryVulnerabilitiesParams) SetLimit(limit *int64)
SetLimit adds the limit to the query vulnerabilities params
func (*QueryVulnerabilitiesParams) SetOffset ¶ added in v0.2.32
func (o *QueryVulnerabilitiesParams) SetOffset(offset *string)
SetOffset adds the offset to the query vulnerabilities params
func (*QueryVulnerabilitiesParams) SetQ ¶ added in v0.2.32
func (o *QueryVulnerabilitiesParams) SetQ(q *string)
SetQ adds the q to the query vulnerabilities params
func (*QueryVulnerabilitiesParams) SetSort ¶ added in v0.2.32
func (o *QueryVulnerabilitiesParams) SetSort(sort *string)
SetSort adds the sort to the query vulnerabilities params
func (*QueryVulnerabilitiesParams) SetTimeout ¶ added in v0.2.32
func (o *QueryVulnerabilitiesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the query vulnerabilities params
func (*QueryVulnerabilitiesParams) WithContext ¶ added in v0.2.32
func (o *QueryVulnerabilitiesParams) WithContext(ctx context.Context) *QueryVulnerabilitiesParams
WithContext adds the context to the query vulnerabilities params
func (*QueryVulnerabilitiesParams) WithDefaults ¶ added in v0.2.32
func (o *QueryVulnerabilitiesParams) WithDefaults() *QueryVulnerabilitiesParams
WithDefaults hydrates default values in the query vulnerabilities params (not the query body).
All values with no default are reset to their zero value.
func (*QueryVulnerabilitiesParams) WithFilter ¶ added in v0.2.32
func (o *QueryVulnerabilitiesParams) WithFilter(filter *string) *QueryVulnerabilitiesParams
WithFilter adds the filter to the query vulnerabilities params
func (*QueryVulnerabilitiesParams) WithHTTPClient ¶ added in v0.2.32
func (o *QueryVulnerabilitiesParams) WithHTTPClient(client *http.Client) *QueryVulnerabilitiesParams
WithHTTPClient adds the HTTPClient to the query vulnerabilities params
func (*QueryVulnerabilitiesParams) WithLimit ¶ added in v0.2.32
func (o *QueryVulnerabilitiesParams) WithLimit(limit *int64) *QueryVulnerabilitiesParams
WithLimit adds the limit to the query vulnerabilities params
func (*QueryVulnerabilitiesParams) WithOffset ¶ added in v0.2.32
func (o *QueryVulnerabilitiesParams) WithOffset(offset *string) *QueryVulnerabilitiesParams
WithOffset adds the offset to the query vulnerabilities params
func (*QueryVulnerabilitiesParams) WithQ ¶ added in v0.2.32
func (o *QueryVulnerabilitiesParams) WithQ(q *string) *QueryVulnerabilitiesParams
WithQ adds the q to the query vulnerabilities params
func (*QueryVulnerabilitiesParams) WithSort ¶ added in v0.2.32
func (o *QueryVulnerabilitiesParams) WithSort(sort *string) *QueryVulnerabilitiesParams
WithSort adds the sort to the query vulnerabilities params
func (*QueryVulnerabilitiesParams) WithTimeout ¶ added in v0.2.32
func (o *QueryVulnerabilitiesParams) WithTimeout(timeout time.Duration) *QueryVulnerabilitiesParams
WithTimeout adds the timeout to the query vulnerabilities params
func (*QueryVulnerabilitiesParams) WriteToRequest ¶ added in v0.2.32
func (o *QueryVulnerabilitiesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type QueryVulnerabilitiesReader ¶ added in v0.2.32
type QueryVulnerabilitiesReader struct {
// contains filtered or unexported fields
}
QueryVulnerabilitiesReader is a Reader for the QueryVulnerabilities structure.
func (*QueryVulnerabilitiesReader) ReadResponse ¶ added in v0.2.32
func (o *QueryVulnerabilitiesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type QueryVulnerabilitiesTooManyRequests ¶ added in v0.2.32
type QueryVulnerabilitiesTooManyRequests struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 /* Too many requests, retry after this time (as milliseconds since epoch) */ XRateLimitRetryAfter int64 Payload *models.MsaReplyMetaOnly }
QueryVulnerabilitiesTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewQueryVulnerabilitiesTooManyRequests ¶ added in v0.2.32
func NewQueryVulnerabilitiesTooManyRequests() *QueryVulnerabilitiesTooManyRequests
NewQueryVulnerabilitiesTooManyRequests creates a QueryVulnerabilitiesTooManyRequests with default headers values
func (*QueryVulnerabilitiesTooManyRequests) Code ¶ added in v0.2.33
func (o *QueryVulnerabilitiesTooManyRequests) Code() int
Code gets the status code for the query vulnerabilities too many requests response
func (*QueryVulnerabilitiesTooManyRequests) Error ¶ added in v0.2.32
func (o *QueryVulnerabilitiesTooManyRequests) Error() string
func (*QueryVulnerabilitiesTooManyRequests) GetPayload ¶ added in v0.2.32
func (o *QueryVulnerabilitiesTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*QueryVulnerabilitiesTooManyRequests) IsClientError ¶ added in v0.2.32
func (o *QueryVulnerabilitiesTooManyRequests) IsClientError() bool
IsClientError returns true when this query vulnerabilities too many requests response has a 4xx status code
func (*QueryVulnerabilitiesTooManyRequests) IsCode ¶ added in v0.2.32
func (o *QueryVulnerabilitiesTooManyRequests) IsCode(code int) bool
IsCode returns true when this query vulnerabilities too many requests response a status code equal to that given
func (*QueryVulnerabilitiesTooManyRequests) IsRedirect ¶ added in v0.2.32
func (o *QueryVulnerabilitiesTooManyRequests) IsRedirect() bool
IsRedirect returns true when this query vulnerabilities too many requests response has a 3xx status code
func (*QueryVulnerabilitiesTooManyRequests) IsServerError ¶ added in v0.2.32
func (o *QueryVulnerabilitiesTooManyRequests) IsServerError() bool
IsServerError returns true when this query vulnerabilities too many requests response has a 5xx status code
func (*QueryVulnerabilitiesTooManyRequests) IsSuccess ¶ added in v0.2.32
func (o *QueryVulnerabilitiesTooManyRequests) IsSuccess() bool
IsSuccess returns true when this query vulnerabilities too many requests response has a 2xx status code
func (*QueryVulnerabilitiesTooManyRequests) String ¶ added in v0.2.32
func (o *QueryVulnerabilitiesTooManyRequests) 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
- get_mitre_report_parameters.go
- get_mitre_report_responses.go
- get_vulnerabilities_parameters.go
- get_vulnerabilities_responses.go
- intel_client.go
- pagination.go
- post_mitre_attacks_parameters.go
- post_mitre_attacks_responses.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
- query_mitre_attacks_parameters.go
- query_mitre_attacks_responses.go
- query_vulnerabilities_parameters.go
- query_vulnerabilities_responses.go