Documentation ¶
Index ¶
- type Client
- func (a *Client) ReadCombinedVulnerabilities(params *ReadCombinedVulnerabilitiesParams, opts ...ClientOption) (*ReadCombinedVulnerabilitiesOK, error)
- func (a *Client) ReadCombinedVulnerabilitiesDetails(params *ReadCombinedVulnerabilitiesDetailsParams, opts ...ClientOption) (*ReadCombinedVulnerabilitiesDetailsOK, error)
- func (a *Client) ReadCombinedVulnerabilitiesInfo(params *ReadCombinedVulnerabilitiesInfoParams, opts ...ClientOption) (*ReadCombinedVulnerabilitiesInfoOK, error)
- func (a *Client) ReadVulnerabilitiesByImageCount(params *ReadVulnerabilitiesByImageCountParams, opts ...ClientOption) (*ReadVulnerabilitiesByImageCountOK, error)
- func (a *Client) ReadVulnerabilitiesPublicationDate(params *ReadVulnerabilitiesPublicationDateParams, opts ...ClientOption) (*ReadVulnerabilitiesPublicationDateOK, error)
- func (a *Client) ReadVulnerabilityCount(params *ReadVulnerabilityCountParams, opts ...ClientOption) (*ReadVulnerabilityCountOK, error)
- func (a *Client) ReadVulnerabilityCountByActivelyExploited(params *ReadVulnerabilityCountByActivelyExploitedParams, opts ...ClientOption) (*ReadVulnerabilityCountByActivelyExploitedOK, error)
- func (a *Client) ReadVulnerabilityCountByCPSRating(params *ReadVulnerabilityCountByCPSRatingParams, opts ...ClientOption) (*ReadVulnerabilityCountByCPSRatingOK, error)
- func (a *Client) ReadVulnerabilityCountByCVSSScore(params *ReadVulnerabilityCountByCVSSScoreParams, opts ...ClientOption) (*ReadVulnerabilityCountByCVSSScoreOK, error)
- func (a *Client) ReadVulnerabilityCountBySeverity(params *ReadVulnerabilityCountBySeverityParams, opts ...ClientOption) (*ReadVulnerabilityCountBySeverityOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- type ClientOption
- type ClientService
- type ReadCombinedVulnerabilitiesDetailsForbidden
- func (o *ReadCombinedVulnerabilitiesDetailsForbidden) Code() int
- func (o *ReadCombinedVulnerabilitiesDetailsForbidden) Error() string
- func (o *ReadCombinedVulnerabilitiesDetailsForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *ReadCombinedVulnerabilitiesDetailsForbidden) IsClientError() bool
- func (o *ReadCombinedVulnerabilitiesDetailsForbidden) IsCode(code int) bool
- func (o *ReadCombinedVulnerabilitiesDetailsForbidden) IsRedirect() bool
- func (o *ReadCombinedVulnerabilitiesDetailsForbidden) IsServerError() bool
- func (o *ReadCombinedVulnerabilitiesDetailsForbidden) IsSuccess() bool
- func (o *ReadCombinedVulnerabilitiesDetailsForbidden) String() string
- type ReadCombinedVulnerabilitiesDetailsInternalServerError
- func (o *ReadCombinedVulnerabilitiesDetailsInternalServerError) Code() int
- func (o *ReadCombinedVulnerabilitiesDetailsInternalServerError) Error() string
- func (o *ReadCombinedVulnerabilitiesDetailsInternalServerError) GetPayload() *models.CoreEntitiesResponse
- func (o *ReadCombinedVulnerabilitiesDetailsInternalServerError) IsClientError() bool
- func (o *ReadCombinedVulnerabilitiesDetailsInternalServerError) IsCode(code int) bool
- func (o *ReadCombinedVulnerabilitiesDetailsInternalServerError) IsRedirect() bool
- func (o *ReadCombinedVulnerabilitiesDetailsInternalServerError) IsServerError() bool
- func (o *ReadCombinedVulnerabilitiesDetailsInternalServerError) IsSuccess() bool
- func (o *ReadCombinedVulnerabilitiesDetailsInternalServerError) String() string
- type ReadCombinedVulnerabilitiesDetailsOK
- func (o *ReadCombinedVulnerabilitiesDetailsOK) Code() int
- func (o *ReadCombinedVulnerabilitiesDetailsOK) Error() string
- func (o *ReadCombinedVulnerabilitiesDetailsOK) GetPayload() *models.VulnerabilitiesAPICombinedVulnerabilityDetails
- func (o *ReadCombinedVulnerabilitiesDetailsOK) IsClientError() bool
- func (o *ReadCombinedVulnerabilitiesDetailsOK) IsCode(code int) bool
- func (o *ReadCombinedVulnerabilitiesDetailsOK) IsRedirect() bool
- func (o *ReadCombinedVulnerabilitiesDetailsOK) IsServerError() bool
- func (o *ReadCombinedVulnerabilitiesDetailsOK) IsSuccess() bool
- func (o *ReadCombinedVulnerabilitiesDetailsOK) String() string
- type ReadCombinedVulnerabilitiesDetailsParams
- func NewReadCombinedVulnerabilitiesDetailsParams() *ReadCombinedVulnerabilitiesDetailsParams
- func NewReadCombinedVulnerabilitiesDetailsParamsWithContext(ctx context.Context) *ReadCombinedVulnerabilitiesDetailsParams
- func NewReadCombinedVulnerabilitiesDetailsParamsWithHTTPClient(client *http.Client) *ReadCombinedVulnerabilitiesDetailsParams
- func NewReadCombinedVulnerabilitiesDetailsParamsWithTimeout(timeout time.Duration) *ReadCombinedVulnerabilitiesDetailsParams
- func (o *ReadCombinedVulnerabilitiesDetailsParams) SetContext(ctx context.Context)
- func (o *ReadCombinedVulnerabilitiesDetailsParams) SetDefaults()
- func (o *ReadCombinedVulnerabilitiesDetailsParams) SetFilter(filter *string)
- func (o *ReadCombinedVulnerabilitiesDetailsParams) SetHTTPClient(client *http.Client)
- func (o *ReadCombinedVulnerabilitiesDetailsParams) SetID(id string)
- func (o *ReadCombinedVulnerabilitiesDetailsParams) SetLimit(limit *int64)
- func (o *ReadCombinedVulnerabilitiesDetailsParams) SetOffset(offset *int64)
- func (o *ReadCombinedVulnerabilitiesDetailsParams) SetTimeout(timeout time.Duration)
- func (o *ReadCombinedVulnerabilitiesDetailsParams) WithContext(ctx context.Context) *ReadCombinedVulnerabilitiesDetailsParams
- func (o *ReadCombinedVulnerabilitiesDetailsParams) WithDefaults() *ReadCombinedVulnerabilitiesDetailsParams
- func (o *ReadCombinedVulnerabilitiesDetailsParams) WithFilter(filter *string) *ReadCombinedVulnerabilitiesDetailsParams
- func (o *ReadCombinedVulnerabilitiesDetailsParams) WithHTTPClient(client *http.Client) *ReadCombinedVulnerabilitiesDetailsParams
- func (o *ReadCombinedVulnerabilitiesDetailsParams) WithID(id string) *ReadCombinedVulnerabilitiesDetailsParams
- func (o *ReadCombinedVulnerabilitiesDetailsParams) WithLimit(limit *int64) *ReadCombinedVulnerabilitiesDetailsParams
- func (o *ReadCombinedVulnerabilitiesDetailsParams) WithOffset(offset *int64) *ReadCombinedVulnerabilitiesDetailsParams
- func (o *ReadCombinedVulnerabilitiesDetailsParams) WithTimeout(timeout time.Duration) *ReadCombinedVulnerabilitiesDetailsParams
- func (o *ReadCombinedVulnerabilitiesDetailsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ReadCombinedVulnerabilitiesDetailsReader
- type ReadCombinedVulnerabilitiesDetailsTooManyRequests
- func (o *ReadCombinedVulnerabilitiesDetailsTooManyRequests) Code() int
- func (o *ReadCombinedVulnerabilitiesDetailsTooManyRequests) Error() string
- func (o *ReadCombinedVulnerabilitiesDetailsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *ReadCombinedVulnerabilitiesDetailsTooManyRequests) IsClientError() bool
- func (o *ReadCombinedVulnerabilitiesDetailsTooManyRequests) IsCode(code int) bool
- func (o *ReadCombinedVulnerabilitiesDetailsTooManyRequests) IsRedirect() bool
- func (o *ReadCombinedVulnerabilitiesDetailsTooManyRequests) IsServerError() bool
- func (o *ReadCombinedVulnerabilitiesDetailsTooManyRequests) IsSuccess() bool
- func (o *ReadCombinedVulnerabilitiesDetailsTooManyRequests) String() string
- type ReadCombinedVulnerabilitiesForbidden
- func (o *ReadCombinedVulnerabilitiesForbidden) Code() int
- func (o *ReadCombinedVulnerabilitiesForbidden) Error() string
- func (o *ReadCombinedVulnerabilitiesForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *ReadCombinedVulnerabilitiesForbidden) IsClientError() bool
- func (o *ReadCombinedVulnerabilitiesForbidden) IsCode(code int) bool
- func (o *ReadCombinedVulnerabilitiesForbidden) IsRedirect() bool
- func (o *ReadCombinedVulnerabilitiesForbidden) IsServerError() bool
- func (o *ReadCombinedVulnerabilitiesForbidden) IsSuccess() bool
- func (o *ReadCombinedVulnerabilitiesForbidden) String() string
- type ReadCombinedVulnerabilitiesInfoForbidden
- func (o *ReadCombinedVulnerabilitiesInfoForbidden) Code() int
- func (o *ReadCombinedVulnerabilitiesInfoForbidden) Error() string
- func (o *ReadCombinedVulnerabilitiesInfoForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *ReadCombinedVulnerabilitiesInfoForbidden) IsClientError() bool
- func (o *ReadCombinedVulnerabilitiesInfoForbidden) IsCode(code int) bool
- func (o *ReadCombinedVulnerabilitiesInfoForbidden) IsRedirect() bool
- func (o *ReadCombinedVulnerabilitiesInfoForbidden) IsServerError() bool
- func (o *ReadCombinedVulnerabilitiesInfoForbidden) IsSuccess() bool
- func (o *ReadCombinedVulnerabilitiesInfoForbidden) String() string
- type ReadCombinedVulnerabilitiesInfoInternalServerError
- func (o *ReadCombinedVulnerabilitiesInfoInternalServerError) Code() int
- func (o *ReadCombinedVulnerabilitiesInfoInternalServerError) Error() string
- func (o *ReadCombinedVulnerabilitiesInfoInternalServerError) GetPayload() *models.CoreEntitiesResponse
- func (o *ReadCombinedVulnerabilitiesInfoInternalServerError) IsClientError() bool
- func (o *ReadCombinedVulnerabilitiesInfoInternalServerError) IsCode(code int) bool
- func (o *ReadCombinedVulnerabilitiesInfoInternalServerError) IsRedirect() bool
- func (o *ReadCombinedVulnerabilitiesInfoInternalServerError) IsServerError() bool
- func (o *ReadCombinedVulnerabilitiesInfoInternalServerError) IsSuccess() bool
- func (o *ReadCombinedVulnerabilitiesInfoInternalServerError) String() string
- type ReadCombinedVulnerabilitiesInfoOK
- func (o *ReadCombinedVulnerabilitiesInfoOK) Code() int
- func (o *ReadCombinedVulnerabilitiesInfoOK) Error() string
- func (o *ReadCombinedVulnerabilitiesInfoOK) GetPayload() *models.VulnerabilitiesAPICombinedVulnerabilityInfo
- func (o *ReadCombinedVulnerabilitiesInfoOK) IsClientError() bool
- func (o *ReadCombinedVulnerabilitiesInfoOK) IsCode(code int) bool
- func (o *ReadCombinedVulnerabilitiesInfoOK) IsRedirect() bool
- func (o *ReadCombinedVulnerabilitiesInfoOK) IsServerError() bool
- func (o *ReadCombinedVulnerabilitiesInfoOK) IsSuccess() bool
- func (o *ReadCombinedVulnerabilitiesInfoOK) String() string
- type ReadCombinedVulnerabilitiesInfoParams
- func NewReadCombinedVulnerabilitiesInfoParams() *ReadCombinedVulnerabilitiesInfoParams
- func NewReadCombinedVulnerabilitiesInfoParamsWithContext(ctx context.Context) *ReadCombinedVulnerabilitiesInfoParams
- func NewReadCombinedVulnerabilitiesInfoParamsWithHTTPClient(client *http.Client) *ReadCombinedVulnerabilitiesInfoParams
- func NewReadCombinedVulnerabilitiesInfoParamsWithTimeout(timeout time.Duration) *ReadCombinedVulnerabilitiesInfoParams
- func (o *ReadCombinedVulnerabilitiesInfoParams) SetContext(ctx context.Context)
- func (o *ReadCombinedVulnerabilitiesInfoParams) SetCveID(cveID string)
- func (o *ReadCombinedVulnerabilitiesInfoParams) SetDefaults()
- func (o *ReadCombinedVulnerabilitiesInfoParams) SetHTTPClient(client *http.Client)
- func (o *ReadCombinedVulnerabilitiesInfoParams) SetLimit(limit *int64)
- func (o *ReadCombinedVulnerabilitiesInfoParams) SetOffset(offset *int64)
- func (o *ReadCombinedVulnerabilitiesInfoParams) SetTimeout(timeout time.Duration)
- func (o *ReadCombinedVulnerabilitiesInfoParams) WithContext(ctx context.Context) *ReadCombinedVulnerabilitiesInfoParams
- func (o *ReadCombinedVulnerabilitiesInfoParams) WithCveID(cveID string) *ReadCombinedVulnerabilitiesInfoParams
- func (o *ReadCombinedVulnerabilitiesInfoParams) WithDefaults() *ReadCombinedVulnerabilitiesInfoParams
- func (o *ReadCombinedVulnerabilitiesInfoParams) WithHTTPClient(client *http.Client) *ReadCombinedVulnerabilitiesInfoParams
- func (o *ReadCombinedVulnerabilitiesInfoParams) WithLimit(limit *int64) *ReadCombinedVulnerabilitiesInfoParams
- func (o *ReadCombinedVulnerabilitiesInfoParams) WithOffset(offset *int64) *ReadCombinedVulnerabilitiesInfoParams
- func (o *ReadCombinedVulnerabilitiesInfoParams) WithTimeout(timeout time.Duration) *ReadCombinedVulnerabilitiesInfoParams
- func (o *ReadCombinedVulnerabilitiesInfoParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ReadCombinedVulnerabilitiesInfoReader
- type ReadCombinedVulnerabilitiesInfoTooManyRequests
- func (o *ReadCombinedVulnerabilitiesInfoTooManyRequests) Code() int
- func (o *ReadCombinedVulnerabilitiesInfoTooManyRequests) Error() string
- func (o *ReadCombinedVulnerabilitiesInfoTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *ReadCombinedVulnerabilitiesInfoTooManyRequests) IsClientError() bool
- func (o *ReadCombinedVulnerabilitiesInfoTooManyRequests) IsCode(code int) bool
- func (o *ReadCombinedVulnerabilitiesInfoTooManyRequests) IsRedirect() bool
- func (o *ReadCombinedVulnerabilitiesInfoTooManyRequests) IsServerError() bool
- func (o *ReadCombinedVulnerabilitiesInfoTooManyRequests) IsSuccess() bool
- func (o *ReadCombinedVulnerabilitiesInfoTooManyRequests) String() string
- type ReadCombinedVulnerabilitiesInternalServerError
- func (o *ReadCombinedVulnerabilitiesInternalServerError) Code() int
- func (o *ReadCombinedVulnerabilitiesInternalServerError) Error() string
- func (o *ReadCombinedVulnerabilitiesInternalServerError) GetPayload() *models.CoreEntitiesResponse
- func (o *ReadCombinedVulnerabilitiesInternalServerError) IsClientError() bool
- func (o *ReadCombinedVulnerabilitiesInternalServerError) IsCode(code int) bool
- func (o *ReadCombinedVulnerabilitiesInternalServerError) IsRedirect() bool
- func (o *ReadCombinedVulnerabilitiesInternalServerError) IsServerError() bool
- func (o *ReadCombinedVulnerabilitiesInternalServerError) IsSuccess() bool
- func (o *ReadCombinedVulnerabilitiesInternalServerError) String() string
- type ReadCombinedVulnerabilitiesOK
- func (o *ReadCombinedVulnerabilitiesOK) Code() int
- func (o *ReadCombinedVulnerabilitiesOK) Error() string
- func (o *ReadCombinedVulnerabilitiesOK) GetPayload() *models.VulnerabilitiesAPICombinedVulnerability
- func (o *ReadCombinedVulnerabilitiesOK) IsClientError() bool
- func (o *ReadCombinedVulnerabilitiesOK) IsCode(code int) bool
- func (o *ReadCombinedVulnerabilitiesOK) IsRedirect() bool
- func (o *ReadCombinedVulnerabilitiesOK) IsServerError() bool
- func (o *ReadCombinedVulnerabilitiesOK) IsSuccess() bool
- func (o *ReadCombinedVulnerabilitiesOK) String() string
- type ReadCombinedVulnerabilitiesParams
- func NewReadCombinedVulnerabilitiesParams() *ReadCombinedVulnerabilitiesParams
- func NewReadCombinedVulnerabilitiesParamsWithContext(ctx context.Context) *ReadCombinedVulnerabilitiesParams
- func NewReadCombinedVulnerabilitiesParamsWithHTTPClient(client *http.Client) *ReadCombinedVulnerabilitiesParams
- func NewReadCombinedVulnerabilitiesParamsWithTimeout(timeout time.Duration) *ReadCombinedVulnerabilitiesParams
- func (o *ReadCombinedVulnerabilitiesParams) SetContext(ctx context.Context)
- func (o *ReadCombinedVulnerabilitiesParams) SetDefaults()
- func (o *ReadCombinedVulnerabilitiesParams) SetFilter(filter *string)
- func (o *ReadCombinedVulnerabilitiesParams) SetHTTPClient(client *http.Client)
- func (o *ReadCombinedVulnerabilitiesParams) SetLimit(limit *int64)
- func (o *ReadCombinedVulnerabilitiesParams) SetOffset(offset *int64)
- func (o *ReadCombinedVulnerabilitiesParams) SetSort(sort *string)
- func (o *ReadCombinedVulnerabilitiesParams) SetTimeout(timeout time.Duration)
- func (o *ReadCombinedVulnerabilitiesParams) WithContext(ctx context.Context) *ReadCombinedVulnerabilitiesParams
- func (o *ReadCombinedVulnerabilitiesParams) WithDefaults() *ReadCombinedVulnerabilitiesParams
- func (o *ReadCombinedVulnerabilitiesParams) WithFilter(filter *string) *ReadCombinedVulnerabilitiesParams
- func (o *ReadCombinedVulnerabilitiesParams) WithHTTPClient(client *http.Client) *ReadCombinedVulnerabilitiesParams
- func (o *ReadCombinedVulnerabilitiesParams) WithLimit(limit *int64) *ReadCombinedVulnerabilitiesParams
- func (o *ReadCombinedVulnerabilitiesParams) WithOffset(offset *int64) *ReadCombinedVulnerabilitiesParams
- func (o *ReadCombinedVulnerabilitiesParams) WithSort(sort *string) *ReadCombinedVulnerabilitiesParams
- func (o *ReadCombinedVulnerabilitiesParams) WithTimeout(timeout time.Duration) *ReadCombinedVulnerabilitiesParams
- func (o *ReadCombinedVulnerabilitiesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ReadCombinedVulnerabilitiesReader
- type ReadCombinedVulnerabilitiesTooManyRequests
- func (o *ReadCombinedVulnerabilitiesTooManyRequests) Code() int
- func (o *ReadCombinedVulnerabilitiesTooManyRequests) Error() string
- func (o *ReadCombinedVulnerabilitiesTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *ReadCombinedVulnerabilitiesTooManyRequests) IsClientError() bool
- func (o *ReadCombinedVulnerabilitiesTooManyRequests) IsCode(code int) bool
- func (o *ReadCombinedVulnerabilitiesTooManyRequests) IsRedirect() bool
- func (o *ReadCombinedVulnerabilitiesTooManyRequests) IsServerError() bool
- func (o *ReadCombinedVulnerabilitiesTooManyRequests) IsSuccess() bool
- func (o *ReadCombinedVulnerabilitiesTooManyRequests) String() string
- type ReadVulnerabilitiesByImageCountForbidden
- func (o *ReadVulnerabilitiesByImageCountForbidden) Code() int
- func (o *ReadVulnerabilitiesByImageCountForbidden) Error() string
- func (o *ReadVulnerabilitiesByImageCountForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *ReadVulnerabilitiesByImageCountForbidden) IsClientError() bool
- func (o *ReadVulnerabilitiesByImageCountForbidden) IsCode(code int) bool
- func (o *ReadVulnerabilitiesByImageCountForbidden) IsRedirect() bool
- func (o *ReadVulnerabilitiesByImageCountForbidden) IsServerError() bool
- func (o *ReadVulnerabilitiesByImageCountForbidden) IsSuccess() bool
- func (o *ReadVulnerabilitiesByImageCountForbidden) String() string
- type ReadVulnerabilitiesByImageCountInternalServerError
- func (o *ReadVulnerabilitiesByImageCountInternalServerError) Code() int
- func (o *ReadVulnerabilitiesByImageCountInternalServerError) Error() string
- func (o *ReadVulnerabilitiesByImageCountInternalServerError) GetPayload() *models.CoreEntitiesResponse
- func (o *ReadVulnerabilitiesByImageCountInternalServerError) IsClientError() bool
- func (o *ReadVulnerabilitiesByImageCountInternalServerError) IsCode(code int) bool
- func (o *ReadVulnerabilitiesByImageCountInternalServerError) IsRedirect() bool
- func (o *ReadVulnerabilitiesByImageCountInternalServerError) IsServerError() bool
- func (o *ReadVulnerabilitiesByImageCountInternalServerError) IsSuccess() bool
- func (o *ReadVulnerabilitiesByImageCountInternalServerError) String() string
- type ReadVulnerabilitiesByImageCountOK
- func (o *ReadVulnerabilitiesByImageCountOK) Code() int
- func (o *ReadVulnerabilitiesByImageCountOK) Error() string
- func (o *ReadVulnerabilitiesByImageCountOK) GetPayload() *models.VulnerabilitiesAPIVulnByImageCount
- func (o *ReadVulnerabilitiesByImageCountOK) IsClientError() bool
- func (o *ReadVulnerabilitiesByImageCountOK) IsCode(code int) bool
- func (o *ReadVulnerabilitiesByImageCountOK) IsRedirect() bool
- func (o *ReadVulnerabilitiesByImageCountOK) IsServerError() bool
- func (o *ReadVulnerabilitiesByImageCountOK) IsSuccess() bool
- func (o *ReadVulnerabilitiesByImageCountOK) String() string
- type ReadVulnerabilitiesByImageCountParams
- func NewReadVulnerabilitiesByImageCountParams() *ReadVulnerabilitiesByImageCountParams
- func NewReadVulnerabilitiesByImageCountParamsWithContext(ctx context.Context) *ReadVulnerabilitiesByImageCountParams
- func NewReadVulnerabilitiesByImageCountParamsWithHTTPClient(client *http.Client) *ReadVulnerabilitiesByImageCountParams
- func NewReadVulnerabilitiesByImageCountParamsWithTimeout(timeout time.Duration) *ReadVulnerabilitiesByImageCountParams
- func (o *ReadVulnerabilitiesByImageCountParams) SetContext(ctx context.Context)
- func (o *ReadVulnerabilitiesByImageCountParams) SetDefaults()
- func (o *ReadVulnerabilitiesByImageCountParams) SetFilter(filter *string)
- func (o *ReadVulnerabilitiesByImageCountParams) SetHTTPClient(client *http.Client)
- func (o *ReadVulnerabilitiesByImageCountParams) SetLimit(limit *int64)
- func (o *ReadVulnerabilitiesByImageCountParams) SetOffset(offset *int64)
- func (o *ReadVulnerabilitiesByImageCountParams) SetTimeout(timeout time.Duration)
- func (o *ReadVulnerabilitiesByImageCountParams) WithContext(ctx context.Context) *ReadVulnerabilitiesByImageCountParams
- func (o *ReadVulnerabilitiesByImageCountParams) WithDefaults() *ReadVulnerabilitiesByImageCountParams
- func (o *ReadVulnerabilitiesByImageCountParams) WithFilter(filter *string) *ReadVulnerabilitiesByImageCountParams
- func (o *ReadVulnerabilitiesByImageCountParams) WithHTTPClient(client *http.Client) *ReadVulnerabilitiesByImageCountParams
- func (o *ReadVulnerabilitiesByImageCountParams) WithLimit(limit *int64) *ReadVulnerabilitiesByImageCountParams
- func (o *ReadVulnerabilitiesByImageCountParams) WithOffset(offset *int64) *ReadVulnerabilitiesByImageCountParams
- func (o *ReadVulnerabilitiesByImageCountParams) WithTimeout(timeout time.Duration) *ReadVulnerabilitiesByImageCountParams
- func (o *ReadVulnerabilitiesByImageCountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ReadVulnerabilitiesByImageCountReader
- type ReadVulnerabilitiesByImageCountTooManyRequests
- func (o *ReadVulnerabilitiesByImageCountTooManyRequests) Code() int
- func (o *ReadVulnerabilitiesByImageCountTooManyRequests) Error() string
- func (o *ReadVulnerabilitiesByImageCountTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *ReadVulnerabilitiesByImageCountTooManyRequests) IsClientError() bool
- func (o *ReadVulnerabilitiesByImageCountTooManyRequests) IsCode(code int) bool
- func (o *ReadVulnerabilitiesByImageCountTooManyRequests) IsRedirect() bool
- func (o *ReadVulnerabilitiesByImageCountTooManyRequests) IsServerError() bool
- func (o *ReadVulnerabilitiesByImageCountTooManyRequests) IsSuccess() bool
- func (o *ReadVulnerabilitiesByImageCountTooManyRequests) String() string
- type ReadVulnerabilitiesPublicationDateForbidden
- func (o *ReadVulnerabilitiesPublicationDateForbidden) Code() int
- func (o *ReadVulnerabilitiesPublicationDateForbidden) Error() string
- func (o *ReadVulnerabilitiesPublicationDateForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *ReadVulnerabilitiesPublicationDateForbidden) IsClientError() bool
- func (o *ReadVulnerabilitiesPublicationDateForbidden) IsCode(code int) bool
- func (o *ReadVulnerabilitiesPublicationDateForbidden) IsRedirect() bool
- func (o *ReadVulnerabilitiesPublicationDateForbidden) IsServerError() bool
- func (o *ReadVulnerabilitiesPublicationDateForbidden) IsSuccess() bool
- func (o *ReadVulnerabilitiesPublicationDateForbidden) String() string
- type ReadVulnerabilitiesPublicationDateInternalServerError
- func (o *ReadVulnerabilitiesPublicationDateInternalServerError) Code() int
- func (o *ReadVulnerabilitiesPublicationDateInternalServerError) Error() string
- func (o *ReadVulnerabilitiesPublicationDateInternalServerError) GetPayload() *models.CoreEntitiesResponse
- func (o *ReadVulnerabilitiesPublicationDateInternalServerError) IsClientError() bool
- func (o *ReadVulnerabilitiesPublicationDateInternalServerError) IsCode(code int) bool
- func (o *ReadVulnerabilitiesPublicationDateInternalServerError) IsRedirect() bool
- func (o *ReadVulnerabilitiesPublicationDateInternalServerError) IsServerError() bool
- func (o *ReadVulnerabilitiesPublicationDateInternalServerError) IsSuccess() bool
- func (o *ReadVulnerabilitiesPublicationDateInternalServerError) String() string
- type ReadVulnerabilitiesPublicationDateOK
- func (o *ReadVulnerabilitiesPublicationDateOK) Code() int
- func (o *ReadVulnerabilitiesPublicationDateOK) Error() string
- func (o *ReadVulnerabilitiesPublicationDateOK) GetPayload() *models.VulnerabilitiesAPIVulnByPublication
- func (o *ReadVulnerabilitiesPublicationDateOK) IsClientError() bool
- func (o *ReadVulnerabilitiesPublicationDateOK) IsCode(code int) bool
- func (o *ReadVulnerabilitiesPublicationDateOK) IsRedirect() bool
- func (o *ReadVulnerabilitiesPublicationDateOK) IsServerError() bool
- func (o *ReadVulnerabilitiesPublicationDateOK) IsSuccess() bool
- func (o *ReadVulnerabilitiesPublicationDateOK) String() string
- type ReadVulnerabilitiesPublicationDateParams
- func NewReadVulnerabilitiesPublicationDateParams() *ReadVulnerabilitiesPublicationDateParams
- func NewReadVulnerabilitiesPublicationDateParamsWithContext(ctx context.Context) *ReadVulnerabilitiesPublicationDateParams
- func NewReadVulnerabilitiesPublicationDateParamsWithHTTPClient(client *http.Client) *ReadVulnerabilitiesPublicationDateParams
- func NewReadVulnerabilitiesPublicationDateParamsWithTimeout(timeout time.Duration) *ReadVulnerabilitiesPublicationDateParams
- func (o *ReadVulnerabilitiesPublicationDateParams) SetContext(ctx context.Context)
- func (o *ReadVulnerabilitiesPublicationDateParams) SetDefaults()
- func (o *ReadVulnerabilitiesPublicationDateParams) SetFilter(filter *string)
- func (o *ReadVulnerabilitiesPublicationDateParams) SetHTTPClient(client *http.Client)
- func (o *ReadVulnerabilitiesPublicationDateParams) SetLimit(limit *int64)
- func (o *ReadVulnerabilitiesPublicationDateParams) SetOffset(offset *int64)
- func (o *ReadVulnerabilitiesPublicationDateParams) SetTimeout(timeout time.Duration)
- func (o *ReadVulnerabilitiesPublicationDateParams) WithContext(ctx context.Context) *ReadVulnerabilitiesPublicationDateParams
- func (o *ReadVulnerabilitiesPublicationDateParams) WithDefaults() *ReadVulnerabilitiesPublicationDateParams
- func (o *ReadVulnerabilitiesPublicationDateParams) WithFilter(filter *string) *ReadVulnerabilitiesPublicationDateParams
- func (o *ReadVulnerabilitiesPublicationDateParams) WithHTTPClient(client *http.Client) *ReadVulnerabilitiesPublicationDateParams
- func (o *ReadVulnerabilitiesPublicationDateParams) WithLimit(limit *int64) *ReadVulnerabilitiesPublicationDateParams
- func (o *ReadVulnerabilitiesPublicationDateParams) WithOffset(offset *int64) *ReadVulnerabilitiesPublicationDateParams
- func (o *ReadVulnerabilitiesPublicationDateParams) WithTimeout(timeout time.Duration) *ReadVulnerabilitiesPublicationDateParams
- func (o *ReadVulnerabilitiesPublicationDateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ReadVulnerabilitiesPublicationDateReader
- type ReadVulnerabilitiesPublicationDateTooManyRequests
- func (o *ReadVulnerabilitiesPublicationDateTooManyRequests) Code() int
- func (o *ReadVulnerabilitiesPublicationDateTooManyRequests) Error() string
- func (o *ReadVulnerabilitiesPublicationDateTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *ReadVulnerabilitiesPublicationDateTooManyRequests) IsClientError() bool
- func (o *ReadVulnerabilitiesPublicationDateTooManyRequests) IsCode(code int) bool
- func (o *ReadVulnerabilitiesPublicationDateTooManyRequests) IsRedirect() bool
- func (o *ReadVulnerabilitiesPublicationDateTooManyRequests) IsServerError() bool
- func (o *ReadVulnerabilitiesPublicationDateTooManyRequests) IsSuccess() bool
- func (o *ReadVulnerabilitiesPublicationDateTooManyRequests) String() string
- type ReadVulnerabilityCountByActivelyExploitedForbidden
- func (o *ReadVulnerabilityCountByActivelyExploitedForbidden) Code() int
- func (o *ReadVulnerabilityCountByActivelyExploitedForbidden) Error() string
- func (o *ReadVulnerabilityCountByActivelyExploitedForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *ReadVulnerabilityCountByActivelyExploitedForbidden) IsClientError() bool
- func (o *ReadVulnerabilityCountByActivelyExploitedForbidden) IsCode(code int) bool
- func (o *ReadVulnerabilityCountByActivelyExploitedForbidden) IsRedirect() bool
- func (o *ReadVulnerabilityCountByActivelyExploitedForbidden) IsServerError() bool
- func (o *ReadVulnerabilityCountByActivelyExploitedForbidden) IsSuccess() bool
- func (o *ReadVulnerabilityCountByActivelyExploitedForbidden) String() string
- type ReadVulnerabilityCountByActivelyExploitedInternalServerError
- func (o *ReadVulnerabilityCountByActivelyExploitedInternalServerError) Code() int
- func (o *ReadVulnerabilityCountByActivelyExploitedInternalServerError) Error() string
- func (o *ReadVulnerabilityCountByActivelyExploitedInternalServerError) GetPayload() *models.CoreEntitiesResponse
- func (o *ReadVulnerabilityCountByActivelyExploitedInternalServerError) IsClientError() bool
- func (o *ReadVulnerabilityCountByActivelyExploitedInternalServerError) IsCode(code int) bool
- func (o *ReadVulnerabilityCountByActivelyExploitedInternalServerError) IsRedirect() bool
- func (o *ReadVulnerabilityCountByActivelyExploitedInternalServerError) IsServerError() bool
- func (o *ReadVulnerabilityCountByActivelyExploitedInternalServerError) IsSuccess() bool
- func (o *ReadVulnerabilityCountByActivelyExploitedInternalServerError) String() string
- type ReadVulnerabilityCountByActivelyExploitedOK
- func (o *ReadVulnerabilityCountByActivelyExploitedOK) Code() int
- func (o *ReadVulnerabilityCountByActivelyExploitedOK) Error() string
- func (o *ReadVulnerabilityCountByActivelyExploitedOK) GetPayload() *models.VulnerabilitiesAPIVulnCountByActivelyExploited
- func (o *ReadVulnerabilityCountByActivelyExploitedOK) IsClientError() bool
- func (o *ReadVulnerabilityCountByActivelyExploitedOK) IsCode(code int) bool
- func (o *ReadVulnerabilityCountByActivelyExploitedOK) IsRedirect() bool
- func (o *ReadVulnerabilityCountByActivelyExploitedOK) IsServerError() bool
- func (o *ReadVulnerabilityCountByActivelyExploitedOK) IsSuccess() bool
- func (o *ReadVulnerabilityCountByActivelyExploitedOK) String() string
- type ReadVulnerabilityCountByActivelyExploitedParams
- func NewReadVulnerabilityCountByActivelyExploitedParams() *ReadVulnerabilityCountByActivelyExploitedParams
- func NewReadVulnerabilityCountByActivelyExploitedParamsWithContext(ctx context.Context) *ReadVulnerabilityCountByActivelyExploitedParams
- func NewReadVulnerabilityCountByActivelyExploitedParamsWithHTTPClient(client *http.Client) *ReadVulnerabilityCountByActivelyExploitedParams
- func NewReadVulnerabilityCountByActivelyExploitedParamsWithTimeout(timeout time.Duration) *ReadVulnerabilityCountByActivelyExploitedParams
- func (o *ReadVulnerabilityCountByActivelyExploitedParams) SetContext(ctx context.Context)
- func (o *ReadVulnerabilityCountByActivelyExploitedParams) SetDefaults()
- func (o *ReadVulnerabilityCountByActivelyExploitedParams) SetFilter(filter *string)
- func (o *ReadVulnerabilityCountByActivelyExploitedParams) SetHTTPClient(client *http.Client)
- func (o *ReadVulnerabilityCountByActivelyExploitedParams) SetLimit(limit *int64)
- func (o *ReadVulnerabilityCountByActivelyExploitedParams) SetOffset(offset *int64)
- func (o *ReadVulnerabilityCountByActivelyExploitedParams) SetTimeout(timeout time.Duration)
- func (o *ReadVulnerabilityCountByActivelyExploitedParams) WithContext(ctx context.Context) *ReadVulnerabilityCountByActivelyExploitedParams
- func (o *ReadVulnerabilityCountByActivelyExploitedParams) WithDefaults() *ReadVulnerabilityCountByActivelyExploitedParams
- func (o *ReadVulnerabilityCountByActivelyExploitedParams) WithFilter(filter *string) *ReadVulnerabilityCountByActivelyExploitedParams
- func (o *ReadVulnerabilityCountByActivelyExploitedParams) WithHTTPClient(client *http.Client) *ReadVulnerabilityCountByActivelyExploitedParams
- func (o *ReadVulnerabilityCountByActivelyExploitedParams) WithLimit(limit *int64) *ReadVulnerabilityCountByActivelyExploitedParams
- func (o *ReadVulnerabilityCountByActivelyExploitedParams) WithOffset(offset *int64) *ReadVulnerabilityCountByActivelyExploitedParams
- func (o *ReadVulnerabilityCountByActivelyExploitedParams) WithTimeout(timeout time.Duration) *ReadVulnerabilityCountByActivelyExploitedParams
- func (o *ReadVulnerabilityCountByActivelyExploitedParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ReadVulnerabilityCountByActivelyExploitedReader
- type ReadVulnerabilityCountByActivelyExploitedTooManyRequests
- func (o *ReadVulnerabilityCountByActivelyExploitedTooManyRequests) Code() int
- func (o *ReadVulnerabilityCountByActivelyExploitedTooManyRequests) Error() string
- func (o *ReadVulnerabilityCountByActivelyExploitedTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *ReadVulnerabilityCountByActivelyExploitedTooManyRequests) IsClientError() bool
- func (o *ReadVulnerabilityCountByActivelyExploitedTooManyRequests) IsCode(code int) bool
- func (o *ReadVulnerabilityCountByActivelyExploitedTooManyRequests) IsRedirect() bool
- func (o *ReadVulnerabilityCountByActivelyExploitedTooManyRequests) IsServerError() bool
- func (o *ReadVulnerabilityCountByActivelyExploitedTooManyRequests) IsSuccess() bool
- func (o *ReadVulnerabilityCountByActivelyExploitedTooManyRequests) String() string
- type ReadVulnerabilityCountByCPSRatingForbidden
- func (o *ReadVulnerabilityCountByCPSRatingForbidden) Code() int
- func (o *ReadVulnerabilityCountByCPSRatingForbidden) Error() string
- func (o *ReadVulnerabilityCountByCPSRatingForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *ReadVulnerabilityCountByCPSRatingForbidden) IsClientError() bool
- func (o *ReadVulnerabilityCountByCPSRatingForbidden) IsCode(code int) bool
- func (o *ReadVulnerabilityCountByCPSRatingForbidden) IsRedirect() bool
- func (o *ReadVulnerabilityCountByCPSRatingForbidden) IsServerError() bool
- func (o *ReadVulnerabilityCountByCPSRatingForbidden) IsSuccess() bool
- func (o *ReadVulnerabilityCountByCPSRatingForbidden) String() string
- type ReadVulnerabilityCountByCPSRatingInternalServerError
- func (o *ReadVulnerabilityCountByCPSRatingInternalServerError) Code() int
- func (o *ReadVulnerabilityCountByCPSRatingInternalServerError) Error() string
- func (o *ReadVulnerabilityCountByCPSRatingInternalServerError) GetPayload() *models.CoreEntitiesResponse
- func (o *ReadVulnerabilityCountByCPSRatingInternalServerError) IsClientError() bool
- func (o *ReadVulnerabilityCountByCPSRatingInternalServerError) IsCode(code int) bool
- func (o *ReadVulnerabilityCountByCPSRatingInternalServerError) IsRedirect() bool
- func (o *ReadVulnerabilityCountByCPSRatingInternalServerError) IsServerError() bool
- func (o *ReadVulnerabilityCountByCPSRatingInternalServerError) IsSuccess() bool
- func (o *ReadVulnerabilityCountByCPSRatingInternalServerError) String() string
- type ReadVulnerabilityCountByCPSRatingOK
- func (o *ReadVulnerabilityCountByCPSRatingOK) Code() int
- func (o *ReadVulnerabilityCountByCPSRatingOK) Error() string
- func (o *ReadVulnerabilityCountByCPSRatingOK) GetPayload() *models.VulnerabilitiesAPIVulnCountByCSPRating
- func (o *ReadVulnerabilityCountByCPSRatingOK) IsClientError() bool
- func (o *ReadVulnerabilityCountByCPSRatingOK) IsCode(code int) bool
- func (o *ReadVulnerabilityCountByCPSRatingOK) IsRedirect() bool
- func (o *ReadVulnerabilityCountByCPSRatingOK) IsServerError() bool
- func (o *ReadVulnerabilityCountByCPSRatingOK) IsSuccess() bool
- func (o *ReadVulnerabilityCountByCPSRatingOK) String() string
- type ReadVulnerabilityCountByCPSRatingParams
- func NewReadVulnerabilityCountByCPSRatingParams() *ReadVulnerabilityCountByCPSRatingParams
- func NewReadVulnerabilityCountByCPSRatingParamsWithContext(ctx context.Context) *ReadVulnerabilityCountByCPSRatingParams
- func NewReadVulnerabilityCountByCPSRatingParamsWithHTTPClient(client *http.Client) *ReadVulnerabilityCountByCPSRatingParams
- func NewReadVulnerabilityCountByCPSRatingParamsWithTimeout(timeout time.Duration) *ReadVulnerabilityCountByCPSRatingParams
- func (o *ReadVulnerabilityCountByCPSRatingParams) SetContext(ctx context.Context)
- func (o *ReadVulnerabilityCountByCPSRatingParams) SetDefaults()
- func (o *ReadVulnerabilityCountByCPSRatingParams) SetFilter(filter *string)
- func (o *ReadVulnerabilityCountByCPSRatingParams) SetHTTPClient(client *http.Client)
- func (o *ReadVulnerabilityCountByCPSRatingParams) SetLimit(limit *int64)
- func (o *ReadVulnerabilityCountByCPSRatingParams) SetOffset(offset *int64)
- func (o *ReadVulnerabilityCountByCPSRatingParams) SetTimeout(timeout time.Duration)
- func (o *ReadVulnerabilityCountByCPSRatingParams) WithContext(ctx context.Context) *ReadVulnerabilityCountByCPSRatingParams
- func (o *ReadVulnerabilityCountByCPSRatingParams) WithDefaults() *ReadVulnerabilityCountByCPSRatingParams
- func (o *ReadVulnerabilityCountByCPSRatingParams) WithFilter(filter *string) *ReadVulnerabilityCountByCPSRatingParams
- func (o *ReadVulnerabilityCountByCPSRatingParams) WithHTTPClient(client *http.Client) *ReadVulnerabilityCountByCPSRatingParams
- func (o *ReadVulnerabilityCountByCPSRatingParams) WithLimit(limit *int64) *ReadVulnerabilityCountByCPSRatingParams
- func (o *ReadVulnerabilityCountByCPSRatingParams) WithOffset(offset *int64) *ReadVulnerabilityCountByCPSRatingParams
- func (o *ReadVulnerabilityCountByCPSRatingParams) WithTimeout(timeout time.Duration) *ReadVulnerabilityCountByCPSRatingParams
- func (o *ReadVulnerabilityCountByCPSRatingParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ReadVulnerabilityCountByCPSRatingReader
- type ReadVulnerabilityCountByCPSRatingTooManyRequests
- func (o *ReadVulnerabilityCountByCPSRatingTooManyRequests) Code() int
- func (o *ReadVulnerabilityCountByCPSRatingTooManyRequests) Error() string
- func (o *ReadVulnerabilityCountByCPSRatingTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *ReadVulnerabilityCountByCPSRatingTooManyRequests) IsClientError() bool
- func (o *ReadVulnerabilityCountByCPSRatingTooManyRequests) IsCode(code int) bool
- func (o *ReadVulnerabilityCountByCPSRatingTooManyRequests) IsRedirect() bool
- func (o *ReadVulnerabilityCountByCPSRatingTooManyRequests) IsServerError() bool
- func (o *ReadVulnerabilityCountByCPSRatingTooManyRequests) IsSuccess() bool
- func (o *ReadVulnerabilityCountByCPSRatingTooManyRequests) String() string
- type ReadVulnerabilityCountByCVSSScoreForbidden
- func (o *ReadVulnerabilityCountByCVSSScoreForbidden) Code() int
- func (o *ReadVulnerabilityCountByCVSSScoreForbidden) Error() string
- func (o *ReadVulnerabilityCountByCVSSScoreForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *ReadVulnerabilityCountByCVSSScoreForbidden) IsClientError() bool
- func (o *ReadVulnerabilityCountByCVSSScoreForbidden) IsCode(code int) bool
- func (o *ReadVulnerabilityCountByCVSSScoreForbidden) IsRedirect() bool
- func (o *ReadVulnerabilityCountByCVSSScoreForbidden) IsServerError() bool
- func (o *ReadVulnerabilityCountByCVSSScoreForbidden) IsSuccess() bool
- func (o *ReadVulnerabilityCountByCVSSScoreForbidden) String() string
- type ReadVulnerabilityCountByCVSSScoreInternalServerError
- func (o *ReadVulnerabilityCountByCVSSScoreInternalServerError) Code() int
- func (o *ReadVulnerabilityCountByCVSSScoreInternalServerError) Error() string
- func (o *ReadVulnerabilityCountByCVSSScoreInternalServerError) GetPayload() *models.CoreEntitiesResponse
- func (o *ReadVulnerabilityCountByCVSSScoreInternalServerError) IsClientError() bool
- func (o *ReadVulnerabilityCountByCVSSScoreInternalServerError) IsCode(code int) bool
- func (o *ReadVulnerabilityCountByCVSSScoreInternalServerError) IsRedirect() bool
- func (o *ReadVulnerabilityCountByCVSSScoreInternalServerError) IsServerError() bool
- func (o *ReadVulnerabilityCountByCVSSScoreInternalServerError) IsSuccess() bool
- func (o *ReadVulnerabilityCountByCVSSScoreInternalServerError) String() string
- type ReadVulnerabilityCountByCVSSScoreOK
- func (o *ReadVulnerabilityCountByCVSSScoreOK) Code() int
- func (o *ReadVulnerabilityCountByCVSSScoreOK) Error() string
- func (o *ReadVulnerabilityCountByCVSSScoreOK) GetPayload() *models.VulnerabilitiesAPIVulnCountByCVSSScore
- func (o *ReadVulnerabilityCountByCVSSScoreOK) IsClientError() bool
- func (o *ReadVulnerabilityCountByCVSSScoreOK) IsCode(code int) bool
- func (o *ReadVulnerabilityCountByCVSSScoreOK) IsRedirect() bool
- func (o *ReadVulnerabilityCountByCVSSScoreOK) IsServerError() bool
- func (o *ReadVulnerabilityCountByCVSSScoreOK) IsSuccess() bool
- func (o *ReadVulnerabilityCountByCVSSScoreOK) String() string
- type ReadVulnerabilityCountByCVSSScoreParams
- func NewReadVulnerabilityCountByCVSSScoreParams() *ReadVulnerabilityCountByCVSSScoreParams
- func NewReadVulnerabilityCountByCVSSScoreParamsWithContext(ctx context.Context) *ReadVulnerabilityCountByCVSSScoreParams
- func NewReadVulnerabilityCountByCVSSScoreParamsWithHTTPClient(client *http.Client) *ReadVulnerabilityCountByCVSSScoreParams
- func NewReadVulnerabilityCountByCVSSScoreParamsWithTimeout(timeout time.Duration) *ReadVulnerabilityCountByCVSSScoreParams
- func (o *ReadVulnerabilityCountByCVSSScoreParams) SetContext(ctx context.Context)
- func (o *ReadVulnerabilityCountByCVSSScoreParams) SetDefaults()
- func (o *ReadVulnerabilityCountByCVSSScoreParams) SetFilter(filter *string)
- func (o *ReadVulnerabilityCountByCVSSScoreParams) SetHTTPClient(client *http.Client)
- func (o *ReadVulnerabilityCountByCVSSScoreParams) SetLimit(limit *int64)
- func (o *ReadVulnerabilityCountByCVSSScoreParams) SetOffset(offset *int64)
- func (o *ReadVulnerabilityCountByCVSSScoreParams) SetTimeout(timeout time.Duration)
- func (o *ReadVulnerabilityCountByCVSSScoreParams) WithContext(ctx context.Context) *ReadVulnerabilityCountByCVSSScoreParams
- func (o *ReadVulnerabilityCountByCVSSScoreParams) WithDefaults() *ReadVulnerabilityCountByCVSSScoreParams
- func (o *ReadVulnerabilityCountByCVSSScoreParams) WithFilter(filter *string) *ReadVulnerabilityCountByCVSSScoreParams
- func (o *ReadVulnerabilityCountByCVSSScoreParams) WithHTTPClient(client *http.Client) *ReadVulnerabilityCountByCVSSScoreParams
- func (o *ReadVulnerabilityCountByCVSSScoreParams) WithLimit(limit *int64) *ReadVulnerabilityCountByCVSSScoreParams
- func (o *ReadVulnerabilityCountByCVSSScoreParams) WithOffset(offset *int64) *ReadVulnerabilityCountByCVSSScoreParams
- func (o *ReadVulnerabilityCountByCVSSScoreParams) WithTimeout(timeout time.Duration) *ReadVulnerabilityCountByCVSSScoreParams
- func (o *ReadVulnerabilityCountByCVSSScoreParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ReadVulnerabilityCountByCVSSScoreReader
- type ReadVulnerabilityCountByCVSSScoreTooManyRequests
- func (o *ReadVulnerabilityCountByCVSSScoreTooManyRequests) Code() int
- func (o *ReadVulnerabilityCountByCVSSScoreTooManyRequests) Error() string
- func (o *ReadVulnerabilityCountByCVSSScoreTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *ReadVulnerabilityCountByCVSSScoreTooManyRequests) IsClientError() bool
- func (o *ReadVulnerabilityCountByCVSSScoreTooManyRequests) IsCode(code int) bool
- func (o *ReadVulnerabilityCountByCVSSScoreTooManyRequests) IsRedirect() bool
- func (o *ReadVulnerabilityCountByCVSSScoreTooManyRequests) IsServerError() bool
- func (o *ReadVulnerabilityCountByCVSSScoreTooManyRequests) IsSuccess() bool
- func (o *ReadVulnerabilityCountByCVSSScoreTooManyRequests) String() string
- type ReadVulnerabilityCountBySeverityForbidden
- func (o *ReadVulnerabilityCountBySeverityForbidden) Code() int
- func (o *ReadVulnerabilityCountBySeverityForbidden) Error() string
- func (o *ReadVulnerabilityCountBySeverityForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *ReadVulnerabilityCountBySeverityForbidden) IsClientError() bool
- func (o *ReadVulnerabilityCountBySeverityForbidden) IsCode(code int) bool
- func (o *ReadVulnerabilityCountBySeverityForbidden) IsRedirect() bool
- func (o *ReadVulnerabilityCountBySeverityForbidden) IsServerError() bool
- func (o *ReadVulnerabilityCountBySeverityForbidden) IsSuccess() bool
- func (o *ReadVulnerabilityCountBySeverityForbidden) String() string
- type ReadVulnerabilityCountBySeverityInternalServerError
- func (o *ReadVulnerabilityCountBySeverityInternalServerError) Code() int
- func (o *ReadVulnerabilityCountBySeverityInternalServerError) Error() string
- func (o *ReadVulnerabilityCountBySeverityInternalServerError) GetPayload() *models.CoreEntitiesResponse
- func (o *ReadVulnerabilityCountBySeverityInternalServerError) IsClientError() bool
- func (o *ReadVulnerabilityCountBySeverityInternalServerError) IsCode(code int) bool
- func (o *ReadVulnerabilityCountBySeverityInternalServerError) IsRedirect() bool
- func (o *ReadVulnerabilityCountBySeverityInternalServerError) IsServerError() bool
- func (o *ReadVulnerabilityCountBySeverityInternalServerError) IsSuccess() bool
- func (o *ReadVulnerabilityCountBySeverityInternalServerError) String() string
- type ReadVulnerabilityCountBySeverityOK
- func (o *ReadVulnerabilityCountBySeverityOK) Code() int
- func (o *ReadVulnerabilityCountBySeverityOK) Error() string
- func (o *ReadVulnerabilityCountBySeverityOK) GetPayload() *models.VulnerabilitiesAPIVulnCountBySeverity
- func (o *ReadVulnerabilityCountBySeverityOK) IsClientError() bool
- func (o *ReadVulnerabilityCountBySeverityOK) IsCode(code int) bool
- func (o *ReadVulnerabilityCountBySeverityOK) IsRedirect() bool
- func (o *ReadVulnerabilityCountBySeverityOK) IsServerError() bool
- func (o *ReadVulnerabilityCountBySeverityOK) IsSuccess() bool
- func (o *ReadVulnerabilityCountBySeverityOK) String() string
- type ReadVulnerabilityCountBySeverityParams
- func NewReadVulnerabilityCountBySeverityParams() *ReadVulnerabilityCountBySeverityParams
- func NewReadVulnerabilityCountBySeverityParamsWithContext(ctx context.Context) *ReadVulnerabilityCountBySeverityParams
- func NewReadVulnerabilityCountBySeverityParamsWithHTTPClient(client *http.Client) *ReadVulnerabilityCountBySeverityParams
- func NewReadVulnerabilityCountBySeverityParamsWithTimeout(timeout time.Duration) *ReadVulnerabilityCountBySeverityParams
- func (o *ReadVulnerabilityCountBySeverityParams) SetContext(ctx context.Context)
- func (o *ReadVulnerabilityCountBySeverityParams) SetDefaults()
- func (o *ReadVulnerabilityCountBySeverityParams) SetFilter(filter *string)
- func (o *ReadVulnerabilityCountBySeverityParams) SetHTTPClient(client *http.Client)
- func (o *ReadVulnerabilityCountBySeverityParams) SetLimit(limit *int64)
- func (o *ReadVulnerabilityCountBySeverityParams) SetOffset(offset *int64)
- func (o *ReadVulnerabilityCountBySeverityParams) SetTimeout(timeout time.Duration)
- func (o *ReadVulnerabilityCountBySeverityParams) WithContext(ctx context.Context) *ReadVulnerabilityCountBySeverityParams
- func (o *ReadVulnerabilityCountBySeverityParams) WithDefaults() *ReadVulnerabilityCountBySeverityParams
- func (o *ReadVulnerabilityCountBySeverityParams) WithFilter(filter *string) *ReadVulnerabilityCountBySeverityParams
- func (o *ReadVulnerabilityCountBySeverityParams) WithHTTPClient(client *http.Client) *ReadVulnerabilityCountBySeverityParams
- func (o *ReadVulnerabilityCountBySeverityParams) WithLimit(limit *int64) *ReadVulnerabilityCountBySeverityParams
- func (o *ReadVulnerabilityCountBySeverityParams) WithOffset(offset *int64) *ReadVulnerabilityCountBySeverityParams
- func (o *ReadVulnerabilityCountBySeverityParams) WithTimeout(timeout time.Duration) *ReadVulnerabilityCountBySeverityParams
- func (o *ReadVulnerabilityCountBySeverityParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ReadVulnerabilityCountBySeverityReader
- type ReadVulnerabilityCountBySeverityTooManyRequests
- func (o *ReadVulnerabilityCountBySeverityTooManyRequests) Code() int
- func (o *ReadVulnerabilityCountBySeverityTooManyRequests) Error() string
- func (o *ReadVulnerabilityCountBySeverityTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *ReadVulnerabilityCountBySeverityTooManyRequests) IsClientError() bool
- func (o *ReadVulnerabilityCountBySeverityTooManyRequests) IsCode(code int) bool
- func (o *ReadVulnerabilityCountBySeverityTooManyRequests) IsRedirect() bool
- func (o *ReadVulnerabilityCountBySeverityTooManyRequests) IsServerError() bool
- func (o *ReadVulnerabilityCountBySeverityTooManyRequests) IsSuccess() bool
- func (o *ReadVulnerabilityCountBySeverityTooManyRequests) String() string
- type ReadVulnerabilityCountForbidden
- func (o *ReadVulnerabilityCountForbidden) Code() int
- func (o *ReadVulnerabilityCountForbidden) Error() string
- func (o *ReadVulnerabilityCountForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *ReadVulnerabilityCountForbidden) IsClientError() bool
- func (o *ReadVulnerabilityCountForbidden) IsCode(code int) bool
- func (o *ReadVulnerabilityCountForbidden) IsRedirect() bool
- func (o *ReadVulnerabilityCountForbidden) IsServerError() bool
- func (o *ReadVulnerabilityCountForbidden) IsSuccess() bool
- func (o *ReadVulnerabilityCountForbidden) String() string
- type ReadVulnerabilityCountInternalServerError
- func (o *ReadVulnerabilityCountInternalServerError) Code() int
- func (o *ReadVulnerabilityCountInternalServerError) Error() string
- func (o *ReadVulnerabilityCountInternalServerError) GetPayload() *models.CoreEntitiesResponse
- func (o *ReadVulnerabilityCountInternalServerError) IsClientError() bool
- func (o *ReadVulnerabilityCountInternalServerError) IsCode(code int) bool
- func (o *ReadVulnerabilityCountInternalServerError) IsRedirect() bool
- func (o *ReadVulnerabilityCountInternalServerError) IsServerError() bool
- func (o *ReadVulnerabilityCountInternalServerError) IsSuccess() bool
- func (o *ReadVulnerabilityCountInternalServerError) String() string
- type ReadVulnerabilityCountOK
- func (o *ReadVulnerabilityCountOK) Code() int
- func (o *ReadVulnerabilityCountOK) Error() string
- func (o *ReadVulnerabilityCountOK) GetPayload() *models.VulnerabilitiesAPIVulnCount
- func (o *ReadVulnerabilityCountOK) IsClientError() bool
- func (o *ReadVulnerabilityCountOK) IsCode(code int) bool
- func (o *ReadVulnerabilityCountOK) IsRedirect() bool
- func (o *ReadVulnerabilityCountOK) IsServerError() bool
- func (o *ReadVulnerabilityCountOK) IsSuccess() bool
- func (o *ReadVulnerabilityCountOK) String() string
- type ReadVulnerabilityCountParams
- func NewReadVulnerabilityCountParams() *ReadVulnerabilityCountParams
- func NewReadVulnerabilityCountParamsWithContext(ctx context.Context) *ReadVulnerabilityCountParams
- func NewReadVulnerabilityCountParamsWithHTTPClient(client *http.Client) *ReadVulnerabilityCountParams
- func NewReadVulnerabilityCountParamsWithTimeout(timeout time.Duration) *ReadVulnerabilityCountParams
- func (o *ReadVulnerabilityCountParams) SetContext(ctx context.Context)
- func (o *ReadVulnerabilityCountParams) SetDefaults()
- func (o *ReadVulnerabilityCountParams) SetFilter(filter *string)
- func (o *ReadVulnerabilityCountParams) SetHTTPClient(client *http.Client)
- func (o *ReadVulnerabilityCountParams) SetLimit(limit *int64)
- func (o *ReadVulnerabilityCountParams) SetOffset(offset *int64)
- func (o *ReadVulnerabilityCountParams) SetTimeout(timeout time.Duration)
- func (o *ReadVulnerabilityCountParams) WithContext(ctx context.Context) *ReadVulnerabilityCountParams
- func (o *ReadVulnerabilityCountParams) WithDefaults() *ReadVulnerabilityCountParams
- func (o *ReadVulnerabilityCountParams) WithFilter(filter *string) *ReadVulnerabilityCountParams
- func (o *ReadVulnerabilityCountParams) WithHTTPClient(client *http.Client) *ReadVulnerabilityCountParams
- func (o *ReadVulnerabilityCountParams) WithLimit(limit *int64) *ReadVulnerabilityCountParams
- func (o *ReadVulnerabilityCountParams) WithOffset(offset *int64) *ReadVulnerabilityCountParams
- func (o *ReadVulnerabilityCountParams) WithTimeout(timeout time.Duration) *ReadVulnerabilityCountParams
- func (o *ReadVulnerabilityCountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ReadVulnerabilityCountReader
- type ReadVulnerabilityCountTooManyRequests
- func (o *ReadVulnerabilityCountTooManyRequests) Code() int
- func (o *ReadVulnerabilityCountTooManyRequests) Error() string
- func (o *ReadVulnerabilityCountTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *ReadVulnerabilityCountTooManyRequests) IsClientError() bool
- func (o *ReadVulnerabilityCountTooManyRequests) IsCode(code int) bool
- func (o *ReadVulnerabilityCountTooManyRequests) IsRedirect() bool
- func (o *ReadVulnerabilityCountTooManyRequests) IsServerError() bool
- func (o *ReadVulnerabilityCountTooManyRequests) IsSuccess() bool
- func (o *ReadVulnerabilityCountTooManyRequests) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for container vulnerabilities API
func (*Client) ReadCombinedVulnerabilities ¶
func (a *Client) ReadCombinedVulnerabilities(params *ReadCombinedVulnerabilitiesParams, opts ...ClientOption) (*ReadCombinedVulnerabilitiesOK, error)
ReadCombinedVulnerabilities retrieves vulnerability and aggregate data filtered by the provided f q l
func (*Client) ReadCombinedVulnerabilitiesDetails ¶
func (a *Client) ReadCombinedVulnerabilitiesDetails(params *ReadCombinedVulnerabilitiesDetailsParams, opts ...ClientOption) (*ReadCombinedVulnerabilitiesDetailsOK, error)
ReadCombinedVulnerabilitiesDetails retrieves vulnerability details related to an image
func (*Client) ReadCombinedVulnerabilitiesInfo ¶
func (a *Client) ReadCombinedVulnerabilitiesInfo(params *ReadCombinedVulnerabilitiesInfoParams, opts ...ClientOption) (*ReadCombinedVulnerabilitiesInfoOK, error)
ReadCombinedVulnerabilitiesInfo retrieves vulnerability and package related info for this customer
func (*Client) ReadVulnerabilitiesByImageCount ¶
func (a *Client) ReadVulnerabilitiesByImageCount(params *ReadVulnerabilitiesByImageCountParams, opts ...ClientOption) (*ReadVulnerabilitiesByImageCountOK, error)
ReadVulnerabilitiesByImageCount retrieves top x vulnerabilities with the most impacted images
func (*Client) ReadVulnerabilitiesPublicationDate ¶
func (a *Client) ReadVulnerabilitiesPublicationDate(params *ReadVulnerabilitiesPublicationDateParams, opts ...ClientOption) (*ReadVulnerabilitiesPublicationDateOK, error)
ReadVulnerabilitiesPublicationDate retrieves top x vulnerabilities with the most recent publication date
func (*Client) ReadVulnerabilityCount ¶
func (a *Client) ReadVulnerabilityCount(params *ReadVulnerabilityCountParams, opts ...ClientOption) (*ReadVulnerabilityCountOK, error)
ReadVulnerabilityCount aggregates count of vulnerabilities
func (*Client) ReadVulnerabilityCountByActivelyExploited ¶
func (a *Client) ReadVulnerabilityCountByActivelyExploited(params *ReadVulnerabilityCountByActivelyExploitedParams, opts ...ClientOption) (*ReadVulnerabilityCountByActivelyExploitedOK, error)
ReadVulnerabilityCountByActivelyExploited aggregates count of vulnerabilities grouped by actively exploited
func (*Client) ReadVulnerabilityCountByCPSRating ¶
func (a *Client) ReadVulnerabilityCountByCPSRating(params *ReadVulnerabilityCountByCPSRatingParams, opts ...ClientOption) (*ReadVulnerabilityCountByCPSRatingOK, error)
ReadVulnerabilityCountByCPSRating aggregates count of vulnerabilities grouped by csp rating
func (*Client) ReadVulnerabilityCountByCVSSScore ¶
func (a *Client) ReadVulnerabilityCountByCVSSScore(params *ReadVulnerabilityCountByCVSSScoreParams, opts ...ClientOption) (*ReadVulnerabilityCountByCVSSScoreOK, error)
ReadVulnerabilityCountByCVSSScore aggregates count of vulnerabilities grouped by cvss score
func (*Client) ReadVulnerabilityCountBySeverity ¶
func (a *Client) ReadVulnerabilityCountBySeverity(params *ReadVulnerabilityCountBySeverityParams, opts ...ClientOption) (*ReadVulnerabilityCountBySeverityOK, error)
ReadVulnerabilityCountBySeverity aggregates count of vulnerabilities grouped by severity
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 { ReadCombinedVulnerabilities(params *ReadCombinedVulnerabilitiesParams, opts ...ClientOption) (*ReadCombinedVulnerabilitiesOK, error) ReadCombinedVulnerabilitiesDetails(params *ReadCombinedVulnerabilitiesDetailsParams, opts ...ClientOption) (*ReadCombinedVulnerabilitiesDetailsOK, error) ReadCombinedVulnerabilitiesInfo(params *ReadCombinedVulnerabilitiesInfoParams, opts ...ClientOption) (*ReadCombinedVulnerabilitiesInfoOK, error) ReadVulnerabilitiesByImageCount(params *ReadVulnerabilitiesByImageCountParams, opts ...ClientOption) (*ReadVulnerabilitiesByImageCountOK, error) ReadVulnerabilitiesPublicationDate(params *ReadVulnerabilitiesPublicationDateParams, opts ...ClientOption) (*ReadVulnerabilitiesPublicationDateOK, error) ReadVulnerabilityCount(params *ReadVulnerabilityCountParams, opts ...ClientOption) (*ReadVulnerabilityCountOK, error) ReadVulnerabilityCountByActivelyExploited(params *ReadVulnerabilityCountByActivelyExploitedParams, opts ...ClientOption) (*ReadVulnerabilityCountByActivelyExploitedOK, error) ReadVulnerabilityCountByCPSRating(params *ReadVulnerabilityCountByCPSRatingParams, opts ...ClientOption) (*ReadVulnerabilityCountByCPSRatingOK, error) ReadVulnerabilityCountByCVSSScore(params *ReadVulnerabilityCountByCVSSScoreParams, opts ...ClientOption) (*ReadVulnerabilityCountByCVSSScoreOK, error) ReadVulnerabilityCountBySeverity(params *ReadVulnerabilityCountBySeverityParams, opts ...ClientOption) (*ReadVulnerabilityCountBySeverityOK, 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 container vulnerabilities API client.
type ReadCombinedVulnerabilitiesDetailsForbidden ¶
type ReadCombinedVulnerabilitiesDetailsForbidden 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 }
ReadCombinedVulnerabilitiesDetailsForbidden describes a response with status code 403, with default header values.
Forbidden
func NewReadCombinedVulnerabilitiesDetailsForbidden ¶
func NewReadCombinedVulnerabilitiesDetailsForbidden() *ReadCombinedVulnerabilitiesDetailsForbidden
NewReadCombinedVulnerabilitiesDetailsForbidden creates a ReadCombinedVulnerabilitiesDetailsForbidden with default headers values
func (*ReadCombinedVulnerabilitiesDetailsForbidden) Code ¶
func (o *ReadCombinedVulnerabilitiesDetailsForbidden) Code() int
Code gets the status code for the read combined vulnerabilities details forbidden response
func (*ReadCombinedVulnerabilitiesDetailsForbidden) Error ¶
func (o *ReadCombinedVulnerabilitiesDetailsForbidden) Error() string
func (*ReadCombinedVulnerabilitiesDetailsForbidden) GetPayload ¶
func (o *ReadCombinedVulnerabilitiesDetailsForbidden) GetPayload() *models.MsaReplyMetaOnly
func (*ReadCombinedVulnerabilitiesDetailsForbidden) IsClientError ¶
func (o *ReadCombinedVulnerabilitiesDetailsForbidden) IsClientError() bool
IsClientError returns true when this read combined vulnerabilities details forbidden response has a 4xx status code
func (*ReadCombinedVulnerabilitiesDetailsForbidden) IsCode ¶
func (o *ReadCombinedVulnerabilitiesDetailsForbidden) IsCode(code int) bool
IsCode returns true when this read combined vulnerabilities details forbidden response a status code equal to that given
func (*ReadCombinedVulnerabilitiesDetailsForbidden) IsRedirect ¶
func (o *ReadCombinedVulnerabilitiesDetailsForbidden) IsRedirect() bool
IsRedirect returns true when this read combined vulnerabilities details forbidden response has a 3xx status code
func (*ReadCombinedVulnerabilitiesDetailsForbidden) IsServerError ¶
func (o *ReadCombinedVulnerabilitiesDetailsForbidden) IsServerError() bool
IsServerError returns true when this read combined vulnerabilities details forbidden response has a 5xx status code
func (*ReadCombinedVulnerabilitiesDetailsForbidden) IsSuccess ¶
func (o *ReadCombinedVulnerabilitiesDetailsForbidden) IsSuccess() bool
IsSuccess returns true when this read combined vulnerabilities details forbidden response has a 2xx status code
func (*ReadCombinedVulnerabilitiesDetailsForbidden) String ¶
func (o *ReadCombinedVulnerabilitiesDetailsForbidden) String() string
type ReadCombinedVulnerabilitiesDetailsInternalServerError ¶
type ReadCombinedVulnerabilitiesDetailsInternalServerError 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.CoreEntitiesResponse }
ReadCombinedVulnerabilitiesDetailsInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewReadCombinedVulnerabilitiesDetailsInternalServerError ¶
func NewReadCombinedVulnerabilitiesDetailsInternalServerError() *ReadCombinedVulnerabilitiesDetailsInternalServerError
NewReadCombinedVulnerabilitiesDetailsInternalServerError creates a ReadCombinedVulnerabilitiesDetailsInternalServerError with default headers values
func (*ReadCombinedVulnerabilitiesDetailsInternalServerError) Code ¶
func (o *ReadCombinedVulnerabilitiesDetailsInternalServerError) Code() int
Code gets the status code for the read combined vulnerabilities details internal server error response
func (*ReadCombinedVulnerabilitiesDetailsInternalServerError) Error ¶
func (o *ReadCombinedVulnerabilitiesDetailsInternalServerError) Error() string
func (*ReadCombinedVulnerabilitiesDetailsInternalServerError) GetPayload ¶
func (o *ReadCombinedVulnerabilitiesDetailsInternalServerError) GetPayload() *models.CoreEntitiesResponse
func (*ReadCombinedVulnerabilitiesDetailsInternalServerError) IsClientError ¶
func (o *ReadCombinedVulnerabilitiesDetailsInternalServerError) IsClientError() bool
IsClientError returns true when this read combined vulnerabilities details internal server error response has a 4xx status code
func (*ReadCombinedVulnerabilitiesDetailsInternalServerError) IsCode ¶
func (o *ReadCombinedVulnerabilitiesDetailsInternalServerError) IsCode(code int) bool
IsCode returns true when this read combined vulnerabilities details internal server error response a status code equal to that given
func (*ReadCombinedVulnerabilitiesDetailsInternalServerError) IsRedirect ¶
func (o *ReadCombinedVulnerabilitiesDetailsInternalServerError) IsRedirect() bool
IsRedirect returns true when this read combined vulnerabilities details internal server error response has a 3xx status code
func (*ReadCombinedVulnerabilitiesDetailsInternalServerError) IsServerError ¶
func (o *ReadCombinedVulnerabilitiesDetailsInternalServerError) IsServerError() bool
IsServerError returns true when this read combined vulnerabilities details internal server error response has a 5xx status code
func (*ReadCombinedVulnerabilitiesDetailsInternalServerError) IsSuccess ¶
func (o *ReadCombinedVulnerabilitiesDetailsInternalServerError) IsSuccess() bool
IsSuccess returns true when this read combined vulnerabilities details internal server error response has a 2xx status code
func (*ReadCombinedVulnerabilitiesDetailsInternalServerError) String ¶
func (o *ReadCombinedVulnerabilitiesDetailsInternalServerError) String() string
type ReadCombinedVulnerabilitiesDetailsOK ¶
type ReadCombinedVulnerabilitiesDetailsOK 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.VulnerabilitiesAPICombinedVulnerabilityDetails }
ReadCombinedVulnerabilitiesDetailsOK describes a response with status code 200, with default header values.
OK
func NewReadCombinedVulnerabilitiesDetailsOK ¶
func NewReadCombinedVulnerabilitiesDetailsOK() *ReadCombinedVulnerabilitiesDetailsOK
NewReadCombinedVulnerabilitiesDetailsOK creates a ReadCombinedVulnerabilitiesDetailsOK with default headers values
func (*ReadCombinedVulnerabilitiesDetailsOK) Code ¶
func (o *ReadCombinedVulnerabilitiesDetailsOK) Code() int
Code gets the status code for the read combined vulnerabilities details o k response
func (*ReadCombinedVulnerabilitiesDetailsOK) Error ¶
func (o *ReadCombinedVulnerabilitiesDetailsOK) Error() string
func (*ReadCombinedVulnerabilitiesDetailsOK) GetPayload ¶
func (o *ReadCombinedVulnerabilitiesDetailsOK) GetPayload() *models.VulnerabilitiesAPICombinedVulnerabilityDetails
func (*ReadCombinedVulnerabilitiesDetailsOK) IsClientError ¶
func (o *ReadCombinedVulnerabilitiesDetailsOK) IsClientError() bool
IsClientError returns true when this read combined vulnerabilities details o k response has a 4xx status code
func (*ReadCombinedVulnerabilitiesDetailsOK) IsCode ¶
func (o *ReadCombinedVulnerabilitiesDetailsOK) IsCode(code int) bool
IsCode returns true when this read combined vulnerabilities details o k response a status code equal to that given
func (*ReadCombinedVulnerabilitiesDetailsOK) IsRedirect ¶
func (o *ReadCombinedVulnerabilitiesDetailsOK) IsRedirect() bool
IsRedirect returns true when this read combined vulnerabilities details o k response has a 3xx status code
func (*ReadCombinedVulnerabilitiesDetailsOK) IsServerError ¶
func (o *ReadCombinedVulnerabilitiesDetailsOK) IsServerError() bool
IsServerError returns true when this read combined vulnerabilities details o k response has a 5xx status code
func (*ReadCombinedVulnerabilitiesDetailsOK) IsSuccess ¶
func (o *ReadCombinedVulnerabilitiesDetailsOK) IsSuccess() bool
IsSuccess returns true when this read combined vulnerabilities details o k response has a 2xx status code
func (*ReadCombinedVulnerabilitiesDetailsOK) String ¶
func (o *ReadCombinedVulnerabilitiesDetailsOK) String() string
type ReadCombinedVulnerabilitiesDetailsParams ¶
type ReadCombinedVulnerabilitiesDetailsParams struct { /* Filter. Filter the vulnerabilities using a query in Falcon Query Language (FQL). Supported vulnerability filters: cid,cps_rating,cve_id,cvss_score,exploited_status,exploited_status_name,is_zero_day,remediation_available,severity */ Filter *string /* ID. Image UUID */ ID string /* Limit. The upper-bound on the number of records to retrieve. */ Limit *int64 /* Offset. The offset from where to begin. */ Offset *int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ReadCombinedVulnerabilitiesDetailsParams contains all the parameters to send to the API endpoint
for the read combined vulnerabilities details operation. Typically these are written to a http.Request.
func NewReadCombinedVulnerabilitiesDetailsParams ¶
func NewReadCombinedVulnerabilitiesDetailsParams() *ReadCombinedVulnerabilitiesDetailsParams
NewReadCombinedVulnerabilitiesDetailsParams creates a new ReadCombinedVulnerabilitiesDetailsParams 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 NewReadCombinedVulnerabilitiesDetailsParamsWithContext ¶
func NewReadCombinedVulnerabilitiesDetailsParamsWithContext(ctx context.Context) *ReadCombinedVulnerabilitiesDetailsParams
NewReadCombinedVulnerabilitiesDetailsParamsWithContext creates a new ReadCombinedVulnerabilitiesDetailsParams object with the ability to set a context for a request.
func NewReadCombinedVulnerabilitiesDetailsParamsWithHTTPClient ¶
func NewReadCombinedVulnerabilitiesDetailsParamsWithHTTPClient(client *http.Client) *ReadCombinedVulnerabilitiesDetailsParams
NewReadCombinedVulnerabilitiesDetailsParamsWithHTTPClient creates a new ReadCombinedVulnerabilitiesDetailsParams object with the ability to set a custom HTTPClient for a request.
func NewReadCombinedVulnerabilitiesDetailsParamsWithTimeout ¶
func NewReadCombinedVulnerabilitiesDetailsParamsWithTimeout(timeout time.Duration) *ReadCombinedVulnerabilitiesDetailsParams
NewReadCombinedVulnerabilitiesDetailsParamsWithTimeout creates a new ReadCombinedVulnerabilitiesDetailsParams object with the ability to set a timeout on a request.
func (*ReadCombinedVulnerabilitiesDetailsParams) SetContext ¶
func (o *ReadCombinedVulnerabilitiesDetailsParams) SetContext(ctx context.Context)
SetContext adds the context to the read combined vulnerabilities details params
func (*ReadCombinedVulnerabilitiesDetailsParams) SetDefaults ¶
func (o *ReadCombinedVulnerabilitiesDetailsParams) SetDefaults()
SetDefaults hydrates default values in the read combined vulnerabilities details params (not the query body).
All values with no default are reset to their zero value.
func (*ReadCombinedVulnerabilitiesDetailsParams) SetFilter ¶
func (o *ReadCombinedVulnerabilitiesDetailsParams) SetFilter(filter *string)
SetFilter adds the filter to the read combined vulnerabilities details params
func (*ReadCombinedVulnerabilitiesDetailsParams) SetHTTPClient ¶
func (o *ReadCombinedVulnerabilitiesDetailsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the read combined vulnerabilities details params
func (*ReadCombinedVulnerabilitiesDetailsParams) SetID ¶
func (o *ReadCombinedVulnerabilitiesDetailsParams) SetID(id string)
SetID adds the id to the read combined vulnerabilities details params
func (*ReadCombinedVulnerabilitiesDetailsParams) SetLimit ¶
func (o *ReadCombinedVulnerabilitiesDetailsParams) SetLimit(limit *int64)
SetLimit adds the limit to the read combined vulnerabilities details params
func (*ReadCombinedVulnerabilitiesDetailsParams) SetOffset ¶
func (o *ReadCombinedVulnerabilitiesDetailsParams) SetOffset(offset *int64)
SetOffset adds the offset to the read combined vulnerabilities details params
func (*ReadCombinedVulnerabilitiesDetailsParams) SetTimeout ¶
func (o *ReadCombinedVulnerabilitiesDetailsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the read combined vulnerabilities details params
func (*ReadCombinedVulnerabilitiesDetailsParams) WithContext ¶
func (o *ReadCombinedVulnerabilitiesDetailsParams) WithContext(ctx context.Context) *ReadCombinedVulnerabilitiesDetailsParams
WithContext adds the context to the read combined vulnerabilities details params
func (*ReadCombinedVulnerabilitiesDetailsParams) WithDefaults ¶
func (o *ReadCombinedVulnerabilitiesDetailsParams) WithDefaults() *ReadCombinedVulnerabilitiesDetailsParams
WithDefaults hydrates default values in the read combined vulnerabilities details params (not the query body).
All values with no default are reset to their zero value.
func (*ReadCombinedVulnerabilitiesDetailsParams) WithFilter ¶
func (o *ReadCombinedVulnerabilitiesDetailsParams) WithFilter(filter *string) *ReadCombinedVulnerabilitiesDetailsParams
WithFilter adds the filter to the read combined vulnerabilities details params
func (*ReadCombinedVulnerabilitiesDetailsParams) WithHTTPClient ¶
func (o *ReadCombinedVulnerabilitiesDetailsParams) WithHTTPClient(client *http.Client) *ReadCombinedVulnerabilitiesDetailsParams
WithHTTPClient adds the HTTPClient to the read combined vulnerabilities details params
func (*ReadCombinedVulnerabilitiesDetailsParams) WithID ¶
func (o *ReadCombinedVulnerabilitiesDetailsParams) WithID(id string) *ReadCombinedVulnerabilitiesDetailsParams
WithID adds the id to the read combined vulnerabilities details params
func (*ReadCombinedVulnerabilitiesDetailsParams) WithLimit ¶
func (o *ReadCombinedVulnerabilitiesDetailsParams) WithLimit(limit *int64) *ReadCombinedVulnerabilitiesDetailsParams
WithLimit adds the limit to the read combined vulnerabilities details params
func (*ReadCombinedVulnerabilitiesDetailsParams) WithOffset ¶
func (o *ReadCombinedVulnerabilitiesDetailsParams) WithOffset(offset *int64) *ReadCombinedVulnerabilitiesDetailsParams
WithOffset adds the offset to the read combined vulnerabilities details params
func (*ReadCombinedVulnerabilitiesDetailsParams) WithTimeout ¶
func (o *ReadCombinedVulnerabilitiesDetailsParams) WithTimeout(timeout time.Duration) *ReadCombinedVulnerabilitiesDetailsParams
WithTimeout adds the timeout to the read combined vulnerabilities details params
func (*ReadCombinedVulnerabilitiesDetailsParams) WriteToRequest ¶
func (o *ReadCombinedVulnerabilitiesDetailsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ReadCombinedVulnerabilitiesDetailsReader ¶
type ReadCombinedVulnerabilitiesDetailsReader struct {
// contains filtered or unexported fields
}
ReadCombinedVulnerabilitiesDetailsReader is a Reader for the ReadCombinedVulnerabilitiesDetails structure.
func (*ReadCombinedVulnerabilitiesDetailsReader) ReadResponse ¶
func (o *ReadCombinedVulnerabilitiesDetailsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ReadCombinedVulnerabilitiesDetailsTooManyRequests ¶
type ReadCombinedVulnerabilitiesDetailsTooManyRequests 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 }
ReadCombinedVulnerabilitiesDetailsTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewReadCombinedVulnerabilitiesDetailsTooManyRequests ¶
func NewReadCombinedVulnerabilitiesDetailsTooManyRequests() *ReadCombinedVulnerabilitiesDetailsTooManyRequests
NewReadCombinedVulnerabilitiesDetailsTooManyRequests creates a ReadCombinedVulnerabilitiesDetailsTooManyRequests with default headers values
func (*ReadCombinedVulnerabilitiesDetailsTooManyRequests) Code ¶
func (o *ReadCombinedVulnerabilitiesDetailsTooManyRequests) Code() int
Code gets the status code for the read combined vulnerabilities details too many requests response
func (*ReadCombinedVulnerabilitiesDetailsTooManyRequests) Error ¶
func (o *ReadCombinedVulnerabilitiesDetailsTooManyRequests) Error() string
func (*ReadCombinedVulnerabilitiesDetailsTooManyRequests) GetPayload ¶
func (o *ReadCombinedVulnerabilitiesDetailsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*ReadCombinedVulnerabilitiesDetailsTooManyRequests) IsClientError ¶
func (o *ReadCombinedVulnerabilitiesDetailsTooManyRequests) IsClientError() bool
IsClientError returns true when this read combined vulnerabilities details too many requests response has a 4xx status code
func (*ReadCombinedVulnerabilitiesDetailsTooManyRequests) IsCode ¶
func (o *ReadCombinedVulnerabilitiesDetailsTooManyRequests) IsCode(code int) bool
IsCode returns true when this read combined vulnerabilities details too many requests response a status code equal to that given
func (*ReadCombinedVulnerabilitiesDetailsTooManyRequests) IsRedirect ¶
func (o *ReadCombinedVulnerabilitiesDetailsTooManyRequests) IsRedirect() bool
IsRedirect returns true when this read combined vulnerabilities details too many requests response has a 3xx status code
func (*ReadCombinedVulnerabilitiesDetailsTooManyRequests) IsServerError ¶
func (o *ReadCombinedVulnerabilitiesDetailsTooManyRequests) IsServerError() bool
IsServerError returns true when this read combined vulnerabilities details too many requests response has a 5xx status code
func (*ReadCombinedVulnerabilitiesDetailsTooManyRequests) IsSuccess ¶
func (o *ReadCombinedVulnerabilitiesDetailsTooManyRequests) IsSuccess() bool
IsSuccess returns true when this read combined vulnerabilities details too many requests response has a 2xx status code
func (*ReadCombinedVulnerabilitiesDetailsTooManyRequests) String ¶
func (o *ReadCombinedVulnerabilitiesDetailsTooManyRequests) String() string
type ReadCombinedVulnerabilitiesForbidden ¶
type ReadCombinedVulnerabilitiesForbidden 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 }
ReadCombinedVulnerabilitiesForbidden describes a response with status code 403, with default header values.
Forbidden
func NewReadCombinedVulnerabilitiesForbidden ¶
func NewReadCombinedVulnerabilitiesForbidden() *ReadCombinedVulnerabilitiesForbidden
NewReadCombinedVulnerabilitiesForbidden creates a ReadCombinedVulnerabilitiesForbidden with default headers values
func (*ReadCombinedVulnerabilitiesForbidden) Code ¶
func (o *ReadCombinedVulnerabilitiesForbidden) Code() int
Code gets the status code for the read combined vulnerabilities forbidden response
func (*ReadCombinedVulnerabilitiesForbidden) Error ¶
func (o *ReadCombinedVulnerabilitiesForbidden) Error() string
func (*ReadCombinedVulnerabilitiesForbidden) GetPayload ¶
func (o *ReadCombinedVulnerabilitiesForbidden) GetPayload() *models.MsaReplyMetaOnly
func (*ReadCombinedVulnerabilitiesForbidden) IsClientError ¶
func (o *ReadCombinedVulnerabilitiesForbidden) IsClientError() bool
IsClientError returns true when this read combined vulnerabilities forbidden response has a 4xx status code
func (*ReadCombinedVulnerabilitiesForbidden) IsCode ¶
func (o *ReadCombinedVulnerabilitiesForbidden) IsCode(code int) bool
IsCode returns true when this read combined vulnerabilities forbidden response a status code equal to that given
func (*ReadCombinedVulnerabilitiesForbidden) IsRedirect ¶
func (o *ReadCombinedVulnerabilitiesForbidden) IsRedirect() bool
IsRedirect returns true when this read combined vulnerabilities forbidden response has a 3xx status code
func (*ReadCombinedVulnerabilitiesForbidden) IsServerError ¶
func (o *ReadCombinedVulnerabilitiesForbidden) IsServerError() bool
IsServerError returns true when this read combined vulnerabilities forbidden response has a 5xx status code
func (*ReadCombinedVulnerabilitiesForbidden) IsSuccess ¶
func (o *ReadCombinedVulnerabilitiesForbidden) IsSuccess() bool
IsSuccess returns true when this read combined vulnerabilities forbidden response has a 2xx status code
func (*ReadCombinedVulnerabilitiesForbidden) String ¶
func (o *ReadCombinedVulnerabilitiesForbidden) String() string
type ReadCombinedVulnerabilitiesInfoForbidden ¶
type ReadCombinedVulnerabilitiesInfoForbidden 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 }
ReadCombinedVulnerabilitiesInfoForbidden describes a response with status code 403, with default header values.
Forbidden
func NewReadCombinedVulnerabilitiesInfoForbidden ¶
func NewReadCombinedVulnerabilitiesInfoForbidden() *ReadCombinedVulnerabilitiesInfoForbidden
NewReadCombinedVulnerabilitiesInfoForbidden creates a ReadCombinedVulnerabilitiesInfoForbidden with default headers values
func (*ReadCombinedVulnerabilitiesInfoForbidden) Code ¶
func (o *ReadCombinedVulnerabilitiesInfoForbidden) Code() int
Code gets the status code for the read combined vulnerabilities info forbidden response
func (*ReadCombinedVulnerabilitiesInfoForbidden) Error ¶
func (o *ReadCombinedVulnerabilitiesInfoForbidden) Error() string
func (*ReadCombinedVulnerabilitiesInfoForbidden) GetPayload ¶
func (o *ReadCombinedVulnerabilitiesInfoForbidden) GetPayload() *models.MsaReplyMetaOnly
func (*ReadCombinedVulnerabilitiesInfoForbidden) IsClientError ¶
func (o *ReadCombinedVulnerabilitiesInfoForbidden) IsClientError() bool
IsClientError returns true when this read combined vulnerabilities info forbidden response has a 4xx status code
func (*ReadCombinedVulnerabilitiesInfoForbidden) IsCode ¶
func (o *ReadCombinedVulnerabilitiesInfoForbidden) IsCode(code int) bool
IsCode returns true when this read combined vulnerabilities info forbidden response a status code equal to that given
func (*ReadCombinedVulnerabilitiesInfoForbidden) IsRedirect ¶
func (o *ReadCombinedVulnerabilitiesInfoForbidden) IsRedirect() bool
IsRedirect returns true when this read combined vulnerabilities info forbidden response has a 3xx status code
func (*ReadCombinedVulnerabilitiesInfoForbidden) IsServerError ¶
func (o *ReadCombinedVulnerabilitiesInfoForbidden) IsServerError() bool
IsServerError returns true when this read combined vulnerabilities info forbidden response has a 5xx status code
func (*ReadCombinedVulnerabilitiesInfoForbidden) IsSuccess ¶
func (o *ReadCombinedVulnerabilitiesInfoForbidden) IsSuccess() bool
IsSuccess returns true when this read combined vulnerabilities info forbidden response has a 2xx status code
func (*ReadCombinedVulnerabilitiesInfoForbidden) String ¶
func (o *ReadCombinedVulnerabilitiesInfoForbidden) String() string
type ReadCombinedVulnerabilitiesInfoInternalServerError ¶
type ReadCombinedVulnerabilitiesInfoInternalServerError 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.CoreEntitiesResponse }
ReadCombinedVulnerabilitiesInfoInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewReadCombinedVulnerabilitiesInfoInternalServerError ¶
func NewReadCombinedVulnerabilitiesInfoInternalServerError() *ReadCombinedVulnerabilitiesInfoInternalServerError
NewReadCombinedVulnerabilitiesInfoInternalServerError creates a ReadCombinedVulnerabilitiesInfoInternalServerError with default headers values
func (*ReadCombinedVulnerabilitiesInfoInternalServerError) Code ¶
func (o *ReadCombinedVulnerabilitiesInfoInternalServerError) Code() int
Code gets the status code for the read combined vulnerabilities info internal server error response
func (*ReadCombinedVulnerabilitiesInfoInternalServerError) Error ¶
func (o *ReadCombinedVulnerabilitiesInfoInternalServerError) Error() string
func (*ReadCombinedVulnerabilitiesInfoInternalServerError) GetPayload ¶
func (o *ReadCombinedVulnerabilitiesInfoInternalServerError) GetPayload() *models.CoreEntitiesResponse
func (*ReadCombinedVulnerabilitiesInfoInternalServerError) IsClientError ¶
func (o *ReadCombinedVulnerabilitiesInfoInternalServerError) IsClientError() bool
IsClientError returns true when this read combined vulnerabilities info internal server error response has a 4xx status code
func (*ReadCombinedVulnerabilitiesInfoInternalServerError) IsCode ¶
func (o *ReadCombinedVulnerabilitiesInfoInternalServerError) IsCode(code int) bool
IsCode returns true when this read combined vulnerabilities info internal server error response a status code equal to that given
func (*ReadCombinedVulnerabilitiesInfoInternalServerError) IsRedirect ¶
func (o *ReadCombinedVulnerabilitiesInfoInternalServerError) IsRedirect() bool
IsRedirect returns true when this read combined vulnerabilities info internal server error response has a 3xx status code
func (*ReadCombinedVulnerabilitiesInfoInternalServerError) IsServerError ¶
func (o *ReadCombinedVulnerabilitiesInfoInternalServerError) IsServerError() bool
IsServerError returns true when this read combined vulnerabilities info internal server error response has a 5xx status code
func (*ReadCombinedVulnerabilitiesInfoInternalServerError) IsSuccess ¶
func (o *ReadCombinedVulnerabilitiesInfoInternalServerError) IsSuccess() bool
IsSuccess returns true when this read combined vulnerabilities info internal server error response has a 2xx status code
func (*ReadCombinedVulnerabilitiesInfoInternalServerError) String ¶
func (o *ReadCombinedVulnerabilitiesInfoInternalServerError) String() string
type ReadCombinedVulnerabilitiesInfoOK ¶
type ReadCombinedVulnerabilitiesInfoOK 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.VulnerabilitiesAPICombinedVulnerabilityInfo }
ReadCombinedVulnerabilitiesInfoOK describes a response with status code 200, with default header values.
OK
func NewReadCombinedVulnerabilitiesInfoOK ¶
func NewReadCombinedVulnerabilitiesInfoOK() *ReadCombinedVulnerabilitiesInfoOK
NewReadCombinedVulnerabilitiesInfoOK creates a ReadCombinedVulnerabilitiesInfoOK with default headers values
func (*ReadCombinedVulnerabilitiesInfoOK) Code ¶
func (o *ReadCombinedVulnerabilitiesInfoOK) Code() int
Code gets the status code for the read combined vulnerabilities info o k response
func (*ReadCombinedVulnerabilitiesInfoOK) Error ¶
func (o *ReadCombinedVulnerabilitiesInfoOK) Error() string
func (*ReadCombinedVulnerabilitiesInfoOK) GetPayload ¶
func (o *ReadCombinedVulnerabilitiesInfoOK) GetPayload() *models.VulnerabilitiesAPICombinedVulnerabilityInfo
func (*ReadCombinedVulnerabilitiesInfoOK) IsClientError ¶
func (o *ReadCombinedVulnerabilitiesInfoOK) IsClientError() bool
IsClientError returns true when this read combined vulnerabilities info o k response has a 4xx status code
func (*ReadCombinedVulnerabilitiesInfoOK) IsCode ¶
func (o *ReadCombinedVulnerabilitiesInfoOK) IsCode(code int) bool
IsCode returns true when this read combined vulnerabilities info o k response a status code equal to that given
func (*ReadCombinedVulnerabilitiesInfoOK) IsRedirect ¶
func (o *ReadCombinedVulnerabilitiesInfoOK) IsRedirect() bool
IsRedirect returns true when this read combined vulnerabilities info o k response has a 3xx status code
func (*ReadCombinedVulnerabilitiesInfoOK) IsServerError ¶
func (o *ReadCombinedVulnerabilitiesInfoOK) IsServerError() bool
IsServerError returns true when this read combined vulnerabilities info o k response has a 5xx status code
func (*ReadCombinedVulnerabilitiesInfoOK) IsSuccess ¶
func (o *ReadCombinedVulnerabilitiesInfoOK) IsSuccess() bool
IsSuccess returns true when this read combined vulnerabilities info o k response has a 2xx status code
func (*ReadCombinedVulnerabilitiesInfoOK) String ¶
func (o *ReadCombinedVulnerabilitiesInfoOK) String() string
type ReadCombinedVulnerabilitiesInfoParams ¶
type ReadCombinedVulnerabilitiesInfoParams struct { /* CveID. Vulnerability CVE ID */ CveID string /* Limit. The upper-bound on the number of records to retrieve. */ Limit *int64 /* Offset. The offset from where to begin. */ Offset *int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ReadCombinedVulnerabilitiesInfoParams contains all the parameters to send to the API endpoint
for the read combined vulnerabilities info operation. Typically these are written to a http.Request.
func NewReadCombinedVulnerabilitiesInfoParams ¶
func NewReadCombinedVulnerabilitiesInfoParams() *ReadCombinedVulnerabilitiesInfoParams
NewReadCombinedVulnerabilitiesInfoParams creates a new ReadCombinedVulnerabilitiesInfoParams 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 NewReadCombinedVulnerabilitiesInfoParamsWithContext ¶
func NewReadCombinedVulnerabilitiesInfoParamsWithContext(ctx context.Context) *ReadCombinedVulnerabilitiesInfoParams
NewReadCombinedVulnerabilitiesInfoParamsWithContext creates a new ReadCombinedVulnerabilitiesInfoParams object with the ability to set a context for a request.
func NewReadCombinedVulnerabilitiesInfoParamsWithHTTPClient ¶
func NewReadCombinedVulnerabilitiesInfoParamsWithHTTPClient(client *http.Client) *ReadCombinedVulnerabilitiesInfoParams
NewReadCombinedVulnerabilitiesInfoParamsWithHTTPClient creates a new ReadCombinedVulnerabilitiesInfoParams object with the ability to set a custom HTTPClient for a request.
func NewReadCombinedVulnerabilitiesInfoParamsWithTimeout ¶
func NewReadCombinedVulnerabilitiesInfoParamsWithTimeout(timeout time.Duration) *ReadCombinedVulnerabilitiesInfoParams
NewReadCombinedVulnerabilitiesInfoParamsWithTimeout creates a new ReadCombinedVulnerabilitiesInfoParams object with the ability to set a timeout on a request.
func (*ReadCombinedVulnerabilitiesInfoParams) SetContext ¶
func (o *ReadCombinedVulnerabilitiesInfoParams) SetContext(ctx context.Context)
SetContext adds the context to the read combined vulnerabilities info params
func (*ReadCombinedVulnerabilitiesInfoParams) SetCveID ¶
func (o *ReadCombinedVulnerabilitiesInfoParams) SetCveID(cveID string)
SetCveID adds the cveId to the read combined vulnerabilities info params
func (*ReadCombinedVulnerabilitiesInfoParams) SetDefaults ¶
func (o *ReadCombinedVulnerabilitiesInfoParams) SetDefaults()
SetDefaults hydrates default values in the read combined vulnerabilities info params (not the query body).
All values with no default are reset to their zero value.
func (*ReadCombinedVulnerabilitiesInfoParams) SetHTTPClient ¶
func (o *ReadCombinedVulnerabilitiesInfoParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the read combined vulnerabilities info params
func (*ReadCombinedVulnerabilitiesInfoParams) SetLimit ¶
func (o *ReadCombinedVulnerabilitiesInfoParams) SetLimit(limit *int64)
SetLimit adds the limit to the read combined vulnerabilities info params
func (*ReadCombinedVulnerabilitiesInfoParams) SetOffset ¶
func (o *ReadCombinedVulnerabilitiesInfoParams) SetOffset(offset *int64)
SetOffset adds the offset to the read combined vulnerabilities info params
func (*ReadCombinedVulnerabilitiesInfoParams) SetTimeout ¶
func (o *ReadCombinedVulnerabilitiesInfoParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the read combined vulnerabilities info params
func (*ReadCombinedVulnerabilitiesInfoParams) WithContext ¶
func (o *ReadCombinedVulnerabilitiesInfoParams) WithContext(ctx context.Context) *ReadCombinedVulnerabilitiesInfoParams
WithContext adds the context to the read combined vulnerabilities info params
func (*ReadCombinedVulnerabilitiesInfoParams) WithCveID ¶
func (o *ReadCombinedVulnerabilitiesInfoParams) WithCveID(cveID string) *ReadCombinedVulnerabilitiesInfoParams
WithCveID adds the cveID to the read combined vulnerabilities info params
func (*ReadCombinedVulnerabilitiesInfoParams) WithDefaults ¶
func (o *ReadCombinedVulnerabilitiesInfoParams) WithDefaults() *ReadCombinedVulnerabilitiesInfoParams
WithDefaults hydrates default values in the read combined vulnerabilities info params (not the query body).
All values with no default are reset to their zero value.
func (*ReadCombinedVulnerabilitiesInfoParams) WithHTTPClient ¶
func (o *ReadCombinedVulnerabilitiesInfoParams) WithHTTPClient(client *http.Client) *ReadCombinedVulnerabilitiesInfoParams
WithHTTPClient adds the HTTPClient to the read combined vulnerabilities info params
func (*ReadCombinedVulnerabilitiesInfoParams) WithLimit ¶
func (o *ReadCombinedVulnerabilitiesInfoParams) WithLimit(limit *int64) *ReadCombinedVulnerabilitiesInfoParams
WithLimit adds the limit to the read combined vulnerabilities info params
func (*ReadCombinedVulnerabilitiesInfoParams) WithOffset ¶
func (o *ReadCombinedVulnerabilitiesInfoParams) WithOffset(offset *int64) *ReadCombinedVulnerabilitiesInfoParams
WithOffset adds the offset to the read combined vulnerabilities info params
func (*ReadCombinedVulnerabilitiesInfoParams) WithTimeout ¶
func (o *ReadCombinedVulnerabilitiesInfoParams) WithTimeout(timeout time.Duration) *ReadCombinedVulnerabilitiesInfoParams
WithTimeout adds the timeout to the read combined vulnerabilities info params
func (*ReadCombinedVulnerabilitiesInfoParams) WriteToRequest ¶
func (o *ReadCombinedVulnerabilitiesInfoParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ReadCombinedVulnerabilitiesInfoReader ¶
type ReadCombinedVulnerabilitiesInfoReader struct {
// contains filtered or unexported fields
}
ReadCombinedVulnerabilitiesInfoReader is a Reader for the ReadCombinedVulnerabilitiesInfo structure.
func (*ReadCombinedVulnerabilitiesInfoReader) ReadResponse ¶
func (o *ReadCombinedVulnerabilitiesInfoReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ReadCombinedVulnerabilitiesInfoTooManyRequests ¶
type ReadCombinedVulnerabilitiesInfoTooManyRequests 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 }
ReadCombinedVulnerabilitiesInfoTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewReadCombinedVulnerabilitiesInfoTooManyRequests ¶
func NewReadCombinedVulnerabilitiesInfoTooManyRequests() *ReadCombinedVulnerabilitiesInfoTooManyRequests
NewReadCombinedVulnerabilitiesInfoTooManyRequests creates a ReadCombinedVulnerabilitiesInfoTooManyRequests with default headers values
func (*ReadCombinedVulnerabilitiesInfoTooManyRequests) Code ¶
func (o *ReadCombinedVulnerabilitiesInfoTooManyRequests) Code() int
Code gets the status code for the read combined vulnerabilities info too many requests response
func (*ReadCombinedVulnerabilitiesInfoTooManyRequests) Error ¶
func (o *ReadCombinedVulnerabilitiesInfoTooManyRequests) Error() string
func (*ReadCombinedVulnerabilitiesInfoTooManyRequests) GetPayload ¶
func (o *ReadCombinedVulnerabilitiesInfoTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*ReadCombinedVulnerabilitiesInfoTooManyRequests) IsClientError ¶
func (o *ReadCombinedVulnerabilitiesInfoTooManyRequests) IsClientError() bool
IsClientError returns true when this read combined vulnerabilities info too many requests response has a 4xx status code
func (*ReadCombinedVulnerabilitiesInfoTooManyRequests) IsCode ¶
func (o *ReadCombinedVulnerabilitiesInfoTooManyRequests) IsCode(code int) bool
IsCode returns true when this read combined vulnerabilities info too many requests response a status code equal to that given
func (*ReadCombinedVulnerabilitiesInfoTooManyRequests) IsRedirect ¶
func (o *ReadCombinedVulnerabilitiesInfoTooManyRequests) IsRedirect() bool
IsRedirect returns true when this read combined vulnerabilities info too many requests response has a 3xx status code
func (*ReadCombinedVulnerabilitiesInfoTooManyRequests) IsServerError ¶
func (o *ReadCombinedVulnerabilitiesInfoTooManyRequests) IsServerError() bool
IsServerError returns true when this read combined vulnerabilities info too many requests response has a 5xx status code
func (*ReadCombinedVulnerabilitiesInfoTooManyRequests) IsSuccess ¶
func (o *ReadCombinedVulnerabilitiesInfoTooManyRequests) IsSuccess() bool
IsSuccess returns true when this read combined vulnerabilities info too many requests response has a 2xx status code
func (*ReadCombinedVulnerabilitiesInfoTooManyRequests) String ¶
func (o *ReadCombinedVulnerabilitiesInfoTooManyRequests) String() string
type ReadCombinedVulnerabilitiesInternalServerError ¶
type ReadCombinedVulnerabilitiesInternalServerError 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.CoreEntitiesResponse }
ReadCombinedVulnerabilitiesInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewReadCombinedVulnerabilitiesInternalServerError ¶
func NewReadCombinedVulnerabilitiesInternalServerError() *ReadCombinedVulnerabilitiesInternalServerError
NewReadCombinedVulnerabilitiesInternalServerError creates a ReadCombinedVulnerabilitiesInternalServerError with default headers values
func (*ReadCombinedVulnerabilitiesInternalServerError) Code ¶
func (o *ReadCombinedVulnerabilitiesInternalServerError) Code() int
Code gets the status code for the read combined vulnerabilities internal server error response
func (*ReadCombinedVulnerabilitiesInternalServerError) Error ¶
func (o *ReadCombinedVulnerabilitiesInternalServerError) Error() string
func (*ReadCombinedVulnerabilitiesInternalServerError) GetPayload ¶
func (o *ReadCombinedVulnerabilitiesInternalServerError) GetPayload() *models.CoreEntitiesResponse
func (*ReadCombinedVulnerabilitiesInternalServerError) IsClientError ¶
func (o *ReadCombinedVulnerabilitiesInternalServerError) IsClientError() bool
IsClientError returns true when this read combined vulnerabilities internal server error response has a 4xx status code
func (*ReadCombinedVulnerabilitiesInternalServerError) IsCode ¶
func (o *ReadCombinedVulnerabilitiesInternalServerError) IsCode(code int) bool
IsCode returns true when this read combined vulnerabilities internal server error response a status code equal to that given
func (*ReadCombinedVulnerabilitiesInternalServerError) IsRedirect ¶
func (o *ReadCombinedVulnerabilitiesInternalServerError) IsRedirect() bool
IsRedirect returns true when this read combined vulnerabilities internal server error response has a 3xx status code
func (*ReadCombinedVulnerabilitiesInternalServerError) IsServerError ¶
func (o *ReadCombinedVulnerabilitiesInternalServerError) IsServerError() bool
IsServerError returns true when this read combined vulnerabilities internal server error response has a 5xx status code
func (*ReadCombinedVulnerabilitiesInternalServerError) IsSuccess ¶
func (o *ReadCombinedVulnerabilitiesInternalServerError) IsSuccess() bool
IsSuccess returns true when this read combined vulnerabilities internal server error response has a 2xx status code
func (*ReadCombinedVulnerabilitiesInternalServerError) String ¶
func (o *ReadCombinedVulnerabilitiesInternalServerError) String() string
type ReadCombinedVulnerabilitiesOK ¶
type ReadCombinedVulnerabilitiesOK 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.VulnerabilitiesAPICombinedVulnerability }
ReadCombinedVulnerabilitiesOK describes a response with status code 200, with default header values.
OK
func NewReadCombinedVulnerabilitiesOK ¶
func NewReadCombinedVulnerabilitiesOK() *ReadCombinedVulnerabilitiesOK
NewReadCombinedVulnerabilitiesOK creates a ReadCombinedVulnerabilitiesOK with default headers values
func (*ReadCombinedVulnerabilitiesOK) Code ¶
func (o *ReadCombinedVulnerabilitiesOK) Code() int
Code gets the status code for the read combined vulnerabilities o k response
func (*ReadCombinedVulnerabilitiesOK) Error ¶
func (o *ReadCombinedVulnerabilitiesOK) Error() string
func (*ReadCombinedVulnerabilitiesOK) GetPayload ¶
func (o *ReadCombinedVulnerabilitiesOK) GetPayload() *models.VulnerabilitiesAPICombinedVulnerability
func (*ReadCombinedVulnerabilitiesOK) IsClientError ¶
func (o *ReadCombinedVulnerabilitiesOK) IsClientError() bool
IsClientError returns true when this read combined vulnerabilities o k response has a 4xx status code
func (*ReadCombinedVulnerabilitiesOK) IsCode ¶
func (o *ReadCombinedVulnerabilitiesOK) IsCode(code int) bool
IsCode returns true when this read combined vulnerabilities o k response a status code equal to that given
func (*ReadCombinedVulnerabilitiesOK) IsRedirect ¶
func (o *ReadCombinedVulnerabilitiesOK) IsRedirect() bool
IsRedirect returns true when this read combined vulnerabilities o k response has a 3xx status code
func (*ReadCombinedVulnerabilitiesOK) IsServerError ¶
func (o *ReadCombinedVulnerabilitiesOK) IsServerError() bool
IsServerError returns true when this read combined vulnerabilities o k response has a 5xx status code
func (*ReadCombinedVulnerabilitiesOK) IsSuccess ¶
func (o *ReadCombinedVulnerabilitiesOK) IsSuccess() bool
IsSuccess returns true when this read combined vulnerabilities o k response has a 2xx status code
func (*ReadCombinedVulnerabilitiesOK) String ¶
func (o *ReadCombinedVulnerabilitiesOK) String() string
type ReadCombinedVulnerabilitiesParams ¶
type ReadCombinedVulnerabilitiesParams struct { /* Filter. Filter vulnerabilities using a query in Falcon Query Language (FQL). Supported filters: base_os,cid,container_id,container_running_status,containers_impacted_range,cps_rating,cve_id,cvss_score,description,exploited_status,exploited_status_name,fix_status,image_digest,image_id,images_impacted_range,package_name_version,registry,repository,severity,tag */ Filter *string /* Limit. The upper-bound on the number of records to retrieve. */ Limit *int64 /* Offset. The offset from where to begin. */ Offset *int64 /* Sort. The fields to sort the records on. Supported columns: [cps_current_rating cve_id cvss_score description images_impacted packages_impacted severity] */ Sort *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ReadCombinedVulnerabilitiesParams contains all the parameters to send to the API endpoint
for the read combined vulnerabilities operation. Typically these are written to a http.Request.
func NewReadCombinedVulnerabilitiesParams ¶
func NewReadCombinedVulnerabilitiesParams() *ReadCombinedVulnerabilitiesParams
NewReadCombinedVulnerabilitiesParams creates a new ReadCombinedVulnerabilitiesParams 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 NewReadCombinedVulnerabilitiesParamsWithContext ¶
func NewReadCombinedVulnerabilitiesParamsWithContext(ctx context.Context) *ReadCombinedVulnerabilitiesParams
NewReadCombinedVulnerabilitiesParamsWithContext creates a new ReadCombinedVulnerabilitiesParams object with the ability to set a context for a request.
func NewReadCombinedVulnerabilitiesParamsWithHTTPClient ¶
func NewReadCombinedVulnerabilitiesParamsWithHTTPClient(client *http.Client) *ReadCombinedVulnerabilitiesParams
NewReadCombinedVulnerabilitiesParamsWithHTTPClient creates a new ReadCombinedVulnerabilitiesParams object with the ability to set a custom HTTPClient for a request.
func NewReadCombinedVulnerabilitiesParamsWithTimeout ¶
func NewReadCombinedVulnerabilitiesParamsWithTimeout(timeout time.Duration) *ReadCombinedVulnerabilitiesParams
NewReadCombinedVulnerabilitiesParamsWithTimeout creates a new ReadCombinedVulnerabilitiesParams object with the ability to set a timeout on a request.
func (*ReadCombinedVulnerabilitiesParams) SetContext ¶
func (o *ReadCombinedVulnerabilitiesParams) SetContext(ctx context.Context)
SetContext adds the context to the read combined vulnerabilities params
func (*ReadCombinedVulnerabilitiesParams) SetDefaults ¶
func (o *ReadCombinedVulnerabilitiesParams) SetDefaults()
SetDefaults hydrates default values in the read combined vulnerabilities params (not the query body).
All values with no default are reset to their zero value.
func (*ReadCombinedVulnerabilitiesParams) SetFilter ¶
func (o *ReadCombinedVulnerabilitiesParams) SetFilter(filter *string)
SetFilter adds the filter to the read combined vulnerabilities params
func (*ReadCombinedVulnerabilitiesParams) SetHTTPClient ¶
func (o *ReadCombinedVulnerabilitiesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the read combined vulnerabilities params
func (*ReadCombinedVulnerabilitiesParams) SetLimit ¶
func (o *ReadCombinedVulnerabilitiesParams) SetLimit(limit *int64)
SetLimit adds the limit to the read combined vulnerabilities params
func (*ReadCombinedVulnerabilitiesParams) SetOffset ¶
func (o *ReadCombinedVulnerabilitiesParams) SetOffset(offset *int64)
SetOffset adds the offset to the read combined vulnerabilities params
func (*ReadCombinedVulnerabilitiesParams) SetSort ¶
func (o *ReadCombinedVulnerabilitiesParams) SetSort(sort *string)
SetSort adds the sort to the read combined vulnerabilities params
func (*ReadCombinedVulnerabilitiesParams) SetTimeout ¶
func (o *ReadCombinedVulnerabilitiesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the read combined vulnerabilities params
func (*ReadCombinedVulnerabilitiesParams) WithContext ¶
func (o *ReadCombinedVulnerabilitiesParams) WithContext(ctx context.Context) *ReadCombinedVulnerabilitiesParams
WithContext adds the context to the read combined vulnerabilities params
func (*ReadCombinedVulnerabilitiesParams) WithDefaults ¶
func (o *ReadCombinedVulnerabilitiesParams) WithDefaults() *ReadCombinedVulnerabilitiesParams
WithDefaults hydrates default values in the read combined vulnerabilities params (not the query body).
All values with no default are reset to their zero value.
func (*ReadCombinedVulnerabilitiesParams) WithFilter ¶
func (o *ReadCombinedVulnerabilitiesParams) WithFilter(filter *string) *ReadCombinedVulnerabilitiesParams
WithFilter adds the filter to the read combined vulnerabilities params
func (*ReadCombinedVulnerabilitiesParams) WithHTTPClient ¶
func (o *ReadCombinedVulnerabilitiesParams) WithHTTPClient(client *http.Client) *ReadCombinedVulnerabilitiesParams
WithHTTPClient adds the HTTPClient to the read combined vulnerabilities params
func (*ReadCombinedVulnerabilitiesParams) WithLimit ¶
func (o *ReadCombinedVulnerabilitiesParams) WithLimit(limit *int64) *ReadCombinedVulnerabilitiesParams
WithLimit adds the limit to the read combined vulnerabilities params
func (*ReadCombinedVulnerabilitiesParams) WithOffset ¶
func (o *ReadCombinedVulnerabilitiesParams) WithOffset(offset *int64) *ReadCombinedVulnerabilitiesParams
WithOffset adds the offset to the read combined vulnerabilities params
func (*ReadCombinedVulnerabilitiesParams) WithSort ¶
func (o *ReadCombinedVulnerabilitiesParams) WithSort(sort *string) *ReadCombinedVulnerabilitiesParams
WithSort adds the sort to the read combined vulnerabilities params
func (*ReadCombinedVulnerabilitiesParams) WithTimeout ¶
func (o *ReadCombinedVulnerabilitiesParams) WithTimeout(timeout time.Duration) *ReadCombinedVulnerabilitiesParams
WithTimeout adds the timeout to the read combined vulnerabilities params
func (*ReadCombinedVulnerabilitiesParams) WriteToRequest ¶
func (o *ReadCombinedVulnerabilitiesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ReadCombinedVulnerabilitiesReader ¶
type ReadCombinedVulnerabilitiesReader struct {
// contains filtered or unexported fields
}
ReadCombinedVulnerabilitiesReader is a Reader for the ReadCombinedVulnerabilities structure.
func (*ReadCombinedVulnerabilitiesReader) ReadResponse ¶
func (o *ReadCombinedVulnerabilitiesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ReadCombinedVulnerabilitiesTooManyRequests ¶
type ReadCombinedVulnerabilitiesTooManyRequests 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 }
ReadCombinedVulnerabilitiesTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewReadCombinedVulnerabilitiesTooManyRequests ¶
func NewReadCombinedVulnerabilitiesTooManyRequests() *ReadCombinedVulnerabilitiesTooManyRequests
NewReadCombinedVulnerabilitiesTooManyRequests creates a ReadCombinedVulnerabilitiesTooManyRequests with default headers values
func (*ReadCombinedVulnerabilitiesTooManyRequests) Code ¶
func (o *ReadCombinedVulnerabilitiesTooManyRequests) Code() int
Code gets the status code for the read combined vulnerabilities too many requests response
func (*ReadCombinedVulnerabilitiesTooManyRequests) Error ¶
func (o *ReadCombinedVulnerabilitiesTooManyRequests) Error() string
func (*ReadCombinedVulnerabilitiesTooManyRequests) GetPayload ¶
func (o *ReadCombinedVulnerabilitiesTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*ReadCombinedVulnerabilitiesTooManyRequests) IsClientError ¶
func (o *ReadCombinedVulnerabilitiesTooManyRequests) IsClientError() bool
IsClientError returns true when this read combined vulnerabilities too many requests response has a 4xx status code
func (*ReadCombinedVulnerabilitiesTooManyRequests) IsCode ¶
func (o *ReadCombinedVulnerabilitiesTooManyRequests) IsCode(code int) bool
IsCode returns true when this read combined vulnerabilities too many requests response a status code equal to that given
func (*ReadCombinedVulnerabilitiesTooManyRequests) IsRedirect ¶
func (o *ReadCombinedVulnerabilitiesTooManyRequests) IsRedirect() bool
IsRedirect returns true when this read combined vulnerabilities too many requests response has a 3xx status code
func (*ReadCombinedVulnerabilitiesTooManyRequests) IsServerError ¶
func (o *ReadCombinedVulnerabilitiesTooManyRequests) IsServerError() bool
IsServerError returns true when this read combined vulnerabilities too many requests response has a 5xx status code
func (*ReadCombinedVulnerabilitiesTooManyRequests) IsSuccess ¶
func (o *ReadCombinedVulnerabilitiesTooManyRequests) IsSuccess() bool
IsSuccess returns true when this read combined vulnerabilities too many requests response has a 2xx status code
func (*ReadCombinedVulnerabilitiesTooManyRequests) String ¶
func (o *ReadCombinedVulnerabilitiesTooManyRequests) String() string
type ReadVulnerabilitiesByImageCountForbidden ¶
type ReadVulnerabilitiesByImageCountForbidden 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 }
ReadVulnerabilitiesByImageCountForbidden describes a response with status code 403, with default header values.
Forbidden
func NewReadVulnerabilitiesByImageCountForbidden ¶
func NewReadVulnerabilitiesByImageCountForbidden() *ReadVulnerabilitiesByImageCountForbidden
NewReadVulnerabilitiesByImageCountForbidden creates a ReadVulnerabilitiesByImageCountForbidden with default headers values
func (*ReadVulnerabilitiesByImageCountForbidden) Code ¶
func (o *ReadVulnerabilitiesByImageCountForbidden) Code() int
Code gets the status code for the read vulnerabilities by image count forbidden response
func (*ReadVulnerabilitiesByImageCountForbidden) Error ¶
func (o *ReadVulnerabilitiesByImageCountForbidden) Error() string
func (*ReadVulnerabilitiesByImageCountForbidden) GetPayload ¶
func (o *ReadVulnerabilitiesByImageCountForbidden) GetPayload() *models.MsaReplyMetaOnly
func (*ReadVulnerabilitiesByImageCountForbidden) IsClientError ¶
func (o *ReadVulnerabilitiesByImageCountForbidden) IsClientError() bool
IsClientError returns true when this read vulnerabilities by image count forbidden response has a 4xx status code
func (*ReadVulnerabilitiesByImageCountForbidden) IsCode ¶
func (o *ReadVulnerabilitiesByImageCountForbidden) IsCode(code int) bool
IsCode returns true when this read vulnerabilities by image count forbidden response a status code equal to that given
func (*ReadVulnerabilitiesByImageCountForbidden) IsRedirect ¶
func (o *ReadVulnerabilitiesByImageCountForbidden) IsRedirect() bool
IsRedirect returns true when this read vulnerabilities by image count forbidden response has a 3xx status code
func (*ReadVulnerabilitiesByImageCountForbidden) IsServerError ¶
func (o *ReadVulnerabilitiesByImageCountForbidden) IsServerError() bool
IsServerError returns true when this read vulnerabilities by image count forbidden response has a 5xx status code
func (*ReadVulnerabilitiesByImageCountForbidden) IsSuccess ¶
func (o *ReadVulnerabilitiesByImageCountForbidden) IsSuccess() bool
IsSuccess returns true when this read vulnerabilities by image count forbidden response has a 2xx status code
func (*ReadVulnerabilitiesByImageCountForbidden) String ¶
func (o *ReadVulnerabilitiesByImageCountForbidden) String() string
type ReadVulnerabilitiesByImageCountInternalServerError ¶
type ReadVulnerabilitiesByImageCountInternalServerError 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.CoreEntitiesResponse }
ReadVulnerabilitiesByImageCountInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewReadVulnerabilitiesByImageCountInternalServerError ¶
func NewReadVulnerabilitiesByImageCountInternalServerError() *ReadVulnerabilitiesByImageCountInternalServerError
NewReadVulnerabilitiesByImageCountInternalServerError creates a ReadVulnerabilitiesByImageCountInternalServerError with default headers values
func (*ReadVulnerabilitiesByImageCountInternalServerError) Code ¶
func (o *ReadVulnerabilitiesByImageCountInternalServerError) Code() int
Code gets the status code for the read vulnerabilities by image count internal server error response
func (*ReadVulnerabilitiesByImageCountInternalServerError) Error ¶
func (o *ReadVulnerabilitiesByImageCountInternalServerError) Error() string
func (*ReadVulnerabilitiesByImageCountInternalServerError) GetPayload ¶
func (o *ReadVulnerabilitiesByImageCountInternalServerError) GetPayload() *models.CoreEntitiesResponse
func (*ReadVulnerabilitiesByImageCountInternalServerError) IsClientError ¶
func (o *ReadVulnerabilitiesByImageCountInternalServerError) IsClientError() bool
IsClientError returns true when this read vulnerabilities by image count internal server error response has a 4xx status code
func (*ReadVulnerabilitiesByImageCountInternalServerError) IsCode ¶
func (o *ReadVulnerabilitiesByImageCountInternalServerError) IsCode(code int) bool
IsCode returns true when this read vulnerabilities by image count internal server error response a status code equal to that given
func (*ReadVulnerabilitiesByImageCountInternalServerError) IsRedirect ¶
func (o *ReadVulnerabilitiesByImageCountInternalServerError) IsRedirect() bool
IsRedirect returns true when this read vulnerabilities by image count internal server error response has a 3xx status code
func (*ReadVulnerabilitiesByImageCountInternalServerError) IsServerError ¶
func (o *ReadVulnerabilitiesByImageCountInternalServerError) IsServerError() bool
IsServerError returns true when this read vulnerabilities by image count internal server error response has a 5xx status code
func (*ReadVulnerabilitiesByImageCountInternalServerError) IsSuccess ¶
func (o *ReadVulnerabilitiesByImageCountInternalServerError) IsSuccess() bool
IsSuccess returns true when this read vulnerabilities by image count internal server error response has a 2xx status code
func (*ReadVulnerabilitiesByImageCountInternalServerError) String ¶
func (o *ReadVulnerabilitiesByImageCountInternalServerError) String() string
type ReadVulnerabilitiesByImageCountOK ¶
type ReadVulnerabilitiesByImageCountOK 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.VulnerabilitiesAPIVulnByImageCount }
ReadVulnerabilitiesByImageCountOK describes a response with status code 200, with default header values.
OK
func NewReadVulnerabilitiesByImageCountOK ¶
func NewReadVulnerabilitiesByImageCountOK() *ReadVulnerabilitiesByImageCountOK
NewReadVulnerabilitiesByImageCountOK creates a ReadVulnerabilitiesByImageCountOK with default headers values
func (*ReadVulnerabilitiesByImageCountOK) Code ¶
func (o *ReadVulnerabilitiesByImageCountOK) Code() int
Code gets the status code for the read vulnerabilities by image count o k response
func (*ReadVulnerabilitiesByImageCountOK) Error ¶
func (o *ReadVulnerabilitiesByImageCountOK) Error() string
func (*ReadVulnerabilitiesByImageCountOK) GetPayload ¶
func (o *ReadVulnerabilitiesByImageCountOK) GetPayload() *models.VulnerabilitiesAPIVulnByImageCount
func (*ReadVulnerabilitiesByImageCountOK) IsClientError ¶
func (o *ReadVulnerabilitiesByImageCountOK) IsClientError() bool
IsClientError returns true when this read vulnerabilities by image count o k response has a 4xx status code
func (*ReadVulnerabilitiesByImageCountOK) IsCode ¶
func (o *ReadVulnerabilitiesByImageCountOK) IsCode(code int) bool
IsCode returns true when this read vulnerabilities by image count o k response a status code equal to that given
func (*ReadVulnerabilitiesByImageCountOK) IsRedirect ¶
func (o *ReadVulnerabilitiesByImageCountOK) IsRedirect() bool
IsRedirect returns true when this read vulnerabilities by image count o k response has a 3xx status code
func (*ReadVulnerabilitiesByImageCountOK) IsServerError ¶
func (o *ReadVulnerabilitiesByImageCountOK) IsServerError() bool
IsServerError returns true when this read vulnerabilities by image count o k response has a 5xx status code
func (*ReadVulnerabilitiesByImageCountOK) IsSuccess ¶
func (o *ReadVulnerabilitiesByImageCountOK) IsSuccess() bool
IsSuccess returns true when this read vulnerabilities by image count o k response has a 2xx status code
func (*ReadVulnerabilitiesByImageCountOK) String ¶
func (o *ReadVulnerabilitiesByImageCountOK) String() string
type ReadVulnerabilitiesByImageCountParams ¶
type ReadVulnerabilitiesByImageCountParams struct { /* Filter. Filter vulnerabilities using a query in Falcon Query Language (FQL). Supported filters: cid,cve_id,registry,repository,tag */ Filter *string /* Limit. The upper-bound on the number of records to retrieve. */ Limit *int64 /* Offset. The offset from where to begin. */ Offset *int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ReadVulnerabilitiesByImageCountParams contains all the parameters to send to the API endpoint
for the read vulnerabilities by image count operation. Typically these are written to a http.Request.
func NewReadVulnerabilitiesByImageCountParams ¶
func NewReadVulnerabilitiesByImageCountParams() *ReadVulnerabilitiesByImageCountParams
NewReadVulnerabilitiesByImageCountParams creates a new ReadVulnerabilitiesByImageCountParams 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 NewReadVulnerabilitiesByImageCountParamsWithContext ¶
func NewReadVulnerabilitiesByImageCountParamsWithContext(ctx context.Context) *ReadVulnerabilitiesByImageCountParams
NewReadVulnerabilitiesByImageCountParamsWithContext creates a new ReadVulnerabilitiesByImageCountParams object with the ability to set a context for a request.
func NewReadVulnerabilitiesByImageCountParamsWithHTTPClient ¶
func NewReadVulnerabilitiesByImageCountParamsWithHTTPClient(client *http.Client) *ReadVulnerabilitiesByImageCountParams
NewReadVulnerabilitiesByImageCountParamsWithHTTPClient creates a new ReadVulnerabilitiesByImageCountParams object with the ability to set a custom HTTPClient for a request.
func NewReadVulnerabilitiesByImageCountParamsWithTimeout ¶
func NewReadVulnerabilitiesByImageCountParamsWithTimeout(timeout time.Duration) *ReadVulnerabilitiesByImageCountParams
NewReadVulnerabilitiesByImageCountParamsWithTimeout creates a new ReadVulnerabilitiesByImageCountParams object with the ability to set a timeout on a request.
func (*ReadVulnerabilitiesByImageCountParams) SetContext ¶
func (o *ReadVulnerabilitiesByImageCountParams) SetContext(ctx context.Context)
SetContext adds the context to the read vulnerabilities by image count params
func (*ReadVulnerabilitiesByImageCountParams) SetDefaults ¶
func (o *ReadVulnerabilitiesByImageCountParams) SetDefaults()
SetDefaults hydrates default values in the read vulnerabilities by image count params (not the query body).
All values with no default are reset to their zero value.
func (*ReadVulnerabilitiesByImageCountParams) SetFilter ¶
func (o *ReadVulnerabilitiesByImageCountParams) SetFilter(filter *string)
SetFilter adds the filter to the read vulnerabilities by image count params
func (*ReadVulnerabilitiesByImageCountParams) SetHTTPClient ¶
func (o *ReadVulnerabilitiesByImageCountParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the read vulnerabilities by image count params
func (*ReadVulnerabilitiesByImageCountParams) SetLimit ¶
func (o *ReadVulnerabilitiesByImageCountParams) SetLimit(limit *int64)
SetLimit adds the limit to the read vulnerabilities by image count params
func (*ReadVulnerabilitiesByImageCountParams) SetOffset ¶
func (o *ReadVulnerabilitiesByImageCountParams) SetOffset(offset *int64)
SetOffset adds the offset to the read vulnerabilities by image count params
func (*ReadVulnerabilitiesByImageCountParams) SetTimeout ¶
func (o *ReadVulnerabilitiesByImageCountParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the read vulnerabilities by image count params
func (*ReadVulnerabilitiesByImageCountParams) WithContext ¶
func (o *ReadVulnerabilitiesByImageCountParams) WithContext(ctx context.Context) *ReadVulnerabilitiesByImageCountParams
WithContext adds the context to the read vulnerabilities by image count params
func (*ReadVulnerabilitiesByImageCountParams) WithDefaults ¶
func (o *ReadVulnerabilitiesByImageCountParams) WithDefaults() *ReadVulnerabilitiesByImageCountParams
WithDefaults hydrates default values in the read vulnerabilities by image count params (not the query body).
All values with no default are reset to their zero value.
func (*ReadVulnerabilitiesByImageCountParams) WithFilter ¶
func (o *ReadVulnerabilitiesByImageCountParams) WithFilter(filter *string) *ReadVulnerabilitiesByImageCountParams
WithFilter adds the filter to the read vulnerabilities by image count params
func (*ReadVulnerabilitiesByImageCountParams) WithHTTPClient ¶
func (o *ReadVulnerabilitiesByImageCountParams) WithHTTPClient(client *http.Client) *ReadVulnerabilitiesByImageCountParams
WithHTTPClient adds the HTTPClient to the read vulnerabilities by image count params
func (*ReadVulnerabilitiesByImageCountParams) WithLimit ¶
func (o *ReadVulnerabilitiesByImageCountParams) WithLimit(limit *int64) *ReadVulnerabilitiesByImageCountParams
WithLimit adds the limit to the read vulnerabilities by image count params
func (*ReadVulnerabilitiesByImageCountParams) WithOffset ¶
func (o *ReadVulnerabilitiesByImageCountParams) WithOffset(offset *int64) *ReadVulnerabilitiesByImageCountParams
WithOffset adds the offset to the read vulnerabilities by image count params
func (*ReadVulnerabilitiesByImageCountParams) WithTimeout ¶
func (o *ReadVulnerabilitiesByImageCountParams) WithTimeout(timeout time.Duration) *ReadVulnerabilitiesByImageCountParams
WithTimeout adds the timeout to the read vulnerabilities by image count params
func (*ReadVulnerabilitiesByImageCountParams) WriteToRequest ¶
func (o *ReadVulnerabilitiesByImageCountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ReadVulnerabilitiesByImageCountReader ¶
type ReadVulnerabilitiesByImageCountReader struct {
// contains filtered or unexported fields
}
ReadVulnerabilitiesByImageCountReader is a Reader for the ReadVulnerabilitiesByImageCount structure.
func (*ReadVulnerabilitiesByImageCountReader) ReadResponse ¶
func (o *ReadVulnerabilitiesByImageCountReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ReadVulnerabilitiesByImageCountTooManyRequests ¶
type ReadVulnerabilitiesByImageCountTooManyRequests 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 }
ReadVulnerabilitiesByImageCountTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewReadVulnerabilitiesByImageCountTooManyRequests ¶
func NewReadVulnerabilitiesByImageCountTooManyRequests() *ReadVulnerabilitiesByImageCountTooManyRequests
NewReadVulnerabilitiesByImageCountTooManyRequests creates a ReadVulnerabilitiesByImageCountTooManyRequests with default headers values
func (*ReadVulnerabilitiesByImageCountTooManyRequests) Code ¶
func (o *ReadVulnerabilitiesByImageCountTooManyRequests) Code() int
Code gets the status code for the read vulnerabilities by image count too many requests response
func (*ReadVulnerabilitiesByImageCountTooManyRequests) Error ¶
func (o *ReadVulnerabilitiesByImageCountTooManyRequests) Error() string
func (*ReadVulnerabilitiesByImageCountTooManyRequests) GetPayload ¶
func (o *ReadVulnerabilitiesByImageCountTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*ReadVulnerabilitiesByImageCountTooManyRequests) IsClientError ¶
func (o *ReadVulnerabilitiesByImageCountTooManyRequests) IsClientError() bool
IsClientError returns true when this read vulnerabilities by image count too many requests response has a 4xx status code
func (*ReadVulnerabilitiesByImageCountTooManyRequests) IsCode ¶
func (o *ReadVulnerabilitiesByImageCountTooManyRequests) IsCode(code int) bool
IsCode returns true when this read vulnerabilities by image count too many requests response a status code equal to that given
func (*ReadVulnerabilitiesByImageCountTooManyRequests) IsRedirect ¶
func (o *ReadVulnerabilitiesByImageCountTooManyRequests) IsRedirect() bool
IsRedirect returns true when this read vulnerabilities by image count too many requests response has a 3xx status code
func (*ReadVulnerabilitiesByImageCountTooManyRequests) IsServerError ¶
func (o *ReadVulnerabilitiesByImageCountTooManyRequests) IsServerError() bool
IsServerError returns true when this read vulnerabilities by image count too many requests response has a 5xx status code
func (*ReadVulnerabilitiesByImageCountTooManyRequests) IsSuccess ¶
func (o *ReadVulnerabilitiesByImageCountTooManyRequests) IsSuccess() bool
IsSuccess returns true when this read vulnerabilities by image count too many requests response has a 2xx status code
func (*ReadVulnerabilitiesByImageCountTooManyRequests) String ¶
func (o *ReadVulnerabilitiesByImageCountTooManyRequests) String() string
type ReadVulnerabilitiesPublicationDateForbidden ¶
type ReadVulnerabilitiesPublicationDateForbidden 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 }
ReadVulnerabilitiesPublicationDateForbidden describes a response with status code 403, with default header values.
Forbidden
func NewReadVulnerabilitiesPublicationDateForbidden ¶
func NewReadVulnerabilitiesPublicationDateForbidden() *ReadVulnerabilitiesPublicationDateForbidden
NewReadVulnerabilitiesPublicationDateForbidden creates a ReadVulnerabilitiesPublicationDateForbidden with default headers values
func (*ReadVulnerabilitiesPublicationDateForbidden) Code ¶
func (o *ReadVulnerabilitiesPublicationDateForbidden) Code() int
Code gets the status code for the read vulnerabilities publication date forbidden response
func (*ReadVulnerabilitiesPublicationDateForbidden) Error ¶
func (o *ReadVulnerabilitiesPublicationDateForbidden) Error() string
func (*ReadVulnerabilitiesPublicationDateForbidden) GetPayload ¶
func (o *ReadVulnerabilitiesPublicationDateForbidden) GetPayload() *models.MsaReplyMetaOnly
func (*ReadVulnerabilitiesPublicationDateForbidden) IsClientError ¶
func (o *ReadVulnerabilitiesPublicationDateForbidden) IsClientError() bool
IsClientError returns true when this read vulnerabilities publication date forbidden response has a 4xx status code
func (*ReadVulnerabilitiesPublicationDateForbidden) IsCode ¶
func (o *ReadVulnerabilitiesPublicationDateForbidden) IsCode(code int) bool
IsCode returns true when this read vulnerabilities publication date forbidden response a status code equal to that given
func (*ReadVulnerabilitiesPublicationDateForbidden) IsRedirect ¶
func (o *ReadVulnerabilitiesPublicationDateForbidden) IsRedirect() bool
IsRedirect returns true when this read vulnerabilities publication date forbidden response has a 3xx status code
func (*ReadVulnerabilitiesPublicationDateForbidden) IsServerError ¶
func (o *ReadVulnerabilitiesPublicationDateForbidden) IsServerError() bool
IsServerError returns true when this read vulnerabilities publication date forbidden response has a 5xx status code
func (*ReadVulnerabilitiesPublicationDateForbidden) IsSuccess ¶
func (o *ReadVulnerabilitiesPublicationDateForbidden) IsSuccess() bool
IsSuccess returns true when this read vulnerabilities publication date forbidden response has a 2xx status code
func (*ReadVulnerabilitiesPublicationDateForbidden) String ¶
func (o *ReadVulnerabilitiesPublicationDateForbidden) String() string
type ReadVulnerabilitiesPublicationDateInternalServerError ¶
type ReadVulnerabilitiesPublicationDateInternalServerError 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.CoreEntitiesResponse }
ReadVulnerabilitiesPublicationDateInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewReadVulnerabilitiesPublicationDateInternalServerError ¶
func NewReadVulnerabilitiesPublicationDateInternalServerError() *ReadVulnerabilitiesPublicationDateInternalServerError
NewReadVulnerabilitiesPublicationDateInternalServerError creates a ReadVulnerabilitiesPublicationDateInternalServerError with default headers values
func (*ReadVulnerabilitiesPublicationDateInternalServerError) Code ¶
func (o *ReadVulnerabilitiesPublicationDateInternalServerError) Code() int
Code gets the status code for the read vulnerabilities publication date internal server error response
func (*ReadVulnerabilitiesPublicationDateInternalServerError) Error ¶
func (o *ReadVulnerabilitiesPublicationDateInternalServerError) Error() string
func (*ReadVulnerabilitiesPublicationDateInternalServerError) GetPayload ¶
func (o *ReadVulnerabilitiesPublicationDateInternalServerError) GetPayload() *models.CoreEntitiesResponse
func (*ReadVulnerabilitiesPublicationDateInternalServerError) IsClientError ¶
func (o *ReadVulnerabilitiesPublicationDateInternalServerError) IsClientError() bool
IsClientError returns true when this read vulnerabilities publication date internal server error response has a 4xx status code
func (*ReadVulnerabilitiesPublicationDateInternalServerError) IsCode ¶
func (o *ReadVulnerabilitiesPublicationDateInternalServerError) IsCode(code int) bool
IsCode returns true when this read vulnerabilities publication date internal server error response a status code equal to that given
func (*ReadVulnerabilitiesPublicationDateInternalServerError) IsRedirect ¶
func (o *ReadVulnerabilitiesPublicationDateInternalServerError) IsRedirect() bool
IsRedirect returns true when this read vulnerabilities publication date internal server error response has a 3xx status code
func (*ReadVulnerabilitiesPublicationDateInternalServerError) IsServerError ¶
func (o *ReadVulnerabilitiesPublicationDateInternalServerError) IsServerError() bool
IsServerError returns true when this read vulnerabilities publication date internal server error response has a 5xx status code
func (*ReadVulnerabilitiesPublicationDateInternalServerError) IsSuccess ¶
func (o *ReadVulnerabilitiesPublicationDateInternalServerError) IsSuccess() bool
IsSuccess returns true when this read vulnerabilities publication date internal server error response has a 2xx status code
func (*ReadVulnerabilitiesPublicationDateInternalServerError) String ¶
func (o *ReadVulnerabilitiesPublicationDateInternalServerError) String() string
type ReadVulnerabilitiesPublicationDateOK ¶
type ReadVulnerabilitiesPublicationDateOK 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.VulnerabilitiesAPIVulnByPublication }
ReadVulnerabilitiesPublicationDateOK describes a response with status code 200, with default header values.
OK
func NewReadVulnerabilitiesPublicationDateOK ¶
func NewReadVulnerabilitiesPublicationDateOK() *ReadVulnerabilitiesPublicationDateOK
NewReadVulnerabilitiesPublicationDateOK creates a ReadVulnerabilitiesPublicationDateOK with default headers values
func (*ReadVulnerabilitiesPublicationDateOK) Code ¶
func (o *ReadVulnerabilitiesPublicationDateOK) Code() int
Code gets the status code for the read vulnerabilities publication date o k response
func (*ReadVulnerabilitiesPublicationDateOK) Error ¶
func (o *ReadVulnerabilitiesPublicationDateOK) Error() string
func (*ReadVulnerabilitiesPublicationDateOK) GetPayload ¶
func (o *ReadVulnerabilitiesPublicationDateOK) GetPayload() *models.VulnerabilitiesAPIVulnByPublication
func (*ReadVulnerabilitiesPublicationDateOK) IsClientError ¶
func (o *ReadVulnerabilitiesPublicationDateOK) IsClientError() bool
IsClientError returns true when this read vulnerabilities publication date o k response has a 4xx status code
func (*ReadVulnerabilitiesPublicationDateOK) IsCode ¶
func (o *ReadVulnerabilitiesPublicationDateOK) IsCode(code int) bool
IsCode returns true when this read vulnerabilities publication date o k response a status code equal to that given
func (*ReadVulnerabilitiesPublicationDateOK) IsRedirect ¶
func (o *ReadVulnerabilitiesPublicationDateOK) IsRedirect() bool
IsRedirect returns true when this read vulnerabilities publication date o k response has a 3xx status code
func (*ReadVulnerabilitiesPublicationDateOK) IsServerError ¶
func (o *ReadVulnerabilitiesPublicationDateOK) IsServerError() bool
IsServerError returns true when this read vulnerabilities publication date o k response has a 5xx status code
func (*ReadVulnerabilitiesPublicationDateOK) IsSuccess ¶
func (o *ReadVulnerabilitiesPublicationDateOK) IsSuccess() bool
IsSuccess returns true when this read vulnerabilities publication date o k response has a 2xx status code
func (*ReadVulnerabilitiesPublicationDateOK) String ¶
func (o *ReadVulnerabilitiesPublicationDateOK) String() string
type ReadVulnerabilitiesPublicationDateParams ¶
type ReadVulnerabilitiesPublicationDateParams struct { /* Filter. Filter vulnerabilities using a query in Falcon Query Language (FQL). Supported filters: cid,cve_id,registry,repository,tag */ Filter *string /* Limit. The upper-bound on the number of records to retrieve. */ Limit *int64 /* Offset. The offset from where to begin. */ Offset *int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ReadVulnerabilitiesPublicationDateParams contains all the parameters to send to the API endpoint
for the read vulnerabilities publication date operation. Typically these are written to a http.Request.
func NewReadVulnerabilitiesPublicationDateParams ¶
func NewReadVulnerabilitiesPublicationDateParams() *ReadVulnerabilitiesPublicationDateParams
NewReadVulnerabilitiesPublicationDateParams creates a new ReadVulnerabilitiesPublicationDateParams 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 NewReadVulnerabilitiesPublicationDateParamsWithContext ¶
func NewReadVulnerabilitiesPublicationDateParamsWithContext(ctx context.Context) *ReadVulnerabilitiesPublicationDateParams
NewReadVulnerabilitiesPublicationDateParamsWithContext creates a new ReadVulnerabilitiesPublicationDateParams object with the ability to set a context for a request.
func NewReadVulnerabilitiesPublicationDateParamsWithHTTPClient ¶
func NewReadVulnerabilitiesPublicationDateParamsWithHTTPClient(client *http.Client) *ReadVulnerabilitiesPublicationDateParams
NewReadVulnerabilitiesPublicationDateParamsWithHTTPClient creates a new ReadVulnerabilitiesPublicationDateParams object with the ability to set a custom HTTPClient for a request.
func NewReadVulnerabilitiesPublicationDateParamsWithTimeout ¶
func NewReadVulnerabilitiesPublicationDateParamsWithTimeout(timeout time.Duration) *ReadVulnerabilitiesPublicationDateParams
NewReadVulnerabilitiesPublicationDateParamsWithTimeout creates a new ReadVulnerabilitiesPublicationDateParams object with the ability to set a timeout on a request.
func (*ReadVulnerabilitiesPublicationDateParams) SetContext ¶
func (o *ReadVulnerabilitiesPublicationDateParams) SetContext(ctx context.Context)
SetContext adds the context to the read vulnerabilities publication date params
func (*ReadVulnerabilitiesPublicationDateParams) SetDefaults ¶
func (o *ReadVulnerabilitiesPublicationDateParams) SetDefaults()
SetDefaults hydrates default values in the read vulnerabilities publication date params (not the query body).
All values with no default are reset to their zero value.
func (*ReadVulnerabilitiesPublicationDateParams) SetFilter ¶
func (o *ReadVulnerabilitiesPublicationDateParams) SetFilter(filter *string)
SetFilter adds the filter to the read vulnerabilities publication date params
func (*ReadVulnerabilitiesPublicationDateParams) SetHTTPClient ¶
func (o *ReadVulnerabilitiesPublicationDateParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the read vulnerabilities publication date params
func (*ReadVulnerabilitiesPublicationDateParams) SetLimit ¶
func (o *ReadVulnerabilitiesPublicationDateParams) SetLimit(limit *int64)
SetLimit adds the limit to the read vulnerabilities publication date params
func (*ReadVulnerabilitiesPublicationDateParams) SetOffset ¶
func (o *ReadVulnerabilitiesPublicationDateParams) SetOffset(offset *int64)
SetOffset adds the offset to the read vulnerabilities publication date params
func (*ReadVulnerabilitiesPublicationDateParams) SetTimeout ¶
func (o *ReadVulnerabilitiesPublicationDateParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the read vulnerabilities publication date params
func (*ReadVulnerabilitiesPublicationDateParams) WithContext ¶
func (o *ReadVulnerabilitiesPublicationDateParams) WithContext(ctx context.Context) *ReadVulnerabilitiesPublicationDateParams
WithContext adds the context to the read vulnerabilities publication date params
func (*ReadVulnerabilitiesPublicationDateParams) WithDefaults ¶
func (o *ReadVulnerabilitiesPublicationDateParams) WithDefaults() *ReadVulnerabilitiesPublicationDateParams
WithDefaults hydrates default values in the read vulnerabilities publication date params (not the query body).
All values with no default are reset to their zero value.
func (*ReadVulnerabilitiesPublicationDateParams) WithFilter ¶
func (o *ReadVulnerabilitiesPublicationDateParams) WithFilter(filter *string) *ReadVulnerabilitiesPublicationDateParams
WithFilter adds the filter to the read vulnerabilities publication date params
func (*ReadVulnerabilitiesPublicationDateParams) WithHTTPClient ¶
func (o *ReadVulnerabilitiesPublicationDateParams) WithHTTPClient(client *http.Client) *ReadVulnerabilitiesPublicationDateParams
WithHTTPClient adds the HTTPClient to the read vulnerabilities publication date params
func (*ReadVulnerabilitiesPublicationDateParams) WithLimit ¶
func (o *ReadVulnerabilitiesPublicationDateParams) WithLimit(limit *int64) *ReadVulnerabilitiesPublicationDateParams
WithLimit adds the limit to the read vulnerabilities publication date params
func (*ReadVulnerabilitiesPublicationDateParams) WithOffset ¶
func (o *ReadVulnerabilitiesPublicationDateParams) WithOffset(offset *int64) *ReadVulnerabilitiesPublicationDateParams
WithOffset adds the offset to the read vulnerabilities publication date params
func (*ReadVulnerabilitiesPublicationDateParams) WithTimeout ¶
func (o *ReadVulnerabilitiesPublicationDateParams) WithTimeout(timeout time.Duration) *ReadVulnerabilitiesPublicationDateParams
WithTimeout adds the timeout to the read vulnerabilities publication date params
func (*ReadVulnerabilitiesPublicationDateParams) WriteToRequest ¶
func (o *ReadVulnerabilitiesPublicationDateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ReadVulnerabilitiesPublicationDateReader ¶
type ReadVulnerabilitiesPublicationDateReader struct {
// contains filtered or unexported fields
}
ReadVulnerabilitiesPublicationDateReader is a Reader for the ReadVulnerabilitiesPublicationDate structure.
func (*ReadVulnerabilitiesPublicationDateReader) ReadResponse ¶
func (o *ReadVulnerabilitiesPublicationDateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ReadVulnerabilitiesPublicationDateTooManyRequests ¶
type ReadVulnerabilitiesPublicationDateTooManyRequests 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 }
ReadVulnerabilitiesPublicationDateTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewReadVulnerabilitiesPublicationDateTooManyRequests ¶
func NewReadVulnerabilitiesPublicationDateTooManyRequests() *ReadVulnerabilitiesPublicationDateTooManyRequests
NewReadVulnerabilitiesPublicationDateTooManyRequests creates a ReadVulnerabilitiesPublicationDateTooManyRequests with default headers values
func (*ReadVulnerabilitiesPublicationDateTooManyRequests) Code ¶
func (o *ReadVulnerabilitiesPublicationDateTooManyRequests) Code() int
Code gets the status code for the read vulnerabilities publication date too many requests response
func (*ReadVulnerabilitiesPublicationDateTooManyRequests) Error ¶
func (o *ReadVulnerabilitiesPublicationDateTooManyRequests) Error() string
func (*ReadVulnerabilitiesPublicationDateTooManyRequests) GetPayload ¶
func (o *ReadVulnerabilitiesPublicationDateTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*ReadVulnerabilitiesPublicationDateTooManyRequests) IsClientError ¶
func (o *ReadVulnerabilitiesPublicationDateTooManyRequests) IsClientError() bool
IsClientError returns true when this read vulnerabilities publication date too many requests response has a 4xx status code
func (*ReadVulnerabilitiesPublicationDateTooManyRequests) IsCode ¶
func (o *ReadVulnerabilitiesPublicationDateTooManyRequests) IsCode(code int) bool
IsCode returns true when this read vulnerabilities publication date too many requests response a status code equal to that given
func (*ReadVulnerabilitiesPublicationDateTooManyRequests) IsRedirect ¶
func (o *ReadVulnerabilitiesPublicationDateTooManyRequests) IsRedirect() bool
IsRedirect returns true when this read vulnerabilities publication date too many requests response has a 3xx status code
func (*ReadVulnerabilitiesPublicationDateTooManyRequests) IsServerError ¶
func (o *ReadVulnerabilitiesPublicationDateTooManyRequests) IsServerError() bool
IsServerError returns true when this read vulnerabilities publication date too many requests response has a 5xx status code
func (*ReadVulnerabilitiesPublicationDateTooManyRequests) IsSuccess ¶
func (o *ReadVulnerabilitiesPublicationDateTooManyRequests) IsSuccess() bool
IsSuccess returns true when this read vulnerabilities publication date too many requests response has a 2xx status code
func (*ReadVulnerabilitiesPublicationDateTooManyRequests) String ¶
func (o *ReadVulnerabilitiesPublicationDateTooManyRequests) String() string
type ReadVulnerabilityCountByActivelyExploitedForbidden ¶
type ReadVulnerabilityCountByActivelyExploitedForbidden 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 }
ReadVulnerabilityCountByActivelyExploitedForbidden describes a response with status code 403, with default header values.
Forbidden
func NewReadVulnerabilityCountByActivelyExploitedForbidden ¶
func NewReadVulnerabilityCountByActivelyExploitedForbidden() *ReadVulnerabilityCountByActivelyExploitedForbidden
NewReadVulnerabilityCountByActivelyExploitedForbidden creates a ReadVulnerabilityCountByActivelyExploitedForbidden with default headers values
func (*ReadVulnerabilityCountByActivelyExploitedForbidden) Code ¶
func (o *ReadVulnerabilityCountByActivelyExploitedForbidden) Code() int
Code gets the status code for the read vulnerability count by actively exploited forbidden response
func (*ReadVulnerabilityCountByActivelyExploitedForbidden) Error ¶
func (o *ReadVulnerabilityCountByActivelyExploitedForbidden) Error() string
func (*ReadVulnerabilityCountByActivelyExploitedForbidden) GetPayload ¶
func (o *ReadVulnerabilityCountByActivelyExploitedForbidden) GetPayload() *models.MsaReplyMetaOnly
func (*ReadVulnerabilityCountByActivelyExploitedForbidden) IsClientError ¶
func (o *ReadVulnerabilityCountByActivelyExploitedForbidden) IsClientError() bool
IsClientError returns true when this read vulnerability count by actively exploited forbidden response has a 4xx status code
func (*ReadVulnerabilityCountByActivelyExploitedForbidden) IsCode ¶
func (o *ReadVulnerabilityCountByActivelyExploitedForbidden) IsCode(code int) bool
IsCode returns true when this read vulnerability count by actively exploited forbidden response a status code equal to that given
func (*ReadVulnerabilityCountByActivelyExploitedForbidden) IsRedirect ¶
func (o *ReadVulnerabilityCountByActivelyExploitedForbidden) IsRedirect() bool
IsRedirect returns true when this read vulnerability count by actively exploited forbidden response has a 3xx status code
func (*ReadVulnerabilityCountByActivelyExploitedForbidden) IsServerError ¶
func (o *ReadVulnerabilityCountByActivelyExploitedForbidden) IsServerError() bool
IsServerError returns true when this read vulnerability count by actively exploited forbidden response has a 5xx status code
func (*ReadVulnerabilityCountByActivelyExploitedForbidden) IsSuccess ¶
func (o *ReadVulnerabilityCountByActivelyExploitedForbidden) IsSuccess() bool
IsSuccess returns true when this read vulnerability count by actively exploited forbidden response has a 2xx status code
func (*ReadVulnerabilityCountByActivelyExploitedForbidden) String ¶
func (o *ReadVulnerabilityCountByActivelyExploitedForbidden) String() string
type ReadVulnerabilityCountByActivelyExploitedInternalServerError ¶
type ReadVulnerabilityCountByActivelyExploitedInternalServerError 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.CoreEntitiesResponse }
ReadVulnerabilityCountByActivelyExploitedInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewReadVulnerabilityCountByActivelyExploitedInternalServerError ¶
func NewReadVulnerabilityCountByActivelyExploitedInternalServerError() *ReadVulnerabilityCountByActivelyExploitedInternalServerError
NewReadVulnerabilityCountByActivelyExploitedInternalServerError creates a ReadVulnerabilityCountByActivelyExploitedInternalServerError with default headers values
func (*ReadVulnerabilityCountByActivelyExploitedInternalServerError) Code ¶
func (o *ReadVulnerabilityCountByActivelyExploitedInternalServerError) Code() int
Code gets the status code for the read vulnerability count by actively exploited internal server error response
func (*ReadVulnerabilityCountByActivelyExploitedInternalServerError) Error ¶
func (o *ReadVulnerabilityCountByActivelyExploitedInternalServerError) Error() string
func (*ReadVulnerabilityCountByActivelyExploitedInternalServerError) GetPayload ¶
func (o *ReadVulnerabilityCountByActivelyExploitedInternalServerError) GetPayload() *models.CoreEntitiesResponse
func (*ReadVulnerabilityCountByActivelyExploitedInternalServerError) IsClientError ¶
func (o *ReadVulnerabilityCountByActivelyExploitedInternalServerError) IsClientError() bool
IsClientError returns true when this read vulnerability count by actively exploited internal server error response has a 4xx status code
func (*ReadVulnerabilityCountByActivelyExploitedInternalServerError) IsCode ¶
func (o *ReadVulnerabilityCountByActivelyExploitedInternalServerError) IsCode(code int) bool
IsCode returns true when this read vulnerability count by actively exploited internal server error response a status code equal to that given
func (*ReadVulnerabilityCountByActivelyExploitedInternalServerError) IsRedirect ¶
func (o *ReadVulnerabilityCountByActivelyExploitedInternalServerError) IsRedirect() bool
IsRedirect returns true when this read vulnerability count by actively exploited internal server error response has a 3xx status code
func (*ReadVulnerabilityCountByActivelyExploitedInternalServerError) IsServerError ¶
func (o *ReadVulnerabilityCountByActivelyExploitedInternalServerError) IsServerError() bool
IsServerError returns true when this read vulnerability count by actively exploited internal server error response has a 5xx status code
func (*ReadVulnerabilityCountByActivelyExploitedInternalServerError) IsSuccess ¶
func (o *ReadVulnerabilityCountByActivelyExploitedInternalServerError) IsSuccess() bool
IsSuccess returns true when this read vulnerability count by actively exploited internal server error response has a 2xx status code
func (*ReadVulnerabilityCountByActivelyExploitedInternalServerError) String ¶
func (o *ReadVulnerabilityCountByActivelyExploitedInternalServerError) String() string
type ReadVulnerabilityCountByActivelyExploitedOK ¶
type ReadVulnerabilityCountByActivelyExploitedOK 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.VulnerabilitiesAPIVulnCountByActivelyExploited }
ReadVulnerabilityCountByActivelyExploitedOK describes a response with status code 200, with default header values.
OK
func NewReadVulnerabilityCountByActivelyExploitedOK ¶
func NewReadVulnerabilityCountByActivelyExploitedOK() *ReadVulnerabilityCountByActivelyExploitedOK
NewReadVulnerabilityCountByActivelyExploitedOK creates a ReadVulnerabilityCountByActivelyExploitedOK with default headers values
func (*ReadVulnerabilityCountByActivelyExploitedOK) Code ¶
func (o *ReadVulnerabilityCountByActivelyExploitedOK) Code() int
Code gets the status code for the read vulnerability count by actively exploited o k response
func (*ReadVulnerabilityCountByActivelyExploitedOK) Error ¶
func (o *ReadVulnerabilityCountByActivelyExploitedOK) Error() string
func (*ReadVulnerabilityCountByActivelyExploitedOK) GetPayload ¶
func (o *ReadVulnerabilityCountByActivelyExploitedOK) GetPayload() *models.VulnerabilitiesAPIVulnCountByActivelyExploited
func (*ReadVulnerabilityCountByActivelyExploitedOK) IsClientError ¶
func (o *ReadVulnerabilityCountByActivelyExploitedOK) IsClientError() bool
IsClientError returns true when this read vulnerability count by actively exploited o k response has a 4xx status code
func (*ReadVulnerabilityCountByActivelyExploitedOK) IsCode ¶
func (o *ReadVulnerabilityCountByActivelyExploitedOK) IsCode(code int) bool
IsCode returns true when this read vulnerability count by actively exploited o k response a status code equal to that given
func (*ReadVulnerabilityCountByActivelyExploitedOK) IsRedirect ¶
func (o *ReadVulnerabilityCountByActivelyExploitedOK) IsRedirect() bool
IsRedirect returns true when this read vulnerability count by actively exploited o k response has a 3xx status code
func (*ReadVulnerabilityCountByActivelyExploitedOK) IsServerError ¶
func (o *ReadVulnerabilityCountByActivelyExploitedOK) IsServerError() bool
IsServerError returns true when this read vulnerability count by actively exploited o k response has a 5xx status code
func (*ReadVulnerabilityCountByActivelyExploitedOK) IsSuccess ¶
func (o *ReadVulnerabilityCountByActivelyExploitedOK) IsSuccess() bool
IsSuccess returns true when this read vulnerability count by actively exploited o k response has a 2xx status code
func (*ReadVulnerabilityCountByActivelyExploitedOK) String ¶
func (o *ReadVulnerabilityCountByActivelyExploitedOK) String() string
type ReadVulnerabilityCountByActivelyExploitedParams ¶
type ReadVulnerabilityCountByActivelyExploitedParams struct { /* Filter. Filter vulnerabilities using a query in Falcon Query Language (FQL). Supported filters: base_os,cid,container_id,container_running_status,containers_impacted_range,cps_rating,cve_id,cvss_score,description,exploited_status,exploited_status_name,fix_status,image_digest,image_id,images_impacted_range,package_name_version,registry,repository,severity,tag */ Filter *string /* Limit. The upper-bound on the number of records to retrieve. */ Limit *int64 /* Offset. The offset from where to begin. */ Offset *int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ReadVulnerabilityCountByActivelyExploitedParams contains all the parameters to send to the API endpoint
for the read vulnerability count by actively exploited operation. Typically these are written to a http.Request.
func NewReadVulnerabilityCountByActivelyExploitedParams ¶
func NewReadVulnerabilityCountByActivelyExploitedParams() *ReadVulnerabilityCountByActivelyExploitedParams
NewReadVulnerabilityCountByActivelyExploitedParams creates a new ReadVulnerabilityCountByActivelyExploitedParams 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 NewReadVulnerabilityCountByActivelyExploitedParamsWithContext ¶
func NewReadVulnerabilityCountByActivelyExploitedParamsWithContext(ctx context.Context) *ReadVulnerabilityCountByActivelyExploitedParams
NewReadVulnerabilityCountByActivelyExploitedParamsWithContext creates a new ReadVulnerabilityCountByActivelyExploitedParams object with the ability to set a context for a request.
func NewReadVulnerabilityCountByActivelyExploitedParamsWithHTTPClient ¶
func NewReadVulnerabilityCountByActivelyExploitedParamsWithHTTPClient(client *http.Client) *ReadVulnerabilityCountByActivelyExploitedParams
NewReadVulnerabilityCountByActivelyExploitedParamsWithHTTPClient creates a new ReadVulnerabilityCountByActivelyExploitedParams object with the ability to set a custom HTTPClient for a request.
func NewReadVulnerabilityCountByActivelyExploitedParamsWithTimeout ¶
func NewReadVulnerabilityCountByActivelyExploitedParamsWithTimeout(timeout time.Duration) *ReadVulnerabilityCountByActivelyExploitedParams
NewReadVulnerabilityCountByActivelyExploitedParamsWithTimeout creates a new ReadVulnerabilityCountByActivelyExploitedParams object with the ability to set a timeout on a request.
func (*ReadVulnerabilityCountByActivelyExploitedParams) SetContext ¶
func (o *ReadVulnerabilityCountByActivelyExploitedParams) SetContext(ctx context.Context)
SetContext adds the context to the read vulnerability count by actively exploited params
func (*ReadVulnerabilityCountByActivelyExploitedParams) SetDefaults ¶
func (o *ReadVulnerabilityCountByActivelyExploitedParams) SetDefaults()
SetDefaults hydrates default values in the read vulnerability count by actively exploited params (not the query body).
All values with no default are reset to their zero value.
func (*ReadVulnerabilityCountByActivelyExploitedParams) SetFilter ¶
func (o *ReadVulnerabilityCountByActivelyExploitedParams) SetFilter(filter *string)
SetFilter adds the filter to the read vulnerability count by actively exploited params
func (*ReadVulnerabilityCountByActivelyExploitedParams) SetHTTPClient ¶
func (o *ReadVulnerabilityCountByActivelyExploitedParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the read vulnerability count by actively exploited params
func (*ReadVulnerabilityCountByActivelyExploitedParams) SetLimit ¶
func (o *ReadVulnerabilityCountByActivelyExploitedParams) SetLimit(limit *int64)
SetLimit adds the limit to the read vulnerability count by actively exploited params
func (*ReadVulnerabilityCountByActivelyExploitedParams) SetOffset ¶
func (o *ReadVulnerabilityCountByActivelyExploitedParams) SetOffset(offset *int64)
SetOffset adds the offset to the read vulnerability count by actively exploited params
func (*ReadVulnerabilityCountByActivelyExploitedParams) SetTimeout ¶
func (o *ReadVulnerabilityCountByActivelyExploitedParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the read vulnerability count by actively exploited params
func (*ReadVulnerabilityCountByActivelyExploitedParams) WithContext ¶
func (o *ReadVulnerabilityCountByActivelyExploitedParams) WithContext(ctx context.Context) *ReadVulnerabilityCountByActivelyExploitedParams
WithContext adds the context to the read vulnerability count by actively exploited params
func (*ReadVulnerabilityCountByActivelyExploitedParams) WithDefaults ¶
func (o *ReadVulnerabilityCountByActivelyExploitedParams) WithDefaults() *ReadVulnerabilityCountByActivelyExploitedParams
WithDefaults hydrates default values in the read vulnerability count by actively exploited params (not the query body).
All values with no default are reset to their zero value.
func (*ReadVulnerabilityCountByActivelyExploitedParams) WithFilter ¶
func (o *ReadVulnerabilityCountByActivelyExploitedParams) WithFilter(filter *string) *ReadVulnerabilityCountByActivelyExploitedParams
WithFilter adds the filter to the read vulnerability count by actively exploited params
func (*ReadVulnerabilityCountByActivelyExploitedParams) WithHTTPClient ¶
func (o *ReadVulnerabilityCountByActivelyExploitedParams) WithHTTPClient(client *http.Client) *ReadVulnerabilityCountByActivelyExploitedParams
WithHTTPClient adds the HTTPClient to the read vulnerability count by actively exploited params
func (*ReadVulnerabilityCountByActivelyExploitedParams) WithLimit ¶
func (o *ReadVulnerabilityCountByActivelyExploitedParams) WithLimit(limit *int64) *ReadVulnerabilityCountByActivelyExploitedParams
WithLimit adds the limit to the read vulnerability count by actively exploited params
func (*ReadVulnerabilityCountByActivelyExploitedParams) WithOffset ¶
func (o *ReadVulnerabilityCountByActivelyExploitedParams) WithOffset(offset *int64) *ReadVulnerabilityCountByActivelyExploitedParams
WithOffset adds the offset to the read vulnerability count by actively exploited params
func (*ReadVulnerabilityCountByActivelyExploitedParams) WithTimeout ¶
func (o *ReadVulnerabilityCountByActivelyExploitedParams) WithTimeout(timeout time.Duration) *ReadVulnerabilityCountByActivelyExploitedParams
WithTimeout adds the timeout to the read vulnerability count by actively exploited params
func (*ReadVulnerabilityCountByActivelyExploitedParams) WriteToRequest ¶
func (o *ReadVulnerabilityCountByActivelyExploitedParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ReadVulnerabilityCountByActivelyExploitedReader ¶
type ReadVulnerabilityCountByActivelyExploitedReader struct {
// contains filtered or unexported fields
}
ReadVulnerabilityCountByActivelyExploitedReader is a Reader for the ReadVulnerabilityCountByActivelyExploited structure.
func (*ReadVulnerabilityCountByActivelyExploitedReader) ReadResponse ¶
func (o *ReadVulnerabilityCountByActivelyExploitedReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ReadVulnerabilityCountByActivelyExploitedTooManyRequests ¶
type ReadVulnerabilityCountByActivelyExploitedTooManyRequests 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 }
ReadVulnerabilityCountByActivelyExploitedTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewReadVulnerabilityCountByActivelyExploitedTooManyRequests ¶
func NewReadVulnerabilityCountByActivelyExploitedTooManyRequests() *ReadVulnerabilityCountByActivelyExploitedTooManyRequests
NewReadVulnerabilityCountByActivelyExploitedTooManyRequests creates a ReadVulnerabilityCountByActivelyExploitedTooManyRequests with default headers values
func (*ReadVulnerabilityCountByActivelyExploitedTooManyRequests) Code ¶
func (o *ReadVulnerabilityCountByActivelyExploitedTooManyRequests) Code() int
Code gets the status code for the read vulnerability count by actively exploited too many requests response
func (*ReadVulnerabilityCountByActivelyExploitedTooManyRequests) Error ¶
func (o *ReadVulnerabilityCountByActivelyExploitedTooManyRequests) Error() string
func (*ReadVulnerabilityCountByActivelyExploitedTooManyRequests) GetPayload ¶
func (o *ReadVulnerabilityCountByActivelyExploitedTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*ReadVulnerabilityCountByActivelyExploitedTooManyRequests) IsClientError ¶
func (o *ReadVulnerabilityCountByActivelyExploitedTooManyRequests) IsClientError() bool
IsClientError returns true when this read vulnerability count by actively exploited too many requests response has a 4xx status code
func (*ReadVulnerabilityCountByActivelyExploitedTooManyRequests) IsCode ¶
func (o *ReadVulnerabilityCountByActivelyExploitedTooManyRequests) IsCode(code int) bool
IsCode returns true when this read vulnerability count by actively exploited too many requests response a status code equal to that given
func (*ReadVulnerabilityCountByActivelyExploitedTooManyRequests) IsRedirect ¶
func (o *ReadVulnerabilityCountByActivelyExploitedTooManyRequests) IsRedirect() bool
IsRedirect returns true when this read vulnerability count by actively exploited too many requests response has a 3xx status code
func (*ReadVulnerabilityCountByActivelyExploitedTooManyRequests) IsServerError ¶
func (o *ReadVulnerabilityCountByActivelyExploitedTooManyRequests) IsServerError() bool
IsServerError returns true when this read vulnerability count by actively exploited too many requests response has a 5xx status code
func (*ReadVulnerabilityCountByActivelyExploitedTooManyRequests) IsSuccess ¶
func (o *ReadVulnerabilityCountByActivelyExploitedTooManyRequests) IsSuccess() bool
IsSuccess returns true when this read vulnerability count by actively exploited too many requests response has a 2xx status code
func (*ReadVulnerabilityCountByActivelyExploitedTooManyRequests) String ¶
func (o *ReadVulnerabilityCountByActivelyExploitedTooManyRequests) String() string
type ReadVulnerabilityCountByCPSRatingForbidden ¶
type ReadVulnerabilityCountByCPSRatingForbidden 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 }
ReadVulnerabilityCountByCPSRatingForbidden describes a response with status code 403, with default header values.
Forbidden
func NewReadVulnerabilityCountByCPSRatingForbidden ¶
func NewReadVulnerabilityCountByCPSRatingForbidden() *ReadVulnerabilityCountByCPSRatingForbidden
NewReadVulnerabilityCountByCPSRatingForbidden creates a ReadVulnerabilityCountByCPSRatingForbidden with default headers values
func (*ReadVulnerabilityCountByCPSRatingForbidden) Code ¶
func (o *ReadVulnerabilityCountByCPSRatingForbidden) Code() int
Code gets the status code for the read vulnerability count by c p s rating forbidden response
func (*ReadVulnerabilityCountByCPSRatingForbidden) Error ¶
func (o *ReadVulnerabilityCountByCPSRatingForbidden) Error() string
func (*ReadVulnerabilityCountByCPSRatingForbidden) GetPayload ¶
func (o *ReadVulnerabilityCountByCPSRatingForbidden) GetPayload() *models.MsaReplyMetaOnly
func (*ReadVulnerabilityCountByCPSRatingForbidden) IsClientError ¶
func (o *ReadVulnerabilityCountByCPSRatingForbidden) IsClientError() bool
IsClientError returns true when this read vulnerability count by c p s rating forbidden response has a 4xx status code
func (*ReadVulnerabilityCountByCPSRatingForbidden) IsCode ¶
func (o *ReadVulnerabilityCountByCPSRatingForbidden) IsCode(code int) bool
IsCode returns true when this read vulnerability count by c p s rating forbidden response a status code equal to that given
func (*ReadVulnerabilityCountByCPSRatingForbidden) IsRedirect ¶
func (o *ReadVulnerabilityCountByCPSRatingForbidden) IsRedirect() bool
IsRedirect returns true when this read vulnerability count by c p s rating forbidden response has a 3xx status code
func (*ReadVulnerabilityCountByCPSRatingForbidden) IsServerError ¶
func (o *ReadVulnerabilityCountByCPSRatingForbidden) IsServerError() bool
IsServerError returns true when this read vulnerability count by c p s rating forbidden response has a 5xx status code
func (*ReadVulnerabilityCountByCPSRatingForbidden) IsSuccess ¶
func (o *ReadVulnerabilityCountByCPSRatingForbidden) IsSuccess() bool
IsSuccess returns true when this read vulnerability count by c p s rating forbidden response has a 2xx status code
func (*ReadVulnerabilityCountByCPSRatingForbidden) String ¶
func (o *ReadVulnerabilityCountByCPSRatingForbidden) String() string
type ReadVulnerabilityCountByCPSRatingInternalServerError ¶
type ReadVulnerabilityCountByCPSRatingInternalServerError 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.CoreEntitiesResponse }
ReadVulnerabilityCountByCPSRatingInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewReadVulnerabilityCountByCPSRatingInternalServerError ¶
func NewReadVulnerabilityCountByCPSRatingInternalServerError() *ReadVulnerabilityCountByCPSRatingInternalServerError
NewReadVulnerabilityCountByCPSRatingInternalServerError creates a ReadVulnerabilityCountByCPSRatingInternalServerError with default headers values
func (*ReadVulnerabilityCountByCPSRatingInternalServerError) Code ¶
func (o *ReadVulnerabilityCountByCPSRatingInternalServerError) Code() int
Code gets the status code for the read vulnerability count by c p s rating internal server error response
func (*ReadVulnerabilityCountByCPSRatingInternalServerError) Error ¶
func (o *ReadVulnerabilityCountByCPSRatingInternalServerError) Error() string
func (*ReadVulnerabilityCountByCPSRatingInternalServerError) GetPayload ¶
func (o *ReadVulnerabilityCountByCPSRatingInternalServerError) GetPayload() *models.CoreEntitiesResponse
func (*ReadVulnerabilityCountByCPSRatingInternalServerError) IsClientError ¶
func (o *ReadVulnerabilityCountByCPSRatingInternalServerError) IsClientError() bool
IsClientError returns true when this read vulnerability count by c p s rating internal server error response has a 4xx status code
func (*ReadVulnerabilityCountByCPSRatingInternalServerError) IsCode ¶
func (o *ReadVulnerabilityCountByCPSRatingInternalServerError) IsCode(code int) bool
IsCode returns true when this read vulnerability count by c p s rating internal server error response a status code equal to that given
func (*ReadVulnerabilityCountByCPSRatingInternalServerError) IsRedirect ¶
func (o *ReadVulnerabilityCountByCPSRatingInternalServerError) IsRedirect() bool
IsRedirect returns true when this read vulnerability count by c p s rating internal server error response has a 3xx status code
func (*ReadVulnerabilityCountByCPSRatingInternalServerError) IsServerError ¶
func (o *ReadVulnerabilityCountByCPSRatingInternalServerError) IsServerError() bool
IsServerError returns true when this read vulnerability count by c p s rating internal server error response has a 5xx status code
func (*ReadVulnerabilityCountByCPSRatingInternalServerError) IsSuccess ¶
func (o *ReadVulnerabilityCountByCPSRatingInternalServerError) IsSuccess() bool
IsSuccess returns true when this read vulnerability count by c p s rating internal server error response has a 2xx status code
func (*ReadVulnerabilityCountByCPSRatingInternalServerError) String ¶
func (o *ReadVulnerabilityCountByCPSRatingInternalServerError) String() string
type ReadVulnerabilityCountByCPSRatingOK ¶
type ReadVulnerabilityCountByCPSRatingOK 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.VulnerabilitiesAPIVulnCountByCSPRating }
ReadVulnerabilityCountByCPSRatingOK describes a response with status code 200, with default header values.
OK
func NewReadVulnerabilityCountByCPSRatingOK ¶
func NewReadVulnerabilityCountByCPSRatingOK() *ReadVulnerabilityCountByCPSRatingOK
NewReadVulnerabilityCountByCPSRatingOK creates a ReadVulnerabilityCountByCPSRatingOK with default headers values
func (*ReadVulnerabilityCountByCPSRatingOK) Code ¶
func (o *ReadVulnerabilityCountByCPSRatingOK) Code() int
Code gets the status code for the read vulnerability count by c p s rating o k response
func (*ReadVulnerabilityCountByCPSRatingOK) Error ¶
func (o *ReadVulnerabilityCountByCPSRatingOK) Error() string
func (*ReadVulnerabilityCountByCPSRatingOK) GetPayload ¶
func (o *ReadVulnerabilityCountByCPSRatingOK) GetPayload() *models.VulnerabilitiesAPIVulnCountByCSPRating
func (*ReadVulnerabilityCountByCPSRatingOK) IsClientError ¶
func (o *ReadVulnerabilityCountByCPSRatingOK) IsClientError() bool
IsClientError returns true when this read vulnerability count by c p s rating o k response has a 4xx status code
func (*ReadVulnerabilityCountByCPSRatingOK) IsCode ¶
func (o *ReadVulnerabilityCountByCPSRatingOK) IsCode(code int) bool
IsCode returns true when this read vulnerability count by c p s rating o k response a status code equal to that given
func (*ReadVulnerabilityCountByCPSRatingOK) IsRedirect ¶
func (o *ReadVulnerabilityCountByCPSRatingOK) IsRedirect() bool
IsRedirect returns true when this read vulnerability count by c p s rating o k response has a 3xx status code
func (*ReadVulnerabilityCountByCPSRatingOK) IsServerError ¶
func (o *ReadVulnerabilityCountByCPSRatingOK) IsServerError() bool
IsServerError returns true when this read vulnerability count by c p s rating o k response has a 5xx status code
func (*ReadVulnerabilityCountByCPSRatingOK) IsSuccess ¶
func (o *ReadVulnerabilityCountByCPSRatingOK) IsSuccess() bool
IsSuccess returns true when this read vulnerability count by c p s rating o k response has a 2xx status code
func (*ReadVulnerabilityCountByCPSRatingOK) String ¶
func (o *ReadVulnerabilityCountByCPSRatingOK) String() string
type ReadVulnerabilityCountByCPSRatingParams ¶
type ReadVulnerabilityCountByCPSRatingParams struct { /* Filter. Filter vulnerabilities using a query in Falcon Query Language (FQL). Supported filters: base_os,cid,container_id,container_running_status,containers_impacted_range,cps_rating,cve_id,cvss_score,description,exploited_status,exploited_status_name,fix_status,image_digest,image_id,images_impacted_range,package_name_version,registry,repository,severity,tag */ Filter *string /* Limit. The upper-bound on the number of records to retrieve. */ Limit *int64 /* Offset. The offset from where to begin. */ Offset *int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ReadVulnerabilityCountByCPSRatingParams contains all the parameters to send to the API endpoint
for the read vulnerability count by c p s rating operation. Typically these are written to a http.Request.
func NewReadVulnerabilityCountByCPSRatingParams ¶
func NewReadVulnerabilityCountByCPSRatingParams() *ReadVulnerabilityCountByCPSRatingParams
NewReadVulnerabilityCountByCPSRatingParams creates a new ReadVulnerabilityCountByCPSRatingParams 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 NewReadVulnerabilityCountByCPSRatingParamsWithContext ¶
func NewReadVulnerabilityCountByCPSRatingParamsWithContext(ctx context.Context) *ReadVulnerabilityCountByCPSRatingParams
NewReadVulnerabilityCountByCPSRatingParamsWithContext creates a new ReadVulnerabilityCountByCPSRatingParams object with the ability to set a context for a request.
func NewReadVulnerabilityCountByCPSRatingParamsWithHTTPClient ¶
func NewReadVulnerabilityCountByCPSRatingParamsWithHTTPClient(client *http.Client) *ReadVulnerabilityCountByCPSRatingParams
NewReadVulnerabilityCountByCPSRatingParamsWithHTTPClient creates a new ReadVulnerabilityCountByCPSRatingParams object with the ability to set a custom HTTPClient for a request.
func NewReadVulnerabilityCountByCPSRatingParamsWithTimeout ¶
func NewReadVulnerabilityCountByCPSRatingParamsWithTimeout(timeout time.Duration) *ReadVulnerabilityCountByCPSRatingParams
NewReadVulnerabilityCountByCPSRatingParamsWithTimeout creates a new ReadVulnerabilityCountByCPSRatingParams object with the ability to set a timeout on a request.
func (*ReadVulnerabilityCountByCPSRatingParams) SetContext ¶
func (o *ReadVulnerabilityCountByCPSRatingParams) SetContext(ctx context.Context)
SetContext adds the context to the read vulnerability count by c p s rating params
func (*ReadVulnerabilityCountByCPSRatingParams) SetDefaults ¶
func (o *ReadVulnerabilityCountByCPSRatingParams) SetDefaults()
SetDefaults hydrates default values in the read vulnerability count by c p s rating params (not the query body).
All values with no default are reset to their zero value.
func (*ReadVulnerabilityCountByCPSRatingParams) SetFilter ¶
func (o *ReadVulnerabilityCountByCPSRatingParams) SetFilter(filter *string)
SetFilter adds the filter to the read vulnerability count by c p s rating params
func (*ReadVulnerabilityCountByCPSRatingParams) SetHTTPClient ¶
func (o *ReadVulnerabilityCountByCPSRatingParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the read vulnerability count by c p s rating params
func (*ReadVulnerabilityCountByCPSRatingParams) SetLimit ¶
func (o *ReadVulnerabilityCountByCPSRatingParams) SetLimit(limit *int64)
SetLimit adds the limit to the read vulnerability count by c p s rating params
func (*ReadVulnerabilityCountByCPSRatingParams) SetOffset ¶
func (o *ReadVulnerabilityCountByCPSRatingParams) SetOffset(offset *int64)
SetOffset adds the offset to the read vulnerability count by c p s rating params
func (*ReadVulnerabilityCountByCPSRatingParams) SetTimeout ¶
func (o *ReadVulnerabilityCountByCPSRatingParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the read vulnerability count by c p s rating params
func (*ReadVulnerabilityCountByCPSRatingParams) WithContext ¶
func (o *ReadVulnerabilityCountByCPSRatingParams) WithContext(ctx context.Context) *ReadVulnerabilityCountByCPSRatingParams
WithContext adds the context to the read vulnerability count by c p s rating params
func (*ReadVulnerabilityCountByCPSRatingParams) WithDefaults ¶
func (o *ReadVulnerabilityCountByCPSRatingParams) WithDefaults() *ReadVulnerabilityCountByCPSRatingParams
WithDefaults hydrates default values in the read vulnerability count by c p s rating params (not the query body).
All values with no default are reset to their zero value.
func (*ReadVulnerabilityCountByCPSRatingParams) WithFilter ¶
func (o *ReadVulnerabilityCountByCPSRatingParams) WithFilter(filter *string) *ReadVulnerabilityCountByCPSRatingParams
WithFilter adds the filter to the read vulnerability count by c p s rating params
func (*ReadVulnerabilityCountByCPSRatingParams) WithHTTPClient ¶
func (o *ReadVulnerabilityCountByCPSRatingParams) WithHTTPClient(client *http.Client) *ReadVulnerabilityCountByCPSRatingParams
WithHTTPClient adds the HTTPClient to the read vulnerability count by c p s rating params
func (*ReadVulnerabilityCountByCPSRatingParams) WithLimit ¶
func (o *ReadVulnerabilityCountByCPSRatingParams) WithLimit(limit *int64) *ReadVulnerabilityCountByCPSRatingParams
WithLimit adds the limit to the read vulnerability count by c p s rating params
func (*ReadVulnerabilityCountByCPSRatingParams) WithOffset ¶
func (o *ReadVulnerabilityCountByCPSRatingParams) WithOffset(offset *int64) *ReadVulnerabilityCountByCPSRatingParams
WithOffset adds the offset to the read vulnerability count by c p s rating params
func (*ReadVulnerabilityCountByCPSRatingParams) WithTimeout ¶
func (o *ReadVulnerabilityCountByCPSRatingParams) WithTimeout(timeout time.Duration) *ReadVulnerabilityCountByCPSRatingParams
WithTimeout adds the timeout to the read vulnerability count by c p s rating params
func (*ReadVulnerabilityCountByCPSRatingParams) WriteToRequest ¶
func (o *ReadVulnerabilityCountByCPSRatingParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ReadVulnerabilityCountByCPSRatingReader ¶
type ReadVulnerabilityCountByCPSRatingReader struct {
// contains filtered or unexported fields
}
ReadVulnerabilityCountByCPSRatingReader is a Reader for the ReadVulnerabilityCountByCPSRating structure.
func (*ReadVulnerabilityCountByCPSRatingReader) ReadResponse ¶
func (o *ReadVulnerabilityCountByCPSRatingReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ReadVulnerabilityCountByCPSRatingTooManyRequests ¶
type ReadVulnerabilityCountByCPSRatingTooManyRequests 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 }
ReadVulnerabilityCountByCPSRatingTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewReadVulnerabilityCountByCPSRatingTooManyRequests ¶
func NewReadVulnerabilityCountByCPSRatingTooManyRequests() *ReadVulnerabilityCountByCPSRatingTooManyRequests
NewReadVulnerabilityCountByCPSRatingTooManyRequests creates a ReadVulnerabilityCountByCPSRatingTooManyRequests with default headers values
func (*ReadVulnerabilityCountByCPSRatingTooManyRequests) Code ¶
func (o *ReadVulnerabilityCountByCPSRatingTooManyRequests) Code() int
Code gets the status code for the read vulnerability count by c p s rating too many requests response
func (*ReadVulnerabilityCountByCPSRatingTooManyRequests) Error ¶
func (o *ReadVulnerabilityCountByCPSRatingTooManyRequests) Error() string
func (*ReadVulnerabilityCountByCPSRatingTooManyRequests) GetPayload ¶
func (o *ReadVulnerabilityCountByCPSRatingTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*ReadVulnerabilityCountByCPSRatingTooManyRequests) IsClientError ¶
func (o *ReadVulnerabilityCountByCPSRatingTooManyRequests) IsClientError() bool
IsClientError returns true when this read vulnerability count by c p s rating too many requests response has a 4xx status code
func (*ReadVulnerabilityCountByCPSRatingTooManyRequests) IsCode ¶
func (o *ReadVulnerabilityCountByCPSRatingTooManyRequests) IsCode(code int) bool
IsCode returns true when this read vulnerability count by c p s rating too many requests response a status code equal to that given
func (*ReadVulnerabilityCountByCPSRatingTooManyRequests) IsRedirect ¶
func (o *ReadVulnerabilityCountByCPSRatingTooManyRequests) IsRedirect() bool
IsRedirect returns true when this read vulnerability count by c p s rating too many requests response has a 3xx status code
func (*ReadVulnerabilityCountByCPSRatingTooManyRequests) IsServerError ¶
func (o *ReadVulnerabilityCountByCPSRatingTooManyRequests) IsServerError() bool
IsServerError returns true when this read vulnerability count by c p s rating too many requests response has a 5xx status code
func (*ReadVulnerabilityCountByCPSRatingTooManyRequests) IsSuccess ¶
func (o *ReadVulnerabilityCountByCPSRatingTooManyRequests) IsSuccess() bool
IsSuccess returns true when this read vulnerability count by c p s rating too many requests response has a 2xx status code
func (*ReadVulnerabilityCountByCPSRatingTooManyRequests) String ¶
func (o *ReadVulnerabilityCountByCPSRatingTooManyRequests) String() string
type ReadVulnerabilityCountByCVSSScoreForbidden ¶
type ReadVulnerabilityCountByCVSSScoreForbidden 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 }
ReadVulnerabilityCountByCVSSScoreForbidden describes a response with status code 403, with default header values.
Forbidden
func NewReadVulnerabilityCountByCVSSScoreForbidden ¶
func NewReadVulnerabilityCountByCVSSScoreForbidden() *ReadVulnerabilityCountByCVSSScoreForbidden
NewReadVulnerabilityCountByCVSSScoreForbidden creates a ReadVulnerabilityCountByCVSSScoreForbidden with default headers values
func (*ReadVulnerabilityCountByCVSSScoreForbidden) Code ¶
func (o *ReadVulnerabilityCountByCVSSScoreForbidden) Code() int
Code gets the status code for the read vulnerability count by c v s s score forbidden response
func (*ReadVulnerabilityCountByCVSSScoreForbidden) Error ¶
func (o *ReadVulnerabilityCountByCVSSScoreForbidden) Error() string
func (*ReadVulnerabilityCountByCVSSScoreForbidden) GetPayload ¶
func (o *ReadVulnerabilityCountByCVSSScoreForbidden) GetPayload() *models.MsaReplyMetaOnly
func (*ReadVulnerabilityCountByCVSSScoreForbidden) IsClientError ¶
func (o *ReadVulnerabilityCountByCVSSScoreForbidden) IsClientError() bool
IsClientError returns true when this read vulnerability count by c v s s score forbidden response has a 4xx status code
func (*ReadVulnerabilityCountByCVSSScoreForbidden) IsCode ¶
func (o *ReadVulnerabilityCountByCVSSScoreForbidden) IsCode(code int) bool
IsCode returns true when this read vulnerability count by c v s s score forbidden response a status code equal to that given
func (*ReadVulnerabilityCountByCVSSScoreForbidden) IsRedirect ¶
func (o *ReadVulnerabilityCountByCVSSScoreForbidden) IsRedirect() bool
IsRedirect returns true when this read vulnerability count by c v s s score forbidden response has a 3xx status code
func (*ReadVulnerabilityCountByCVSSScoreForbidden) IsServerError ¶
func (o *ReadVulnerabilityCountByCVSSScoreForbidden) IsServerError() bool
IsServerError returns true when this read vulnerability count by c v s s score forbidden response has a 5xx status code
func (*ReadVulnerabilityCountByCVSSScoreForbidden) IsSuccess ¶
func (o *ReadVulnerabilityCountByCVSSScoreForbidden) IsSuccess() bool
IsSuccess returns true when this read vulnerability count by c v s s score forbidden response has a 2xx status code
func (*ReadVulnerabilityCountByCVSSScoreForbidden) String ¶
func (o *ReadVulnerabilityCountByCVSSScoreForbidden) String() string
type ReadVulnerabilityCountByCVSSScoreInternalServerError ¶
type ReadVulnerabilityCountByCVSSScoreInternalServerError 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.CoreEntitiesResponse }
ReadVulnerabilityCountByCVSSScoreInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewReadVulnerabilityCountByCVSSScoreInternalServerError ¶
func NewReadVulnerabilityCountByCVSSScoreInternalServerError() *ReadVulnerabilityCountByCVSSScoreInternalServerError
NewReadVulnerabilityCountByCVSSScoreInternalServerError creates a ReadVulnerabilityCountByCVSSScoreInternalServerError with default headers values
func (*ReadVulnerabilityCountByCVSSScoreInternalServerError) Code ¶
func (o *ReadVulnerabilityCountByCVSSScoreInternalServerError) Code() int
Code gets the status code for the read vulnerability count by c v s s score internal server error response
func (*ReadVulnerabilityCountByCVSSScoreInternalServerError) Error ¶
func (o *ReadVulnerabilityCountByCVSSScoreInternalServerError) Error() string
func (*ReadVulnerabilityCountByCVSSScoreInternalServerError) GetPayload ¶
func (o *ReadVulnerabilityCountByCVSSScoreInternalServerError) GetPayload() *models.CoreEntitiesResponse
func (*ReadVulnerabilityCountByCVSSScoreInternalServerError) IsClientError ¶
func (o *ReadVulnerabilityCountByCVSSScoreInternalServerError) IsClientError() bool
IsClientError returns true when this read vulnerability count by c v s s score internal server error response has a 4xx status code
func (*ReadVulnerabilityCountByCVSSScoreInternalServerError) IsCode ¶
func (o *ReadVulnerabilityCountByCVSSScoreInternalServerError) IsCode(code int) bool
IsCode returns true when this read vulnerability count by c v s s score internal server error response a status code equal to that given
func (*ReadVulnerabilityCountByCVSSScoreInternalServerError) IsRedirect ¶
func (o *ReadVulnerabilityCountByCVSSScoreInternalServerError) IsRedirect() bool
IsRedirect returns true when this read vulnerability count by c v s s score internal server error response has a 3xx status code
func (*ReadVulnerabilityCountByCVSSScoreInternalServerError) IsServerError ¶
func (o *ReadVulnerabilityCountByCVSSScoreInternalServerError) IsServerError() bool
IsServerError returns true when this read vulnerability count by c v s s score internal server error response has a 5xx status code
func (*ReadVulnerabilityCountByCVSSScoreInternalServerError) IsSuccess ¶
func (o *ReadVulnerabilityCountByCVSSScoreInternalServerError) IsSuccess() bool
IsSuccess returns true when this read vulnerability count by c v s s score internal server error response has a 2xx status code
func (*ReadVulnerabilityCountByCVSSScoreInternalServerError) String ¶
func (o *ReadVulnerabilityCountByCVSSScoreInternalServerError) String() string
type ReadVulnerabilityCountByCVSSScoreOK ¶
type ReadVulnerabilityCountByCVSSScoreOK 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.VulnerabilitiesAPIVulnCountByCVSSScore }
ReadVulnerabilityCountByCVSSScoreOK describes a response with status code 200, with default header values.
OK
func NewReadVulnerabilityCountByCVSSScoreOK ¶
func NewReadVulnerabilityCountByCVSSScoreOK() *ReadVulnerabilityCountByCVSSScoreOK
NewReadVulnerabilityCountByCVSSScoreOK creates a ReadVulnerabilityCountByCVSSScoreOK with default headers values
func (*ReadVulnerabilityCountByCVSSScoreOK) Code ¶
func (o *ReadVulnerabilityCountByCVSSScoreOK) Code() int
Code gets the status code for the read vulnerability count by c v s s score o k response
func (*ReadVulnerabilityCountByCVSSScoreOK) Error ¶
func (o *ReadVulnerabilityCountByCVSSScoreOK) Error() string
func (*ReadVulnerabilityCountByCVSSScoreOK) GetPayload ¶
func (o *ReadVulnerabilityCountByCVSSScoreOK) GetPayload() *models.VulnerabilitiesAPIVulnCountByCVSSScore
func (*ReadVulnerabilityCountByCVSSScoreOK) IsClientError ¶
func (o *ReadVulnerabilityCountByCVSSScoreOK) IsClientError() bool
IsClientError returns true when this read vulnerability count by c v s s score o k response has a 4xx status code
func (*ReadVulnerabilityCountByCVSSScoreOK) IsCode ¶
func (o *ReadVulnerabilityCountByCVSSScoreOK) IsCode(code int) bool
IsCode returns true when this read vulnerability count by c v s s score o k response a status code equal to that given
func (*ReadVulnerabilityCountByCVSSScoreOK) IsRedirect ¶
func (o *ReadVulnerabilityCountByCVSSScoreOK) IsRedirect() bool
IsRedirect returns true when this read vulnerability count by c v s s score o k response has a 3xx status code
func (*ReadVulnerabilityCountByCVSSScoreOK) IsServerError ¶
func (o *ReadVulnerabilityCountByCVSSScoreOK) IsServerError() bool
IsServerError returns true when this read vulnerability count by c v s s score o k response has a 5xx status code
func (*ReadVulnerabilityCountByCVSSScoreOK) IsSuccess ¶
func (o *ReadVulnerabilityCountByCVSSScoreOK) IsSuccess() bool
IsSuccess returns true when this read vulnerability count by c v s s score o k response has a 2xx status code
func (*ReadVulnerabilityCountByCVSSScoreOK) String ¶
func (o *ReadVulnerabilityCountByCVSSScoreOK) String() string
type ReadVulnerabilityCountByCVSSScoreParams ¶
type ReadVulnerabilityCountByCVSSScoreParams struct { /* Filter. Filter vulnerabilities using a query in Falcon Query Language (FQL). Supported filters: base_os,cid,container_id,container_running_status,containers_impacted_range,cps_rating,cve_id,cvss_score,description,exploited_status,exploited_status_name,fix_status,image_digest,image_id,images_impacted_range,package_name_version,registry,repository,severity,tag */ Filter *string /* Limit. The upper-bound on the number of records to retrieve. */ Limit *int64 /* Offset. The offset from where to begin. */ Offset *int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ReadVulnerabilityCountByCVSSScoreParams contains all the parameters to send to the API endpoint
for the read vulnerability count by c v s s score operation. Typically these are written to a http.Request.
func NewReadVulnerabilityCountByCVSSScoreParams ¶
func NewReadVulnerabilityCountByCVSSScoreParams() *ReadVulnerabilityCountByCVSSScoreParams
NewReadVulnerabilityCountByCVSSScoreParams creates a new ReadVulnerabilityCountByCVSSScoreParams 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 NewReadVulnerabilityCountByCVSSScoreParamsWithContext ¶
func NewReadVulnerabilityCountByCVSSScoreParamsWithContext(ctx context.Context) *ReadVulnerabilityCountByCVSSScoreParams
NewReadVulnerabilityCountByCVSSScoreParamsWithContext creates a new ReadVulnerabilityCountByCVSSScoreParams object with the ability to set a context for a request.
func NewReadVulnerabilityCountByCVSSScoreParamsWithHTTPClient ¶
func NewReadVulnerabilityCountByCVSSScoreParamsWithHTTPClient(client *http.Client) *ReadVulnerabilityCountByCVSSScoreParams
NewReadVulnerabilityCountByCVSSScoreParamsWithHTTPClient creates a new ReadVulnerabilityCountByCVSSScoreParams object with the ability to set a custom HTTPClient for a request.
func NewReadVulnerabilityCountByCVSSScoreParamsWithTimeout ¶
func NewReadVulnerabilityCountByCVSSScoreParamsWithTimeout(timeout time.Duration) *ReadVulnerabilityCountByCVSSScoreParams
NewReadVulnerabilityCountByCVSSScoreParamsWithTimeout creates a new ReadVulnerabilityCountByCVSSScoreParams object with the ability to set a timeout on a request.
func (*ReadVulnerabilityCountByCVSSScoreParams) SetContext ¶
func (o *ReadVulnerabilityCountByCVSSScoreParams) SetContext(ctx context.Context)
SetContext adds the context to the read vulnerability count by c v s s score params
func (*ReadVulnerabilityCountByCVSSScoreParams) SetDefaults ¶
func (o *ReadVulnerabilityCountByCVSSScoreParams) SetDefaults()
SetDefaults hydrates default values in the read vulnerability count by c v s s score params (not the query body).
All values with no default are reset to their zero value.
func (*ReadVulnerabilityCountByCVSSScoreParams) SetFilter ¶
func (o *ReadVulnerabilityCountByCVSSScoreParams) SetFilter(filter *string)
SetFilter adds the filter to the read vulnerability count by c v s s score params
func (*ReadVulnerabilityCountByCVSSScoreParams) SetHTTPClient ¶
func (o *ReadVulnerabilityCountByCVSSScoreParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the read vulnerability count by c v s s score params
func (*ReadVulnerabilityCountByCVSSScoreParams) SetLimit ¶
func (o *ReadVulnerabilityCountByCVSSScoreParams) SetLimit(limit *int64)
SetLimit adds the limit to the read vulnerability count by c v s s score params
func (*ReadVulnerabilityCountByCVSSScoreParams) SetOffset ¶
func (o *ReadVulnerabilityCountByCVSSScoreParams) SetOffset(offset *int64)
SetOffset adds the offset to the read vulnerability count by c v s s score params
func (*ReadVulnerabilityCountByCVSSScoreParams) SetTimeout ¶
func (o *ReadVulnerabilityCountByCVSSScoreParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the read vulnerability count by c v s s score params
func (*ReadVulnerabilityCountByCVSSScoreParams) WithContext ¶
func (o *ReadVulnerabilityCountByCVSSScoreParams) WithContext(ctx context.Context) *ReadVulnerabilityCountByCVSSScoreParams
WithContext adds the context to the read vulnerability count by c v s s score params
func (*ReadVulnerabilityCountByCVSSScoreParams) WithDefaults ¶
func (o *ReadVulnerabilityCountByCVSSScoreParams) WithDefaults() *ReadVulnerabilityCountByCVSSScoreParams
WithDefaults hydrates default values in the read vulnerability count by c v s s score params (not the query body).
All values with no default are reset to their zero value.
func (*ReadVulnerabilityCountByCVSSScoreParams) WithFilter ¶
func (o *ReadVulnerabilityCountByCVSSScoreParams) WithFilter(filter *string) *ReadVulnerabilityCountByCVSSScoreParams
WithFilter adds the filter to the read vulnerability count by c v s s score params
func (*ReadVulnerabilityCountByCVSSScoreParams) WithHTTPClient ¶
func (o *ReadVulnerabilityCountByCVSSScoreParams) WithHTTPClient(client *http.Client) *ReadVulnerabilityCountByCVSSScoreParams
WithHTTPClient adds the HTTPClient to the read vulnerability count by c v s s score params
func (*ReadVulnerabilityCountByCVSSScoreParams) WithLimit ¶
func (o *ReadVulnerabilityCountByCVSSScoreParams) WithLimit(limit *int64) *ReadVulnerabilityCountByCVSSScoreParams
WithLimit adds the limit to the read vulnerability count by c v s s score params
func (*ReadVulnerabilityCountByCVSSScoreParams) WithOffset ¶
func (o *ReadVulnerabilityCountByCVSSScoreParams) WithOffset(offset *int64) *ReadVulnerabilityCountByCVSSScoreParams
WithOffset adds the offset to the read vulnerability count by c v s s score params
func (*ReadVulnerabilityCountByCVSSScoreParams) WithTimeout ¶
func (o *ReadVulnerabilityCountByCVSSScoreParams) WithTimeout(timeout time.Duration) *ReadVulnerabilityCountByCVSSScoreParams
WithTimeout adds the timeout to the read vulnerability count by c v s s score params
func (*ReadVulnerabilityCountByCVSSScoreParams) WriteToRequest ¶
func (o *ReadVulnerabilityCountByCVSSScoreParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ReadVulnerabilityCountByCVSSScoreReader ¶
type ReadVulnerabilityCountByCVSSScoreReader struct {
// contains filtered or unexported fields
}
ReadVulnerabilityCountByCVSSScoreReader is a Reader for the ReadVulnerabilityCountByCVSSScore structure.
func (*ReadVulnerabilityCountByCVSSScoreReader) ReadResponse ¶
func (o *ReadVulnerabilityCountByCVSSScoreReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ReadVulnerabilityCountByCVSSScoreTooManyRequests ¶
type ReadVulnerabilityCountByCVSSScoreTooManyRequests 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 }
ReadVulnerabilityCountByCVSSScoreTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewReadVulnerabilityCountByCVSSScoreTooManyRequests ¶
func NewReadVulnerabilityCountByCVSSScoreTooManyRequests() *ReadVulnerabilityCountByCVSSScoreTooManyRequests
NewReadVulnerabilityCountByCVSSScoreTooManyRequests creates a ReadVulnerabilityCountByCVSSScoreTooManyRequests with default headers values
func (*ReadVulnerabilityCountByCVSSScoreTooManyRequests) Code ¶
func (o *ReadVulnerabilityCountByCVSSScoreTooManyRequests) Code() int
Code gets the status code for the read vulnerability count by c v s s score too many requests response
func (*ReadVulnerabilityCountByCVSSScoreTooManyRequests) Error ¶
func (o *ReadVulnerabilityCountByCVSSScoreTooManyRequests) Error() string
func (*ReadVulnerabilityCountByCVSSScoreTooManyRequests) GetPayload ¶
func (o *ReadVulnerabilityCountByCVSSScoreTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*ReadVulnerabilityCountByCVSSScoreTooManyRequests) IsClientError ¶
func (o *ReadVulnerabilityCountByCVSSScoreTooManyRequests) IsClientError() bool
IsClientError returns true when this read vulnerability count by c v s s score too many requests response has a 4xx status code
func (*ReadVulnerabilityCountByCVSSScoreTooManyRequests) IsCode ¶
func (o *ReadVulnerabilityCountByCVSSScoreTooManyRequests) IsCode(code int) bool
IsCode returns true when this read vulnerability count by c v s s score too many requests response a status code equal to that given
func (*ReadVulnerabilityCountByCVSSScoreTooManyRequests) IsRedirect ¶
func (o *ReadVulnerabilityCountByCVSSScoreTooManyRequests) IsRedirect() bool
IsRedirect returns true when this read vulnerability count by c v s s score too many requests response has a 3xx status code
func (*ReadVulnerabilityCountByCVSSScoreTooManyRequests) IsServerError ¶
func (o *ReadVulnerabilityCountByCVSSScoreTooManyRequests) IsServerError() bool
IsServerError returns true when this read vulnerability count by c v s s score too many requests response has a 5xx status code
func (*ReadVulnerabilityCountByCVSSScoreTooManyRequests) IsSuccess ¶
func (o *ReadVulnerabilityCountByCVSSScoreTooManyRequests) IsSuccess() bool
IsSuccess returns true when this read vulnerability count by c v s s score too many requests response has a 2xx status code
func (*ReadVulnerabilityCountByCVSSScoreTooManyRequests) String ¶
func (o *ReadVulnerabilityCountByCVSSScoreTooManyRequests) String() string
type ReadVulnerabilityCountBySeverityForbidden ¶
type ReadVulnerabilityCountBySeverityForbidden 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 }
ReadVulnerabilityCountBySeverityForbidden describes a response with status code 403, with default header values.
Forbidden
func NewReadVulnerabilityCountBySeverityForbidden ¶
func NewReadVulnerabilityCountBySeverityForbidden() *ReadVulnerabilityCountBySeverityForbidden
NewReadVulnerabilityCountBySeverityForbidden creates a ReadVulnerabilityCountBySeverityForbidden with default headers values
func (*ReadVulnerabilityCountBySeverityForbidden) Code ¶
func (o *ReadVulnerabilityCountBySeverityForbidden) Code() int
Code gets the status code for the read vulnerability count by severity forbidden response
func (*ReadVulnerabilityCountBySeverityForbidden) Error ¶
func (o *ReadVulnerabilityCountBySeverityForbidden) Error() string
func (*ReadVulnerabilityCountBySeverityForbidden) GetPayload ¶
func (o *ReadVulnerabilityCountBySeverityForbidden) GetPayload() *models.MsaReplyMetaOnly
func (*ReadVulnerabilityCountBySeverityForbidden) IsClientError ¶
func (o *ReadVulnerabilityCountBySeverityForbidden) IsClientError() bool
IsClientError returns true when this read vulnerability count by severity forbidden response has a 4xx status code
func (*ReadVulnerabilityCountBySeverityForbidden) IsCode ¶
func (o *ReadVulnerabilityCountBySeverityForbidden) IsCode(code int) bool
IsCode returns true when this read vulnerability count by severity forbidden response a status code equal to that given
func (*ReadVulnerabilityCountBySeverityForbidden) IsRedirect ¶
func (o *ReadVulnerabilityCountBySeverityForbidden) IsRedirect() bool
IsRedirect returns true when this read vulnerability count by severity forbidden response has a 3xx status code
func (*ReadVulnerabilityCountBySeverityForbidden) IsServerError ¶
func (o *ReadVulnerabilityCountBySeverityForbidden) IsServerError() bool
IsServerError returns true when this read vulnerability count by severity forbidden response has a 5xx status code
func (*ReadVulnerabilityCountBySeverityForbidden) IsSuccess ¶
func (o *ReadVulnerabilityCountBySeverityForbidden) IsSuccess() bool
IsSuccess returns true when this read vulnerability count by severity forbidden response has a 2xx status code
func (*ReadVulnerabilityCountBySeverityForbidden) String ¶
func (o *ReadVulnerabilityCountBySeverityForbidden) String() string
type ReadVulnerabilityCountBySeverityInternalServerError ¶
type ReadVulnerabilityCountBySeverityInternalServerError 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.CoreEntitiesResponse }
ReadVulnerabilityCountBySeverityInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewReadVulnerabilityCountBySeverityInternalServerError ¶
func NewReadVulnerabilityCountBySeverityInternalServerError() *ReadVulnerabilityCountBySeverityInternalServerError
NewReadVulnerabilityCountBySeverityInternalServerError creates a ReadVulnerabilityCountBySeverityInternalServerError with default headers values
func (*ReadVulnerabilityCountBySeverityInternalServerError) Code ¶
func (o *ReadVulnerabilityCountBySeverityInternalServerError) Code() int
Code gets the status code for the read vulnerability count by severity internal server error response
func (*ReadVulnerabilityCountBySeverityInternalServerError) Error ¶
func (o *ReadVulnerabilityCountBySeverityInternalServerError) Error() string
func (*ReadVulnerabilityCountBySeverityInternalServerError) GetPayload ¶
func (o *ReadVulnerabilityCountBySeverityInternalServerError) GetPayload() *models.CoreEntitiesResponse
func (*ReadVulnerabilityCountBySeverityInternalServerError) IsClientError ¶
func (o *ReadVulnerabilityCountBySeverityInternalServerError) IsClientError() bool
IsClientError returns true when this read vulnerability count by severity internal server error response has a 4xx status code
func (*ReadVulnerabilityCountBySeverityInternalServerError) IsCode ¶
func (o *ReadVulnerabilityCountBySeverityInternalServerError) IsCode(code int) bool
IsCode returns true when this read vulnerability count by severity internal server error response a status code equal to that given
func (*ReadVulnerabilityCountBySeverityInternalServerError) IsRedirect ¶
func (o *ReadVulnerabilityCountBySeverityInternalServerError) IsRedirect() bool
IsRedirect returns true when this read vulnerability count by severity internal server error response has a 3xx status code
func (*ReadVulnerabilityCountBySeverityInternalServerError) IsServerError ¶
func (o *ReadVulnerabilityCountBySeverityInternalServerError) IsServerError() bool
IsServerError returns true when this read vulnerability count by severity internal server error response has a 5xx status code
func (*ReadVulnerabilityCountBySeverityInternalServerError) IsSuccess ¶
func (o *ReadVulnerabilityCountBySeverityInternalServerError) IsSuccess() bool
IsSuccess returns true when this read vulnerability count by severity internal server error response has a 2xx status code
func (*ReadVulnerabilityCountBySeverityInternalServerError) String ¶
func (o *ReadVulnerabilityCountBySeverityInternalServerError) String() string
type ReadVulnerabilityCountBySeverityOK ¶
type ReadVulnerabilityCountBySeverityOK 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.VulnerabilitiesAPIVulnCountBySeverity }
ReadVulnerabilityCountBySeverityOK describes a response with status code 200, with default header values.
OK
func NewReadVulnerabilityCountBySeverityOK ¶
func NewReadVulnerabilityCountBySeverityOK() *ReadVulnerabilityCountBySeverityOK
NewReadVulnerabilityCountBySeverityOK creates a ReadVulnerabilityCountBySeverityOK with default headers values
func (*ReadVulnerabilityCountBySeverityOK) Code ¶
func (o *ReadVulnerabilityCountBySeverityOK) Code() int
Code gets the status code for the read vulnerability count by severity o k response
func (*ReadVulnerabilityCountBySeverityOK) Error ¶
func (o *ReadVulnerabilityCountBySeverityOK) Error() string
func (*ReadVulnerabilityCountBySeverityOK) GetPayload ¶
func (o *ReadVulnerabilityCountBySeverityOK) GetPayload() *models.VulnerabilitiesAPIVulnCountBySeverity
func (*ReadVulnerabilityCountBySeverityOK) IsClientError ¶
func (o *ReadVulnerabilityCountBySeverityOK) IsClientError() bool
IsClientError returns true when this read vulnerability count by severity o k response has a 4xx status code
func (*ReadVulnerabilityCountBySeverityOK) IsCode ¶
func (o *ReadVulnerabilityCountBySeverityOK) IsCode(code int) bool
IsCode returns true when this read vulnerability count by severity o k response a status code equal to that given
func (*ReadVulnerabilityCountBySeverityOK) IsRedirect ¶
func (o *ReadVulnerabilityCountBySeverityOK) IsRedirect() bool
IsRedirect returns true when this read vulnerability count by severity o k response has a 3xx status code
func (*ReadVulnerabilityCountBySeverityOK) IsServerError ¶
func (o *ReadVulnerabilityCountBySeverityOK) IsServerError() bool
IsServerError returns true when this read vulnerability count by severity o k response has a 5xx status code
func (*ReadVulnerabilityCountBySeverityOK) IsSuccess ¶
func (o *ReadVulnerabilityCountBySeverityOK) IsSuccess() bool
IsSuccess returns true when this read vulnerability count by severity o k response has a 2xx status code
func (*ReadVulnerabilityCountBySeverityOK) String ¶
func (o *ReadVulnerabilityCountBySeverityOK) String() string
type ReadVulnerabilityCountBySeverityParams ¶
type ReadVulnerabilityCountBySeverityParams struct { /* Filter. Filter vulnerabilities using a query in Falcon Query Language (FQL). Supported filters: base_os,cid,container_id,container_running_status,containers_impacted_range,cps_rating,cve_id,cvss_score,description,exploited_status,exploited_status_name,fix_status,image_digest,image_id,images_impacted_range,package_name_version,registry,repository,severity,tag */ Filter *string /* Limit. The upper-bound on the number of records to retrieve. */ Limit *int64 /* Offset. The offset from where to begin. */ Offset *int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ReadVulnerabilityCountBySeverityParams contains all the parameters to send to the API endpoint
for the read vulnerability count by severity operation. Typically these are written to a http.Request.
func NewReadVulnerabilityCountBySeverityParams ¶
func NewReadVulnerabilityCountBySeverityParams() *ReadVulnerabilityCountBySeverityParams
NewReadVulnerabilityCountBySeverityParams creates a new ReadVulnerabilityCountBySeverityParams 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 NewReadVulnerabilityCountBySeverityParamsWithContext ¶
func NewReadVulnerabilityCountBySeverityParamsWithContext(ctx context.Context) *ReadVulnerabilityCountBySeverityParams
NewReadVulnerabilityCountBySeverityParamsWithContext creates a new ReadVulnerabilityCountBySeverityParams object with the ability to set a context for a request.
func NewReadVulnerabilityCountBySeverityParamsWithHTTPClient ¶
func NewReadVulnerabilityCountBySeverityParamsWithHTTPClient(client *http.Client) *ReadVulnerabilityCountBySeverityParams
NewReadVulnerabilityCountBySeverityParamsWithHTTPClient creates a new ReadVulnerabilityCountBySeverityParams object with the ability to set a custom HTTPClient for a request.
func NewReadVulnerabilityCountBySeverityParamsWithTimeout ¶
func NewReadVulnerabilityCountBySeverityParamsWithTimeout(timeout time.Duration) *ReadVulnerabilityCountBySeverityParams
NewReadVulnerabilityCountBySeverityParamsWithTimeout creates a new ReadVulnerabilityCountBySeverityParams object with the ability to set a timeout on a request.
func (*ReadVulnerabilityCountBySeverityParams) SetContext ¶
func (o *ReadVulnerabilityCountBySeverityParams) SetContext(ctx context.Context)
SetContext adds the context to the read vulnerability count by severity params
func (*ReadVulnerabilityCountBySeverityParams) SetDefaults ¶
func (o *ReadVulnerabilityCountBySeverityParams) SetDefaults()
SetDefaults hydrates default values in the read vulnerability count by severity params (not the query body).
All values with no default are reset to their zero value.
func (*ReadVulnerabilityCountBySeverityParams) SetFilter ¶
func (o *ReadVulnerabilityCountBySeverityParams) SetFilter(filter *string)
SetFilter adds the filter to the read vulnerability count by severity params
func (*ReadVulnerabilityCountBySeverityParams) SetHTTPClient ¶
func (o *ReadVulnerabilityCountBySeverityParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the read vulnerability count by severity params
func (*ReadVulnerabilityCountBySeverityParams) SetLimit ¶
func (o *ReadVulnerabilityCountBySeverityParams) SetLimit(limit *int64)
SetLimit adds the limit to the read vulnerability count by severity params
func (*ReadVulnerabilityCountBySeverityParams) SetOffset ¶
func (o *ReadVulnerabilityCountBySeverityParams) SetOffset(offset *int64)
SetOffset adds the offset to the read vulnerability count by severity params
func (*ReadVulnerabilityCountBySeverityParams) SetTimeout ¶
func (o *ReadVulnerabilityCountBySeverityParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the read vulnerability count by severity params
func (*ReadVulnerabilityCountBySeverityParams) WithContext ¶
func (o *ReadVulnerabilityCountBySeverityParams) WithContext(ctx context.Context) *ReadVulnerabilityCountBySeverityParams
WithContext adds the context to the read vulnerability count by severity params
func (*ReadVulnerabilityCountBySeverityParams) WithDefaults ¶
func (o *ReadVulnerabilityCountBySeverityParams) WithDefaults() *ReadVulnerabilityCountBySeverityParams
WithDefaults hydrates default values in the read vulnerability count by severity params (not the query body).
All values with no default are reset to their zero value.
func (*ReadVulnerabilityCountBySeverityParams) WithFilter ¶
func (o *ReadVulnerabilityCountBySeverityParams) WithFilter(filter *string) *ReadVulnerabilityCountBySeverityParams
WithFilter adds the filter to the read vulnerability count by severity params
func (*ReadVulnerabilityCountBySeverityParams) WithHTTPClient ¶
func (o *ReadVulnerabilityCountBySeverityParams) WithHTTPClient(client *http.Client) *ReadVulnerabilityCountBySeverityParams
WithHTTPClient adds the HTTPClient to the read vulnerability count by severity params
func (*ReadVulnerabilityCountBySeverityParams) WithLimit ¶
func (o *ReadVulnerabilityCountBySeverityParams) WithLimit(limit *int64) *ReadVulnerabilityCountBySeverityParams
WithLimit adds the limit to the read vulnerability count by severity params
func (*ReadVulnerabilityCountBySeverityParams) WithOffset ¶
func (o *ReadVulnerabilityCountBySeverityParams) WithOffset(offset *int64) *ReadVulnerabilityCountBySeverityParams
WithOffset adds the offset to the read vulnerability count by severity params
func (*ReadVulnerabilityCountBySeverityParams) WithTimeout ¶
func (o *ReadVulnerabilityCountBySeverityParams) WithTimeout(timeout time.Duration) *ReadVulnerabilityCountBySeverityParams
WithTimeout adds the timeout to the read vulnerability count by severity params
func (*ReadVulnerabilityCountBySeverityParams) WriteToRequest ¶
func (o *ReadVulnerabilityCountBySeverityParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ReadVulnerabilityCountBySeverityReader ¶
type ReadVulnerabilityCountBySeverityReader struct {
// contains filtered or unexported fields
}
ReadVulnerabilityCountBySeverityReader is a Reader for the ReadVulnerabilityCountBySeverity structure.
func (*ReadVulnerabilityCountBySeverityReader) ReadResponse ¶
func (o *ReadVulnerabilityCountBySeverityReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ReadVulnerabilityCountBySeverityTooManyRequests ¶
type ReadVulnerabilityCountBySeverityTooManyRequests 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 }
ReadVulnerabilityCountBySeverityTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewReadVulnerabilityCountBySeverityTooManyRequests ¶
func NewReadVulnerabilityCountBySeverityTooManyRequests() *ReadVulnerabilityCountBySeverityTooManyRequests
NewReadVulnerabilityCountBySeverityTooManyRequests creates a ReadVulnerabilityCountBySeverityTooManyRequests with default headers values
func (*ReadVulnerabilityCountBySeverityTooManyRequests) Code ¶
func (o *ReadVulnerabilityCountBySeverityTooManyRequests) Code() int
Code gets the status code for the read vulnerability count by severity too many requests response
func (*ReadVulnerabilityCountBySeverityTooManyRequests) Error ¶
func (o *ReadVulnerabilityCountBySeverityTooManyRequests) Error() string
func (*ReadVulnerabilityCountBySeverityTooManyRequests) GetPayload ¶
func (o *ReadVulnerabilityCountBySeverityTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*ReadVulnerabilityCountBySeverityTooManyRequests) IsClientError ¶
func (o *ReadVulnerabilityCountBySeverityTooManyRequests) IsClientError() bool
IsClientError returns true when this read vulnerability count by severity too many requests response has a 4xx status code
func (*ReadVulnerabilityCountBySeverityTooManyRequests) IsCode ¶
func (o *ReadVulnerabilityCountBySeverityTooManyRequests) IsCode(code int) bool
IsCode returns true when this read vulnerability count by severity too many requests response a status code equal to that given
func (*ReadVulnerabilityCountBySeverityTooManyRequests) IsRedirect ¶
func (o *ReadVulnerabilityCountBySeverityTooManyRequests) IsRedirect() bool
IsRedirect returns true when this read vulnerability count by severity too many requests response has a 3xx status code
func (*ReadVulnerabilityCountBySeverityTooManyRequests) IsServerError ¶
func (o *ReadVulnerabilityCountBySeverityTooManyRequests) IsServerError() bool
IsServerError returns true when this read vulnerability count by severity too many requests response has a 5xx status code
func (*ReadVulnerabilityCountBySeverityTooManyRequests) IsSuccess ¶
func (o *ReadVulnerabilityCountBySeverityTooManyRequests) IsSuccess() bool
IsSuccess returns true when this read vulnerability count by severity too many requests response has a 2xx status code
func (*ReadVulnerabilityCountBySeverityTooManyRequests) String ¶
func (o *ReadVulnerabilityCountBySeverityTooManyRequests) String() string
type ReadVulnerabilityCountForbidden ¶
type ReadVulnerabilityCountForbidden 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 }
ReadVulnerabilityCountForbidden describes a response with status code 403, with default header values.
Forbidden
func NewReadVulnerabilityCountForbidden ¶
func NewReadVulnerabilityCountForbidden() *ReadVulnerabilityCountForbidden
NewReadVulnerabilityCountForbidden creates a ReadVulnerabilityCountForbidden with default headers values
func (*ReadVulnerabilityCountForbidden) Code ¶
func (o *ReadVulnerabilityCountForbidden) Code() int
Code gets the status code for the read vulnerability count forbidden response
func (*ReadVulnerabilityCountForbidden) Error ¶
func (o *ReadVulnerabilityCountForbidden) Error() string
func (*ReadVulnerabilityCountForbidden) GetPayload ¶
func (o *ReadVulnerabilityCountForbidden) GetPayload() *models.MsaReplyMetaOnly
func (*ReadVulnerabilityCountForbidden) IsClientError ¶
func (o *ReadVulnerabilityCountForbidden) IsClientError() bool
IsClientError returns true when this read vulnerability count forbidden response has a 4xx status code
func (*ReadVulnerabilityCountForbidden) IsCode ¶
func (o *ReadVulnerabilityCountForbidden) IsCode(code int) bool
IsCode returns true when this read vulnerability count forbidden response a status code equal to that given
func (*ReadVulnerabilityCountForbidden) IsRedirect ¶
func (o *ReadVulnerabilityCountForbidden) IsRedirect() bool
IsRedirect returns true when this read vulnerability count forbidden response has a 3xx status code
func (*ReadVulnerabilityCountForbidden) IsServerError ¶
func (o *ReadVulnerabilityCountForbidden) IsServerError() bool
IsServerError returns true when this read vulnerability count forbidden response has a 5xx status code
func (*ReadVulnerabilityCountForbidden) IsSuccess ¶
func (o *ReadVulnerabilityCountForbidden) IsSuccess() bool
IsSuccess returns true when this read vulnerability count forbidden response has a 2xx status code
func (*ReadVulnerabilityCountForbidden) String ¶
func (o *ReadVulnerabilityCountForbidden) String() string
type ReadVulnerabilityCountInternalServerError ¶
type ReadVulnerabilityCountInternalServerError 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.CoreEntitiesResponse }
ReadVulnerabilityCountInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewReadVulnerabilityCountInternalServerError ¶
func NewReadVulnerabilityCountInternalServerError() *ReadVulnerabilityCountInternalServerError
NewReadVulnerabilityCountInternalServerError creates a ReadVulnerabilityCountInternalServerError with default headers values
func (*ReadVulnerabilityCountInternalServerError) Code ¶
func (o *ReadVulnerabilityCountInternalServerError) Code() int
Code gets the status code for the read vulnerability count internal server error response
func (*ReadVulnerabilityCountInternalServerError) Error ¶
func (o *ReadVulnerabilityCountInternalServerError) Error() string
func (*ReadVulnerabilityCountInternalServerError) GetPayload ¶
func (o *ReadVulnerabilityCountInternalServerError) GetPayload() *models.CoreEntitiesResponse
func (*ReadVulnerabilityCountInternalServerError) IsClientError ¶
func (o *ReadVulnerabilityCountInternalServerError) IsClientError() bool
IsClientError returns true when this read vulnerability count internal server error response has a 4xx status code
func (*ReadVulnerabilityCountInternalServerError) IsCode ¶
func (o *ReadVulnerabilityCountInternalServerError) IsCode(code int) bool
IsCode returns true when this read vulnerability count internal server error response a status code equal to that given
func (*ReadVulnerabilityCountInternalServerError) IsRedirect ¶
func (o *ReadVulnerabilityCountInternalServerError) IsRedirect() bool
IsRedirect returns true when this read vulnerability count internal server error response has a 3xx status code
func (*ReadVulnerabilityCountInternalServerError) IsServerError ¶
func (o *ReadVulnerabilityCountInternalServerError) IsServerError() bool
IsServerError returns true when this read vulnerability count internal server error response has a 5xx status code
func (*ReadVulnerabilityCountInternalServerError) IsSuccess ¶
func (o *ReadVulnerabilityCountInternalServerError) IsSuccess() bool
IsSuccess returns true when this read vulnerability count internal server error response has a 2xx status code
func (*ReadVulnerabilityCountInternalServerError) String ¶
func (o *ReadVulnerabilityCountInternalServerError) String() string
type ReadVulnerabilityCountOK ¶
type ReadVulnerabilityCountOK 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.VulnerabilitiesAPIVulnCount }
ReadVulnerabilityCountOK describes a response with status code 200, with default header values.
OK
func NewReadVulnerabilityCountOK ¶
func NewReadVulnerabilityCountOK() *ReadVulnerabilityCountOK
NewReadVulnerabilityCountOK creates a ReadVulnerabilityCountOK with default headers values
func (*ReadVulnerabilityCountOK) Code ¶
func (o *ReadVulnerabilityCountOK) Code() int
Code gets the status code for the read vulnerability count o k response
func (*ReadVulnerabilityCountOK) Error ¶
func (o *ReadVulnerabilityCountOK) Error() string
func (*ReadVulnerabilityCountOK) GetPayload ¶
func (o *ReadVulnerabilityCountOK) GetPayload() *models.VulnerabilitiesAPIVulnCount
func (*ReadVulnerabilityCountOK) IsClientError ¶
func (o *ReadVulnerabilityCountOK) IsClientError() bool
IsClientError returns true when this read vulnerability count o k response has a 4xx status code
func (*ReadVulnerabilityCountOK) IsCode ¶
func (o *ReadVulnerabilityCountOK) IsCode(code int) bool
IsCode returns true when this read vulnerability count o k response a status code equal to that given
func (*ReadVulnerabilityCountOK) IsRedirect ¶
func (o *ReadVulnerabilityCountOK) IsRedirect() bool
IsRedirect returns true when this read vulnerability count o k response has a 3xx status code
func (*ReadVulnerabilityCountOK) IsServerError ¶
func (o *ReadVulnerabilityCountOK) IsServerError() bool
IsServerError returns true when this read vulnerability count o k response has a 5xx status code
func (*ReadVulnerabilityCountOK) IsSuccess ¶
func (o *ReadVulnerabilityCountOK) IsSuccess() bool
IsSuccess returns true when this read vulnerability count o k response has a 2xx status code
func (*ReadVulnerabilityCountOK) String ¶
func (o *ReadVulnerabilityCountOK) String() string
type ReadVulnerabilityCountParams ¶
type ReadVulnerabilityCountParams struct { /* Filter. Filter vulnerabilities using a query in Falcon Query Language (FQL). Supported filters: base_os,cid,container_id,container_running_status,containers_impacted_range,cps_rating,cve_id,cvss_score,description,exploited_status,exploited_status_name,fix_status,image_digest,image_id,images_impacted_range,package_name_version,registry,repository,severity,tag */ Filter *string /* Limit. The upper-bound on the number of records to retrieve. */ Limit *int64 /* Offset. The offset from where to begin. */ Offset *int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ReadVulnerabilityCountParams contains all the parameters to send to the API endpoint
for the read vulnerability count operation. Typically these are written to a http.Request.
func NewReadVulnerabilityCountParams ¶
func NewReadVulnerabilityCountParams() *ReadVulnerabilityCountParams
NewReadVulnerabilityCountParams creates a new ReadVulnerabilityCountParams 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 NewReadVulnerabilityCountParamsWithContext ¶
func NewReadVulnerabilityCountParamsWithContext(ctx context.Context) *ReadVulnerabilityCountParams
NewReadVulnerabilityCountParamsWithContext creates a new ReadVulnerabilityCountParams object with the ability to set a context for a request.
func NewReadVulnerabilityCountParamsWithHTTPClient ¶
func NewReadVulnerabilityCountParamsWithHTTPClient(client *http.Client) *ReadVulnerabilityCountParams
NewReadVulnerabilityCountParamsWithHTTPClient creates a new ReadVulnerabilityCountParams object with the ability to set a custom HTTPClient for a request.
func NewReadVulnerabilityCountParamsWithTimeout ¶
func NewReadVulnerabilityCountParamsWithTimeout(timeout time.Duration) *ReadVulnerabilityCountParams
NewReadVulnerabilityCountParamsWithTimeout creates a new ReadVulnerabilityCountParams object with the ability to set a timeout on a request.
func (*ReadVulnerabilityCountParams) SetContext ¶
func (o *ReadVulnerabilityCountParams) SetContext(ctx context.Context)
SetContext adds the context to the read vulnerability count params
func (*ReadVulnerabilityCountParams) SetDefaults ¶
func (o *ReadVulnerabilityCountParams) SetDefaults()
SetDefaults hydrates default values in the read vulnerability count params (not the query body).
All values with no default are reset to their zero value.
func (*ReadVulnerabilityCountParams) SetFilter ¶
func (o *ReadVulnerabilityCountParams) SetFilter(filter *string)
SetFilter adds the filter to the read vulnerability count params
func (*ReadVulnerabilityCountParams) SetHTTPClient ¶
func (o *ReadVulnerabilityCountParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the read vulnerability count params
func (*ReadVulnerabilityCountParams) SetLimit ¶
func (o *ReadVulnerabilityCountParams) SetLimit(limit *int64)
SetLimit adds the limit to the read vulnerability count params
func (*ReadVulnerabilityCountParams) SetOffset ¶
func (o *ReadVulnerabilityCountParams) SetOffset(offset *int64)
SetOffset adds the offset to the read vulnerability count params
func (*ReadVulnerabilityCountParams) SetTimeout ¶
func (o *ReadVulnerabilityCountParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the read vulnerability count params
func (*ReadVulnerabilityCountParams) WithContext ¶
func (o *ReadVulnerabilityCountParams) WithContext(ctx context.Context) *ReadVulnerabilityCountParams
WithContext adds the context to the read vulnerability count params
func (*ReadVulnerabilityCountParams) WithDefaults ¶
func (o *ReadVulnerabilityCountParams) WithDefaults() *ReadVulnerabilityCountParams
WithDefaults hydrates default values in the read vulnerability count params (not the query body).
All values with no default are reset to their zero value.
func (*ReadVulnerabilityCountParams) WithFilter ¶
func (o *ReadVulnerabilityCountParams) WithFilter(filter *string) *ReadVulnerabilityCountParams
WithFilter adds the filter to the read vulnerability count params
func (*ReadVulnerabilityCountParams) WithHTTPClient ¶
func (o *ReadVulnerabilityCountParams) WithHTTPClient(client *http.Client) *ReadVulnerabilityCountParams
WithHTTPClient adds the HTTPClient to the read vulnerability count params
func (*ReadVulnerabilityCountParams) WithLimit ¶
func (o *ReadVulnerabilityCountParams) WithLimit(limit *int64) *ReadVulnerabilityCountParams
WithLimit adds the limit to the read vulnerability count params
func (*ReadVulnerabilityCountParams) WithOffset ¶
func (o *ReadVulnerabilityCountParams) WithOffset(offset *int64) *ReadVulnerabilityCountParams
WithOffset adds the offset to the read vulnerability count params
func (*ReadVulnerabilityCountParams) WithTimeout ¶
func (o *ReadVulnerabilityCountParams) WithTimeout(timeout time.Duration) *ReadVulnerabilityCountParams
WithTimeout adds the timeout to the read vulnerability count params
func (*ReadVulnerabilityCountParams) WriteToRequest ¶
func (o *ReadVulnerabilityCountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ReadVulnerabilityCountReader ¶
type ReadVulnerabilityCountReader struct {
// contains filtered or unexported fields
}
ReadVulnerabilityCountReader is a Reader for the ReadVulnerabilityCount structure.
func (*ReadVulnerabilityCountReader) ReadResponse ¶
func (o *ReadVulnerabilityCountReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ReadVulnerabilityCountTooManyRequests ¶
type ReadVulnerabilityCountTooManyRequests 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 }
ReadVulnerabilityCountTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewReadVulnerabilityCountTooManyRequests ¶
func NewReadVulnerabilityCountTooManyRequests() *ReadVulnerabilityCountTooManyRequests
NewReadVulnerabilityCountTooManyRequests creates a ReadVulnerabilityCountTooManyRequests with default headers values
func (*ReadVulnerabilityCountTooManyRequests) Code ¶
func (o *ReadVulnerabilityCountTooManyRequests) Code() int
Code gets the status code for the read vulnerability count too many requests response
func (*ReadVulnerabilityCountTooManyRequests) Error ¶
func (o *ReadVulnerabilityCountTooManyRequests) Error() string
func (*ReadVulnerabilityCountTooManyRequests) GetPayload ¶
func (o *ReadVulnerabilityCountTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*ReadVulnerabilityCountTooManyRequests) IsClientError ¶
func (o *ReadVulnerabilityCountTooManyRequests) IsClientError() bool
IsClientError returns true when this read vulnerability count too many requests response has a 4xx status code
func (*ReadVulnerabilityCountTooManyRequests) IsCode ¶
func (o *ReadVulnerabilityCountTooManyRequests) IsCode(code int) bool
IsCode returns true when this read vulnerability count too many requests response a status code equal to that given
func (*ReadVulnerabilityCountTooManyRequests) IsRedirect ¶
func (o *ReadVulnerabilityCountTooManyRequests) IsRedirect() bool
IsRedirect returns true when this read vulnerability count too many requests response has a 3xx status code
func (*ReadVulnerabilityCountTooManyRequests) IsServerError ¶
func (o *ReadVulnerabilityCountTooManyRequests) IsServerError() bool
IsServerError returns true when this read vulnerability count too many requests response has a 5xx status code
func (*ReadVulnerabilityCountTooManyRequests) IsSuccess ¶
func (o *ReadVulnerabilityCountTooManyRequests) IsSuccess() bool
IsSuccess returns true when this read vulnerability count too many requests response has a 2xx status code
func (*ReadVulnerabilityCountTooManyRequests) String ¶
func (o *ReadVulnerabilityCountTooManyRequests) String() string
Source Files ¶
- container_vulnerabilities_client.go
- read_combined_vulnerabilities_details_parameters.go
- read_combined_vulnerabilities_details_responses.go
- read_combined_vulnerabilities_info_parameters.go
- read_combined_vulnerabilities_info_responses.go
- read_combined_vulnerabilities_parameters.go
- read_combined_vulnerabilities_responses.go
- read_vulnerabilities_by_image_count_parameters.go
- read_vulnerabilities_by_image_count_responses.go
- read_vulnerabilities_publication_date_parameters.go
- read_vulnerabilities_publication_date_responses.go
- read_vulnerability_count_by_actively_exploited_parameters.go
- read_vulnerability_count_by_actively_exploited_responses.go
- read_vulnerability_count_by_c_p_s_rating_parameters.go
- read_vulnerability_count_by_c_p_s_rating_responses.go
- read_vulnerability_count_by_c_v_s_s_score_parameters.go
- read_vulnerability_count_by_c_v_s_s_score_responses.go
- read_vulnerability_count_by_severity_parameters.go
- read_vulnerability_count_by_severity_responses.go
- read_vulnerability_count_parameters.go
- read_vulnerability_count_responses.go