container_vulnerabilities

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Feb 27, 2024 License: MIT Imports: 11 Imported by: 0

Documentation

Index

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

Code gets the status code for the read combined vulnerabilities details forbidden response

func (*ReadCombinedVulnerabilitiesDetailsForbidden) Error

func (*ReadCombinedVulnerabilitiesDetailsForbidden) GetPayload

func (*ReadCombinedVulnerabilitiesDetailsForbidden) IsClientError

IsClientError returns true when this read combined vulnerabilities details forbidden response has a 4xx status code

func (*ReadCombinedVulnerabilitiesDetailsForbidden) IsCode

IsCode returns true when this read combined vulnerabilities details forbidden response a status code equal to that given

func (*ReadCombinedVulnerabilitiesDetailsForbidden) IsRedirect

IsRedirect returns true when this read combined vulnerabilities details forbidden response has a 3xx status code

func (*ReadCombinedVulnerabilitiesDetailsForbidden) IsServerError

IsServerError returns true when this read combined vulnerabilities details forbidden response has a 5xx status code

func (*ReadCombinedVulnerabilitiesDetailsForbidden) IsSuccess

IsSuccess returns true when this read combined vulnerabilities details forbidden response has a 2xx status code

func (*ReadCombinedVulnerabilitiesDetailsForbidden) 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

Code gets the status code for the read combined vulnerabilities details internal server error response

func (*ReadCombinedVulnerabilitiesDetailsInternalServerError) Error

func (*ReadCombinedVulnerabilitiesDetailsInternalServerError) GetPayload

func (*ReadCombinedVulnerabilitiesDetailsInternalServerError) IsClientError

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

func (*ReadCombinedVulnerabilitiesDetailsInternalServerError) IsCode

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

func (*ReadCombinedVulnerabilitiesDetailsInternalServerError) IsRedirect

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

func (*ReadCombinedVulnerabilitiesDetailsInternalServerError) IsServerError

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

func (*ReadCombinedVulnerabilitiesDetailsInternalServerError) IsSuccess

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

func (*ReadCombinedVulnerabilitiesDetailsInternalServerError) 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

Code gets the status code for the read combined vulnerabilities details o k response

func (*ReadCombinedVulnerabilitiesDetailsOK) Error

func (*ReadCombinedVulnerabilitiesDetailsOK) GetPayload

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

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

func (*ReadCombinedVulnerabilitiesDetailsOK) IsRedirect

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

IsSuccess returns true when this read combined vulnerabilities details o k response has a 2xx status code

func (*ReadCombinedVulnerabilitiesDetailsOK) 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

SetContext adds the context to the read combined vulnerabilities details params

