Documentation ¶
Index ¶
- type Client
- func (a *Client) ExtAggregateClusterAssessments(params *ExtAggregateClusterAssessmentsParams, opts ...ClientOption) (*ExtAggregateClusterAssessmentsOK, error)
- func (a *Client) ExtAggregateFailedContainersByRulesPath(params *ExtAggregateFailedContainersByRulesPathParams, opts ...ClientOption) (*ExtAggregateFailedContainersByRulesPathOK, error)
- func (a *Client) ExtAggregateFailedContainersCountBySeverity(params *ExtAggregateFailedContainersCountBySeverityParams, ...) (*ExtAggregateFailedContainersCountBySeverityOK, error)
- func (a *Client) ExtAggregateFailedImagesByRulesPath(params *ExtAggregateFailedImagesByRulesPathParams, opts ...ClientOption) (*ExtAggregateFailedImagesByRulesPathOK, error)
- func (a *Client) ExtAggregateFailedImagesCountBySeverity(params *ExtAggregateFailedImagesCountBySeverityParams, opts ...ClientOption) (*ExtAggregateFailedImagesCountBySeverityOK, error)
- func (a *Client) ExtAggregateFailedRulesByClusters(params *ExtAggregateFailedRulesByClustersParams, opts ...ClientOption) (*ExtAggregateFailedRulesByClustersOK, error)
- func (a *Client) ExtAggregateFailedRulesByImages(params *ExtAggregateFailedRulesByImagesParams, opts ...ClientOption) (*ExtAggregateFailedRulesByImagesOK, error)
- func (a *Client) ExtAggregateFailedRulesCountBySeverity(params *ExtAggregateFailedRulesCountBySeverityParams, opts ...ClientOption) (*ExtAggregateFailedRulesCountBySeverityOK, error)
- func (a *Client) ExtAggregateImageAssessments(params *ExtAggregateImageAssessmentsParams, opts ...ClientOption) (*ExtAggregateImageAssessmentsOK, error)
- func (a *Client) ExtAggregateRulesAssessments(params *ExtAggregateRulesAssessmentsParams, opts ...ClientOption) (*ExtAggregateRulesAssessmentsOK, error)
- func (a *Client) ExtAggregateRulesByStatus(params *ExtAggregateRulesByStatusParams, opts ...ClientOption) (*ExtAggregateRulesByStatusOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- type ClientOption
- type ClientService
- type ExtAggregateClusterAssessmentsBadRequest
- func (o *ExtAggregateClusterAssessmentsBadRequest) Code() int
- func (o *ExtAggregateClusterAssessmentsBadRequest) Error() string
- func (o *ExtAggregateClusterAssessmentsBadRequest) GetPayload() *models.DomainAggregateClusterAssessmentsResponse
- func (o *ExtAggregateClusterAssessmentsBadRequest) IsClientError() bool
- func (o *ExtAggregateClusterAssessmentsBadRequest) IsCode(code int) bool
- func (o *ExtAggregateClusterAssessmentsBadRequest) IsRedirect() bool
- func (o *ExtAggregateClusterAssessmentsBadRequest) IsServerError() bool
- func (o *ExtAggregateClusterAssessmentsBadRequest) IsSuccess() bool
- func (o *ExtAggregateClusterAssessmentsBadRequest) String() string
- type ExtAggregateClusterAssessmentsForbidden
- func (o *ExtAggregateClusterAssessmentsForbidden) Code() int
- func (o *ExtAggregateClusterAssessmentsForbidden) Error() string
- func (o *ExtAggregateClusterAssessmentsForbidden) GetPayload() *models.DomainAggregateClusterAssessmentsResponse
- func (o *ExtAggregateClusterAssessmentsForbidden) IsClientError() bool
- func (o *ExtAggregateClusterAssessmentsForbidden) IsCode(code int) bool
- func (o *ExtAggregateClusterAssessmentsForbidden) IsRedirect() bool
- func (o *ExtAggregateClusterAssessmentsForbidden) IsServerError() bool
- func (o *ExtAggregateClusterAssessmentsForbidden) IsSuccess() bool
- func (o *ExtAggregateClusterAssessmentsForbidden) String() string
- type ExtAggregateClusterAssessmentsInternalServerError
- func (o *ExtAggregateClusterAssessmentsInternalServerError) Code() int
- func (o *ExtAggregateClusterAssessmentsInternalServerError) Error() string
- func (o *ExtAggregateClusterAssessmentsInternalServerError) GetPayload() *models.DomainAggregateClusterAssessmentsResponse
- func (o *ExtAggregateClusterAssessmentsInternalServerError) IsClientError() bool
- func (o *ExtAggregateClusterAssessmentsInternalServerError) IsCode(code int) bool
- func (o *ExtAggregateClusterAssessmentsInternalServerError) IsRedirect() bool
- func (o *ExtAggregateClusterAssessmentsInternalServerError) IsServerError() bool
- func (o *ExtAggregateClusterAssessmentsInternalServerError) IsSuccess() bool
- func (o *ExtAggregateClusterAssessmentsInternalServerError) String() string
- type ExtAggregateClusterAssessmentsOK
- func (o *ExtAggregateClusterAssessmentsOK) Code() int
- func (o *ExtAggregateClusterAssessmentsOK) Error() string
- func (o *ExtAggregateClusterAssessmentsOK) GetPayload() *models.DomainAggregateClusterAssessmentsResponse
- func (o *ExtAggregateClusterAssessmentsOK) IsClientError() bool
- func (o *ExtAggregateClusterAssessmentsOK) IsCode(code int) bool
- func (o *ExtAggregateClusterAssessmentsOK) IsRedirect() bool
- func (o *ExtAggregateClusterAssessmentsOK) IsServerError() bool
- func (o *ExtAggregateClusterAssessmentsOK) IsSuccess() bool
- func (o *ExtAggregateClusterAssessmentsOK) String() string
- type ExtAggregateClusterAssessmentsParams
- func NewExtAggregateClusterAssessmentsParams() *ExtAggregateClusterAssessmentsParams
- func NewExtAggregateClusterAssessmentsParamsWithContext(ctx context.Context) *ExtAggregateClusterAssessmentsParams
- func NewExtAggregateClusterAssessmentsParamsWithHTTPClient(client *http.Client) *ExtAggregateClusterAssessmentsParams
- func NewExtAggregateClusterAssessmentsParamsWithTimeout(timeout time.Duration) *ExtAggregateClusterAssessmentsParams
- func (o *ExtAggregateClusterAssessmentsParams) SetContext(ctx context.Context)
- func (o *ExtAggregateClusterAssessmentsParams) SetDefaults()
- func (o *ExtAggregateClusterAssessmentsParams) SetFilter(filter *string)
- func (o *ExtAggregateClusterAssessmentsParams) SetHTTPClient(client *http.Client)
- func (o *ExtAggregateClusterAssessmentsParams) SetTimeout(timeout time.Duration)
- func (o *ExtAggregateClusterAssessmentsParams) WithContext(ctx context.Context) *ExtAggregateClusterAssessmentsParams
- func (o *ExtAggregateClusterAssessmentsParams) WithDefaults() *ExtAggregateClusterAssessmentsParams
- func (o *ExtAggregateClusterAssessmentsParams) WithFilter(filter *string) *ExtAggregateClusterAssessmentsParams
- func (o *ExtAggregateClusterAssessmentsParams) WithHTTPClient(client *http.Client) *ExtAggregateClusterAssessmentsParams
- func (o *ExtAggregateClusterAssessmentsParams) WithTimeout(timeout time.Duration) *ExtAggregateClusterAssessmentsParams
- func (o *ExtAggregateClusterAssessmentsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ExtAggregateClusterAssessmentsReader
- type ExtAggregateClusterAssessmentsTooManyRequests
- func (o *ExtAggregateClusterAssessmentsTooManyRequests) Code() int
- func (o *ExtAggregateClusterAssessmentsTooManyRequests) Error() string
- func (o *ExtAggregateClusterAssessmentsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *ExtAggregateClusterAssessmentsTooManyRequests) IsClientError() bool
- func (o *ExtAggregateClusterAssessmentsTooManyRequests) IsCode(code int) bool
- func (o *ExtAggregateClusterAssessmentsTooManyRequests) IsRedirect() bool
- func (o *ExtAggregateClusterAssessmentsTooManyRequests) IsServerError() bool
- func (o *ExtAggregateClusterAssessmentsTooManyRequests) IsSuccess() bool
- func (o *ExtAggregateClusterAssessmentsTooManyRequests) String() string
- type ExtAggregateClusterAssessmentsUnauthorized
- func (o *ExtAggregateClusterAssessmentsUnauthorized) Code() int
- func (o *ExtAggregateClusterAssessmentsUnauthorized) Error() string
- func (o *ExtAggregateClusterAssessmentsUnauthorized) GetPayload() *models.DomainAggregateClusterAssessmentsResponse
- func (o *ExtAggregateClusterAssessmentsUnauthorized) IsClientError() bool
- func (o *ExtAggregateClusterAssessmentsUnauthorized) IsCode(code int) bool
- func (o *ExtAggregateClusterAssessmentsUnauthorized) IsRedirect() bool
- func (o *ExtAggregateClusterAssessmentsUnauthorized) IsServerError() bool
- func (o *ExtAggregateClusterAssessmentsUnauthorized) IsSuccess() bool
- func (o *ExtAggregateClusterAssessmentsUnauthorized) String() string
- type ExtAggregateFailedContainersByRulesPathBadRequest
- func (o *ExtAggregateFailedContainersByRulesPathBadRequest) Code() int
- func (o *ExtAggregateFailedContainersByRulesPathBadRequest) Error() string
- func (o *ExtAggregateFailedContainersByRulesPathBadRequest) GetPayload() *models.DomainAggregateFailedAssetsByRulesResponse
- func (o *ExtAggregateFailedContainersByRulesPathBadRequest) IsClientError() bool
- func (o *ExtAggregateFailedContainersByRulesPathBadRequest) IsCode(code int) bool
- func (o *ExtAggregateFailedContainersByRulesPathBadRequest) IsRedirect() bool
- func (o *ExtAggregateFailedContainersByRulesPathBadRequest) IsServerError() bool
- func (o *ExtAggregateFailedContainersByRulesPathBadRequest) IsSuccess() bool
- func (o *ExtAggregateFailedContainersByRulesPathBadRequest) String() string
- type ExtAggregateFailedContainersByRulesPathForbidden
- func (o *ExtAggregateFailedContainersByRulesPathForbidden) Code() int
- func (o *ExtAggregateFailedContainersByRulesPathForbidden) Error() string
- func (o *ExtAggregateFailedContainersByRulesPathForbidden) GetPayload() *models.DomainAggregateFailedAssetsByRulesResponse
- func (o *ExtAggregateFailedContainersByRulesPathForbidden) IsClientError() bool
- func (o *ExtAggregateFailedContainersByRulesPathForbidden) IsCode(code int) bool
- func (o *ExtAggregateFailedContainersByRulesPathForbidden) IsRedirect() bool
- func (o *ExtAggregateFailedContainersByRulesPathForbidden) IsServerError() bool
- func (o *ExtAggregateFailedContainersByRulesPathForbidden) IsSuccess() bool
- func (o *ExtAggregateFailedContainersByRulesPathForbidden) String() string
- type ExtAggregateFailedContainersByRulesPathInternalServerError
- func (o *ExtAggregateFailedContainersByRulesPathInternalServerError) Code() int
- func (o *ExtAggregateFailedContainersByRulesPathInternalServerError) Error() string
- func (o *ExtAggregateFailedContainersByRulesPathInternalServerError) GetPayload() *models.DomainAggregateFailedAssetsByRulesResponse
- func (o *ExtAggregateFailedContainersByRulesPathInternalServerError) IsClientError() bool
- func (o *ExtAggregateFailedContainersByRulesPathInternalServerError) IsCode(code int) bool
- func (o *ExtAggregateFailedContainersByRulesPathInternalServerError) IsRedirect() bool
- func (o *ExtAggregateFailedContainersByRulesPathInternalServerError) IsServerError() bool
- func (o *ExtAggregateFailedContainersByRulesPathInternalServerError) IsSuccess() bool
- func (o *ExtAggregateFailedContainersByRulesPathInternalServerError) String() string
- type ExtAggregateFailedContainersByRulesPathOK
- func (o *ExtAggregateFailedContainersByRulesPathOK) Code() int
- func (o *ExtAggregateFailedContainersByRulesPathOK) Error() string
- func (o *ExtAggregateFailedContainersByRulesPathOK) GetPayload() *models.DomainAggregateFailedAssetsByRulesResponse
- func (o *ExtAggregateFailedContainersByRulesPathOK) IsClientError() bool
- func (o *ExtAggregateFailedContainersByRulesPathOK) IsCode(code int) bool
- func (o *ExtAggregateFailedContainersByRulesPathOK) IsRedirect() bool
- func (o *ExtAggregateFailedContainersByRulesPathOK) IsServerError() bool
- func (o *ExtAggregateFailedContainersByRulesPathOK) IsSuccess() bool
- func (o *ExtAggregateFailedContainersByRulesPathOK) String() string
- type ExtAggregateFailedContainersByRulesPathParams
- func NewExtAggregateFailedContainersByRulesPathParams() *ExtAggregateFailedContainersByRulesPathParams
- func NewExtAggregateFailedContainersByRulesPathParamsWithContext(ctx context.Context) *ExtAggregateFailedContainersByRulesPathParams
- func NewExtAggregateFailedContainersByRulesPathParamsWithHTTPClient(client *http.Client) *ExtAggregateFailedContainersByRulesPathParams
- func NewExtAggregateFailedContainersByRulesPathParamsWithTimeout(timeout time.Duration) *ExtAggregateFailedContainersByRulesPathParams
- func (o *ExtAggregateFailedContainersByRulesPathParams) SetContext(ctx context.Context)
- func (o *ExtAggregateFailedContainersByRulesPathParams) SetDefaults()
- func (o *ExtAggregateFailedContainersByRulesPathParams) SetFilter(filter *string)
- func (o *ExtAggregateFailedContainersByRulesPathParams) SetHTTPClient(client *http.Client)
- func (o *ExtAggregateFailedContainersByRulesPathParams) SetTimeout(timeout time.Duration)
- func (o *ExtAggregateFailedContainersByRulesPathParams) WithContext(ctx context.Context) *ExtAggregateFailedContainersByRulesPathParams
- func (o *ExtAggregateFailedContainersByRulesPathParams) WithDefaults() *ExtAggregateFailedContainersByRulesPathParams
- func (o *ExtAggregateFailedContainersByRulesPathParams) WithFilter(filter *string) *ExtAggregateFailedContainersByRulesPathParams
- func (o *ExtAggregateFailedContainersByRulesPathParams) WithHTTPClient(client *http.Client) *ExtAggregateFailedContainersByRulesPathParams
- func (o *ExtAggregateFailedContainersByRulesPathParams) WithTimeout(timeout time.Duration) *ExtAggregateFailedContainersByRulesPathParams
- func (o *ExtAggregateFailedContainersByRulesPathParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ExtAggregateFailedContainersByRulesPathReader
- type ExtAggregateFailedContainersByRulesPathTooManyRequests
- func (o *ExtAggregateFailedContainersByRulesPathTooManyRequests) Code() int
- func (o *ExtAggregateFailedContainersByRulesPathTooManyRequests) Error() string
- func (o *ExtAggregateFailedContainersByRulesPathTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *ExtAggregateFailedContainersByRulesPathTooManyRequests) IsClientError() bool
- func (o *ExtAggregateFailedContainersByRulesPathTooManyRequests) IsCode(code int) bool
- func (o *ExtAggregateFailedContainersByRulesPathTooManyRequests) IsRedirect() bool
- func (o *ExtAggregateFailedContainersByRulesPathTooManyRequests) IsServerError() bool
- func (o *ExtAggregateFailedContainersByRulesPathTooManyRequests) IsSuccess() bool
- func (o *ExtAggregateFailedContainersByRulesPathTooManyRequests) String() string
- type ExtAggregateFailedContainersByRulesPathUnauthorized
- func (o *ExtAggregateFailedContainersByRulesPathUnauthorized) Code() int
- func (o *ExtAggregateFailedContainersByRulesPathUnauthorized) Error() string
- func (o *ExtAggregateFailedContainersByRulesPathUnauthorized) GetPayload() *models.DomainAggregateFailedAssetsByRulesResponse
- func (o *ExtAggregateFailedContainersByRulesPathUnauthorized) IsClientError() bool
- func (o *ExtAggregateFailedContainersByRulesPathUnauthorized) IsCode(code int) bool
- func (o *ExtAggregateFailedContainersByRulesPathUnauthorized) IsRedirect() bool
- func (o *ExtAggregateFailedContainersByRulesPathUnauthorized) IsServerError() bool
- func (o *ExtAggregateFailedContainersByRulesPathUnauthorized) IsSuccess() bool
- func (o *ExtAggregateFailedContainersByRulesPathUnauthorized) String() string
- type ExtAggregateFailedContainersCountBySeverityBadRequest
- func (o *ExtAggregateFailedContainersCountBySeverityBadRequest) Code() int
- func (o *ExtAggregateFailedContainersCountBySeverityBadRequest) Error() string
- func (o *ExtAggregateFailedContainersCountBySeverityBadRequest) GetPayload() *models.DomainAggregateFailedAssetCountBySeverityResponse
- func (o *ExtAggregateFailedContainersCountBySeverityBadRequest) IsClientError() bool
- func (o *ExtAggregateFailedContainersCountBySeverityBadRequest) IsCode(code int) bool
- func (o *ExtAggregateFailedContainersCountBySeverityBadRequest) IsRedirect() bool
- func (o *ExtAggregateFailedContainersCountBySeverityBadRequest) IsServerError() bool
- func (o *ExtAggregateFailedContainersCountBySeverityBadRequest) IsSuccess() bool
- func (o *ExtAggregateFailedContainersCountBySeverityBadRequest) String() string
- type ExtAggregateFailedContainersCountBySeverityForbidden
- func (o *ExtAggregateFailedContainersCountBySeverityForbidden) Code() int
- func (o *ExtAggregateFailedContainersCountBySeverityForbidden) Error() string
- func (o *ExtAggregateFailedContainersCountBySeverityForbidden) GetPayload() *models.DomainAggregateFailedAssetCountBySeverityResponse
- func (o *ExtAggregateFailedContainersCountBySeverityForbidden) IsClientError() bool
- func (o *ExtAggregateFailedContainersCountBySeverityForbidden) IsCode(code int) bool
- func (o *ExtAggregateFailedContainersCountBySeverityForbidden) IsRedirect() bool
- func (o *ExtAggregateFailedContainersCountBySeverityForbidden) IsServerError() bool
- func (o *ExtAggregateFailedContainersCountBySeverityForbidden) IsSuccess() bool
- func (o *ExtAggregateFailedContainersCountBySeverityForbidden) String() string
- type ExtAggregateFailedContainersCountBySeverityInternalServerError
- func (o *ExtAggregateFailedContainersCountBySeverityInternalServerError) Code() int
- func (o *ExtAggregateFailedContainersCountBySeverityInternalServerError) Error() string
- func (o *ExtAggregateFailedContainersCountBySeverityInternalServerError) GetPayload() *models.DomainAggregateFailedAssetCountBySeverityResponse
- func (o *ExtAggregateFailedContainersCountBySeverityInternalServerError) IsClientError() bool
- func (o *ExtAggregateFailedContainersCountBySeverityInternalServerError) IsCode(code int) bool
- func (o *ExtAggregateFailedContainersCountBySeverityInternalServerError) IsRedirect() bool
- func (o *ExtAggregateFailedContainersCountBySeverityInternalServerError) IsServerError() bool
- func (o *ExtAggregateFailedContainersCountBySeverityInternalServerError) IsSuccess() bool
- func (o *ExtAggregateFailedContainersCountBySeverityInternalServerError) String() string
- type ExtAggregateFailedContainersCountBySeverityOK
- func (o *ExtAggregateFailedContainersCountBySeverityOK) Code() int
- func (o *ExtAggregateFailedContainersCountBySeverityOK) Error() string
- func (o *ExtAggregateFailedContainersCountBySeverityOK) GetPayload() *models.DomainAggregateFailedAssetCountBySeverityResponse
- func (o *ExtAggregateFailedContainersCountBySeverityOK) IsClientError() bool
- func (o *ExtAggregateFailedContainersCountBySeverityOK) IsCode(code int) bool
- func (o *ExtAggregateFailedContainersCountBySeverityOK) IsRedirect() bool
- func (o *ExtAggregateFailedContainersCountBySeverityOK) IsServerError() bool
- func (o *ExtAggregateFailedContainersCountBySeverityOK) IsSuccess() bool
- func (o *ExtAggregateFailedContainersCountBySeverityOK) String() string
- type ExtAggregateFailedContainersCountBySeverityParams
- func NewExtAggregateFailedContainersCountBySeverityParams() *ExtAggregateFailedContainersCountBySeverityParams
- func NewExtAggregateFailedContainersCountBySeverityParamsWithContext(ctx context.Context) *ExtAggregateFailedContainersCountBySeverityParams
- func NewExtAggregateFailedContainersCountBySeverityParamsWithHTTPClient(client *http.Client) *ExtAggregateFailedContainersCountBySeverityParams
- func NewExtAggregateFailedContainersCountBySeverityParamsWithTimeout(timeout time.Duration) *ExtAggregateFailedContainersCountBySeverityParams
- func (o *ExtAggregateFailedContainersCountBySeverityParams) SetContext(ctx context.Context)
- func (o *ExtAggregateFailedContainersCountBySeverityParams) SetDefaults()
- func (o *ExtAggregateFailedContainersCountBySeverityParams) SetFilter(filter *string)
- func (o *ExtAggregateFailedContainersCountBySeverityParams) SetHTTPClient(client *http.Client)
- func (o *ExtAggregateFailedContainersCountBySeverityParams) SetTimeout(timeout time.Duration)
- func (o *ExtAggregateFailedContainersCountBySeverityParams) WithContext(ctx context.Context) *ExtAggregateFailedContainersCountBySeverityParams
- func (o *ExtAggregateFailedContainersCountBySeverityParams) WithDefaults() *ExtAggregateFailedContainersCountBySeverityParams
- func (o *ExtAggregateFailedContainersCountBySeverityParams) WithFilter(filter *string) *ExtAggregateFailedContainersCountBySeverityParams
- func (o *ExtAggregateFailedContainersCountBySeverityParams) WithHTTPClient(client *http.Client) *ExtAggregateFailedContainersCountBySeverityParams
- func (o *ExtAggregateFailedContainersCountBySeverityParams) WithTimeout(timeout time.Duration) *ExtAggregateFailedContainersCountBySeverityParams
- func (o *ExtAggregateFailedContainersCountBySeverityParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ExtAggregateFailedContainersCountBySeverityReader
- type ExtAggregateFailedContainersCountBySeverityTooManyRequests
- func (o *ExtAggregateFailedContainersCountBySeverityTooManyRequests) Code() int
- func (o *ExtAggregateFailedContainersCountBySeverityTooManyRequests) Error() string
- func (o *ExtAggregateFailedContainersCountBySeverityTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *ExtAggregateFailedContainersCountBySeverityTooManyRequests) IsClientError() bool
- func (o *ExtAggregateFailedContainersCountBySeverityTooManyRequests) IsCode(code int) bool
- func (o *ExtAggregateFailedContainersCountBySeverityTooManyRequests) IsRedirect() bool
- func (o *ExtAggregateFailedContainersCountBySeverityTooManyRequests) IsServerError() bool
- func (o *ExtAggregateFailedContainersCountBySeverityTooManyRequests) IsSuccess() bool
- func (o *ExtAggregateFailedContainersCountBySeverityTooManyRequests) String() string
- type ExtAggregateFailedContainersCountBySeverityUnauthorized
- func (o *ExtAggregateFailedContainersCountBySeverityUnauthorized) Code() int
- func (o *ExtAggregateFailedContainersCountBySeverityUnauthorized) Error() string
- func (o *ExtAggregateFailedContainersCountBySeverityUnauthorized) GetPayload() *models.DomainAggregateFailedAssetCountBySeverityResponse
- func (o *ExtAggregateFailedContainersCountBySeverityUnauthorized) IsClientError() bool
- func (o *ExtAggregateFailedContainersCountBySeverityUnauthorized) IsCode(code int) bool
- func (o *ExtAggregateFailedContainersCountBySeverityUnauthorized) IsRedirect() bool
- func (o *ExtAggregateFailedContainersCountBySeverityUnauthorized) IsServerError() bool
- func (o *ExtAggregateFailedContainersCountBySeverityUnauthorized) IsSuccess() bool
- func (o *ExtAggregateFailedContainersCountBySeverityUnauthorized) String() string
- type ExtAggregateFailedImagesByRulesPathBadRequest
- func (o *ExtAggregateFailedImagesByRulesPathBadRequest) Code() int
- func (o *ExtAggregateFailedImagesByRulesPathBadRequest) Error() string
- func (o *ExtAggregateFailedImagesByRulesPathBadRequest) GetPayload() *models.DomainAggregateFailedAssetsByRulesResponse
- func (o *ExtAggregateFailedImagesByRulesPathBadRequest) IsClientError() bool
- func (o *ExtAggregateFailedImagesByRulesPathBadRequest) IsCode(code int) bool
- func (o *ExtAggregateFailedImagesByRulesPathBadRequest) IsRedirect() bool
- func (o *ExtAggregateFailedImagesByRulesPathBadRequest) IsServerError() bool
- func (o *ExtAggregateFailedImagesByRulesPathBadRequest) IsSuccess() bool
- func (o *ExtAggregateFailedImagesByRulesPathBadRequest) String() string
- type ExtAggregateFailedImagesByRulesPathForbidden
- func (o *ExtAggregateFailedImagesByRulesPathForbidden) Code() int
- func (o *ExtAggregateFailedImagesByRulesPathForbidden) Error() string
- func (o *ExtAggregateFailedImagesByRulesPathForbidden) GetPayload() *models.DomainAggregateFailedAssetsByRulesResponse
- func (o *ExtAggregateFailedImagesByRulesPathForbidden) IsClientError() bool
- func (o *ExtAggregateFailedImagesByRulesPathForbidden) IsCode(code int) bool
- func (o *ExtAggregateFailedImagesByRulesPathForbidden) IsRedirect() bool
- func (o *ExtAggregateFailedImagesByRulesPathForbidden) IsServerError() bool
- func (o *ExtAggregateFailedImagesByRulesPathForbidden) IsSuccess() bool
- func (o *ExtAggregateFailedImagesByRulesPathForbidden) String() string
- type ExtAggregateFailedImagesByRulesPathInternalServerError
- func (o *ExtAggregateFailedImagesByRulesPathInternalServerError) Code() int
- func (o *ExtAggregateFailedImagesByRulesPathInternalServerError) Error() string
- func (o *ExtAggregateFailedImagesByRulesPathInternalServerError) GetPayload() *models.DomainAggregateFailedAssetsByRulesResponse
- func (o *ExtAggregateFailedImagesByRulesPathInternalServerError) IsClientError() bool
- func (o *ExtAggregateFailedImagesByRulesPathInternalServerError) IsCode(code int) bool
- func (o *ExtAggregateFailedImagesByRulesPathInternalServerError) IsRedirect() bool
- func (o *ExtAggregateFailedImagesByRulesPathInternalServerError) IsServerError() bool
- func (o *ExtAggregateFailedImagesByRulesPathInternalServerError) IsSuccess() bool
- func (o *ExtAggregateFailedImagesByRulesPathInternalServerError) String() string
- type ExtAggregateFailedImagesByRulesPathOK
- func (o *ExtAggregateFailedImagesByRulesPathOK) Code() int
- func (o *ExtAggregateFailedImagesByRulesPathOK) Error() string
- func (o *ExtAggregateFailedImagesByRulesPathOK) GetPayload() *models.DomainAggregateFailedAssetsByRulesResponse
- func (o *ExtAggregateFailedImagesByRulesPathOK) IsClientError() bool
- func (o *ExtAggregateFailedImagesByRulesPathOK) IsCode(code int) bool
- func (o *ExtAggregateFailedImagesByRulesPathOK) IsRedirect() bool
- func (o *ExtAggregateFailedImagesByRulesPathOK) IsServerError() bool
- func (o *ExtAggregateFailedImagesByRulesPathOK) IsSuccess() bool
- func (o *ExtAggregateFailedImagesByRulesPathOK) String() string
- type ExtAggregateFailedImagesByRulesPathParams
- func NewExtAggregateFailedImagesByRulesPathParams() *ExtAggregateFailedImagesByRulesPathParams
- func NewExtAggregateFailedImagesByRulesPathParamsWithContext(ctx context.Context) *ExtAggregateFailedImagesByRulesPathParams
- func NewExtAggregateFailedImagesByRulesPathParamsWithHTTPClient(client *http.Client) *ExtAggregateFailedImagesByRulesPathParams
- func NewExtAggregateFailedImagesByRulesPathParamsWithTimeout(timeout time.Duration) *ExtAggregateFailedImagesByRulesPathParams
- func (o *ExtAggregateFailedImagesByRulesPathParams) SetContext(ctx context.Context)
- func (o *ExtAggregateFailedImagesByRulesPathParams) SetDefaults()
- func (o *ExtAggregateFailedImagesByRulesPathParams) SetFilter(filter *string)
- func (o *ExtAggregateFailedImagesByRulesPathParams) SetHTTPClient(client *http.Client)
- func (o *ExtAggregateFailedImagesByRulesPathParams) SetTimeout(timeout time.Duration)
- func (o *ExtAggregateFailedImagesByRulesPathParams) WithContext(ctx context.Context) *ExtAggregateFailedImagesByRulesPathParams
- func (o *ExtAggregateFailedImagesByRulesPathParams) WithDefaults() *ExtAggregateFailedImagesByRulesPathParams
- func (o *ExtAggregateFailedImagesByRulesPathParams) WithFilter(filter *string) *ExtAggregateFailedImagesByRulesPathParams
- func (o *ExtAggregateFailedImagesByRulesPathParams) WithHTTPClient(client *http.Client) *ExtAggregateFailedImagesByRulesPathParams
- func (o *ExtAggregateFailedImagesByRulesPathParams) WithTimeout(timeout time.Duration) *ExtAggregateFailedImagesByRulesPathParams
- func (o *ExtAggregateFailedImagesByRulesPathParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ExtAggregateFailedImagesByRulesPathReader
- type ExtAggregateFailedImagesByRulesPathTooManyRequests
- func (o *ExtAggregateFailedImagesByRulesPathTooManyRequests) Code() int
- func (o *ExtAggregateFailedImagesByRulesPathTooManyRequests) Error() string
- func (o *ExtAggregateFailedImagesByRulesPathTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *ExtAggregateFailedImagesByRulesPathTooManyRequests) IsClientError() bool
- func (o *ExtAggregateFailedImagesByRulesPathTooManyRequests) IsCode(code int) bool
- func (o *ExtAggregateFailedImagesByRulesPathTooManyRequests) IsRedirect() bool
- func (o *ExtAggregateFailedImagesByRulesPathTooManyRequests) IsServerError() bool
- func (o *ExtAggregateFailedImagesByRulesPathTooManyRequests) IsSuccess() bool
- func (o *ExtAggregateFailedImagesByRulesPathTooManyRequests) String() string
- type ExtAggregateFailedImagesByRulesPathUnauthorized
- func (o *ExtAggregateFailedImagesByRulesPathUnauthorized) Code() int
- func (o *ExtAggregateFailedImagesByRulesPathUnauthorized) Error() string
- func (o *ExtAggregateFailedImagesByRulesPathUnauthorized) GetPayload() *models.DomainAggregateFailedAssetsByRulesResponse
- func (o *ExtAggregateFailedImagesByRulesPathUnauthorized) IsClientError() bool
- func (o *ExtAggregateFailedImagesByRulesPathUnauthorized) IsCode(code int) bool
- func (o *ExtAggregateFailedImagesByRulesPathUnauthorized) IsRedirect() bool
- func (o *ExtAggregateFailedImagesByRulesPathUnauthorized) IsServerError() bool
- func (o *ExtAggregateFailedImagesByRulesPathUnauthorized) IsSuccess() bool
- func (o *ExtAggregateFailedImagesByRulesPathUnauthorized) String() string
- type ExtAggregateFailedImagesCountBySeverityBadRequest
- func (o *ExtAggregateFailedImagesCountBySeverityBadRequest) Code() int
- func (o *ExtAggregateFailedImagesCountBySeverityBadRequest) Error() string
- func (o *ExtAggregateFailedImagesCountBySeverityBadRequest) GetPayload() *models.DomainAggregateFailedAssetCountBySeverityResponse
- func (o *ExtAggregateFailedImagesCountBySeverityBadRequest) IsClientError() bool
- func (o *ExtAggregateFailedImagesCountBySeverityBadRequest) IsCode(code int) bool
- func (o *ExtAggregateFailedImagesCountBySeverityBadRequest) IsRedirect() bool
- func (o *ExtAggregateFailedImagesCountBySeverityBadRequest) IsServerError() bool
- func (o *ExtAggregateFailedImagesCountBySeverityBadRequest) IsSuccess() bool
- func (o *ExtAggregateFailedImagesCountBySeverityBadRequest) String() string
- type ExtAggregateFailedImagesCountBySeverityForbidden
- func (o *ExtAggregateFailedImagesCountBySeverityForbidden) Code() int
- func (o *ExtAggregateFailedImagesCountBySeverityForbidden) Error() string
- func (o *ExtAggregateFailedImagesCountBySeverityForbidden) GetPayload() *models.DomainAggregateFailedAssetCountBySeverityResponse
- func (o *ExtAggregateFailedImagesCountBySeverityForbidden) IsClientError() bool
- func (o *ExtAggregateFailedImagesCountBySeverityForbidden) IsCode(code int) bool
- func (o *ExtAggregateFailedImagesCountBySeverityForbidden) IsRedirect() bool
- func (o *ExtAggregateFailedImagesCountBySeverityForbidden) IsServerError() bool
- func (o *ExtAggregateFailedImagesCountBySeverityForbidden) IsSuccess() bool
- func (o *ExtAggregateFailedImagesCountBySeverityForbidden) String() string
- type ExtAggregateFailedImagesCountBySeverityInternalServerError
- func (o *ExtAggregateFailedImagesCountBySeverityInternalServerError) Code() int
- func (o *ExtAggregateFailedImagesCountBySeverityInternalServerError) Error() string
- func (o *ExtAggregateFailedImagesCountBySeverityInternalServerError) GetPayload() *models.DomainAggregateFailedAssetCountBySeverityResponse
- func (o *ExtAggregateFailedImagesCountBySeverityInternalServerError) IsClientError() bool
- func (o *ExtAggregateFailedImagesCountBySeverityInternalServerError) IsCode(code int) bool
- func (o *ExtAggregateFailedImagesCountBySeverityInternalServerError) IsRedirect() bool
- func (o *ExtAggregateFailedImagesCountBySeverityInternalServerError) IsServerError() bool
- func (o *ExtAggregateFailedImagesCountBySeverityInternalServerError) IsSuccess() bool
- func (o *ExtAggregateFailedImagesCountBySeverityInternalServerError) String() string
- type ExtAggregateFailedImagesCountBySeverityOK
- func (o *ExtAggregateFailedImagesCountBySeverityOK) Code() int
- func (o *ExtAggregateFailedImagesCountBySeverityOK) Error() string
- func (o *ExtAggregateFailedImagesCountBySeverityOK) GetPayload() *models.DomainAggregateFailedAssetCountBySeverityResponse
- func (o *ExtAggregateFailedImagesCountBySeverityOK) IsClientError() bool
- func (o *ExtAggregateFailedImagesCountBySeverityOK) IsCode(code int) bool
- func (o *ExtAggregateFailedImagesCountBySeverityOK) IsRedirect() bool
- func (o *ExtAggregateFailedImagesCountBySeverityOK) IsServerError() bool
- func (o *ExtAggregateFailedImagesCountBySeverityOK) IsSuccess() bool
- func (o *ExtAggregateFailedImagesCountBySeverityOK) String() string
- type ExtAggregateFailedImagesCountBySeverityParams
- func NewExtAggregateFailedImagesCountBySeverityParams() *ExtAggregateFailedImagesCountBySeverityParams
- func NewExtAggregateFailedImagesCountBySeverityParamsWithContext(ctx context.Context) *ExtAggregateFailedImagesCountBySeverityParams
- func NewExtAggregateFailedImagesCountBySeverityParamsWithHTTPClient(client *http.Client) *ExtAggregateFailedImagesCountBySeverityParams
- func NewExtAggregateFailedImagesCountBySeverityParamsWithTimeout(timeout time.Duration) *ExtAggregateFailedImagesCountBySeverityParams
- func (o *ExtAggregateFailedImagesCountBySeverityParams) SetContext(ctx context.Context)
- func (o *ExtAggregateFailedImagesCountBySeverityParams) SetDefaults()
- func (o *ExtAggregateFailedImagesCountBySeverityParams) SetFilter(filter *string)
- func (o *ExtAggregateFailedImagesCountBySeverityParams) SetHTTPClient(client *http.Client)
- func (o *ExtAggregateFailedImagesCountBySeverityParams) SetTimeout(timeout time.Duration)
- func (o *ExtAggregateFailedImagesCountBySeverityParams) WithContext(ctx context.Context) *ExtAggregateFailedImagesCountBySeverityParams
- func (o *ExtAggregateFailedImagesCountBySeverityParams) WithDefaults() *ExtAggregateFailedImagesCountBySeverityParams
- func (o *ExtAggregateFailedImagesCountBySeverityParams) WithFilter(filter *string) *ExtAggregateFailedImagesCountBySeverityParams
- func (o *ExtAggregateFailedImagesCountBySeverityParams) WithHTTPClient(client *http.Client) *ExtAggregateFailedImagesCountBySeverityParams
- func (o *ExtAggregateFailedImagesCountBySeverityParams) WithTimeout(timeout time.Duration) *ExtAggregateFailedImagesCountBySeverityParams
- func (o *ExtAggregateFailedImagesCountBySeverityParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ExtAggregateFailedImagesCountBySeverityReader
- type ExtAggregateFailedImagesCountBySeverityTooManyRequests
- func (o *ExtAggregateFailedImagesCountBySeverityTooManyRequests) Code() int
- func (o *ExtAggregateFailedImagesCountBySeverityTooManyRequests) Error() string
- func (o *ExtAggregateFailedImagesCountBySeverityTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *ExtAggregateFailedImagesCountBySeverityTooManyRequests) IsClientError() bool
- func (o *ExtAggregateFailedImagesCountBySeverityTooManyRequests) IsCode(code int) bool
- func (o *ExtAggregateFailedImagesCountBySeverityTooManyRequests) IsRedirect() bool
- func (o *ExtAggregateFailedImagesCountBySeverityTooManyRequests) IsServerError() bool
- func (o *ExtAggregateFailedImagesCountBySeverityTooManyRequests) IsSuccess() bool
- func (o *ExtAggregateFailedImagesCountBySeverityTooManyRequests) String() string
- type ExtAggregateFailedImagesCountBySeverityUnauthorized
- func (o *ExtAggregateFailedImagesCountBySeverityUnauthorized) Code() int
- func (o *ExtAggregateFailedImagesCountBySeverityUnauthorized) Error() string
- func (o *ExtAggregateFailedImagesCountBySeverityUnauthorized) GetPayload() *models.DomainAggregateFailedAssetCountBySeverityResponse
- func (o *ExtAggregateFailedImagesCountBySeverityUnauthorized) IsClientError() bool
- func (o *ExtAggregateFailedImagesCountBySeverityUnauthorized) IsCode(code int) bool
- func (o *ExtAggregateFailedImagesCountBySeverityUnauthorized) IsRedirect() bool
- func (o *ExtAggregateFailedImagesCountBySeverityUnauthorized) IsServerError() bool
- func (o *ExtAggregateFailedImagesCountBySeverityUnauthorized) IsSuccess() bool
- func (o *ExtAggregateFailedImagesCountBySeverityUnauthorized) String() string
- type ExtAggregateFailedRulesByClustersBadRequest
- func (o *ExtAggregateFailedRulesByClustersBadRequest) Code() int
- func (o *ExtAggregateFailedRulesByClustersBadRequest) Error() string
- func (o *ExtAggregateFailedRulesByClustersBadRequest) GetPayload() *models.DomainAggregateFailedRulesByClustersResponse
- func (o *ExtAggregateFailedRulesByClustersBadRequest) IsClientError() bool
- func (o *ExtAggregateFailedRulesByClustersBadRequest) IsCode(code int) bool
- func (o *ExtAggregateFailedRulesByClustersBadRequest) IsRedirect() bool
- func (o *ExtAggregateFailedRulesByClustersBadRequest) IsServerError() bool
- func (o *ExtAggregateFailedRulesByClustersBadRequest) IsSuccess() bool
- func (o *ExtAggregateFailedRulesByClustersBadRequest) String() string
- type ExtAggregateFailedRulesByClustersForbidden
- func (o *ExtAggregateFailedRulesByClustersForbidden) Code() int
- func (o *ExtAggregateFailedRulesByClustersForbidden) Error() string
- func (o *ExtAggregateFailedRulesByClustersForbidden) GetPayload() *models.DomainAggregateFailedRulesByClustersResponse
- func (o *ExtAggregateFailedRulesByClustersForbidden) IsClientError() bool
- func (o *ExtAggregateFailedRulesByClustersForbidden) IsCode(code int) bool
- func (o *ExtAggregateFailedRulesByClustersForbidden) IsRedirect() bool
- func (o *ExtAggregateFailedRulesByClustersForbidden) IsServerError() bool
- func (o *ExtAggregateFailedRulesByClustersForbidden) IsSuccess() bool
- func (o *ExtAggregateFailedRulesByClustersForbidden) String() string
- type ExtAggregateFailedRulesByClustersInternalServerError
- func (o *ExtAggregateFailedRulesByClustersInternalServerError) Code() int
- func (o *ExtAggregateFailedRulesByClustersInternalServerError) Error() string
- func (o *ExtAggregateFailedRulesByClustersInternalServerError) GetPayload() *models.DomainAggregateFailedRulesByClustersResponse
- func (o *ExtAggregateFailedRulesByClustersInternalServerError) IsClientError() bool
- func (o *ExtAggregateFailedRulesByClustersInternalServerError) IsCode(code int) bool
- func (o *ExtAggregateFailedRulesByClustersInternalServerError) IsRedirect() bool
- func (o *ExtAggregateFailedRulesByClustersInternalServerError) IsServerError() bool
- func (o *ExtAggregateFailedRulesByClustersInternalServerError) IsSuccess() bool
- func (o *ExtAggregateFailedRulesByClustersInternalServerError) String() string
- type ExtAggregateFailedRulesByClustersOK
- func (o *ExtAggregateFailedRulesByClustersOK) Code() int
- func (o *ExtAggregateFailedRulesByClustersOK) Error() string
- func (o *ExtAggregateFailedRulesByClustersOK) GetPayload() *models.DomainAggregateFailedRulesByClustersResponse
- func (o *ExtAggregateFailedRulesByClustersOK) IsClientError() bool
- func (o *ExtAggregateFailedRulesByClustersOK) IsCode(code int) bool
- func (o *ExtAggregateFailedRulesByClustersOK) IsRedirect() bool
- func (o *ExtAggregateFailedRulesByClustersOK) IsServerError() bool
- func (o *ExtAggregateFailedRulesByClustersOK) IsSuccess() bool
- func (o *ExtAggregateFailedRulesByClustersOK) String() string
- type ExtAggregateFailedRulesByClustersParams
- func NewExtAggregateFailedRulesByClustersParams() *ExtAggregateFailedRulesByClustersParams
- func NewExtAggregateFailedRulesByClustersParamsWithContext(ctx context.Context) *ExtAggregateFailedRulesByClustersParams
- func NewExtAggregateFailedRulesByClustersParamsWithHTTPClient(client *http.Client) *ExtAggregateFailedRulesByClustersParams
- func NewExtAggregateFailedRulesByClustersParamsWithTimeout(timeout time.Duration) *ExtAggregateFailedRulesByClustersParams
- func (o *ExtAggregateFailedRulesByClustersParams) SetContext(ctx context.Context)
- func (o *ExtAggregateFailedRulesByClustersParams) SetDefaults()
- func (o *ExtAggregateFailedRulesByClustersParams) SetFilter(filter *string)
- func (o *ExtAggregateFailedRulesByClustersParams) SetHTTPClient(client *http.Client)
- func (o *ExtAggregateFailedRulesByClustersParams) SetTimeout(timeout time.Duration)
- func (o *ExtAggregateFailedRulesByClustersParams) WithContext(ctx context.Context) *ExtAggregateFailedRulesByClustersParams
- func (o *ExtAggregateFailedRulesByClustersParams) WithDefaults() *ExtAggregateFailedRulesByClustersParams
- func (o *ExtAggregateFailedRulesByClustersParams) WithFilter(filter *string) *ExtAggregateFailedRulesByClustersParams
- func (o *ExtAggregateFailedRulesByClustersParams) WithHTTPClient(client *http.Client) *ExtAggregateFailedRulesByClustersParams
- func (o *ExtAggregateFailedRulesByClustersParams) WithTimeout(timeout time.Duration) *ExtAggregateFailedRulesByClustersParams
- func (o *ExtAggregateFailedRulesByClustersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ExtAggregateFailedRulesByClustersReader
- type ExtAggregateFailedRulesByClustersTooManyRequests
- func (o *ExtAggregateFailedRulesByClustersTooManyRequests) Code() int
- func (o *ExtAggregateFailedRulesByClustersTooManyRequests) Error() string
- func (o *ExtAggregateFailedRulesByClustersTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *ExtAggregateFailedRulesByClustersTooManyRequests) IsClientError() bool
- func (o *ExtAggregateFailedRulesByClustersTooManyRequests) IsCode(code int) bool
- func (o *ExtAggregateFailedRulesByClustersTooManyRequests) IsRedirect() bool
- func (o *ExtAggregateFailedRulesByClustersTooManyRequests) IsServerError() bool
- func (o *ExtAggregateFailedRulesByClustersTooManyRequests) IsSuccess() bool
- func (o *ExtAggregateFailedRulesByClustersTooManyRequests) String() string
- type ExtAggregateFailedRulesByClustersUnauthorized
- func (o *ExtAggregateFailedRulesByClustersUnauthorized) Code() int
- func (o *ExtAggregateFailedRulesByClustersUnauthorized) Error() string
- func (o *ExtAggregateFailedRulesByClustersUnauthorized) GetPayload() *models.DomainAggregateFailedRulesByClustersResponse
- func (o *ExtAggregateFailedRulesByClustersUnauthorized) IsClientError() bool
- func (o *ExtAggregateFailedRulesByClustersUnauthorized) IsCode(code int) bool
- func (o *ExtAggregateFailedRulesByClustersUnauthorized) IsRedirect() bool
- func (o *ExtAggregateFailedRulesByClustersUnauthorized) IsServerError() bool
- func (o *ExtAggregateFailedRulesByClustersUnauthorized) IsSuccess() bool
- func (o *ExtAggregateFailedRulesByClustersUnauthorized) String() string
- type ExtAggregateFailedRulesByImagesBadRequest
- func (o *ExtAggregateFailedRulesByImagesBadRequest) Code() int
- func (o *ExtAggregateFailedRulesByImagesBadRequest) Error() string
- func (o *ExtAggregateFailedRulesByImagesBadRequest) GetPayload() *models.DomainAggregateFailedRulesByImagesResponse
- func (o *ExtAggregateFailedRulesByImagesBadRequest) IsClientError() bool
- func (o *ExtAggregateFailedRulesByImagesBadRequest) IsCode(code int) bool
- func (o *ExtAggregateFailedRulesByImagesBadRequest) IsRedirect() bool
- func (o *ExtAggregateFailedRulesByImagesBadRequest) IsServerError() bool
- func (o *ExtAggregateFailedRulesByImagesBadRequest) IsSuccess() bool
- func (o *ExtAggregateFailedRulesByImagesBadRequest) String() string
- type ExtAggregateFailedRulesByImagesForbidden
- func (o *ExtAggregateFailedRulesByImagesForbidden) Code() int
- func (o *ExtAggregateFailedRulesByImagesForbidden) Error() string
- func (o *ExtAggregateFailedRulesByImagesForbidden) GetPayload() *models.DomainAggregateFailedRulesByImagesResponse
- func (o *ExtAggregateFailedRulesByImagesForbidden) IsClientError() bool
- func (o *ExtAggregateFailedRulesByImagesForbidden) IsCode(code int) bool
- func (o *ExtAggregateFailedRulesByImagesForbidden) IsRedirect() bool
- func (o *ExtAggregateFailedRulesByImagesForbidden) IsServerError() bool
- func (o *ExtAggregateFailedRulesByImagesForbidden) IsSuccess() bool
- func (o *ExtAggregateFailedRulesByImagesForbidden) String() string
- type ExtAggregateFailedRulesByImagesInternalServerError
- func (o *ExtAggregateFailedRulesByImagesInternalServerError) Code() int
- func (o *ExtAggregateFailedRulesByImagesInternalServerError) Error() string
- func (o *ExtAggregateFailedRulesByImagesInternalServerError) GetPayload() *models.DomainAggregateFailedRulesByImagesResponse
- func (o *ExtAggregateFailedRulesByImagesInternalServerError) IsClientError() bool
- func (o *ExtAggregateFailedRulesByImagesInternalServerError) IsCode(code int) bool
- func (o *ExtAggregateFailedRulesByImagesInternalServerError) IsRedirect() bool
- func (o *ExtAggregateFailedRulesByImagesInternalServerError) IsServerError() bool
- func (o *ExtAggregateFailedRulesByImagesInternalServerError) IsSuccess() bool
- func (o *ExtAggregateFailedRulesByImagesInternalServerError) String() string
- type ExtAggregateFailedRulesByImagesOK
- func (o *ExtAggregateFailedRulesByImagesOK) Code() int
- func (o *ExtAggregateFailedRulesByImagesOK) Error() string
- func (o *ExtAggregateFailedRulesByImagesOK) GetPayload() *models.DomainAggregateFailedRulesByImagesResponse
- func (o *ExtAggregateFailedRulesByImagesOK) IsClientError() bool
- func (o *ExtAggregateFailedRulesByImagesOK) IsCode(code int) bool
- func (o *ExtAggregateFailedRulesByImagesOK) IsRedirect() bool
- func (o *ExtAggregateFailedRulesByImagesOK) IsServerError() bool
- func (o *ExtAggregateFailedRulesByImagesOK) IsSuccess() bool
- func (o *ExtAggregateFailedRulesByImagesOK) String() string
- type ExtAggregateFailedRulesByImagesParams
- func NewExtAggregateFailedRulesByImagesParams() *ExtAggregateFailedRulesByImagesParams
- func NewExtAggregateFailedRulesByImagesParamsWithContext(ctx context.Context) *ExtAggregateFailedRulesByImagesParams
- func NewExtAggregateFailedRulesByImagesParamsWithHTTPClient(client *http.Client) *ExtAggregateFailedRulesByImagesParams
- func NewExtAggregateFailedRulesByImagesParamsWithTimeout(timeout time.Duration) *ExtAggregateFailedRulesByImagesParams
- func (o *ExtAggregateFailedRulesByImagesParams) SetContext(ctx context.Context)
- func (o *ExtAggregateFailedRulesByImagesParams) SetDefaults()
- func (o *ExtAggregateFailedRulesByImagesParams) SetFilter(filter *string)
- func (o *ExtAggregateFailedRulesByImagesParams) SetHTTPClient(client *http.Client)
- func (o *ExtAggregateFailedRulesByImagesParams) SetTimeout(timeout time.Duration)
- func (o *ExtAggregateFailedRulesByImagesParams) WithContext(ctx context.Context) *ExtAggregateFailedRulesByImagesParams
- func (o *ExtAggregateFailedRulesByImagesParams) WithDefaults() *ExtAggregateFailedRulesByImagesParams
- func (o *ExtAggregateFailedRulesByImagesParams) WithFilter(filter *string) *ExtAggregateFailedRulesByImagesParams
- func (o *ExtAggregateFailedRulesByImagesParams) WithHTTPClient(client *http.Client) *ExtAggregateFailedRulesByImagesParams
- func (o *ExtAggregateFailedRulesByImagesParams) WithTimeout(timeout time.Duration) *ExtAggregateFailedRulesByImagesParams
- func (o *ExtAggregateFailedRulesByImagesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ExtAggregateFailedRulesByImagesReader
- type ExtAggregateFailedRulesByImagesTooManyRequests
- func (o *ExtAggregateFailedRulesByImagesTooManyRequests) Code() int
- func (o *ExtAggregateFailedRulesByImagesTooManyRequests) Error() string
- func (o *ExtAggregateFailedRulesByImagesTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *ExtAggregateFailedRulesByImagesTooManyRequests) IsClientError() bool
- func (o *ExtAggregateFailedRulesByImagesTooManyRequests) IsCode(code int) bool
- func (o *ExtAggregateFailedRulesByImagesTooManyRequests) IsRedirect() bool
- func (o *ExtAggregateFailedRulesByImagesTooManyRequests) IsServerError() bool
- func (o *ExtAggregateFailedRulesByImagesTooManyRequests) IsSuccess() bool
- func (o *ExtAggregateFailedRulesByImagesTooManyRequests) String() string
- type ExtAggregateFailedRulesByImagesUnauthorized
- func (o *ExtAggregateFailedRulesByImagesUnauthorized) Code() int
- func (o *ExtAggregateFailedRulesByImagesUnauthorized) Error() string
- func (o *ExtAggregateFailedRulesByImagesUnauthorized) GetPayload() *models.DomainAggregateFailedRulesByImagesResponse
- func (o *ExtAggregateFailedRulesByImagesUnauthorized) IsClientError() bool
- func (o *ExtAggregateFailedRulesByImagesUnauthorized) IsCode(code int) bool
- func (o *ExtAggregateFailedRulesByImagesUnauthorized) IsRedirect() bool
- func (o *ExtAggregateFailedRulesByImagesUnauthorized) IsServerError() bool
- func (o *ExtAggregateFailedRulesByImagesUnauthorized) IsSuccess() bool
- func (o *ExtAggregateFailedRulesByImagesUnauthorized) String() string
- type ExtAggregateFailedRulesCountBySeverityBadRequest
- func (o *ExtAggregateFailedRulesCountBySeverityBadRequest) Code() int
- func (o *ExtAggregateFailedRulesCountBySeverityBadRequest) Error() string
- func (o *ExtAggregateFailedRulesCountBySeverityBadRequest) GetPayload() *models.DomainAggregateFailedRulesCountBySeverityResponse
- func (o *ExtAggregateFailedRulesCountBySeverityBadRequest) IsClientError() bool
- func (o *ExtAggregateFailedRulesCountBySeverityBadRequest) IsCode(code int) bool
- func (o *ExtAggregateFailedRulesCountBySeverityBadRequest) IsRedirect() bool
- func (o *ExtAggregateFailedRulesCountBySeverityBadRequest) IsServerError() bool
- func (o *ExtAggregateFailedRulesCountBySeverityBadRequest) IsSuccess() bool
- func (o *ExtAggregateFailedRulesCountBySeverityBadRequest) String() string
- type ExtAggregateFailedRulesCountBySeverityForbidden
- func (o *ExtAggregateFailedRulesCountBySeverityForbidden) Code() int
- func (o *ExtAggregateFailedRulesCountBySeverityForbidden) Error() string
- func (o *ExtAggregateFailedRulesCountBySeverityForbidden) GetPayload() *models.DomainAggregateFailedRulesCountBySeverityResponse
- func (o *ExtAggregateFailedRulesCountBySeverityForbidden) IsClientError() bool
- func (o *ExtAggregateFailedRulesCountBySeverityForbidden) IsCode(code int) bool
- func (o *ExtAggregateFailedRulesCountBySeverityForbidden) IsRedirect() bool
- func (o *ExtAggregateFailedRulesCountBySeverityForbidden) IsServerError() bool
- func (o *ExtAggregateFailedRulesCountBySeverityForbidden) IsSuccess() bool
- func (o *ExtAggregateFailedRulesCountBySeverityForbidden) String() string
- type ExtAggregateFailedRulesCountBySeverityInternalServerError
- func (o *ExtAggregateFailedRulesCountBySeverityInternalServerError) Code() int
- func (o *ExtAggregateFailedRulesCountBySeverityInternalServerError) Error() string
- func (o *ExtAggregateFailedRulesCountBySeverityInternalServerError) GetPayload() *models.DomainAggregateFailedRulesCountBySeverityResponse
- func (o *ExtAggregateFailedRulesCountBySeverityInternalServerError) IsClientError() bool
- func (o *ExtAggregateFailedRulesCountBySeverityInternalServerError) IsCode(code int) bool
- func (o *ExtAggregateFailedRulesCountBySeverityInternalServerError) IsRedirect() bool
- func (o *ExtAggregateFailedRulesCountBySeverityInternalServerError) IsServerError() bool
- func (o *ExtAggregateFailedRulesCountBySeverityInternalServerError) IsSuccess() bool
- func (o *ExtAggregateFailedRulesCountBySeverityInternalServerError) String() string
- type ExtAggregateFailedRulesCountBySeverityOK
- func (o *ExtAggregateFailedRulesCountBySeverityOK) Code() int
- func (o *ExtAggregateFailedRulesCountBySeverityOK) Error() string
- func (o *ExtAggregateFailedRulesCountBySeverityOK) GetPayload() *models.DomainAggregateFailedRulesCountBySeverityResponse
- func (o *ExtAggregateFailedRulesCountBySeverityOK) IsClientError() bool
- func (o *ExtAggregateFailedRulesCountBySeverityOK) IsCode(code int) bool
- func (o *ExtAggregateFailedRulesCountBySeverityOK) IsRedirect() bool
- func (o *ExtAggregateFailedRulesCountBySeverityOK) IsServerError() bool
- func (o *ExtAggregateFailedRulesCountBySeverityOK) IsSuccess() bool
- func (o *ExtAggregateFailedRulesCountBySeverityOK) String() string
- type ExtAggregateFailedRulesCountBySeverityParams
- func NewExtAggregateFailedRulesCountBySeverityParams() *ExtAggregateFailedRulesCountBySeverityParams
- func NewExtAggregateFailedRulesCountBySeverityParamsWithContext(ctx context.Context) *ExtAggregateFailedRulesCountBySeverityParams
- func NewExtAggregateFailedRulesCountBySeverityParamsWithHTTPClient(client *http.Client) *ExtAggregateFailedRulesCountBySeverityParams
- func NewExtAggregateFailedRulesCountBySeverityParamsWithTimeout(timeout time.Duration) *ExtAggregateFailedRulesCountBySeverityParams
- func (o *ExtAggregateFailedRulesCountBySeverityParams) SetContext(ctx context.Context)
- func (o *ExtAggregateFailedRulesCountBySeverityParams) SetDefaults()
- func (o *ExtAggregateFailedRulesCountBySeverityParams) SetFilter(filter *string)
- func (o *ExtAggregateFailedRulesCountBySeverityParams) SetHTTPClient(client *http.Client)
- func (o *ExtAggregateFailedRulesCountBySeverityParams) SetTimeout(timeout time.Duration)
- func (o *ExtAggregateFailedRulesCountBySeverityParams) WithContext(ctx context.Context) *ExtAggregateFailedRulesCountBySeverityParams
- func (o *ExtAggregateFailedRulesCountBySeverityParams) WithDefaults() *ExtAggregateFailedRulesCountBySeverityParams
- func (o *ExtAggregateFailedRulesCountBySeverityParams) WithFilter(filter *string) *ExtAggregateFailedRulesCountBySeverityParams
- func (o *ExtAggregateFailedRulesCountBySeverityParams) WithHTTPClient(client *http.Client) *ExtAggregateFailedRulesCountBySeverityParams
- func (o *ExtAggregateFailedRulesCountBySeverityParams) WithTimeout(timeout time.Duration) *ExtAggregateFailedRulesCountBySeverityParams
- func (o *ExtAggregateFailedRulesCountBySeverityParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ExtAggregateFailedRulesCountBySeverityReader
- type ExtAggregateFailedRulesCountBySeverityTooManyRequests
- func (o *ExtAggregateFailedRulesCountBySeverityTooManyRequests) Code() int
- func (o *ExtAggregateFailedRulesCountBySeverityTooManyRequests) Error() string
- func (o *ExtAggregateFailedRulesCountBySeverityTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *ExtAggregateFailedRulesCountBySeverityTooManyRequests) IsClientError() bool
- func (o *ExtAggregateFailedRulesCountBySeverityTooManyRequests) IsCode(code int) bool
- func (o *ExtAggregateFailedRulesCountBySeverityTooManyRequests) IsRedirect() bool
- func (o *ExtAggregateFailedRulesCountBySeverityTooManyRequests) IsServerError() bool
- func (o *ExtAggregateFailedRulesCountBySeverityTooManyRequests) IsSuccess() bool
- func (o *ExtAggregateFailedRulesCountBySeverityTooManyRequests) String() string
- type ExtAggregateFailedRulesCountBySeverityUnauthorized
- func (o *ExtAggregateFailedRulesCountBySeverityUnauthorized) Code() int
- func (o *ExtAggregateFailedRulesCountBySeverityUnauthorized) Error() string
- func (o *ExtAggregateFailedRulesCountBySeverityUnauthorized) GetPayload() *models.DomainAggregateFailedRulesCountBySeverityResponse
- func (o *ExtAggregateFailedRulesCountBySeverityUnauthorized) IsClientError() bool
- func (o *ExtAggregateFailedRulesCountBySeverityUnauthorized) IsCode(code int) bool
- func (o *ExtAggregateFailedRulesCountBySeverityUnauthorized) IsRedirect() bool
- func (o *ExtAggregateFailedRulesCountBySeverityUnauthorized) IsServerError() bool
- func (o *ExtAggregateFailedRulesCountBySeverityUnauthorized) IsSuccess() bool
- func (o *ExtAggregateFailedRulesCountBySeverityUnauthorized) String() string
- type ExtAggregateImageAssessmentsBadRequest
- func (o *ExtAggregateImageAssessmentsBadRequest) Code() int
- func (o *ExtAggregateImageAssessmentsBadRequest) Error() string
- func (o *ExtAggregateImageAssessmentsBadRequest) GetPayload() *models.DomainAggregateImageAssessmentsResponse
- func (o *ExtAggregateImageAssessmentsBadRequest) IsClientError() bool
- func (o *ExtAggregateImageAssessmentsBadRequest) IsCode(code int) bool
- func (o *ExtAggregateImageAssessmentsBadRequest) IsRedirect() bool
- func (o *ExtAggregateImageAssessmentsBadRequest) IsServerError() bool
- func (o *ExtAggregateImageAssessmentsBadRequest) IsSuccess() bool
- func (o *ExtAggregateImageAssessmentsBadRequest) String() string
- type ExtAggregateImageAssessmentsForbidden
- func (o *ExtAggregateImageAssessmentsForbidden) Code() int
- func (o *ExtAggregateImageAssessmentsForbidden) Error() string
- func (o *ExtAggregateImageAssessmentsForbidden) GetPayload() *models.DomainAggregateImageAssessmentsResponse
- func (o *ExtAggregateImageAssessmentsForbidden) IsClientError() bool
- func (o *ExtAggregateImageAssessmentsForbidden) IsCode(code int) bool
- func (o *ExtAggregateImageAssessmentsForbidden) IsRedirect() bool
- func (o *ExtAggregateImageAssessmentsForbidden) IsServerError() bool
- func (o *ExtAggregateImageAssessmentsForbidden) IsSuccess() bool
- func (o *ExtAggregateImageAssessmentsForbidden) String() string
- type ExtAggregateImageAssessmentsInternalServerError
- func (o *ExtAggregateImageAssessmentsInternalServerError) Code() int
- func (o *ExtAggregateImageAssessmentsInternalServerError) Error() string
- func (o *ExtAggregateImageAssessmentsInternalServerError) GetPayload() *models.DomainAggregateImageAssessmentsResponse
- func (o *ExtAggregateImageAssessmentsInternalServerError) IsClientError() bool
- func (o *ExtAggregateImageAssessmentsInternalServerError) IsCode(code int) bool
- func (o *ExtAggregateImageAssessmentsInternalServerError) IsRedirect() bool
- func (o *ExtAggregateImageAssessmentsInternalServerError) IsServerError() bool
- func (o *ExtAggregateImageAssessmentsInternalServerError) IsSuccess() bool
- func (o *ExtAggregateImageAssessmentsInternalServerError) String() string
- type ExtAggregateImageAssessmentsOK
- func (o *ExtAggregateImageAssessmentsOK) Code() int
- func (o *ExtAggregateImageAssessmentsOK) Error() string
- func (o *ExtAggregateImageAssessmentsOK) GetPayload() *models.DomainAggregateImageAssessmentsResponse
- func (o *ExtAggregateImageAssessmentsOK) IsClientError() bool
- func (o *ExtAggregateImageAssessmentsOK) IsCode(code int) bool
- func (o *ExtAggregateImageAssessmentsOK) IsRedirect() bool
- func (o *ExtAggregateImageAssessmentsOK) IsServerError() bool
- func (o *ExtAggregateImageAssessmentsOK) IsSuccess() bool
- func (o *ExtAggregateImageAssessmentsOK) String() string
- type ExtAggregateImageAssessmentsParams
- func NewExtAggregateImageAssessmentsParams() *ExtAggregateImageAssessmentsParams
- func NewExtAggregateImageAssessmentsParamsWithContext(ctx context.Context) *ExtAggregateImageAssessmentsParams
- func NewExtAggregateImageAssessmentsParamsWithHTTPClient(client *http.Client) *ExtAggregateImageAssessmentsParams
- func NewExtAggregateImageAssessmentsParamsWithTimeout(timeout time.Duration) *ExtAggregateImageAssessmentsParams
- func (o *ExtAggregateImageAssessmentsParams) SetAfter(after *string)
- func (o *ExtAggregateImageAssessmentsParams) SetContext(ctx context.Context)
- func (o *ExtAggregateImageAssessmentsParams) SetDefaults()
- func (o *ExtAggregateImageAssessmentsParams) SetFilter(filter *string)
- func (o *ExtAggregateImageAssessmentsParams) SetHTTPClient(client *http.Client)
- func (o *ExtAggregateImageAssessmentsParams) SetLimit(limit *string)
- func (o *ExtAggregateImageAssessmentsParams) SetTimeout(timeout time.Duration)
- func (o *ExtAggregateImageAssessmentsParams) WithAfter(after *string) *ExtAggregateImageAssessmentsParams
- func (o *ExtAggregateImageAssessmentsParams) WithContext(ctx context.Context) *ExtAggregateImageAssessmentsParams
- func (o *ExtAggregateImageAssessmentsParams) WithDefaults() *ExtAggregateImageAssessmentsParams
- func (o *ExtAggregateImageAssessmentsParams) WithFilter(filter *string) *ExtAggregateImageAssessmentsParams
- func (o *ExtAggregateImageAssessmentsParams) WithHTTPClient(client *http.Client) *ExtAggregateImageAssessmentsParams
- func (o *ExtAggregateImageAssessmentsParams) WithLimit(limit *string) *ExtAggregateImageAssessmentsParams
- func (o *ExtAggregateImageAssessmentsParams) WithTimeout(timeout time.Duration) *ExtAggregateImageAssessmentsParams
- func (o *ExtAggregateImageAssessmentsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ExtAggregateImageAssessmentsReader
- type ExtAggregateImageAssessmentsTooManyRequests
- func (o *ExtAggregateImageAssessmentsTooManyRequests) Code() int
- func (o *ExtAggregateImageAssessmentsTooManyRequests) Error() string
- func (o *ExtAggregateImageAssessmentsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *ExtAggregateImageAssessmentsTooManyRequests) IsClientError() bool
- func (o *ExtAggregateImageAssessmentsTooManyRequests) IsCode(code int) bool
- func (o *ExtAggregateImageAssessmentsTooManyRequests) IsRedirect() bool
- func (o *ExtAggregateImageAssessmentsTooManyRequests) IsServerError() bool
- func (o *ExtAggregateImageAssessmentsTooManyRequests) IsSuccess() bool
- func (o *ExtAggregateImageAssessmentsTooManyRequests) String() string
- type ExtAggregateImageAssessmentsUnauthorized
- func (o *ExtAggregateImageAssessmentsUnauthorized) Code() int
- func (o *ExtAggregateImageAssessmentsUnauthorized) Error() string
- func (o *ExtAggregateImageAssessmentsUnauthorized) GetPayload() *models.DomainAggregateImageAssessmentsResponse
- func (o *ExtAggregateImageAssessmentsUnauthorized) IsClientError() bool
- func (o *ExtAggregateImageAssessmentsUnauthorized) IsCode(code int) bool
- func (o *ExtAggregateImageAssessmentsUnauthorized) IsRedirect() bool
- func (o *ExtAggregateImageAssessmentsUnauthorized) IsServerError() bool
- func (o *ExtAggregateImageAssessmentsUnauthorized) IsSuccess() bool
- func (o *ExtAggregateImageAssessmentsUnauthorized) String() string
- type ExtAggregateRulesAssessmentsBadRequest
- func (o *ExtAggregateRulesAssessmentsBadRequest) Code() int
- func (o *ExtAggregateRulesAssessmentsBadRequest) Error() string
- func (o *ExtAggregateRulesAssessmentsBadRequest) GetPayload() *models.DomainAggregateRulesAssessmentsResponse
- func (o *ExtAggregateRulesAssessmentsBadRequest) IsClientError() bool
- func (o *ExtAggregateRulesAssessmentsBadRequest) IsCode(code int) bool
- func (o *ExtAggregateRulesAssessmentsBadRequest) IsRedirect() bool
- func (o *ExtAggregateRulesAssessmentsBadRequest) IsServerError() bool
- func (o *ExtAggregateRulesAssessmentsBadRequest) IsSuccess() bool
- func (o *ExtAggregateRulesAssessmentsBadRequest) String() string
- type ExtAggregateRulesAssessmentsForbidden
- func (o *ExtAggregateRulesAssessmentsForbidden) Code() int
- func (o *ExtAggregateRulesAssessmentsForbidden) Error() string
- func (o *ExtAggregateRulesAssessmentsForbidden) GetPayload() *models.DomainAggregateRulesAssessmentsResponse
- func (o *ExtAggregateRulesAssessmentsForbidden) IsClientError() bool
- func (o *ExtAggregateRulesAssessmentsForbidden) IsCode(code int) bool
- func (o *ExtAggregateRulesAssessmentsForbidden) IsRedirect() bool
- func (o *ExtAggregateRulesAssessmentsForbidden) IsServerError() bool
- func (o *ExtAggregateRulesAssessmentsForbidden) IsSuccess() bool
- func (o *ExtAggregateRulesAssessmentsForbidden) String() string
- type ExtAggregateRulesAssessmentsInternalServerError
- func (o *ExtAggregateRulesAssessmentsInternalServerError) Code() int
- func (o *ExtAggregateRulesAssessmentsInternalServerError) Error() string
- func (o *ExtAggregateRulesAssessmentsInternalServerError) GetPayload() *models.DomainAggregateRulesAssessmentsResponse
- func (o *ExtAggregateRulesAssessmentsInternalServerError) IsClientError() bool
- func (o *ExtAggregateRulesAssessmentsInternalServerError) IsCode(code int) bool
- func (o *ExtAggregateRulesAssessmentsInternalServerError) IsRedirect() bool
- func (o *ExtAggregateRulesAssessmentsInternalServerError) IsServerError() bool
- func (o *ExtAggregateRulesAssessmentsInternalServerError) IsSuccess() bool
- func (o *ExtAggregateRulesAssessmentsInternalServerError) String() string
- type ExtAggregateRulesAssessmentsOK
- func (o *ExtAggregateRulesAssessmentsOK) Code() int
- func (o *ExtAggregateRulesAssessmentsOK) Error() string
- func (o *ExtAggregateRulesAssessmentsOK) GetPayload() *models.DomainAggregateRulesAssessmentsResponse
- func (o *ExtAggregateRulesAssessmentsOK) IsClientError() bool
- func (o *ExtAggregateRulesAssessmentsOK) IsCode(code int) bool
- func (o *ExtAggregateRulesAssessmentsOK) IsRedirect() bool
- func (o *ExtAggregateRulesAssessmentsOK) IsServerError() bool
- func (o *ExtAggregateRulesAssessmentsOK) IsSuccess() bool
- func (o *ExtAggregateRulesAssessmentsOK) String() string
- type ExtAggregateRulesAssessmentsParams
- func NewExtAggregateRulesAssessmentsParams() *ExtAggregateRulesAssessmentsParams
- func NewExtAggregateRulesAssessmentsParamsWithContext(ctx context.Context) *ExtAggregateRulesAssessmentsParams
- func NewExtAggregateRulesAssessmentsParamsWithHTTPClient(client *http.Client) *ExtAggregateRulesAssessmentsParams
- func NewExtAggregateRulesAssessmentsParamsWithTimeout(timeout time.Duration) *ExtAggregateRulesAssessmentsParams
- func (o *ExtAggregateRulesAssessmentsParams) SetContext(ctx context.Context)
- func (o *ExtAggregateRulesAssessmentsParams) SetDefaults()
- func (o *ExtAggregateRulesAssessmentsParams) SetFilter(filter *string)
- func (o *ExtAggregateRulesAssessmentsParams) SetHTTPClient(client *http.Client)
- func (o *ExtAggregateRulesAssessmentsParams) SetTimeout(timeout time.Duration)
- func (o *ExtAggregateRulesAssessmentsParams) WithContext(ctx context.Context) *ExtAggregateRulesAssessmentsParams
- func (o *ExtAggregateRulesAssessmentsParams) WithDefaults() *ExtAggregateRulesAssessmentsParams
- func (o *ExtAggregateRulesAssessmentsParams) WithFilter(filter *string) *ExtAggregateRulesAssessmentsParams
- func (o *ExtAggregateRulesAssessmentsParams) WithHTTPClient(client *http.Client) *ExtAggregateRulesAssessmentsParams
- func (o *ExtAggregateRulesAssessmentsParams) WithTimeout(timeout time.Duration) *ExtAggregateRulesAssessmentsParams
- func (o *ExtAggregateRulesAssessmentsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ExtAggregateRulesAssessmentsReader
- type ExtAggregateRulesAssessmentsTooManyRequests
- func (o *ExtAggregateRulesAssessmentsTooManyRequests) Code() int
- func (o *ExtAggregateRulesAssessmentsTooManyRequests) Error() string
- func (o *ExtAggregateRulesAssessmentsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *ExtAggregateRulesAssessmentsTooManyRequests) IsClientError() bool
- func (o *ExtAggregateRulesAssessmentsTooManyRequests) IsCode(code int) bool
- func (o *ExtAggregateRulesAssessmentsTooManyRequests) IsRedirect() bool
- func (o *ExtAggregateRulesAssessmentsTooManyRequests) IsServerError() bool
- func (o *ExtAggregateRulesAssessmentsTooManyRequests) IsSuccess() bool
- func (o *ExtAggregateRulesAssessmentsTooManyRequests) String() string
- type ExtAggregateRulesAssessmentsUnauthorized
- func (o *ExtAggregateRulesAssessmentsUnauthorized) Code() int
- func (o *ExtAggregateRulesAssessmentsUnauthorized) Error() string
- func (o *ExtAggregateRulesAssessmentsUnauthorized) GetPayload() *models.DomainAggregateRulesAssessmentsResponse
- func (o *ExtAggregateRulesAssessmentsUnauthorized) IsClientError() bool
- func (o *ExtAggregateRulesAssessmentsUnauthorized) IsCode(code int) bool
- func (o *ExtAggregateRulesAssessmentsUnauthorized) IsRedirect() bool
- func (o *ExtAggregateRulesAssessmentsUnauthorized) IsServerError() bool
- func (o *ExtAggregateRulesAssessmentsUnauthorized) IsSuccess() bool
- func (o *ExtAggregateRulesAssessmentsUnauthorized) String() string
- type ExtAggregateRulesByStatusBadRequest
- func (o *ExtAggregateRulesByStatusBadRequest) Code() int
- func (o *ExtAggregateRulesByStatusBadRequest) Error() string
- func (o *ExtAggregateRulesByStatusBadRequest) GetPayload() *models.DomainAggregateRulesByStatusResponse
- func (o *ExtAggregateRulesByStatusBadRequest) IsClientError() bool
- func (o *ExtAggregateRulesByStatusBadRequest) IsCode(code int) bool
- func (o *ExtAggregateRulesByStatusBadRequest) IsRedirect() bool
- func (o *ExtAggregateRulesByStatusBadRequest) IsServerError() bool
- func (o *ExtAggregateRulesByStatusBadRequest) IsSuccess() bool
- func (o *ExtAggregateRulesByStatusBadRequest) String() string
- type ExtAggregateRulesByStatusForbidden
- func (o *ExtAggregateRulesByStatusForbidden) Code() int
- func (o *ExtAggregateRulesByStatusForbidden) Error() string
- func (o *ExtAggregateRulesByStatusForbidden) GetPayload() *models.DomainAggregateRulesByStatusResponse
- func (o *ExtAggregateRulesByStatusForbidden) IsClientError() bool
- func (o *ExtAggregateRulesByStatusForbidden) IsCode(code int) bool
- func (o *ExtAggregateRulesByStatusForbidden) IsRedirect() bool
- func (o *ExtAggregateRulesByStatusForbidden) IsServerError() bool
- func (o *ExtAggregateRulesByStatusForbidden) IsSuccess() bool
- func (o *ExtAggregateRulesByStatusForbidden) String() string
- type ExtAggregateRulesByStatusInternalServerError
- func (o *ExtAggregateRulesByStatusInternalServerError) Code() int
- func (o *ExtAggregateRulesByStatusInternalServerError) Error() string
- func (o *ExtAggregateRulesByStatusInternalServerError) GetPayload() *models.DomainAggregateRulesByStatusResponse
- func (o *ExtAggregateRulesByStatusInternalServerError) IsClientError() bool
- func (o *ExtAggregateRulesByStatusInternalServerError) IsCode(code int) bool
- func (o *ExtAggregateRulesByStatusInternalServerError) IsRedirect() bool
- func (o *ExtAggregateRulesByStatusInternalServerError) IsServerError() bool
- func (o *ExtAggregateRulesByStatusInternalServerError) IsSuccess() bool
- func (o *ExtAggregateRulesByStatusInternalServerError) String() string
- type ExtAggregateRulesByStatusOK
- func (o *ExtAggregateRulesByStatusOK) Code() int
- func (o *ExtAggregateRulesByStatusOK) Error() string
- func (o *ExtAggregateRulesByStatusOK) GetPayload() *models.DomainAggregateRulesByStatusResponse
- func (o *ExtAggregateRulesByStatusOK) IsClientError() bool
- func (o *ExtAggregateRulesByStatusOK) IsCode(code int) bool
- func (o *ExtAggregateRulesByStatusOK) IsRedirect() bool
- func (o *ExtAggregateRulesByStatusOK) IsServerError() bool
- func (o *ExtAggregateRulesByStatusOK) IsSuccess() bool
- func (o *ExtAggregateRulesByStatusOK) String() string
- type ExtAggregateRulesByStatusParams
- func NewExtAggregateRulesByStatusParams() *ExtAggregateRulesByStatusParams
- func NewExtAggregateRulesByStatusParamsWithContext(ctx context.Context) *ExtAggregateRulesByStatusParams
- func NewExtAggregateRulesByStatusParamsWithHTTPClient(client *http.Client) *ExtAggregateRulesByStatusParams
- func NewExtAggregateRulesByStatusParamsWithTimeout(timeout time.Duration) *ExtAggregateRulesByStatusParams
- func (o *ExtAggregateRulesByStatusParams) SetContext(ctx context.Context)
- func (o *ExtAggregateRulesByStatusParams) SetDefaults()
- func (o *ExtAggregateRulesByStatusParams) SetFilter(filter *string)
- func (o *ExtAggregateRulesByStatusParams) SetHTTPClient(client *http.Client)
- func (o *ExtAggregateRulesByStatusParams) SetTimeout(timeout time.Duration)
- func (o *ExtAggregateRulesByStatusParams) WithContext(ctx context.Context) *ExtAggregateRulesByStatusParams
- func (o *ExtAggregateRulesByStatusParams) WithDefaults() *ExtAggregateRulesByStatusParams
- func (o *ExtAggregateRulesByStatusParams) WithFilter(filter *string) *ExtAggregateRulesByStatusParams
- func (o *ExtAggregateRulesByStatusParams) WithHTTPClient(client *http.Client) *ExtAggregateRulesByStatusParams
- func (o *ExtAggregateRulesByStatusParams) WithTimeout(timeout time.Duration) *ExtAggregateRulesByStatusParams
- func (o *ExtAggregateRulesByStatusParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ExtAggregateRulesByStatusReader
- type ExtAggregateRulesByStatusTooManyRequests
- func (o *ExtAggregateRulesByStatusTooManyRequests) Code() int
- func (o *ExtAggregateRulesByStatusTooManyRequests) Error() string
- func (o *ExtAggregateRulesByStatusTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *ExtAggregateRulesByStatusTooManyRequests) IsClientError() bool
- func (o *ExtAggregateRulesByStatusTooManyRequests) IsCode(code int) bool
- func (o *ExtAggregateRulesByStatusTooManyRequests) IsRedirect() bool
- func (o *ExtAggregateRulesByStatusTooManyRequests) IsServerError() bool
- func (o *ExtAggregateRulesByStatusTooManyRequests) IsSuccess() bool
- func (o *ExtAggregateRulesByStatusTooManyRequests) String() string
- type ExtAggregateRulesByStatusUnauthorized
- func (o *ExtAggregateRulesByStatusUnauthorized) Code() int
- func (o *ExtAggregateRulesByStatusUnauthorized) Error() string
- func (o *ExtAggregateRulesByStatusUnauthorized) GetPayload() *models.DomainAggregateRulesByStatusResponse
- func (o *ExtAggregateRulesByStatusUnauthorized) IsClientError() bool
- func (o *ExtAggregateRulesByStatusUnauthorized) IsCode(code int) bool
- func (o *ExtAggregateRulesByStatusUnauthorized) IsRedirect() bool
- func (o *ExtAggregateRulesByStatusUnauthorized) IsServerError() bool
- func (o *ExtAggregateRulesByStatusUnauthorized) IsSuccess() bool
- func (o *ExtAggregateRulesByStatusUnauthorized) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for compliance assessments API
func (*Client) ExtAggregateClusterAssessments ¶
func (a *Client) ExtAggregateClusterAssessments(params *ExtAggregateClusterAssessmentsParams, opts ...ClientOption) (*ExtAggregateClusterAssessmentsOK, error)
ExtAggregateClusterAssessments gets the assessments for each cluster
func (*Client) ExtAggregateFailedContainersByRulesPath ¶
func (a *Client) ExtAggregateFailedContainersByRulesPath(params *ExtAggregateFailedContainersByRulesPathParams, opts ...ClientOption) (*ExtAggregateFailedContainersByRulesPathOK, error)
ExtAggregateFailedContainersByRulesPath gets the containers grouped into rules on which they failed
func (*Client) ExtAggregateFailedContainersCountBySeverity ¶
func (a *Client) ExtAggregateFailedContainersCountBySeverity(params *ExtAggregateFailedContainersCountBySeverityParams, opts ...ClientOption) (*ExtAggregateFailedContainersCountBySeverityOK, error)
ExtAggregateFailedContainersCountBySeverity gets the failed containers count grouped into severity levels
func (*Client) ExtAggregateFailedImagesByRulesPath ¶
func (a *Client) ExtAggregateFailedImagesByRulesPath(params *ExtAggregateFailedImagesByRulesPathParams, opts ...ClientOption) (*ExtAggregateFailedImagesByRulesPathOK, error)
ExtAggregateFailedImagesByRulesPath gets the images grouped into rules on which they failed
func (*Client) ExtAggregateFailedImagesCountBySeverity ¶
func (a *Client) ExtAggregateFailedImagesCountBySeverity(params *ExtAggregateFailedImagesCountBySeverityParams, opts ...ClientOption) (*ExtAggregateFailedImagesCountBySeverityOK, error)
ExtAggregateFailedImagesCountBySeverity gets the failed images count grouped into severity levels
func (*Client) ExtAggregateFailedRulesByClusters ¶
func (a *Client) ExtAggregateFailedRulesByClusters(params *ExtAggregateFailedRulesByClustersParams, opts ...ClientOption) (*ExtAggregateFailedRulesByClustersOK, error)
ExtAggregateFailedRulesByClusters gets the failed rules for each cluster grouped into severity levels
func (*Client) ExtAggregateFailedRulesByImages ¶
func (a *Client) ExtAggregateFailedRulesByImages(params *ExtAggregateFailedRulesByImagesParams, opts ...ClientOption) (*ExtAggregateFailedRulesByImagesOK, error)
ExtAggregateFailedRulesByImages gets images with failed rules rule count grouped by severity for each image
func (*Client) ExtAggregateFailedRulesCountBySeverity ¶
func (a *Client) ExtAggregateFailedRulesCountBySeverity(params *ExtAggregateFailedRulesCountBySeverityParams, opts ...ClientOption) (*ExtAggregateFailedRulesCountBySeverityOK, error)
ExtAggregateFailedRulesCountBySeverity gets the failed rules count grouped into severity levels
func (*Client) ExtAggregateImageAssessments ¶
func (a *Client) ExtAggregateImageAssessments(params *ExtAggregateImageAssessmentsParams, opts ...ClientOption) (*ExtAggregateImageAssessmentsOK, error)
ExtAggregateImageAssessments gets the assessments for each image
func (*Client) ExtAggregateRulesAssessments ¶
func (a *Client) ExtAggregateRulesAssessments(params *ExtAggregateRulesAssessmentsParams, opts ...ClientOption) (*ExtAggregateRulesAssessmentsOK, error)
ExtAggregateRulesAssessments gets the assessments for each rule
func (*Client) ExtAggregateRulesByStatus ¶
func (a *Client) ExtAggregateRulesByStatus(params *ExtAggregateRulesByStatusParams, opts ...ClientOption) (*ExtAggregateRulesByStatusOK, error)
ExtAggregateRulesByStatus gets the rules grouped by their statuses
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 { ExtAggregateClusterAssessments(params *ExtAggregateClusterAssessmentsParams, opts ...ClientOption) (*ExtAggregateClusterAssessmentsOK, error) ExtAggregateFailedContainersByRulesPath(params *ExtAggregateFailedContainersByRulesPathParams, opts ...ClientOption) (*ExtAggregateFailedContainersByRulesPathOK, error) ExtAggregateFailedContainersCountBySeverity(params *ExtAggregateFailedContainersCountBySeverityParams, opts ...ClientOption) (*ExtAggregateFailedContainersCountBySeverityOK, error) ExtAggregateFailedImagesByRulesPath(params *ExtAggregateFailedImagesByRulesPathParams, opts ...ClientOption) (*ExtAggregateFailedImagesByRulesPathOK, error) ExtAggregateFailedImagesCountBySeverity(params *ExtAggregateFailedImagesCountBySeverityParams, opts ...ClientOption) (*ExtAggregateFailedImagesCountBySeverityOK, error) ExtAggregateFailedRulesByClusters(params *ExtAggregateFailedRulesByClustersParams, opts ...ClientOption) (*ExtAggregateFailedRulesByClustersOK, error) ExtAggregateFailedRulesByImages(params *ExtAggregateFailedRulesByImagesParams, opts ...ClientOption) (*ExtAggregateFailedRulesByImagesOK, error) ExtAggregateFailedRulesCountBySeverity(params *ExtAggregateFailedRulesCountBySeverityParams, opts ...ClientOption) (*ExtAggregateFailedRulesCountBySeverityOK, error) ExtAggregateImageAssessments(params *ExtAggregateImageAssessmentsParams, opts ...ClientOption) (*ExtAggregateImageAssessmentsOK, error) ExtAggregateRulesAssessments(params *ExtAggregateRulesAssessmentsParams, opts ...ClientOption) (*ExtAggregateRulesAssessmentsOK, error) ExtAggregateRulesByStatus(params *ExtAggregateRulesByStatusParams, opts ...ClientOption) (*ExtAggregateRulesByStatusOK, 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 compliance assessments API client.
type ExtAggregateClusterAssessmentsBadRequest ¶
type ExtAggregateClusterAssessmentsBadRequest struct { /* Trace-ID: submit to support if 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.DomainAggregateClusterAssessmentsResponse }
ExtAggregateClusterAssessmentsBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewExtAggregateClusterAssessmentsBadRequest ¶
func NewExtAggregateClusterAssessmentsBadRequest() *ExtAggregateClusterAssessmentsBadRequest
NewExtAggregateClusterAssessmentsBadRequest creates a ExtAggregateClusterAssessmentsBadRequest with default headers values
func (*ExtAggregateClusterAssessmentsBadRequest) Code ¶
func (o *ExtAggregateClusterAssessmentsBadRequest) Code() int
Code gets the status code for the ext aggregate cluster assessments bad request response
func (*ExtAggregateClusterAssessmentsBadRequest) Error ¶
func (o *ExtAggregateClusterAssessmentsBadRequest) Error() string
func (*ExtAggregateClusterAssessmentsBadRequest) GetPayload ¶
func (o *ExtAggregateClusterAssessmentsBadRequest) GetPayload() *models.DomainAggregateClusterAssessmentsResponse
func (*ExtAggregateClusterAssessmentsBadRequest) IsClientError ¶
func (o *ExtAggregateClusterAssessmentsBadRequest) IsClientError() bool
IsClientError returns true when this ext aggregate cluster assessments bad request response has a 4xx status code
func (*ExtAggregateClusterAssessmentsBadRequest) IsCode ¶
func (o *ExtAggregateClusterAssessmentsBadRequest) IsCode(code int) bool
IsCode returns true when this ext aggregate cluster assessments bad request response a status code equal to that given
func (*ExtAggregateClusterAssessmentsBadRequest) IsRedirect ¶
func (o *ExtAggregateClusterAssessmentsBadRequest) IsRedirect() bool
IsRedirect returns true when this ext aggregate cluster assessments bad request response has a 3xx status code
func (*ExtAggregateClusterAssessmentsBadRequest) IsServerError ¶
func (o *ExtAggregateClusterAssessmentsBadRequest) IsServerError() bool
IsServerError returns true when this ext aggregate cluster assessments bad request response has a 5xx status code
func (*ExtAggregateClusterAssessmentsBadRequest) IsSuccess ¶
func (o *ExtAggregateClusterAssessmentsBadRequest) IsSuccess() bool
IsSuccess returns true when this ext aggregate cluster assessments bad request response has a 2xx status code
func (*ExtAggregateClusterAssessmentsBadRequest) String ¶
func (o *ExtAggregateClusterAssessmentsBadRequest) String() string
type ExtAggregateClusterAssessmentsForbidden ¶
type ExtAggregateClusterAssessmentsForbidden struct { /* Trace-ID: submit to support if 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.DomainAggregateClusterAssessmentsResponse }
ExtAggregateClusterAssessmentsForbidden describes a response with status code 403, with default header values.
Forbidden
func NewExtAggregateClusterAssessmentsForbidden ¶
func NewExtAggregateClusterAssessmentsForbidden() *ExtAggregateClusterAssessmentsForbidden
NewExtAggregateClusterAssessmentsForbidden creates a ExtAggregateClusterAssessmentsForbidden with default headers values
func (*ExtAggregateClusterAssessmentsForbidden) Code ¶
func (o *ExtAggregateClusterAssessmentsForbidden) Code() int
Code gets the status code for the ext aggregate cluster assessments forbidden response
func (*ExtAggregateClusterAssessmentsForbidden) Error ¶
func (o *ExtAggregateClusterAssessmentsForbidden) Error() string
func (*ExtAggregateClusterAssessmentsForbidden) GetPayload ¶
func (o *ExtAggregateClusterAssessmentsForbidden) GetPayload() *models.DomainAggregateClusterAssessmentsResponse
func (*ExtAggregateClusterAssessmentsForbidden) IsClientError ¶
func (o *ExtAggregateClusterAssessmentsForbidden) IsClientError() bool
IsClientError returns true when this ext aggregate cluster assessments forbidden response has a 4xx status code
func (*ExtAggregateClusterAssessmentsForbidden) IsCode ¶
func (o *ExtAggregateClusterAssessmentsForbidden) IsCode(code int) bool
IsCode returns true when this ext aggregate cluster assessments forbidden response a status code equal to that given
func (*ExtAggregateClusterAssessmentsForbidden) IsRedirect ¶
func (o *ExtAggregateClusterAssessmentsForbidden) IsRedirect() bool
IsRedirect returns true when this ext aggregate cluster assessments forbidden response has a 3xx status code
func (*ExtAggregateClusterAssessmentsForbidden) IsServerError ¶
func (o *ExtAggregateClusterAssessmentsForbidden) IsServerError() bool
IsServerError returns true when this ext aggregate cluster assessments forbidden response has a 5xx status code
func (*ExtAggregateClusterAssessmentsForbidden) IsSuccess ¶
func (o *ExtAggregateClusterAssessmentsForbidden) IsSuccess() bool
IsSuccess returns true when this ext aggregate cluster assessments forbidden response has a 2xx status code
func (*ExtAggregateClusterAssessmentsForbidden) String ¶
func (o *ExtAggregateClusterAssessmentsForbidden) String() string
type ExtAggregateClusterAssessmentsInternalServerError ¶
type ExtAggregateClusterAssessmentsInternalServerError struct { /* Trace-ID: submit to support if 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.DomainAggregateClusterAssessmentsResponse }
ExtAggregateClusterAssessmentsInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewExtAggregateClusterAssessmentsInternalServerError ¶
func NewExtAggregateClusterAssessmentsInternalServerError() *ExtAggregateClusterAssessmentsInternalServerError
NewExtAggregateClusterAssessmentsInternalServerError creates a ExtAggregateClusterAssessmentsInternalServerError with default headers values
func (*ExtAggregateClusterAssessmentsInternalServerError) Code ¶
func (o *ExtAggregateClusterAssessmentsInternalServerError) Code() int
Code gets the status code for the ext aggregate cluster assessments internal server error response
func (*ExtAggregateClusterAssessmentsInternalServerError) Error ¶
func (o *ExtAggregateClusterAssessmentsInternalServerError) Error() string
func (*ExtAggregateClusterAssessmentsInternalServerError) GetPayload ¶
func (o *ExtAggregateClusterAssessmentsInternalServerError) GetPayload() *models.DomainAggregateClusterAssessmentsResponse
func (*ExtAggregateClusterAssessmentsInternalServerError) IsClientError ¶
func (o *ExtAggregateClusterAssessmentsInternalServerError) IsClientError() bool
IsClientError returns true when this ext aggregate cluster assessments internal server error response has a 4xx status code
func (*ExtAggregateClusterAssessmentsInternalServerError) IsCode ¶
func (o *ExtAggregateClusterAssessmentsInternalServerError) IsCode(code int) bool
IsCode returns true when this ext aggregate cluster assessments internal server error response a status code equal to that given
func (*ExtAggregateClusterAssessmentsInternalServerError) IsRedirect ¶
func (o *ExtAggregateClusterAssessmentsInternalServerError) IsRedirect() bool
IsRedirect returns true when this ext aggregate cluster assessments internal server error response has a 3xx status code
func (*ExtAggregateClusterAssessmentsInternalServerError) IsServerError ¶
func (o *ExtAggregateClusterAssessmentsInternalServerError) IsServerError() bool
IsServerError returns true when this ext aggregate cluster assessments internal server error response has a 5xx status code
func (*ExtAggregateClusterAssessmentsInternalServerError) IsSuccess ¶
func (o *ExtAggregateClusterAssessmentsInternalServerError) IsSuccess() bool
IsSuccess returns true when this ext aggregate cluster assessments internal server error response has a 2xx status code
func (*ExtAggregateClusterAssessmentsInternalServerError) String ¶
func (o *ExtAggregateClusterAssessmentsInternalServerError) String() string
type ExtAggregateClusterAssessmentsOK ¶
type ExtAggregateClusterAssessmentsOK struct { /* Trace-ID: submit to support if 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.DomainAggregateClusterAssessmentsResponse }
ExtAggregateClusterAssessmentsOK describes a response with status code 200, with default header values.
OK
func NewExtAggregateClusterAssessmentsOK ¶
func NewExtAggregateClusterAssessmentsOK() *ExtAggregateClusterAssessmentsOK
NewExtAggregateClusterAssessmentsOK creates a ExtAggregateClusterAssessmentsOK with default headers values
func (*ExtAggregateClusterAssessmentsOK) Code ¶
func (o *ExtAggregateClusterAssessmentsOK) Code() int
Code gets the status code for the ext aggregate cluster assessments o k response
func (*ExtAggregateClusterAssessmentsOK) Error ¶
func (o *ExtAggregateClusterAssessmentsOK) Error() string
func (*ExtAggregateClusterAssessmentsOK) GetPayload ¶
func (o *ExtAggregateClusterAssessmentsOK) GetPayload() *models.DomainAggregateClusterAssessmentsResponse
func (*ExtAggregateClusterAssessmentsOK) IsClientError ¶
func (o *ExtAggregateClusterAssessmentsOK) IsClientError() bool
IsClientError returns true when this ext aggregate cluster assessments o k response has a 4xx status code
func (*ExtAggregateClusterAssessmentsOK) IsCode ¶
func (o *ExtAggregateClusterAssessmentsOK) IsCode(code int) bool
IsCode returns true when this ext aggregate cluster assessments o k response a status code equal to that given
func (*ExtAggregateClusterAssessmentsOK) IsRedirect ¶
func (o *ExtAggregateClusterAssessmentsOK) IsRedirect() bool
IsRedirect returns true when this ext aggregate cluster assessments o k response has a 3xx status code
func (*ExtAggregateClusterAssessmentsOK) IsServerError ¶
func (o *ExtAggregateClusterAssessmentsOK) IsServerError() bool
IsServerError returns true when this ext aggregate cluster assessments o k response has a 5xx status code
func (*ExtAggregateClusterAssessmentsOK) IsSuccess ¶
func (o *ExtAggregateClusterAssessmentsOK) IsSuccess() bool
IsSuccess returns true when this ext aggregate cluster assessments o k response has a 2xx status code
func (*ExtAggregateClusterAssessmentsOK) String ¶
func (o *ExtAggregateClusterAssessmentsOK) String() string
type ExtAggregateClusterAssessmentsParams ¶
type ExtAggregateClusterAssessmentsParams struct { /* Filter. Filter results using a query in Falcon Query Language (FQL). Supported Filters: cloud_info.cluster_name: Kubernetes cluster name cloud_info.namespace: Kubernetes namespace cid: Customer ID cloud_info.cloud_account_id: Cloud account ID cloud_info.cloud_provider: Cloud provider cloud_info.cloud_region: Cloud region compliance_finding.framework: Compliance finding framework (available values: CIS) */ Filter *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ExtAggregateClusterAssessmentsParams contains all the parameters to send to the API endpoint
for the ext aggregate cluster assessments operation. Typically these are written to a http.Request.
func NewExtAggregateClusterAssessmentsParams ¶
func NewExtAggregateClusterAssessmentsParams() *ExtAggregateClusterAssessmentsParams
NewExtAggregateClusterAssessmentsParams creates a new ExtAggregateClusterAssessmentsParams 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 NewExtAggregateClusterAssessmentsParamsWithContext ¶
func NewExtAggregateClusterAssessmentsParamsWithContext(ctx context.Context) *ExtAggregateClusterAssessmentsParams
NewExtAggregateClusterAssessmentsParamsWithContext creates a new ExtAggregateClusterAssessmentsParams object with the ability to set a context for a request.
func NewExtAggregateClusterAssessmentsParamsWithHTTPClient ¶
func NewExtAggregateClusterAssessmentsParamsWithHTTPClient(client *http.Client) *ExtAggregateClusterAssessmentsParams
NewExtAggregateClusterAssessmentsParamsWithHTTPClient creates a new ExtAggregateClusterAssessmentsParams object with the ability to set a custom HTTPClient for a request.
func NewExtAggregateClusterAssessmentsParamsWithTimeout ¶
func NewExtAggregateClusterAssessmentsParamsWithTimeout(timeout time.Duration) *ExtAggregateClusterAssessmentsParams
NewExtAggregateClusterAssessmentsParamsWithTimeout creates a new ExtAggregateClusterAssessmentsParams object with the ability to set a timeout on a request.
func (*ExtAggregateClusterAssessmentsParams) SetContext ¶
func (o *ExtAggregateClusterAssessmentsParams) SetContext(ctx context.Context)
SetContext adds the context to the ext aggregate cluster assessments params
func (*ExtAggregateClusterAssessmentsParams) SetDefaults ¶
func (o *ExtAggregateClusterAssessmentsParams) SetDefaults()
SetDefaults hydrates default values in the ext aggregate cluster assessments params (not the query body).
All values with no default are reset to their zero value.
func (*ExtAggregateClusterAssessmentsParams) SetFilter ¶
func (o *ExtAggregateClusterAssessmentsParams) SetFilter(filter *string)
SetFilter adds the filter to the ext aggregate cluster assessments params
func (*ExtAggregateClusterAssessmentsParams) SetHTTPClient ¶
func (o *ExtAggregateClusterAssessmentsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the ext aggregate cluster assessments params
func (*ExtAggregateClusterAssessmentsParams) SetTimeout ¶
func (o *ExtAggregateClusterAssessmentsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the ext aggregate cluster assessments params
func (*ExtAggregateClusterAssessmentsParams) WithContext ¶
func (o *ExtAggregateClusterAssessmentsParams) WithContext(ctx context.Context) *ExtAggregateClusterAssessmentsParams
WithContext adds the context to the ext aggregate cluster assessments params
func (*ExtAggregateClusterAssessmentsParams) WithDefaults ¶
func (o *ExtAggregateClusterAssessmentsParams) WithDefaults() *ExtAggregateClusterAssessmentsParams
WithDefaults hydrates default values in the ext aggregate cluster assessments params (not the query body).
All values with no default are reset to their zero value.
func (*ExtAggregateClusterAssessmentsParams) WithFilter ¶
func (o *ExtAggregateClusterAssessmentsParams) WithFilter(filter *string) *ExtAggregateClusterAssessmentsParams
WithFilter adds the filter to the ext aggregate cluster assessments params
func (*ExtAggregateClusterAssessmentsParams) WithHTTPClient ¶
func (o *ExtAggregateClusterAssessmentsParams) WithHTTPClient(client *http.Client) *ExtAggregateClusterAssessmentsParams
WithHTTPClient adds the HTTPClient to the ext aggregate cluster assessments params
func (*ExtAggregateClusterAssessmentsParams) WithTimeout ¶
func (o *ExtAggregateClusterAssessmentsParams) WithTimeout(timeout time.Duration) *ExtAggregateClusterAssessmentsParams
WithTimeout adds the timeout to the ext aggregate cluster assessments params
func (*ExtAggregateClusterAssessmentsParams) WriteToRequest ¶
func (o *ExtAggregateClusterAssessmentsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ExtAggregateClusterAssessmentsReader ¶
type ExtAggregateClusterAssessmentsReader struct {
// contains filtered or unexported fields
}
ExtAggregateClusterAssessmentsReader is a Reader for the ExtAggregateClusterAssessments structure.
func (*ExtAggregateClusterAssessmentsReader) ReadResponse ¶
func (o *ExtAggregateClusterAssessmentsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ExtAggregateClusterAssessmentsTooManyRequests ¶
type ExtAggregateClusterAssessmentsTooManyRequests struct { /* Trace-ID: submit to support if 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 }
ExtAggregateClusterAssessmentsTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewExtAggregateClusterAssessmentsTooManyRequests ¶
func NewExtAggregateClusterAssessmentsTooManyRequests() *ExtAggregateClusterAssessmentsTooManyRequests
NewExtAggregateClusterAssessmentsTooManyRequests creates a ExtAggregateClusterAssessmentsTooManyRequests with default headers values
func (*ExtAggregateClusterAssessmentsTooManyRequests) Code ¶
func (o *ExtAggregateClusterAssessmentsTooManyRequests) Code() int
Code gets the status code for the ext aggregate cluster assessments too many requests response
func (*ExtAggregateClusterAssessmentsTooManyRequests) Error ¶
func (o *ExtAggregateClusterAssessmentsTooManyRequests) Error() string
func (*ExtAggregateClusterAssessmentsTooManyRequests) GetPayload ¶
func (o *ExtAggregateClusterAssessmentsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*ExtAggregateClusterAssessmentsTooManyRequests) IsClientError ¶
func (o *ExtAggregateClusterAssessmentsTooManyRequests) IsClientError() bool
IsClientError returns true when this ext aggregate cluster assessments too many requests response has a 4xx status code
func (*ExtAggregateClusterAssessmentsTooManyRequests) IsCode ¶
func (o *ExtAggregateClusterAssessmentsTooManyRequests) IsCode(code int) bool
IsCode returns true when this ext aggregate cluster assessments too many requests response a status code equal to that given
func (*ExtAggregateClusterAssessmentsTooManyRequests) IsRedirect ¶
func (o *ExtAggregateClusterAssessmentsTooManyRequests) IsRedirect() bool
IsRedirect returns true when this ext aggregate cluster assessments too many requests response has a 3xx status code
func (*ExtAggregateClusterAssessmentsTooManyRequests) IsServerError ¶
func (o *ExtAggregateClusterAssessmentsTooManyRequests) IsServerError() bool
IsServerError returns true when this ext aggregate cluster assessments too many requests response has a 5xx status code
func (*ExtAggregateClusterAssessmentsTooManyRequests) IsSuccess ¶
func (o *ExtAggregateClusterAssessmentsTooManyRequests) IsSuccess() bool
IsSuccess returns true when this ext aggregate cluster assessments too many requests response has a 2xx status code
func (*ExtAggregateClusterAssessmentsTooManyRequests) String ¶
func (o *ExtAggregateClusterAssessmentsTooManyRequests) String() string
type ExtAggregateClusterAssessmentsUnauthorized ¶
type ExtAggregateClusterAssessmentsUnauthorized struct { string XRateLimitLimit int64 XRateLimitRemaining int64 }XCSTRACEID
ExtAggregateClusterAssessmentsUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewExtAggregateClusterAssessmentsUnauthorized ¶
func NewExtAggregateClusterAssessmentsUnauthorized() *ExtAggregateClusterAssessmentsUnauthorized
NewExtAggregateClusterAssessmentsUnauthorized creates a ExtAggregateClusterAssessmentsUnauthorized with default headers values
func (*ExtAggregateClusterAssessmentsUnauthorized) Code ¶
func (o *ExtAggregateClusterAssessmentsUnauthorized) Code() int
Code gets the status code for the ext aggregate cluster assessments unauthorized response
func (*ExtAggregateClusterAssessmentsUnauthorized) Error ¶
func (o *ExtAggregateClusterAssessmentsUnauthorized) Error() string
func (*ExtAggregateClusterAssessmentsUnauthorized) GetPayload ¶
func (o *ExtAggregateClusterAssessmentsUnauthorized) GetPayload() *models.DomainAggregateClusterAssessmentsResponse
func (*ExtAggregateClusterAssessmentsUnauthorized) IsClientError ¶
func (o *ExtAggregateClusterAssessmentsUnauthorized) IsClientError() bool
IsClientError returns true when this ext aggregate cluster assessments unauthorized response has a 4xx status code
func (*ExtAggregateClusterAssessmentsUnauthorized) IsCode ¶
func (o *ExtAggregateClusterAssessmentsUnauthorized) IsCode(code int) bool
IsCode returns true when this ext aggregate cluster assessments unauthorized response a status code equal to that given
func (*ExtAggregateClusterAssessmentsUnauthorized) IsRedirect ¶
func (o *ExtAggregateClusterAssessmentsUnauthorized) IsRedirect() bool
IsRedirect returns true when this ext aggregate cluster assessments unauthorized response has a 3xx status code
func (*ExtAggregateClusterAssessmentsUnauthorized) IsServerError ¶
func (o *ExtAggregateClusterAssessmentsUnauthorized) IsServerError() bool
IsServerError returns true when this ext aggregate cluster assessments unauthorized response has a 5xx status code
func (*ExtAggregateClusterAssessmentsUnauthorized) IsSuccess ¶
func (o *ExtAggregateClusterAssessmentsUnauthorized) IsSuccess() bool
IsSuccess returns true when this ext aggregate cluster assessments unauthorized response has a 2xx status code
func (*ExtAggregateClusterAssessmentsUnauthorized) String ¶
func (o *ExtAggregateClusterAssessmentsUnauthorized) String() string
type ExtAggregateFailedContainersByRulesPathBadRequest ¶
type ExtAggregateFailedContainersByRulesPathBadRequest struct { /* Trace-ID: submit to support if 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.DomainAggregateFailedAssetsByRulesResponse }
ExtAggregateFailedContainersByRulesPathBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewExtAggregateFailedContainersByRulesPathBadRequest ¶
func NewExtAggregateFailedContainersByRulesPathBadRequest() *ExtAggregateFailedContainersByRulesPathBadRequest
NewExtAggregateFailedContainersByRulesPathBadRequest creates a ExtAggregateFailedContainersByRulesPathBadRequest with default headers values
func (*ExtAggregateFailedContainersByRulesPathBadRequest) Code ¶
func (o *ExtAggregateFailedContainersByRulesPathBadRequest) Code() int
Code gets the status code for the ext aggregate failed containers by rules path bad request response
func (*ExtAggregateFailedContainersByRulesPathBadRequest) Error ¶
func (o *ExtAggregateFailedContainersByRulesPathBadRequest) Error() string
func (*ExtAggregateFailedContainersByRulesPathBadRequest) GetPayload ¶
func (o *ExtAggregateFailedContainersByRulesPathBadRequest) GetPayload() *models.DomainAggregateFailedAssetsByRulesResponse
func (*ExtAggregateFailedContainersByRulesPathBadRequest) IsClientError ¶
func (o *ExtAggregateFailedContainersByRulesPathBadRequest) IsClientError() bool
IsClientError returns true when this ext aggregate failed containers by rules path bad request response has a 4xx status code
func (*ExtAggregateFailedContainersByRulesPathBadRequest) IsCode ¶
func (o *ExtAggregateFailedContainersByRulesPathBadRequest) IsCode(code int) bool
IsCode returns true when this ext aggregate failed containers by rules path bad request response a status code equal to that given
func (*ExtAggregateFailedContainersByRulesPathBadRequest) IsRedirect ¶
func (o *ExtAggregateFailedContainersByRulesPathBadRequest) IsRedirect() bool
IsRedirect returns true when this ext aggregate failed containers by rules path bad request response has a 3xx status code
func (*ExtAggregateFailedContainersByRulesPathBadRequest) IsServerError ¶
func (o *ExtAggregateFailedContainersByRulesPathBadRequest) IsServerError() bool
IsServerError returns true when this ext aggregate failed containers by rules path bad request response has a 5xx status code
func (*ExtAggregateFailedContainersByRulesPathBadRequest) IsSuccess ¶
func (o *ExtAggregateFailedContainersByRulesPathBadRequest) IsSuccess() bool
IsSuccess returns true when this ext aggregate failed containers by rules path bad request response has a 2xx status code
func (*ExtAggregateFailedContainersByRulesPathBadRequest) String ¶
func (o *ExtAggregateFailedContainersByRulesPathBadRequest) String() string
type ExtAggregateFailedContainersByRulesPathForbidden ¶
type ExtAggregateFailedContainersByRulesPathForbidden struct { /* Trace-ID: submit to support if 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.DomainAggregateFailedAssetsByRulesResponse }
ExtAggregateFailedContainersByRulesPathForbidden describes a response with status code 403, with default header values.
Forbidden
func NewExtAggregateFailedContainersByRulesPathForbidden ¶
func NewExtAggregateFailedContainersByRulesPathForbidden() *ExtAggregateFailedContainersByRulesPathForbidden
NewExtAggregateFailedContainersByRulesPathForbidden creates a ExtAggregateFailedContainersByRulesPathForbidden with default headers values
func (*ExtAggregateFailedContainersByRulesPathForbidden) Code ¶
func (o *ExtAggregateFailedContainersByRulesPathForbidden) Code() int
Code gets the status code for the ext aggregate failed containers by rules path forbidden response
func (*ExtAggregateFailedContainersByRulesPathForbidden) Error ¶
func (o *ExtAggregateFailedContainersByRulesPathForbidden) Error() string
func (*ExtAggregateFailedContainersByRulesPathForbidden) GetPayload ¶
func (o *ExtAggregateFailedContainersByRulesPathForbidden) GetPayload() *models.DomainAggregateFailedAssetsByRulesResponse
func (*ExtAggregateFailedContainersByRulesPathForbidden) IsClientError ¶
func (o *ExtAggregateFailedContainersByRulesPathForbidden) IsClientError() bool
IsClientError returns true when this ext aggregate failed containers by rules path forbidden response has a 4xx status code
func (*ExtAggregateFailedContainersByRulesPathForbidden) IsCode ¶
func (o *ExtAggregateFailedContainersByRulesPathForbidden) IsCode(code int) bool
IsCode returns true when this ext aggregate failed containers by rules path forbidden response a status code equal to that given
func (*ExtAggregateFailedContainersByRulesPathForbidden) IsRedirect ¶
func (o *ExtAggregateFailedContainersByRulesPathForbidden) IsRedirect() bool
IsRedirect returns true when this ext aggregate failed containers by rules path forbidden response has a 3xx status code
func (*ExtAggregateFailedContainersByRulesPathForbidden) IsServerError ¶
func (o *ExtAggregateFailedContainersByRulesPathForbidden) IsServerError() bool
IsServerError returns true when this ext aggregate failed containers by rules path forbidden response has a 5xx status code
func (*ExtAggregateFailedContainersByRulesPathForbidden) IsSuccess ¶
func (o *ExtAggregateFailedContainersByRulesPathForbidden) IsSuccess() bool
IsSuccess returns true when this ext aggregate failed containers by rules path forbidden response has a 2xx status code
func (*ExtAggregateFailedContainersByRulesPathForbidden) String ¶
func (o *ExtAggregateFailedContainersByRulesPathForbidden) String() string
type ExtAggregateFailedContainersByRulesPathInternalServerError ¶
type ExtAggregateFailedContainersByRulesPathInternalServerError struct { /* Trace-ID: submit to support if 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.DomainAggregateFailedAssetsByRulesResponse }
ExtAggregateFailedContainersByRulesPathInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewExtAggregateFailedContainersByRulesPathInternalServerError ¶
func NewExtAggregateFailedContainersByRulesPathInternalServerError() *ExtAggregateFailedContainersByRulesPathInternalServerError
NewExtAggregateFailedContainersByRulesPathInternalServerError creates a ExtAggregateFailedContainersByRulesPathInternalServerError with default headers values
func (*ExtAggregateFailedContainersByRulesPathInternalServerError) Code ¶
func (o *ExtAggregateFailedContainersByRulesPathInternalServerError) Code() int
Code gets the status code for the ext aggregate failed containers by rules path internal server error response
func (*ExtAggregateFailedContainersByRulesPathInternalServerError) Error ¶
func (o *ExtAggregateFailedContainersByRulesPathInternalServerError) Error() string
func (*ExtAggregateFailedContainersByRulesPathInternalServerError) GetPayload ¶
func (*ExtAggregateFailedContainersByRulesPathInternalServerError) IsClientError ¶
func (o *ExtAggregateFailedContainersByRulesPathInternalServerError) IsClientError() bool
IsClientError returns true when this ext aggregate failed containers by rules path internal server error response has a 4xx status code
func (*ExtAggregateFailedContainersByRulesPathInternalServerError) IsCode ¶
func (o *ExtAggregateFailedContainersByRulesPathInternalServerError) IsCode(code int) bool
IsCode returns true when this ext aggregate failed containers by rules path internal server error response a status code equal to that given
func (*ExtAggregateFailedContainersByRulesPathInternalServerError) IsRedirect ¶
func (o *ExtAggregateFailedContainersByRulesPathInternalServerError) IsRedirect() bool
IsRedirect returns true when this ext aggregate failed containers by rules path internal server error response has a 3xx status code
func (*ExtAggregateFailedContainersByRulesPathInternalServerError) IsServerError ¶
func (o *ExtAggregateFailedContainersByRulesPathInternalServerError) IsServerError() bool
IsServerError returns true when this ext aggregate failed containers by rules path internal server error response has a 5xx status code
func (*ExtAggregateFailedContainersByRulesPathInternalServerError) IsSuccess ¶
func (o *ExtAggregateFailedContainersByRulesPathInternalServerError) IsSuccess() bool
IsSuccess returns true when this ext aggregate failed containers by rules path internal server error response has a 2xx status code
func (*ExtAggregateFailedContainersByRulesPathInternalServerError) String ¶
func (o *ExtAggregateFailedContainersByRulesPathInternalServerError) String() string
type ExtAggregateFailedContainersByRulesPathOK ¶
type ExtAggregateFailedContainersByRulesPathOK struct { /* Trace-ID: submit to support if 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.DomainAggregateFailedAssetsByRulesResponse }
ExtAggregateFailedContainersByRulesPathOK describes a response with status code 200, with default header values.
OK
func NewExtAggregateFailedContainersByRulesPathOK ¶
func NewExtAggregateFailedContainersByRulesPathOK() *ExtAggregateFailedContainersByRulesPathOK
NewExtAggregateFailedContainersByRulesPathOK creates a ExtAggregateFailedContainersByRulesPathOK with default headers values
func (*ExtAggregateFailedContainersByRulesPathOK) Code ¶
func (o *ExtAggregateFailedContainersByRulesPathOK) Code() int
Code gets the status code for the ext aggregate failed containers by rules path o k response
func (*ExtAggregateFailedContainersByRulesPathOK) Error ¶
func (o *ExtAggregateFailedContainersByRulesPathOK) Error() string
func (*ExtAggregateFailedContainersByRulesPathOK) GetPayload ¶
func (o *ExtAggregateFailedContainersByRulesPathOK) GetPayload() *models.DomainAggregateFailedAssetsByRulesResponse
func (*ExtAggregateFailedContainersByRulesPathOK) IsClientError ¶
func (o *ExtAggregateFailedContainersByRulesPathOK) IsClientError() bool
IsClientError returns true when this ext aggregate failed containers by rules path o k response has a 4xx status code
func (*ExtAggregateFailedContainersByRulesPathOK) IsCode ¶
func (o *ExtAggregateFailedContainersByRulesPathOK) IsCode(code int) bool
IsCode returns true when this ext aggregate failed containers by rules path o k response a status code equal to that given
func (*ExtAggregateFailedContainersByRulesPathOK) IsRedirect ¶
func (o *ExtAggregateFailedContainersByRulesPathOK) IsRedirect() bool
IsRedirect returns true when this ext aggregate failed containers by rules path o k response has a 3xx status code
func (*ExtAggregateFailedContainersByRulesPathOK) IsServerError ¶
func (o *ExtAggregateFailedContainersByRulesPathOK) IsServerError() bool
IsServerError returns true when this ext aggregate failed containers by rules path o k response has a 5xx status code
func (*ExtAggregateFailedContainersByRulesPathOK) IsSuccess ¶
func (o *ExtAggregateFailedContainersByRulesPathOK) IsSuccess() bool
IsSuccess returns true when this ext aggregate failed containers by rules path o k response has a 2xx status code
func (*ExtAggregateFailedContainersByRulesPathOK) String ¶
func (o *ExtAggregateFailedContainersByRulesPathOK) String() string
type ExtAggregateFailedContainersByRulesPathParams ¶
type ExtAggregateFailedContainersByRulesPathParams struct { /* Filter. Filter results using a query in Falcon Query Language (FQL). Supported Filters: compliance_finding.name: Compliance finding Name cloud_info.namespace: Kubernetes namespace cloud_info.cloud_provider: Cloud provider compliance_finding.framework: Compliance finding framework (available values: CIS) compliance_finding.id: Compliance finding ID image_digest: Image digest (sha256 digest) cloud_info.cloud_region: Cloud region image_registry: Image registry compliance_finding.severity: Compliance finding severity; available values: 4, 3, 2, 1 (4: critical, 3: high, 2: medium, 1:low) image_repository: Image repository cid: Customer ID image_id: Image ID image_tag: Image tag cloud_info.cloud_account_id: Cloud account ID cloud_info.cluster_name: Kubernetes cluster name */ Filter *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ExtAggregateFailedContainersByRulesPathParams contains all the parameters to send to the API endpoint
for the ext aggregate failed containers by rules path operation. Typically these are written to a http.Request.
func NewExtAggregateFailedContainersByRulesPathParams ¶
func NewExtAggregateFailedContainersByRulesPathParams() *ExtAggregateFailedContainersByRulesPathParams
NewExtAggregateFailedContainersByRulesPathParams creates a new ExtAggregateFailedContainersByRulesPathParams 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 NewExtAggregateFailedContainersByRulesPathParamsWithContext ¶
func NewExtAggregateFailedContainersByRulesPathParamsWithContext(ctx context.Context) *ExtAggregateFailedContainersByRulesPathParams
NewExtAggregateFailedContainersByRulesPathParamsWithContext creates a new ExtAggregateFailedContainersByRulesPathParams object with the ability to set a context for a request.
func NewExtAggregateFailedContainersByRulesPathParamsWithHTTPClient ¶
func NewExtAggregateFailedContainersByRulesPathParamsWithHTTPClient(client *http.Client) *ExtAggregateFailedContainersByRulesPathParams
NewExtAggregateFailedContainersByRulesPathParamsWithHTTPClient creates a new ExtAggregateFailedContainersByRulesPathParams object with the ability to set a custom HTTPClient for a request.
func NewExtAggregateFailedContainersByRulesPathParamsWithTimeout ¶
func NewExtAggregateFailedContainersByRulesPathParamsWithTimeout(timeout time.Duration) *ExtAggregateFailedContainersByRulesPathParams
NewExtAggregateFailedContainersByRulesPathParamsWithTimeout creates a new ExtAggregateFailedContainersByRulesPathParams object with the ability to set a timeout on a request.
func (*ExtAggregateFailedContainersByRulesPathParams) SetContext ¶
func (o *ExtAggregateFailedContainersByRulesPathParams) SetContext(ctx context.Context)
SetContext adds the context to the ext aggregate failed containers by rules path params
func (*ExtAggregateFailedContainersByRulesPathParams) SetDefaults ¶
func (o *ExtAggregateFailedContainersByRulesPathParams) SetDefaults()
SetDefaults hydrates default values in the ext aggregate failed containers by rules path params (not the query body).
All values with no default are reset to their zero value.
func (*ExtAggregateFailedContainersByRulesPathParams) SetFilter ¶
func (o *ExtAggregateFailedContainersByRulesPathParams) SetFilter(filter *string)
SetFilter adds the filter to the ext aggregate failed containers by rules path params
func (*ExtAggregateFailedContainersByRulesPathParams) SetHTTPClient ¶
func (o *ExtAggregateFailedContainersByRulesPathParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the ext aggregate failed containers by rules path params
func (*ExtAggregateFailedContainersByRulesPathParams) SetTimeout ¶
func (o *ExtAggregateFailedContainersByRulesPathParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the ext aggregate failed containers by rules path params
func (*ExtAggregateFailedContainersByRulesPathParams) WithContext ¶
func (o *ExtAggregateFailedContainersByRulesPathParams) WithContext(ctx context.Context) *ExtAggregateFailedContainersByRulesPathParams
WithContext adds the context to the ext aggregate failed containers by rules path params
func (*ExtAggregateFailedContainersByRulesPathParams) WithDefaults ¶
func (o *ExtAggregateFailedContainersByRulesPathParams) WithDefaults() *ExtAggregateFailedContainersByRulesPathParams
WithDefaults hydrates default values in the ext aggregate failed containers by rules path params (not the query body).
All values with no default are reset to their zero value.
func (*ExtAggregateFailedContainersByRulesPathParams) WithFilter ¶
func (o *ExtAggregateFailedContainersByRulesPathParams) WithFilter(filter *string) *ExtAggregateFailedContainersByRulesPathParams
WithFilter adds the filter to the ext aggregate failed containers by rules path params
func (*ExtAggregateFailedContainersByRulesPathParams) WithHTTPClient ¶
func (o *ExtAggregateFailedContainersByRulesPathParams) WithHTTPClient(client *http.Client) *ExtAggregateFailedContainersByRulesPathParams
WithHTTPClient adds the HTTPClient to the ext aggregate failed containers by rules path params
func (*ExtAggregateFailedContainersByRulesPathParams) WithTimeout ¶
func (o *ExtAggregateFailedContainersByRulesPathParams) WithTimeout(timeout time.Duration) *ExtAggregateFailedContainersByRulesPathParams
WithTimeout adds the timeout to the ext aggregate failed containers by rules path params
func (*ExtAggregateFailedContainersByRulesPathParams) WriteToRequest ¶
func (o *ExtAggregateFailedContainersByRulesPathParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ExtAggregateFailedContainersByRulesPathReader ¶
type ExtAggregateFailedContainersByRulesPathReader struct {
// contains filtered or unexported fields
}
ExtAggregateFailedContainersByRulesPathReader is a Reader for the ExtAggregateFailedContainersByRulesPath structure.
func (*ExtAggregateFailedContainersByRulesPathReader) ReadResponse ¶
func (o *ExtAggregateFailedContainersByRulesPathReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ExtAggregateFailedContainersByRulesPathTooManyRequests ¶
type ExtAggregateFailedContainersByRulesPathTooManyRequests struct { /* Trace-ID: submit to support if 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 }
ExtAggregateFailedContainersByRulesPathTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewExtAggregateFailedContainersByRulesPathTooManyRequests ¶
func NewExtAggregateFailedContainersByRulesPathTooManyRequests() *ExtAggregateFailedContainersByRulesPathTooManyRequests
NewExtAggregateFailedContainersByRulesPathTooManyRequests creates a ExtAggregateFailedContainersByRulesPathTooManyRequests with default headers values
func (*ExtAggregateFailedContainersByRulesPathTooManyRequests) Code ¶
func (o *ExtAggregateFailedContainersByRulesPathTooManyRequests) Code() int
Code gets the status code for the ext aggregate failed containers by rules path too many requests response
func (*ExtAggregateFailedContainersByRulesPathTooManyRequests) Error ¶
func (o *ExtAggregateFailedContainersByRulesPathTooManyRequests) Error() string
func (*ExtAggregateFailedContainersByRulesPathTooManyRequests) GetPayload ¶
func (o *ExtAggregateFailedContainersByRulesPathTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*ExtAggregateFailedContainersByRulesPathTooManyRequests) IsClientError ¶
func (o *ExtAggregateFailedContainersByRulesPathTooManyRequests) IsClientError() bool
IsClientError returns true when this ext aggregate failed containers by rules path too many requests response has a 4xx status code
func (*ExtAggregateFailedContainersByRulesPathTooManyRequests) IsCode ¶
func (o *ExtAggregateFailedContainersByRulesPathTooManyRequests) IsCode(code int) bool
IsCode returns true when this ext aggregate failed containers by rules path too many requests response a status code equal to that given
func (*ExtAggregateFailedContainersByRulesPathTooManyRequests) IsRedirect ¶
func (o *ExtAggregateFailedContainersByRulesPathTooManyRequests) IsRedirect() bool
IsRedirect returns true when this ext aggregate failed containers by rules path too many requests response has a 3xx status code
func (*ExtAggregateFailedContainersByRulesPathTooManyRequests) IsServerError ¶
func (o *ExtAggregateFailedContainersByRulesPathTooManyRequests) IsServerError() bool
IsServerError returns true when this ext aggregate failed containers by rules path too many requests response has a 5xx status code
func (*ExtAggregateFailedContainersByRulesPathTooManyRequests) IsSuccess ¶
func (o *ExtAggregateFailedContainersByRulesPathTooManyRequests) IsSuccess() bool
IsSuccess returns true when this ext aggregate failed containers by rules path too many requests response has a 2xx status code
func (*ExtAggregateFailedContainersByRulesPathTooManyRequests) String ¶
func (o *ExtAggregateFailedContainersByRulesPathTooManyRequests) String() string
type ExtAggregateFailedContainersByRulesPathUnauthorized ¶
type ExtAggregateFailedContainersByRulesPathUnauthorized struct { string XRateLimitLimit int64 XRateLimitRemaining int64 }XCSTRACEID
ExtAggregateFailedContainersByRulesPathUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewExtAggregateFailedContainersByRulesPathUnauthorized ¶
func NewExtAggregateFailedContainersByRulesPathUnauthorized() *ExtAggregateFailedContainersByRulesPathUnauthorized
NewExtAggregateFailedContainersByRulesPathUnauthorized creates a ExtAggregateFailedContainersByRulesPathUnauthorized with default headers values
func (*ExtAggregateFailedContainersByRulesPathUnauthorized) Code ¶
func (o *ExtAggregateFailedContainersByRulesPathUnauthorized) Code() int
Code gets the status code for the ext aggregate failed containers by rules path unauthorized response
func (*ExtAggregateFailedContainersByRulesPathUnauthorized) Error ¶
func (o *ExtAggregateFailedContainersByRulesPathUnauthorized) Error() string
func (*ExtAggregateFailedContainersByRulesPathUnauthorized) GetPayload ¶
func (o *ExtAggregateFailedContainersByRulesPathUnauthorized) GetPayload() *models.DomainAggregateFailedAssetsByRulesResponse
func (*ExtAggregateFailedContainersByRulesPathUnauthorized) IsClientError ¶
func (o *ExtAggregateFailedContainersByRulesPathUnauthorized) IsClientError() bool
IsClientError returns true when this ext aggregate failed containers by rules path unauthorized response has a 4xx status code
func (*ExtAggregateFailedContainersByRulesPathUnauthorized) IsCode ¶
func (o *ExtAggregateFailedContainersByRulesPathUnauthorized) IsCode(code int) bool
IsCode returns true when this ext aggregate failed containers by rules path unauthorized response a status code equal to that given
func (*ExtAggregateFailedContainersByRulesPathUnauthorized) IsRedirect ¶
func (o *ExtAggregateFailedContainersByRulesPathUnauthorized) IsRedirect() bool
IsRedirect returns true when this ext aggregate failed containers by rules path unauthorized response has a 3xx status code
func (*ExtAggregateFailedContainersByRulesPathUnauthorized) IsServerError ¶
func (o *ExtAggregateFailedContainersByRulesPathUnauthorized) IsServerError() bool
IsServerError returns true when this ext aggregate failed containers by rules path unauthorized response has a 5xx status code
func (*ExtAggregateFailedContainersByRulesPathUnauthorized) IsSuccess ¶
func (o *ExtAggregateFailedContainersByRulesPathUnauthorized) IsSuccess() bool
IsSuccess returns true when this ext aggregate failed containers by rules path unauthorized response has a 2xx status code
func (*ExtAggregateFailedContainersByRulesPathUnauthorized) String ¶
func (o *ExtAggregateFailedContainersByRulesPathUnauthorized) String() string
type ExtAggregateFailedContainersCountBySeverityBadRequest ¶
type ExtAggregateFailedContainersCountBySeverityBadRequest struct { /* Trace-ID: submit to support if 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.DomainAggregateFailedAssetCountBySeverityResponse }
ExtAggregateFailedContainersCountBySeverityBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewExtAggregateFailedContainersCountBySeverityBadRequest ¶
func NewExtAggregateFailedContainersCountBySeverityBadRequest() *ExtAggregateFailedContainersCountBySeverityBadRequest
NewExtAggregateFailedContainersCountBySeverityBadRequest creates a ExtAggregateFailedContainersCountBySeverityBadRequest with default headers values
func (*ExtAggregateFailedContainersCountBySeverityBadRequest) Code ¶
func (o *ExtAggregateFailedContainersCountBySeverityBadRequest) Code() int
Code gets the status code for the ext aggregate failed containers count by severity bad request response
func (*ExtAggregateFailedContainersCountBySeverityBadRequest) Error ¶
func (o *ExtAggregateFailedContainersCountBySeverityBadRequest) Error() string
func (*ExtAggregateFailedContainersCountBySeverityBadRequest) GetPayload ¶
func (*ExtAggregateFailedContainersCountBySeverityBadRequest) IsClientError ¶
func (o *ExtAggregateFailedContainersCountBySeverityBadRequest) IsClientError() bool
IsClientError returns true when this ext aggregate failed containers count by severity bad request response has a 4xx status code
func (*ExtAggregateFailedContainersCountBySeverityBadRequest) IsCode ¶
func (o *ExtAggregateFailedContainersCountBySeverityBadRequest) IsCode(code int) bool
IsCode returns true when this ext aggregate failed containers count by severity bad request response a status code equal to that given
func (*ExtAggregateFailedContainersCountBySeverityBadRequest) IsRedirect ¶
func (o *ExtAggregateFailedContainersCountBySeverityBadRequest) IsRedirect() bool
IsRedirect returns true when this ext aggregate failed containers count by severity bad request response has a 3xx status code
func (*ExtAggregateFailedContainersCountBySeverityBadRequest) IsServerError ¶
func (o *ExtAggregateFailedContainersCountBySeverityBadRequest) IsServerError() bool
IsServerError returns true when this ext aggregate failed containers count by severity bad request response has a 5xx status code
func (*ExtAggregateFailedContainersCountBySeverityBadRequest) IsSuccess ¶
func (o *ExtAggregateFailedContainersCountBySeverityBadRequest) IsSuccess() bool
IsSuccess returns true when this ext aggregate failed containers count by severity bad request response has a 2xx status code
func (*ExtAggregateFailedContainersCountBySeverityBadRequest) String ¶
func (o *ExtAggregateFailedContainersCountBySeverityBadRequest) String() string
type ExtAggregateFailedContainersCountBySeverityForbidden ¶
type ExtAggregateFailedContainersCountBySeverityForbidden struct { /* Trace-ID: submit to support if 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.DomainAggregateFailedAssetCountBySeverityResponse }
ExtAggregateFailedContainersCountBySeverityForbidden describes a response with status code 403, with default header values.
Forbidden
func NewExtAggregateFailedContainersCountBySeverityForbidden ¶
func NewExtAggregateFailedContainersCountBySeverityForbidden() *ExtAggregateFailedContainersCountBySeverityForbidden
NewExtAggregateFailedContainersCountBySeverityForbidden creates a ExtAggregateFailedContainersCountBySeverityForbidden with default headers values
func (*ExtAggregateFailedContainersCountBySeverityForbidden) Code ¶
func (o *ExtAggregateFailedContainersCountBySeverityForbidden) Code() int
Code gets the status code for the ext aggregate failed containers count by severity forbidden response
func (*ExtAggregateFailedContainersCountBySeverityForbidden) Error ¶
func (o *ExtAggregateFailedContainersCountBySeverityForbidden) Error() string
func (*ExtAggregateFailedContainersCountBySeverityForbidden) GetPayload ¶
func (*ExtAggregateFailedContainersCountBySeverityForbidden) IsClientError ¶
func (o *ExtAggregateFailedContainersCountBySeverityForbidden) IsClientError() bool
IsClientError returns true when this ext aggregate failed containers count by severity forbidden response has a 4xx status code
func (*ExtAggregateFailedContainersCountBySeverityForbidden) IsCode ¶
func (o *ExtAggregateFailedContainersCountBySeverityForbidden) IsCode(code int) bool
IsCode returns true when this ext aggregate failed containers count by severity forbidden response a status code equal to that given
func (*ExtAggregateFailedContainersCountBySeverityForbidden) IsRedirect ¶
func (o *ExtAggregateFailedContainersCountBySeverityForbidden) IsRedirect() bool
IsRedirect returns true when this ext aggregate failed containers count by severity forbidden response has a 3xx status code
func (*ExtAggregateFailedContainersCountBySeverityForbidden) IsServerError ¶
func (o *ExtAggregateFailedContainersCountBySeverityForbidden) IsServerError() bool
IsServerError returns true when this ext aggregate failed containers count by severity forbidden response has a 5xx status code
func (*ExtAggregateFailedContainersCountBySeverityForbidden) IsSuccess ¶
func (o *ExtAggregateFailedContainersCountBySeverityForbidden) IsSuccess() bool
IsSuccess returns true when this ext aggregate failed containers count by severity forbidden response has a 2xx status code
func (*ExtAggregateFailedContainersCountBySeverityForbidden) String ¶
func (o *ExtAggregateFailedContainersCountBySeverityForbidden) String() string
type ExtAggregateFailedContainersCountBySeverityInternalServerError ¶
type ExtAggregateFailedContainersCountBySeverityInternalServerError struct { /* Trace-ID: submit to support if 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.DomainAggregateFailedAssetCountBySeverityResponse }
ExtAggregateFailedContainersCountBySeverityInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewExtAggregateFailedContainersCountBySeverityInternalServerError ¶
func NewExtAggregateFailedContainersCountBySeverityInternalServerError() *ExtAggregateFailedContainersCountBySeverityInternalServerError
NewExtAggregateFailedContainersCountBySeverityInternalServerError creates a ExtAggregateFailedContainersCountBySeverityInternalServerError with default headers values
func (*ExtAggregateFailedContainersCountBySeverityInternalServerError) Code ¶
func (o *ExtAggregateFailedContainersCountBySeverityInternalServerError) Code() int
Code gets the status code for the ext aggregate failed containers count by severity internal server error response
func (*ExtAggregateFailedContainersCountBySeverityInternalServerError) Error ¶
func (o *ExtAggregateFailedContainersCountBySeverityInternalServerError) Error() string
func (*ExtAggregateFailedContainersCountBySeverityInternalServerError) GetPayload ¶
func (*ExtAggregateFailedContainersCountBySeverityInternalServerError) IsClientError ¶
func (o *ExtAggregateFailedContainersCountBySeverityInternalServerError) IsClientError() bool
IsClientError returns true when this ext aggregate failed containers count by severity internal server error response has a 4xx status code
func (*ExtAggregateFailedContainersCountBySeverityInternalServerError) IsCode ¶
func (o *ExtAggregateFailedContainersCountBySeverityInternalServerError) IsCode(code int) bool
IsCode returns true when this ext aggregate failed containers count by severity internal server error response a status code equal to that given
func (*ExtAggregateFailedContainersCountBySeverityInternalServerError) IsRedirect ¶
func (o *ExtAggregateFailedContainersCountBySeverityInternalServerError) IsRedirect() bool
IsRedirect returns true when this ext aggregate failed containers count by severity internal server error response has a 3xx status code
func (*ExtAggregateFailedContainersCountBySeverityInternalServerError) IsServerError ¶
func (o *ExtAggregateFailedContainersCountBySeverityInternalServerError) IsServerError() bool
IsServerError returns true when this ext aggregate failed containers count by severity internal server error response has a 5xx status code
func (*ExtAggregateFailedContainersCountBySeverityInternalServerError) IsSuccess ¶
func (o *ExtAggregateFailedContainersCountBySeverityInternalServerError) IsSuccess() bool
IsSuccess returns true when this ext aggregate failed containers count by severity internal server error response has a 2xx status code
func (*ExtAggregateFailedContainersCountBySeverityInternalServerError) String ¶
func (o *ExtAggregateFailedContainersCountBySeverityInternalServerError) String() string
type ExtAggregateFailedContainersCountBySeverityOK ¶
type ExtAggregateFailedContainersCountBySeverityOK struct { /* Trace-ID: submit to support if 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.DomainAggregateFailedAssetCountBySeverityResponse }
ExtAggregateFailedContainersCountBySeverityOK describes a response with status code 200, with default header values.
OK
func NewExtAggregateFailedContainersCountBySeverityOK ¶
func NewExtAggregateFailedContainersCountBySeverityOK() *ExtAggregateFailedContainersCountBySeverityOK
NewExtAggregateFailedContainersCountBySeverityOK creates a ExtAggregateFailedContainersCountBySeverityOK with default headers values
func (*ExtAggregateFailedContainersCountBySeverityOK) Code ¶
func (o *ExtAggregateFailedContainersCountBySeverityOK) Code() int
Code gets the status code for the ext aggregate failed containers count by severity o k response
func (*ExtAggregateFailedContainersCountBySeverityOK) Error ¶
func (o *ExtAggregateFailedContainersCountBySeverityOK) Error() string
func (*ExtAggregateFailedContainersCountBySeverityOK) GetPayload ¶
func (o *ExtAggregateFailedContainersCountBySeverityOK) GetPayload() *models.DomainAggregateFailedAssetCountBySeverityResponse
func (*ExtAggregateFailedContainersCountBySeverityOK) IsClientError ¶
func (o *ExtAggregateFailedContainersCountBySeverityOK) IsClientError() bool
IsClientError returns true when this ext aggregate failed containers count by severity o k response has a 4xx status code
func (*ExtAggregateFailedContainersCountBySeverityOK) IsCode ¶
func (o *ExtAggregateFailedContainersCountBySeverityOK) IsCode(code int) bool
IsCode returns true when this ext aggregate failed containers count by severity o k response a status code equal to that given
func (*ExtAggregateFailedContainersCountBySeverityOK) IsRedirect ¶
func (o *ExtAggregateFailedContainersCountBySeverityOK) IsRedirect() bool
IsRedirect returns true when this ext aggregate failed containers count by severity o k response has a 3xx status code
func (*ExtAggregateFailedContainersCountBySeverityOK) IsServerError ¶
func (o *ExtAggregateFailedContainersCountBySeverityOK) IsServerError() bool
IsServerError returns true when this ext aggregate failed containers count by severity o k response has a 5xx status code
func (*ExtAggregateFailedContainersCountBySeverityOK) IsSuccess ¶
func (o *ExtAggregateFailedContainersCountBySeverityOK) IsSuccess() bool
IsSuccess returns true when this ext aggregate failed containers count by severity o k response has a 2xx status code
func (*ExtAggregateFailedContainersCountBySeverityOK) String ¶
func (o *ExtAggregateFailedContainersCountBySeverityOK) String() string
type ExtAggregateFailedContainersCountBySeverityParams ¶
type ExtAggregateFailedContainersCountBySeverityParams struct { /* Filter. Filter results using a query in Falcon Query Language (FQL). Supported Filters: cloud_info.namespace: Kubernetes namespace compliance_finding.framework: Compliance finding framework (available values: CIS) cloud_info.cluster_name: Kubernetes cluster name cloud_info.cloud_provider: Cloud provider image_repository: Image repository cid: Customer ID image_tag: Image tag image_registry: Image registry compliance_finding.severity: Compliance finding severity; available values: 4, 3, 2, 1 (4: critical, 3: high, 2: medium, 1:low) image_digest: Image digest (sha256 digest) cloud_info.cloud_account_id: Cloud account ID cloud_info.cloud_region: Cloud region image_id: Image ID compliance_finding.name: Compliance finding Name compliance_finding.id: Compliance finding ID */ Filter *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ExtAggregateFailedContainersCountBySeverityParams contains all the parameters to send to the API endpoint
for the ext aggregate failed containers count by severity operation. Typically these are written to a http.Request.
func NewExtAggregateFailedContainersCountBySeverityParams ¶
func NewExtAggregateFailedContainersCountBySeverityParams() *ExtAggregateFailedContainersCountBySeverityParams
NewExtAggregateFailedContainersCountBySeverityParams creates a new ExtAggregateFailedContainersCountBySeverityParams 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 NewExtAggregateFailedContainersCountBySeverityParamsWithContext ¶
func NewExtAggregateFailedContainersCountBySeverityParamsWithContext(ctx context.Context) *ExtAggregateFailedContainersCountBySeverityParams
NewExtAggregateFailedContainersCountBySeverityParamsWithContext creates a new ExtAggregateFailedContainersCountBySeverityParams object with the ability to set a context for a request.
func NewExtAggregateFailedContainersCountBySeverityParamsWithHTTPClient ¶
func NewExtAggregateFailedContainersCountBySeverityParamsWithHTTPClient(client *http.Client) *ExtAggregateFailedContainersCountBySeverityParams
NewExtAggregateFailedContainersCountBySeverityParamsWithHTTPClient creates a new ExtAggregateFailedContainersCountBySeverityParams object with the ability to set a custom HTTPClient for a request.
func NewExtAggregateFailedContainersCountBySeverityParamsWithTimeout ¶
func NewExtAggregateFailedContainersCountBySeverityParamsWithTimeout(timeout time.Duration) *ExtAggregateFailedContainersCountBySeverityParams
NewExtAggregateFailedContainersCountBySeverityParamsWithTimeout creates a new ExtAggregateFailedContainersCountBySeverityParams object with the ability to set a timeout on a request.
func (*ExtAggregateFailedContainersCountBySeverityParams) SetContext ¶
func (o *ExtAggregateFailedContainersCountBySeverityParams) SetContext(ctx context.Context)
SetContext adds the context to the ext aggregate failed containers count by severity params
func (*ExtAggregateFailedContainersCountBySeverityParams) SetDefaults ¶
func (o *ExtAggregateFailedContainersCountBySeverityParams) SetDefaults()
SetDefaults hydrates default values in the ext aggregate failed containers count by severity params (not the query body).
All values with no default are reset to their zero value.
func (*ExtAggregateFailedContainersCountBySeverityParams) SetFilter ¶
func (o *ExtAggregateFailedContainersCountBySeverityParams) SetFilter(filter *string)
SetFilter adds the filter to the ext aggregate failed containers count by severity params
func (*ExtAggregateFailedContainersCountBySeverityParams) SetHTTPClient ¶
func (o *ExtAggregateFailedContainersCountBySeverityParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the ext aggregate failed containers count by severity params
func (*ExtAggregateFailedContainersCountBySeverityParams) SetTimeout ¶
func (o *ExtAggregateFailedContainersCountBySeverityParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the ext aggregate failed containers count by severity params
func (*ExtAggregateFailedContainersCountBySeverityParams) WithContext ¶
func (o *ExtAggregateFailedContainersCountBySeverityParams) WithContext(ctx context.Context) *ExtAggregateFailedContainersCountBySeverityParams
WithContext adds the context to the ext aggregate failed containers count by severity params
func (*ExtAggregateFailedContainersCountBySeverityParams) WithDefaults ¶
func (o *ExtAggregateFailedContainersCountBySeverityParams) WithDefaults() *ExtAggregateFailedContainersCountBySeverityParams
WithDefaults hydrates default values in the ext aggregate failed containers count by severity params (not the query body).
All values with no default are reset to their zero value.
func (*ExtAggregateFailedContainersCountBySeverityParams) WithFilter ¶
func (o *ExtAggregateFailedContainersCountBySeverityParams) WithFilter(filter *string) *ExtAggregateFailedContainersCountBySeverityParams
WithFilter adds the filter to the ext aggregate failed containers count by severity params
func (*ExtAggregateFailedContainersCountBySeverityParams) WithHTTPClient ¶
func (o *ExtAggregateFailedContainersCountBySeverityParams) WithHTTPClient(client *http.Client) *ExtAggregateFailedContainersCountBySeverityParams
WithHTTPClient adds the HTTPClient to the ext aggregate failed containers count by severity params
func (*ExtAggregateFailedContainersCountBySeverityParams) WithTimeout ¶
func (o *ExtAggregateFailedContainersCountBySeverityParams) WithTimeout(timeout time.Duration) *ExtAggregateFailedContainersCountBySeverityParams
WithTimeout adds the timeout to the ext aggregate failed containers count by severity params
func (*ExtAggregateFailedContainersCountBySeverityParams) WriteToRequest ¶
func (o *ExtAggregateFailedContainersCountBySeverityParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ExtAggregateFailedContainersCountBySeverityReader ¶
type ExtAggregateFailedContainersCountBySeverityReader struct {
// contains filtered or unexported fields
}
ExtAggregateFailedContainersCountBySeverityReader is a Reader for the ExtAggregateFailedContainersCountBySeverity structure.
func (*ExtAggregateFailedContainersCountBySeverityReader) ReadResponse ¶
func (o *ExtAggregateFailedContainersCountBySeverityReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ExtAggregateFailedContainersCountBySeverityTooManyRequests ¶
type ExtAggregateFailedContainersCountBySeverityTooManyRequests struct { /* Trace-ID: submit to support if 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 }
ExtAggregateFailedContainersCountBySeverityTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewExtAggregateFailedContainersCountBySeverityTooManyRequests ¶
func NewExtAggregateFailedContainersCountBySeverityTooManyRequests() *ExtAggregateFailedContainersCountBySeverityTooManyRequests
NewExtAggregateFailedContainersCountBySeverityTooManyRequests creates a ExtAggregateFailedContainersCountBySeverityTooManyRequests with default headers values
func (*ExtAggregateFailedContainersCountBySeverityTooManyRequests) Code ¶
func (o *ExtAggregateFailedContainersCountBySeverityTooManyRequests) Code() int
Code gets the status code for the ext aggregate failed containers count by severity too many requests response
func (*ExtAggregateFailedContainersCountBySeverityTooManyRequests) Error ¶
func (o *ExtAggregateFailedContainersCountBySeverityTooManyRequests) Error() string
func (*ExtAggregateFailedContainersCountBySeverityTooManyRequests) GetPayload ¶
func (o *ExtAggregateFailedContainersCountBySeverityTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*ExtAggregateFailedContainersCountBySeverityTooManyRequests) IsClientError ¶
func (o *ExtAggregateFailedContainersCountBySeverityTooManyRequests) IsClientError() bool
IsClientError returns true when this ext aggregate failed containers count by severity too many requests response has a 4xx status code
func (*ExtAggregateFailedContainersCountBySeverityTooManyRequests) IsCode ¶
func (o *ExtAggregateFailedContainersCountBySeverityTooManyRequests) IsCode(code int) bool
IsCode returns true when this ext aggregate failed containers count by severity too many requests response a status code equal to that given
func (*ExtAggregateFailedContainersCountBySeverityTooManyRequests) IsRedirect ¶
func (o *ExtAggregateFailedContainersCountBySeverityTooManyRequests) IsRedirect() bool
IsRedirect returns true when this ext aggregate failed containers count by severity too many requests response has a 3xx status code
func (*ExtAggregateFailedContainersCountBySeverityTooManyRequests) IsServerError ¶
func (o *ExtAggregateFailedContainersCountBySeverityTooManyRequests) IsServerError() bool
IsServerError returns true when this ext aggregate failed containers count by severity too many requests response has a 5xx status code
func (*ExtAggregateFailedContainersCountBySeverityTooManyRequests) IsSuccess ¶
func (o *ExtAggregateFailedContainersCountBySeverityTooManyRequests) IsSuccess() bool
IsSuccess returns true when this ext aggregate failed containers count by severity too many requests response has a 2xx status code
func (*ExtAggregateFailedContainersCountBySeverityTooManyRequests) String ¶
func (o *ExtAggregateFailedContainersCountBySeverityTooManyRequests) String() string
type ExtAggregateFailedContainersCountBySeverityUnauthorized ¶
type ExtAggregateFailedContainersCountBySeverityUnauthorized struct { string XRateLimitLimit int64 XRateLimitRemaining int64 }XCSTRACEID
ExtAggregateFailedContainersCountBySeverityUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewExtAggregateFailedContainersCountBySeverityUnauthorized ¶
func NewExtAggregateFailedContainersCountBySeverityUnauthorized() *ExtAggregateFailedContainersCountBySeverityUnauthorized
NewExtAggregateFailedContainersCountBySeverityUnauthorized creates a ExtAggregateFailedContainersCountBySeverityUnauthorized with default headers values
func (*ExtAggregateFailedContainersCountBySeverityUnauthorized) Code ¶
func (o *ExtAggregateFailedContainersCountBySeverityUnauthorized) Code() int
Code gets the status code for the ext aggregate failed containers count by severity unauthorized response
func (*ExtAggregateFailedContainersCountBySeverityUnauthorized) Error ¶
func (o *ExtAggregateFailedContainersCountBySeverityUnauthorized) Error() string
func (*ExtAggregateFailedContainersCountBySeverityUnauthorized) GetPayload ¶
func (*ExtAggregateFailedContainersCountBySeverityUnauthorized) IsClientError ¶
func (o *ExtAggregateFailedContainersCountBySeverityUnauthorized) IsClientError() bool
IsClientError returns true when this ext aggregate failed containers count by severity unauthorized response has a 4xx status code
func (*ExtAggregateFailedContainersCountBySeverityUnauthorized) IsCode ¶
func (o *ExtAggregateFailedContainersCountBySeverityUnauthorized) IsCode(code int) bool
IsCode returns true when this ext aggregate failed containers count by severity unauthorized response a status code equal to that given
func (*ExtAggregateFailedContainersCountBySeverityUnauthorized) IsRedirect ¶
func (o *ExtAggregateFailedContainersCountBySeverityUnauthorized) IsRedirect() bool
IsRedirect returns true when this ext aggregate failed containers count by severity unauthorized response has a 3xx status code
func (*ExtAggregateFailedContainersCountBySeverityUnauthorized) IsServerError ¶
func (o *ExtAggregateFailedContainersCountBySeverityUnauthorized) IsServerError() bool
IsServerError returns true when this ext aggregate failed containers count by severity unauthorized response has a 5xx status code
func (*ExtAggregateFailedContainersCountBySeverityUnauthorized) IsSuccess ¶
func (o *ExtAggregateFailedContainersCountBySeverityUnauthorized) IsSuccess() bool
IsSuccess returns true when this ext aggregate failed containers count by severity unauthorized response has a 2xx status code
func (*ExtAggregateFailedContainersCountBySeverityUnauthorized) String ¶
func (o *ExtAggregateFailedContainersCountBySeverityUnauthorized) String() string
type ExtAggregateFailedImagesByRulesPathBadRequest ¶
type ExtAggregateFailedImagesByRulesPathBadRequest struct { /* Trace-ID: submit to support if 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.DomainAggregateFailedAssetsByRulesResponse }
ExtAggregateFailedImagesByRulesPathBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewExtAggregateFailedImagesByRulesPathBadRequest ¶
func NewExtAggregateFailedImagesByRulesPathBadRequest() *ExtAggregateFailedImagesByRulesPathBadRequest
NewExtAggregateFailedImagesByRulesPathBadRequest creates a ExtAggregateFailedImagesByRulesPathBadRequest with default headers values
func (*ExtAggregateFailedImagesByRulesPathBadRequest) Code ¶
func (o *ExtAggregateFailedImagesByRulesPathBadRequest) Code() int
Code gets the status code for the ext aggregate failed images by rules path bad request response
func (*ExtAggregateFailedImagesByRulesPathBadRequest) Error ¶
func (o *ExtAggregateFailedImagesByRulesPathBadRequest) Error() string
func (*ExtAggregateFailedImagesByRulesPathBadRequest) GetPayload ¶
func (o *ExtAggregateFailedImagesByRulesPathBadRequest) GetPayload() *models.DomainAggregateFailedAssetsByRulesResponse
func (*ExtAggregateFailedImagesByRulesPathBadRequest) IsClientError ¶
func (o *ExtAggregateFailedImagesByRulesPathBadRequest) IsClientError() bool
IsClientError returns true when this ext aggregate failed images by rules path bad request response has a 4xx status code
func (*ExtAggregateFailedImagesByRulesPathBadRequest) IsCode ¶
func (o *ExtAggregateFailedImagesByRulesPathBadRequest) IsCode(code int) bool
IsCode returns true when this ext aggregate failed images by rules path bad request response a status code equal to that given
func (*ExtAggregateFailedImagesByRulesPathBadRequest) IsRedirect ¶
func (o *ExtAggregateFailedImagesByRulesPathBadRequest) IsRedirect() bool
IsRedirect returns true when this ext aggregate failed images by rules path bad request response has a 3xx status code
func (*ExtAggregateFailedImagesByRulesPathBadRequest) IsServerError ¶
func (o *ExtAggregateFailedImagesByRulesPathBadRequest) IsServerError() bool
IsServerError returns true when this ext aggregate failed images by rules path bad request response has a 5xx status code
func (*ExtAggregateFailedImagesByRulesPathBadRequest) IsSuccess ¶
func (o *ExtAggregateFailedImagesByRulesPathBadRequest) IsSuccess() bool
IsSuccess returns true when this ext aggregate failed images by rules path bad request response has a 2xx status code
func (*ExtAggregateFailedImagesByRulesPathBadRequest) String ¶
func (o *ExtAggregateFailedImagesByRulesPathBadRequest) String() string
type ExtAggregateFailedImagesByRulesPathForbidden ¶
type ExtAggregateFailedImagesByRulesPathForbidden struct { /* Trace-ID: submit to support if 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.DomainAggregateFailedAssetsByRulesResponse }
ExtAggregateFailedImagesByRulesPathForbidden describes a response with status code 403, with default header values.
Forbidden
func NewExtAggregateFailedImagesByRulesPathForbidden ¶
func NewExtAggregateFailedImagesByRulesPathForbidden() *ExtAggregateFailedImagesByRulesPathForbidden
NewExtAggregateFailedImagesByRulesPathForbidden creates a ExtAggregateFailedImagesByRulesPathForbidden with default headers values
func (*ExtAggregateFailedImagesByRulesPathForbidden) Code ¶
func (o *ExtAggregateFailedImagesByRulesPathForbidden) Code() int
Code gets the status code for the ext aggregate failed images by rules path forbidden response
func (*ExtAggregateFailedImagesByRulesPathForbidden) Error ¶
func (o *ExtAggregateFailedImagesByRulesPathForbidden) Error() string
func (*ExtAggregateFailedImagesByRulesPathForbidden) GetPayload ¶
func (o *ExtAggregateFailedImagesByRulesPathForbidden) GetPayload() *models.DomainAggregateFailedAssetsByRulesResponse
func (*ExtAggregateFailedImagesByRulesPathForbidden) IsClientError ¶
func (o *ExtAggregateFailedImagesByRulesPathForbidden) IsClientError() bool
IsClientError returns true when this ext aggregate failed images by rules path forbidden response has a 4xx status code
func (*ExtAggregateFailedImagesByRulesPathForbidden) IsCode ¶
func (o *ExtAggregateFailedImagesByRulesPathForbidden) IsCode(code int) bool
IsCode returns true when this ext aggregate failed images by rules path forbidden response a status code equal to that given
func (*ExtAggregateFailedImagesByRulesPathForbidden) IsRedirect ¶
func (o *ExtAggregateFailedImagesByRulesPathForbidden) IsRedirect() bool
IsRedirect returns true when this ext aggregate failed images by rules path forbidden response has a 3xx status code
func (*ExtAggregateFailedImagesByRulesPathForbidden) IsServerError ¶
func (o *ExtAggregateFailedImagesByRulesPathForbidden) IsServerError() bool
IsServerError returns true when this ext aggregate failed images by rules path forbidden response has a 5xx status code
func (*ExtAggregateFailedImagesByRulesPathForbidden) IsSuccess ¶
func (o *ExtAggregateFailedImagesByRulesPathForbidden) IsSuccess() bool
IsSuccess returns true when this ext aggregate failed images by rules path forbidden response has a 2xx status code
func (*ExtAggregateFailedImagesByRulesPathForbidden) String ¶
func (o *ExtAggregateFailedImagesByRulesPathForbidden) String() string
type ExtAggregateFailedImagesByRulesPathInternalServerError ¶
type ExtAggregateFailedImagesByRulesPathInternalServerError struct { /* Trace-ID: submit to support if 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.DomainAggregateFailedAssetsByRulesResponse }
ExtAggregateFailedImagesByRulesPathInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewExtAggregateFailedImagesByRulesPathInternalServerError ¶
func NewExtAggregateFailedImagesByRulesPathInternalServerError() *ExtAggregateFailedImagesByRulesPathInternalServerError
NewExtAggregateFailedImagesByRulesPathInternalServerError creates a ExtAggregateFailedImagesByRulesPathInternalServerError with default headers values
func (*ExtAggregateFailedImagesByRulesPathInternalServerError) Code ¶
func (o *ExtAggregateFailedImagesByRulesPathInternalServerError) Code() int
Code gets the status code for the ext aggregate failed images by rules path internal server error response
func (*ExtAggregateFailedImagesByRulesPathInternalServerError) Error ¶
func (o *ExtAggregateFailedImagesByRulesPathInternalServerError) Error() string
func (*ExtAggregateFailedImagesByRulesPathInternalServerError) GetPayload ¶
func (o *ExtAggregateFailedImagesByRulesPathInternalServerError) GetPayload() *models.DomainAggregateFailedAssetsByRulesResponse
func (*ExtAggregateFailedImagesByRulesPathInternalServerError) IsClientError ¶
func (o *ExtAggregateFailedImagesByRulesPathInternalServerError) IsClientError() bool
IsClientError returns true when this ext aggregate failed images by rules path internal server error response has a 4xx status code
func (*ExtAggregateFailedImagesByRulesPathInternalServerError) IsCode ¶
func (o *ExtAggregateFailedImagesByRulesPathInternalServerError) IsCode(code int) bool
IsCode returns true when this ext aggregate failed images by rules path internal server error response a status code equal to that given
func (*ExtAggregateFailedImagesByRulesPathInternalServerError) IsRedirect ¶
func (o *ExtAggregateFailedImagesByRulesPathInternalServerError) IsRedirect() bool
IsRedirect returns true when this ext aggregate failed images by rules path internal server error response has a 3xx status code
func (*ExtAggregateFailedImagesByRulesPathInternalServerError) IsServerError ¶
func (o *ExtAggregateFailedImagesByRulesPathInternalServerError) IsServerError() bool
IsServerError returns true when this ext aggregate failed images by rules path internal server error response has a 5xx status code
func (*ExtAggregateFailedImagesByRulesPathInternalServerError) IsSuccess ¶
func (o *ExtAggregateFailedImagesByRulesPathInternalServerError) IsSuccess() bool
IsSuccess returns true when this ext aggregate failed images by rules path internal server error response has a 2xx status code
func (*ExtAggregateFailedImagesByRulesPathInternalServerError) String ¶
func (o *ExtAggregateFailedImagesByRulesPathInternalServerError) String() string
type ExtAggregateFailedImagesByRulesPathOK ¶
type ExtAggregateFailedImagesByRulesPathOK struct { /* Trace-ID: submit to support if 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.DomainAggregateFailedAssetsByRulesResponse }
ExtAggregateFailedImagesByRulesPathOK describes a response with status code 200, with default header values.
OK
func NewExtAggregateFailedImagesByRulesPathOK ¶
func NewExtAggregateFailedImagesByRulesPathOK() *ExtAggregateFailedImagesByRulesPathOK
NewExtAggregateFailedImagesByRulesPathOK creates a ExtAggregateFailedImagesByRulesPathOK with default headers values
func (*ExtAggregateFailedImagesByRulesPathOK) Code ¶
func (o *ExtAggregateFailedImagesByRulesPathOK) Code() int
Code gets the status code for the ext aggregate failed images by rules path o k response
func (*ExtAggregateFailedImagesByRulesPathOK) Error ¶
func (o *ExtAggregateFailedImagesByRulesPathOK) Error() string
func (*ExtAggregateFailedImagesByRulesPathOK) GetPayload ¶
func (o *ExtAggregateFailedImagesByRulesPathOK) GetPayload() *models.DomainAggregateFailedAssetsByRulesResponse
func (*ExtAggregateFailedImagesByRulesPathOK) IsClientError ¶
func (o *ExtAggregateFailedImagesByRulesPathOK) IsClientError() bool
IsClientError returns true when this ext aggregate failed images by rules path o k response has a 4xx status code
func (*ExtAggregateFailedImagesByRulesPathOK) IsCode ¶
func (o *ExtAggregateFailedImagesByRulesPathOK) IsCode(code int) bool
IsCode returns true when this ext aggregate failed images by rules path o k response a status code equal to that given
func (*ExtAggregateFailedImagesByRulesPathOK) IsRedirect ¶
func (o *ExtAggregateFailedImagesByRulesPathOK) IsRedirect() bool
IsRedirect returns true when this ext aggregate failed images by rules path o k response has a 3xx status code
func (*ExtAggregateFailedImagesByRulesPathOK) IsServerError ¶
func (o *ExtAggregateFailedImagesByRulesPathOK) IsServerError() bool
IsServerError returns true when this ext aggregate failed images by rules path o k response has a 5xx status code
func (*ExtAggregateFailedImagesByRulesPathOK) IsSuccess ¶
func (o *ExtAggregateFailedImagesByRulesPathOK) IsSuccess() bool
IsSuccess returns true when this ext aggregate failed images by rules path o k response has a 2xx status code
func (*ExtAggregateFailedImagesByRulesPathOK) String ¶
func (o *ExtAggregateFailedImagesByRulesPathOK) String() string
type ExtAggregateFailedImagesByRulesPathParams ¶
type ExtAggregateFailedImagesByRulesPathParams struct { /* Filter. Filter results using a query in Falcon Query Language (FQL). Supported Filters: compliance_finding.id: Compliance finding ID compliance_finding.name: Compliance finding Name compliance_finding.framework: Compliance finding framework (available values: CIS) cloud_info.namespace: Kubernetes namespace image_repository: Image repository image_digest: Image digest (sha256 digest) image_tag: Image tag image_id: Image ID image_registry: Image registry cloud_info.cloud_account_id: Cloud account ID cloud_info.cloud_region: Cloud region cid: Customer ID compliance_finding.severity: Compliance finding severity; available values: 4, 3, 2, 1 (4: critical, 3: high, 2: medium, 1:low) cloud_info.cluster_name: Kubernetes cluster name cloud_info.cloud_provider: Cloud provider */ Filter *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ExtAggregateFailedImagesByRulesPathParams contains all the parameters to send to the API endpoint
for the ext aggregate failed images by rules path operation. Typically these are written to a http.Request.
func NewExtAggregateFailedImagesByRulesPathParams ¶
func NewExtAggregateFailedImagesByRulesPathParams() *ExtAggregateFailedImagesByRulesPathParams
NewExtAggregateFailedImagesByRulesPathParams creates a new ExtAggregateFailedImagesByRulesPathParams 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 NewExtAggregateFailedImagesByRulesPathParamsWithContext ¶
func NewExtAggregateFailedImagesByRulesPathParamsWithContext(ctx context.Context) *ExtAggregateFailedImagesByRulesPathParams
NewExtAggregateFailedImagesByRulesPathParamsWithContext creates a new ExtAggregateFailedImagesByRulesPathParams object with the ability to set a context for a request.
func NewExtAggregateFailedImagesByRulesPathParamsWithHTTPClient ¶
func NewExtAggregateFailedImagesByRulesPathParamsWithHTTPClient(client *http.Client) *ExtAggregateFailedImagesByRulesPathParams
NewExtAggregateFailedImagesByRulesPathParamsWithHTTPClient creates a new ExtAggregateFailedImagesByRulesPathParams object with the ability to set a custom HTTPClient for a request.
func NewExtAggregateFailedImagesByRulesPathParamsWithTimeout ¶
func NewExtAggregateFailedImagesByRulesPathParamsWithTimeout(timeout time.Duration) *ExtAggregateFailedImagesByRulesPathParams
NewExtAggregateFailedImagesByRulesPathParamsWithTimeout creates a new ExtAggregateFailedImagesByRulesPathParams object with the ability to set a timeout on a request.
func (*ExtAggregateFailedImagesByRulesPathParams) SetContext ¶
func (o *ExtAggregateFailedImagesByRulesPathParams) SetContext(ctx context.Context)
SetContext adds the context to the ext aggregate failed images by rules path params
func (*ExtAggregateFailedImagesByRulesPathParams) SetDefaults ¶
func (o *ExtAggregateFailedImagesByRulesPathParams) SetDefaults()
SetDefaults hydrates default values in the ext aggregate failed images by rules path params (not the query body).
All values with no default are reset to their zero value.
func (*ExtAggregateFailedImagesByRulesPathParams) SetFilter ¶
func (o *ExtAggregateFailedImagesByRulesPathParams) SetFilter(filter *string)
SetFilter adds the filter to the ext aggregate failed images by rules path params
func (*ExtAggregateFailedImagesByRulesPathParams) SetHTTPClient ¶
func (o *ExtAggregateFailedImagesByRulesPathParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the ext aggregate failed images by rules path params
func (*ExtAggregateFailedImagesByRulesPathParams) SetTimeout ¶
func (o *ExtAggregateFailedImagesByRulesPathParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the ext aggregate failed images by rules path params
func (*ExtAggregateFailedImagesByRulesPathParams) WithContext ¶
func (o *ExtAggregateFailedImagesByRulesPathParams) WithContext(ctx context.Context) *ExtAggregateFailedImagesByRulesPathParams
WithContext adds the context to the ext aggregate failed images by rules path params
func (*ExtAggregateFailedImagesByRulesPathParams) WithDefaults ¶
func (o *ExtAggregateFailedImagesByRulesPathParams) WithDefaults() *ExtAggregateFailedImagesByRulesPathParams
WithDefaults hydrates default values in the ext aggregate failed images by rules path params (not the query body).
All values with no default are reset to their zero value.
func (*ExtAggregateFailedImagesByRulesPathParams) WithFilter ¶
func (o *ExtAggregateFailedImagesByRulesPathParams) WithFilter(filter *string) *ExtAggregateFailedImagesByRulesPathParams
WithFilter adds the filter to the ext aggregate failed images by rules path params
func (*ExtAggregateFailedImagesByRulesPathParams) WithHTTPClient ¶
func (o *ExtAggregateFailedImagesByRulesPathParams) WithHTTPClient(client *http.Client) *ExtAggregateFailedImagesByRulesPathParams
WithHTTPClient adds the HTTPClient to the ext aggregate failed images by rules path params
func (*ExtAggregateFailedImagesByRulesPathParams) WithTimeout ¶
func (o *ExtAggregateFailedImagesByRulesPathParams) WithTimeout(timeout time.Duration) *ExtAggregateFailedImagesByRulesPathParams
WithTimeout adds the timeout to the ext aggregate failed images by rules path params
func (*ExtAggregateFailedImagesByRulesPathParams) WriteToRequest ¶
func (o *ExtAggregateFailedImagesByRulesPathParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ExtAggregateFailedImagesByRulesPathReader ¶
type ExtAggregateFailedImagesByRulesPathReader struct {
// contains filtered or unexported fields
}
ExtAggregateFailedImagesByRulesPathReader is a Reader for the ExtAggregateFailedImagesByRulesPath structure.
func (*ExtAggregateFailedImagesByRulesPathReader) ReadResponse ¶
func (o *ExtAggregateFailedImagesByRulesPathReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ExtAggregateFailedImagesByRulesPathTooManyRequests ¶
type ExtAggregateFailedImagesByRulesPathTooManyRequests struct { /* Trace-ID: submit to support if 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 }
ExtAggregateFailedImagesByRulesPathTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewExtAggregateFailedImagesByRulesPathTooManyRequests ¶
func NewExtAggregateFailedImagesByRulesPathTooManyRequests() *ExtAggregateFailedImagesByRulesPathTooManyRequests
NewExtAggregateFailedImagesByRulesPathTooManyRequests creates a ExtAggregateFailedImagesByRulesPathTooManyRequests with default headers values
func (*ExtAggregateFailedImagesByRulesPathTooManyRequests) Code ¶
func (o *ExtAggregateFailedImagesByRulesPathTooManyRequests) Code() int
Code gets the status code for the ext aggregate failed images by rules path too many requests response
func (*ExtAggregateFailedImagesByRulesPathTooManyRequests) Error ¶
func (o *ExtAggregateFailedImagesByRulesPathTooManyRequests) Error() string
func (*ExtAggregateFailedImagesByRulesPathTooManyRequests) GetPayload ¶
func (o *ExtAggregateFailedImagesByRulesPathTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*ExtAggregateFailedImagesByRulesPathTooManyRequests) IsClientError ¶
func (o *ExtAggregateFailedImagesByRulesPathTooManyRequests) IsClientError() bool
IsClientError returns true when this ext aggregate failed images by rules path too many requests response has a 4xx status code
func (*ExtAggregateFailedImagesByRulesPathTooManyRequests) IsCode ¶
func (o *ExtAggregateFailedImagesByRulesPathTooManyRequests) IsCode(code int) bool
IsCode returns true when this ext aggregate failed images by rules path too many requests response a status code equal to that given
func (*ExtAggregateFailedImagesByRulesPathTooManyRequests) IsRedirect ¶
func (o *ExtAggregateFailedImagesByRulesPathTooManyRequests) IsRedirect() bool
IsRedirect returns true when this ext aggregate failed images by rules path too many requests response has a 3xx status code
func (*ExtAggregateFailedImagesByRulesPathTooManyRequests) IsServerError ¶
func (o *ExtAggregateFailedImagesByRulesPathTooManyRequests) IsServerError() bool
IsServerError returns true when this ext aggregate failed images by rules path too many requests response has a 5xx status code
func (*ExtAggregateFailedImagesByRulesPathTooManyRequests) IsSuccess ¶
func (o *ExtAggregateFailedImagesByRulesPathTooManyRequests) IsSuccess() bool
IsSuccess returns true when this ext aggregate failed images by rules path too many requests response has a 2xx status code
func (*ExtAggregateFailedImagesByRulesPathTooManyRequests) String ¶
func (o *ExtAggregateFailedImagesByRulesPathTooManyRequests) String() string
type ExtAggregateFailedImagesByRulesPathUnauthorized ¶
type ExtAggregateFailedImagesByRulesPathUnauthorized struct { string XRateLimitLimit int64 XRateLimitRemaining int64 }XCSTRACEID
ExtAggregateFailedImagesByRulesPathUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewExtAggregateFailedImagesByRulesPathUnauthorized ¶
func NewExtAggregateFailedImagesByRulesPathUnauthorized() *ExtAggregateFailedImagesByRulesPathUnauthorized
NewExtAggregateFailedImagesByRulesPathUnauthorized creates a ExtAggregateFailedImagesByRulesPathUnauthorized with default headers values
func (*ExtAggregateFailedImagesByRulesPathUnauthorized) Code ¶
func (o *ExtAggregateFailedImagesByRulesPathUnauthorized) Code() int
Code gets the status code for the ext aggregate failed images by rules path unauthorized response
func (*ExtAggregateFailedImagesByRulesPathUnauthorized) Error ¶
func (o *ExtAggregateFailedImagesByRulesPathUnauthorized) Error() string
func (*ExtAggregateFailedImagesByRulesPathUnauthorized) GetPayload ¶
func (o *ExtAggregateFailedImagesByRulesPathUnauthorized) GetPayload() *models.DomainAggregateFailedAssetsByRulesResponse
func (*ExtAggregateFailedImagesByRulesPathUnauthorized) IsClientError ¶
func (o *ExtAggregateFailedImagesByRulesPathUnauthorized) IsClientError() bool
IsClientError returns true when this ext aggregate failed images by rules path unauthorized response has a 4xx status code
func (*ExtAggregateFailedImagesByRulesPathUnauthorized) IsCode ¶
func (o *ExtAggregateFailedImagesByRulesPathUnauthorized) IsCode(code int) bool
IsCode returns true when this ext aggregate failed images by rules path unauthorized response a status code equal to that given
func (*ExtAggregateFailedImagesByRulesPathUnauthorized) IsRedirect ¶
func (o *ExtAggregateFailedImagesByRulesPathUnauthorized) IsRedirect() bool
IsRedirect returns true when this ext aggregate failed images by rules path unauthorized response has a 3xx status code
func (*ExtAggregateFailedImagesByRulesPathUnauthorized) IsServerError ¶
func (o *ExtAggregateFailedImagesByRulesPathUnauthorized) IsServerError() bool
IsServerError returns true when this ext aggregate failed images by rules path unauthorized response has a 5xx status code
func (*ExtAggregateFailedImagesByRulesPathUnauthorized) IsSuccess ¶
func (o *ExtAggregateFailedImagesByRulesPathUnauthorized) IsSuccess() bool
IsSuccess returns true when this ext aggregate failed images by rules path unauthorized response has a 2xx status code
func (*ExtAggregateFailedImagesByRulesPathUnauthorized) String ¶
func (o *ExtAggregateFailedImagesByRulesPathUnauthorized) String() string
type ExtAggregateFailedImagesCountBySeverityBadRequest ¶
type ExtAggregateFailedImagesCountBySeverityBadRequest struct { /* Trace-ID: submit to support if 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.DomainAggregateFailedAssetCountBySeverityResponse }
ExtAggregateFailedImagesCountBySeverityBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewExtAggregateFailedImagesCountBySeverityBadRequest ¶
func NewExtAggregateFailedImagesCountBySeverityBadRequest() *ExtAggregateFailedImagesCountBySeverityBadRequest
NewExtAggregateFailedImagesCountBySeverityBadRequest creates a ExtAggregateFailedImagesCountBySeverityBadRequest with default headers values
func (*ExtAggregateFailedImagesCountBySeverityBadRequest) Code ¶
func (o *ExtAggregateFailedImagesCountBySeverityBadRequest) Code() int
Code gets the status code for the ext aggregate failed images count by severity bad request response
func (*ExtAggregateFailedImagesCountBySeverityBadRequest) Error ¶
func (o *ExtAggregateFailedImagesCountBySeverityBadRequest) Error() string
func (*ExtAggregateFailedImagesCountBySeverityBadRequest) GetPayload ¶
func (o *ExtAggregateFailedImagesCountBySeverityBadRequest) GetPayload() *models.DomainAggregateFailedAssetCountBySeverityResponse
func (*ExtAggregateFailedImagesCountBySeverityBadRequest) IsClientError ¶
func (o *ExtAggregateFailedImagesCountBySeverityBadRequest) IsClientError() bool
IsClientError returns true when this ext aggregate failed images count by severity bad request response has a 4xx status code
func (*ExtAggregateFailedImagesCountBySeverityBadRequest) IsCode ¶
func (o *ExtAggregateFailedImagesCountBySeverityBadRequest) IsCode(code int) bool
IsCode returns true when this ext aggregate failed images count by severity bad request response a status code equal to that given
func (*ExtAggregateFailedImagesCountBySeverityBadRequest) IsRedirect ¶
func (o *ExtAggregateFailedImagesCountBySeverityBadRequest) IsRedirect() bool
IsRedirect returns true when this ext aggregate failed images count by severity bad request response has a 3xx status code
func (*ExtAggregateFailedImagesCountBySeverityBadRequest) IsServerError ¶
func (o *ExtAggregateFailedImagesCountBySeverityBadRequest) IsServerError() bool
IsServerError returns true when this ext aggregate failed images count by severity bad request response has a 5xx status code
func (*ExtAggregateFailedImagesCountBySeverityBadRequest) IsSuccess ¶
func (o *ExtAggregateFailedImagesCountBySeverityBadRequest) IsSuccess() bool
IsSuccess returns true when this ext aggregate failed images count by severity bad request response has a 2xx status code
func (*ExtAggregateFailedImagesCountBySeverityBadRequest) String ¶
func (o *ExtAggregateFailedImagesCountBySeverityBadRequest) String() string
type ExtAggregateFailedImagesCountBySeverityForbidden ¶
type ExtAggregateFailedImagesCountBySeverityForbidden struct { /* Trace-ID: submit to support if 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.DomainAggregateFailedAssetCountBySeverityResponse }
ExtAggregateFailedImagesCountBySeverityForbidden describes a response with status code 403, with default header values.
Forbidden
func NewExtAggregateFailedImagesCountBySeverityForbidden ¶
func NewExtAggregateFailedImagesCountBySeverityForbidden() *ExtAggregateFailedImagesCountBySeverityForbidden
NewExtAggregateFailedImagesCountBySeverityForbidden creates a ExtAggregateFailedImagesCountBySeverityForbidden with default headers values
func (*ExtAggregateFailedImagesCountBySeverityForbidden) Code ¶
func (o *ExtAggregateFailedImagesCountBySeverityForbidden) Code() int
Code gets the status code for the ext aggregate failed images count by severity forbidden response
func (*ExtAggregateFailedImagesCountBySeverityForbidden) Error ¶
func (o *ExtAggregateFailedImagesCountBySeverityForbidden) Error() string
func (*ExtAggregateFailedImagesCountBySeverityForbidden) GetPayload ¶
func (o *ExtAggregateFailedImagesCountBySeverityForbidden) GetPayload() *models.DomainAggregateFailedAssetCountBySeverityResponse
func (*ExtAggregateFailedImagesCountBySeverityForbidden) IsClientError ¶
func (o *ExtAggregateFailedImagesCountBySeverityForbidden) IsClientError() bool
IsClientError returns true when this ext aggregate failed images count by severity forbidden response has a 4xx status code
func (*ExtAggregateFailedImagesCountBySeverityForbidden) IsCode ¶
func (o *ExtAggregateFailedImagesCountBySeverityForbidden) IsCode(code int) bool
IsCode returns true when this ext aggregate failed images count by severity forbidden response a status code equal to that given
func (*ExtAggregateFailedImagesCountBySeverityForbidden) IsRedirect ¶
func (o *ExtAggregateFailedImagesCountBySeverityForbidden) IsRedirect() bool
IsRedirect returns true when this ext aggregate failed images count by severity forbidden response has a 3xx status code
func (*ExtAggregateFailedImagesCountBySeverityForbidden) IsServerError ¶
func (o *ExtAggregateFailedImagesCountBySeverityForbidden) IsServerError() bool
IsServerError returns true when this ext aggregate failed images count by severity forbidden response has a 5xx status code
func (*ExtAggregateFailedImagesCountBySeverityForbidden) IsSuccess ¶
func (o *ExtAggregateFailedImagesCountBySeverityForbidden) IsSuccess() bool
IsSuccess returns true when this ext aggregate failed images count by severity forbidden response has a 2xx status code
func (*ExtAggregateFailedImagesCountBySeverityForbidden) String ¶
func (o *ExtAggregateFailedImagesCountBySeverityForbidden) String() string
type ExtAggregateFailedImagesCountBySeverityInternalServerError ¶
type ExtAggregateFailedImagesCountBySeverityInternalServerError struct { /* Trace-ID: submit to support if 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.DomainAggregateFailedAssetCountBySeverityResponse }
ExtAggregateFailedImagesCountBySeverityInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewExtAggregateFailedImagesCountBySeverityInternalServerError ¶
func NewExtAggregateFailedImagesCountBySeverityInternalServerError() *ExtAggregateFailedImagesCountBySeverityInternalServerError
NewExtAggregateFailedImagesCountBySeverityInternalServerError creates a ExtAggregateFailedImagesCountBySeverityInternalServerError with default headers values
func (*ExtAggregateFailedImagesCountBySeverityInternalServerError) Code ¶
func (o *ExtAggregateFailedImagesCountBySeverityInternalServerError) Code() int
Code gets the status code for the ext aggregate failed images count by severity internal server error response
func (*ExtAggregateFailedImagesCountBySeverityInternalServerError) Error ¶
func (o *ExtAggregateFailedImagesCountBySeverityInternalServerError) Error() string
func (*ExtAggregateFailedImagesCountBySeverityInternalServerError) GetPayload ¶
func (*ExtAggregateFailedImagesCountBySeverityInternalServerError) IsClientError ¶
func (o *ExtAggregateFailedImagesCountBySeverityInternalServerError) IsClientError() bool
IsClientError returns true when this ext aggregate failed images count by severity internal server error response has a 4xx status code
func (*ExtAggregateFailedImagesCountBySeverityInternalServerError) IsCode ¶
func (o *ExtAggregateFailedImagesCountBySeverityInternalServerError) IsCode(code int) bool
IsCode returns true when this ext aggregate failed images count by severity internal server error response a status code equal to that given
func (*ExtAggregateFailedImagesCountBySeverityInternalServerError) IsRedirect ¶
func (o *ExtAggregateFailedImagesCountBySeverityInternalServerError) IsRedirect() bool
IsRedirect returns true when this ext aggregate failed images count by severity internal server error response has a 3xx status code
func (*ExtAggregateFailedImagesCountBySeverityInternalServerError) IsServerError ¶
func (o *ExtAggregateFailedImagesCountBySeverityInternalServerError) IsServerError() bool
IsServerError returns true when this ext aggregate failed images count by severity internal server error response has a 5xx status code
func (*ExtAggregateFailedImagesCountBySeverityInternalServerError) IsSuccess ¶
func (o *ExtAggregateFailedImagesCountBySeverityInternalServerError) IsSuccess() bool
IsSuccess returns true when this ext aggregate failed images count by severity internal server error response has a 2xx status code
func (*ExtAggregateFailedImagesCountBySeverityInternalServerError) String ¶
func (o *ExtAggregateFailedImagesCountBySeverityInternalServerError) String() string
type ExtAggregateFailedImagesCountBySeverityOK ¶
type ExtAggregateFailedImagesCountBySeverityOK struct { /* Trace-ID: submit to support if 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.DomainAggregateFailedAssetCountBySeverityResponse }
ExtAggregateFailedImagesCountBySeverityOK describes a response with status code 200, with default header values.
OK
func NewExtAggregateFailedImagesCountBySeverityOK ¶
func NewExtAggregateFailedImagesCountBySeverityOK() *ExtAggregateFailedImagesCountBySeverityOK
NewExtAggregateFailedImagesCountBySeverityOK creates a ExtAggregateFailedImagesCountBySeverityOK with default headers values
func (*ExtAggregateFailedImagesCountBySeverityOK) Code ¶
func (o *ExtAggregateFailedImagesCountBySeverityOK) Code() int
Code gets the status code for the ext aggregate failed images count by severity o k response
func (*ExtAggregateFailedImagesCountBySeverityOK) Error ¶
func (o *ExtAggregateFailedImagesCountBySeverityOK) Error() string
func (*ExtAggregateFailedImagesCountBySeverityOK) GetPayload ¶
func (o *ExtAggregateFailedImagesCountBySeverityOK) GetPayload() *models.DomainAggregateFailedAssetCountBySeverityResponse
func (*ExtAggregateFailedImagesCountBySeverityOK) IsClientError ¶
func (o *ExtAggregateFailedImagesCountBySeverityOK) IsClientError() bool
IsClientError returns true when this ext aggregate failed images count by severity o k response has a 4xx status code
func (*ExtAggregateFailedImagesCountBySeverityOK) IsCode ¶
func (o *ExtAggregateFailedImagesCountBySeverityOK) IsCode(code int) bool
IsCode returns true when this ext aggregate failed images count by severity o k response a status code equal to that given
func (*ExtAggregateFailedImagesCountBySeverityOK) IsRedirect ¶
func (o *ExtAggregateFailedImagesCountBySeverityOK) IsRedirect() bool
IsRedirect returns true when this ext aggregate failed images count by severity o k response has a 3xx status code
func (*ExtAggregateFailedImagesCountBySeverityOK) IsServerError ¶
func (o *ExtAggregateFailedImagesCountBySeverityOK) IsServerError() bool
IsServerError returns true when this ext aggregate failed images count by severity o k response has a 5xx status code
func (*ExtAggregateFailedImagesCountBySeverityOK) IsSuccess ¶
func (o *ExtAggregateFailedImagesCountBySeverityOK) IsSuccess() bool
IsSuccess returns true when this ext aggregate failed images count by severity o k response has a 2xx status code
func (*ExtAggregateFailedImagesCountBySeverityOK) String ¶
func (o *ExtAggregateFailedImagesCountBySeverityOK) String() string
type ExtAggregateFailedImagesCountBySeverityParams ¶
type ExtAggregateFailedImagesCountBySeverityParams struct { /* Filter. Filter results using a query in Falcon Query Language (FQL). Supported Filters: compliance_finding.name: Compliance finding Name image_registry: Image registry cloud_info.cluster_name: Kubernetes cluster name compliance_finding.id: Compliance finding ID image_id: Image ID image_tag: Image tag cloud_info.cloud_account_id: Cloud account ID compliance_finding.severity: Compliance finding severity; available values: 4, 3, 2, 1 (4: critical, 3: high, 2: medium, 1:low) cloud_info.namespace: Kubernetes namespace image_digest: Image digest (sha256 digest) cloud_info.cloud_provider: Cloud provider cloud_info.cloud_region: Cloud region compliance_finding.framework: Compliance finding framework (available values: CIS) image_repository: Image repository cid: Customer ID */ Filter *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ExtAggregateFailedImagesCountBySeverityParams contains all the parameters to send to the API endpoint
for the ext aggregate failed images count by severity operation. Typically these are written to a http.Request.
func NewExtAggregateFailedImagesCountBySeverityParams ¶
func NewExtAggregateFailedImagesCountBySeverityParams() *ExtAggregateFailedImagesCountBySeverityParams
NewExtAggregateFailedImagesCountBySeverityParams creates a new ExtAggregateFailedImagesCountBySeverityParams 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 NewExtAggregateFailedImagesCountBySeverityParamsWithContext ¶
func NewExtAggregateFailedImagesCountBySeverityParamsWithContext(ctx context.Context) *ExtAggregateFailedImagesCountBySeverityParams
NewExtAggregateFailedImagesCountBySeverityParamsWithContext creates a new ExtAggregateFailedImagesCountBySeverityParams object with the ability to set a context for a request.
func NewExtAggregateFailedImagesCountBySeverityParamsWithHTTPClient ¶
func NewExtAggregateFailedImagesCountBySeverityParamsWithHTTPClient(client *http.Client) *ExtAggregateFailedImagesCountBySeverityParams
NewExtAggregateFailedImagesCountBySeverityParamsWithHTTPClient creates a new ExtAggregateFailedImagesCountBySeverityParams object with the ability to set a custom HTTPClient for a request.
func NewExtAggregateFailedImagesCountBySeverityParamsWithTimeout ¶
func NewExtAggregateFailedImagesCountBySeverityParamsWithTimeout(timeout time.Duration) *ExtAggregateFailedImagesCountBySeverityParams
NewExtAggregateFailedImagesCountBySeverityParamsWithTimeout creates a new ExtAggregateFailedImagesCountBySeverityParams object with the ability to set a timeout on a request.
func (*ExtAggregateFailedImagesCountBySeverityParams) SetContext ¶
func (o *ExtAggregateFailedImagesCountBySeverityParams) SetContext(ctx context.Context)
SetContext adds the context to the ext aggregate failed images count by severity params
func (*ExtAggregateFailedImagesCountBySeverityParams) SetDefaults ¶
func (o *ExtAggregateFailedImagesCountBySeverityParams) SetDefaults()
SetDefaults hydrates default values in the ext aggregate failed images count by severity params (not the query body).
All values with no default are reset to their zero value.
func (*ExtAggregateFailedImagesCountBySeverityParams) SetFilter ¶
func (o *ExtAggregateFailedImagesCountBySeverityParams) SetFilter(filter *string)
SetFilter adds the filter to the ext aggregate failed images count by severity params
func (*ExtAggregateFailedImagesCountBySeverityParams) SetHTTPClient ¶
func (o *ExtAggregateFailedImagesCountBySeverityParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the ext aggregate failed images count by severity params
func (*ExtAggregateFailedImagesCountBySeverityParams) SetTimeout ¶
func (o *ExtAggregateFailedImagesCountBySeverityParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the ext aggregate failed images count by severity params
func (*ExtAggregateFailedImagesCountBySeverityParams) WithContext ¶
func (o *ExtAggregateFailedImagesCountBySeverityParams) WithContext(ctx context.Context) *ExtAggregateFailedImagesCountBySeverityParams
WithContext adds the context to the ext aggregate failed images count by severity params
func (*ExtAggregateFailedImagesCountBySeverityParams) WithDefaults ¶
func (o *ExtAggregateFailedImagesCountBySeverityParams) WithDefaults() *ExtAggregateFailedImagesCountBySeverityParams
WithDefaults hydrates default values in the ext aggregate failed images count by severity params (not the query body).
All values with no default are reset to their zero value.
func (*ExtAggregateFailedImagesCountBySeverityParams) WithFilter ¶
func (o *ExtAggregateFailedImagesCountBySeverityParams) WithFilter(filter *string) *ExtAggregateFailedImagesCountBySeverityParams
WithFilter adds the filter to the ext aggregate failed images count by severity params
func (*ExtAggregateFailedImagesCountBySeverityParams) WithHTTPClient ¶
func (o *ExtAggregateFailedImagesCountBySeverityParams) WithHTTPClient(client *http.Client) *ExtAggregateFailedImagesCountBySeverityParams
WithHTTPClient adds the HTTPClient to the ext aggregate failed images count by severity params
func (*ExtAggregateFailedImagesCountBySeverityParams) WithTimeout ¶
func (o *ExtAggregateFailedImagesCountBySeverityParams) WithTimeout(timeout time.Duration) *ExtAggregateFailedImagesCountBySeverityParams
WithTimeout adds the timeout to the ext aggregate failed images count by severity params
func (*ExtAggregateFailedImagesCountBySeverityParams) WriteToRequest ¶
func (o *ExtAggregateFailedImagesCountBySeverityParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ExtAggregateFailedImagesCountBySeverityReader ¶
type ExtAggregateFailedImagesCountBySeverityReader struct {
// contains filtered or unexported fields
}
ExtAggregateFailedImagesCountBySeverityReader is a Reader for the ExtAggregateFailedImagesCountBySeverity structure.
func (*ExtAggregateFailedImagesCountBySeverityReader) ReadResponse ¶
func (o *ExtAggregateFailedImagesCountBySeverityReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ExtAggregateFailedImagesCountBySeverityTooManyRequests ¶
type ExtAggregateFailedImagesCountBySeverityTooManyRequests struct { /* Trace-ID: submit to support if 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 }
ExtAggregateFailedImagesCountBySeverityTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewExtAggregateFailedImagesCountBySeverityTooManyRequests ¶
func NewExtAggregateFailedImagesCountBySeverityTooManyRequests() *ExtAggregateFailedImagesCountBySeverityTooManyRequests
NewExtAggregateFailedImagesCountBySeverityTooManyRequests creates a ExtAggregateFailedImagesCountBySeverityTooManyRequests with default headers values
func (*ExtAggregateFailedImagesCountBySeverityTooManyRequests) Code ¶
func (o *ExtAggregateFailedImagesCountBySeverityTooManyRequests) Code() int
Code gets the status code for the ext aggregate failed images count by severity too many requests response
func (*ExtAggregateFailedImagesCountBySeverityTooManyRequests) Error ¶
func (o *ExtAggregateFailedImagesCountBySeverityTooManyRequests) Error() string
func (*ExtAggregateFailedImagesCountBySeverityTooManyRequests) GetPayload ¶
func (o *ExtAggregateFailedImagesCountBySeverityTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*ExtAggregateFailedImagesCountBySeverityTooManyRequests) IsClientError ¶
func (o *ExtAggregateFailedImagesCountBySeverityTooManyRequests) IsClientError() bool
IsClientError returns true when this ext aggregate failed images count by severity too many requests response has a 4xx status code
func (*ExtAggregateFailedImagesCountBySeverityTooManyRequests) IsCode ¶
func (o *ExtAggregateFailedImagesCountBySeverityTooManyRequests) IsCode(code int) bool
IsCode returns true when this ext aggregate failed images count by severity too many requests response a status code equal to that given
func (*ExtAggregateFailedImagesCountBySeverityTooManyRequests) IsRedirect ¶
func (o *ExtAggregateFailedImagesCountBySeverityTooManyRequests) IsRedirect() bool
IsRedirect returns true when this ext aggregate failed images count by severity too many requests response has a 3xx status code
func (*ExtAggregateFailedImagesCountBySeverityTooManyRequests) IsServerError ¶
func (o *ExtAggregateFailedImagesCountBySeverityTooManyRequests) IsServerError() bool
IsServerError returns true when this ext aggregate failed images count by severity too many requests response has a 5xx status code
func (*ExtAggregateFailedImagesCountBySeverityTooManyRequests) IsSuccess ¶
func (o *ExtAggregateFailedImagesCountBySeverityTooManyRequests) IsSuccess() bool
IsSuccess returns true when this ext aggregate failed images count by severity too many requests response has a 2xx status code
func (*ExtAggregateFailedImagesCountBySeverityTooManyRequests) String ¶
func (o *ExtAggregateFailedImagesCountBySeverityTooManyRequests) String() string
type ExtAggregateFailedImagesCountBySeverityUnauthorized ¶
type ExtAggregateFailedImagesCountBySeverityUnauthorized struct { string XRateLimitLimit int64 XRateLimitRemaining int64 }XCSTRACEID
ExtAggregateFailedImagesCountBySeverityUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewExtAggregateFailedImagesCountBySeverityUnauthorized ¶
func NewExtAggregateFailedImagesCountBySeverityUnauthorized() *ExtAggregateFailedImagesCountBySeverityUnauthorized
NewExtAggregateFailedImagesCountBySeverityUnauthorized creates a ExtAggregateFailedImagesCountBySeverityUnauthorized with default headers values
func (*ExtAggregateFailedImagesCountBySeverityUnauthorized) Code ¶
func (o *ExtAggregateFailedImagesCountBySeverityUnauthorized) Code() int
Code gets the status code for the ext aggregate failed images count by severity unauthorized response
func (*ExtAggregateFailedImagesCountBySeverityUnauthorized) Error ¶
func (o *ExtAggregateFailedImagesCountBySeverityUnauthorized) Error() string
func (*ExtAggregateFailedImagesCountBySeverityUnauthorized) GetPayload ¶
func (*ExtAggregateFailedImagesCountBySeverityUnauthorized) IsClientError ¶
func (o *ExtAggregateFailedImagesCountBySeverityUnauthorized) IsClientError() bool
IsClientError returns true when this ext aggregate failed images count by severity unauthorized response has a 4xx status code
func (*ExtAggregateFailedImagesCountBySeverityUnauthorized) IsCode ¶
func (o *ExtAggregateFailedImagesCountBySeverityUnauthorized) IsCode(code int) bool
IsCode returns true when this ext aggregate failed images count by severity unauthorized response a status code equal to that given
func (*ExtAggregateFailedImagesCountBySeverityUnauthorized) IsRedirect ¶
func (o *ExtAggregateFailedImagesCountBySeverityUnauthorized) IsRedirect() bool
IsRedirect returns true when this ext aggregate failed images count by severity unauthorized response has a 3xx status code
func (*ExtAggregateFailedImagesCountBySeverityUnauthorized) IsServerError ¶
func (o *ExtAggregateFailedImagesCountBySeverityUnauthorized) IsServerError() bool
IsServerError returns true when this ext aggregate failed images count by severity unauthorized response has a 5xx status code
func (*ExtAggregateFailedImagesCountBySeverityUnauthorized) IsSuccess ¶
func (o *ExtAggregateFailedImagesCountBySeverityUnauthorized) IsSuccess() bool
IsSuccess returns true when this ext aggregate failed images count by severity unauthorized response has a 2xx status code
func (*ExtAggregateFailedImagesCountBySeverityUnauthorized) String ¶
func (o *ExtAggregateFailedImagesCountBySeverityUnauthorized) String() string
type ExtAggregateFailedRulesByClustersBadRequest ¶
type ExtAggregateFailedRulesByClustersBadRequest struct { /* Trace-ID: submit to support if 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.DomainAggregateFailedRulesByClustersResponse }
ExtAggregateFailedRulesByClustersBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewExtAggregateFailedRulesByClustersBadRequest ¶
func NewExtAggregateFailedRulesByClustersBadRequest() *ExtAggregateFailedRulesByClustersBadRequest
NewExtAggregateFailedRulesByClustersBadRequest creates a ExtAggregateFailedRulesByClustersBadRequest with default headers values
func (*ExtAggregateFailedRulesByClustersBadRequest) Code ¶
func (o *ExtAggregateFailedRulesByClustersBadRequest) Code() int
Code gets the status code for the ext aggregate failed rules by clusters bad request response
func (*ExtAggregateFailedRulesByClustersBadRequest) Error ¶
func (o *ExtAggregateFailedRulesByClustersBadRequest) Error() string
func (*ExtAggregateFailedRulesByClustersBadRequest) GetPayload ¶
func (o *ExtAggregateFailedRulesByClustersBadRequest) GetPayload() *models.DomainAggregateFailedRulesByClustersResponse
func (*ExtAggregateFailedRulesByClustersBadRequest) IsClientError ¶
func (o *ExtAggregateFailedRulesByClustersBadRequest) IsClientError() bool
IsClientError returns true when this ext aggregate failed rules by clusters bad request response has a 4xx status code
func (*ExtAggregateFailedRulesByClustersBadRequest) IsCode ¶
func (o *ExtAggregateFailedRulesByClustersBadRequest) IsCode(code int) bool
IsCode returns true when this ext aggregate failed rules by clusters bad request response a status code equal to that given
func (*ExtAggregateFailedRulesByClustersBadRequest) IsRedirect ¶
func (o *ExtAggregateFailedRulesByClustersBadRequest) IsRedirect() bool
IsRedirect returns true when this ext aggregate failed rules by clusters bad request response has a 3xx status code
func (*ExtAggregateFailedRulesByClustersBadRequest) IsServerError ¶
func (o *ExtAggregateFailedRulesByClustersBadRequest) IsServerError() bool
IsServerError returns true when this ext aggregate failed rules by clusters bad request response has a 5xx status code
func (*ExtAggregateFailedRulesByClustersBadRequest) IsSuccess ¶
func (o *ExtAggregateFailedRulesByClustersBadRequest) IsSuccess() bool
IsSuccess returns true when this ext aggregate failed rules by clusters bad request response has a 2xx status code
func (*ExtAggregateFailedRulesByClustersBadRequest) String ¶
func (o *ExtAggregateFailedRulesByClustersBadRequest) String() string
type ExtAggregateFailedRulesByClustersForbidden ¶
type ExtAggregateFailedRulesByClustersForbidden struct { /* Trace-ID: submit to support if 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.DomainAggregateFailedRulesByClustersResponse }
ExtAggregateFailedRulesByClustersForbidden describes a response with status code 403, with default header values.
Forbidden
func NewExtAggregateFailedRulesByClustersForbidden ¶
func NewExtAggregateFailedRulesByClustersForbidden() *ExtAggregateFailedRulesByClustersForbidden
NewExtAggregateFailedRulesByClustersForbidden creates a ExtAggregateFailedRulesByClustersForbidden with default headers values
func (*ExtAggregateFailedRulesByClustersForbidden) Code ¶
func (o *ExtAggregateFailedRulesByClustersForbidden) Code() int
Code gets the status code for the ext aggregate failed rules by clusters forbidden response
func (*ExtAggregateFailedRulesByClustersForbidden) Error ¶
func (o *ExtAggregateFailedRulesByClustersForbidden) Error() string
func (*ExtAggregateFailedRulesByClustersForbidden) GetPayload ¶
func (o *ExtAggregateFailedRulesByClustersForbidden) GetPayload() *models.DomainAggregateFailedRulesByClustersResponse
func (*ExtAggregateFailedRulesByClustersForbidden) IsClientError ¶
func (o *ExtAggregateFailedRulesByClustersForbidden) IsClientError() bool
IsClientError returns true when this ext aggregate failed rules by clusters forbidden response has a 4xx status code
func (*ExtAggregateFailedRulesByClustersForbidden) IsCode ¶
func (o *ExtAggregateFailedRulesByClustersForbidden) IsCode(code int) bool
IsCode returns true when this ext aggregate failed rules by clusters forbidden response a status code equal to that given
func (*ExtAggregateFailedRulesByClustersForbidden) IsRedirect ¶
func (o *ExtAggregateFailedRulesByClustersForbidden) IsRedirect() bool
IsRedirect returns true when this ext aggregate failed rules by clusters forbidden response has a 3xx status code
func (*ExtAggregateFailedRulesByClustersForbidden) IsServerError ¶
func (o *ExtAggregateFailedRulesByClustersForbidden) IsServerError() bool
IsServerError returns true when this ext aggregate failed rules by clusters forbidden response has a 5xx status code
func (*ExtAggregateFailedRulesByClustersForbidden) IsSuccess ¶
func (o *ExtAggregateFailedRulesByClustersForbidden) IsSuccess() bool
IsSuccess returns true when this ext aggregate failed rules by clusters forbidden response has a 2xx status code
func (*ExtAggregateFailedRulesByClustersForbidden) String ¶
func (o *ExtAggregateFailedRulesByClustersForbidden) String() string
type ExtAggregateFailedRulesByClustersInternalServerError ¶
type ExtAggregateFailedRulesByClustersInternalServerError struct { /* Trace-ID: submit to support if 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.DomainAggregateFailedRulesByClustersResponse }
ExtAggregateFailedRulesByClustersInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewExtAggregateFailedRulesByClustersInternalServerError ¶
func NewExtAggregateFailedRulesByClustersInternalServerError() *ExtAggregateFailedRulesByClustersInternalServerError
NewExtAggregateFailedRulesByClustersInternalServerError creates a ExtAggregateFailedRulesByClustersInternalServerError with default headers values
func (*ExtAggregateFailedRulesByClustersInternalServerError) Code ¶
func (o *ExtAggregateFailedRulesByClustersInternalServerError) Code() int
Code gets the status code for the ext aggregate failed rules by clusters internal server error response
func (*ExtAggregateFailedRulesByClustersInternalServerError) Error ¶
func (o *ExtAggregateFailedRulesByClustersInternalServerError) Error() string
func (*ExtAggregateFailedRulesByClustersInternalServerError) GetPayload ¶
func (o *ExtAggregateFailedRulesByClustersInternalServerError) GetPayload() *models.DomainAggregateFailedRulesByClustersResponse
func (*ExtAggregateFailedRulesByClustersInternalServerError) IsClientError ¶
func (o *ExtAggregateFailedRulesByClustersInternalServerError) IsClientError() bool
IsClientError returns true when this ext aggregate failed rules by clusters internal server error response has a 4xx status code
func (*ExtAggregateFailedRulesByClustersInternalServerError) IsCode ¶
func (o *ExtAggregateFailedRulesByClustersInternalServerError) IsCode(code int) bool
IsCode returns true when this ext aggregate failed rules by clusters internal server error response a status code equal to that given
func (*ExtAggregateFailedRulesByClustersInternalServerError) IsRedirect ¶
func (o *ExtAggregateFailedRulesByClustersInternalServerError) IsRedirect() bool
IsRedirect returns true when this ext aggregate failed rules by clusters internal server error response has a 3xx status code
func (*ExtAggregateFailedRulesByClustersInternalServerError) IsServerError ¶
func (o *ExtAggregateFailedRulesByClustersInternalServerError) IsServerError() bool
IsServerError returns true when this ext aggregate failed rules by clusters internal server error response has a 5xx status code
func (*ExtAggregateFailedRulesByClustersInternalServerError) IsSuccess ¶
func (o *ExtAggregateFailedRulesByClustersInternalServerError) IsSuccess() bool
IsSuccess returns true when this ext aggregate failed rules by clusters internal server error response has a 2xx status code
func (*ExtAggregateFailedRulesByClustersInternalServerError) String ¶
func (o *ExtAggregateFailedRulesByClustersInternalServerError) String() string
type ExtAggregateFailedRulesByClustersOK ¶
type ExtAggregateFailedRulesByClustersOK struct { /* Trace-ID: submit to support if 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.DomainAggregateFailedRulesByClustersResponse }
ExtAggregateFailedRulesByClustersOK describes a response with status code 200, with default header values.
OK
func NewExtAggregateFailedRulesByClustersOK ¶
func NewExtAggregateFailedRulesByClustersOK() *ExtAggregateFailedRulesByClustersOK
NewExtAggregateFailedRulesByClustersOK creates a ExtAggregateFailedRulesByClustersOK with default headers values
func (*ExtAggregateFailedRulesByClustersOK) Code ¶
func (o *ExtAggregateFailedRulesByClustersOK) Code() int
Code gets the status code for the ext aggregate failed rules by clusters o k response
func (*ExtAggregateFailedRulesByClustersOK) Error ¶
func (o *ExtAggregateFailedRulesByClustersOK) Error() string
func (*ExtAggregateFailedRulesByClustersOK) GetPayload ¶
func (o *ExtAggregateFailedRulesByClustersOK) GetPayload() *models.DomainAggregateFailedRulesByClustersResponse
func (*ExtAggregateFailedRulesByClustersOK) IsClientError ¶
func (o *ExtAggregateFailedRulesByClustersOK) IsClientError() bool
IsClientError returns true when this ext aggregate failed rules by clusters o k response has a 4xx status code
func (*ExtAggregateFailedRulesByClustersOK) IsCode ¶
func (o *ExtAggregateFailedRulesByClustersOK) IsCode(code int) bool
IsCode returns true when this ext aggregate failed rules by clusters o k response a status code equal to that given
func (*ExtAggregateFailedRulesByClustersOK) IsRedirect ¶
func (o *ExtAggregateFailedRulesByClustersOK) IsRedirect() bool
IsRedirect returns true when this ext aggregate failed rules by clusters o k response has a 3xx status code
func (*ExtAggregateFailedRulesByClustersOK) IsServerError ¶
func (o *ExtAggregateFailedRulesByClustersOK) IsServerError() bool
IsServerError returns true when this ext aggregate failed rules by clusters o k response has a 5xx status code
func (*ExtAggregateFailedRulesByClustersOK) IsSuccess ¶
func (o *ExtAggregateFailedRulesByClustersOK) IsSuccess() bool
IsSuccess returns true when this ext aggregate failed rules by clusters o k response has a 2xx status code
func (*ExtAggregateFailedRulesByClustersOK) String ¶
func (o *ExtAggregateFailedRulesByClustersOK) String() string
type ExtAggregateFailedRulesByClustersParams ¶
type ExtAggregateFailedRulesByClustersParams struct { /* Filter. Filter results using a query in Falcon Query Language (FQL). Supported Filters: image_registry: Image registry compliance_finding.framework: Compliance finding framework (available values: CIS) compliance_finding.id: Compliance finding ID image_tag: Image tag compliance_finding.name: Compliance finding Name image_repository: Image repository cloud_info.cluster_name: Kubernetes cluster name image_digest: Image digest (sha256 digest) cloud_info.cloud_provider: Cloud provider image_id: Image ID cloud_info.cloud_region: Cloud region cid: Customer ID compliance_finding.severity: Compliance finding severity; available values: 4, 3, 2, 1 (4: critical, 3: high, 2: medium, 1:low) asset_type: asset type (container, image) cloud_info.cloud_account_id: Cloud account ID */ Filter *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ExtAggregateFailedRulesByClustersParams contains all the parameters to send to the API endpoint
for the ext aggregate failed rules by clusters operation. Typically these are written to a http.Request.
func NewExtAggregateFailedRulesByClustersParams ¶
func NewExtAggregateFailedRulesByClustersParams() *ExtAggregateFailedRulesByClustersParams
NewExtAggregateFailedRulesByClustersParams creates a new ExtAggregateFailedRulesByClustersParams 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 NewExtAggregateFailedRulesByClustersParamsWithContext ¶
func NewExtAggregateFailedRulesByClustersParamsWithContext(ctx context.Context) *ExtAggregateFailedRulesByClustersParams
NewExtAggregateFailedRulesByClustersParamsWithContext creates a new ExtAggregateFailedRulesByClustersParams object with the ability to set a context for a request.
func NewExtAggregateFailedRulesByClustersParamsWithHTTPClient ¶
func NewExtAggregateFailedRulesByClustersParamsWithHTTPClient(client *http.Client) *ExtAggregateFailedRulesByClustersParams
NewExtAggregateFailedRulesByClustersParamsWithHTTPClient creates a new ExtAggregateFailedRulesByClustersParams object with the ability to set a custom HTTPClient for a request.
func NewExtAggregateFailedRulesByClustersParamsWithTimeout ¶
func NewExtAggregateFailedRulesByClustersParamsWithTimeout(timeout time.Duration) *ExtAggregateFailedRulesByClustersParams
NewExtAggregateFailedRulesByClustersParamsWithTimeout creates a new ExtAggregateFailedRulesByClustersParams object with the ability to set a timeout on a request.
func (*ExtAggregateFailedRulesByClustersParams) SetContext ¶
func (o *ExtAggregateFailedRulesByClustersParams) SetContext(ctx context.Context)
SetContext adds the context to the ext aggregate failed rules by clusters params
func (*ExtAggregateFailedRulesByClustersParams) SetDefaults ¶
func (o *ExtAggregateFailedRulesByClustersParams) SetDefaults()
SetDefaults hydrates default values in the ext aggregate failed rules by clusters params (not the query body).
All values with no default are reset to their zero value.
func (*ExtAggregateFailedRulesByClustersParams) SetFilter ¶
func (o *ExtAggregateFailedRulesByClustersParams) SetFilter(filter *string)
SetFilter adds the filter to the ext aggregate failed rules by clusters params
func (*ExtAggregateFailedRulesByClustersParams) SetHTTPClient ¶
func (o *ExtAggregateFailedRulesByClustersParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the ext aggregate failed rules by clusters params
func (*ExtAggregateFailedRulesByClustersParams) SetTimeout ¶
func (o *ExtAggregateFailedRulesByClustersParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the ext aggregate failed rules by clusters params
func (*ExtAggregateFailedRulesByClustersParams) WithContext ¶
func (o *ExtAggregateFailedRulesByClustersParams) WithContext(ctx context.Context) *ExtAggregateFailedRulesByClustersParams
WithContext adds the context to the ext aggregate failed rules by clusters params
func (*ExtAggregateFailedRulesByClustersParams) WithDefaults ¶
func (o *ExtAggregateFailedRulesByClustersParams) WithDefaults() *ExtAggregateFailedRulesByClustersParams
WithDefaults hydrates default values in the ext aggregate failed rules by clusters params (not the query body).
All values with no default are reset to their zero value.
func (*ExtAggregateFailedRulesByClustersParams) WithFilter ¶
func (o *ExtAggregateFailedRulesByClustersParams) WithFilter(filter *string) *ExtAggregateFailedRulesByClustersParams
WithFilter adds the filter to the ext aggregate failed rules by clusters params
func (*ExtAggregateFailedRulesByClustersParams) WithHTTPClient ¶
func (o *ExtAggregateFailedRulesByClustersParams) WithHTTPClient(client *http.Client) *ExtAggregateFailedRulesByClustersParams
WithHTTPClient adds the HTTPClient to the ext aggregate failed rules by clusters params
func (*ExtAggregateFailedRulesByClustersParams) WithTimeout ¶
func (o *ExtAggregateFailedRulesByClustersParams) WithTimeout(timeout time.Duration) *ExtAggregateFailedRulesByClustersParams
WithTimeout adds the timeout to the ext aggregate failed rules by clusters params
func (*ExtAggregateFailedRulesByClustersParams) WriteToRequest ¶
func (o *ExtAggregateFailedRulesByClustersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ExtAggregateFailedRulesByClustersReader ¶
type ExtAggregateFailedRulesByClustersReader struct {
// contains filtered or unexported fields
}
ExtAggregateFailedRulesByClustersReader is a Reader for the ExtAggregateFailedRulesByClusters structure.
func (*ExtAggregateFailedRulesByClustersReader) ReadResponse ¶
func (o *ExtAggregateFailedRulesByClustersReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ExtAggregateFailedRulesByClustersTooManyRequests ¶
type ExtAggregateFailedRulesByClustersTooManyRequests struct { /* Trace-ID: submit to support if 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 }
ExtAggregateFailedRulesByClustersTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewExtAggregateFailedRulesByClustersTooManyRequests ¶
func NewExtAggregateFailedRulesByClustersTooManyRequests() *ExtAggregateFailedRulesByClustersTooManyRequests
NewExtAggregateFailedRulesByClustersTooManyRequests creates a ExtAggregateFailedRulesByClustersTooManyRequests with default headers values
func (*ExtAggregateFailedRulesByClustersTooManyRequests) Code ¶
func (o *ExtAggregateFailedRulesByClustersTooManyRequests) Code() int
Code gets the status code for the ext aggregate failed rules by clusters too many requests response
func (*ExtAggregateFailedRulesByClustersTooManyRequests) Error ¶
func (o *ExtAggregateFailedRulesByClustersTooManyRequests) Error() string
func (*ExtAggregateFailedRulesByClustersTooManyRequests) GetPayload ¶
func (o *ExtAggregateFailedRulesByClustersTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*ExtAggregateFailedRulesByClustersTooManyRequests) IsClientError ¶
func (o *ExtAggregateFailedRulesByClustersTooManyRequests) IsClientError() bool
IsClientError returns true when this ext aggregate failed rules by clusters too many requests response has a 4xx status code
func (*ExtAggregateFailedRulesByClustersTooManyRequests) IsCode ¶
func (o *ExtAggregateFailedRulesByClustersTooManyRequests) IsCode(code int) bool
IsCode returns true when this ext aggregate failed rules by clusters too many requests response a status code equal to that given
func (*ExtAggregateFailedRulesByClustersTooManyRequests) IsRedirect ¶
func (o *ExtAggregateFailedRulesByClustersTooManyRequests) IsRedirect() bool
IsRedirect returns true when this ext aggregate failed rules by clusters too many requests response has a 3xx status code
func (*ExtAggregateFailedRulesByClustersTooManyRequests) IsServerError ¶
func (o *ExtAggregateFailedRulesByClustersTooManyRequests) IsServerError() bool
IsServerError returns true when this ext aggregate failed rules by clusters too many requests response has a 5xx status code
func (*ExtAggregateFailedRulesByClustersTooManyRequests) IsSuccess ¶
func (o *ExtAggregateFailedRulesByClustersTooManyRequests) IsSuccess() bool
IsSuccess returns true when this ext aggregate failed rules by clusters too many requests response has a 2xx status code
func (*ExtAggregateFailedRulesByClustersTooManyRequests) String ¶
func (o *ExtAggregateFailedRulesByClustersTooManyRequests) String() string
type ExtAggregateFailedRulesByClustersUnauthorized ¶
type ExtAggregateFailedRulesByClustersUnauthorized struct { string XRateLimitLimit int64 XRateLimitRemaining int64 }XCSTRACEID
ExtAggregateFailedRulesByClustersUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewExtAggregateFailedRulesByClustersUnauthorized ¶
func NewExtAggregateFailedRulesByClustersUnauthorized() *ExtAggregateFailedRulesByClustersUnauthorized
NewExtAggregateFailedRulesByClustersUnauthorized creates a ExtAggregateFailedRulesByClustersUnauthorized with default headers values
func (*ExtAggregateFailedRulesByClustersUnauthorized) Code ¶
func (o *ExtAggregateFailedRulesByClustersUnauthorized) Code() int
Code gets the status code for the ext aggregate failed rules by clusters unauthorized response
func (*ExtAggregateFailedRulesByClustersUnauthorized) Error ¶
func (o *ExtAggregateFailedRulesByClustersUnauthorized) Error() string
func (*ExtAggregateFailedRulesByClustersUnauthorized) GetPayload ¶
func (o *ExtAggregateFailedRulesByClustersUnauthorized) GetPayload() *models.DomainAggregateFailedRulesByClustersResponse
func (*ExtAggregateFailedRulesByClustersUnauthorized) IsClientError ¶
func (o *ExtAggregateFailedRulesByClustersUnauthorized) IsClientError() bool
IsClientError returns true when this ext aggregate failed rules by clusters unauthorized response has a 4xx status code
func (*ExtAggregateFailedRulesByClustersUnauthorized) IsCode ¶
func (o *ExtAggregateFailedRulesByClustersUnauthorized) IsCode(code int) bool
IsCode returns true when this ext aggregate failed rules by clusters unauthorized response a status code equal to that given
func (*ExtAggregateFailedRulesByClustersUnauthorized) IsRedirect ¶
func (o *ExtAggregateFailedRulesByClustersUnauthorized) IsRedirect() bool
IsRedirect returns true when this ext aggregate failed rules by clusters unauthorized response has a 3xx status code
func (*ExtAggregateFailedRulesByClustersUnauthorized) IsServerError ¶
func (o *ExtAggregateFailedRulesByClustersUnauthorized) IsServerError() bool
IsServerError returns true when this ext aggregate failed rules by clusters unauthorized response has a 5xx status code
func (*ExtAggregateFailedRulesByClustersUnauthorized) IsSuccess ¶
func (o *ExtAggregateFailedRulesByClustersUnauthorized) IsSuccess() bool
IsSuccess returns true when this ext aggregate failed rules by clusters unauthorized response has a 2xx status code
func (*ExtAggregateFailedRulesByClustersUnauthorized) String ¶
func (o *ExtAggregateFailedRulesByClustersUnauthorized) String() string
type ExtAggregateFailedRulesByImagesBadRequest ¶
type ExtAggregateFailedRulesByImagesBadRequest struct { /* Trace-ID: submit to support if 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.DomainAggregateFailedRulesByImagesResponse }
ExtAggregateFailedRulesByImagesBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewExtAggregateFailedRulesByImagesBadRequest ¶
func NewExtAggregateFailedRulesByImagesBadRequest() *ExtAggregateFailedRulesByImagesBadRequest
NewExtAggregateFailedRulesByImagesBadRequest creates a ExtAggregateFailedRulesByImagesBadRequest with default headers values
func (*ExtAggregateFailedRulesByImagesBadRequest) Code ¶
func (o *ExtAggregateFailedRulesByImagesBadRequest) Code() int
Code gets the status code for the ext aggregate failed rules by images bad request response
func (*ExtAggregateFailedRulesByImagesBadRequest) Error ¶
func (o *ExtAggregateFailedRulesByImagesBadRequest) Error() string
func (*ExtAggregateFailedRulesByImagesBadRequest) GetPayload ¶
func (o *ExtAggregateFailedRulesByImagesBadRequest) GetPayload() *models.DomainAggregateFailedRulesByImagesResponse
func (*ExtAggregateFailedRulesByImagesBadRequest) IsClientError ¶
func (o *ExtAggregateFailedRulesByImagesBadRequest) IsClientError() bool
IsClientError returns true when this ext aggregate failed rules by images bad request response has a 4xx status code
func (*ExtAggregateFailedRulesByImagesBadRequest) IsCode ¶
func (o *ExtAggregateFailedRulesByImagesBadRequest) IsCode(code int) bool
IsCode returns true when this ext aggregate failed rules by images bad request response a status code equal to that given
func (*ExtAggregateFailedRulesByImagesBadRequest) IsRedirect ¶
func (o *ExtAggregateFailedRulesByImagesBadRequest) IsRedirect() bool
IsRedirect returns true when this ext aggregate failed rules by images bad request response has a 3xx status code
func (*ExtAggregateFailedRulesByImagesBadRequest) IsServerError ¶
func (o *ExtAggregateFailedRulesByImagesBadRequest) IsServerError() bool
IsServerError returns true when this ext aggregate failed rules by images bad request response has a 5xx status code
func (*ExtAggregateFailedRulesByImagesBadRequest) IsSuccess ¶
func (o *ExtAggregateFailedRulesByImagesBadRequest) IsSuccess() bool
IsSuccess returns true when this ext aggregate failed rules by images bad request response has a 2xx status code
func (*ExtAggregateFailedRulesByImagesBadRequest) String ¶
func (o *ExtAggregateFailedRulesByImagesBadRequest) String() string
type ExtAggregateFailedRulesByImagesForbidden ¶
type ExtAggregateFailedRulesByImagesForbidden struct { /* Trace-ID: submit to support if 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.DomainAggregateFailedRulesByImagesResponse }
ExtAggregateFailedRulesByImagesForbidden describes a response with status code 403, with default header values.
Forbidden
func NewExtAggregateFailedRulesByImagesForbidden ¶
func NewExtAggregateFailedRulesByImagesForbidden() *ExtAggregateFailedRulesByImagesForbidden
NewExtAggregateFailedRulesByImagesForbidden creates a ExtAggregateFailedRulesByImagesForbidden with default headers values
func (*ExtAggregateFailedRulesByImagesForbidden) Code ¶
func (o *ExtAggregateFailedRulesByImagesForbidden) Code() int
Code gets the status code for the ext aggregate failed rules by images forbidden response
func (*ExtAggregateFailedRulesByImagesForbidden) Error ¶
func (o *ExtAggregateFailedRulesByImagesForbidden) Error() string
func (*ExtAggregateFailedRulesByImagesForbidden) GetPayload ¶
func (o *ExtAggregateFailedRulesByImagesForbidden) GetPayload() *models.DomainAggregateFailedRulesByImagesResponse
func (*ExtAggregateFailedRulesByImagesForbidden) IsClientError ¶
func (o *ExtAggregateFailedRulesByImagesForbidden) IsClientError() bool
IsClientError returns true when this ext aggregate failed rules by images forbidden response has a 4xx status code
func (*ExtAggregateFailedRulesByImagesForbidden) IsCode ¶
func (o *ExtAggregateFailedRulesByImagesForbidden) IsCode(code int) bool
IsCode returns true when this ext aggregate failed rules by images forbidden response a status code equal to that given
func (*ExtAggregateFailedRulesByImagesForbidden) IsRedirect ¶
func (o *ExtAggregateFailedRulesByImagesForbidden) IsRedirect() bool
IsRedirect returns true when this ext aggregate failed rules by images forbidden response has a 3xx status code
func (*ExtAggregateFailedRulesByImagesForbidden) IsServerError ¶
func (o *ExtAggregateFailedRulesByImagesForbidden) IsServerError() bool
IsServerError returns true when this ext aggregate failed rules by images forbidden response has a 5xx status code
func (*ExtAggregateFailedRulesByImagesForbidden) IsSuccess ¶
func (o *ExtAggregateFailedRulesByImagesForbidden) IsSuccess() bool
IsSuccess returns true when this ext aggregate failed rules by images forbidden response has a 2xx status code
func (*ExtAggregateFailedRulesByImagesForbidden) String ¶
func (o *ExtAggregateFailedRulesByImagesForbidden) String() string
type ExtAggregateFailedRulesByImagesInternalServerError ¶
type ExtAggregateFailedRulesByImagesInternalServerError struct { /* Trace-ID: submit to support if 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.DomainAggregateFailedRulesByImagesResponse }
ExtAggregateFailedRulesByImagesInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewExtAggregateFailedRulesByImagesInternalServerError ¶
func NewExtAggregateFailedRulesByImagesInternalServerError() *ExtAggregateFailedRulesByImagesInternalServerError
NewExtAggregateFailedRulesByImagesInternalServerError creates a ExtAggregateFailedRulesByImagesInternalServerError with default headers values
func (*ExtAggregateFailedRulesByImagesInternalServerError) Code ¶
func (o *ExtAggregateFailedRulesByImagesInternalServerError) Code() int
Code gets the status code for the ext aggregate failed rules by images internal server error response
func (*ExtAggregateFailedRulesByImagesInternalServerError) Error ¶
func (o *ExtAggregateFailedRulesByImagesInternalServerError) Error() string
func (*ExtAggregateFailedRulesByImagesInternalServerError) GetPayload ¶
func (o *ExtAggregateFailedRulesByImagesInternalServerError) GetPayload() *models.DomainAggregateFailedRulesByImagesResponse
func (*ExtAggregateFailedRulesByImagesInternalServerError) IsClientError ¶
func (o *ExtAggregateFailedRulesByImagesInternalServerError) IsClientError() bool
IsClientError returns true when this ext aggregate failed rules by images internal server error response has a 4xx status code
func (*ExtAggregateFailedRulesByImagesInternalServerError) IsCode ¶
func (o *ExtAggregateFailedRulesByImagesInternalServerError) IsCode(code int) bool
IsCode returns true when this ext aggregate failed rules by images internal server error response a status code equal to that given
func (*ExtAggregateFailedRulesByImagesInternalServerError) IsRedirect ¶
func (o *ExtAggregateFailedRulesByImagesInternalServerError) IsRedirect() bool
IsRedirect returns true when this ext aggregate failed rules by images internal server error response has a 3xx status code
func (*ExtAggregateFailedRulesByImagesInternalServerError) IsServerError ¶
func (o *ExtAggregateFailedRulesByImagesInternalServerError) IsServerError() bool
IsServerError returns true when this ext aggregate failed rules by images internal server error response has a 5xx status code
func (*ExtAggregateFailedRulesByImagesInternalServerError) IsSuccess ¶
func (o *ExtAggregateFailedRulesByImagesInternalServerError) IsSuccess() bool
IsSuccess returns true when this ext aggregate failed rules by images internal server error response has a 2xx status code
func (*ExtAggregateFailedRulesByImagesInternalServerError) String ¶
func (o *ExtAggregateFailedRulesByImagesInternalServerError) String() string
type ExtAggregateFailedRulesByImagesOK ¶
type ExtAggregateFailedRulesByImagesOK struct { /* Trace-ID: submit to support if 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.DomainAggregateFailedRulesByImagesResponse }
ExtAggregateFailedRulesByImagesOK describes a response with status code 200, with default header values.
OK
func NewExtAggregateFailedRulesByImagesOK ¶
func NewExtAggregateFailedRulesByImagesOK() *ExtAggregateFailedRulesByImagesOK
NewExtAggregateFailedRulesByImagesOK creates a ExtAggregateFailedRulesByImagesOK with default headers values
func (*ExtAggregateFailedRulesByImagesOK) Code ¶
func (o *ExtAggregateFailedRulesByImagesOK) Code() int
Code gets the status code for the ext aggregate failed rules by images o k response
func (*ExtAggregateFailedRulesByImagesOK) Error ¶
func (o *ExtAggregateFailedRulesByImagesOK) Error() string
func (*ExtAggregateFailedRulesByImagesOK) GetPayload ¶
func (o *ExtAggregateFailedRulesByImagesOK) GetPayload() *models.DomainAggregateFailedRulesByImagesResponse
func (*ExtAggregateFailedRulesByImagesOK) IsClientError ¶
func (o *ExtAggregateFailedRulesByImagesOK) IsClientError() bool
IsClientError returns true when this ext aggregate failed rules by images o k response has a 4xx status code
func (*ExtAggregateFailedRulesByImagesOK) IsCode ¶
func (o *ExtAggregateFailedRulesByImagesOK) IsCode(code int) bool
IsCode returns true when this ext aggregate failed rules by images o k response a status code equal to that given
func (*ExtAggregateFailedRulesByImagesOK) IsRedirect ¶
func (o *ExtAggregateFailedRulesByImagesOK) IsRedirect() bool
IsRedirect returns true when this ext aggregate failed rules by images o k response has a 3xx status code
func (*ExtAggregateFailedRulesByImagesOK) IsServerError ¶
func (o *ExtAggregateFailedRulesByImagesOK) IsServerError() bool
IsServerError returns true when this ext aggregate failed rules by images o k response has a 5xx status code
func (*ExtAggregateFailedRulesByImagesOK) IsSuccess ¶
func (o *ExtAggregateFailedRulesByImagesOK) IsSuccess() bool
IsSuccess returns true when this ext aggregate failed rules by images o k response has a 2xx status code
func (*ExtAggregateFailedRulesByImagesOK) String ¶
func (o *ExtAggregateFailedRulesByImagesOK) String() string
type ExtAggregateFailedRulesByImagesParams ¶
type ExtAggregateFailedRulesByImagesParams struct { /* Filter. Filter results using a query in Falcon Query Language (FQL). Supported Filters: cloud_info.cloud_account_id: Cloud account ID cloud_info.cloud_provider: Cloud provider cloud_info.cloud_region: Cloud region compliance_finding.severity: Compliance finding severity; available values: 4, 3, 2, 1 (4: critical, 3: high, 2: medium, 1:low) image_repository: Image repository compliance_finding.framework: Compliance finding framework (available values: CIS) image_id: Image ID image_registry: Image registry asset_type: asset type (container, image) compliance_finding.name: Compliance finding Name compliance_finding.id: Compliance finding ID cid: Customer ID image_tag: Image tag cloud_info.namespace: Kubernetes namespace image_digest: Image digest (sha256 digest) cloud_info.cluster_name: Kubernetes cluster name */ Filter *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ExtAggregateFailedRulesByImagesParams contains all the parameters to send to the API endpoint
for the ext aggregate failed rules by images operation. Typically these are written to a http.Request.
func NewExtAggregateFailedRulesByImagesParams ¶
func NewExtAggregateFailedRulesByImagesParams() *ExtAggregateFailedRulesByImagesParams
NewExtAggregateFailedRulesByImagesParams creates a new ExtAggregateFailedRulesByImagesParams 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 NewExtAggregateFailedRulesByImagesParamsWithContext ¶
func NewExtAggregateFailedRulesByImagesParamsWithContext(ctx context.Context) *ExtAggregateFailedRulesByImagesParams
NewExtAggregateFailedRulesByImagesParamsWithContext creates a new ExtAggregateFailedRulesByImagesParams object with the ability to set a context for a request.
func NewExtAggregateFailedRulesByImagesParamsWithHTTPClient ¶
func NewExtAggregateFailedRulesByImagesParamsWithHTTPClient(client *http.Client) *ExtAggregateFailedRulesByImagesParams
NewExtAggregateFailedRulesByImagesParamsWithHTTPClient creates a new ExtAggregateFailedRulesByImagesParams object with the ability to set a custom HTTPClient for a request.
func NewExtAggregateFailedRulesByImagesParamsWithTimeout ¶
func NewExtAggregateFailedRulesByImagesParamsWithTimeout(timeout time.Duration) *ExtAggregateFailedRulesByImagesParams
NewExtAggregateFailedRulesByImagesParamsWithTimeout creates a new ExtAggregateFailedRulesByImagesParams object with the ability to set a timeout on a request.
func (*ExtAggregateFailedRulesByImagesParams) SetContext ¶
func (o *ExtAggregateFailedRulesByImagesParams) SetContext(ctx context.Context)
SetContext adds the context to the ext aggregate failed rules by images params
func (*ExtAggregateFailedRulesByImagesParams) SetDefaults ¶
func (o *ExtAggregateFailedRulesByImagesParams) SetDefaults()
SetDefaults hydrates default values in the ext aggregate failed rules by images params (not the query body).
All values with no default are reset to their zero value.
func (*ExtAggregateFailedRulesByImagesParams) SetFilter ¶
func (o *ExtAggregateFailedRulesByImagesParams) SetFilter(filter *string)
SetFilter adds the filter to the ext aggregate failed rules by images params
func (*ExtAggregateFailedRulesByImagesParams) SetHTTPClient ¶
func (o *ExtAggregateFailedRulesByImagesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the ext aggregate failed rules by images params
func (*ExtAggregateFailedRulesByImagesParams) SetTimeout ¶
func (o *ExtAggregateFailedRulesByImagesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the ext aggregate failed rules by images params
func (*ExtAggregateFailedRulesByImagesParams) WithContext ¶
func (o *ExtAggregateFailedRulesByImagesParams) WithContext(ctx context.Context) *ExtAggregateFailedRulesByImagesParams
WithContext adds the context to the ext aggregate failed rules by images params
func (*ExtAggregateFailedRulesByImagesParams) WithDefaults ¶
func (o *ExtAggregateFailedRulesByImagesParams) WithDefaults() *ExtAggregateFailedRulesByImagesParams
WithDefaults hydrates default values in the ext aggregate failed rules by images params (not the query body).
All values with no default are reset to their zero value.
func (*ExtAggregateFailedRulesByImagesParams) WithFilter ¶
func (o *ExtAggregateFailedRulesByImagesParams) WithFilter(filter *string) *ExtAggregateFailedRulesByImagesParams
WithFilter adds the filter to the ext aggregate failed rules by images params
func (*ExtAggregateFailedRulesByImagesParams) WithHTTPClient ¶
func (o *ExtAggregateFailedRulesByImagesParams) WithHTTPClient(client *http.Client) *ExtAggregateFailedRulesByImagesParams
WithHTTPClient adds the HTTPClient to the ext aggregate failed rules by images params
func (*ExtAggregateFailedRulesByImagesParams) WithTimeout ¶
func (o *ExtAggregateFailedRulesByImagesParams) WithTimeout(timeout time.Duration) *ExtAggregateFailedRulesByImagesParams
WithTimeout adds the timeout to the ext aggregate failed rules by images params
func (*ExtAggregateFailedRulesByImagesParams) WriteToRequest ¶
func (o *ExtAggregateFailedRulesByImagesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ExtAggregateFailedRulesByImagesReader ¶
type ExtAggregateFailedRulesByImagesReader struct {
// contains filtered or unexported fields
}
ExtAggregateFailedRulesByImagesReader is a Reader for the ExtAggregateFailedRulesByImages structure.
func (*ExtAggregateFailedRulesByImagesReader) ReadResponse ¶
func (o *ExtAggregateFailedRulesByImagesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ExtAggregateFailedRulesByImagesTooManyRequests ¶
type ExtAggregateFailedRulesByImagesTooManyRequests struct { /* Trace-ID: submit to support if 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 }
ExtAggregateFailedRulesByImagesTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewExtAggregateFailedRulesByImagesTooManyRequests ¶
func NewExtAggregateFailedRulesByImagesTooManyRequests() *ExtAggregateFailedRulesByImagesTooManyRequests
NewExtAggregateFailedRulesByImagesTooManyRequests creates a ExtAggregateFailedRulesByImagesTooManyRequests with default headers values
func (*ExtAggregateFailedRulesByImagesTooManyRequests) Code ¶
func (o *ExtAggregateFailedRulesByImagesTooManyRequests) Code() int
Code gets the status code for the ext aggregate failed rules by images too many requests response
func (*ExtAggregateFailedRulesByImagesTooManyRequests) Error ¶
func (o *ExtAggregateFailedRulesByImagesTooManyRequests) Error() string
func (*ExtAggregateFailedRulesByImagesTooManyRequests) GetPayload ¶
func (o *ExtAggregateFailedRulesByImagesTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*ExtAggregateFailedRulesByImagesTooManyRequests) IsClientError ¶
func (o *ExtAggregateFailedRulesByImagesTooManyRequests) IsClientError() bool
IsClientError returns true when this ext aggregate failed rules by images too many requests response has a 4xx status code
func (*ExtAggregateFailedRulesByImagesTooManyRequests) IsCode ¶
func (o *ExtAggregateFailedRulesByImagesTooManyRequests) IsCode(code int) bool
IsCode returns true when this ext aggregate failed rules by images too many requests response a status code equal to that given
func (*ExtAggregateFailedRulesByImagesTooManyRequests) IsRedirect ¶
func (o *ExtAggregateFailedRulesByImagesTooManyRequests) IsRedirect() bool
IsRedirect returns true when this ext aggregate failed rules by images too many requests response has a 3xx status code
func (*ExtAggregateFailedRulesByImagesTooManyRequests) IsServerError ¶
func (o *ExtAggregateFailedRulesByImagesTooManyRequests) IsServerError() bool
IsServerError returns true when this ext aggregate failed rules by images too many requests response has a 5xx status code
func (*ExtAggregateFailedRulesByImagesTooManyRequests) IsSuccess ¶
func (o *ExtAggregateFailedRulesByImagesTooManyRequests) IsSuccess() bool
IsSuccess returns true when this ext aggregate failed rules by images too many requests response has a 2xx status code
func (*ExtAggregateFailedRulesByImagesTooManyRequests) String ¶
func (o *ExtAggregateFailedRulesByImagesTooManyRequests) String() string
type ExtAggregateFailedRulesByImagesUnauthorized ¶
type ExtAggregateFailedRulesByImagesUnauthorized struct { string XRateLimitLimit int64 XRateLimitRemaining int64 }XCSTRACEID
ExtAggregateFailedRulesByImagesUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewExtAggregateFailedRulesByImagesUnauthorized ¶
func NewExtAggregateFailedRulesByImagesUnauthorized() *ExtAggregateFailedRulesByImagesUnauthorized
NewExtAggregateFailedRulesByImagesUnauthorized creates a ExtAggregateFailedRulesByImagesUnauthorized with default headers values
func (*ExtAggregateFailedRulesByImagesUnauthorized) Code ¶
func (o *ExtAggregateFailedRulesByImagesUnauthorized) Code() int
Code gets the status code for the ext aggregate failed rules by images unauthorized response
func (*ExtAggregateFailedRulesByImagesUnauthorized) Error ¶
func (o *ExtAggregateFailedRulesByImagesUnauthorized) Error() string
func (*ExtAggregateFailedRulesByImagesUnauthorized) GetPayload ¶
func (o *ExtAggregateFailedRulesByImagesUnauthorized) GetPayload() *models.DomainAggregateFailedRulesByImagesResponse
func (*ExtAggregateFailedRulesByImagesUnauthorized) IsClientError ¶
func (o *ExtAggregateFailedRulesByImagesUnauthorized) IsClientError() bool
IsClientError returns true when this ext aggregate failed rules by images unauthorized response has a 4xx status code
func (*ExtAggregateFailedRulesByImagesUnauthorized) IsCode ¶
func (o *ExtAggregateFailedRulesByImagesUnauthorized) IsCode(code int) bool
IsCode returns true when this ext aggregate failed rules by images unauthorized response a status code equal to that given
func (*ExtAggregateFailedRulesByImagesUnauthorized) IsRedirect ¶
func (o *ExtAggregateFailedRulesByImagesUnauthorized) IsRedirect() bool
IsRedirect returns true when this ext aggregate failed rules by images unauthorized response has a 3xx status code
func (*ExtAggregateFailedRulesByImagesUnauthorized) IsServerError ¶
func (o *ExtAggregateFailedRulesByImagesUnauthorized) IsServerError() bool
IsServerError returns true when this ext aggregate failed rules by images unauthorized response has a 5xx status code
func (*ExtAggregateFailedRulesByImagesUnauthorized) IsSuccess ¶
func (o *ExtAggregateFailedRulesByImagesUnauthorized) IsSuccess() bool
IsSuccess returns true when this ext aggregate failed rules by images unauthorized response has a 2xx status code
func (*ExtAggregateFailedRulesByImagesUnauthorized) String ¶
func (o *ExtAggregateFailedRulesByImagesUnauthorized) String() string
type ExtAggregateFailedRulesCountBySeverityBadRequest ¶
type ExtAggregateFailedRulesCountBySeverityBadRequest struct { /* Trace-ID: submit to support if 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.DomainAggregateFailedRulesCountBySeverityResponse }
ExtAggregateFailedRulesCountBySeverityBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewExtAggregateFailedRulesCountBySeverityBadRequest ¶
func NewExtAggregateFailedRulesCountBySeverityBadRequest() *ExtAggregateFailedRulesCountBySeverityBadRequest
NewExtAggregateFailedRulesCountBySeverityBadRequest creates a ExtAggregateFailedRulesCountBySeverityBadRequest with default headers values
func (*ExtAggregateFailedRulesCountBySeverityBadRequest) Code ¶
func (o *ExtAggregateFailedRulesCountBySeverityBadRequest) Code() int
Code gets the status code for the ext aggregate failed rules count by severity bad request response
func (*ExtAggregateFailedRulesCountBySeverityBadRequest) Error ¶
func (o *ExtAggregateFailedRulesCountBySeverityBadRequest) Error() string
func (*ExtAggregateFailedRulesCountBySeverityBadRequest) GetPayload ¶
func (o *ExtAggregateFailedRulesCountBySeverityBadRequest) GetPayload() *models.DomainAggregateFailedRulesCountBySeverityResponse
func (*ExtAggregateFailedRulesCountBySeverityBadRequest) IsClientError ¶
func (o *ExtAggregateFailedRulesCountBySeverityBadRequest) IsClientError() bool
IsClientError returns true when this ext aggregate failed rules count by severity bad request response has a 4xx status code
func (*ExtAggregateFailedRulesCountBySeverityBadRequest) IsCode ¶
func (o *ExtAggregateFailedRulesCountBySeverityBadRequest) IsCode(code int) bool
IsCode returns true when this ext aggregate failed rules count by severity bad request response a status code equal to that given
func (*ExtAggregateFailedRulesCountBySeverityBadRequest) IsRedirect ¶
func (o *ExtAggregateFailedRulesCountBySeverityBadRequest) IsRedirect() bool
IsRedirect returns true when this ext aggregate failed rules count by severity bad request response has a 3xx status code
func (*ExtAggregateFailedRulesCountBySeverityBadRequest) IsServerError ¶
func (o *ExtAggregateFailedRulesCountBySeverityBadRequest) IsServerError() bool
IsServerError returns true when this ext aggregate failed rules count by severity bad request response has a 5xx status code
func (*ExtAggregateFailedRulesCountBySeverityBadRequest) IsSuccess ¶
func (o *ExtAggregateFailedRulesCountBySeverityBadRequest) IsSuccess() bool
IsSuccess returns true when this ext aggregate failed rules count by severity bad request response has a 2xx status code
func (*ExtAggregateFailedRulesCountBySeverityBadRequest) String ¶
func (o *ExtAggregateFailedRulesCountBySeverityBadRequest) String() string
type ExtAggregateFailedRulesCountBySeverityForbidden ¶
type ExtAggregateFailedRulesCountBySeverityForbidden struct { /* Trace-ID: submit to support if 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.DomainAggregateFailedRulesCountBySeverityResponse }
ExtAggregateFailedRulesCountBySeverityForbidden describes a response with status code 403, with default header values.
Forbidden
func NewExtAggregateFailedRulesCountBySeverityForbidden ¶
func NewExtAggregateFailedRulesCountBySeverityForbidden() *ExtAggregateFailedRulesCountBySeverityForbidden
NewExtAggregateFailedRulesCountBySeverityForbidden creates a ExtAggregateFailedRulesCountBySeverityForbidden with default headers values
func (*ExtAggregateFailedRulesCountBySeverityForbidden) Code ¶
func (o *ExtAggregateFailedRulesCountBySeverityForbidden) Code() int
Code gets the status code for the ext aggregate failed rules count by severity forbidden response
func (*ExtAggregateFailedRulesCountBySeverityForbidden) Error ¶
func (o *ExtAggregateFailedRulesCountBySeverityForbidden) Error() string
func (*ExtAggregateFailedRulesCountBySeverityForbidden) GetPayload ¶
func (o *ExtAggregateFailedRulesCountBySeverityForbidden) GetPayload() *models.DomainAggregateFailedRulesCountBySeverityResponse
func (*ExtAggregateFailedRulesCountBySeverityForbidden) IsClientError ¶
func (o *ExtAggregateFailedRulesCountBySeverityForbidden) IsClientError() bool
IsClientError returns true when this ext aggregate failed rules count by severity forbidden response has a 4xx status code
func (*ExtAggregateFailedRulesCountBySeverityForbidden) IsCode ¶
func (o *ExtAggregateFailedRulesCountBySeverityForbidden) IsCode(code int) bool
IsCode returns true when this ext aggregate failed rules count by severity forbidden response a status code equal to that given
func (*ExtAggregateFailedRulesCountBySeverityForbidden) IsRedirect ¶
func (o *ExtAggregateFailedRulesCountBySeverityForbidden) IsRedirect() bool
IsRedirect returns true when this ext aggregate failed rules count by severity forbidden response has a 3xx status code
func (*ExtAggregateFailedRulesCountBySeverityForbidden) IsServerError ¶
func (o *ExtAggregateFailedRulesCountBySeverityForbidden) IsServerError() bool
IsServerError returns true when this ext aggregate failed rules count by severity forbidden response has a 5xx status code
func (*ExtAggregateFailedRulesCountBySeverityForbidden) IsSuccess ¶
func (o *ExtAggregateFailedRulesCountBySeverityForbidden) IsSuccess() bool
IsSuccess returns true when this ext aggregate failed rules count by severity forbidden response has a 2xx status code
func (*ExtAggregateFailedRulesCountBySeverityForbidden) String ¶
func (o *ExtAggregateFailedRulesCountBySeverityForbidden) String() string
type ExtAggregateFailedRulesCountBySeverityInternalServerError ¶
type ExtAggregateFailedRulesCountBySeverityInternalServerError struct { /* Trace-ID: submit to support if 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.DomainAggregateFailedRulesCountBySeverityResponse }
ExtAggregateFailedRulesCountBySeverityInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewExtAggregateFailedRulesCountBySeverityInternalServerError ¶
func NewExtAggregateFailedRulesCountBySeverityInternalServerError() *ExtAggregateFailedRulesCountBySeverityInternalServerError
NewExtAggregateFailedRulesCountBySeverityInternalServerError creates a ExtAggregateFailedRulesCountBySeverityInternalServerError with default headers values
func (*ExtAggregateFailedRulesCountBySeverityInternalServerError) Code ¶
func (o *ExtAggregateFailedRulesCountBySeverityInternalServerError) Code() int
Code gets the status code for the ext aggregate failed rules count by severity internal server error response
func (*ExtAggregateFailedRulesCountBySeverityInternalServerError) Error ¶
func (o *ExtAggregateFailedRulesCountBySeverityInternalServerError) Error() string
func (*ExtAggregateFailedRulesCountBySeverityInternalServerError) GetPayload ¶
func (*ExtAggregateFailedRulesCountBySeverityInternalServerError) IsClientError ¶
func (o *ExtAggregateFailedRulesCountBySeverityInternalServerError) IsClientError() bool
IsClientError returns true when this ext aggregate failed rules count by severity internal server error response has a 4xx status code
func (*ExtAggregateFailedRulesCountBySeverityInternalServerError) IsCode ¶
func (o *ExtAggregateFailedRulesCountBySeverityInternalServerError) IsCode(code int) bool
IsCode returns true when this ext aggregate failed rules count by severity internal server error response a status code equal to that given
func (*ExtAggregateFailedRulesCountBySeverityInternalServerError) IsRedirect ¶
func (o *ExtAggregateFailedRulesCountBySeverityInternalServerError) IsRedirect() bool
IsRedirect returns true when this ext aggregate failed rules count by severity internal server error response has a 3xx status code
func (*ExtAggregateFailedRulesCountBySeverityInternalServerError) IsServerError ¶
func (o *ExtAggregateFailedRulesCountBySeverityInternalServerError) IsServerError() bool
IsServerError returns true when this ext aggregate failed rules count by severity internal server error response has a 5xx status code
func (*ExtAggregateFailedRulesCountBySeverityInternalServerError) IsSuccess ¶
func (o *ExtAggregateFailedRulesCountBySeverityInternalServerError) IsSuccess() bool
IsSuccess returns true when this ext aggregate failed rules count by severity internal server error response has a 2xx status code
func (*ExtAggregateFailedRulesCountBySeverityInternalServerError) String ¶
func (o *ExtAggregateFailedRulesCountBySeverityInternalServerError) String() string
type ExtAggregateFailedRulesCountBySeverityOK ¶
type ExtAggregateFailedRulesCountBySeverityOK struct { /* Trace-ID: submit to support if 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.DomainAggregateFailedRulesCountBySeverityResponse }
ExtAggregateFailedRulesCountBySeverityOK describes a response with status code 200, with default header values.
OK
func NewExtAggregateFailedRulesCountBySeverityOK ¶
func NewExtAggregateFailedRulesCountBySeverityOK() *ExtAggregateFailedRulesCountBySeverityOK
NewExtAggregateFailedRulesCountBySeverityOK creates a ExtAggregateFailedRulesCountBySeverityOK with default headers values
func (*ExtAggregateFailedRulesCountBySeverityOK) Code ¶
func (o *ExtAggregateFailedRulesCountBySeverityOK) Code() int
Code gets the status code for the ext aggregate failed rules count by severity o k response
func (*ExtAggregateFailedRulesCountBySeverityOK) Error ¶
func (o *ExtAggregateFailedRulesCountBySeverityOK) Error() string
func (*ExtAggregateFailedRulesCountBySeverityOK) GetPayload ¶
func (o *ExtAggregateFailedRulesCountBySeverityOK) GetPayload() *models.DomainAggregateFailedRulesCountBySeverityResponse
func (*ExtAggregateFailedRulesCountBySeverityOK) IsClientError ¶
func (o *ExtAggregateFailedRulesCountBySeverityOK) IsClientError() bool
IsClientError returns true when this ext aggregate failed rules count by severity o k response has a 4xx status code
func (*ExtAggregateFailedRulesCountBySeverityOK) IsCode ¶
func (o *ExtAggregateFailedRulesCountBySeverityOK) IsCode(code int) bool
IsCode returns true when this ext aggregate failed rules count by severity o k response a status code equal to that given
func (*ExtAggregateFailedRulesCountBySeverityOK) IsRedirect ¶
func (o *ExtAggregateFailedRulesCountBySeverityOK) IsRedirect() bool
IsRedirect returns true when this ext aggregate failed rules count by severity o k response has a 3xx status code
func (*ExtAggregateFailedRulesCountBySeverityOK) IsServerError ¶
func (o *ExtAggregateFailedRulesCountBySeverityOK) IsServerError() bool
IsServerError returns true when this ext aggregate failed rules count by severity o k response has a 5xx status code
func (*ExtAggregateFailedRulesCountBySeverityOK) IsSuccess ¶
func (o *ExtAggregateFailedRulesCountBySeverityOK) IsSuccess() bool
IsSuccess returns true when this ext aggregate failed rules count by severity o k response has a 2xx status code
func (*ExtAggregateFailedRulesCountBySeverityOK) String ¶
func (o *ExtAggregateFailedRulesCountBySeverityOK) String() string
type ExtAggregateFailedRulesCountBySeverityParams ¶
type ExtAggregateFailedRulesCountBySeverityParams struct { /* Filter. Filter results using a query in Falcon Query Language (FQL). Supported Filters: image_digest: Image digest (sha256 digest) cloud_info.cluster_name: Kubernetes cluster name image_registry: Image registry image_id: Image ID image_tag: Image tag compliance_finding.framework: Compliance finding framework (available values: CIS) image_repository: Image repository compliance_finding.id: Compliance finding ID asset_type: asset type (container, image) cloud_info.cloud_account_id: Cloud account ID cid: Customer ID compliance_finding.severity: Compliance finding severity; available values: 4, 3, 2, 1 (4: critical, 3: high, 2: medium, 1:low) compliance_finding.name: Compliance finding Name cloud_info.cloud_provider: Cloud provider cloud_info.cloud_region: Cloud region */ Filter *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ExtAggregateFailedRulesCountBySeverityParams contains all the parameters to send to the API endpoint
for the ext aggregate failed rules count by severity operation. Typically these are written to a http.Request.
func NewExtAggregateFailedRulesCountBySeverityParams ¶
func NewExtAggregateFailedRulesCountBySeverityParams() *ExtAggregateFailedRulesCountBySeverityParams
NewExtAggregateFailedRulesCountBySeverityParams creates a new ExtAggregateFailedRulesCountBySeverityParams 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 NewExtAggregateFailedRulesCountBySeverityParamsWithContext ¶
func NewExtAggregateFailedRulesCountBySeverityParamsWithContext(ctx context.Context) *ExtAggregateFailedRulesCountBySeverityParams
NewExtAggregateFailedRulesCountBySeverityParamsWithContext creates a new ExtAggregateFailedRulesCountBySeverityParams object with the ability to set a context for a request.
func NewExtAggregateFailedRulesCountBySeverityParamsWithHTTPClient ¶
func NewExtAggregateFailedRulesCountBySeverityParamsWithHTTPClient(client *http.Client) *ExtAggregateFailedRulesCountBySeverityParams
NewExtAggregateFailedRulesCountBySeverityParamsWithHTTPClient creates a new ExtAggregateFailedRulesCountBySeverityParams object with the ability to set a custom HTTPClient for a request.
func NewExtAggregateFailedRulesCountBySeverityParamsWithTimeout ¶
func NewExtAggregateFailedRulesCountBySeverityParamsWithTimeout(timeout time.Duration) *ExtAggregateFailedRulesCountBySeverityParams
NewExtAggregateFailedRulesCountBySeverityParamsWithTimeout creates a new ExtAggregateFailedRulesCountBySeverityParams object with the ability to set a timeout on a request.
func (*ExtAggregateFailedRulesCountBySeverityParams) SetContext ¶
func (o *ExtAggregateFailedRulesCountBySeverityParams) SetContext(ctx context.Context)
SetContext adds the context to the ext aggregate failed rules count by severity params
func (*ExtAggregateFailedRulesCountBySeverityParams) SetDefaults ¶
func (o *ExtAggregateFailedRulesCountBySeverityParams) SetDefaults()
SetDefaults hydrates default values in the ext aggregate failed rules count by severity params (not the query body).
All values with no default are reset to their zero value.
func (*ExtAggregateFailedRulesCountBySeverityParams) SetFilter ¶
func (o *ExtAggregateFailedRulesCountBySeverityParams) SetFilter(filter *string)
SetFilter adds the filter to the ext aggregate failed rules count by severity params
func (*ExtAggregateFailedRulesCountBySeverityParams) SetHTTPClient ¶
func (o *ExtAggregateFailedRulesCountBySeverityParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the ext aggregate failed rules count by severity params
func (*ExtAggregateFailedRulesCountBySeverityParams) SetTimeout ¶
func (o *ExtAggregateFailedRulesCountBySeverityParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the ext aggregate failed rules count by severity params
func (*ExtAggregateFailedRulesCountBySeverityParams) WithContext ¶
func (o *ExtAggregateFailedRulesCountBySeverityParams) WithContext(ctx context.Context) *ExtAggregateFailedRulesCountBySeverityParams
WithContext adds the context to the ext aggregate failed rules count by severity params
func (*ExtAggregateFailedRulesCountBySeverityParams) WithDefaults ¶
func (o *ExtAggregateFailedRulesCountBySeverityParams) WithDefaults() *ExtAggregateFailedRulesCountBySeverityParams
WithDefaults hydrates default values in the ext aggregate failed rules count by severity params (not the query body).
All values with no default are reset to their zero value.
func (*ExtAggregateFailedRulesCountBySeverityParams) WithFilter ¶
func (o *ExtAggregateFailedRulesCountBySeverityParams) WithFilter(filter *string) *ExtAggregateFailedRulesCountBySeverityParams
WithFilter adds the filter to the ext aggregate failed rules count by severity params
func (*ExtAggregateFailedRulesCountBySeverityParams) WithHTTPClient ¶
func (o *ExtAggregateFailedRulesCountBySeverityParams) WithHTTPClient(client *http.Client) *ExtAggregateFailedRulesCountBySeverityParams
WithHTTPClient adds the HTTPClient to the ext aggregate failed rules count by severity params
func (*ExtAggregateFailedRulesCountBySeverityParams) WithTimeout ¶
func (o *ExtAggregateFailedRulesCountBySeverityParams) WithTimeout(timeout time.Duration) *ExtAggregateFailedRulesCountBySeverityParams
WithTimeout adds the timeout to the ext aggregate failed rules count by severity params
func (*ExtAggregateFailedRulesCountBySeverityParams) WriteToRequest ¶
func (o *ExtAggregateFailedRulesCountBySeverityParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ExtAggregateFailedRulesCountBySeverityReader ¶
type ExtAggregateFailedRulesCountBySeverityReader struct {
// contains filtered or unexported fields
}
ExtAggregateFailedRulesCountBySeverityReader is a Reader for the ExtAggregateFailedRulesCountBySeverity structure.
func (*ExtAggregateFailedRulesCountBySeverityReader) ReadResponse ¶
func (o *ExtAggregateFailedRulesCountBySeverityReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ExtAggregateFailedRulesCountBySeverityTooManyRequests ¶
type ExtAggregateFailedRulesCountBySeverityTooManyRequests struct { /* Trace-ID: submit to support if 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 }
ExtAggregateFailedRulesCountBySeverityTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewExtAggregateFailedRulesCountBySeverityTooManyRequests ¶
func NewExtAggregateFailedRulesCountBySeverityTooManyRequests() *ExtAggregateFailedRulesCountBySeverityTooManyRequests
NewExtAggregateFailedRulesCountBySeverityTooManyRequests creates a ExtAggregateFailedRulesCountBySeverityTooManyRequests with default headers values
func (*ExtAggregateFailedRulesCountBySeverityTooManyRequests) Code ¶
func (o *ExtAggregateFailedRulesCountBySeverityTooManyRequests) Code() int
Code gets the status code for the ext aggregate failed rules count by severity too many requests response
func (*ExtAggregateFailedRulesCountBySeverityTooManyRequests) Error ¶
func (o *ExtAggregateFailedRulesCountBySeverityTooManyRequests) Error() string
func (*ExtAggregateFailedRulesCountBySeverityTooManyRequests) GetPayload ¶
func (o *ExtAggregateFailedRulesCountBySeverityTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*ExtAggregateFailedRulesCountBySeverityTooManyRequests) IsClientError ¶
func (o *ExtAggregateFailedRulesCountBySeverityTooManyRequests) IsClientError() bool
IsClientError returns true when this ext aggregate failed rules count by severity too many requests response has a 4xx status code
func (*ExtAggregateFailedRulesCountBySeverityTooManyRequests) IsCode ¶
func (o *ExtAggregateFailedRulesCountBySeverityTooManyRequests) IsCode(code int) bool
IsCode returns true when this ext aggregate failed rules count by severity too many requests response a status code equal to that given
func (*ExtAggregateFailedRulesCountBySeverityTooManyRequests) IsRedirect ¶
func (o *ExtAggregateFailedRulesCountBySeverityTooManyRequests) IsRedirect() bool
IsRedirect returns true when this ext aggregate failed rules count by severity too many requests response has a 3xx status code
func (*ExtAggregateFailedRulesCountBySeverityTooManyRequests) IsServerError ¶
func (o *ExtAggregateFailedRulesCountBySeverityTooManyRequests) IsServerError() bool
IsServerError returns true when this ext aggregate failed rules count by severity too many requests response has a 5xx status code
func (*ExtAggregateFailedRulesCountBySeverityTooManyRequests) IsSuccess ¶
func (o *ExtAggregateFailedRulesCountBySeverityTooManyRequests) IsSuccess() bool
IsSuccess returns true when this ext aggregate failed rules count by severity too many requests response has a 2xx status code
func (*ExtAggregateFailedRulesCountBySeverityTooManyRequests) String ¶
func (o *ExtAggregateFailedRulesCountBySeverityTooManyRequests) String() string
type ExtAggregateFailedRulesCountBySeverityUnauthorized ¶
type ExtAggregateFailedRulesCountBySeverityUnauthorized struct { string XRateLimitLimit int64 XRateLimitRemaining int64 }XCSTRACEID
ExtAggregateFailedRulesCountBySeverityUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewExtAggregateFailedRulesCountBySeverityUnauthorized ¶
func NewExtAggregateFailedRulesCountBySeverityUnauthorized() *ExtAggregateFailedRulesCountBySeverityUnauthorized
NewExtAggregateFailedRulesCountBySeverityUnauthorized creates a ExtAggregateFailedRulesCountBySeverityUnauthorized with default headers values
func (*ExtAggregateFailedRulesCountBySeverityUnauthorized) Code ¶
func (o *ExtAggregateFailedRulesCountBySeverityUnauthorized) Code() int
Code gets the status code for the ext aggregate failed rules count by severity unauthorized response
func (*ExtAggregateFailedRulesCountBySeverityUnauthorized) Error ¶
func (o *ExtAggregateFailedRulesCountBySeverityUnauthorized) Error() string
func (*ExtAggregateFailedRulesCountBySeverityUnauthorized) GetPayload ¶
func (*ExtAggregateFailedRulesCountBySeverityUnauthorized) IsClientError ¶
func (o *ExtAggregateFailedRulesCountBySeverityUnauthorized) IsClientError() bool
IsClientError returns true when this ext aggregate failed rules count by severity unauthorized response has a 4xx status code
func (*ExtAggregateFailedRulesCountBySeverityUnauthorized) IsCode ¶
func (o *ExtAggregateFailedRulesCountBySeverityUnauthorized) IsCode(code int) bool
IsCode returns true when this ext aggregate failed rules count by severity unauthorized response a status code equal to that given
func (*ExtAggregateFailedRulesCountBySeverityUnauthorized) IsRedirect ¶
func (o *ExtAggregateFailedRulesCountBySeverityUnauthorized) IsRedirect() bool
IsRedirect returns true when this ext aggregate failed rules count by severity unauthorized response has a 3xx status code
func (*ExtAggregateFailedRulesCountBySeverityUnauthorized) IsServerError ¶
func (o *ExtAggregateFailedRulesCountBySeverityUnauthorized) IsServerError() bool
IsServerError returns true when this ext aggregate failed rules count by severity unauthorized response has a 5xx status code
func (*ExtAggregateFailedRulesCountBySeverityUnauthorized) IsSuccess ¶
func (o *ExtAggregateFailedRulesCountBySeverityUnauthorized) IsSuccess() bool
IsSuccess returns true when this ext aggregate failed rules count by severity unauthorized response has a 2xx status code
func (*ExtAggregateFailedRulesCountBySeverityUnauthorized) String ¶
func (o *ExtAggregateFailedRulesCountBySeverityUnauthorized) String() string
type ExtAggregateImageAssessmentsBadRequest ¶
type ExtAggregateImageAssessmentsBadRequest struct { /* Trace-ID: submit to support if 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.DomainAggregateImageAssessmentsResponse }
ExtAggregateImageAssessmentsBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewExtAggregateImageAssessmentsBadRequest ¶
func NewExtAggregateImageAssessmentsBadRequest() *ExtAggregateImageAssessmentsBadRequest
NewExtAggregateImageAssessmentsBadRequest creates a ExtAggregateImageAssessmentsBadRequest with default headers values
func (*ExtAggregateImageAssessmentsBadRequest) Code ¶
func (o *ExtAggregateImageAssessmentsBadRequest) Code() int
Code gets the status code for the ext aggregate image assessments bad request response
func (*ExtAggregateImageAssessmentsBadRequest) Error ¶
func (o *ExtAggregateImageAssessmentsBadRequest) Error() string
func (*ExtAggregateImageAssessmentsBadRequest) GetPayload ¶
func (o *ExtAggregateImageAssessmentsBadRequest) GetPayload() *models.DomainAggregateImageAssessmentsResponse
func (*ExtAggregateImageAssessmentsBadRequest) IsClientError ¶
func (o *ExtAggregateImageAssessmentsBadRequest) IsClientError() bool
IsClientError returns true when this ext aggregate image assessments bad request response has a 4xx status code
func (*ExtAggregateImageAssessmentsBadRequest) IsCode ¶
func (o *ExtAggregateImageAssessmentsBadRequest) IsCode(code int) bool
IsCode returns true when this ext aggregate image assessments bad request response a status code equal to that given
func (*ExtAggregateImageAssessmentsBadRequest) IsRedirect ¶
func (o *ExtAggregateImageAssessmentsBadRequest) IsRedirect() bool
IsRedirect returns true when this ext aggregate image assessments bad request response has a 3xx status code
func (*ExtAggregateImageAssessmentsBadRequest) IsServerError ¶
func (o *ExtAggregateImageAssessmentsBadRequest) IsServerError() bool
IsServerError returns true when this ext aggregate image assessments bad request response has a 5xx status code
func (*ExtAggregateImageAssessmentsBadRequest) IsSuccess ¶
func (o *ExtAggregateImageAssessmentsBadRequest) IsSuccess() bool
IsSuccess returns true when this ext aggregate image assessments bad request response has a 2xx status code
func (*ExtAggregateImageAssessmentsBadRequest) String ¶
func (o *ExtAggregateImageAssessmentsBadRequest) String() string
type ExtAggregateImageAssessmentsForbidden ¶
type ExtAggregateImageAssessmentsForbidden struct { /* Trace-ID: submit to support if 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.DomainAggregateImageAssessmentsResponse }
ExtAggregateImageAssessmentsForbidden describes a response with status code 403, with default header values.
Forbidden
func NewExtAggregateImageAssessmentsForbidden ¶
func NewExtAggregateImageAssessmentsForbidden() *ExtAggregateImageAssessmentsForbidden
NewExtAggregateImageAssessmentsForbidden creates a ExtAggregateImageAssessmentsForbidden with default headers values
func (*ExtAggregateImageAssessmentsForbidden) Code ¶
func (o *ExtAggregateImageAssessmentsForbidden) Code() int
Code gets the status code for the ext aggregate image assessments forbidden response
func (*ExtAggregateImageAssessmentsForbidden) Error ¶
func (o *ExtAggregateImageAssessmentsForbidden) Error() string
func (*ExtAggregateImageAssessmentsForbidden) GetPayload ¶
func (o *ExtAggregateImageAssessmentsForbidden) GetPayload() *models.DomainAggregateImageAssessmentsResponse
func (*ExtAggregateImageAssessmentsForbidden) IsClientError ¶
func (o *ExtAggregateImageAssessmentsForbidden) IsClientError() bool
IsClientError returns true when this ext aggregate image assessments forbidden response has a 4xx status code
func (*ExtAggregateImageAssessmentsForbidden) IsCode ¶
func (o *ExtAggregateImageAssessmentsForbidden) IsCode(code int) bool
IsCode returns true when this ext aggregate image assessments forbidden response a status code equal to that given
func (*ExtAggregateImageAssessmentsForbidden) IsRedirect ¶
func (o *ExtAggregateImageAssessmentsForbidden) IsRedirect() bool
IsRedirect returns true when this ext aggregate image assessments forbidden response has a 3xx status code
func (*ExtAggregateImageAssessmentsForbidden) IsServerError ¶
func (o *ExtAggregateImageAssessmentsForbidden) IsServerError() bool
IsServerError returns true when this ext aggregate image assessments forbidden response has a 5xx status code
func (*ExtAggregateImageAssessmentsForbidden) IsSuccess ¶
func (o *ExtAggregateImageAssessmentsForbidden) IsSuccess() bool
IsSuccess returns true when this ext aggregate image assessments forbidden response has a 2xx status code
func (*ExtAggregateImageAssessmentsForbidden) String ¶
func (o *ExtAggregateImageAssessmentsForbidden) String() string
type ExtAggregateImageAssessmentsInternalServerError ¶
type ExtAggregateImageAssessmentsInternalServerError struct { /* Trace-ID: submit to support if 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.DomainAggregateImageAssessmentsResponse }
ExtAggregateImageAssessmentsInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewExtAggregateImageAssessmentsInternalServerError ¶
func NewExtAggregateImageAssessmentsInternalServerError() *ExtAggregateImageAssessmentsInternalServerError
NewExtAggregateImageAssessmentsInternalServerError creates a ExtAggregateImageAssessmentsInternalServerError with default headers values
func (*ExtAggregateImageAssessmentsInternalServerError) Code ¶
func (o *ExtAggregateImageAssessmentsInternalServerError) Code() int
Code gets the status code for the ext aggregate image assessments internal server error response
func (*ExtAggregateImageAssessmentsInternalServerError) Error ¶
func (o *ExtAggregateImageAssessmentsInternalServerError) Error() string
func (*ExtAggregateImageAssessmentsInternalServerError) GetPayload ¶
func (o *ExtAggregateImageAssessmentsInternalServerError) GetPayload() *models.DomainAggregateImageAssessmentsResponse
func (*ExtAggregateImageAssessmentsInternalServerError) IsClientError ¶
func (o *ExtAggregateImageAssessmentsInternalServerError) IsClientError() bool
IsClientError returns true when this ext aggregate image assessments internal server error response has a 4xx status code
func (*ExtAggregateImageAssessmentsInternalServerError) IsCode ¶
func (o *ExtAggregateImageAssessmentsInternalServerError) IsCode(code int) bool
IsCode returns true when this ext aggregate image assessments internal server error response a status code equal to that given
func (*ExtAggregateImageAssessmentsInternalServerError) IsRedirect ¶
func (o *ExtAggregateImageAssessmentsInternalServerError) IsRedirect() bool
IsRedirect returns true when this ext aggregate image assessments internal server error response has a 3xx status code
func (*ExtAggregateImageAssessmentsInternalServerError) IsServerError ¶
func (o *ExtAggregateImageAssessmentsInternalServerError) IsServerError() bool
IsServerError returns true when this ext aggregate image assessments internal server error response has a 5xx status code
func (*ExtAggregateImageAssessmentsInternalServerError) IsSuccess ¶
func (o *ExtAggregateImageAssessmentsInternalServerError) IsSuccess() bool
IsSuccess returns true when this ext aggregate image assessments internal server error response has a 2xx status code
func (*ExtAggregateImageAssessmentsInternalServerError) String ¶
func (o *ExtAggregateImageAssessmentsInternalServerError) String() string
type ExtAggregateImageAssessmentsOK ¶
type ExtAggregateImageAssessmentsOK struct { /* Trace-ID: submit to support if 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.DomainAggregateImageAssessmentsResponse }
ExtAggregateImageAssessmentsOK describes a response with status code 200, with default header values.
OK
func NewExtAggregateImageAssessmentsOK ¶
func NewExtAggregateImageAssessmentsOK() *ExtAggregateImageAssessmentsOK
NewExtAggregateImageAssessmentsOK creates a ExtAggregateImageAssessmentsOK with default headers values
func (*ExtAggregateImageAssessmentsOK) Code ¶
func (o *ExtAggregateImageAssessmentsOK) Code() int
Code gets the status code for the ext aggregate image assessments o k response
func (*ExtAggregateImageAssessmentsOK) Error ¶
func (o *ExtAggregateImageAssessmentsOK) Error() string
func (*ExtAggregateImageAssessmentsOK) GetPayload ¶
func (o *ExtAggregateImageAssessmentsOK) GetPayload() *models.DomainAggregateImageAssessmentsResponse
func (*ExtAggregateImageAssessmentsOK) IsClientError ¶
func (o *ExtAggregateImageAssessmentsOK) IsClientError() bool
IsClientError returns true when this ext aggregate image assessments o k response has a 4xx status code
func (*ExtAggregateImageAssessmentsOK) IsCode ¶
func (o *ExtAggregateImageAssessmentsOK) IsCode(code int) bool
IsCode returns true when this ext aggregate image assessments o k response a status code equal to that given
func (*ExtAggregateImageAssessmentsOK) IsRedirect ¶
func (o *ExtAggregateImageAssessmentsOK) IsRedirect() bool
IsRedirect returns true when this ext aggregate image assessments o k response has a 3xx status code
func (*ExtAggregateImageAssessmentsOK) IsServerError ¶
func (o *ExtAggregateImageAssessmentsOK) IsServerError() bool
IsServerError returns true when this ext aggregate image assessments o k response has a 5xx status code
func (*ExtAggregateImageAssessmentsOK) IsSuccess ¶
func (o *ExtAggregateImageAssessmentsOK) IsSuccess() bool
IsSuccess returns true when this ext aggregate image assessments o k response has a 2xx status code
func (*ExtAggregateImageAssessmentsOK) String ¶
func (o *ExtAggregateImageAssessmentsOK) String() string
type ExtAggregateImageAssessmentsParams ¶
type ExtAggregateImageAssessmentsParams struct { /* After. 'after' value from the last response. Keep it empty for the first request. */ After *string /* Filter. Filter results using a query in Falcon Query Language (FQL). Supported Filters: cid: Customer ID compliance_finding.framework: Compliance finding framework (available values: CIS) image_digest: Image digest (sha256 digest) cloud_info.cloud_provider: Cloud provider cloud_info.namespace: Kubernetes namespace asset_type: asset type (container, image) cloud_info.cloud_region: Cloud region image_registry: Image registry image_repository: Image repository image_id: Image ID image_tag: Image tag cloud_info.cloud_account_id: Cloud account ID cloud_info.cluster_name: Kubernetes cluster name compliance_finding.id: Compliance finding ID compliance_finding.severity: Compliance finding severity; available values: 4, 3, 2, 1 (4: critical, 3: high, 2: medium, 1:low) compliance_finding.name: Compliance finding Name */ Filter *string /* Limit. number of images to return in the response after 'after' key. Keep it empty for the default number of 10000 */ Limit *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ExtAggregateImageAssessmentsParams contains all the parameters to send to the API endpoint
for the ext aggregate image assessments operation. Typically these are written to a http.Request.
func NewExtAggregateImageAssessmentsParams ¶
func NewExtAggregateImageAssessmentsParams() *ExtAggregateImageAssessmentsParams
NewExtAggregateImageAssessmentsParams creates a new ExtAggregateImageAssessmentsParams 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 NewExtAggregateImageAssessmentsParamsWithContext ¶
func NewExtAggregateImageAssessmentsParamsWithContext(ctx context.Context) *ExtAggregateImageAssessmentsParams
NewExtAggregateImageAssessmentsParamsWithContext creates a new ExtAggregateImageAssessmentsParams object with the ability to set a context for a request.
func NewExtAggregateImageAssessmentsParamsWithHTTPClient ¶
func NewExtAggregateImageAssessmentsParamsWithHTTPClient(client *http.Client) *ExtAggregateImageAssessmentsParams
NewExtAggregateImageAssessmentsParamsWithHTTPClient creates a new ExtAggregateImageAssessmentsParams object with the ability to set a custom HTTPClient for a request.
func NewExtAggregateImageAssessmentsParamsWithTimeout ¶
func NewExtAggregateImageAssessmentsParamsWithTimeout(timeout time.Duration) *ExtAggregateImageAssessmentsParams
NewExtAggregateImageAssessmentsParamsWithTimeout creates a new ExtAggregateImageAssessmentsParams object with the ability to set a timeout on a request.
func (*ExtAggregateImageAssessmentsParams) SetAfter ¶
func (o *ExtAggregateImageAssessmentsParams) SetAfter(after *string)
SetAfter adds the after to the ext aggregate image assessments params
func (*ExtAggregateImageAssessmentsParams) SetContext ¶
func (o *ExtAggregateImageAssessmentsParams) SetContext(ctx context.Context)
SetContext adds the context to the ext aggregate image assessments params
func (*ExtAggregateImageAssessmentsParams) SetDefaults ¶
func (o *ExtAggregateImageAssessmentsParams) SetDefaults()
SetDefaults hydrates default values in the ext aggregate image assessments params (not the query body).
All values with no default are reset to their zero value.
func (*ExtAggregateImageAssessmentsParams) SetFilter ¶
func (o *ExtAggregateImageAssessmentsParams) SetFilter(filter *string)
SetFilter adds the filter to the ext aggregate image assessments params
func (*ExtAggregateImageAssessmentsParams) SetHTTPClient ¶
func (o *ExtAggregateImageAssessmentsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the ext aggregate image assessments params
func (*ExtAggregateImageAssessmentsParams) SetLimit ¶
func (o *ExtAggregateImageAssessmentsParams) SetLimit(limit *string)
SetLimit adds the limit to the ext aggregate image assessments params
func (*ExtAggregateImageAssessmentsParams) SetTimeout ¶
func (o *ExtAggregateImageAssessmentsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the ext aggregate image assessments params
func (*ExtAggregateImageAssessmentsParams) WithAfter ¶
func (o *ExtAggregateImageAssessmentsParams) WithAfter(after *string) *ExtAggregateImageAssessmentsParams
WithAfter adds the after to the ext aggregate image assessments params
func (*ExtAggregateImageAssessmentsParams) WithContext ¶
func (o *ExtAggregateImageAssessmentsParams) WithContext(ctx context.Context) *ExtAggregateImageAssessmentsParams
WithContext adds the context to the ext aggregate image assessments params
func (*ExtAggregateImageAssessmentsParams) WithDefaults ¶
func (o *ExtAggregateImageAssessmentsParams) WithDefaults() *ExtAggregateImageAssessmentsParams
WithDefaults hydrates default values in the ext aggregate image assessments params (not the query body).
All values with no default are reset to their zero value.
func (*ExtAggregateImageAssessmentsParams) WithFilter ¶
func (o *ExtAggregateImageAssessmentsParams) WithFilter(filter *string) *ExtAggregateImageAssessmentsParams
WithFilter adds the filter to the ext aggregate image assessments params
func (*ExtAggregateImageAssessmentsParams) WithHTTPClient ¶
func (o *ExtAggregateImageAssessmentsParams) WithHTTPClient(client *http.Client) *ExtAggregateImageAssessmentsParams
WithHTTPClient adds the HTTPClient to the ext aggregate image assessments params
func (*ExtAggregateImageAssessmentsParams) WithLimit ¶
func (o *ExtAggregateImageAssessmentsParams) WithLimit(limit *string) *ExtAggregateImageAssessmentsParams
WithLimit adds the limit to the ext aggregate image assessments params
func (*ExtAggregateImageAssessmentsParams) WithTimeout ¶
func (o *ExtAggregateImageAssessmentsParams) WithTimeout(timeout time.Duration) *ExtAggregateImageAssessmentsParams
WithTimeout adds the timeout to the ext aggregate image assessments params
func (*ExtAggregateImageAssessmentsParams) WriteToRequest ¶
func (o *ExtAggregateImageAssessmentsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ExtAggregateImageAssessmentsReader ¶
type ExtAggregateImageAssessmentsReader struct {
// contains filtered or unexported fields
}
ExtAggregateImageAssessmentsReader is a Reader for the ExtAggregateImageAssessments structure.
func (*ExtAggregateImageAssessmentsReader) ReadResponse ¶
func (o *ExtAggregateImageAssessmentsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ExtAggregateImageAssessmentsTooManyRequests ¶
type ExtAggregateImageAssessmentsTooManyRequests struct { /* Trace-ID: submit to support if 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 }
ExtAggregateImageAssessmentsTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewExtAggregateImageAssessmentsTooManyRequests ¶
func NewExtAggregateImageAssessmentsTooManyRequests() *ExtAggregateImageAssessmentsTooManyRequests
NewExtAggregateImageAssessmentsTooManyRequests creates a ExtAggregateImageAssessmentsTooManyRequests with default headers values
func (*ExtAggregateImageAssessmentsTooManyRequests) Code ¶
func (o *ExtAggregateImageAssessmentsTooManyRequests) Code() int
Code gets the status code for the ext aggregate image assessments too many requests response
func (*ExtAggregateImageAssessmentsTooManyRequests) Error ¶
func (o *ExtAggregateImageAssessmentsTooManyRequests) Error() string
func (*ExtAggregateImageAssessmentsTooManyRequests) GetPayload ¶
func (o *ExtAggregateImageAssessmentsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*ExtAggregateImageAssessmentsTooManyRequests) IsClientError ¶
func (o *ExtAggregateImageAssessmentsTooManyRequests) IsClientError() bool
IsClientError returns true when this ext aggregate image assessments too many requests response has a 4xx status code
func (*ExtAggregateImageAssessmentsTooManyRequests) IsCode ¶
func (o *ExtAggregateImageAssessmentsTooManyRequests) IsCode(code int) bool
IsCode returns true when this ext aggregate image assessments too many requests response a status code equal to that given
func (*ExtAggregateImageAssessmentsTooManyRequests) IsRedirect ¶
func (o *ExtAggregateImageAssessmentsTooManyRequests) IsRedirect() bool
IsRedirect returns true when this ext aggregate image assessments too many requests response has a 3xx status code
func (*ExtAggregateImageAssessmentsTooManyRequests) IsServerError ¶
func (o *ExtAggregateImageAssessmentsTooManyRequests) IsServerError() bool
IsServerError returns true when this ext aggregate image assessments too many requests response has a 5xx status code
func (*ExtAggregateImageAssessmentsTooManyRequests) IsSuccess ¶
func (o *ExtAggregateImageAssessmentsTooManyRequests) IsSuccess() bool
IsSuccess returns true when this ext aggregate image assessments too many requests response has a 2xx status code
func (*ExtAggregateImageAssessmentsTooManyRequests) String ¶
func (o *ExtAggregateImageAssessmentsTooManyRequests) String() string
type ExtAggregateImageAssessmentsUnauthorized ¶
type ExtAggregateImageAssessmentsUnauthorized struct { string XRateLimitLimit int64 XRateLimitRemaining int64 }XCSTRACEID
ExtAggregateImageAssessmentsUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewExtAggregateImageAssessmentsUnauthorized ¶
func NewExtAggregateImageAssessmentsUnauthorized() *ExtAggregateImageAssessmentsUnauthorized
NewExtAggregateImageAssessmentsUnauthorized creates a ExtAggregateImageAssessmentsUnauthorized with default headers values
func (*ExtAggregateImageAssessmentsUnauthorized) Code ¶
func (o *ExtAggregateImageAssessmentsUnauthorized) Code() int
Code gets the status code for the ext aggregate image assessments unauthorized response
func (*ExtAggregateImageAssessmentsUnauthorized) Error ¶
func (o *ExtAggregateImageAssessmentsUnauthorized) Error() string
func (*ExtAggregateImageAssessmentsUnauthorized) GetPayload ¶
func (o *ExtAggregateImageAssessmentsUnauthorized) GetPayload() *models.DomainAggregateImageAssessmentsResponse
func (*ExtAggregateImageAssessmentsUnauthorized) IsClientError ¶
func (o *ExtAggregateImageAssessmentsUnauthorized) IsClientError() bool
IsClientError returns true when this ext aggregate image assessments unauthorized response has a 4xx status code
func (*ExtAggregateImageAssessmentsUnauthorized) IsCode ¶
func (o *ExtAggregateImageAssessmentsUnauthorized) IsCode(code int) bool
IsCode returns true when this ext aggregate image assessments unauthorized response a status code equal to that given
func (*ExtAggregateImageAssessmentsUnauthorized) IsRedirect ¶
func (o *ExtAggregateImageAssessmentsUnauthorized) IsRedirect() bool
IsRedirect returns true when this ext aggregate image assessments unauthorized response has a 3xx status code
func (*ExtAggregateImageAssessmentsUnauthorized) IsServerError ¶
func (o *ExtAggregateImageAssessmentsUnauthorized) IsServerError() bool
IsServerError returns true when this ext aggregate image assessments unauthorized response has a 5xx status code
func (*ExtAggregateImageAssessmentsUnauthorized) IsSuccess ¶
func (o *ExtAggregateImageAssessmentsUnauthorized) IsSuccess() bool
IsSuccess returns true when this ext aggregate image assessments unauthorized response has a 2xx status code
func (*ExtAggregateImageAssessmentsUnauthorized) String ¶
func (o *ExtAggregateImageAssessmentsUnauthorized) String() string
type ExtAggregateRulesAssessmentsBadRequest ¶
type ExtAggregateRulesAssessmentsBadRequest struct { /* Trace-ID: submit to support if 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.DomainAggregateRulesAssessmentsResponse }
ExtAggregateRulesAssessmentsBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewExtAggregateRulesAssessmentsBadRequest ¶
func NewExtAggregateRulesAssessmentsBadRequest() *ExtAggregateRulesAssessmentsBadRequest
NewExtAggregateRulesAssessmentsBadRequest creates a ExtAggregateRulesAssessmentsBadRequest with default headers values
func (*ExtAggregateRulesAssessmentsBadRequest) Code ¶
func (o *ExtAggregateRulesAssessmentsBadRequest) Code() int
Code gets the status code for the ext aggregate rules assessments bad request response
func (*ExtAggregateRulesAssessmentsBadRequest) Error ¶
func (o *ExtAggregateRulesAssessmentsBadRequest) Error() string
func (*ExtAggregateRulesAssessmentsBadRequest) GetPayload ¶
func (o *ExtAggregateRulesAssessmentsBadRequest) GetPayload() *models.DomainAggregateRulesAssessmentsResponse
func (*ExtAggregateRulesAssessmentsBadRequest) IsClientError ¶
func (o *ExtAggregateRulesAssessmentsBadRequest) IsClientError() bool
IsClientError returns true when this ext aggregate rules assessments bad request response has a 4xx status code
func (*ExtAggregateRulesAssessmentsBadRequest) IsCode ¶
func (o *ExtAggregateRulesAssessmentsBadRequest) IsCode(code int) bool
IsCode returns true when this ext aggregate rules assessments bad request response a status code equal to that given
func (*ExtAggregateRulesAssessmentsBadRequest) IsRedirect ¶
func (o *ExtAggregateRulesAssessmentsBadRequest) IsRedirect() bool
IsRedirect returns true when this ext aggregate rules assessments bad request response has a 3xx status code
func (*ExtAggregateRulesAssessmentsBadRequest) IsServerError ¶
func (o *ExtAggregateRulesAssessmentsBadRequest) IsServerError() bool
IsServerError returns true when this ext aggregate rules assessments bad request response has a 5xx status code
func (*ExtAggregateRulesAssessmentsBadRequest) IsSuccess ¶
func (o *ExtAggregateRulesAssessmentsBadRequest) IsSuccess() bool
IsSuccess returns true when this ext aggregate rules assessments bad request response has a 2xx status code
func (*ExtAggregateRulesAssessmentsBadRequest) String ¶
func (o *ExtAggregateRulesAssessmentsBadRequest) String() string
type ExtAggregateRulesAssessmentsForbidden ¶
type ExtAggregateRulesAssessmentsForbidden struct { /* Trace-ID: submit to support if 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.DomainAggregateRulesAssessmentsResponse }
ExtAggregateRulesAssessmentsForbidden describes a response with status code 403, with default header values.
Forbidden
func NewExtAggregateRulesAssessmentsForbidden ¶
func NewExtAggregateRulesAssessmentsForbidden() *ExtAggregateRulesAssessmentsForbidden
NewExtAggregateRulesAssessmentsForbidden creates a ExtAggregateRulesAssessmentsForbidden with default headers values
func (*ExtAggregateRulesAssessmentsForbidden) Code ¶
func (o *ExtAggregateRulesAssessmentsForbidden) Code() int
Code gets the status code for the ext aggregate rules assessments forbidden response
func (*ExtAggregateRulesAssessmentsForbidden) Error ¶
func (o *ExtAggregateRulesAssessmentsForbidden) Error() string
func (*ExtAggregateRulesAssessmentsForbidden) GetPayload ¶
func (o *ExtAggregateRulesAssessmentsForbidden) GetPayload() *models.DomainAggregateRulesAssessmentsResponse
func (*ExtAggregateRulesAssessmentsForbidden) IsClientError ¶
func (o *ExtAggregateRulesAssessmentsForbidden) IsClientError() bool
IsClientError returns true when this ext aggregate rules assessments forbidden response has a 4xx status code
func (*ExtAggregateRulesAssessmentsForbidden) IsCode ¶
func (o *ExtAggregateRulesAssessmentsForbidden) IsCode(code int) bool
IsCode returns true when this ext aggregate rules assessments forbidden response a status code equal to that given
func (*ExtAggregateRulesAssessmentsForbidden) IsRedirect ¶
func (o *ExtAggregateRulesAssessmentsForbidden) IsRedirect() bool
IsRedirect returns true when this ext aggregate rules assessments forbidden response has a 3xx status code
func (*ExtAggregateRulesAssessmentsForbidden) IsServerError ¶
func (o *ExtAggregateRulesAssessmentsForbidden) IsServerError() bool
IsServerError returns true when this ext aggregate rules assessments forbidden response has a 5xx status code
func (*ExtAggregateRulesAssessmentsForbidden) IsSuccess ¶
func (o *ExtAggregateRulesAssessmentsForbidden) IsSuccess() bool
IsSuccess returns true when this ext aggregate rules assessments forbidden response has a 2xx status code
func (*ExtAggregateRulesAssessmentsForbidden) String ¶
func (o *ExtAggregateRulesAssessmentsForbidden) String() string
type ExtAggregateRulesAssessmentsInternalServerError ¶
type ExtAggregateRulesAssessmentsInternalServerError struct { /* Trace-ID: submit to support if 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.DomainAggregateRulesAssessmentsResponse }
ExtAggregateRulesAssessmentsInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewExtAggregateRulesAssessmentsInternalServerError ¶
func NewExtAggregateRulesAssessmentsInternalServerError() *ExtAggregateRulesAssessmentsInternalServerError
NewExtAggregateRulesAssessmentsInternalServerError creates a ExtAggregateRulesAssessmentsInternalServerError with default headers values
func (*ExtAggregateRulesAssessmentsInternalServerError) Code ¶
func (o *ExtAggregateRulesAssessmentsInternalServerError) Code() int
Code gets the status code for the ext aggregate rules assessments internal server error response
func (*ExtAggregateRulesAssessmentsInternalServerError) Error ¶
func (o *ExtAggregateRulesAssessmentsInternalServerError) Error() string
func (*ExtAggregateRulesAssessmentsInternalServerError) GetPayload ¶
func (o *ExtAggregateRulesAssessmentsInternalServerError) GetPayload() *models.DomainAggregateRulesAssessmentsResponse
func (*ExtAggregateRulesAssessmentsInternalServerError) IsClientError ¶
func (o *ExtAggregateRulesAssessmentsInternalServerError) IsClientError() bool
IsClientError returns true when this ext aggregate rules assessments internal server error response has a 4xx status code
func (*ExtAggregateRulesAssessmentsInternalServerError) IsCode ¶
func (o *ExtAggregateRulesAssessmentsInternalServerError) IsCode(code int) bool
IsCode returns true when this ext aggregate rules assessments internal server error response a status code equal to that given
func (*ExtAggregateRulesAssessmentsInternalServerError) IsRedirect ¶
func (o *ExtAggregateRulesAssessmentsInternalServerError) IsRedirect() bool
IsRedirect returns true when this ext aggregate rules assessments internal server error response has a 3xx status code
func (*ExtAggregateRulesAssessmentsInternalServerError) IsServerError ¶
func (o *ExtAggregateRulesAssessmentsInternalServerError) IsServerError() bool
IsServerError returns true when this ext aggregate rules assessments internal server error response has a 5xx status code
func (*ExtAggregateRulesAssessmentsInternalServerError) IsSuccess ¶
func (o *ExtAggregateRulesAssessmentsInternalServerError) IsSuccess() bool
IsSuccess returns true when this ext aggregate rules assessments internal server error response has a 2xx status code
func (*ExtAggregateRulesAssessmentsInternalServerError) String ¶
func (o *ExtAggregateRulesAssessmentsInternalServerError) String() string
type ExtAggregateRulesAssessmentsOK ¶
type ExtAggregateRulesAssessmentsOK struct { /* Trace-ID: submit to support if 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.DomainAggregateRulesAssessmentsResponse }
ExtAggregateRulesAssessmentsOK describes a response with status code 200, with default header values.
OK
func NewExtAggregateRulesAssessmentsOK ¶
func NewExtAggregateRulesAssessmentsOK() *ExtAggregateRulesAssessmentsOK
NewExtAggregateRulesAssessmentsOK creates a ExtAggregateRulesAssessmentsOK with default headers values
func (*ExtAggregateRulesAssessmentsOK) Code ¶
func (o *ExtAggregateRulesAssessmentsOK) Code() int
Code gets the status code for the ext aggregate rules assessments o k response
func (*ExtAggregateRulesAssessmentsOK) Error ¶
func (o *ExtAggregateRulesAssessmentsOK) Error() string
func (*ExtAggregateRulesAssessmentsOK) GetPayload ¶
func (o *ExtAggregateRulesAssessmentsOK) GetPayload() *models.DomainAggregateRulesAssessmentsResponse
func (*ExtAggregateRulesAssessmentsOK) IsClientError ¶
func (o *ExtAggregateRulesAssessmentsOK) IsClientError() bool
IsClientError returns true when this ext aggregate rules assessments o k response has a 4xx status code
func (*ExtAggregateRulesAssessmentsOK) IsCode ¶
func (o *ExtAggregateRulesAssessmentsOK) IsCode(code int) bool
IsCode returns true when this ext aggregate rules assessments o k response a status code equal to that given
func (*ExtAggregateRulesAssessmentsOK) IsRedirect ¶
func (o *ExtAggregateRulesAssessmentsOK) IsRedirect() bool
IsRedirect returns true when this ext aggregate rules assessments o k response has a 3xx status code
func (*ExtAggregateRulesAssessmentsOK) IsServerError ¶
func (o *ExtAggregateRulesAssessmentsOK) IsServerError() bool
IsServerError returns true when this ext aggregate rules assessments o k response has a 5xx status code
func (*ExtAggregateRulesAssessmentsOK) IsSuccess ¶
func (o *ExtAggregateRulesAssessmentsOK) IsSuccess() bool
IsSuccess returns true when this ext aggregate rules assessments o k response has a 2xx status code
func (*ExtAggregateRulesAssessmentsOK) String ¶
func (o *ExtAggregateRulesAssessmentsOK) String() string
type ExtAggregateRulesAssessmentsParams ¶
type ExtAggregateRulesAssessmentsParams struct { /* Filter. Filter results using a query in Falcon Query Language (FQL). Supported Filters: cloud_info.cloud_account_id: Cloud account ID cloud_info.cloud_provider: Cloud provider compliance_finding.severity: Compliance finding severity; available values: 4, 3, 2, 1 (4: critical, 3: high, 2: medium, 1:low) image_tag: Image tag compliance_finding.framework: Compliance finding framework (available values: CIS) image_repository: Image repository compliance_finding.id: Compliance finding ID cloud_info.cloud_region: Cloud region image_id: Image ID image_registry: Image registry compliance_finding.name: Compliance finding Name image_digest: Image digest (sha256 digest) cloud_info.cluster_name: Kubernetes cluster name cid: Customer ID */ Filter *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ExtAggregateRulesAssessmentsParams contains all the parameters to send to the API endpoint
for the ext aggregate rules assessments operation. Typically these are written to a http.Request.
func NewExtAggregateRulesAssessmentsParams ¶
func NewExtAggregateRulesAssessmentsParams() *ExtAggregateRulesAssessmentsParams
NewExtAggregateRulesAssessmentsParams creates a new ExtAggregateRulesAssessmentsParams 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 NewExtAggregateRulesAssessmentsParamsWithContext ¶
func NewExtAggregateRulesAssessmentsParamsWithContext(ctx context.Context) *ExtAggregateRulesAssessmentsParams
NewExtAggregateRulesAssessmentsParamsWithContext creates a new ExtAggregateRulesAssessmentsParams object with the ability to set a context for a request.
func NewExtAggregateRulesAssessmentsParamsWithHTTPClient ¶
func NewExtAggregateRulesAssessmentsParamsWithHTTPClient(client *http.Client) *ExtAggregateRulesAssessmentsParams
NewExtAggregateRulesAssessmentsParamsWithHTTPClient creates a new ExtAggregateRulesAssessmentsParams object with the ability to set a custom HTTPClient for a request.
func NewExtAggregateRulesAssessmentsParamsWithTimeout ¶
func NewExtAggregateRulesAssessmentsParamsWithTimeout(timeout time.Duration) *ExtAggregateRulesAssessmentsParams
NewExtAggregateRulesAssessmentsParamsWithTimeout creates a new ExtAggregateRulesAssessmentsParams object with the ability to set a timeout on a request.
func (*ExtAggregateRulesAssessmentsParams) SetContext ¶
func (o *ExtAggregateRulesAssessmentsParams) SetContext(ctx context.Context)
SetContext adds the context to the ext aggregate rules assessments params
func (*ExtAggregateRulesAssessmentsParams) SetDefaults ¶
func (o *ExtAggregateRulesAssessmentsParams) SetDefaults()
SetDefaults hydrates default values in the ext aggregate rules assessments params (not the query body).
All values with no default are reset to their zero value.
func (*ExtAggregateRulesAssessmentsParams) SetFilter ¶
func (o *ExtAggregateRulesAssessmentsParams) SetFilter(filter *string)
SetFilter adds the filter to the ext aggregate rules assessments params
func (*ExtAggregateRulesAssessmentsParams) SetHTTPClient ¶
func (o *ExtAggregateRulesAssessmentsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the ext aggregate rules assessments params
func (*ExtAggregateRulesAssessmentsParams) SetTimeout ¶
func (o *ExtAggregateRulesAssessmentsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the ext aggregate rules assessments params
func (*ExtAggregateRulesAssessmentsParams) WithContext ¶
func (o *ExtAggregateRulesAssessmentsParams) WithContext(ctx context.Context) *ExtAggregateRulesAssessmentsParams
WithContext adds the context to the ext aggregate rules assessments params
func (*ExtAggregateRulesAssessmentsParams) WithDefaults ¶
func (o *ExtAggregateRulesAssessmentsParams) WithDefaults() *ExtAggregateRulesAssessmentsParams
WithDefaults hydrates default values in the ext aggregate rules assessments params (not the query body).
All values with no default are reset to their zero value.
func (*ExtAggregateRulesAssessmentsParams) WithFilter ¶
func (o *ExtAggregateRulesAssessmentsParams) WithFilter(filter *string) *ExtAggregateRulesAssessmentsParams
WithFilter adds the filter to the ext aggregate rules assessments params
func (*ExtAggregateRulesAssessmentsParams) WithHTTPClient ¶
func (o *ExtAggregateRulesAssessmentsParams) WithHTTPClient(client *http.Client) *ExtAggregateRulesAssessmentsParams
WithHTTPClient adds the HTTPClient to the ext aggregate rules assessments params
func (*ExtAggregateRulesAssessmentsParams) WithTimeout ¶
func (o *ExtAggregateRulesAssessmentsParams) WithTimeout(timeout time.Duration) *ExtAggregateRulesAssessmentsParams
WithTimeout adds the timeout to the ext aggregate rules assessments params
func (*ExtAggregateRulesAssessmentsParams) WriteToRequest ¶
func (o *ExtAggregateRulesAssessmentsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ExtAggregateRulesAssessmentsReader ¶
type ExtAggregateRulesAssessmentsReader struct {
// contains filtered or unexported fields
}
ExtAggregateRulesAssessmentsReader is a Reader for the ExtAggregateRulesAssessments structure.
func (*ExtAggregateRulesAssessmentsReader) ReadResponse ¶
func (o *ExtAggregateRulesAssessmentsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ExtAggregateRulesAssessmentsTooManyRequests ¶
type ExtAggregateRulesAssessmentsTooManyRequests struct { /* Trace-ID: submit to support if 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 }
ExtAggregateRulesAssessmentsTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewExtAggregateRulesAssessmentsTooManyRequests ¶
func NewExtAggregateRulesAssessmentsTooManyRequests() *ExtAggregateRulesAssessmentsTooManyRequests
NewExtAggregateRulesAssessmentsTooManyRequests creates a ExtAggregateRulesAssessmentsTooManyRequests with default headers values
func (*ExtAggregateRulesAssessmentsTooManyRequests) Code ¶
func (o *ExtAggregateRulesAssessmentsTooManyRequests) Code() int
Code gets the status code for the ext aggregate rules assessments too many requests response
func (*ExtAggregateRulesAssessmentsTooManyRequests) Error ¶
func (o *ExtAggregateRulesAssessmentsTooManyRequests) Error() string
func (*ExtAggregateRulesAssessmentsTooManyRequests) GetPayload ¶
func (o *ExtAggregateRulesAssessmentsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*ExtAggregateRulesAssessmentsTooManyRequests) IsClientError ¶
func (o *ExtAggregateRulesAssessmentsTooManyRequests) IsClientError() bool
IsClientError returns true when this ext aggregate rules assessments too many requests response has a 4xx status code
func (*ExtAggregateRulesAssessmentsTooManyRequests) IsCode ¶
func (o *ExtAggregateRulesAssessmentsTooManyRequests) IsCode(code int) bool
IsCode returns true when this ext aggregate rules assessments too many requests response a status code equal to that given
func (*ExtAggregateRulesAssessmentsTooManyRequests) IsRedirect ¶
func (o *ExtAggregateRulesAssessmentsTooManyRequests) IsRedirect() bool
IsRedirect returns true when this ext aggregate rules assessments too many requests response has a 3xx status code
func (*ExtAggregateRulesAssessmentsTooManyRequests) IsServerError ¶
func (o *ExtAggregateRulesAssessmentsTooManyRequests) IsServerError() bool
IsServerError returns true when this ext aggregate rules assessments too many requests response has a 5xx status code
func (*ExtAggregateRulesAssessmentsTooManyRequests) IsSuccess ¶
func (o *ExtAggregateRulesAssessmentsTooManyRequests) IsSuccess() bool
IsSuccess returns true when this ext aggregate rules assessments too many requests response has a 2xx status code
func (*ExtAggregateRulesAssessmentsTooManyRequests) String ¶
func (o *ExtAggregateRulesAssessmentsTooManyRequests) String() string
type ExtAggregateRulesAssessmentsUnauthorized ¶
type ExtAggregateRulesAssessmentsUnauthorized struct { string XRateLimitLimit int64 XRateLimitRemaining int64 }XCSTRACEID
ExtAggregateRulesAssessmentsUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewExtAggregateRulesAssessmentsUnauthorized ¶
func NewExtAggregateRulesAssessmentsUnauthorized() *ExtAggregateRulesAssessmentsUnauthorized
NewExtAggregateRulesAssessmentsUnauthorized creates a ExtAggregateRulesAssessmentsUnauthorized with default headers values
func (*ExtAggregateRulesAssessmentsUnauthorized) Code ¶
func (o *ExtAggregateRulesAssessmentsUnauthorized) Code() int
Code gets the status code for the ext aggregate rules assessments unauthorized response
func (*ExtAggregateRulesAssessmentsUnauthorized) Error ¶
func (o *ExtAggregateRulesAssessmentsUnauthorized) Error() string
func (*ExtAggregateRulesAssessmentsUnauthorized) GetPayload ¶
func (o *ExtAggregateRulesAssessmentsUnauthorized) GetPayload() *models.DomainAggregateRulesAssessmentsResponse
func (*ExtAggregateRulesAssessmentsUnauthorized) IsClientError ¶
func (o *ExtAggregateRulesAssessmentsUnauthorized) IsClientError() bool
IsClientError returns true when this ext aggregate rules assessments unauthorized response has a 4xx status code
func (*ExtAggregateRulesAssessmentsUnauthorized) IsCode ¶
func (o *ExtAggregateRulesAssessmentsUnauthorized) IsCode(code int) bool
IsCode returns true when this ext aggregate rules assessments unauthorized response a status code equal to that given
func (*ExtAggregateRulesAssessmentsUnauthorized) IsRedirect ¶
func (o *ExtAggregateRulesAssessmentsUnauthorized) IsRedirect() bool
IsRedirect returns true when this ext aggregate rules assessments unauthorized response has a 3xx status code
func (*ExtAggregateRulesAssessmentsUnauthorized) IsServerError ¶
func (o *ExtAggregateRulesAssessmentsUnauthorized) IsServerError() bool
IsServerError returns true when this ext aggregate rules assessments unauthorized response has a 5xx status code
func (*ExtAggregateRulesAssessmentsUnauthorized) IsSuccess ¶
func (o *ExtAggregateRulesAssessmentsUnauthorized) IsSuccess() bool
IsSuccess returns true when this ext aggregate rules assessments unauthorized response has a 2xx status code
func (*ExtAggregateRulesAssessmentsUnauthorized) String ¶
func (o *ExtAggregateRulesAssessmentsUnauthorized) String() string
type ExtAggregateRulesByStatusBadRequest ¶
type ExtAggregateRulesByStatusBadRequest struct { /* Trace-ID: submit to support if 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.DomainAggregateRulesByStatusResponse }
ExtAggregateRulesByStatusBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewExtAggregateRulesByStatusBadRequest ¶
func NewExtAggregateRulesByStatusBadRequest() *ExtAggregateRulesByStatusBadRequest
NewExtAggregateRulesByStatusBadRequest creates a ExtAggregateRulesByStatusBadRequest with default headers values
func (*ExtAggregateRulesByStatusBadRequest) Code ¶
func (o *ExtAggregateRulesByStatusBadRequest) Code() int
Code gets the status code for the ext aggregate rules by status bad request response
func (*ExtAggregateRulesByStatusBadRequest) Error ¶
func (o *ExtAggregateRulesByStatusBadRequest) Error() string
func (*ExtAggregateRulesByStatusBadRequest) GetPayload ¶
func (o *ExtAggregateRulesByStatusBadRequest) GetPayload() *models.DomainAggregateRulesByStatusResponse
func (*ExtAggregateRulesByStatusBadRequest) IsClientError ¶
func (o *ExtAggregateRulesByStatusBadRequest) IsClientError() bool
IsClientError returns true when this ext aggregate rules by status bad request response has a 4xx status code
func (*ExtAggregateRulesByStatusBadRequest) IsCode ¶
func (o *ExtAggregateRulesByStatusBadRequest) IsCode(code int) bool
IsCode returns true when this ext aggregate rules by status bad request response a status code equal to that given
func (*ExtAggregateRulesByStatusBadRequest) IsRedirect ¶
func (o *ExtAggregateRulesByStatusBadRequest) IsRedirect() bool
IsRedirect returns true when this ext aggregate rules by status bad request response has a 3xx status code
func (*ExtAggregateRulesByStatusBadRequest) IsServerError ¶
func (o *ExtAggregateRulesByStatusBadRequest) IsServerError() bool
IsServerError returns true when this ext aggregate rules by status bad request response has a 5xx status code
func (*ExtAggregateRulesByStatusBadRequest) IsSuccess ¶
func (o *ExtAggregateRulesByStatusBadRequest) IsSuccess() bool
IsSuccess returns true when this ext aggregate rules by status bad request response has a 2xx status code
func (*ExtAggregateRulesByStatusBadRequest) String ¶
func (o *ExtAggregateRulesByStatusBadRequest) String() string
type ExtAggregateRulesByStatusForbidden ¶
type ExtAggregateRulesByStatusForbidden struct { /* Trace-ID: submit to support if 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.DomainAggregateRulesByStatusResponse }
ExtAggregateRulesByStatusForbidden describes a response with status code 403, with default header values.
Forbidden
func NewExtAggregateRulesByStatusForbidden ¶
func NewExtAggregateRulesByStatusForbidden() *ExtAggregateRulesByStatusForbidden
NewExtAggregateRulesByStatusForbidden creates a ExtAggregateRulesByStatusForbidden with default headers values
func (*ExtAggregateRulesByStatusForbidden) Code ¶
func (o *ExtAggregateRulesByStatusForbidden) Code() int
Code gets the status code for the ext aggregate rules by status forbidden response
func (*ExtAggregateRulesByStatusForbidden) Error ¶
func (o *ExtAggregateRulesByStatusForbidden) Error() string
func (*ExtAggregateRulesByStatusForbidden) GetPayload ¶
func (o *ExtAggregateRulesByStatusForbidden) GetPayload() *models.DomainAggregateRulesByStatusResponse
func (*ExtAggregateRulesByStatusForbidden) IsClientError ¶
func (o *ExtAggregateRulesByStatusForbidden) IsClientError() bool
IsClientError returns true when this ext aggregate rules by status forbidden response has a 4xx status code
func (*ExtAggregateRulesByStatusForbidden) IsCode ¶
func (o *ExtAggregateRulesByStatusForbidden) IsCode(code int) bool
IsCode returns true when this ext aggregate rules by status forbidden response a status code equal to that given
func (*ExtAggregateRulesByStatusForbidden) IsRedirect ¶
func (o *ExtAggregateRulesByStatusForbidden) IsRedirect() bool
IsRedirect returns true when this ext aggregate rules by status forbidden response has a 3xx status code
func (*ExtAggregateRulesByStatusForbidden) IsServerError ¶
func (o *ExtAggregateRulesByStatusForbidden) IsServerError() bool
IsServerError returns true when this ext aggregate rules by status forbidden response has a 5xx status code
func (*ExtAggregateRulesByStatusForbidden) IsSuccess ¶
func (o *ExtAggregateRulesByStatusForbidden) IsSuccess() bool
IsSuccess returns true when this ext aggregate rules by status forbidden response has a 2xx status code
func (*ExtAggregateRulesByStatusForbidden) String ¶
func (o *ExtAggregateRulesByStatusForbidden) String() string
type ExtAggregateRulesByStatusInternalServerError ¶
type ExtAggregateRulesByStatusInternalServerError struct { /* Trace-ID: submit to support if 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.DomainAggregateRulesByStatusResponse }
ExtAggregateRulesByStatusInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewExtAggregateRulesByStatusInternalServerError ¶
func NewExtAggregateRulesByStatusInternalServerError() *ExtAggregateRulesByStatusInternalServerError
NewExtAggregateRulesByStatusInternalServerError creates a ExtAggregateRulesByStatusInternalServerError with default headers values
func (*ExtAggregateRulesByStatusInternalServerError) Code ¶
func (o *ExtAggregateRulesByStatusInternalServerError) Code() int
Code gets the status code for the ext aggregate rules by status internal server error response
func (*ExtAggregateRulesByStatusInternalServerError) Error ¶
func (o *ExtAggregateRulesByStatusInternalServerError) Error() string
func (*ExtAggregateRulesByStatusInternalServerError) GetPayload ¶
func (o *ExtAggregateRulesByStatusInternalServerError) GetPayload() *models.DomainAggregateRulesByStatusResponse
func (*ExtAggregateRulesByStatusInternalServerError) IsClientError ¶
func (o *ExtAggregateRulesByStatusInternalServerError) IsClientError() bool
IsClientError returns true when this ext aggregate rules by status internal server error response has a 4xx status code
func (*ExtAggregateRulesByStatusInternalServerError) IsCode ¶
func (o *ExtAggregateRulesByStatusInternalServerError) IsCode(code int) bool
IsCode returns true when this ext aggregate rules by status internal server error response a status code equal to that given
func (*ExtAggregateRulesByStatusInternalServerError) IsRedirect ¶
func (o *ExtAggregateRulesByStatusInternalServerError) IsRedirect() bool
IsRedirect returns true when this ext aggregate rules by status internal server error response has a 3xx status code
func (*ExtAggregateRulesByStatusInternalServerError) IsServerError ¶
func (o *ExtAggregateRulesByStatusInternalServerError) IsServerError() bool
IsServerError returns true when this ext aggregate rules by status internal server error response has a 5xx status code
func (*ExtAggregateRulesByStatusInternalServerError) IsSuccess ¶
func (o *ExtAggregateRulesByStatusInternalServerError) IsSuccess() bool
IsSuccess returns true when this ext aggregate rules by status internal server error response has a 2xx status code
func (*ExtAggregateRulesByStatusInternalServerError) String ¶
func (o *ExtAggregateRulesByStatusInternalServerError) String() string
type ExtAggregateRulesByStatusOK ¶
type ExtAggregateRulesByStatusOK struct { /* Trace-ID: submit to support if 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.DomainAggregateRulesByStatusResponse }
ExtAggregateRulesByStatusOK describes a response with status code 200, with default header values.
OK
func NewExtAggregateRulesByStatusOK ¶
func NewExtAggregateRulesByStatusOK() *ExtAggregateRulesByStatusOK
NewExtAggregateRulesByStatusOK creates a ExtAggregateRulesByStatusOK with default headers values
func (*ExtAggregateRulesByStatusOK) Code ¶
func (o *ExtAggregateRulesByStatusOK) Code() int
Code gets the status code for the ext aggregate rules by status o k response
func (*ExtAggregateRulesByStatusOK) Error ¶
func (o *ExtAggregateRulesByStatusOK) Error() string
func (*ExtAggregateRulesByStatusOK) GetPayload ¶
func (o *ExtAggregateRulesByStatusOK) GetPayload() *models.DomainAggregateRulesByStatusResponse
func (*ExtAggregateRulesByStatusOK) IsClientError ¶
func (o *ExtAggregateRulesByStatusOK) IsClientError() bool
IsClientError returns true when this ext aggregate rules by status o k response has a 4xx status code
func (*ExtAggregateRulesByStatusOK) IsCode ¶
func (o *ExtAggregateRulesByStatusOK) IsCode(code int) bool
IsCode returns true when this ext aggregate rules by status o k response a status code equal to that given
func (*ExtAggregateRulesByStatusOK) IsRedirect ¶
func (o *ExtAggregateRulesByStatusOK) IsRedirect() bool
IsRedirect returns true when this ext aggregate rules by status o k response has a 3xx status code
func (*ExtAggregateRulesByStatusOK) IsServerError ¶
func (o *ExtAggregateRulesByStatusOK) IsServerError() bool
IsServerError returns true when this ext aggregate rules by status o k response has a 5xx status code
func (*ExtAggregateRulesByStatusOK) IsSuccess ¶
func (o *ExtAggregateRulesByStatusOK) IsSuccess() bool
IsSuccess returns true when this ext aggregate rules by status o k response has a 2xx status code
func (*ExtAggregateRulesByStatusOK) String ¶
func (o *ExtAggregateRulesByStatusOK) String() string
type ExtAggregateRulesByStatusParams ¶
type ExtAggregateRulesByStatusParams struct { /* Filter. Filter results using a query in Falcon Query Language (FQL). Supported Filters: cloud_info.cluster_name: Kubernetes cluster name compliance_finding.id: Compliance finding ID cloud_info.cloud_provider: Cloud provider compliance_finding.name: Compliance finding Name compliance_finding.framework: Compliance finding framework (available values: CIS) container_name: Container name container_id: Container ID image_registry: Image registry compliance_finding.severity: Compliance finding severity; available values: 4, 3, 2, 1 (4: critical, 3: high, 2: medium, 1:low) image_digest: Image digest (sha256 digest) image_id: Image ID image_tag: Image tag image_repository: Image repository asset_type: asset type (container, image) cloud_info.cloud_account_id: Cloud account ID cloud_info.cloud_region: Cloud region cid: Customer ID */ Filter *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ExtAggregateRulesByStatusParams contains all the parameters to send to the API endpoint
for the ext aggregate rules by status operation. Typically these are written to a http.Request.
func NewExtAggregateRulesByStatusParams ¶
func NewExtAggregateRulesByStatusParams() *ExtAggregateRulesByStatusParams
NewExtAggregateRulesByStatusParams creates a new ExtAggregateRulesByStatusParams 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 NewExtAggregateRulesByStatusParamsWithContext ¶
func NewExtAggregateRulesByStatusParamsWithContext(ctx context.Context) *ExtAggregateRulesByStatusParams
NewExtAggregateRulesByStatusParamsWithContext creates a new ExtAggregateRulesByStatusParams object with the ability to set a context for a request.
func NewExtAggregateRulesByStatusParamsWithHTTPClient ¶
func NewExtAggregateRulesByStatusParamsWithHTTPClient(client *http.Client) *ExtAggregateRulesByStatusParams
NewExtAggregateRulesByStatusParamsWithHTTPClient creates a new ExtAggregateRulesByStatusParams object with the ability to set a custom HTTPClient for a request.
func NewExtAggregateRulesByStatusParamsWithTimeout ¶
func NewExtAggregateRulesByStatusParamsWithTimeout(timeout time.Duration) *ExtAggregateRulesByStatusParams
NewExtAggregateRulesByStatusParamsWithTimeout creates a new ExtAggregateRulesByStatusParams object with the ability to set a timeout on a request.
func (*ExtAggregateRulesByStatusParams) SetContext ¶
func (o *ExtAggregateRulesByStatusParams) SetContext(ctx context.Context)
SetContext adds the context to the ext aggregate rules by status params
func (*ExtAggregateRulesByStatusParams) SetDefaults ¶
func (o *ExtAggregateRulesByStatusParams) SetDefaults()
SetDefaults hydrates default values in the ext aggregate rules by status params (not the query body).
All values with no default are reset to their zero value.
func (*ExtAggregateRulesByStatusParams) SetFilter ¶
func (o *ExtAggregateRulesByStatusParams) SetFilter(filter *string)
SetFilter adds the filter to the ext aggregate rules by status params
func (*ExtAggregateRulesByStatusParams) SetHTTPClient ¶
func (o *ExtAggregateRulesByStatusParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the ext aggregate rules by status params
func (*ExtAggregateRulesByStatusParams) SetTimeout ¶
func (o *ExtAggregateRulesByStatusParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the ext aggregate rules by status params
func (*ExtAggregateRulesByStatusParams) WithContext ¶
func (o *ExtAggregateRulesByStatusParams) WithContext(ctx context.Context) *ExtAggregateRulesByStatusParams
WithContext adds the context to the ext aggregate rules by status params
func (*ExtAggregateRulesByStatusParams) WithDefaults ¶
func (o *ExtAggregateRulesByStatusParams) WithDefaults() *ExtAggregateRulesByStatusParams
WithDefaults hydrates default values in the ext aggregate rules by status params (not the query body).
All values with no default are reset to their zero value.
func (*ExtAggregateRulesByStatusParams) WithFilter ¶
func (o *ExtAggregateRulesByStatusParams) WithFilter(filter *string) *ExtAggregateRulesByStatusParams
WithFilter adds the filter to the ext aggregate rules by status params
func (*ExtAggregateRulesByStatusParams) WithHTTPClient ¶
func (o *ExtAggregateRulesByStatusParams) WithHTTPClient(client *http.Client) *ExtAggregateRulesByStatusParams
WithHTTPClient adds the HTTPClient to the ext aggregate rules by status params
func (*ExtAggregateRulesByStatusParams) WithTimeout ¶
func (o *ExtAggregateRulesByStatusParams) WithTimeout(timeout time.Duration) *ExtAggregateRulesByStatusParams
WithTimeout adds the timeout to the ext aggregate rules by status params
func (*ExtAggregateRulesByStatusParams) WriteToRequest ¶
func (o *ExtAggregateRulesByStatusParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ExtAggregateRulesByStatusReader ¶
type ExtAggregateRulesByStatusReader struct {
// contains filtered or unexported fields
}
ExtAggregateRulesByStatusReader is a Reader for the ExtAggregateRulesByStatus structure.
func (*ExtAggregateRulesByStatusReader) ReadResponse ¶
func (o *ExtAggregateRulesByStatusReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ExtAggregateRulesByStatusTooManyRequests ¶
type ExtAggregateRulesByStatusTooManyRequests struct { /* Trace-ID: submit to support if 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 }
ExtAggregateRulesByStatusTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewExtAggregateRulesByStatusTooManyRequests ¶
func NewExtAggregateRulesByStatusTooManyRequests() *ExtAggregateRulesByStatusTooManyRequests
NewExtAggregateRulesByStatusTooManyRequests creates a ExtAggregateRulesByStatusTooManyRequests with default headers values
func (*ExtAggregateRulesByStatusTooManyRequests) Code ¶
func (o *ExtAggregateRulesByStatusTooManyRequests) Code() int
Code gets the status code for the ext aggregate rules by status too many requests response
func (*ExtAggregateRulesByStatusTooManyRequests) Error ¶
func (o *ExtAggregateRulesByStatusTooManyRequests) Error() string
func (*ExtAggregateRulesByStatusTooManyRequests) GetPayload ¶
func (o *ExtAggregateRulesByStatusTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*ExtAggregateRulesByStatusTooManyRequests) IsClientError ¶
func (o *ExtAggregateRulesByStatusTooManyRequests) IsClientError() bool
IsClientError returns true when this ext aggregate rules by status too many requests response has a 4xx status code
func (*ExtAggregateRulesByStatusTooManyRequests) IsCode ¶
func (o *ExtAggregateRulesByStatusTooManyRequests) IsCode(code int) bool
IsCode returns true when this ext aggregate rules by status too many requests response a status code equal to that given
func (*ExtAggregateRulesByStatusTooManyRequests) IsRedirect ¶
func (o *ExtAggregateRulesByStatusTooManyRequests) IsRedirect() bool
IsRedirect returns true when this ext aggregate rules by status too many requests response has a 3xx status code
func (*ExtAggregateRulesByStatusTooManyRequests) IsServerError ¶
func (o *ExtAggregateRulesByStatusTooManyRequests) IsServerError() bool
IsServerError returns true when this ext aggregate rules by status too many requests response has a 5xx status code
func (*ExtAggregateRulesByStatusTooManyRequests) IsSuccess ¶
func (o *ExtAggregateRulesByStatusTooManyRequests) IsSuccess() bool
IsSuccess returns true when this ext aggregate rules by status too many requests response has a 2xx status code
func (*ExtAggregateRulesByStatusTooManyRequests) String ¶
func (o *ExtAggregateRulesByStatusTooManyRequests) String() string
type ExtAggregateRulesByStatusUnauthorized ¶
type ExtAggregateRulesByStatusUnauthorized struct { string XRateLimitLimit int64 XRateLimitRemaining int64 }XCSTRACEID
ExtAggregateRulesByStatusUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewExtAggregateRulesByStatusUnauthorized ¶
func NewExtAggregateRulesByStatusUnauthorized() *ExtAggregateRulesByStatusUnauthorized
NewExtAggregateRulesByStatusUnauthorized creates a ExtAggregateRulesByStatusUnauthorized with default headers values
func (*ExtAggregateRulesByStatusUnauthorized) Code ¶
func (o *ExtAggregateRulesByStatusUnauthorized) Code() int
Code gets the status code for the ext aggregate rules by status unauthorized response
func (*ExtAggregateRulesByStatusUnauthorized) Error ¶
func (o *ExtAggregateRulesByStatusUnauthorized) Error() string
func (*ExtAggregateRulesByStatusUnauthorized) GetPayload ¶
func (o *ExtAggregateRulesByStatusUnauthorized) GetPayload() *models.DomainAggregateRulesByStatusResponse
func (*ExtAggregateRulesByStatusUnauthorized) IsClientError ¶
func (o *ExtAggregateRulesByStatusUnauthorized) IsClientError() bool
IsClientError returns true when this ext aggregate rules by status unauthorized response has a 4xx status code
func (*ExtAggregateRulesByStatusUnauthorized) IsCode ¶
func (o *ExtAggregateRulesByStatusUnauthorized) IsCode(code int) bool
IsCode returns true when this ext aggregate rules by status unauthorized response a status code equal to that given
func (*ExtAggregateRulesByStatusUnauthorized) IsRedirect ¶
func (o *ExtAggregateRulesByStatusUnauthorized) IsRedirect() bool
IsRedirect returns true when this ext aggregate rules by status unauthorized response has a 3xx status code
func (*ExtAggregateRulesByStatusUnauthorized) IsServerError ¶
func (o *ExtAggregateRulesByStatusUnauthorized) IsServerError() bool
IsServerError returns true when this ext aggregate rules by status unauthorized response has a 5xx status code
func (*ExtAggregateRulesByStatusUnauthorized) IsSuccess ¶
func (o *ExtAggregateRulesByStatusUnauthorized) IsSuccess() bool
IsSuccess returns true when this ext aggregate rules by status unauthorized response has a 2xx status code
func (*ExtAggregateRulesByStatusUnauthorized) String ¶
func (o *ExtAggregateRulesByStatusUnauthorized) String() string
Source Files ¶
- compliance_assessments_client.go
- ext_aggregate_cluster_assessments_parameters.go
- ext_aggregate_cluster_assessments_responses.go
- ext_aggregate_failed_containers_by_rules_path_parameters.go
- ext_aggregate_failed_containers_by_rules_path_responses.go
- ext_aggregate_failed_containers_count_by_severity_parameters.go
- ext_aggregate_failed_containers_count_by_severity_responses.go
- ext_aggregate_failed_images_by_rules_path_parameters.go
- ext_aggregate_failed_images_by_rules_path_responses.go
- ext_aggregate_failed_images_count_by_severity_parameters.go
- ext_aggregate_failed_images_count_by_severity_responses.go
- ext_aggregate_failed_rules_by_clusters_parameters.go
- ext_aggregate_failed_rules_by_clusters_responses.go
- ext_aggregate_failed_rules_by_images_parameters.go
- ext_aggregate_failed_rules_by_images_responses.go
- ext_aggregate_failed_rules_count_by_severity_parameters.go
- ext_aggregate_failed_rules_count_by_severity_responses.go
- ext_aggregate_image_assessments_parameters.go
- ext_aggregate_image_assessments_responses.go
- ext_aggregate_rules_assessments_parameters.go
- ext_aggregate_rules_assessments_responses.go
- ext_aggregate_rules_by_status_parameters.go
- ext_aggregate_rules_by_status_responses.go