func (*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

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

SetTimeout adds the timeout to the read combined vulnerabilities details params

func (*ReadCombinedVulnerabilitiesDetailsParams) WithContext

WithContext adds the context to the read combined vulnerabilities details params

func (*ReadCombinedVulnerabilitiesDetailsParams) WithDefaults

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

WithFilter adds the filter to the read combined vulnerabilities details params

func (*ReadCombinedVulnerabilitiesDetailsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the read combined vulnerabilities details params

func (*ReadCombinedVulnerabilitiesDetailsParams) WithID

WithID adds the id to the read combined vulnerabilities details params

func (*ReadCombinedVulnerabilitiesDetailsParams) WithLimit

WithLimit adds the limit to the read combined vulnerabilities details params

func (*ReadCombinedVulnerabilitiesDetailsParams) WithOffset

WithOffset adds the offset to the read combined vulnerabilities details params

func (*ReadCombinedVulnerabilitiesDetailsParams) WithTimeout

WithTimeout adds the timeout to the read combined vulnerabilities details params

func (*ReadCombinedVulnerabilitiesDetailsParams) WriteToRequest

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

Code gets the status code for the read combined vulnerabilities details too many requests response

func (*ReadCombinedVulnerabilitiesDetailsTooManyRequests) Error

func (*ReadCombinedVulnerabilitiesDetailsTooManyRequests) GetPayload

func (*ReadCombinedVulnerabilitiesDetailsTooManyRequests) IsClientError

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

func (*ReadCombinedVulnerabilitiesDetailsTooManyRequests) IsCode

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

func (*ReadCombinedVulnerabilitiesDetailsTooManyRequests) IsRedirect

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

func (*ReadCombinedVulnerabilitiesDetailsTooManyRequests) IsServerError

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

func (*ReadCombinedVulnerabilitiesDetailsTooManyRequests) IsSuccess

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

func (*ReadCombinedVulnerabilitiesDetailsTooManyRequests) 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

Code gets the status code for the read combined vulnerabilities forbidden response

func (*ReadCombinedVulnerabilitiesForbidden) Error

func (*ReadCombinedVulnerabilitiesForbidden) GetPayload

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

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

func (*ReadCombinedVulnerabilitiesForbidden) IsRedirect

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

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

func (*ReadCombinedVulnerabilitiesForbidden) 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

Code gets the status code for the read combined vulnerabilities info forbidden response

func (*ReadCombinedVulnerabilitiesInfoForbidden) Error

func (*ReadCombinedVulnerabilitiesInfoForbidden) GetPayload

func (*ReadCombinedVulnerabilitiesInfoForbidden) IsClientError

IsClientError returns true when this read combined vulnerabilities info forbidden response has a 4xx status code

func (*ReadCombinedVulnerabilitiesInfoForbidden) IsCode

IsCode returns true when this read combined vulnerabilities info forbidden response a status code equal to that given

func (*ReadCombinedVulnerabilitiesInfoForbidden) IsRedirect

IsRedirect returns true when this read combined vulnerabilities info forbidden response has a 3xx status code

func (*ReadCombinedVulnerabilitiesInfoForbidden) IsServerError

IsServerError returns true when this read combined vulnerabilities info forbidden response has a 5xx status code

func (*ReadCombinedVulnerabilitiesInfoForbidden) IsSuccess

IsSuccess returns true when this read combined vulnerabilities info forbidden response has a 2xx status code

func (*ReadCombinedVulnerabilitiesInfoForbidden) 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

Code gets the status code for the read combined vulnerabilities info internal server error response

func (*ReadCombinedVulnerabilitiesInfoInternalServerError) Error

func (*ReadCombinedVulnerabilitiesInfoInternalServerError) GetPayload

func (*ReadCombinedVulnerabilitiesInfoInternalServerError) IsClientError

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

func (*ReadCombinedVulnerabilitiesInfoInternalServerError) IsCode

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

func (*ReadCombinedVulnerabilitiesInfoInternalServerError) IsRedirect

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

func (*ReadCombinedVulnerabilitiesInfoInternalServerError) IsServerError

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

func (*ReadCombinedVulnerabilitiesInfoInternalServerError) IsSuccess

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

func (*ReadCombinedVulnerabilitiesInfoInternalServerError) 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

Code gets the status code for the read combined vulnerabilities info o k response

func (*ReadCombinedVulnerabilitiesInfoOK) Error

func (*ReadCombinedVulnerabilitiesInfoOK) GetPayload

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

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

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

WithContext adds the context to the read combined vulnerabilities info params

func (*ReadCombinedVulnerabilitiesInfoParams) WithCveID

WithCveID adds the cveID to the read combined vulnerabilities info params

func (*ReadCombinedVulnerabilitiesInfoParams) WithDefaults

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

WithHTTPClient adds the HTTPClient to the read combined vulnerabilities info params

func (*ReadCombinedVulnerabilitiesInfoParams) WithLimit

WithLimit adds the limit to the read combined vulnerabilities info params

func (*ReadCombinedVulnerabilitiesInfoParams) WithOffset

WithOffset adds the offset to the read combined vulnerabilities info params

func (*ReadCombinedVulnerabilitiesInfoParams) WithTimeout

WithTimeout adds the timeout to the read combined vulnerabilities info params

func (*ReadCombinedVulnerabilitiesInfoParams) WriteToRequest

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

Code gets the status code for the read combined vulnerabilities info too many requests response

func (*ReadCombinedVulnerabilitiesInfoTooManyRequests) Error

func (*ReadCombinedVulnerabilitiesInfoTooManyRequests) GetPayload

func (*ReadCombinedVulnerabilitiesInfoTooManyRequests) IsClientError

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

func (*ReadCombinedVulnerabilitiesInfoTooManyRequests) IsCode

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

func (*ReadCombinedVulnerabilitiesInfoTooManyRequests) IsRedirect

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

func (*ReadCombinedVulnerabilitiesInfoTooManyRequests) IsServerError

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

func (*ReadCombinedVulnerabilitiesInfoTooManyRequests) IsSuccess

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

func (*ReadCombinedVulnerabilitiesInfoTooManyRequests) 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

Code gets the status code for the read combined vulnerabilities internal server error response

func (*ReadCombinedVulnerabilitiesInternalServerError) Error

func (*ReadCombinedVulnerabilitiesInternalServerError) GetPayload

func (*ReadCombinedVulnerabilitiesInternalServerError) IsClientError

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

func (*ReadCombinedVulnerabilitiesInternalServerError) IsCode

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

func (*ReadCombinedVulnerabilitiesInternalServerError) IsRedirect

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

func (*ReadCombinedVulnerabilitiesInternalServerError) IsServerError

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

func (*ReadCombinedVulnerabilitiesInternalServerError) IsSuccess

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

func (*ReadCombinedVulnerabilitiesInternalServerError) 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

Code gets the status code for the read combined vulnerabilities o k response

func (*ReadCombinedVulnerabilitiesOK) Error

func (*ReadCombinedVulnerabilitiesOK) GetPayload

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

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

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

WithContext adds the context to the read combined vulnerabilities params

func (*ReadCombinedVulnerabilitiesParams) WithDefaults

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

WithFilter adds the filter to the read combined vulnerabilities params

func (*ReadCombinedVulnerabilitiesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the read combined vulnerabilities params

func (*ReadCombinedVulnerabilitiesParams) WithLimit

WithLimit adds the limit to the read combined vulnerabilities params

func (*ReadCombinedVulnerabilitiesParams) WithOffset

WithOffset adds the offset to the read combined vulnerabilities params

func (*ReadCombinedVulnerabilitiesParams) WithSort

WithSort adds the sort to the read combined vulnerabilities params

func (*ReadCombinedVulnerabilitiesParams) WithTimeout

WithTimeout adds the timeout to the read combined vulnerabilities params

func (*ReadCombinedVulnerabilitiesParams) WriteToRequest

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

Code gets the status code for the read combined vulnerabilities too many requests response

func (*ReadCombinedVulnerabilitiesTooManyRequests) Error

func (*ReadCombinedVulnerabilitiesTooManyRequests) GetPayload

func (*ReadCombinedVulnerabilitiesTooManyRequests) IsClientError

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

func (*ReadCombinedVulnerabilitiesTooManyRequests) IsCode

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

func (*ReadCombinedVulnerabilitiesTooManyRequests) IsRedirect

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

func (*ReadCombinedVulnerabilitiesTooManyRequests) IsServerError

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

func (*ReadCombinedVulnerabilitiesTooManyRequests) IsSuccess

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

func (*ReadCombinedVulnerabilitiesTooManyRequests) 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

Code gets the status code for the read vulnerabilities by image count forbidden response

func (*ReadVulnerabilitiesByImageCountForbidden) Error

func (*ReadVulnerabilitiesByImageCountForbidden) GetPayload

func (*ReadVulnerabilitiesByImageCountForbidden) IsClientError

IsClientError returns true when this read vulnerabilities by image count forbidden response has a 4xx status code

func (*ReadVulnerabilitiesByImageCountForbidden) IsCode

IsCode returns true when this read vulnerabilities by image count forbidden response a status code equal to that given

func (*ReadVulnerabilitiesByImageCountForbidden) IsRedirect

IsRedirect returns true when this read vulnerabilities by image count forbidden response has a 3xx status code

func (*ReadVulnerabilitiesByImageCountForbidden) IsServerError

IsServerError returns true when this read vulnerabilities by image count forbidden response has a 5xx status code

func (*ReadVulnerabilitiesByImageCountForbidden) IsSuccess

IsSuccess returns true when this read vulnerabilities by image count forbidden response has a 2xx status code

func (*ReadVulnerabilitiesByImageCountForbidden) 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

Code gets the status code for the read vulnerabilities by image count internal server error response

func (*ReadVulnerabilitiesByImageCountInternalServerError) Error

func (*ReadVulnerabilitiesByImageCountInternalServerError) GetPayload

func (*ReadVulnerabilitiesByImageCountInternalServerError) IsClientError

IsClientError returns true when this read vulnerabilities by image count internal server error response has a 4xx status code

func (*ReadVulnerabilitiesByImageCountInternalServerError) IsCode

IsCode returns true when this read vulnerabilities by image count internal server error response a status code equal to that given

func (*ReadVulnerabilitiesByImageCountInternalServerError) IsRedirect

IsRedirect returns true when this read vulnerabilities by image count internal server error response has a 3xx status code

func (*ReadVulnerabilitiesByImageCountInternalServerError) IsServerError

IsServerError returns true when this read vulnerabilities by image count internal server error response has a 5xx status code

func (*ReadVulnerabilitiesByImageCountInternalServerError) IsSuccess

IsSuccess returns true when this read vulnerabilities by image count internal server error response has a 2xx status code

func (*ReadVulnerabilitiesByImageCountInternalServerError) 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

Code gets the status code for the read vulnerabilities by image count o k response

func (*ReadVulnerabilitiesByImageCountOK) Error

func (*ReadVulnerabilitiesByImageCountOK) GetPayload

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

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

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

WithContext adds the context to the read vulnerabilities by image count params

func (*ReadVulnerabilitiesByImageCountParams) WithDefaults

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

WithFilter adds the filter to the read vulnerabilities by image count params

func (*ReadVulnerabilitiesByImageCountParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the read vulnerabilities by image count params

func (*ReadVulnerabilitiesByImageCountParams) WithLimit

WithLimit adds the limit to the read vulnerabilities by image count params

func (*ReadVulnerabilitiesByImageCountParams) WithOffset

WithOffset adds the offset to the read vulnerabilities by image count params

func (*ReadVulnerabilitiesByImageCountParams) WithTimeout

WithTimeout adds the timeout to the read vulnerabilities by image count params

func (*ReadVulnerabilitiesByImageCountParams) WriteToRequest

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

Code gets the status code for the read vulnerabilities by image count too many requests response

func (*ReadVulnerabilitiesByImageCountTooManyRequests) Error

func (*ReadVulnerabilitiesByImageCountTooManyRequests) GetPayload

func (*ReadVulnerabilitiesByImageCountTooManyRequests) IsClientError

IsClientError returns true when this read vulnerabilities by image count too many requests response has a 4xx status code

func (*ReadVulnerabilitiesByImageCountTooManyRequests) IsCode

IsCode returns true when this read vulnerabilities by image count too many requests response a status code equal to that given

func (*ReadVulnerabilitiesByImageCountTooManyRequests) IsRedirect

IsRedirect returns true when this read vulnerabilities by image count too many requests response has a 3xx status code

func (*ReadVulnerabilitiesByImageCountTooManyRequests) IsServerError

IsServerError returns true when this read vulnerabilities by image count too many requests response has a 5xx status code

func (*ReadVulnerabilitiesByImageCountTooManyRequests) IsSuccess

IsSuccess returns true when this read vulnerabilities by image count too many requests response has a 2xx status code

func (*ReadVulnerabilitiesByImageCountTooManyRequests) 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

Code gets the status code for the read vulnerabilities publication date forbidden response

func (*ReadVulnerabilitiesPublicationDateForbidden) Error

func (*ReadVulnerabilitiesPublicationDateForbidden) GetPayload

func (*ReadVulnerabilitiesPublicationDateForbidden) IsClientError

IsClientError returns true when this read vulnerabilities publication date forbidden response has a 4xx status code

func (*ReadVulnerabilitiesPublicationDateForbidden) IsCode

IsCode returns true when this read vulnerabilities publication date forbidden response a status code equal to that given

func (*ReadVulnerabilitiesPublicationDateForbidden) IsRedirect

IsRedirect returns true when this read vulnerabilities publication date forbidden response has a 3xx status code

func (*ReadVulnerabilitiesPublicationDateForbidden) IsServerError

IsServerError returns true when this read vulnerabilities publication date forbidden response has a 5xx status code

func (*ReadVulnerabilitiesPublicationDateForbidden) IsSuccess

IsSuccess returns true when this read vulnerabilities publication date forbidden response has a 2xx status code

func (*ReadVulnerabilitiesPublicationDateForbidden) 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

Code gets the status code for the read vulnerabilities publication date internal server error response

func (*ReadVulnerabilitiesPublicationDateInternalServerError) Error

func (*ReadVulnerabilitiesPublicationDateInternalServerError) GetPayload

func (*ReadVulnerabilitiesPublicationDateInternalServerError) IsClientError

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

func (*ReadVulnerabilitiesPublicationDateInternalServerError) IsCode

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

func (*ReadVulnerabilitiesPublicationDateInternalServerError) IsRedirect

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

func (*ReadVulnerabilitiesPublicationDateInternalServerError) IsServerError

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

func (*ReadVulnerabilitiesPublicationDateInternalServerError) IsSuccess

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

func (*ReadVulnerabilitiesPublicationDateInternalServerError) 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

Code gets the status code for the read vulnerabilities publication date o k response

func (*ReadVulnerabilitiesPublicationDateOK) Error

func (*ReadVulnerabilitiesPublicationDateOK) GetPayload

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

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

func (*ReadVulnerabilitiesPublicationDateOK) IsRedirect

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

IsSuccess returns true when this read vulnerabilities publication date o k response has a 2xx status code

func (*ReadVulnerabilitiesPublicationDateOK) 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

SetContext adds the context to the read vulnerabilities publication date params

func (*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

SetTimeout adds the timeout to the read vulnerabilities publication date params

func (*ReadVulnerabilitiesPublicationDateParams) WithContext

WithContext adds the context to the read vulnerabilities publication date params

func (*ReadVulnerabilitiesPublicationDateParams) WithDefaults

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

WithFilter adds the filter to the read vulnerabilities publication date params

func (*ReadVulnerabilitiesPublicationDateParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the read vulnerabilities publication date params

func (*ReadVulnerabilitiesPublicationDateParams) WithLimit

WithLimit adds the limit to the read vulnerabilities publication date params

func (*ReadVulnerabilitiesPublicationDateParams) WithOffset

WithOffset adds the offset to the read vulnerabilities publication date params

func (*ReadVulnerabilitiesPublicationDateParams) WithTimeout

WithTimeout adds the timeout to the read vulnerabilities publication date params

func (*ReadVulnerabilitiesPublicationDateParams) WriteToRequest

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

Code gets the status code for the read vulnerabilities publication date too many requests response

func (*ReadVulnerabilitiesPublicationDateTooManyRequests) Error

func (*ReadVulnerabilitiesPublicationDateTooManyRequests) GetPayload

func (*ReadVulnerabilitiesPublicationDateTooManyRequests) IsClientError

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

func (*ReadVulnerabilitiesPublicationDateTooManyRequests) IsCode

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

func (*ReadVulnerabilitiesPublicationDateTooManyRequests) IsRedirect

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

func (*ReadVulnerabilitiesPublicationDateTooManyRequests) IsServerError

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

func (*ReadVulnerabilitiesPublicationDateTooManyRequests) IsSuccess

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

func (*ReadVulnerabilitiesPublicationDateTooManyRequests) 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

Code gets the status code for the read vulnerability count by actively exploited forbidden response

func (*ReadVulnerabilityCountByActivelyExploitedForbidden) Error

func (*ReadVulnerabilityCountByActivelyExploitedForbidden) GetPayload

func (*ReadVulnerabilityCountByActivelyExploitedForbidden) IsClientError

IsClientError returns true when this read vulnerability count by actively exploited forbidden response has a 4xx status code

func (*ReadVulnerabilityCountByActivelyExploitedForbidden) IsCode

IsCode returns true when this read vulnerability count by actively exploited forbidden response a status code equal to that given

func (*ReadVulnerabilityCountByActivelyExploitedForbidden) IsRedirect

IsRedirect returns true when this read vulnerability count by actively exploited forbidden response has a 3xx status code

func (*ReadVulnerabilityCountByActivelyExploitedForbidden) IsServerError

IsServerError returns true when this read vulnerability count by actively exploited forbidden response has a 5xx status code

func (*ReadVulnerabilityCountByActivelyExploitedForbidden) IsSuccess

IsSuccess returns true when this read vulnerability count by actively exploited forbidden response has a 2xx status code

func (*ReadVulnerabilityCountByActivelyExploitedForbidden) 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

Code gets the status code for the read vulnerability count by actively exploited internal server error response

func (*ReadVulnerabilityCountByActivelyExploitedInternalServerError) Error

func (*ReadVulnerabilityCountByActivelyExploitedInternalServerError) GetPayload

func (*ReadVulnerabilityCountByActivelyExploitedInternalServerError) IsClientError

IsClientError returns true when this read vulnerability count by actively exploited internal server error response has a 4xx status code

func (*ReadVulnerabilityCountByActivelyExploitedInternalServerError) IsCode

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

IsRedirect returns true when this read vulnerability count by actively exploited internal server error response has a 3xx status code

func (*ReadVulnerabilityCountByActivelyExploitedInternalServerError) IsServerError

IsServerError returns true when this read vulnerability count by actively exploited internal server error response has a 5xx status code

func (*ReadVulnerabilityCountByActivelyExploitedInternalServerError) IsSuccess

IsSuccess returns true when this read vulnerability count by actively exploited internal server error response has a 2xx status code

func (*ReadVulnerabilityCountByActivelyExploitedInternalServerError) 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

Code gets the status code for the read vulnerability count by actively exploited o k response

func (*ReadVulnerabilityCountByActivelyExploitedOK) Error

func (*ReadVulnerabilityCountByActivelyExploitedOK) GetPayload

func (*ReadVulnerabilityCountByActivelyExploitedOK) IsClientError

IsClientError returns true when this read vulnerability count by actively exploited o k response has a 4xx status code

func (*ReadVulnerabilityCountByActivelyExploitedOK) IsCode

IsCode returns true when this read vulnerability count by actively exploited o k response a status code equal to that given

func (*ReadVulnerabilityCountByActivelyExploitedOK) IsRedirect

IsRedirect returns true when this read vulnerability count by actively exploited o k response has a 3xx status code

func (*ReadVulnerabilityCountByActivelyExploitedOK) IsServerError

IsServerError returns true when this read vulnerability count by actively exploited o k response has a 5xx status code

func (*ReadVulnerabilityCountByActivelyExploitedOK) IsSuccess

IsSuccess returns true when this read vulnerability count by actively exploited o k response has a 2xx status code

func (*ReadVulnerabilityCountByActivelyExploitedOK) 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

SetContext adds the context to the read vulnerability count by actively exploited params

func (*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

SetFilter adds the filter to the read vulnerability count by actively exploited params

func (*ReadVulnerabilityCountByActivelyExploitedParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the read vulnerability count by actively exploited params

func (*ReadVulnerabilityCountByActivelyExploitedParams) SetLimit

SetLimit adds the limit to the read vulnerability count by actively exploited params

func (*ReadVulnerabilityCountByActivelyExploitedParams) SetOffset

SetOffset adds the offset to the read vulnerability count by actively exploited params

func (*ReadVulnerabilityCountByActivelyExploitedParams) SetTimeout

SetTimeout adds the timeout to the read vulnerability count by actively exploited params

func (*ReadVulnerabilityCountByActivelyExploitedParams) WithContext

WithContext adds the context to the read vulnerability count by actively exploited params

func (*ReadVulnerabilityCountByActivelyExploitedParams) WithDefaults

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

WithFilter adds the filter to the read vulnerability count by actively exploited params

func (*ReadVulnerabilityCountByActivelyExploitedParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the read vulnerability count by actively exploited params

func (*ReadVulnerabilityCountByActivelyExploitedParams) WithLimit

WithLimit adds the limit to the read vulnerability count by actively exploited params

func (*ReadVulnerabilityCountByActivelyExploitedParams) WithOffset

WithOffset adds the offset to the read vulnerability count by actively exploited params

func (*ReadVulnerabilityCountByActivelyExploitedParams) WithTimeout

WithTimeout adds the timeout to the read vulnerability count by actively exploited params

func (*ReadVulnerabilityCountByActivelyExploitedParams) WriteToRequest

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

Code gets the status code for the read vulnerability count by actively exploited too many requests response

func (*ReadVulnerabilityCountByActivelyExploitedTooManyRequests) Error

func (*ReadVulnerabilityCountByActivelyExploitedTooManyRequests) GetPayload

func (*ReadVulnerabilityCountByActivelyExploitedTooManyRequests) IsClientError

IsClientError returns true when this read vulnerability count by actively exploited too many requests response has a 4xx status code

func (*ReadVulnerabilityCountByActivelyExploitedTooManyRequests) IsCode

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

IsRedirect returns true when this read vulnerability count by actively exploited too many requests response has a 3xx status code

func (*ReadVulnerabilityCountByActivelyExploitedTooManyRequests) IsServerError

IsServerError returns true when this read vulnerability count by actively exploited too many requests response has a 5xx status code

func (*ReadVulnerabilityCountByActivelyExploitedTooManyRequests) IsSuccess

IsSuccess returns true when this read vulnerability count by actively exploited too many requests response has a 2xx status code

func (*ReadVulnerabilityCountByActivelyExploitedTooManyRequests) 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

Code gets the status code for the read vulnerability count by c p s rating forbidden response

func (*ReadVulnerabilityCountByCPSRatingForbidden) Error

func (*ReadVulnerabilityCountByCPSRatingForbidden) GetPayload

func (*ReadVulnerabilityCountByCPSRatingForbidden) IsClientError

IsClientError returns true when this read vulnerability count by c p s rating forbidden response has a 4xx status code

func (*ReadVulnerabilityCountByCPSRatingForbidden) IsCode

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

IsRedirect returns true when this read vulnerability count by c p s rating forbidden response has a 3xx status code

func (*ReadVulnerabilityCountByCPSRatingForbidden) IsServerError

IsServerError returns true when this read vulnerability count by c p s rating forbidden response has a 5xx status code

func (*ReadVulnerabilityCountByCPSRatingForbidden) IsSuccess

IsSuccess returns true when this read vulnerability count by c p s rating forbidden response has a 2xx status code

func (*ReadVulnerabilityCountByCPSRatingForbidden) 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

Code gets the status code for the read vulnerability count by c p s rating internal server error response

func (*ReadVulnerabilityCountByCPSRatingInternalServerError) Error

func (*ReadVulnerabilityCountByCPSRatingInternalServerError) GetPayload

func (*ReadVulnerabilityCountByCPSRatingInternalServerError) IsClientError

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

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

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

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

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

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

Code gets the status code for the read vulnerability count by c p s rating o k response

func (*ReadVulnerabilityCountByCPSRatingOK) Error

func (*ReadVulnerabilityCountByCPSRatingOK) GetPayload

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

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

IsSuccess returns true when this read vulnerability count by c p s rating o k response has a 2xx status code

func (*ReadVulnerabilityCountByCPSRatingOK) 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

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

WithContext adds the context to the read vulnerability count by c p s rating params

func (*ReadVulnerabilityCountByCPSRatingParams) WithDefaults

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

WithFilter adds the filter to the read vulnerability count by c p s rating params

func (*ReadVulnerabilityCountByCPSRatingParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the read vulnerability count by c p s rating params

func (*ReadVulnerabilityCountByCPSRatingParams) WithLimit

WithLimit adds the limit to the read vulnerability count by c p s rating params

func (*ReadVulnerabilityCountByCPSRatingParams) WithOffset

WithOffset adds the offset to the read vulnerability count by c p s rating params

func (*ReadVulnerabilityCountByCPSRatingParams) WithTimeout

WithTimeout adds the timeout to the read vulnerability count by c p s rating params

func (*ReadVulnerabilityCountByCPSRatingParams) WriteToRequest

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

Code gets the status code for the read vulnerability count by c p s rating too many requests response

func (*ReadVulnerabilityCountByCPSRatingTooManyRequests) Error

func (*ReadVulnerabilityCountByCPSRatingTooManyRequests) GetPayload

func (*ReadVulnerabilityCountByCPSRatingTooManyRequests) IsClientError

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

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

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

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

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

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

Code gets the status code for the read vulnerability count by c v s s score forbidden response

func (*ReadVulnerabilityCountByCVSSScoreForbidden) Error

func (*ReadVulnerabilityCountByCVSSScoreForbidden) GetPayload

func (*ReadVulnerabilityCountByCVSSScoreForbidden) IsClientError

IsClientError returns true when this read vulnerability count by c v s s score forbidden response has a 4xx status code

func (*ReadVulnerabilityCountByCVSSScoreForbidden) IsCode

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

IsRedirect returns true when this read vulnerability count by c v s s score forbidden response has a 3xx status code

func (*ReadVulnerabilityCountByCVSSScoreForbidden) IsServerError

IsServerError returns true when this read vulnerability count by c v s s score forbidden response has a 5xx status code

func (*ReadVulnerabilityCountByCVSSScoreForbidden) IsSuccess

IsSuccess returns true when this read vulnerability count by c v s s score forbidden response has a 2xx status code

func (*ReadVulnerabilityCountByCVSSScoreForbidden) 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

Code gets the status code for the read vulnerability count by c v s s score internal server error response

func (*ReadVulnerabilityCountByCVSSScoreInternalServerError) Error

func (*ReadVulnerabilityCountByCVSSScoreInternalServerError) GetPayload

func (*ReadVulnerabilityCountByCVSSScoreInternalServerError) IsClientError

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

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

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

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

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

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

Code gets the status code for the read vulnerability count by c v s s score o k response

func (*ReadVulnerabilityCountByCVSSScoreOK) Error

func (*ReadVulnerabilityCountByCVSSScoreOK) GetPayload

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

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

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

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

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

WithContext adds the context to the read vulnerability count by c v s s score params

func (*ReadVulnerabilityCountByCVSSScoreParams) WithDefaults

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

WithFilter adds the filter to the read vulnerability count by c v s s score params

func (*ReadVulnerabilityCountByCVSSScoreParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the read vulnerability count by c v s s score params

func (*ReadVulnerabilityCountByCVSSScoreParams) WithLimit

WithLimit adds the limit to the read vulnerability count by c v s s score params

func (*ReadVulnerabilityCountByCVSSScoreParams) WithOffset

WithOffset adds the offset to the read vulnerability count by c v s s score params

func (*ReadVulnerabilityCountByCVSSScoreParams) WithTimeout

WithTimeout adds the timeout to the read vulnerability count by c v s s score params

func (*ReadVulnerabilityCountByCVSSScoreParams) WriteToRequest

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

Code gets the status code for the read vulnerability count by c v s s score too many requests response

func (*ReadVulnerabilityCountByCVSSScoreTooManyRequests) Error

func (*ReadVulnerabilityCountByCVSSScoreTooManyRequests) GetPayload

func (*ReadVulnerabilityCountByCVSSScoreTooManyRequests) IsClientError

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

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

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

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

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

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

Code gets the status code for the read vulnerability count by severity forbidden response

func (*ReadVulnerabilityCountBySeverityForbidden) Error

func (*ReadVulnerabilityCountBySeverityForbidden) GetPayload

func (*ReadVulnerabilityCountBySeverityForbidden) IsClientError

IsClientError returns true when this read vulnerability count by severity forbidden response has a 4xx status code

func (*ReadVulnerabilityCountBySeverityForbidden) IsCode

IsCode returns true when this read vulnerability count by severity forbidden response a status code equal to that given

func (*ReadVulnerabilityCountBySeverityForbidden) IsRedirect

IsRedirect returns true when this read vulnerability count by severity forbidden response has a 3xx status code

func (*ReadVulnerabilityCountBySeverityForbidden) IsServerError

IsServerError returns true when this read vulnerability count by severity forbidden response has a 5xx status code

func (*ReadVulnerabilityCountBySeverityForbidden) IsSuccess

IsSuccess returns true when this read vulnerability count by severity forbidden response has a 2xx status code

func (*ReadVulnerabilityCountBySeverityForbidden) 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

Code gets the status code for the read vulnerability count by severity internal server error response

func (*ReadVulnerabilityCountBySeverityInternalServerError) Error

func (*ReadVulnerabilityCountBySeverityInternalServerError) GetPayload

func (*ReadVulnerabilityCountBySeverityInternalServerError) IsClientError

IsClientError returns true when this read vulnerability count by severity internal server error response has a 4xx status code

func (*ReadVulnerabilityCountBySeverityInternalServerError) IsCode

IsCode returns true when this read vulnerability count by severity internal server error response a status code equal to that given

func (*ReadVulnerabilityCountBySeverityInternalServerError) IsRedirect

IsRedirect returns true when this read vulnerability count by severity internal server error response has a 3xx status code

func (*ReadVulnerabilityCountBySeverityInternalServerError) IsServerError

IsServerError returns true when this read vulnerability count by severity internal server error response has a 5xx status code

func (*ReadVulnerabilityCountBySeverityInternalServerError) IsSuccess

IsSuccess returns true when this read vulnerability count by severity internal server error response has a 2xx status code

func (*ReadVulnerabilityCountBySeverityInternalServerError) 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

Code gets the status code for the read vulnerability count by severity o k response

func (*ReadVulnerabilityCountBySeverityOK) Error

func (*ReadVulnerabilityCountBySeverityOK) GetPayload

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

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

IsSuccess returns true when this read vulnerability count by severity o k response has a 2xx status code

func (*ReadVulnerabilityCountBySeverityOK) 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

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

WithContext adds the context to the read vulnerability count by severity params

func (*ReadVulnerabilityCountBySeverityParams) WithDefaults

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

WithFilter adds the filter to the read vulnerability count by severity params

func (*ReadVulnerabilityCountBySeverityParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the read vulnerability count by severity params

func (*ReadVulnerabilityCountBySeverityParams) WithLimit

WithLimit adds the limit to the read vulnerability count by severity params

func (*ReadVulnerabilityCountBySeverityParams) WithOffset

WithOffset adds the offset to the read vulnerability count by severity params

func (*ReadVulnerabilityCountBySeverityParams) WithTimeout

WithTimeout adds the timeout to the read vulnerability count by severity params

func (*ReadVulnerabilityCountBySeverityParams) WriteToRequest

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

Code gets the status code for the read vulnerability count by severity too many requests response

func (*ReadVulnerabilityCountBySeverityTooManyRequests) Error

func (*ReadVulnerabilityCountBySeverityTooManyRequests) GetPayload

func (*ReadVulnerabilityCountBySeverityTooManyRequests) IsClientError

IsClientError returns true when this read vulnerability count by severity too many requests response has a 4xx status code

func (*ReadVulnerabilityCountBySeverityTooManyRequests) IsCode

IsCode returns true when this read vulnerability count by severity too many requests response a status code equal to that given

func (*ReadVulnerabilityCountBySeverityTooManyRequests) IsRedirect

IsRedirect returns true when this read vulnerability count by severity too many requests response has a 3xx status code

func (*ReadVulnerabilityCountBySeverityTooManyRequests) IsServerError

IsServerError returns true when this read vulnerability count by severity too many requests response has a 5xx status code

func (*ReadVulnerabilityCountBySeverityTooManyRequests) IsSuccess

IsSuccess returns true when this read vulnerability count by severity too many requests response has a 2xx status code

func (*ReadVulnerabilityCountBySeverityTooManyRequests) 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

Code gets the status code for the read vulnerability count forbidden response

func (*ReadVulnerabilityCountForbidden) Error

func (*ReadVulnerabilityCountForbidden) GetPayload

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

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

Code gets the status code for the read vulnerability count internal server error response

func (*ReadVulnerabilityCountInternalServerError) Error

func (*ReadVulnerabilityCountInternalServerError) GetPayload

func (*ReadVulnerabilityCountInternalServerError) IsClientError

IsClientError returns true when this read vulnerability count internal server error response has a 4xx status code

func (*ReadVulnerabilityCountInternalServerError) IsCode

IsCode returns true when this read vulnerability count internal server error response a status code equal to that given

func (*ReadVulnerabilityCountInternalServerError) IsRedirect

IsRedirect returns true when this read vulnerability count internal server error response has a 3xx status code

func (*ReadVulnerabilityCountInternalServerError) IsServerError

IsServerError returns true when this read vulnerability count internal server error response has a 5xx status code

func (*ReadVulnerabilityCountInternalServerError) IsSuccess

IsSuccess returns true when this read vulnerability count internal server error response has a 2xx status code

func (*ReadVulnerabilityCountInternalServerError) 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 (*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

WithContext adds the context to the read vulnerability count params

func (*ReadVulnerabilityCountParams) WithDefaults

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

WithFilter adds the filter to the read vulnerability count params

func (*ReadVulnerabilityCountParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the read vulnerability count params

func (*ReadVulnerabilityCountParams) WithLimit

WithLimit adds the limit to the read vulnerability count params

func (*ReadVulnerabilityCountParams) WithOffset

WithOffset adds the offset to the read vulnerability count params

func (*ReadVulnerabilityCountParams) WithTimeout

WithTimeout adds the timeout to the read vulnerability count params

func (*ReadVulnerabilityCountParams) WriteToRequest

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

Code gets the status code for the read vulnerability count too many requests response

func (*ReadVulnerabilityCountTooManyRequests) Error

func (*ReadVulnerabilityCountTooManyRequests) GetPayload

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

IsCode returns true when this read vulnerability count too many requests response a status code equal to that given

func (*ReadVulnerabilityCountTooManyRequests) IsRedirect

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

IsSuccess returns true when this read vulnerability count too many requests response has a 2xx status code

func (*ReadVulnerabilityCountTooManyRequests) String

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL